Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T738. | New and Beginning Producers (Less than 11 Years) by Primary Occupation | |||||
Universe: none | ||||||
T738_006 Primary Occupation, (Excl Farming)
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_139_PRDCRSPPOFYOAOL1YNOPA;
if (ORG_1:COA2017_139_PRDCRSPPOFYOAOL1YNOPA.IsNull)
oretval.IsNull = true;
return oretval;
|