Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T715. | Young Producers (Age Less than 35) by Decisionmaking | |||||
Universe: none | ||||||
T715_010 Livestock Decisionmaking
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_137_PRDCRSPAL3LDNOP;
if (ORG_1:COA2017_137_PRDCRSPAL3LDNOP.IsNull)
oretval.IsNull = true;
return oretval;
|