log using spdl2, replace set mem 500m *This program reads the spd Survey of Program Dynamics 2 Longitudnal Data File **************************************************************** * * NOTE: This complete dataset has over more than 2,047 variables, * the maximum number of variables for Intercooled Stata 8.0. * So, variables at the end are commented out. The commenting * can be removed in an editor by replacing '*#' with ''. * Stata/SE can handle up to 32,766 variables, default=5000. * **************************************************************** *by Jean Roth Tue May 27 11:03:09 EDT 2003 *Please report errors to jroth@nber.org *run with do spdl2 *Change output file name/location as desired in the first line of the .dct file *If you are using a PC, you may need to change the direction of the slashes, as in C:\ * or "\\Nber\home\data\spd\spdl2.dat" * The following changes in variable names have been made, if necessary: * '$' to 'd'; '-' to '_'; '%' to 'p'; *For compatibility with other software, variable label definitions are the *variable name unless the variable name ends in a digit. *'1' -> 'a', '2' -> 'b', '3' -> 'c', ... , '0' -> 'j' * Note: Variable names in Stata are case-sensitive clear quietly infile using spdl2 *Everything below this point are value labels #delimit ; ; label values sipp_pnl sipp_pnl; label define sipp_pnl 1992 "1992 SIPP panel household" 1993 "1993 SIPP panel household" ; label values halfsamp halfsamp; label define halfsamp 0 "No match with SIPP" 1 "Group 1 Half Sample" 2 "Group 2 Half Sample" ; label values varstrat varstrat; label define varstrat 0 "Unidentified" ; label values spdlnwgt spdlnwgt; label define spdlnwgt 0 "Not original sample person" ; label values spdqlw99 spdqlw9t; label define spdqlw9t 0 "Not original sample person" ; label values spdqlw00 spdqlw0t; label define spdqlw0t 0 "Not original sample person" ; label values spdawtrd spdawtrd; label define spdawtrd 0 "Not original sample person" ; label values spdawq99 spdawq9d; label define spdawq9d 0 "Not original sample person" ; label values spdawq00 spdawq0d; label define spdawq0d 0 "Not original sample person" ; label values sample98 sample9d; label define sample9d 1 "SPD Household" 2 "Not SPD Household" ; label values sex sex; label define sex 1 "Male" 2 "Female" 9 "Unknown" ; label values race race; label define race 1 "White" 2 "Black" 3 "American Indian, Aleut or Eskimo" 4 "Asian or Pacific Islander" 9 "Race unknown" ; label values origin origin; label define origin 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" ; label values sexi sexi; label define sexi 0 "Not imputed" 1 "Statistical imputation (hot" 3 "Logical imputation (derivation)" 4 "Cases switches value for SEX" ; label values racei racei; label define racei 0 "Not imputed" 1 "Statistical imputation (hot" 3 "Logical imputation (derivation)" 4 "Case switches in the unedited" ; label values dobyri dobyri; label define dobyri 0 "Not imputed" 1 "Statistical imputation (hot" 3 "Logical imputation (derivation)" ; label values natvtyi natvtyi; label define natvtyi 0 "Not imputed" 1 "Statistical imputation (hot" 3 "Logical imputation (derivation)" 4 "Case switches value for NATVTY" ; label values ageadjr7 ageadjri; label define ageadjri 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" ; label values rsnnie2 rsnnie2l; label define rsnnie2l 0 "Interviewed" 10 "Not interviewed in December 1992" 11 "1993 sample not active" ; label values tenuree2 tenureei; label define tenureei 1 "Owned or being bought by you or" 2 "Rented for cash" 3 "Occupied without payment of cash" ; label values stfipsr2 stfipsri; label define stfipsri 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" ; label values g_regr2 g_regr2l; label define g_regr2l 1 "Northeast" 2 "Midwest" 3 "South" 4 "West" ; label values hotlune2 hotlunei; label define hotlunei 0 "Not in Universe" 1 "All or some" 2 "None" ; label values hotnoe2 hotnoe2l; label define hotnoe2l 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" ; label values hflunce2 hfluncei; label define hfluncei 0 "Not in Universe" 1 "Yes" 2 "No" ; label values hflunne2 hflunnei; label define hflunnei 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" ; label values hpublie2 hpubliei; label define hpubliei 0 "Not in universe" 1 "Yes" 2 "No" ; label values hlorene2 hlorenei; label define hlorenei 0 "Not in universe" 1 "Yes" 2 "No" ; label values hincwse2 hincwsei; label define hincwsei 1 "Yes" 2 "No" ; label values hwsvalr2 hwsvalri; label define hwsvalri 0 "None or not in universe" ; label values hincsee2 hincseei; label define hincseei 1 "Yes" 2 "No" ; label values hsevalr2 hsevalri; label define hsevalri 0 "None or not in universe" ; label values hincfre2 hincfrei; label define hincfrei 1 "Yes" 2 "No" ; label values hfrvalr2 hfrvalri; label define hfrvalri 0 "None or not in universe" ; label values hfdspe2 hfdspe2l; label define hfdspe2l 1 "Yes" 2 "No" ; label values hfdnoe2 hfdnoe2l; label define hfdnoe2l 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" ; label values hfdmone2 hfdmonei; label define hfdmonei 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" ; label values hfdvalr2 hfdvalri; label define hfdvalri 0 "Not in universe" ; label values hengase2 hengasei; label define hengasei 1 "Yes" 2 "No" ; label values hengvlr2 hengvlri; label define hengvlri 0 "Not in universe" ; label values hincuce2 hincucei; label define hincucei 1 "Yes" 2 "No" ; label values hucvalr2 hucvalri; label define hucvalri 0 "None or not in universe" ; label values hincwce2 hincwcei; label define hincwcei 1 "Yes" 2 "No" ; label values hwcvalr2 hwcvalri; label define hwcvalri 0 "None or not in universe" ; label values hssyne2 hssyne2l; label define hssyne2l 1 "Yes" 2 "No" ; label values hssvalr2 hssvalri; label define hssvalri 0 "None or not in universe" ; label values hssiyne2 hssiynei; label define hssiynei 1 "Yes" 2 "No" ; label values hssivlr2 hssivlri; label define hssivlri 0 "None or not in universe" ; label values hpawyne2 hpawynei; label define hpawynei 1 "Yes" 2 "No" ; label values hpawvlr2 hpawvlri; label define hpawvlri 0 "None or not in universe" ; label values hvetyne2 hvetynei; label define hvetynei 1 "Yes" 2 "No" ; label values hvetvlr2 hvetvlri; label define hvetvlri 0 "None or not in universe" ; label values hsuryne2 hsurynei; label define hsurynei 1 "Yes" 2 "No" ; label values hsurvlr2 hsurvlri; label define hsurvlri 0 "None or not in universe" ; label values hdisyne2 hdisynei; label define hdisynei 1 "Yes" 2 "No" ; label values hdisvlr2 hdisvlri; label define hdisvlri 0 "None or not in universe" ; label values hretyne2 hretynei; label define hretynei 1 "Yes" 2 "No" ; label values hretvlr2 hretvlri; label define hretvlri 0 "None or not in universe" ; label values hintyne2 hintynei; label define hintynei 1 "Yes" 2 "No" ; label values hintvlr2 hintvlri; label define hintvlri 0 "None or not in universe" ; label values hdivyne2 hdivynei; label define hdivynei 1 "Yes" 2 "No" ; label values hdivvlr2 hdivvlri; label define hdivvlri 0 "None or not in universe" ; label values hrntyne2 hrntynei; label define hrntynei 1 "Yes" 2 "No" ; label values hrntvlr2 hrntvlri; label define hrntvlri 0 "None or not in universe" ; label values hcspyne2 hcspynei; label define hcspynei 1 "Yes" 2 "No" ; label values hcspvlr2 hcspvlri; label define hcspvlri 0 "None or not in universe" ; label values halmyne2 halmynei; label define halmynei 1 "Yes" 2 "No" ; label values halmvlr2 halmvlri; label define halmvlri 0 "None or not in universe" ; label values hfinyne2 hfinynei; label define hfinynei 1 "Yes" 2 "No" ; label values hfinvlr2 hfinvlri; label define hfinvlri 0 "None or not in universe" ; label values hoiyne2 hoiyne2l; label define hoiyne2l 1 "Yes" 2 "No" ; label values hoivalr2 hoivalri; label define hoivalri 0 "None or not in universe" ; label values hed_yne2 hed_ynei; label define hed_ynei 1 "Yes" 2 "No" ; label values htotvlr2 htotvlri; label define htotvlri 0 "None or not in universe" ; label values hernvlr2 hernvlri; label define hernvlri 0 "None or not in universe" ; label values hothvlr2 hothvlri; label define hothvlri 0 "None or not in universe" ; label values htotrr2 htotrr2l; label define htotrr2l 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" ; label values top5pce2 top5pcei; label define top5pcei 0 "Not in universe (group quarters)" 1 "Yes - In top 5 percent" 2 "No - Not in top 5 percent" ; label values pctcute2 pctcutei; label define pctcutei 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" ; label values hmcaree2 hmcareei; label define hmcareei 1 "Yes" 2 "No" ; label values hmcaide2 hmcaidei; label define hmcaidei 1 "Yes" 2 "No" ; label values hchampe2 hchampei; label define hchampei 1 "Yes" 2 "No" ; label values hhi_yne2 hhi_ynei; label define hhi_ynei 1 "Yes" 2 "No" ; label values cmcaree2 cmcareei; label define cmcareei 0 "Not in universe" 1 "Yes" 2 "No" ; label values chie2 chie2l; label define chie2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values chinoe2 chinoe2l; label define chinoe2l 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" ; label values famknde2 famkndei; label define famkndei 1 "Husband-wife family" 2 "Male head" 3 "Female head" ; label values povlle2 povlle2l; label define povlle2l 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" ; label values famlise2 famlisei; label define famlisei 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" ; label values rspove2 rspove2l; label define rspove2l 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" ; label values fincwse2 fincwsei; label define fincwsei 1 "Yes" 2 "No" ; label values fwsvalr2 fwsvalri; label define fwsvalri 0 "None or not in universe" ; label values fincsee2 fincseei; label define fincseei 1 "Yes" 2 "No" ; label values fsevalr2 fsevalri; label define fsevalri 0 "None or not in universe" ; label values fincfre2 fincfrei; label define fincfrei 1 "Yes" 2 "No" ; label values ffrvalr2 ffrvalri; label define ffrvalri 0 "None or not in universe" ; label values fincuce2 fincucei; label define fincucei 1 "Yes" 2 "No" ; label values fucvalr2 fucvalri; label define fucvalri 0 "None or not in universe" ; label values fincwce2 fincwcei; label define fincwcei 1 "Yes" 2 "No" ; label values fwcvalr2 fwcvalri; label define fwcvalri 0 "None or not in universe" ; label values fincsse2 fincssei; label define fincssei 1 "Yes" 2 "No" ; label values fssvalr2 fssvalri; label define fssvalri 0 "None or not in universe" ; label values fssiyne2 fssiynei; label define fssiynei 1 "Yes" 2 "No" ; label values fssivlr2 fssivlri; label define fssivlri 0 "None or not in universe" ; label values finpawe2 finpawei; label define finpawei 1 "Yes" 2 "No" ; label values fpawvlr2 fpawvlri; label define fpawvlri 0 "None or not in universe" ; label values finvete2 finvetei; label define finvetei 1 "Yes" 2 "No" ; label values fvetvlr2 fvetvlri; label define fvetvlri 0 "None or not in universe" ; label values finsure2 finsurei; label define finsurei 1 "Yes" 2 "No" ; label values fsurvlr2 fsurvlri; label define fsurvlri 0 "None or not in universe" ; label values findise2 findisei; label define findisei 1 "Yes" 2 "No" ; label values fdisvlr2 fdisvlri; label define fdisvlri 0 "None or not in universe" ; label values finrete2 finretei; label define finretei 1 "Yes" 2 "No" ; label values fretvlr2 fretvlri; label define fretvlri 0 "None or not in universe" ; label values fininte2 finintei; label define finintei 1 "Yes" 2 "No" ; label values fintvlr2 fintvlri; label define fintvlri 0 "None or not in universe" ; label values findive2 findivei; label define findivei 1 "Yes" 2 "No" ; label values fdivvlr2 fdivvlri; label define fdivvlri 0 "None or not in universe" ; label values finrnte2 finrntei; label define finrntei 1 "Yes" 2 "No" ; label values frntvlr2 frntvlri; label define frntvlri 0 "None or not in universe" ; label values fincspe2 fincspei; label define fincspei 1 "Yes" 2 "No" ; label values fcspvlr2 fcspvlri; label define fcspvlri 0 "None or not in universe" ; label values finalme2 finalmei; label define finalmei 1 "Yes" 2 "No" ; label values falmvlr2 falmvlri; label define falmvlri 0 "None or not in universe" ; label values ffinyne2 ffinynei; label define ffinynei 1 "Yes" 2 "No" ; label values ffinvlr2 ffinvlri; label define ffinvlri 0 "None or not in universe" ; label values fincoie2 fincoiei; label define fincoiei 1 "Yes" 2 "No" ; label values foivalr2 foivalri; label define foivalri 0 "None or not in universe" ; label values fed_yne2 fed_ynei; label define fed_ynei 1 "Yes" 2 "No" ; label values ftotvlr2 ftotvlri; label define ftotvlri 0 "None or not in universe" ; label values fernvlr2 fernvlri; label define fernvlri 0 "None or not in universe" ; label values fothvlr2 fothvlri; label define fothvlri 0 "None or not in universe" ; label values ftotrr2 ftotrr2l; label define ftotrr2l 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" ; label values fernvrr2 fernvrri; label define fernvrri 0 "None or not in universe" ; label values fothvrr2 fothvrri; label define fothvrri 0 "None or not in universe" ; label values ftotvrr2 ftotvrri; label define ftotvrri 0 "None or not in universe" ; label values famtype2 famtypei; label define famtypei 1 "Primary family member (not in a" 2 "Primary individual (person" 3 "Related subfamily member" 4 "Unrelated subfamily member" 5 "Secondary indiv (nonrelative who" ; label values famrele2 famrelei; label define famrelei 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" ; label values rrpe2 rrpe2l; label define rrpe2l 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" ; label values aget2 aget2l; label define aget2l 0 "Under 1 year of age" ; label values maritle2 maritlei; label define maritlei 1 "Married, Spouse present" 2 "Married, spouse absent" 3 "Widowed" 4 "Divorced" 5 "Separated" 6 "Never married" ; label values spousee2 spouseei; label define spouseei 0 "No spouse" ; label values vete2 vete2l; label define vete2l 1 "Yes" 2 "No" ; label values hgar2 hgar2l; label define hgar2l 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" ; label values workyne2 workynei; label define workynei 0 "Not in universe or children" 1 "Yes" 2 "No" ; label values nwlooke2 nwlookei; label define nwlookei 0 "Not in universe or children" 1 "Yes" 2 "No" ; label values nwlkwke2 nwlkwkei; label define nwlkwkei 0 "Not in universe" ; label values wkswrke2 wkswrkei; label define wkswrkei 0 "Not in universe" ; label values wkchckr2 wkchckri; label define wkchckri 0 "Not in universe" 1 "1-49 Weeks" 2 "50-51 Weeks" 3 "52 Weeks" ; label values losewke2 losewkei; label define losewkei 0 "Not in universe" 1 "Yes" 2 "No" ; label values lknonee2 lknoneei; label define lknoneei 0 "Not in universe or had weeks" 1 "No weeks looking for work or on" ; label values lkwkse2 lkwkse2l; label define lkwkse2l 0 "No weeks looking for work/on" ; label values hrswke2 hrswke2l; label define hrswke2l 0 "Not in universe" ; label values hrchkr2 hrchkr2l; label define hrchkr2l 0 "Not in universe" 1 "Part-time (1-34 hours)" 2 "Full-time (35+ hours)" ; label values ljcwe2 ljcwe2l; label define ljcwe2l 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" ; label values occupe2 occupe2l; label define occupe2l 0 "Not in universe or children" ; label values wexpr2 wexpr2l; label define wexpr2l 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" ; label values wewkrsr2 wewkrsri; label define wewkrsri 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" ; label values welknwr2 welknwri; label define welknwri 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" ; label values weuempr2 weuempri; label define weuempri 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" ; label values earnere2 earnerei; label define earnerei 0 "Not in universe" 1 "Earner" 2 "Nonearner" ; label values clwkr2 clwkr2l; label define clwkr2l 0 "Not in universe" 1 "Private (includes" 2 "Government" 3 "Self-employed" 4 "Without pay" 5 "Never worked" ; label values weclwr2 weclwr2l; label define weclwr2l 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" ; label values poccu2r2 poccu2ri; label define poccu2ri 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" ; label values wemocgr2 wemocgri; label define wemocgri 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" ; label values wemindr2 wemindri; label define wemindri 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" ; label values ernyne2 ernyne2l; label define ernyne2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ernvalt2 ernvalti; label define ernvalti 0 "None or not in universe" ; label values ernsrce2 ernsrcei; label define ernsrcei 0 "None or not in universe" 1 "Wage and Salary" 2 "Self-employment" 3 "Farm self-employment" 4 "Without pay" ; label values ernotre2 ernotrei; label define ernotrei 0 "Not in universe" 1 "Yes" 2 "No" ; label values wgeotre2 wgeotrei; label define wgeotrei 0 "Not in universe" 1 "Yes" 2 "No" ; label values wsvalr2 wsvalr2l; label define wsvalr2l 0 "None or not in universe" ; label values wsalyne2 wsalynei; label define wsalynei 0 "Not in universe" 1 "Yes" 2 "No" ; label values wsalvlr2 wsalvlri; label define wsalvlri 0 "None or not in universe" ; label values seotre2 seotre2l; label define seotre2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values sevalr2 sevalr2l; label define sevalr2l 0 "None or not in universe" ; label values sempyne2 sempynei; label define sempynei 0 "Not in universe" 1 "Yes" 2 "No" ; label values sempvlr2 sempvlri; label define sempvlri 0 "None or not in universe" ; label values frmotre2 frmotrei; label define frmotrei 0 "Not in universe" 1 "Yes" 2 "No" ; label values frmvalr2 frmvalri; label define frmvalri 0 "None or not in universe" ; label values frseyne2 frseynei; label define frseynei 0 "Not in universe" 1 "Yes" 2 "No" ; label values frsevlr2 frsevlri; label define frsevlri 0 "None or not in universe" ; label values ucyne2 ucyne2l; label define ucyne2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values subuce2 subuce2l; label define subuce2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ucvalt2 ucvalt2l; label define ucvalt2l 0 "Not in universe" ; label values wcyne2 wcyne2l; label define wcyne2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values wcvalt2 wcvalt2l; label define wcvalt2l 0 "Not in universe" ; label values ssyne2 ssyne2l; label define ssyne2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ssvalt2 ssvalt2l; label define ssvalt2l 0 "Not in universe" ; label values ssiyne2 ssiyne2l; label define ssiyne2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ssivalt2 ssivalti; label define ssivalti 0 "Not in universe" ; label values pawyne2 pawyne2l; label define pawyne2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values pawtype2 pawtypei; label define pawtypei 0 "Not in universe" 1 "AFDC (ADC)" 2 "Other" 3 "Both" ; label values pawmone2 pawmonei; label define pawmonei 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" ; label values pawvalt2 pawvalti; label define pawvalti 0 "Not in universe" ; label values vetyne2 vetyne2l; label define vetyne2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty1e2 vetty1ei; label define vetty1ei 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty2e2 vetty2ei; label define vetty2ei 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty3e2 vetty3ei; label define vetty3ei 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty4e2 vetty4ei; label define vetty4ei 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty5e2 vetty5ei; label define vetty5ei 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetqvae2 vetqvaei; label define vetqvaei 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetvalt2 vetvalti; label define vetvalti 0 "Not in universe" ; label values suryne2 suryne2l; label define suryne2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values sursc1e2 sursc1ei; label define sursc1ei 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" ; label values sursc2e2 sursc2ei; label define sursc2ei 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" ; label values survl1t2 survl1ti; label define survl1ti 0 "Not in universe" ; label values survl2t2 survl2ti; label define survl2ti 0 "Not in universe" ; label values srvsvlr2 srvsvlri; label define srvsvlri 0 "Not in universe" ; label values dishpe2 dishpe2l; label define dishpe2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values disyne2 disyne2l; label define disyne2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values dissc1e2 dissc1ei; label define dissc1ei 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" ; label values dissc2e2 dissc2ei; label define dissc2ei 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" ; label values disvl1t2 disvl1ti; label define disvl1ti 0 "Not in universe" ; label values disvl2t2 disvl2ti; label define disvl2ti 0 "Not in universe" ; label values dsabvlr2 dsabvlri; label define dsabvlri 0 "Not in universe" ; label values retyne2 retyne2l; label define retyne2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values retsc1e2 retsc1ei; label define retsc1ei 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" ; label values retsc2e2 retsc2ei; label define retsc2ei 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" ; label values retvl1t2 retvl1ti; label define retvl1ti 0 "Not in universe" ; label values retvl2t2 retvl2ti; label define retvl2ti 0 "Not in universe" ; label values rtmvalr2 rtmvalri; label define rtmvalri 0 "Not in universe" ; label values intyne2 intyne2l; label define intyne2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values intvalt2 intvalti; label define intvalti 0 "Not in universe" ; label values divyne2 divyne2l; label define divyne2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values divnone2 divnonei; label define divnonei 0 "Not in universe" 1 "None" ; label values divvalt2 divvalti; label define divvalti 0 "Not in universe" ; label values rntyne2 rntyne2l; label define rntyne2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values rntvalt2 rntvalti; label define rntvalti 0 "Not in universe" ; label values cspyne2 cspyne2l; label define cspyne2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values cspvalt2 cspvalti; label define cspvalti 0 "None or not in universe" ; label values almyne2 almyne2l; label define almyne2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values almvalt2 almvalti; label define almvalti 0 "Not in universe" ; label values finyne2 finyne2l; label define finyne2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values finvalt2 finvalti; label define finvalti 0 "Not in universe" ; label values oioffe2 oioffe2l; label define oioffe2l 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" ; label values oi_yne2 oi_yne2l; label define oi_yne2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values oivalt2 oivalt2l; label define oivalt2l 0 "Not in universe" ; label values ptotvlr2 ptotvlri; label define ptotvlri 0 "None or not in universe" ; label values pernvlr2 pernvlri; label define pernvlri 0 "None or not in universe" ; label values pothvlr2 pothvlri; label define pothvlri 0 "None or not in universe" ; label values ptotrr2 ptotrr2l; label define ptotrr2l 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" ; label values ed_yne2 ed_yne2l; label define ed_yne2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values edtyp1e2 edtyp1ei; label define edtyp1ei 0 "Not in universe" 1 "Yes, received this educational" 2 "No, did not receive assistance" ; label values edtyp2e2 edtyp2ei; label define edtyp2ei 0 "Not in universe" 1 "Yes, received this educational" 2 "No, did not receive assistance" ; label values edtyp3e2 edtyp3ei; label define edtyp3ei 0 "Not in universe" 1 "Yes, received this educational" 2 "No, did not receive assistance" ; label values mcaree2 mcaree2l; label define mcaree2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values mcaide2 mcaide2l; label define mcaide2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values champe2 champe2l; label define champe2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values hi_yne2 hi_yne2l; label define hi_yne2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values hiowne2 hiowne2l; label define hiowne2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values hiempe2 hiempe2l; label define hiempe2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values cov_hie2 cov_hiei; label define cov_hiei 1 "Yes" 2 "No" ; label values ch_mce2 ch_mce2l; label define ch_mce2l 0 "Not in universe" 1 "Yes" 2 "No" ; label values rsnnie3 rsnnie3l; label define rsnnie3l 0 "Interviewed" 10 "Not interviewed in December 1993" 11 "Not Used" ; label values tenuree3 tenureek; label define tenureek 1 "Owned or being bought by you or" 2 "Rented for cash" 3 "Occupied without payment of cash" ; label values stfipsr3 stfipsrk; label define stfipsrk 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" ; label values g_regr3 g_regr3l; label define g_regr3l 1 "Northeast" 2 "Midwest" 3 "South" 4 "West" ; label values hotlune3 hotlunek; label define hotlunek 0 "Not in Universe" 1 "All or some" 2 "None" ; label values hotnoe3 hotnoe3l; label define hotnoe3l 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" ; label values hflunce3 hfluncek; label define hfluncek 0 "Not in Universe" 1 "Yes" 2 "No" ; label values hflunne3 hflunnek; label define hflunnek 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" ; label values hpublie3 hpubliek; label define hpubliek 0 "Not in universe" 1 "Yes" 2 "No" ; label values hlorene3 hlorenek; label define hlorenek 0 "Not in universe" 1 "Yes" 2 "No" ; label values hincwse3 hincwsek; label define hincwsek 1 "Yes" 2 "No" ; label values hwsvalr3 hwsvalrk; label define hwsvalrk 0 "None or not in universe" ; label values hincsee3 hincseek; label define hincseek 1 "Yes" 2 "No" ; label values hsevalr3 hsevalrk; label define hsevalrk 0 "None or not in universe" ; label values hincfre3 hincfrek; label define hincfrek 1 "Yes" 2 "No" ; label values hfrvalr3 hfrvalrk; label define hfrvalrk 0 "None or not in universe" ; label values hfdspe3 hfdspe3l; label define hfdspe3l 1 "Yes" 2 "No" ; label values hfdnoe3 hfdnoe3l; label define hfdnoe3l 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" ; label values hfdmone3 hfdmonek; label define hfdmonek 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" ; label values hfdvalr3 hfdvalrk; label define hfdvalrk 0 "Not in universe" ; label values hengase3 hengasek; label define hengasek 1 "Yes" 2 "No" ; label values hengvlr3 hengvlrk; label define hengvlrk 0 "Not in universe" ; label values hincuce3 hincucek; label define hincucek 1 "Yes" 2 "No" ; label values hucvalr3 hucvalrk; label define hucvalrk 0 "None or not in universe" ; label values hincwce3 hincwcek; label define hincwcek 1 "Yes" 2 "No" ; label values hwcvalr3 hwcvalrk; label define hwcvalrk 0 "None or not in universe" ; label values hssyne3 hssyne3l; label define hssyne3l 1 "Yes" 2 "No" ; label values hssvalr3 hssvalrk; label define hssvalrk 0 "None or not in universe" ; label values hssiyne3 hssiynek; label define hssiynek 1 "Yes" 2 "No" ; label values hssivlr3 hssivlrk; label define hssivlrk 0 "None or not in universe" ; label values hpawyne3 hpawynek; label define hpawynek 1 "Yes" 2 "No" ; label values hpawvlr3 hpawvlrk; label define hpawvlrk 0 "None or not in universe" ; label values hvetyne3 hvetynek; label define hvetynek 1 "Yes" 2 "No" ; label values hvetvlr3 hvetvlrk; label define hvetvlrk 0 "None or not in universe" ; label values hsuryne3 hsurynek; label define hsurynek 1 "Yes" 2 "No" ; label values hsurvlr3 hsurvlrk; label define hsurvlrk 0 "None or not in universe" ; label values hdisyne3 hdisynek; label define hdisynek 1 "Yes" 2 "No" ; label values hdisvlr3 hdisvlrk; label define hdisvlrk 0 "None or not in universe" ; label values hretyne3 hretynek; label define hretynek 1 "Yes" 2 "No" ; label values hretvlr3 hretvlrk; label define hretvlrk 0 "None or not in universe" ; label values hintyne3 hintynek; label define hintynek 1 "Yes" 2 "No" ; label values hintvlr3 hintvlrk; label define hintvlrk 0 "None or not in universe" ; label values hdivyne3 hdivynek; label define hdivynek 1 "Yes" 2 "No" ; label values hdivvlr3 hdivvlrk; label define hdivvlrk 0 "None or not in universe" ; label values hrntyne3 hrntynek; label define hrntynek 1 "Yes" 2 "No" ; label values hrntvlr3 hrntvlrk; label define hrntvlrk 0 "None or not in universe" ; label values hcspyne3 hcspynek; label define hcspynek 1 "Yes" 2 "No" ; label values hcspvlr3 hcspvlrk; label define hcspvlrk 0 "None or not in universe" ; label values halmyne3 halmynek; label define halmynek 1 "Yes" 2 "No" ; label values halmvlr3 halmvlrk; label define halmvlrk 0 "None or not in universe" ; label values hfinyne3 hfinynek; label define hfinynek 1 "Yes" 2 "No" ; label values hfinvlr3 hfinvlrk; label define hfinvlrk 0 "None or not in universe" ; label values hoiyne3 hoiyne3l; label define hoiyne3l 1 "Yes" 2 "No" ; label values hoivalr3 hoivalrk; label define hoivalrk 0 "None or not in universe" ; label values hed_yne3 hed_ynek; label define hed_ynek 1 "Yes" 2 "No" ; label values htotvlr3 htotvlrk; label define htotvlrk 0 "None or not in universe" ; label values hernvlr3 hernvlrk; label define hernvlrk 0 "None or not in universe" ; label values hothvlr3 hothvlrk; label define hothvlrk 0 "None or not in universe" ; label values htotrr3 htotrr3l; label define htotrr3l 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" ; label values top5pce3 top5pcek; label define top5pcek 0 "Not in universe (group quarters)" 1 "Yes - In top 5 percent" 2 "No - Not in top 5 percent" ; label values pctcute3 pctcutek; label define pctcutek 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" ; label values hmcaree3 hmcareek; label define hmcareek 1 "Yes" 2 "No" ; label values hmcaide3 hmcaidek; label define hmcaidek 1 "Yes" 2 "No" ; label values hchampe3 hchampek; label define hchampek 1 "Yes" 2 "No" ; label values hhi_yne3 hhi_ynek; label define hhi_ynek 1 "Yes" 2 "No" ; label values cmcaree3 cmcareek; label define cmcareek 0 "Not in universe" 1 "Yes" 2 "No" ; label values chie3 chie3l; label define chie3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values chinoe3 chinoe3l; label define chinoe3l 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" ; label values famknde3 famkndek; label define famkndek 1 "Husband-wife family" 2 "Male head" 3 "Female head" ; label values povlle3 povlle3l; label define povlle3l 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" ; label values famlise3 famlisek; label define famlisek 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" ; label values rspove3 rspove3l; label define rspove3l 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" ; label values fincwse3 fincwsek; label define fincwsek 1 "Yes" 2 "No" ; label values fwsvalr3 fwsvalrk; label define fwsvalrk 0 "None or not in universe" ; label values fincsee3 fincseek; label define fincseek 1 "Yes" 2 "No" ; label values fsevalr3 fsevalrk; label define fsevalrk 0 "None or not in universe" ; label values fincfre3 fincfrek; label define fincfrek 1 "Yes" 2 "No" ; label values ffrvalr3 ffrvalrk; label define ffrvalrk 0 "None or not in universe" ; label values fincuce3 fincucek; label define fincucek 1 "Yes" 2 "No" ; label values fucvalr3 fucvalrk; label define fucvalrk 0 "None or not in universe" ; label values fincwce3 fincwcek; label define fincwcek 1 "Yes" 2 "No" ; label values fwcvalr3 fwcvalrk; label define fwcvalrk 0 "None or not in universe" ; label values fincsse3 fincssek; label define fincssek 1 "Yes" 2 "No" ; label values fssvalr3 fssvalrk; label define fssvalrk 0 "None or not in universe" ; label values fssiyne3 fssiynek; label define fssiynek 1 "Yes" 2 "No" ; label values fssivlr3 fssivlrk; label define fssivlrk 0 "None or not in universe" ; label values finpawe3 finpawek; label define finpawek 1 "Yes" 2 "No" ; label values fpawvlr3 fpawvlrk; label define fpawvlrk 0 "None or not in universe" ; label values finvete3 finvetek; label define finvetek 1 "Yes" 2 "No" ; label values fvetvlr3 fvetvlrk; label define fvetvlrk 0 "None or not in universe" ; label values finsure3 finsurek; label define finsurek 1 "Yes" 2 "No" ; label values fsurvlr3 fsurvlrk; label define fsurvlrk 0 "None or not in universe" ; label values findise3 findisek; label define findisek 1 "Yes" 2 "No" ; label values fdisvlr3 fdisvlrk; label define fdisvlrk 0 "None or not in universe" ; label values finrete3 finretek; label define finretek 1 "Yes" 2 "No" ; label values fretvlr3 fretvlrk; label define fretvlrk 0 "None or not in universe" ; label values fininte3 finintek; label define finintek 1 "Yes" 2 "No" ; label values fintvlr3 fintvlrk; label define fintvlrk 0 "None or not in universe" ; label values findive3 findivek; label define findivek 1 "Yes" 2 "No" ; label values fdivvlr3 fdivvlrk; label define fdivvlrk 0 "None or not in universe" ; label values finrnte3 finrntek; label define finrntek 1 "Yes" 2 "No" ; label values frntvlr3 frntvlrk; label define frntvlrk 0 "None or not in universe" ; label values fincspe3 fincspek; label define fincspek 1 "Yes" 2 "No" ; label values fcspvlr3 fcspvlrk; label define fcspvlrk 0 "None or not in universe" ; label values finalme3 finalmek; label define finalmek 1 "Yes" 2 "No" ; label values falmvlr3 falmvlrk; label define falmvlrk 0 "None or not in universe" ; label values ffinyne3 ffinynek; label define ffinynek 1 "Yes" 2 "No" ; label values ffinvlr3 ffinvlrk; label define ffinvlrk 0 "None or not in universe" ; label values fincoie3 fincoiek; label define fincoiek 1 "Yes" 2 "No" ; label values foivalr3 foivalrk; label define foivalrk 0 "None or not in universe" ; label values fed_yne3 fed_ynek; label define fed_ynek 1 "Yes" 2 "No" ; label values ftotvlr3 ftotvlrk; label define ftotvlrk 0 "None or not in universe" ; label values fernvlr3 fernvlrk; label define fernvlrk 0 "None or not in universe" ; label values fothvlr3 fothvlrk; label define fothvlrk 0 "None or not in universe" ; label values ftotrr3 ftotrr3l; label define ftotrr3l 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" ; label values fernvrr3 fernvrrk; label define fernvrrk 0 "None or not in universe" ; label values fothvrr3 fothvrrk; label define fothvrrk 0 "None or not in universe" ; label values ftotvrr3 ftotvrrk; label define ftotvrrk 0 "None or not in universe" ; label values famtype3 famtypek; label define famtypek 1 "Primary family member (not in a" 2 "Primary individual (person" 3 "Related subfamily member" 4 "Unrelated subfamily member" 5 "Secondary indiv (nonrelative who" ; label values famrele3 famrelek; label define famrelek 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" ; label values rrpe3 rrpe3l; label define rrpe3l 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" ; label values aget3 aget3l; label define aget3l 0 "Under 1 year of age" ; label values maritle3 maritlek; label define maritlek 1 "Married, Spouse present" 2 "Married, spouse absent" 3 "Widowed" 4 "Divorced" 5 "Separated" 6 "Never married" ; label values spousee3 spouseek; label define spouseek 0 "No spouse" ; label values vete3 vete3l; label define vete3l 1 "Yes" 2 "No" ; label values hgar3 hgar3l; label define hgar3l 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" ; label values workyne3 workynek; label define workynek 0 "Not in universe or children" 1 "Yes" 2 "No" ; label values nwlooke3 nwlookek; label define nwlookek 0 "Not in universe or children" 1 "Yes" 2 "No" ; label values nwlkwke3 nwlkwkek; label define nwlkwkek 0 "Not in universe" ; label values wkswrke3 wkswrkek; label define wkswrkek 0 "Not in universe" ; label values wkchckr3 wkchckrk; label define wkchckrk 0 "Not in universe" 1 "1-49 Weeks" 2 "50-51 Weeks" 3 "52 Weeks" ; label values losewke3 losewkek; label define losewkek 0 "Not in universe" 1 "Yes" 2 "No" ; label values lknonee3 lknoneek; label define lknoneek 0 "Not in universe or had weeks" 1 "No weeks looking for work or on" ; label values lkwkse3 lkwkse3l; label define lkwkse3l 0 "No weeks looking for work/on" ; label values hrswke3 hrswke3l; label define hrswke3l 0 "Not in universe" ; label values hrchkr3 hrchkr3l; label define hrchkr3l 0 "Not in universe" 1 "Part-time (1-34 hours)" 2 "Full-time (35+ hours)" ; label values ljcwe3 ljcwe3l; label define ljcwe3l 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" ; label values occupe3 occupe3l; label define occupe3l 0 "Not in universe or children" ; label values wexpr3 wexpr3l; label define wexpr3l 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" ; label values wewkrsr3 wewkrsrk; label define wewkrsrk 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" ; label values welknwr3 welknwrk; label define welknwrk 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" ; label values weuempr3 weuemprk; label define weuemprk 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" ; label values earnere3 earnerek; label define earnerek 0 "Not in universe" 1 "Earner" 2 "Nonearner" ; label values clwkr3 clwkr3l; label define clwkr3l 0 "Not in universe" 1 "Private (includes" 2 "Government" 3 "Self-employed" 4 "Without pay" 5 "Never worked" ; label values weclwr3 weclwr3l; label define weclwr3l 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" ; label values poccu2r3 poccu2rk; label define poccu2rk 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" ; label values wemocgr3 wemocgrk; label define wemocgrk 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" ; label values wemindr3 wemindrk; label define wemindrk 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" ; label values ernyne3 ernyne3l; label define ernyne3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ernvalt3 ernvaltk; label define ernvaltk 0 "None or not in universe" ; label values ernsrce3 ernsrcek; label define ernsrcek 0 "None or not in universe" 1 "Wage and Salary" 2 "Self-employment" 3 "Farm self-employment" 4 "Without pay" ; label values ernotre3 ernotrek; label define ernotrek 0 "Not in universe" 1 "Yes" 2 "No" ; label values wgeotre3 wgeotrek; label define wgeotrek 0 "Not in universe" 1 "Yes" 2 "No" ; label values wsvalr3 wsvalr3l; label define wsvalr3l 0 "None or not in universe" ; label values wsalyne3 wsalynek; label define wsalynek 0 "Not in universe" 1 "Yes" 2 "No" ; label values wsalvlr3 wsalvlrk; label define wsalvlrk 0 "None or not in universe" ; label values seotre3 seotre3l; label define seotre3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values sevalr3 sevalr3l; label define sevalr3l 0 "None or not in universe" ; label values sempyne3 sempynek; label define sempynek 0 "Not in universe" 1 "Yes" 2 "No" ; label values sempvlr3 sempvlrk; label define sempvlrk 0 "None or not in universe" ; label values frmotre3 frmotrek; label define frmotrek 0 "Not in universe" 1 "Yes" 2 "No" ; label values frmvalr3 frmvalrk; label define frmvalrk 0 "None or not in universe" ; label values frseyne3 frseynek; label define frseynek 0 "Not in universe" 1 "Yes" 2 "No" ; label values frsevlr3 frsevlrk; label define frsevlrk 0 "None or not in universe" ; label values ucyne3 ucyne3l; label define ucyne3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values subuce3 subuce3l; label define subuce3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ucvalt3 ucvalt3l; label define ucvalt3l 0 "Not in universe" ; label values wcyne3 wcyne3l; label define wcyne3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values wcvalt3 wcvalt3l; label define wcvalt3l 0 "Not in universe" ; label values ssyne3 ssyne3l; label define ssyne3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ssvalt3 ssvalt3l; label define ssvalt3l 0 "Not in universe" ; label values ssiyne3 ssiyne3l; label define ssiyne3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ssivalt3 ssivaltk; label define ssivaltk 0 "Not in universe" ; label values pawyne3 pawyne3l; label define pawyne3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values pawtype3 pawtypek; label define pawtypek 0 "Not in universe" 1 "AFDC (ADC)" 2 "Other" 3 "Both" ; label values pawmone3 pawmonek; label define pawmonek 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" ; label values pawvalt3 pawvaltk; label define pawvaltk 0 "Not in universe" ; label values vetyne3 vetyne3l; label define vetyne3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty1e3 vetty1ek; label define vetty1ek 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty2e3 vetty2ek; label define vetty2ek 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty3e3 vetty3ek; label define vetty3ek 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty4e3 vetty4ek; label define vetty4ek 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty5e3 vetty5ek; label define vetty5ek 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetqvae3 vetqvaek; label define vetqvaek 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetvalt3 vetvaltk; label define vetvaltk 0 "Not in universe" ; label values suryne3 suryne3l; label define suryne3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values sursc1e3 sursc1ek; label define sursc1ek 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" ; label values sursc2e3 sursc2ek; label define sursc2ek 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" ; label values survl1t3 survl1tk; label define survl1tk 0 "Not in universe" ; label values survl2t3 survl2tk; label define survl2tk 0 "Not in universe" ; label values srvsvlr3 srvsvlrk; label define srvsvlrk 0 "Not in universe" ; label values dishpe3 dishpe3l; label define dishpe3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values disyne3 disyne3l; label define disyne3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values dissc1e3 dissc1ek; label define dissc1ek 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" ; label values dissc2e3 dissc2ek; label define dissc2ek 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" ; label values disvl1t3 disvl1tk; label define disvl1tk 0 "Not in universe" ; label values disvl2t3 disvl2tk; label define disvl2tk 0 "Not in universe" ; label values dsabvlr3 dsabvlrk; label define dsabvlrk 0 "Not in universe" ; label values retyne3 retyne3l; label define retyne3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values retsc1e3 retsc1ek; label define retsc1ek 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" ; label values retsc2e3 retsc2ek; label define retsc2ek 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" ; label values retvl1t3 retvl1tk; label define retvl1tk 0 "Not in universe" ; label values retvl2t3 retvl2tk; label define retvl2tk 0 "Not in universe" ; label values rtmvalr3 rtmvalrk; label define rtmvalrk 0 "Not in universe" ; label values intyne3 intyne3l; label define intyne3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values intvalt3 intvaltk; label define intvaltk 0 "Not in universe" ; label values divyne3 divyne3l; label define divyne3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values divnone3 divnonek; label define divnonek 0 "Not in universe" 1 "None" ; label values divvalt3 divvaltk; label define divvaltk 0 "Not in universe" ; label values rntyne3 rntyne3l; label define rntyne3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values rntvalt3 rntvaltk; label define rntvaltk 0 "Not in universe" ; label values cspyne3 cspyne3l; label define cspyne3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values cspvalt3 cspvaltk; label define cspvaltk 0 "None or not in universe" ; label values almyne3 almyne3l; label define almyne3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values almvalt3 almvaltk; label define almvaltk 0 "Not in universe" ; label values finyne3 finyne3l; label define finyne3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values finvalt3 finvaltk; label define finvaltk 0 "Not in universe" ; label values oioffe3 oioffe3l; label define oioffe3l 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" ; label values oi_yne3 oi_yne3l; label define oi_yne3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values oivalt3 oivalt3l; label define oivalt3l 0 "Not in universe" ; label values ptotvlr3 ptotvlrk; label define ptotvlrk 0 "None or not in universe" ; label values pernvlr3 pernvlrk; label define pernvlrk 0 "None or not in universe" ; label values pothvlr3 pothvlrk; label define pothvlrk 0 "None or not in universe" ; label values ptotrr3 ptotrr3l; label define ptotrr3l 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" ; label values ed_yne3 ed_yne3l; label define ed_yne3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values edtyp1e3 edtyp1ek; label define edtyp1ek 0 "Not in universe" 1 "Yes, received this educational" 2 "No, did not receive assistance" ; label values edtyp2e3 edtyp2ek; label define edtyp2ek 0 "Not in universe" 1 "Yes, received this educational" 2 "No, did not receive assistance" ; label values edtyp3e3 edtyp3ek; label define edtyp3ek 0 "Not in universe" 1 "Yes, received this educational" 2 "No, did not receive assistance" ; label values mcaree3 mcaree3l; label define mcaree3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values mcaide3 mcaide3l; label define mcaide3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values champe3 champe3l; label define champe3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values hi_yne3 hi_yne3l; label define hi_yne3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values hiowne3 hiowne3l; label define hiowne3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values hiempe3 hiempe3l; label define hiempe3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values cov_hie3 cov_hiek; label define cov_hiek 1 "Yes" 2 "No" ; label values ch_mce3 ch_mce3l; label define ch_mce3l 0 "Not in universe" 1 "Yes" 2 "No" ; label values rsnnie4 rsnnie4l; label define rsnnie4l 0 "Interviewed" 10 "Not interviewed in December 1994" 11 "Not Used" ; label values tenuree4 tenureel; label define tenureel 1 "Owned or being bought by you or" 2 "Rented for cash" 3 "Occupied without payment of cash" ; label values stfipsr4 stfipsrl; label define stfipsrl 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" ; label values g_regr4 g_regr4l; label define g_regr4l 1 "Northeast" 2 "Midwest" 3 "South" 4 "West" ; label values hotlune4 hotlunel; label define hotlunel 0 "Not in Universe" 1 "All or some" 2 "None" ; label values hotnoe4 hotnoe4l; label define hotnoe4l 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" ; label values hflunce4 hfluncel; label define hfluncel 0 "Not in Universe" 1 "Yes" 2 "No" ; label values hflunne4 hflunnel; label define hflunnel 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" ; label values hpublie4 hpubliel; label define hpubliel 0 "Not in universe" 1 "Yes" 2 "No" ; label values hlorene4 hlorenel; label define hlorenel 0 "Not in universe" 1 "Yes" 2 "No" ; label values hincwse4 hincwsel; label define hincwsel 1 "Yes" 2 "No" ; label values hwsvalr4 hwsvalrl; label define hwsvalrl 0 "None or not in universe" ; label values hincsee4 hincseel; label define hincseel 1 "Yes" 2 "No" ; label values hsevalr4 hsevalrl; label define hsevalrl 0 "None or not in universe" ; label values hincfre4 hincfrel; label define hincfrel 1 "Yes" 2 "No" ; label values hfrvalr4 hfrvalrl; label define hfrvalrl 0 "None or not in universe" ; label values hfdspe4 hfdspe4l; label define hfdspe4l 1 "Yes" 2 "No" ; label values hfdnoe4 hfdnoe4l; label define hfdnoe4l 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" ; label values hfdmone4 hfdmonel; label define hfdmonel 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" ; label values hfdvalr4 hfdvalrl; label define hfdvalrl 0 "Not in universe" ; label values hengase4 hengasel; label define hengasel 1 "Yes" 2 "No" ; label values hengvlr4 hengvlrl; label define hengvlrl 0 "Not in universe" ; label values hincuce4 hincucel; label define hincucel 1 "Yes" 2 "No" ; label values hucvalr4 hucvalrl; label define hucvalrl 0 "None or not in universe" ; label values hincwce4 hincwcel; label define hincwcel 1 "Yes" 2 "No" ; label values hwcvalr4 hwcvalrl; label define hwcvalrl 0 "None or not in universe" ; label values hssyne4 hssyne4l; label define hssyne4l 1 "Yes" 2 "No" ; label values hssvalr4 hssvalrl; label define hssvalrl 0 "None or not in universe" ; label values hssiyne4 hssiynel; label define hssiynel 1 "Yes" 2 "No" ; label values hssivlr4 hssivlrl; label define hssivlrl 0 "None or not in universe" ; label values hpawyne4 hpawynel; label define hpawynel 1 "Yes" 2 "No" ; label values hpawvlr4 hpawvlrl; label define hpawvlrl 0 "None or not in universe" ; label values hvetyne4 hvetynel; label define hvetynel 1 "Yes" 2 "No" ; label values hvetvlr4 hvetvlrl; label define hvetvlrl 0 "None or not in universe" ; label values hsuryne4 hsurynel; label define hsurynel 1 "Yes" 2 "No" ; label values hsurvlr4 hsurvlrl; label define hsurvlrl 0 "None or not in universe" ; label values hdisyne4 hdisynel; label define hdisynel 1 "Yes" 2 "No" ; label values hdisvlr4 hdisvlrl; label define hdisvlrl 0 "None or not in universe" ; label values hretyne4 hretynel; label define hretynel 1 "Yes" 2 "No" ; label values hretvlr4 hretvlrl; label define hretvlrl 0 "None or not in universe" ; label values hintyne4 hintynel; label define hintynel 1 "Yes" 2 "No" ; label values hintvlr4 hintvlrl; label define hintvlrl 0 "None or not in universe" ; label values hdivyne4 hdivynel; label define hdivynel 1 "Yes" 2 "No" ; label values hdivvlr4 hdivvlrl; label define hdivvlrl 0 "None or not in universe" ; label values hrntyne4 hrntynel; label define hrntynel 1 "Yes" 2 "No" ; label values hrntvlr4 hrntvlrl; label define hrntvlrl 0 "None or not in universe" ; label values hcspyne4 hcspynel; label define hcspynel 1 "Yes" 2 "No" ; label values hcspvlr4 hcspvlrl; label define hcspvlrl 0 "None or not in universe" ; label values halmyne4 halmynel; label define halmynel 1 "Yes" 2 "No" ; label values halmvlr4 halmvlrl; label define halmvlrl 0 "None or not in universe" ; label values hfinyne4 hfinynel; label define hfinynel 1 "Yes" 2 "No" ; label values hfinvlr4 hfinvlrl; label define hfinvlrl 0 "None or not in universe" ; label values hoiyne4 hoiyne4l; label define hoiyne4l 1 "Yes" 2 "No" ; label values hoivalr4 hoivalrl; label define hoivalrl 0 "None or not in universe" ; label values hed_yne4 hed_ynel; label define hed_ynel 1 "Yes" 2 "No" ; label values htotvlr4 htotvlrl; label define htotvlrl 0 "None or not in universe" ; label values hernvlr4 hernvlrl; label define hernvlrl 0 "None or not in universe" ; label values hothvlr4 hothvlrl; label define hothvlrl 0 "None or not in universe" ; label values htotrr4 htotrr4l; label define htotrr4l 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" ; label values top5pce4 top5pcel; label define top5pcel 0 "Not in universe (group quarters)" 1 "Yes - In top 5 percent" 2 "No - Not in top 5 percent" ; label values pctcute4 pctcutel; label define pctcutel 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" ; label values hmcaree4 hmcareel; label define hmcareel 1 "Yes" 2 "No" ; label values hmcaide4 hmcaidel; label define hmcaidel 1 "Yes" 2 "No" ; label values hchampe4 hchampel; label define hchampel 1 "Yes" 2 "No" ; label values hhi_yne4 hhi_ynel; label define hhi_ynel 1 "Yes" 2 "No" ; label values cmcaree4 cmcareel; label define cmcareel 0 "Not in universe" 1 "Yes" 2 "No" ; label values chie4 chie4l; label define chie4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values chinoe4 chinoe4l; label define chinoe4l 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" ; label values famknde4 famkndel; label define famkndel 1 "Husband-wife family" 2 "Male head" 3 "Female head" ; label values povlle4 povlle4l; label define povlle4l 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" ; label values famlise4 famlisel; label define famlisel 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" ; label values rspove4 rspove4l; label define rspove4l 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" ; label values fincwse4 fincwsel; label define fincwsel 1 "Yes" 2 "No" ; label values fwsvalr4 fwsvalrl; label define fwsvalrl 0 "None or not in universe" ; label values fincsee4 fincseel; label define fincseel 1 "Yes" 2 "No" ; label values fsevalr4 fsevalrl; label define fsevalrl 0 "None or not in universe" ; label values fincfre4 fincfrel; label define fincfrel 1 "Yes" 2 "No" ; label values ffrvalr4 ffrvalrl; label define ffrvalrl 0 "None or not in universe" ; label values fincuce4 fincucel; label define fincucel 1 "Yes" 2 "No" ; label values fucvalr4 fucvalrl; label define fucvalrl 0 "None or not in universe" ; label values fincwce4 fincwcel; label define fincwcel 1 "Yes" 2 "No" ; label values fwcvalr4 fwcvalrl; label define fwcvalrl 0 "None or not in universe" ; label values fincsse4 fincssel; label define fincssel 1 "Yes" 2 "No" ; label values fssvalr4 fssvalrl; label define fssvalrl 0 "None or not in universe" ; label values fssiyne4 fssiynel; label define fssiynel 1 "Yes" 2 "No" ; label values fssivlr4 fssivlrl; label define fssivlrl 0 "None or not in universe" ; label values finpawe4 finpawel; label define finpawel 1 "Yes" 2 "No" ; label values fpawvlr4 fpawvlrl; label define fpawvlrl 0 "None or not in universe" ; label values finvete4 finvetel; label define finvetel 1 "Yes" 2 "No" ; label values fvetvlr4 fvetvlrl; label define fvetvlrl 0 "None or not in universe" ; label values finsure4 finsurel; label define finsurel 1 "Yes" 2 "No" ; label values fsurvlr4 fsurvlrl; label define fsurvlrl 0 "None or not in universe" ; label values findise4 findisel; label define findisel 1 "Yes" 2 "No" ; label values fdisvlr4 fdisvlrl; label define fdisvlrl 0 "None or not in universe" ; label values finrete4 finretel; label define finretel 1 "Yes" 2 "No" ; label values fretvlr4 fretvlrl; label define fretvlrl 0 "None or not in universe" ; label values fininte4 finintel; label define finintel 1 "Yes" 2 "No" ; label values fintvlr4 fintvlrl; label define fintvlrl 0 "None or not in universe" ; label values findive4 findivel; label define findivel 1 "Yes" 2 "No" ; label values fdivvlr4 fdivvlrl; label define fdivvlrl 0 "None or not in universe" ; label values finrnte4 finrntel; label define finrntel 1 "Yes" 2 "No" ; label values frntvlr4 frntvlrl; label define frntvlrl 0 "None or not in universe" ; label values fincspe4 fincspel; label define fincspel 1 "Yes" 2 "No" ; label values fcspvlr4 fcspvlrl; label define fcspvlrl 0 "None or not in universe" ; label values finalme4 finalmel; label define finalmel 1 "Yes" 2 "No" ; label values falmvlr4 falmvlrl; label define falmvlrl 0 "None or not in universe" ; label values ffinyne4 ffinynel; label define ffinynel 1 "Yes" 2 "No" ; label values ffinvlr4 ffinvlrl; label define ffinvlrl 0 "None or not in universe" ; label values fincoie4 fincoiel; label define fincoiel 1 "Yes" 2 "No" ; label values foivalr4 foivalrl; label define foivalrl 0 "None or not in universe" ; label values fed_yne4 fed_ynel; label define fed_ynel 1 "Yes" 2 "No" ; label values ftotvlr4 ftotvlrl; label define ftotvlrl 0 "None or not in universe" ; label values fernvlr4 fernvlrl; label define fernvlrl 0 "None or not in universe" ; label values fothvlr4 fothvlrl; label define fothvlrl 0 "None or not in universe" ; label values ftotrr4 ftotrr4l; label define ftotrr4l 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" ; label values fernvrr4 fernvrrl; label define fernvrrl 0 "None or not in universe" ; label values fothvrr4 fothvrrl; label define fothvrrl 0 "None or not in universe" ; label values ftotvrr4 ftotvrrl; label define ftotvrrl 0 "None or not in universe" ; label values famtype4 famtypel; label define famtypel 1 "Primary family member (not in a" 2 "Primary individual (person" 3 "Related subfamily member" 4 "Unrelated subfamily member" 5 "Secondary indiv (nonrelative who" ; label values famrele4 famrelel; label define famrelel 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" ; label values rrpe4 rrpe4l; label define rrpe4l 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" ; label values aget4 aget4l; label define aget4l 0 "Under 1 year of age" ; label values maritle4 maritlel; label define maritlel 1 "Married, Spouse present" 2 "Married, spouse absent" 3 "Widowed" 4 "Divorced" 5 "Separated" 6 "Never married" ; label values spousee4 spouseel; label define spouseel 0 "No spouse" ; label values vete4 vete4l; label define vete4l 1 "Yes" 2 "No" ; label values hgar4 hgar4l; label define hgar4l 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" ; label values workyne4 workynel; label define workynel 0 "Not in universe or children" 1 "Yes" 2 "No" ; label values nwlooke4 nwlookel; label define nwlookel 0 "Not in universe or children" 1 "Yes" 2 "No" ; label values nwlkwke4 nwlkwkel; label define nwlkwkel 0 "Not in universe" ; label values wkswrke4 wkswrkel; label define wkswrkel 0 "Not in universe" ; label values wkchckr4 wkchckrl; label define wkchckrl 0 "Not in universe" 1 "1-49 Weeks" 2 "50-51 Weeks" 3 "52 Weeks" ; label values losewke4 losewkel; label define losewkel 0 "Not in universe" 1 "Yes" 2 "No" ; label values lknonee4 lknoneel; label define lknoneel 0 "Not in universe or had weeks" 1 "No weeks looking for work or on" ; label values lkwkse4 lkwkse4l; label define lkwkse4l 0 "No weeks looking for work/on" ; label values hrswke4 hrswke4l; label define hrswke4l 0 "Not in universe" ; label values hrchkr4 hrchkr4l; label define hrchkr4l 0 "Not in universe" 1 "Part-time (1-34 hours)" 2 "Full-time (35+ hours)" ; label values ljcwe4 ljcwe4l; label define ljcwe4l 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" ; label values occupe4 occupe4l; label define occupe4l 0 "Not in universe or children" ; label values wexpr4 wexpr4l; label define wexpr4l 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" ; label values wewkrsr4 wewkrsrl; label define wewkrsrl 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" ; label values welknwr4 welknwrl; label define welknwrl 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" ; label values weuempr4 weuemprl; label define weuemprl 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" ; label values earnere4 earnerel; label define earnerel 0 "Not in universe" 1 "Earner" 2 "Nonearner" ; label values clwkr4 clwkr4l; label define clwkr4l 0 "Not in universe" 1 "Private (includes" 2 "Government" 3 "Self-employed" 4 "Without pay" 5 "Never worked" ; label values weclwr4 weclwr4l; label define weclwr4l 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" ; label values poccu2r4 poccu2rl; label define poccu2rl 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" ; label values wemocgr4 wemocgrl; label define wemocgrl 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" ; label values wemindr4 wemindrl; label define wemindrl 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" ; label values ernyne4 ernyne4l; label define ernyne4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ernvalt4 ernvaltl; label define ernvaltl 0 "None or not in universe" ; label values ernsrce4 ernsrcel; label define ernsrcel 0 "None or not in universe" 1 "Wage and Salary" 2 "Self-employment" 3 "Farm self-employment" 4 "Without pay" ; label values ernotre4 ernotrel; label define ernotrel 0 "Not in universe" 1 "Yes" 2 "No" ; label values wgeotre4 wgeotrel; label define wgeotrel 0 "Not in universe" 1 "Yes" 2 "No" ; label values wsvalr4 wsvalr4l; label define wsvalr4l 0 "None or not in universe" ; label values wsalyne4 wsalynel; label define wsalynel 0 "Not in universe" 1 "Yes" 2 "No" ; label values wsalvlr4 wsalvlrl; label define wsalvlrl 0 "None or not in universe" ; label values seotre4 seotre4l; label define seotre4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values sevalr4 sevalr4l; label define sevalr4l 0 "None or not in universe" ; label values sempyne4 sempynel; label define sempynel 0 "Not in universe" 1 "Yes" 2 "No" ; label values sempvlr4 sempvlrl; label define sempvlrl 0 "None or not in universe" ; label values frmotre4 frmotrel; label define frmotrel 0 "Not in universe" 1 "Yes" 2 "No" ; label values frmvalr4 frmvalrl; label define frmvalrl 0 "None or not in universe" ; label values frseyne4 frseynel; label define frseynel 0 "Not in universe" 1 "Yes" 2 "No" ; label values frsevlr4 frsevlrl; label define frsevlrl 0 "None or not in universe" ; label values ucyne4 ucyne4l; label define ucyne4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values subuce4 subuce4l; label define subuce4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ucvalt4 ucvalt4l; label define ucvalt4l 0 "Not in universe" ; label values wcyne4 wcyne4l; label define wcyne4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values wcvalt4 wcvalt4l; label define wcvalt4l 0 "Not in universe" ; label values ssyne4 ssyne4l; label define ssyne4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ssvalt4 ssvalt4l; label define ssvalt4l 0 "Not in universe" ; label values ssiyne4 ssiyne4l; label define ssiyne4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ssivalt4 ssivaltl; label define ssivaltl 0 "Not in universe" ; label values pawyne4 pawyne4l; label define pawyne4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values pawtype4 pawtypel; label define pawtypel 0 "Not in universe" 1 "AFDC (ADC)" 2 "Other" 3 "Both" ; label values pawmone4 pawmonel; label define pawmonel 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" ; label values pawvalt4 pawvaltl; label define pawvaltl 0 "Not in universe" ; label values vetyne4 vetyne4l; label define vetyne4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty1e4 vetty1el; label define vetty1el 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty2e4 vetty2el; label define vetty2el 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty3e4 vetty3el; label define vetty3el 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty4e4 vetty4el; label define vetty4el 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty5e4 vetty5el; label define vetty5el 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetqvae4 vetqvael; label define vetqvael 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetvalt4 vetvaltl; label define vetvaltl 0 "Not in universe" ; label values suryne4 suryne4l; label define suryne4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values sursc1e4 sursc1el; label define sursc1el 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" ; label values sursc2e4 sursc2el; label define sursc2el 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" ; label values survl1t4 survl1tl; label define survl1tl 0 "Not in universe" ; label values survl2t4 survl2tl; label define survl2tl 0 "Not in universe" ; label values srvsvlr4 srvsvlrl; label define srvsvlrl 0 "Not in universe" ; label values dishpe4 dishpe4l; label define dishpe4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values disyne4 disyne4l; label define disyne4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values dissc1e4 dissc1el; label define dissc1el 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" ; label values dissc2e4 dissc2el; label define dissc2el 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" ; label values disvl1t4 disvl1tl; label define disvl1tl 0 "Not in universe" ; label values disvl2t4 disvl2tl; label define disvl2tl 0 "Not in universe" ; label values dsabvlr4 dsabvlrl; label define dsabvlrl 0 "Not in universe" ; label values retyne4 retyne4l; label define retyne4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values retsc1e4 retsc1el; label define retsc1el 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" ; label values retsc2e4 retsc2el; label define retsc2el 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" ; label values retvl1t4 retvl1tl; label define retvl1tl 0 "Not in universe" ; label values retvl2t4 retvl2tl; label define retvl2tl 0 "Not in universe" ; label values rtmvalr4 rtmvalrl; label define rtmvalrl 0 "Not in universe" ; label values intyne4 intyne4l; label define intyne4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values intvalt4 intvaltl; label define intvaltl 0 "Not in universe" ; label values divyne4 divyne4l; label define divyne4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values divnone4 divnonel; label define divnonel 0 "Not in universe" 1 "None" ; label values divvalt4 divvaltl; label define divvaltl 0 "Not in universe" ; label values rntyne4 rntyne4l; label define rntyne4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values rntvalt4 rntvaltl; label define rntvaltl 0 "Not in universe" ; label values cspyne4 cspyne4l; label define cspyne4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values cspvalt4 cspvaltl; label define cspvaltl 0 "None or not in universe" ; label values almyne4 almyne4l; label define almyne4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values almvalt4 almvaltl; label define almvaltl 0 "Not in universe" ; label values finyne4 finyne4l; label define finyne4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values finvalt4 finvaltl; label define finvaltl 0 "Not in universe" ; label values oioffe4 oioffe4l; label define oioffe4l 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" ; label values oi_yne4 oi_yne4l; label define oi_yne4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values oivalt4 oivalt4l; label define oivalt4l 0 "Not in universe" ; label values ptotvlr4 ptotvlrl; label define ptotvlrl 0 "None or not in universe" ; label values pernvlr4 pernvlrl; label define pernvlrl 0 "None or not in universe" ; label values pothvlr4 pothvlrl; label define pothvlrl 0 "None or not in universe" ; label values ptotrr4 ptotrr4l; label define ptotrr4l 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" ; label values ed_yne4 ed_yne4l; label define ed_yne4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values edtyp1e4 edtyp1el; label define edtyp1el 0 "Not in universe" 1 "Yes, received this educational" 2 "No, did not receive assistance" ; label values edtyp2e4 edtyp2el; label define edtyp2el 0 "Not in universe" 1 "Yes, received this educational" 2 "No, did not receive assistance" ; label values edtyp3e4 edtyp3el; label define edtyp3el 0 "Not in universe" 1 "Yes, received this educational" 2 "No, did not receive assistance" ; label values mcaree4 mcaree4l; label define mcaree4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values mcaide4 mcaide4l; label define mcaide4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values champe4 champe4l; label define champe4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values hi_yne4 hi_yne4l; label define hi_yne4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values hiowne4 hiowne4l; label define hiowne4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values hiempe4 hiempe4l; label define hiempe4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values cov_hie4 cov_hiel; label define cov_hiel 1 "Yes" 2 "No" ; label values ch_mce4 ch_mce4l; label define ch_mce4l 0 "Not in universe" 1 "Yes" 2 "No" ; label values rsnnie7 rsnnie7l; label define rsnnie7l 0 "Interviewed" 4 "Institutionalized" 10 "Not intrvwed during 1997 data" ; label values tenuree7 tenureem; label define tenureem 1 "Owned or being bought by you or" 2 "Rented for cash" 3 "Occupied without payment of cash" ; label values stfipsr7 stfipsrm; label define stfipsrm 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" ; label values g_regr7 g_regr7l; label define g_regr7l 1 "Northeast" 2 "Midwest" 3 "South" 4 "West" ; label values hotlune7 hotlunem; label define hotlunem 0 "Not in Universe" 1 "All or some" 2 "None" ; label values hotnoe7 hotnoe7l; label define hotnoe7l 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" ; label values hflunce7 hfluncem; label define hfluncem 0 "Not in Universe" 1 "Yes" 2 "No" ; label values hflunne7 hflunnem; label define hflunnem 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" ; label values hpublie7 hpubliem; label define hpubliem 0 "Not in universe" 1 "Yes" 2 "No" ; label values hlorene7 hlorenem; label define hlorenem 0 "Not in universe" 1 "Yes" 2 "No" ; label values hincwse7 hincwsem; label define hincwsem 1 "Yes" 2 "No" ; label values hwsvalr7 hwsvalrm; label define hwsvalrm 0 "None or not in universe" ; label values hincsee7 hincseem; label define hincseem 1 "Yes" 2 "No" ; label values hsevalr7 hsevalrm; label define hsevalrm 0 "None or not in universe" ; label values hincfre7 hincfrem; label define hincfrem 1 "Yes" 2 "No" ; label values hfrvalr7 hfrvalrm; label define hfrvalrm 0 "None or not in universe" ; label values hfdspe7 hfdspe7l; label define hfdspe7l 1 "Yes" 2 "No" ; label values hfdnoe7 hfdnoe7l; label define hfdnoe7l 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" ; label values hfdmone7 hfdmonem; label define hfdmonem 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" ; label values hfdvalr7 hfdvalrm; label define hfdvalrm 0 "Not in universe" ; label values hengase7 hengasem; label define hengasem 1 "Yes" 2 "No" ; label values hengvlr7 hengvlrm; label define hengvlrm 0 "Not in universe" ; label values hincuce7 hincucem; label define hincucem 1 "Yes" 2 "No" ; label values hucvalr7 hucvalrm; label define hucvalrm 0 "None or not in universe" ; label values hincwce7 hincwcem; label define hincwcem 1 "Yes" 2 "No" ; label values hwcvalr7 hwcvalrm; label define hwcvalrm 0 "None or not in universe" ; label values hssyne7 hssyne7l; label define hssyne7l 1 "Yes" 2 "No" ; label values hssvalr7 hssvalrm; label define hssvalrm 0 "None or not in universe" ; label values hssiyne7 hssiynem; label define hssiynem 1 "Yes" 2 "No" ; label values hssivlr7 hssivlrm; label define hssivlrm 0 "None or not in universe" ; label values hpawyne7 hpawynem; label define hpawynem 1 "Yes" 2 "No" ; label values hpawvlr7 hpawvlrm; label define hpawvlrm 0 "None or not in universe" ; label values hvetyne7 hvetynem; label define hvetynem 1 "Yes" 2 "No" ; label values hvetvlr7 hvetvlrm; label define hvetvlrm 0 "None or not in universe" ; label values hsuryne7 hsurynem; label define hsurynem 1 "Yes" 2 "No" ; label values hsurvlr7 hsurvlrm; label define hsurvlrm 0 "None or not in universe" ; label values hdisyne7 hdisynem; label define hdisynem 1 "Yes" 2 "No" ; label values hdisvlr7 hdisvlrm; label define hdisvlrm 0 "None or not in universe" ; label values hretyne7 hretynem; label define hretynem 1 "Yes" 2 "No" ; label values hretvlr7 hretvlrm; label define hretvlrm 0 "None or not in universe" ; label values hintyne7 hintynem; label define hintynem 1 "Yes" 2 "No" ; label values hintvlr7 hintvlrm; label define hintvlrm 0 "None or not in universe" ; label values hdivyne7 hdivynem; label define hdivynem 1 "Yes" 2 "No" ; label values hdivvlr7 hdivvlrm; label define hdivvlrm 0 "None or not in universe" ; label values hrntyne7 hrntynem; label define hrntynem 1 "Yes" 2 "No" ; label values hrntvlr7 hrntvlrm; label define hrntvlrm 0 "None or not in universe" ; label values hcspyne7 hcspynem; label define hcspynem 1 "Yes" 2 "No" ; label values hcspvlr7 hcspvlrm; label define hcspvlrm 0 "None or not in universe" ; label values halmyne7 halmynem; label define halmynem 1 "Yes" 2 "No" ; label values halmvlr7 halmvlrm; label define halmvlrm 0 "None or not in universe" ; label values hfinyne7 hfinynem; label define hfinynem 1 "Yes" 2 "No" ; label values hfinvlr7 hfinvlrm; label define hfinvlrm 0 "None or not in universe" ; label values hoiyne7 hoiyne7l; label define hoiyne7l 1 "Yes" 2 "No" ; label values hoivalr7 hoivalrm; label define hoivalrm 0 "None or not in universe" ; label values hed_yne7 hed_ynem; label define hed_ynem 1 "Yes" 2 "No" ; label values htotvlr7 htotvlrm; label define htotvlrm 0 "None or not in universe" ; label values hernvlr7 hernvlrm; label define hernvlrm 0 "None or not in universe" ; label values hothvlr7 hothvlrm; label define hothvlrm 0 "None or not in universe" ; label values htotrr7 htotrr7l; label define htotrr7l -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" ; label values top5pce7 top5pcem; label define top5pcem 0 "Not in universe (group quarters)" 1 "Yes - In top 5 percent" 2 "No - Not in top 5 percent" ; label values pctcute7 pctcutem; label define pctcutem 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" ; label values hmcaree7 hmcareem; label define hmcareem 1 "Yes" 2 "No" ; label values hmcaide7 hmcaidem; label define hmcaidem 1 "Yes" 2 "No" ; label values hchampe7 hchampem; label define hchampem 1 "Yes" 2 "No" ; label values hhi_yne7 hhi_ynem; label define hhi_ynem 1 "Yes" 2 "No" ; label values cmcaree7 cmcareem; label define cmcareem 0 "Not in universe" 1 "Yes" 2 "No" ; label values cmcenoe7 cmcenoei; label define cmcenoei 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" ; label values chie7 chie7l; label define chie7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values chinoe7 chinoe7l; label define chinoe7l 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" ; label values chinrhe7 chinrhei; label define chinrhei 0 "Not in universe" 1 "Yes" 2 "No" ; label values famknde7 famkndem; label define famkndem 1 "Husband-wife family" 2 "Male head" 3 "Female head" ; label values povlle7 povlle7l; label define povlle7l 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" ; label values famlise7 famlisem; label define famlisem 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" ; label values rspove7 rspove7l; label define rspove7l 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" ; label values fincwse7 fincwsem; label define fincwsem 1 "Yes" 2 "No" ; label values fwsvalr7 fwsvalrm; label define fwsvalrm 0 "None or not in universe" ; label values fincsee7 fincseem; label define fincseem 1 "Yes" 2 "No" ; label values fsevalr7 fsevalrm; label define fsevalrm 0 "None or not in universe" ; label values fincfre7 fincfrem; label define fincfrem 1 "Yes" 2 "No" ; label values ffrvalr7 ffrvalrm; label define ffrvalrm 0 "None or not in universe" ; label values fincuce7 fincucem; label define fincucem 1 "Yes" 2 "No" ; label values fucvalr7 fucvalrm; label define fucvalrm 0 "None or not in universe" ; label values fincwce7 fincwcem; label define fincwcem 1 "Yes" 2 "No" ; label values fwcvalr7 fwcvalrm; label define fwcvalrm 0 "None or not in universe" ; label values fincsse7 fincssem; label define fincssem 1 "Yes" 2 "No" ; label values fssvalr7 fssvalrm; label define fssvalrm 0 "None or not in universe" ; label values fssiyne7 fssiynem; label define fssiynem 1 "Yes" 2 "No" ; label values fssivlr7 fssivlrm; label define fssivlrm 0 "None or not in universe" ; label values finpawe7 finpawem; label define finpawem 1 "Yes" 2 "No" ; label values fpawvlr7 fpawvlrm; label define fpawvlrm 0 "None or not in universe" ; label values finvete7 finvetem; label define finvetem 1 "Yes" 2 "No" ; label values fvetvlr7 fvetvlrm; label define fvetvlrm 0 "None or not in universe" ; label values finsure7 finsurem; label define finsurem 1 "Yes" 2 "No" ; label values fsurvlr7 fsurvlrm; label define fsurvlrm 0 "None or not in universe" ; label values findise7 findisem; label define findisem 1 "Yes" 2 "No" ; label values fdisvlr7 fdisvlrm; label define fdisvlrm 0 "None or not in universe" ; label values finrete7 finretem; label define finretem 1 "Yes" 2 "No" ; label values fretvlr7 fretvlrm; label define fretvlrm 0 "None or not in universe" ; label values fininte7 finintem; label define finintem 1 "Yes" 2 "No" ; label values fintvlr7 fintvlrm; label define fintvlrm 0 "None or not in universe" ; label values findive7 findivem; label define findivem 1 "Yes" 2 "No" ; label values fdivvlr7 fdivvlrm; label define fdivvlrm 0 "None or not in universe" ; label values finrnte7 finrntem; label define finrntem 1 "Yes" 2 "No" ; label values frntvlr7 frntvlrm; label define frntvlrm 0 "None or not in universe" ; label values fincspe7 fincspem; label define fincspem 1 "Yes" 2 "No" ; label values fcspvlr7 fcspvlrm; label define fcspvlrm 0 "None or not in universe" ; label values finalme7 finalmem; label define finalmem 1 "Yes" 2 "No" ; label values falmvlr7 falmvlrm; label define falmvlrm 0 "None or not in universe" ; label values ffinyne7 ffinynem; label define ffinynem 1 "Yes" 2 "No" ; label values ffinvlr7 ffinvlrm; label define ffinvlrm 0 "None or not in universe" ; label values fincoie7 fincoiem; label define fincoiem 1 "Yes" 2 "No" ; label values foivalr7 foivalrm; label define foivalrm 0 "None or not in universe" ; label values fed_yne7 fed_ynem; label define fed_ynem 1 "Yes" 2 "No" ; label values ftotvlr7 ftotvlrm; label define ftotvlrm 0 "None or not in universe" ; label values fernvlr7 fernvlrm; label define fernvlrm 0 "None or not in universe" ; label values fothvlr7 fothvlrm; label define fothvlrm 0 "None or not in universe" ; label values ftotrr7 ftotrr7l; label define ftotrr7l -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" ; label values fernvrr7 fernvrrm; label define fernvrrm 0 "None or not in universe" ; label values fothvrr7 fothvrrm; label define fothvrrm 0 "None or not in universe" ; label values ftotvrr7 ftotvrrm; label define ftotvrrm 0 "None or not in universe" ; label values famtype7 famtypem; label define famtypem 1 "Primary family member (not in a" 2 "Primary individual (person" 3 "Related subfamily member" 4 "Unrelated subfamily member" 5 "Secondary indiv (nonrelative who" ; label values famrele7 famrelem; label define famrelem 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" ; label values rrpe7 rrpe7l; label define rrpe7l 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" ; label values aget7 aget7l; label define aget7l 0 "Under 1 year of age" ; label values maritle7 maritlem; label define maritlem 1 "Married, Spouse present" 2 "Married, spouse absent" 3 "Widowed" 4 "Divorced" 5 "Separated" 6 "Never married" ; label values spousee7 spouseem; label define spouseem 0 "No spouse" ; label values vete7 vete7l; label define vete7l 1 "Yes" 2 "No" ; label values citshpe7 citshpei; label define citshpei 1 "Yes" 2 "No" ; label values hgar7 hgar7l; label define hgar7l 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" ; label values workyne7 workynem; label define workynem 0 "Not in universe or children" 1 "Yes" 2 "No" ; label values wtempe7 wtempe7l; label define wtempe7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values nwlooke7 nwlookem; label define nwlookem 0 "Not in universe or children" 1 "Yes" 2 "No" ; label values nwlkwke7 nwlkwkem; label define nwlkwkem 0 "Not in universe" ; label values rsnotwe7 rsnotwei; label define rsnotwei 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" ; label values wkswrke7 wkswrkem; label define wkswrkem 0 "Not in universe" ; label values wkchckr7 wkchckrm; label define wkchckrm 0 "Not in universe" 1 "1-49 Weeks" 2 "50-51 Weeks" 3 "52 Weeks" ; label values losewke7 losewkem; label define losewkem 0 "Not in universe" 1 "Yes" 2 "No" ; label values lknonee7 lknoneem; label define lknoneem 0 "Not in universe or had weeks" 1 "No weeks looking for work or on" ; label values lkwkse7 lkwkse7l; label define lkwkse7l 0 "No weeks looking for work/on" ; label values lkstrhe7 lkstrhei; label define lkstrhei 0 "Not in universe" 1 "Yes - 1 stretch" 2 "No - 2 stretches" 3 "No - 3+ stretches" ; label values pyrsne7 pyrsne7l; label define pyrsne7l 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" ; label values emprse7 emprse7l; label define emprse7l 0 "Not in universe" 1 "1 employer" 2 "2 employers" 3 "3+ employers" ; label values hrswke7 hrswke7l; label define hrswke7l 0 "Not in universe" ; label values hrchkr7 hrchkr7l; label define hrchkr7l 0 "Not in universe" 1 "Part-time (1-34 hours)" 2 "Full-time (35+ hours)" ; label values ljcwe7 ljcwe7l; label define ljcwe7l 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" ; label values occupe7 occupe7l; label define occupe7l 0 "Not in universe or children" ; label values wexpr7 wexpr7l; label define wexpr7l 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" ; label values wewkrsr7 wewkrsrm; label define wewkrsrm 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" ; label values welknwr7 welknwrm; label define welknwrm 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" ; label values weuempr7 weuemprm; label define weuemprm 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" ; label values earnere7 earnerem; label define earnerem 0 "Not in universe" 1 "Earner" 2 "Nonearner" ; label values clwkr7 clwkr7l; label define clwkr7l 0 "Not in universe" 1 "Private (includes" 2 "Government" 3 "Self-employed" 4 "Without pay" 5 "Never worked" ; label values weclwr7 weclwr7l; label define weclwr7l 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" ; label values poccu2r7 poccu2rm; label define poccu2rm 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" ; label values wemocgr7 wemocgrm; label define wemocgrm 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" ; label values wemindr7 wemindrm; label define wemindrm 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" ; label values noempr7 noempr7l; label define noempr7l 0 "Not in universe" 1 "Under 25 employees" 2 "25 to 99 employees" 3 "100+ employees" ; label values ernyne7 ernyne7l; label define ernyne7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ernvalt7 ernvaltm; label define ernvaltm 0 "None or not in universe" ; label values ernsrce7 ernsrcem; label define ernsrcem 0 "None or not in universe" 1 "Wage and Salary" 2 "Self-employment" 3 "Farm self-employment" 4 "Without pay" ; label values ernotre7 ernotrem; label define ernotrem 0 "Not in universe" 1 "Yes" 2 "No" ; label values wgeotre7 wgeotrem; label define wgeotrem 0 "Not in universe" 1 "Yes" 2 "No" ; label values wsvalr7 wsvalr7l; label define wsvalr7l 0 "None or not in universe" ; label values wsalyne7 wsalynem; label define wsalynem 0 "Not in universe" 1 "Yes" 2 "No" ; label values wsalvlr7 wsalvlrm; label define wsalvlrm 0 "None or not in universe" ; label values seotre7 seotre7l; label define seotre7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values sevalr7 sevalr7l; label define sevalr7l 0 "None or not in universe" ; label values sempyne7 sempynem; label define sempynem 0 "Not in universe" 1 "Yes" 2 "No" ; label values sempvlr7 sempvlrm; label define sempvlrm 0 "None or not in universe" ; label values frmotre7 frmotrem; label define frmotrem 0 "Not in universe" 1 "Yes" 2 "No" ; label values frmvalr7 frmvalrm; label define frmvalrm 0 "None or not in universe" ; label values frseyne7 frseynem; label define frseynem 0 "Not in universe" 1 "Yes" 2 "No" ; label values frsevlr7 frsevlrm; label define frsevlrm 0 "None or not in universe" ; label values penplne7 penplnei; label define penplnei 0 "Not in universe" 1 "Yes" 2 "No" ; label values penpare7 penparei; label define penparei 0 "Not in universe" 1 "Yes" 2 "No" ; label values ucyne7 ucyne7l; label define ucyne7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values subuce7 subuce7l; label define subuce7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values strkuce7 strkucei; label define strkucei 0 "Not in universe" 1 "Yes" 2 "No" ; label values ucvalt7 ucvalt7l; label define ucvalt7l 0 "Not in universe" ; label values wcyne7 wcyne7l; label define wcyne7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values wctypee7 wctypeei; label define wctypeei 0 "Not in universe" 1 "State workers' compensation" 2 "Employer or employer's insurance" 3 "Own insurance" 4 "Other" ; label values wcvalt7 wcvalt7l; label define wcvalt7l 0 "Not in universe" ; label values ssyne7 ssyne7l; label define ssyne7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ssvalt7 ssvalt7l; label define ssvalt7l 0 "Not in universe" ; label values ssiyne7 ssiyne7l; label define ssiyne7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ssivalt7 ssivaltm; label define ssivaltm 0 "Not in universe" ; label values pawyne7 pawyne7l; label define pawyne7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values pawtype7 pawtypem; label define pawtypem 0 "Not in universe" 1 "AFDC (ADC)" 2 "Other" 3 "Both" ; label values pawmone7 pawmonem; label define pawmonem 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" ; label values pawvalt7 pawvaltm; label define pawvaltm 0 "Not in universe" ; label values vetyne7 vetyne7l; label define vetyne7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty1e7 vetty1em; label define vetty1em 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty2e7 vetty2em; label define vetty2em 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty3e7 vetty3em; label define vetty3em 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty4e7 vetty4em; label define vetty4em 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty5e7 vetty5em; label define vetty5em 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetqvae7 vetqvaem; label define vetqvaem 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetvalt7 vetvaltm; label define vetvaltm 0 "Not in universe" ; label values suryne7 suryne7l; label define suryne7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values sursc1e7 sursc1em; label define sursc1em 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" ; label values sursc2e7 sursc2em; label define sursc2em 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" ; label values survl1t7 survl1tm; label define survl1tm 0 "Not in universe" ; label values survl2t7 survl2tm; label define survl2tm 0 "Not in universe" ; label values srvsvlr7 srvsvlrm; label define srvsvlrm 0 "Not in universe" ; label values dishpe7 dishpe7l; label define dishpe7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values discse7 discse7l; label define discse7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values disyne7 disyne7l; label define disyne7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values dissc1e7 dissc1em; label define dissc1em 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" ; label values dissc2e7 dissc2em; label define dissc2em 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" ; label values disvl1t7 disvl1tm; label define disvl1tm 0 "Not in universe" ; label values disvl2t7 disvl2tm; label define disvl2tm 0 "Not in universe" ; label values dsabvlr7 dsabvlrm; label define dsabvlrm 0 "Not in universe" ; label values retyne7 retyne7l; label define retyne7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values retsc1e7 retsc1em; label define retsc1em 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" ; label values retsc2e7 retsc2em; label define retsc2em 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" ; label values retvl1t7 retvl1tm; label define retvl1tm 0 "Not in universe" ; label values retvl2t7 retvl2tm; label define retvl2tm 0 "Not in universe" ; label values rtmvalr7 rtmvalrm; label define rtmvalrm 0 "Not in universe" ; label values intyne7 intyne7l; label define intyne7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values intvalt7 intvaltm; label define intvaltm 0 "Not in universe" ; label values divyne7 divyne7l; label define divyne7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values divnone7 divnonem; label define divnonem 0 "Not in universe" 1 "None" ; label values divvalt7 divvaltm; label define divvaltm 0 "Not in universe" ; label values rntyne7 rntyne7l; label define rntyne7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values rntvalt7 rntvaltm; label define rntvaltm 0 "Not in universe" ; label values cspyne7 cspyne7l; label define cspyne7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values cspvalt7 cspvaltm; label define cspvaltm 0 "None or not in universe" ; label values almyne7 almyne7l; label define almyne7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values almvalt7 almvaltm; label define almvaltm 0 "Not in universe" ; label values finyne7 finyne7l; label define finyne7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values finvalt7 finvaltm; label define finvaltm 0 "Not in universe" ; label values oioffe7 oioffe7l; label define oioffe7l 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" ; label values oi_yne7 oi_yne7l; label define oi_yne7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values oivalt7 oivalt7l; label define oivalt7l 0 "Not in universe" ; label values ptotvlr7 ptotvlrm; label define ptotvlrm 0 "None or not in universe" ; label values pernvlr7 pernvlrm; label define pernvlrm 0 "None or not in universe" ; label values pothvlr7 pothvlrm; label define pothvlrm 0 "None or not in universe" ; label values ptotrr7 ptotrr7l; label define ptotrr7l -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" ; label values ed_yne7 ed_yne7l; label define ed_yne7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values edtyp1e7 edtyp1em; label define edtyp1em 0 "Not in universe" 1 "Yes, received this educational" 2 "No, did not receive assistance" ; label values edtyp2e7 edtyp2em; label define edtyp2em 0 "Not in universe" 1 "Yes, received this educational" 2 "No, did not receive assistance" ; label values edtyp3e7 edtyp3em; label define edtyp3em 0 "Not in universe" 1 "Yes, received this educational" 2 "No, did not receive assistance" ; label values mcaree7 mcaree7l; label define mcaree7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values mcaide7 mcaide7l; label define mcaide7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values champe7 champe7l; label define champe7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values hi_yne7 hi_yne7l; label define hi_yne7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values hiowne7 hiowne7l; label define hiowne7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values hipaide7 hipaidei; label define hipaidei 0 "Not in universe" 1 "All" 2 "Part" 3 "None" ; label values hiempe7 hiempe7l; label define hiempe7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values cov_ghe7 cov_ghei; label define cov_ghei 0 "Not in universe" 1 "Yes" 2 "No" ; label values cov_hie7 cov_hiem; label define cov_hiem 1 "Yes" 2 "No" ; label values ch_mce7 ch_mce7l; label define ch_mce7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ch_hie7 ch_hie7l; label define ch_hie7l 0 "Not in universe" 1 "Private Coverage Through Someone" 2 "Private coverage through someone" 3 "Not covered by private health" ; label values hie7 hie7l; label define hie7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values dephie7 dephie7l; label define dephie7l 0 "(No or) Not in universe" 1 "Yes" ; label values hilin1e7 hilin1ei; label define hilin1ei 0 "Not in universe" ; label values paide7 paide7l; label define paide7l 0 "Not in universe" 1 "All" 2 "Part" 3 "None" ; label values prive7 prive7l; label define prive7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values deprive7 deprivei; label define deprivei 0 "(No or) Not in universe" 1 "Yes" ; label values pilin1e7 pilin1ei; label define pilin1ei 0 "Not in universe" ; label values oute7 oute7l; label define oute7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values mone7 mone7l; label define mone7l 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" ; label values othe7 othe7l; label define othe7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values otyp_4e7 otyp_4ei; label define otyp_4ei 0 "Not in universe" 1 "Yes" 2 "No" ; label values otyp_5e7 otyp_5ei; label define otyp_5ei 0 "Not in universe" 1 "Yes" 2 "No" ; label values curre7 curre7l; label define curre7l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ctyp_1e7 ctyp_1ei; label define ctyp_1ei 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)" ; label values ctyp_2e7 ctyp_2ei; label define ctyp_2ei 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)" ; label values ctyp_3e7 ctyp_3ei; label define ctyp_3ei 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)" ; label values ctyp_4e7 ctyp_4ei; label define ctyp_4ei 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)" ; label values ctyp_5e7 ctyp_5ei; label define ctyp_5ei 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)" ; label values tenurei7 tenureii; label define tenureii 0 "No change" 1 "Value to blank" 4 "Imputed" ; label values hotnoi7 hotnoi7l; label define hotnoi7l 0 "No change" 1 "Imputed" ; label values hotluni7 hotlunii; label define hotlunii 0 "No change" 1 "Imputed" ; label values hflunci7 hfluncii; label define hfluncii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values hflunni7 hflunnii; label define hflunnii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values hpublii7 hpubliii; label define hpubliii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values hloreni7 hlorenii; label define hlorenii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values hfdspi7 hfdspi7l; label define hfdspi7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values hfdnoi7 hfdnoi7l; label define hfdnoi7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values hfdmoni7 hfdmonii; label define hfdmonii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values hfdvali7 hfdvalii; label define hfdvalii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values hengasi7 hengasii; label define hengasii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values hengvli7 hengvlii; label define hengvlii 0 "Not imputed" 1 "Hotdeck imputation" 2 "Cold deck imputation" 3 "Logical imputation" ; label values despari7 desparii; label define desparii 0 "No change" 2 "Blank to value" 3 "Value to value" ; label values rrpi7 rrpi7l; label define rrpi7l 0 "No change" 2 "Blank to value" 3 "Value to value" ; label values agei7 agei7l; label define agei7l 0 "Not imputed" 1 "Statistical imputation (hot" 3 "Logical imputation (derivation)" ; label values maritli7 maritlii; label define maritlii 0 "Not imputed" 1 "Statistical imputation (hot" 3 "Logical imputation (derivation)" ; label values spousei7 spouseii; label define spouseii 0 "Not imputed" 1 "Statistical imputation (hot" 3 "Logical imputation (derivation)" ; label values veti7 veti7l; label define veti7l 0 "Not imputed" 1 "Statistical imputation (hot" 3 "Logical imputation (derivation)" ; label values hgai7 hgai7l; label define hgai7l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" 4 "Allocated in Bridge (1997)" ; label values workyni7 workynii; label define workynii 0 "No change or children" 1 "Imputed" ; label values wtempi7 wtempi7l; label define wtempi7l 0 "No change or children" 1 "Imputed" ; label values nwlooki7 nwlookii; label define nwlookii 0 "No change or children" 1 "Imputed" ; label values nwlkwki7 nwlkwkii; label define nwlkwkii 0 "No change or children" 1 "Imputed" ; label values rsnotwi7 rsnotwii; label define rsnotwii 0 "No change or children" 1 "Imputed" ; label values wkswrki7 wkswrkii; label define wkswrkii 0 "No change or children" 1 "Imputed" ; label values losewki7 losewkii; label define losewkii 0 "No change or children" 1 "Imputed" ; label values lkwksi7 lkwksi7l; label define lkwksi7l 0 "No change or children" 1 "Imputed" ; label values lkstrhi7 lkstrhii; label define lkstrhii 0 "No change or children" 1 "Imputed" ; label values pyrsni7 pyrsni7l; label define pyrsni7l 0 "No change or children" 1 "Imputed" ; label values emprsi7 emprsi7l; label define emprsi7l 0 "No change or children" 1 "Imputed" ; label values hrswki7 hrswki7l; label define hrswki7l 0 "No change or children" 1 "Imputed" ; label values ljcwi7 ljcwi7l; label define ljcwi7l 0 "No change or children" 1 "Imputed" ; label values indusi7 indusi7l; label define indusi7l 0 "No change or children" 1 "Imputed" ; label values occupi7 occupi7l; label define occupi7l 0 "No change or children" 1 "Imputed" ; label values noempi7 noempi7l; label define noempi7l 0 "No change or children" 1 "Imputed" ; label values ernyni7 ernyni7l; label define ernyni7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values ernvali7 ernvalii; label define ernvalii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values ernsrci7 ernsrcii; label define ernsrcii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values wsvali7 wsvali7l; label define wsvali7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values seotri7 seotri7l; label define seotri7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values sevali7 sevali7l; label define sevali7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values frmotri7 frmotrii; label define frmotrii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values frmvali7 frmvalii; label define frmvalii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values penplni7 penplnii; label define penplnii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values penpari7 penparii; label define penparii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values ucyni7 ucyni7l; label define ucyni7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values ucvali7 ucvali7l; label define ucvali7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values wcyni7 wcyni7l; label define wcyni7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values wctypei7 wctypeii; label define wctypeii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values wcvali7 wcvali7l; label define wcvali7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values ssyni7 ssyni7l; label define ssyni7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values ssvali7 ssvali7l; label define ssvali7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values ssiyni7 ssiyni7l; label define ssiyni7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values ssivali7 ssivalii; label define ssivalii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values pawyni7 pawyni7l; label define pawyni7l 0 "No change or children" 1 "Imputed" ; label values pawtypi7 pawtypii; label define pawtypii 0 "No change or children" 1 "Imputed" ; label values pawmoni7 pawmonii; label define pawmonii 0 "No change or children" 1 "Imputed" ; label values pawvali7 pawvalii; label define pawvalii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values vetyni7 vetyni7l; label define vetyni7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values vettypi7 vettypii; label define vettypii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values vetqvai7 vetqvaii; label define vetqvaii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values vetvali7 vetvalii; label define vetvalii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values suryni7 suryni7l; label define suryni7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values sursc1i7 sursc1ii; label define sursc1ii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values sursc2i7 sursc2ii; label define sursc2ii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values survl1i7 survl1ii; label define survl1ii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values survl2i7 survl2ii; label define survl2ii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values dishpi7 dishpi7l; label define dishpi7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values discsi7 discsi7l; label define discsi7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values disyni7 disyni7l; label define disyni7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values dissc1i7 dissc1ii; label define dissc1ii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values dissc2i7 dissc2ii; label define dissc2ii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values disvl1i7 disvl1ii; label define disvl1ii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values disvl2i7 disvl2ii; label define disvl2ii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values retyni7 retyni7l; label define retyni7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values retsc1i7 retsc1ii; label define retsc1ii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values retsc2i7 retsc2ii; label define retsc2ii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values retvl1i7 retvl1ii; label define retvl1ii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values retvl2i7 retvl2ii; label define retvl2ii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values intyni7 intyni7l; label define intyni7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values intvali7 intvalii; label define intvalii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values divyni7 divyni7l; label define divyni7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values divvali7 divvalii; label define divvalii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values rntyni7 rntyni7l; label define rntyni7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values rntvali7 rntvalii; label define rntvalii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values cspyni7 cspyni7l; label define cspyni7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values cspvali7 cspvalii; label define cspvalii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values almyni7 almyni7l; label define almyni7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values almvali7 almvalii; label define almvalii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values finyni7 finyni7l; label define finyni7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values finvali7 finvalii; label define finvalii 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values oivali7 oivali7l; label define oivali7l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values ed_yni7 ed_yni7l; label define ed_yni7l 0 "No change or children" 1 "Imputed" ; label values edtyp1i7 edtyp1ii; label define edtyp1ii 0 "No change or children" 1 "Imputed" ; label values edtyp2i7 edtyp2ii; label define edtyp2ii 0 "No change or children" 1 "Imputed" ; label values hii7 hii7l; label define hii7l 0 "Not imputed" 1 "Imputed" ; label values dephii7 dephii7l; label define dephii7l 0 "Not imputed" 1 "Imputed" ; label values paidi7 paidi7l; label define paidi7l 0 "Not imputed" 1 "Imputed" ; label values privi7 privi7l; label define privi7l 0 "Not imputed" 1 "Imputed" ; label values deprivi7 deprivii; label define deprivii 0 "Not imputed" 1 "Imputed" ; label values outi7 outi7l; label define outi7l 0 "Not imputed" 1 "Imputed" ; label values moni7 moni7l; label define moni7l 0 "Not imputed" 1 "Imputed" ; label values othi7 othi7l; label define othi7l 0 "Not imputed" 1 "Imputed" ; label values otyp_i7 otyp_i7l; label define otyp_i7l 0 "Not imputed" 1 "Imputed" ; label values curri7 curri7l; label define curri7l 0 "Not imputed" 1 "Imputed" ; label values ctyp_1i7 ctyp_1ii; label define ctyp_1ii 0 "Not imputed" 1 "Imputed" ; label values rsnnie8 rsnnie8l; label define rsnnie8l 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" ; label values tenuree8 tenureen; label define tenureen 1 "Owned or being bought by you or" 2 "Rented for cash" 3 "Occupied without payment of cash" ; label values stfipsr8 stfipsrn; label define stfipsrn 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" ; label values g_regr8 g_regr8l; label define g_regr8l 1 "Northeast" 2 "Midwest" 3 "South" 4 "West" ; label values hflunce8 hfluncen; label define hfluncen 0 "Not in Universe" 1 "Yes" 2 "No" ; label values hflunne8 hflunnen; label define hflunnen 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" ; label values hpublie8 hpublien; label define hpublien 0 "Not in universe" 1 "Yes" 2 "No" ; label values hlorene8 hlorenen; label define hlorenen 0 "Not in universe" 1 "Yes" 2 "No" ; label values hsece8 hsece8l; label define hsece8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values hincwse8 hincwsen; label define hincwsen 1 "Yes" 2 "No" ; label values hwsvalr8 hwsvalrn; label define hwsvalrn 0 "None or not in universe" ; label values hincsee8 hincseen; label define hincseen 1 "Yes" 2 "No" ; label values hsevalr8 hsevalrn; label define hsevalrn 0 "None or not in universe" ; label values hincfre8 hincfren; label define hincfren 1 "Yes" 2 "No" ; label values hfrvalr8 hfrvalrn; label define hfrvalrn 0 "None or not in universe" ; label values hfdspe8 hfdspe8l; label define hfdspe8l 1 "Yes" 2 "No" ; label values hfdnoe8 hfdnoe8l; label define hfdnoe8l 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" ; label values hfdmone8 hfdmonen; label define hfdmonen 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" ; label values hfdvalr8 hfdvalrn; label define hfdvalrn 0 "Not in universe" ; label values hengase8 hengasen; label define hengasen 1 "Yes" 2 "No" ; label values hengvlr8 hengvlrn; label define hengvlrn 0 "Not in universe" ; label values hincuce8 hincucen; label define hincucen 1 "Yes" 2 "No" ; label values hucvalr8 hucvalrn; label define hucvalrn 0 "None or not in universe" ; label values hincwce8 hincwcen; label define hincwcen 1 "Yes" 2 "No" ; label values hwcvalr8 hwcvalrn; label define hwcvalrn 0 "None or not in universe" ; label values hssyne8 hssyne8l; label define hssyne8l 1 "Yes" 2 "No" ; label values hssvalr8 hssvalrn; label define hssvalrn 0 "None or not in universe" ; label values hssiyne8 hssiynen; label define hssiynen 1 "Yes" 2 "No" ; label values hssivlr8 hssivlrn; label define hssivlrn 0 "None or not in universe" ; label values hpawyne8 hpawynen; label define hpawynen 1 "Yes" 2 "No" ; label values hpawvlr8 hpawvlrn; label define hpawvlrn 0 "None or not in universe" ; label values hvetyne8 hvetynen; label define hvetynen 1 "Yes" 2 "No" ; label values hvetvlr8 hvetvlrn; label define hvetvlrn 0 "None or not in universe" ; label values hsuryne8 hsurynen; label define hsurynen 1 "Yes" 2 "No" ; label values hsurvlr8 hsurvlrn; label define hsurvlrn 0 "None or not in universe" ; label values hdisyne8 hdisynen; label define hdisynen 1 "Yes" 2 "No" ; label values hdisvlr8 hdisvlrn; label define hdisvlrn 0 "None or not in universe" ; label values hretyne8 hretynen; label define hretynen 1 "Yes" 2 "No" ; label values hretvlr8 hretvlrn; label define hretvlrn 0 "None or not in universe" ; label values hintyne8 hintynen; label define hintynen 1 "Yes" 2 "No" ; label values hintvlr8 hintvlrn; label define hintvlrn 0 "None or not in universe" ; label values hdivyne8 hdivynen; label define hdivynen 1 "Yes" 2 "No" ; label values hdivvlr8 hdivvlrn; label define hdivvlrn 0 "None or not in universe" ; label values hrntyne8 hrntynen; label define hrntynen 1 "Yes" 2 "No" ; label values hrntvlr8 hrntvlrn; label define hrntvlrn 0 "None or not in universe" ; label values hcspyne8 hcspynen; label define hcspynen 1 "Yes" 2 "No" ; label values hcspvlr8 hcspvlrn; label define hcspvlrn 0 "None or not in universe" ; label values halmyne8 halmynen; label define halmynen 1 "Yes" 2 "No" ; label values halmvlr8 halmvlrn; label define halmvlrn 0 "None or not in universe" ; label values hfinyne8 hfinynen; label define hfinynen 1 "Yes" 2 "No" ; label values hfinvlr8 hfinvlrn; label define hfinvlrn 0 "None or not in universe" ; label values hoiyne8 hoiyne8l; label define hoiyne8l 1 "Yes" 2 "No" ; label values hoivalr8 hoivalrn; label define hoivalrn 0 "None or not in universe" ; label values hedaide8 hedaidei; label define hedaidei 1 "Yes" 2 "No" ; label values htotvlr8 htotvlrn; label define htotvlrn 0 "None or not in universe" ; label values hernvlr8 hernvlrn; label define hernvlrn 0 "None or not in universe" ; label values hothvlr8 hothvlrn; label define hothvlrn 0 "None or not in universe" ; label values htotrr8 htotrr8l; label define htotrr8l -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" ; label values top5pce8 top5pcen; label define top5pcen 0 "Not in universe (group quarters)" 1 "Yes - In top 5 percent" 2 "No - Not in top 5 percent" ; label values pctcute8 pctcuten; label define pctcuten 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" ; label values hmcaree8 hmcareen; label define hmcareen 1 "Yes" 2 "No" ; label values hmcaide8 hmcaiden; label define hmcaiden 1 "Yes" 2 "No" ; label values hchampe8 hchampen; label define hchampen 1 "Yes" 2 "No" ; label values hhi_yne8 hhi_ynen; label define hhi_ynen 1 "Yes" 2 "No" ; label values cmcaree8 cmcareen; label define cmcareen 0 "Not in universe" 1 "Yes" 2 "No" ; label values cmcenoe8 cmcenoek; label define cmcenoek 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" ; label values chie8 chie8l; label define chie8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values chinoe8 chinoe8l; label define chinoe8l 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" ; label values chinrhe8 chinrhek; label define chinrhek 0 "Not in universe" 1 "Yes" 2 "No" ; label values chinnoe8 chinnoei; label define chinnoei 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" ; label values jintyne8 jintynei; label define jintynei 0 "Not in universe" 1 "Yes" 2 "No" ; label values ointyne8 ointynei; label define ointynei 0 "Not in universe" 1 "Yes" 2 "No" ; label values jstkyne8 jstkynei; label define jstkynei 0 "Not in universe" 1 "Yes" 2 "No" ; label values ostkyne8 ostkynei; label define ostkynei 0 "Not in universe" 1 "Yes" 2 "No" ; label values jinamtt8 jinamtti; label define jinamtti 0 "None or not in universe" ; label values oinamtt8 oinamtti; label define oinamtti 0 "None or not in universe" ; label values jskamtt8 jskamtti; label define jskamtti 0 "None or not in universe" ; label values oskamtt8 oskamtti; label define oskamtti 0 "None or not in universe" ; label values hownr1e8 hownr1ei; label define hownr1ei 0 "Not in universe" ; label values hownr2e8 hownr2ei; label define hownr2ei 0 "Not in universe" ; label values hownr3e8 hownr3ei; label define hownr3ei 0 "Not in universe" ; label values revalut8 revaluti; label define revaluti 0 "None or not in universe" ; label values mortgae8 mortgaei; label define mortgaei 0 "Not in universe" 1 "Yes" 2 "No" ; label values heqyloe8 heqyloei; label define heqyloei 0 "Not in universe" 1 "Yes" 2 "No" ; label values moramtt8 moramtti; label define moramtti 0 "None or not in universe" ; label values mortaxe8 mortaxei; label define mortaxei 0 "Not in universe" 1 "Yes" 2 "No" ; label values ptxamtt8 ptxamtti; label define ptxamtti 0 "None or not in universe" ; label values morinse8 morinsei; label define morinsei 0 "Not in universe" 1 "Yes" 2 "No" ; label values insamtt8 insamtti; label define insamtti 0 "None or not in universe" ; label values heqamtt8 heqamtti; label define heqamtti 0 "None or not in universe" ; label values renamtt8 renamtti; label define renamtti 0 "None or not in universe" ; label values helect8 helect8l; label define helect8l 0 "None or not in universe" ; label values hheatt8 hheatt8l; label define hheatt8l 0 "None or not in universe" ; label values hphonet8 hphoneti; label define hphoneti 0 "None or not in universe" ; label values hwatert8 hwaterti; label define hwaterti 0 "None or not in universe" ; label values hhrente8 hhrentei; label define hhrentei 0 "Not in universe" 1 "Yes" 2 "No" ; label values hspyre8 hspyre8l; label define hspyre8l 0 "Not in universe" ; label values hj1pyre8 hj1pyrei; label define hj1pyrei 0 "Not in universe" ; label values hj2pyre8 hj2pyrei; label define hj2pyrei 0 "Not in universe" ; label values hj3pyre8 hj3pyrei; label define hj3pyrei 0 "Not in universe" ; label values ha1pyrt8 ha1pyrti; label define ha1pyrti 0 "None or not in universe" ; label values ha2pyrt8 ha2pyrti; label define ha2pyrti 0 "None or not in universe" ; label values ha3pyrt8 ha3pyrti; label define ha3pyrti 0 "None or not in universe" ; label values reothre8 reothrei; label define reothrei 0 "Not in universe" 1 "Yes" 2 "No" ; label values reown1e8 reown1ei; label define reown1ei 0 "Not in universe" ; label values reown2e8 reown2ei; label define reown2ei 0 "Not in universe" ; label values reval2t8 reval2ti; label define reval2ti 0 "None or not in universe" ; label values othmore8 othmorei; label define othmorei 0 "Not in universe" 1 "Yes" 2 "No" ; label values prmor2t8 prmor2ti; label define prmor2ti 0 "None or not in universe" ; label values vehowne8 vehownei; label define vehownei 0 "Not in universe" 1 "Yes" 2 "No" ; label values vehnume8 vehnumei; label define vehnumei 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" ; label values v1own1e8 v1own1ei; label define v1own1ei 0 "Not in universe" ; label values v1own2e8 v1own2ei; label define v1own2ei 0 "Not in universe" ; label values v1yeare8 v1yearei; label define v1yearei 9999 "Not Reported" ; label values vhval1t8 vhval1ti; label define vhval1ti 0 "None or not in universe" ; label values v1frowe8 v1frowei; label define v1frowei 0 "Not in universe" 1 "Free and clear" 2 "Money owned" ; label values amowd1t8 amowd1ti; label define amowd1ti 0 "None or not in universe" ; label values v1purpe8 v1purpei; label define v1purpei 0 "Not in universe" 1 "Yes" 2 "No" ; label values v2own1e8 v2own1ei; label define v2own1ei 0 "Not in universe" ; label values v2own2e8 v2own2ei; label define v2own2ei 0 "Not in universe" ; label values v2yeare8 v2yearei; label define v2yearei 9999 "Not Reported" ; label values vhval2t8 vhval2ti; label define vhval2ti 0 "None or not in universe" ; label values v2frowe8 v2frowei; label define v2frowei 0 "Not in universe or no second" 1 "Free and clear" 2 "Money owned" ; label values amowd2t8 amowd2ti; label define amowd2ti 0 "None or not in universe" ; label values v2purpe8 v2purpei; label define v2purpei 0 "Not in universe" 1 "Self-employment business" 2 "Transportation of a disabled" 3 "Personal use" ; label values v3own1e8 v3own1ei; label define v3own1ei 0 "Not in universe" ; label values v3own2e8 v3own2ei; label define v3own2ei 0 "Not in universe" ; label values v3yeare8 v3yearei; label define v3yearei 9999 "Not Reported" ; label values vhval3t8 vhval3ti; label define vhval3ti 0 "None or not in universe" ; label values v3frowe8 v3frowei; label define v3frowei 0 "Not in universe or no third" 1 "Free and clear" 2 "Money owned" ; label values amowd3t8 amowd3ti; label define amowd3ti 0 "None or not in universe" ; label values v3purpe8 v3purpei; label define v3purpei 0 "Not in universe" 1 "Self-employment business" 2 "Transportation of a disabled" 3 "Personal use" ; label values otrdbte8 otrdbtei; label define otrdbtei 0 "Not in universe" 1 "Yes" 2 "No" ; label values debow1e8 debow1ei; label define debow1ei 0 "Not in universe" ; label values debow2e8 debow2ei; label define debow2ei 0 "Not in universe" ; label values debow3e8 debow3ei; label define debow3ei 0 "Not in universe" ; label values debamte8 debamtei; label define debamtei 0 "None or not in universe" ; label values chdspte8 chdsptei; label define chdsptei 0 "Not in universe" 1 "Yes" 2 "No" ; label values chwhoe8 chwhoe8l; label define chwhoe8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values chamtt8 chamtt8l; label define chamtt8l 0 "None or not in universe" ; label values almspte8 almsptei; label define almsptei 0 "Not in Universe" 1 "Yes" 2 "No" ; label values alwhoe8 alwhoe8l; label define alwhoe8l 0 "Not in universe" 1 "Yes" 2 "No" 3 "Not reported" ; label values alamtt8 alamtt8l; label define alamtt8l 0 "None or not in universe" ; label values othspte8 othsptei; label define othsptei 0 "Not in universe" 1 "Yes" 2 "No" ; label values otwhoe8 otwhoe8l; label define otwhoe8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ostamtt8 ostamtti; label define ostamtti 0 "None or not in universe" ; label values jintyni8 jintynii; label define jintynii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values ointyni8 ointynii; label define ointynii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values jstkyni8 jstkynii; label define jstkynii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values ostkyni8 ostkynii; label define ostkynii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values jinamti8 jinamtii; label define jinamtii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values oinamti8 oinamtii; label define oinamtii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values jskamti8 jskamtii; label define jskamtii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values oskamti8 oskamtii; label define oskamtii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values hownr1i8 hownr1ii; label define hownr1ii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values hownr2i8 hownr2ii; label define hownr2ii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values revalui8 revaluii; label define revaluii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values mortgai8 mortgaii; label define mortgaii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values heqyloi8 heqyloii; label define heqyloii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values moramti8 moramtii; label define moramtii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values mortaxi8 mortaxii; label define mortaxii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values ptxamti8 ptxamtii; label define ptxamtii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values morinsi8 morinsii; label define morinsii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values insamti8 insamtii; label define insamtii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values heqamti8 heqamtii; label define heqamtii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values renamti8 renamtii; label define renamtii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values heleci8 heleci8l; label define heleci8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values hheati8 hheati8l; label define hheati8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values hphonei8 hphoneii; label define hphoneii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values hwateri8 hwaterii; label define hwaterii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values hhrenti8 hhrentii; label define hhrentii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values hspyri8 hspyri8l; label define hspyri8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values hj1pyri8 hj1pyrii; label define hj1pyrii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values hj2pyri8 hj2pyrii; label define hj2pyrii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values hj3pyri8 hj3pyrii; label define hj3pyrii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values ha1pyri8 ha1pyrii; label define ha1pyrii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values ha2pyri8 ha2pyrii; label define ha2pyrii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values ha3pyri8 ha3pyrii; label define ha3pyrii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values reothri8 reothrii; label define reothrii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values reown1i8 reown1ii; label define reown1ii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values reown2i8 reown2ii; label define reown2ii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values reval2i8 reval2ii; label define reval2ii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values othmori8 othmorii; label define othmorii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values prmor2i8 prmor2ii; label define prmor2ii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values vehowni8 vehownii; label define vehownii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values vehnumi8 vehnumii; label define vehnumii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values v1own1i8 v1own1ii; label define v1own1ii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values v1own2i8 v1own2ii; label define v1own2ii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values v1frowi8 v1frowii; label define v1frowii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values amowd1i8 amowd1ii; label define amowd1ii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values v1purpi8 v1purpii; label define v1purpii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values v2own1i8 v2own1ii; label define v2own1ii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values v2own2i8 v2own2ii; label define v2own2ii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values v2frowi8 v2frowii; label define v2frowii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values amowd2i8 amowd2ii; label define amowd2ii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values v2purpi8 v2purpii; label define v2purpii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values v3own1i8 v3own1ii; label define v3own1ii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values v3own2i8 v3own2ii; label define v3own2ii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values v3frowi8 v3frowii; label define v3frowii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values amowd3i8 amowd3ii; label define amowd3ii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values v3purpi8 v3purpii; label define v3purpii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values otrdbti8 otrdbtii; label define otrdbtii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values debow1i8 debow1ii; label define debow1ii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values debow2i8 debow2ii; label define debow2ii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values debamti8 debamtii; label define debamtii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values chdspti8 chdsptii; label define chdsptii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values chwhoi8 chwhoi8l; label define chwhoi8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values chamti8 chamti8l; label define chamti8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values almspti8 almsptii; label define almsptii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values alwhoi8 alwhoi8l; label define alwhoi8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values alamti8 alamti8l; label define alamti8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values othspti8 othsptii; label define othsptii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values otwhoi8 otwhoi8l; label define otwhoi8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values otnumi8 otnumi8l; label define otnumi8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values ostamti8 ostamtii; label define ostamtii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values famknde8 famknden; label define famknden 1 "Husband-wife family" 2 "Male head" 3 "Female head" ; label values povlle8 povlle8l; label define povlle8l 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" ; label values famlise8 famlisen; label define famlisen 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" ; label values rspove8 rspove8l; label define rspove8l 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" ; label values fincwse8 fincwsen; label define fincwsen 1 "Yes" 2 "No" ; label values fwsvalr8 fwsvalrn; label define fwsvalrn 0 "None or not in universe" ; label values fincsee8 fincseen; label define fincseen 1 "Yes" 2 "No" ; label values fsevalr8 fsevalrn; label define fsevalrn 0 "None or not in universe" ; label values fincfre8 fincfren; label define fincfren 1 "Yes" 2 "No" ; label values ffrvalr8 ffrvalrn; label define ffrvalrn 0 "None or not in universe" ; label values fincuce8 fincucen; label define fincucen 1 "Yes" 2 "No" ; label values fucvalr8 fucvalrn; label define fucvalrn 0 "None or not in universe" ; label values fincwce8 fincwcen; label define fincwcen 1 "Yes" 2 "No" ; label values fwcvalr8 fwcvalrn; label define fwcvalrn 0 "None or not in universe" ; label values fincsse8 fincssen; label define fincssen 1 "Yes" 2 "No" ; label values fssvalr8 fssvalrn; label define fssvalrn 0 "None or not in universe" ; label values fssiyne8 fssiynen; label define fssiynen 1 "Yes" 2 "No" ; label values fssivlr8 fssivlrn; label define fssivlrn 0 "None or not in universe" ; label values finpawe8 finpawen; label define finpawen 1 "Yes" 2 "No" ; label values fpawvlr8 fpawvlrn; label define fpawvlrn 0 "None or not in universe" ; label values finvete8 finveten; label define finveten 1 "Yes" 2 "No" ; label values fvetvlr8 fvetvlrn; label define fvetvlrn 0 "None or not in universe" ; label values finsure8 finsuren; label define finsuren 1 "Yes" 2 "No" ; label values fsurvlr8 fsurvlrn; label define fsurvlrn 0 "None or not in universe" ; label values findise8 findisen; label define findisen 1 "Yes" 2 "No" ; label values fdisvlr8 fdisvlrn; label define fdisvlrn 0 "None or not in universe" ; label values finrete8 finreten; label define finreten 1 "Yes" 2 "No" ; label values fretvlr8 fretvlrn; label define fretvlrn 0 "None or not in universe" ; label values fininte8 fininten; label define fininten 1 "Yes" 2 "No" ; label values fintvlr8 fintvlrn; label define fintvlrn 0 "None or not in universe" ; label values findive8 findiven; label define findiven 1 "Yes" 2 "No" ; label values fdivvlr8 fdivvlrn; label define fdivvlrn 0 "None or not in universe" ; label values finrnte8 finrnten; label define finrnten 1 "Yes" 2 "No" ; label values frntvlr8 frntvlrn; label define frntvlrn 0 "None or not in universe" ; label values fincspe8 fincspen; label define fincspen 1 "Yes" 2 "No" ; label values fcspvlr8 fcspvlrn; label define fcspvlrn 0 "None or not in universe" ; label values finalme8 finalmen; label define finalmen 1 "Yes" 2 "No" ; label values falmvlr8 falmvlrn; label define falmvlrn 0 "None or not in universe" ; label values ffinyne8 ffinynen; label define ffinynen 1 "Yes" 2 "No" ; label values ffinvlr8 ffinvlrn; label define ffinvlrn 0 "None or not in universe" ; label values fincoie8 fincoien; label define fincoien 1 "Yes" 2 "No" ; label values foivalr8 foivalrn; label define foivalrn 0 "None or not in universe" ; label values fedaide8 fedaidei; label define fedaidei 1 "Yes" 2 "No" ; label values ftotvlr8 ftotvlrn; label define ftotvlrn 0 "None or not in universe" ; label values fernvlr8 fernvlrn; label define fernvlrn 0 "None or not in universe" ; label values fothvlr8 fothvlrn; label define fothvlrn 0 "None or not in universe" ; label values ftotrr8 ftotrr8l; label define ftotrr8l -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" ; label values fernvrr8 fernvrrn; label define fernvrrn 0 "None or not in universe" ; label values fothvrr8 fothvrrn; label define fothvrrn 0 "None or not in universe" ; label values ftotvrr8 ftotvrrn; label define ftotvrrn 0 "None or not in universe" ; label values famtype8 famtypen; label define famtypen 1 "Primary family member (not in a" 2 "Primary individual (person" 3 "Related subfamily member" 4 "Unrelated subfamily member" 5 "Secondary indiv (nonrelative who" ; label values famrele8 famrelen; label define famrelen 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" ; label values rrpe8 rrpe8l; label define rrpe8l 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" ; label values aget8 aget8l; label define aget8l 0 "Under 1 year of age" ; label values maritle8 maritlen; label define maritlen 1 "Married, Spouse present" 2 "Married, spouse absent" 3 "Widowed" 4 "Divorced" 5 "Separated" 6 "Never married" ; label values spousee8 spouseen; label define spouseen 0 "No spouse" ; label values vete8 vete8l; label define vete8l 1 "Yes" 2 "No" ; label values citshpe8 citshpek; label define citshpek 1 "Yes" 2 "No" ; label values hscollr8 hscollri; label define hscollri 0 "Not enrolled in high school," 1 "Enrolled in high school" 2 "Enrolled In college or" ; label values hgar8 hgar8l; label define hgar8l 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" ; label values workyne8 workynen; label define workynen 0 "Not in universe or children" 1 "Yes" 2 "No" ; label values ewrkyne8 ewrkynei; label define ewrkynei 0 "Not in universe or children" 1 "Yes" 2 "No" 3 "Retired" ; label values wtempe8 wtempe8l; label define wtempe8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ewtempe8 ewtempei; label define ewtempei 0 "Not in universe" 1 "Yes" 2 "No" 3 "Retired" ; label values enwlke8 enwlke8l; label define enwlke8l 0 "Not in universe or children" 1 "Yes" 2 "No" ; label values enwlaye8 enwlayei; label define enwlayei 0 "Not in universe or children" 1 "Yes" 2 "No" ; label values nwlooke8 nwlooken; label define nwlooken 0 "Not in universe or children" 1 "Yes" 2 "No" ; label values elkwke8 elkwke8l; label define elkwke8l 0 "Not in universe" ; label values elaywke8 elaywkei; label define elaywkei 0 "Not in universe" ; label values nwlkwke8 nwlkwken; label define nwlkwken 0 "Not in universe" ; label values rsnotwe8 rsnotwek; label define rsnotwek 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" ; label values ersntwe8 ersntwei; label define ersntwei 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" ; label values wkswrke8 wkswrken; label define wkswrken 0 "Not in universe" ; label values wkchckr8 wkchckrn; label define wkchckrn 0 "Not in universe" 1 "1-49 Weeks" 2 "50-51 Weeks" 3 "52 Weeks" ; label values losewke8 losewken; label define losewken 0 "Not in universe" 1 "Yes" 2 "No" ; label values lknonee8 lknoneen; label define lknoneen 0 "Not in universe or had weeks" 1 "No weeks looking for work or on" ; label values lkwkse8 lkwkse8l; label define lkwkse8l 0 "No weeks looking for work/on" ; label values lkstrhe8 lkstrhek; label define lkstrhek 0 "Not in universe" 1 "Yes - 1 stretch" 2 "No - 2 stretches" 3 "No - 3+ stretches" ; label values pyrsne8 pyrsne8l; label define pyrsne8l 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" ; label values epyrsne8 epyrsnei; label define epyrsnei 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" ; label values emprse8 emprse8l; label define emprse8l 0 "Not in universe" 1 "1 employer" 2 "2 employers" 3 "3+ employers" ; label values eemprse8 eemprsei; label define eemprsei 0 "Not in universe" 1 "1 employer" 2 "2 employers" 3 "3 employers" 4 "4 employers" 5 "5+ employers" ; label values hrswke8 hrswke8l; label define hrswke8l 0 "Not in universe" ; label values hrchkr8 hrchkr8l; label define hrchkr8l 0 "Not in universe" 1 "Part-time (1-34 hours)" 2 "Full-time (35+ hours)" ; label values ljcwe8 ljcwe8l; label define ljcwe8l 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" ; label values occupe8 occupe8l; label define occupe8l 0 "Not in universe or children" ; label values wexpr8 wexpr8l; label define wexpr8l 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" ; label values wewkrsr8 wewkrsrn; label define wewkrsrn 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" ; label values welknwr8 welknwrn; label define welknwrn 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" ; label values weuempr8 weuemprn; label define weuemprn 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" ; label values earnere8 earneren; label define earneren 0 "Not in universe" 1 "Earner" 2 "Nonearner" ; label values clwkr8 clwkr8l; label define clwkr8l 0 "Not in universe" 1 "Private (includes" 2 "Government" 3 "Self-employed" 4 "Without pay" 5 "Never worked" ; label values weclwr8 weclwr8l; label define weclwr8l 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" ; label values poccu2r8 poccu2rn; label define poccu2rn 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" ; label values wemocgr8 wemocgrn; label define wemocgrn 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" ; label values wemindr8 wemindrn; label define wemindrn 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" ; label values noempr8 noempr8l; label define noempr8l 0 "Not in universe" 1 "Under 25 employees" 2 "25 to 99 employees" 3 "100+ employees" ; label values ernyne8 ernyne8l; label define ernyne8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ernvalt8 ernvaltn; label define ernvaltn 0 "None or not in universe" ; label values ernsrce8 ernsrcen; label define ernsrcen 0 "None or not in universe" 1 "Wage and Salary" 2 "Self-employment" 3 "Farm self-employment" 4 "Without pay" ; label values ernotre8 ernotren; label define ernotren 0 "Not in universe" 1 "Yes" 2 "No" ; label values wgeotre8 wgeotren; label define wgeotren 0 "Not in universe" 1 "Yes" 2 "No" ; label values wsvalr8 wsvalr8l; label define wsvalr8l 0 "None or not in universe" ; label values wsalyne8 wsalynen; label define wsalynen 0 "Not in universe" 1 "Yes" 2 "No" ; label values wsalvlr8 wsalvlrn; label define wsalvlrn 0 "None or not in universe" ; label values seotre8 seotre8l; label define seotre8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values sevalr8 sevalr8l; label define sevalr8l 0 "None or not in universe" ; label values sempyne8 sempynen; label define sempynen 0 "Not in universe" 1 "Yes" 2 "No" ; label values sempvlr8 sempvlrn; label define sempvlrn 0 "None or not in universe" ; label values frmotre8 frmotren; label define frmotren 0 "Not in universe" 1 "Yes" 2 "No" ; label values frmvalr8 frmvalrn; label define frmvalrn 0 "None or not in universe" ; label values frseyne8 frseynen; label define frseynen 0 "Not in universe" 1 "Yes" 2 "No" ; label values frsevlr8 frsevlrn; label define frsevlrn 0 "None or not in universe" ; label values srce2e8 srce2e8l; label define srce2e8l 0 "None or not in universe" 1 "Wage and Salary" 2 "Self-employment" 3 "Farm self-employment" 4 "Without pay" ; label values srce3e8 srce3e8l; label define srce3e8l 0 "None or not in universe" 1 "Wage and Salary" 2 "Self-employment" 3 "Farm self-employment" 4 "Without pay" ; label values srce4e8 srce4e8l; label define srce4e8l 0 "None or not in universe" 1 "Wage and Salary" 2 "Self-employment" 3 "Farm self-employment" 4 "Without pay" ; label values erne2t8 erne2t8l; label define erne2t8l 0 "None or not in universe" ; label values erne3t8 erne3t8l; label define erne3t8l 0 "None or not in universe" ; label values erne4t8 erne4t8l; label define erne4t8l 0 "None or not in universe" ; label values penplne8 penplnek; label define penplnek 0 "Not in universe" 1 "Yes" 2 "No" ; label values penpare8 penparek; label define penparek 0 "Not in universe" 1 "Yes" 2 "No" ; label values ucyne8 ucyne8l; label define ucyne8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values subuce8 subuce8l; label define subuce8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values strkuce8 strkucek; label define strkucek 0 "Not in universe" 1 "Yes" 2 "No" ; label values ucvalt8 ucvalt8l; label define ucvalt8l 0 "Not in universe" ; label values wcyne8 wcyne8l; label define wcyne8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values wctypee8 wctypeek; label define wctypeek 0 "Not in universe" 1 "State workers' compensation" 2 "Employer or employer's insurance" 3 "Own insurance" 4 "Other" ; label values wcvalt8 wcvalt8l; label define wcvalt8l 0 "Not in universe" ; label values ssyne8 ssyne8l; label define ssyne8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ssvalt8 ssvalt8l; label define ssvalt8l 0 "Not in universe" ; label values ssiyne8 ssiyne8l; label define ssiyne8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ssivalt8 ssivaltn; label define ssivaltn 0 "Not in universe" ; label values pawyne8 pawyne8l; label define pawyne8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values pawtype8 pawtypen; label define pawtypen 0 "Not in universe" 1 "TANF" 2 "Other Assistance" 3 "Both TANF and Other Assistance" ; label values pawmone8 pawmonen; label define pawmonen 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" ; label values pawvalt8 pawvaltn; label define pawvaltn 0 "Not in universe" ; label values vetyne8 vetyne8l; label define vetyne8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty1e8 vetty1en; label define vetty1en 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty2e8 vetty2en; label define vetty2en 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty3e8 vetty3en; label define vetty3en 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty4e8 vetty4en; label define vetty4en 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetty5e8 vetty5en; label define vetty5en 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetqvae8 vetqvaen; label define vetqvaen 0 "Not in universe" 1 "Yes" 2 "No" ; label values vetvalt8 vetvaltn; label define vetvaltn 0 "Not in universe" ; label values suryne8 suryne8l; label define suryne8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values sursc1e8 sursc1en; label define sursc1en 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" ; label values sursc2e8 sursc2en; label define sursc2en 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" ; label values survl1t8 survl1tn; label define survl1tn 0 "Not in universe" ; label values survl2t8 survl2tn; label define survl2tn 0 "Not in universe" ; label values srvsvlr8 srvsvlrn; label define srvsvlrn 0 "Not in universe" ; label values dishpe8 dishpe8l; label define dishpe8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values discse8 discse8l; label define discse8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values disyne8 disyne8l; label define disyne8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values dissc1e8 dissc1en; label define dissc1en 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" ; label values dissc2e8 dissc2en; label define dissc2en 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" ; label values disvl1t8 disvl1tn; label define disvl1tn 0 "Not in universe" ; label values disvl2t8 disvl2tn; label define disvl2tn 0 "Not in universe" ; label values dsabvlr8 dsabvlrn; label define dsabvlrn 0 "Not in universe" ; label values retyne8 retyne8l; label define retyne8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values retsc1e8 retsc1en; label define retsc1en 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" ; label values retsc2e8 retsc2en; label define retsc2en 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" ; label values retvl1t8 retvl1tn; label define retvl1tn 0 "Not in universe" ; label values retvl2t8 retvl2tn; label define retvl2tn 0 "Not in universe" ; label values rtmvalr8 rtmvalrn; label define rtmvalrn 0 "Not in universe" ; label values intyne8 intyne8l; label define intyne8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values intvalt8 intvaltn; label define intvaltn 0 "Not in universe" ; label values divyne8 divyne8l; label define divyne8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values divnone8 divnonen; label define divnonen 0 "Not in universe" 1 "None" ; label values divvalt8 divvaltn; label define divvaltn 0 "Not in universe" ; label values rntyne8 rntyne8l; label define rntyne8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values rntvalt8 rntvaltn; label define rntvaltn 0 "Not in universe" ; label values cspyne8 cspyne8l; label define cspyne8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values cspvalt8 cspvaltn; label define cspvaltn 0 "None or not in universe" ; label values almyne8 almyne8l; label define almyne8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values almvalt8 almvaltn; label define almvaltn 0 "Not in universe" ; label values finyne8 finyne8l; label define finyne8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values finvalt8 finvaltn; label define finvaltn 0 "Not in universe" ; label values oioffe8 oioffe8l; label define oioffe8l 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" ; label values oi_yne8 oi_yne8l; label define oi_yne8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values oivalt8 oivalt8l; label define oivalt8l 0 "Not in universe" ; label values tanfyne8 tanfynei; label define tanfynei 0 "Not in universe" 1 "Yes" 2 "No" ; label values tanfvlt8 tanfvlti; label define tanfvlti 0 "None or not in universe" ; label values tanfmne8 tanfmnei; label define tanfmnei 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" ; label values genyne8 genyne8l; label define genyne8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values genvalt8 genvalti; label define genvalti 0 "None or not in universe" ; label values genmone8 genmonei; label define genmonei 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" ; label values oasyne8 oasyne8l; label define oasyne8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values oasvalt8 oasvalti; label define oasvalti 0 "None or not in universe" ; label values oasmone8 oasmonei; label define oasmonei 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" ; label values ptotvlr8 ptotvlrn; label define ptotvlrn 0 "None or not in universe" ; label values pernvlr8 pernvlrn; label define pernvlrn 0 "None or not in universe" ; label values pothvlr8 pothvlrn; label define pothvlrn 0 "None or not in universe" ; label values ptotrr8 ptotrr8l; label define ptotrr8l -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" ; label values ed_aide8 ed_aidei; label define ed_aidei 0 "Not in universe" 1 "Yes" 2 "No" ; label values oedtp1e8 oedtp1ei; label define oedtp1ei 0 "Not in universe" 1 "Yes, received this educational" 2 "No, did not receive assistance" ; label values oedtp2e8 oedtp2ei; label define oedtp2ei 0 "Not in universe" 1 "Yes, received this educational" 2 "No, did not receive assistance" ; label values oedtp3e8 oedtp3ei; label define oedtp3ei 0 "Not in universe" 1 "Yes, received this educational" 2 "No, did not receive assistance" ; label values mcaree8 mcaree8l; label define mcaree8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values mcaide8 mcaide8l; label define mcaide8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values champe8 champe8l; label define champe8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values hi_yne8 hi_yne8l; label define hi_yne8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values hiowne8 hiowne8l; label define hiowne8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values hipaide8 hipaidek; label define hipaidek 0 "Not in universe" 1 "All" 2 "Part" 3 "None" ; label values hiempe8 hiempe8l; label define hiempe8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values cov_ghe8 cov_ghek; label define cov_ghek 0 "Not in universe" 1 "Yes" 2 "No" ; label values cov_hie8 cov_hien; label define cov_hien 1 "Yes" 2 "No" ; label values ch_mce8 ch_mce8l; label define ch_mce8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ch_hie8 ch_hie8l; label define ch_hie8l 0 "Not in universe" 1 "Private Coverage Through Someone" 2 "Private coverage through someone" 3 "Not covered by private health" ; label values hie8 hie8l; label define hie8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values dephie8 dephie8l; label define dephie8l 0 "(No or) Not in universe" 1 "Yes" ; label values hilin1e8 hilin1ek; label define hilin1ek 0 "Not in universe" ; label values paide8 paide8l; label define paide8l 0 "Not in universe" 1 "All" 2 "Part" 3 "None" ; label values prive8 prive8l; label define prive8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values deprive8 deprivek; label define deprivek 0 "(No or) Not in universe" 1 "Yes" ; label values pilin1e8 pilin1ek; label define pilin1ek 0 "Not in universe" ; label values oute8 oute8l; label define oute8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values mone8 mone8l; label define mone8l 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" ; label values othe8 othe8l; label define othe8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values otyp_4e8 otyp_4ek; label define otyp_4ek 0 "Not in universe" 1 "Yes" 2 "No" ; label values otyp_5e8 otyp_5ek; label define otyp_5ek 0 "Not in universe" 1 "Yes" 2 "No" ; label values curre8 curre8l; label define curre8l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ctyp_1e8 ctyp_1ek; label define ctyp_1ek 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)" ; label values ctyp_2e8 ctyp_2ek; label define ctyp_2ek 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)" ; label values ctyp_3e8 ctyp_3ek; label define ctyp_3ek 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)" ; label values ctyp_4e8 ctyp_4ek; label define ctyp_4ek 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)" ; label values ctyp_5e8 ctyp_5ek; label define ctyp_5ek 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)" ; label values tenurei8 tenureik; label define tenureik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values hflunci8 hfluncik; label define hfluncik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values hflunni8 hflunnik; label define hflunnik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values hpublii8 hpubliik; label define hpubliik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values hloreni8 hlorenik; label define hlorenik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values hseci8 hseci8l; label define hseci8l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values hfdspi8 hfdspi8l; label define hfdspi8l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck Imputation" 3 "Logical Imputation" ; label values hfdnoi8 hfdnoi8l; label define hfdnoi8l 0 "Not Imputed" 1 "Statistical imputation (hot" 2 "Cold deck Imputation" 3 "Logical Imputation" ; label values hfdmoni8 hfdmonik; label define hfdmonik 0 "Not Imputed" 1 "Statistical imputation (hot" 2 "Cold deck Imputation" 3 "Logical Imputation" ; label values hfdvali8 hfdvalik; label define hfdvalik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck Imputation" 3 "Logical Imputation" ; label values hengasi8 hengasik; label define hengasik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation" ; label values hengvli8 hengvlik; label define hengvlik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation" ; label values hedaidi8 hedaidii; label define hedaidii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values fedaidi8 fedaidii; label define fedaidii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values despari8 desparik; label define desparik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values rrpi8 rrpi8l; label define rrpi8l 0 "Not imputed" 3 "Logical imputation (derivation)" ; label values agei8 agei8l; label define agei8l 0 "Not imputed" 1 "Statistical imputation (hot" 3 "Logical imputation (derivation)" ; label values maritli8 maritlik; label define maritlik 0 "Not imputed" 1 "Statistical imputation (hot" 3 "Logical imputation (derivation)" ; label values spousei8 spouseik; label define spouseik 0 "Not imputed" 1 "Statistical imputation (hot" 3 "Logical imputation (derivation)" ; label values veti8 veti8l; label define veti8l 0 "Not imputed" 1 "Statistical imputation (hot" 3 "Logical imputation (derivation)" ; label values hscolli8 hscollii; label define hscollii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values hgai8 hgai8l; label define hgai8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values citshpi8 citshpii; label define citshpii 0 "Not imputed" 1 "Statistical imputation (hot" 3 "Logical imputation (derivation)" ; label values workyni8 workynik; label define workynik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values ewrkyni8 ewrkynii; label define ewrkynii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values wtempi8 wtempi8l; label define wtempi8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values ewtempi8 ewtempii; label define ewtempii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values enwlki8 enwlki8l; label define enwlki8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values enwlayi8 enwlayii; label define enwlayii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values nwlooki8 nwlookik; label define nwlookik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values elkwki8 elkwki8l; label define elkwki8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values elaywki8 elaywkii; label define elaywkii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values nwlkwki8 nwlkwkik; label define nwlkwkik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values rsnotwi8 rsnotwik; label define rsnotwik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values ersntwi8 ersntwii; label define ersntwii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values wkswrki8 wkswrkik; label define wkswrkik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values losewki8 losewkik; label define losewkik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values lknonei8 lknoneii; label define lknoneii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values lkwksi8 lkwksi8l; label define lkwksi8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values lkstrhi8 lkstrhik; label define lkstrhik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values epyrsni8 epyrsnii; label define epyrsnii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values pyrsni8 pyrsni8l; label define pyrsni8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values emprsi8 emprsi8l; label define emprsi8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values eemprsi8 eemprsii; label define eemprsii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values hrswki8 hrswki8l; label define hrswki8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values ljcwi8 ljcwi8l; label define ljcwi8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values indusi8 indusi8l; label define indusi8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values occupi8 occupi8l; label define occupi8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values noempi8 noempi8l; label define noempi8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values ernyni8 ernyni8l; label define ernyni8l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck Imputation" 3 "Logical Imputation" ; label values ernvali8 ernvalik; label define ernvalik 0 "Not Imputed" 1 "Statistical imputation (hot" 2 "Cold Deck Imputation" 3 "Logical Imputation" ; label values ernsrci8 ernsrcik; label define ernsrcik 0 "Not Imputed" 1 "Statistical imputation (hot" 2 "Cold Deck Imputation" 3 "Logical Imputation" ; label values wgeotri8 wgeotrii; label define wgeotrii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation" ; label values seotri8 seotri8l; label define seotri8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation" ; label values srce2i8 srce2i8l; label define srce2i8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation" ; label values srce3i8 srce3i8l; label define srce3i8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation" ; label values srce4i8 srce4i8l; label define srce4i8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation" ; label values erne2i8 erne2i8l; label define erne2i8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation" ; label values erne3i8 erne3i8l; label define erne3i8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation" ; label values erne4i8 erne4i8l; label define erne4i8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation" ; label values penplni8 penplnik; label define penplnik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values penpari8 penparik; label define penparik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values ucyni8 ucyni8l; label define ucyni8l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values ucvali8 ucvali8l; label define ucvali8l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values wcyni8 wcyni8l; label define wcyni8l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values wctypei8 wctypeik; label define wctypeik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values wcvali8 wcvali8l; label define wcvali8l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values ssyni8 ssyni8l; label define ssyni8l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck Imputation" 3 "Logical Imputation" ; label values ssvali8 ssvali8l; label define ssvali8l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck Imputation" 3 "Logical Imputation" ; label values ssiyni8 ssiyni8l; label define ssiyni8l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck Imputation" 3 "Logical Imputation" ; label values ssivali8 ssivalik; label define ssivalik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck Imputation" 3 "Logical Imputation" ; label values pawvali8 pawvalik; label define pawvalik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck Imputation" 3 "Logical Imputation" ; label values vetyni8 vetyni8l; label define vetyni8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation" ; label values vettypi8 vettypik; label define vettypik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation" ; label values vetqvai8 vetqvaik; label define vetqvaik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck Imputation" 3 "Logical Imputation" ; label values vetvali8 vetvalik; label define vetvalik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck Imputation" 3 "Logical Imputation" ; label values suryni8 suryni8l; label define suryni8l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values sursc1i8 sursc1ik; label define sursc1ik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values sursc2i8 sursc2ik; label define sursc2ik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values survl1i8 survl1ik; label define survl1ik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values survl2i8 survl2ik; label define survl2ik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values dishpi8 dishpi8l; label define dishpi8l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values discsi8 discsi8l; label define discsi8l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values disyni8 disyni8l; label define disyni8l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values dissc1i8 dissc1ik; label define dissc1ik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values dissc2i8 dissc2ik; label define dissc2ik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values disvl1i8 disvl1ik; label define disvl1ik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values disvl2i8 disvl2ik; label define disvl2ik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values retyni8 retyni8l; label define retyni8l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values retsc1i8 retsc1ik; label define retsc1ik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values retsc2i8 retsc2ik; label define retsc2ik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values retvl1i8 retvl1ik; label define retvl1ik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values retvl2i8 retvl2ik; label define retvl2ik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values intyni8 intyni8l; label define intyni8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold Deck imputation" 3 "Logical imputation" ; label values intvali8 intvalik; label define intvalik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold Deck imputation" 3 "Logical imputation" ; label values divyni8 divyni8l; label define divyni8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold Deck imputation" 3 "Logical imputation" ; label values divvali8 divvalik; label define divvalik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold Deck imputation" 3 "Logical imputation" ; label values rntyni8 rntyni8l; label define rntyni8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold Deck imputation" 3 "Logical imputation" ; label values rntvali8 rntvalik; label define rntvalik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold Deck imputation" 3 "Logical imputation" ; label values cspyni8 cspyni8l; label define cspyni8l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values cspvali8 cspvalik; label define cspvalik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values almyni8 almyni8l; label define almyni8l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values almvali8 almvalik; label define almvalik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values finyni8 finyni8l; label define finyni8l 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values finvali8 finvalik; label define finvalik 0 "Not Imputed" 1 "Statistical Imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values oi_yni8 oi_yni8l; label define oi_yni8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation" ; label values oivali8 oivali8l; label define oivali8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation" ; label values tanfyni8 tanfynii; label define tanfynii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values tanfvli8 tanfvlii; label define tanfvlii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck Imputation" 3 "Logical Imputation" ; label values tanfmni8 tanfmnii; label define tanfmnii 0 "Not Imputed" 1 "Statistical imputation (hot" 2 "Cold deck Imputation" 3 "Logical Imputation" ; label values genyni8 genyni8l; label define genyni8l 0 "Not Imputed" 1 "Statistical imputation (hot" 2 "Cold deck Imputation" 3 "Logical Imputation" ; label values genvali8 genvalii; label define genvalii 0 "Not Imputed" 1 "Statistical imputation (hot" 2 "Cold deck Imputation" 3 "Logical Imputation" ; label values genmoni8 genmonii; label define genmonii 0 "Not Imputed" 1 "Statistical imputation (hot" 2 "Cold deck Imputation" 3 "Logical Imputation" ; label values oasyni8 oasyni8l; label define oasyni8l 0 "Not Imputed" 1 "Statistical imputation (hot" 2 "Cold deck Imputation" 3 "Logical Imputation" ; label values oasvali8 oasvalii; label define oasvalii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical Imputation" ; label values oasmoni8 oasmonii; label define oasmonii 0 "Not Imputed" 1 "Statistical imputation (hot" 2 "Cold deck Imputation" 3 "Logical Imputation" ; label values ed_aidi8 ed_aidii; label define ed_aidii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values oedtypi8 oedtypii; label define oedtypii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values mcarei8 mcarei8l; label define mcarei8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values mcaidi8 mcaidi8l; label define mcaidi8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values champi8 champi8l; label define champi8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values cov_ghi8 cov_ghii; label define cov_ghii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values hii8 hii8l; label define hii8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values dephii8 dephii8l; label define dephii8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values paidi8 paidi8l; label define paidi8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values privi8 privi8l; label define privi8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values deprivi8 deprivik; label define deprivik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values outi8 outi8l; label define outi8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values moni8 moni8l; label define moni8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values othi8 othi8l; label define othi8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values otyp_4i8 otyp_4ii; label define otyp_4ii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values otyp_5i8 otyp_5ii; label define otyp_5ii 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values curri8 curri8l; label define curri8l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values ctyp_1i8 ctyp_1ik; label define ctyp_1ik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values rsnnie9 rsnnie9l; label define rsnnie9l 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" ; label values tenuree9 tenureeo; label define tenureeo 1 "Owned or being bought by you or" 2 "Rented for cash" 3 "Occupied without payment of cash" ; label values stfipsr9 stfipsro; label define stfipsro 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" ; label values g_regr9 g_regr9l; label define g_regr9l 1 "Northeast" 2 "Midwest" 3 "South" 4 "West" ; label values hflunce9 hflunceo; label define hflunceo 0 "Not in Universe" 1 "Yes" 2 "No" ; label values hflunne9 hflunneo; label define hflunneo 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" ; label values hpublie9 hpublieo; label define hpublieo 0 "Not in universe" 1 "Yes" 2 "No" ; label values hlorene9 hloreneo; label define hloreneo 0 "Not in universe" 1 "Yes" 2 "No" ; label values hsece9 hsece9l; label define hsece9l 0 "Not in universe" 1 "Yes" 2 "No" ; label values hincwse9 hincwseo; label define hincwseo 1 "Yes" 2 "No" ; label values hwsvalr9 hwsvalro; label define hwsvalro 0 "None or not in universe" ; label values hincsee9 hincseeo; label define hincseeo 1 "Yes" 2 "No" ; label values hsevalr9 hsevalro; label define hsevalro 0 "None or not in universe" ; label values hincfre9 hincfreo; label define hincfreo 1 "Yes" 2 "No" ; label values hfrvalr9 hfrvalro; label define hfrvalro 0 "None or not in universe" ; label values hfdspe9 hfdspe9l; label define hfdspe9l 1 "Yes" 2 "No" ; label values hfdnoe9 hfdnoe9l; label define hfdnoe9l 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" ; label values hfdmone9 hfdmoneo; label define hfdmoneo 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" ; label values hfdvalr9 hfdvalro; label define hfdvalro 0 "Not in universe" ; label values hengase9 hengaseo; label define hengaseo 1 "Yes" 2 "No" ; label values hengvlr9 hengvlro; label define hengvlro 0 "Not in universe" ; label values hincuce9 hincuceo; label define hincuceo 1 "Yes" 2 "No" ; label values hucvalr9 hucvalro; label define hucvalro 0 "None or not in universe" ; label values hincwce9 hincwceo; label define hincwceo 1 "Yes" 2 "No" ; label values hwcvalr9 hwcvalro; label define hwcvalro 0 "None or not in universe" ; label values hssyne9 hssyne9l; label define hssyne9l 1 "Yes" 2 "No" ; label values hssvalr9 hssvalro; label define hssvalro 0 "None or not in universe" ; label values hssiyne9 hssiyneo; label define hssiyneo 1 "Yes" 2 "No" ; label values hssivlr9 hssivlro; label define hssivlro 0 "None or not in universe" ; label values hpawyne9 hpawyneo; label define hpawyneo 1 "Yes" 2 "No" ; label values hpawvlr9 hpawvlro; label define hpawvlro 0 "None or not in universe" ; label values hvetyne9 hvetyneo; label define hvetyneo 1 "Yes" 2 "No" ; label values hvetvlr9 hvetvlro; label define hvetvlro 0 "None or not in universe" ; label values hsuryne9 hsuryneo; label define hsuryneo 1 "Yes" 2 "No" ; label values hsurvlr9 hsurvlro; label define hsurvlro 0 "None or not in universe" ; label values hdisyne9 hdisyneo; label define hdisyneo 1 "Yes" 2 "No" ; label values hdisvlr9 hdisvlro; label define hdisvlro 0 "None or not in universe" ; label values hretyne9 hretyneo; label define hretyneo 1 "Yes" 2 "No" ; label values hretvlr9 hretvlro; label define hretvlro 0 "None or not in universe" ; label values hintyne9 hintyneo; label define hintyneo 1 "Yes" 2 "No" ; label values hintvlr9 hintvlro; label define hintvlro 0 "None or not in universe" ; label values hdivyne9 hdivyneo; label define hdivyneo 1 "Yes" 2 "No" ; label values hdivvlr9 hdivvlro; label define hdivvlro 0 "None or not in universe" ; label values hrntyne9 hrntyneo; label define hrntyneo 1 "Yes" 2 "No" ; label values hrntvlr9 hrntvlro; label define hrntvlro 0 "None or not in universe" ; label values hcspyne9 hcspyneo; label define hcspyneo 1 "Yes" 2 "No" ; label values hcspvlr9 hcspvlro; label define hcspvlro 0 "None or not in universe" ; label values halmyne9 halmyneo; label define halmyneo 1 "Yes" 2 "No" ; label values halmvlr9 halmvlro; label define halmvlro 0 "None or not in universe" ; label values hfinyne9 hfinyneo; label define hfinyneo 1 "Yes" 2 "No" ; label values hfinvlr9 hfinvlro; label define hfinvlro 0 "None or not in universe" ; label values hoiyne9 hoiyne9l; label define hoiyne9l 1 "Yes" 2 "No" ; label values hoivalr9 hoivalro; label define hoivalro 0 "None or not in universe" ; label values hedaide9 hedaidek; label define hedaidek 1 "Yes" 2 "No" ; label values htotvlr9 htotvlro; label define htotvlro 0 "None or not in universe" ; label values hernvlr9 hernvlro; label define hernvlro 0 "None or not in universe" ; label values hothvlr9 hothvlro; label define hothvlro 0 "None or not in universe" ; label values htotrr9 htotrr9l; label define htotrr9l -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" ; label values top5pce9 top5pceo; label define top5pceo 0 "Not in universe (group quarters)" 1 "Yes - In top 5 percent" 2 "No - Not in top 5 percent" ; label values pctcute9 pctcuteo; label define pctcuteo 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" ; label values hmcaree9 hmcareeo; label define hmcareeo 1 "Yes" 2 "No" ; label values hmcaide9 hmcaideo; label define hmcaideo 1 "Yes" 2 "No" ; label values hchampe9 hchampeo; label define hchampeo 1 "Yes" 2 "No" ; label values hhi_yne9 hhi_yneo; label define hhi_yneo 1 "Yes" 2 "No" ; label values cmcaree9 cmcareeo; label define cmcareeo 0 "Not in universe" 1 "Yes" 2 "No" ; label values cmcenoe9 cmcenoel; label define cmcenoel 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" ; label values chie9 chie9l; label define chie9l 0 "Not in universe" 1 "Yes" 2 "No" ; label values chinoe9 chinoe9l; label define chinoe9l 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" ; label values chinrhe9 chinrhel; label define chinrhel 0 "Not in universe" 1 "Yes" 2 "No" ; label values chinnoe9 chinnoek; label define chinnoek 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" ; label values jintyne9 jintynek; label define jintynek 0 "Not in universe" 1 "Yes" 2 "No" ; label values ointyne9 ointynek; label define ointynek 0 "Not in universe" 1 "Yes" 2 "No" ; label values jstkyne9 jstkynek; label define jstkynek 0 "Not in universe" 1 "Yes" 2 "No" ; label values ostkyne9 ostkynek; label define ostkynek 0 "Not in universe" 1 "Yes" 2 "No" ; label values jinamtt9 jinamttk; label define jinamttk 0 "None or not in universe" ; label values oinamtt9 oinamttk; label define oinamttk 0 "None or not in universe" ; label values jskamtt9 jskamttk; label define jskamttk 0 "None or not in universe" ; label values oskamtt9 oskamttk; label define oskamttk 0 "None or not in universe" ; label values hownr1e9 hownr1ek; label define hownr1ek 0 "Not in universe" ; label values hownr2e9 hownr2ek; label define hownr2ek 0 "Not in universe" ; label values hownr3e9 hownr3ek; label define hownr3ek 0 "Not in universe" ; label values revalut9 revalutk; label define revalutk 0 "None or not in universe" ; label values mortgae9 mortgaek; label define mortgaek 0 "Not in universe" 1 "Yes" 2 "No" ; label values heqyloe9 heqyloek; label define heqyloek 0 "Not in universe" 1 "Yes" 2 "No" ; label values moramtt9 moramttk; label define moramttk 0 "None or not in universe" ; label values mortaxe9 mortaxek; label define mortaxek 0 "Not in universe" 1 "Yes" 2 "No" ; label values ptxamtt9 ptxamttk; label define ptxamttk 0 "None or not in universe" ; label values morinse9 morinsek; label define morinsek 0 "Not in universe" 1 "Yes" 2 "No" ; label values insamtt9 insamttk; label define insamttk 0 "None or not in universe" ; label values heqamtt9 heqamttk; label define heqamttk 0 "None or not in universe" ; label values renamtt9 renamttk; label define renamttk 0 "None or not in universe" ; label values helect9 helect9l; label define helect9l 0 "None or not in universe" ; label values hheatt9 hheatt9l; label define hheatt9l 0 "None or not in universe" ; label values hphonet9 hphonetk; label define hphonetk 0 "None or not in universe" ; label values hwatert9 hwatertk; label define hwatertk 0 "None or not in universe" ; label values hhrente9 hhrentek; label define hhrentek 0 "Not in universe" 1 "Yes" 2 "No" ; label values hspyre9 hspyre9l; label define hspyre9l 0 "Not in universe" ; label values hj1pyre9 hj1pyrek; label define hj1pyrek 0 "Not in universe" ; label values hj2pyre9 hj2pyrek; label define hj2pyrek 0 "Not in universe" ; label values hj3pyre9 hj3pyrek; label define hj3pyrek 0 "Not in universe" ; label values ha1pyrt9 ha1pyrtk; label define ha1pyrtk 0 "None or not in universe" ; label values ha2pyrt9 ha2pyrtk; label define ha2pyrtk 0 "None or not in universe" ; label values ha3pyrt9 ha3pyrtk; label define ha3pyrtk 0 "None or not in universe" ; label values reothre9 reothrek; label define reothrek 0 "Not in universe" 1 "Yes" 2 "No" ; label values reown1e9 reown1ek; label define reown1ek 0 "Not in universe" ; label values reown2e9 reown2ek; label define reown2ek 0 "Not in universe" ; label values reval2t9 reval2tk; label define reval2tk 0 "None or not in universe" ; label values othmore9 othmorek; label define othmorek 0 "Not in universe" 1 "Yes" 2 "No" ; label values prmor2t9 prmor2tk; label define prmor2tk 0 "None or not in universe" ; label values vehowne9 vehownek; label define vehownek 0 "Not in universe" 1 "Yes" 2 "No" ; label values vehnume9 vehnumek; label define vehnumek 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" ; label values v1own1e9 v1own1ek; label define v1own1ek 0 "Not in universe" ; label values v1own2e9 v1own2ek; label define v1own2ek 0 "Not in universe" ; label values v1yeare9 v1yearek; label define v1yearek 9999 "Not Reported" ; label values vhval1t9 vhval1tk; label define vhval1tk 0 "None or not in universe" ; label values v1frowe9 v1frowek; label define v1frowek 0 "Not in universe" 1 "Free and clear" 2 "Money owned" ; label values amowd1t9 amowd1tk; label define amowd1tk 0 "None or not in universe" ; label values v1purpe9 v1purpek; label define v1purpek 0 "Not in universe" 1 "Self-employment business" 2 "Transportation of a disabled" 3 "Personal use" ; label values v2own1e9 v2own1ek; label define v2own1ek 0 "Not in universe" ; label values v2own2e9 v2own2ek; label define v2own2ek 0 "Not in universe" ; label values v2yeare9 v2yearek; label define v2yearek 9999 "Not Reported" ; label values vhval2t9 vhval2tk; label define vhval2tk 0 "None or not in universe" ; label values v2frowe9 v2frowek; label define v2frowek 0 "Not in universe or no second" 1 "Free and clear" 2 "Money owned" ; label values amowd2t9 amowd2tk; label define amowd2tk 0 "None or not in universe" ; label values v2purpe9 v2purpek; label define v2purpek 0 "Not in universe" 1 "Self-employment business" 2 "Transportation of a disabled" 3 "Personal use" ; label values v3own1e9 v3own1ek; label define v3own1ek 0 "Not in universe" ; label values v3own2e9 v3own2ek; label define v3own2ek 0 "Not in universe" ; label values v3yeare9 v3yearek; label define v3yearek 9999 "Not Reported" ; label values vhval3t9 vhval3tk; label define vhval3tk 0 "None or not in universe" ; label values v3frowe9 v3frowek; label define v3frowek 0 "Not in universe or no third" 1 "Free and clear" 2 "Money owned" ; label values amowd3t9 amowd3tk; label define amowd3tk 0 "None or not in universe" ; label values v3purpe9 v3purpek; label define v3purpek 0 "Not in universe" 1 "Self-employment business" 2 "Transportation of a disabled" 3 "Personal use" ; label values otrdbte9 otrdbtek; label define otrdbtek 0 "Not in universe" 1 "Yes" 2 "No" ; label values debow1e9 debow1ek; label define debow1ek 0 "Not in universe" ; label values debow2e9 debow2ek; label define debow2ek 0 "Not in universe" ; label values debow3e9 debow3ek; label define debow3ek 0 "Not in universe" ; label values debamte9 debamtek; label define debamtek 0 "None or not in universe" ; label values chdspte9 chdsptek; label define chdsptek 0 "Not in universe" 1 "Yes" 2 "No" ; label values chwhoe9 chwhoe9l; label define chwhoe9l 0 "Not in universe" 1 "Yes" 2 "No" ; label values chamtt9 chamtt9l; label define chamtt9l 0 "None or not in universe" ; label values almspte9 almsptek; label define almsptek 0 "Not in Universe" 1 "Yes" 2 "No" ; label values alwhoe9 alwhoe9l; label define alwhoe9l 0 "Not in universe" 1 "Yes" 2 "No" 3 "Not reported" ; label values alamtt9 alamtt9l; label define alamtt9l 0 "None or not in universe" ; label values othspte9 othsptek; label define othsptek 0 "Not in universe" 1 "Yes" 2 "No" ; label values otwhoe9 otwhoe9l; label define otwhoe9l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ostamtt9 ostamttk; label define ostamttk 0 "None or not in universe" ; label values jintyni9 jintynik; label define jintynik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values ointyni9 ointynik; label define ointynik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values jstkyni9 jstkynik; label define jstkynik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values ostkyni9 ostkynik; label define ostkynik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values jinamti9 jinamtik; label define jinamtik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values oinamti9 oinamtik; label define oinamtik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values jskamti9 jskamtik; label define jskamtik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values oskamti9 oskamtik; label define oskamtik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values hownr1i9 hownr1ik; label define hownr1ik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values hownr2i9 hownr2ik; label define hownr2ik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values revalui9 revaluik; label define revaluik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values mortgai9 mortgaik; label define mortgaik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values heqyloi9 heqyloik; label define heqyloik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values moramti9 moramtik; label define moramtik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values mortaxi9 mortaxik; label define mortaxik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values ptxamti9 ptxamtik; label define ptxamtik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values morinsi9 morinsik; label define morinsik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values insamti9 insamtik; label define insamtik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values heqamti9 heqamtik; label define heqamtik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values renamti9 renamtik; label define renamtik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values heleci9 heleci9l; label define heleci9l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values hheati9 hheati9l; label define hheati9l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values hphonei9 hphoneik; label define hphoneik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values hwateri9 hwaterik; label define hwaterik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values hhrenti9 hhrentik; label define hhrentik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values hspyri9 hspyri9l; label define hspyri9l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values hj1pyri9 hj1pyrik; label define hj1pyrik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values hj2pyri9 hj2pyrik; label define hj2pyrik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values hj3pyri9 hj3pyrik; label define hj3pyrik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values ha1pyri9 ha1pyrik; label define ha1pyrik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values ha2pyri9 ha2pyrik; label define ha2pyrik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values ha3pyri9 ha3pyrik; label define ha3pyrik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values reothri9 reothrik; label define reothrik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values reown1i9 reown1ik; label define reown1ik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values reown2i9 reown2ik; label define reown2ik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values reval2i9 reval2ik; label define reval2ik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values othmori9 othmorik; label define othmorik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values prmor2i9 prmor2ik; label define prmor2ik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values vehowni9 vehownik; label define vehownik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values vehnumi9 vehnumik; label define vehnumik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values v1own1i9 v1own1ik; label define v1own1ik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values v1own2i9 v1own2ik; label define v1own2ik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values v1frowi9 v1frowik; label define v1frowik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values amowd1i9 amowd1ik; label define amowd1ik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values v1purpi9 v1purpik; label define v1purpik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values v2own1i9 v2own1ik; label define v2own1ik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values v2own2i9 v2own2ik; label define v2own2ik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values v2frowi9 v2frowik; label define v2frowik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values amowd2i9 amowd2ik; label define amowd2ik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values v2purpi9 v2purpik; label define v2purpik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values v3own1i9 v3own1ik; label define v3own1ik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values v3own2i9 v3own2ik; label define v3own2ik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values v3frowi9 v3frowik; label define v3frowik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values amowd3i9 amowd3ik; label define amowd3ik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values v3purpi9 v3purpik; label define v3purpik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values otrdbti9 otrdbtik; label define otrdbtik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values debow1i9 debow1ik; label define debow1ik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values debow2i9 debow2ik; label define debow2ik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values debamti9 debamtik; label define debamtik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values chdspti9 chdsptik; label define chdsptik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values chwhoi9 chwhoi9l; label define chwhoi9l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values chamti9 chamti9l; label define chamti9l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values almspti9 almsptik; label define almsptik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values alwhoi9 alwhoi9l; label define alwhoi9l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values alamti9 alamti9l; label define alamti9l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values othspti9 othsptik; label define othsptik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values otwhoi9 otwhoi9l; label define otwhoi9l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values otnumi9 otnumi9l; label define otnumi9l 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values ostamti9 ostamtik; label define ostamtik 0 "Not imputed" 1 "Statistical imputation (hot" 2 "Cold deck imputation" 3 "Logical imputation (derivation)" ; label values famknde9 famkndeo; label define famkndeo 1 "Husband-wife family" 2 "Male head" 3 "Female head" ; label values povlle9 povlle9l; label define povlle9l 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" ; label values famlise9 famliseo; label define famliseo 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" ; label values rspove9 rspove9l; label define rspove9l 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" ; label values fincwse9 fincwseo; label define fincwseo 1 "Yes" 2 "No" ; label values fwsvalr9 fwsvalro; label define fwsvalro 0 "None or not in universe" ; label values fincsee9 fincseeo; label define fincseeo 1 "Yes" 2 "No" ; label values fsevalr9 fsevalro; label define fsevalro 0 "None or not in universe" ; label values fincfre9 fincfreo; label define fincfreo 1 "Yes" 2 "No" ; label values ffrvalr9 ffrvalro; label define ffrvalro 0 "None or not in universe" ; label values fincuce9 fincuceo; label define fincuceo 1 "Yes" 2 "No" ; label values fucvalr9 fucvalro; label define fucvalro 0 "None or not in universe" ; label values fincwce9 fincwceo; label define fincwceo 1 "Yes" 2 "No" ; label values fwcvalr9 fwcvalro; label define fwcvalro 0 "None or not in universe" ; label values fincsse9 fincsseo; label define fincsseo 1 "Yes" 2 "No" ; label values fssvalr9 fssvalro; label define fssvalro 0 "None or not in universe" ; label values fssiyne9 fssiyneo; label define fssiyneo 1 "Yes" 2 "No" ; label values fssivlr9 fssivlro; label define fssivlro 0 "None or not in universe" ; label values finpawe9 finpaweo; label define finpaweo 1 "Yes" 2 "No" ; label values fpawvlr9 fpawvlro; label define fpawvlro 0 "None or not in universe" ; label values finvete9 finveteo; label define finveteo 1 "Yes" 2 "No" ; label values fvetvlr9 fvetvlro; label define fvetvlro 0 "None or not in universe" ; label values finsure9 finsureo; label define finsureo 1 "Yes" 2 "No" ; label values fsurvlr9 fsurvlro; label define fsurvlro 0 "None or not in universe" ; label values findise9 findiseo; label define findiseo 1 "Yes" 2 "No" ; label values fdisvlr9 fdisvlro; label define fdisvlro 0 "None or not in universe" ; label values finrete9 finreteo; label define finreteo 1 "Yes" 2 "No" ; label values fretvlr9 fretvlro; label define fretvlro 0 "None or not in universe" ; label values fininte9 fininteo; label define fininteo 1 "Yes" 2 "No" ; label values fintvlr9 fintvlro; label define fintvlro 0 "None or not in universe" ; label values findive9 findiveo; label define findiveo 1 "Yes" 2 "No" ; label values fdivvlr9 fdivvlro; label define fdivvlro 0 "None or not in universe" ; label values finrnte9 finrnteo; label define finrnteo 1 "Yes" 2 "No" ; label values frntvlr9 frntvlro; label define frntvlro 0 "None or not in universe" ; label values fincspe9 fincspeo; label define fincspeo 1 "Yes" 2 "No" ; label values fcspvlr9 fcspvlro; label define fcspvlro 0 "None or not in universe" ; label values finalme9 finalmeo; label define finalmeo 1 "Yes" 2 "No" ; label values falmvlr9 falmvlro; label define falmvlro 0 "None or not in universe" ; label values ffinyne9 ffinyneo; label define ffinyneo 1 "Yes" 2 "No" ; label values ffinvlr9 ffinvlro; label define ffinvlro 0 "None or not in universe" ; label values fincoie9 fincoieo; label define fincoieo 1 "Yes" 2 "No" ; label values foivalr9 foivalro; label define foivalro 0 "None or not in universe" ; label values fedaide9 fedaidek; label define fedaidek 1 "Yes" 2 "No" ; label values ftotvlr9 ftotvlro; label define ftotvlro 0 "None or not in universe" ; label values fernvlr9 fernvlro; label define fernvlro 0 "None or not in universe" ; label values fothvlr9 fothvlro; label define fothvlro 0 "None or not in universe" ; label values ftotrr9 ftotrr9l; label define ftotrr9l -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" ; label values fernvrr9 fernvrro; label define fernvrro 0 "None or not in universe" ; label values fothvrr9 fothvrro; label define fothvrro 0 "None or not in universe" ; label values ftotvrr9 ftotvrro; label define ftotvrro 0 "None or not in universe" ; label values famtype9 famtypeo; label define famtypeo 1 "Primary family member (not in a" 2 "Primary individual (person" 3 "Related subfamily member" 4 "Unrelated subfamily member" 5 "Secondary indiv (nonrelative who" ; label values famrele9 famreleo; label define famreleo 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" ; label values rrpe9 rrpe9l; label define rrpe9l 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" ; label values aget9 aget9l; label define aget9l 0 "Under 1 year of age" ; label values maritle9 maritleo; label define maritleo 1 "Married, Spouse present" 2 "Married, spouse absent" 3 "Widowed" 4 "Divorced" 5 "Separated" 6 "Never married" ; label values spousee9 spouseeo; label define spouseeo 0 "No spouse" ; label values vete9 vete9l; label define vete9l 1 "Yes" 2 "No" ; label values citshpe9 citshpel; label define citshpel 1 "Yes" 2 "No" ; label values hscollr9 hscollrk; label define hscollrk 0 "Not enrolled in high school," 1 "Enrolled in high school" 2 "Enrolled In college or" ; label values hgar9 hgar9l; label define hgar9l 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" ; label values workyne9 workyneo; label define workyneo 0 "Not in universe or children" 1 "Yes" 2 "No" ; label values ewrkyne9 ewrkynek; label define ewrkynek 0 "Not in universe or children" 1 "Yes" 2 "No" 3 "Retired" ; label values wtempe9 wtempe9l; label define wtempe9l 0 "Not in universe" 1 "Yes" 2 "No" ; label values ewtempe9 ewtempek; label define ewtempek 0 "Not in universe" 1 "Yes" 2 "No" 3 "Retired" ; label values enwlke9 enwlke9l; label define enwlke9l 0 "Not in universe or children" 1 "Yes" 2 "No" ; label values enwlaye9 enwlayek; label define enwlayek 0 "Not in universe or children" 1 "Yes" 2 "No" ; label values nwlooke9 nwlookeo; label define nwlookeo 0 "Not in universe or children" 1 "Yes" 2 "No" ; label values elkwke9 elkwke9l; label define elkwke9l 0 "Not in universe" ; label values elaywke9 elaywkek; label define elaywkek 0 "Not in universe" ; *#label values nwlkwke9 nwlkwkeo; *#label define nwlkwkeo *# 0 "Not in universe" ; *#label values rsnotwe9 rsnotwel; *#label define rsnotwel *# 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" ; *#label values ersntwe9 ersntwek; *#label define ersntwek *# 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" ; *#label values wkswrke9 wkswrkeo; *#label define wkswrkeo *# 0 "Not in universe" ; *#label values wkchckr9 wkchckro; *#label define wkchckro *# 0 "Not in universe" *# 1 "1-49 Weeks" *# 2 "50-51 Weeks" *# 3 "52 Weeks" ; *#label values losewke9 losewkeo; *#label define losewkeo *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values lknonee9 lknoneeo; *#label define lknoneeo *# 0 "Not in universe or had weeks" *# 1 "No weeks looking for work or on" ; *#label values lkwkse9 lkwkse9l; *#label define lkwkse9l *# 0 "No weeks looking for work/on" ; *#label values lkstrhe9 lkstrhel; *#label define lkstrhel *# 0 "Not in universe" *# 1 "Yes - 1 stretch" *# 2 "No - 2 stretches" *# 3 "No - 3+ stretches" ; *#label values pyrsne9 pyrsne9l; *#label define pyrsne9l *# 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" ; *#label values epyrsne9 epyrsnek; *#label define epyrsnek *# 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" ; *#label values emprse9 emprse9l; *#label define emprse9l *# 0 "Not in universe" *# 1 "1 employer" *# 2 "2 employers" *# 3 "3+ employers" ; *#label values eemprse9 eemprsek; *#label define eemprsek *# 0 "Not in universe" *# 1 "1 employer" *# 2 "2 employers" *# 3 "3 employers" *# 4 "4 employers" *# 5 "5+ employers" ; *#label values hrswke9 hrswke9l; *#label define hrswke9l *# 0 "Not in universe" ; *#label values hrchkr9 hrchkr9l; *#label define hrchkr9l *# 0 "Not in universe" *# 1 "Part-time (1-34 hours)" *# 2 "Full-time (35+ hours)" ; *#label values ljcwe9 ljcwe9l; *#label define ljcwe9l *# 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" ; *#label values occupe9 occupe9l; *#label define occupe9l *# 0 "Not in universe or children" ; *#label values wexpr9 wexpr9l; *#label define wexpr9l *# 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" ; *#label values wewkrsr9 wewkrsro; *#label define wewkrsro *# 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" ; *#label values welknwr9 welknwro; *#label define welknwro *# 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" ; *#label values weuempr9 weuempro; *#label define weuempro *# 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" ; *#label values earnere9 earnereo; *#label define earnereo *# 0 "Not in universe" *# 1 "Earner" *# 2 "Nonearner" ; *#label values clwkr9 clwkr9l; *#label define clwkr9l *# 0 "Not in universe" *# 1 "Private (includes" *# 2 "Government" *# 3 "Self-employed" *# 4 "Without pay" *# 5 "Never worked" ; *#label values weclwr9 weclwr9l; *#label define weclwr9l *# 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" ; *#label values poccu2r9 poccu2ro; *#label define poccu2ro *# 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" ; *#label values wemocgr9 wemocgro; *#label define wemocgro *# 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" ; *#label values wemindr9 wemindro; *#label define wemindro *# 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" ; *#label values noempr9 noempr9l; *#label define noempr9l *# 0 "Not in universe" *# 1 "Under 25 employees" *# 2 "25 to 99 employees" *# 3 "100+ employees" ; *#label values ernyne9 ernyne9l; *#label define ernyne9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values ernvalt9 ernvalto; *#label define ernvalto *# 0 "None or not in universe" ; *#label values ernsrce9 ernsrceo; *#label define ernsrceo *# 0 "None or not in universe" *# 1 "Wage and Salary" *# 2 "Self-employment" *# 3 "Farm self-employment" *# 4 "Without pay" ; *#label values ernotre9 ernotreo; *#label define ernotreo *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values wgeotre9 wgeotreo; *#label define wgeotreo *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values wsvalr9 wsvalr9l; *#label define wsvalr9l *# 0 "None or not in universe" ; *#label values wsalyne9 wsalyneo; *#label define wsalyneo *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values wsalvlr9 wsalvlro; *#label define wsalvlro *# 0 "None or not in universe" ; *#label values seotre9 seotre9l; *#label define seotre9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values sevalr9 sevalr9l; *#label define sevalr9l *# 0 "None or not in universe" ; *#label values sempyne9 sempyneo; *#label define sempyneo *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values sempvlr9 sempvlro; *#label define sempvlro *# 0 "None or not in universe" ; *#label values frmotre9 frmotreo; *#label define frmotreo *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values frmvalr9 frmvalro; *#label define frmvalro *# 0 "None or not in universe" ; *#label values frseyne9 frseyneo; *#label define frseyneo *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values frsevlr9 frsevlro; *#label define frsevlro *# 0 "None or not in universe" ; *#label values srce2e9 srce2e9l; *#label define srce2e9l *# 0 "None or not in universe" *# 1 "Wage and Salary" *# 2 "Self-employment" *# 3 "Farm self-employment" *# 4 "Without pay" ; *#label values srce3e9 srce3e9l; *#label define srce3e9l *# 0 "None or not in universe" *# 1 "Wage and Salary" *# 2 "Self-employment" *# 3 "Farm self-employment" *# 4 "Without pay" ; *#label values srce4e9 srce4e9l; *#label define srce4e9l *# 0 "None or not in universe" *# 1 "Wage and Salary" *# 2 "Self-employment" *# 3 "Farm self-employment" *# 4 "Without pay" ; *#label values erne2t9 erne2t9l; *#label define erne2t9l *# 0 "None or not in universe" ; *#label values erne3t9 erne3t9l; *#label define erne3t9l *# 0 "None or not in universe" ; *#label values erne4t9 erne4t9l; *#label define erne4t9l *# 0 "None or not in universe" ; *#label values penplne9 penplnel; *#label define penplnel *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values penpare9 penparel; *#label define penparel *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values ucyne9 ucyne9l; *#label define ucyne9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values subuce9 subuce9l; *#label define subuce9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values strkuce9 strkucel; *#label define strkucel *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values ucvalt9 ucvalt9l; *#label define ucvalt9l *# 0 "Not in universe" ; *#label values wcyne9 wcyne9l; *#label define wcyne9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values wctypee9 wctypeel; *#label define wctypeel *# 0 "Not in universe" *# 1 "State workers' compensation" *# 2 "Employer or employer's insurance" *# 3 "Own insurance" *# 4 "Other" ; *#label values wcvalt9 wcvalt9l; *#label define wcvalt9l *# 0 "Not in universe" ; *#label values ssyne9 ssyne9l; *#label define ssyne9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values ssvalt9 ssvalt9l; *#label define ssvalt9l *# 0 "Not in universe" ; *#label values ssiyne9 ssiyne9l; *#label define ssiyne9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values ssivalt9 ssivalto; *#label define ssivalto *# 0 "Not in universe" ; *#label values pawyne9 pawyne9l; *#label define pawyne9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values pawtype9 pawtypeo; *#label define pawtypeo *# 0 "Not in universe" *# 1 "TANF" *# 2 "Other Assistance" *# 3 "Both TANF and Other Assistance" ; *#label values pawmone9 pawmoneo; *#label define pawmoneo *# 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" ; *#label values pawvalt9 pawvalto; *#label define pawvalto *# 0 "Not in universe" ; *#label values vetyne9 vetyne9l; *#label define vetyne9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values vetty1e9 vetty1eo; *#label define vetty1eo *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values vetty2e9 vetty2eo; *#label define vetty2eo *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values vetty3e9 vetty3eo; *#label define vetty3eo *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values vetty4e9 vetty4eo; *#label define vetty4eo *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values vetty5e9 vetty5eo; *#label define vetty5eo *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values vetqvae9 vetqvaeo; *#label define vetqvaeo *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values vetvalt9 vetvalto; *#label define vetvalto *# 0 "Not in universe" ; *#label values suryne9 suryne9l; *#label define suryne9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values sursc1e9 sursc1eo; *#label define sursc1eo *# 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" ; *#label values sursc2e9 sursc2eo; *#label define sursc2eo *# 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" ; *#label values survl1t9 survl1to; *#label define survl1to *# 0 "Not in universe" ; *#label values survl2t9 survl2to; *#label define survl2to *# 0 "Not in universe" ; *#label values srvsvlr9 srvsvlro; *#label define srvsvlro *# 0 "Not in universe" ; *#label values dishpe9 dishpe9l; *#label define dishpe9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values discse9 discse9l; *#label define discse9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values disyne9 disyne9l; *#label define disyne9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values dissc1e9 dissc1eo; *#label define dissc1eo *# 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" ; *#label values dissc2e9 dissc2eo; *#label define dissc2eo *# 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" ; *#label values disvl1t9 disvl1to; *#label define disvl1to *# 0 "Not in universe" ; *#label values disvl2t9 disvl2to; *#label define disvl2to *# 0 "Not in universe" ; *#label values dsabvlr9 dsabvlro; *#label define dsabvlro *# 0 "Not in universe" ; *#label values retyne9 retyne9l; *#label define retyne9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values retsc1e9 retsc1eo; *#label define retsc1eo *# 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" ; *#label values retsc2e9 retsc2eo; *#label define retsc2eo *# 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" ; *#label values retvl1t9 retvl1to; *#label define retvl1to *# 0 "Not in universe" ; *#label values retvl2t9 retvl2to; *#label define retvl2to *# 0 "Not in universe" ; *#label values rtmvalr9 rtmvalro; *#label define rtmvalro *# 0 "Not in universe" ; *#label values intyne9 intyne9l; *#label define intyne9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values intvalt9 intvalto; *#label define intvalto *# 0 "Not in universe" ; *#label values divyne9 divyne9l; *#label define divyne9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values divnone9 divnoneo; *#label define divnoneo *# 0 "Not in universe" *# 1 "None" ; *#label values divvalt9 divvalto; *#label define divvalto *# 0 "Not in universe" ; *#label values rntyne9 rntyne9l; *#label define rntyne9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values rntvalt9 rntvalto; *#label define rntvalto *# 0 "Not in universe" ; *#label values cspyne9 cspyne9l; *#label define cspyne9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values cspvalt9 cspvalto; *#label define cspvalto *# 0 "None or not in universe" ; *#label values almyne9 almyne9l; *#label define almyne9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values almvalt9 almvalto; *#label define almvalto *# 0 "Not in universe" ; *#label values finyne9 finyne9l; *#label define finyne9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values finvalt9 finvalto; *#label define finvalto *# 0 "Not in universe" ; *#label values oioffe9 oioffe9l; *#label define oioffe9l *# 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" ; *#label values oi_yne9 oi_yne9l; *#label define oi_yne9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values oivalt9 oivalt9l; *#label define oivalt9l *# 0 "Not in universe" ; *#label values tanfyne9 tanfynek; *#label define tanfynek *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values tanfvlt9 tanfvltk; *#label define tanfvltk *# 0 "None or not in universe" ; *#label values tanfmne9 tanfmnek; *#label define tanfmnek *# 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" ; *#label values genyne9 genyne9l; *#label define genyne9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values genvalt9 genvaltk; *#label define genvaltk *# 0 "None or not in universe" ; *#label values genmone9 genmonek; *#label define genmonek *# 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" ; *#label values oasyne9 oasyne9l; *#label define oasyne9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values oasvalt9 oasvaltk; *#label define oasvaltk *# 0 "None or not in universe" ; *#label values oasmone9 oasmonek; *#label define oasmonek *# 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" ; *#label values ptotvlr9 ptotvlro; *#label define ptotvlro *# 0 "None or not in universe" ; *#label values pernvlr9 pernvlro; *#label define pernvlro *# 0 "None or not in universe" ; *#label values pothvlr9 pothvlro; *#label define pothvlro *# 0 "None or not in universe" ; *#label values ptotrr9 ptotrr9l; *#label define ptotrr9l *# -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" ; *#label values ed_aide9 ed_aidek; *#label define ed_aidek *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values oedtp1e9 oedtp1ek; *#label define oedtp1ek *# 0 "Not in universe" *# 1 "Yes, received this educational" *# 2 "No, did not receive assistance" ; *#label values oedtp2e9 oedtp2ek; *#label define oedtp2ek *# 0 "Not in universe" *# 1 "Yes, received this educational" *# 2 "No, did not receive assistance" ; *#label values oedtp3e9 oedtp3ek; *#label define oedtp3ek *# 0 "Not in universe" *# 1 "Yes, received this educational" *# 2 "No, did not receive assistance" ; *#label values mcaree9 mcaree9l; *#label define mcaree9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values mcaide9 mcaide9l; *#label define mcaide9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values champe9 champe9l; *#label define champe9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values hi_yne9 hi_yne9l; *#label define hi_yne9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values hiowne9 hiowne9l; *#label define hiowne9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values hipaide9 hipaidel; *#label define hipaidel *# 0 "Not in universe" *# 1 "All" *# 2 "Part" *# 3 "None" ; *#label values hiempe9 hiempe9l; *#label define hiempe9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values cov_ghe9 cov_ghel; *#label define cov_ghel *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values cov_hie9 cov_hieo; *#label define cov_hieo *# 1 "Yes" *# 2 "No" ; *#label values ch_mce9 ch_mce9l; *#label define ch_mce9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values ch_hie9 ch_hie9l; *#label define ch_hie9l *# 0 "Not in universe" *# 1 "Private Coverage Through Someone" *# 2 "Private coverage through someone" *# 3 "Not covered by private health" ; *#label values hie9 hie9l; *#label define hie9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values dephie9 dephie9l; *#label define dephie9l *# 0 "(No or) Not in universe" *# 1 "Yes" ; *#label values hilin1e9 hilin1el; *#label define hilin1el *# 0 "Not in universe" ; *#label values paide9 paide9l; *#label define paide9l *# 0 "Not in universe" *# 1 "All" *# 2 "Part" *# 3 "None" ; *#label values prive9 prive9l; *#label define prive9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values deprive9 deprivel; *#label define deprivel *# 0 "(No or) Not in universe" *# 1 "Yes" ; *#label values pilin1e9 pilin1el; *#label define pilin1el *# 0 "Not in universe" ; *#label values oute9 oute9l; *#label define oute9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values mone9 mone9l; *#label define mone9l *# 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" ; *#label values othe9 othe9l; *#label define othe9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values otyp_4e9 otyp_4el; *#label define otyp_4el *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values otyp_5e9 otyp_5el; *#label define otyp_5el *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values curre9 curre9l; *#label define curre9l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values ctyp_1e9 ctyp_1el; *#label define ctyp_1el *# 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" ; *#label values ctyp_2e9 ctyp_2el; *#label define ctyp_2el *# 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" ; *#label values ctyp_3e9 ctyp_3el; *#label define ctyp_3el *# 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" ; *#label values ctyp_4e9 ctyp_4el; *#label define ctyp_4el *# 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" ; *#label values ctyp_5e9 ctyp_5el; *#label define ctyp_5el *# 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" ; *#label values tenurei9 tenureil; *#label define tenureil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values hflunci9 hfluncil; *#label define hfluncil *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values hflunni9 hflunnil; *#label define hflunnil *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values hpublii9 hpubliil; *#label define hpubliil *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values hloreni9 hlorenil; *#label define hlorenil *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values hseci9 hseci9l; *#label define hseci9l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values hfdspi9 hfdspi9l; *#label define hfdspi9l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values hfdnoi9 hfdnoi9l; *#label define hfdnoi9l *# 0 "Not Imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values hfdmoni9 hfdmonil; *#label define hfdmonil *# 0 "Not Imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values hfdvali9 hfdvalil; *#label define hfdvalil *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values hengasi9 hengasil; *#label define hengasil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values hengvli9 hengvlil; *#label define hengvlil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values hedaidi9 hedaidik; *#label define hedaidik *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values fedaidi9 fedaidik; *#label define fedaidik *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values despari9 desparil; *#label define desparil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values rrpi9 rrpi9l; *#label define rrpi9l *# 0 "Not imputed" *# 3 "Logical imputation (derivation)" ; *#label values agei9 agei9l; *#label define agei9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 3 "Logical imputation (derivation)" ; *#label values maritli9 maritlil; *#label define maritlil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 3 "Logical imputation (derivation)" ; *#label values spousei9 spouseil; *#label define spouseil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 3 "Logical imputation (derivation)" ; *#label values veti9 veti9l; *#label define veti9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 3 "Logical imputation (derivation)" ; *#label values hscolli9 hscollik; *#label define hscollik *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values hgai9 hgai9l; *#label define hgai9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values citshpi9 citshpik; *#label define citshpik *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 3 "Logical imputation (derivation)" ; *#label values workyni9 workynil; *#label define workynil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values ewrkyni9 ewrkynik; *#label define ewrkynik *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values wtempi9 wtempi9l; *#label define wtempi9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values ewtempi9 ewtempik; *#label define ewtempik *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values enwlki9 enwlki9l; *#label define enwlki9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values enwlayi9 enwlayik; *#label define enwlayik *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values nwlooki9 nwlookil; *#label define nwlookil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values elkwki9 elkwki9l; *#label define elkwki9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values elaywki9 elaywkik; *#label define elaywkik *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values nwlkwki9 nwlkwkil; *#label define nwlkwkil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values rsnotwi9 rsnotwil; *#label define rsnotwil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values ersntwi9 ersntwik; *#label define ersntwik *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values wkswrki9 wkswrkil; *#label define wkswrkil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values losewki9 losewkil; *#label define losewkil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values lknonei9 lknoneik; *#label define lknoneik *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values lkwksi9 lkwksi9l; *#label define lkwksi9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values lkstrhi9 lkstrhil; *#label define lkstrhil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values epyrsni9 epyrsnik; *#label define epyrsnik *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values pyrsni9 pyrsni9l; *#label define pyrsni9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values emprsi9 emprsi9l; *#label define emprsi9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values eemprsi9 eemprsik; *#label define eemprsik *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values hrswki9 hrswki9l; *#label define hrswki9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values ljcwi9 ljcwi9l; *#label define ljcwi9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values indusi9 indusi9l; *#label define indusi9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values occupi9 occupi9l; *#label define occupi9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values noempi9 noempi9l; *#label define noempi9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values ernyni9 ernyni9l; *#label define ernyni9l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values ernvali9 ernvalil; *#label define ernvalil *# 0 "Not Imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold Deck Imputation" *# 3 "Logical Imputation" ; *#label values ernsrci9 ernsrcil; *#label define ernsrcil *# 0 "Not Imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold Deck Imputation" *# 3 "Logical Imputation" ; *#label values wgeotri9 wgeotrik; *#label define wgeotrik *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values seotri9 seotri9l; *#label define seotri9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values srce2i9 srce2i9l; *#label define srce2i9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values srce3i9 srce3i9l; *#label define srce3i9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values srce4i9 srce4i9l; *#label define srce4i9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values erne2i9 erne2i9l; *#label define erne2i9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values erne3i9 erne3i9l; *#label define erne3i9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values erne4i9 erne4i9l; *#label define erne4i9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values penplni9 penplnil; *#label define penplnil *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values penpari9 penparil; *#label define penparil *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values ucyni9 ucyni9l; *#label define ucyni9l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values ucvali9 ucvali9l; *#label define ucvali9l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values wcyni9 wcyni9l; *#label define wcyni9l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values wctypei9 wctypeil; *#label define wctypeil *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values wcvali9 wcvali9l; *#label define wcvali9l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values ssyni9 ssyni9l; *#label define ssyni9l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values ssvali9 ssvali9l; *#label define ssvali9l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values ssiyni9 ssiyni9l; *#label define ssiyni9l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values ssivali9 ssivalil; *#label define ssivalil *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values pawvali9 pawvalil; *#label define pawvalil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values vetyni9 vetyni9l; *#label define vetyni9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values vettypi9 vettypil; *#label define vettypil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values vetqvai9 vetqvail; *#label define vetqvail *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values vetvali9 vetvalil; *#label define vetvalil *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values suryni9 suryni9l; *#label define suryni9l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values sursc1i9 sursc1il; *#label define sursc1il *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values sursc2i9 sursc2il; *#label define sursc2il *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values survl1i9 survl1il; *#label define survl1il *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values survl2i9 survl2il; *#label define survl2il *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values dishpi9 dishpi9l; *#label define dishpi9l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values discsi9 discsi9l; *#label define discsi9l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values disyni9 disyni9l; *#label define disyni9l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values dissc1i9 dissc1il; *#label define dissc1il *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values dissc2i9 dissc2il; *#label define dissc2il *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values disvl1i9 disvl1il; *#label define disvl1il *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values disvl2i9 disvl2il; *#label define disvl2il *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values retyni9 retyni9l; *#label define retyni9l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values retsc1i9 retsc1il; *#label define retsc1il *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values retsc2i9 retsc2il; *#label define retsc2il *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values retvl1i9 retvl1il; *#label define retvl1il *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values retvl2i9 retvl2il; *#label define retvl2il *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values intyni9 intyni9l; *#label define intyni9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold Deck imputation" *# 3 "Logical imputation" ; *#label values intvali9 intvalil; *#label define intvalil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold Deck imputation" *# 3 "Logical imputation" ; *#label values divyni9 divyni9l; *#label define divyni9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold Deck imputation" *# 3 "Logical imputation" ; *#label values divvali9 divvalil; *#label define divvalil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold Deck imputation" *# 3 "Logical imputation" ; *#label values rntyni9 rntyni9l; *#label define rntyni9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold Deck imputation" *# 3 "Logical imputation" ; *#label values rntvali9 rntvalil; *#label define rntvalil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold Deck imputation" *# 3 "Logical imputation" ; *#label values cspyni9 cspyni9l; *#label define cspyni9l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values cspvali9 cspvalil; *#label define cspvalil *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values almyni9 almyni9l; *#label define almyni9l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values almvali9 almvalil; *#label define almvalil *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values finyni9 finyni9l; *#label define finyni9l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values finvali9 finvalil; *#label define finvalil *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values oi_yni9 oi_yni9l; *#label define oi_yni9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values oivali9 oivali9l; *#label define oivali9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values tanfyni9 tanfynik; *#label define tanfynik *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values tanfvli9 tanfvlik; *#label define tanfvlik *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values tanfmni9 tanfmnik; *#label define tanfmnik *# 0 "Not Imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values genyni9 genyni9l; *#label define genyni9l *# 0 "Not Imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values genvali9 genvalik; *#label define genvalik *# 0 "Not Imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values genmoni9 genmonik; *#label define genmonik *# 0 "Not Imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values oasyni9 oasyni9l; *#label define oasyni9l *# 0 "Not Imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values oasvali9 oasvalik; *#label define oasvalik *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values oasmoni9 oasmonik; *#label define oasmonik *# 0 "Not Imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values ed_aidi9 ed_aidik; *#label define ed_aidik *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values oedtypi9 oedtypik; *#label define oedtypik *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values mcarei9 mcarei9l; *#label define mcarei9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values mcaidi9 mcaidi9l; *#label define mcaidi9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values champi9 champi9l; *#label define champi9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values cov_ghi9 cov_ghik; *#label define cov_ghik *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values hii9 hii9l; *#label define hii9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values dephii9 dephii9l; *#label define dephii9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values paidi9 paidi9l; *#label define paidi9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values privi9 privi9l; *#label define privi9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values deprivi9 deprivil; *#label define deprivil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values outi9 outi9l; *#label define outi9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values moni9 moni9l; *#label define moni9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values othi9 othi9l; *#label define othi9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values otyp_4i9 otyp_4ik; *#label define otyp_4ik *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values otyp_5i9 otyp_5ik; *#label define otyp_5ik *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values curri9 curri9l; *#label define curri9l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values ctyp_1i9 ctyp_1il; *#label define ctyp_1il *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values rsnnie0 rsnnie0l; *#label define rsnnie0l *# 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" ; *#label values tenuree0 tenureep; *#label define tenureep *# 1 "Owned or being bought by you or" *# 2 "Rented for cash" *# 3 "Occupied without payment of cash" ; *#label values stfipsr0 stfipsrp; *#label define stfipsrp *# 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" ; *#label values g_regr0 g_regr0l; *#label define g_regr0l *# 1 "Northeast" *# 2 "Midwest" *# 3 "South" *# 4 "West" ; *#label values hflunce0 hfluncep; *#label define hfluncep *# 0 "Not in Universe" *# 1 "Yes" *# 2 "No" ; *#label values hflunne0 hflunnep; *#label define hflunnep *# 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" ; *#label values hpublie0 hpubliep; *#label define hpubliep *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values hlorene0 hlorenep; *#label define hlorenep *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values hsece0 hsece0l; *#label define hsece0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values hincwse0 hincwsep; *#label define hincwsep *# 1 "Yes" *# 2 "No" ; *#label values hwsvalr0 hwsvalrp; *#label define hwsvalrp *# 0 "None or not in universe" ; *#label values hincsee0 hincseep; *#label define hincseep *# 1 "Yes" *# 2 "No" ; *#label values hsevalr0 hsevalrp; *#label define hsevalrp *# 0 "None or not in universe" ; *#label values hincfre0 hincfrep; *#label define hincfrep *# 1 "Yes" *# 2 "No" ; *#label values hfrvalr0 hfrvalrp; *#label define hfrvalrp *# 0 "None or not in universe" ; *#label values hfdspe0 hfdspe0l; *#label define hfdspe0l *# 1 "Yes" *# 2 "No" ; *#label values hfdnoe0 hfdnoe0l; *#label define hfdnoe0l *# 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" ; *#label values hfdmone0 hfdmonep; *#label define hfdmonep *# 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" ; *#label values hfdvalr0 hfdvalrp; *#label define hfdvalrp *# 0 "Not in universe" ; *#label values hengase0 hengasep; *#label define hengasep *# 1 "Yes" *# 2 "No" ; *#label values hengvlr0 hengvlrp; *#label define hengvlrp *# 0 "Not in universe" ; *#label values hincuce0 hincucep; *#label define hincucep *# 1 "Yes" *# 2 "No" ; *#label values hucvalr0 hucvalrp; *#label define hucvalrp *# 0 "None or not in universe" ; *#label values hincwce0 hincwcep; *#label define hincwcep *# 1 "Yes" *# 2 "No" ; *#label values hwcvalr0 hwcvalrp; *#label define hwcvalrp *# 0 "None or not in universe" ; *#label values hssyne0 hssyne0l; *#label define hssyne0l *# 1 "Yes" *# 2 "No" ; *#label values hssvalr0 hssvalrp; *#label define hssvalrp *# 0 "None or not in universe" ; *#label values hssiyne0 hssiynep; *#label define hssiynep *# 1 "Yes" *# 2 "No" ; *#label values hssivlr0 hssivlrp; *#label define hssivlrp *# 0 "None or not in universe" ; *#label values hpawyne0 hpawynep; *#label define hpawynep *# 1 "Yes" *# 2 "No" ; *#label values hpawvlr0 hpawvlrp; *#label define hpawvlrp *# 0 "None or not in universe" ; *#label values hvetyne0 hvetynep; *#label define hvetynep *# 1 "Yes" *# 2 "No" ; *#label values hvetvlr0 hvetvlrp; *#label define hvetvlrp *# 0 "None or not in universe" ; *#label values hsuryne0 hsurynep; *#label define hsurynep *# 1 "Yes" *# 2 "No" ; *#label values hsurvlr0 hsurvlrp; *#label define hsurvlrp *# 0 "None or not in universe" ; *#label values hdisyne0 hdisynep; *#label define hdisynep *# 1 "Yes" *# 2 "No" ; *#label values hdisvlr0 hdisvlrp; *#label define hdisvlrp *# 0 "None or not in universe" ; *#label values hretyne0 hretynep; *#label define hretynep *# 1 "Yes" *# 2 "No" ; *#label values hretvlr0 hretvlrp; *#label define hretvlrp *# 0 "None or not in universe" ; *#label values hintyne0 hintynep; *#label define hintynep *# 1 "Yes" *# 2 "No" ; *#label values hintvlr0 hintvlrp; *#label define hintvlrp *# 0 "None or not in universe" ; *#label values hdivyne0 hdivynep; *#label define hdivynep *# 1 "Yes" *# 2 "No" ; *#label values hdivvlr0 hdivvlrp; *#label define hdivvlrp *# 0 "None or not in universe" ; *#label values hrntyne0 hrntynep; *#label define hrntynep *# 1 "Yes" *# 2 "No" ; *#label values hrntvlr0 hrntvlrp; *#label define hrntvlrp *# 0 "None or not in universe" ; *#label values hcspyne0 hcspynep; *#label define hcspynep *# 1 "Yes" *# 2 "No" ; *#label values hcspvlr0 hcspvlrp; *#label define hcspvlrp *# 0 "None or not in universe" ; *#label values halmyne0 halmynep; *#label define halmynep *# 1 "Yes" *# 2 "No" ; *#label values halmvlr0 halmvlrp; *#label define halmvlrp *# 0 "None or not in universe" ; *#label values hfinyne0 hfinynep; *#label define hfinynep *# 1 "Yes" *# 2 "No" ; *#label values hfinvlr0 hfinvlrp; *#label define hfinvlrp *# 0 "None or not in universe" ; *#label values hoiyne0 hoiyne0l; *#label define hoiyne0l *# 1 "Yes" *# 2 "No" ; *#label values hoivalr0 hoivalrp; *#label define hoivalrp *# 0 "None or not in universe" ; *#label values hedaide0 hedaidel; *#label define hedaidel *# 1 "Yes" *# 2 "No" ; *#label values htotvlr0 htotvlrp; *#label define htotvlrp *# 0 "None or not in universe" ; *#label values hernvlr0 hernvlrp; *#label define hernvlrp *# 0 "None or not in universe" ; *#label values hothvlr0 hothvlrp; *#label define hothvlrp *# 0 "None or not in universe" ; *#label values htotrr0 htotrr0l; *#label define htotrr0l *# -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" ; *#label values top5pce0 top5pcep; *#label define top5pcep *# 0 "Not in universe (group quarters)" *# 1 "Yes - In top 5 percent" *# 2 "No - Not in top 5 percent" ; *#label values pctcute0 pctcutep; *#label define pctcutep *# 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" ; *#label values hmcaree0 hmcareep; *#label define hmcareep *# 1 "Yes" *# 2 "No" ; *#label values hmcaide0 hmcaidep; *#label define hmcaidep *# 1 "Yes" *# 2 "No" ; *#label values hchampe0 hchampep; *#label define hchampep *# 1 "Yes" *# 2 "No" ; *#label values hhi_yne0 hhi_ynep; *#label define hhi_ynep *# 1 "Yes" *# 2 "No" ; *#label values cmcaree0 cmcareep; *#label define cmcareep *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values cmcenoe0 cmcenoem; *#label define cmcenoem *# 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" ; *#label values chie0 chie0l; *#label define chie0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values chinoe0 chinoe0l; *#label define chinoe0l *# 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" ; *#label values chinrhe0 chinrhem; *#label define chinrhem *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values chinnoe0 chinnoel; *#label define chinnoel *# 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" ; *#label values jintyne0 jintynel; *#label define jintynel *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values ointyne0 ointynel; *#label define ointynel *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values jstkyne0 jstkynel; *#label define jstkynel *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values ostkyne0 ostkynel; *#label define ostkynel *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values jinamtt0 jinamttl; *#label define jinamttl *# 0 "None or not in universe" ; *#label values oinamtt0 oinamttl; *#label define oinamttl *# 0 "None or not in universe" ; *#label values jskamtt0 jskamttl; *#label define jskamttl *# 0 "None or not in universe" ; *#label values oskamtt0 oskamttl; *#label define oskamttl *# 0 "None or not in universe" ; *#label values hownr1e0 hownr1el; *#label define hownr1el *# 0 "Not in universe" ; *#label values hownr2e0 hownr2el; *#label define hownr2el *# 0 "Not in universe" ; *#label values hownr3e0 hownr3el; *#label define hownr3el *# 0 "Not in universe" ; *#label values revalut0 revalutl; *#label define revalutl *# 0 "None or not in universe" ; *#label values mortgae0 mortgael; *#label define mortgael *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values heqyloe0 heqyloel; *#label define heqyloel *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values moramtt0 moramttl; *#label define moramttl *# 0 "None or not in universe" ; *#label values mortaxe0 mortaxel; *#label define mortaxel *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values ptxamtt0 ptxamttl; *#label define ptxamttl *# 0 "None or not in universe" ; *#label values morinse0 morinsel; *#label define morinsel *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values insamtt0 insamttl; *#label define insamttl *# 0 "None or not in universe" ; *#label values heqamtt0 heqamttl; *#label define heqamttl *# 0 "None or not in universe" ; *#label values renamtt0 renamttl; *#label define renamttl *# 0 "None or not in universe" ; *#label values helect0 helect0l; *#label define helect0l *# 0 "None or not in universe" ; *#label values hheatt0 hheatt0l; *#label define hheatt0l *# 0 "None or not in universe" ; *#label values hphonet0 hphonetl; *#label define hphonetl *# 0 "None or not in universe" ; *#label values hwatert0 hwatertl; *#label define hwatertl *# 0 "None or not in universe" ; *#label values hhrente0 hhrentel; *#label define hhrentel *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values hspyre0 hspyre0l; *#label define hspyre0l *# 0 "Not in universe" ; *#label values hj1pyre0 hj1pyrel; *#label define hj1pyrel *# 0 "Not in universe" ; *#label values hj2pyre0 hj2pyrel; *#label define hj2pyrel *# 0 "Not in universe" ; *#label values hj3pyre0 hj3pyrel; *#label define hj3pyrel *# 0 "Not in universe" ; *#label values ha1pyrt0 ha1pyrtl; *#label define ha1pyrtl *# 0 "None or not in universe" ; *#label values ha2pyrt0 ha2pyrtl; *#label define ha2pyrtl *# 0 "None or not in universe" ; *#label values ha3pyrt0 ha3pyrtl; *#label define ha3pyrtl *# 0 "None or not in universe" ; *#label values reothre0 reothrel; *#label define reothrel *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values reown1e0 reown1el; *#label define reown1el *# 0 "Not in universe" ; *#label values reown2e0 reown2el; *#label define reown2el *# 0 "Not in universe" ; *#label values reval2t0 reval2tl; *#label define reval2tl *# 0 "None or not in universe" ; *#label values othmore0 othmorel; *#label define othmorel *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values prmor2t0 prmor2tl; *#label define prmor2tl *# 0 "None or not in universe" ; *#label values vehowne0 vehownel; *#label define vehownel *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values vehnume0 vehnumel; *#label define vehnumel *# 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" ; *#label values v1own1e0 v1own1el; *#label define v1own1el *# 0 "Not in universe" ; *#label values v1own2e0 v1own2el; *#label define v1own2el *# 0 "Not in universe" ; *#label values v1yeare0 v1yearel; *#label define v1yearel *# 9999 "Not Reported" ; *#label values vhval1t0 vhval1tl; *#label define vhval1tl *# 0 "None or not in universe" ; *#label values v1frowe0 v1frowel; *#label define v1frowel *# 0 "Not in universe" *# 1 "Free and clear" *# 2 "Money owned" ; *#label values amowd1t0 amowd1tl; *#label define amowd1tl *# 0 "None or not in universe" ; *#label values v1purpe0 v1purpel; *#label define v1purpel *# 0 "Not in universe" *# 1 "Self-employment business" *# 2 "Transportation of a disabled" *# 3 "Personal use" ; *#label values v2own1e0 v2own1el; *#label define v2own1el *# 0 "Not in universe" ; *#label values v2own2e0 v2own2el; *#label define v2own2el *# 0 "Not in universe" ; *#label values v2yeare0 v2yearel; *#label define v2yearel *# 9999 "Not Reported" ; *#label values vhval2t0 vhval2tl; *#label define vhval2tl *# 0 "None or not in universe" ; *#label values v2frowe0 v2frowel; *#label define v2frowel *# 0 "Not in universe or no second" *# 1 "Free and clear" *# 2 "Money owned" ; *#label values amowd2t0 amowd2tl; *#label define amowd2tl *# 0 "None or not in universe" ; *#label values v2purpe0 v2purpel; *#label define v2purpel *# 0 "Not in universe" *# 1 "Self-employment business" *# 2 "Transportation of a disabled" *# 3 "Personal use" ; *#label values v3own1e0 v3own1el; *#label define v3own1el *# 0 "Not in universe" ; *#label values v3own2e0 v3own2el; *#label define v3own2el *# 0 "Not in universe" ; *#label values v3yeare0 v3yearel; *#label define v3yearel *# 9999 "Not Reported" ; *#label values vhval3t0 vhval3tl; *#label define vhval3tl *# 0 "None or not in universe" ; *#label values v3frowe0 v3frowel; *#label define v3frowel *# 0 "Not in universe or no third" *# 1 "Free and clear" *# 2 "Money owned" ; *#label values amowd3t0 amowd3tl; *#label define amowd3tl *# 0 "None or not in universe" ; *#label values v3purpe0 v3purpel; *#label define v3purpel *# 0 "Not in universe" *# 1 "Self-employment business" *# 2 "Transportation of a disabled" *# 3 "Personal use" ; *#label values otrdbte0 otrdbtel; *#label define otrdbtel *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values debow1e0 debow1el; *#label define debow1el *# 0 "Not in universe" ; *#label values debow2e0 debow2el; *#label define debow2el *# 0 "Not in universe" ; *#label values debow3e0 debow3el; *#label define debow3el *# 0 "Not in universe" ; *#label values debamte0 debamtel; *#label define debamtel *# 0 "None or not in universe" ; *#label values chdspte0 chdsptel; *#label define chdsptel *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values chwhoe0 chwhoe0l; *#label define chwhoe0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values chamtt0 chamtt0l; *#label define chamtt0l *# 0 "None or not in universe" ; *#label values almspte0 almsptel; *#label define almsptel *# 0 "Not in Universe" *# 1 "Yes" *# 2 "No" ; *#label values alwhoe0 alwhoe0l; *#label define alwhoe0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" *# 3 "Not reported" ; *#label values alamtt0 alamtt0l; *#label define alamtt0l *# 0 "None or not in universe" ; *#label values othspte0 othsptel; *#label define othsptel *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values otwhoe0 otwhoe0l; *#label define otwhoe0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values ostamtt0 ostamttl; *#label define ostamttl *# 0 "None or not in universe" ; *#label values jintyni0 jintynil; *#label define jintynil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values ointyni0 ointynil; *#label define ointynil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values jstkyni0 jstkynil; *#label define jstkynil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values ostkyni0 ostkynil; *#label define ostkynil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values jinamti0 jinamtil; *#label define jinamtil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values oinamti0 oinamtil; *#label define oinamtil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values jskamti0 jskamtil; *#label define jskamtil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values oskamti0 oskamtil; *#label define oskamtil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values hownr1i0 hownr1il; *#label define hownr1il *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values hownr2i0 hownr2il; *#label define hownr2il *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values revalui0 revaluil; *#label define revaluil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values mortgai0 mortgail; *#label define mortgail *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values heqyloi0 heqyloil; *#label define heqyloil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values moramti0 moramtil; *#label define moramtil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values mortaxi0 mortaxil; *#label define mortaxil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values ptxamti0 ptxamtil; *#label define ptxamtil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values morinsi0 morinsil; *#label define morinsil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values insamti0 insamtil; *#label define insamtil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values heqamti0 heqamtil; *#label define heqamtil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values renamti0 renamtil; *#label define renamtil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values heleci0 heleci0l; *#label define heleci0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values hheati0 hheati0l; *#label define hheati0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values hphonei0 hphoneil; *#label define hphoneil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values hwateri0 hwateril; *#label define hwateril *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values hhrenti0 hhrentil; *#label define hhrentil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values hspyri0 hspyri0l; *#label define hspyri0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values hj1pyri0 hj1pyril; *#label define hj1pyril *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values hj2pyri0 hj2pyril; *#label define hj2pyril *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values hj3pyri0 hj3pyril; *#label define hj3pyril *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values ha1pyri0 ha1pyril; *#label define ha1pyril *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values ha2pyri0 ha2pyril; *#label define ha2pyril *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values ha3pyri0 ha3pyril; *#label define ha3pyril *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values reothri0 reothril; *#label define reothril *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values reown1i0 reown1il; *#label define reown1il *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values reown2i0 reown2il; *#label define reown2il *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values reval2i0 reval2il; *#label define reval2il *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values othmori0 othmoril; *#label define othmoril *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values prmor2i0 prmor2il; *#label define prmor2il *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values vehowni0 vehownil; *#label define vehownil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values vehnumi0 vehnumil; *#label define vehnumil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values v1own1i0 v1own1il; *#label define v1own1il *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values v1own2i0 v1own2il; *#label define v1own2il *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values v1frowi0 v1frowil; *#label define v1frowil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values amowd1i0 amowd1il; *#label define amowd1il *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values v1purpi0 v1purpil; *#label define v1purpil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values v2own1i0 v2own1il; *#label define v2own1il *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values v2own2i0 v2own2il; *#label define v2own2il *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values v2frowi0 v2frowil; *#label define v2frowil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values amowd2i0 amowd2il; *#label define amowd2il *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values v2purpi0 v2purpil; *#label define v2purpil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values v3own1i0 v3own1il; *#label define v3own1il *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values v3own2i0 v3own2il; *#label define v3own2il *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values v3frowi0 v3frowil; *#label define v3frowil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values amowd3i0 amowd3il; *#label define amowd3il *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values v3purpi0 v3purpil; *#label define v3purpil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values otrdbti0 otrdbtil; *#label define otrdbtil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values debow1i0 debow1il; *#label define debow1il *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values debow2i0 debow2il; *#label define debow2il *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values debamti0 debamtil; *#label define debamtil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values chdspti0 chdsptil; *#label define chdsptil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values chwhoi0 chwhoi0l; *#label define chwhoi0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values chamti0 chamti0l; *#label define chamti0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values almspti0 almsptil; *#label define almsptil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values alwhoi0 alwhoi0l; *#label define alwhoi0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values alamti0 alamti0l; *#label define alamti0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values othspti0 othsptil; *#label define othsptil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values otwhoi0 otwhoi0l; *#label define otwhoi0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values otnumi0 otnumi0l; *#label define otnumi0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values ostamti0 ostamtil; *#label define ostamtil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values famknde0 famkndep; *#label define famkndep *# 1 "Husband-wife family" *# 2 "Male head" *# 3 "Female head" ; *#label values povlle0 povlle0l; *#label define povlle0l *# 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" ; *#label values famlise0 famlisep; *#label define famlisep *# 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" ; *#label values rspove0 rspove0l; *#label define rspove0l *# 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" ; *#label values fincwse0 fincwsep; *#label define fincwsep *# 1 "Yes" *# 2 "No" ; *#label values fwsvalr0 fwsvalrp; *#label define fwsvalrp *# 0 "None or not in universe" ; *#label values fincsee0 fincseep; *#label define fincseep *# 1 "Yes" *# 2 "No" ; *#label values fsevalr0 fsevalrp; *#label define fsevalrp *# 0 "None or not in universe" ; *#label values fincfre0 fincfrep; *#label define fincfrep *# 1 "Yes" *# 2 "No" ; *#label values ffrvalr0 ffrvalrp; *#label define ffrvalrp *# 0 "None or not in universe" ; *#label values fincuce0 fincucep; *#label define fincucep *# 1 "Yes" *# 2 "No" ; *#label values fucvalr0 fucvalrp; *#label define fucvalrp *# 0 "None or not in universe" ; *#label values fincwce0 fincwcep; *#label define fincwcep *# 1 "Yes" *# 2 "No" ; *#label values fwcvalr0 fwcvalrp; *#label define fwcvalrp *# 0 "None or not in universe" ; *#label values fincsse0 fincssep; *#label define fincssep *# 1 "Yes" *# 2 "No" ; *#label values fssvalr0 fssvalrp; *#label define fssvalrp *# 0 "None or not in universe" ; *#label values fssiyne0 fssiynep; *#label define fssiynep *# 1 "Yes" *# 2 "No" ; *#label values fssivlr0 fssivlrp; *#label define fssivlrp *# 0 "None or not in universe" ; *#label values finpawe0 finpawep; *#label define finpawep *# 1 "Yes" *# 2 "No" ; *#label values fpawvlr0 fpawvlrp; *#label define fpawvlrp *# 0 "None or not in universe" ; *#label values finvete0 finvetep; *#label define finvetep *# 1 "Yes" *# 2 "No" ; *#label values fvetvlr0 fvetvlrp; *#label define fvetvlrp *# 0 "None or not in universe" ; *#label values finsure0 finsurep; *#label define finsurep *# 1 "Yes" *# 2 "No" ; *#label values fsurvlr0 fsurvlrp; *#label define fsurvlrp *# 0 "None or not in universe" ; *#label values findise0 findisep; *#label define findisep *# 1 "Yes" *# 2 "No" ; *#label values fdisvlr0 fdisvlrp; *#label define fdisvlrp *# 0 "None or not in universe" ; *#label values finrete0 finretep; *#label define finretep *# 1 "Yes" *# 2 "No" ; *#label values fretvlr0 fretvlrp; *#label define fretvlrp *# 0 "None or not in universe" ; *#label values fininte0 finintep; *#label define finintep *# 1 "Yes" *# 2 "No" ; *#label values fintvlr0 fintvlrp; *#label define fintvlrp *# 0 "None or not in universe" ; *#label values findive0 findivep; *#label define findivep *# 1 "Yes" *# 2 "No" ; *#label values fdivvlr0 fdivvlrp; *#label define fdivvlrp *# 0 "None or not in universe" ; *#label values finrnte0 finrntep; *#label define finrntep *# 1 "Yes" *# 2 "No" ; *#label values frntvlr0 frntvlrp; *#label define frntvlrp *# 0 "None or not in universe" ; *#label values fincspe0 fincspep; *#label define fincspep *# 1 "Yes" *# 2 "No" ; *#label values fcspvlr0 fcspvlrp; *#label define fcspvlrp *# 0 "None or not in universe" ; *#label values finalme0 finalmep; *#label define finalmep *# 1 "Yes" *# 2 "No" ; *#label values falmvlr0 falmvlrp; *#label define falmvlrp *# 0 "None or not in universe" ; *#label values ffinyne0 ffinynep; *#label define ffinynep *# 1 "Yes" *# 2 "No" ; *#label values ffinvlr0 ffinvlrp; *#label define ffinvlrp *# 0 "None or not in universe" ; *#label values fincoie0 fincoiep; *#label define fincoiep *# 1 "Yes" *# 2 "No" ; *#label values foivalr0 foivalrp; *#label define foivalrp *# 0 "None or not in universe" ; *#label values fedaide0 fedaidel; *#label define fedaidel *# 1 "Yes" *# 2 "No" ; *#label values ftotvlr0 ftotvlrp; *#label define ftotvlrp *# 0 "None or not in universe" ; *#label values fernvlr0 fernvlrp; *#label define fernvlrp *# 0 "None or not in universe" ; *#label values fothvlr0 fothvlrp; *#label define fothvlrp *# 0 "None or not in universe" ; *#label values ftotrr0 ftotrr0l; *#label define ftotrr0l *# -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" ; *#label values fernvrr0 fernvrrp; *#label define fernvrrp *# 0 "None or not in universe" ; *#label values fothvrr0 fothvrrp; *#label define fothvrrp *# 0 "None or not in universe" ; *#label values ftotvrr0 ftotvrrp; *#label define ftotvrrp *# 0 "None or not in universe" ; *#label values famtype0 famtypep; *#label define famtypep *# 1 "Primary family member (not in a" *# 2 "Primary individual (person" *# 3 "Related subfamily member" *# 4 "Unrelated subfamily member" *# 5 "Secondary indiv (nonrelative who" ; *#label values famrele0 famrelep; *#label define famrelep *# 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" ; *#label values rrpe0 rrpe0l; *#label define rrpe0l *# 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" ; *#label values aget0 aget0l; *#label define aget0l *# 0 "Under 1 year of age" ; *#label values maritle0 maritlep; *#label define maritlep *# 1 "Married, Spouse present" *# 2 "Married, spouse absent" *# 3 "Widowed" *# 4 "Divorced" *# 5 "Separated" *# 6 "Never married" ; *#label values spousee0 spouseep; *#label define spouseep *# 0 "No spouse" ; *#label values vete0 vete0l; *#label define vete0l *# 1 "Yes" *# 2 "No" ; *#label values citshpe0 citshpem; *#label define citshpem *# 1 "Yes" *# 2 "No" ; *#label values hscollr0 hscollrl; *#label define hscollrl *# 0 "Not enrolled in high school," *# 1 "Enrolled in high school" *# 2 "Enrolled In college or" ; *#label values hgar0 hgar0l; *#label define hgar0l *# 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" ; *#label values workyne0 workynep; *#label define workynep *# 0 "Not in universe or children" *# 1 "Yes" *# 2 "No" ; *#label values ewrkyne0 ewrkynel; *#label define ewrkynel *# 0 "Not in universe or children" *# 1 "Yes" *# 2 "No" *# 3 "Retired" ; *#label values wtempe0 wtempe0l; *#label define wtempe0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values ewtempe0 ewtempel; *#label define ewtempel *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" *# 3 "Retired" ; *#label values enwlke0 enwlke0l; *#label define enwlke0l *# 0 "Not in universe or children" *# 1 "Yes" *# 2 "No" ; *#label values enwlaye0 enwlayel; *#label define enwlayel *# 0 "Not in universe or children" *# 1 "Yes" *# 2 "No" ; *#label values nwlooke0 nwlookep; *#label define nwlookep *# 0 "Not in universe or children" *# 1 "Yes" *# 2 "No" ; *#label values elkwke0 elkwke0l; *#label define elkwke0l *# 0 "Not in universe" ; *#label values elaywke0 elaywkel; *#label define elaywkel *# 0 "Not in universe" ; *#label values nwlkwke0 nwlkwkep; *#label define nwlkwkep *# 0 "Not in universe" ; *#label values rsnotwe0 rsnotwem; *#label define rsnotwem *# 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" ; *#label values ersntwe0 ersntwel; *#label define ersntwel *# 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" ; *#label values wkswrke0 wkswrkep; *#label define wkswrkep *# 0 "Not in universe" ; *#label values wkchckr0 wkchckrp; *#label define wkchckrp *# 0 "Not in universe" *# 1 "1-49 Weeks" *# 2 "50-51 Weeks" *# 3 "52 Weeks" ; *#label values losewke0 losewkep; *#label define losewkep *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values lknonee0 lknoneep; *#label define lknoneep *# 0 "Not in universe or had weeks" *# 1 "No weeks looking for work or on" ; *#label values lkwkse0 lkwkse0l; *#label define lkwkse0l *# 0 "No weeks looking for work/on" ; *#label values lkstrhe0 lkstrhem; *#label define lkstrhem *# 0 "Not in universe" *# 1 "Yes - 1 stretch" *# 2 "No - 2 stretches" *# 3 "No - 3+ stretches" ; *#label values pyrsne0 pyrsne0l; *#label define pyrsne0l *# 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" ; *#label values epyrsne0 epyrsnel; *#label define epyrsnel *# 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" ; *#label values emprse0 emprse0l; *#label define emprse0l *# 0 "Not in universe" *# 1 "1 employer" *# 2 "2 employers" *# 3 "3+ employers" ; *#label values eemprse0 eemprsel; *#label define eemprsel *# 0 "Not in universe" *# 1 "1 employer" *# 2 "2 employers" *# 3 "3 employers" *# 4 "4 employers" *# 5 "5+ employers" ; *#label values hrswke0 hrswke0l; *#label define hrswke0l *# 0 "Not in universe" ; *#label values hrchkr0 hrchkr0l; *#label define hrchkr0l *# 0 "Not in universe" *# 1 "Part-time (1-34 hours)" *# 2 "Full-time (35+ hours)" ; *#label values ljcwe0 ljcwe0l; *#label define ljcwe0l *# 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" ; *#label values occupe0 occupe0l; *#label define occupe0l *# 0 "Not in universe or children" ; *#label values wexpr0 wexpr0l; *#label define wexpr0l *# 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" ; *#label values wewkrsr0 wewkrsrp; *#label define wewkrsrp *# 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" ; *#label values welknwr0 welknwrp; *#label define welknwrp *# 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" ; *#label values weuempr0 weuemprp; *#label define weuemprp *# 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" ; *#label values earnere0 earnerep; *#label define earnerep *# 0 "Not in universe" *# 1 "Earner" *# 2 "Nonearner" ; *#label values clwkr0 clwkr0l; *#label define clwkr0l *# 0 "Not in universe" *# 1 "Private (includes" *# 2 "Government" *# 3 "Self-employed" *# 4 "Without pay" *# 5 "Never worked" ; *#label values weclwr0 weclwr0l; *#label define weclwr0l *# 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" ; *#label values poccu2r0 poccu2rp; *#label define poccu2rp *# 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" ; *#label values wemocgr0 wemocgrp; *#label define wemocgrp *# 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" ; *#label values wemindr0 wemindrp; *#label define wemindrp *# 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" ; *#label values noempr0 noempr0l; *#label define noempr0l *# 0 "Not in universe" *# 1 "Under 25 employees" *# 2 "25 to 00 employees" *# 3 "100+ employees" ; *#label values ernyne0 ernyne0l; *#label define ernyne0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values ernvalt0 ernvaltp; *#label define ernvaltp *# 0 "None or not in universe" ; *#label values ernsrce0 ernsrcep; *#label define ernsrcep *# 0 "None or not in universe" *# 1 "Wage and Salary" *# 2 "Self-employment" *# 3 "Farm self-employment" *# 4 "Without pay" ; *#label values ernotre0 ernotrep; *#label define ernotrep *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values wgeotre0 wgeotrep; *#label define wgeotrep *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values wsvalr0 wsvalr0l; *#label define wsvalr0l *# 0 "None or not in universe" ; *#label values wsalyne0 wsalynep; *#label define wsalynep *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values wsalvlr0 wsalvlrp; *#label define wsalvlrp *# 0 "None or not in universe" ; *#label values seotre0 seotre0l; *#label define seotre0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values sevalr0 sevalr0l; *#label define sevalr0l *# 0 "None or not in universe" ; *#label values sempyne0 sempynep; *#label define sempynep *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values sempvlr0 sempvlrp; *#label define sempvlrp *# 0 "None or not in universe" ; *#label values frmotre0 frmotrep; *#label define frmotrep *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values frmvalr0 frmvalrp; *#label define frmvalrp *# 0 "None or not in universe" ; *#label values frseyne0 frseynep; *#label define frseynep *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values frsevlr0 frsevlrp; *#label define frsevlrp *# 0 "None or not in universe" ; *#label values srce2e0 srce2e0l; *#label define srce2e0l *# 0 "None or not in universe" *# 1 "Wage and Salary" *# 2 "Self-employment" *# 3 "Farm self-employment" *# 4 "Without pay" ; *#label values srce3e0 srce3e0l; *#label define srce3e0l *# 0 "None or not in universe" *# 1 "Wage and Salary" *# 2 "Self-employment" *# 3 "Farm self-employment" *# 4 "Without pay" ; *#label values srce4e0 srce4e0l; *#label define srce4e0l *# 0 "None or not in universe" *# 1 "Wage and Salary" *# 2 "Self-employment" *# 3 "Farm self-employment" *# 4 "Without pay" ; *#label values erne2t0 erne2t0l; *#label define erne2t0l *# 0 "None or not in universe" ; *#label values erne3t0 erne3t0l; *#label define erne3t0l *# 0 "None or not in universe" ; *#label values erne4t0 erne4t0l; *#label define erne4t0l *# 0 "None or not in universe" ; *#label values penplne0 penplnem; *#label define penplnem *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values penpare0 penparem; *#label define penparem *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values ucyne0 ucyne0l; *#label define ucyne0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values subuce0 subuce0l; *#label define subuce0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values strkuce0 strkucem; *#label define strkucem *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values ucvalt0 ucvalt0l; *#label define ucvalt0l *# 0 "Not in universe" ; *#label values wcyne0 wcyne0l; *#label define wcyne0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values wctypee0 wctypeem; *#label define wctypeem *# 0 "Not in universe" *# 1 "State workers' compensation" *# 2 "Employer or employer's insurance" *# 3 "Own insurance" *# 4 "Other" ; *#label values wcvalt0 wcvalt0l; *#label define wcvalt0l *# 0 "Not in universe" ; *#label values ssyne0 ssyne0l; *#label define ssyne0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values ssvalt0 ssvalt0l; *#label define ssvalt0l *# 0 "Not in universe" ; *#label values ssiyne0 ssiyne0l; *#label define ssiyne0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values ssivalt0 ssivaltp; *#label define ssivaltp *# 0 "Not in universe" ; *#label values pawyne0 pawyne0l; *#label define pawyne0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values pawtype0 pawtypep; *#label define pawtypep *# 0 "Not in universe" *# 1 "TANF" *# 2 "Other Assistance" *# 3 "Both TANF and Other Assistance" ; *#label values pawmone0 pawmonep; *#label define pawmonep *# 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" ; *#label values pawvalt0 pawvaltp; *#label define pawvaltp *# 0 "Not in universe" ; *#label values vetyne0 vetyne0l; *#label define vetyne0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values vetty1e0 vetty1ep; *#label define vetty1ep *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values vetty2e0 vetty2ep; *#label define vetty2ep *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values vetty3e0 vetty3ep; *#label define vetty3ep *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values vetty4e0 vetty4ep; *#label define vetty4ep *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values vetty5e0 vetty5ep; *#label define vetty5ep *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values vetqvae0 vetqvaep; *#label define vetqvaep *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values vetvalt0 vetvaltp; *#label define vetvaltp *# 0 "Not in universe" ; *#label values suryne0 suryne0l; *#label define suryne0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values sursc1e0 sursc1ep; *#label define sursc1ep *# 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" ; *#label values sursc2e0 sursc2ep; *#label define sursc2ep *# 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" ; *#label values survl1t0 survl1tp; *#label define survl1tp *# 0 "Not in universe" ; *#label values survl2t0 survl2tp; *#label define survl2tp *# 0 "Not in universe" ; *#label values srvsvlr0 srvsvlrp; *#label define srvsvlrp *# 0 "Not in universe" ; *#label values dishpe0 dishpe0l; *#label define dishpe0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values discse0 discse0l; *#label define discse0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values disyne0 disyne0l; *#label define disyne0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values dissc1e0 dissc1ep; *#label define dissc1ep *# 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" ; *#label values dissc2e0 dissc2ep; *#label define dissc2ep *# 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" ; *#label values disvl1t0 disvl1tp; *#label define disvl1tp *# 0 "Not in universe" ; *#label values disvl2t0 disvl2tp; *#label define disvl2tp *# 0 "Not in universe" ; *#label values dsabvlr0 dsabvlrp; *#label define dsabvlrp *# 0 "Not in universe" ; *#label values retyne0 retyne0l; *#label define retyne0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values retsc1e0 retsc1ep; *#label define retsc1ep *# 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" ; *#label values retsc2e0 retsc2ep; *#label define retsc2ep *# 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" ; *#label values retvl1t0 retvl1tp; *#label define retvl1tp *# 0 "Not in universe" ; *#label values retvl2t0 retvl2tp; *#label define retvl2tp *# 0 "Not in universe" ; *#label values rtmvalr0 rtmvalrp; *#label define rtmvalrp *# 0 "Not in universe" ; *#label values intyne0 intyne0l; *#label define intyne0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values intvalt0 intvaltp; *#label define intvaltp *# 0 "Not in universe" ; *#label values divyne0 divyne0l; *#label define divyne0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values divnone0 divnonep; *#label define divnonep *# 0 "Not in universe" *# 1 "None" ; *#label values divvalt0 divvaltp; *#label define divvaltp *# 0 "Not in universe" ; *#label values rntyne0 rntyne0l; *#label define rntyne0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values rntvalt0 rntvaltp; *#label define rntvaltp *# 0 "Not in universe" ; *#label values cspyne0 cspyne0l; *#label define cspyne0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values cspvalt0 cspvaltp; *#label define cspvaltp *# 0 "None or not in universe" ; *#label values almyne0 almyne0l; *#label define almyne0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values almvalt0 almvaltp; *#label define almvaltp *# 0 "Not in universe" ; *#label values finyne0 finyne0l; *#label define finyne0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values finvalt0 finvaltp; *#label define finvaltp *# 0 "Not in universe" ; *#label values oioffe0 oioffe0l; *#label define oioffe0l *# 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" ; *#label values oi_yne0 oi_yne0l; *#label define oi_yne0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values oivalt0 oivalt0l; *#label define oivalt0l *# 0 "Not in universe" ; *#label values tanfyne0 tanfynel; *#label define tanfynel *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values tanfvlt0 tanfvltl; *#label define tanfvltl *# 0 "None or not in universe" ; *#label values tanfmne0 tanfmnel; *#label define tanfmnel *# 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" ; *#label values genyne0 genyne0l; *#label define genyne0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values genvalt0 genvaltl; *#label define genvaltl *# 0 "None or not in universe" ; *#label values genmone0 genmonel; *#label define genmonel *# 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" ; *#label values oasyne0 oasyne0l; *#label define oasyne0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values oasvalt0 oasvaltl; *#label define oasvaltl *# 0 "None or not in universe" ; *#label values oasmone0 oasmonel; *#label define oasmonel *# 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" ; *#label values ptotvlr0 ptotvlrp; *#label define ptotvlrp *# 0 "None or not in universe" ; *#label values pernvlr0 pernvlrp; *#label define pernvlrp *# 0 "None or not in universe" ; *#label values pothvlr0 pothvlrp; *#label define pothvlrp *# 0 "None or not in universe" ; *#label values ptotrr0 ptotrr0l; *#label define ptotrr0l *# -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" ; *#label values ed_aide0 ed_aidel; *#label define ed_aidel *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values oedtp1e0 oedtp1el; *#label define oedtp1el *# 0 "Not in universe" *# 1 "Yes, received this educational" *# 2 "No, did not receive assistance" ; *#label values oedtp2e0 oedtp2el; *#label define oedtp2el *# 0 "Not in universe" *# 1 "Yes, received this educational" *# 2 "No, did not receive assistance" ; *#label values oedtp3e0 oedtp3el; *#label define oedtp3el *# 0 "Not in universe" *# 1 "Yes, received this educational" *# 2 "No, did not receive assistance" ; *#label values mcaree0 mcaree0l; *#label define mcaree0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values mcaide0 mcaide0l; *#label define mcaide0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values champe0 champe0l; *#label define champe0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values hi_yne0 hi_yne0l; *#label define hi_yne0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values hiowne0 hiowne0l; *#label define hiowne0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values hipaide0 hipaidem; *#label define hipaidem *# 0 "Not in universe" *# 1 "All" *# 2 "Part" *# 3 "None" ; *#label values hiempe0 hiempe0l; *#label define hiempe0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values cov_ghe0 cov_ghem; *#label define cov_ghem *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values cov_hie0 cov_hiep; *#label define cov_hiep *# 1 "Yes" *# 2 "No" ; *#label values ch_mce0 ch_mce0l; *#label define ch_mce0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values ch_hie0 ch_hie0l; *#label define ch_hie0l *# 0 "Not in universe" *# 1 "Private Coverage Through Someone" *# 2 "Private coverage through someone" *# 3 "Not covered by private health" ; *#label values hie0 hie0l; *#label define hie0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values dephie0 dephie0l; *#label define dephie0l *# 0 "(No or) Not in universe" *# 1 "Yes" ; *#label values hilin1e0 hilin1em; *#label define hilin1em *# 0 "Not in universe" ; *#label values paide0 paide0l; *#label define paide0l *# 0 "Not in universe" *# 1 "All" *# 2 "Part" *# 3 "None" ; *#label values prive0 prive0l; *#label define prive0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values deprive0 deprivem; *#label define deprivem *# 0 "(No or) Not in universe" *# 1 "Yes" ; *#label values pilin1e0 pilin1em; *#label define pilin1em *# 0 "Not in universe" ; *#label values oute0 oute0l; *#label define oute0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values mone0 mone0l; *#label define mone0l *# 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" ; *#label values othe0 othe0l; *#label define othe0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values otyp_4e0 otyp_4em; *#label define otyp_4em *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values otyp_5e0 otyp_5em; *#label define otyp_5em *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values curre0 curre0l; *#label define curre0l *# 0 "Not in universe" *# 1 "Yes" *# 2 "No" ; *#label values ctyp_1e0 ctyp_1em; *#label define ctyp_1em *# 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" ; *#label values ctyp_2e0 ctyp_2em; *#label define ctyp_2em *# 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" ; *#label values ctyp_3e0 ctyp_3em; *#label define ctyp_3em *# 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" ; *#label values ctyp_4e0 ctyp_4em; *#label define ctyp_4em *# 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" ; *#label values ctyp_5e0 ctyp_5em; *#label define ctyp_5em *# 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" ; *#label values tenurei0 tenureim; *#label define tenureim *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values hflunci0 hfluncim; *#label define hfluncim *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values hflunni0 hflunnim; *#label define hflunnim *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values hpublii0 hpubliim; *#label define hpubliim *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values hloreni0 hlorenim; *#label define hlorenim *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values hseci0 hseci0l; *#label define hseci0l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values hfdspi0 hfdspi0l; *#label define hfdspi0l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values hfdnoi0 hfdnoi0l; *#label define hfdnoi0l *# 0 "Not Imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values hfdmoni0 hfdmonim; *#label define hfdmonim *# 0 "Not Imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values hfdvali0 hfdvalim; *#label define hfdvalim *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values hengasi0 hengasim; *#label define hengasim *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values hengvli0 hengvlim; *#label define hengvlim *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values hedaidi0 hedaidil; *#label define hedaidil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values fedaidi0 fedaidil; *#label define fedaidil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values despari0 desparim; *#label define desparim *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values rrpi0 rrpi0l; *#label define rrpi0l *# 0 "Not imputed" *# 3 "Logical imputation (derivation)" ; *#label values agei0 agei0l; *#label define agei0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 3 "Logical imputation (derivation)" ; *#label values maritli0 maritlim; *#label define maritlim *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 3 "Logical imputation (derivation)" ; *#label values spousei0 spouseim; *#label define spouseim *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 3 "Logical imputation (derivation)" ; *#label values veti0 veti0l; *#label define veti0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 3 "Logical imputation (derivation)" ; *#label values hscolli0 hscollil; *#label define hscollil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values hgai0 hgai0l; *#label define hgai0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values citshpi0 citshpil; *#label define citshpil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 3 "Logical imputation (derivation)" ; *#label values workyni0 workynim; *#label define workynim *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values ewrkyni0 ewrkynil; *#label define ewrkynil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values wtempi0 wtempi0l; *#label define wtempi0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values ewtempi0 ewtempil; *#label define ewtempil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values enwlki0 enwlki0l; *#label define enwlki0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values enwlayi0 enwlayil; *#label define enwlayil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values nwlooki0 nwlookim; *#label define nwlookim *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values elkwki0 elkwki0l; *#label define elkwki0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values elaywki0 elaywkil; *#label define elaywkil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values nwlkwki0 nwlkwkim; *#label define nwlkwkim *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values rsnotwi0 rsnotwim; *#label define rsnotwim *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values ersntwi0 ersntwil; *#label define ersntwil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values wkswrki0 wkswrkim; *#label define wkswrkim *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values losewki0 losewkim; *#label define losewkim *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values lknonei0 lknoneil; *#label define lknoneil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values lkwksi0 lkwksi0l; *#label define lkwksi0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values lkstrhi0 lkstrhim; *#label define lkstrhim *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values epyrsni0 epyrsnil; *#label define epyrsnil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values pyrsni0 pyrsni0l; *#label define pyrsni0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values emprsi0 emprsi0l; *#label define emprsi0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values eemprsi0 eemprsil; *#label define eemprsil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values hrswki0 hrswki0l; *#label define hrswki0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values ljcwi0 ljcwi0l; *#label define ljcwi0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values indusi0 indusi0l; *#label define indusi0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values occupi0 occupi0l; *#label define occupi0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values noempi0 noempi0l; *#label define noempi0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values ernyni0 ernyni0l; *#label define ernyni0l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values ernvali0 ernvalim; *#label define ernvalim *# 0 "Not Imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold Deck Imputation" *# 3 "Logical Imputation" ; *#label values ernsrci0 ernsrcim; *#label define ernsrcim *# 0 "Not Imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold Deck Imputation" *# 3 "Logical Imputation" ; *#label values wgeotri0 wgeotril; *#label define wgeotril *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values seotri0 seotri0l; *#label define seotri0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values srce2i0 srce2i0l; *#label define srce2i0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values srce3i0 srce3i0l; *#label define srce3i0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values srce4i0 srce4i0l; *#label define srce4i0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values erne2i0 erne2i0l; *#label define erne2i0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values erne3i0 erne3i0l; *#label define erne3i0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values erne4i0 erne4i0l; *#label define erne4i0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values penplni0 penplnim; *#label define penplnim *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values penpari0 penparim; *#label define penparim *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values ucyni0 ucyni0l; *#label define ucyni0l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values ucvali0 ucvali0l; *#label define ucvali0l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values wcyni0 wcyni0l; *#label define wcyni0l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values wctypei0 wctypeim; *#label define wctypeim *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values wcvali0 wcvali0l; *#label define wcvali0l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values ssyni0 ssyni0l; *#label define ssyni0l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values ssvali0 ssvali0l; *#label define ssvali0l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values ssiyni0 ssiyni0l; *#label define ssiyni0l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values ssivali0 ssivalim; *#label define ssivalim *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values pawvali0 pawvalim; *#label define pawvalim *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values vetyni0 vetyni0l; *#label define vetyni0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values vettypi0 vettypim; *#label define vettypim *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values vetqvai0 vetqvaim; *#label define vetqvaim *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values vetvali0 vetvalim; *#label define vetvalim *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values suryni0 suryni0l; *#label define suryni0l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values sursc1i0 sursc1im; *#label define sursc1im *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values sursc2i0 sursc2im; *#label define sursc2im *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values survl1i0 survl1im; *#label define survl1im *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values survl2i0 survl2im; *#label define survl2im *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values dishpi0 dishpi0l; *#label define dishpi0l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values discsi0 discsi0l; *#label define discsi0l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values disyni0 disyni0l; *#label define disyni0l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values dissc1i0 dissc1im; *#label define dissc1im *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values dissc2i0 dissc2im; *#label define dissc2im *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values disvl1i0 disvl1im; *#label define disvl1im *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values disvl2i0 disvl2im; *#label define disvl2im *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values retyni0 retyni0l; *#label define retyni0l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values retsc1i0 retsc1im; *#label define retsc1im *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values retsc2i0 retsc2im; *#label define retsc2im *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values retvl1i0 retvl1im; *#label define retvl1im *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values retvl2i0 retvl2im; *#label define retvl2im *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values intyni0 intyni0l; *#label define intyni0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold Deck imputation" *# 3 "Logical imputation" ; *#label values intvali0 intvalim; *#label define intvalim *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold Deck imputation" *# 3 "Logical imputation" ; *#label values divyni0 divyni0l; *#label define divyni0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold Deck imputation" *# 3 "Logical imputation" ; *#label values divvali0 divvalim; *#label define divvalim *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold Deck imputation" *# 3 "Logical imputation" ; *#label values rntyni0 rntyni0l; *#label define rntyni0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold Deck imputation" *# 3 "Logical imputation" ; *#label values rntvali0 rntvalim; *#label define rntvalim *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold Deck imputation" *# 3 "Logical imputation" ; *#label values cspyni0 cspyni0l; *#label define cspyni0l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values cspvali0 cspvalim; *#label define cspvalim *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values almyni0 almyni0l; *#label define almyni0l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values almvali0 almvalim; *#label define almvalim *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values finyni0 finyni0l; *#label define finyni0l *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values finvali0 finvalim; *#label define finvalim *# 0 "Not Imputed" *# 1 "Statistical Imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values oi_yni0 oi_yni0l; *#label define oi_yni0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values oivali0 oivali0l; *#label define oivali0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation" ; *#label values tanfyni0 tanfynil; *#label define tanfynil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values tanfvli0 tanfvlil; *#label define tanfvlil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values tanfmni0 tanfmnil; *#label define tanfmnil *# 0 "Not Imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values genyni0 genyni0l; *#label define genyni0l *# 0 "Not Imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values genvali0 genvalil; *#label define genvalil *# 0 "Not Imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values genmoni0 genmonil; *#label define genmonil *# 0 "Not Imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values oasyni0 oasyni0l; *#label define oasyni0l *# 0 "Not Imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values oasvali0 oasvalil; *#label define oasvalil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical Imputation" ; *#label values oasmoni0 oasmonil; *#label define oasmonil *# 0 "Not Imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck Imputation" *# 3 "Logical Imputation" ; *#label values ed_aidi0 ed_aidil; *#label define ed_aidil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values oedtypi0 oedtypil; *#label define oedtypil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values mcarei0 mcarei0l; *#label define mcarei0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values mcaidi0 mcaidi0l; *#label define mcaidi0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values champi0 champi0l; *#label define champi0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values cov_ghi0 cov_ghil; *#label define cov_ghil *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values hii0 hii0l; *#label define hii0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values dephii0 dephii0l; *#label define dephii0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values paidi0 paidi0l; *#label define paidi0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values privi0 privi0l; *#label define privi0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values deprivi0 deprivim; *#label define deprivim *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values outi0 outi0l; *#label define outi0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values moni0 moni0l; *#label define moni0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values othi0 othi0l; *#label define othi0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values otyp_4i0 otyp_4il; *#label define otyp_4il *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values otyp_5i0 otyp_5il; *#label define otyp_5il *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values curri0 curri0l; *#label define curri0l *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" *# 3 "Logical imputation (derivation)" ; *#label values ctyp_1i0 ctyp_1im; *#label define ctyp_1im *# 0 "Not imputed" *# 1 "Statistical imputation (hot" *# 2 "Cold deck imputation" ;