Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
Table: | T497. Producers, Record Keeping or Financial Mgmt Decisionmaking - Acres Operated by Tenure [4] |
T497. | Producers, Record Keeping or Financial Mgmt Decisionmaking - Acres Operated by Tenure | |||||
Universe: none | ||||||
T497_002 Tenure: (Full Owner)
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_108_PRDCRSRKOFMDAOT_1;
if (ORG_1:COA2017_108_PRDCRSRKOFMDAOT_1.IsNull)
oretval.IsNull = true;
return oretval;
|