Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T516. | Producers, Estate or Succession Planning Decisionmaking by Age | |||||
Universe: none | ||||||
T516_003 Age Le 35
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_111_PRDCRSAL3EOSPDNOP;
if (ORG_1:COA2017_111_PRDCRSAL3EOSPDNOP.IsNull)
oretval.IsNull = true;
return oretval;
|