Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T506. | Producers, Day to Day Decisionmaking by Age | |||||
Universe: none | ||||||
T506_006 Age 45 to 54
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_111_PRDCRSA4T5DTDDNOP;
if (ORG_1:COA2017_111_PRDCRSA4T5DTDDNOP.IsNull)
oretval.IsNull = true;
return oretval;
|