Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T537. | Producers, Land Use or Crop Decisionmaking by Days Worked Off Operation | |||||
Universe: none | ||||||
T537_007 Ge 200 Days Worked Off Operation
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_111_PRDCRSDWOOG2DLUOCDNOP;
if (ORG_1:COA2017_111_PRDCRSDWOOG2DLUOCDNOP.IsNull)
oretval.IsNull = true;
return oretval;
|