Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T720. | New and Beginning Producers (Less than 11 Years On Any Operation) - Ccc Loans | |||||
Universe: none | ||||||
T720_004 Producers, Principal
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_138_CLRMIPPOAO_1;
if (ORG_1:COA2017_138_CLRMIPPOAO_1.IsNull)
oretval.IsNull = true;
return oretval;
|