Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T513. | Producers, Day to Day Decisionmaking by Residence | |||||
Universe: none | ||||||
T513_002 Residence, Not On Operation
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_111_PRDCRSRNOODTDDNOP;
if (ORG_1:COA2017_111_PRDCRSRNOODTDDNOP.IsNull)
oretval.IsNull = true;
return oretval;
|