/*------------------------------------------------------------------------------------*/ /*by Jean Roth Tue May 27 11:03:09 EDT 2003 This program reads the spd Survey of Program Dynamics 2 Longitudnal Data File Please report errors to jroth@nber.org Six steps: (1) Uncomment the 'options compress=yes' statement if desired to save space (2) Uncomment 'LENGTH' statement if desired to save space (3) Specify output directories in 'libname' statements (4) Specify the input file name/location in the 'filename' statement (5) On a PC, use backslashes as in C:\ (6) Read in the compressed or uncompressed raw data file. See the 'filename' and 'INFILE' statements. Other changes may be user and platform specific. NOTE: A value of -1 (or -1/# of implied decimals) indicates 'Not in Universe' */ /*------------------------------------------------------------------------------------*/ *options obs=100; *options compress=yes; *Choose compress=yes to save space ; *Choose compress=no if converting to another package using transfer software ; *options pagesize=59 linesize=72; /*------------------------------------------------------------------------------------*/ libname library './'; *See the codebook for more detail; PROC FORMAT cntlout=library.fspdl2; /* The PROC FORMAT statement will store the formats in a sas data set called fspdl2 To use the stored formats in a subsequent program, include something like this: proc format cntlin=library.fspdl2; PROC freq; tables pesex ; format pesex P135L.; For more information, consult the SAS Procudures Guide section of PROC FORMAT */ ; VALUE SIPP_PNL (default=32) 1992 = "1992 SIPP panel household" 1993 = "1993 SIPP panel household" ; VALUE HALFSAMP (default=32) 0 = "No match with SIPP" 1 = "Group 1 Half Sample" 2 = "Group 2 Half Sample" ; VALUE VARSTRAT (default=32) 0 = "Unidentified" ; VALUE SPDLNWGT (default=32) 0 = "Not original sample person" ; VALUE SPDQLW9T (default=32) 0 = "Not original sample person" ; VALUE SPDQLW0T (default=32) 0 = "Not original sample person" ; VALUE SPDAWTRD (default=32) 0 = "Not original sample person" ; VALUE SPDAWQ9D (default=32) 0 = "Not original sample person" ; VALUE SPDAWQ0D (default=32) 0 = "Not original sample person" ; VALUE SAMPLE9D (default=32) 1 = "SPD Household" 2 = "Not SPD Household" ; VALUE SEX (default=32) 1 = "Male" 2 = "Female" 9 = "Unknown" ; VALUE RACE (default=32) 1 = "White" 2 = "Black" 3 = "American Indian, Aleut or Eskimo" 4 = "Asian or Pacific Islander" 9 = "Race unknown" ; VALUE ORIGIN (default=32) 1 = "Mexican-American" 2 = "Chicano" 3 = "Mexican (Mexicano)" 4 = "Puerto Rican" 5 = "Cuban" 6 = "Central or South American" 7 = "Other Hispanic" 8 = "All other" 9 = "Don't Know/Refused/Missing" ; VALUE SEXI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 3 = "Logical imputation (derivation)" 4 = "Cases switches value for SEX" ; VALUE RACEI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 3 = "Logical imputation (derivation)" 4 = "Case switches in the unedited" ; VALUE DOBYRI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 3 = "Logical imputation (derivation)" ; VALUE NATVTYI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 3 = "Logical imputation (derivation)" 4 = "Case switches value for NATVTY" ; VALUE AGEADJRI (default=32) 0 = "No change" 1 = "Age greater than 17 changed to" 2 = "Age less than 15 changed to" 3 = "Age Greater 17 changed to 15 -" 4 = "Age Less than 15 changed to 15 -" 5 = "Age 15-17 changed to greater" 6 = "Age 15-17 Changed to less than" 7 = "All other age changes" ; VALUE RSNNIE2L (default=32) 0 = "Interviewed" 10 = "Not interviewed in December 1992" 11 = "1993 sample not active" ; VALUE TENUREEI (default=32) 1 = "Owned or being bought by you or" 2 = "Rented for cash" 3 = "Occupied without payment of cash" ; VALUE STFIPSRI (default=32) 1 = "Alabama" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "DC" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 17 = "Illinois" 18 = "Indiana" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 28 = "Mississippi" 29 = "Missouri" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 35 = "New Mexico" 36 = "New York" 37 = "North Carolina" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 51 = "Virginia" 53 = "Washington" 54 = "West Virginia" 55 = "Wisconsin" 61 = "Maine, Vermont" 62 = "Iowa, North Dakota, South Dakota" 63 = "Alaska, Idaho, Montana, Wyoming" ; VALUE G_REGR2L (default=32) 1 = "Northeast" 2 = "Midwest" 3 = "South" 4 = "West" ; VALUE HOTLUNEI (default=32) 0 = "Not in Universe" 1 = "All or some" 2 = "None" ; VALUE HOTNOE2L (default=32) 0 = "Not in Universe" 1 = "Child" 2 = "2 Children" 3 = "3 Children" 4 = "4 Children" 5 = "5 Children" 6 = "6 Children" 7 = "7 Children" 8 = "8 Children" 9 = "9 or more children" ; VALUE HFLUNCEI (default=32) 0 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE HFLUNNEI (default=32) 0 = "Not in universe" 1 = "One child" 2 = "Two children" 3 = "Three children" 4 = "Four children" 5 = "Five children" 6 = "Six children" 7 = "Seven children" 8 = "Eight children" 9 = "Nine or more children" ; VALUE HPUBLIEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HLORENEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HINCWSEI (default=32) 1 = "Yes" 2 = "No" ; VALUE HWSVALRI (default=32) 0 = "None or not in universe" ; VALUE HINCSEEI (default=32) 1 = "Yes" 2 = "No" ; VALUE HSEVALRI (default=32) 0 = "None or not in universe" ; VALUE HINCFREI (default=32) 1 = "Yes" 2 = "No" ; VALUE HFRVALRI (default=32) 0 = "None or not in universe" ; VALUE HFDSPE2L (default=32) 1 = "Yes" 2 = "No" ; VALUE HFDNOE2L (default=32) 0 = "Not in universe" 1 = "One person covered" 2 = "Two persons covered" 3 = "Three persons covered" 4 = "Four persons covered" 5 = "Five persons covered" 6 = "Six persons covered" 7 = "Seven persons covered" 8 = "Eight persons covered" 9 = "Nine or more persons covered" ; VALUE HFDMONEI (default=32) 0 = "Not in universe" 1 = "One month" 2 = "Two months" 3 = "Three months" 4 = "Four months" 5 = "Five months" 6 = "Six months" 7 = "Seven months" 8 = "Eight months" 9 = "Nine months" 10 = "Ten months" 11 = "Eleven months" 12 = "Twelve months" ; VALUE HFDVALRI (default=32) 0 = "Not in universe" ; VALUE HENGASEI (default=32) 1 = "Yes" 2 = "No" ; VALUE HENGVLRI (default=32) 0 = "Not in universe" ; VALUE HINCUCEI (default=32) 1 = "Yes" 2 = "No" ; VALUE HUCVALRI (default=32) 0 = "None or not in universe" ; VALUE HINCWCEI (default=32) 1 = "Yes" 2 = "No" ; VALUE HWCVALRI (default=32) 0 = "None or not in universe" ; VALUE HSSYNE2L (default=32) 1 = "Yes" 2 = "No" ; VALUE HSSVALRI (default=32) 0 = "None or not in universe" ; VALUE HSSIYNEI (default=32) 1 = "Yes" 2 = "No" ; VALUE HSSIVLRI (default=32) 0 = "None or not in universe" ; VALUE HPAWYNEI (default=32) 1 = "Yes" 2 = "No" ; VALUE HPAWVLRI (default=32) 0 = "None or not in universe" ; VALUE HVETYNEI (default=32) 1 = "Yes" 2 = "No" ; VALUE HVETVLRI (default=32) 0 = "None or not in universe" ; VALUE HSURYNEI (default=32) 1 = "Yes" 2 = "No" ; VALUE HSURVLRI (default=32) 0 = "None or not in universe" ; VALUE HDISYNEI (default=32) 1 = "Yes" 2 = "No" ; VALUE HDISVLRI (default=32) 0 = "None or not in universe" ; VALUE HRETYNEI (default=32) 1 = "Yes" 2 = "No" ; VALUE HRETVLRI (default=32) 0 = "None or not in universe" ; VALUE HINTYNEI (default=32) 1 = "Yes" 2 = "No" ; VALUE HINTVLRI (default=32) 0 = "None or not in universe" ; VALUE HDIVYNEI (default=32) 1 = "Yes" 2 = "No" ; VALUE HDIVVLRI (default=32) 0 = "None or not in universe" ; VALUE HRNTYNEI (default=32) 1 = "Yes" 2 = "No" ; VALUE HRNTVLRI (default=32) 0 = "None or not in universe" ; VALUE HCSPYNEI (default=32) 1 = "Yes" 2 = "No" ; VALUE HCSPVLRI (default=32) 0 = "None or not in universe" ; VALUE HALMYNEI (default=32) 1 = "Yes" 2 = "No" ; VALUE HALMVLRI (default=32) 0 = "None or not in universe" ; VALUE HFINYNEI (default=32) 1 = "Yes" 2 = "No" ; VALUE HFINVLRI (default=32) 0 = "None or not in universe" ; VALUE HOIYNE2L (default=32) 1 = "Yes" 2 = "No" ; VALUE HOIVALRI (default=32) 0 = "None or not in universe" ; VALUE HED_YNEI (default=32) 1 = "Yes" 2 = "No" ; VALUE HTOTVLRI (default=32) 0 = "None or not in universe" ; VALUE HERNVLRI (default=32) 0 = "None or not in universe" ; VALUE HOTHVLRI (default=32) 0 = "None or not in universe" ; VALUE HTOTRR2L (default=32) 0 = "Not in universe" 1 = "Under $2,500" 2 = "$2,500 to $4,999" 3 = "$5,000 to $7,499" 4 = "$7,500 to $9,999" 5 = "$10,000 to $12,499" 6 = "$12,500 to $14,999" 7 = "$15,000 to $17,499" 8 = "$17,500 to $19,999" 9 = "$20,000 to $22,499" 10 = "$22,500 to $24,999" 11 = "$25,000 to $27,499" 12 = "$27,500 to $29,999" 13 = "$30,000 to $32,499" 14 = "$32,500 to $34,999" 15 = "$35,000 to $37,499" 16 = "$37,500 to $39,999" 17 = "$40,000 to $42,499" 18 = "$42,500 to $44,999" 19 = "$45,000 to $47,499" 20 = "$47,500 to $49,999" 21 = "$50,000 to $52,499" 22 = "$52,500 to $54,999" 23 = "$55,000 to $57,499" 24 = "$57,500 to $59,999" 25 = "$60,000 to $62,499" 26 = "$62,500 to $64,999" 27 = "$65,000 to $67,499" 28 = "$67,500 to $69,999" 29 = "$70,000 to $72,499" 30 = "$72,500 to $74,999" 31 = "$75,000 to $77,499" 32 = "$77,500 to $79,999" 33 = "$80,000 to $82,499" 34 = "$82,500 to $84,999" 35 = "$85,000 to $87,499" 36 = "$87,500 to $89,999" 37 = "$90,000 to $92,499" 38 = "$92,500 to $94,999" 39 = "$95,000 to $97,499" 40 = "$97,500 to $99,999" 41 = "$100,000 and over" ; VALUE TOP5PCEI (default=32) 0 = "Not in universe (group quarters)" 1 = "Yes - In top 5 percent" 2 = "No - Not in top 5 percent" ; VALUE PCTCUTEI (default=32) 0 = "Not in universe (group quarters)" 1 = "Lowest 5 percent" 2 = "Second 5 percent" 3 = "Third 5 percent" 4 = "Fourth 5 percent" 5 = "Fifth 5 percent" 6 = "Sixth 5 percent" 7 = "Seventh 5 percent" 8 = "Eighth 5 percent" 9 = "Ninth 5 percent" 10 = "Tenth 5 percent" 11 = "Eleventh 5 percent" 12 = "Twelfth 5 percent" 13 = "Thirteenth 5 percent" 14 = "Fourteenth 5 percent" 15 = "Fifteenth 5 percent" 16 = "Sixteenth 5 percent" 17 = "Seventeenth 5 percent" 18 = "Eighteenth 5 percent" 19 = "Nineteenth 5 percent" 20 = "Top 5 percent" ; VALUE HMCAREEI (default=32) 1 = "Yes" 2 = "No" ; VALUE HMCAIDEI (default=32) 1 = "Yes" 2 = "No" ; VALUE HCHAMPEI (default=32) 1 = "Yes" 2 = "No" ; VALUE HHI_YNEI (default=32) 1 = "Yes" 2 = "No" ; VALUE CMCAREEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHIE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHINOE2L (default=32) 0 = "Not in universe" 1 = "One child covered" 2 = "Two children covered" 3 = "Three children covered" 4 = "Four children covered" 5 = "Five children covered" 6 = "Six children covered" 7 = "Seven children covered" 8 = "Eight children covered" 9 = "Nine or more children covered" ; VALUE FAMKNDEI (default=32) 1 = "Husband-wife family" 2 = "Male head" 3 = "Female head" ; VALUE POVLLE2L (default=32) 1 = "Under .50 of the low-income" 2 = ".50 to .74 of the low-income" 3 = ".75 to .99 of the low-income" 4 = "1.00 to 1.24 the low income" 5 = "1.25 to 1.49 the low income" 6 = "1.50 to 1.74 the low income" 7 = "1.75 to 1.99 the low income" 8 = "2.00 to 2.49 the low income" 9 = "2.50 to 2.99 the low income" 10 = "3.00 to 3.49 the low income" 11 = "3.50 to 3.99 the low income" 12 = "4.00 to 4.49 the low income" 13 = "4.50 to 4.99 the low income" 14 = "5.00 and over the low income" ; VALUE FAMLISEI (default=32) 1 = "Below 1.0 of low-income cutoff" 2 = "1.00-1.24 of the low-income" 3 = "1.25-1.49 of the low-income" 4 = "1.50 or above the low income" ; VALUE RSPOVE2L (default=32) 0 = "Not in universe" 1 = "Under .50 of the low-income" 2 = ".50 to .74 of the low-income" 3 = ".75 to .99 of the low-income" 4 = "1.00 to 1.24 the low income" 5 = "1.25 to 1.49 the low income" 6 = "1.50 to 1.74 the low income" 7 = "1.75 to 1.99 the low income" 8 = "2.00 to 2.49 the low income" 9 = "2.50 to 2.99 the low income" 10 = "3.00 to 3.49 the low income" 11 = "3.50 to 3.99 the low income" 12 = "4.00 to 4.49 the low income" 13 = "4.50 to 4.99 the low income" 14 = "5.00 and over the low income" ; VALUE FINCWSEI (default=32) 1 = "Yes" 2 = "No" ; VALUE FWSVALRI (default=32) 0 = "None or not in universe" ; VALUE FINCSEEI (default=32) 1 = "Yes" 2 = "No" ; VALUE FSEVALRI (default=32) 0 = "None or not in universe" ; VALUE FINCFREI (default=32) 1 = "Yes" 2 = "No" ; VALUE FFRVALRI (default=32) 0 = "None or not in universe" ; VALUE FINCUCEI (default=32) 1 = "Yes" 2 = "No" ; VALUE FUCVALRI (default=32) 0 = "None or not in universe" ; VALUE FINCWCEI (default=32) 1 = "Yes" 2 = "No" ; VALUE FWCVALRI (default=32) 0 = "None or not in universe" ; VALUE FINCSSEI (default=32) 1 = "Yes" 2 = "No" ; VALUE FSSVALRI (default=32) 0 = "None or not in universe" ; VALUE FSSIYNEI (default=32) 1 = "Yes" 2 = "No" ; VALUE FSSIVLRI (default=32) 0 = "None or not in universe" ; VALUE FINPAWEI (default=32) 1 = "Yes" 2 = "No" ; VALUE FPAWVLRI (default=32) 0 = "None or not in universe" ; VALUE FINVETEI (default=32) 1 = "Yes" 2 = "No" ; VALUE FVETVLRI (default=32) 0 = "None or not in universe" ; VALUE FINSUREI (default=32) 1 = "Yes" 2 = "No" ; VALUE FSURVLRI (default=32) 0 = "None or not in universe" ; VALUE FINDISEI (default=32) 1 = "Yes" 2 = "No" ; VALUE FDISVLRI (default=32) 0 = "None or not in universe" ; VALUE FINRETEI (default=32) 1 = "Yes" 2 = "No" ; VALUE FRETVLRI (default=32) 0 = "None or not in universe" ; VALUE FININTEI (default=32) 1 = "Yes" 2 = "No" ; VALUE FINTVLRI (default=32) 0 = "None or not in universe" ; VALUE FINDIVEI (default=32) 1 = "Yes" 2 = "No" ; VALUE FDIVVLRI (default=32) 0 = "None or not in universe" ; VALUE FINRNTEI (default=32) 1 = "Yes" 2 = "No" ; VALUE FRNTVLRI (default=32) 0 = "None or not in universe" ; VALUE FINCSPEI (default=32) 1 = "Yes" 2 = "No" ; VALUE FCSPVLRI (default=32) 0 = "None or not in universe" ; VALUE FINALMEI (default=32) 1 = "Yes" 2 = "No" ; VALUE FALMVLRI (default=32) 0 = "None or not in universe" ; VALUE FFINYNEI (default=32) 1 = "Yes" 2 = "No" ; VALUE FFINVLRI (default=32) 0 = "None or not in universe" ; VALUE FINCOIEI (default=32) 1 = "Yes" 2 = "No" ; VALUE FOIVALRI (default=32) 0 = "None or not in universe" ; VALUE FED_YNEI (default=32) 1 = "Yes" 2 = "No" ; VALUE FTOTVLRI (default=32) 0 = "None or not in universe" ; VALUE FERNVLRI (default=32) 0 = "None or not in universe" ; VALUE FOTHVLRI (default=32) 0 = "None or not in universe" ; VALUE FTOTRR2L (default=32) 1 = "Under $2,500" 2 = "$2,500 to $4,999" 3 = "$5,000 to $7,499" 4 = "$7,500 to $9,999" 5 = "$10,000 to $12,499" 6 = "$12,500 to $14,999" 7 = "$15,000 to $17,499" 8 = "$17,500 to $19,999" 9 = "$20,000 to $22,499" 10 = "$22,500 to $24,999" 11 = "$25,000 to $27,499" 12 = "$27,500 to $29,999" 13 = "$30,000 to $32,499" 14 = "$32,500 to $34,999" 15 = "$35,000 to $37,499" 16 = "$37,500 to $39,999" 17 = "$40,000 to $42,499" 18 = "$42,500 to $44,999" 19 = "$45,000 to $47,499" 20 = "$47,500 to $49,999" 21 = "$50,000 to $52,499" 22 = "$52,500 to $54,999" 23 = "$55,000 to $57,499" 24 = "$57,500 to $59,999" 25 = "$60,000 to $62,499" 26 = "$62,500 to $64,999" 27 = "$65,000 to $67,499" 28 = "$67,500 to $69,999" 29 = "$70,000 to $72,499" 30 = "$72,500 to $74,999" 31 = "$75,000 to $77,499" 32 = "$77,500 to $79,999" 33 = "$80,000 to $82,499" 34 = "$82,500 to $84,999" 35 = "$85,000 to $87,499" 36 = "$87,500 to $89,999" 37 = "$90,000 to $92,499" 38 = "$92,500 to $94,999" 39 = "$95,000 to $97,499" 40 = "$97,500 to $99,999" 41 = "$100,000 and over" ; VALUE FERNVRRI (default=32) 0 = "None or not in universe" ; VALUE FOTHVRRI (default=32) 0 = "None or not in universe" ; VALUE FTOTVRRI (default=32) 0 = "None or not in universe" ; VALUE FAMTYPEI (default=32) 1 = "Primary family member (not in a" 2 = "Primary individual (person" 3 = "Related subfamily member" 4 = "Unrelated subfamily member" 5 = "Secondary indiv (nonrelative who" ; VALUE FAMRELEI (default=32) 0 = "Persons living alone" 1 = "Reference person of family or" 2 = "Spouse of reference person or" 3 = "Child of reference person or" 4 = "All other relatives and" ; VALUE RRPE2L (default=32) 1 = "Reference person with relatives" 2 = "Reference Person w/out relatives" 3 = "Spouse (Husband/Wife)" 4 = "Unmarried partner" 5 = "Child" 6 = "Grandchild" 7 = "Parent (Mother/Father)" 8 = "Brother/Sister" 9 = "Other Relative of Reference" 10 = "Foster Child" 11 = "Housemate/Roommate" 12 = "Roomer/Boarder" 13 = "Other Non-Relative of Reference" ; VALUE AGET2L (default=32) 0 = "Under 1 year of age" ; VALUE MARITLEI (default=32) 1 = "Married, Spouse present" 2 = "Married, spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never married" ; VALUE SPOUSEEI (default=32) 0 = "No spouse" ; VALUE VETE2L (default=32) 1 = "Yes" 2 = "No" ; VALUE HGAR2L (default=32) 0 = "Not in universe" 31 = "Less than 1st grade" 32 = "1st, 2nd, 3rd or 4th grade" 33 = "5th or 6th grade" 34 = "7th or 8th grade" 35 = "9th grade" 36 = "10th grade" 37 = "11th grade" 38 = "12th grade, no diploma" 39 = "HIGH SCHOOL GRADUATE - high" 40 = "Some college but no degree" 41 = "Associate degree in college," 42 = "Assoc. degree in college -" 43 = "Bachelors' degree (For" 44 = "Master's degree (ie:MA, MS," 45 = "Professional School Degree" 46 = "Doctorate degree (For" ; VALUE WORKYNEI (default=32) 0 = "Not in universe or children" 1 = "Yes" 2 = "No" ; VALUE NWLOOKEI (default=32) 0 = "Not in universe or children" 1 = "Yes" 2 = "No" ; VALUE NWLKWKEI (default=32) 0 = "Not in universe" ; VALUE WKSWRKEI (default=32) 0 = "Not in universe" ; VALUE WKCHCKRI (default=32) 0 = "Not in universe" 1 = "1-49 Weeks" 2 = "50-51 Weeks" 3 = "52 Weeks" ; VALUE LOSEWKEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE LKNONEEI (default=32) 0 = "Not in universe or had weeks" 1 = "No weeks looking for work or on" ; VALUE LKWKSE2L (default=32) 0 = "No weeks looking for work/on" ; VALUE HRSWKE2L (default=32) 0 = "Not in universe" ; VALUE HRCHKR2L (default=32) 0 = "Not in universe" 1 = "Part-time (1-34 hours)" 2 = "Full-time (35+ hours)" ; VALUE LJCWE2L (default=32) 0 = "Not in universe" 1 = "Private for profit company" 2 = "Federal government" 3 = "State government" 4 = "Local government" 5 = "Self-employed incorporated" 6 = "Self Employed not incorporated" 7 = "Without pay in family business" ; VALUE $INDUSR2L (default=32) "0" = "Not in universe" ; VALUE OCCUPE2L (default=32) 0 = "Not in universe or children" ; VALUE WEXPR2L (default=32) 0 = "Not in universe" 1 = "50 to 52 weeks -full time" 2 = "48 to 49 weeks -full time" 3 = "40 to 47 weeks -full time" 4 = "27 to 39 weeks -full time" 5 = "14 to 26 weeks -full time" 6 = "13 weeks -full time or less" 7 = "50 to 52 wks -part time" 8 = "48 to 49 wks -part time" 9 = "40 to 47 wks -part time" 10 = "27 to 39 wks -part time" 11 = "14 to 26 wks -part time" 12 = "13 wks -part time or less" 13 = "Nonworker" ; VALUE WEWKRSRI (default=32) 0 = "Not in universe" 1 = "Full-time - full-year worker" 2 = "Part-time - full-year worker" 3 = "Full-time - part-year worker" 4 = "Part-time - part-year worker" 5 = "Nonworker" ; VALUE WELKNWRI (default=32) 0 = "Children or Not in universe" 1 = "None (not looking for work)" 2 = "1 to 4 weeks looking" 3 = "5 to 14 weeks looking" 4 = "15 to 26 weeks looking" 5 = "27 to 39 weeks looking" 6 = "40 or more weeks looking" 7 = "Workers" ; VALUE WEUEMPRI (default=32) 0 = "Not in universe" 1 = "None" 2 = "1 to 4 weeks" 3 = "5 to 10 weeks" 4 = "11 to 14 weeks" 5 = "15 to 26 weeks" 6 = "27 to 39 weeks" 7 = "40 or more weeks" 8 = "Full year worker" 9 = "Nonworker" ; VALUE EARNEREI (default=32) 0 = "Not in universe" 1 = "Earner" 2 = "Nonearner" ; VALUE CLWKR2L (default=32) 0 = "Not in universe" 1 = "Private (includes" 2 = "Government" 3 = "Self-employed" 4 = "Without pay" 5 = "Never worked" ; VALUE WECLWR2L (default=32) 0 = "Not in universe" 1 = "Wage and salary -Agriculture" 2 = "Self-employed -Agriculture" 3 = "Unpaid -Agriculture" 4 = "Private household" 5 = "Other private -Nonagriculture" 6 = "Government -Nonagriculture" 7 = "Self-employed -Nonagriculture" 8 = "Unpaid -Nonagriculture" 9 = "Never worked -Nonagriculture" ; VALUE POCCU2RI (default=32) 0 = "Not in Universe or children" 1 = "Officials and administrators," 3 = "Mgr./Admin. Exc. pub. admin -" 4 = "Mgr./admin. exc. pub. admin -" 5 = "Mgr/Admin Exc pub. admin -" 6 = "Mgr/admin exc pub. admin -" 7 = "Prof. - Architects and surveyors" 8 = "Prof. - Engineers" 9 = "Prof. - Natural scientists and" 10 = "Prof. - Computer systems" 11 = "Prof. - Health diagnosing" 12 = "Prof. - Physicians and dentists" 13 = "Prof. - Health assessment and" 14 = "Prof. - Teachers, librarians," 15 = "Prof. - teachers, except" 16 = "Prof. - Other professional" 17 = "Tech. - Health technologists and" 18 = "Tech. - Engineering and science" 19 = "Tech. - Technicians, except" 20 = "Sales - Supervisors and" 21 = "Sales - Sales representatives," 22 = "Sales - Other sales occupations" 23 = "Admin supp-Computer equipment" 24 = "Admin supp-Secretaries," 25 = "Admin supp-Financial records" 26 = "Admin supp-Other administrative" 27 = "Serv. - Private household" 28 = "Serv. - Protective service" 29 = "Serv. - Food services" 30 = "Serv. - Health service" 31 = "Serv. - Cleaning and building" 32 = "Serv. - Personal service" 33 = "Farm./For./Fish. - Farm" 34 = "Farm./for./fish. - Farm" 35 = "Farm/For/Fish - Related" 36 = "Farm/for/fish - Forestry and" 37 = "Prec. Prod./Craft - Mechanics" 38 = "Prec. prod./craft - Construction" 39 = "Prec Prod/Craft - Carpenters" 40 = "Prec prod/Craft - Supervisors," 41 = "Prec prod/craft - Precision" 42 = "Prec. Prod/craft - Other" 43 = "Opr./Fab./Lab. - Machine" 44 = "Opr/Fab/Lab - Fabricators," 45 = "Opr./fab./lab. - Production" 46 = "Opr./Fab./lab. - Transportation" 47 = "Opr/fab/lab - Material moving" 48 = "Hand./Lab.- Construction" 49 = "Hand/Lab - Freight, stock and" 50 = "Hand./lab.- Other specified" 51 = "Hand/lab - Laborers, except" 52 = "Armed Forces - currently" 53 = "Never worked" ; VALUE WEMOCGRI (default=32) 0 = "Not in Universe or children" 1 = "Mgr./Prof. - Executive," 2 = "Mgr./prof. - Professional" 3 = "Tech./Sales/Admin. - Technicians" 4 = "Tech./sales/admin. - Sales" 5 = "Administrative support" 6 = "Private household occupations" 7 = "Protective service occupations" 8 = "Service occupations, except hhld" 9 = "Farming, forestry, and fishing" 10 = "Precision production, craft, and" 11 = "Opr./Fab./Lab. - Machine" 12 = "Opr/Fab/Lab - Transportation and" 13 = "Opr./fab./lab. - Handlers," 14 = "Armed Forces - currently" 15 = "Never worked" ; VALUE WEMINDRI (default=32) 0 = "Not in Universe" 1 = "Agriculture, forestry, and" 2 = "Mining" 3 = "Construction" 4 = "Mfg. - Durable goods" 5 = "Mfg. - Nondurable goods" 6 = "Mfg. - Transportation," 7 = "Whsl./Ret.- Wholesale trade" 8 = "Whsl./Ret.- Retail trade" 9 = "Whsl./Ret.- Finance, insurance," 10 = "Whsl./Ret.- Business and repair" 11 = "Per. Serv. - Personal services," 12 = "Personal Serv. - Personal" 13 = "Per. Serv. - Professional and" 14 = "Public administration" 15 = "Never worked" ; VALUE ERNYNE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ERNVALTI (default=32) 0 = "None or not in universe" ; VALUE ERNSRCEI (default=32) 0 = "None or not in universe" 1 = "Wage and Salary" 2 = "Self-employment" 3 = "Farm self-employment" 4 = "Without pay" ; VALUE ERNOTREI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WGEOTREI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WSVALR2L (default=32) 0 = "None or not in universe" ; VALUE WSALYNEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WSALVLRI (default=32) 0 = "None or not in universe" ; VALUE SEOTRE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SEVALR2L (default=32) 0 = "None or not in universe" ; VALUE SEMPYNEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SEMPVLRI (default=32) 0 = "None or not in universe" ; VALUE FRMOTREI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE FRMVALRI (default=32) 0 = "None or not in universe" ; VALUE FRSEYNEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE FRSEVLRI (default=32) 0 = "None or not in universe" ; VALUE UCYNE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SUBUCE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE UCVALT2L (default=32) 0 = "Not in universe" ; VALUE WCYNE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WCVALT2L (default=32) 0 = "Not in universe" ; VALUE SSYNE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SSVALT2L (default=32) 0 = "Not in universe" ; VALUE SSIYNE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SSIVALTI (default=32) 0 = "Not in universe" ; VALUE PAWYNE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE PAWTYPEI (default=32) 0 = "Not in universe" 1 = "AFDC (ADC)" 2 = "Other" 3 = "Both" ; VALUE PAWMONEI (default=32) 0 = "None or not in universe" 1 = "One month" 2 = "Two months" 3 = "Three months" 4 = "Four months" 5 = "Five months" 6 = "Six months" 7 = "Seven months" 8 = "Eight months" 9 = "Nine months" 10 = "Ten months" 11 = "Eleven months" 12 = "Twelve months" ; VALUE PAWVALTI (default=32) 0 = "Not in universe" ; VALUE VETYNE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY1EI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY2EI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY3EI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY4EI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY5EI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETQVAEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETVALTI (default=32) 0 = "Not in universe" ; VALUE SURYNE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SURSC1EI (default=32) 0 = "Not in universe" 1 = "Company or union pension" 2 = "Federal government Survivor" 3 = "U.S. Military Survivor" 4 = "State or local gov't employee" 5 = "U.S. Railroad Survivor" 6 = "Workers' compensation survivor" 7 = "Not used" 8 = "Regular payments from estates or" 9 = "Regular income from annuities or" 10 = "Other" ; VALUE SURSC2EI (default=32) 0 = "Not in universe" 1 = "Company or union pension" 2 = "Federal government Survivor" 3 = "U.S. Military Survivor" 4 = "State or local gov't employee" 5 = "U.S. Railroad Survivor" 6 = "Workers' compensation survivor" 7 = "Not used" 8 = "Regular payments from estates or" 9 = "Regular income from annuities or" 10 = "Other" ; VALUE SURVL1TI (default=32) 0 = "Not in universe" ; VALUE SURVL2TI (default=32) 0 = "Not in universe" ; VALUE SRVSVLRI (default=32) 0 = "Not in universe" ; VALUE DISHPE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DISYNE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DISSC1EI (default=32) 0 = "Not in universe" 1 = "Workers' Compensation" 2 = "Company or union disability" 3 = "Federal government Disability" 4 = "U.S. Military Disability" 5 = "State or local gov't employee" 6 = "U.S. Railroad retirement" 7 = "Accident or disability insurance" 8 = "Not used" 9 = "Not Used" 10 = "Other or don't know" ; VALUE DISSC2EI (default=32) 0 = "Not in universe" 1 = "Workers' Compensation" 2 = "Company or union disability" 3 = "Federal government Disability" 4 = "U.S. Military Disability" 5 = "State or local gov't employee" 6 = "U.S. Railroad retirement" 7 = "Accident or disability insurance" 8 = "Not used" 9 = "Not Used" 10 = "Other or don't know" ; VALUE DISVL1TI (default=32) 0 = "Not in universe" ; VALUE DISVL2TI (default=32) 0 = "Not in universe" ; VALUE DSABVLRI (default=32) 0 = "Not in universe" ; VALUE RETYNE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE RETSC1EI (default=32) 0 = "Not in universe" 1 = "Company or union pension" 2 = "Federal government Retirement" 3 = "U.S. Military Retirement" 4 = "State or local gov't employee" 5 = "U.S. Railroad Retirement" 6 = "Regular income from annuities or" 7 = "Regular Income from IRA, KEOGH," 8 = "Other" ; VALUE RETSC2EI (default=32) 0 = "Not in universe" 1 = "Company or union pension" 2 = "Federal government Retirement" 3 = "U.S. Military Retirement" 4 = "State or local gov't employee" 5 = "U.S. Railroad Retirement" 6 = "Regular income from annuities or" 7 = "Regular Income from IRA, KEOGH," 8 = "Other" ; VALUE RETVL1TI (default=32) 0 = "Not in universe" ; VALUE RETVL2TI (default=32) 0 = "Not in universe" ; VALUE RTMVALRI (default=32) 0 = "Not in universe" ; VALUE INTYNE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE INTVALTI (default=32) 0 = "Not in universe" ; VALUE DIVYNE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DIVNONEI (default=32) 0 = "Not in universe" 1 = "None" ; VALUE DIVVALTI (default=32) 0 = "Not in universe" ; VALUE RNTYNE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE RNTVALTI (default=32) 0 = "Not in universe" ; VALUE CSPYNE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CSPVALTI (default=32) 0 = "None or not in universe" ; VALUE ALMYNE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ALMVALTI (default=32) 0 = "Not in universe" ; VALUE FINYNE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE FINVALTI (default=32) 0 = "Not in universe" ; VALUE OIOFFE2L (default=32) 0 = "Not in universe" 1 = "Social Security" 2 = "Private pensions" 3 = "AFDC" 4 = "Other public assistance" 5 = "Interest" 6 = "Dividends" 7 = "Rents or royalties" 8 = "Estates or trusts" 9 = "State disability payments" 10 = "Disability payments (own insur.)" 11 = "Unemployment compensation" 12 = "Strike benefits" 13 = "Annuities or paid up insurance" 14 = "Not income" 15 = "Longest job" 16 = "Wages or salary" 17 = "Nonfarm self-employment" 18 = "Farm self-employment" 19 = "Anything else" ; VALUE OI_YNE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OIVALT2L (default=32) 0 = "Not in universe" ; VALUE PTOTVLRI (default=32) 0 = "None or not in universe" ; VALUE PERNVLRI (default=32) 0 = "None or not in universe" ; VALUE POTHVLRI (default=32) 0 = "None or not in universe" ; VALUE PTOTRR2L (default=32) 0 = "Not in universe" 1 = "Under $2,500" 2 = "$2,500 to $4,999" 3 = "$5,000 to $7,499" 4 = "$7,500 to $9,999" 5 = "$10,000 to $12,499" 6 = "$12,500 to $14,999" 7 = "$15,000 to $17,499" 8 = "$17,500 to $19,999" 9 = "$20,000 to $22,499" 10 = "$22,500 to $24,999" 11 = "$25,000 to $27,499" 12 = "$27,500 to $29,999" 13 = "$30,000 to $32,499" 14 = "$32,500 to $34,999" 15 = "$35,000 to $37,499" 16 = "$37,500 to $39,999" 17 = "$40,000 to $42,499" 18 = "$42,500 to $44,999" 19 = "$45,000 to $47,499" 20 = "$47,500 to $49,999" 21 = "$50,000 to $52,499" 22 = "$52,500 to $54,999" 23 = "$55,000 to $57,499" 24 = "$57,500 to $59,999" 25 = "$60,000 to $62,499" 26 = "$62,500 to $64,999" 27 = "$65,000 to $67,499" 28 = "$67,500 to $69,999" 29 = "$70,000 to $72,499" 30 = "$72,500 to $74,999" 31 = "$75,000 to $77,499" 32 = "$77,500 to $79,999" 33 = "$80,000 to $82,499" 34 = "$82,500 to $84,999" 35 = "$85,000 to $87,499" 36 = "$87,500 to $89,999" 37 = "$90,000 to $92,499" 38 = "$92,500 to $94,999" 39 = "$95,000 to $97,499" 40 = "$97,500 to $99,999" 41 = "$100,000 and over" ; VALUE ED_YNE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTYP1EI (default=32) 0 = "Not in universe" 1 = "Yes, received this educational" 2 = "No, did not receive assistance" ; VALUE EDTYP2EI (default=32) 0 = "Not in universe" 1 = "Yes, received this educational" 2 = "No, did not receive assistance" ; VALUE EDTYP3EI (default=32) 0 = "Not in universe" 1 = "Yes, received this educational" 2 = "No, did not receive assistance" ; VALUE MCAREE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE MCAIDE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHAMPE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HI_YNE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HIOWNE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HIEMPE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE COV_HIEI (default=32) 1 = "Yes" 2 = "No" ; VALUE CH_MCE2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE RSNNIE3L (default=32) 0 = "Interviewed" 10 = "Not interviewed in December 1993" 11 = "Not Used" ; VALUE TENUREEK (default=32) 1 = "Owned or being bought by you or" 2 = "Rented for cash" 3 = "Occupied without payment of cash" ; VALUE STFIPSRK (default=32) 1 = "Alabama" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "DC" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 17 = "Illinois" 18 = "Indiana" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 28 = "Mississippi" 29 = "Missouri" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 35 = "New Mexico" 36 = "New York" 37 = "North Carolina" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 51 = "Virginia" 53 = "Washington" 54 = "West Virginia" 55 = "Wisconsin" 61 = "Maine, Vermont" 62 = "Iowa, North Dakota, South Dakota" 63 = "Alaska, Idaho, Montana, Wyoming" ; VALUE G_REGR3L (default=32) 1 = "Northeast" 2 = "Midwest" 3 = "South" 4 = "West" ; VALUE HOTLUNEK (default=32) 0 = "Not in Universe" 1 = "All or some" 2 = "None" ; VALUE HOTNOE3L (default=32) 0 = "Not in Universe" 1 = "Child" 2 = "2 Children" 3 = "3 Children" 4 = "4 Children" 5 = "5 Children" 6 = "6 Children" 7 = "7 Children" 8 = "8 Children" 9 = "9 or more children" ; VALUE HFLUNCEK (default=32) 0 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE HFLUNNEK (default=32) 0 = "Not in universe" 1 = "One child" 2 = "Two children" 3 = "Three children" 4 = "Four children" 5 = "Five children" 6 = "Six children" 7 = "Seven children" 8 = "Eight children" 9 = "Nine or more children" ; VALUE HPUBLIEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HLORENEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HINCWSEK (default=32) 1 = "Yes" 2 = "No" ; VALUE HWSVALRK (default=32) 0 = "None or not in universe" ; VALUE HINCSEEK (default=32) 1 = "Yes" 2 = "No" ; VALUE HSEVALRK (default=32) 0 = "None or not in universe" ; VALUE HINCFREK (default=32) 1 = "Yes" 2 = "No" ; VALUE HFRVALRK (default=32) 0 = "None or not in universe" ; VALUE HFDSPE3L (default=32) 1 = "Yes" 2 = "No" ; VALUE HFDNOE3L (default=32) 0 = "Not in universe" 1 = "One person covered" 2 = "Two persons covered" 3 = "Three persons covered" 4 = "Four persons covered" 5 = "Five persons covered" 6 = "Six persons covered" 7 = "Seven persons covered" 8 = "Eight persons covered" 9 = "Nine or more persons covered" ; VALUE HFDMONEK (default=32) 0 = "Not in universe" 1 = "One month" 2 = "Two months" 3 = "Three months" 4 = "Four months" 5 = "Five months" 6 = "Six months" 7 = "Seven months" 8 = "Eight months" 9 = "Nine months" 10 = "Ten months" 11 = "Eleven months" 12 = "Twelve months" ; VALUE HFDVALRK (default=32) 0 = "Not in universe" ; VALUE HENGASEK (default=32) 1 = "Yes" 2 = "No" ; VALUE HENGVLRK (default=32) 0 = "Not in universe" ; VALUE HINCUCEK (default=32) 1 = "Yes" 2 = "No" ; VALUE HUCVALRK (default=32) 0 = "None or not in universe" ; VALUE HINCWCEK (default=32) 1 = "Yes" 2 = "No" ; VALUE HWCVALRK (default=32) 0 = "None or not in universe" ; VALUE HSSYNE3L (default=32) 1 = "Yes" 2 = "No" ; VALUE HSSVALRK (default=32) 0 = "None or not in universe" ; VALUE HSSIYNEK (default=32) 1 = "Yes" 2 = "No" ; VALUE HSSIVLRK (default=32) 0 = "None or not in universe" ; VALUE HPAWYNEK (default=32) 1 = "Yes" 2 = "No" ; VALUE HPAWVLRK (default=32) 0 = "None or not in universe" ; VALUE HVETYNEK (default=32) 1 = "Yes" 2 = "No" ; VALUE HVETVLRK (default=32) 0 = "None or not in universe" ; VALUE HSURYNEK (default=32) 1 = "Yes" 2 = "No" ; VALUE HSURVLRK (default=32) 0 = "None or not in universe" ; VALUE HDISYNEK (default=32) 1 = "Yes" 2 = "No" ; VALUE HDISVLRK (default=32) 0 = "None or not in universe" ; VALUE HRETYNEK (default=32) 1 = "Yes" 2 = "No" ; VALUE HRETVLRK (default=32) 0 = "None or not in universe" ; VALUE HINTYNEK (default=32) 1 = "Yes" 2 = "No" ; VALUE HINTVLRK (default=32) 0 = "None or not in universe" ; VALUE HDIVYNEK (default=32) 1 = "Yes" 2 = "No" ; VALUE HDIVVLRK (default=32) 0 = "None or not in universe" ; VALUE HRNTYNEK (default=32) 1 = "Yes" 2 = "No" ; VALUE HRNTVLRK (default=32) 0 = "None or not in universe" ; VALUE HCSPYNEK (default=32) 1 = "Yes" 2 = "No" ; VALUE HCSPVLRK (default=32) 0 = "None or not in universe" ; VALUE HALMYNEK (default=32) 1 = "Yes" 2 = "No" ; VALUE HALMVLRK (default=32) 0 = "None or not in universe" ; VALUE HFINYNEK (default=32) 1 = "Yes" 2 = "No" ; VALUE HFINVLRK (default=32) 0 = "None or not in universe" ; VALUE HOIYNE3L (default=32) 1 = "Yes" 2 = "No" ; VALUE HOIVALRK (default=32) 0 = "None or not in universe" ; VALUE HED_YNEK (default=32) 1 = "Yes" 2 = "No" ; VALUE HTOTVLRK (default=32) 0 = "None or not in universe" ; VALUE HERNVLRK (default=32) 0 = "None or not in universe" ; VALUE HOTHVLRK (default=32) 0 = "None or not in universe" ; VALUE HTOTRR3L (default=32) 0 = "Not in universe" 1 = "Under $2,500" 2 = "$2,500 to $4,999" 3 = "$5,000 to $7,499" 4 = "$7,500 to $9,999" 5 = "$10,000 to $12,499" 6 = "$12,500 to $14,999" 7 = "$15,000 to $17,499" 8 = "$17,500 to $19,999" 9 = "$20,000 to $22,499" 10 = "$22,500 to $24,999" 11 = "$25,000 to $27,499" 12 = "$27,500 to $29,999" 13 = "$30,000 to $32,499" 14 = "$32,500 to $34,999" 15 = "$35,000 to $37,499" 16 = "$37,500 to $39,999" 17 = "$40,000 to $42,499" 18 = "$42,500 to $44,999" 19 = "$45,000 to $47,499" 20 = "$47,500 to $49,999" 21 = "$50,000 to $52,499" 22 = "$52,500 to $54,999" 23 = "$55,000 to $57,499" 24 = "$57,500 to $59,999" 25 = "$60,000 to $62,499" 26 = "$62,500 to $64,999" 27 = "$65,000 to $67,499" 28 = "$67,500 to $69,999" 29 = "$70,000 to $72,499" 30 = "$72,500 to $74,999" 31 = "$75,000 to $77,499" 32 = "$77,500 to $79,999" 33 = "$80,000 to $82,499" 34 = "$82,500 to $84,999" 35 = "$85,000 to $87,499" 36 = "$87,500 to $89,999" 37 = "$90,000 to $92,499" 38 = "$92,500 to $94,999" 39 = "$95,000 to $97,499" 40 = "$97,500 to $99,999" 41 = "$100,000 and over" ; VALUE TOP5PCEK (default=32) 0 = "Not in universe (group quarters)" 1 = "Yes - In top 5 percent" 2 = "No - Not in top 5 percent" ; VALUE PCTCUTEK (default=32) 0 = "Not in universe (group quarters)" 1 = "Lowest 5 percent" 2 = "Second 5 percent" 3 = "Third 5 percent" 4 = "Fourth 5 percent" 5 = "Fifth 5 percent" 6 = "Sixth 5 percent" 7 = "Seventh 5 percent" 8 = "Eighth 5 percent" 9 = "Ninth 5 percent" 10 = "Tenth 5 percent" 11 = "Eleventh 5 percent" 12 = "Twelfth 5 percent" 13 = "Thirteenth 5 percent" 14 = "Fourteenth 5 percent" 15 = "Fifteenth 5 percent" 16 = "Sixteenth 5 percent" 17 = "Seventeenth 5 percent" 18 = "Eighteenth 5 percent" 19 = "Nineteenth 5 percent" 20 = "Top 5 percent" ; VALUE HMCAREEK (default=32) 1 = "Yes" 2 = "No" ; VALUE HMCAIDEK (default=32) 1 = "Yes" 2 = "No" ; VALUE HCHAMPEK (default=32) 1 = "Yes" 2 = "No" ; VALUE HHI_YNEK (default=32) 1 = "Yes" 2 = "No" ; VALUE CMCAREEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHIE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHINOE3L (default=32) 0 = "Not in universe" 1 = "One child covered" 2 = "Two children covered" 3 = "Three children covered" 4 = "Four children covered" 5 = "Five children covered" 6 = "Six children covered" 7 = "Seven children covered" 8 = "Eight children covered" 9 = "Nine or more children covered" ; VALUE FAMKNDEK (default=32) 1 = "Husband-wife family" 2 = "Male head" 3 = "Female head" ; VALUE POVLLE3L (default=32) 1 = "Under .50 of the low-income" 2 = ".50 to .74 of the low-income" 3 = ".75 to .99 of the low-income" 4 = "1.00 to 1.24 the low income" 5 = "1.25 to 1.49 the low income" 6 = "1.50 to 1.74 the low income" 7 = "1.75 to 1.99 the low income" 8 = "2.00 to 2.49 the low income" 9 = "2.50 to 2.99 the low income" 10 = "3.00 to 3.49 the low income" 11 = "3.50 to 3.99 the low income" 12 = "4.00 to 4.49 the low income" 13 = "4.50 to 4.99 the low income" 14 = "5.00 and over the low income" ; VALUE FAMLISEK (default=32) 1 = "Below 1.0 of low-income cutoff" 2 = "1.00-1.24 of the low-income" 3 = "1.25-1.49 of the low-income" 4 = "1.50 or above the low income" ; VALUE RSPOVE3L (default=32) 0 = "Not in universe" 1 = "Under .50 of the low-income" 2 = ".50 to .74 of the low-income" 3 = ".75 to .99 of the low-income" 4 = "1.00 to 1.24 the low income" 5 = "1.25 to 1.49 the low income" 6 = "1.50 to 1.74 the low income" 7 = "1.75 to 1.99 the low income" 8 = "2.00 to 2.49 the low income" 9 = "2.50 to 2.99 the low income" 10 = "3.00 to 3.49 the low income" 11 = "3.50 to 3.99 the low income" 12 = "4.00 to 4.49 the low income" 13 = "4.50 to 4.99 the low income" 14 = "5.00 and over the low income" ; VALUE FINCWSEK (default=32) 1 = "Yes" 2 = "No" ; VALUE FWSVALRK (default=32) 0 = "None or not in universe" ; VALUE FINCSEEK (default=32) 1 = "Yes" 2 = "No" ; VALUE FSEVALRK (default=32) 0 = "None or not in universe" ; VALUE FINCFREK (default=32) 1 = "Yes" 2 = "No" ; VALUE FFRVALRK (default=32) 0 = "None or not in universe" ; VALUE FINCUCEK (default=32) 1 = "Yes" 2 = "No" ; VALUE FUCVALRK (default=32) 0 = "None or not in universe" ; VALUE FINCWCEK (default=32) 1 = "Yes" 2 = "No" ; VALUE FWCVALRK (default=32) 0 = "None or not in universe" ; VALUE FINCSSEK (default=32) 1 = "Yes" 2 = "No" ; VALUE FSSVALRK (default=32) 0 = "None or not in universe" ; VALUE FSSIYNEK (default=32) 1 = "Yes" 2 = "No" ; VALUE FSSIVLRK (default=32) 0 = "None or not in universe" ; VALUE FINPAWEK (default=32) 1 = "Yes" 2 = "No" ; VALUE FPAWVLRK (default=32) 0 = "None or not in universe" ; VALUE FINVETEK (default=32) 1 = "Yes" 2 = "No" ; VALUE FVETVLRK (default=32) 0 = "None or not in universe" ; VALUE FINSUREK (default=32) 1 = "Yes" 2 = "No" ; VALUE FSURVLRK (default=32) 0 = "None or not in universe" ; VALUE FINDISEK (default=32) 1 = "Yes" 2 = "No" ; VALUE FDISVLRK (default=32) 0 = "None or not in universe" ; VALUE FINRETEK (default=32) 1 = "Yes" 2 = "No" ; VALUE FRETVLRK (default=32) 0 = "None or not in universe" ; VALUE FININTEK (default=32) 1 = "Yes" 2 = "No" ; VALUE FINTVLRK (default=32) 0 = "None or not in universe" ; VALUE FINDIVEK (default=32) 1 = "Yes" 2 = "No" ; VALUE FDIVVLRK (default=32) 0 = "None or not in universe" ; VALUE FINRNTEK (default=32) 1 = "Yes" 2 = "No" ; VALUE FRNTVLRK (default=32) 0 = "None or not in universe" ; VALUE FINCSPEK (default=32) 1 = "Yes" 2 = "No" ; VALUE FCSPVLRK (default=32) 0 = "None or not in universe" ; VALUE FINALMEK (default=32) 1 = "Yes" 2 = "No" ; VALUE FALMVLRK (default=32) 0 = "None or not in universe" ; VALUE FFINYNEK (default=32) 1 = "Yes" 2 = "No" ; VALUE FFINVLRK (default=32) 0 = "None or not in universe" ; VALUE FINCOIEK (default=32) 1 = "Yes" 2 = "No" ; VALUE FOIVALRK (default=32) 0 = "None or not in universe" ; VALUE FED_YNEK (default=32) 1 = "Yes" 2 = "No" ; VALUE FTOTVLRK (default=32) 0 = "None or not in universe" ; VALUE FERNVLRK (default=32) 0 = "None or not in universe" ; VALUE FOTHVLRK (default=32) 0 = "None or not in universe" ; VALUE FTOTRR3L (default=32) 1 = "Under $2,500" 2 = "$2,500 to $4,999" 3 = "$5,000 to $7,499" 4 = "$7,500 to $9,999" 5 = "$10,000 to $12,499" 6 = "$12,500 to $14,999" 7 = "$15,000 to $17,499" 8 = "$17,500 to $19,999" 9 = "$20,000 to $22,499" 10 = "$22,500 to $24,999" 11 = "$25,000 to $27,499" 12 = "$27,500 to $29,999" 13 = "$30,000 to $32,499" 14 = "$32,500 to $34,999" 15 = "$35,000 to $37,499" 16 = "$37,500 to $39,999" 17 = "$40,000 to $42,499" 18 = "$42,500 to $44,999" 19 = "$45,000 to $47,499" 20 = "$47,500 to $49,999" 21 = "$50,000 to $52,499" 22 = "$52,500 to $54,999" 23 = "$55,000 to $57,499" 24 = "$57,500 to $59,999" 25 = "$60,000 to $62,499" 26 = "$62,500 to $64,999" 27 = "$65,000 to $67,499" 28 = "$67,500 to $69,999" 29 = "$70,000 to $72,499" 30 = "$72,500 to $74,999" 31 = "$75,000 to $77,499" 32 = "$77,500 to $79,999" 33 = "$80,000 to $82,499" 34 = "$82,500 to $84,999" 35 = "$85,000 to $87,499" 36 = "$87,500 to $89,999" 37 = "$90,000 to $92,499" 38 = "$92,500 to $94,999" 39 = "$95,000 to $97,499" 40 = "$97,500 to $99,999" 41 = "$100,000 and over" ; VALUE FERNVRRK (default=32) 0 = "None or not in universe" ; VALUE FOTHVRRK (default=32) 0 = "None or not in universe" ; VALUE FTOTVRRK (default=32) 0 = "None or not in universe" ; VALUE FAMTYPEK (default=32) 1 = "Primary family member (not in a" 2 = "Primary individual (person" 3 = "Related subfamily member" 4 = "Unrelated subfamily member" 5 = "Secondary indiv (nonrelative who" ; VALUE FAMRELEK (default=32) 0 = "Persons living alone" 1 = "Reference person of family or" 2 = "Spouse of reference person or" 3 = "Child of reference person or" 4 = "All other relatives and" ; VALUE RRPE3L (default=32) 1 = "Reference person with relatives" 2 = "Reference Person w/out relatives" 3 = "Spouse (Husband/Wife)" 4 = "Unmarried partner" 5 = "Child" 6 = "Grandchild" 7 = "Parent (Mother/Father)" 8 = "Brother/Sister" 9 = "Other Relative of Reference" 10 = "Foster Child" 11 = "Housemate/Roommate" 12 = "Roomer/Boarder" 13 = "Other Non-Relative of Reference" ; VALUE AGET3L (default=32) 0 = "Under 1 year of age" ; VALUE MARITLEK (default=32) 1 = "Married, Spouse present" 2 = "Married, spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never married" ; VALUE SPOUSEEK (default=32) 0 = "No spouse" ; VALUE VETE3L (default=32) 1 = "Yes" 2 = "No" ; VALUE HGAR3L (default=32) 0 = "Not in universe" 31 = "Less than 1st grade" 32 = "1st, 2nd, 3rd or 4th grade" 33 = "5th or 6th grade" 34 = "7th or 8th grade" 35 = "9th grade" 36 = "10th grade" 37 = "11th grade" 38 = "12th grade, no diploma" 39 = "HIGH SCHOOL GRADUATE - high" 40 = "Some college but no degree" 41 = "Associate degree in college," 42 = "Assoc. degree in college -" 43 = "Bachelors' degree (For" 44 = "Master's degree (ie:MA, MS," 45 = "Professional School Degree" 46 = "Doctorate degree (For" ; VALUE WORKYNEK (default=32) 0 = "Not in universe or children" 1 = "Yes" 2 = "No" ; VALUE NWLOOKEK (default=32) 0 = "Not in universe or children" 1 = "Yes" 2 = "No" ; VALUE NWLKWKEK (default=32) 0 = "Not in universe" ; VALUE WKSWRKEK (default=32) 0 = "Not in universe" ; VALUE WKCHCKRK (default=32) 0 = "Not in universe" 1 = "1-49 Weeks" 2 = "50-51 Weeks" 3 = "52 Weeks" ; VALUE LOSEWKEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE LKNONEEK (default=32) 0 = "Not in universe or had weeks" 1 = "No weeks looking for work or on" ; VALUE LKWKSE3L (default=32) 0 = "No weeks looking for work/on" ; VALUE HRSWKE3L (default=32) 0 = "Not in universe" ; VALUE HRCHKR3L (default=32) 0 = "Not in universe" 1 = "Part-time (1-34 hours)" 2 = "Full-time (35+ hours)" ; VALUE LJCWE3L (default=32) 0 = "Not in universe" 1 = "Private for profit company" 2 = "Federal government" 3 = "State government" 4 = "Local government" 5 = "Self-employed incorporated" 6 = "Self Employed not incorporated" 7 = "Without pay in family business" ; VALUE $INDUSR3L (default=32) "0" = "Not in universe" ; VALUE OCCUPE3L (default=32) 0 = "Not in universe or children" ; VALUE WEXPR3L (default=32) 0 = "Not in universe" 1 = "50 to 52 weeks -full time" 2 = "48 to 49 weeks -full time" 3 = "40 to 47 weeks -full time" 4 = "27 to 39 weeks -full time" 5 = "14 to 26 weeks -full time" 6 = "13 weeks -full time or less" 7 = "50 to 52 wks -part time" 8 = "48 to 49 wks -part time" 9 = "40 to 47 wks -part time" 10 = "27 to 39 wks -part time" 11 = "14 to 26 wks -part time" 12 = "13 wks -part time or less" 13 = "Nonworker" ; VALUE WEWKRSRK (default=32) 0 = "Not in universe" 1 = "Full-time - full-year worker" 2 = "Part-time - full-year worker" 3 = "Full-time - part-year worker" 4 = "Part-time - part-year worker" 5 = "Nonworker" ; VALUE WELKNWRK (default=32) 0 = "Children or Not in universe" 1 = "None (not looking for work)" 2 = "1 to 4 weeks looking" 3 = "5 to 14 weeks looking" 4 = "15 to 26 weeks looking" 5 = "27 to 39 weeks looking" 6 = "40 or more weeks looking" 7 = "Workers" ; VALUE WEUEMPRK (default=32) 0 = "Not in universe" 1 = "None" 2 = "1 to 4 weeks" 3 = "5 to 10 weeks" 4 = "11 to 14 weeks" 5 = "15 to 26 weeks" 6 = "27 to 39 weeks" 7 = "40 or more weeks" 8 = "Full year worker" 9 = "Nonworker" ; VALUE EARNEREK (default=32) 0 = "Not in universe" 1 = "Earner" 2 = "Nonearner" ; VALUE CLWKR3L (default=32) 0 = "Not in universe" 1 = "Private (includes" 2 = "Government" 3 = "Self-employed" 4 = "Without pay" 5 = "Never worked" ; VALUE WECLWR3L (default=32) 0 = "Not in universe" 1 = "Wage and salary -Agriculture" 2 = "Self-employed -Agriculture" 3 = "Unpaid -Agriculture" 4 = "Private household" 5 = "Other private -Nonagriculture" 6 = "Government -Nonagriculture" 7 = "Self-employed -Nonagriculture" 8 = "Unpaid -Nonagriculture" 9 = "Never worked -Nonagriculture" ; VALUE POCCU2RK (default=32) 0 = "Not in Universe or children" 1 = "Officials and administrators," 3 = "Mgr./Admin. Exc. pub. admin -" 4 = "Mgr./admin. exc. pub. admin -" 5 = "Mgr/Admin Exc pub. admin -" 6 = "Mgr/admin exc pub. admin -" 7 = "Prof. - Architects and surveyors" 8 = "Prof. - Engineers" 9 = "Prof. - Natural scientists and" 10 = "Prof. - Computer systems" 11 = "Prof. - Health diagnosing" 12 = "Prof. - Physicians and dentists" 13 = "Prof. - Health assessment and" 14 = "Prof. - Teachers, librarians," 15 = "Prof. - teachers, except" 16 = "Prof. - Other professional" 17 = "Tech. - Health technologists and" 18 = "Tech. - Engineering and science" 19 = "Tech. - Technicians, except" 20 = "Sales - Supervisors and" 21 = "Sales - Sales representatives," 22 = "Sales - Other sales occupations" 23 = "Admin supp-Computer equipment" 24 = "Admin supp-Secretaries," 25 = "Admin supp-Financial records" 26 = "Admin supp-Other administrative" 27 = "Serv. - Private household" 28 = "Serv. - Protective service" 29 = "Serv. - Food services" 30 = "Serv. - Health service" 31 = "Serv. - Cleaning and building" 32 = "Serv. - Personal service" 33 = "Farm./For./Fish. - Farm" 34 = "Farm./for./fish. - Farm" 35 = "Farm/For/Fish - Related" 36 = "Farm/for/fish - Forestry and" 37 = "Prec. Prod./Craft - Mechanics" 38 = "Prec. prod./craft - Construction" 39 = "Prec Prod/Craft - Carpenters" 40 = "Prec prod/Craft - Supervisors," 41 = "Prec prod/craft - Precision" 42 = "Prec. Prod/craft - Other" 43 = "Opr./Fab./Lab. - Machine" 44 = "Opr/Fab/Lab - Fabricators," 45 = "Opr./fab./lab. - Production" 46 = "Opr./Fab./lab. - Transportation" 47 = "Opr/fab/lab - Material moving" 48 = "Hand./Lab.- Construction" 49 = "Hand/Lab - Freight, stock and" 50 = "Hand./lab.- Other specified" 51 = "Hand/lab - Laborers, except" 52 = "Armed Forces - currently" 53 = "Never worked" ; VALUE WEMOCGRK (default=32) 0 = "Not in Universe or children" 1 = "Mgr./Prof. - Executive," 2 = "Mgr./prof. - Professional" 3 = "Tech./Sales/Admin. - Technicians" 4 = "Tech./sales/admin. - Sales" 5 = "Administrative support" 6 = "Private household occupations" 7 = "Protective service occupations" 8 = "Service occupations, except hhld" 9 = "Farming, forestry, and fishing" 10 = "Precision production, craft, and" 11 = "Opr./Fab./Lab. - Machine" 12 = "Opr/Fab/Lab - Transportation and" 13 = "Opr./fab./lab. - Handlers," 14 = "Armed Forces - currently" 15 = "Never worked" ; VALUE WEMINDRK (default=32) 0 = "Not in Universe" 1 = "Agriculture, forestry, and" 2 = "Mining" 3 = "Construction" 4 = "Mfg. - Durable goods" 5 = "Mfg. - Nondurable goods" 6 = "Mfg. - Transportation," 7 = "Whsl./Ret.- Wholesale trade" 8 = "Whsl./Ret.- Retail trade" 9 = "Whsl./Ret.- Finance, insurance," 10 = "Whsl./Ret.- Business and repair" 11 = "Per. Serv. - Personal services," 12 = "Personal Serv. - Personal" 13 = "Per. Serv. - Professional and" 14 = "Public administration" 15 = "Never worked" ; VALUE ERNYNE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ERNVALTK (default=32) 0 = "None or not in universe" ; VALUE ERNSRCEK (default=32) 0 = "None or not in universe" 1 = "Wage and Salary" 2 = "Self-employment" 3 = "Farm self-employment" 4 = "Without pay" ; VALUE ERNOTREK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WGEOTREK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WSVALR3L (default=32) 0 = "None or not in universe" ; VALUE WSALYNEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WSALVLRK (default=32) 0 = "None or not in universe" ; VALUE SEOTRE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SEVALR3L (default=32) 0 = "None or not in universe" ; VALUE SEMPYNEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SEMPVLRK (default=32) 0 = "None or not in universe" ; VALUE FRMOTREK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE FRMVALRK (default=32) 0 = "None or not in universe" ; VALUE FRSEYNEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE FRSEVLRK (default=32) 0 = "None or not in universe" ; VALUE UCYNE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SUBUCE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE UCVALT3L (default=32) 0 = "Not in universe" ; VALUE WCYNE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WCVALT3L (default=32) 0 = "Not in universe" ; VALUE SSYNE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SSVALT3L (default=32) 0 = "Not in universe" ; VALUE SSIYNE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SSIVALTK (default=32) 0 = "Not in universe" ; VALUE PAWYNE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE PAWTYPEK (default=32) 0 = "Not in universe" 1 = "AFDC (ADC)" 2 = "Other" 3 = "Both" ; VALUE PAWMONEK (default=32) 0 = "None or not in universe" 1 = "One month" 2 = "Two months" 3 = "Three months" 4 = "Four months" 5 = "Five months" 6 = "Six months" 7 = "Seven months" 8 = "Eight months" 9 = "Nine months" 10 = "Ten months" 11 = "Eleven months" 12 = "Twelve months" ; VALUE PAWVALTK (default=32) 0 = "Not in universe" ; VALUE VETYNE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY1EK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY2EK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY3EK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY4EK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY5EK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETQVAEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETVALTK (default=32) 0 = "Not in universe" ; VALUE SURYNE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SURSC1EK (default=32) 0 = "Not in universe" 1 = "Company or union pension" 2 = "Federal government Survivor" 3 = "U.S. Military Survivor" 4 = "State or local gov't employee" 5 = "U.S. Railroad Survivor" 6 = "Workers' compensation survivor" 7 = "Not used" 8 = "Regular payments from estates or" 9 = "Regular income from annuities or" 10 = "Other" ; VALUE SURSC2EK (default=32) 0 = "Not in universe" 1 = "Company or union pension" 2 = "Federal government Survivor" 3 = "U.S. Military Survivor" 4 = "State or local gov't employee" 5 = "U.S. Railroad Survivor" 6 = "Workers' compensation survivor" 7 = "Not used" 8 = "Regular payments from estates or" 9 = "Regular income from annuities or" 10 = "Other" ; VALUE SURVL1TK (default=32) 0 = "Not in universe" ; VALUE SURVL2TK (default=32) 0 = "Not in universe" ; VALUE SRVSVLRK (default=32) 0 = "Not in universe" ; VALUE DISHPE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DISYNE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DISSC1EK (default=32) 0 = "Not in universe" 1 = "Workers' Compensation" 2 = "Company or union disability" 3 = "Federal government Disability" 4 = "U.S. Military Disability" 5 = "State or local gov't employee" 6 = "U.S. Railroad retirement" 7 = "Accident or disability insurance" 8 = "Not used" 9 = "Not Used" 10 = "Other or don't know" ; VALUE DISSC2EK (default=32) 0 = "Not in universe" 1 = "Workers' Compensation" 2 = "Company or union disability" 3 = "Federal government Disability" 4 = "U.S. Military Disability" 5 = "State or local gov't employee" 6 = "U.S. Railroad retirement" 7 = "Accident or disability insurance" 8 = "Not used" 9 = "Not Used" 10 = "Other or don't know" ; VALUE DISVL1TK (default=32) 0 = "Not in universe" ; VALUE DISVL2TK (default=32) 0 = "Not in universe" ; VALUE DSABVLRK (default=32) 0 = "Not in universe" ; VALUE RETYNE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE RETSC1EK (default=32) 0 = "Not in universe" 1 = "Company or union pension" 2 = "Federal government Retirement" 3 = "U.S. Military Retirement" 4 = "State or local gov't employee" 5 = "U.S. Railroad Retirement" 6 = "Regular income from annuities or" 7 = "Regular Income from IRA, KEOGH," 8 = "Other" ; VALUE RETSC2EK (default=32) 0 = "Not in universe" 1 = "Company or union pension" 2 = "Federal government Retirement" 3 = "U.S. Military Retirement" 4 = "State or local gov't employee" 5 = "U.S. Railroad Retirement" 6 = "Regular income from annuities or" 7 = "Regular Income from IRA, KEOGH," 8 = "Other" ; VALUE RETVL1TK (default=32) 0 = "Not in universe" ; VALUE RETVL2TK (default=32) 0 = "Not in universe" ; VALUE RTMVALRK (default=32) 0 = "Not in universe" ; VALUE INTYNE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE INTVALTK (default=32) 0 = "Not in universe" ; VALUE DIVYNE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DIVNONEK (default=32) 0 = "Not in universe" 1 = "None" ; VALUE DIVVALTK (default=32) 0 = "Not in universe" ; VALUE RNTYNE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE RNTVALTK (default=32) 0 = "Not in universe" ; VALUE CSPYNE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CSPVALTK (default=32) 0 = "None or not in universe" ; VALUE ALMYNE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ALMVALTK (default=32) 0 = "Not in universe" ; VALUE FINYNE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE FINVALTK (default=32) 0 = "Not in universe" ; VALUE OIOFFE3L (default=32) 0 = "Not in universe" 1 = "Social Security" 2 = "Private pensions" 3 = "AFDC" 4 = "Other public assistance" 5 = "Interest" 6 = "Dividends" 7 = "Rents or royalties" 8 = "Estates or trusts" 9 = "State disability payments" 10 = "Disability payments (own insur.)" 11 = "Unemployment compensation" 12 = "Strike benefits" 13 = "Annuities or paid up insurance" 14 = "Not income" 15 = "Longest job" 16 = "Wages or salary" 17 = "Nonfarm self-employment" 18 = "Farm self-employment" 19 = "Anything else" ; VALUE OI_YNE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OIVALT3L (default=32) 0 = "Not in universe" ; VALUE PTOTVLRK (default=32) 0 = "None or not in universe" ; VALUE PERNVLRK (default=32) 0 = "None or not in universe" ; VALUE POTHVLRK (default=32) 0 = "None or not in universe" ; VALUE PTOTRR3L (default=32) 0 = "Not in universe" 1 = "Under $2,500" 2 = "$2,500 to $4,999" 3 = "$5,000 to $7,499" 4 = "$7,500 to $9,999" 5 = "$10,000 to $12,499" 6 = "$12,500 to $14,999" 7 = "$15,000 to $17,499" 8 = "$17,500 to $19,999" 9 = "$20,000 to $22,499" 10 = "$22,500 to $24,999" 11 = "$25,000 to $27,499" 12 = "$27,500 to $29,999" 13 = "$30,000 to $32,499" 14 = "$32,500 to $34,999" 15 = "$35,000 to $37,499" 16 = "$37,500 to $39,999" 17 = "$40,000 to $42,499" 18 = "$42,500 to $44,999" 19 = "$45,000 to $47,499" 20 = "$47,500 to $49,999" 21 = "$50,000 to $52,499" 22 = "$52,500 to $54,999" 23 = "$55,000 to $57,499" 24 = "$57,500 to $59,999" 25 = "$60,000 to $62,499" 26 = "$62,500 to $64,999" 27 = "$65,000 to $67,499" 28 = "$67,500 to $69,999" 29 = "$70,000 to $72,499" 30 = "$72,500 to $74,999" 31 = "$75,000 to $77,499" 32 = "$77,500 to $79,999" 33 = "$80,000 to $82,499" 34 = "$82,500 to $84,999" 35 = "$85,000 to $87,499" 36 = "$87,500 to $89,999" 37 = "$90,000 to $92,499" 38 = "$92,500 to $94,999" 39 = "$95,000 to $97,499" 40 = "$97,500 to $99,999" 41 = "$100,000 and over" ; VALUE ED_YNE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTYP1EK (default=32) 0 = "Not in universe" 1 = "Yes, received this educational" 2 = "No, did not receive assistance" ; VALUE EDTYP2EK (default=32) 0 = "Not in universe" 1 = "Yes, received this educational" 2 = "No, did not receive assistance" ; VALUE EDTYP3EK (default=32) 0 = "Not in universe" 1 = "Yes, received this educational" 2 = "No, did not receive assistance" ; VALUE MCAREE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE MCAIDE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHAMPE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HI_YNE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HIOWNE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HIEMPE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE COV_HIEK (default=32) 1 = "Yes" 2 = "No" ; VALUE CH_MCE3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE RSNNIE4L (default=32) 0 = "Interviewed" 10 = "Not interviewed in December 1994" 11 = "Not Used" ; VALUE TENUREEL (default=32) 1 = "Owned or being bought by you or" 2 = "Rented for cash" 3 = "Occupied without payment of cash" ; VALUE STFIPSRL (default=32) 1 = "Alabama" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "DC" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 17 = "Illinois" 18 = "Indiana" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 28 = "Mississippi" 29 = "Missouri" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 35 = "New Mexico" 36 = "New York" 37 = "North Carolina" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 51 = "Virginia" 53 = "Washington" 54 = "West Virginia" 55 = "Wisconsin" 61 = "Maine, Vermont" 62 = "Iowa, North Dakota, South Dakota" 63 = "Alaska, Idaho, Montana, Wyoming" ; VALUE G_REGR4L (default=32) 1 = "Northeast" 2 = "Midwest" 3 = "South" 4 = "West" ; VALUE HOTLUNEL (default=32) 0 = "Not in Universe" 1 = "All or some" 2 = "None" ; VALUE HOTNOE4L (default=32) 0 = "Not in Universe" 1 = "Child" 2 = "2 Children" 3 = "3 Children" 4 = "4 Children" 5 = "5 Children" 6 = "6 Children" 7 = "7 Children" 8 = "8 Children" 9 = "9 or more children" ; VALUE HFLUNCEL (default=32) 0 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE HFLUNNEL (default=32) 0 = "Not in universe" 1 = "One child" 2 = "Two children" 3 = "Three children" 4 = "Four children" 5 = "Five children" 6 = "Six children" 7 = "Seven children" 8 = "Eight children" 9 = "Nine or more children" ; VALUE HPUBLIEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HLORENEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HINCWSEL (default=32) 1 = "Yes" 2 = "No" ; VALUE HWSVALRL (default=32) 0 = "None or not in universe" ; VALUE HINCSEEL (default=32) 1 = "Yes" 2 = "No" ; VALUE HSEVALRL (default=32) 0 = "None or not in universe" ; VALUE HINCFREL (default=32) 1 = "Yes" 2 = "No" ; VALUE HFRVALRL (default=32) 0 = "None or not in universe" ; VALUE HFDSPE4L (default=32) 1 = "Yes" 2 = "No" ; VALUE HFDNOE4L (default=32) 0 = "Not in universe" 1 = "One person covered" 2 = "Two persons covered" 3 = "Three persons covered" 4 = "Four persons covered" 5 = "Five persons covered" 6 = "Six persons covered" 7 = "Seven persons covered" 8 = "Eight persons covered" 9 = "Nine or more persons covered" ; VALUE HFDMONEL (default=32) 0 = "Not in universe" 1 = "One month" 2 = "Two months" 3 = "Three months" 4 = "Four months" 5 = "Five months" 6 = "Six months" 7 = "Seven months" 8 = "Eight months" 9 = "Nine months" 10 = "Ten months" 11 = "Eleven months" 12 = "Twelve months" ; VALUE HFDVALRL (default=32) 0 = "Not in universe" ; VALUE HENGASEL (default=32) 1 = "Yes" 2 = "No" ; VALUE HENGVLRL (default=32) 0 = "Not in universe" ; VALUE HINCUCEL (default=32) 1 = "Yes" 2 = "No" ; VALUE HUCVALRL (default=32) 0 = "None or not in universe" ; VALUE HINCWCEL (default=32) 1 = "Yes" 2 = "No" ; VALUE HWCVALRL (default=32) 0 = "None or not in universe" ; VALUE HSSYNE4L (default=32) 1 = "Yes" 2 = "No" ; VALUE HSSVALRL (default=32) 0 = "None or not in universe" ; VALUE HSSIYNEL (default=32) 1 = "Yes" 2 = "No" ; VALUE HSSIVLRL (default=32) 0 = "None or not in universe" ; VALUE HPAWYNEL (default=32) 1 = "Yes" 2 = "No" ; VALUE HPAWVLRL (default=32) 0 = "None or not in universe" ; VALUE HVETYNEL (default=32) 1 = "Yes" 2 = "No" ; VALUE HVETVLRL (default=32) 0 = "None or not in universe" ; VALUE HSURYNEL (default=32) 1 = "Yes" 2 = "No" ; VALUE HSURVLRL (default=32) 0 = "None or not in universe" ; VALUE HDISYNEL (default=32) 1 = "Yes" 2 = "No" ; VALUE HDISVLRL (default=32) 0 = "None or not in universe" ; VALUE HRETYNEL (default=32) 1 = "Yes" 2 = "No" ; VALUE HRETVLRL (default=32) 0 = "None or not in universe" ; VALUE HINTYNEL (default=32) 1 = "Yes" 2 = "No" ; VALUE HINTVLRL (default=32) 0 = "None or not in universe" ; VALUE HDIVYNEL (default=32) 1 = "Yes" 2 = "No" ; VALUE HDIVVLRL (default=32) 0 = "None or not in universe" ; VALUE HRNTYNEL (default=32) 1 = "Yes" 2 = "No" ; VALUE HRNTVLRL (default=32) 0 = "None or not in universe" ; VALUE HCSPYNEL (default=32) 1 = "Yes" 2 = "No" ; VALUE HCSPVLRL (default=32) 0 = "None or not in universe" ; VALUE HALMYNEL (default=32) 1 = "Yes" 2 = "No" ; VALUE HALMVLRL (default=32) 0 = "None or not in universe" ; VALUE HFINYNEL (default=32) 1 = "Yes" 2 = "No" ; VALUE HFINVLRL (default=32) 0 = "None or not in universe" ; VALUE HOIYNE4L (default=32) 1 = "Yes" 2 = "No" ; VALUE HOIVALRL (default=32) 0 = "None or not in universe" ; VALUE HED_YNEL (default=32) 1 = "Yes" 2 = "No" ; VALUE HTOTVLRL (default=32) 0 = "None or not in universe" ; VALUE HERNVLRL (default=32) 0 = "None or not in universe" ; VALUE HOTHVLRL (default=32) 0 = "None or not in universe" ; VALUE HTOTRR4L (default=32) 0 = "Not in universe" 1 = "Under $2,500" 2 = "$2,500 to $4,999" 3 = "$5,000 to $7,499" 4 = "$7,500 to $9,999" 5 = "$10,000 to $12,499" 6 = "$12,500 to $14,999" 7 = "$15,000 to $17,499" 8 = "$17,500 to $19,999" 9 = "$20,000 to $22,499" 10 = "$22,500 to $24,999" 11 = "$25,000 to $27,499" 12 = "$27,500 to $29,999" 13 = "$30,000 to $32,499" 14 = "$32,500 to $34,999" 15 = "$35,000 to $37,499" 16 = "$37,500 to $39,999" 17 = "$40,000 to $42,499" 18 = "$42,500 to $44,999" 19 = "$45,000 to $47,499" 20 = "$47,500 to $49,999" 21 = "$50,000 to $52,499" 22 = "$52,500 to $54,999" 23 = "$55,000 to $57,499" 24 = "$57,500 to $59,999" 25 = "$60,000 to $62,499" 26 = "$62,500 to $64,999" 27 = "$65,000 to $67,499" 28 = "$67,500 to $69,999" 29 = "$70,000 to $72,499" 30 = "$72,500 to $74,999" 31 = "$75,000 to $77,499" 32 = "$77,500 to $79,999" 33 = "$80,000 to $82,499" 34 = "$82,500 to $84,999" 35 = "$85,000 to $87,499" 36 = "$87,500 to $89,999" 37 = "$90,000 to $92,499" 38 = "$92,500 to $94,999" 39 = "$95,000 to $97,499" 40 = "$97,500 to $99,999" 41 = "$100,000 and over" ; VALUE TOP5PCEL (default=32) 0 = "Not in universe (group quarters)" 1 = "Yes - In top 5 percent" 2 = "No - Not in top 5 percent" ; VALUE PCTCUTEL (default=32) 0 = "Not in universe (group quarters)" 1 = "Lowest 5 percent" 2 = "Second 5 percent" 3 = "Third 5 percent" 4 = "Fourth 5 percent" 5 = "Fifth 5 percent" 6 = "Sixth 5 percent" 7 = "Seventh 5 percent" 8 = "Eighth 5 percent" 9 = "Ninth 5 percent" 10 = "Tenth 5 percent" 11 = "Eleventh 5 percent" 12 = "Twelfth 5 percent" 13 = "Thirteenth 5 percent" 14 = "Fourteenth 5 percent" 15 = "Fifteenth 5 percent" 16 = "Sixteenth 5 percent" 17 = "Seventeenth 5 percent" 18 = "Eighteenth 5 percent" 19 = "Nineteenth 5 percent" 20 = "Top 5 percent" ; VALUE HMCAREEL (default=32) 1 = "Yes" 2 = "No" ; VALUE HMCAIDEL (default=32) 1 = "Yes" 2 = "No" ; VALUE HCHAMPEL (default=32) 1 = "Yes" 2 = "No" ; VALUE HHI_YNEL (default=32) 1 = "Yes" 2 = "No" ; VALUE CMCAREEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHIE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHINOE4L (default=32) 0 = "Not in universe" 1 = "One child covered" 2 = "Two children covered" 3 = "Three children covered" 4 = "Four children covered" 5 = "Five children covered" 6 = "Six children covered" 7 = "Seven children covered" 8 = "Eight children covered" 9 = "Nine or more children covered" ; VALUE FAMKNDEL (default=32) 1 = "Husband-wife family" 2 = "Male head" 3 = "Female head" ; VALUE POVLLE4L (default=32) 1 = "Under .50 of the low-income" 2 = ".50 to .74 of the low-income" 3 = ".75 to .99 of the low-income" 4 = "1.00 to 1.24 the low income" 5 = "1.25 to 1.49 the low income" 6 = "1.50 to 1.74 the low income" 7 = "1.75 to 1.99 the low income" 8 = "2.00 to 2.49 the low income" 9 = "2.50 to 2.99 the low income" 10 = "3.00 to 3.49 the low income" 11 = "3.50 to 3.99 the low income" 12 = "4.00 to 4.49 the low income" 13 = "4.50 to 4.99 the low income" 14 = "5.00 and over the low income" ; VALUE FAMLISEL (default=32) 1 = "Below 1.0 of low-income cutoff" 2 = "1.00-1.24 of the low-income" 3 = "1.25-1.49 of the low-income" 4 = "1.50 or above the low income" ; VALUE RSPOVE4L (default=32) 0 = "Not in universe" 1 = "Under .50 of the low-income" 2 = ".50 to .74 of the low-income" 3 = ".75 to .99 of the low-income" 4 = "1.00 to 1.24 the low income" 5 = "1.25 to 1.49 the low income" 6 = "1.50 to 1.74 the low income" 7 = "1.75 to 1.99 the low income" 8 = "2.00 to 2.49 the low income" 9 = "2.50 to 2.99 the low income" 10 = "3.00 to 3.49 the low income" 11 = "3.50 to 3.99 the low income" 12 = "4.00 to 4.49 the low income" 13 = "4.50 to 4.99 the low income" 14 = "5.00 and over the low income" ; VALUE FINCWSEL (default=32) 1 = "Yes" 2 = "No" ; VALUE FWSVALRL (default=32) 0 = "None or not in universe" ; VALUE FINCSEEL (default=32) 1 = "Yes" 2 = "No" ; VALUE FSEVALRL (default=32) 0 = "None or not in universe" ; VALUE FINCFREL (default=32) 1 = "Yes" 2 = "No" ; VALUE FFRVALRL (default=32) 0 = "None or not in universe" ; VALUE FINCUCEL (default=32) 1 = "Yes" 2 = "No" ; VALUE FUCVALRL (default=32) 0 = "None or not in universe" ; VALUE FINCWCEL (default=32) 1 = "Yes" 2 = "No" ; VALUE FWCVALRL (default=32) 0 = "None or not in universe" ; VALUE FINCSSEL (default=32) 1 = "Yes" 2 = "No" ; VALUE FSSVALRL (default=32) 0 = "None or not in universe" ; VALUE FSSIYNEL (default=32) 1 = "Yes" 2 = "No" ; VALUE FSSIVLRL (default=32) 0 = "None or not in universe" ; VALUE FINPAWEL (default=32) 1 = "Yes" 2 = "No" ; VALUE FPAWVLRL (default=32) 0 = "None or not in universe" ; VALUE FINVETEL (default=32) 1 = "Yes" 2 = "No" ; VALUE FVETVLRL (default=32) 0 = "None or not in universe" ; VALUE FINSUREL (default=32) 1 = "Yes" 2 = "No" ; VALUE FSURVLRL (default=32) 0 = "None or not in universe" ; VALUE FINDISEL (default=32) 1 = "Yes" 2 = "No" ; VALUE FDISVLRL (default=32) 0 = "None or not in universe" ; VALUE FINRETEL (default=32) 1 = "Yes" 2 = "No" ; VALUE FRETVLRL (default=32) 0 = "None or not in universe" ; VALUE FININTEL (default=32) 1 = "Yes" 2 = "No" ; VALUE FINTVLRL (default=32) 0 = "None or not in universe" ; VALUE FINDIVEL (default=32) 1 = "Yes" 2 = "No" ; VALUE FDIVVLRL (default=32) 0 = "None or not in universe" ; VALUE FINRNTEL (default=32) 1 = "Yes" 2 = "No" ; VALUE FRNTVLRL (default=32) 0 = "None or not in universe" ; VALUE FINCSPEL (default=32) 1 = "Yes" 2 = "No" ; VALUE FCSPVLRL (default=32) 0 = "None or not in universe" ; VALUE FINALMEL (default=32) 1 = "Yes" 2 = "No" ; VALUE FALMVLRL (default=32) 0 = "None or not in universe" ; VALUE FFINYNEL (default=32) 1 = "Yes" 2 = "No" ; VALUE FFINVLRL (default=32) 0 = "None or not in universe" ; VALUE FINCOIEL (default=32) 1 = "Yes" 2 = "No" ; VALUE FOIVALRL (default=32) 0 = "None or not in universe" ; VALUE FED_YNEL (default=32) 1 = "Yes" 2 = "No" ; VALUE FTOTVLRL (default=32) 0 = "None or not in universe" ; VALUE FERNVLRL (default=32) 0 = "None or not in universe" ; VALUE FOTHVLRL (default=32) 0 = "None or not in universe" ; VALUE FTOTRR4L (default=32) 1 = "Under $2,500" 2 = "$2,500 to $4,999" 3 = "$5,000 to $7,499" 4 = "$7,500 to $9,999" 5 = "$10,000 to $12,499" 6 = "$12,500 to $14,999" 7 = "$15,000 to $17,499" 8 = "$17,500 to $19,999" 9 = "$20,000 to $22,499" 10 = "$22,500 to $24,999" 11 = "$25,000 to $27,499" 12 = "$27,500 to $29,999" 13 = "$30,000 to $32,499" 14 = "$32,500 to $34,999" 15 = "$35,000 to $37,499" 16 = "$37,500 to $39,999" 17 = "$40,000 to $42,499" 18 = "$42,500 to $44,999" 19 = "$45,000 to $47,499" 20 = "$47,500 to $49,999" 21 = "$50,000 to $52,499" 22 = "$52,500 to $54,999" 23 = "$55,000 to $57,499" 24 = "$57,500 to $59,999" 25 = "$60,000 to $62,499" 26 = "$62,500 to $64,999" 27 = "$65,000 to $67,499" 28 = "$67,500 to $69,999" 29 = "$70,000 to $72,499" 30 = "$72,500 to $74,999" 31 = "$75,000 to $77,499" 32 = "$77,500 to $79,999" 33 = "$80,000 to $82,499" 34 = "$82,500 to $84,999" 35 = "$85,000 to $87,499" 36 = "$87,500 to $89,999" 37 = "$90,000 to $92,499" 38 = "$92,500 to $94,999" 39 = "$95,000 to $97,499" 40 = "$97,500 to $99,999" 41 = "$100,000 and over" ; VALUE FERNVRRL (default=32) 0 = "None or not in universe" ; VALUE FOTHVRRL (default=32) 0 = "None or not in universe" ; VALUE FTOTVRRL (default=32) 0 = "None or not in universe" ; VALUE FAMTYPEL (default=32) 1 = "Primary family member (not in a" 2 = "Primary individual (person" 3 = "Related subfamily member" 4 = "Unrelated subfamily member" 5 = "Secondary indiv (nonrelative who" ; VALUE FAMRELEL (default=32) 0 = "Persons living alone" 1 = "Reference person of family or" 2 = "Spouse of reference person or" 3 = "Child of reference person or" 4 = "All other relatives and" ; VALUE RRPE4L (default=32) 1 = "Reference person with relatives" 2 = "Reference Person w/out relatives" 3 = "Spouse (Husband/Wife)" 4 = "Unmarried partner" 5 = "Child" 6 = "Grandchild" 7 = "Parent (Mother/Father)" 8 = "Brother/Sister" 9 = "Other Relative of Reference" 10 = "Foster Child" 11 = "Housemate/Roommate" 12 = "Roomer/Boarder" 13 = "Other Non-Relative of Reference" ; VALUE AGET4L (default=32) 0 = "Under 1 year of age" ; VALUE MARITLEL (default=32) 1 = "Married, Spouse present" 2 = "Married, spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never married" ; VALUE SPOUSEEL (default=32) 0 = "No spouse" ; VALUE VETE4L (default=32) 1 = "Yes" 2 = "No" ; VALUE HGAR4L (default=32) 0 = "Not in universe" 31 = "Less than 1st grade" 32 = "1st, 2nd, 3rd or 4th grade" 33 = "5th or 6th grade" 34 = "7th or 8th grade" 35 = "9th grade" 36 = "10th grade" 37 = "11th grade" 38 = "12th grade, no diploma" 39 = "HIGH SCHOOL GRADUATE - high" 40 = "Some college but no degree" 41 = "Associate degree in college," 42 = "Assoc. degree in college -" 43 = "Bachelors' degree (For" 44 = "Master's degree (ie:MA, MS," 45 = "Professional School Degree" 46 = "Doctorate degree (For" ; VALUE WORKYNEL (default=32) 0 = "Not in universe or children" 1 = "Yes" 2 = "No" ; VALUE NWLOOKEL (default=32) 0 = "Not in universe or children" 1 = "Yes" 2 = "No" ; VALUE NWLKWKEL (default=32) 0 = "Not in universe" ; VALUE WKSWRKEL (default=32) 0 = "Not in universe" ; VALUE WKCHCKRL (default=32) 0 = "Not in universe" 1 = "1-49 Weeks" 2 = "50-51 Weeks" 3 = "52 Weeks" ; VALUE LOSEWKEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE LKNONEEL (default=32) 0 = "Not in universe or had weeks" 1 = "No weeks looking for work or on" ; VALUE LKWKSE4L (default=32) 0 = "No weeks looking for work/on" ; VALUE HRSWKE4L (default=32) 0 = "Not in universe" ; VALUE HRCHKR4L (default=32) 0 = "Not in universe" 1 = "Part-time (1-34 hours)" 2 = "Full-time (35+ hours)" ; VALUE LJCWE4L (default=32) 0 = "Not in universe" 1 = "Private for profit company" 2 = "Federal government" 3 = "State government" 4 = "Local government" 5 = "Self-employed incorporated" 6 = "Self Employed not incorporated" 7 = "Without pay in family business" ; VALUE $INDUSR4L (default=32) "0" = "Not in universe" ; VALUE OCCUPE4L (default=32) 0 = "Not in universe or children" ; VALUE WEXPR4L (default=32) 0 = "Not in universe" 1 = "50 to 52 weeks -full time" 2 = "48 to 49 weeks -full time" 3 = "40 to 47 weeks -full time" 4 = "27 to 39 weeks -full time" 5 = "14 to 26 weeks -full time" 6 = "13 weeks -full time or less" 7 = "50 to 52 wks -part time" 8 = "48 to 49 wks -part time" 9 = "40 to 47 wks -part time" 10 = "27 to 39 wks -part time" 11 = "14 to 26 wks -part time" 12 = "13 wks -part time or less" 13 = "Nonworker" ; VALUE WEWKRSRL (default=32) 0 = "Not in universe" 1 = "Full-time - full-year worker" 2 = "Part-time - full-year worker" 3 = "Full-time - part-year worker" 4 = "Part-time - part-year worker" 5 = "Nonworker" ; VALUE WELKNWRL (default=32) 0 = "Children or Not in universe" 1 = "None (not looking for work)" 2 = "1 to 4 weeks looking" 3 = "5 to 14 weeks looking" 4 = "15 to 26 weeks looking" 5 = "27 to 39 weeks looking" 6 = "40 or more weeks looking" 7 = "Workers" ; VALUE WEUEMPRL (default=32) 0 = "Not in universe" 1 = "None" 2 = "1 to 4 weeks" 3 = "5 to 10 weeks" 4 = "11 to 14 weeks" 5 = "15 to 26 weeks" 6 = "27 to 39 weeks" 7 = "40 or more weeks" 8 = "Full year worker" 9 = "Nonworker" ; VALUE EARNEREL (default=32) 0 = "Not in universe" 1 = "Earner" 2 = "Nonearner" ; VALUE CLWKR4L (default=32) 0 = "Not in universe" 1 = "Private (includes" 2 = "Government" 3 = "Self-employed" 4 = "Without pay" 5 = "Never worked" ; VALUE WECLWR4L (default=32) 0 = "Not in universe" 1 = "Wage and salary -Agriculture" 2 = "Self-employed -Agriculture" 3 = "Unpaid -Agriculture" 4 = "Private household" 5 = "Other private -Nonagriculture" 6 = "Government -Nonagriculture" 7 = "Self-employed -Nonagriculture" 8 = "Unpaid -Nonagriculture" 9 = "Never worked -Nonagriculture" ; VALUE POCCU2RL (default=32) 0 = "Not in Universe or children" 1 = "Officials and administrators," 3 = "Mgr./Admin. Exc. pub. admin -" 4 = "Mgr./admin. exc. pub. admin -" 5 = "Mgr/Admin Exc pub. admin -" 6 = "Mgr/admin exc pub. admin -" 7 = "Prof. - Architects and surveyors" 8 = "Prof. - Engineers" 9 = "Prof. - Natural scientists and" 10 = "Prof. - Computer systems" 11 = "Prof. - Health diagnosing" 12 = "Prof. - Physicians and dentists" 13 = "Prof. - Health assessment and" 14 = "Prof. - Teachers, librarians," 15 = "Prof. - teachers, except" 16 = "Prof. - Other professional" 17 = "Tech. - Health technologists and" 18 = "Tech. - Engineering and science" 19 = "Tech. - Technicians, except" 20 = "Sales - Supervisors and" 21 = "Sales - Sales representatives," 22 = "Sales - Other sales occupations" 23 = "Admin supp-Computer equipment" 24 = "Admin supp-Secretaries," 25 = "Admin supp-Financial records" 26 = "Admin supp-Other administrative" 27 = "Serv. - Private household" 28 = "Serv. - Protective service" 29 = "Serv. - Food services" 30 = "Serv. - Health service" 31 = "Serv. - Cleaning and building" 32 = "Serv. - Personal service" 33 = "Farm./For./Fish. - Farm" 34 = "Farm./for./fish. - Farm" 35 = "Farm/For/Fish - Related" 36 = "Farm/for/fish - Forestry and" 37 = "Prec. Prod./Craft - Mechanics" 38 = "Prec. prod./craft - Construction" 39 = "Prec Prod/Craft - Carpenters" 40 = "Prec prod/Craft - Supervisors," 41 = "Prec prod/craft - Precision" 42 = "Prec. Prod/craft - Other" 43 = "Opr./Fab./Lab. - Machine" 44 = "Opr/Fab/Lab - Fabricators," 45 = "Opr./fab./lab. - Production" 46 = "Opr./Fab./lab. - Transportation" 47 = "Opr/fab/lab - Material moving" 48 = "Hand./Lab.- Construction" 49 = "Hand/Lab - Freight, stock and" 50 = "Hand./lab.- Other specified" 51 = "Hand/lab - Laborers, except" 52 = "Armed Forces - currently" 53 = "Never worked" ; VALUE WEMOCGRL (default=32) 0 = "Not in Universe or children" 1 = "Mgr./Prof. - Executive," 2 = "Mgr./prof. - Professional" 3 = "Tech./Sales/Admin. - Technicians" 4 = "Tech./sales/admin. - Sales" 5 = "Administrative support" 6 = "Private household occupations" 7 = "Protective service occupations" 8 = "Service occupations, except hhld" 9 = "Farming, forestry, and fishing" 10 = "Precision production, craft, and" 11 = "Opr./Fab./Lab. - Machine" 12 = "Opr/Fab/Lab - Transportation and" 13 = "Opr./fab./lab. - Handlers," 14 = "Armed Forces - currently" 15 = "Never worked" ; VALUE WEMINDRL (default=32) 0 = "Not in Universe" 1 = "Agriculture, forestry, and" 2 = "Mining" 3 = "Construction" 4 = "Mfg. - Durable goods" 5 = "Mfg. - Nondurable goods" 6 = "Mfg. - Transportation," 7 = "Whsl./Ret.- Wholesale trade" 8 = "Whsl./Ret.- Retail trade" 9 = "Whsl./Ret.- Finance, insurance," 10 = "Whsl./Ret.- Business and repair" 11 = "Per. Serv. - Personal services," 12 = "Personal Serv. - Personal" 13 = "Per. Serv. - Professional and" 14 = "Public administration" 15 = "Never worked" ; VALUE ERNYNE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ERNVALTL (default=32) 0 = "None or not in universe" ; VALUE ERNSRCEL (default=32) 0 = "None or not in universe" 1 = "Wage and Salary" 2 = "Self-employment" 3 = "Farm self-employment" 4 = "Without pay" ; VALUE ERNOTREL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WGEOTREL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WSVALR4L (default=32) 0 = "None or not in universe" ; VALUE WSALYNEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WSALVLRL (default=32) 0 = "None or not in universe" ; VALUE SEOTRE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SEVALR4L (default=32) 0 = "None or not in universe" ; VALUE SEMPYNEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SEMPVLRL (default=32) 0 = "None or not in universe" ; VALUE FRMOTREL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE FRMVALRL (default=32) 0 = "None or not in universe" ; VALUE FRSEYNEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE FRSEVLRL (default=32) 0 = "None or not in universe" ; VALUE UCYNE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SUBUCE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE UCVALT4L (default=32) 0 = "Not in universe" ; VALUE WCYNE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WCVALT4L (default=32) 0 = "Not in universe" ; VALUE SSYNE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SSVALT4L (default=32) 0 = "Not in universe" ; VALUE SSIYNE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SSIVALTL (default=32) 0 = "Not in universe" ; VALUE PAWYNE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE PAWTYPEL (default=32) 0 = "Not in universe" 1 = "AFDC (ADC)" 2 = "Other" 3 = "Both" ; VALUE PAWMONEL (default=32) 0 = "None or not in universe" 1 = "One month" 2 = "Two months" 3 = "Three months" 4 = "Four months" 5 = "Five months" 6 = "Six months" 7 = "Seven months" 8 = "Eight months" 9 = "Nine months" 10 = "Ten months" 11 = "Eleven months" 12 = "Twelve months" ; VALUE PAWVALTL (default=32) 0 = "Not in universe" ; VALUE VETYNE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY1EL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY2EL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY3EL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY4EL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY5EL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETQVAEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETVALTL (default=32) 0 = "Not in universe" ; VALUE SURYNE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SURSC1EL (default=32) 0 = "Not in universe" 1 = "Company or union pension" 2 = "Federal government Survivor" 3 = "U.S. Military Survivor" 4 = "State or local gov't employee" 5 = "U.S. Railroad Survivor" 6 = "Workers' compensation survivor" 7 = "Not used" 8 = "Regular payments from estates or" 9 = "Regular income from annuities or" 10 = "Other" ; VALUE SURSC2EL (default=32) 0 = "Not in universe" 1 = "Company or union pension" 2 = "Federal government Survivor" 3 = "U.S. Military Survivor" 4 = "State or local gov't employee" 5 = "U.S. Railroad Survivor" 6 = "Workers' compensation survivor" 7 = "Not used" 8 = "Regular payments from estates or" 9 = "Regular income from annuities or" 10 = "Other" ; VALUE SURVL1TL (default=32) 0 = "Not in universe" ; VALUE SURVL2TL (default=32) 0 = "Not in universe" ; VALUE SRVSVLRL (default=32) 0 = "Not in universe" ; VALUE DISHPE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DISYNE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DISSC1EL (default=32) 0 = "Not in universe" 1 = "Workers' Compensation" 2 = "Company or union disability" 3 = "Federal government Disability" 4 = "U.S. Military Disability" 5 = "State or local gov't employee" 6 = "U.S. Railroad retirement" 7 = "Accident or disability insurance" 8 = "Not used" 9 = "Not Used" 10 = "Other or don't know" ; VALUE DISSC2EL (default=32) 0 = "Not in universe" 1 = "Workers' Compensation" 2 = "Company or union disability" 3 = "Federal government Disability" 4 = "U.S. Military Disability" 5 = "State or local gov't employee" 6 = "U.S. Railroad retirement" 7 = "Accident or disability insurance" 8 = "Not used" 9 = "Not Used" 10 = "Other or don't know" ; VALUE DISVL1TL (default=32) 0 = "Not in universe" ; VALUE DISVL2TL (default=32) 0 = "Not in universe" ; VALUE DSABVLRL (default=32) 0 = "Not in universe" ; VALUE RETYNE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE RETSC1EL (default=32) 0 = "Not in universe" 1 = "Company or union pension" 2 = "Federal government Retirement" 3 = "U.S. Military Retirement" 4 = "State or local gov't employee" 5 = "U.S. Railroad Retirement" 6 = "Regular income from annuities or" 7 = "Regular Income from IRA, KEOGH," 8 = "Other" ; VALUE RETSC2EL (default=32) 0 = "Not in universe" 1 = "Company or union pension" 2 = "Federal government Retirement" 3 = "U.S. Military Retirement" 4 = "State or local gov't employee" 5 = "U.S. Railroad Retirement" 6 = "Regular income from annuities or" 7 = "Regular Income from IRA, KEOGH," 8 = "Other" ; VALUE RETVL1TL (default=32) 0 = "Not in universe" ; VALUE RETVL2TL (default=32) 0 = "Not in universe" ; VALUE RTMVALRL (default=32) 0 = "Not in universe" ; VALUE INTYNE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE INTVALTL (default=32) 0 = "Not in universe" ; VALUE DIVYNE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DIVNONEL (default=32) 0 = "Not in universe" 1 = "None" ; VALUE DIVVALTL (default=32) 0 = "Not in universe" ; VALUE RNTYNE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE RNTVALTL (default=32) 0 = "Not in universe" ; VALUE CSPYNE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CSPVALTL (default=32) 0 = "None or not in universe" ; VALUE ALMYNE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ALMVALTL (default=32) 0 = "Not in universe" ; VALUE FINYNE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE FINVALTL (default=32) 0 = "Not in universe" ; VALUE OIOFFE4L (default=32) 0 = "Not in universe" 1 = "Social Security" 2 = "Private pensions" 3 = "AFDC" 4 = "Other public assistance" 5 = "Interest" 6 = "Dividends" 7 = "Rents or royalties" 8 = "Estates or trusts" 9 = "State disability payments" 10 = "Disability payments (own insur.)" 11 = "Unemployment compensation" 12 = "Strike benefits" 13 = "Annuities or paid up insurance" 14 = "Not income" 15 = "Longest job" 16 = "Wages or salary" 17 = "Nonfarm self-employment" 18 = "Farm self-employment" 19 = "Anything else" ; VALUE OI_YNE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OIVALT4L (default=32) 0 = "Not in universe" ; VALUE PTOTVLRL (default=32) 0 = "None or not in universe" ; VALUE PERNVLRL (default=32) 0 = "None or not in universe" ; VALUE POTHVLRL (default=32) 0 = "None or not in universe" ; VALUE PTOTRR4L (default=32) 0 = "Not in universe" 1 = "Under $2,500" 2 = "$2,500 to $4,999" 3 = "$5,000 to $7,499" 4 = "$7,500 to $9,999" 5 = "$10,000 to $12,499" 6 = "$12,500 to $14,999" 7 = "$15,000 to $17,499" 8 = "$17,500 to $19,999" 9 = "$20,000 to $22,499" 10 = "$22,500 to $24,999" 11 = "$25,000 to $27,499" 12 = "$27,500 to $29,999" 13 = "$30,000 to $32,499" 14 = "$32,500 to $34,999" 15 = "$35,000 to $37,499" 16 = "$37,500 to $39,999" 17 = "$40,000 to $42,499" 18 = "$42,500 to $44,999" 19 = "$45,000 to $47,499" 20 = "$47,500 to $49,999" 21 = "$50,000 to $52,499" 22 = "$52,500 to $54,999" 23 = "$55,000 to $57,499" 24 = "$57,500 to $59,999" 25 = "$60,000 to $62,499" 26 = "$62,500 to $64,999" 27 = "$65,000 to $67,499" 28 = "$67,500 to $69,999" 29 = "$70,000 to $72,499" 30 = "$72,500 to $74,999" 31 = "$75,000 to $77,499" 32 = "$77,500 to $79,999" 33 = "$80,000 to $82,499" 34 = "$82,500 to $84,999" 35 = "$85,000 to $87,499" 36 = "$87,500 to $89,999" 37 = "$90,000 to $92,499" 38 = "$92,500 to $94,999" 39 = "$95,000 to $97,499" 40 = "$97,500 to $99,999" 41 = "$100,000 and over" ; VALUE ED_YNE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTYP1EL (default=32) 0 = "Not in universe" 1 = "Yes, received this educational" 2 = "No, did not receive assistance" ; VALUE EDTYP2EL (default=32) 0 = "Not in universe" 1 = "Yes, received this educational" 2 = "No, did not receive assistance" ; VALUE EDTYP3EL (default=32) 0 = "Not in universe" 1 = "Yes, received this educational" 2 = "No, did not receive assistance" ; VALUE MCAREE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE MCAIDE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHAMPE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HI_YNE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HIOWNE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HIEMPE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE COV_HIEL (default=32) 1 = "Yes" 2 = "No" ; VALUE CH_MCE4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE RSNNIE7L (default=32) 0 = "Interviewed" 4 = "Institutionalized" 10 = "Not intrvwed during 1997 data" ; VALUE TENUREEM (default=32) 1 = "Owned or being bought by you or" 2 = "Rented for cash" 3 = "Occupied without payment of cash" ; VALUE STFIPSRM (default=32) 1 = "Alabama" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "DC" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 17 = "Illinois" 18 = "Indiana" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 28 = "Mississippi" 29 = "Missouri" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 35 = "New Mexico" 36 = "New York" 37 = "North Carolina" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 51 = "Virginia" 53 = "Washington" 54 = "West Virginia" 55 = "Wisconsin" 61 = "Maine, Vermont" 62 = "Iowa, North Dakota, South Dakota" 63 = "Alaska, Idaho, Montana, Wyoming" ; VALUE G_REGR7L (default=32) 1 = "Northeast" 2 = "Midwest" 3 = "South" 4 = "West" ; VALUE HOTLUNEM (default=32) 0 = "Not in Universe" 1 = "All or some" 2 = "None" ; VALUE HOTNOE7L (default=32) 0 = "Not in Universe" 1 = "Child" 2 = "2 Children" 3 = "3 Children" 4 = "4 Children" 5 = "5 Children" 6 = "6 Children" 7 = "7 Children" 8 = "8 Children" 9 = "9 or more children" ; VALUE HFLUNCEM (default=32) 0 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE HFLUNNEM (default=32) 0 = "Not in universe" 1 = "One child" 2 = "Two children" 3 = "Three children" 4 = "Four children" 5 = "Five children" 6 = "Six children" 7 = "Seven children" 8 = "Eight children" 9 = "Nine or more children" ; VALUE HPUBLIEM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HLORENEM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HINCWSEM (default=32) 1 = "Yes" 2 = "No" ; VALUE HWSVALRM (default=32) 0 = "None or not in universe" ; VALUE HINCSEEM (default=32) 1 = "Yes" 2 = "No" ; VALUE HSEVALRM (default=32) 0 = "None or not in universe" ; VALUE HINCFREM (default=32) 1 = "Yes" 2 = "No" ; VALUE HFRVALRM (default=32) 0 = "None or not in universe" ; VALUE HFDSPE7L (default=32) 1 = "Yes" 2 = "No" ; VALUE HFDNOE7L (default=32) 0 = "Not in universe" 1 = "One person covered" 2 = "Two persons covered" 3 = "Three persons covered" 4 = "Four persons covered" 5 = "Five persons covered" 6 = "Six persons covered" 7 = "Seven persons covered" 8 = "Eight persons covered" 9 = "Nine or more persons covered" ; VALUE HFDMONEM (default=32) 0 = "Not in universe" 1 = "One month" 2 = "Two months" 3 = "Three months" 4 = "Four months" 5 = "Five months" 6 = "Six months" 7 = "Seven months" 8 = "Eight months" 9 = "Nine months" 10 = "Ten months" 11 = "Eleven months" 12 = "Twelve months" ; VALUE HFDVALRM (default=32) 0 = "Not in universe" ; VALUE HENGASEM (default=32) 1 = "Yes" 2 = "No" ; VALUE HENGVLRM (default=32) 0 = "Not in universe" ; VALUE HINCUCEM (default=32) 1 = "Yes" 2 = "No" ; VALUE HUCVALRM (default=32) 0 = "None or not in universe" ; VALUE HINCWCEM (default=32) 1 = "Yes" 2 = "No" ; VALUE HWCVALRM (default=32) 0 = "None or not in universe" ; VALUE HSSYNE7L (default=32) 1 = "Yes" 2 = "No" ; VALUE HSSVALRM (default=32) 0 = "None or not in universe" ; VALUE HSSIYNEM (default=32) 1 = "Yes" 2 = "No" ; VALUE HSSIVLRM (default=32) 0 = "None or not in universe" ; VALUE HPAWYNEM (default=32) 1 = "Yes" 2 = "No" ; VALUE HPAWVLRM (default=32) 0 = "None or not in universe" ; VALUE HVETYNEM (default=32) 1 = "Yes" 2 = "No" ; VALUE HVETVLRM (default=32) 0 = "None or not in universe" ; VALUE HSURYNEM (default=32) 1 = "Yes" 2 = "No" ; VALUE HSURVLRM (default=32) 0 = "None or not in universe" ; VALUE HDISYNEM (default=32) 1 = "Yes" 2 = "No" ; VALUE HDISVLRM (default=32) 0 = "None or not in universe" ; VALUE HRETYNEM (default=32) 1 = "Yes" 2 = "No" ; VALUE HRETVLRM (default=32) 0 = "None or not in universe" ; VALUE HINTYNEM (default=32) 1 = "Yes" 2 = "No" ; VALUE HINTVLRM (default=32) 0 = "None or not in universe" ; VALUE HDIVYNEM (default=32) 1 = "Yes" 2 = "No" ; VALUE HDIVVLRM (default=32) 0 = "None or not in universe" ; VALUE HRNTYNEM (default=32) 1 = "Yes" 2 = "No" ; VALUE HRNTVLRM (default=32) 0 = "None or not in universe" ; VALUE HCSPYNEM (default=32) 1 = "Yes" 2 = "No" ; VALUE HCSPVLRM (default=32) 0 = "None or not in universe" ; VALUE HALMYNEM (default=32) 1 = "Yes" 2 = "No" ; VALUE HALMVLRM (default=32) 0 = "None or not in universe" ; VALUE HFINYNEM (default=32) 1 = "Yes" 2 = "No" ; VALUE HFINVLRM (default=32) 0 = "None or not in universe" ; VALUE HOIYNE7L (default=32) 1 = "Yes" 2 = "No" ; VALUE HOIVALRM (default=32) 0 = "None or not in universe" ; VALUE HED_YNEM (default=32) 1 = "Yes" 2 = "No" ; VALUE HTOTVLRM (default=32) 0 = "None or not in universe" ; VALUE HERNVLRM (default=32) 0 = "None or not in universe" ; VALUE HOTHVLRM (default=32) 0 = "None or not in universe" ; VALUE HTOTRR7L (default=32) -1 = "(Reported loss)" 0 = "Not in universe" 1 = "Under $2,500" 2 = "$2,500 to $4,999" 3 = "$5,000 to $7,499" 4 = "$7,500 to $9,999" 5 = "$10,000 to $12,499" 6 = "$12,500 to $14,999" 7 = "$15,000 to $17,499" 8 = "$17,500 to $19,999" 9 = "$20,000 to $22,499" 10 = "$22,500 to $24,999" 11 = "$25,000 to $27,499" 12 = "$27,500 to $29,999" 13 = "$30,000 to $32,499" 14 = "$32,500 to $34,999" 15 = "$35,000 to $37,499" 16 = "$37,500 to $39,999" 17 = "$40,000 to $42,499" 18 = "$42,500 to $44,999" 19 = "$45,000 to $47,499" 20 = "$47,500 to $49,999" 21 = "$50,000 to $52,499" 22 = "$52,500 to $54,999" 23 = "$55,000 to $57,499" 24 = "$57,500 to $59,999" 25 = "$60,000 to $62,499" 26 = "$62,500 to $64,999" 27 = "$65,000 to $67,499" 28 = "$67,500 to $69,999" 29 = "$70,000 to $72,499" 30 = "$72,500 to $74,999" 31 = "$75,000 to $77,499" 32 = "$77,500 to $79,999" 33 = "$80,000 to $82,499" 34 = "$82,500 to $84,999" 35 = "$85,000 to $87,499" 36 = "$87,500 to $89,999" 37 = "$90,000 to $92,499" 38 = "$92,500 to $94,999" 39 = "$95,000 to $97,499" 40 = "$97,500 to $99,999" 41 = "$100,000 and over" ; VALUE TOP5PCEM (default=32) 0 = "Not in universe (group quarters)" 1 = "Yes - In top 5 percent" 2 = "No - Not in top 5 percent" ; VALUE PCTCUTEM (default=32) 0 = "Not in universe (group quarters)" 1 = "Lowest 5 percent" 2 = "Second 5 percent" 3 = "Third 5 percent" 4 = "Fourth 5 percent" 5 = "Fifth 5 percent" 6 = "Sixth 5 percent" 7 = "Seventh 5 percent" 8 = "Eighth 5 percent" 9 = "Ninth 5 percent" 10 = "Tenth 5 percent" 11 = "Eleventh 5 percent" 12 = "Twelfth 5 percent" 13 = "Thirteenth 5 percent" 14 = "Fourteenth 5 percent" 15 = "Fifteenth 5 percent" 16 = "Sixteenth 5 percent" 17 = "Seventeenth 5 percent" 18 = "Eighteenth 5 percent" 19 = "Nineteenth 5 percent" 20 = "Top 5 percent" ; VALUE HMCAREEM (default=32) 1 = "Yes" 2 = "No" ; VALUE HMCAIDEM (default=32) 1 = "Yes" 2 = "No" ; VALUE HCHAMPEM (default=32) 1 = "Yes" 2 = "No" ; VALUE HHI_YNEM (default=32) 1 = "Yes" 2 = "No" ; VALUE CMCAREEM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CMCENOEI (default=32) 0 = "Not in universe" 1 = "One child covered" 2 = "Two children covered" 3 = "Three children covered" 4 = "Four children covered" 5 = "Five children covered" 6 = "Six children covered" 7 = "Seven children covered" 8 = "Eight children covered" 9 = "Nine or more children covered" ; VALUE CHIE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHINOE7L (default=32) 0 = "Not in universe" 1 = "One child covered" 2 = "Two children covered" 3 = "Three children covered" 4 = "Four children covered" 5 = "Five children covered" 6 = "Six children covered" 7 = "Seven children covered" 8 = "Eight children covered" 9 = "Nine or more children covered" ; VALUE CHINRHEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE FAMKNDEM (default=32) 1 = "Husband-wife family" 2 = "Male head" 3 = "Female head" ; VALUE POVLLE7L (default=32) 1 = "Under .50 of the low-income" 2 = ".50 to .74 of the low-income" 3 = ".75 to .99 of the low-income" 4 = "1.00 to 1.24 the low income" 5 = "1.25 to 1.49 the low income" 6 = "1.50 to 1.74 the low income" 7 = "1.75 to 1.99 the low income" 8 = "2.00 to 2.49 the low income" 9 = "2.50 to 2.99 the low income" 10 = "3.00 to 3.49 the low income" 11 = "3.50 to 3.99 the low income" 12 = "4.00 to 4.49 the low income" 13 = "4.50 to 4.99 the low income" 14 = "5.00 and over the low income" ; VALUE FAMLISEM (default=32) 1 = "Below 1.0 of low-income cutoff" 2 = "1.00-1.24 of the low-income" 3 = "1.25-1.49 of the low-income" 4 = "1.50 or above the low income" ; VALUE RSPOVE7L (default=32) 0 = "Not in universe" 1 = "Under .50 of the low-income" 2 = ".50 to .74 of the low-income" 3 = ".75 to .99 of the low-income" 4 = "1.00 to 1.24 the low income" 5 = "1.25 to 1.49 the low income" 6 = "1.50 to 1.74 the low income" 7 = "1.75 to 1.99 the low income" 8 = "2.00 to 2.49 the low income" 9 = "2.50 to 2.99 the low income" 10 = "3.00 to 3.49 the low income" 11 = "3.50 to 3.99 the low income" 12 = "4.00 to 4.49 the low income" 13 = "4.50 to 4.99 the low income" 14 = "5.00 and over the low income" ; VALUE FINCWSEM (default=32) 1 = "Yes" 2 = "No" ; VALUE FWSVALRM (default=32) 0 = "None or not in universe" ; VALUE FINCSEEM (default=32) 1 = "Yes" 2 = "No" ; VALUE FSEVALRM (default=32) 0 = "None or not in universe" ; VALUE FINCFREM (default=32) 1 = "Yes" 2 = "No" ; VALUE FFRVALRM (default=32) 0 = "None or not in universe" ; VALUE FINCUCEM (default=32) 1 = "Yes" 2 = "No" ; VALUE FUCVALRM (default=32) 0 = "None or not in universe" ; VALUE FINCWCEM (default=32) 1 = "Yes" 2 = "No" ; VALUE FWCVALRM (default=32) 0 = "None or not in universe" ; VALUE FINCSSEM (default=32) 1 = "Yes" 2 = "No" ; VALUE FSSVALRM (default=32) 0 = "None or not in universe" ; VALUE FSSIYNEM (default=32) 1 = "Yes" 2 = "No" ; VALUE FSSIVLRM (default=32) 0 = "None or not in universe" ; VALUE FINPAWEM (default=32) 1 = "Yes" 2 = "No" ; VALUE FPAWVLRM (default=32) 0 = "None or not in universe" ; VALUE FINVETEM (default=32) 1 = "Yes" 2 = "No" ; VALUE FVETVLRM (default=32) 0 = "None or not in universe" ; VALUE FINSUREM (default=32) 1 = "Yes" 2 = "No" ; VALUE FSURVLRM (default=32) 0 = "None or not in universe" ; VALUE FINDISEM (default=32) 1 = "Yes" 2 = "No" ; VALUE FDISVLRM (default=32) 0 = "None or not in universe" ; VALUE FINRETEM (default=32) 1 = "Yes" 2 = "No" ; VALUE FRETVLRM (default=32) 0 = "None or not in universe" ; VALUE FININTEM (default=32) 1 = "Yes" 2 = "No" ; VALUE FINTVLRM (default=32) 0 = "None or not in universe" ; VALUE FINDIVEM (default=32) 1 = "Yes" 2 = "No" ; VALUE FDIVVLRM (default=32) 0 = "None or not in universe" ; VALUE FINRNTEM (default=32) 1 = "Yes" 2 = "No" ; VALUE FRNTVLRM (default=32) 0 = "None or not in universe" ; VALUE FINCSPEM (default=32) 1 = "Yes" 2 = "No" ; VALUE FCSPVLRM (default=32) 0 = "None or not in universe" ; VALUE FINALMEM (default=32) 1 = "Yes" 2 = "No" ; VALUE FALMVLRM (default=32) 0 = "None or not in universe" ; VALUE FFINYNEM (default=32) 1 = "Yes" 2 = "No" ; VALUE FFINVLRM (default=32) 0 = "None or not in universe" ; VALUE FINCOIEM (default=32) 1 = "Yes" 2 = "No" ; VALUE FOIVALRM (default=32) 0 = "None or not in universe" ; VALUE FED_YNEM (default=32) 1 = "Yes" 2 = "No" ; VALUE FTOTVLRM (default=32) 0 = "None or not in universe" ; VALUE FERNVLRM (default=32) 0 = "None or not in universe" ; VALUE FOTHVLRM (default=32) 0 = "None or not in universe" ; VALUE FTOTRR7L (default=32) -1 = "(Reported loss)" 0 = "Not in universe" 1 = "Under $2,500" 2 = "$2,500 to $4,999" 3 = "$5,000 to $7,499" 4 = "$7,500 to $9,999" 5 = "$10,000 to $12,499" 6 = "$12,500 to $14,999" 7 = "$15,000 to $17,499" 8 = "$17,500 to $19,999" 9 = "$20,000 to $22,499" 10 = "$22,500 to $24,999" 11 = "$25,000 to $27,499" 12 = "$27,500 to $29,999" 13 = "$30,000 to $32,499" 14 = "$32,500 to $34,999" 15 = "$35,000 to $37,499" 16 = "$37,500 to $39,999" 17 = "$40,000 to $42,499" 18 = "$42,500 to $44,999" 19 = "$45,000 to $47,499" 20 = "$47,500 to $49,999" 21 = "$50,000 to $52,499" 22 = "$52,500 to $54,999" 23 = "$55,000 to $57,499" 24 = "$57,500 to $59,999" 25 = "$60,000 to $62,499" 26 = "$62,500 to $64,999" 27 = "$65,000 to $67,499" 28 = "$67,500 to $69,999" 29 = "$70,000 to $72,499" 30 = "$72,500 to $74,999" 31 = "$75,000 to $77,499" 32 = "$77,500 to $79,999" 33 = "$80,000 to $82,499" 34 = "$82,500 to $84,999" 35 = "$85,000 to $87,499" 36 = "$87,500 to $89,999" 37 = "$90,000 to $92,499" 38 = "$92,500 to $94,999" 39 = "$95,000 to $97,499" 40 = "$97,500 to $99,999" 41 = "$100,000 and over" ; VALUE FERNVRRM (default=32) 0 = "None or not in universe" ; VALUE FOTHVRRM (default=32) 0 = "None or not in universe" ; VALUE FTOTVRRM (default=32) 0 = "None or not in universe" ; VALUE FAMTYPEM (default=32) 1 = "Primary family member (not in a" 2 = "Primary individual (person" 3 = "Related subfamily member" 4 = "Unrelated subfamily member" 5 = "Secondary indiv (nonrelative who" ; VALUE FAMRELEM (default=32) 0 = "Persons living alone" 1 = "Reference person of family or" 2 = "Spouse of reference person or" 3 = "Child of reference person or" 4 = "All other relatives and" ; VALUE RRPE7L (default=32) 1 = "Reference person with relatives" 2 = "Reference Person w/out relatives" 3 = "Spouse (Husband/Wife)" 4 = "Unmarried partner" 5 = "Child" 6 = "Grandchild" 7 = "Parent (Mother/Father)" 8 = "Brother/Sister" 9 = "Other Relative of Reference" 10 = "Foster Child" 11 = "Housemate/Roommate" 12 = "Roomer/Boarder" 13 = "Other Non-Relative of Reference" ; VALUE AGET7L (default=32) 0 = "Under 1 year of age" ; VALUE MARITLEM (default=32) 1 = "Married, Spouse present" 2 = "Married, spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never married" ; VALUE SPOUSEEM (default=32) 0 = "No spouse" ; VALUE VETE7L (default=32) 1 = "Yes" 2 = "No" ; VALUE CITSHPEI (default=32) 1 = "Yes" 2 = "No" ; VALUE HGAR7L (default=32) 0 = "Not in universe" 31 = "Less than 1st grade" 32 = "1st, 2nd, 3rd or 4th grade" 33 = "5th or 6th grade" 34 = "7th or 8th grade" 35 = "9th grade" 36 = "10th grade" 37 = "11th grade" 38 = "12th grade, no diploma" 39 = "HIGH SCHOOL GRADUATE - high" 40 = "Some college but no degree" 41 = "Associate degree in college," 42 = "Assoc. degree in college -" 43 = "Bachelors' degree (For" 44 = "Master's degree (ie:MA, MS," 45 = "Professional School Degree" 46 = "Doctorate degree (For" ; VALUE WORKYNEM (default=32) 0 = "Not in universe or children" 1 = "Yes" 2 = "No" ; VALUE WTEMPE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE NWLOOKEM (default=32) 0 = "Not in universe or children" 1 = "Yes" 2 = "No" ; VALUE NWLKWKEM (default=32) 0 = "Not in universe" ; VALUE RSNOTWEI (default=32) 0 = "Not in universe" 1 = "Ill or disabled or unable to" 2 = "Retired" 3 = "Taking care of home or family" 4 = "Going to school" 5 = "Could not find work" 6 = "Other" ; VALUE WKSWRKEM (default=32) 0 = "Not in universe" ; VALUE WKCHCKRM (default=32) 0 = "Not in universe" 1 = "1-49 Weeks" 2 = "50-51 Weeks" 3 = "52 Weeks" ; VALUE LOSEWKEM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE LKNONEEM (default=32) 0 = "Not in universe or had weeks" 1 = "No weeks looking for work or on" ; VALUE LKWKSE7L (default=32) 0 = "No weeks looking for work/on" ; VALUE LKSTRHEI (default=32) 0 = "Not in universe" 1 = "Yes - 1 stretch" 2 = "No - 2 stretches" 3 = "No - 3+ stretches" ; VALUE PYRSNE7L (default=32) 0 = "Not in universe" 1 = "Ill or disabled" 2 = "Taking care of home" 3 = "Going to school" 4 = "Retired" 5 = "No work available" 6 = "Other" ; VALUE EMPRSE7L (default=32) 0 = "Not in universe" 1 = "1 employer" 2 = "2 employers" 3 = "3+ employers" ; VALUE HRSWKE7L (default=32) 0 = "Not in universe" ; VALUE HRCHKR7L (default=32) 0 = "Not in universe" 1 = "Part-time (1-34 hours)" 2 = "Full-time (35+ hours)" ; VALUE LJCWE7L (default=32) 0 = "Not in universe" 1 = "Private for profit company" 2 = "Federal government" 3 = "State government" 4 = "Local government" 5 = "Self-employed incorporated" 6 = "Self Employed not incorporated" 7 = "Without pay in family business" ; VALUE $INDUSR7L (default=32) "0" = "Not in universe" ; VALUE OCCUPE7L (default=32) 0 = "Not in universe or children" ; VALUE WEXPR7L (default=32) 0 = "Not in universe" 1 = "50 to 52 weeks -full time" 2 = "48 to 49 weeks -full time" 3 = "40 to 47 weeks -full time" 4 = "27 to 39 weeks -full time" 5 = "14 to 26 weeks -full time" 6 = "13 weeks -full time or less" 7 = "50 to 52 wks -part time" 8 = "48 to 49 wks -part time" 9 = "40 to 47 wks -part time" 10 = "27 to 39 wks -part time" 11 = "14 to 26 wks -part time" 12 = "13 wks -part time or less" 13 = "Nonworker" ; VALUE WEWKRSRM (default=32) 0 = "Not in universe" 1 = "Full-time - full-year worker" 2 = "Part-time - full-year worker" 3 = "Full-time - part-year worker" 4 = "Part-time - part-year worker" 5 = "Nonworker" ; VALUE WELKNWRM (default=32) 0 = "Children or Not in universe" 1 = "None (not looking for work)" 2 = "1 to 4 weeks looking" 3 = "5 to 14 weeks looking" 4 = "15 to 26 weeks looking" 5 = "27 to 39 weeks looking" 6 = "40 or more weeks looking" 7 = "Workers" ; VALUE WEUEMPRM (default=32) 0 = "Not in universe" 1 = "None" 2 = "1 to 4 weeks" 3 = "5 to 10 weeks" 4 = "11 to 14 weeks" 5 = "15 to 26 weeks" 6 = "27 to 39 weeks" 7 = "40 or more weeks" 8 = "Full year worker" 9 = "Nonworker" ; VALUE EARNEREM (default=32) 0 = "Not in universe" 1 = "Earner" 2 = "Nonearner" ; VALUE CLWKR7L (default=32) 0 = "Not in universe" 1 = "Private (includes" 2 = "Government" 3 = "Self-employed" 4 = "Without pay" 5 = "Never worked" ; VALUE WECLWR7L (default=32) 0 = "Not in universe" 1 = "Wage and salary -Agriculture" 2 = "Self-employed -Agriculture" 3 = "Unpaid -Agriculture" 4 = "Private household" 5 = "Other private -Nonagriculture" 6 = "Government -Nonagriculture" 7 = "Self-employed -Nonagriculture" 8 = "Unpaid -Nonagriculture" 9 = "Never worked -Nonagriculture" ; VALUE POCCU2RM (default=32) 0 = "Not in Universe or children" 1 = "Officials and administrators," 3 = "Mgr./Admin. Exc. pub. admin -" 4 = "Mgr./admin. exc. pub. admin -" 5 = "Mgr/Admin Exc pub. admin -" 6 = "Mgr/admin exc pub. admin -" 7 = "Prof. - Architects and surveyors" 8 = "Prof. - Engineers" 9 = "Prof. - Natural scientists and" 10 = "Prof. - Computer systems" 11 = "Prof. - Health diagnosing" 12 = "Prof. - Physicians and dentists" 13 = "Prof. - Health assessment and" 14 = "Prof. - Teachers, librarians," 15 = "Prof. - teachers, except" 16 = "Prof. - Other professional" 17 = "Tech. - Health technologists and" 18 = "Tech. - Engineering and science" 19 = "Tech. - Technicians, except" 20 = "Sales - Supervisors and" 21 = "Sales - Sales representatives," 22 = "Sales - Other sales occupations" 23 = "Admin supp-Computer equipment" 24 = "Admin supp-Secretaries," 25 = "Admin supp-Financial records" 26 = "Admin supp-Other administrative" 27 = "Serv. - Private household" 28 = "Serv. - Protective service" 29 = "Serv. - Food services" 30 = "Serv. - Health service" 31 = "Serv. - Cleaning and building" 32 = "Serv. - Personal service" 33 = "Farm./For./Fish. - Farm" 34 = "Farm./for./fish. - Farm" 35 = "Farm/For/Fish - Related" 36 = "Farm/for/fish - Forestry and" 37 = "Prec. Prod./Craft - Mechanics" 38 = "Prec. prod./craft - Construction" 39 = "Prec Prod/Craft - Carpenters" 40 = "Prec prod/Craft - Supervisors," 41 = "Prec prod/craft - Precision" 42 = "Prec. Prod/craft - Other" 43 = "Opr./Fab./Lab. - Machine" 44 = "Opr/Fab/Lab - Fabricators," 45 = "Opr./fab./lab. - Production" 46 = "Opr./Fab./lab. - Transportation" 47 = "Opr/fab/lab - Material moving" 48 = "Hand./Lab.- Construction" 49 = "Hand/Lab - Freight, stock and" 50 = "Hand./lab.- Other specified" 51 = "Hand/lab - Laborers, except" 52 = "Armed Forces - currently" 53 = "Never worked" ; VALUE WEMOCGRM (default=32) 0 = "Not in Universe or children" 1 = "Mgr./Prof. - Executive," 2 = "Mgr./prof. - Professional" 3 = "Tech./Sales/Admin. - Technicians" 4 = "Tech./sales/admin. - Sales" 5 = "Administrative support" 6 = "Private household occupations" 7 = "Protective service occupations" 8 = "Service occupations, except hhld" 9 = "Farming, forestry, and fishing" 10 = "Precision production, craft, and" 11 = "Opr./Fab./Lab. - Machine" 12 = "Opr/Fab/Lab - Transportation and" 13 = "Opr./fab./lab. - Handlers," 14 = "Armed Forces - currently" 15 = "Never worked" ; VALUE WEMINDRM (default=32) 0 = "Not in Universe" 1 = "Agriculture, forestry, and" 2 = "Mining" 3 = "Construction" 4 = "Mfg. - Durable goods" 5 = "Mfg. - Nondurable goods" 6 = "Mfg. - Transportation," 7 = "Whsl./Ret.- Wholesale trade" 8 = "Whsl./Ret.- Retail trade" 9 = "Whsl./Ret.- Finance, insurance," 10 = "Whsl./Ret.- Business and repair" 11 = "Per. Serv. - Personal services," 12 = "Personal Serv. - Personal" 13 = "Per. Serv. - Professional and" 14 = "Public administration" 15 = "Never worked" ; VALUE NOEMPR7L (default=32) 0 = "Not in universe" 1 = "Under 25 employees" 2 = "25 to 99 employees" 3 = "100+ employees" ; VALUE ERNYNE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ERNVALTM (default=32) 0 = "None or not in universe" ; VALUE ERNSRCEM (default=32) 0 = "None or not in universe" 1 = "Wage and Salary" 2 = "Self-employment" 3 = "Farm self-employment" 4 = "Without pay" ; VALUE ERNOTREM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WGEOTREM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WSVALR7L (default=32) 0 = "None or not in universe" ; VALUE WSALYNEM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WSALVLRM (default=32) 0 = "None or not in universe" ; VALUE SEOTRE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SEVALR7L (default=32) 0 = "None or not in universe" ; VALUE SEMPYNEM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SEMPVLRM (default=32) 0 = "None or not in universe" ; VALUE FRMOTREM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE FRMVALRM (default=32) 0 = "None or not in universe" ; VALUE FRSEYNEM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE FRSEVLRM (default=32) 0 = "None or not in universe" ; VALUE PENPLNEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE PENPAREI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE UCYNE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SUBUCE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE STRKUCEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE UCVALT7L (default=32) 0 = "Not in universe" ; VALUE WCYNE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WCTYPEEI (default=32) 0 = "Not in universe" 1 = "State workers' compensation" 2 = "Employer or employer's insurance" 3 = "Own insurance" 4 = "Other" ; VALUE WCVALT7L (default=32) 0 = "Not in universe" ; VALUE SSYNE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SSVALT7L (default=32) 0 = "Not in universe" ; VALUE SSIYNE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SSIVALTM (default=32) 0 = "Not in universe" ; VALUE PAWYNE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE PAWTYPEM (default=32) 0 = "Not in universe" 1 = "AFDC (ADC)" 2 = "Other" 3 = "Both" ; VALUE PAWMONEM (default=32) 0 = "None or not in universe" 1 = "One month" 2 = "Two months" 3 = "Three months" 4 = "Four months" 5 = "Five months" 6 = "Six months" 7 = "Seven months" 8 = "Eight months" 9 = "Nine months" 10 = "Ten months" 11 = "Eleven months" 12 = "Twelve months" ; VALUE PAWVALTM (default=32) 0 = "Not in universe" ; VALUE VETYNE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY1EM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY2EM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY3EM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY4EM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY5EM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETQVAEM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETVALTM (default=32) 0 = "Not in universe" ; VALUE SURYNE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SURSC1EM (default=32) 0 = "Not in universe" 1 = "Company or union pension" 2 = "Federal government Survivor" 3 = "U.S. Military Survivor" 4 = "State or local gov't employee" 5 = "U.S. Railroad Survivor" 6 = "Workers' compensation survivor" 7 = "Not used" 8 = "Regular payments from estates or" 9 = "Regular income from annuities or" 10 = "Other" ; VALUE SURSC2EM (default=32) 0 = "Not in universe" 1 = "Company or union pension" 2 = "Federal government Survivor" 3 = "U.S. Military Survivor" 4 = "State or local gov't employee" 5 = "U.S. Railroad Survivor" 6 = "Workers' compensation survivor" 7 = "Not used" 8 = "Regular payments from estates or" 9 = "Regular income from annuities or" 10 = "Other" ; VALUE SURVL1TM (default=32) 0 = "Not in universe" ; VALUE SURVL2TM (default=32) 0 = "Not in universe" ; VALUE SRVSVLRM (default=32) 0 = "Not in universe" ; VALUE DISHPE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DISCSE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DISYNE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DISSC1EM (default=32) 0 = "Not in universe" 1 = "Workers' Compensation" 2 = "Company or union disability" 3 = "Federal government Disability" 4 = "U.S. Military Disability" 5 = "State or local gov't employee" 6 = "U.S. Railroad retirement" 7 = "Accident or disability insurance" 8 = "Not used" 9 = "Not Used" 10 = "Other or don't know" ; VALUE DISSC2EM (default=32) 0 = "Not in universe" 1 = "Workers' Compensation" 2 = "Company or union disability" 3 = "Federal government Disability" 4 = "U.S. Military Disability" 5 = "State or local gov't employee" 6 = "U.S. Railroad retirement" 7 = "Accident or disability insurance" 8 = "Not used" 9 = "Not Used" 10 = "Other or don't know" ; VALUE DISVL1TM (default=32) 0 = "Not in universe" ; VALUE DISVL2TM (default=32) 0 = "Not in universe" ; VALUE DSABVLRM (default=32) 0 = "Not in universe" ; VALUE RETYNE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE RETSC1EM (default=32) 0 = "Not in universe" 1 = "Company or union pension" 2 = "Federal government Retirement" 3 = "U.S. Military Retirement" 4 = "State or local gov't employee" 5 = "U.S. Railroad Retirement" 6 = "Regular income from annuities or" 7 = "Regular Income from IRA, KEOGH," 8 = "Other" ; VALUE RETSC2EM (default=32) 0 = "Not in universe" 1 = "Company or union pension" 2 = "Federal government Retirement" 3 = "U.S. Military Retirement" 4 = "State or local gov't employee" 5 = "U.S. Railroad Retirement" 6 = "Regular income from annuities or" 7 = "Regular Income from IRA, KEOGH," 8 = "Other" ; VALUE RETVL1TM (default=32) 0 = "Not in universe" ; VALUE RETVL2TM (default=32) 0 = "Not in universe" ; VALUE RTMVALRM (default=32) 0 = "Not in universe" ; VALUE INTYNE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE INTVALTM (default=32) 0 = "Not in universe" ; VALUE DIVYNE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DIVNONEM (default=32) 0 = "Not in universe" 1 = "None" ; VALUE DIVVALTM (default=32) 0 = "Not in universe" ; VALUE RNTYNE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE RNTVALTM (default=32) 0 = "Not in universe" ; VALUE CSPYNE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CSPVALTM (default=32) 0 = "None or not in universe" ; VALUE ALMYNE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ALMVALTM (default=32) 0 = "Not in universe" ; VALUE FINYNE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE FINVALTM (default=32) 0 = "Not in universe" ; VALUE OIOFFE7L (default=32) 0 = "Not in universe" 1 = "Social Security" 2 = "Private pensions" 3 = "AFDC" 4 = "Other public assistance" 5 = "Interest" 6 = "Dividends" 7 = "Rents or royalties" 8 = "Estates or trusts" 9 = "State disability payments" 10 = "Disability payments (own insur.)" 11 = "Unemployment compensation" 12 = "Strike benefits" 13 = "Annuities or paid up insurance" 14 = "Not income" 15 = "Longest job" 16 = "Wages or salary" 17 = "Nonfarm self-employment" 18 = "Farm self-employment" 19 = "Anything else" ; VALUE OI_YNE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OIVALT7L (default=32) 0 = "Not in universe" ; VALUE PTOTVLRM (default=32) 0 = "None or not in universe" ; VALUE PERNVLRM (default=32) 0 = "None or not in universe" ; VALUE POTHVLRM (default=32) 0 = "None or not in universe" ; VALUE PTOTRR7L (default=32) -1 = "(Reported loss)" 0 = "Not in universe" 1 = "Under $2500" 2 = "$2,500 to $4,999" 3 = "$5,000 to $7,499" 4 = "$7,500 to $9,999" 5 = "$10,000 to $12,499" 6 = "$12,500 to $14,999" 7 = "$15,000 to $17,499" 8 = "$17,500 to $19,999" 9 = "$20,000 to $22,499" 10 = "$22,500 to $24,999" 11 = "$25,000 to $27,499" 12 = "$27,500 to $29,999" 13 = "$30,000 to $32,499" 14 = "$32,500 to $34,999" 15 = "$35,000 to $37,499" 16 = "$37,500 to $39,999" 17 = "$40,000 to $42,499" 18 = "$42,500 to $44,999" 19 = "$45,000 to $47,499" 20 = "$47,500 to $49,999" 21 = "$50,000 to $52,499" 22 = "$52,500 to $54,999" 23 = "$55,000 to $57,499" 24 = "$57,500 to $59,999" 25 = "$60,000 to $62,499" 26 = "$62,500 to $64,999" 27 = "$65,000 to $67,499" 28 = "$67,500 to $69,999" 29 = "$70,000 to $72,499" 30 = "$72,500 to $74,999" 31 = "$75,000 to $77,499" 32 = "$77,500 to $79,999" 33 = "$80,000 to $82,499" 34 = "$82,500 to $84,999" 35 = "$85,000 to $87,499" 36 = "$87,500 to $89,999" 37 = "$90,000 to $92,499" 38 = "$92,500 to $94,999" 39 = "$95,000 to $97,499" 40 = "$97,500 to $99,999" 41 = "$100,000 and over" ; VALUE ED_YNE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTYP1EM (default=32) 0 = "Not in universe" 1 = "Yes, received this educational" 2 = "No, did not receive assistance" ; VALUE EDTYP2EM (default=32) 0 = "Not in universe" 1 = "Yes, received this educational" 2 = "No, did not receive assistance" ; VALUE EDTYP3EM (default=32) 0 = "Not in universe" 1 = "Yes, received this educational" 2 = "No, did not receive assistance" ; VALUE MCAREE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE MCAIDE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHAMPE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HI_YNE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HIOWNE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HIPAIDEI (default=32) 0 = "Not in universe" 1 = "All" 2 = "Part" 3 = "None" ; VALUE HIEMPE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE COV_GHEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE COV_HIEM (default=32) 1 = "Yes" 2 = "No" ; VALUE CH_MCE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CH_HIE7L (default=32) 0 = "Not in universe" 1 = "Private Coverage Through Someone" 2 = "Private coverage through someone" 3 = "Not covered by private health" ; VALUE HIE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DEPHIE7L (default=32) 0 = "(No or) Not in universe" 1 = "Yes" ; VALUE HILIN1EI (default=32) 0 = "Not in universe" ; VALUE PAIDE7L (default=32) 0 = "Not in universe" 1 = "All" 2 = "Part" 3 = "None" ; VALUE PRIVE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DEPRIVEI (default=32) 0 = "(No or) Not in universe" 1 = "Yes" ; VALUE PILIN1EI (default=32) 0 = "Not in universe" ; VALUE OUTE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE MONE7L (default=32) 0 = "Not in universe" 1 = "One month" 2 = "Two months" 3 = "Three months" 4 = "Four months" 5 = "Five months" 6 = "Six months" 7 = "Seven months" 8 = "Eight months" 9 = "Nine months" 10 = "Ten months" 11 = "Eleven months" 12 = "Twelve months" ; VALUE OTHE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OTYP_4EI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OTYP_5EI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CURRE7L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CTYP_1EI (default=32) 0 = "Not in universe" 1 = "Medicare" 2 = "Medicaid/ (state fill name)" 3 = "CHAMPUS" 4 = "CHAMPVA" 5 = "VA health care" 6 = "Military health care" 7 = "Indian health service" 8 = "Other government health care" 9 = "Employer/Union-Provided" 10 = "Employer/union-provided (as" 11 = "Privately Purchased" 12 = "Privately purchased (as" 13 = "Plan of someone outside the" 14 = "Other (specify)" ; VALUE CTYP_2EI (default=32) 0 = "Not in universe" 1 = "Medicare" 2 = "Medicaid/ (state fill name)" 3 = "CHAMPUS" 4 = "CHAMPVA" 5 = "VA health care" 6 = "Military health care" 7 = "Indian health service" 8 = "Other government health care" 9 = "Employer/Union-Provided" 10 = "Employer/union-provided (as" 11 = "Privately Purchased" 12 = "Privately purchased (as" 13 = "Plan of someone outside the" 14 = "Other (specify)" ; VALUE CTYP_3EI (default=32) 0 = "Not in universe" 1 = "Medicare" 2 = "Medicaid/ (state fill name)" 3 = "CHAMPUS" 4 = "CHAMPVA" 5 = "VA health care" 6 = "Military health care" 7 = "Indian health service" 8 = "Other government health care" 9 = "Employer/Union-Provided" 10 = "Employer/union-provided (as" 11 = "Privately Purchased" 12 = "Privately purchased (as" 13 = "Plan of someone outside the" 14 = "Other (specify)" ; VALUE CTYP_4EI (default=32) 0 = "Not in universe" 1 = "Medicare" 2 = "Medicaid/ (state fill name)" 3 = "CHAMPUS" 4 = "CHAMPVA" 5 = "VA health care" 6 = "Military health care" 7 = "Indian health service" 8 = "Other government health care" 9 = "Employer/Union-Provided" 10 = "Employer/union-provided (as" 11 = "Privately Purchased" 12 = "Privately purchased (as" 13 = "Plan of someone outside the" 14 = "Other (specify)" ; VALUE CTYP_5EI (default=32) 0 = "Not in universe" 1 = "Medicare" 2 = "Medicaid/ (state fill name)" 3 = "CHAMPUS" 4 = "CHAMPVA" 5 = "VA health care" 6 = "Military health care" 7 = "Indian health service" 8 = "Other government health care" 9 = "Employer/Union-Provided" 10 = "Employer/union-provided (as" 11 = "Privately Purchased" 12 = "Privately purchased (as" 13 = "Plan of someone outside the" 14 = "Other (specify)" ; VALUE TENUREII (default=32) 0 = "No change" 1 = "Value to blank" 4 = "Imputed" ; VALUE HOTNOI7L (default=32) 0 = "No change" 1 = "Imputed" ; VALUE HOTLUNII (default=32) 0 = "No change" 1 = "Imputed" ; VALUE HFLUNCII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE HFLUNNII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE HPUBLIII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE HLORENII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE HFDSPI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE HFDNOI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE HFDMONII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE HFDVALII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE HENGASII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE HENGVLII (default=32) 0 = "Not imputed" 1 = "Hotdeck imputation" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE DESPARII (default=32) 0 = "No change" 2 = "Blank to value" 3 = "Value to value" ; VALUE RRPI7L (default=32) 0 = "No change" 2 = "Blank to value" 3 = "Value to value" ; VALUE AGEI7L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 3 = "Logical imputation (derivation)" ; VALUE MARITLII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 3 = "Logical imputation (derivation)" ; VALUE SPOUSEII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 3 = "Logical imputation (derivation)" ; VALUE VETI7L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 3 = "Logical imputation (derivation)" ; VALUE HGAI7L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Allocated in Bridge (1997)" ; VALUE WORKYNII (default=32) 0 = "No change or children" 1 = "Imputed" ; VALUE WTEMPI7L (default=32) 0 = "No change or children" 1 = "Imputed" ; VALUE NWLOOKII (default=32) 0 = "No change or children" 1 = "Imputed" ; VALUE NWLKWKII (default=32) 0 = "No change or children" 1 = "Imputed" ; VALUE RSNOTWII (default=32) 0 = "No change or children" 1 = "Imputed" ; VALUE WKSWRKII (default=32) 0 = "No change or children" 1 = "Imputed" ; VALUE LOSEWKII (default=32) 0 = "No change or children" 1 = "Imputed" ; VALUE LKWKSI7L (default=32) 0 = "No change or children" 1 = "Imputed" ; VALUE LKSTRHII (default=32) 0 = "No change or children" 1 = "Imputed" ; VALUE PYRSNI7L (default=32) 0 = "No change or children" 1 = "Imputed" ; VALUE EMPRSI7L (default=32) 0 = "No change or children" 1 = "Imputed" ; VALUE HRSWKI7L (default=32) 0 = "No change or children" 1 = "Imputed" ; VALUE LJCWI7L (default=32) 0 = "No change or children" 1 = "Imputed" ; VALUE INDUSI7L (default=32) 0 = "No change or children" 1 = "Imputed" ; VALUE OCCUPI7L (default=32) 0 = "No change or children" 1 = "Imputed" ; VALUE NOEMPI7L (default=32) 0 = "No change or children" 1 = "Imputed" ; VALUE ERNYNI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE ERNVALII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE ERNSRCII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE WSVALI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE SEOTRI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE SEVALI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE FRMOTRII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE FRMVALII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE PENPLNII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE PENPARII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE UCYNI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE UCVALI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE WCYNI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE WCTYPEII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE WCVALI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE SSYNI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE SSVALI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE SSIYNI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE SSIVALII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE PAWYNI7L (default=32) 0 = "No change or children" 1 = "Imputed" ; VALUE PAWTYPII (default=32) 0 = "No change or children" 1 = "Imputed" ; VALUE PAWMONII (default=32) 0 = "No change or children" 1 = "Imputed" ; VALUE PAWVALII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE VETYNI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE VETTYPII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE VETQVAII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE VETVALII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE SURYNI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE SURSC1II (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE SURSC2II (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE SURVL1II (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE SURVL2II (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE DISHPI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE DISCSI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE DISYNI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE DISSC1II (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE DISSC2II (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE DISVL1II (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE DISVL2II (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE RETYNI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE RETSC1II (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE RETSC2II (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE RETVL1II (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE RETVL2II (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE INTYNI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE INTVALII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE DIVYNI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE DIVVALII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE RNTYNI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE RNTVALII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE CSPYNI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE CSPVALII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE ALMYNI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE ALMVALII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE FINYNI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE FINVALII (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE OIVALI7L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE ED_YNI7L (default=32) 0 = "No change or children" 1 = "Imputed" ; VALUE EDTYP1II (default=32) 0 = "No change or children" 1 = "Imputed" ; VALUE EDTYP2II (default=32) 0 = "No change or children" 1 = "Imputed" ; VALUE HII7L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE DEPHII7L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PAIDI7L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PRIVI7L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE DEPRIVII (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE OUTI7L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE MONI7L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE OTHI7L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE OTYP_I7L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE CURRI7L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE CTYP_1II (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE RSNNIE8L (default=32) 0 = "Interviewed" 1 = "Deceased" 2 = "Moved out of the country" 3 = "On active duty in the armed" 4 = "Institutionalized" 5 = "Child not eligible for interview" 6 = "Type A non-interview" 7 = "Moved to unknown address" 8 = "Non-original sample person left" 9 = "Sample person not followed" 10 = "Not intrvwed during 1998 data" ; VALUE TENUREEN (default=32) 1 = "Owned or being bought by you or" 2 = "Rented for cash" 3 = "Occupied without payment of cash" ; VALUE STFIPSRN (default=32) 1 = "Alabama" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "DC" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 17 = "Illinois" 18 = "Indiana" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 28 = "Mississippi" 29 = "Missouri" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 35 = "New Mexico" 36 = "New York" 37 = "North Carolina" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 51 = "Virginia" 53 = "Washington" 54 = "West Virginia" 55 = "Wisconsin" 61 = "Maine, Vermont" 62 = "Iowa, North Dakota, South Dakota" 63 = "Alaska, Idaho, Montana, Wyoming" ; VALUE G_REGR8L (default=32) 1 = "Northeast" 2 = "Midwest" 3 = "South" 4 = "West" ; VALUE HFLUNCEN (default=32) 0 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE HFLUNNEN (default=32) 0 = "Not in universe" 1 = "One child" 2 = "Two children" 3 = "Three children" 4 = "Four children" 5 = "Five children" 6 = "Six children" 7 = "Seven children" 8 = "Eight children" 9 = "Nine or more children" ; VALUE HPUBLIEN (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HLORENEN (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HSECE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HINCWSEN (default=32) 1 = "Yes" 2 = "No" ; VALUE HWSVALRN (default=32) 0 = "None or not in universe" ; VALUE HINCSEEN (default=32) 1 = "Yes" 2 = "No" ; VALUE HSEVALRN (default=32) 0 = "None or not in universe" ; VALUE HINCFREN (default=32) 1 = "Yes" 2 = "No" ; VALUE HFRVALRN (default=32) 0 = "None or not in universe" ; VALUE HFDSPE8L (default=32) 1 = "Yes" 2 = "No" ; VALUE HFDNOE8L (default=32) 0 = "Not in universe" 1 = "One person covered" 2 = "Two persons covered" 3 = "Three persons covered" 4 = "Four persons covered" 5 = "Five persons covered" 6 = "Six persons covered" 7 = "Seven persons covered" 8 = "Eight persons covered" 9 = "Nine or more persons covered" ; VALUE HFDMONEN (default=32) 0 = "Not in universe" 1 = "One month" 2 = "Two months" 3 = "Three months" 4 = "Four months" 5 = "Five months" 6 = "Six months" 7 = "Seven months" 8 = "Eight months" 9 = "Nine months" 10 = "Ten months" 11 = "Eleven months" 12 = "Twelve months" ; VALUE HFDVALRN (default=32) 0 = "Not in universe" ; VALUE HENGASEN (default=32) 1 = "Yes" 2 = "No" ; VALUE HENGVLRN (default=32) 0 = "Not in universe" ; VALUE HINCUCEN (default=32) 1 = "Yes" 2 = "No" ; VALUE HUCVALRN (default=32) 0 = "None or not in universe" ; VALUE HINCWCEN (default=32) 1 = "Yes" 2 = "No" ; VALUE HWCVALRN (default=32) 0 = "None or not in universe" ; VALUE HSSYNE8L (default=32) 1 = "Yes" 2 = "No" ; VALUE HSSVALRN (default=32) 0 = "None or not in universe" ; VALUE HSSIYNEN (default=32) 1 = "Yes" 2 = "No" ; VALUE HSSIVLRN (default=32) 0 = "None or not in universe" ; VALUE HPAWYNEN (default=32) 1 = "Yes" 2 = "No" ; VALUE HPAWVLRN (default=32) 0 = "None or not in universe" ; VALUE HVETYNEN (default=32) 1 = "Yes" 2 = "No" ; VALUE HVETVLRN (default=32) 0 = "None or not in universe" ; VALUE HSURYNEN (default=32) 1 = "Yes" 2 = "No" ; VALUE HSURVLRN (default=32) 0 = "None or not in universe" ; VALUE HDISYNEN (default=32) 1 = "Yes" 2 = "No" ; VALUE HDISVLRN (default=32) 0 = "None or not in universe" ; VALUE HRETYNEN (default=32) 1 = "Yes" 2 = "No" ; VALUE HRETVLRN (default=32) 0 = "None or not in universe" ; VALUE HINTYNEN (default=32) 1 = "Yes" 2 = "No" ; VALUE HINTVLRN (default=32) 0 = "None or not in universe" ; VALUE HDIVYNEN (default=32) 1 = "Yes" 2 = "No" ; VALUE HDIVVLRN (default=32) 0 = "None or not in universe" ; VALUE HRNTYNEN (default=32) 1 = "Yes" 2 = "No" ; VALUE HRNTVLRN (default=32) 0 = "None or not in universe" ; VALUE HCSPYNEN (default=32) 1 = "Yes" 2 = "No" ; VALUE HCSPVLRN (default=32) 0 = "None or not in universe" ; VALUE HALMYNEN (default=32) 1 = "Yes" 2 = "No" ; VALUE HALMVLRN (default=32) 0 = "None or not in universe" ; VALUE HFINYNEN (default=32) 1 = "Yes" 2 = "No" ; VALUE HFINVLRN (default=32) 0 = "None or not in universe" ; VALUE HOIYNE8L (default=32) 1 = "Yes" 2 = "No" ; VALUE HOIVALRN (default=32) 0 = "None or not in universe" ; VALUE HEDAIDEI (default=32) 1 = "Yes" 2 = "No" ; VALUE HTOTVLRN (default=32) 0 = "None or not in universe" ; VALUE HERNVLRN (default=32) 0 = "None or not in universe" ; VALUE HOTHVLRN (default=32) 0 = "None or not in universe" ; VALUE HTOTRR8L (default=32) -1 = "(Reported loss)" 0 = "Not in universe" 1 = "Under $2,500" 2 = "$2,500 to $4,999" 3 = "$5,000 to $7,499" 4 = "$7,500 to $9,999" 5 = "$10,000 to $12,499" 6 = "$12,500 to $14,999" 7 = "$15,000 to $17,499" 8 = "$17,500 to $19,999" 9 = "$20,000 to $22,499" 10 = "$22,500 to $24,999" 11 = "$25,000 to $27,499" 12 = "$27,500 to $29,999" 13 = "$30,000 to $32,499" 14 = "$32,500 to $34,999" 15 = "$35,000 to $37,499" 16 = "$37,500 to $39,999" 17 = "$40,000 to $42,499" 18 = "$42,500 to $44,999" 19 = "$45,000 to $47,499" 20 = "$47,500 to $49,999" 21 = "$50,000 to $52,499" 22 = "$52,500 to $54,999" 23 = "$55,000 to $57,499" 24 = "$57,500 to $59,999" 25 = "$60,000 to $62,499" 26 = "$62,500 to $64,999" 27 = "$65,000 to $67,499" 28 = "$67,500 to $69,999" 29 = "$70,000 to $72,499" 30 = "$72,500 to $74,999" 31 = "$75,000 to $77,499" 32 = "$77,500 to $79,999" 33 = "$80,000 to $82,499" 34 = "$82,500 to $84,999" 35 = "$85,000 to $87,499" 36 = "$87,500 to $89,999" 37 = "$90,000 to $92,499" 38 = "$92,500 to $94,999" 39 = "$95,000 to $97,499" 40 = "$97,500 to $99,999" 41 = "$100,000 and over" ; VALUE TOP5PCEN (default=32) 0 = "Not in universe (group quarters)" 1 = "Yes - In top 5 percent" 2 = "No - Not in top 5 percent" ; VALUE PCTCUTEN (default=32) 0 = "Not in universe (group quarters)" 1 = "Lowest 5 percent" 2 = "Second 5 percent" 3 = "Third 5 percent" 4 = "Fourth 5 percent" 5 = "Fifth 5 percent" 6 = "Sixth 5 percent" 7 = "Seventh 5 percent" 8 = "Eighth 5 percent" 9 = "Ninth 5 percent" 10 = "Tenth 5 percent" 11 = "Eleventh 5 percent" 12 = "Twelfth 5 percent" 13 = "Thirteenth 5 percent" 14 = "Fourteenth 5 percent" 15 = "Fifteenth 5 percent" 16 = "Sixteenth 5 percent" 17 = "Seventeenth 5 percent" 18 = "Eighteenth 5 percent" 19 = "Nineteenth 5 percent" 20 = "Top 5 percent" ; VALUE HMCAREEN (default=32) 1 = "Yes" 2 = "No" ; VALUE HMCAIDEN (default=32) 1 = "Yes" 2 = "No" ; VALUE HCHAMPEN (default=32) 1 = "Yes" 2 = "No" ; VALUE HHI_YNEN (default=32) 1 = "Yes" 2 = "No" ; VALUE CMCAREEN (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CMCENOEK (default=32) 0 = "Not in universe" 1 = "One child covered" 2 = "Two children covered" 3 = "Three children covered" 4 = "Four children covered" 5 = "Five children covered" 6 = "Six children covered" 7 = "Seven children covered" 8 = "Eight children covered" 9 = "Nine children covered" ; VALUE CHIE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHINOE8L (default=32) 0 = "Not in universe" 1 = "One child covered" 2 = "Two children covered" 3 = "Three children covered" 4 = "Four children covered" 5 = "Five children covered" 6 = "Six children covered" 7 = "Seven children covered" 8 = "Eight children covered" 9 = "Nine children covered" ; VALUE CHINRHEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHINNOEI (default=32) 0 = "Not in universe" 1 = "One child covered" 2 = "Two children covered" 3 = "Three children covered" 4 = "Four children covered" 5 = "Five children covered" 6 = "Six children covered" 7 = "Seven children covered" 8 = "Eight children covered" 9 = "Nine children covered" ; VALUE JINTYNEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OINTYNEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE JSTKYNEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OSTKYNEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE JINAMTTI (default=32) 0 = "None or not in universe" ; VALUE OINAMTTI (default=32) 0 = "None or not in universe" ; VALUE JSKAMTTI (default=32) 0 = "None or not in universe" ; VALUE OSKAMTTI (default=32) 0 = "None or not in universe" ; VALUE HOWNR1EI (default=32) 0 = "Not in universe" ; VALUE HOWNR2EI (default=32) 0 = "Not in universe" ; VALUE HOWNR3EI (default=32) 0 = "Not in universe" ; VALUE REVALUTI (default=32) 0 = "None or not in universe" ; VALUE MORTGAEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HEQYLOEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE MORAMTTI (default=32) 0 = "None or not in universe" ; VALUE MORTAXEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE PTXAMTTI (default=32) 0 = "None or not in universe" ; VALUE MORINSEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE INSAMTTI (default=32) 0 = "None or not in universe" ; VALUE HEQAMTTI (default=32) 0 = "None or not in universe" ; VALUE RENAMTTI (default=32) 0 = "None or not in universe" ; VALUE HELECT8L (default=32) 0 = "None or not in universe" ; VALUE HHEATT8L (default=32) 0 = "None or not in universe" ; VALUE HPHONETI (default=32) 0 = "None or not in universe" ; VALUE HWATERTI (default=32) 0 = "None or not in universe" ; VALUE HHRENTEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HSPYRE8L (default=32) 0 = "Not in universe" ; VALUE HJ1PYREI (default=32) 0 = "Not in universe" ; VALUE HJ2PYREI (default=32) 0 = "Not in universe" ; VALUE HJ3PYREI (default=32) 0 = "Not in universe" ; VALUE HA1PYRTI (default=32) 0 = "None or not in universe" ; VALUE HA2PYRTI (default=32) 0 = "None or not in universe" ; VALUE HA3PYRTI (default=32) 0 = "None or not in universe" ; VALUE REOTHREI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE REOWN1EI (default=32) 0 = "Not in universe" ; VALUE REOWN2EI (default=32) 0 = "Not in universe" ; VALUE REVAL2TI (default=32) 0 = "None or not in universe" ; VALUE OTHMOREI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE PRMOR2TI (default=32) 0 = "None or not in universe" ; VALUE VEHOWNEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VEHNUMEI (default=32) 0 = "Not in universe" 1 = "1 vehicle" 2 = "2 vehicles" 3 = "3 vehicles" 4 = "4 vehicles" 5 = "5 vehicles" 6 = "6 vehicles" 7 = "7 vehicles" ; VALUE V1OWN1EI (default=32) 0 = "Not in universe" ; VALUE V1OWN2EI (default=32) 0 = "Not in universe" ; VALUE V1YEAREI (default=32) 9999 = "Not Reported" ; VALUE VHVAL1TI (default=32) 0 = "None or not in universe" ; VALUE V1FROWEI (default=32) 0 = "Not in universe" 1 = "Free and clear" 2 = "Money owned" ; VALUE AMOWD1TI (default=32) 0 = "None or not in universe" ; VALUE V1PURPEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE V2OWN1EI (default=32) 0 = "Not in universe" ; VALUE V2OWN2EI (default=32) 0 = "Not in universe" ; VALUE V2YEAREI (default=32) 9999 = "Not Reported" ; VALUE VHVAL2TI (default=32) 0 = "None or not in universe" ; VALUE V2FROWEI (default=32) 0 = "Not in universe or no second" 1 = "Free and clear" 2 = "Money owned" ; VALUE AMOWD2TI (default=32) 0 = "None or not in universe" ; VALUE V2PURPEI (default=32) 0 = "Not in universe" 1 = "Self-employment business" 2 = "Transportation of a disabled" 3 = "Personal use" ; VALUE V3OWN1EI (default=32) 0 = "Not in universe" ; VALUE V3OWN2EI (default=32) 0 = "Not in universe" ; VALUE V3YEAREI (default=32) 9999 = "Not Reported" ; VALUE VHVAL3TI (default=32) 0 = "None or not in universe" ; VALUE V3FROWEI (default=32) 0 = "Not in universe or no third" 1 = "Free and clear" 2 = "Money owned" ; VALUE AMOWD3TI (default=32) 0 = "None or not in universe" ; VALUE V3PURPEI (default=32) 0 = "Not in universe" 1 = "Self-employment business" 2 = "Transportation of a disabled" 3 = "Personal use" ; VALUE OTRDBTEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DEBOW1EI (default=32) 0 = "Not in universe" ; VALUE DEBOW2EI (default=32) 0 = "Not in universe" ; VALUE DEBOW3EI (default=32) 0 = "Not in universe" ; VALUE DEBAMTEI (default=32) 0 = "None or not in universe" ; VALUE CHDSPTEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHWHOE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHAMTT8L (default=32) 0 = "None or not in universe" ; VALUE ALMSPTEI (default=32) 0 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ALWHOE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "Not reported" ; VALUE ALAMTT8L (default=32) 0 = "None or not in universe" ; VALUE OTHSPTEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OTWHOE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OSTAMTTI (default=32) 0 = "None or not in universe" ; VALUE JINTYNII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OINTYNII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE JSTKYNII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OSTKYNII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE JINAMTII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OINAMTII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE JSKAMTII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OSKAMTII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HOWNR1II (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HOWNR2II (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE REVALUII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE MORTGAII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HEQYLOII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE MORAMTII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE MORTAXII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE PTXAMTII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE MORINSII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE INSAMTII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HEQAMTII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE RENAMTII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HELECI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HHEATI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HPHONEII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HWATERII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HHRENTII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HSPYRI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HJ1PYRII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HJ2PYRII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HJ3PYRII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HA1PYRII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HA2PYRII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HA3PYRII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE REOTHRII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE REOWN1II (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE REOWN2II (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE REVAL2II (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OTHMORII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE PRMOR2II (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE VEHOWNII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE VEHNUMII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V1OWN1II (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V1OWN2II (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V1FROWII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE AMOWD1II (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V1PURPII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V2OWN1II (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V2OWN2II (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V2FROWII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE AMOWD2II (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V2PURPII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V3OWN1II (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V3OWN2II (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V3FROWII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE AMOWD3II (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V3PURPII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OTRDBTII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE DEBOW1II (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE DEBOW2II (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE DEBAMTII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE CHDSPTII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE CHWHOI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE CHAMTI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ALMSPTII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ALWHOI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ALAMTI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OTHSPTII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OTWHOI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OTNUMI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OSTAMTII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE FAMKNDEN (default=32) 1 = "Husband-wife family" 2 = "Male head" 3 = "Female head" ; VALUE POVLLE8L (default=32) 1 = "Under .50 of the low-income" 2 = ".50 to .74 of the low-income" 3 = ".75 to .99 of the low-income" 4 = "1.00 to 1.24 the low income" 5 = "1.25 to 1.49 the low income" 6 = "1.50 to 1.74 the low income" 7 = "1.75 to 1.99 the low income" 8 = "2.00 to 2.49 the low income" 9 = "2.50 to 2.99 the low income" 10 = "3.00 to 3.49 the low income" 11 = "3.50 to 3.99 the low income" 12 = "4.00 to 4.49 the low income" 13 = "4.50 to 4.99 the low income" 14 = "5.00 and over the low income" ; VALUE FAMLISEN (default=32) 1 = "Below 1.0 of low-income cutoff" 2 = "1.00-1.24 of the low-income" 3 = "1.25-1.49 of the low-income" 4 = "1.50 or above the low income" ; VALUE RSPOVE8L (default=32) 1 = "Under .50 of the low-income" 2 = ".50 to .74 of the low-income" 3 = ".75 to .99 of the low-income" 4 = "1.00 to 1.24 the low income" 5 = "1.25 to 1.49 the low income" 6 = "1.50 to 1.74 the low income" 7 = "1.75 to 1.99 the low income" 8 = "2.00 to 2.49 the low income" 9 = "2.50 to 2.99 the low income" 10 = "3.00 to 3.49 the low income" 11 = "3.50 to 3.99 the low income" 12 = "4.00 to 4.49 the low income" 13 = "4.50 to 4.99 the low income" 14 = "5.00 and over the low income" ; VALUE FINCWSEN (default=32) 1 = "Yes" 2 = "No" ; VALUE FWSVALRN (default=32) 0 = "None or not in universe" ; VALUE FINCSEEN (default=32) 1 = "Yes" 2 = "No" ; VALUE FSEVALRN (default=32) 0 = "None or not in universe" ; VALUE FINCFREN (default=32) 1 = "Yes" 2 = "No" ; VALUE FFRVALRN (default=32) 0 = "None or not in universe" ; VALUE FINCUCEN (default=32) 1 = "Yes" 2 = "No" ; VALUE FUCVALRN (default=32) 0 = "None or not in universe" ; VALUE FINCWCEN (default=32) 1 = "Yes" 2 = "No" ; VALUE FWCVALRN (default=32) 0 = "None or not in universe" ; VALUE FINCSSEN (default=32) 1 = "Yes" 2 = "No" ; VALUE FSSVALRN (default=32) 0 = "None or not in universe" ; VALUE FSSIYNEN (default=32) 1 = "Yes" 2 = "No" ; VALUE FSSIVLRN (default=32) 0 = "None or not in universe" ; VALUE FINPAWEN (default=32) 1 = "Yes" 2 = "No" ; VALUE FPAWVLRN (default=32) 0 = "None or not in universe" ; VALUE FINVETEN (default=32) 1 = "Yes" 2 = "No" ; VALUE FVETVLRN (default=32) 0 = "None or not in universe" ; VALUE FINSUREN (default=32) 1 = "Yes" 2 = "No" ; VALUE FSURVLRN (default=32) 0 = "None or not in universe" ; VALUE FINDISEN (default=32) 1 = "Yes" 2 = "No" ; VALUE FDISVLRN (default=32) 0 = "None or not in universe" ; VALUE FINRETEN (default=32) 1 = "Yes" 2 = "No" ; VALUE FRETVLRN (default=32) 0 = "None or not in universe" ; VALUE FININTEN (default=32) 1 = "Yes" 2 = "No" ; VALUE FINTVLRN (default=32) 0 = "None or not in universe" ; VALUE FINDIVEN (default=32) 1 = "Yes" 2 = "No" ; VALUE FDIVVLRN (default=32) 0 = "None or not in universe" ; VALUE FINRNTEN (default=32) 1 = "Yes" 2 = "No" ; VALUE FRNTVLRN (default=32) 0 = "None or not in universe" ; VALUE FINCSPEN (default=32) 1 = "Yes" 2 = "No" ; VALUE FCSPVLRN (default=32) 0 = "None or not in universe" ; VALUE FINALMEN (default=32) 1 = "Yes" 2 = "No" ; VALUE FALMVLRN (default=32) 0 = "None or not in universe" ; VALUE FFINYNEN (default=32) 1 = "Yes" 2 = "No" ; VALUE FFINVLRN (default=32) 0 = "None or not in universe" ; VALUE FINCOIEN (default=32) 1 = "Yes" 2 = "No" ; VALUE FOIVALRN (default=32) 0 = "None or not in universe" ; VALUE FEDAIDEI (default=32) 1 = "Yes" 2 = "No" ; VALUE FTOTVLRN (default=32) 0 = "None or not in universe" ; VALUE FERNVLRN (default=32) 0 = "None or not in universe" ; VALUE FOTHVLRN (default=32) 0 = "None or not in universe" ; VALUE FTOTRR8L (default=32) -1 = "(Reported loss)" 0 = "Not in universe" 1 = "Under $2,500" 2 = "$2,500 to $4,999" 3 = "$5,000 to $7,499" 4 = "$7,500 to $9,999" 5 = "$10,000 to $12,499" 6 = "$12,500 to $14,999" 7 = "$15,000 to $17,499" 8 = "$17,500 to $19,999" 9 = "$20,000 to $22,499" 10 = "$22,500 to $24,999" 11 = "$25,000 to $27,499" 12 = "$27,500 to $29,999" 13 = "$30,000 to $32,499" 14 = "$32,500 to $34,999" 15 = "$35,000 to $37,499" 16 = "$37,500 to $39,999" 17 = "$40,000 to $42,499" 18 = "$42,500 to $44,999" 19 = "$45,000 to $47,499" 20 = "$47,500 to $49,999" 21 = "$50,000 to $52,499" 22 = "$52,500 to $54,999" 23 = "$55,000 to $57,499" 24 = "$57,500 to $59,999" 25 = "$60,000 to $62,499" 26 = "$62,500 to $64,999" 27 = "$65,000 to $67,499" 28 = "$67,500 to $69,999" 29 = "$70,000 to $72,499" 30 = "$72,500 to $74,999" 31 = "$75,000 to $77,499" 32 = "$77,500 to $79,999" 33 = "$80,000 to $82,499" 34 = "$82,500 to $84,999" 35 = "$85,000 to $87,499" 36 = "$87,500 to $89,999" 37 = "$90,000 to $92,499" 38 = "$92,500 to $94,999" 39 = "$95,000 to $97,499" 40 = "$97,500 to $99,999" 41 = "$100,000 and over" ; VALUE FERNVRRN (default=32) 0 = "None or not in universe" ; VALUE FOTHVRRN (default=32) 0 = "None or not in universe" ; VALUE FTOTVRRN (default=32) 0 = "None or not in universe" ; VALUE FAMTYPEN (default=32) 1 = "Primary family member (not in a" 2 = "Primary individual (person" 3 = "Related subfamily member" 4 = "Unrelated subfamily member" 5 = "Secondary indiv (nonrelative who" ; VALUE FAMRELEN (default=32) 0 = "Persons living alone" 1 = "Reference person of family or" 2 = "Spouse of reference person or" 3 = "Child of reference person or" 4 = "All other relatives" 5 = "All other nonrelatives" ; VALUE RRPE8L (default=32) 1 = "Reference person with relatives" 2 = "Reference Person w/out relatives" 3 = "Spouse (Husband/Wife)" 4 = "Unmarried partner" 5 = "Child" 6 = "Grandchild" 7 = "Parent (Mother/Father)" 8 = "Brother/Sister" 9 = "Other Relative of Reference" 10 = "Foster Child" 11 = "Housemate/Roommate" 12 = "Roomer/Boarder" 13 = "Other Non-Relative of Reference" ; VALUE AGET8L (default=32) 0 = "Under 1 year of age" ; VALUE MARITLEN (default=32) 1 = "Married, Spouse present" 2 = "Married, spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never married" ; VALUE SPOUSEEN (default=32) 0 = "No spouse" ; VALUE VETE8L (default=32) 1 = "Yes" 2 = "No" ; VALUE CITSHPEK (default=32) 1 = "Yes" 2 = "No" ; VALUE HSCOLLRI (default=32) 0 = "Not enrolled in high school," 1 = "Enrolled in high school" 2 = "Enrolled In college or" ; VALUE HGAR8L (default=32) 0 = "Not in universe" 31 = "Less than 1st grade" 32 = "1st, 2nd, 3rd or 4th grade" 33 = "5th or 6th grade" 34 = "7th or 8th grade" 35 = "9th grade" 36 = "10th grade" 37 = "11th grade" 38 = "12th grade, no diploma" 39 = "HIGH SCHOOL GRADUATE - high" 40 = "Some college but no degree" 41 = "Associate degree in college," 42 = "Assoc. degree in college -" 43 = "Bachelors' degree (For" 44 = "Master's degree (ie:MA, MS," 45 = "Professional School Degree" 46 = "Doctorate degree (For" ; VALUE WORKYNEN (default=32) 0 = "Not in universe or children" 1 = "Yes" 2 = "No" ; VALUE EWRKYNEI (default=32) 0 = "Not in universe or children" 1 = "Yes" 2 = "No" 3 = "Retired" ; VALUE WTEMPE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWTEMPEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "Retired" ; VALUE ENWLKE8L (default=32) 0 = "Not in universe or children" 1 = "Yes" 2 = "No" ; VALUE ENWLAYEI (default=32) 0 = "Not in universe or children" 1 = "Yes" 2 = "No" ; VALUE NWLOOKEN (default=32) 0 = "Not in universe or children" 1 = "Yes" 2 = "No" ; VALUE ELKWKE8L (default=32) 0 = "Not in universe" ; VALUE ELAYWKEI (default=32) 0 = "Not in universe" ; VALUE NWLKWKEN (default=32) 0 = "Not in universe" ; VALUE RSNOTWEK (default=32) 0 = "Not in universe" 1 = "Ill or disabled or unable to" 2 = "Retired" 3 = "Taking care of home or family" 4 = "Going to school" 5 = "Could not find work" 6 = "Other" ; VALUE ERSNTWEI (default=32) 0 = "Not in universe" 1 = "Retired" 2 = "Taking care of home or family" 3 = "Going to school" 4 = "Ill or disabled" 5 = "Could not find work/No work" 6 = "Did not want to work" 7 = "On layoff" 8 = "Never worked" 9 = "Other" ; VALUE WKSWRKEN (default=32) 0 = "Not in universe" ; VALUE WKCHCKRN (default=32) 0 = "Not in universe" 1 = "1-49 Weeks" 2 = "50-51 Weeks" 3 = "52 Weeks" ; VALUE LOSEWKEN (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE LKNONEEN (default=32) 0 = "Not in universe or had weeks" 1 = "No weeks looking for work or on" ; VALUE LKWKSE8L (default=32) 0 = "No weeks looking for work/on" ; VALUE LKSTRHEK (default=32) 0 = "Not in universe" 1 = "Yes - 1 stretch" 2 = "No - 2 stretches" 3 = "No - 3+ stretches" ; VALUE PYRSNE8L (default=32) 0 = "Not in universe" 1 = "Ill or disabled" 2 = "Taking care of home" 3 = "Going to school" 4 = "Retired" 5 = "No work available" 6 = "Other" ; VALUE EPYRSNEI (default=32) 0 = "Not in universe" 1 = "On layoff" 2 = "Ill or disabled" 3 = "Taking care of home or family" 4 = "Going to school" 5 = "Retired" 6 = "No work available/Could not find" 7 = "Child care problems" 8 = "Vacation" 9 = "Did not want to work" 10 = "Other" ; VALUE EMPRSE8L (default=32) 0 = "Not in universe" 1 = "1 employer" 2 = "2 employers" 3 = "3+ employers" ; VALUE EEMPRSEI (default=32) 0 = "Not in universe" 1 = "1 employer" 2 = "2 employers" 3 = "3 employers" 4 = "4 employers" 5 = "5+ employers" ; VALUE HRSWKE8L (default=32) 0 = "Not in universe" ; VALUE HRCHKR8L (default=32) 0 = "Not in universe" 1 = "Part-time (1-34 hours)" 2 = "Full-time (35+ hours)" ; VALUE LJCWE8L (default=32) 0 = "Not in universe" 1 = "Private for profit company" 2 = "Federal government" 3 = "State government" 4 = "Local government" 5 = "Self-employed incorporated" 6 = "Self Employed not incorporated" 7 = "Without pay in family business" ; VALUE $INDUSR8L (default=32) "0" = "Not in universe" ; VALUE OCCUPE8L (default=32) 0 = "Not in universe or children" ; VALUE WEXPR8L (default=32) 0 = "Not in universe" 1 = "50 to 52 weeks -full time" 2 = "48 to 49 weeks -full time" 3 = "40 to 47 weeks -full time" 4 = "27 to 39 weeks -full time" 5 = "14 to 26 weeks -full time" 6 = "13 weeks or less -full time" 7 = "50 to 52 wks -part time" 8 = "48 to 49 wks -part time" 9 = "40 to 47 wks -part time" 10 = "27 to 39 wks -part time" 11 = "14 to 26 wks -part time" 12 = "13 wks or less -part time" 13 = "Nonworker" ; VALUE WEWKRSRN (default=32) 0 = "Not in universe" 1 = "Full-time - full-year worker" 2 = "Part-time - full-year worker" 3 = "Full-time - part-year worker" 4 = "Part-time - part-year worker" 5 = "Nonworker" ; VALUE WELKNWRN (default=32) 0 = "Children or Not in universe" 1 = "None (not looking for work)" 2 = "1 to 4 weeks looking" 3 = "5 to 14 weeks looking" 4 = "15 to 26 weeks looking" 5 = "27 to 39 weeks looking" 6 = "40 or more weeks looking" 7 = "Workers" ; VALUE WEUEMPRN (default=32) 0 = "Not in universe" 1 = "None" 2 = "1 to 4 weeks" 3 = "5 to 10 weeks" 4 = "11 to 14 weeks" 5 = "15 to 26 weeks" 6 = "27 to 39 weeks" 7 = "40 or more weeks" 8 = "Full year worker" 9 = "Nonworker" ; VALUE EARNEREN (default=32) 0 = "Not in universe" 1 = "Earner" 2 = "Nonearner" ; VALUE CLWKR8L (default=32) 0 = "Not in universe" 1 = "Private (includes" 2 = "Government" 3 = "Self-employed" 4 = "Without pay" 5 = "Never worked" ; VALUE WECLWR8L (default=32) 0 = "Not in universe" 1 = "Wage and salary -Agriculture" 2 = "Self-employed -Agriculture" 3 = "Unpaid -Agriculture" 4 = "Private household" 5 = "Other private -Nonagriculture" 6 = "Government -Nonagriculture" 7 = "Self-employed -Nonagriculture" 8 = "Unpaid -Nonagriculture" 9 = "Never worked -Nonagriculture" ; VALUE POCCU2RN (default=32) 0 = "Not in Universe or children" 1 = "Officials and administrators," 3 = "Mgr./Admin. Exc. pub. admin -" 4 = "Mgr./admin. exc. pub. admin -" 5 = "Mgr/Admin Exc pub. admin -" 6 = "Mgr/admin exc pub. admin -" 7 = "Prof. - Architects and surveyors" 8 = "Prof. - Engineers" 9 = "Prof. - Natural scientists and" 10 = "Prof. - Computer systems" 11 = "Prof. - Health diagnosing" 12 = "Prof. - Physicians and dentists" 13 = "Prof. - Health assessment and" 14 = "Prof. - Teachers, librarians," 15 = "Prof. - teachers, except" 16 = "Prof. - Other professional" 17 = "Tech. - Health technologists and" 18 = "Tech. - Engineering and science" 19 = "Tech. - Technicians, except" 20 = "Sales - Supervisors and" 21 = "Sales - Sales representatives," 22 = "Sales - Other sales occupations" 23 = "Admin supp-Computer equipment" 24 = "Admin supp-Secretaries," 25 = "Admin supp-Financial records" 26 = "Admin supp-Other administrative" 27 = "Serv. - Private household" 28 = "Serv. - Protective service" 29 = "Serv. - Food services" 30 = "Serv. - Health service" 31 = "Serv. - Cleaning and building" 32 = "Serv. - Personal service" 33 = "Farm./For./Fish. - Farm" 34 = "Farm./for./fish. - Farm" 35 = "Farm/For/Fish - Related" 36 = "Farm/for/fish - Forestry and" 37 = "Prec. Prod./Craft - Mechanics" 38 = "Prec. prod./craft - Construction" 39 = "Prec Prod/Craft - Carpenters" 40 = "Prec prod/Craft - Supervisors," 41 = "Prec prod/craft - Precision" 42 = "Prec. Prod/craft - Other" 43 = "Opr./Fab./Lab. - Machine" 44 = "Opr/Fab/Lab - Fabricators," 45 = "Opr./fab./lab. - Production" 46 = "Opr./Fab./lab. - Transportation" 47 = "Opr/fab/lab - Material moving" 48 = "Hand./Lab.- Construction" 49 = "Hand/Lab - Freight, stock and" 50 = "Hand./lab.- Other specified" 51 = "Hand/lab - Laborers, except" 52 = "Armed Forces - currently" 53 = "Never worked" ; VALUE WEMOCGRN (default=32) 0 = "Not in Universe or children" 1 = "Mgr./Prof. - Executive," 2 = "Mgr./prof. - Professional" 3 = "Tech./Sales/Admin. - Technicians" 4 = "Tech./sales/admin. - Sales" 5 = "Administrative support" 6 = "Private household occupations" 7 = "Protective service occupations" 8 = "Service occupations, except hhld" 9 = "Farming, forestry, and fishing" 10 = "Precision production, craft, and" 11 = "Opr./Fab./Lab. - Machine" 12 = "Opr/Fab/Lab - Transportation and" 13 = "Opr./fab./lab. - Handlers," 14 = "Armed Forces - currently" 15 = "Never worked" ; VALUE WEMINDRN (default=32) 0 = "Not in Universe" 1 = "Agriculture, forestry, and" 2 = "Mining" 3 = "Construction" 4 = "Mfg. - Durable goods" 5 = "Mfg. - Nondurable goods" 6 = "Mfg. - Transportation," 7 = "Whsl./Ret.- Wholesale trade" 8 = "Whsl./Ret.- Retail trade" 9 = "Whsl./Ret.- Finance, insurance," 10 = "Whsl./Ret.- Business and repair" 11 = "Per. Serv. - Personal services," 12 = "Personal Serv. - Personal" 13 = "Per. Serv. - Professional and" 14 = "Public administration" 15 = "Never worked" ; VALUE NOEMPR8L (default=32) 0 = "Not in universe" 1 = "Under 25 employees" 2 = "25 to 99 employees" 3 = "100+ employees" ; VALUE ERNYNE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ERNVALTN (default=32) 0 = "None or not in universe" ; VALUE ERNSRCEN (default=32) 0 = "None or not in universe" 1 = "Wage and Salary" 2 = "Self-employment" 3 = "Farm self-employment" 4 = "Without pay" ; VALUE ERNOTREN (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WGEOTREN (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WSVALR8L (default=32) 0 = "None or not in universe" ; VALUE WSALYNEN (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WSALVLRN (default=32) 0 = "None or not in universe" ; VALUE SEOTRE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SEVALR8L (default=32) 0 = "None or not in universe" ; VALUE SEMPYNEN (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SEMPVLRN (default=32) 0 = "None or not in universe" ; VALUE FRMOTREN (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE FRMVALRN (default=32) 0 = "None or not in universe" ; VALUE FRSEYNEN (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE FRSEVLRN (default=32) 0 = "None or not in universe" ; VALUE SRCE2E8L (default=32) 0 = "None or not in universe" 1 = "Wage and Salary" 2 = "Self-employment" 3 = "Farm self-employment" 4 = "Without pay" ; VALUE SRCE3E8L (default=32) 0 = "None or not in universe" 1 = "Wage and Salary" 2 = "Self-employment" 3 = "Farm self-employment" 4 = "Without pay" ; VALUE SRCE4E8L (default=32) 0 = "None or not in universe" 1 = "Wage and Salary" 2 = "Self-employment" 3 = "Farm self-employment" 4 = "Without pay" ; VALUE ERNE2T8L (default=32) 0 = "None or not in universe" ; VALUE ERNE3T8L (default=32) 0 = "None or not in universe" ; VALUE ERNE4T8L (default=32) 0 = "None or not in universe" ; VALUE PENPLNEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE PENPAREK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE UCYNE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SUBUCE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE STRKUCEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE UCVALT8L (default=32) 0 = "Not in universe" ; VALUE WCYNE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WCTYPEEK (default=32) 0 = "Not in universe" 1 = "State workers' compensation" 2 = "Employer or employer's insurance" 3 = "Own insurance" 4 = "Other" ; VALUE WCVALT8L (default=32) 0 = "Not in universe" ; VALUE SSYNE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SSVALT8L (default=32) 0 = "Not in universe" ; VALUE SSIYNE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SSIVALTN (default=32) 0 = "Not in universe" ; VALUE PAWYNE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE PAWTYPEN (default=32) 0 = "Not in universe" 1 = "TANF" 2 = "Other Assistance" 3 = "Both TANF and Other Assistance" ; VALUE PAWMONEN (default=32) 0 = "None or not in universe" 1 = "One month" 2 = "Two months" 3 = "Three months" 4 = "Four months" 5 = "Five months" 6 = "Six months" 7 = "Seven months" 8 = "Eight months" 9 = "Nine months" 10 = "Ten months" 11 = "Eleven months" 12 = "Twelve months" ; VALUE PAWVALTN (default=32) 0 = "Not in universe" ; VALUE VETYNE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY1EN (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY2EN (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY3EN (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY4EN (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY5EN (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETQVAEN (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETVALTN (default=32) 0 = "Not in universe" ; VALUE SURYNE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SURSC1EN (default=32) 0 = "Not in universe" 1 = "Company or union pension" 2 = "Federal government Survivor" 3 = "U.S. Military Survivor" 4 = "State or local gov't employee" 5 = "U.S. Railroad Survivor" 6 = "Workers' compensation survivor" 7 = "Not used" 8 = "Regular payments from estates or" 9 = "Regular income from annuities or" 10 = "Other" ; VALUE SURSC2EN (default=32) 0 = "Not in universe" 1 = "Company or union pension" 2 = "Federal government Survivor" 3 = "U.S. Military Survivor" 4 = "State or local gov't employee" 5 = "U.S. Railroad Survivor" 6 = "Workers' compensation survivor" 7 = "Not used" 8 = "Regular payments from estates or" 9 = "Regular income from annuities or" 10 = "Other" ; VALUE SURVL1TN (default=32) 0 = "Not in universe" ; VALUE SURVL2TN (default=32) 0 = "Not in universe" ; VALUE SRVSVLRN (default=32) 0 = "Not in universe" ; VALUE DISHPE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DISCSE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DISYNE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DISSC1EN (default=32) 0 = "Not in universe" 1 = "Workers' Compensation" 2 = "Company or union disability" 3 = "Federal government Disability" 4 = "U.S. Military Disability" 5 = "State or local gov't employee" 6 = "U.S. Railroad retirement" 7 = "Accident or disability insurance" 8 = "Not used" 9 = "Not Used" 10 = "Other or don't know" ; VALUE DISSC2EN (default=32) 0 = "Not in universe" 1 = "Workers' Compensation" 2 = "Company or union disability" 3 = "Federal government Disability" 4 = "U.S. Military Disability" 5 = "State or local gov't employee" 6 = "U.S. Railroad retirement" 7 = "Accident or disability insurance" 8 = "Not used" 9 = "Not Used" 10 = "Other or don't know" ; VALUE DISVL1TN (default=32) 0 = "Not in universe" ; VALUE DISVL2TN (default=32) 0 = "Not in universe" ; VALUE DSABVLRN (default=32) 0 = "Not in universe" ; VALUE RETYNE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE RETSC1EN (default=32) 0 = "Not in universe" 1 = "Company or union pension" 2 = "Federal government Retirement" 3 = "U.S. Military Retirement" 4 = "State or local gov't employee" 5 = "U.S. Railroad Retirement" 6 = "Regular income from annuities or" 7 = "Regular Income from IRA, KEOGH," 8 = "Other" ; VALUE RETSC2EN (default=32) 0 = "Not in universe" 1 = "Company or union pension" 2 = "Federal government Retirement" 3 = "U.S. Military Retirement" 4 = "State or local gov't employee" 5 = "U.S. Railroad Retirement" 6 = "Regular income from annuities or" 7 = "Regular Income from IRA, KEOGH," 8 = "Other" ; VALUE RETVL1TN (default=32) 0 = "Not in universe" ; VALUE RETVL2TN (default=32) 0 = "Not in universe" ; VALUE RTMVALRN (default=32) 0 = "Not in universe" ; VALUE INTYNE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE INTVALTN (default=32) 0 = "Not in universe" ; VALUE DIVYNE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DIVNONEN (default=32) 0 = "Not in universe" 1 = "None" ; VALUE DIVVALTN (default=32) 0 = "Not in universe" ; VALUE RNTYNE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE RNTVALTN (default=32) 0 = "Not in universe" ; VALUE CSPYNE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CSPVALTN (default=32) 0 = "None or not in universe" ; VALUE ALMYNE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ALMVALTN (default=32) 0 = "Not in universe" ; VALUE FINYNE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE FINVALTN (default=32) 0 = "Not in universe" ; VALUE OIOFFE8L (default=32) 0 = "Not in universe" 1 = "Social Security" 2 = "Private pensions" 3 = "TANF" 4 = "Other public assistance" 5 = "Interest" 6 = "Dividends" 7 = "Rents or royalties" 8 = "Estates or trusts" 9 = "State disability payments" 10 = "Disability payments (own insur.)" 11 = "Unemployment compensation" 12 = "Strike benefits" 13 = "Annuities or paid up insurance" 14 = "Not income" 15 = "Longest job" 16 = "Wages or salary" 17 = "Nonfarm self-employment" 18 = "Farm self-employment" 19 = "Anything else" ; VALUE OI_YNE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OIVALT8L (default=32) 0 = "Not in universe" ; VALUE TANFYNEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE TANFVLTI (default=32) 0 = "None or not in universe" ; VALUE TANFMNEI (default=32) 0 = "Not in universe" 1 = "One month" 2 = "Two months" 3 = "Three months" 4 = "Four months" 5 = "Five months" 6 = "Six months" 7 = "Seven months" 8 = "Eight months" 9 = "Nine months" 10 = "Ten months" 11 = "Eleven months" 12 = "Twelve months" ; VALUE GENYNE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE GENVALTI (default=32) 0 = "None or not in universe" ; VALUE GENMONEI (default=32) 0 = "Not in universe" 1 = "One month" 2 = "Two months" 3 = "Three months" 4 = "Four months" 5 = "Five months" 6 = "Six months" 7 = "Seven months" 8 = "Eight months" 9 = "Nine months" 10 = "Ten months" 11 = "Eleven months" 12 = "Twelve months" ; VALUE OASYNE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OASVALTI (default=32) 0 = "None or not in universe" ; VALUE OASMONEI (default=32) 0 = "Not in universe" 1 = "One month" 2 = "Two months" 3 = "Three months" 4 = "Four months" 5 = "Five months" 6 = "Six months" 7 = "Seven months" 8 = "Eight months" 9 = "Nine months" 10 = "Ten months" 11 = "Eleven months" 12 = "Twelve months" ; VALUE PTOTVLRN (default=32) 0 = "None or not in universe" ; VALUE PERNVLRN (default=32) 0 = "None or not in universe" ; VALUE POTHVLRN (default=32) 0 = "None or not in universe" ; VALUE PTOTRR8L (default=32) -1 = "(Reported loss)" 0 = "Not in universe" 1 = "Under $2,500" 2 = "$2,500 to $4,999" 3 = "$5,000 to $7,499" 4 = "$7,500 to $9,999" 5 = "$10,000 to $12,499" 6 = "$12,500 to $14,999" 7 = "$15,000 to $17,499" 8 = "$17,500 to $19,999" 9 = "$20,000 to $22,499" 10 = "$22,500 to $24,999" 11 = "$25,000 to $27,499" 12 = "$27,500 to $29,999" 13 = "$30,000 to $32,499" 14 = "$32,500 to $34,999" 15 = "$35,000 to $37,499" 16 = "$37,500 to $39,999" 17 = "$40,000 to $42,499" 18 = "$42,500 to $44,999" 19 = "$45,000 to $47,499" 20 = "$47,500 to $49,999" 21 = "$50,000 to $52,499" 22 = "$52,500 to $54,999" 23 = "$55,000 to $57,499" 24 = "$57,500 to $59,999" 25 = "$60,000 to $62,499" 26 = "$62,500 to $64,999" 27 = "$65,000 to $67,499" 28 = "$67,500 to $69,999" 29 = "$70,000 to $72,499" 30 = "$72,500 to $74,999" 31 = "$75,000 to $77,499" 32 = "$77,500 to $79,999" 33 = "$80,000 to $82,499" 34 = "$82,500 to $84,999" 35 = "$85,000 to $87,499" 36 = "$87,500 to $89,999" 37 = "$90,000 to $92,499" 38 = "$92,500 to $94,999" 39 = "$95,000 to $97,499" 40 = "$97,500 to $99,999" 41 = "$100,000 and over" ; VALUE ED_AIDEI (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OEDTP1EI (default=32) 0 = "Not in universe" 1 = "Yes, received this educational" 2 = "No, did not receive assistance" ; VALUE OEDTP2EI (default=32) 0 = "Not in universe" 1 = "Yes, received this educational" 2 = "No, did not receive assistance" ; VALUE OEDTP3EI (default=32) 0 = "Not in universe" 1 = "Yes, received this educational" 2 = "No, did not receive assistance" ; VALUE MCAREE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE MCAIDE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHAMPE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HI_YNE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HIOWNE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HIPAIDEK (default=32) 0 = "Not in universe" 1 = "All" 2 = "Part" 3 = "None" ; VALUE HIEMPE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE COV_GHEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE COV_HIEN (default=32) 1 = "Yes" 2 = "No" ; VALUE CH_MCE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CH_HIE8L (default=32) 0 = "Not in universe" 1 = "Private Coverage Through Someone" 2 = "Private coverage through someone" 3 = "Not covered by private health" ; VALUE HIE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DEPHIE8L (default=32) 0 = "(No or) Not in universe" 1 = "Yes" ; VALUE HILIN1EK (default=32) 0 = "Not in universe" ; VALUE PAIDE8L (default=32) 0 = "Not in universe" 1 = "All" 2 = "Part" 3 = "None" ; VALUE PRIVE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DEPRIVEK (default=32) 0 = "(No or) Not in universe" 1 = "Yes" ; VALUE PILIN1EK (default=32) 0 = "Not in universe" ; VALUE OUTE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE MONE8L (default=32) 0 = "Not in universe" 1 = "One month" 2 = "Two months" 3 = "Three months" 4 = "Four months" 5 = "Five months" 6 = "Six months" 7 = "Seven months" 8 = "Eight months" 9 = "Nine months" 10 = "Ten months" 11 = "Eleven months" 12 = "Twelve months" ; VALUE OTHE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OTYP_4EK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OTYP_5EK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CURRE8L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CTYP_1EK (default=32) 0 = "Not in universe" 1 = "Medicare" 2 = "Medicaid/ (state fill name)" 3 = "CHAMPUS" 4 = "CHAMPVA" 5 = "VA health care" 6 = "Military health care" 7 = "Indian health service" 8 = "Other government health care" 9 = "Employer/Union-Provided" 10 = "Employer/union-provided (as" 11 = "Privately Purchased" 12 = "Privately purchased (as" 13 = "Plan of someone outside the" 14 = "Other (specify)" ; VALUE CTYP_2EK (default=32) 0 = "Not in universe" 1 = "Medicare" 2 = "Medicaid/ (state fill name)" 3 = "CHAMPUS" 4 = "CHAMPVA" 5 = "VA health care" 6 = "Military health care" 7 = "Indian health service" 8 = "Other government health care" 9 = "Employer/Union-Provided" 10 = "Employer/union-provided (as" 11 = "Privately Purchased" 12 = "Privately purchased (as" 13 = "Plan of someone outside the" 14 = "Other (specify)" ; VALUE CTYP_3EK (default=32) 0 = "Not in universe" 1 = "Medicare" 2 = "Medicaid/ (state fill name)" 3 = "CHAMPUS" 4 = "CHAMPVA" 5 = "VA health care" 6 = "Military health care" 7 = "Indian health service" 8 = "Other government health care" 9 = "Employer/Union-Provided" 10 = "Employer/union-provided (as" 11 = "Privately Purchased" 12 = "Privately purchased (as" 13 = "Plan of someone outside the" 14 = "Other (specify)" ; VALUE CTYP_4EK (default=32) 0 = "Not in universe" 1 = "Medicare" 2 = "Medicaid/ (state fill name)" 3 = "CHAMPUS" 4 = "CHAMPVA" 5 = "VA health care" 6 = "Military health care" 7 = "Indian health service" 8 = "Other government health care" 9 = "Employer/Union-Provided" 10 = "Employer/union-provided (as" 11 = "Privately Purchased" 12 = "Privately purchased (as" 13 = "Plan of someone outside the" 14 = "Other (specify)" ; VALUE CTYP_5EK (default=32) 0 = "Not in universe" 1 = "Medicare" 2 = "Medicaid/ (state fill name)" 3 = "CHAMPUS" 4 = "CHAMPVA" 5 = "VA health care" 6 = "Military health care" 7 = "Indian health service" 8 = "Other government health care" 9 = "Employer/Union-Provided" 10 = "Employer/union-provided (as" 11 = "Privately Purchased" 12 = "Privately purchased (as" 13 = "Plan of someone outside the" 14 = "Other (specify)" ; VALUE TENUREIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HFLUNCIK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE HFLUNNIK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE HPUBLIIK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE HLORENIK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE HSECI8L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE HFDSPI8L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE HFDNOI8L (default=32) 0 = "Not Imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE HFDMONIK (default=32) 0 = "Not Imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE HFDVALIK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE HENGASIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE HENGVLIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE HEDAIDII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE FEDAIDII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE DESPARIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE RRPI8L (default=32) 0 = "Not imputed" 3 = "Logical imputation (derivation)" ; VALUE AGEI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 3 = "Logical imputation (derivation)" ; VALUE MARITLIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 3 = "Logical imputation (derivation)" ; VALUE SPOUSEIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 3 = "Logical imputation (derivation)" ; VALUE VETI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 3 = "Logical imputation (derivation)" ; VALUE HSCOLLII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HGAI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE CITSHPII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 3 = "Logical imputation (derivation)" ; VALUE WORKYNIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWRKYNII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE WTEMPI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWTEMPII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ENWLKI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ENWLAYII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE NWLOOKIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ELKWKI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ELAYWKII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE NWLKWKIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE RSNOTWIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERSNTWII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE WKSWRKIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE LOSEWKIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE LKNONEII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE LKWKSI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE LKSTRHIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPYRSNII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE PYRSNI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EMPRSI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EEMPRSII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HRSWKI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE LJCWI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE INDUSI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OCCUPI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE NOEMPI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERNYNI8L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE ERNVALIK (default=32) 0 = "Not Imputed" 1 = "Statistical imputation (hot" 2 = "Cold Deck Imputation" 3 = "Logical Imputation" ; VALUE ERNSRCIK (default=32) 0 = "Not Imputed" 1 = "Statistical imputation (hot" 2 = "Cold Deck Imputation" 3 = "Logical Imputation" ; VALUE WGEOTRII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE SEOTRI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE SRCE2I8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE SRCE3I8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE SRCE4I8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE ERNE2I8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE ERNE3I8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE ERNE4I8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE PENPLNIK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE PENPARIK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE UCYNI8L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE UCVALI8L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE WCYNI8L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE WCTYPEIK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE WCVALI8L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE SSYNI8L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE SSVALI8L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE SSIYNI8L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE SSIVALIK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE PAWVALIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE VETYNI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE VETTYPIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE VETQVAIK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE VETVALIK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE SURYNI8L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE SURSC1IK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE SURSC2IK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE SURVL1IK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE SURVL2IK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE DISHPI8L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE DISCSI8L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE DISYNI8L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE DISSC1IK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE DISSC2IK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE DISVL1IK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE DISVL2IK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE RETYNI8L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE RETSC1IK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE RETSC2IK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE RETVL1IK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE RETVL2IK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE INTYNI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold Deck imputation" 3 = "Logical imputation" ; VALUE INTVALIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold Deck imputation" 3 = "Logical imputation" ; VALUE DIVYNI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold Deck imputation" 3 = "Logical imputation" ; VALUE DIVVALIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold Deck imputation" 3 = "Logical imputation" ; VALUE RNTYNI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold Deck imputation" 3 = "Logical imputation" ; VALUE RNTVALIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold Deck imputation" 3 = "Logical imputation" ; VALUE CSPYNI8L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE CSPVALIK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE ALMYNI8L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE ALMVALIK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE FINYNI8L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE FINVALIK (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE OI_YNI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE OIVALI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE TANFYNII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE TANFVLII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE TANFMNII (default=32) 0 = "Not Imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE GENYNI8L (default=32) 0 = "Not Imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE GENVALII (default=32) 0 = "Not Imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE GENMONII (default=32) 0 = "Not Imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE OASYNI8L (default=32) 0 = "Not Imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE OASVALII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE OASMONII (default=32) 0 = "Not Imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE ED_AIDII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OEDTYPII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE MCAREI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE MCAIDI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE CHAMPI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE COV_GHII (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HII8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE DEPHII8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE PAIDI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE PRIVI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE DEPRIVIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OUTI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE MONI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OTHI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OTYP_4II (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OTYP_5II (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE CURRI8L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE CTYP_1IK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE RSNNIE9L (default=32) 0 = "Interviewed" 1 = "Deceased" 2 = "Moved out of the country" 3 = "On active duty in the armed" 4 = "Institutionalized" 5 = "Child not eligible for interview" 6 = "Type A non-interview" 7 = "Moved to unknown address" 8 = "Non-original sample person left" 9 = "Sample person not followed" 10 = "Not intrvwed during 1999 data" ; VALUE TENUREEO (default=32) 1 = "Owned or being bought by you or" 2 = "Rented for cash" 3 = "Occupied without payment of cash" ; VALUE STFIPSRO (default=32) 1 = "Alabama" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "DC" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 17 = "Illinois" 18 = "Indiana" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 28 = "Mississippi" 29 = "Missouri" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 35 = "New Mexico" 36 = "New York" 37 = "North Carolina" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 51 = "Virginia" 53 = "Washington" 54 = "West Virginia" 55 = "Wisconsin" 61 = "Maine, Vermont" 62 = "Iowa, North Dakota, South Dakota" 63 = "Alaska, Idaho, Montana, Wyoming" ; VALUE G_REGR9L (default=32) 1 = "Northeast" 2 = "Midwest" 3 = "South" 4 = "West" ; VALUE HFLUNCEO (default=32) 0 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE HFLUNNEO (default=32) 0 = "Not in universe" 1 = "One child" 2 = "Two children" 3 = "Three children" 4 = "Four children" 5 = "Five children" 6 = "Six children" 7 = "Seven children" 8 = "Eight children" 9 = "Nine or more children" ; VALUE HPUBLIEO (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HLORENEO (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HSECE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HINCWSEO (default=32) 1 = "Yes" 2 = "No" ; VALUE HWSVALRO (default=32) 0 = "None or not in universe" ; VALUE HINCSEEO (default=32) 1 = "Yes" 2 = "No" ; VALUE HSEVALRO (default=32) 0 = "None or not in universe" ; VALUE HINCFREO (default=32) 1 = "Yes" 2 = "No" ; VALUE HFRVALRO (default=32) 0 = "None or not in universe" ; VALUE HFDSPE9L (default=32) 1 = "Yes" 2 = "No" ; VALUE HFDNOE9L (default=32) 0 = "Not in universe" 1 = "One person covered" 2 = "Two persons covered" 3 = "Three persons covered" 4 = "Four persons covered" 5 = "Five persons covered" 6 = "Six persons covered" 7 = "Seven persons covered" 8 = "Eight persons covered" 9 = "Nine or more persons covered" ; VALUE HFDMONEO (default=32) 0 = "Not in universe" 1 = "One month" 2 = "Two months" 3 = "Three months" 4 = "Four months" 5 = "Five months" 6 = "Six months" 7 = "Seven months" 8 = "Eight months" 9 = "Nine months" 10 = "Ten months" 11 = "Eleven months" 12 = "Twelve months" ; VALUE HFDVALRO (default=32) 0 = "Not in universe" ; VALUE HENGASEO (default=32) 1 = "Yes" 2 = "No" ; VALUE HENGVLRO (default=32) 0 = "Not in universe" ; VALUE HINCUCEO (default=32) 1 = "Yes" 2 = "No" ; VALUE HUCVALRO (default=32) 0 = "None or not in universe" ; VALUE HINCWCEO (default=32) 1 = "Yes" 2 = "No" ; VALUE HWCVALRO (default=32) 0 = "None or not in universe" ; VALUE HSSYNE9L (default=32) 1 = "Yes" 2 = "No" ; VALUE HSSVALRO (default=32) 0 = "None or not in universe" ; VALUE HSSIYNEO (default=32) 1 = "Yes" 2 = "No" ; VALUE HSSIVLRO (default=32) 0 = "None or not in universe" ; VALUE HPAWYNEO (default=32) 1 = "Yes" 2 = "No" ; VALUE HPAWVLRO (default=32) 0 = "None or not in universe" ; VALUE HVETYNEO (default=32) 1 = "Yes" 2 = "No" ; VALUE HVETVLRO (default=32) 0 = "None or not in universe" ; VALUE HSURYNEO (default=32) 1 = "Yes" 2 = "No" ; VALUE HSURVLRO (default=32) 0 = "None or not in universe" ; VALUE HDISYNEO (default=32) 1 = "Yes" 2 = "No" ; VALUE HDISVLRO (default=32) 0 = "None or not in universe" ; VALUE HRETYNEO (default=32) 1 = "Yes" 2 = "No" ; VALUE HRETVLRO (default=32) 0 = "None or not in universe" ; VALUE HINTYNEO (default=32) 1 = "Yes" 2 = "No" ; VALUE HINTVLRO (default=32) 0 = "None or not in universe" ; VALUE HDIVYNEO (default=32) 1 = "Yes" 2 = "No" ; VALUE HDIVVLRO (default=32) 0 = "None or not in universe" ; VALUE HRNTYNEO (default=32) 1 = "Yes" 2 = "No" ; VALUE HRNTVLRO (default=32) 0 = "None or not in universe" ; VALUE HCSPYNEO (default=32) 1 = "Yes" 2 = "No" ; VALUE HCSPVLRO (default=32) 0 = "None or not in universe" ; VALUE HALMYNEO (default=32) 1 = "Yes" 2 = "No" ; VALUE HALMVLRO (default=32) 0 = "None or not in universe" ; VALUE HFINYNEO (default=32) 1 = "Yes" 2 = "No" ; VALUE HFINVLRO (default=32) 0 = "None or not in universe" ; VALUE HOIYNE9L (default=32) 1 = "Yes" 2 = "No" ; VALUE HOIVALRO (default=32) 0 = "None or not in universe" ; VALUE HEDAIDEK (default=32) 1 = "Yes" 2 = "No" ; VALUE HTOTVLRO (default=32) 0 = "None or not in universe" ; VALUE HERNVLRO (default=32) 0 = "None or not in universe" ; VALUE HOTHVLRO (default=32) 0 = "None or not in universe" ; VALUE HTOTRR9L (default=32) -1 = "(Reported loss)" 0 = "Not in universe" 1 = "Under $2,500" 2 = "$2,500 to $4,999" 3 = "$5,000 to $7,499" 4 = "$7,500 to $9,999" 5 = "$10,000 to $12,499" 6 = "$12,500 to $14,999" 7 = "$15,000 to $17,499" 8 = "$17,500 to $19,999" 9 = "$20,000 to $22,499" 10 = "$22,500 to $24,999" 11 = "$25,000 to $27,499" 12 = "$27,500 to $29,999" 13 = "$30,000 to $32,499" 14 = "$32,500 to $34,999" 15 = "$35,000 to $37,499" 16 = "$37,500 to $39,999" 17 = "$40,000 to $42,499" 18 = "$42,500 to $44,999" 19 = "$45,000 to $47,499" 20 = "$47,500 to $49,999" 21 = "$50,000 to $52,499" 22 = "$52,500 to $54,999" 23 = "$55,000 to $57,499" 24 = "$57,500 to $59,999" 25 = "$60,000 to $62,499" 26 = "$62,500 to $64,999" 27 = "$65,000 to $67,499" 28 = "$67,500 to $69,999" 29 = "$70,000 to $72,499" 30 = "$72,500 to $74,999" 31 = "$75,000 to $77,499" 32 = "$77,500 to $79,999" 33 = "$80,000 to $82,499" 34 = "$82,500 to $84,999" 35 = "$85,000 to $87,499" 36 = "$87,500 to $89,999" 37 = "$90,000 to $92,499" 38 = "$92,500 to $94,999" 39 = "$95,000 to $97,499" 40 = "$97,500 to $99,999" 41 = "$100,000 and over" ; VALUE TOP5PCEO (default=32) 0 = "Not in universe (group quarters)" 1 = "Yes - In top 5 percent" 2 = "No - Not in top 5 percent" ; VALUE PCTCUTEO (default=32) 0 = "Not in universe (group quarters)" 1 = "Lowest 5 percent" 2 = "Second 5 percent" 3 = "Third 5 percent" 4 = "Fourth 5 percent" 5 = "Fifth 5 percent" 6 = "Sixth 5 percent" 7 = "Seventh 5 percent" 8 = "Eighth 5 percent" 9 = "Ninth 5 percent" 10 = "Tenth 5 percent" 11 = "Eleventh 5 percent" 12 = "Twelfth 5 percent" 13 = "Thirteenth 5 percent" 14 = "Fourteenth 5 percent" 15 = "Fifteenth 5 percent" 16 = "Sixteenth 5 percent" 17 = "Seventeenth 5 percent" 18 = "Eighteenth 5 percent" 19 = "Nineteenth 5 percent" 20 = "Top 5 percent" ; VALUE HMCAREEO (default=32) 1 = "Yes" 2 = "No" ; VALUE HMCAIDEO (default=32) 1 = "Yes" 2 = "No" ; VALUE HCHAMPEO (default=32) 1 = "Yes" 2 = "No" ; VALUE HHI_YNEO (default=32) 1 = "Yes" 2 = "No" ; VALUE CMCAREEO (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CMCENOEL (default=32) 0 = "Not in universe" 1 = "One child covered" 2 = "Two children covered" 3 = "Three children covered" 4 = "Four children covered" 5 = "Five children covered" 6 = "Six children covered" 7 = "Seven children covered" 8 = "Eight children covered" 9 = "Nine children covered" ; VALUE CHIE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHINOE9L (default=32) 0 = "Not in universe" 1 = "One child covered" 2 = "Two children covered" 3 = "Three children covered" 4 = "Four children covered" 5 = "Five children covered" 6 = "Six children covered" 7 = "Seven children covered" 8 = "Eight children covered" 9 = "Nine children covered" ; VALUE CHINRHEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHINNOEK (default=32) 0 = "Not in universe" 1 = "One child covered" 2 = "Two children covered" 3 = "Three children covered" 4 = "Four children covered" 5 = "Five children covered" 6 = "Six children covered" 7 = "Seven children covered" 8 = "Eight children covered" 9 = "Nine children covered" ; VALUE JINTYNEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OINTYNEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE JSTKYNEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OSTKYNEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE JINAMTTK (default=32) 0 = "None or not in universe" ; VALUE OINAMTTK (default=32) 0 = "None or not in universe" ; VALUE JSKAMTTK (default=32) 0 = "None or not in universe" ; VALUE OSKAMTTK (default=32) 0 = "None or not in universe" ; VALUE HOWNR1EK (default=32) 0 = "Not in universe" ; VALUE HOWNR2EK (default=32) 0 = "Not in universe" ; VALUE HOWNR3EK (default=32) 0 = "Not in universe" ; VALUE REVALUTK (default=32) 0 = "None or not in universe" ; VALUE MORTGAEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HEQYLOEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE MORAMTTK (default=32) 0 = "None or not in universe" ; VALUE MORTAXEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE PTXAMTTK (default=32) 0 = "None or not in universe" ; VALUE MORINSEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE INSAMTTK (default=32) 0 = "None or not in universe" ; VALUE HEQAMTTK (default=32) 0 = "None or not in universe" ; VALUE RENAMTTK (default=32) 0 = "None or not in universe" ; VALUE HELECT9L (default=32) 0 = "None or not in universe" ; VALUE HHEATT9L (default=32) 0 = "None or not in universe" ; VALUE HPHONETK (default=32) 0 = "None or not in universe" ; VALUE HWATERTK (default=32) 0 = "None or not in universe" ; VALUE HHRENTEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HSPYRE9L (default=32) 0 = "Not in universe" ; VALUE HJ1PYREK (default=32) 0 = "Not in universe" ; VALUE HJ2PYREK (default=32) 0 = "Not in universe" ; VALUE HJ3PYREK (default=32) 0 = "Not in universe" ; VALUE HA1PYRTK (default=32) 0 = "None or not in universe" ; VALUE HA2PYRTK (default=32) 0 = "None or not in universe" ; VALUE HA3PYRTK (default=32) 0 = "None or not in universe" ; VALUE REOTHREK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE REOWN1EK (default=32) 0 = "Not in universe" ; VALUE REOWN2EK (default=32) 0 = "Not in universe" ; VALUE REVAL2TK (default=32) 0 = "None or not in universe" ; VALUE OTHMOREK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE PRMOR2TK (default=32) 0 = "None or not in universe" ; VALUE VEHOWNEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VEHNUMEK (default=32) 0 = "Not in universe" 1 = "1 vehicle" 2 = "2 vehicles" 3 = "3 vehicles" 4 = "4 vehicles" 5 = "5 vehicles" 6 = "6 vehicles" 7 = "7 vehicles" ; VALUE V1OWN1EK (default=32) 0 = "Not in universe" ; VALUE V1OWN2EK (default=32) 0 = "Not in universe" ; VALUE V1YEAREK (default=32) 9999 = "Not Reported" ; VALUE VHVAL1TK (default=32) 0 = "None or not in universe" ; VALUE V1FROWEK (default=32) 0 = "Not in universe" 1 = "Free and clear" 2 = "Money owned" ; VALUE AMOWD1TK (default=32) 0 = "None or not in universe" ; VALUE V1PURPEK (default=32) 0 = "Not in universe" 1 = "Self-employment business" 2 = "Transportation of a disabled" 3 = "Personal use" ; VALUE V2OWN1EK (default=32) 0 = "Not in universe" ; VALUE V2OWN2EK (default=32) 0 = "Not in universe" ; VALUE V2YEAREK (default=32) 9999 = "Not Reported" ; VALUE VHVAL2TK (default=32) 0 = "None or not in universe" ; VALUE V2FROWEK (default=32) 0 = "Not in universe or no second" 1 = "Free and clear" 2 = "Money owned" ; VALUE AMOWD2TK (default=32) 0 = "None or not in universe" ; VALUE V2PURPEK (default=32) 0 = "Not in universe" 1 = "Self-employment business" 2 = "Transportation of a disabled" 3 = "Personal use" ; VALUE V3OWN1EK (default=32) 0 = "Not in universe" ; VALUE V3OWN2EK (default=32) 0 = "Not in universe" ; VALUE V3YEAREK (default=32) 9999 = "Not Reported" ; VALUE VHVAL3TK (default=32) 0 = "None or not in universe" ; VALUE V3FROWEK (default=32) 0 = "Not in universe or no third" 1 = "Free and clear" 2 = "Money owned" ; VALUE AMOWD3TK (default=32) 0 = "None or not in universe" ; VALUE V3PURPEK (default=32) 0 = "Not in universe" 1 = "Self-employment business" 2 = "Transportation of a disabled" 3 = "Personal use" ; VALUE OTRDBTEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DEBOW1EK (default=32) 0 = "Not in universe" ; VALUE DEBOW2EK (default=32) 0 = "Not in universe" ; VALUE DEBOW3EK (default=32) 0 = "Not in universe" ; VALUE DEBAMTEK (default=32) 0 = "None or not in universe" ; VALUE CHDSPTEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHWHOE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHAMTT9L (default=32) 0 = "None or not in universe" ; VALUE ALMSPTEK (default=32) 0 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ALWHOE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "Not reported" ; VALUE ALAMTT9L (default=32) 0 = "None or not in universe" ; VALUE OTHSPTEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OTWHOE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OSTAMTTK (default=32) 0 = "None or not in universe" ; VALUE JINTYNIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OINTYNIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE JSTKYNIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OSTKYNIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE JINAMTIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OINAMTIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE JSKAMTIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OSKAMTIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HOWNR1IK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HOWNR2IK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE REVALUIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE MORTGAIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HEQYLOIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE MORAMTIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE MORTAXIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE PTXAMTIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE MORINSIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE INSAMTIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HEQAMTIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE RENAMTIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HELECI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HHEATI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HPHONEIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HWATERIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HHRENTIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HSPYRI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HJ1PYRIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HJ2PYRIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HJ3PYRIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HA1PYRIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HA2PYRIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HA3PYRIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE REOTHRIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE REOWN1IK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE REOWN2IK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE REVAL2IK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OTHMORIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE PRMOR2IK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE VEHOWNIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE VEHNUMIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V1OWN1IK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V1OWN2IK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V1FROWIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE AMOWD1IK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V1PURPIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V2OWN1IK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V2OWN2IK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V2FROWIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE AMOWD2IK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V2PURPIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V3OWN1IK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V3OWN2IK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V3FROWIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE AMOWD3IK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V3PURPIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OTRDBTIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE DEBOW1IK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE DEBOW2IK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE DEBAMTIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE CHDSPTIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE CHWHOI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE CHAMTI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ALMSPTIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ALWHOI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ALAMTI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OTHSPTIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OTWHOI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OTNUMI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OSTAMTIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE FAMKNDEO (default=32) 1 = "Husband-wife family" 2 = "Male head" 3 = "Female head" ; VALUE POVLLE9L (default=32) 1 = "Under .50 of the low-income" 2 = ".50 to .74 of the low-income" 3 = ".75 to .99 of the low-income" 4 = "1.00 to 1.24 the low income" 5 = "1.25 to 1.49 the low income" 6 = "1.50 to 1.74 the low income" 7 = "1.75 to 1.99 the low income" 8 = "2.00 to 2.49 the low income" 9 = "2.50 to 2.99 the low income" 10 = "3.00 to 3.49 the low income" 11 = "3.50 to 3.99 the low income" 12 = "4.00 to 4.49 the low income" 13 = "4.50 to 4.99 the low income" 14 = "5.00 and over the low income" ; VALUE FAMLISEO (default=32) 1 = "Below 1.0 of low-income cutoff" 2 = "1.00-1.24 of the low-income" 3 = "1.25-1.49 of the low-income" 4 = "1.50 or above the low income" ; VALUE RSPOVE9L (default=32) 1 = "Under .50 of the low-income" 2 = ".50 to .74 of the low-income" 3 = ".75 to .99 of the low-income" 4 = "1.00 to 1.24 the low income" 5 = "1.25 to 1.49 the low income" 6 = "1.50 to 1.74 the low income" 7 = "1.75 to 1.99 the low income" 8 = "2.00 to 2.49 the low income" 9 = "2.50 to 2.99 the low income" 10 = "3.00 to 3.49 the low income" 11 = "3.50 to 3.99 the low income" 12 = "4.00 to 4.49 the low income" 13 = "4.50 to 4.99 the low income" 14 = "5.00 and over the low income" ; VALUE FINCWSEO (default=32) 1 = "Yes" 2 = "No" ; VALUE FWSVALRO (default=32) 0 = "None or not in universe" ; VALUE FINCSEEO (default=32) 1 = "Yes" 2 = "No" ; VALUE FSEVALRO (default=32) 0 = "None or not in universe" ; VALUE FINCFREO (default=32) 1 = "Yes" 2 = "No" ; VALUE FFRVALRO (default=32) 0 = "None or not in universe" ; VALUE FINCUCEO (default=32) 1 = "Yes" 2 = "No" ; VALUE FUCVALRO (default=32) 0 = "None or not in universe" ; VALUE FINCWCEO (default=32) 1 = "Yes" 2 = "No" ; VALUE FWCVALRO (default=32) 0 = "None or not in universe" ; VALUE FINCSSEO (default=32) 1 = "Yes" 2 = "No" ; VALUE FSSVALRO (default=32) 0 = "None or not in universe" ; VALUE FSSIYNEO (default=32) 1 = "Yes" 2 = "No" ; VALUE FSSIVLRO (default=32) 0 = "None or not in universe" ; VALUE FINPAWEO (default=32) 1 = "Yes" 2 = "No" ; VALUE FPAWVLRO (default=32) 0 = "None or not in universe" ; VALUE FINVETEO (default=32) 1 = "Yes" 2 = "No" ; VALUE FVETVLRO (default=32) 0 = "None or not in universe" ; VALUE FINSUREO (default=32) 1 = "Yes" 2 = "No" ; VALUE FSURVLRO (default=32) 0 = "None or not in universe" ; VALUE FINDISEO (default=32) 1 = "Yes" 2 = "No" ; VALUE FDISVLRO (default=32) 0 = "None or not in universe" ; VALUE FINRETEO (default=32) 1 = "Yes" 2 = "No" ; VALUE FRETVLRO (default=32) 0 = "None or not in universe" ; VALUE FININTEO (default=32) 1 = "Yes" 2 = "No" ; VALUE FINTVLRO (default=32) 0 = "None or not in universe" ; VALUE FINDIVEO (default=32) 1 = "Yes" 2 = "No" ; VALUE FDIVVLRO (default=32) 0 = "None or not in universe" ; VALUE FINRNTEO (default=32) 1 = "Yes" 2 = "No" ; VALUE FRNTVLRO (default=32) 0 = "None or not in universe" ; VALUE FINCSPEO (default=32) 1 = "Yes" 2 = "No" ; VALUE FCSPVLRO (default=32) 0 = "None or not in universe" ; VALUE FINALMEO (default=32) 1 = "Yes" 2 = "No" ; VALUE FALMVLRO (default=32) 0 = "None or not in universe" ; VALUE FFINYNEO (default=32) 1 = "Yes" 2 = "No" ; VALUE FFINVLRO (default=32) 0 = "None or not in universe" ; VALUE FINCOIEO (default=32) 1 = "Yes" 2 = "No" ; VALUE FOIVALRO (default=32) 0 = "None or not in universe" ; VALUE FEDAIDEK (default=32) 1 = "Yes" 2 = "No" ; VALUE FTOTVLRO (default=32) 0 = "None or not in universe" ; VALUE FERNVLRO (default=32) 0 = "None or not in universe" ; VALUE FOTHVLRO (default=32) 0 = "None or not in universe" ; VALUE FTOTRR9L (default=32) -1 = "(Reported loss)" 0 = "Not in universe" 1 = "Under $2,500" 2 = "$2,500 to $4,999" 3 = "$5,000 to $7,499" 4 = "$7,500 to $9,999" 5 = "$10,000 to $12,499" 6 = "$12,500 to $14,999" 7 = "$15,000 to $17,499" 8 = "$17,500 to $19,999" 9 = "$20,000 to $22,499" 10 = "$22,500 to $24,999" 11 = "$25,000 to $27,499" 12 = "$27,500 to $29,999" 13 = "$30,000 to $32,499" 14 = "$32,500 to $34,999" 15 = "$35,000 to $37,499" 16 = "$37,500 to $39,999" 17 = "$40,000 to $42,499" 18 = "$42,500 to $44,999" 19 = "$45,000 to $47,499" 20 = "$47,500 to $49,999" 21 = "$50,000 to $52,499" 22 = "$52,500 to $54,999" 23 = "$55,000 to $57,499" 24 = "$57,500 to $59,999" 25 = "$60,000 to $62,499" 26 = "$62,500 to $64,999" 27 = "$65,000 to $67,499" 28 = "$67,500 to $69,999" 29 = "$70,000 to $72,499" 30 = "$72,500 to $74,999" 31 = "$75,000 to $77,499" 32 = "$77,500 to $79,999" 33 = "$80,000 to $82,499" 34 = "$82,500 to $84,999" 35 = "$85,000 to $87,499" 36 = "$87,500 to $89,999" 37 = "$90,000 to $92,499" 38 = "$92,500 to $94,999" 39 = "$95,000 to $97,499" 40 = "$97,500 to $99,999" 41 = "$100,000 and over" ; VALUE FERNVRRO (default=32) 0 = "None or not in universe" ; VALUE FOTHVRRO (default=32) 0 = "None or not in universe" ; VALUE FTOTVRRO (default=32) 0 = "None or not in universe" ; VALUE FAMTYPEO (default=32) 1 = "Primary family member (not in a" 2 = "Primary individual (person" 3 = "Related subfamily member" 4 = "Unrelated subfamily member" 5 = "Secondary indiv (nonrelative who" ; VALUE FAMRELEO (default=32) 0 = "Persons living alone" 1 = "Reference person of family or" 2 = "Spouse of reference person or" 3 = "Child of reference person or" 4 = "All other relatives" 5 = "All other nonrelatives" ; VALUE RRPE9L (default=32) 1 = "Reference person with relatives" 2 = "Reference Person w/out relatives" 3 = "Spouse (Husband/Wife)" 4 = "Unmarried partner" 5 = "Child" 6 = "Grandchild" 7 = "Parent (Mother/Father)" 8 = "Brother/Sister" 9 = "Other Relative of Reference" 10 = "Foster Child" 11 = "Housemate/Roommate" 12 = "Roomer/Boarder" 13 = "Other Non-Relative of Reference" ; VALUE AGET9L (default=32) 0 = "Under 1 year of age" ; VALUE MARITLEO (default=32) 1 = "Married, Spouse present" 2 = "Married, spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never married" ; VALUE SPOUSEEO (default=32) 0 = "No spouse" ; VALUE VETE9L (default=32) 1 = "Yes" 2 = "No" ; VALUE CITSHPEL (default=32) 1 = "Yes" 2 = "No" ; VALUE HSCOLLRK (default=32) 0 = "Not enrolled in high school," 1 = "Enrolled in high school" 2 = "Enrolled In college or" ; VALUE HGAR9L (default=32) 0 = "Not in universe" 31 = "Less than 1st grade" 32 = "1st, 2nd, 3rd or 4th grade" 33 = "5th or 6th grade" 34 = "7th or 8th grade" 35 = "9th grade" 36 = "10th grade" 37 = "11th grade" 38 = "12th grade, no diploma" 39 = "HIGH SCHOOL GRADUATE - high" 40 = "Some college but no degree" 41 = "Associate degree in college," 42 = "Assoc. degree in college -" 43 = "Bachelors' degree (For" 44 = "Master's degree (ie:MA, MS," 45 = "Professional School Degree" 46 = "Doctorate degree (For" ; VALUE WORKYNEO (default=32) 0 = "Not in universe or children" 1 = "Yes" 2 = "No" ; VALUE EWRKYNEK (default=32) 0 = "Not in universe or children" 1 = "Yes" 2 = "No" 3 = "Retired" ; VALUE WTEMPE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWTEMPEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "Retired" ; VALUE ENWLKE9L (default=32) 0 = "Not in universe or children" 1 = "Yes" 2 = "No" ; VALUE ENWLAYEK (default=32) 0 = "Not in universe or children" 1 = "Yes" 2 = "No" ; VALUE NWLOOKEO (default=32) 0 = "Not in universe or children" 1 = "Yes" 2 = "No" ; VALUE ELKWKE9L (default=32) 0 = "Not in universe" ; VALUE ELAYWKEK (default=32) 0 = "Not in universe" ; VALUE NWLKWKEO (default=32) 0 = "Not in universe" ; VALUE RSNOTWEL (default=32) 0 = "Not in universe" 1 = "Ill or disabled or unable to" 2 = "Retired" 3 = "Taking care of home or family" 4 = "Going to school" 5 = "Could not find work" 6 = "Other" ; VALUE ERSNTWEK (default=32) 0 = "Not in universe" 1 = "Retired" 2 = "Taking care of home or family" 3 = "Going to school" 4 = "Ill or disabled" 5 = "Could not find work/No work" 6 = "Did not want to work" 7 = "On layoff" 8 = "Never worked" 9 = "Other" ; VALUE WKSWRKEO (default=32) 0 = "Not in universe" ; VALUE WKCHCKRO (default=32) 0 = "Not in universe" 1 = "1-49 Weeks" 2 = "50-51 Weeks" 3 = "52 Weeks" ; VALUE LOSEWKEO (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE LKNONEEO (default=32) 0 = "Not in universe or had weeks" 1 = "No weeks looking for work or on" ; VALUE LKWKSE9L (default=32) 0 = "No weeks looking for work/on" ; VALUE LKSTRHEL (default=32) 0 = "Not in universe" 1 = "Yes - 1 stretch" 2 = "No - 2 stretches" 3 = "No - 3+ stretches" ; VALUE PYRSNE9L (default=32) 0 = "Not in universe" 1 = "Ill or disabled" 2 = "Taking care of home" 3 = "Going to school" 4 = "Retired" 5 = "No work available" 6 = "Other" ; VALUE EPYRSNEK (default=32) 0 = "Not in universe" 1 = "On layoff" 10 = "Other" 2 = "Ill or disabled" 3 = "Taking care of home or family" 4 = "Going to school" 5 = "Retired" 6 = "No work available/Could not find" 7 = "Child care problems" 8 = "Vacation" 9 = "Did not want to work" ; VALUE EMPRSE9L (default=32) 0 = "Not in universe" 1 = "1 employer" 2 = "2 employers" 3 = "3+ employers" ; VALUE EEMPRSEK (default=32) 0 = "Not in universe" 1 = "1 employer" 2 = "2 employers" 3 = "3 employers" 4 = "4 employers" 5 = "5+ employers" ; VALUE HRSWKE9L (default=32) 0 = "Not in universe" ; VALUE HRCHKR9L (default=32) 0 = "Not in universe" 1 = "Part-time (1-34 hours)" 2 = "Full-time (35+ hours)" ; VALUE LJCWE9L (default=32) 0 = "Not in universe" 1 = "Private for profit company" 2 = "Federal government" 3 = "State government" 4 = "Local government" 5 = "Self-employed incorporated" 6 = "Self Employed not incorporated" 7 = "Without pay in family business" ; VALUE $INDUSR9L (default=32) "0" = "Not in universe" ; VALUE OCCUPE9L (default=32) 0 = "Not in universe or children" ; VALUE WEXPR9L (default=32) 0 = "Not in universe" 1 = "50 to 52 weeks -full time" 2 = "48 to 49 weeks -full time" 3 = "40 to 47 weeks -full time" 4 = "27 to 39 weeks -full time" 5 = "14 to 26 weeks -full time" 6 = "13 weeks or less -full time" 7 = "50 to 52 wks -part time" 8 = "48 to 49 wks -part time" 9 = "40 to 47 wks -part time" 10 = "27 to 39 wks -part time" 11 = "14 to 26 wks -part time" 12 = "13 wks or less -part time" 13 = "Nonworker" ; VALUE WEWKRSRO (default=32) 0 = "Not in universe" 1 = "Full-time - full-year worker" 2 = "Part-time - full-year worker" 3 = "Full-time - part-year worker" 4 = "Part-time - part-year worker" 5 = "Nonworker" ; VALUE WELKNWRO (default=32) 0 = "Children or Not in universe" 1 = "None (not looking for work)" 2 = "1 to 4 weeks looking" 3 = "5 to 14 weeks looking" 4 = "15 to 26 weeks looking" 5 = "27 to 39 weeks looking" 6 = "40 or more weeks looking" 7 = "Workers" ; VALUE WEUEMPRO (default=32) 0 = "Not in universe" 1 = "None" 2 = "1 to 4 weeks" 3 = "5 to 10 weeks" 4 = "11 to 14 weeks" 5 = "15 to 26 weeks" 6 = "27 to 39 weeks" 7 = "40 or more weeks" 8 = "Full year worker" 9 = "Nonworker" ; VALUE EARNEREO (default=32) 0 = "Not in universe" 1 = "Earner" 2 = "Nonearner" ; VALUE CLWKR9L (default=32) 0 = "Not in universe" 1 = "Private (includes" 2 = "Government" 3 = "Self-employed" 4 = "Without pay" 5 = "Never worked" ; VALUE WECLWR9L (default=32) 0 = "Not in universe" 1 = "Wage and salary -Agriculture" 2 = "Self-employed -Agriculture" 3 = "Unpaid -Agriculture" 4 = "Private household" 5 = "Other private -Nonagriculture" 6 = "Government -Nonagriculture" 7 = "Self-employed -Nonagriculture" 8 = "Unpaid -Nonagriculture" 9 = "Never worked -Nonagriculture" ; VALUE POCCU2RO (default=32) 0 = "Not in Universe or children" 1 = "Officials and administrators," 3 = "Mgr./Admin. Exc. pub. admin -" 4 = "Mgr./admin. exc. pub. admin -" 5 = "Mgr/Admin Exc pub. admin -" 6 = "Mgr/admin exc pub. admin -" 7 = "Prof. - Architects and surveyors" 8 = "Prof. - Engineers" 9 = "Prof. - Natural scientists and" 10 = "Prof. - Computer systems" 11 = "Prof. - Health diagnosing" 12 = "Prof. - Physicians and dentists" 13 = "Prof. - Health assessment and" 14 = "Prof. - Teachers, librarians," 15 = "Prof. - teachers, except" 16 = "Prof. - Other professional" 17 = "Tech. - Health technologists and" 18 = "Tech. - Engineering and science" 19 = "Tech. - Technicians, except" 20 = "Sales - Supervisors and" 21 = "Sales - Sales representatives," 22 = "Sales - Other sales occupations" 23 = "Admin supp-Computer equipment" 24 = "Admin supp-Secretaries," 25 = "Admin supp-Financial records" 26 = "Admin supp-Other administrative" 27 = "Serv. - Private household" 28 = "Serv. - Protective service" 29 = "Serv. - Food services" 30 = "Serv. - Health service" 31 = "Serv. - Cleaning and building" 32 = "Serv. - Personal service" 33 = "Farm./For./Fish. - Farm" 34 = "Farm./for./fish. - Farm" 35 = "Farm/For/Fish - Related" 36 = "Farm/for/fish - Forestry and" 37 = "Prec. Prod./Craft - Mechanics" 38 = "Prec. prod./craft - Construction" 39 = "Prec Prod/Craft - Carpenters" 40 = "Prec prod/Craft - Supervisors," 41 = "Prec prod/craft - Precision" 42 = "Prec. Prod/craft - Other" 43 = "Opr./Fab./Lab. - Machine" 44 = "Opr/Fab/Lab - Fabricators," 45 = "Opr./fab./lab. - Production" 46 = "Opr./Fab./lab. - Transportation" 47 = "Opr/fab/lab - Material moving" 48 = "Hand./Lab.- Construction" 49 = "Hand/Lab - Freight, stock and" 50 = "Hand./lab.- Other specified" 51 = "Hand/lab - Laborers, except" 52 = "Armed Forces - currently" 53 = "Never worked" ; VALUE WEMOCGRO (default=32) 0 = "Not in Universe or children" 1 = "Mgr./Prof. - Executive," 2 = "Mgr./prof. - Professional" 3 = "Tech./Sales/Admin. - Technicians" 4 = "Tech./sales/admin. - Sales" 5 = "Administrative support" 6 = "Private household occupations" 7 = "Protective service occupations" 8 = "Service occupations, except hhld" 9 = "Farming, forestry, and fishing" 10 = "Precision production, craft, and" 11 = "Opr./Fab./Lab. - Machine" 12 = "Opr/Fab/Lab - Transportation and" 13 = "Opr./fab./lab. - Handlers," 14 = "Armed Forces - currently" 15 = "Never worked" ; VALUE WEMINDRO (default=32) 0 = "Not in Universe" 1 = "Agriculture, forestry, and" 2 = "Mining" 3 = "Construction" 4 = "Mfg. - Durable goods" 5 = "Mfg. - Nondurable goods" 6 = "Mfg. - Transportation," 7 = "Whsl./Ret.- Wholesale trade" 8 = "Whsl./Ret.- Retail trade" 9 = "Whsl./Ret.- Finance, insurance," 10 = "Whsl./Ret.- Business and repair" 11 = "Per. Serv. - Personal services," 12 = "Personal Serv. - Personal" 13 = "Per. Serv. - Professional and" 14 = "Public administration" 15 = "Never worked" ; VALUE NOEMPR9L (default=32) 0 = "Not in universe" 1 = "Under 25 employees" 2 = "25 to 99 employees" 3 = "100+ employees" ; VALUE ERNYNE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ERNVALTO (default=32) 0 = "None or not in universe" ; VALUE ERNSRCEO (default=32) 0 = "None or not in universe" 1 = "Wage and Salary" 2 = "Self-employment" 3 = "Farm self-employment" 4 = "Without pay" ; VALUE ERNOTREO (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WGEOTREO (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WSVALR9L (default=32) 0 = "None or not in universe" ; VALUE WSALYNEO (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WSALVLRO (default=32) 0 = "None or not in universe" ; VALUE SEOTRE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SEVALR9L (default=32) 0 = "None or not in universe" ; VALUE SEMPYNEO (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SEMPVLRO (default=32) 0 = "None or not in universe" ; VALUE FRMOTREO (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE FRMVALRO (default=32) 0 = "None or not in universe" ; VALUE FRSEYNEO (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE FRSEVLRO (default=32) 0 = "None or not in universe" ; VALUE SRCE2E9L (default=32) 0 = "None or not in universe" 1 = "Wage and Salary" 2 = "Self-employment" 3 = "Farm self-employment" 4 = "Without pay" ; VALUE SRCE3E9L (default=32) 0 = "None or not in universe" 1 = "Wage and Salary" 2 = "Self-employment" 3 = "Farm self-employment" 4 = "Without pay" ; VALUE SRCE4E9L (default=32) 0 = "None or not in universe" 1 = "Wage and Salary" 2 = "Self-employment" 3 = "Farm self-employment" 4 = "Without pay" ; VALUE ERNE2T9L (default=32) 0 = "None or not in universe" ; VALUE ERNE3T9L (default=32) 0 = "None or not in universe" ; VALUE ERNE4T9L (default=32) 0 = "None or not in universe" ; VALUE PENPLNEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE PENPAREL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE UCYNE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SUBUCE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE STRKUCEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE UCVALT9L (default=32) 0 = "Not in universe" ; VALUE WCYNE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WCTYPEEL (default=32) 0 = "Not in universe" 1 = "State workers' compensation" 2 = "Employer or employer's insurance" 3 = "Own insurance" 4 = "Other" ; VALUE WCVALT9L (default=32) 0 = "Not in universe" ; VALUE SSYNE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SSVALT9L (default=32) 0 = "Not in universe" ; VALUE SSIYNE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SSIVALTO (default=32) 0 = "Not in universe" ; VALUE PAWYNE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE PAWTYPEO (default=32) 0 = "Not in universe" 1 = "TANF" 2 = "Other Assistance" 3 = "Both TANF and Other Assistance" ; VALUE PAWMONEO (default=32) 0 = "None or not in universe" 1 = "One month" 2 = "Two months" 3 = "Three months" 4 = "Four months" 5 = "Five months" 6 = "Six months" 7 = "Seven months" 8 = "Eight months" 9 = "Nine months" 10 = "Ten months" 11 = "Eleven months" 12 = "Twelve months" ; VALUE PAWVALTO (default=32) 0 = "Not in universe" ; VALUE VETYNE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY1EO (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY2EO (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY3EO (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY4EO (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETTY5EO (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETQVAEO (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETVALTO (default=32) 0 = "Not in universe" ; VALUE SURYNE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SURSC1EO (default=32) 0 = "Not in universe" 1 = "Company or union pension" 2 = "Federal government Survivor" 3 = "U.S. Military Survivor" 4 = "State or local gov't employee" 5 = "U.S. Railroad Survivor" 6 = "Workers' compensation survivor" 7 = "Not used" 8 = "Regular payments from estates or" 9 = "Regular income from annuities or" 10 = "Other" ; VALUE SURSC2EO (default=32) 0 = "Not in universe" 1 = "Company or union pension" 2 = "Federal government Survivor" 3 = "U.S. Military Survivor" 4 = "State or local gov't employee" 5 = "U.S. Railroad Survivor" 6 = "Workers' compensation survivor" 7 = "Not used" 8 = "Regular payments from estates or" 9 = "Regular income from annuities or" 10 = "Other" ; VALUE SURVL1TO (default=32) 0 = "Not in universe" ; VALUE SURVL2TO (default=32) 0 = "Not in universe" ; VALUE SRVSVLRO (default=32) 0 = "Not in universe" ; VALUE DISHPE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DISCSE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DISYNE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DISSC1EO (default=32) 0 = "Not in universe" 1 = "Workers' Compensation" 2 = "Company or union disability" 3 = "Federal government Disability" 4 = "U.S. Military Disability" 5 = "State or local gov't employee" 6 = "U.S. Railroad retirement" 7 = "Accident or disability insurance" 8 = "Not used" 9 = "Not Used" 10 = "Other or don't know" ; VALUE DISSC2EO (default=32) 0 = "Not in universe" 1 = "Workers' Compensation" 2 = "Company or union disability" 3 = "Federal government Disability" 4 = "U.S. Military Disability" 5 = "State or local gov't employee" 6 = "U.S. Railroad retirement" 7 = "Accident or disability insurance" 8 = "Not used" 9 = "Not Used" 10 = "Other or don't know" ; VALUE DISVL1TO (default=32) 0 = "Not in universe" ; VALUE DISVL2TO (default=32) 0 = "Not in universe" ; VALUE DSABVLRO (default=32) 0 = "Not in universe" ; VALUE RETYNE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE RETSC1EO (default=32) 0 = "Not in universe" 1 = "Company or union pension" 2 = "Federal government Retirement" 3 = "U.S. Military Retirement" 4 = "State or local gov't employee" 5 = "U.S. Railroad Retirement" 6 = "Regular income from annuities or" 7 = "Regular Income from IRA, KEOGH," 8 = "Other" ; VALUE RETSC2EO (default=32) 0 = "Not in universe" 1 = "Company or union pension" 2 = "Federal government Retirement" 3 = "U.S. Military Retirement" 4 = "State or local gov't employee" 5 = "U.S. Railroad Retirement" 6 = "Regular income from annuities or" 7 = "Regular Income from IRA, KEOGH," 8 = "Other" ; VALUE RETVL1TO (default=32) 0 = "Not in universe" ; VALUE RETVL2TO (default=32) 0 = "Not in universe" ; VALUE RTMVALRO (default=32) 0 = "Not in universe" ; VALUE INTYNE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE INTVALTO (default=32) 0 = "Not in universe" ; VALUE DIVYNE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DIVNONEO (default=32) 0 = "Not in universe" 1 = "None" ; VALUE DIVVALTO (default=32) 0 = "Not in universe" ; VALUE RNTYNE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE RNTVALTO (default=32) 0 = "Not in universe" ; VALUE CSPYNE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CSPVALTO (default=32) 0 = "None or not in universe" ; VALUE ALMYNE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ALMVALTO (default=32) 0 = "Not in universe" ; VALUE FINYNE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE FINVALTO (default=32) 0 = "Not in universe" ; VALUE OIOFFE9L (default=32) 0 = "Not in universe" 1 = "Social Security" 2 = "Private pensions" 3 = "TANF" 4 = "Other public assistance" 5 = "Interest" 6 = "Dividends" 7 = "Rents or royalties" 8 = "Estates or trusts" 9 = "State disability payments" 10 = "Disability payments (own insur.)" 11 = "Unemployment compensation" 12 = "Strike benefits" 13 = "Annuities or paid up insurance" 14 = "Not income" 15 = "Longest job" 16 = "Wages or salary" 17 = "Nonfarm self-employment" 18 = "Farm self-employment" 19 = "Anything else" ; VALUE OI_YNE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OIVALT9L (default=32) 0 = "Not in universe" ; VALUE TANFYNEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE TANFVLTK (default=32) 0 = "None or not in universe" ; VALUE TANFMNEK (default=32) 0 = "Not in universe" 1 = "One month" 2 = "Two months" 3 = "Three months" 4 = "Four months" 5 = "Five months" 6 = "Six months" 7 = "Seven months" 8 = "Eight months" 9 = "Nine months" 10 = "Ten months" 11 = "Eleven months" 12 = "Twelve months" ; VALUE GENYNE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE GENVALTK (default=32) 0 = "None or not in universe" ; VALUE GENMONEK (default=32) 0 = "Not in universe" 1 = "One month" 2 = "Two months" 3 = "Three months" 4 = "Four months" 5 = "Five months" 6 = "Six months" 7 = "Seven months" 8 = "Eight months" 9 = "Nine months" 10 = "Ten months" 11 = "Eleven months" 12 = "Twelve months" ; VALUE OASYNE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OASVALTK (default=32) 0 = "None or not in universe" ; VALUE OASMONEK (default=32) 0 = "Not in universe" 1 = "One month" 2 = "Two months" 3 = "Three months" 4 = "Four months" 5 = "Five months" 6 = "Six months" 7 = "Seven months" 8 = "Eight months" 9 = "Nine months" 10 = "Ten months" 11 = "Eleven months" 12 = "Twelve months" ; VALUE PTOTVLRO (default=32) 0 = "None or not in universe" ; VALUE PERNVLRO (default=32) 0 = "None or not in universe" ; VALUE POTHVLRO (default=32) 0 = "None or not in universe" ; VALUE PTOTRR9L (default=32) -1 = "(Reported loss)" 0 = "Not in universe" 1 = "Under $2,500" 2 = "$2,500 to $4,999" 3 = "$5,000 to $7,499" 4 = "$7,500 to $9,999" 5 = "$10,000 to $12,499" 6 = "$12,500 to $14,999" 7 = "$15,000 to $17,499" 8 = "$17,500 to $19,999" 9 = "$20,000 to $22,499" 10 = "$22,500 to $24,999" 11 = "$25,000 to $27,499" 12 = "$27,500 to $29,999" 13 = "$30,000 to $32,499" 14 = "$32,500 to $34,999" 15 = "$35,000 to $37,499" 16 = "$37,500 to $39,999" 17 = "$40,000 to $42,499" 18 = "$42,500 to $44,999" 19 = "$45,000 to $47,499" 20 = "$47,500 to $49,999" 21 = "$50,000 to $52,499" 22 = "$52,500 to $54,999" 23 = "$55,000 to $57,499" 24 = "$57,500 to $59,999" 25 = "$60,000 to $62,499" 26 = "$62,500 to $64,999" 27 = "$65,000 to $67,499" 28 = "$67,500 to $69,999" 29 = "$70,000 to $72,499" 30 = "$72,500 to $74,999" 31 = "$75,000 to $77,499" 32 = "$77,500 to $79,999" 33 = "$80,000 to $82,499" 34 = "$82,500 to $84,999" 35 = "$85,000 to $87,499" 36 = "$87,500 to $89,999" 37 = "$90,000 to $92,499" 38 = "$92,500 to $94,999" 39 = "$95,000 to $97,499" 40 = "$97,500 to $99,999" 41 = "$100,000 and over" ; VALUE ED_AIDEK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OEDTP1EK (default=32) 0 = "Not in universe" 1 = "Yes, received this educational" 2 = "No, did not receive assistance" ; VALUE OEDTP2EK (default=32) 0 = "Not in universe" 1 = "Yes, received this educational" 2 = "No, did not receive assistance" ; VALUE OEDTP3EK (default=32) 0 = "Not in universe" 1 = "Yes, received this educational" 2 = "No, did not receive assistance" ; VALUE MCAREE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE MCAIDE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHAMPE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HI_YNE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HIOWNE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HIPAIDEL (default=32) 0 = "Not in universe" 1 = "All" 2 = "Part" 3 = "None" ; VALUE HIEMPE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE COV_GHEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE COV_HIEO (default=32) 1 = "Yes" 2 = "No" ; VALUE CH_MCE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CH_HIE9L (default=32) 0 = "Not in universe" 1 = "Private Coverage Through Someone" 2 = "Private coverage through someone" 3 = "Not covered by private health" ; VALUE HIE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DEPHIE9L (default=32) 0 = "(No or) Not in universe" 1 = "Yes" ; VALUE HILIN1EL (default=32) 0 = "Not in universe" ; VALUE PAIDE9L (default=32) 0 = "Not in universe" 1 = "All" 2 = "Part" 3 = "None" ; VALUE PRIVE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DEPRIVEL (default=32) 0 = "(No or) Not in universe" 1 = "Yes" ; VALUE PILIN1EL (default=32) 0 = "Not in universe" ; VALUE OUTE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE MONE9L (default=32) 0 = "Not in universe" 1 = "One month" 2 = "Two months" 3 = "Three months" 4 = "Four months" 5 = "Five months" 6 = "Six months" 7 = "Seven months" 8 = "Eight months" 9 = "Nine months" 10 = "Ten months" 11 = "Eleven months" 12 = "Twelve months" ; VALUE OTHE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OTYP_4EL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OTYP_5EL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CURRE9L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CTYP_1EL (default=32) 0 = "Not in universe" 1 = "Medicare" 2 = "Medicaid/ (State fill name)" 3 = "TRICARE/CHAMPUS/CHAMPVA or" 4 = "Indian health service" 5 = "Employer/union-provided" 6 = "Privately purchased" 7 = "Plan of someone outside the" ; VALUE CTYP_2EL (default=32) 0 = "Not in universe" 1 = "Medicare" 2 = "Medicaid/ (State fill name)" 3 = "TRICARE/CHAMPUS/CHAMPVA or" 4 = "Indian health service" 5 = "Employer/union-provided" 6 = "Privately purchased" 7 = "Plan of someone outside the" ; VALUE CTYP_3EL (default=32) 0 = "Not in universe" 1 = "Medicare" 2 = "Medicaid/ (State fill name)" 3 = "TRICARE/CHAMPUS/CHAMPVA or" 4 = "Indian health service" 5 = "Employer/union-provided" 6 = "Privately purchased" 7 = "Plan of someone outside the" ; VALUE CTYP_4EL (default=32) 0 = "Not in universe" 1 = "Medicare" 2 = "Medicaid/ (State fill name)" 3 = "TRICARE/CHAMPUS/CHAMPVA or" 4 = "Indian health service" 5 = "Employer/union-provided" 6 = "Privately purchased" 7 = "Plan of someone outside the" ; VALUE CTYP_5EL (default=32) 0 = "Not in universe" 1 = "Medicare" 2 = "Medicaid/ (State fill name)" 3 = "TRICARE/CHAMPUS/CHAMPVA or" 4 = "Indian health service" 5 = "Employer/union-provided" 6 = "Privately purchased" 7 = "Plan of someone outside the" ; VALUE TENUREIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HFLUNCIL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE HFLUNNIL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE HPUBLIIL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE HLORENIL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE HSECI9L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE HFDSPI9L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE HFDNOI9L (default=32) 0 = "Not Imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE HFDMONIL (default=32) 0 = "Not Imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE HFDVALIL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE HENGASIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE HENGVLIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE HEDAIDIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE FEDAIDIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE DESPARIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE RRPI9L (default=32) 0 = "Not imputed" 3 = "Logical imputation (derivation)" ; VALUE AGEI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 3 = "Logical imputation (derivation)" ; VALUE MARITLIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 3 = "Logical imputation (derivation)" ; VALUE SPOUSEIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 3 = "Logical imputation (derivation)" ; VALUE VETI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 3 = "Logical imputation (derivation)" ; VALUE HSCOLLIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HGAI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE CITSHPIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 3 = "Logical imputation (derivation)" ; VALUE WORKYNIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWRKYNIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE WTEMPI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWTEMPIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ENWLKI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ENWLAYIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE NWLOOKIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ELKWKI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ELAYWKIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE NWLKWKIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE RSNOTWIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERSNTWIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE WKSWRKIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE LOSEWKIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE LKNONEIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE LKWKSI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE LKSTRHIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPYRSNIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE PYRSNI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EMPRSI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EEMPRSIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HRSWKI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE LJCWI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE INDUSI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OCCUPI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE NOEMPI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERNYNI9L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE ERNVALIL (default=32) 0 = "Not Imputed" 1 = "Statistical imputation (hot" 2 = "Cold Deck Imputation" 3 = "Logical Imputation" ; VALUE ERNSRCIL (default=32) 0 = "Not Imputed" 1 = "Statistical imputation (hot" 2 = "Cold Deck Imputation" 3 = "Logical Imputation" ; VALUE WGEOTRIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE SEOTRI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE SRCE2I9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE SRCE3I9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE SRCE4I9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE ERNE2I9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE ERNE3I9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE ERNE4I9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE PENPLNIL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE PENPARIL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE UCYNI9L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE UCVALI9L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE WCYNI9L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE WCTYPEIL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE WCVALI9L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE SSYNI9L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE SSVALI9L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE SSIYNI9L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE SSIVALIL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE PAWVALIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE VETYNI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE VETTYPIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE VETQVAIL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE VETVALIL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE SURYNI9L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE SURSC1IL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE SURSC2IL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE SURVL1IL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE SURVL2IL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE DISHPI9L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE DISCSI9L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE DISYNI9L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE DISSC1IL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE DISSC2IL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE DISVL1IL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE DISVL2IL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE RETYNI9L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE RETSC1IL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE RETSC2IL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE RETVL1IL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE RETVL2IL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE INTYNI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold Deck imputation" 3 = "Logical imputation" ; VALUE INTVALIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold Deck imputation" 3 = "Logical imputation" ; VALUE DIVYNI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold Deck imputation" 3 = "Logical imputation" ; VALUE DIVVALIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold Deck imputation" 3 = "Logical imputation" ; VALUE RNTYNI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold Deck imputation" 3 = "Logical imputation" ; VALUE RNTVALIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold Deck imputation" 3 = "Logical imputation" ; VALUE CSPYNI9L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE CSPVALIL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE ALMYNI9L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE ALMVALIL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE FINYNI9L (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE FINVALIL (default=32) 0 = "Not Imputed" 1 = "Statistical Imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE OI_YNI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE OIVALI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation" ; VALUE TANFYNIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE TANFVLIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE TANFMNIK (default=32) 0 = "Not Imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE GENYNI9L (default=32) 0 = "Not Imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE GENVALIK (default=32) 0 = "Not Imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE GENMONIK (default=32) 0 = "Not Imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE OASYNI9L (default=32) 0 = "Not Imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE OASVALIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical Imputation" ; VALUE OASMONIK (default=32) 0 = "Not Imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck Imputation" 3 = "Logical Imputation" ; VALUE ED_AIDIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OEDTYPIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE MCAREI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE MCAIDI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE CHAMPI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE COV_GHIK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HII9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE DEPHII9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE PAIDI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE PRIVI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE DEPRIVIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OUTI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE MONI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OTHI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OTYP_4IK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OTYP_5IK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE CURRI9L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE CTYP_1IL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE RSNNIE0L (default=32) 0 = "Interviewed" 1 = "Deceased" 2 = "Moved out of the country" 3 = "On active duty in the armed" 4 = "Institutionalized" 5 = "Child not eligible for interview" 6 = "Type A non-interview" 7 = "Moved to unknown address" 8 = "Non-original sample person left" 9 = "Sample person not followed" 10 = "Not intrvwed during 1999 data" ; VALUE TENUREEP (default=32) 1 = "Owned or being bought by you or" 2 = "Rented for cash" 3 = "Occupied without payment of cash" ; VALUE STFIPSRP (default=32) 1 = "Alabama" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "DC" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 17 = "Illinois" 18 = "Indiana" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 28 = "Mississippi" 29 = "Missouri" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 35 = "New Mexico" 36 = "New York" 37 = "North Carolina" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 51 = "Virginia" 53 = "Washington" 54 = "West Virginia" 55 = "Wisconsin" 61 = "Maine, Vermont" 62 = "Iowa, North Dakota, South Dakota" 63 = "Alaska, Idaho, Montana, Wyoming" ; VALUE G_REGR0L (default=32) 1 = "Northeast" 2 = "Midwest" 3 = "South" 4 = "West" ; VALUE HFLUNCEP (default=32) 0 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE HFLUNNEP (default=32) 0 = "Not in universe" 1 = "One child" 2 = "Two children" 3 = "Three children" 4 = "Four children" 5 = "Five children" 6 = "Six children" 7 = "Seven children" 8 = "Eight children" 9 = "Nine or more children" ; VALUE HPUBLIEP (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HLORENEP (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HSECE0L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HINCWSEP (default=32) 1 = "Yes" 2 = "No" ; VALUE HWSVALRP (default=32) 0 = "None or not in universe" ; VALUE HINCSEEP (default=32) 1 = "Yes" 2 = "No" ; VALUE HSEVALRP (default=32) 0 = "None or not in universe" ; VALUE HINCFREP (default=32) 1 = "Yes" 2 = "No" ; VALUE HFRVALRP (default=32) 0 = "None or not in universe" ; VALUE HFDSPE0L (default=32) 1 = "Yes" 2 = "No" ; VALUE HFDNOE0L (default=32) 0 = "Not in universe" 1 = "One person covered" 2 = "Two persons covered" 3 = "Three persons covered" 4 = "Four persons covered" 5 = "Five persons covered" 6 = "Six persons covered" 7 = "Seven persons covered" 8 = "Eight persons covered" 9 = "Nine or more persons covered" ; VALUE HFDMONEP (default=32) 0 = "Not in universe" 1 = "One month" 2 = "Two months" 3 = "Three months" 4 = "Four months" 5 = "Five months" 6 = "Six months" 7 = "Seven months" 8 = "Eight months" 9 = "Nine months" 10 = "Ten months" 11 = "Eleven months" 12 = "Twelve months" ; VALUE HFDVALRP (default=32) 0 = "Not in universe" ; VALUE HENGASEP (default=32) 1 = "Yes" 2 = "No" ; VALUE HENGVLRP (default=32) 0 = "Not in universe" ; VALUE HINCUCEP (default=32) 1 = "Yes" 2 = "No" ; VALUE HUCVALRP (default=32) 0 = "None or not in universe" ; VALUE HINCWCEP (default=32) 1 = "Yes" 2 = "No" ; VALUE HWCVALRP (default=32) 0 = "None or not in universe" ; VALUE HSSYNE0L (default=32) 1 = "Yes" 2 = "No" ; VALUE HSSVALRP (default=32) 0 = "None or not in universe" ; VALUE HSSIYNEP (default=32) 1 = "Yes" 2 = "No" ; VALUE HSSIVLRP (default=32) 0 = "None or not in universe" ; VALUE HPAWYNEP (default=32) 1 = "Yes" 2 = "No" ; VALUE HPAWVLRP (default=32) 0 = "None or not in universe" ; VALUE HVETYNEP (default=32) 1 = "Yes" 2 = "No" ; VALUE HVETVLRP (default=32) 0 = "None or not in universe" ; VALUE HSURYNEP (default=32) 1 = "Yes" 2 = "No" ; VALUE HSURVLRP (default=32) 0 = "None or not in universe" ; VALUE HDISYNEP (default=32) 1 = "Yes" 2 = "No" ; VALUE HDISVLRP (default=32) 0 = "None or not in universe" ; VALUE HRETYNEP (default=32) 1 = "Yes" 2 = "No" ; VALUE HRETVLRP (default=32) 0 = "None or not in universe" ; VALUE HINTYNEP (default=32) 1 = "Yes" 2 = "No" ; VALUE HINTVLRP (default=32) 0 = "None or not in universe" ; VALUE HDIVYNEP (default=32) 1 = "Yes" 2 = "No" ; VALUE HDIVVLRP (default=32) 0 = "None or not in universe" ; VALUE HRNTYNEP (default=32) 1 = "Yes" 2 = "No" ; VALUE HRNTVLRP (default=32) 0 = "None or not in universe" ; VALUE HCSPYNEP (default=32) 1 = "Yes" 2 = "No" ; VALUE HCSPVLRP (default=32) 0 = "None or not in universe" ; VALUE HALMYNEP (default=32) 1 = "Yes" 2 = "No" ; VALUE HALMVLRP (default=32) 0 = "None or not in universe" ; VALUE HFINYNEP (default=32) 1 = "Yes" 2 = "No" ; VALUE HFINVLRP (default=32) 0 = "None or not in universe" ; VALUE HOIYNE0L (default=32) 1 = "Yes" 2 = "No" ; VALUE HOIVALRP (default=32) 0 = "None or not in universe" ; VALUE HEDAIDEL (default=32) 1 = "Yes" 2 = "No" ; VALUE HTOTVLRP (default=32) 0 = "None or not in universe" ; VALUE HERNVLRP (default=32) 0 = "None or not in universe" ; VALUE HOTHVLRP (default=32) 0 = "None or not in universe" ; VALUE HTOTRR0L (default=32) -1 = "(Reported loss)" 0 = "Not in universe" 1 = "Under $2,500" 2 = "$2,500 to $4,999" 3 = "$5,000 to $7,499" 4 = "$7,500 to $9,999" 5 = "$10,000 to $12,499" 6 = "$12,500 to $14,999" 7 = "$15,000 to $17,499" 8 = "$17,500 to $19,999" 9 = "$20,000 to $22,499" 10 = "$22,500 to $24,999" 11 = "$25,000 to $27,499" 12 = "$27,500 to $29,999" 13 = "$30,000 to $32,499" 14 = "$32,500 to $34,999" 15 = "$35,000 to $37,499" 16 = "$37,500 to $39,999" 17 = "$40,000 to $42,499" 18 = "$42,500 to $44,999" 19 = "$45,000 to $47,499" 20 = "$47,500 to $49,999" 21 = "$50,000 to $52,499" 22 = "$52,500 to $54,999" 23 = "$55,000 to $57,499" 24 = "$57,500 to $59,999" 25 = "$60,000 to $62,499" 26 = "$62,500 to $64,999" 27 = "$65,000 to $67,499" 28 = "$67,500 to $69,999" 29 = "$70,000 to $72,499" 30 = "$72,500 to $74,999" 31 = "$75,000 to $77,499" 32 = "$77,500 to $79,999" 33 = "$80,000 to $82,499" 34 = "$82,500 to $84,999" 35 = "$85,000 to $87,499" 36 = "$87,500 to $89,999" 37 = "$90,000 to $92,499" 38 = "$92,500 to $94,999" 39 = "$95,000 to $97,499" 40 = "$97,500 to $99,999" 41 = "$100,000 and over" ; VALUE TOP5PCEP (default=32) 0 = "Not in universe (group quarters)" 1 = "Yes - In top 5 percent" 2 = "No - Not in top 5 percent" ; VALUE PCTCUTEP (default=32) 0 = "Not in universe (group quarters)" 1 = "Lowest 5 percent" 2 = "Second 5 percent" 3 = "Third 5 percent" 4 = "Fourth 5 percent" 5 = "Fifth 5 percent" 6 = "Sixth 5 percent" 7 = "Seventh 5 percent" 8 = "Eighth 5 percent" 9 = "Ninth 5 percent" 10 = "Tenth 5 percent" 11 = "Eleventh 5 percent" 12 = "Twelfth 5 percent" 13 = "Thirteenth 5 percent" 14 = "Fourteenth 5 percent" 15 = "Fifteenth 5 percent" 16 = "Sixteenth 5 percent" 17 = "Seventeenth 5 percent" 18 = "Eighteenth 5 percent" 19 = "Nineteenth 5 percent" 20 = "Top 5 percent" ; VALUE HMCAREEP (default=32) 1 = "Yes" 2 = "No" ; VALUE HMCAIDEP (default=32) 1 = "Yes" 2 = "No" ; VALUE HCHAMPEP (default=32) 1 = "Yes" 2 = "No" ; VALUE HHI_YNEP (default=32) 1 = "Yes" 2 = "No" ; VALUE CMCAREEP (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CMCENOEM (default=32) 0 = "Not in universe" 1 = "One child covered" 2 = "Two children covered" 3 = "Three children covered" 4 = "Four children covered" 5 = "Five children covered" 6 = "Six children covered" 7 = "Seven children covered" 8 = "Eight children covered" 9 = "Nine children covered" ; VALUE CHIE0L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHINOE0L (default=32) 0 = "Not in universe" 1 = "One child covered" 2 = "Two children covered" 3 = "Three children covered" 4 = "Four children covered" 5 = "Five children covered" 6 = "Six children covered" 7 = "Seven children covered" 8 = "Eight children covered" 9 = "Nine children covered" ; VALUE CHINRHEM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHINNOEL (default=32) 0 = "Not in universe" 1 = "One child covered" 2 = "Two children covered" 3 = "Three children covered" 4 = "Four children covered" 5 = "Five children covered" 6 = "Six children covered" 7 = "Seven children covered" 8 = "Eight children covered" 9 = "Nine children covered" ; VALUE JINTYNEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OINTYNEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE JSTKYNEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OSTKYNEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE JINAMTTL (default=32) 0 = "None or not in universe" ; VALUE OINAMTTL (default=32) 0 = "None or not in universe" ; VALUE JSKAMTTL (default=32) 0 = "None or not in universe" ; VALUE OSKAMTTL (default=32) 0 = "None or not in universe" ; VALUE HOWNR1EL (default=32) 0 = "Not in universe" ; VALUE HOWNR2EL (default=32) 0 = "Not in universe" ; VALUE HOWNR3EL (default=32) 0 = "Not in universe" ; VALUE REVALUTL (default=32) 0 = "None or not in universe" ; VALUE MORTGAEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HEQYLOEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE MORAMTTL (default=32) 0 = "None or not in universe" ; VALUE MORTAXEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE PTXAMTTL (default=32) 0 = "None or not in universe" ; VALUE MORINSEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE INSAMTTL (default=32) 0 = "None or not in universe" ; VALUE HEQAMTTL (default=32) 0 = "None or not in universe" ; VALUE RENAMTTL (default=32) 0 = "None or not in universe" ; VALUE HELECT0L (default=32) 0 = "None or not in universe" ; VALUE HHEATT0L (default=32) 0 = "None or not in universe" ; VALUE HPHONETL (default=32) 0 = "None or not in universe" ; VALUE HWATERTL (default=32) 0 = "None or not in universe" ; VALUE HHRENTEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE HSPYRE0L (default=32) 0 = "Not in universe" ; VALUE HJ1PYREL (default=32) 0 = "Not in universe" ; VALUE HJ2PYREL (default=32) 0 = "Not in universe" ; VALUE HJ3PYREL (default=32) 0 = "Not in universe" ; VALUE HA1PYRTL (default=32) 0 = "None or not in universe" ; VALUE HA2PYRTL (default=32) 0 = "None or not in universe" ; VALUE HA3PYRTL (default=32) 0 = "None or not in universe" ; VALUE REOTHREL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE REOWN1EL (default=32) 0 = "Not in universe" ; VALUE REOWN2EL (default=32) 0 = "Not in universe" ; VALUE REVAL2TL (default=32) 0 = "None or not in universe" ; VALUE OTHMOREL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE PRMOR2TL (default=32) 0 = "None or not in universe" ; VALUE VEHOWNEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VEHNUMEL (default=32) 0 = "Not in universe" 1 = "1 vehicle" 2 = "2 vehicles" 3 = "3 vehicles" 4 = "4 vehicles" 5 = "5 vehicles" 6 = "6 vehicles" 7 = "7 vehicles" ; VALUE V1OWN1EL (default=32) 0 = "Not in universe" ; VALUE V1OWN2EL (default=32) 0 = "Not in universe" ; VALUE V1YEAREL (default=32) 9999 = "Not Reported" ; VALUE VHVAL1TL (default=32) 0 = "None or not in universe" ; VALUE V1FROWEL (default=32) 0 = "Not in universe" 1 = "Free and clear" 2 = "Money owned" ; VALUE AMOWD1TL (default=32) 0 = "None or not in universe" ; VALUE V1PURPEL (default=32) 0 = "Not in universe" 1 = "Self-employment business" 2 = "Transportation of a disabled" 3 = "Personal use" ; VALUE V2OWN1EL (default=32) 0 = "Not in universe" ; VALUE V2OWN2EL (default=32) 0 = "Not in universe" ; VALUE V2YEAREL (default=32) 9999 = "Not Reported" ; VALUE VHVAL2TL (default=32) 0 = "None or not in universe" ; VALUE V2FROWEL (default=32) 0 = "Not in universe or no second" 1 = "Free and clear" 2 = "Money owned" ; VALUE AMOWD2TL (default=32) 0 = "None or not in universe" ; VALUE V2PURPEL (default=32) 0 = "Not in universe" 1 = "Self-employment business" 2 = "Transportation of a disabled" 3 = "Personal use" ; VALUE V3OWN1EL (default=32) 0 = "Not in universe" ; VALUE V3OWN2EL (default=32) 0 = "Not in universe" ; VALUE V3YEAREL (default=32) 9999 = "Not Reported" ; VALUE VHVAL3TL (default=32) 0 = "None or not in universe" ; VALUE V3FROWEL (default=32) 0 = "Not in universe or no third" 1 = "Free and clear" 2 = "Money owned" ; VALUE AMOWD3TL (default=32) 0 = "None or not in universe" ; VALUE V3PURPEL (default=32) 0 = "Not in universe" 1 = "Self-employment business" 2 = "Transportation of a disabled" 3 = "Personal use" ; VALUE OTRDBTEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DEBOW1EL (default=32) 0 = "Not in universe" ; VALUE DEBOW2EL (default=32) 0 = "Not in universe" ; VALUE DEBOW3EL (default=32) 0 = "Not in universe" ; VALUE DEBAMTEL (default=32) 0 = "None or not in universe" ; VALUE CHDSPTEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHWHOE0L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE CHAMTT0L (default=32) 0 = "None or not in universe" ; VALUE ALMSPTEL (default=32) 0 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ALWHOE0L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "Not reported" ; VALUE ALAMTT0L (default=32) 0 = "None or not in universe" ; VALUE OTHSPTEL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OTWHOE0L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OSTAMTTL (default=32) 0 = "None or not in universe" ; VALUE JINTYNIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OINTYNIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE JSTKYNIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OSTKYNIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE JINAMTIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OINAMTIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE JSKAMTIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OSKAMTIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HOWNR1IL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HOWNR2IL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE REVALUIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE MORTGAIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HEQYLOIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE MORAMTIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE MORTAXIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE PTXAMTIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE MORINSIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE INSAMTIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HEQAMTIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE RENAMTIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HELECI0L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HHEATI0L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HPHONEIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HWATERIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HHRENTIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HSPYRI0L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HJ1PYRIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HJ2PYRIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HJ3PYRIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HA1PYRIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HA2PYRIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE HA3PYRIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE REOTHRIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE REOWN1IL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE REOWN2IL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE REVAL2IL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OTHMORIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE PRMOR2IL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE VEHOWNIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE VEHNUMIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V1OWN1IL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V1OWN2IL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V1FROWIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE AMOWD1IL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V1PURPIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V2OWN1IL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V2OWN2IL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V2FROWIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE AMOWD2IL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V2PURPIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V3OWN1IL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V3OWN2IL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V3FROWIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE AMOWD3IL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE V3PURPIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OTRDBTIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE DEBOW1IL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE DEBOW2IL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE DEBAMTIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE CHDSPTIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE CHWHOI0L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE CHAMTI0L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ALMSPTIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ALWHOI0L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ALAMTI0L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OTHSPTIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OTWHOI0L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OTNUMI0L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE OSTAMTIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE FAMKNDEP (default=32) 1 = "Husband-wife family" 2 = "Male head" 3 = "Female head" ; VALUE POVLLE0L (default=32) 1 = "Under .50 of the low-income" 2 = ".50 to .74 of the low-income" 3 = ".75 to .99 of the low-income" 4 = "1.00 to 1.24 the low income" 5 = "1.25 to 1.49 the low income" 6 = "1.50 to 1.74 the low income" 7 = "1.75 to 1.99 the low income" 8 = "2.00 to 2.49 the low income" 9 = "2.50 to 2.99 the low income" 10 = "3.00 to 3.49 the low income" 11 = "3.50 to 3.99 the low income" 12 = "4.00 to 4.49 the low income" 13 = "4.50 to 4.99 the low income" 14 = "5.00 and over the low income" ; VALUE FAMLISEP (default=32) 1 = "Below 1.0 of low-income cutoff" 2 = "1.00-1.24 of the low-income" 3 = "1.25-1.49 of the low-income" 4 = "1.50 or above the low income" ; VALUE RSPOVE0L (default=32) 1 = "Under .50 of the low-income" 2 = ".50 to .74 of the low-income" 3 = ".75 to .99 of the low-income" 4 = "1.00 to 1.24 the low income" 5 = "1.25 to 1.49 the low income" 6 = "1.50 to 1.74 the low income" 7 = "1.75 to 1.99 the low income" 8 = "2.00 to 2.49 the low income" 9 = "2.50 to 2.99 the low income" 10 = "3.00 to 3.49 the low income" 11 = "3.50 to 3.99 the low income" 12 = "4.00 to 4.49 the low income" 13 = "4.50 to 4.99 the low income" 14 = "5.00 and over the low income" ; VALUE FINCWSEP (default=32) 1 = "Yes" 2 = "No" ; VALUE FWSVALRP (default=32) 0 = "None or not in universe" ; VALUE FINCSEEP (default=32) 1 = "Yes" 2 = "No" ; VALUE FSEVALRP (default=32) 0 = "None or not in universe" ; VALUE FINCFREP (default=32) 1 = "Yes" 2 = "No" ; VALUE FFRVALRP (default=32) 0 = "None or not in universe" ; VALUE FINCUCEP (default=32) 1 = "Yes" 2 = "No" ; VALUE FUCVALRP (default=32) 0 = "None or not in universe" ; VALUE FINCWCEP (default=32) 1 = "Yes" 2 = "No" ;