Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T552. | Producers, Record Keeping or Financial Mgmt Decisionmaking by Primary Occupation | |||||
Universe: none | ||||||
T552_002 Primary Occupation, Farming
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_111_PRDCRSPOFRKOFMDNOP;
if (ORG_1:COA2017_111_PRDCRSPOFRKOFMDNOP.IsNull)
oretval.IsNull = true;
return oretval;
|