Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T714. | Young Producers (Age Less than 35) by Residence | |||||
Universe: none | ||||||
T714_003 Residence, On Operation
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_137_PRDCRSAL3ROONOP;
if (ORG_1:COA2017_137_PRDCRSAL3ROONOP.IsNull)
oretval.IsNull = true;
return oretval;
|