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