*options obs=100 ; options nocenter ; /*------------------------------------------------ by Jean Roth Wed Nov 30 14:16:03 EST 2005 This program reads the 1996 SIPP8 Core Longitudnal Data File NOTE: The dictionary files and programs for Core 1996 Longitudnal Files 1-12 are all the same Report errors to jroth@nber.org A value of -1 (or -1/# of implied decimals) indicates 'Not in Universe' This program is distributed under the GNU GPL. See end of this file and http://www.gnu.org/licenses/ for details. ----------------------------------------------- */ * The following line should contain the directory where the SAS file is to be stored ; libname library "./"; * The following line should contain the complete path and name of the raw data file. On a PC, use backslashes in paths as in C:\ ; FILENAME datafile pipe "unzip -p /homes/data/sipp/1996/sipp96l8.zip "; * The following line should contain the name of the SAS dataset ; %let dataset = sip96l8 ; DATA library.&dataset ; INFILE datafile LRECL = 20000 ; /*------------------------------------------------ The following variable names have been changed, if necessary: '$' to 'd', '-' to '_', '%' to 'p' . ----------------------------------------------- */ attrib ssuseq length=4 label="SU: Sequence Number of Sample Unit - Primary"; attrib ssuid length=$12 label="SU: Sample Unit Identifier"; attrib spanel length=4 label="SU: Sample Code - Indicates Panel Year"; attrib swave length=3 label="SU: Wave of data collection"; attrib srotaton length=3 label="SU: Rotation of data collection"; attrib srefmon length=3 label="SU: Reference month of this record"; attrib rhcalmn length=3 label="SU: Calendar month for this reference month."; attrib rhcalyr length=4 label="SU: Calendar year for this reference month"; attrib shhadid length=3 label="SU: Hhld Address ID differentiates hhlds in"; attrib gvarstr length=3 label="SU: Variance Stratum Code"; attrib ghlfsam length=3 label="SU: Half Sample Code"; attrib grgc length=3 label="SU: Reduction Group Code"; attrib tfipsst length=3 label="HH: FIPS State Code"; attrib eoutcome length=3 label="HH: Interview Status code for this household"; attrib rhnf length=3 label="HH: Number of families and pseudo families in"; attrib rhnfam length=3 label="HH: No. of fams and psuedo fams (excluding"; attrib rhnsf length=3 label="HH: Number of related subfamilies for this"; attrib ehrefper length=4 label="HH: Person number of household reference"; attrib ehhnumpp length=3 label="HH: Total number of persons in this hhld in"; attrib rhtype length=3 label="HH: Household type"; attrib whfnwgt length=8 label="WW: Household weight"; attrib tmetro length=3 label="HH: Metro/Residual status"; attrib tmsa length=4 label="HH: CMSA/PMSA/MSA Code"; attrib rhchange length=3 label="HH: Change in household composition from"; attrib rhnssr length=3 label="HH: Number of Social Security recipients in"; attrib eaccess length=3 label="HH: Access to living quarters"; attrib aaccess length=3 label="HH: Allocation flag for EACCESS"; attrib eunits length=3 label="HH: Number of housing units"; attrib aunits length=3 label="HH: Allocation flag for EUNITS"; attrib elivqrt length=3 label="HH: Type of living quarters"; attrib alivqrt length=3 label="HH: Allocation flag for ELIVQRT"; attrib etenure length=3 label="HH: Ownership status of living quarters"; attrib atenure length=3 label="HH: Allocation flag for ETENURE"; attrib epubhse length=3 label="HH: Residence in public housing project"; attrib apubhse length=3 label="HH: Allocation flag for EPUBHSE"; attrib egvtrnt length=3 label="HH: Receipt of Government subsidized rent"; attrib agvtrnt length=3 label="HH: Allocation flag for EGVTRNT"; attrib tmthrnt length=4 label="HH: Amount of monthly rent"; attrib amthrnt length=3 label="HH: Allocation flag for TMTHRNT"; attrib ewrsect8 length=3 label="HH: Residence in Section 8 or other program"; attrib awrsect8 length=3 label="HH: Allocation flag for EWRSECT8"; attrib eutilyn length=3 label="HH: Payment of utilities in public housing"; attrib autilyn length=3 label="HH: Allocation flag for EUTILYN"; attrib eegyast length=3 label="HH: Receipt of energy assistance"; attrib aegyast length=3 label="HH: Allocation Flag for EEGYAST"; attrib eegypmt1 length=3 label="HH: Energy assistance payment by check"; attrib eegypmt2 length=3 label="HH: Energy assistance payment by coupons"; attrib eegypmt3 length=3 label="HH: Energy assist paymnt to utils, fuel"; attrib aegypmt length=3 label="HH: Allocation flag for EEGYPMT1-EEGYPMT3"; attrib eegyamt length=4 label="HH: Amount of energy assistance"; attrib aegyamt length=3 label="HH: Allocation flag for EEGYAMT"; attrib ehotlunc length=3 label="HH: Receipt of a school lunch"; attrib ahotlunc length=3 label="HH: Allocation flag for EHOTLUNC"; attrib rnklun length=3 label="HH: Number of children receiving lunch at"; attrib efreelun length=3 label="HH: Qualify for free or reduced price school"; attrib afreelun length=3 label="HH: Allocation flag for EFREELUN"; attrib efrerdln length=3 label="HH: Are the lunches free or are they reduced"; attrib afrerdln length=3 label="HH: Allocation flag for EFRERDLN"; attrib ebrkfst length=3 label="HH: Receipt of school breakfast"; attrib abrkfst length=3 label="HH: Allocation flag for EBRKFST"; attrib rnkbrk length=3 label="HH: Number of children receiving complete"; attrib efreebrk length=3 label="HH: Qualify for free or reduced price"; attrib afreebrk length=3 label="HH: Allocation flag for EFREEBRK"; attrib efrerdbk length=3 label="HH: Are the breakfasts free or are they"; attrib afrerdbk length=3 label="HH: Allocation flag for EFRERDBK"; attrib rprgques length=3 label="HH: Flag indicating transfer of program"; attrib thearn length=5 label="HH: Total household earned income"; attrib thprpinc length=5 label="HH: Total household property income"; attrib thtrninc length=5 label="HH: Total household means-tested cash"; attrib thothinc length=5 label="HH: Total 'other' household income"; attrib thtotinc length=5 label="HH: Total household income"; attrib rhnbrf length=3 label="HH: Household noncash benefits receipt flag"; attrib rhcbrf length=3 label="HH: Household cash benefits receipt flag"; attrib rhmtrf length=3 label="HH: Household means-tested cash or noncash"; attrib thpov length=4 label="HH: Low income cutoff for this household"; attrib thpndist length=5 label="HH: Distributions from pension plans"; attrib thlumpsm length=5 label="HH: Retirement lump sum payments"; attrib thnoncsh length=4 label="HH: Total Household Noncash Income Recode"; attrib thsocsec length=4 label="HH: Total Household Social Security Income"; attrib thssi length=4 label="HH: Total Household Supplemental Security"; attrib thunemp length=4 label="HH: Total Household Unemployment Income Recode"; attrib thvets length=4 label="HH: Total Household Veterans Payments Recode"; attrib thafdc length=4 label="HH: Total household AFDC income"; attrib thfdstp length=4 label="HH: Total Household Food Stamps Received"; attrib rfid length=3 label="FA: Family ID Number for this month"; attrib rfid2 length=3 label="FA: Family ID excluding related subfamily"; attrib efnp length=3 label="FA: Number of persons in this family or"; attrib efrefper length=4 label="FA: Person number of the family reference"; attrib efspouse length=4 label="FA: Person number of spouse of family ref."; attrib eftype length=3 label="FA: Type of family (or pseudo-family)"; attrib rfchange length=3 label="FA: Change in family composition from"; attrib efkind length=3 label="FA: Kind of family (or pseudo-family)"; attrib rfnkids length=3 label="FA: Total number of children under 18 in"; attrib rfownkid length=3 label="FA: Number of own children in family"; attrib rfoklt18 length=3 label="FA: Number of own children under 18 in family"; attrib rfnssr length=3 label="FA: Number of Social Security recipients in"; attrib wffinwgt length=8 label="WW: 'WPFINWGT' for head of family"; attrib tfearn length=5 label="FA: Total family earned income for this month"; attrib tfprpinc length=5 label="FA: Total family property income for this"; attrib tftrninc length=5 label="FA: Total family means-tested cash transfers"; attrib tfothinc length=5 label="FA: Total 'other' family income for this month"; attrib tftotinc length=5 label="FA: Total family income for this month"; attrib tfpov length=4 label="FA: Low income cutoff for this family"; attrib tfpndist length=5 label="FA: Family distributions from pension plans"; attrib tflumpsm length=5 label="FA: Family retirement lump sum payments"; attrib tfsocsec length=4 label="FA: Total Family Social Security Income Recode"; attrib tfssi length=4 label="FA: Total Family Supplemental Security Income"; attrib tfunemp length=4 label="FA: Total Family Unemployment Income Recode"; attrib tfvets length=4 label="FA: Total Family Veterans Payments Recode"; attrib tfafdc length=4 label="FA: Total Family Aid to Families w/Dependent"; attrib tffdstp length=4 label="FA: Total Family Food Stamps Received Recode"; attrib rsid length=3 label="FA: Related or unrelated subfamily ID Number"; attrib esfnp length=3 label="SF: Number of persons in this related"; attrib esfrfper length=4 label="SF: Person number of the related subfamily"; attrib esfspse length=4 label="SF: Person number of spouse of related subfam"; attrib esftype length=3 label="SF: Type of family (or pseudo-family)"; attrib esfkind length=3 label="SF: Kind of family (or pseudo-family)"; attrib rschange length=3 label="SF: Change in rel subfam composition from"; attrib esownkid length=3 label="SF: Number of own children in related"; attrib esoklt18 length=3 label="SF: Number of own children under 18 in"; attrib wsfinwgt length=8 label="WW: 'WPFINWGT' for head of subfamily"; attrib tsfearn length=5 label="SF: Total related subfamily earned income for"; attrib tsprpinc length=5 label="SF: Total related subfamily property inc for"; attrib tstrninc length=5 label="SF: Total related subfamily means-tested cash"; attrib tsothinc length=5 label="SF: Total 'other' related subfamily income"; attrib tstotinc length=5 label="SF: Total related subfamily income for this"; attrib tsfpov length=4 label="SF: Low income cutoff for this related"; attrib tspndist length=5 label="SF: Related subfamily distributions from"; attrib tslumpsm length=5 label="SF: Related subfamily retirement lump sum"; attrib tssocsec length=4 label="SF: Total related subfamily Social Security"; attrib tsssi length=4 label="SF: Total related subfamily Supplemental"; attrib tsvets length=4 label="SF: Total related subfamily Veterans Payments"; attrib tsunemp length=4 label="SF: Total related subfamily unemployment"; attrib tsafdc length=4 label="SF: Total related subfamily AFDC income"; attrib tsfdstp length=4 label="SF: Total related subfamily Food Stamps income"; attrib eentaid length=$3 label="PE: Address ID of hhld where person entered"; attrib epppnum length=$4 label="PE: Person number"; attrib eppintvw length=3 label="PE: Person's interview status"; attrib epopstat length=3 label="PE: Population status based on age in fourth"; attrib ebmnth length=3 label="PE: Month of birth"; attrib abmnth length=3 label="PE: Allocation flag for EBMNTH"; attrib tbyear length=4 label="PE: Year of birth"; attrib abyear length=3 label="PE: Allocation flag for TBYEAR"; attrib esex length=3 label="PE: Sex of this person"; attrib asex length=3 label="PE: Allocation flag for ESEX"; attrib erace length=3 label="PE: Race of this person"; attrib arace length=3 label="PE: Allocation flag for ERACE"; attrib eorigin length=3 label="PE: Origin of this person"; attrib aorigin length=3 label="PE: Allocation flag for EORIGIN"; attrib uevrwid length=3 label="PE: UNEDITED VARIABLE - Has ... ever been"; attrib uevrdiv length=3 label="PE: UNEDITED VARIABLE - Has ... ever been"; attrib eafnow length=3 label="AF: Current Armed Forces status"; attrib aafnow length=3 label="AF: Allocation flag for EAFNOW"; attrib eafever length=3 label="AF: Lifetime Armed Forces status"; attrib aafever length=3 label="AF: Allocation flag for EAFEVER"; attrib uaf1 length=3 label="AF: UNEDITED - When did ... first serve on"; attrib uaf2 length=3 label="AF: UNEDITED - When did ... next serve on"; attrib uaf3 length=3 label="AF: UNEDITED - When did ... next serve on"; attrib uaf4 length=3 label="AF: UNEDITED - When did ... next serve on"; attrib uaf5 length=3 label="AF: UNEDITED - When did ... next serve on"; attrib evayn length=3 label="AF: Receipt of payments from the VA this wave"; attrib avayn length=3 label="AF: Allocation flag for EVAYN"; attrib evettyp length=3 label="AF: Type of Veteran's payments"; attrib avettyp length=3 label="AF: Allocation flag for EVETTYP"; attrib evaques length=3 label="AF: Veteran's annual income questionnaire"; attrib avaques length=3 label="AF: Allocation flag for EVAQUES"; attrib eafsrvdi length=3 label="AF: Spouse died in military or service"; attrib aafsrvdi length=3 label="AF: Allocation flag for EAFSRVDI"; attrib wpfinwgt length=8 label="WW: Person weight"; attrib esfr length=3 label="PE: Subfamily relationship"; attrib esft length=3 label="PE: Family type"; attrib tage length=3 label="PE: Age as of last birthday"; attrib aage length=3 label="PE: Allocation flag for TAGE"; attrib errp length=3 label="PE: Household relationship"; attrib arrp length=3 label="PE: Allocation flag for ERRP"; attrib ems length=3 label="PE: Marital status"; attrib ams length=3 label="PE: Allocation flag for EMS"; attrib epnspous length=4 label="PE: Person number of spouse"; attrib apnspous length=3 label="PE: Allocation flag for EPNSPOUS"; attrib epnmom length=4 label="PE: Person number of mother"; attrib apnmom length=3 label="PE: Allocation flag for EPNMOM"; attrib epndad length=4 label="PE: Person number of father"; attrib apndad length=3 label="PE: Allocation flag for EPNDAD"; attrib epnguard length=4 label="PE: Person number of guardian"; attrib apnguard length=3 label="PE: Allocation flag for EPNGUARD"; attrib etypmom length=3 label="PE: Type of child to mother"; attrib atypmom length=3 label="PE: Allocation flag for ETYPMOM"; attrib etypdad length=3 label="PE: Type of child to father"; attrib atypdad length=3 label="PE: Allocation flag for ETYPDAD"; attrib rdesgpnt length=3 label="PE: Designated parent or guardian flag"; attrib ulftmain length=3 label="PE: UNEDITED VARIABLE - Main reason left"; attrib uentmain length=3 label="PE: UNEDITED VARIABLE - Main reason entered"; attrib ulftday length=3 label="PE: UNEDITED VARIABLE - Day of month left"; attrib ulftmon length=3 label="PE: UNEDITED VARIABLE - Month left household"; attrib uentday length=3 label="PE: UNEDITED VARIABLE - Day of month entered"; attrib uentmon length=3 label="PE: UNEDITED VARIABLE - Month entered"; attrib tpearn length=5 label="PE: Total person's earned income for the"; attrib tpprpinc length=5 label="PE: Total property (asset) income for the"; attrib tptrninc length=5 label="PE: Total means-tested cash transfer for the"; attrib tpothinc length=5 label="PE: Total person's other income for the"; attrib tptotinc length=5 label="PE: Total person's income for the reference"; attrib tppndist length=4 label="PE: Distributions from pension plans"; attrib tplumpsm length=4 label="PE: Retirement lump sum payments"; attrib ehtlnyn length=3 label="PE: Receipt of school lunch"; attrib ahtlnyn length=3 label="PE: Allocation flag for EHTLNYN"; attrib ebkfsyn length=3 label="PE: Receipt of breakfast under Fed School"; attrib abkfsyn length=3 label="PE: Allocation flag for EBKFSYN"; attrib rcutyp01 length=3 label="PE: Social Security coverage flag (ISS 1)"; attrib rcuown01 length=4 label="PE: Person number of the owner of the SS"; attrib rcutyp03 length=3 label="PE: Federal SSI coverage flag"; attrib rcuown03 length=4 label="PE: Person number of the owner of the Federal"; attrib rcutyp04 length=3 label="PE: State SSI coverage flag"; attrib rcuown04 length=4 label="PE: Person number of the owner of the State"; attrib rcutyp08 length=3 label="PE: Veteran payment coverage flag"; attrib rcuown8a length=4 label="PE: Person number of the 1st owner of Vet."; attrib rcuown8b length=4 label="PE: Person number of the 2nd owner of Vet."; attrib rcutyp20 length=3 label="PE: AFDC program coverage flag"; attrib rcuown20 length=4 label="PE: Person number of the owner of the AFDC"; attrib rcutyp21 length=3 label="PE: General Assistance coverage flag"; attrib rcuow21a length=4 label="PE: Person number of first owner of Gen"; attrib rcuow21b length=4 label="PE: Person number of second owner of Gen"; attrib rcutyp23 length=3 label="PE: Foster Child Care coverage flag"; attrib rcuown23 length=4 label="PE: Person number of owner of Foster Child"; attrib rcutyp24 length=3 label="PE: Other welfare coverage flag"; attrib rcuow24a length=4 label="PE: Person number of first owner of other"; attrib rcuow24b length=4 label="PE: Person number of second owner of other"; attrib rcutyp25 length=3 label="PE: WIC coverage flag"; attrib rcuown25 length=4 label="PE: Person number of the owner of the WIC"; attrib rcutyp27 length=3 label="PE: Food Stamp coverage flag"; attrib rcuown27 length=4 label="PE: Person number of the owner of the Food"; attrib rcutyp57 length=3 label="PE: Medicaid coverage flag"; attrib rcuown57 length=4 label="PE: Person number of the owner of the"; attrib rcutyp58 length=3 label="PE: Health Insurance coverage flag"; attrib rcuow58a length=4 label="PE: Person num. of first owner of Health"; attrib rcuow58b length=4 label="PE: Person num. of second owner of Health"; attrib renroll length=3 label="ED: Enrolled Full/Part sometime during 4"; attrib arenroll length=3 label="ED: Allocation flag for RENROLL"; attrib eenrlm length=3 label="ED: Enrollment status in this month"; attrib aenrlm length=3 label="ED: Allocation flag for EENRLM"; attrib renrlma length=3 label="ED: Full period enrollment status"; attrib eenlevel length=3 label="ED: Level or grade enrolled"; attrib aenlevel length=3 label="ED: Allocation flag for EENLEVEL"; attrib eedfund length=3 label="ED: Educational assistance"; attrib aedfund length=3 label="ED: Allocation flag for EEDFUND"; attrib easst01 length=3 label="ED: Federal Pell Grant"; attrib easst03 length=3 label="ED: Assistance from college (or fed) work"; attrib easst04 length=3 label="ED: Other Federal Grant or Program, e.g.,"; attrib easst05 length=3 label="ED: Loan that has to be repaid (Stafford,"; attrib easst06 length=3 label="ED: Grant, Scholarship, or Tuition remission"; attrib easst07 length=3 label="ED: Teaching or Research Assistantship from"; attrib easst08 length=3 label="ED: Grant/Scholarship from the state (SSIGP,"; attrib easst09 length=3 label="ED: Grant/Scholarship from other source"; attrib easst10 length=3 label="ED: Employer provided educational assistance"; attrib easst11 length=3 label="ED: Other Financial Aid excl. aid from"; attrib aedasst length=3 label="ED: Allocation flag for EASST01-EASST11"; attrib eeducate length=3 label="ED: Highest Degree received or grade completed"; attrib aeducate length=3 label="ED: Allocation flag for EEDUCATE"; attrib epdjbthn length=3 label="LF: Paid job during the reference period"; attrib apdjbthn length=3 label="LF: Allocation flag for EPDJBTHN"; attrib ejobsrch length=3 label="LF: Social service or welfare provided job"; attrib ajobsrch length=3 label="LF: Allocation flag for EJOBSRCH"; attrib ejobtrn length=3 label="LF: Training paid by social services"; attrib ajobtrn length=3 label="LF: Allocation flag for EJOBTRN"; attrib rjobhelp length=3 label="LF: Assistance in making welfare to work"; attrib eppflag length=3 label="LF: Flag denoting imputation of person labor"; attrib emax length=3 label="LF: Number of weeks in the reference period"; attrib ebuscntr length=3 label="LF: Number of businesses owned during"; attrib ejobcntr length=3 label="LF: Number of jobs held during the reference"; attrib eeveret length=3 label="LF: Ever retired from a job"; attrib aeveret length=3 label="LF: Allocation flag for EEVERET"; attrib edisabl length=3 label="LF: Had a physical or mental work-limiting"; attrib adisabl length=3 label="LF: Allocation flag for EDISABL"; attrib edisprev length=3 label="LF: Had work-preventing"; attrib adisprev length=3 label="LF: Allocation flag for EDISPREV"; attrib ersnowrk length=3 label="LF: Main reason for not working during the"; attrib arsnowrk length=3 label="LF: Allocation flag for ERSNOWRK"; attrib eawop length=3 label="LF: Had full-week unpaid absences from work"; attrib aawop length=3 label="LF: Allocation flag for EAWOP"; attrib eabre length=3 label="LF: Main reason for being absent without pay"; attrib aabre length=3 label="LF: Allocation flag for EABRE"; attrib eptwrk length=3 label="LF: Worked less than 35 hours some weeks"; attrib aptwrk length=3 label="LF: Allocation flag for EPTWRK"; attrib eptresn length=3 label="LF: Main reason for working less than 35 hours"; attrib aptresn length=3 label="LF: Allocation flag for EPTRESN"; attrib elkwrk length=3 label="LF: Spent time looking for work"; attrib alkwrk length=3 label="LF: Allocation flag for ELKWRK."; attrib elayoff length=3 label="LF: Spent time on layoff from a job"; attrib alayoff length=3 label="LF: Allocation flag for ELAYOFF"; attrib rtakjob length=3 label="LF: Could ... have started a job during"; attrib rnotake length=3 label="LF: Reason couldn't start job"; attrib emoonlit length=3 label="LF: Income from additional work"; attrib amoonlit length=3 label="LF: Allocation flag for EMOONLIT."; attrib tmlmsum length=4 label="LF: Amount of income from moonlighting in"; attrib amlmsum length=3 label="LF: Allocation flag for TMLMSUM"; attrib ebflag length=3 label="LF: Flag indicating 'before' worker"; attrib ecflag length=3 label="LF: Flag indicating other-work-arrangement"; attrib rmesr length=3 label="LF: Employment status recode for month"; attrib rwkesr1 length=3 label="LF: Employment Status Recode for Week 1"; attrib rwkesr2 length=3 label="LF: Employment Status Recode for Week 2"; attrib rwkesr3 length=3 label="LF: Employment Status Recode for Week 3"; attrib rwkesr4 length=3 label="LF: Employment Status Recode for Week 4"; attrib rwkesr5 length=3 label="LF: Employment Status Recode for Week 5"; attrib rmwkwjb length=3 label="LF: Number of weeks with a job in month"; attrib rmwksab length=3 label="LF: Number of weeks absent without pay from"; attrib awksab length=3 label="LF: Allocation flag for RMWKSAB"; attrib rmwklkg length=3 label="LF: Number of weeks looking for work/on"; attrib awklkg length=3 label="LF: Allocation flag for RMWKLKG"; attrib rmhrswk length=3 label="LF: Usual hours worked per week recode in"; attrib rwksperm length=3 label="LF: Number of weeks in this month"; attrib eeno1 length=3 label="JB: Across-wave employer index/number"; attrib estlemp1 length=3 label="JB: Still working for this employer"; attrib astlemp1 length=3 label="JB: Allocation flag ESTLEMP1"; attrib tsjdate1 length=5 label="JB: Starting date of job"; attrib asjdate1 length=3 label="JB: Allocation flag for TSJDATE1"; attrib tejdate1 length=5 label="JB: Ending date of job"; attrib aejdate1 length=3 label="JB: Allocation flag for TEJDATE1"; attrib ersend1 length=3 label="JB: Main reason stopped working for employer"; attrib arsend1 length=3 label="JB: Allocation flag for ERSEND1"; attrib ejbhrs1 length=3 label="JB: Usual hours worked per week at this job"; attrib ajbhrs1 length=3 label="JB: Allocation flag for EJBHRS1"; attrib eemploc1 length=3 label="JB: Employer operations in more than one"; attrib aemploc1 length=3 label="JB: Allocation flag for EEMPLOC1"; attrib tempall1 length=3 label="JB: Number of employees at all locations"; attrib aempall1 length=3 label="JB: Allocation flag for EEMPALL1"; attrib tempsiz1 length=3 label="JB: Employees at worker's location"; attrib aempsiz1 length=3 label="JB: Allocation flag for EEMPSIZ1"; attrib eocctim1 length=4 label="JB: Length of time in this occupation"; attrib aocctim1 length=3 label="JB: Allocation flag for EOCCTIM1"; attrib eclwrk1 length=3 label="JB: Class of worker"; attrib aclwrk1 length=3 label="JB: Allocation flag for ECLWRK1"; attrib eunion1 length=3 label="JB: Union/employee-association membership"; attrib aunion1 length=3 label="JB: Allocation flag for EUNION1"; attrib ecntrc1 length=3 label="JB: Coverage by union or employee association"; attrib acntrc1 length=3 label="JB: Allocation flag for ECNTRC1"; attrib tpmsum1 length=4 label="JB: Earnings from job received in this month"; attrib apmsum1 length=3 label="JB: Allocation flag for TPMSUM1"; attrib epayhr1 length=3 label="JB: Paid by the hour"; attrib apayhr1 length=3 label="JB: Allocation flag for EPAYHR1"; attrib tpyrate1 length=8 label="JB: Regular hourly pay rate"; attrib apyrate1 length=3 label="JB: Allocation flag for TPYRATE1"; attrib rpyper1 length=3 label="JB: Frequency of payment at job"; attrib ejbind1 length=3 label="JB: Industry code"; attrib ajbind1 length=3 label="JB: Allocation flag for EJBIND1"; attrib tjbocc1 length=3 label="JB: Occupation classification code"; attrib ajbocc1 length=3 label="JB: Allocation flag for TJBOCC1"; attrib eeno2 length=3 label="JB: Across-wave employer index/number"; attrib estlemp2 length=3 label="JB: Still working for this employer"; attrib astlemp2 length=3 label="JB: Allocation flag ESTLEMP2"; attrib tsjdate2 length=5 label="JB: Starting date of job"; attrib asjdate2 length=3 label="JB: Allocation flag for TSJDATE2"; attrib tejdate2 length=5 label="JB: Ending date of job"; attrib aejdate2 length=3 label="JB: Allocation flag for TEJDATE2"; attrib ersend2 length=3 label="JB: Main reason stopped working for employer"; attrib arsend2 length=3 label="JB: Allocation flag for ERSEND2."; attrib ejbhrs2 length=3 label="JB: Usual hours worked per week at this job"; attrib ajbhrs2 length=3 label="JB: Allocation flag for EJBHRS2."; attrib eemploc2 length=3 label="JB: Employer operations in more than one"; attrib aemploc2 length=3 label="JB: Allocation flag for EEMPLOC2"; attrib tempall2 length=3 label="JB: Number of employees at all locations"; attrib aempall2 length=3 label="JB: Allocation flag for EEMPALL2"; attrib tempsiz2 length=3 label="JB: Employees at worker's location"; attrib aempsiz2 length=3 label="JB: Allocation flag for EEMPSIZ1"; attrib eclwrk2 length=3 label="JB: Class of worker"; attrib aclwrk2 length=3 label="JB: Allocation flag for ECLWRK2"; attrib eunion2 length=3 label="JB: Union/employee-association membership"; attrib aunion2 length=3 label="JB: Allocation flag for EUNION2."; attrib ecntrc2 length=3 label="JB: Coverage by union or employee association"; attrib acntrc2 length=3 label="JB: Allocation flag for ECNTRC2."; attrib tpmsum2 length=4 label="JB: Earnings from job received in this month."; attrib apmsum2 length=3 label="JB: Allocation flag for TPMSUM2."; attrib epayhr2 length=3 label="JB: Paid by the hour"; attrib apayhr2 length=3 label="JB: Allocation flag for EPAYHR2."; attrib tpyrate2 length=8 label="JB: Regular hourly pay rate"; attrib apyrate2 length=3 label="JB: Allocation flag for TPYRATE2."; attrib rpyper2 length=3 label="JB: Frequency of payment at job"; attrib ejbind2 length=3 label="JB: Industry code"; attrib ajbind2 length=3 label="JB: Allocation flag for EJBIND2."; attrib tjbocc2 length=3 label="JB: Occupational classification code"; attrib ajbocc2 length=3 label="JB: Allocation flag for TJBOCC2."; attrib ebno1 length=3 label="BS: Across-wave business index/number"; attrib ebiznow1 length=3 label="BS: Ownership of business"; attrib abiznow1 length=3 label="BS: Allocation flag for EBIZNOW1"; attrib tsbdate1 length=5 label="BS: Date operation of business began"; attrib asbdate1 length=3 label="BS: Allocation flag for TSBDATE1"; attrib tebdate1 length=5 label="BS: Date operation of business ended"; attrib aebdate1 length=3 label="BS: Allocation flag for TEBDATE1"; attrib erendb1 length=3 label="BS: Reason business ended"; attrib arendb1 length=3 label="BS: Allocation flag for ERENDB1"; attrib ehrsbs1 length=3 label="BS: Usual hours worked per week"; attrib ahrsbs1 length=3 label="BS: Allocation flag for EHRSBS1"; attrib egrosb1 length=3 label="BS: Anticipated gross-earnings level"; attrib agrosb1 length=3 label="BS: Allocation flag for EGROSB1"; attrib egrssb1 length=3 label="BS: Earnings level last 12 months"; attrib agrssb1 length=3 label="BS: Allocation flag for EGRSSB1"; attrib tempb1 length=3 label="BS: Maximum number of employees"; attrib aempb1 length=3 label="BS: Allocation flag for EEMPB1"; attrib eincpb1 length=3 label="BS: Incorporated business"; attrib aincpb1 length=3 label="BS: Allocation flag for EINCPB1"; attrib epropb1 length=3 label="BS: Type of proprietorship"; attrib apropb1 length=3 label="BS: Allocation flag for EPROPB1"; attrib ehprtb1 length=3 label="BS: Other owners/partners in household"; attrib ahprtb1 length=3 label="BS: Allocation flag for EHPRTB1"; attrib eslryb1 length=3 label="BS: Salary draw from business"; attrib aslryb1 length=3 label="BS: Allocation flag for ESLRYB1"; attrib eoincb1 length=3 label="BS: Receipt of non-salary income"; attrib aoincb1 length=3 label="BS: Allocation flag for EOINCB1"; attrib tprftb1 length=4 label="BS: Net profit or loss"; attrib aprftb1 length=3 label="BS: Allocation flag for TPRFTB1"; attrib tbmsum1 length=4 label="BS: Income received this month"; attrib abmsum1 length=3 label="BS: Allocation flag for TBMSUM1"; attrib epartb11 length=4 label="BS: Person number of partner 1"; attrib epartb21 length=4 label="BS: Person number of partner 2"; attrib epartb31 length=4 label="BS: Person number of partner 3"; attrib tbsind1 length=3 label="BS: Industry code"; attrib absind1 length=3 label="BS: Allocation flag for TBSIND1"; attrib tbsocc1 length=3 label="BS: Occupation code"; attrib absocc1 length=3 label="BS: Allocation flag for TBSOCC1"; attrib ebno2 length=3 label="BS: Across-wave business index/number"; attrib ebiznow2 length=3 label="BS: Ownership of business"; attrib abiznow2 length=3 label="BS: Allocation flag for EBIZNOW2"; attrib tsbdate2 length=5 label="BS: Date operation of business began"; attrib asbdate2 length=3 label="BS: Allocation flag for TSBDATE2"; attrib tebdate2 length=5 label="BS: Date operation of business ended"; attrib aebdate2 length=3 label="BS: Allocation flag for TEBDATE2"; attrib erendb2 length=3 label="BS: Reason business ended"; attrib arendb2 length=3 label="BS: Allocation flag for ERENDB2"; attrib ehrsbs2 length=3 label="BS: Usual hours worked per week"; attrib ahrsbs2 length=3 label="BS: Allocation flag for EHRSBS2"; attrib egrosb2 length=3 label="BS: Anticipated gross-earnings level"; attrib agrosb2 length=3 label="BS: Allocation flag for EGROSB2"; attrib egrssb2 length=3 label="BS: Earnings level last 12 months"; attrib agrssb2 length=3 label="BS: Allocation flag for EGRSSB2"; attrib tempb2 length=3 label="BS: Maximum number of employees"; attrib aempb2 length=3 label="BS: Allocation flag for EEMPB2"; attrib eincpb2 length=3 label="BS: Incorporated business"; attrib aincpb2 length=3 label="BS: Allocation flag for EINCPB2"; attrib epropb2 length=3 label="BS: Type of proprietorship"; attrib apropb2 length=3 label="BS: Allocation flag for EPROPB2."; attrib ehprtb2 length=3 label="BS: Other owners/partners in household"; attrib ahprtb2 length=3 label="BS: Allocation flag for EHPRTB2"; attrib eslryb2 length=3 label="BS: Salary draw from business"; attrib aslryb2 length=3 label="BS: Allocation flag for ESLRYB2"; attrib eoincb2 length=3 label="BS: Receipt of non-salary income"; attrib aoincb2 length=3 label="BS: Allocation flag for EOINCB2"; attrib tprftb2 length=4 label="BS: Net profit or loss"; attrib aprftb2 length=3 label="BS: Allocation flag for TPRFTB2"; attrib tbmsum2 length=4 label="BS: Income received this month"; attrib abmsum2 length=3 label="BS: Allocation flag for TBMSUM2"; attrib epartb12 length=4 label="BS: Person number of partner 1"; attrib epartb22 length=4 label="BS: Person number of partner 2"; attrib epartb32 length=4 label="BS: Person number of partner 3"; attrib tbsind2 length=3 label="BS: Industry code"; attrib absind2 length=3 label="BS: Allocation flag for TBSIND2"; attrib tbsocc2 length=3 label="BS: Occupation code"; attrib absocc2 length=3 label="BS: Allocation flag for TBSOCC2"; attrib euectyp5 length=3 label="GI: Receipt of State unemployment comp. (ISS"; attrib auectyp5 length=3 label="GI: Allocation flag for EUECTYP5"; attrib euectyp7 length=3 label="GI: Receipt of other unemployment comp. (ISS"; attrib auectyp7 length=3 label="GI: Allocation flag for EUECTYP7"; attrib elmptyp1 length=3 label="GI: Receipt of lump sum from"; attrib almptyp1 length=3 label="GI: Allocation flag for ELMPTYP1"; attrib elmptyp2 length=3 label="GI: Receipt of severance pay (ISS Code 15)"; attrib almptyp2 length=3 label="GI: Allocation flag for ELMPTYP2"; attrib elmptyp3 length=3 label="GI: Receipt of other type of lump sum payment"; attrib almptyp3 length=3 label="GI: Allocation flag for ALMPTYP3"; attrib essself length=3 label="GI: Receipt of Social Security payments for"; attrib assself length=3 label="GI: Allocation flag for ESSSELF"; attrib esschild length=3 label="GI: Receipt of Social Security payments for"; attrib asschild length=3 label="GI: Allocation flag for ESSCHILD"; attrib essichld length=3 label="GI: Receipt of SSI for children (ISS Code 3)"; attrib assichld length=3 label="GI: Allocation flag for ESSICHLD"; attrib essiself length=3 label="GI: Receipt of SSI for self (ISS Code 3)"; attrib assiself length=3 label="GI: Allocation flag for ESSISELF"; attrib estssi length=3 label="GI: Receipt of State administered SSI (ISS"; attrib astssi length=3 label="GI: Allocation flag for ESTSSI"; attrib rwcmprsn length=3 label="GI: Reason for receipt of workers'"; attrib awcmprsn length=3 label="GI: Allocation flag for RWCMPRSN"; attrib rinsrsn length=3 label="GI: Reason for payment from own insurance"; attrib ainsrsn length=3 label="GI: Allocation flag for RINSRSN"; attrib rempdrsn length=3 label="GI: Reason for receipt of employer disability"; attrib aempdrsn length=3 label="GI: Allocation flag for REMPDRSN"; attrib rpensrsn length=3 label="GI: Reason for pension from company or union"; attrib apensrsn length=3 label="GI: Allocation flag for RPENSRSN"; attrib rfcsrsn length=3 label="GI: Reason for receipt of federal civilian"; attrib afcsrsn length=3 label="GI: Allocation flag for RFCSRSN"; attrib rstatrsn length=3 label="GI: Reason for receipt of state government"; attrib astatrsn length=3 label="GI: Allocation flag for RSTATRSN"; attrib rlgovrsn length=3 label="GI: Reason for receipt of local government"; attrib algovrsn length=3 label="GI: Allocation flag for RLGOVRSN"; attrib rmilrsn length=3 label="GI: Reason for receipt of U.S. military"; attrib amilrsn length=3 label="GI: Allocation flag for RMILRSN"; attrib rrrsn length=3 label="GI: Reason for receipt of Railroad Retirement"; attrib arrrsn length=3 label="GI: Allocation flag RRRSN"; attrib rblklrsn length=3 label="GI: Reason for receipt of black lung payment"; attrib ablklrsn length=3 label="GI: Allocation flag for RBLKLRSN"; attrib rothrrsn length=3 label="GI: Reason for receipt of 'other' retirement"; attrib aothrrsn length=3 label="GI: Allocation flag for ROTHRRSN"; attrib rlifirsn length=3 label="GI: Reason for payments from paid-up life"; attrib alifirsn length=3 label="GI: Allocation flag for RLIFIRSN"; attrib rvetsrsn length=3 label="GI: Reason for receipt of Veterans' comp. or"; attrib avetsrsn length=3 label="GI: Allocation flag for RVETSRSN"; attrib restarsn length=3 label="GI: Reason for receiving income from estates"; attrib aestarsn length=3 label="GI: Allocation flag for RESTARSN"; attrib efccyn length=3 label="GI: Receipt of foster child care payments"; attrib afccyn length=3 label="GI: Allocation flag for EFCCYN"; attrib ecsagree length=3 label="GI: Agreement for support payments"; attrib acsagree length=3 label="GI: Allocation flag for ECSAGREE"; attrib ecsyn length=3 label="GI: Receipt of child support payments (ISS"; attrib acsyn length=3 label="GI: Allocation flag for ECSYN"; attrib ealiyn length=3 label="GI: Receipt of alimony payments (ISS Code 29)"; attrib aaliyn length=3 label="GI: Allocation flag for EALIYN"; attrib efsyn length=3 label="GI: Receipt of food stamps (ISS Code 27)"; attrib afsyn length=3 label="GI: Allocation flag for EFSYN"; attrib epssthru length=3 label="GI: Receipt of child support as"; attrib apssthru length=3 label="GI: Allocation flag for EPSSTHRU"; attrib ewicyn length=3 label="GI: Recipiency of WIC (ISS Code 25)"; attrib awicyn length=3 label="GI: Allocation flag for EWICYN"; attrib epatyn length=3 label="GI: Receipt of AFDC, welfare, or public"; attrib apatyn length=3 label="GI: Allocation flag for EPATYN"; attrib epatyp1 length=3 label="GI: Receipt of AFDC (ISS Code 20)"; attrib apatyp1 length=3 label="GI: Allocation flag for EPATYP1"; attrib epatyp2 length=3 label="GI: Receipt of general assistance (ISS Code"; attrib apatyp2 length=3 label="GI: Allocation flag for EPATYP2"; attrib epatyp3 length=3 label="GI: Receipt of energy assistance (ISS Code 19)"; attrib apatyp3 length=3 label="GI: Allocation flag for EPATYP3"; attrib epatyp4 length=3 label="GI: Receipt of other public assistance (ISS"; attrib apatyp4 length=3 label="GI: Allocation flag for EPATYP4"; attrib epatyp5 length=3 label="GI: Receipt of Child Care Assistance"; attrib apatyp5 length=3 label="GI: Allocation flag for EPATYP5"; attrib epatyp6 length=3 label="GI: Receipt of Short-Term Cash (ISS Code 24)"; attrib apatyp6 length=3 label="GI: Allocation flag for EPATYP6"; attrib epatyp7 length=3 label="GI: Receipt of Other Government Assistance"; attrib apatyp7 length=3 label="GI: Allocation flag for EPATYP7"; attrib ecomserv length=3 label="GI: Community service, work-related or"; attrib acomserv length=3 label="GI: Allocation flag for ECOMSERV"; attrib ecomtype length=3 label="GI: Type of Community service, Welfare"; attrib acomtype length=3 label="GI: Allocation flag for ECOMTYPE"; attrib easetdrw length=3 label="GI: Receipt of income from IRA, 401k, or"; attrib aasetdrw length=3 label="GI: Allocation flag for EASETDRW"; attrib eresnss1 length=3 label="GI: First reason for receipt of Social"; attrib aresnss1 length=3 label="GI: Allocation flag for ERESNSS1"; attrib eresnss2 length=3 label="GI: Second reason for receipt of Social"; attrib aresnss2 length=3 label="GI: Allocation flag for ERESNSS2"; attrib tagess length=3 label="GI: Age Social Security Disability payments"; attrib aagess length=3 label="GI: Allocation flag for TAGESS"; attrib ejntssyn length=3 label="GI: Receipt of joint Social Security payments"; attrib ajntssyn length=3 label="GI: Allocation flag for EJNTSSYN"; attrib er01a length=3 label="GI: Receipt of Social Security - Adult (ISS"; attrib ar01a length=3 label="GI: Allocation flag for ER01A"; attrib er01k length=3 label="GI: Receipt of Social Security - Child (ISS"; attrib ar01k length=3 label="GI: Allocation flag for ER01K"; attrib er02 length=3 label="GI: Receipt of Railroad Retirement (ISS Code"; attrib ar02 length=3 label="GI: Allocation flag for ER02"; attrib er03a length=3 label="GI: Receipt of Federal SSI - Adult (ISS Code"; attrib ar03a length=3 label="GI: Allocation flag for ER03A"; attrib er03k length=3 label="GI: Receipt of Federal SSI - Child (ISS Code"; attrib ar03k length=3 label="GI: Allocation flag for ER03K"; attrib er04 length=3 label="GI: Receipt of State SSI (ISS Code 4)"; attrib ar04 length=3 label="GI: Allocation flag for ER04"; attrib er05 length=3 label="GI: Receipt of State Unemployment Comp. (ISS"; attrib ar05 length=3 label="GI: Allocation flag for ER05"; attrib er07 length=3 label="GI: Receipt of Other Unemployment Comp. (ISS"; attrib ar07 length=3 label="GI: Allocation flag for ER07"; attrib er08 length=3 label="GI: Receipt of Veterans' Compensation (ISS"; attrib ar08 length=3 label="GI: Allocation flag for ER08"; attrib er09 length=3 label="GI: Receipt of Black Lung payments (ISS Code"; attrib ar09 length=3 label="GI: Allocation flag for ER09"; attrib er10 length=3 label="GI: Receipt of Workers Compensation (ISS Code"; attrib ar10 length=3 label="GI: Allocation flag for ER10"; attrib er12 length=3 label="GI: Receipt of Employer/Union Temp. Sickness"; attrib ar12 length=3 label="GI: Allocation flag for ER12"; attrib er13 length=3 label="GI: Receipt of own sickness, accident"; attrib ar13 length=3 label="GI: Allocation flag for ER13"; attrib er14 length=3 label="GI: Receipt of Employer Disability Payments"; attrib ar14 length=3 label="GI: Allocation flag for ER14"; attrib er15 length=3 label="GI: Receipt of Severance Pay (ISS Code 15)"; attrib ar15 length=3 label="GI: Allocation flag for ER15"; attrib er20 length=3 label="GI: Receipt of AFDC,ADC (ISS Code 20)"; attrib ar20 length=3 label="GI: Allocation flag for ER20"; attrib er21 length=3 label="GI: Receipt of General Assistance or General"; attrib ar21 length=3 label="GI: Allocation flag for ER21"; attrib er23 length=3 label="GI: Receipt of Foster Child Care Payments"; attrib ar23 length=3 label="GI: Allocation flag for ER23"; attrib er24 length=3 label="GI: Receipt of Other Welfare (ISS Code 24)"; attrib ar24 length=3 label="GI: Allocation flag for ER24"; attrib er25 length=3 label="GI: Receipt of WIC (ISS Code 25)"; attrib ar25 length=3 label="GI: Allocation flag for ER25"; attrib er26 length=3 label="GI: Receipt of Pass Through Child Support"; attrib ar26 length=3 label="GI: Allocation flag for ER26"; attrib er27 length=3 label="GI: Receipt of Food Stamps (ISS Code 27)"; attrib ar27 length=3 label="GI: Allocation flag for ER27"; attrib er28 length=3 label="GI: Receipt of Child Support Payments (ISS"; attrib ar28 length=3 label="GI: Allocation flag for ER28"; attrib er29 length=3 label="GI: Receipt of Alimony Payments (ISS Code 29)"; attrib ar29 length=3 label="GI: Allocation flag for ER29"; attrib er30 length=3 label="GI: Receipt of pension from a company or union"; attrib ar30 length=3 label="GI: Allocation flag for ER30"; attrib er31 length=3 label="GI: Receipt of Federal Civil Service Pension"; attrib ar31 length=3 label="GI: Allocation flag for ER31"; attrib er32 length=3 label="GI: Receipt of U.S. Military Retirement Pay"; attrib ar32 length=3 label="GI: Allocation flag for ER32"; attrib er34 length=3 label="GI: Receipt of State Government Pension (ISS"; attrib ar34 length=3 label="GI: Allocation flag for ER34"; attrib er35 length=3 label="GI: Receipt of Local Government Pension (ISS"; attrib ar35 length=3 label="GI: Allocation flag for ER35"; attrib er36 length=3 label="GI: Receipt of paid-up life insurance annuity"; attrib ar36 length=3 label="GI: Allocation flag for ER36"; attrib er37 length=3 label="GI: Receipt of Estates or Trusts (ISS Code 37)"; attrib ar37 length=3 label="GI: Allocation flag for ER37"; attrib er38 length=3 label="GI: Receipt of other retirement, disability"; attrib ar38 length=3 label="GI: Allocation flag for ER38"; attrib er39 length=3 label="GI: Receipt of Pension/Retirement Lump Sums"; attrib ar39 length=3 label="GI: Allocation flag for ER39"; attrib er42 length=3 label="GI: Receipt of draw from IRA/Keough/401k or"; attrib ar42 length=3 label="GI: Allocation flag for ER42"; attrib er50 length=3 label="GI: Receipt of income assistance from a"; attrib ar50 length=3 label="GI: Allocation flag for ER50"; attrib er51 length=3 label="GI: Receipt of money from relatives or friends"; attrib ar51 length=3 label="GI: Allocation flag for ER51"; attrib er52 length=3 label="GI: Receipt of lump sum payments (ISS Code 52)"; attrib ar52 length=3 label="GI: Allocation flag for ER52"; attrib er53 length=3 label="GI: Receipt of income from roomers or boarders"; attrib ar53 length=3 label="GI: Allocation flag for ER53"; attrib er55 length=3 label="GI: Receipt of incidental or casual earnings"; attrib ar55 length=3 label="GI: Allocation flag for ER55"; attrib er56 length=3 label="GI: Receipt of miscellaneous cash income (ISS"; attrib ar56 length=3 label="GI: Allocation flag for ER56"; attrib er75 length=3 label="GI: Receipt of other government income (ISS"; attrib ar75 length=3 label="GI: Allocation flag for ER75"; attrib t01amta length=4 label="GI: Amount of Social Security - Adult (ISS"; attrib a01amta length=3 label="GI: Allocation flag for T01AMTA"; attrib t01amtk length=4 label="GI: Amount of Social Security - Child (ISS"; attrib a01amtk length=3 label="GI: Allocation flag for T01AMTK"; attrib t02amt length=4 label="GI: Amount of Railroad Retirement (ISS Code 2)"; attrib a02amt length=3 label="GI: Allocation flag for T02AMT"; attrib t03amta length=4 label="GI: Amount of Federal SSI - Adult (ISS Code 3)"; attrib a03amta length=3 label="GI: Allocation flag for T03AMTA"; attrib t03amtk length=4 label="GI: Amount of Federal SSI - Child (ISS Code 3)"; attrib a03amtk length=3 label="GI: Allocation flag for T03AMTK"; attrib t04amt length=4 label="GI: Amount of State SSI (ISS Code 4)"; attrib a04amt length=3 label="GI: Allocation flag for T04AMT"; attrib t05amt length=4 label="GI: Amount of State unemployment compensation"; attrib a05amt length=3 label="GI: Allocation flag for T05AMT"; attrib t07amt length=4 label="GI: Amount of other unemployment compensation"; attrib a07amt length=3 label="GI: Allocation flag for T07AMT"; attrib t08amt length=4 label="GI: Amount of Veterans compensation or pension"; attrib a08amt length=3 label="GI: Allocation flag for T08AMT"; attrib t09amt length=4 label="GI: Amount of black lung payment (ISS Code 9)"; attrib a09amt length=3 label="GI: Allocation flag for T09AMT"; attrib t10amt length=4 label="GI: Amount of workers' compensation (ISS Code"; attrib a10amt length=3 label="GI: Allocation flag for T10AMT"; attrib t12amt length=4 label="GI: Amount of employer/union temp. sickness"; attrib a12amt length=3 label="GI: Allocation flag for T12AMT"; attrib t13amt length=4 label="GI: Amount of own sickness, accident,"; attrib a13amt length=3 label="GI: Allocation flag for T13AMT"; attrib t14amt length=4 label="GI: Amount of employer disability payments"; attrib a14amt length=3 label="GI: Allocation flag for T14AMT"; attrib t15amt length=4 label="GI: Amount of severance pay (ISS Code 15)"; attrib a15amt length=3 label="GI: Allocation flag for T15AMT"; attrib t20amt length=4 label="GI: Amount of AFDC,ADC (ISS Code 20)"; attrib a20amt length=3 label="GI: Allocation flag for T20AMT"; attrib t21amt length=4 label="GI: Amount of General Assistance or General"; attrib a21amt length=3 label="GI: Allocation flag for T21AMT"; attrib t23amt length=4 label="GI: Amount of foster child care payments (ISS"; attrib a23amt length=3 label="GI: Allocation flag for T23AMT"; attrib t24amt length=4 label="GI: Amount of other welfare (ISS Code 24)"; attrib a24amt length=3 label="GI: Allocation flag for T24AMT"; attrib t25amt length=4 label="GI: Amount of WIC payments (ISS Code 25)"; attrib a25amt length=3 label="GI: Allocation flag for T25AMT"; attrib t26amt length=4 label="GI: Amount of pass-through child support"; attrib a26amt length=3 label="GI: Allocation flag for T26AMT"; attrib t27amt length=4 label="GI: Amount of Food Stamps (ISS Code 27)"; attrib a27amt length=3 label="GI: Allocation flag for T27AMT"; attrib t28amt length=4 label="GI: Amount of child support payments (ISS"; attrib a28amt length=3 label="GI: Allocation flag for T28AMT"; attrib t29amt length=4 label="GI: Amount of alimony payments (ISS Code 29)"; attrib a29amt length=3 label="GI: Allocation flag for T29AMT"; attrib t30amt length=4 label="GI: Amount of pension from a company or union"; attrib a30amt length=3 label="GI: Allocation flag for T30AMT"; attrib t31amt length=4 label="GI: Amount of Federal Civil Service pension"; attrib a31amt length=3 label="GI: Allocation flag for T31AMT"; attrib t32amt length=4 label="GI: Amount of U.S. Military retirement pay"; attrib a32amt length=3 label="GI: Allocation flag for T32AMT"; attrib t34amt length=4 label="GI: Amount of State government pension (ISS"; attrib a34amt length=3 label="GI: Allocation flag for T34AMT"; attrib t35amt length=4 label="GI: Amount of local government pension (ISS"; attrib a35amt length=3 label="GI: Allocation flag for T35AMT"; attrib t36amt length=4 label="GI: Amount of income from paid-up life"; attrib a36amt length=3 label="GI: Allocation flag for T36AMT"; attrib t37amt length=4 label="GI: Amount from estates or trusts (ISS Code"; attrib a37amt length=3 label="GI: Allocation flag for T37AMT"; attrib t38amt length=4 label="GI: Amt. from other retirement, disability or"; attrib a38amt length=3 label="GI: Allocation flag for T38AMT"; attrib t39amt length=4 label="GI: Amount of pension/retirement lump sums"; attrib a39amt length=3 label="GI: Allocation flag for T39AMT"; attrib t42amt length=4 label="GI: Amount of draw from an IRA/Keough/401k or"; attrib a42amt length=3 label="GI: Allocation flag for T42AMT"; attrib t50amt length=4 label="GI: Amount of income assistance from a"; attrib a50amt length=3 label="GI: Allocation flag for T50AMT"; attrib t51amt length=4 label="GI: Amount of money from relatives or friends"; attrib a51amt length=3 label="GI: Allocation flag for T51AMT"; attrib t52amt length=4 label="GI: Amount of lump sum payments (ISS Code 52)"; attrib a52amt length=3 label="GI: Allocation flag for T52AMT"; attrib t53amt length=4 label="GI: Amount of income from roomers or boarders"; attrib a53amt length=3 label="GI: Allocation flag for T53AMT"; attrib t55amt length=4 label="GI: Amount of incidental or casual earnings"; attrib a55amt length=3 label="GI: Allocation flag for T55AMT"; attrib t56amt length=4 label="GI: Amount of miscellaneous cash income"; attrib a56amt length=3 label="GI: Allocation flag for T56AMT"; attrib t75amt length=4 label="GI: Amount of other government income (ISS"; attrib a75amt length=3 label="GI: Allocation flag for T75AMT"; attrib tcsagy length=4 label="GI: Amount received by Agency on ...'s behalf"; attrib acsagy length=3 label="GI: Allocation flag for TCSAGY"; attrib erolovr1 length=3 label="GI: Money rolled over into IRA/other type of"; attrib arolovr1 length=3 label="GI: Allocation flag for EROLOVR1"; attrib erolovr2 length=3 label="GI: Plan to roll over money into IRA/other"; attrib arolovr2 length=3 label="GI: Allocation flag for EROLOVR2"; attrib trollamt length=4 label="GI: Amnt rolled over into retirement acct in"; attrib arollamt length=3 label="GI: Allocation flag for TROLLAMT"; attrib rab1r1 length=3 label="GI: First reason for applying for AFDC the"; attrib rab1r2 length=3 label="GI: Second reason for applying for AFDC the"; attrib rab2r1 length=3 label="GI: First reason for applying for AFDC the"; attrib rab2r2 length=3 label="GI: Second reason for applying for AFDC the"; attrib ras1 length=3 label="GI: Reason for stopping AFDC the first time"; attrib ras2 length=3 label="GI: Reason for stopping AFDC the second time"; attrib rwb1r1 length=3 label="GI: First reason for applying for WIC the 1st"; attrib rwb1r2 length=3 label="GI: Second reason for applying for WIC the"; attrib rwb2r1 length=3 label="GI: First reason for applying for WIC the 2nd"; attrib rwb2r2 length=3 label="GI: Second reason for applying for WIC the"; attrib rws1 length=3 label="GI: Reason for stopping WIC the first time"; attrib rws2 length=3 label="GI: Reason for stopping WIC the second time"; attrib rfb1r1 length=3 label="GI: First reason for applying for Food Stamps"; attrib rfb1r2 length=3 label="GI: 2nd reason for applying for Food Stamps"; attrib rfb2r1 length=3 label="GI: 1st reason for applying for Food Stamps"; attrib rfb2r2 length=3 label="GI: 2nd reason for applying for Food Stamps"; attrib rfs1 length=3 label="GI: Reason for stopping Food Stamps the first"; attrib rfs2 length=3 label="GI: Reason for stopping Food Stamps the"; attrib rgb1r1 length=3 label="GI: 1st reason applying for General Asst the"; attrib rgb1r2 length=3 label="GI: 2nd reason applying for General Asst the"; attrib rgb2r1 length=3 label="GI: 1st reason applying for General Asst the"; attrib rgb2r2 length=3 label="GI: 2nd reason applying for General Asst the"; attrib rgs1 length=3 label="GI: Reason for stopping General Assist the"; attrib rgs2 length=3 label="GI: Reason for stopping General Assist the"; attrib rob1r1 length=3 label="GI: 1st reason applying for Other Welfare the"; attrib rob1r2 length=3 label="GI: 2nd reason applying for Other Welfare the"; attrib rob2r1 length=3 label="GI: 1st reason applying for Other Welfare the"; attrib rob2r2 length=3 label="GI: 2nd reason applying for Other Welfare the"; attrib ros1 length=3 label="GI: Reason for stopping Other Welfare the"; attrib ros2 length=3 label="GI: Reason for stopping Other Welfare the"; attrib rsb1r1 length=3 label="GI: 1st reason applying for SSI the 1st time"; attrib rsb1r2 length=3 label="GI: 2nd reason applying for SSI the 1st time"; attrib rsb2r1 length=3 label="GI: 1st reason applying for SSI the 2nd time"; attrib rsb2r2 length=3 label="GI: 2nd reason applying for SSI the 2nd time"; attrib rss1 length=3 label="GI: Reason for stopping SSI the first time"; attrib rss2 length=3 label="GI: Reason for stopping SSI the second time"; attrib east1a length=3 label="AS: U.S. governement savings bonds owned"; attrib aast1a length=3 label="AS: Allocation flag for EAST1A"; attrib east1b length=3 label="AS: IRA or Keogh account owned"; attrib aast1b length=3 label="AS: Allocation flag for EAST1B"; attrib east1c length=3 label="AS: 401k or thrift plan owned"; attrib aast1c length=3 label="AS: Allocation flag for EAST1C"; attrib east2a length=3 label="AS: Interest bearing checking account owned"; attrib aast2a length=3 label="AS: Allocation flag for EAST2A"; attrib east2b length=3 label="AS: Savings account owned"; attrib aast2b length=3 label="AS: Allocation flag for EAST2B"; attrib east2c length=3 label="AS: Money market deposit account owned"; attrib aast2c length=3 label="AS: Allocation flag for EAST2C"; attrib east2d length=3 label="AS: Certificate of deposit owned"; attrib aast2d length=3 label="AS: Allocation flag for EAST2D"; attrib east3a length=3 label="AS: Mutual funds owned"; attrib aast3a length=3 label="AS: Allocation flag for EAST3A"; attrib east3b length=3 label="AS: Stocks owned"; attrib aast3b length=3 label="AS: Allocation flag for EAST3B"; attrib east3c length=3 label="AS: Municipal or corporate bonds owned"; attrib aast3c length=3 label="AS: Allocation flag for EAST3C"; attrib east3d length=3 label="AS: U.S. government securities owned"; attrib aast3d length=3 label="AS: Allocation flag for EAST3D"; attrib east3e length=3 label="AS: Mortgage held"; attrib aast3e length=3 label="AS: Allocation flag for EAST3E"; attrib east4a length=3 label="AS: Rental property owned"; attrib aast4a length=3 label="AS: Allocation flag for EAST4A"; attrib east4b length=3 label="AS: Royalty income received"; attrib aast4b length=3 label="AS: Allocation flag for EAST4B"; attrib east4c length=3 label="AS: Other financial investments owned"; attrib aast4c length=3 label="AS: Allocation flag for EAST4C"; attrib ejntrnt length=3 label="AS: Rent from property jointly owned with"; attrib ajntrnt length=3 label="AS: Allocation flag for EJNTRNT"; attrib tjarnt length=4 label="AS: Amount of gross rent from property joint"; attrib ajarnt length=3 label="AS: Allocation flag for TJARNT"; attrib tjaclr length=4 label="AS: Amt of net rent from prop. held jointly"; attrib ajaclr length=3 label="AS: Allocation flag for TJACLR"; attrib eownrnt length=3 label="AS: Rent from property owned entirely in own"; attrib aownrnt length=3 label="AS: Allocation flag for EOWNRNT"; attrib toarnt length=4 label="AS: Amount of gross rent from own property"; attrib aoarnt length=3 label="AS: Allocation flag for TOARNT"; attrib toaclr length=4 label="AS: Amount of net income from own rental"; attrib aoaclr length=3 label="AS: Allocation flag for TOACLR"; attrib ejrnt2 length=3 label="AS: Rent from property owned with others"; attrib ajrnt2 length=3 label="AS: Allocation flag for EJRNT2"; attrib tjaclr2 length=4 label="AS: Amount of net income from rental property"; attrib ajaclr2 length=3 label="AS: Allocation flag for TJACLR2"; attrib emrtjnt length=3 label="AS: Mortgage owned jointly with spouse"; attrib amrtjnt length=3 label="AS: Allocation flag for EMRTJNT"; attrib tmijnt length=4 label="AS: Amount of interest paid on mortgage owned"; attrib amijnt length=3 label="AS: Allocation flag for TMIJNT"; attrib emrtown length=3 label="AS: Mortgages held in own name"; attrib amrtown length=3 label="AS: Allocation flag for EMRTOWN"; attrib tmiown length=4 label="AS: Amount of interest paid on own mortgage"; attrib amiown length=3 label="AS: Allocation flag for TMIOWN"; attrib trndup1 length=4 label="AS: Amount of income from royalties"; attrib arndup1 length=3 label="AS: Allocation flag for TRNDUP1"; attrib trndup2 length=4 label="AS: Amount of other income from financial"; attrib arndup2 length=3 label="AS: Allocation flag for TRNDUP2."; attrib tothprop length=5 label="AS: Amount of total other property income"; attrib eckjt length=3 label="AS: Jointly owned interest bearing checking"; attrib ackjt length=3 label="AS: Allocation flag for ECKJT"; attrib tckjtint length=4 label="AS: Amount of mnthly interest from joint"; attrib ackjtint length=3 label="AS: Allocation flag for TCKJTINT."; attrib eckoast length=3 label="AS: Solely owned interest bearing checking"; attrib ackoast length=3 label="AS: Allocation flag for ECKOAST"; attrib tckoint length=4 label="AS: Amount of monthly interest from own"; attrib ackoint length=3 label="AS: Allocation flag for TCKOINT."; attrib esvjt length=3 label="AS: Ownership of jointly held savings account"; attrib asvjt length=3 label="AS: Allocation flag for ESVJT"; attrib tsvjtint length=4 label="AS: Amount of monthly interest on joint"; attrib asvjtint length=3 label="AS: Allocation flag for TSVJTINT"; attrib esvoast length=3 label="AS: Ownership of solely held savings account"; attrib asvoast length=3 label="AS: Allocation flag for ESVOAST."; attrib tsvoint length=4 label="AS: Amount of monthly interest from own"; attrib asvoint length=3 label="AS: Allocation flag for TSVOINT"; attrib emdjt length=3 label="AS: Jointly owned money market deposit account"; attrib amdjt length=3 label="AS: Allocation flag for EMDJT"; attrib tmdjtint length=4 label="AS: Amount of monthly interest on joint money"; attrib amdjtint length=3 label="AS: Allocation flag for TMDJTINT"; attrib emdoast length=3 label="AS: Solely owned money market deposit account"; attrib amdoast length=3 label="AS: Allocation flag for EMDOAST"; attrib tmdoint length=4 label="AS: Amt of monthly interest from own money"; attrib amdoint length=3 label="AS: Allocation flag for TMDOINT"; attrib ecdjt length=3 label="AS: Jointly owned certificates of deposit"; attrib acdjt length=3 label="AS: Allocation flag for ECDJT"; attrib tcdjtint length=4 label="AS: Amount of monthly interest from joint CDs"; attrib acdjtint length=3 label="AS: Allocation flag for TCDJTINT"; attrib ecdoast length=3 label="AS: Solely owned certificates of deposit"; attrib acdoast length=3 label="AS: Allocation flag for ECDOAST."; attrib tcdoint length=4 label="AS: Amount of monthly interest from solely"; attrib acdoint length=3 label="AS: Allocation flag for TCDOINT"; attrib ebdjt length=3 label="AS: Jointly owned municipal or corporate bonds"; attrib abdjt length=3 label="AS: Allocation flag for EBDJT."; attrib tbdjtint length=4 label="AS: Amnt of monthly interest from joint"; attrib abdjtint length=3 label="AS: Allocation flag for TBDJTINT"; attrib ebdoast length=3 label="AS: Solely owned municipal or corporate bonds"; attrib abdoast length=3 label="AS: Allocation flag for EBDOAST"; attrib tbdoint length=4 label="AS: Amount of monthly interest from own"; attrib abdoint length=3 label="AS: Allocation flag for TBDOINT"; attrib egvjt length=3 label="AS: Jointly owned U.S. Government securities"; attrib agvjt length=3 label="AS: Allocation flag for EGVJT"; attrib tgvjtint length=4 label="AS: Amount of monthly int from joint US Govt"; attrib agvjtint length=3 label="AS: Allocation flag for TGVJTINT"; attrib egvoast length=3 label="AS: Solely owned U.S. Government securities"; attrib agvoast length=3 label="AS: Allocation flag for EGVOAST"; attrib tgvoint length=4 label="AS: Amount of monthly int from own US Govt"; attrib agvoint length=3 label="AS: Allocation flag for TGVOINT"; attrib tintinc length=4 label="AS: Amount of all interest income"; attrib emanychk length=3 label="AS: Dividend check from joint/sole owned"; attrib amanychk length=3 label="AS: Allocation flag for EMANYCHK"; attrib tmjntdiv length=4 label="AS: Amount of check from jointly held mutual"; attrib amjntdiv length=3 label="AS: Allocation flag for TMJNTDIV"; attrib tmowndiv length=4 label="AS: Amount of check from solely held mutual"; attrib amowndiv length=3 label="AS: Allocation flag for TMOWNDIV"; attrib emothdiv length=3 label="AS: Dividends credited against margin accounts"; attrib amothdiv length=3 label="AS: Allocation flag for EMOTHDIV"; attrib tmjadiv length=4 label="AS: Amount of dividends credited to joint"; attrib amjadiv length=3 label="AS: Allocation flag for TMJADIV"; attrib tmownadv length=4 label="AS: Amount of dividends credited to own"; attrib amownadv length=3 label="AS: Allocation flag for TMOWNADV"; attrib esanychk length=3 label="AS: Dividend check for jointly or solely held"; attrib asanychk length=3 label="AS: Allocation flag for ESANYCHK"; attrib tsjntdiv length=4 label="AS: Amount of dividend check from jointly"; attrib asjntdiv length=3 label="AS: Allocation flag for TSJNTDIV"; attrib tsowndiv length=4 label="AS: Amount of dividend check for solely held"; attrib asowndiv length=3 label="AS: Allocation flag for TSOWNDIV"; attrib esothdiv length=3 label="AS: Dividends credited to margin account"; attrib asothdiv length=3 label="AS: Allocation flag for ESOTHDIV"; attrib tsjadiv length=4 label="AS: Amount of dividend credited to a joint"; attrib asjadiv length=3 label="AS: Allocation flag for TSJADIV"; attrib tsownadv length=4 label="AS: Amount of dividend credited solely held"; attrib asownadv length=3 label="AS: Allocation flag for TSOWNADV"; attrib tdivinc length=4 label="AS: Total amount of all dividend income"; attrib ecrmth length=3 label="HI: Medicare coverage in this month"; attrib acrmth length=3 label="HI: Allocation flag for ECRMTH"; attrib rmedcode length=3 label="HI: Type of Medicare Coverage"; attrib ecdmth length=3 label="HI: Medicaid coverage in this month"; attrib acdmth length=3 label="HI: Allocation flag for ECDMTH"; attrib ecdunt1 length=3 label="HI: 1st Medicaid coverage unit for this month"; attrib ecdunt2 length=3 label="HI: 2nd Medicaid coverage unit for this month"; attrib ecdunt3 length=3 label="HI: 3rd Medicaid coverage unit for this month"; attrib ehimth length=3 label="HI: Private health insurance coverage in this"; attrib ahimth length=3 label="HI: Allocation flag for EHIMTH"; attrib ehiowner length=3 label="HI: Covered by own plan or someone else's plan"; attrib ahiowner length=3 label="HI: Allocation flag for EHIOWNER"; attrib enonhh length=3 label="HI: Covered by plan owned by person outside"; attrib rchampm length=3 label="HI: Military related health care coverage in"; attrib ehiunt1 length=3 label="HI: 1st health insurance coverage unit for"; attrib ehiunt2 length=3 label="HI: 2nd health insurance coverage unit for"; attrib ehiunt3 length=3 label="HI: 3rd health insurance coverage unit for"; attrib ehemply length=3 label="HI: Source of health insurance"; attrib ahemply length=3 label="HI: Allocation flag for EHEMPLY"; attrib ehicost length=3 label="HI: Employer/union paid all or part of health"; attrib ahicost length=3 label="HI: Allocation flag for EHICOST"; attrib ehiother length=3 label="HI: Health insurance coverage of nonhousehold"; attrib ahiother length=3 label="HI: Allocation flag for EHIOTHER"; attrib ehispse length=3 label="HI: Coverage of spouse outside the household"; attrib ahispse length=3 label="HI: Allocation flag for EHISPSE"; attrib ehioldkd length=3 label="HI: Coverage of older child (18+) outside the"; attrib ahioldkd length=3 label="HI: Allocation flag for EHIOLDKD"; attrib ehiyngkd length=3 label="HI: Coverage of younger child (under 18)"; attrib ahiyngkd length=3 label="HI: Allocation flag for EHIYNGKD"; attrib ehiothr length=3 label="HI: Coverage of other person(s) outside the"; attrib ahiothr length=3 label="HI: Allocation flag for EHIOTHR"; attrib ehirsn01 length=3 label="HI: Reason not covered: too expensive, can't"; attrib ehirsn02 length=3 label="HI: Reason not covered: HI not offered by"; attrib ehirsn03 length=3 label="HI: Reason not covered: not at job long"; attrib ehirsn04 length=3 label="HI: Reason not covered: job layoff, loss,"; attrib ehirsn05 length=3 label="HI: Reason not covered: not eligible-part"; attrib ehirsn06 length=3 label="HI: Reason not covered: poor health, illness,"; attrib ehirsn07 length=3 label="HI: Reason not covered: don't believe in"; attrib ehirsn08 length=3 label="HI: Reason not covered: haven't needed health"; attrib ehirsn09 length=3 label="HI: Reason not covered: Use VA or military"; attrib ehirsn10 length=3 label="HI: Reason not covered: covered by other"; attrib ehirsn11 length=3 label="HI: Reason not covered: no longer covered by"; attrib ehirsn12 length=3 label="HI: Reason not covered: some other reason"; attrib ahirsn length=3 label="HI: Allocation for variables EHIRSN01 through"; attrib rprvhi length=3 label="HI: Recode for types of private health"; attrib lgtkey length=$8 label="PE: Person longitudinal key"; attrib lgtmon length=3 label="PE: Longitudinal month"; INPUT @1 ssuseq 5. @6 ssuid $12. @18 spanel 4. @22 swave 2. @24 srotaton 1. @25 srefmon 1. @26 rhcalmn 2. @28 rhcalyr 4. @32 shhadid 3. @35 gvarstr 3. @38 ghlfsam 1. @39 grgc 3. @42 tfipsst 2. @44 eoutcome 3. @47 rhnf 2. @49 rhnfam 2. @51 rhnsf 2. @53 ehrefper 4. @57 ehhnumpp 3. @60 rhtype 1. @61 whfnwgt 10.4 @71 tmetro 1. @72 tmsa 4. @76 rhchange 1. @77 rhnssr 2. @79 eaccess 2. @81 aaccess 1. @82 eunits 2. @84 aunits 1. @85 elivqrt 2. @87 alivqrt 1. @88 etenure 1. @89 atenure 1. @90 epubhse 2. @92 apubhse 1. @93 egvtrnt 2. @95 agvtrnt 1. @96 tmthrnt 6. @102 amthrnt 1. @103 ewrsect8 2. @105 awrsect8 1. @106 eutilyn 2. @108 autilyn 1. @109 eegyast 2. @111 aegyast 1. @112 eegypmt1 2. @114 eegypmt2 2. @116 eegypmt3 2. @118 aegypmt 1. @119 eegyamt 5. @124 aegyamt 1. @125 ehotlunc 2. @127 ahotlunc 1. @128 rnklun 2. @130 efreelun 2. @132 afreelun 1. @133 efrerdln 2. @135 afrerdln 1. @136 ebrkfst 2. @138 abrkfst 1. @139 rnkbrk 2. @141 efreebrk 2. @143 afreebrk 1. @144 efrerdbk 2. @146 afrerdbk 1. @147 rprgques 1. @148 thearn 7. @155 thprpinc 8. @163 thtrninc 7. @170 thothinc 7. @177 thtotinc 8. @185 rhnbrf 2. @187 rhcbrf 2. @189 rhmtrf 2. @191 thpov 5. @196 thpndist 7. @203 thlumpsm 8. @211 thnoncsh 6. @217 thsocsec 6. @223 thssi 6. @229 thunemp 6. @235 thvets 6. @241 thafdc 6. @247 thfdstp 6. @253 rfid 3. @256 rfid2 3. @259 efnp 2. @261 efrefper 4. @265 efspouse 4. @269 eftype 2. @271 rfchange 1. @272 efkind 2. @274 rfnkids 2. @276 rfownkid 2. @278 rfoklt18 2. @280 rfnssr 2. @282 wffinwgt 10.4 @292 tfearn 7. @299 tfprpinc 8. @307 tftrninc 7. @314 tfothinc 7. @321 tftotinc 8. @329 tfpov 5. @334 tfpndist 7. @341 tflumpsm 8. @349 tfsocsec 6. @355 tfssi 6. @361 tfunemp 6. @367 tfvets 6. @373 tfafdc 6. @379 tffdstp 6. @385 rsid 3. @388 esfnp 2. @390 esfrfper 4. @394 esfspse 4. @398 esftype 2. @400 esfkind 2. @402 rschange 2. @404 esownkid 2. @406 esoklt18 2. @408 wsfinwgt 10.4 @418 tsfearn 7. @425 tsprpinc 8. @433 tstrninc 7. @440 tsothinc 7. @447 tstotinc 8. @455 tsfpov 5. @460 tspndist 7. @467 tslumpsm 8. @475 tssocsec 6. @481 tsssi 6. @487 tsvets 6. @493 tsunemp 6. @499 tsafdc 6. @505 tsfdstp 6. @511 eentaid $3. @514 epppnum $4. @518 eppintvw 2. @520 epopstat 1. @521 ebmnth 2. @523 abmnth 1. @524 tbyear 4. @528 abyear 1. @529 esex 1. @530 asex 1. @531 erace 1. @532 arace 1. @533 eorigin 2. @535 aorigin 1. @536 uevrwid 1. @537 uevrdiv 1. @538 eafnow 2. @540 aafnow 1. @541 eafever 2. @543 aafever 1. @544 uaf1 1. @545 uaf2 1. @546 uaf3 1. @547 uaf4 1. @548 uaf5 1. @549 evayn 2. @551 avayn 1. @552 evettyp 2. @554 avettyp 1. @555 evaques 2. @557 avaques 1. @558 eafsrvdi 2. @560 aafsrvdi 1. @561 wpfinwgt 10.4 @571 esfr 1. @572 esft 1. @573 tage 2. @575 aage 1. @576 errp 2. @578 arrp 1. @579 ems 1. @580 ams 1. @581 epnspous 4. @585 apnspous 1. @586 epnmom 4. @590 apnmom 1. @591 epndad 4. @595 apndad 1. @596 epnguard 4. @600 apnguard 1. @601 etypmom 2. @603 atypmom 1. @604 etypdad 2. @606 atypdad 1. @607 rdesgpnt 2. @609 ulftmain 2. @611 uentmain 2. @613 ulftday 2. @615 ulftmon 2. @617 uentday 2. @619 uentmon 2. @621 tpearn 7. @628 tpprpinc 8. @636 tptrninc 7. @643 tpothinc 7. @650 tptotinc 8. @658 tppndist 5. @663 tplumpsm 6. @669 ehtlnyn 2. @671 ahtlnyn 1. @672 ebkfsyn 2. @674 abkfsyn 1. @675 rcutyp01 1. @676 rcuown01 4. @680 rcutyp03 1. @681 rcuown03 4. @685 rcutyp04 1. @686 rcuown04 4. @690 rcutyp08 1. @691 rcuown8a 4. @695 rcuown8b 4. @699 rcutyp20 1. @700 rcuown20 4. @704 rcutyp21 1. @705 rcuow21a 4. @709 rcuow21b 4. @713 rcutyp23 1. @714 rcuown23 4. @718 rcutyp24 1. @719 rcuow24a 4. @723 rcuow24b 4. @727 rcutyp25 1. @728 rcuown25 4. @732 rcutyp27 1. @733 rcuown27 4. @737 rcutyp57 1. @738 rcuown57 4. @742 rcutyp58 1. @743 rcuow58a 4. @747 rcuow58b 4. @751 renroll 2. @753 arenroll 1. @754 eenrlm 2. @756 aenrlm 1. @757 renrlma 2. @759 eenlevel 2. @761 aenlevel 1. @762 eedfund 2. @764 aedfund 1. @765 easst01 2. @767 easst03 2. @769 easst04 2. @771 easst05 2. @773 easst06 2. @775 easst07 2. @777 easst08 2. @779 easst09 2. @781 easst10 2. @783 easst11 2. @785 aedasst 1. @786 eeducate 2. @788 aeducate 1. @789 epdjbthn 2. @791 apdjbthn 1. @792 ejobsrch 2. @794 ajobsrch 1. @795 ejobtrn 2. @797 ajobtrn 1. @798 rjobhelp 2. @800 eppflag 2. @802 emax 2. @804 ebuscntr 2. @806 ejobcntr 2. @808 eeveret 2. @810 aeveret 1. @811 edisabl 2. @813 adisabl 1. @814 edisprev 2. @816 adisprev 1. @817 ersnowrk 2. @819 arsnowrk 1. @820 eawop 2. @822 aawop 1. @823 eabre 2. @825 aabre 1. @826 eptwrk 2. @828 aptwrk 1. @829 eptresn 2. @831 aptresn 1. @832 elkwrk 2. @834 alkwrk 1. @835 elayoff 2. @837 alayoff 1. @838 rtakjob 2. @840 rnotake 2. @842 emoonlit 2. @844 amoonlit 1. @845 tmlmsum 5. @850 amlmsum 1. @851 ebflag 2. @853 ecflag 2. @855 rmesr 2. @857 rwkesr1 2. @859 rwkesr2 2. @861 rwkesr3 2. @863 rwkesr4 2. @865 rwkesr5 2. @867 rmwkwjb 2. @869 rmwksab 2. @871 awksab 1. @872 rmwklkg 2. @874 awklkg 1. @875 rmhrswk 2. @877 rwksperm 2. @879 eeno1 2. @881 estlemp1 2. @883 astlemp1 1. @884 tsjdate1 8. @892 asjdate1 1. @893 tejdate1 8. @901 aejdate1 1. @902 ersend1 2. @904 arsend1 1. @905 ejbhrs1 2. @907 ajbhrs1 1. @908 eemploc1 2. @910 aemploc1 1. @911 tempall1 2. @913 aempall1 1. @914 tempsiz1 2. @916 aempsiz1 1. @917 eocctim1 4. @921 aocctim1 1. @922 eclwrk1 2. @924 aclwrk1 1. @925 eunion1 2. @927 aunion1 1. @928 ecntrc1 2. @930 acntrc1 1. @931 tpmsum1 5. @936 apmsum1 1. @937 epayhr1 2. @939 apayhr1 1. @940 tpyrate1 4.2 @944 apyrate1 1. @945 rpyper1 2. @947 ejbind1 3. @950 ajbind1 1. @951 tjbocc1 3. @954 ajbocc1 1. @955 eeno2 2. @957 estlemp2 2. @959 astlemp2 1. @960 tsjdate2 8. @968 asjdate2 1. @969 tejdate2 8. @977 aejdate2 1. @978 ersend2 2. @980 arsend2 1. @981 ejbhrs2 2. @983 ajbhrs2 1. @984 eemploc2 2. @986 aemploc2 1. @987 tempall2 2. @989 aempall2 1. @990 tempsiz2 2. @992 aempsiz2 1. @993 eclwrk2 2. @995 aclwrk2 1. @996 eunion2 2. @998 aunion2 1. @999 ecntrc2 2. @1001 acntrc2 1. @1002 tpmsum2 5. @1007 apmsum2 1. @1008 epayhr2 2. @1010 apayhr2 1. @1011 tpyrate2 4.2 @1015 apyrate2 1. @1016 rpyper2 2. @1018 ejbind2 3. @1021 ajbind2 1. @1022 tjbocc2 3. @1025 ajbocc2 1. @1026 ebno1 2. @1028 ebiznow1 2. @1030 abiznow1 1. @1031 tsbdate1 8. @1039 asbdate1 1. @1040 tebdate1 8. @1048 aebdate1 1. @1049 erendb1 2. @1051 arendb1 1. @1052 ehrsbs1 2. @1054 ahrsbs1 1. @1055 egrosb1 2. @1057 agrosb1 1. @1058 egrssb1 2. @1060 agrssb1 1. @1061 tempb1 2. @1063 aempb1 1. @1064 eincpb1 2. @1066 aincpb1 1. @1067 epropb1 2. @1069 apropb1 1. @1070 ehprtb1 2. @1072 ahprtb1 1. @1073 eslryb1 2. @1075 aslryb1 1. @1076 eoincb1 2. @1078 aoincb1 1. @1079 tprftb1 5. @1084 aprftb1 1. @1085 tbmsum1 5. @1090 abmsum1 1. @1091 epartb11 4. @1095 epartb21 4. @1099 epartb31 4. @1103 tbsind1 2. @1105 absind1 1. @1106 tbsocc1 3. @1109 absocc1 1. @1110 ebno2 2. @1112 ebiznow2 2. @1114 abiznow2 1. @1115 tsbdate2 8. @1123 asbdate2 1. @1124 tebdate2 8. @1132 aebdate2 1. @1133 erendb2 2. @1135 arendb2 1. @1136 ehrsbs2 2. @1138 ahrsbs2 1. @1139 egrosb2 2. @1141 agrosb2 1. @1142 egrssb2 2. @1144 agrssb2 1. @1145 tempb2 2. @1147 aempb2 1. @1148 eincpb2 2. @1150 aincpb2 1. @1151 epropb2 2. @1153 apropb2 1. @1154 ehprtb2 2. @1156 ahprtb2 1. @1157 eslryb2 2. @1159 aslryb2 1. @1160 eoincb2 2. @1162 aoincb2 1. @1163 tprftb2 5. @1168 aprftb2 1. @1169 tbmsum2 5. @1174 abmsum2 1. @1175 epartb12 4. @1179 epartb22 4. @1183 epartb32 4. @1187 tbsind2 2. @1189 absind2 1. @1190 tbsocc2 3. @1193 absocc2 1. @1194 euectyp5 2. @1196 auectyp5 1. @1197 euectyp7 2. @1199 auectyp7 1. @1200 elmptyp1 2. @1202 almptyp1 1. @1203 elmptyp2 2. @1205 almptyp2 1. @1206 elmptyp3 2. @1208 almptyp3 1. @1209 essself 2. @1211 assself 1. @1212 esschild 2. @1214 asschild 1. @1215 essichld 2. @1217 assichld 1. @1218 essiself 2. @1220 assiself 1. @1221 estssi 2. @1223 astssi 1. @1224 rwcmprsn 2. @1226 awcmprsn 1. @1227 rinsrsn 2. @1229 ainsrsn 1. @1230 rempdrsn 2. @1232 aempdrsn 1. @1233 rpensrsn 2. @1235 apensrsn 1. @1236 rfcsrsn 2. @1238 afcsrsn 1. @1239 rstatrsn 2. @1241 astatrsn 1. @1242 rlgovrsn 2. @1244 algovrsn 1. @1245 rmilrsn 2. @1247 amilrsn 1. @1248 rrrsn 2. @1250 arrrsn 1. @1251 rblklrsn 2. @1253 ablklrsn 1. @1254 rothrrsn 2. @1256 aothrrsn 1. @1257 rlifirsn 2. @1259 alifirsn 1. @1260 rvetsrsn 2. @1262 avetsrsn 1. @1263 restarsn 2. @1265 aestarsn 1. @1266 efccyn 2. @1268 afccyn 1. @1269 ecsagree 2. @1271 acsagree 1. @1272 ecsyn 2. @1274 acsyn 1. @1275 ealiyn 2. @1277 aaliyn 1. @1278 efsyn 2. @1280 afsyn 1. @1281 epssthru 2. @1283 apssthru 1. @1284 ewicyn 2. @1286 awicyn 1. @1287 epatyn 2. @1289 apatyn 1. @1290 epatyp1 2. @1292 apatyp1 1. @1293 epatyp2 2. @1295 apatyp2 1. @1296 epatyp3 2. @1298 apatyp3 1. @1299 epatyp4 2. @1301 apatyp4 1. @1302 epatyp5 2. @1304 apatyp5 1. @1305 epatyp6 2. @1307 apatyp6 1. @1308 epatyp7 2. @1310 apatyp7 1. @1311 ecomserv 2. @1313 acomserv 1. @1314 ecomtype 2. @1316 acomtype 1. @1317 easetdrw 2. @1319 aasetdrw 1. @1320 eresnss1 2. @1322 aresnss1 1. @1323 eresnss2 2. @1325 aresnss2 1. @1326 tagess 2. @1328 aagess 1. @1329 ejntssyn 2. @1331 ajntssyn 1. @1332 er01a 2. @1334 ar01a 1. @1335 er01k 2. @1337 ar01k 1. @1338 er02 2. @1340 ar02 1. @1341 er03a 2. @1343 ar03a 1. @1344 er03k 2. @1346 ar03k 1. @1347 er04 2. @1349 ar04 1. @1350 er05 2. @1352 ar05 1. @1353 er07 2. @1355 ar07 1. @1356 er08 2. @1358 ar08 1. @1359 er09 2. @1361 ar09 1. @1362 er10 2. @1364 ar10 1. @1365 er12 2. @1367 ar12 1. @1368 er13 2. @1370 ar13 1. @1371 er14 2. @1373 ar14 1. @1374 er15 2. @1376 ar15 1. @1377 er20 2. @1379 ar20 1. @1380 er21 2. @1382 ar21 1. @1383 er23 2. @1385 ar23 1. @1386 er24 2. @1388 ar24 1. @1389 er25 2. @1391 ar25 1. @1392 er26 2. @1394 ar26 1. @1395 er27 2. @1397 ar27 1. @1398 er28 2. @1400 ar28 1. @1401 er29 2. @1403 ar29 1. @1404 er30 2. @1406 ar30 1. @1407 er31 2. @1409 ar31 1. @1410 er32 2. @1412 ar32 1. @1413 er34 2. @1415 ar34 1. @1416 er35 2. @1418 ar35 1. @1419 er36 2. @1421 ar36 1. @1422 er37 2. @1424 ar37 1. @1425 er38 2. @1427 ar38 1. @1428 er39 2. @1430 ar39 1. @1431 er42 2. @1433 ar42 1. @1434 er50 2. @1436 ar50 1. @1437 er51 2. @1439 ar51 1. @1440 er52 2. @1442 ar52 1. @1443 er53 2. @1445 ar53 1. @1446 er55 2. @1448 ar55 1. @1449 er56 2. @1451 ar56 1. @1452 er75 2. @1454 ar75 1. @1455 t01amta 5. @1460 a01amta 1. @1461 t01amtk 5. @1466 a01amtk 1. @1467 t02amt 5. @1472 a02amt 1. @1473 t03amta 5. @1478 a03amta 1. @1479 t03amtk 5. @1484 a03amtk 1. @1485 t04amt 5. @1490 a04amt 1. @1491 t05amt 5. @1496 a05amt 1. @1497 t07amt 5. @1502 a07amt 1. @1503 t08amt 5. @1508 a08amt 1. @1509 t09amt 5. @1514 a09amt 1. @1515 t10amt 5. @1520 a10amt 1. @1521 t12amt 5. @1526 a12amt 1. @1527 t13amt 5. @1532 a13amt 1. @1533 t14amt 5. @1538 a14amt 1. @1539 t15amt 5. @1544 a15amt 1. @1545 t20amt 5. @1550 a20amt 1. @1551 t21amt 5. @1556 a21amt 1. @1557 t23amt 5. @1562 a23amt 1. @1563 t24amt 5. @1568 a24amt 1. @1569 t25amt 5. @1574 a25amt 1. @1575 t26amt 5. @1580 a26amt 1. @1581 t27amt 5. @1586 a27amt 1. @1587 t28amt 5. @1592 a28amt 1. @1593 t29amt 5. @1598 a29amt 1. @1599 t30amt 5. @1604 a30amt 1. @1605 t31amt 5. @1610 a31amt 1. @1611 t32amt 5. @1616 a32amt 1. @1617 t34amt 5. @1622 a34amt 1. @1623 t35amt 5. @1628 a35amt 1. @1629 t36amt 5. @1634 a36amt 1. @1635 t37amt 5. @1640 a37amt 1. @1641 t38amt 6. @1647 a38amt 1. @1648 t39amt 6. @1654 a39amt 1. @1655 t42amt 5. @1660 a42amt 1. @1661 t50amt 5. @1666 a50amt 1. @1667 t51amt 5. @1672 a51amt 1. @1673 t52amt 5. @1678 a52amt 1. @1679 t53amt 5. @1684 a53amt 1. @1685 t55amt 5. @1690 a55amt 1. @1691 t56amt 5. @1696 a56amt 1. @1697 t75amt 6. @1703 a75amt 1. @1704 tcsagy 5. @1709 acsagy 1. @1710 erolovr1 2. @1712 arolovr1 1. @1713 erolovr2 2. @1715 arolovr2 1. @1716 trollamt 6. @1722 arollamt 1. @1723 rab1r1 2. @1725 rab1r2 2. @1727 rab2r1 2. @1729 rab2r2 2. @1731 ras1 2. @1733 ras2 2. @1735 rwb1r1 2. @1737 rwb1r2 2. @1739 rwb2r1 2. @1741 rwb2r2 2. @1743 rws1 2. @1745 rws2 2. @1747 rfb1r1 2. @1749 rfb1r2 2. @1751 rfb2r1 2. @1753 rfb2r2 2. @1755 rfs1 2. @1757 rfs2 2. @1759 rgb1r1 2. @1761 rgb1r2 2. @1763 rgb2r1 2. @1765 rgb2r2 2. @1767 rgs1 2. @1769 rgs2 2. @1771 rob1r1 2. @1773 rob1r2 2. @1775 rob2r1 2. @1777 rob2r2 2. @1779 ros1 2. @1781 ros2 2. @1783 rsb1r1 2. @1785 rsb1r2 2. @1787 rsb2r1 2. @1789 rsb2r2 2. @1791 rss1 2. @1793 rss2 2. @1795 east1a 2. @1797 aast1a 1. @1798 east1b 2. @1800 aast1b 1. @1801 east1c 2. @1803 aast1c 1. @1804 east2a 2. @1806 aast2a 1. @1807 east2b 2. @1809 aast2b 1. @1810 east2c 2. @1812 aast2c 1. @1813 east2d 2. @1815 aast2d 1. @1816 east3a 2. @1818 aast3a 1. @1819 east3b 2. @1821 aast3b 1. @1822 east3c 2. @1824 aast3c 1. @1825 east3d 2. @1827 aast3d 1. @1828 east3e 2. @1830 aast3e 1. @1831 east4a 2. @1833 aast4a 1. @1834 east4b 2. @1836 aast4b 1. @1837 east4c 2. @1839 aast4c 1. @1840 ejntrnt 2. @1842 ajntrnt 1. @1843 tjarnt 5. @1848 ajarnt 1. @1849 tjaclr 6. @1855 ajaclr 1. @1856 eownrnt 2. @1858 aownrnt 1. @1859 toarnt 5. @1864 aoarnt 1. @1865 toaclr 6. @1871 aoaclr 1. @1872 ejrnt2 2. @1874 ajrnt2 1. @1875 tjaclr2 6. @1881 ajaclr2 1. @1882 emrtjnt 2. @1884 amrtjnt 1. @1885 tmijnt 5. @1890 amijnt 1. @1891 emrtown 2. @1893 amrtown 1. @1894 tmiown 5. @1899 amiown 1. @1900 trndup1 5. @1905 arndup1 1. @1906 trndup2 6. @1912 arndup2 1. @1913 tothprop 7. @1920 eckjt 2. @1922 ackjt 1. @1923 tckjtint 5. @1928 ackjtint 1. @1929 eckoast 2. @1931 ackoast 1. @1932 tckoint 5. @1937 ackoint 1. @1938 esvjt 2. @1940 asvjt 1. @1941 tsvjtint 5. @1946 asvjtint 1. @1947 esvoast 2. @1949 asvoast 1. @1950 tsvoint 5. @1955 asvoint 1. @1956 emdjt 2. @1958 amdjt 1. @1959 tmdjtint 5. @1964 amdjtint 1. @1965 emdoast 2. @1967 amdoast 1. @1968 tmdoint 5. @1973 amdoint 1. @1974 ecdjt 2. @1976 acdjt 1. @1977 tcdjtint 5. @1982 acdjtint 1. @1983 ecdoast 2. @1985 acdoast 1. @1986 tcdoint 5. @1991 acdoint 1. @1992 ebdjt 2. @1994 abdjt 1. @1995 tbdjtint 5. @2000 abdjtint 1. @2001 ebdoast 2. @2003 abdoast 1. @2004 tbdoint 5. @2009 abdoint 1. @2010 egvjt 2. @2012 agvjt 1. @2013 tgvjtint 5. @2018 agvjtint 1. @2019 egvoast 2. @2021 agvoast 1. @2022 tgvoint 5. @2027 agvoint 1. @2028 tintinc 6. @2034 emanychk 2. @2036 amanychk 1. @2037 tmjntdiv 5. @2042 amjntdiv 1. @2043 tmowndiv 5. @2048 amowndiv 1. @2049 emothdiv 2. @2051 amothdiv 1. @2052 tmjadiv 5. @2057 amjadiv 1. @2058 tmownadv 5. @2063 amownadv 1. @2064 esanychk 2. @2066 asanychk 1. @2067 tsjntdiv 5. @2072 asjntdiv 1. @2073 tsowndiv 5. @2078 asowndiv 1. @2079 esothdiv 2. @2081 asothdiv 1. @2082 tsjadiv 5. @2087 asjadiv 1. @2088 tsownadv 5. @2093 asownadv 1. @2094 tdivinc 5. @2099 ecrmth 2. @2101 acrmth 1. @2102 rmedcode 2. @2104 ecdmth 2. @2106 acdmth 1. @2107 ecdunt1 3. @2110 ecdunt2 3. @2113 ecdunt3 3. @2116 ehimth 2. @2118 ahimth 1. @2119 ehiowner 2. @2121 ahiowner 1. @2122 enonhh 1. @2123 rchampm 2. @2125 ehiunt1 3. @2128 ehiunt2 3. @2131 ehiunt3 3. @2134 ehemply 2. @2136 ahemply 1. @2137 ehicost 2. @2139 ahicost 1. @2140 ehiother 2. @2142 ahiother 1. @2143 ehispse 2. @2145 ahispse 1. @2146 ehioldkd 2. @2148 ahioldkd 1. @2149 ehiyngkd 2. @2151 ahiyngkd 1. @2152 ehiothr 2. @2154 ahiothr 1. @2155 ehirsn01 2. @2157 ehirsn02 2. @2159 ehirsn03 2. @2161 ehirsn04 2. @2163 ehirsn05 2. @2165 ehirsn06 2. @2167 ehirsn07 2. @2169 ehirsn08 2. @2171 ehirsn09 2. @2173 ehirsn10 2. @2175 ehirsn11 2. @2177 ehirsn12 2. @2179 ahirsn 1. @2180 rprvhi 2. @2182 lgtkey $8. @2190 lgtmon 2. ; /*------------------------------------------------ The PROC FORMAT statement will store the formats in a sas data set called fsip96l8 To use the stored formats in a subsequent program, use code like the following: proc format cntlin=library.fsp96l8; PROC freq; tables pesex ; format pesex P135L.; For more information, consult PROC FORMAT in the SAS Procedures Guide ----------------------------------------------- */ PROC FORMAT cntlout=library.fsp96l8; ; VALUE spanel (default=32) 1996 = "Panel Year" ; VALUE srefmon (default=32) 1 = "First Reference month" 2 = "Second Reference month" 3 = "Third Reference month" 4 = "Fourth Reference month" ; VALUE rhcalmn (default=32) 1 = "January" 10 = "October" 11 = "November" 12 = "December" 2 = "February" 3 = "March" 4 = "April" 5 = "May" 6 = "June" 7 = "July" 8 = "August" 9 = "September" ; VALUE tfipsst (default=32) 1 = "Alabama" 2 = "Alaska" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "DC" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 16 = "Idaho" 17 = "Illinois" 18 = "Indiana" 19 = "Iowa" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 28 = "Mississippi" 29 = "Missouri" 30 = "Montana" 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 = "North Dakota, South Dakota," ; VALUE eoutcome (default=32) 201 = "Completed interview" 203 = "Compl. partial- missing data; no" 207 = "Complete partial - TYPE-Z; no" 213 = "TYPE-A, language problem" 215 = "TYPE-A, insufficient parital" 216 = "TYPE-A, no one home (noh)" 217 = "TYPE-A, temporarily absent (ta)" 218 = "TYPE-A, hh refused" 219 = "TYPE-A, other occupied (specify)" 234 = "TYPE-B, entire hh institut. or" 248 = "TYPE-C, other (specify)" 249 = "TYPE-C, sample adjustment" 250 = "TYPE-C, hh deceased" 251 = "TYPE-C, moved out of country" 252 = "TYPE-C, living in armed forces" 253 = "TYPE-C, on active duty in Armed" 254 = "TYPE-C, no one over age 15 years" 255 = "TYPE-C, no Wave 1 persons" 260 = "TYPE-D, moved address unknown" 261 = "TYPE-D, moved w/in U.S. but" 262 = "Merged with another SIPP household" 270 = "Mover, no longer located in same" 271 = "Mover, new address located in" ; VALUE rhtype (default=32) 1 = "Family hh - Married couple" 2 = "Family hh - Male householder" 3 = "Family hh - Female householder" 4 = "Nonfamily hh - Male hhlder" 5 = "Nonfamily hh - Female hhlder" 6 = "Group Quarters" ; VALUE whfnwgt (default=32) 0 = "0000:999999.9999 .Weight" ; VALUE tmetro (default=32) 1 = "Metro" 2 = "Residual" ; VALUE tmsa (default=32) 0 = "Not in MSA/CMSA/PMSA or not" 7 = "Boston-Worcester-Lawrence, MA-NH" 14 = "Chicago-Gary-Kenosha (excl.PMSA" 21 = "Cincinnati-Hamilton, OH" 28 = "Cleveland-Akron, OH" 31 = "Dallas-Fort Worth, TX" 34 = "Denver-Boulder-Greeley, CO" 35 = "Detroit-Ann Arbor-Flint, MI" 42 = "Houston-Galveston-Brazoria, TX" 49 = "Los Angeles-Riverside-Orange" 56 = "Miami-Fort Laudersale, FL" 63 = "Milwuakee-Racine, WI" 70 = "NY-NJ-LI, NJ" 77 = "Philadelphia-Wilmington-Atlantic" 79 = "Portland-Salem, OR-WA" 82 = "Sacramento-Yolo, CA" 84 = "San Francisco-Oakland-San Jose, CA" 91 = "Seattle-Tacoma-Bremerton, WA" 0097 = "Washington-Baltimore, DC" 160 = "Albany-Schenectady-Troy, NY" 200 = "Albequerque, NM" 0240 = "Allentown-Bethlehem-Easton, PA" 520 = "Atlanta, GA" 640 = "Austin-San Marcos, TX" 0680 = "Bakersfield, CA" 760 = "Baton Rouge, LA" 840 = "Beaumont-Port Arthur, TX" 1000 = "Birmingham, AL" 1280 = "Buffalo-Niagara Falls, NY" 1440 = "Charleston-North Charleston, SC" 1480 = "Charleston, WV" 1520 = "Charlotte-Gastonia-Rock Hill, NC" 1720 = "Colorado Springs, CO" 1840 = "Columbus, OH" 1880 = "Corpus Christi, TX" 2000 = "Dayton-Springfield, OH" 2020 = "Daytona Beach, FL" 2120 = "Des Moines, IA" 2320 = "El Paso, TX" 2400 = "Eugene-Springfield, OR" 2560 = "Fayetville, NC" 2700 = "Fort Myers-Cape Coral, FL" 2710 = "Fort Pierce-Port St. Lucie, FL" 2760 = "Fort Wayne, IN" 2840 = "Fresno, CA" 3000 = "Grand Rapids-Muskegon-Holland, MI" 3120 = "Greensboro--Winston-Salem--High" 3240 = "Harrisburg-Lebanon-Carlisle, PA" 3320 = "Honolulu, HI" 3480 = "Indianapolis, IN" 3600 = "Jacksonville, FL" 3660 = "Johnson City-Kingsport-Bristol, TN" 3760 = "Kansas City, KS" 3810 = "Killeen-Temple, TX" 3840 = "Knoxville, TN" 3980 = "Lakeland-Winter Haven, FL" 4000 = "Lancaster, PA" 4040 = "Lansing-East Lansing, MI" 4120 = "Las Vegas, AZ" 4280 = "Lexington, KY" 4520 = "Louisville, KY" 4720 = "Madison, WI" 4880 = "McAllen-Edinburg-Mission, TX" 4900 = "Melbourne-Titusville-Palm Bay, FL" 4920 = "Memphis, MS" 5120 = "Minneapolis-St. Paul, WI" 5160 = "Mobile, AL" 5170 = "Modesto, CA" 5240 = "Montgomery, AL" 5360 = "Nashville, TN" 5560 = "New Orleans, LA" 5720 = "Norfolk-Virginia Beach-Newport" 5880 = "Oklahoma City, OK" 5960 = "Orlando, FL" 6080 = "Pensacola, FL" 6200 = "Phoenix-Mesa, AZ" 6280 = "Pittsburgh, PA" 6520 = "Provo-Orem, UT" 6640 = "Raleigh-Durham-Chapel Hill, NC" 6680 = "Reading, PA" 6760 = "Richmond-Petersburg, VA" 6840 = "Rochester, NY" 6880 = "Rockford, IL" 7040 = "St. Louis, IL" 7160 = "Salt Lake City-Ogden, UT" 7240 = "San Antonio, TX" 7320 = "San Diego, CA" 7480 = "Santa Barbara-Santa Maria-Lompoc," 7510 = "Sarasota-Bradenton, FL" 7560 = "Scranton--Wilkes-Barre--Hazelton," 8000 = "Springfield, MA" 8120 = "Stockton-Lodi, CA" 8160 = "Syracuse, NY" 8280 = "Tampa-St. Petersburg-Clearwater," 8400 = "Toledo, OH" 8560 = "Tulsa, OK" 8680 = "Utica-Rome, NY" 8960 = "West Palm Beach-Boca Raton, FL" ; VALUE rhchange (default=32) 1 = "Change occurred" 2 = "No change occurred" ; VALUE eaccess (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aaccess (default=32) 0 = "No imputation" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE eunits (default=32) -1 = "Not in universe" 1 = "One, detached" 2 = "One, attached" 3 = "Two" 4 = "3:4" 5 = "5-9" 6 = "10-19" 7 = "20-49" 8 = "50 or more" ; VALUE aunits (default=32) 0 = "No imputation" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE elivqrt (default=32) 1 = "HU in House, apartment, flat" 10 = "GQ - Unoccupied tent or trailer" 11 = "GQ - Student quarters in college" 12 = "Group quarters unit not specified" 2 = "HU in nontransient hotel, motel," 3 = "HU permanent, in transient hotel," 4 = "HU in rooming house" 5 = "Mobile home or trailer w/ no" 6 = "Mobile Home or trailer w/ one or" 7 = "HU not specified above" 8 = "GQ - Quarters not HU in rooming" 9 = "GQ - Unit not permanent in" ; VALUE alivqrt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical Imputation (Derivation)" 4 = "Statistical or logical imputation" ; VALUE etenure (default=32) 1 = "Owned or being bought by you or" 2 = "Rented for cash" 3 = "Occupied without payment of cash" ; VALUE atenure (default=32) 0 = "No imputation" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE epubhse (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE apubhse (default=32) 0 = "No imputation" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE egvtrnt (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE agvtrnt (default=32) 0 = "No imputation" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tmthrnt (default=32) 0 = "None or not in universe" ; VALUE amthrnt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ewrsectt (default=32) -1 = "Not in universe" 1 = "Section 8" 2 = "Some other government program" ; VALUE awrsectt (default=32) 0 = "No imputation" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE eutilyn (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE autilyn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE eegyast (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aegyast (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE eegypmtt (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE eegypmtk (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE eegypmtl (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aegypmt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE eegyamt (default=32) 0 = "None or not in universe" ; VALUE aegyamt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ehotlunc (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ahotlunc (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE rnklun (default=32) -1 = "Not in universe" ; VALUE efreelun (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE afreelun (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE efrerdln (default=32) -1 = "Not in universe" 1 = "Free lunch" 2 = "Reduced-price lunch" ; VALUE afrerdln (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ebrkfst (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE abrkfst (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation" 4 = "Statistical or logical imputation" ; VALUE rnkbrk (default=32) -1 = "Not in universe" ; VALUE efreebrk (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE afreebrk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE efrerdbk (default=32) -1 = "Not in universe" 1 = "Free breakfast" 2 = "Reduced-price breakfast" ; VALUE afrerdbk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE rprgques (default=32) 0 = "Residence this month not in" 1 = "Res. this mo. was intrvwed" 2 = "Res. this mo. in sample but" 3 = "Res. this mo. not in sample at" ; VALUE rhnbrf (default=32) 1 = "Yes" 2 = "No" ; VALUE rhcbrf (default=32) 1 = "Yes" 2 = "No" ; VALUE rhmtrf (default=32) 1 = "Yes" 2 = "No" ; VALUE rfid2l (default=32) -1 = "Not in universe" ; VALUE efspouse (default=32) 9999 = "Persons with EFKIND=2 or 3" ; VALUE eftype (default=32) 1 = "Primary family (including those" 3 = "Unrelated Subfamily" 4 = "Primary Individual" 5 = "Secondary Individual" ; VALUE rfchange (default=32) 1 = "Change occurred" 2 = "No change occurred" ; VALUE efkind (default=32) 1 = "Headed by Husband/Wife" 2 = "Male Headed" 3 = "Female Headed" ; VALUE wffinwgt (default=32) 0 = "0000:999999.9999 .Person weight for fa" /* mily */ ; VALUE rsid (default=32) -1 = "Not in universe" ; VALUE esfnp (default=32) -1 = "Not in universe" ; VALUE esfrfper (default=32) -1 = "Not in universe" ; VALUE esfspse (default=32) -1 = "Not in universe" 9999 = "No spouse in subfamily" ; VALUE esftype (default=32) -1 = "Not in universe" 2 = "Related Subfamily" ; VALUE esfkind (default=32) -1 = "Not in universe" 1 = "Headed by Husband/Wife" 2 = "Male Headed" 3 = "Female Headed" ; VALUE rschange (default=32) 0 = "Not in universe" 1 = "Change occurred" 2 = "No change occurred" ; VALUE esownkid (default=32) -1 = "Not in universe" 0 = "No children" ; VALUE esoklt1d (default=32) -1 = "Not in universe" 0 = "No children" ; VALUE wsfinwgt (default=32) -1 = "Not in universe" 0 = "0000:999999.9999 .Weight of rel. subfa" /* mily */ ; VALUE tsfearn (default=32) 0 = "None or not in universe" ; VALUE tsprpinc (default=32) 0 = "None or not in universe" ; VALUE tstrninc (default=32) 0 = "None or not in universe" ; VALUE tsothinc (default=32) 0 = "None or not in universe" ; VALUE tstotinc (default=32) 0 = "None or not in universe" ; VALUE tsfpov (default=32) 0 = "Not in universe" ; VALUE tspndist (default=32) 0 = "None or not in universe" ; VALUE tslumpsm (default=32) 0 = "None or not in universe" ; VALUE tssocsec (default=32) 0 = "None or not in universe" ; VALUE tsssi (default=32) 0 = "None or not in universe" ; VALUE tsvets (default=32) 0 = "None or not in universe" ; VALUE tsunemp (default=32) 0 = "None or not in universe" ; VALUE tsafdc (default=32) 0 = "None or not in universe" ; VALUE tsfdstp (default=32) 0 = "None or not in universe" ; VALUE eppintvw (default=32) 1 = "Interview (self)" 2 = "Interview (proxy)" 3 = "Noninterview - Type Z" 4 = "Nonintrvw - pseudo Type Z. Left" 5 = "Children under 15 during" ; VALUE epopstat (default=32) 1 = "Adult (15 years of age or older)" 2 = "Child (Under 15 years of age)" ; VALUE abmnth (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" 5 = "Longitudinal statistical" 6 = "Longitudinal logical imputation" ; VALUE abyear (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" 5 = "Longitudinal statistical" 6 = "Longitudinal logical imputation" ; VALUE esex (default=32) 1 = "Male" 2 = "Female" ; VALUE asex (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" 5 = "Longitudinal statistical" 6 = "Longitudinal logical imputation" ; VALUE erace (default=32) 1 = "White" 2 = "Black" 3 = "American Indian, Aleut, or Eskimo" 4 = "Asian or Pacific Islander" ; VALUE arace (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" 5 = "Longitudinal statistical" 6 = "Longitudinal logical imputation" ; VALUE eorigin (default=32) 1 = "Canadian" 10 = "Polish" 11 = "Russian" 12 = "Scandinavian" 13 = "Scotch-Irish" 14 = "Scottish" 15 = "Slovak" 16 = "Welsh" 17 = "Other European" 2 = "Dutch" 20 = "Mexican" 21 = "Mexican-American" 22 = "Chicano" 23 = "Puerto Rican" 24 = "Cuban" 25 = "Central American" 26 = "South American" 27 = "Dominican Republic" 28 = "Other Hispanic" 3 = "English" 30 = "African-American or Afro-American" 31 = "American Indian, Eskimo, or Aleut" 32 = "Arab" 33 = "Asian" 34 = "Pacific Islander" 35 = "West Indian" 39 = "Another group not listed" 4 = "French" 40 = "American" 5 = "French-Canadian" 6 = "German" 7 = "Hungarian" 8 = "Irish" 9 = "Italian" ; VALUE aorigin (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" 5 = "Longitudinal statistical" 6 = "Longitudinal logical imputation" ; VALUE uevrwid (default=32) 0 = "Not answered" 1 = "Yes" 2 = "No" 6 = "Don't know" 7 = "Refused" ; VALUE uevrdiv (default=32) 0 = "Not answered" 1 = "Yes" 2 = "No" 6 = "Don't know" 7 = "Refused" ; VALUE eafnow (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aafnow (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE eafever (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aafever (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE uaf1l (default=32) 0 = "Not answered" 1 = "August 1990 to present (including" 2 = "September 1980 to July 1990" 3 = "May 1975 to Ausust 1980" 4 = "Vietnam Era (Aug '64 - April '75)" 5 = "Other service (All other periods)" 6 = "Don't know" 7 = "Refused" ; VALUE uaf2l (default=32) 0 = "Not answered" 1 = "August 1990 to present (including" 2 = "September 1980 to July 1990" 3 = "May 1975 to Ausust 1980" 4 = "Vietnam Era (Aug '64 - April '75)" 5 = "Other service (All other periods)" 8 = "No other periods of service" ; VALUE uaf3l (default=32) 0 = "Not answered" 1 = "August 1990 to present (including" 2 = "September 1980 to July 1990" 3 = "May 1975 to Ausust 1980" 4 = "Vietnam Era (Aug '64 - April '75)" 5 = "Other service (All other periods)" 8 = "No other periods of service" ; VALUE uaf4l (default=32) 0 = "Not answered" 1 = "August 1990 to present (including" 2 = "September 1980 to July 1990" 3 = "May 1975 to Ausust 1980" 4 = "Vietnam Era (Aug '64 - April '75)" 5 = "Other service (All other periods)" 8 = "No other periods of service" ; VALUE uaf5l (default=32) 0 = "Not answered" 1 = "August 1990 to present (including" 2 = "September 1980 to July 1990" 3 = "May 1975 to Ausust 1980" 4 = "Vietnam Era (Aug '64 - April '75)" 5 = "Other service (All other periods)" 8 = "No other periods of service" ; VALUE evayn (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE avayn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE evettyp (default=32) -1 = "Not in universe" 1 = "Service-connected disability" 2 = "Survivor Benefits" 3 = "Veteran's Pension" 4 = "Other Veteran's Payments" ; VALUE avettyp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE evaques (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE avaques (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE eafsrvdi (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aafsrvdi (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE wpfinwgt (default=32) 0 = "0000:999999.9999 .Final person weight" ; VALUE esfr (default=32) 0 = "Not in universe" 1 = "Reference person of a rel. or" 2 = "Spouse of reference person of a" 3 = "Child (under 18) of reference" ; VALUE esft (default=32) 0 = "Primary family" 1 = "Secondary indiv (not a family" 2 = "Unrelated subfamily" 3 = "Related subfamily" 4 = "Primary individual" ; VALUE tage (default=32) 0 = "Less than 1 full year old" ; VALUE aage (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" 5 = "Longitudinal statistical" 6 = "Longitudinal logical imputation" ; VALUE errp (default=32) 1 = "Reference person w/ rel. persons" 10 = "Unmarried partner of reference" 11 = "Housemate/roommate" 12 = "Roomer/boarder" 13 = "Other non-relative of reference" 2 = "Reference Person w/out rel." 3 = "Spouse of reference person" 4 = "Child of reference person" 5 = "Grandchild of reference person" 6 = "Parent of reference person" 7 = "Brother/sister of reference person" 8 = "Other relative of reference person" 9 = "Foster child of reference person" ; VALUE arrp (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" 5 = "Longitudinal statistical" 6 = "Longitudinal logical imputation" ; VALUE ems (default=32) 1 = "Married, spouse present" 2 = "Married, Spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never Married" ; VALUE ams (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" 5 = "Longitudinal statistical" 6 = "Longitudinal logical imputation" ; VALUE epnspous (default=32) 9999 = "Spouse not in hhld or person not" ; VALUE apnspous (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" 5 = "Longitudinal statistical" 6 = "Longitudinal logical imputation" ; VALUE epnmom (default=32) 9999 = "No mother in household" ; VALUE apnmom (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" 5 = "Longitudinal statistical" 6 = "Longitudinal logical imputation" ; VALUE epndad (default=32) 9999 = "No father in household" ; VALUE apndad (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" 5 = "Longitudinal statistical" 6 = "Longitudinal logical imputation" ; VALUE epnguard (default=32) -1 = "Not in universe" 9999 = "Guardian not in household" ; VALUE apnguard (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" 5 = "Longitudinal statistical" 6 = "Longitudinal logical imputation" ; VALUE etypmom (default=32) -1 = "Not in universe" 1 = "Biological or natural child" 2 = "Stepchild" 3 = "Adopted child" ; VALUE atypmom (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" 5 = "Longitudinal statistical" 6 = "Longitudinal logical imputation" ; VALUE etypdad (default=32) -1 = "Not in universe" 1 = "Biological or natural child" 2 = "Stepchild" 3 = "Adopted child" ; VALUE atypdad (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" 5 = "Longitudinal statistical" 6 = "Longitudinal logical imputation" ; VALUE rdesgpnt (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ulftmain (default=32) 0 = "Not answered" 1 = "Deceased" 10 = "Other" 11 = "Moved to type C household" 2 = "Institutionalized" 3 = "On active duty in the Armed Forces" 4 = "Moved outside of U.S." 5 = "Separation or divorce" 6 = "Marriage" 7 = "Became employed/unemployed" 8 = "Due to job change - other" 9 = "Listed in error in prior wave" ; VALUE uentmain (default=32) 0 = "Not answered" 1 = "Birth" 10 = "Job change - other" 11 = "Lived at this address before" 12 = "Other" 2 = "Marriage" 3 = "Returned to hhld after missing" 4 = "Due to separation or divorce" 5 = "From an institution" 6 = "From Armed Forces barracks" 7 = "From outside the U.S." 8 = "Should have been listed as member" 9 = "Became employed/unemployed" ; VALUE ulftday (default=32) 0 = "Not answered" ; VALUE ulftmon (default=32) 0 = "Not answered" ; VALUE uentday (default=32) 0 = "Not answered" ; VALUE uentmon (default=32) 0 = "Not answered" 13 = "Entered before reference period" ; VALUE tpearn (default=32) 0 = "None or not in universe" ; VALUE tpprpinc (default=32) 0 = "None or not in universe" ; VALUE tptrninc (default=32) 0 = "None or not in universe" ; VALUE tpothinc (default=32) 0 = "None or not in universe" ; VALUE tptotinc (default=32) 0 = "None or not in universe" ; VALUE tppndist (default=32) 0 = "None or not in universe" ; VALUE tplumpsm (default=32) 0 = "None or not in universe" ; VALUE ehtlnyn (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ahtlnyn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ebkfsyn (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE abkfsyn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE rcutyp0n (default=32) 1 = "Yes, covered" 2 = "No, not covered" ; VALUE rcuown0n (default=32) 0 = "Not in universe" ; VALUE rcutyp0k (default=32) 1 = "Yes, covered" 2 = "No, not covered" ; VALUE rcuown0k (default=32) 0 = "Not in universe" ; VALUE rcutyp0l (default=32) 1 = "Yes, covered" 2 = "No, not covered" ; VALUE rcuown0l (default=32) 0 = "Not in universe" ; VALUE rcutyp0m (default=32) 1 = "Yes, covered" 2 = "No, not covered" ; VALUE rcuown8a (default=32) 0 = "Not in universe" ; VALUE rcuown8b (default=32) 0 = "Not in universe" ; VALUE rcutyp2b (default=32) 1 = "Yes, covered" 2 = "No, not covered" ; VALUE rcuown2b (default=32) 0 = "Not in universe" ; VALUE rcutyp2k (default=32) 1 = "Yes, covered" 2 = "No, not covered" ; VALUE rcuow21a (default=32) 0 = "Not in universe" ; VALUE rcuow21b (default=32) 0 = "Not in universe" ; VALUE rcutyp2l (default=32) 1 = "Yes, covered" 2 = "No, not covered" ; VALUE rcuown2k (default=32) 0 = "Not in universe" ; VALUE rcutyp2m (default=32) 1 = "Yes, covered" 2 = "No, not covered" ; VALUE rcuow24a (default=32) 0 = "Not in universe" ; VALUE rcuow24b (default=32) 0 = "Not in universe" ; VALUE rcutyp2n (default=32) 1 = "Yes, covered" 2 = "No, not covered" ; VALUE rcuown2l (default=32) 0 = "Not in universe" ; VALUE rcutyp2o (default=32) 1 = "Yes, covered" 2 = "No, not covered" ; VALUE rcuown2m (default=32) 0 = "Not in universe" ; VALUE rcutyp5b (default=32) 1 = "Yes, covered" 2 = "No, not covered" ; VALUE rcuown5b (default=32) 0 = "Not in universe" ; VALUE rcutyp5k (default=32) 1 = "Yes, covered" 2 = "No, not covered" ; VALUE rcuow58a (default=32) 0 = "Not in universe" ; VALUE rcuow58b (default=32) 0 = "Not in universe" ; VALUE renroll (default=32) -1 = "Not in universe" 1 = "Enrolled full-time" 2 = "Enrolled part-time" 3 = "Not enrolled" ; VALUE arenroll (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" 5 = "Longitudinal statistical" 6 = "Longitudinal logical imputation" ; VALUE eenrlm (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aenrlm (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" 5 = "Longitudinal statistical" 6 = "Longitudinal logical imputation" ; VALUE renrlma (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE eenlevel (default=32) -1 = "Not in universe" 1 = "Elementary grades 1-8" 10 = "Enrolled in college, but not" 2 = "High school grades 9-12" 3 = "College year 1 (freshman)" 4 = "College year 2 (sophomore)" 5 = "College year 3 (junior)" 6 = "College year 4 (senior)" 7 = "College year 5 (first year" 8 = "College year 6+ (second year or" 9 = "Vocational, technical, or" ; VALUE aenlevel (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" 5 = "Longitudinal statistical" 6 = "Longitudinal logical imputation" ; VALUE eedfund (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aedfund (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" 5 = "Longitudinal statistical" 6 = "Longitudinal logical imputation" ; VALUE easst01l (default=32) -1 = "Not in universe" 0 = "Data suppressed" 1 = "Received" 2 = "Did not receive" ; VALUE easst03l (default=32) -1 = "Not in universe" 0 = "Data suppressed" 1 = "Received" 2 = "Did not receive" ; VALUE easst04l (default=32) -1 = "Not in universe" 0 = "Data suppressed" 1 = "Received" 2 = "Did not receive" ; VALUE easst05l (default=32) -1 = "Not in universe" 0 = "Data suppressed" 1 = "Received" 2 = "Did not receive" ; VALUE easst06l (default=32) -1 = "Not in universe" 0 = "Data suppressed" 1 = "Received" 2 = "Did not receive" ; VALUE easst07l (default=32) -1 = "Not in universe" 0 = "Data suppressed" 1 = "Received" 2 = "Did not receive" ; VALUE easst08l (default=32) -1 = "Not in universe" 0 = "Data suppressed" 1 = "Received" 2 = "Did not receive" ; VALUE easst09l (default=32) -1 = "Not in universe" 0 = "Data suppressed" 1 = "Received" 2 = "Did not receive" ; VALUE easst10l (default=32) -1 = "Not in universe" 0 = "Data suppressed" 1 = "Received" 2 = "Did not receive" ; VALUE easst11l (default=32) -1 = "Not in universe" 0 = "Data suppressed" 1 = "Received" 2 = "Did not receive" ; VALUE aedasst (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE eeducate (default=32) -1 = "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" 39 = "High school graduate - high" 40 = "Some college but no degree" 41 = "Diploma or certificate from a" 42 = "Associate degree in college -" 43 = "Associate Degree in college -" 44 = "Bachelors degree (For example:" 45 = "Master's degree (For example: MA," 46 = "Professional School Degree (For" 47 = "Doctorate degree (For example:" ; VALUE aeducate (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" 5 = "Longitudinal statistical" 6 = "Longitudinal logical imputation" ; VALUE epdjbthn (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE apdjbthn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ejobsrch (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ajobsrch (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ejobtrn (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ajobtrn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE rjobhelp (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE eppflag (default=32) -1 = "Not in universe or not applicable" 1 = "Yes" ; VALUE emax (default=32) -1 = "Not in universe" ; VALUE ebuscntr (default=32) -1 = "Not in universe" 0 = "Contingent business" ; VALUE ejobcntr (default=32) -1 = "Not in universe" 0 = "Contingent workers" ; VALUE eeveret (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aeveret (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE edisabl (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE adisabl (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE edisprev (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE adisprev (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE ersnowrk (default=32) -1 = "Not in universe" 1 = "Temporarily unable to work" 10 = "Not interested in working at a job" 11 = "Other" 2 = "Temporarily not able to work" 3 = "Unable to work because of chronic" 4 = "Retired" 5 = "Pregnancy/childbirth" 6 = "Taking care of children/other" 7 = "Going to school" 8 = "Unable to find work" 9 = "On layoff (temporary or" ; VALUE arsnowrk (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE eawop (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aawop (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE eabre (default=32) -1 = "Not in universe" 1 = "On layoff (temporary or" 10 = "New job to begin within 30 days" 11 = "Participated in a job-sharing" 12 = "Other" 2 = "Slack work or business conditions" 3 = "Own injury" 4 = "Own illness/injury/medical" 5 = "Pregnancy/childbirth" 6 = "Taking care of children" 7 = "On vacation/personal days" 8 = "Bad weather" 9 = "Labor dispute" ; VALUE aabre (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE eptwrk (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aptwrk (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE eptresn (default=32) -1 = "Not in universe" 1 = "Could not find full-time job" 10 = "On vacation" 11 = "In school" 12 = "Other" 2 = "Wanted to work part time" 3 = "Temporarily unable to work" 4 = "Temporarily not able to work" 5 = "Unable to work full-time because" 6 = "Taking care of children/other" 7 = "Full-time workweek less than 35" 8 = "Slack work or material shortage" 9 = "Participated in a job sharing" ; VALUE aptresn (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE elkwrk (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE alkwrk (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE elayoff (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE alayoff (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE rtakjob (default=32) -1 = "Not in universe" 0 = "Not reported" 1 = "Yes" 2 = "No" ; VALUE rnotake (default=32) -1 = "Not in universe" 0 = "Not reported" 1 = "Waiting for a new job to begin" 2 = "Own temporary illness" 3 = "School" 4 = "Other" ; VALUE emoonlit (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE amoonlit (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tmlmsum (default=32) 0 = "None or not in universe" ; VALUE amlmsum (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE ebflag (default=32) -1 = "Not in universe or not applicable" 1 = "Yes" ; VALUE ecflag (default=32) -1 = "Not in universe" 1 = "Yes" ; VALUE rmesr (default=32) -1 = "Not in universe" 1 = "With a job entire month, worked" 2 = "With a job all month, absent from" 3 = "With job all month, absent from" 4 = "With a job at least 1 but not all" 5 = "With job at least 1 but not all" 6 = "No job all month, on layoff or" 7 = "No job, at least one but not all" 8 = "No job, no time on layoff and no" ; VALUE rwkesr1l (default=32) -1 = "Not in universe" 1 = "With job/bus - working" 2 = "With job/bus - not on layoff," 3 = "With job/bus - on layoff, absent" 4 = "No job/bus - looking for work or" 5 = "No job/bus - not looking and not" ; VALUE rwkesr2l (default=32) -1 = "Not in universe" 1 = "With job/bus - working" 2 = "With job/bus - not on layoff," 3 = "With job/bus - on layoff, absent" 4 = "No job/bus - looking for work or" 5 = "No job/bus - not looking and not" ; VALUE rwkesr3l (default=32) -1 = "Not in universe" 1 = "With job/bus - working" 2 = "With job/bus - not on layoff," 3 = "With job/bus - on layoff, absent" 4 = "No job/bus - looking for work or" 5 = "No job/bus - not looking and not" ; VALUE rwkesr4l (default=32) -1 = "Not in universe" 1 = "With job/bus - working" 2 = "With job/bus - not on layoff," 3 = "With job/bus - on layoff, absent" 4 = "No job/bus - looking for work or" 5 = "No job/bus - not looking and not" ; VALUE rwkesr5l (default=32) -1 = "Not in universe" 1 = "With job/bus - working" 2 = "With job/bus - not on layoff," 3 = "With job/bus - on layoff, absent" 4 = "No job/bus - looking for work or" 5 = "No job/bus - not looking and not" ; VALUE rmwkwjb (default=32) -1 = "Not in universe" 0 = "0 weeks (that is, did not have a" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (if applicable)" ; VALUE rmwksab (default=32) -1 = "Not in universe" 0 = "0 weeks (that is, not absent" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (if applicable)" ; VALUE awksab (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE rmwklkg (default=32) -1 = "Not in universe" 0 = "0 weeks (that is, did not look" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (if applicable)" ; VALUE awklkg (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE rmhrswk (default=32) -1 = "Not in universe" 0 = "Did not work" 1 = "All weeks 35+" 2 = "All weeks 1-34 hours" 3 = "Some weeks 35+ and some weeks" 4 = "Some weeks 35+, some 1-34 hours," 5 = "At least 1, but not all, weeks" 6 = "At least 1 week, but not all" ; VALUE rwksperm (default=32) -1 = "Not in universe" 4 = "four weeks" 5 = "five weeks" ; VALUE eeno1l (default=32) -1 = "Not in universe" ; VALUE estlempm (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE astlempm (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tsjdatem (default=32) -1 = "Not in universe" ; VALUE asjdatem (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tejdatem (default=32) -1 = "Not in universe" ; VALUE aejdatem (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE ersend1l (default=32) -1 = "Not in universe" 1 = "On layoff" 10 = "Employer sold business" 11 = "Job was temporary and ended" 12 = "Quit to take another job" 13 = "Slack work or business conditions" 14 = "Unsatisfactory work arrangements" 15 = "Quit for some other reason" 2 = "Retirement or old age" 3 = "Childcare problems" 4 = "Other family/personal obligations" 5 = "Own illness" 6 = "Own injury" 7 = "School/training" 8 = "Discharged/fired" 9 = "Employer bankrupt" ; VALUE arsend1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE ejbhrs1l (default=32) -1 = "Not in universe" ; VALUE ajbhrs1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE eemplocm (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aemplocm (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tempallm (default=32) -1 = "Not in universe" 1 = "Under 25 employees" 2 = "25 to 99 employees" 3 = "100+ employees" ; VALUE aempallm (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tempsizm (default=32) -1 = "Not in universe" 1 = "Under 25 employees" 2 = "25 to 99 employees" 3 = "100+ employees" ; VALUE aempsizm (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE eocctimm (default=32) -1 = "Not in universe" ; VALUE aocctimm (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" ; VALUE eclwrk1l (default=32) -1 = "Not in universe" 1 = "Private for profit employee" 2 = "Private not for profit employee" 3 = "Local government worker" 4 = "State government worker" 5 = "Federal government worker" 6 = "Family worker without pay" ; VALUE aclwrk1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE eunion1l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aunion1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE ecntrc1l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE acntrc1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tpmsum1l (default=32) 0 = "None or not in universe" ; VALUE apmsum1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE epayhr1l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE apayhr1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tpyratem (default=32) 0 = "Not in universe or none 0.01:30.00 .Do" /* llars and cents (two implied */ ; VALUE apyratem (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE rpyper1l (default=32) -1 = "Not in universe" 1 = "Once a week" 2 = "Once every two weeks" 3 = "Once a month" 4 = "Twice a month" 5 = "Unpaid in a family business or" 6 = "On commission" 7 = "Some other way" 8 = "Not reported" ; VALUE ejbind1l (default=32) -1 = "Not in universe" 10 = "Agricultural production, crops" 100 = "Meat products (201)" 101 = "Dairy products (202)" 102 = "Canned, frozen and preserved" 11 = "Agriculturl production, livestock" 110 = "Grain mill products (204)" 111 = "Bakery products (205)" 112 = "Sugar and confectionery products" 12 = "Veterinary services (074)" 120 = "Beverage industries (208)" 121 = "Miscellaneous food preparations" 122 = "Not specified food industries" 130 = "Tobacco manufactures (21)" 132 = "Knitting mills (225)" 140 = "Dyeing and finishing textiles," 141 = "Carpets and rugs (227)" 142 = "Yarn, thread, and fabric mills" 150 = "Miscellaneous textile mill" 151 = "Apparel and accessories, except" 152 = "Miscellaneous fabricated textile" 160 = "Pulp, paper, and paperboard mills" 161 = "Miscellaneous paper and pulp" 162 = "Paperboard containers and boxes" 171 = "Newspaper publishing and printing" 172 = "Printing, publishing, and allied" 180 = "Plastics, synthetics, and resins" 181 = "Drugs (283)" 182 = "Soaps and cosmetics (284)" 190 = "Paints, varnishes, and rel." 191 = "Agricultural chemicals (287)" 192 = "Industrial and miscellaneous" 20 = "Landscape and horticultural" 200 = "Petroleum refining (291)" 201 = "Miscellaneous petroleum and coal" 210 = "Tires and inner tubes (301)" 211 = "Other rubber products, and" 212 = "Miscellaneous plastics products" 220 = "Leather tanning and finishing" 221 = "Footwear, except rubber and" 222 = "Leather products, except footwear" 230 = "Logging (241)" 231 = "Sawmills, planing mills, and" 232 = "Wood buildings and mobile homes" 241 = "Miscellaneous wood products (244," 242 = "Furniture and fixtures (25)" 250 = "Glass and glass products (321-323)" 251 = "Cement, concrete, gypsum, and" 252 = "Structural clay products (325)" 261 = "Pottery and related products (326)" 262 = "Miscellaneous nonmetallic mineral" 270 = "Blast furnaces, steelworks," 271 = "Iron and steel foundries (332)" 272 = "Primary aluminum industries" 280 = "Other primary metal industries" 281 = "Cutlery, handtools, and general" 282 = "Fabricated structural metal" 290 = "Screw machine products (345)" 291 = "Metal forgings and stampings (346)" 292 = "Ordnance (348)" 30 = "Agricultural services, n.e.c." 300 = "Misc fabricated metal products" 301 = "Not specified metal industries" 31 = "Forestry (08)" 310 = "Engines and turbines (351)" 311 = "Farm machinery and equipment (352)" 312 = "Construction and material" 32 = "Fishing, hunting, and trapping" 320 = "Metalworking machinery (354)" 321 = "Office and accounting machines" 322 = "Computers and rel. equipment" 331 = "Machinery, except electrical," 332 = "Not specified machinery" 340 = "Household appliances (363)" 341 = "Radio, TV, and communication" 342 = "Electrical machinery, equipment," 350 = "Not specified electrical" 351 = "Motor vehicles and motor vehicle" 352 = "Aircraft and parts (372)" 360 = "Ship and boat building and" 361 = "Railroad locomotives and" 362 = "Guided missiles, space vehicles," 370 = "Cycles and miscellaneous" 371 = "Scientific and controlling" 372 = "Medical, dental, and optical" 380 = "Photographic equipment and" 381 = "Watches, clocks, and clockwork" 390 = "Toys, amusement, and sporting" 391 = "Miscellaneous manufacturing" 392 = "Not spec manufacturing industries" 40 = "Metal mining (10)" 400 = "Railroads (40)" 401 = "Bus service and urban transit" 402 = "Taxicab service (412)" 41 = "Coal mining (12)" 410 = "Trucking service (421, 423)" 411 = "Warehousing and storage (422)" 412 = "U.S. Postal Service (43)" 42 = "Oil and gas extraction (13)" 420 = "Water transportation (44)" 421 = "Air transportation (45)" 422 = "Pipe lines, except natural gas" 432 = "Services incidental to" 440 = "Radio and television broadcasting" 441 = "Telephone communications (481)" 442 = "Telegraph and miscellaneous" 450 = "Electric light and power (491)" 451 = "Gas and steam supply systems" 452 = "Electric and gas, and other" 470 = "Water supply and irrigation (494," 471 = "Sanitary services (495)" 472 = "Not specified utilities" 50 = "Nonmetallic mining and quarrying," 500 = "Motor Vehicles and equipment (501)" 501 = "Furniture and home furnishings" 502 = "Lumber and construction materials" 510 = "Professional and commercial" 511 = "Metals and minerals, except" 512 = "Electrical goods (506)" 521 = "Hardware, plumbing and heating" 530 = "Machinery, equipment, and" 531 = "Scrap and waste materials (5093)" 532 = "Miscellaneous wholesale, durable" 540 = "Paper and paper products (511)" 541 = "Drugs, chemicals and allied" 542 = "Apparel, fabrics, and notions" 550 = "Groceries and related products" 551 = "Farm-product raw materials (515)" 552 = "Petroleum products (517)" 560 = "Alcoholic beverages (518)" 561 = "Farm supplies (5191)" 562 = "Misc wholesale, nondurable goods" 571 = "Not specified wholesale trade" 580 = "Lumber and building material" 581 = "Hardware stores (525)" 582 = "Stores, retail nurseries and" 590 = "Mobile home dealers (527)" 591 = "Department stores (531)" 592 = "Variety stores (533)" 60 = "Construction (15, 16, 17)" 600 = "Stores, misc general merchandise" 601 = "Grocery stores (541)" 602 = "Stores, dairy products (545)" 610 = "Retail bakeries (546)" 611 = "Food stores, n.e.c. (542, 543," 612 = "Motor vehicle dealers (551, 552)" 620 = "Stores, auto and home supply (553)" 621 = "Gasoline service stations (554)" 622 = "Miscellaneous vehicle dealers" 623 = "Stores, apparel and accessory," 630 = "Shoe stores (566)" 631 = "Stores, furniture and home" 632 = "Stores, household appliance (572)" 633 = "Stores, radio, TV, and computer" 640 = "Music stores (5735, 5736)" 641 = "Eating and drinking places (58)" 642 = "Drug stores (591)" 650 = "Liquor stores (592)" 651 = "Stores, sporting goods, bicycles," 652 = "Stores, book and stationery" 660 = "Jewelry stores (5944)" 661 = "Gift, novelty, and souvenir shops" 662 = "Sewing, needlework and piece" 663 = "Catalog and mail order houses" 670 = "Vending machine operators (5962)" 671 = "Direct selling establishments" 672 = "Fuel dealers (598)" 681 = "Retail florists (5992)" 682 = "Stores, Miscellaneous retail" 691 = "Not specified retail trade" 700 = "Banking (60 except 603 and 606)" 701 = "Savings institutions, including" 702 = "Credit agencies, n.e.c. (61)" 710 = "Security, commodity brokerage," 711 = "Insurance (63, 64)" 712 = "Real estate, including real" 721 = "Advertising (731)" 722 = "Services to dwellings and other" 731 = "Personnel supply services (736)" 732 = "Computer and data processing" 740 = "Detective and protective services" 741 = "Business services, n.e.c. (732," 742 = "Automotive rental and leasing," 750 = "Automotive parking and carwashes" 751 = "Automotive repair and rel." 752 = "Electrical repair shops (762," 760 = "Misc repair services (763, 764," 761 = "Private Households (88)" 762 = "Hotels and motels (701)" 770 = "Lodging places, except hotels and" 771 = "Laundry, cleaning, and garment" 772 = "Beauty shops (723)" 780 = "Barber shops (724)" 781 = "Funeral service and crematories" 782 = "Shoe repair shops (725)" 790 = "Dressmaking shops (part 7219)" 791 = "Misc personal services (722, 729)" 800 = "Theaters and motion pictures" 801 = "Video tape rental (784)" 802 = "Bowling centers (793)" 810 = "Miscellaneous entertainment and" 812 = "Physicians offices and clinics" 820 = "Dentists offices and clinics (802)" 821 = "Chiropractors offices and clinics" 822 = "Optometrists offices and clinics" 830 = "Health practitioners offices and" 831 = "Hospitals (806)" 832 = "Nursing and personal care" 840 = "Health services, n.e.c. (807," 841 = "Legal services (81)" 842 = "Elementary and secondary schools" 850 = "Colleges and universities (822)" 851 = "Vocational schools (824)" 852 = "Libraries (823)" 860 = "Educational services, n.e.c. (829)" 861 = "Job training and vocational" 862 = "Child day care services (part 835)" 863 = "Family child care homes (part 835)" 870 = "Residential care facilities," 871 = "Social services, n.e.c. (832, 839)" 872 = "Museums, art galleries, and zoos" 873 = "Labor unions (863)" 880 = "Religious organizations (866)" 881 = "Membership organizations, n.e.c." 882 = "Engineering, architectural, and" 890 = "Accounting, auditing, and" 891 = "Research, development, and" 892 = "Management and public relations" 893 = "Miscellaneous professional and" 900 = "Executive and legislative offices" 901 = "General government, n.e.c. (919)" 910 = "Justice, public order, and safety" 921 = "Public finance, taxation, and" 922 = "Human resources programs" 930 = "Environmental quality and housing" 931 = "Economic programs" 932 = "National security and" 991 = "Persons whose labor force status" ; VALUE ajbind1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tjbocc1l (default=32) -1 = "Not in universe" 103 = "Physical therapists (3033)" 104 = "Speech therapists (3034)" 105 = "Therapists, n.e.c. (3039)" 106 = "Physicians' assistants (304)" 113 = "Earth, environmental, and marine" 114 = "Biological science teachers (2213)" 115 = "Chemistry teachers (2214)" 116 = "Physics teachers (2215)" 117 = "Natural science teachers, n.e.c." 118 = "Psychology teachers (2217)" 119 = "Economics teachers (2218)" 123 = "History teachers (2222)" 124 = "Political science teachers (2223)" 125 = "Sociology teachers (2224)" 126 = "Social science teachers, n.e.c." 127 = "Engineering teachers (2226)" 128 = "Math. science teachers (2227)" 129 = "Computer science teachers (2228)" 13 = "Managers, marketing, advertising," 133 = "Medical science teachers (2231)" 134 = "Health specialties teachers (2232)" 135 = "Business, commerce, and marketing" 136 = "Agriculture and forestry teachers" 137 = "Art, drama, and music teachers" 138 = "Physical education teachers (2236)" 139 = "Education teachers (2237)" 14 = "Admin, education and rel. fields" 143 = "English teachers (2238)" 144 = "Foreign language teachers (2242)" 145 = "Law teachers (2243)" 146 = "Social work teachers (2244)" 147 = "Theology teachers (2245)" 148 = "Trade and industrial teachers" 149 = "Home economics teachers (2247)" 15 = "Managers, medicine and health" 153 = "Teachers, postsecondary, n.e.c." 154 = "Postsecondary teachers, subject" 155 = "Teachers, prekindergarten and" 156 = "Teachers, elementary school (232)" 157 = "Teachers, secondary school (233)" 158 = "Teachers, special education (235)" 159 = "Teachers, n.e.c. (236, 239)" 163 = "Counselors, Educational and" 164 = "Librarians (251)" 165 = "Archivists and curators (252)" 166 = "Economists (1912)" 167 = "Psychologists (1915)" 168 = "Sociologists (1916)" 169 = "Social scientists, n.e.c. (1913," 17 = "Managers, food serving and" 173 = "Urban planners (192)" 174 = "Social workers (2032)" 175 = "Recreation workers (2033)" 176 = "Clergy (2042)" 177 = "Religious workers, n.e.c. (2049)" 178 = "Lawyers and Judges (211, 212)" 18 = "Managers, properties and real" 183 = "Authors (321)" 184 = "Technical writers (398)" 185 = "Designers (322)" 186 = "Musicians and composers (323)" 187 = "Actors and directors (324)" 188 = "Painters, sculptors," 189 = "Photographers (326)" 19 = "Funeral directors (part 1359)" 193 = "Dancers (327)" 194 = "Artists, performers, and rel." 195 = "Editors and reporters (331)" 197 = "Public relations specialists (332)" 198 = "Announcers (333)" 199 = "Athletes (34)" 203 = "Clinical laboratory technologists" 204 = "Dental hygienists (363)" 205 = "Health record technologists and" 206 = "Radiologic technicians (365)" 207 = "Licensed practical nurses (366)" 208 = "Health technologists and" 21 = "Managers, service organizations," 213 = "Electrical and electronic" 214 = "Industrial engineering" 215 = "Mechanical engineering" 216 = "Engineering technicians, n.e.c." 217 = "Drafting occupations (372)" 218 = "Surveying and mapping technicians" 22 = "Managers and administrators," 223 = "Biological technicians (382)" 224 = "Chemical technicians (3831)" 225 = "Science technicians, n.e.c." 226 = "Airplane pilots and navigators" 227 = "Air traffic controllers (392)" 228 = "Broadcast equipment operators" 229 = "Computer programmers (3971, 3972)" 23 = "Accountants and auditors (1412)" 233 = "Tool programmers, numerical" 234 = "Legal assistants (396)" 235 = "Technicians, n.e.c. (399)" 24 = "Underwriters (1414)" 243 = "Supervisors and Proprietors," 25 = "Other financial officers (1415," 253 = "Insurance sales occupations (4122)" 254 = "Real estate sales occupations" 255 = "Securities and financial services" 256 = "Advertising and rel. sales" 257 = "Sales occupations, other business" 258 = "Sales engineers (421)" 259 = "Sales representatives, mining," 26 = "Management analysts (142)" 263 = "Sales workers, motor vehicles and" 264 = "Sales workers, apparel (4346)" 265 = "Sales workers, shoes (4351)" 266 = "Sales workers, furniture and home" 267 = "Sales workers, radio, TV, hi-fi," 268 = "Sales workers, hardware and" 269 = "Sales workers, parts (4367)" 27 = "Personnel, training, and labor" 274 = "Sales workers, other commodities" 275 = "Sales counter clerks (4363)" 276 = "Cashiers (4364)" 277 = "Street and door-to-door sales" 278 = "News vendors (4365)" 28 = "Purchasing agents and buyers," 283 = "Demonstrators, promoters and" 284 = "Auctioneers (447)" 285 = "Sales support occupations, n.e.c." 29 = "Buyers, wholesale and retail" 303 = "Supervisors, general office" 304 = "Supervisors, computer equipment" 305 = "Supervisors, financial records" 306 = "Chief communications operators" 307 = "Supervisors, distribution," 308 = "Computer operators (4612)" 309 = "Peripheral equipment operators" 313 = "Secretaries (4622)" 314 = "Stenographers (4623)" 315 = "Typists (4624)" 316 = "Interviewers (4642)" 317 = "Hotel clerks (4643)" 318 = "Transportation ticket and" 319 = "Receptionists (4645)" 323 = "Information clerks, n.e.c. (4649)" 325 = "Classified-ad clerks (4662)" 326 = "Correspondence clerks (4663)" 327 = "Order clerks (4664)" 328 = "Personnel clerks, except payroll" 329 = "Library clerks (4694)" 33 = "Purch. agents and buyers, n.e.c." 335 = "File clerks (4696)" 336 = "Records clerks (4699)" 337 = "Bookkeepers, accounting, and" 338 = "Payroll and timekeeping clerks" 339 = "Billing clerks (4715)" 34 = "Business and promotion agents" 343 = "Cost and rate clerks (4716)" 344 = "Billing, posting, and calculating" 345 = "Duplicating machine operators" 346 = "Mail preparing and paper handling" 347 = "Office mach. operators, n.e.c." 348 = "Telephone operators (4732)" 35 = "Construction inspectors (1472)" 353 = "Communications equipment" 354 = "Postal clerks, except mail" 355 = "Mail carriers, postal service" 356 = "Mail clerks, except postal" 357 = "Messengers (4745)" 359 = "Dispatchers (4751)" 36 = "Inspectors and compliance" 363 = "Production coordinators (4752)" 364 = "Traffic, shipping, and receiving" 365 = "Stock and inventory clerks (4754)" 366 = "Meter readers (4755)" 368 = "Weighers, measurers, checkers," 37 = "Management rel. occupations," 373 = "Expediters (4758)" 374 = "Material recording, scheduling," 375 = "Insurance adjusters, examiners," 376 = "Investigators and adjusters," 377 = "Eligibility clerks, social" 378 = "Bill and account collectors (4786)" 379 = "General office clerks (463)" 383 = "Bank tellers (4791)" 384 = "Proofreaders (4792)" 385 = "Data-entry keyers (4793)" 386 = "Statistical clerks (4794)" 387 = "Teachers' aides (4795)" 389 = "Administrative support" 4 = "Chief executives and general" 403 = "Launderers and ironers (503)" 404 = "Cooks, private household (504)" 405 = "Housekeepers and butlers (505)" 406 = "Child care workers, private hhld" 407 = "Private hhld cleaners and" 413 = "Supervisors, firefighting and" 414 = "Supervisors, police and" 415 = "Supervisors, guards (5113)" 416 = "Fire inspection and fire" 417 = "Firefighting occupations (5123)" 418 = "Police and detectives, public" 423 = "Sheriffs, bailiffs, and other law" 424 = "Correctional institution officers" 425 = "Crossing guards (5142)" 426 = "Guards and police, except public" 427 = "Protective service occupations," 43 = "Architects (161)" 433 = "Supervisors, food preparation and" 434 = "Bartenders (5212)" 435 = "Waiters and waitresses (5213)" 436 = "Cooks (5214, 5215)" 438 = "Food counter, fountain and rel." 439 = "Kitchen workers, food preparation" 44 = "Aerospace engineers(1622)" 443 = "Waiters'/waitresses' assistants" 444 = "Miscellaneous food preparation" 445 = "Dental assistants (5232)" 446 = "Health aides, except nursing" 447 = "Nursing aides, orderlies, and" 448 = "Supervisors, cleaning and" 449 = "Maids and housemen (5242, 5249)" 45 = "Metallurgical and materials" 453 = "Janitors and cleaners (5244)" 454 = "Elevator operators (5245)" 455 = "Pest control occupations (5246)" 456 = "Supervisors, personal service" 457 = "Barbers (5252)" 458 = "Hairdressers and cosmetologists" 459 = "Attendants, amusement and" 46 = "Mining engineers (1624)" 461 = "Guides (5255)" 462 = "Ushers (5256)" 463 = "Public transportation attendants" 464 = "Baggage porters and bellhops" 465 = "Welfare service aides (5263)" 466 = "Family child care providers (part" 467 = "Early childhood teacher's" 468 = "Child care workers, n.e.c. (part" 469 = "Personal service occupations," 47 = "Petroleum engineers (1625)" 473 = "Farmers, except horticultural" 474 = "Horticultural specialty farmers" 475 = "Managers, farms, except" 476 = "Managers, horticultural specialty" 477 = "Supervisors, farm workers (5611)" 479 = "Farm workers (5612-5617)" 48 = "Chemical engineers (1626)" 483 = "Marine life cultivation workers" 484 = "Nursery workers (5619)" 485 = "Supervisors, rel. agricultural" 486 = "Groundskeepers and gardeners," 487 = "Animal caretakers, except farm" 488 = "Graders and sorters, agricultural" 489 = "Inspectors, agricultural products" 49 = "Nuclear engineers (1627)" 494 = "Supervisors, forestry and logging" 495 = "Forestry workers, except logging" 496 = "Timber cutting and logging" 497 = "Captains and other officers," 498 = "Fishers (583)" 499 = "Hunters and trappers (584)" 5 = "Administrators and officials," 503 = "Supervisors, mechanics and" 505 = "Automobile mechanics (part 6111)" 506 = "Auto mechanic apprentices (part" 507 = "Bus, truck, and stationary engine" 508 = "Aircraft engine mechanics (6113)" 509 = "Small engine repairers (6114)" 514 = "Automobile body and rel." 515 = "Aircraft mechanics, except engine" 516 = "Heavy equipment mechanics (6117)" 517 = "Farm equipment mechanics (6118)" 518 = "Industrial machinery repairers" 519 = "Machinery maintenance occupations" 523 = "Electronic repairers," 525 = "Data processing equipment" 526 = "Hhld appliance and power tool" 527 = "Telephone line installers and" 529 = "Telephone installers and" 53 = "Civil engineers (1628)" 533 = "Miscellaneous electrical and" 534 = "Heating, air conditioning, and" 535 = "Camera, watch, and musical" 536 = "Locksmiths and safe repairers" 538 = "Office machine repairers (6174)" 539 = "Mechanical controls and valve" 54 = "Agricultural engineers (1632)" 543 = "Elevator installers and repairers" 544 = "Millwrights (6178)" 547 = "Specified mechanics and" 549 = "Not specified mechanics and" 55 = "Engineers, electrical and" 553 = "Supervisors, brickmasons," 554 = "Supervisors, carpenters and rel." 555 = "Supervisors, electricians and" 556 = "Supervisors, painters," 557 = "Supervisors, plumbers," 558 = "Supervisors, construction, n.e.c." 56 = "Engineers, industrial (1634)" 563 = "Brickmasons and stonemasons (part" 564 = "Brickmason and stonemason" 565 = "Tile setters, hard and soft (part" 566 = "Carpet installers (part 6462)" 567 = "Carpenters (part 6422)" 569 = "Carpenter apprentices (part 6422)" 57 = "Engineers, mechanical (1635)" 573 = "Drywall installers (6424)" 575 = "Electricians (part 6432)" 576 = "Electrician apprentices (part" 577 = "Electrical power installers and" 579 = "Painters, construction and" 58 = "Marine and naval architects (1637)" 583 = "Paperhangers (6443)" 584 = "Plasterers (6444)" 585 = "Plumbers, pipefitters, and" 587 = "Plumber, pipefitter, and" 588 = "Concrete and terrazzo finishers" 589 = "Glaziers (6464)" 59 = "Engineers, n.e.c. (1639)" 593 = "Insulation workers (6465)" 594 = "Paving, surfacing, and tamping" 595 = "Roofers (6468)" 596 = "Sheetmetal duct installers (6472)" 597 = "Structural metal workers (6473)" 598 = "Drillers, earth (6474)" 599 = "Construction trades, n.e.c." 6 = "Administrators, protective" 613 = "Supervisors, extractive" 614 = "Drillers, oil well (652)" 615 = "Explosives workers (653)" 616 = "Mining machine operators (654)" 617 = "Mining occupations, n.e.c. (656)" 628 = "Supervisors, production" 63 = "Surveyors and mapping scientists" 634 = "Tool and die makers (part 6811)" 635 = "Tool and die mkr apprentices" 636 = "Precision assemblers, metal (6812)" 637 = "Machinists (part 6813)" 639 = "Machinist apprentices (part 6813)" 64 = "Computer systems analysts and" 643 = "Boilermakers (6814)" 644 = "Precision grinders, filers, and" 645 = "Patternmakers and model makers," 646 = "Lay-out workers (6821)" 647 = "Precious stones and metals" 649 = "Engravers, metal (6823)" 65 = "Operations and systems" 653 = "Sheet metal workers (part 6824)" 654 = "Sheet metal wrker apprentices" 655 = "Misc precision metal workers" 656 = "Patternmkrs and model makers," 657 = "Cabinet makers and bench" 658 = "Furniture and wood finishers" 659 = "Misc precision woodworkers (6839)" 66 = "Actuaries (1732)" 666 = "Dressmakers (part 6852, part 7752)" 667 = "Tailors (part 6852)" 668 = "Upholsterers (6853)" 669 = "Shoe repairers (6854)" 67 = "Statisticians (1733)" 674 = "Misc precision apparel and fabric" 675 = "Hand molders and shapers, except" 676 = "Patternmakers, lay-out workers," 677 = "Optical goods workers (6864, part" 678 = "Dental laboratory and medical" 679 = "Bookbinders (6844)" 68 = "Mathematical scientists, n.e.c." 683 = "Electrical/electronic equipment" 684 = "Miscellaneous precision workers," 686 = "Butchers and meat cutters (6871)" 687 = "Bakers (6872)" 688 = "Food batchmakers (6873, 6879)" 689 = "Inspectors, testers, and graders" 69 = "Physicists and astronomers (1842," 693 = "Adjusters and calibrators (6882)" 694 = "Water and sewage treatment plant" 695 = "Power plant operators (part 693)" 696 = "Stationary engineers (part 693," 699 = "Miscellaneous plant and system" 7 = "Financial managers (122)" 703 = "Set-up operators, lathe and" 704 = "Operators, lathe and turning" 705 = "Milling and planing machine" 706 = "Punching and stamping press" 707 = "Rolling machine operators (7316," 708 = "Drilling and boring machine" 709 = "Grinding, abrading, buffing, and" 713 = "Forging machine operators (7319," 714 = "Numerical control machine" 715 = "Miscellaneous metal, plastic," 717 = "Fabricating machine operators," 719 = "Molding and casting machine" 723 = "Metal plating machine operators" 724 = "Heat treating equipment operators" 725 = "Misc metal and plastic processing" 726 = "Wood lathe, routing, and planing" 727 = "Sawing machine operators (7433," 728 = "Shaping and joining machine" 729 = "Nailing and tacking machine" 73 = "Chemists, except biochemists" 733 = "Miscellaneous woodworking machine" 734 = "Printing press operators (7443," 735 = "Photoengravers and lithographers" 736 = "Typesetters and compositors" 737 = "Miscellaneous printing machine" 738 = "Winding and twisting machine" 739 = "Knitting, looping, taping, and" 74 = "Atmospheric and space scientists" 743 = "Textile cutting machine operators" 744 = "Textile sewing machine operators" 745 = "Shoe machine operators (7656)" 747 = "Pressing machine operators (7657)" 748 = "Laundering and dry cleaning" 749 = "Miscellaneous textile machine" 75 = "Geologists and geodesists (1847)" 753 = "Cementing and gluing machine" 754 = "Packaging and filling machine" 755 = "Extruding and forming machine" 756 = "Mixing and blending machine" 757 = "Separating, filtering, and" 758 = "Compressing and compacting" 759 = "Painting and paint spraying" 76 = "Physical scientists, n.e.c. (1849)" 763 = "Roasting and baking machine" 764 = "Washing, cleaning, and pickling" 765 = "Folding machine operators (7474," 766 = "Furnace, kiln, and oven" 768 = "Crushing and grinding machine" 769 = "Slicing and cutting machine" 77 = "Agricultural and food scientists" 773 = "Motion picture projectionists" 774 = "Photographic process machine" 777 = "Miscellaneous machine operators," 779 = "Machine operators, not specified" 78 = "Biological and life scientists" 783 = "Welders and cutters (7332, 7532," 784 = "Solderers and brazers (7333," 785 = "Assemblers (772, 774)" 786 = "Hand cutting and trimming" 787 = "Hand molding, casting, and" 789 = "Hand painting, coating, and" 79 = "Forestry and conservation" 793 = "Hand engraving and printing" 795 = "Miscellaneous hand working" 796 = "Production inspectors, checkers," 797 = "Production testers (783)" 798 = "Production samplers and weighers" 799 = "Graders and sorters, except" 8 = "Personnel and labor relations" 803 = "Supervisors, motor vehicle" 804 = "Truck drivers (8212-8214)" 806 = "Driver-sales workers (8218)" 808 = "Bus drivers (8215)" 809 = "Taxicab drivers and chauffeurs" 813 = "Parking lot attendants (874)" 814 = "Motor transportation occupations," 823 = "Railroad conductors and" 824 = "Locomotive operating occupations" 825 = "Railroad brake, signal, and" 826 = "Rail vehicle operators, n.e.c." 828 = "Ship captains and mates, except" 829 = "Sailors and deckhands (8243)" 83 = "Medical scientists (1855)" 833 = "Marine engineers (8244)" 834 = "Bridge, lock, and lighthouse" 84 = "Physicians (261)" 843 = "Supervisors, material moving" 844 = "Operating engineers (8312)" 845 = "Longshore equipment operators" 848 = "Hoist and winch operators (8314)" 849 = "Crane and tower operators (8315)" 85 = "Dentists (262)" 853 = "Excavating and loading machine" 855 = "Grader, dozer, and scraper" 856 = "Industrial truck and tractor" 859 = "Misc material moving equipment" 86 = "Veterinarians (27)" 864 = "Supervisors, handlers, equipment" 865 = "Helpers, mechanics, and repairers" 866 = "Helpers, construction trades" 867 = "Helpers, surveyor (8646)" 868 = "Helpers, extractive occupations" 869 = "Construction laborers (871)" 87 = "Optometrists (281)" 874 = "Production helpers (861, 862)" 875 = "Garbage collectors (8722)" 876 = "Stevedores (8723)" 877 = "Stock handlers and baggers (8724)" 878 = "Machine feeders and offbearers" 88 = "Podiatrists (283)" 883 = "Freight, stock, and material" 885 = "Garage and service station rel." 887 = "Vehicle washers and equipment" 888 = "Hand packers and packagers (8761)" 889 = "Laborers, except construction" 89 = "Health diagnosing practitioners," 9 = "Purchasing managers (124)" 905 = "Persons whose current labor force" 95 = "Registered nurses (29)" 96 = "Pharmacists (301)" 97 = "Dietitians (302)" 98 = "Respiratory therapists (3031)" 99 = "Occupational therapists (3032)" ; VALUE ajbocc1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE eeno2l (default=32) -1 = "Not in universe" ; VALUE estlempk (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE astlempk (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tsjdatek (default=32) -1 = "Not in universe" ; VALUE asjdatek (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tejdatek (default=32) -1 = "Not in universe" ; VALUE aejdatek (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE ersend2l (default=32) -1 = "Not in universe" 1 = "On layoff" 10 = "Employer sold business" 11 = "Job was temporary and ended" 12 = "Quit to take another job" 13 = "Slack work or business conditions" 14 = "Unsatisfactory work arrangements" 15 = "Quit for some other reason" 2 = "Retirement or old age" 3 = "Childcare problems" 4 = "Other family/personal obligations" 5 = "Own illness" 6 = "Own injury" 7 = "School/training" 8 = "Discharged/fired" 9 = "Employer bankrupt" ; VALUE arsend2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE ejbhrs2l (default=32) -1 = "Not in universe" ; VALUE ajbhrs2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE eemplock (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aemplock (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tempallk (default=32) -1 = "Not in universe" 1 = "Under 25 employees" 2 = "25 to 99 employees" 3 = "100+ employees" ; VALUE aempallk (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tempsizk (default=32) -1 = "Not in universe" 1 = "Under 25 employees" 2 = "25 to 99 employees" 3 = "100+ employees" ; VALUE aempsizk (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE eclwrk2l (default=32) -1 = "Not in universe" 1 = "Private for profit employee" 2 = "Private not for profit employee" 3 = "Local government worker" 4 = "State government worker" 5 = "Federal government worker" 6 = "Family worker without pay" ; VALUE aclwrk2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE eunion2l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aunion2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE ecntrc2l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE acntrc2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tpmsum2l (default=32) 0 = "None or not in universe" ; VALUE apmsum2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE epayhr2l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE apayhr2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tpyratek (default=32) 0 = "Not in universe or none 0.01:30.00 .Do" /* llars and cents (two implied */ ; VALUE apyratek (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE rpyper2l (default=32) -1 = "Not in universe" 1 = "Once a week" 2 = "Once every two weeks" 3 = "Once a month" 4 = "Twice a month" 5 = "Unpaid in a family business or" 6 = "On commission" 7 = "Some other way" 8 = "Not reported" ; VALUE ejbind2l (default=32) -1 = "Not in universe" 10 = "Agricultural production, crops" 100 = "Meat products (201)" 101 = "Dairy products (202)" 102 = "Canned, frozen and preserved" 11 = "Agricltrl production, livestock" 110 = "Grain mill products (204)" 111 = "Bakery products (205)" 112 = "Sugar and confectionery products" 12 = "Veterinary services (074)" 120 = "Beverage industries (208)" 121 = "Miscellaneous food preparations" 122 = "Not specified food industries" 130 = "Tobacco manufactures (21)" 132 = "Knitting mills (225)" 140 = "Dyeing and finishing textiles," 141 = "Carpets and rugs (227)" 142 = "Yarn, thread, and fabric mills" 150 = "Miscellaneous textile mill" 151 = "Apparel and accessories, except" 152 = "Miscellaneous fabricated textile" 160 = "Pulp, paper, and paperboard mills" 161 = "Miscellaneous paper and pulp" 162 = "Paperboard containers and boxes" 171 = "Newspaper publishing and printing" 172 = "Printing, publishing, and allied" 180 = "Plastics, synthetics, and resins" 181 = "Drugs (283)" 182 = "Soaps and cosmetics (284)" 190 = "Paints, varnishes, and rel." 191 = "Agricultural chemicals (287)" 192 = "Industrial and miscellaneous" 20 = "Landscape and horticultural" 200 = "Petroleum refining (291)" 201 = "Miscellaneous petroleum and coal" 210 = "Tires and inner tubes (301)" 211 = "Other rubber products, and" 212 = "Miscellaneous plastics products" 220 = "Leather tanning and finishing" 221 = "Footwear, except rubber and" 222 = "Leather products, except footwear" 230 = "Logging (241)" 231 = "Sawmills, planing mills, and" 232 = "Wood buildings and mobile homes" 241 = "Miscellaneous wood products (244," 242 = "Furniture and fixtures (25)" 250 = "Glass and glass products (321-323)" 251 = "Cement, concrete, gypsum, and" 252 = "Structural clay products (325)" 261 = "Pottery and related products (326)" 262 = "Miscellaneous nonmetallic mineral" 270 = "Blast furnaces, steelworks," 271 = "Iron and steel foundries (332)" 272 = "Primary aluminum industries" 280 = "Other primary metal industries" 281 = "Cutlery, handtools, and general" 282 = "Fabricated structural metal" 290 = "Screw machine products (345)" 291 = "Metal forgings and stampings (346)" 292 = "Ordnance (348)" 30 = "Agricultural services, n.e.c." 300 = "Misc fabricated metal products" 301 = "Not specified metal industries" 31 = "Forestry (08)" 310 = "Engines and turbines (351)" 311 = "Farm machinery and equipment (352)" 312 = "Construction and material" 32 = "Fishing, hunting, and trapping" 320 = "Metalworking machinery (354)" 321 = "Office and accounting machines" 322 = "Computers and rel. equipment" 331 = "Machinery, except electrical," 332 = "Not specified machinery" 340 = "Household appliances (363)" 341 = "Radio, TV, and communication" 342 = "Electrical machinery, equipment," 350 = "Not specified electrical" 351 = "Motor vehicles and motor vehicle" 352 = "Aircraft and parts (372)" 360 = "Ship and boat building and" 361 = "Railroad locomotives and" 362 = "Guided missiles, space vehicles," 370 = "Cycles and miscellaneous" 371 = "Scientific and controlling" 372 = "Medical, dental, and optical" 380 = "Photographic equipment and" 381 = "Watches, clocks, and clockwork" 390 = "Toys, amusement, and sporting" 391 = "Miscellaneous manufacturing" 392 = "Not spec manufacturing industries" 40 = "Metal mining (10)" 400 = "Railroads (40)" 401 = "Bus service and urban transit" 402 = "Taxicab service (412)" 41 = "Coal mining (12)" 410 = "Trucking service (421, 423)" 411 = "Warehousing and storage (422)" 412 = "U.S. Postal Service (43)" 42 = "Oil and gas extraction (13)" 420 = "Water transportation (44)" 421 = "Air transportation (45)" 422 = "Pipe lines, except natural gas" 432 = "Services incidental to" 440 = "Radio and television broadcasting" 441 = "Telephone communications (481)" 442 = "Telegraph and miscellaneous" 450 = "Electric light and power (491)" 451 = "Gas and steam supply systems" 452 = "Electric and gas, and other" 470 = "Water supply and irrigation (494," 471 = "Sanitary services (495)" 472 = "Not specified utilities" 50 = "Nonmetallic mining and quarrying," 500 = "Motor vehcls and equipment (501)" 501 = "Furniture and home furnishings" 502 = "Lumber and construction materials" 510 = "Professional and commercial" 511 = "Metals and minerals, except" 512 = "Electrical goods (506)" 521 = "Hardware, plumbing and heating" 530 = "Machinery, equipment, and" 531 = "Scrap and waste materials (5093)" 532 = "Miscellaneous wholesale, durable" 540 = "Paper and paper products (511)" 541 = "Drugs, chemicals and allied" 542 = "Apparel, fabrics, and notions" 550 = "Groceries and related products" 551 = "Farm-product raw materials (515)" 552 = "Petroleum products (517)" 560 = "Alcoholic beverages (518)" 561 = "Farm supplies (5191)" 562 = "Misc wholesale, nondurable goods" 571 = "Not specified wholesale trade" 580 = "Lumber and building material" 581 = "Hardware stores (525)" 582 = "Stores, retail nurseries and" 590 = "Mobile home dealers (527)" 591 = "Department stores (531)" 592 = "Variety stores (533)" 60 = "Construction (15, 16, 17)" 600 = "Stores, misc general merchandise" 601 = "Grocery stores (541)" 602 = "Stores, dairy products (545)" 610 = "Retail bakeries (546)" 611 = "Food stores, n.e.c. (542, 543," 612 = "Motor vehicle dealers (551, 552)" 620 = "Stores, auto and home supply (553)" 621 = "Gasoline service stations (554)" 622 = "Miscellaneous vehicle dealers" 623 = "Stores, apparel and accessory," 630 = "Shoe stores (566)" 631 = "Stores, furniture and home" 632 = "Stores, household appliance (572)" 633 = "Stores, radio, TV, and computer" 640 = "Music stores (5735, 5736)" 641 = "Eating and drinking places (58)" 642 = "Drug stores (591)" 650 = "Liquor stores (592)" 651 = "Stores, sporting goods, bicycles," 652 = "Stores, book and stationery" 660 = "Jewelry stores (5944)" 661 = "Gift, novelty, and souvenir shops" 662 = "Sewing, needlework and piece" 663 = "Catalog and mail order houses" 670 = "Vending machine operators (5962)" 671 = "Direct selling establishments" 672 = "Fuel dealers (598)" 681 = "Retail florists (5992)" 682 = "Stores, Miscellaneous retail" 691 = "Not specified retail trade" 700 = "Banking (60 except 603 and 606)" 701 = "Savings institutions, including" 702 = "Credit agencies, n.e.c. (61)" 710 = "Security, commodity brokerage," 711 = "Insurance (63, 64)" 712 = "Real estate, including real" 721 = "Advertising (731)" 722 = "Services to dwellings and other" 731 = "Personnel supply services (736)" 732 = "Computer and data processing" 740 = "Detective and protective services" 741 = "Business services, n.e.c. (732," 742 = "Automotive rental and leasing," 750 = "Automotive parking and carwashes" 751 = "Automotive repair and rel." 752 = "Electrical repair shops (762," 760 = "Misc repair services (763, 764," 761 = "Private Households (88)" 762 = "Hotels and motels (701)" 770 = "Lodging places, except hotels and" 771 = "Laundry, cleaning, and garment" 772 = "Beauty shops (723)" 780 = "Barber shops (724)" 781 = "Funeral service and crematories" 782 = "Shoe repair shops (725)" 790 = "Dressmaking shops (part 7219)" 791 = "Misc personal services (722, 729)" 800 = "Theaters and motion pictures" 801 = "Video tape rental (784)" 802 = "Bowling centers (793)" 810 = "Miscellaneous entertainment and" 812 = "Physicians offices and clinics" 820 = "Dentists offices and clinics (802)" 821 = "Chiropractors offices and clinics" 822 = "Optometrists offices and clinics" 830 = "Health practitioners offices and" 831 = "Hospitals (806)" 832 = "Nursing and personal care" 840 = "Health services, n.e.c. (807," 841 = "Legal services (81)" 842 = "Elementary and secondary schools" 850 = "Colleges and universities (822)" 851 = "Vocational schools (824)" 852 = "Libraries (823)" 860 = "Educational services, n.e.c. (829)" 861 = "Job training and vocational" 862 = "Child day care services (part 835)" 863 = "Family child care homes (part 835)" 870 = "Residential care facilities," 871 = "Social services, n.e.c. (832, 839)" 872 = "Museums, art galleries, and zoos" 873 = "Labor unions (863)" 880 = "Religious organizations (866)" 881 = "Membership organizations, n.e.c." 882 = "Engineering, architectural, and" 890 = "Accounting, auditing, and" 891 = "Research, development, and" 892 = "Management and public relations" 893 = "Miscellaneous professional and" 900 = "Executive and legislative offices" 901 = "General government, n.e.c. (919)" 910 = "Justice, public order, and safety" 921 = "Public finance, taxation, and" 922 = "Human resources programs" 930 = "Environmental quality and housing" 931 = "Economic programs" 932 = "National security and" 991 = "Persons whose labor force status" ; VALUE ajbind2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tjbocc2l (default=32) -1 = "Not in universe" 103 = "Physical therapists (3033)" 104 = "Speech therapists (3034)" 105 = "Therapists, n.e.c. (3039)" 106 = "Physicians' assistants (304)" 113 = "Earth, environmental, and marine" 114 = "Biological science teachers (2213)" 115 = "Chemistry teachers (2214)" 116 = "Physics teachers (2215)" 117 = "Natural science teachers, n.e.c." 118 = "Psychology teachers (2217)" 119 = "Economics teachers (2218)" 123 = "History teachers (2222)" 124 = "Political science teachers (2223)" 125 = "Sociology teachers (2224)" 126 = "Social science teachers, n.e.c." 127 = "Engineering teachers (2226)" 128 = "Math. science teachers (2227)" 129 = "Computer science teachers (2228)" 13 = "Managers, marketing, advertising," 133 = "Medical science teachers (2231)" 134 = "Health specialties teachers (2232)" 135 = "Business, commerce, and marketing" 136 = "Agriculture and forestry teachers" 137 = "Art, drama, and music teachers" 138 = "Physical education teachers (2236)" 139 = "Education teachers (2237)" 14 = "Admin, education and rel. fields" 143 = "English teachers (2238)" 144 = "Foreign language teachers (2242)" 145 = "Law teachers (2243)" 146 = "Social work teachers (2244)" 147 = "Theology teachers (2245)" 148 = "Trade and industrial teachers" 149 = "Home economics teachers (2247)" 15 = "Managers, medicine and health" 153 = "Teachers, postsecondary, n.e.c." 154 = "Postsecondary teachers, subject" 155 = "Teachers, prekindergarten and" 156 = "Teachers, elementary school (232)" 157 = "Teachers, secondary school (233)" 158 = "Teachers, special education (235)" 159 = "Teachers, n.e.c. (236, 239)" 163 = "Counselors, Educational and" 164 = "Librarians (251)" 165 = "Archivists and curators (252)" 166 = "Economists (1912)" 167 = "Psychologists (1915)" 168 = "Sociologists (1916)" 169 = "Social scientists, n.e.c. (1913," 17 = "Managers, food serving and" 173 = "Urban planners (192)" 174 = "Social workers (2032)" 175 = "Recreation workers (2033)" 176 = "Clergy (2042)" 177 = "Religious workers, n.e.c. (2049)" 178 = "Lawyers and Judges (211, 212)" 18 = "Managers, properties and real" 183 = "Authors (321)" 184 = "Technical writers (398)" 185 = "Designers (322)" 186 = "Musicians and composers (323)" 187 = "Actors and directors (324)" 188 = "Painters, sculptors," 189 = "Photographers (326)" 19 = "Funeral directors (part 1359)" 193 = "Dancers (327)" 194 = "Artists, performers, and rel." 195 = "Editors and reporters (331)" 197 = "Public relations specialists (332)" 198 = "Announcers (333)" 199 = "Athletes (34)" 203 = "Clinical laboratory technologists" 204 = "Dental hygienists (363)" 205 = "Health record technologists and" 206 = "Radiologic technicians (365)" 207 = "Licensed practical nurses (366)" 208 = "Health technologists and" 21 = "Managers, service organizations," 213 = "Electrical and electronic" 214 = "Industrial engineering" 215 = "Mechanical engineering" 216 = "Engineering technicians, n.e.c." 217 = "Drafting occupations (372)" 218 = "Surveying and mapping technicians" 22 = "Managers and administrators," 223 = "Biological technicians (382)" 224 = "Chemical technicians (3831)" 225 = "Science technicians, n.e.c." 226 = "Airplane pilots and navigators" 227 = "Air traffic controllers (392)" 228 = "Broadcast equipment operators" 229 = "Computer programmers (3971, 3972)" 23 = "Accountants and auditors (1412)" 233 = "Tool programmers, numerical" 234 = "Legal assistants (396)" 235 = "Technicians, n.e.c. (399)" 24 = "Underwriters (1414)" 243 = "Supervisors and Proprietors," 25 = "Other financial officers (1415," 253 = "Insurance sales occupations (4122)" 254 = "Real estate sales occupations" 255 = "Securities and financial services" 256 = "Advertising and rel. sales" 257 = "Sales occupations, other business" 258 = "Sales engineers (421)" 259 = "Sales representatives, mining," 26 = "Management analysts (142)" 263 = "Sales workers, motor vehicles and" 264 = "Sales workers, apparel (4346)" 265 = "Sales workers, shoes (4351)" 266 = "Sales workers, furniture and home" 267 = "Sales workers, radio, Tv, hi-fi," 268 = "Sales workers, hardware and" 269 = "Sales workers, parts (4367)" 27 = "Personnel, training, and labor" 274 = "Sales workers, other commodities" 275 = "Sales counter clerks (4363)" 276 = "Cashiers (4364)" 277 = "Street and door-to-door sales" 278 = "News vendors (4365)" 28 = "Purchasing agents and buyers," 283 = "Demonstrators, promoters and" 284 = "Auctioneers (447)" 285 = "Sales support occupations, n.e.c." 29 = "Buyers, wholesale and retail" 303 = "Supervisors, general office" 304 = "Supervisors, computer equipment" 305 = "Supervisors, financial records" 306 = "Chief communications operators" 307 = "Supervisors, distribution," 308 = "Computer operators (4612)" 309 = "Peripheral equipment operators" 313 = "Secretaries (4622)" 314 = "Stenographers (4623)" 315 = "Typists (4624)" 316 = "Interviewers (4642)" 317 = "Hotel clerks (4643)" 318 = "Transportation ticket and" 319 = "Receptionists (4645)" 323 = "Information clerks, n.e.c. (4649)" 325 = "Classified-ad clerks (4662)" 326 = "Correspondence clerks (4663)" 327 = "Order clerks (4664)" 328 = "Personnel clerks, except payroll" 329 = "Library clerks (4694)" 33 = "Purch. agents and buyers, n.e.c." 335 = "File clerks (4696)" 336 = "Records clerks (4699)" 337 = "Bookkeepers, accounting, and" 338 = "Payroll and timekeeping clerks" 339 = "Billing clerks (4715)" 34 = "Business and promotion agents" 343 = "Cost and rate clerks (4716)" 344 = "Billing, posting, and calculating" 345 = "Duplicating machine operators" 346 = "Mail preparing and paper handling" 347 = "Office mach. operators, n.e.c." 348 = "Telephone operators (4732)" 35 = "Construction inspectors (1472)" 353 = "Communications equipment" 354 = "Postal clerks, except mail" 355 = "Mail carriers, postal service" 356 = "Mail clerks, except postal" 357 = "Messengers (4745)" 359 = "Dispatchers (4751)" 36 = "Inspectors and compliance" 363 = "Production coordinators (4752)" 364 = "Traffic, shipping, and receiving" 365 = "Stock and inventory clerks (4754)" 366 = "Meter readers (4755)" 368 = "Weighers, measurers, checkers," 37 = "Management rel. occupations," 373 = "Expediters (4758)" 374 = "Material recording, scheduling," 375 = "Insurance adjusters, examiners," 376 = "Investigators and adjusters," 377 = "Eligibility clerks, social" 378 = "Bill and account collectors (4786)" 379 = "General office clerks (463)" 383 = "Bank tellers (4791)" 384 = "Proofreaders (4792)" 385 = "Data-entry keyers (4793)" 386 = "Statistical clerks (4794)" 387 = "Teachers' aides (4795)" 389 = "Administrative support" 4 = "Chief executives and general" 403 = "Launderers and ironers (503)" 404 = "Cooks, private household (504)" 405 = "Housekeepers and butlers (505)" 406 = "Child care workers, private hhld" 407 = "Private hhld cleaners and" 413 = "Supervisors, firefighting and" 414 = "Supervisors, police and" 415 = "Supervisors, guards (5113)" 416 = "Fire inspection and fire" 417 = "Firefighting occupations (5123)" 418 = "Police and detectives, public" 423 = "Sheriffs, bailiffs, and other law" 424 = "Correctional institution officers" 425 = "Crossing guards (5142)" 426 = "Guards and police, except public" 427 = "Protective service occupations," 43 = "Architects (161)" 433 = "Supervisors, food preparation and" 434 = "Bartenders (5212)" 435 = "Waiters and waitresses (5213)" 436 = "Cooks (5214, 5215)" 438 = "Food counter, fountain and rel." 439 = "Kitchen workers, food preparation" 44 = "Aerospace engineers(1622)" 443 = "Waiters'/waitresses' assistants" 444 = "Miscellaneous food preparation" 445 = "Dental assistants (5232)" 446 = "Health aides, except nursing" 447 = "Nursing aides, orderlies, and" 448 = "Supervisors, cleaning and" 449 = "Maids and housemen (5242, 5249)" 45 = "Metallurgical and materials" 453 = "Janitors and cleaners (5244)" 454 = "Elevator operators (5245)" 455 = "Pest control occupations (5246)" 456 = "Supervisors, personal service" 457 = "Barbers (5252)" 458 = "Hairdressers and cosmetologists" 459 = "Attendants, amusement and" 46 = "Mining engineers (1624)" 461 = "Guides (5255)" 462 = "Ushers (5256)" 463 = "Public transportation attendants" 464 = "Baggage porters and bellhops" 465 = "Welfare service aides (5263)" 466 = "Family child care providers (part" 467 = "Early childhood teacher's" 468 = "Child care workers, n.e.c. (part" 469 = "Personal service occupations," 47 = "Petroleum engineers (1625)" 473 = "Farmers, except horticultural" 474 = "Horticultural specialty farmers" 475 = "Managers, farms, except" 476 = "Managers, horticultural specialty" 477 = "Supervisors, farm workers (5611)" 479 = "Farm workers (5612-5617)" 48 = "Chemical engineers (1626)" 483 = "Marine life cultivation workers" 484 = "Nursery workers (5619)" 485 = "Supervisors, rel. agricultural" 486 = "Groundskeepers and gardeners," 487 = "Animal caretakers, except farm" 488 = "Grader and sorter, agricultural" 489 = "Inspectors, agricultural products" 49 = "Nuclear engineers (1627)" 494 = "Supervisors, forestry and logging" 495 = "Forestry workers, except logging" 496 = "Timber cutting and logging" 497 = "Captains and other officers," 498 = "Fishers (583)" 499 = "Hunters and trappers (584)" 5 = "Administrators and officials," 503 = "Supervisors, mechanics and" 505 = "Automobile mechanics (part 6111)" 506 = "Auto mechanic apprentices (part" 507 = "Bus, truck, and stationary engine" 508 = "Aircraft engine mechanics (6113)" 509 = "Small engine repairers (6114)" 514 = "Automobile body and rel." 515 = "Aircraft mechanics, except engine" 516 = "Heavy equipment mechanics (6117)" 517 = "Farm equipment mechanics (6118)" 518 = "Industrial machinery repairers" 519 = "Machinery maintenance occupations" 523 = "Electronic repairers," 525 = "Data processing equipment" 526 = "Hhld appliance and power tool" 527 = "Telephone line installers and" 529 = "Telephone installers and" 53 = "Civil engineers (1628)" 533 = "Miscellaneous electrical and" 534 = "Heating, air conditioning, and" 535 = "Camera, watch, and musical" 536 = "Locksmiths and safe repairers" 538 = "Office machine repairers (6174)" 539 = "Mechanical controls and valve" 54 = "Agricultural engineers (1632)" 543 = "Elevator installers and repairers" 544 = "Millwrights (6178)" 547 = "Specified mechanics and" 549 = "Not specified mechanics and" 55 = "Engineers, electrical and" 553 = "Supervisors, brickmasons," 554 = "Supervisors, carpenters and rel." 555 = "Supervisors, electricians and" 556 = "Supervisors, painters," 557 = "Supervisors, plumbers," 558 = "Supervisors, construction, n.e.c." 56 = "Engineers, industrial (1634)" 563 = "Brickmasons and stonemasons (part" 564 = "Brickmason and stonemason" 565 = "Tile setters, hard and soft (part" 566 = "Carpet installers (part 6462)" 567 = "Carpenters (part 6422)" 569 = "Carpenter apprentices (part 6422)" 57 = "Engineers, mechanical (1635)" 573 = "Drywall installers (6424)" 575 = "Electricians (part 6432)" 576 = "Electrician apprentices (part" 577 = "Electrical power installers and" 579 = "Painters, construction and" 58 = "Marine and naval architects (1637)" 583 = "Paperhangers (6443)" 584 = "Plasterers (6444)" 585 = "Plumbers, pipefitters, and" 587 = "Plumber, pipefitter, and" 588 = "Concrete and terrazzo finishers" 589 = "Glaziers (6464)" 59 = "Engineers, n.e.c. (1639)" 593 = "Insulation workers (6465)" 594 = "Paving, surfacing, and tamping" 595 = "Roofers (6468)" 596 = "Sheetmetal duct installers (6472)" 597 = "Structural metal workers (6473)" 598 = "Drillers, earth (6474)" 599 = "Construction trades, n.e.c." 6 = "Administrators, protective" 613 = "Supervisors, extractive" 614 = "Drillers, oil well (652)" 615 = "Explosives workers (653)" 616 = "Mining machine operators (654)" 617 = "Mining occupations, n.e.c. (656)" 628 = "Supervisors, production" 63 = "Surveyors and mapping scientists" 634 = "Tool and die makers (part 6811)" 635 = "Tool and die mkr apprentices" 636 = "Precision assemblers, metal (6812)" 637 = "Machinists (part 6813)" 639 = "Machinist apprentices (part 6813)" 64 = "Computer systems analysts and" 643 = "Boilermakers (6814)" 644 = "Precision grinders, filers, and" 645 = "Patternmakers and model makers," 646 = "Lay-out workers (6821)" 647 = "Precious stones and metals" 649 = "Engravers, metal (6823)" 65 = "Operations and systems" 653 = "Sheet metal workers (part 6824)" 654 = "Sheet metal wrker apprentices" 655 = "Misc precision metal workers" 656 = "Patternmkrs and model makers," 657 = "Cabinet makers and bench" 658 = "Furniture and wood finishers" 659 = "Misc precision woodworkers (6839)" 66 = "Actuaries (1732)" 666 = "Dressmakers (part 6852, part 7752)" 667 = "Tailors (part 6852)" 668 = "Upholsterers (6853)" 669 = "Shoe repairers (6854)" 67 = "Statisticians (1733)" 674 = "Misc precision apparel and fabric" 675 = "Hand molders and shapers, except" 676 = "Patternmakers, lay-out workers," 677 = "Optical goods workers (6864, part" 678 = "Dental laboratory and medical" 679 = "Bookbinders (6844)" 68 = "Mathematical scientists, n.e.c." 683 = "Electrical/electronic equipment" 684 = "Msc precision workers, n.e.c." 686 = "Butchers and meat cutters (6871)" 687 = "Bakers (6872)" 688 = "Food batchmakers (6873, 6879)" 689 = "Inspectors, testers, and graders" 69 = "Physicists and astronomers (1842," 693 = "Adjusters and calibrators (6882)" 694 = "Water and sewage treatment plant" 695 = "Power plant operators (part 693)" 696 = "Stationary engineers (part 693," 699 = "Miscellaneous plant and system" 7 = "Financial managers (122)" 703 = "Set-up operators, lathe and" 704 = "Operators, lathe and turning" 705 = "Milling and planing machine" 706 = "Punching and stamping press" 707 = "Rolling machine operators (7316," 708 = "Drilling and boring machine" 709 = "Grinding, abrading, buffing, and" 713 = "Forging machine operators (7319," 714 = "Numerical control machine" 715 = "Miscellaneous metal, plastic," 717 = "Fabricating machine operators," 719 = "Molding and casting machine" 723 = "Metal plating machine operators" 724 = "Heat treating equipment operators" 725 = "Misc metal and plastic processing" 726 = "Wood lathe, routing, and planing" 727 = "Sawing machine operators (7433," 728 = "Shaping and joining machine" 729 = "Nailing and tacking machine" 73 = "Chemists, except biochemists" 733 = "Miscellaneous woodworking machine" 734 = "Printing press operators (7443," 735 = "Photoengravers and lithographers" 736 = "Typesetters and compositors" 737 = "Miscellaneous printing machine" 738 = "Winding and twisting machine" 739 = "Knitting, looping, taping, and" 74 = "Atmospheric and space scientists" 743 = "Textile cutting machine operators" 744 = "Textile sewing machine operators" 745 = "Shoe machine operators (7656)" 747 = "Pressing machine operators (7657)" 748 = "Laundering and dry cleaning" 749 = "Miscellaneous textile machine" 75 = "Geologists and geodesists (1847)" 753 = "Cementing and gluing machine" 754 = "Packaging and filling machine" 755 = "Extruding and forming machine" 756 = "Mixing and blending machine" 757 = "Separating, filtering, and" 758 = "Compressing and compacting" 759 = "Painting and paint spraying" 76 = "Physical scientists, n.e.c. (1849)" 763 = "Roasting and baking machine" 764 = "Washing, cleaning, and pickling" 765 = "Folding machine operators (7474," 766 = "Furnace, kiln, and oven" 768 = "Crushing and grinding machine" 769 = "Slicing and cutting machine" 77 = "Agricultural and food scientists" 773 = "Motion picture projectionists" 774 = "Photographic process machine" 777 = "Miscellaneous machine operators," 779 = "Machine operators, not specified" 78 = "Biological and life scientists" 783 = "Welders and cutters (7332, 7532," 784 = "Solderers and brazers (7333," 785 = "Assemblers (772, 774)" 786 = "Hand cutting and trimming" 787 = "Hand molding, casting, and" 789 = "Hand painting, coating, and" 79 = "Forestry and conservation" 793 = "Hand engraving and printing" 795 = "Miscellaneous hand working" 796 = "Production inspectors, checkers," 797 = "Production testers (783)" 798 = "Production samplers and weighers" 799 = "Graders and sorters, except" 8 = "Personnel and labor relations" 803 = "Supervisors, motor vehicle" 804 = "Truck drivers (8212-8214)" 806 = "Driver-sales workers (8218)" 808 = "Bus drivers (8215)" 809 = "Taxicab drivers and chauffeurs" 813 = "Parking lot attendants (874)" 814 = "Motor transportation occupations," 823 = "Railroad conductors and" 824 = "Locomotive operating occupations" 825 = "Railroad brake, signal, and" 826 = "Rail vehicle operators, n.e.c." 828 = "Ship captains and mates, except" 829 = "Sailors and deckhands (8243)" 83 = "Medical scientists (1855)" 833 = "Marine engineers (8244)" 834 = "Bridge, lock, and lighthouse" 84 = "Physicians (261)" 843 = "Supervisors, material moving" 844 = "Operating engineers (8312)" 845 = "Longshore equipment operators" 848 = "Hoist and winch operators (8314)" 849 = "Crane and tower operators (8315)" 85 = "Dentists (262)" 853 = "Excavating and loading machine" 855 = "Grader, dozer, and scraper" 856 = "Industrial truck and tractor" 859 = "Misc material moving equipment" 86 = "Veterinarians (27)" 864 = "Supervisors, handlers, equipment" 865 = "Helpers, mechanics, and repairers" 866 = "Helpers, construction trades" 867 = "Helpers, surveyor (8646)" 868 = "Helpers, extractive occupations" 869 = "Construction laborers (871)" 87 = "Optometrists (281)" 874 = "Production helpers (861, 862)" 875 = "Garbage collectors (8722)" 876 = "Stevedores (8723)" 877 = "Stock handlers and baggers (8724)" 878 = "Machine feeders and offbearers" 88 = "Podiatrists (283)" 883 = "Freight, stock, and material" 885 = "Garage and service station rel." 887 = "Vehicle washers and equipment" 888 = "Hand packers and packagers (8761)" 889 = "Laborers, except construction" 89 = "Health diagnosing practitioners," 9 = "Purchasing managers (124)" 905 = "Persons whose current labor force" 95 = "Registered nurses (29)" 96 = "Pharmacists (301)" 97 = "Dietitians (302)" 98 = "Respiratory therapists (3031)" 99 = "Occupational therapists (3032)" ; VALUE ajbocc2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE ebno1l (default=32) -1 = "Not in universe" ; VALUE ebiznowm (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE abiznowm (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tsbdatem (default=32) -1 = "Not in universe" ; VALUE asbdatem (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tebdatem (default=32) -1 = "Not in universe" ; VALUE aebdatem (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE erendb1l (default=32) -1 = "Not in universe" 1 = "Retirement or old age" 10 = "Season ended for a seasonal" 11 = "Quit for some other reason" 2 = "Childcare problems" 3 = "Other family/personal problems" 4 = "Own illness" 5 = "Own injury" 6 = "School/training" 7 = "Went bankrupt/business failed" 8 = "Sold business or transferred" 9 = "To start other business/take job" ; VALUE arendb1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE ehrsbs1l (default=32) -1 = "Not in universe" ; VALUE ahrsbs1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE egrosb1l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE agrosb1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE egrssb1l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE agrssb1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tempb1l (default=32) -1 = "Not in universe" 1 = "Under 25 employees" 2 = "25:99 employees" 3 = "100+ employees" ; VALUE aempb1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE eincpb1l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aincpb1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE epropb1l (default=32) -1 = "Not in universe" 1 = "alone" 2 = "partnership" ; VALUE apropb1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE ehprtb1l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ahprtb1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE eslryb1l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aslryb1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE eoincb1l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aoincb1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tprftb1l (default=32) 0 = "None or not in universe" ; VALUE aprftb1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tbmsum1l (default=32) 0 = "None or not in universe" ; VALUE abmsum1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE epartb1m (default=32) -1 = "Not in universe" 9999 = "Unable to identify person # of" ; VALUE epartb2m (default=32) -1 = "Not in universe" 9999 = "Unable to identify person # of" ; VALUE epartb3m (default=32) -1 = "Not in universe" 9999 = "Unable to identify person # of" ; VALUE tbsind1l (default=32) -1 = "Not in universe" 1 = "Agriculture, forestry and" 10 = "Finance, insurance and real estate" 11 = "Business and repair services" 12 = "Personal services" 13 = "Entertainment and recreation" 14 = "Professional and related services" 15 = "Public administration" 2 = "Mining" 3 = "Construction" 4 = "Manufacturing: nondurable goods" 5 = "Manufacturing: durable goods" 6 = "Transportation, communications" 7 = "Wholesale Trade: durable goods" 8 = "Wholesale trade: nondurable goods" 9 = "Retail trade" ; VALUE absind1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tbsocc1l (default=32) -1 = "Not in universe" 103 = "Physical therapists (3033)" 104 = "Speech therapists (3034)" 105 = "Therapists, n.e.c. (3039)" 106 = "Physicians' assistants (304)" 113 = "Earth, environmental, and marine" 114 = "Biological science teachers (2213)" 115 = "Chemistry teachers (2214)" 116 = "Physics teachers (2215)" 117 = "Natural science teachers, n.e.c." 118 = "Psychology teachers (2217)" 119 = "Economics teachers (2218)" 123 = "History teachers (2222)" 124 = "Political science teachers (2223)" 125 = "Sociology teachers (2224)" 126 = "Social science teachers, n.e.c." 127 = "Engineering teachers (2226)" 128 = "Math. science teachers (2227)" 129 = "Computer science teachers (2228)" 13 = "Managers, marketing, advertising," 133 = "Medical science teachers (2231)" 134 = "Health specialties teachers (2232)" 135 = "Business, commerce, and marketing" 136 = "Agriculture and forestry teachers" 137 = "Art, drama, and music teachers" 138 = "Physical education teachers (2236)" 139 = "Education teachers (2237)" 14 = "Admin, education and rel. fields" 143 = "English teachers (2238)" 144 = "Foreign language teachers (2242)" 145 = "Law teachers (2243)" 146 = "Social work teachers (2244)" 147 = "Theology teachers (2245)" 148 = "Trade and industrial teachers" 149 = "Home economics teachers (2247)" 15 = "Managers, medicine and health" 153 = "Teachers, postsecondary, n.e.c." 154 = "Postsecondary teachers, subject" 155 = "Teachers, prekindergarten and" 156 = "Teachers, elementary school (232)" 157 = "Teachers, secondary school (233)" 158 = "Teachers, special education (235)" 159 = "Teachers, n.e.c. (236, 239)" 163 = "Counselors, Educational and" 164 = "Librarians (251)" 165 = "Archivists and curators (252)" 166 = "Economists (1912)" 167 = "Psychologists (1915)" 168 = "Sociologists (1916)" 169 = "Social scientists, n.e.c. (1913," 17 = "Managers, food serving and" 173 = "Urban planners (192)" 174 = "Social workers (2032)" 175 = "Recreation workers (2033)" 176 = "Clergy (2042)" 177 = "Religious workers, n.e.c. (2049)" 178 = "Lawyers and Judges (211, 212)" 18 = "Managers, properties and real" 183 = "Authors (321)" 184 = "Technical writers (398)" 185 = "Designers (322)" 186 = "Musicians and composers (323)" 187 = "Actors and directors (324)" 188 = "Painters, sculptors," 189 = "Photographers (326)" 19 = "Funeral directors (part 1359)" 193 = "Dancers (327)" 194 = "Artists, performers, and rel." 195 = "Editors and reporters (331)" 197 = "Public relations specialists (332)" 198 = "Announcers (333)" 199 = "Athletes (34)" 203 = "Clinical laboratory technologists" 204 = "Dental hygienists (363)" 205 = "Health record technologists and" 206 = "Radiologic technicians (365)" 207 = "Licensed practical nurses (366)" 208 = "Health technologists and" 21 = "Managers, service organizations," 213 = "Electrical and electronic" 214 = "Industrial engineering" 215 = "Mechanical engineering" 216 = "Engineering technicians, n.e.c." 217 = "Drafting occupations (372)" 218 = "Surveying and mapping technicians" 22 = "Managers and administrators," 223 = "Biological technicians (382)" 224 = "Chemical technicians (3831)" 225 = "Science technicians, n.e.c." 226 = "Airplane pilots and navigators" 227 = "Air traffic controllers (392)" 228 = "Broadcast equipment operators" 229 = "Computer programmers (3971, 3972)" 23 = "Accountants and auditors (1412)" 233 = "Tool programmers, numerical" 234 = "Legal assistants (396)" 235 = "Technicians, n.e.c. (399)" 24 = "Underwriters (1414)" 243 = "Supervisors and Proprietors," 25 = "Other financial officers (1415," 253 = "Insurance sales occupations (4122)" 254 = "Real estate sales occupations" 255 = "Securities and financial services" 256 = "Advertising and rel. sales" 257 = "Sales occupations, other business" 258 = "Sales engineers (421)" 259 = "Sales representatives, mining," 26 = "Management analysts (142)" 263 = "Sales workers, motor vehicles and" 264 = "Sales workers, apparel (4346)" 265 = "Sales workers, shoes (4351)" 266 = "Sales workers, furniture and home" 267 = "Sales workers, radio, Tv, hi-fi," 268 = "Sales workers, hardware and" 269 = "Sales workers, parts (4367)" 27 = "Personnel, training, and labor" 274 = "Sales workers, other commodities" 275 = "Sales counter clerks (4363)" 276 = "Cashiers (4364)" 277 = "Street and door-to-door sales" 278 = "News vendors (4365)" 28 = "Purchasing agents and buyers," 283 = "Demonstrators, promoters and" 284 = "Auctioneers (447)" 285 = "Sales support occupations, n.e.c." 29 = "Buyers, wholesale and retail" 303 = "Supervisors, general office" 304 = "Supervisors, computer equipment" 305 = "Supervisors, financial records" 306 = "Chief communications operators" 307 = "Supervisors, distribution," 308 = "Computer operators (4612)" 309 = "Peripheral equipment operators" 313 = "Secretaries (4622)" 314 = "Stenographers (4623)" 315 = "Typists (4624)" 316 = "Interviewers (4642)" 317 = "Hotel clerks (4643)" 318 = "Transportation ticket and" 319 = "Receptionists (4645)" 323 = "Information clerks, n.e.c. (4649)" 325 = "Classified-ad clerks (4662)" 326 = "Correspondence clerks (4663)" 327 = "Order clerks (4664)" 328 = "Personnel clerks, except payroll" 329 = "Library clerks (4694)" 33 = "Purch. agents and buyers, n.e.c." 335 = "File clerks (4696)" 336 = "Records clerks (4699)" 337 = "Bookkeepers, accounting, and" 338 = "Payroll and timekeeping clerks" 339 = "Billing clerks (4715)" 34 = "Business and promotion agents" 343 = "Cost and rate clerks (4716)" 344 = "Billing, posting, and calculating" 345 = "Duplicating machine operators" 346 = "Mail preparing and paper handling" 347 = "Office mach. operators, n.e.c." 348 = "Telephone operators (4732)" 35 = "Construction inspectors (1472)" 353 = "Communications equipment" 354 = "Postal clerks, except mail" 355 = "Mail carriers, postal service" 356 = "Mail clerks, except postal" 357 = "Messengers (4745)" 359 = "Dispatchers (4751)" 36 = "Inspectors and compliance" 363 = "Production coordinators (4752)" 364 = "Traffic, shipping, and receiving" 365 = "Stock and inventory clerks (4754)" 366 = "Meter readers (4755)" 368 = "Weighers, measurers, checkers," 37 = "Management rel. occupations," 373 = "Expediters (4758)" 374 = "Material recording, scheduling," 375 = "Insurance adjusters, examiners," 376 = "Investigators and adjusters," 377 = "Eligibility clerks, social" 378 = "Bill and account collectors (4786)" 379 = "General office clerks (463)" 383 = "Bank tellers (4791)" 384 = "Proofreaders (4792)" 385 = "Data-entry keyers (4793)" 386 = "Statistical clerks (4794)" 387 = "Teachers' aides (4795)" 389 = "Administrative support" 4 = "Chief executives and general" 403 = "Launderers and ironers (503)" 404 = "Cooks, private household (504)" 405 = "Housekeepers and butlers (505)" 406 = "Child care workers, private hhld" 407 = "Private hhld cleaners and" 413 = "Supervisors, firefighting and" 414 = "Supervisors, police and" 415 = "Supervisors, guards (5113)" 416 = "Fire inspection and fire" 417 = "Firefighting occupations (5123)" 418 = "Police and detectives, public" 423 = "Sheriffs, bailiffs, and other law" 424 = "Correctional institution officers" 425 = "Crossing guards (5142)" 426 = "Guards and police, except public" 427 = "Protective service occupations," 43 = "Architects (161)" 433 = "Supervisors, food preparation and" 434 = "Bartenders (5212)" 435 = "Waiters and waitresses (5213)" 436 = "Cooks (5214, 5215)" 438 = "Food counter, fountain and rel." 439 = "Kitchen workers, food preparation" 44 = "Aerospace engineers(1622)" 443 = "Waiters'/waitresses' assistants" 444 = "Miscellaneous food preparation" 445 = "Dental assistants (5232)" 446 = "Health aides, except nursing" 447 = "Nursing aides, orderlies, and" 448 = "Supervisors, cleaning and" 449 = "Maids and housemen (5242, 5249)" 45 = "Metallurgical and materials" 453 = "Janitors and cleaners (5244)" 454 = "Elevator operators (5245)" 455 = "Pest control occupations (5246)" 456 = "Supervisors, personal service" 457 = "Barbers (5252)" 458 = "Hairdressers and cosmetologists" 459 = "Attendants, amusement and" 46 = "Mining engineers (1624)" 461 = "Guides (5255)" 462 = "Ushers (5256)" 463 = "Public transportation attendants" 464 = "Baggage porters and bellhops" 465 = "Welfare service aides (5263)" 466 = "Family child care providers (part" 467 = "Early childhood teacher's" 468 = "Child care workers, n.e.c. (part" 469 = "Personal service occupations," 47 = "Petroleum engineers (1625)" 473 = "Farmers, except horticultural" 474 = "Horticultural specialty farmers" 475 = "Managers, farms, except" 476 = "Managers, horticultural specialty" 477 = "Supervisors, farm workers (5611)" 479 = "Farm workers (5612-5617)" 48 = "Chemical engineers (1626)" 483 = "Marine life cultivation workers" 484 = "Nursery workers (5619)" 485 = "Supervisors, rel. agricultural" 486 = "Groundskeepers and gardeners," 487 = "Animal caretakers, except farm" 488 = "Grader and sorter, agricultural" 489 = "Inspectors, agricultural products" 49 = "Nuclear engineers (1627)" 494 = "Supervisors, forestry and logging" 495 = "Forestry workers, except logging" 496 = "Timber cutting and logging" 497 = "Captains and other officers," 498 = "Fishers (583)" 499 = "Hunters and trappers (584)" 5 = "Administrators and officials," 503 = "Supervisors, mechanics and" 505 = "Automobile mechanics (part 6111)" 506 = "Auto mechanic apprentices (part" 507 = "Bus, truck, and stationary engine" 508 = "Aircraft engine mechanics (6113)" 509 = "Small engine repairers (6114)" 514 = "Automobile body and rel." 515 = "Aircraft mechanics, except engine" 516 = "Heavy equipment mechanics (6117)" 517 = "Farm equipment mechanics (6118)" 518 = "Industrial machinery repairers" 519 = "Machinery maintenance occupations" 523 = "Electronic repairers," 525 = "Data processing equipment" 526 = "Hhld appliance and power tool" 527 = "Telephone line installers and" 529 = "Telephone installers and" 53 = "Civil engineers (1628)" 533 = "Miscellaneous electrical and" 534 = "Heating, air conditioning, and" 535 = "Camera, watch, and musical" 536 = "Locksmiths and safe repairers" 538 = "Office machine repairers (6174)" 539 = "Mechanical controls and valve" 54 = "Agricultural engineers (1632)" 543 = "Elevator installers and repairers" 544 = "Millwrights (6178)" 547 = "Specified mechanics and" 549 = "Not specified mechanics and" 55 = "Engineers, electrical and" 553 = "Supervisors, brickmasons," 554 = "Supervisors, carpenters and rel." 555 = "Supervisors, electricians and" 556 = "Supervisors, painters," 557 = "Supervisors, plumbers," 558 = "Supervisors, construction, n.e.c." 56 = "Engineers, industrial (1634)" 563 = "Brickmasons and stonemasons (part" 564 = "Brickmason and stonemason" 565 = "Tile setters, hard and soft (part" 566 = "Carpet installers (part 6462)" 567 = "Carpenters (part 6422)" 569 = "Carpenter apprentices (part 6422)" 57 = "Engineers, mechanical (1635)" 573 = "Drywall installers (6424)" 575 = "Electricians (part 6432)" 576 = "Electrician apprentices (part" 577 = "Electrical power installers and" 579 = "Painters, construction and" 58 = "Marine and naval architects (1637)" 583 = "Paperhangers (6443)" 584 = "Plasterers (6444)" 585 = "Plumbers, pipefitters, and" 587 = "Plumber, pipefitter, and" 588 = "Concrete and terrazzo finishers" 589 = "Glaziers (6464)" 59 = "Engineers, n.e.c. (1639)" 593 = "Insulation workers (6465)" 594 = "Paving, surfacing, and tamping" 595 = "Roofers (6468)" 596 = "Sheetmetal duct installers (6472)" 597 = "Structural metal workers (6473)" 598 = "Drillers, earth (6474)" 599 = "Construction trades, n.e.c." 6 = "Administrators, protective" 613 = "Supervisors, extractive" 614 = "Drillers, oil well (652)" 615 = "Explosives workers (653)" 616 = "Mining machine operators (654)" 617 = "Mining occupations, n.e.c. (656)" 628 = "Supervisors, production" 63 = "Surveyors and mapping scientists" 634 = "Tool and die makers (part 6811)" 635 = "Tool and die mkr apprentices" 636 = "Precision assemblers, metal (6812)" 637 = "Machinists (part 6813)" 639 = "Machinist apprentices (part 6813)" 64 = "Computer systems analysts and" 643 = "Boilermakers (6814)" 644 = "Precision grinders, filers, and" 645 = "Patternmakers and model makers," 646 = "Lay-out workers (6821)" 647 = "Precious stones and metals" 649 = "Engravers, metal (6823)" 65 = "Operations and systems" 653 = "Sheet metal workers (part 6824)" 654 = "Sheet metal wrker apprentices" 655 = "Misc precision metal workers" 656 = "Patternmkrs and model makers," 657 = "Cabinet makers and bench" 658 = "Furniture and wood finishers" 659 = "Misc precision woodworkers (6839)" 66 = "Actuaries (1732)" 666 = "Dressmakers (part 6852, part 7752)" 667 = "Tailors (part 6852)" 668 = "Upholsterers (6853)" 669 = "Shoe repairers (6854)" 67 = "Statisticians (1733)" 674 = "Misc precision apparel and fabric" 675 = "Hand molders and shapers, except" 676 = "Patternmakers, lay-out workers," 677 = "Optical goods workers (6864, part" 678 = "Dental laboratory and medical" 679 = "Bookbinders (6844)" 68 = "Mathematical scientists, n.e.c." 683 = "Electrical/electronic equipment" 684 = "Msc precision workers, n.e.c." 686 = "Butchers and meat cutters (6871)" 687 = "Bakers (6872)" 688 = "Food batchmakers (6873, 6879)" 689 = "Inspectors, testers, and graders" 69 = "Physicists and astronomers (1842," 693 = "Adjusters and calibrators (6882)" 694 = "Water and sewage treatment plant" 695 = "Power plant operators (part 693)" 696 = "Stationary engineers (part 693," 699 = "Miscellaneous plant and system" 7 = "Financial managers (122)" 703 = "Set-up operators, lathe and" 704 = "Operators, lathe and turning" 705 = "Milling and planing machine" 706 = "Punching and stamping press" 707 = "Rolling machine operators (7316," 708 = "Drilling and boring machine" 709 = "Grinding, abrading, buffing, and" 713 = "Forging machine operators (7319," 714 = "Numerical control machine" 715 = "Miscellaneous metal, plastic," 717 = "Fabricating machine operators," 719 = "Molding and casting machine" 723 = "Metal plating machine operators" 724 = "Heat treating equipment operators" 725 = "Misc metal and plastic processing" 726 = "Wood lathe, routing, and planing" 727 = "Sawing machine operators (7433," 728 = "Shaping and joining machine" 729 = "Nailing and tacking machine" 73 = "Chemists, except biochemists" 733 = "Miscellaneous woodworking machine" 734 = "Printing press operators (7443," 735 = "Photoengravers and lithographers" 736 = "Typesetters and compositors" 737 = "Miscellaneous printing machine" 738 = "Winding and twisting machine" 739 = "Knitting, looping, taping, and" 74 = "Atmospheric and space scientists" 743 = "Textile cutting machine operators" 744 = "Textile sewing machine operators" 745 = "Shoe machine operators (7656)" 747 = "Pressing machine operators (7657)" 748 = "Laundering and dry cleaning" 749 = "Miscellaneous textile machine" 75 = "Geologists and geodesists (1847)" 753 = "Cementing and gluing machine" 754 = "Packaging and filling machine" 755 = "Extruding and forming machine" 756 = "Mixing and blending machine" 757 = "Separating, filtering, and" 758 = "Compressing and compacting" 759 = "Painting and paint spraying" 76 = "Physical scientists, n.e.c. (1849)" 763 = "Roasting and baking machine" 764 = "Washing, cleaning, and pickling" 765 = "Folding machine operators (7474," 766 = "Furnace, kiln, and oven" 768 = "Crushing and grinding machine" 769 = "Slicing and cutting machine" 77 = "Agricultural and food scientists" 773 = "Motion picture projectionists" 774 = "Photographic process machine" 777 = "Miscellaneous machine operators," 779 = "Machine operators, not specified" 78 = "Biological and life scientists" 783 = "Welders and cutters (7332, 7532," 784 = "Solderers and brazers (7333," 785 = "Assemblers (772, 774)" 786 = "Hand cutting and trimming" 787 = "Hand molding, casting, and" 789 = "Hand painting, coating, and" 79 = "Forestry and conservation" 793 = "Hand engraving and printing" 795 = "Miscellaneous hand working" 796 = "Production inspectors, checkers," 797 = "Production testers (783)" 798 = "Production samplers and weighers" 799 = "Graders and sorters, except" 8 = "Personnel and labor relations" 803 = "Supervisors, motor vehicle" 804 = "Truck drivers (8212-8214)" 806 = "Driver-sales workers (8218)" 808 = "Bus drivers (8215)" 809 = "Taxicab drivers and chauffeurs" 813 = "Parking lot attendants (874)" 814 = "Motor transportation occupations," 823 = "Railroad conductors and" 824 = "Locomotive operating occupations" 825 = "Railroad brake, signal, and" 826 = "Rail vehicle operators, n.e.c." 828 = "Ship captains and mates, except" 829 = "Sailors and deckhands (8243)" 83 = "Medical scientists (1855)" 833 = "Marine engineers (8244)" 834 = "Bridge, lock, and lighthouse" 84 = "Physicians (261)" 843 = "Supervisors, material moving" 844 = "Operating engineers (8312)" 845 = "Longshore equipment operators" 848 = "Hoist and winch operators (8314)" 849 = "Crane and tower operators (8315)" 85 = "Dentists (262)" 853 = "Excavating and loading machine" 855 = "Grader, dozer, and scraper" 856 = "Industrial truck and tractor" 859 = "Misc material moving equipment" 86 = "Veterinarians (27)" 864 = "Supervisors, handlers, equipment" 865 = "Helpers, mechanics, and repairers" 866 = "Helpers, construction trades" 867 = "Helpers, surveyor (8646)" 868 = "Helpers, extractive occupations" 869 = "Construction laborers (871)" 87 = "Optometrists (281)" 874 = "Production helpers (861, 862)" 875 = "Garbage collectors (8722)" 876 = "Stevedores (8723)" 877 = "Stock handlers and baggers (8724)" 878 = "Machine feeders and offbearers" 88 = "Podiatrists (283)" 883 = "Freight, stock, and material" 885 = "Garage and service station rel." 887 = "Vehicle washers and equipment" 888 = "Hand packers and packagers (8761)" 889 = "Laborers, except construction" 89 = "Health diagnosing practitioners," 9 = "Purchasing managers (124)" 905 = "Persons whose current labor force" 95 = "Registered nurses (29)" 96 = "Pharmacists (301)" 97 = "Dietitians (302)" 98 = "Respiratory therapists (3031)" 99 = "Occupational therapists (3032)" ; VALUE absocc1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE ebno2l (default=32) -1 = "Not in universe" ; VALUE ebiznowk (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE abiznowk (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tsbdatek (default=32) -1 = "Not in universe" ; VALUE asbdatek (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tebdatek (default=32) -1 = "Not in universe" ; VALUE aebdatek (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE erendb2l (default=32) -1 = "Not in universe" 1 = "Retirement or old age" 10 = "Season ended for a seasonal" 11 = "Quit for some other reason" 2 = "Childcare problems" 3 = "Other family/personal problems" 4 = "Own illness" 5 = "Own injury" 6 = "School/training" 7 = "Went bankrupt/business failed" 8 = "Sold business or transferred" 9 = "To start other business/take job" ; VALUE arendb2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE ehrsbs2l (default=32) -1 = "Not in universe" ; VALUE ahrsbs2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE egrosb2l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE agrosb2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE egrssb2l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE agrssb2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tempb2l (default=32) -1 = "Not in universe" 1 = "Under 25 employees" 2 = "25:99 employees" 3 = "100+ employees" ; VALUE aempb2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE eincpb2l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aincpb2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE epropb2l (default=32) -1 = "Not in universe" 1 = "alone" 2 = "partnership" ; VALUE apropb2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE ehprtb2l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ahprtb2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE eslryb2l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aslryb2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE eoincb2l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aoincb2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tprftb2l (default=32) 0 = "None or not in universe" ; VALUE aprftb2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tbmsum2l (default=32) 0 = "None or not in universe" ; VALUE abmsum2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE epartb1k (default=32) -1 = "Not in universe" 9999 = "Unable to identify person # of" ; VALUE epartb2k (default=32) -1 = "Not in universe" 9999 = "Unable to identify person # of" ; VALUE epartb3k (default=32) -1 = "Not in universe" 9999 = "Unable to identify person # of" ; VALUE tbsind2l (default=32) -1 = "Not in universe" 1 = "Agriculture, forestry and" 10 = "Finance, insurance and real estate" 11 = "Business and repair services" 12 = "Personal services" 13 = "Entertainment and recreation" 14 = "Professional and related services" 15 = "Public administration" 2 = "Mining" 3 = "Construction" 4 = "Manufacturing: nondurable goods" 5 = "Manufacturing: durable goods" 6 = "Transportation, communications" 7 = "Wholesale Trade: durable goods" 8 = "Wholesale trade: nondurable goods" 9 = "Retail trade" ; VALUE absind2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE tbsocc2l (default=32) -1 = "Not in universe" 103 = "Physical therapists (3033)" 104 = "Speech therapists (3034)" 105 = "Therapists, n.e.c. (3039)" 106 = "Physicians' assistants (304)" 113 = "Earth, environmental, and marine" 114 = "Biological science teachers (2213)" 115 = "Chemistry teachers (2214)" 116 = "Physics teachers (2215)" 117 = "Natural science teachers, n.e.c." 118 = "Psychology teachers (2217)" 119 = "Economics teachers (2218)" 123 = "History teachers (2222)" 124 = "Political science teachers (2223)" 125 = "Sociology teachers (2224)" 126 = "Social science teachers, n.e.c." 127 = "Engineering teachers (2226)" 128 = "Math. science teachers (2227)" 129 = "Computer science teachers (2228)" 13 = "Managers, marketing, advertising," 133 = "Medical science teachers (2231)" 134 = "Health specialties teachers (2232)" 135 = "Business, commerce, and marketing" 136 = "Agriculture and forestry teachers" 137 = "Art, drama, and music teachers" 138 = "Physical education teachers (2236)" 139 = "Education teachers (2237)" 14 = "Admin, education and rel. fields" 143 = "English teachers (2238)" 144 = "Foreign language teachers (2242)" 145 = "Law teachers (2243)" 146 = "Social work teachers (2244)" 147 = "Theology teachers (2245)" 148 = "Trade and industrial teachers" 149 = "Home economics teachers (2247)" 15 = "Managers, medicine and health" 153 = "Teachers, postsecondary, n.e.c." 154 = "Postsecondary teachers, subject" 155 = "Teachers, prekindergarten and" 156 = "Teachers, elementary school (232)" 157 = "Teachers, secondary school (233)" 158 = "Teachers, special education (235)" 159 = "Teachers, n.e.c. (236, 239)" 163 = "Counselors, Educational and" 164 = "Librarians (251)" 165 = "Archivists and curators (252)" 166 = "Economists (1912)" 167 = "Psychologists (1915)" 168 = "Sociologists (1916)" 169 = "Social scientists, n.e.c. (1913," 17 = "Managers, food serving and" 173 = "Urban planners (192)" 174 = "Social workers (2032)" 175 = "Recreation workers (2033)" 176 = "Clergy (2042)" 177 = "Religious workers, n.e.c. (2049)" 178 = "Lawyers and Judges (211, 212)" 18 = "Managers, properties and real" 183 = "Authors (321)" 184 = "Technical writers (398)" 185 = "Designers (322)" 186 = "Musicians and composers (323)" 187 = "Actors and directors (324)" 188 = "Painters, sculptors," 189 = "Photographers (326)" 19 = "Funeral directors (part 1359)" 193 = "Dancers (327)" 194 = "Artists, performers, and rel." 195 = "Editors and reporters (331)" 197 = "Public relations specialists (332)" 198 = "Announcers (333)" 199 = "Athletes (34)" 203 = "Clinical laboratory technologists" 204 = "Dental hygienists (363)" 205 = "Health record technologists and" 206 = "Radiologic technicians (365)" 207 = "Licensed practical nurses (366)" 208 = "Health technologists and" 21 = "Managers, service organizations," 213 = "Electrical and electronic" 214 = "Industrial engineering" 215 = "Mechanical engineering" 216 = "Engineering technicians, n.e.c." 217 = "Drafting occupations (372)" 218 = "Surveying and mapping technicians" 22 = "Managers and administrators," 223 = "Biological technicians (382)" 224 = "Chemical technicians (3831)" 225 = "Science technicians, n.e.c." 226 = "Airplane pilots and navigators" 227 = "Air traffic controllers (392)" 228 = "Broadcast equipment operators" 229 = "Computer programmers (3971, 3972)" 23 = "Accountants and auditors (1412)" 233 = "Tool programmers, numerical" 234 = "Legal assistants (396)" 235 = "Technicians, n.e.c. (399)" 24 = "Underwriters (1414)" 243 = "Supervisors and Proprietors," 25 = "Other financial officers (1415," 253 = "Insurance sales occupations (4122)" 254 = "Real estate sales occupations" 255 = "Securities and financial services" 256 = "Advertising and rel. sales" 257 = "Sales occupations, other business" 258 = "Sales engineers (421)" 259 = "Sales representatives, mining," 26 = "Management analysts (142)" 263 = "Sales workers, motor vehicles and" 264 = "Sales workers, apparel (4346)" 265 = "Sales workers, shoes (4351)" 266 = "Sales workers, furniture and home" 267 = "Sales workers, radio, Tv, hi-fi," 268 = "Sales workers, hardware and" 269 = "Sales workers, parts (4367)" 27 = "Personnel, training, and labor" 274 = "Sales workers, other commodities" 275 = "Sales counter clerks (4363)" 276 = "Cashiers (4364)" 277 = "Street and door-to-door sales" 278 = "News vendors (4365)" 28 = "Purchasing agents and buyers," 283 = "Demonstrators, promoters and" 284 = "Auctioneers (447)" 285 = "Sales support occupations, n.e.c." 29 = "Buyers, wholesale and retail" 303 = "Supervisors, general office" 304 = "Supervisors, computer equipment" 305 = "Supervisors, financial records" 306 = "Chief communications operators" 307 = "Supervisors, distribution," 308 = "Computer operators (4612)" 309 = "Peripheral equipment operators" 313 = "Secretaries (4622)" 314 = "Stenographers (4623)" 315 = "Typists (4624)" 316 = "Interviewers (4642)" 317 = "Hotel clerks (4643)" 318 = "Transportation ticket and" 319 = "Receptionists (4645)" 323 = "Information clerks, n.e.c. (4649)" 325 = "Classified-ad clerks (4662)" 326 = "Correspondence clerks (4663)" 327 = "Order clerks (4664)" 328 = "Personnel clerks, except payroll" 329 = "Library clerks (4694)" 33 = "Purch. agents and buyers, n.e.c." 335 = "File clerks (4696)" 336 = "Records clerks (4699)" 337 = "Bookkeepers, accounting, and" 338 = "Payroll and timekeeping clerks" 339 = "Billing clerks (4715)" 34 = "Business and promotion agents" 343 = "Cost and rate clerks (4716)" 344 = "Billing, posting, and calculating" 345 = "Duplicating machine operators" 346 = "Mail preparing and paper handling" 347 = "Office mach. operators, n.e.c." 348 = "Telephone operators (4732)" 35 = "Construction inspectors (1472)" 353 = "Communications equipment" 354 = "Postal clerks, except mail" 355 = "Mail carriers, postal service" 356 = "Mail clerks, except postal" 357 = "Messengers (4745)" 359 = "Dispatchers (4751)" 36 = "Inspectors and compliance" 363 = "Production coordinators (4752)" 364 = "Traffic, shipping, and receiving" 365 = "Stock and inventory clerks (4754)" 366 = "Meter readers (4755)" 368 = "Weighers, measurers, checkers," 37 = "Management rel. occupations," 373 = "Expediters (4758)" 374 = "Material recording, scheduling," 375 = "Insurance adjusters, examiners," 376 = "Investigators and adjusters," 377 = "Eligibility clerks, social" 378 = "Bill and account collectors (4786)" 379 = "General office clerks (463)" 383 = "Bank tellers (4791)" 384 = "Proofreaders (4792)" 385 = "Data-entry keyers (4793)" 386 = "Statistical clerks (4794)" 387 = "Teachers' aides (4795)" 389 = "Administrative support" 4 = "Chief executives and general" 403 = "Launderers and ironers (503)" 404 = "Cooks, private household (504)" 405 = "Housekeepers and butlers (505)" 406 = "Child care workers, private hhld" 407 = "Private hhld cleaners and" 413 = "Supervisors, firefighting and" 414 = "Supervisors, police and" 415 = "Supervisors, guards (5113)" 416 = "Fire inspection and fire" 417 = "Firefighting occupations (5123)" 418 = "Police and detectives, public" 423 = "Sheriffs, bailiffs, and other law" 424 = "Correctional institution officers" 425 = "Crossing guards (5142)" 426 = "Guards and police, except public" 427 = "Protective service occupations," 43 = "Architects (161)" 433 = "Supervisors, food preparation and" 434 = "Bartenders (5212)" 435 = "Waiters and waitresses (5213)" 436 = "Cooks (5214, 5215)" 438 = "Food counter, fountain and rel." 439 = "Kitchen workers, food preparation" 44 = "Aerospace engineers(1622)" 443 = "Waiters'/waitresses' assistants" 444 = "Miscellaneous food preparation" 445 = "Dental assistants (5232)" 446 = "Health aides, except nursing" 447 = "Nursing aides, orderlies, and" 448 = "Supervisors, cleaning and" 449 = "Maids and housemen (5242, 5249)" 45 = "Metallurgical and materials" 453 = "Janitors and cleaners (5244)" 454 = "Elevator operators (5245)" 455 = "Pest control occupations (5246)" 456 = "Supervisors, personal service" 457 = "Barbers (5252)" 458 = "Hairdressers and cosmetologists" 459 = "Attendants, amusement and" 46 = "Mining engineers (1624)" 461 = "Guides (5255)" 462 = "Ushers (5256)" 463 = "Public transportation attendants" 464 = "Baggage porters and bellhops" 465 = "Welfare service aides (5263)" 466 = "Family child care providers (part" 467 = "Early childhood teacher's" 468 = "Child care workers, n.e.c. (part" 469 = "Personal service occupations," 47 = "Petroleum engineers (1625)" 473 = "Farmers, except horticultural" 474 = "Horticultural specialty farmers" 475 = "Managers, farms, except" 476 = "Managers, horticultural specialty" 477 = "Supervisors, farm workers (5611)" 479 = "Farm workers (5612-5617)" 48 = "Chemical engineers (1626)" 483 = "Marine life cultivation workers" 484 = "Nursery workers (5619)" 485 = "Supervisors, rel. agricultural" 486 = "Groundskeepers and gardeners," 487 = "Animal caretakers, except farm" 488 = "Grader and sorter, agricultural" 489 = "Inspectors, agricultural products" 49 = "Nuclear engineers (1627)" 494 = "Supervisors, forestry and logging" 495 = "Forestry workers, except logging" 496 = "Timber cutting and logging" 497 = "Captains and other officers," 498 = "Fishers (583)" 499 = "Hunters and trappers (584)" 5 = "Administrators and officials," 503 = "Supervisors, mechanics and" 505 = "Automobile mechanics (part 6111)" 506 = "Auto mechanic apprentices (part" 507 = "Bus, truck, and stationary engine" 508 = "Aircraft engine mechanics (6113)" 509 = "Small engine repairers (6114)" 514 = "Automobile body and rel." 515 = "Aircraft mechanics, except engine" 516 = "Heavy equipment mechanics (6117)" 517 = "Farm equipment mechanics (6118)" 518 = "Industrial machinery repairers" 519 = "Machinery maintenance occupations" 523 = "Electronic repairers," 525 = "Data processing equipment" 526 = "Hhld appliance and power tool" 527 = "Telephone line installers and" 529 = "Telephone installers and" 53 = "Civil engineers (1628)" 533 = "Miscellaneous electrical and" 534 = "Heating, air conditioning, and" 535 = "Camera, watch, and musical" 536 = "Locksmiths and safe repairers" 538 = "Office machine repairers (6174)" 539 = "Mechanical controls and valve" 54 = "Agricultural engineers (1632)" 543 = "Elevator installers and repairers" 544 = "Millwrights (6178)" 547 = "Specified mechanics and" 549 = "Not specified mechanics and" 55 = "Engineers, electrical and" 553 = "Supervisors, brickmasons," 554 = "Supervisors, carpenters and rel." 555 = "Supervisors, electricians and" 556 = "Supervisors, painters," 557 = "Supervisors, plumbers," 558 = "Supervisors, construction, n.e.c." 56 = "Engineers, industrial (1634)" 563 = "Brickmasons and stonemasons (part" 564 = "Brickmason and stonemason" 565 = "Tile setters, hard and soft (part" 566 = "Carpet installers (part 6462)" 567 = "Carpenters (part 6422)" 569 = "Carpenter apprentices (part 6422)" 57 = "Engineers, mechanical (1635)" 573 = "Drywall installers (6424)" 575 = "Electricians (part 6432)" 576 = "Electrician apprentices (part" 577 = "Electrical power installers and" 579 = "Painters, construction and" 58 = "Marine and naval architects (1637)" 583 = "Paperhangers (6443)" 584 = "Plasterers (6444)" 585 = "Plumbers, pipefitters, and" 587 = "Plumber, pipefitter, and" 588 = "Concrete and terrazzo finishers" 589 = "Glaziers (6464)" 59 = "Engineers, n.e.c. (1639)" 593 = "Insulation workers (6465)" 594 = "Paving, surfacing, and tamping" 595 = "Roofers (6468)" 596 = "Sheetmetal duct installers (6472)" 597 = "Structural metal workers (6473)" 598 = "Drillers, earth (6474)" 599 = "Construction trades, n.e.c." 6 = "Administrators, protective" 613 = "Supervisors, extractive" 614 = "Drillers, oil well (652)" 615 = "Explosives workers (653)" 616 = "Mining machine operators (654)" 617 = "Mining occupations, n.e.c. (656)" 628 = "Supervisors, production" 63 = "Surveyors and mapping scientists" 634 = "Tool and die makers (part 6811)" 635 = "Tool and die mkr apprentices" 636 = "Precision assemblers, metal (6812)" 637 = "Machinists (part 6813)" 639 = "Machinist apprentices (part 6813)" 64 = "Computer systems analysts and" 643 = "Boilermakers (6814)" 644 = "Precision grinders, filers, and" 645 = "Patternmakers and model makers," 646 = "Lay-out workers (6821)" 647 = "Precious stones and metals" 649 = "Engravers, metal (6823)" 65 = "Operations and systems" 653 = "Sheet metal workers (part 6824)" 654 = "Sheet metal wrker apprentices" 655 = "Misc precision metal workers" 656 = "Patternmkrs and model makers," 657 = "Cabinet makers and bench" 658 = "Furniture and wood finishers" 659 = "Misc precision woodworkers (6839)" 66 = "Actuaries (1732)" 666 = "Dressmakers (part 6852, part 7752)" 667 = "Tailors (part 6852)" 668 = "Upholsterers (6853)" 669 = "Shoe repairers (6854)" 67 = "Statisticians (1733)" 674 = "Misc precision apparel and fabric" 675 = "Hand molders and shapers, except" 676 = "Patternmakers, lay-out workers," 677 = "Optical goods workers (6864, part" 678 = "Dental laboratory and medical" 679 = "Bookbinders (6844)" 68 = "Mathematical scientists, n.e.c." 683 = "Electrical/electronic equipment" 684 = "Msc precision workers, n.e.c." 686 = "Butchers and meat cutters (6871)" 687 = "Bakers (6872)" 688 = "Food batchmakers (6873, 6879)" 689 = "Inspectors, testers, and graders" 69 = "Physicists and astronomers (1842," 693 = "Adjusters and calibrators (6882)" 694 = "Water and sewage treatment plant" 695 = "Power plant operators (part 693)" 696 = "Stationary engineers (part 693," 699 = "Miscellaneous plant and system" 7 = "Financial managers (122)" 703 = "Set-up operators, lathe and" 704 = "Operators, lathe and turning" 705 = "Milling and planing machine" 706 = "Punching and stamping press" 707 = "Rolling machine operators (7316," 708 = "Drilling and boring machine" 709 = "Grinding, abrading, buffing, and" 713 = "Forging machine operators (7319," 714 = "Numerical control machine" 715 = "Miscellaneous metal, plastic," 717 = "Fabricating machine operators," 719 = "Molding and casting machine" 723 = "Metal plating machine operators" 724 = "Heat treating equipment operators" 725 = "Misc metal and plastic processing" 726 = "Wood lathe, routing, and planing" 727 = "Sawing machine operators (7433," 728 = "Shaping and joining machine" 729 = "Nailing and tacking machine" 73 = "Chemists, except biochemists" 733 = "Miscellaneous woodworking machine" 734 = "Printing press operators (7443," 735 = "Photoengravers and lithographers" 736 = "Typesetters and compositors" 737 = "Miscellaneous printing machine" 738 = "Winding and twisting machine" 739 = "Knitting, looping, taping, and" 74 = "Atmospheric and space scientists" 743 = "Textile cutting machine operators" 744 = "Textile sewing machine operators" 745 = "Shoe machine operators (7656)" 747 = "Pressing machine operators (7657)" 748 = "Laundering and dry cleaning" 749 = "Miscellaneous textile machine" 75 = "Geologists and geodesists (1847)" 753 = "Cementing and gluing machine" 754 = "Packaging and filling machine" 755 = "Extruding and forming machine" 756 = "Mixing and blending machine" 757 = "Separating, filtering, and" 758 = "Compressing and compacting" 759 = "Painting and paint spraying" 76 = "Physical scientists, n.e.c. (1849)" 763 = "Roasting and baking machine" 764 = "Washing, cleaning, and pickling" 765 = "Folding machine operators (7474," 766 = "Furnace, kiln, and oven" 768 = "Crushing and grinding machine" 769 = "Slicing and cutting machine" 77 = "Agricultural and food scientists" 773 = "Motion picture projectionists" 774 = "Photographic process machine" 777 = "Miscellaneous machine operators," 779 = "Machine operators, not specified" 78 = "Biological and life scientists" 783 = "Welders and cutters (7332, 7532," 784 = "Solderers and brazers (7333," 785 = "Assemblers (772, 774)" 786 = "Hand cutting and trimming" 787 = "Hand molding, casting, and" 789 = "Hand painting, coating, and" 79 = "Forestry and conservation" 793 = "Hand engraving and printing" 795 = "Miscellaneous hand working" 796 = "Production inspectors, checkers," 797 = "Production testers (783)" 798 = "Production samplers and weighers" 799 = "Graders and sorters, except" 8 = "Personnel and labor relations" 803 = "Supervisors, motor vehicle" 804 = "Truck drivers (8212-8214)" 806 = "Driver-sales workers (8218)" 808 = "Bus drivers (8215)" 809 = "Taxicab drivers and chauffeurs" 813 = "Parking lot attendants (874)" 814 = "Motor transportation occupations," 823 = "Railroad conductors and" 824 = "Locomotive operating occupations" 825 = "Railroad brake, signal, and" 826 = "Rail vehicle operators, n.e.c." 828 = "Ship captains and mates, except" 829 = "Sailors and deckhands (8243)" 83 = "Medical scientists (1855)" 833 = "Marine engineers (8244)" 834 = "Bridge, lock, and lighthouse" 84 = "Physicians (261)" 843 = "Supervisors, material moving" 844 = "Operating engineers (8312)" 845 = "Longshore equipment operators" 848 = "Hoist and winch operators (8314)" 849 = "Crane and tower operators (8315)" 85 = "Dentists (262)" 853 = "Excavating and loading machine" 855 = "Grader, dozer, and scraper" 856 = "Industrial truck and tractor" 859 = "Misc material moving equipment" 86 = "Veterinarians (27)" 864 = "Supervisors, handlers, equipment" 865 = "Helpers, mechanics, and repairers" 866 = "Helpers, construction trades" 867 = "Helpers, surveyor (8646)" 868 = "Helpers, extractive occupations" 869 = "Construction laborers (871)" 87 = "Optometrists (281)" 874 = "Production helpers (861, 862)" 875 = "Garbage collectors (8722)" 876 = "Stevedores (8723)" 877 = "Stock handlers and baggers (8724)" 878 = "Machine feeders and offbearers" 88 = "Podiatrists (283)" 883 = "Freight, stock, and material" 885 = "Garage and service station rel." 887 = "Vehicle washers and equipment" 888 = "Hand packers and packagers (8761)" 889 = "Laborers, except construction" 89 = "Health diagnosing practitioners," 9 = "Purchasing managers (124)" 905 = "Persons whose current labor force" 95 = "Registered nurses (29)" 96 = "Pharmacists (301)" 97 = "Dietitians (302)" 98 = "Respiratory therapists (3031)" 99 = "Occupational therapists (3032)" ; VALUE absocc2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation(derivation)" 4 = "Statistical or logical imputation" ; VALUE euectypm (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE auectypm (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE euectypk (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE auectypk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE elmptypm (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE almptypm (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE elmptypk (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE almptypk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE elmptypl (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE almptypl (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE essself (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE assself (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE esschild (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE asschild (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE essichld (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE assichld (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE essiself (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE assiself (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE estssi (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE astssi (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE rwcmprsn (default=32) -1 = "Not in universe" 1 = "Disability" 3 = "Suvivor" 5 = "Disability and Suvivor" 8 = "No payment" ; VALUE awcmprsn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE rinsrsn (default=32) -1 = "Not in universe" 1 = "Disability" 8 = "No payment received" ; VALUE ainsrsn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE rempdrsn (default=32) -1 = "Not in universe" 1 = "Disability" 8 = "No payment" ; VALUE aempdrsn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE rpensrsn (default=32) -1 = "Not in universe" 1 = "Disability" 2 = "Retirement" 3 = "Survivor" 4 = "Disability and retirement" 5 = "Disability and survivor" 6 = "Retirement and survivor" 7 = "Disability, retirement, and" 8 = "No payment received" ; VALUE apensrsn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE rfcsrsn (default=32) -1 = "Not in universe" 1 = "Disability" 2 = "Retirement" 3 = "Survivor" 4 = "Disability and retirement" 5 = "Disability and survivor" 6 = "Retirement and survivor" 7 = "Disability, retirement, and" 8 = "No payment received" ; VALUE afcsrsn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE rstatrsn (default=32) -1 = "Not in universe" 1 = "Disability" 2 = "Retirement" 3 = "Survivor" 4 = "Disability and retirement" 5 = "Disability and survivor" 6 = "Retirement and survivor" 7 = "Disability, retirement, and" 8 = "No payment received" ; VALUE astatrsn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE rlgovrsn (default=32) -1 = "Not in universe" 1 = "Disability" 2 = "Retirement" 3 = "Survivor" 4 = "Disability and retirement" 5 = "Disability and survivor" 6 = "Retirement and survivor" 7 = "Disability, retirement, and" 8 = "No payment received" ; VALUE algovrsn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE rmilrsn (default=32) -1 = "Not in universe" 1 = "Disability" 2 = "Retirement" 3 = "Survivor" 4 = "Disability and retirement" 5 = "Disability and survivor" 6 = "Retirement and survivor" 7 = "Disability, retirement, and" 8 = "No payment received" ; VALUE amilrsn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE rrrsn (default=32) -1 = "Not in universe" 1 = "Disability" 2 = "Retirement" 3 = "Survivor" 4 = "Disability and retirement" 5 = "Disability and survivor" 6 = "Retirement and survivor" 7 = "Disability, retirement, and" 8 = "No payment received" ; VALUE arrrsn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE rblklrsn (default=32) -1 = "Not in universe" 1 = "Disability" 3 = "Survivor" 5 = "Disability and survivor" 8 = "No payment received" ; VALUE ablklrsn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE rothrrsn (default=32) -1 = "Not in universe" 1 = "Disability" 2 = "Retirement" 3 = "Suvivor" 4 = "Disability and retirement" 5 = "Disability and survivor" 6 = "Retirement and survivor" 7 = "Disability, retirement, and" 8 = "No payment received" ; VALUE aothrrsn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE rlifirsn (default=32) -1 = "Not in universe" 2 = "Retirement" 3 = "Suvivor" 6 = "Retirement and survivor" 8 = "No payment received" ; VALUE alifirsn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE rvetsrsn (default=32) -1 = "Not in universe" 3 = "Suvivor" 8 = "No payment received" ; VALUE avetsrsn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE restarsn (default=32) -1 = "Not in universe" 3 = "Suvivor" 8 = "No payment received" ; VALUE aestarsn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE efccyn (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE afccyn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ecsagree (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE acsagree (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ecsyn (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE acsyn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ealiyn (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aaliyn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE efsyn (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE afsyn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE epssthru (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE apssthru (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ewicyn (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE awicyn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE epatyn (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE apatyn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE epatyp1l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE apatyp1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE epatyp2l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE apatyp2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE epatyp3l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE apatyp3l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE epatyp4l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE apatyp4l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE epatyp5l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE apatyp5l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE epatyp6l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE apatyp6l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE epatyp7l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE apatyp7l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ecomserv (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE acomserv (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ecomtype (default=32) -1 = "Not in universe" 1 = "Community service or an unpaid job" 2 = "Some other kind of job-training" ; VALUE acomtype (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE easetdrw (default=32) -1 = "Not in universe" 1 = "Lump Sum" 2 = "Regular distribution" 3 = "Both" 4 = "No" ; VALUE aasetdrw (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE eresnssw (default=32) -1 = "Not in universe" 1 = "Retired" 2 = "Disabled" 3 = "Widowed or surviving child" 4 = "Spouse or dependent child" 5 = "Some other reason" ; VALUE aresnssw (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE eresnssk (default=32) -1 = "Not in universe" 0 = "Persons providing only one reason" 1 = "Retired" 2 = "Disabled" 3 = "Widowed or surviving child" 4 = "Spouse or dependent child" 5 = "Some other reason" ; VALUE aresnssk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tagess (default=32) -1 = "Not in universe" ; VALUE aagess (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ejntssyn (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ajntssyn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er01a (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar01a (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er01k (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar01k (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er02l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar02l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er03a (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar03a (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er03k (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar03k (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er04l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar04l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er05l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar05l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er07l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar07l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er08l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar08l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er09l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar09l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er10l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar10l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er12l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar12l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er13l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar13l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er14l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar14l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er15l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar15l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er20l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar20l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er21l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar21l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er23l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar23l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er24l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar24l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er25l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar25l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er26l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar26l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er27l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar27l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er28l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar28l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er29l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar29l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er30l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar30l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er31l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar31l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er32l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar32l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er34l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar34l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er35l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar35l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er36l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar36l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er37l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar37l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er38l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar38l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er39l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar39l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er42l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar42l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er50l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar50l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er51l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar51l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er52l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar52l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er53l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar53l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er55l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar55l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er56l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar56l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE er75l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ar75l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t01amta (default=32) 0 = "None or not in universe" ; VALUE a01amta (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t01amtk (default=32) 0 = "None or not in universe" ; VALUE a01amtk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t02amt (default=32) 0 = "None or not in universe" ; VALUE a02amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t03amta (default=32) 0 = "None or not in universe" ; VALUE a03amta (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t03amtk (default=32) 0 = "None or not in universe" ; VALUE a03amtk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t04amt (default=32) 0 = "None or not in universe" ; VALUE a04amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t05amt (default=32) 0 = "None or not in universe" ; VALUE a05amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t07amt (default=32) 0 = "None or not in universe" ; VALUE a07amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t08amt (default=32) 0 = "None or not in universe" ; VALUE a08amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t09amt (default=32) 0 = "None or not in universe" ; VALUE a09amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t10amt (default=32) 0 = "None or not in universe" ; VALUE a10amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t12amt (default=32) 0 = "None or not in universe" ; VALUE a12amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t13amt (default=32) 0 = "None or not in universe" ; VALUE a13amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t14amt (default=32) 0 = "None or not in universe" ; VALUE a14amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t15amt (default=32) 0 = "None or not in universe" ; VALUE a15amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t20amt (default=32) 0 = "None or not in universe" ; VALUE a20amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t21amt (default=32) 0 = "None or not in universe" ; VALUE a21amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t23amt (default=32) 0 = "None or not in universe" ; VALUE a23amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t24amt (default=32) 0 = "None or not in universe" ; VALUE a24amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t25amt (default=32) 0 = "None or not in universe" ; VALUE a25amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t26amt (default=32) 0 = "None or not in universe" ; VALUE a26amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t27amt (default=32) 0 = "None or not in universe" ; VALUE a27amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t28amt (default=32) 0 = "None or not in universe" ; VALUE a28amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t29amt (default=32) 0 = "None or not in universe" ; VALUE a29amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t30amt (default=32) 0 = "None or not in universe" ; VALUE a30amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t31amt (default=32) 0 = "None or not in universe" ; VALUE a31amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t32amt (default=32) 0 = "None or not in universe" ; VALUE a32amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t34amt (default=32) 0 = "None or not in universe" ; VALUE a34amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t35amt (default=32) 0 = "None or not in universe" ; VALUE a35amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t36amt (default=32) 0 = "None or not in universe" ; VALUE a36amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t37amt (default=32) 0 = "None or not in universe" ; VALUE a37amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t38amt (default=32) 0 = "None or not in universe" ; VALUE a38amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t39amt (default=32) 0 = "None or not in universe" ; VALUE a39amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t42amt (default=32) 0 = "None or not in universe" ; VALUE a42amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t50amt (default=32) 0 = "None or not in universe" ; VALUE a50amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t51amt (default=32) 0 = "None or not in universe" ; VALUE a51amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t52amt (default=32) 0 = "None or not in universe" ; VALUE a52amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t53amt (default=32) 0 = "None or not in universe" ; VALUE a53amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t55amt (default=32) 0 = "None or not in universe" ; VALUE a55amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t56amt (default=32) 0 = "None or not in universe" ; VALUE a56amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE t75amt (default=32) 0 = "None or not in universe" ; VALUE a75amt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tcsagy (default=32) 0 = "None or not in universe" ; VALUE acsagy (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE erolovry (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE arolovry (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE erolovrk (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE arolovrk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE trollamt (default=32) 0 = "None or not in universe" ; VALUE arollamt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE rab1r1l (default=32) -1 = "Not in universe" 10 = "Other, specify" 2 = "Pregnancy/birth of child" 3 = "Began receiving for another" 4 = "Separated or divorced from" 5 = "Loss of job/wages/other income" 6 = "Loss of other support income" 7 = "Just learned about program" 8 = "Just got around to applying" 9 = "Became disabled" ; VALUE rab1r2l (default=32) -1 = "Not in universe" 10 = "Other, specify" 2 = "Pregnancy/birth of child" 3 = "Began receiving for another" 4 = "Separated or divorced from" 5 = "Loss of job/wages/other income" 6 = "Loss of other support income" 7 = "Just learned about program" 8 = "Just got around to applying" 9 = "Became disabled" ; VALUE rab2r1l (default=32) -1 = "Not in universe" 10 = "Other, specify" 2 = "Pregnancy/birth of child" 3 = "Began receiving for another" 4 = "Separated or divorced from" 5 = "Loss of job/wages/other income" 6 = "Loss of other support income" 7 = "Just learned about program" 8 = "Just got around to applying" 9 = "Became disabled" ; VALUE rab2r2l (default=32) -1 = "Not in universe" 10 = "Other, specify" 2 = "Pregnancy/birth of child" 3 = "Began receiving for another" 4 = "Separated or divorced from" 5 = "Loss of job/wages/other income" 6 = "Loss of other support income" 7 = "Just learned about program" 8 = "Just got around to applying" 9 = "Became disabled" ; VALUE ras1l (default=32) -1 = "Not in Universe" 1 = "Became ineligible because of" 2 = "Because of family changes" 3 = "Still eligible but could/chose" 4 = "Became ineligible because program" 5 = "Eligibility ran out because of" 6 = "Other, specify" ; VALUE ras2l (default=32) -1 = "Not in Universe" 1 = "Became ineligible because of" 2 = "Because of family changes" 3 = "Still eligible but could/chose" 4 = "Became ineligible because program" 5 = "Eligibility ran out because of" 6 = "Other, specify" ; VALUE rwb1r1l (default=32) -1 = "Not in universe" 10 = "Other, specify" 2 = "Pregnancy/birth of child" 3 = "Began receiving for another" 4 = "Separated or divorced from" 5 = "Loss of job/wages/other income" 6 = "Loss of other support income" 7 = "Just learned about program" 8 = "Just got around to applying" 9 = "Became disabled" ; VALUE rwb1r2l (default=32) -1 = "Not in universe" 10 = "Other, specify" 2 = "Pregnancy/birth of child" 3 = "Began receiving for another" 4 = "Separated or divorced from" 5 = "Loss of job/wages/other income" 6 = "Loss of other support income" 7 = "Just learned about program" 8 = "Just got around to applying" 9 = "Became disabled" ; VALUE rwb2r1l (default=32) -1 = "Not in universe" 10 = "Other, specify" 2 = "Pregnancy/birth of child" 3 = "Began receiving for another" 4 = "Separated or divorced from" 5 = "Loss of job/wages/other income" 6 = "Loss of other support income" 7 = "Just learned about program" 8 = "Just got around to applying" 9 = "Became disabled" ; VALUE rwb2r2l (default=32) -1 = "Not in universe" 10 = "Other, specify" 2 = "Pregnancy/birth of child" 3 = "Began receiving for another" 4 = "Separated or divorced from" 5 = "Loss of job/wages/other income" 6 = "Loss of other support income" 7 = "Just learned about program" 8 = "Just got around to applying" 9 = "Became disabled" ; VALUE rws1l (default=32) -1 = "Not in Universe" 1 = "Became ineligible because of" 2 = "Because of family changes" 3 = "Still eligible but could/chose" 4 = "Became ineligible because program" 5 = "Eligibility ran out because of" 6 = "Other, specify" ; VALUE rws2l (default=32) -1 = "Not in Universe" 1 = "Became ineligible because of" 2 = "Because of family changes" 3 = "Still eligible but could/chose" 4 = "Became ineligible because program" 5 = "Eligibility ran out because of" 6 = "Other, specify" ; VALUE rfb1r1l (default=32) -1 = "Not in universe" 10 = "Other, specify" 2 = "Pregnancy/birth of child" 3 = "Began receiving for another" 4 = "Separated or divorced from" 5 = "Loss of job/wages/other income" 6 = "Loss of other support income" 7 = "Just learned about program" 8 = "Just got around to applying" 9 = "Became disabled" ; VALUE rfb1r2l (default=32) -1 = "Not in universe" 10 = "Other, specify" 2 = "Pregnancy/birth of child" 3 = "Began receiving for another" 4 = "Separated or divorced from" 5 = "Loss of job/wages/other income" 6 = "Loss of other support income" 7 = "Just learned about program" 8 = "Just got around to applying" 9 = "Became disabled" ; VALUE rfb2r1l (default=32) -1 = "Not in universe" 10 = "Other, specify" 2 = "Pregnancy/birth of child" 3 = "Began receiving for another" 4 = "Separated or divorced from" 5 = "Loss of job/wages/other income" 6 = "Loss of other support income" 7 = "Just learned about program" 8 = "Just got around to applying" 9 = "Became disabled" ; VALUE rfb2r2l (default=32) -1 = "Not in universe" 10 = "Other, specify" 2 = "Pregnancy/birth of child" 3 = "Began receiving for another" 4 = "Separated or divorced from" 5 = "Loss of job/wages/other income" 6 = "Loss of other support income" 7 = "Just learned about program" 8 = "Just got around to applying" 9 = "Became disabled" ; VALUE rfs1l (default=32) -1 = "Not in Universe" 1 = "Became ineligible because of" 2 = "Because of family changes" 3 = "Still eligible but could/chose" 4 = "Became ineligible because program" 5 = "Eligibility ran out because of" 6 = "Other, specify" ; VALUE rfs2l (default=32) -1 = "Not in Universe" 1 = "Became ineligible because of" 2 = "Because of family changes" 3 = "Still eligible but could/chose" 4 = "Became ineligible because program" 5 = "Eligibility ran out because of" 6 = "Other, specify" ; VALUE rgb1r1l (default=32) -1 = "Not in universe" 10 = "Other, specify" 2 = "Pregnancy/birth of child" 3 = "Began receiving for another" 4 = "Separated or divorced from" 5 = "Loss of job/wages/other income" 6 = "Loss of other support income" 7 = "Just learned about program" 8 = "Just got around to applying" 9 = "Became disabled" ; VALUE rgb1r2l (default=32) -1 = "Not in universe" 10 = "Other, specify" 2 = "Pregnancy/birth of child" 3 = "Began receiving for another" 4 = "Separated or divorced from" 5 = "Loss of job/wages/other income" 6 = "Loss of other support income" 7 = "Just learned about program" 8 = "Just got around to applying" 9 = "Became disabled" ; VALUE rgb2r1l (default=32) -1 = "Not in universe" 10 = "Other, specify" 2 = "Pregnancy/birth of child" 3 = "Began receiving for another" 4 = "Separated or divorced from" 5 = "Loss of job/wages/other income" 6 = "Loss of other support income" 7 = "Just learned about program" 8 = "Just got around to applying" 9 = "Became disabled" ; VALUE rgb2r2l (default=32) -1 = "Not in universe" 10 = "Other, specify" 2 = "Pregnancy/birth of child" 3 = "Began receiving for another" 4 = "Separated or divorced from" 5 = "Loss of job/wages/other income" 6 = "Loss of other support income" 7 = "Just learned about program" 8 = "Just got around to applying" 9 = "Became disabled" ; VALUE rgs1l (default=32) -1 = "Not in Universe" 1 = "Became ineligible because of" 2 = "Because of family changes" 3 = "Still eligible but could/chose" 4 = "Became ineligible because program" 5 = "Eligibility ran out because of" 6 = "Other, specify" ; VALUE rgs2l (default=32) -1 = "Not in Universe" 1 = "Became ineligible because of" 2 = "Because of family changes" 3 = "Still eligible but could/chose" 4 = "Became ineligible because program" 5 = "Eligibility ran out because of" 6 = "Other, specify" ; VALUE rob1r1l (default=32) -1 = "Not in universe" 10 = "Other, specify" 2 = "Pregnancy/birth of child" 3 = "Began receiving for another" 4 = "Separated or divorced from" 5 = "Loss of job/wages/other income" 6 = "Loss of other support income" 7 = "Just learned about program" 8 = "Just got around to applying" 9 = "Became disabled" ; VALUE rob1r2l (default=32) -1 = "Not in universe" 10 = "Other, specify" 2 = "Pregnancy/birth of child" 3 = "Began receiving for another" 4 = "Separated or divorced from" 5 = "Loss of job/wages/other income" 6 = "Loss of other support income" 7 = "Just learned about program" 8 = "Just got around to applying" 9 = "Became disabled" ; VALUE rob2r1l (default=32) -1 = "Not in universe" 10 = "Other, specify" 2 = "Pregnancy/birth of child" 3 = "Began receiving for another" 4 = "Separated or divorced from" 5 = "Loss of job/wages/other income" 6 = "Loss of other support income" 7 = "Just learned about program" 8 = "Just got around to applying" 9 = "Became disabled" ; VALUE rob2r2l (default=32) -1 = "Not in universe" 10 = "Other, specify" 2 = "Pregnancy/birth of child" 3 = "Began receiving for another" 4 = "Separated or divorced from" 5 = "Loss of job/wages/other income" 6 = "Loss of other support income" 7 = "Just learned about program" 8 = "Just got around to applying" 9 = "Became disabled" ; VALUE ros1l (default=32) -1 = "Not in Universe" 1 = "Became ineligible because of" 2 = "Because of family changes" 3 = "Still eligible but could/chose" 4 = "Became ineligible because program" 5 = "Eligibility ran out because of" 6 = "Other, specify" ; VALUE ros2l (default=32) -1 = "Not in Universe" 1 = "Became ineligible because of" 2 = "Because of family changes" 3 = "Still eligible but could/chose" 4 = "Became ineligible because program" 5 = "Eligibility ran out because of" 6 = "Other, specify" ; VALUE rsb1r1l (default=32) -1 = "Not in universe" 2 = "Became disabled/blind" 3 = "Over 65" 4 = "Other, specify" ; VALUE rsb1r2l (default=32) -1 = "Not in universe" 2 = "Became disabled/blind" 3 = "Over 65" 4 = "Other, specify" ; VALUE rsb2r1l (default=32) -1 = "Not in universe" 2 = "Became disabled/blind" 3 = "Over 65" 4 = "Other, specify" ; VALUE rsb2r2l (default=32) -1 = "Not in universe" 2 = "Became disabled/blind" 3 = "Over 65" 4 = "Other, specify" ; VALUE rss1l (default=32) -1 = "Not in Universe" 1 = "Became ineligible because of" 2 = "Because of family changes" 3 = "Still eligible but could/chose" 4 = "Became ineligible because program" 5 = "Eligibility ran out because of" 6 = "Other, specify" ; VALUE rss2l (default=32) -1 = "Not in Universe" 1 = "Became ineligible because of" 2 = "Because of family changes" 3 = "Still eligible but could/chose" 4 = "Became ineligible because program" 5 = "Eligibility ran out because of" 6 = "Other, specify" ; VALUE east1a (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aast1a (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE east1b (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aast1b (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE east1c (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aast1c (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE east2a (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aast2a (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE east2b (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aast2b (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE east2c (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aast2c (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE east2d (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aast2d (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE east3a (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aast3a (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE east3b (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aast3b (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE east3c (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aast3c (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE east3d (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aast3d (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE east3e (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aast3e (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE east4a (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aast4a (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE east4b (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aast4b (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE east4c (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aast4c (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ejntrnt (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ajntrnt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tjarnt (default=32) 0 = "None or not in universe" ; VALUE ajarnt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tjaclr (default=32) 0 = "None or not in universe" ; VALUE ajaclr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE eownrnt (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE aownrnt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE toarnt (default=32) 0 = "None or not in universe" ; VALUE aoarnt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE toaclr (default=32) 0 = "None or not in universe" ; VALUE aoaclr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ejrnt2l (default=32) -1 = "Not universe" 1 = "Yes" 2 = "No" ; VALUE ajrnt2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tjaclr2l (default=32) 0 = "None or not in universe" ; VALUE ajaclr2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE emrtjnt (default=32) -1 = "Not universe" 1 = "Yes" 2 = "No" ; VALUE amrtjnt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tmijnt (default=32) 0 = "None or not in universe" ; VALUE amijnt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE emrtown (default=32) -1 = "Not universe" 1 = "Yes" 2 = "No" ; VALUE amrtown (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tmiown (default=32) 0 = "None or not in universe" ; VALUE amiown (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE trndup1l (default=32) 0 = "None or not in universe" ; VALUE arndup1l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE trndup2l (default=32) 0 = "None or not in universe" ; VALUE arndup2l (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tothprop (default=32) 0 = "None or not in universe" ; VALUE eckjt (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ackjt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tckjtint (default=32) 0 = "None or not in universe" ; VALUE ackjtint (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE eckoast (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ackoast (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tckoint (default=32) 0 = "None or not in universe" ; VALUE ackoint (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE esvjt (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE asvjt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tsvjtint (default=32) 0 = "None or not in universe" ; VALUE asvjtint (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE esvoast (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE asvoast (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tsvoint (default=32) 0 = "None or not in universe" ; VALUE asvoint (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE emdjt (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE amdjt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tmdjtint (default=32) 0 = "None or not in universe" ; VALUE amdjtint (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE emdoast (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE amdoast (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tmdoint (default=32) 0 = "None or not in universe" ; VALUE amdoint (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ecdjt (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE acdjt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tcdjtint (default=32) 0 = "None or not in universe" ; VALUE acdjtint (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ecdoast (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE acdoast (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tcdoint (default=32) 0 = "None or not in universe" ; VALUE acdoint (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ebdjt (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE abdjt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tbdjtint (default=32) 0 = "None or not in universe" ; VALUE abdjtint (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ebdoast (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE abdoast (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tbdoint (default=32) 0 = "None or not in universe" ; VALUE abdoint (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE egvjt (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE agvjt (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tgvjtint (default=32) 0 = "None or not in universe" ; VALUE agvjtint (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE egvoast (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE agvoast (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tgvoint (default=32) 0 = "None or not in universe" ; VALUE agvoint (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tintinc (default=32) 0 = "None or not in univerese" ; VALUE emanychk (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE amanychk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tmjntdiv (default=32) 0 = "None or not in universe" ; VALUE amjntdiv (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tmowndiv (default=32) 0 = "None or not in universe" ; VALUE amowndiv (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE emothdiv (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE amothdiv (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tmjadiv (default=32) 0 = "None or not in universe" ; VALUE amjadiv (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tmownadv (default=32) 0 = "None or not in universe" ; VALUE amownadv (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE esanychk (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE asanychk (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tsjntdiv (default=32) 0 = "None or not in universe" ; VALUE asjntdiv (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tsowndiv (default=32) 0 = "None or not in universe" ; VALUE asowndiv (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE esothdiv (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE asothdiv (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tsjadiv (default=32) 0 = "None or not in universe" ; VALUE asjadiv (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tsownadv (default=32) 0 = "None or not in universe" ; VALUE asownadv (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE tdivinc (default=32) 0 = "None or not in universe" ; VALUE ecrmth (default=32) -1 = "Not in universe" 1 = "Yes, covered" 2 = "No, not covered" ; VALUE acrmth (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE rmedcode (default=32) -1 = "Not in universe" 1 = "Retired or disabled worker" 2 = "Spouse of retired or disabled" 3 = "Widow of retired or disabled" 4 = "Adult disabled as a child" 5 = "Uninsured" 7 = "Other or invalid code" 9 = "Missing code" ; VALUE ecdmth (default=32) -1 = "Not in universe" 1 = "Yes, covered" 2 = "No, not covered" ; VALUE acdmth (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ecdunt1l (default=32) -1 = "Not in universe" ; VALUE ecdunt2l (default=32) -1 = "Not in universe" ; VALUE ecdunt3l (default=32) -1 = "Not in universe" ; VALUE ehimth (default=32) 1 = "Yes, covered" 2 = "No, not covered" ; VALUE ahimth (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ehiowner (default=32) 1 = "Covered in own name" 2 = "Covered by someone else's plan" 3 = "Covered both in own name and by" 4 = "Not covered" ; VALUE ahiowner (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE enonhh (default=32) 1 = "Yes" 2 = "No" ; VALUE rchampm (default=32) -1 = "Not in universe" 1 = "Yes, covered" 2 = "No" ; VALUE ehiunt1l (default=32) -1 = "Not in universe" ; VALUE ehiunt2l (default=32) -1 = "Not in universe" ; VALUE ehiunt3l (default=32) -1 = "Not in universe" ; VALUE ehemply (default=32) -1 = "Not in universe" 1 = "Current employer or work" 2 = "Former employer" 3 = "Union" 4 = "CHAMPUS" 5 = "CHAMPVA" 6 = "Military/VA health care" 7 = "Privately purchased" 8 = "Other" ; VALUE ahemply (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ehicost (default=32) -1 = "Not in universe" 1 = "All" 2 = "Part" 3 = "None" ; VALUE ahicost (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ehiother (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ahiother (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ehispse (default=32) -1 = "Not in universe" 1 = "Yes, covered" 2 = "No, not covered" ; VALUE ahispse (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ehioldkd (default=32) -1 = "Not in universe" 1 = "Yes, covered" 2 = "No, not covered" ; VALUE ahioldkd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ehiyngkd (default=32) -1 = "Not in universe" 1 = "Yes, covered" 2 = "No, not covered" ; VALUE ahiyngkd (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ehiothr (default=32) -1 = "Not in universe" 1 = "Yes, covered" 2 = "No, not covered" ; VALUE ahiothr (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE ehirsn0r (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ehirsn0k (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ehirsn0l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ehirsn0m (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ehirsn0n (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ehirsn0o (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ehirsn0p (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ehirsn0q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ehirsn0s (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ehirsn1r (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ehirsn1k (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ehirsn1l (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ahirsn (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" 4 = "Statistical or logical imputation" ; VALUE rprvhi (default=32) -1 = "Not in universe" 1 = "Employer or union provided" 2 = "Privately purchased" ; proc print data=library.sip96l8 (obs=6); FORMAT spanel spanel. srefmon srefmon. rhcalmn rhcalmn. tfipsst tfipsst. eoutcome eoutcome. rhtype rhtype. whfnwgt whfnwgt. tmetro tmetro. tmsa tmsa. rhchange rhchange. eaccess eaccess. aaccess aaccess. eunits eunits. aunits aunits. elivqrt elivqrt. alivqrt alivqrt. etenure etenure. atenure atenure. epubhse epubhse. apubhse apubhse. egvtrnt egvtrnt. agvtrnt agvtrnt. tmthrnt tmthrnt. amthrnt amthrnt. ewrsect8 ewrsectt. awrsect8 awrsectt. eutilyn eutilyn. autilyn autilyn. eegyast eegyast. aegyast aegyast. eegypmt1 eegypmtt. eegypmt2 eegypmtk. eegypmt3 eegypmtl. aegypmt aegypmt. eegyamt eegyamt. aegyamt aegyamt. ehotlunc ehotlunc. ahotlunc ahotlunc. rnklun rnklun. efreelun efreelun. afreelun afreelun. efrerdln efrerdln. afrerdln afrerdln. ebrkfst ebrkfst. abrkfst abrkfst. rnkbrk rnkbrk. efreebrk efreebrk. afreebrk afreebrk. efrerdbk efrerdbk. afrerdbk afrerdbk. rprgques rprgques. rhnbrf rhnbrf. rhcbrf rhcbrf. rhmtrf rhmtrf. rfid2 rfid2l. efspouse efspouse. eftype eftype. rfchange rfchange. efkind efkind. wffinwgt wffinwgt. rsid rsid. esfnp esfnp. esfrfper esfrfper. esfspse esfspse. esftype esftype. esfkind esfkind. rschange rschange. esownkid esownkid. esoklt18 esoklt1d. wsfinwgt wsfinwgt. tsfearn tsfearn. tsprpinc tsprpinc. tstrninc tstrninc. tsothinc tsothinc. tstotinc tstotinc. tsfpov tsfpov. tspndist tspndist. tslumpsm tslumpsm. tssocsec tssocsec. tsssi tsssi. tsvets tsvets. tsunemp tsunemp. tsafdc tsafdc. tsfdstp tsfdstp. eppintvw eppintvw. epopstat epopstat. abmnth abmnth. abyear abyear. esex esex. asex asex. erace erace. arace arace. eorigin eorigin. aorigin aorigin. uevrwid uevrwid. uevrdiv uevrdiv. eafnow eafnow. aafnow aafnow. eafever eafever. aafever aafever. uaf1 uaf1l. uaf2 uaf2l. uaf3 uaf3l. uaf4 uaf4l. uaf5 uaf5l. evayn evayn. avayn avayn. evettyp evettyp. avettyp avettyp. evaques evaques. avaques avaques. eafsrvdi eafsrvdi. aafsrvdi aafsrvdi. wpfinwgt wpfinwgt. esfr esfr. esft esft. tage tage. aage aage. errp errp. arrp arrp. ems ems. ams ams. epnspous epnspous. apnspous apnspous. epnmom epnmom. apnmom apnmom. epndad epndad. apndad apndad. epnguard epnguard. apnguard apnguard. etypmom etypmom. atypmom atypmom. etypdad etypdad. atypdad atypdad. rdesgpnt rdesgpnt. ulftmain ulftmain. uentmain uentmain. ulftday ulftday. ulftmon ulftmon. uentday uentday. uentmon uentmon. tpearn tpearn. tpprpinc tpprpinc. tptrninc tptrninc. tpothinc tpothinc. tptotinc tptotinc. tppndist tppndist. tplumpsm tplumpsm. ehtlnyn ehtlnyn. ahtlnyn ahtlnyn. ebkfsyn ebkfsyn. abkfsyn abkfsyn. rcutyp01 rcutyp0n. rcuown01 rcuown0n. rcutyp03 rcutyp0k. rcuown03 rcuown0k. rcutyp04 rcutyp0l. rcuown04 rcuown0l. rcutyp08 rcutyp0m. rcuown8a rcuown8a. rcuown8b rcuown8b. rcutyp20 rcutyp2b. rcuown20 rcuown2b. rcutyp21 rcutyp2k. rcuow21a rcuow21a. rcuow21b rcuow21b. rcutyp23 rcutyp2l. rcuown23 rcuown2k. rcutyp24 rcutyp2m. rcuow24a rcuow24a. rcuow24b rcuow24b. rcutyp25 rcutyp2n. rcuown25 rcuown2l. rcutyp27 rcutyp2o. rcuown27 rcuown2m. rcutyp57 rcutyp5b. rcuown57 rcuown5b. rcutyp58 rcutyp5k. rcuow58a rcuow58a. rcuow58b rcuow58b. renroll renroll. arenroll arenroll. eenrlm eenrlm. aenrlm aenrlm. renrlma renrlma. eenlevel eenlevel. aenlevel aenlevel. eedfund eedfund. aedfund aedfund. easst01 easst01l. easst03 easst03l. easst04 easst04l. easst05 easst05l. easst06 easst06l. easst07 easst07l. easst08 easst08l. easst09 easst09l. easst10 easst10l. easst11 easst11l. aedasst aedasst. eeducate eeducate. aeducate aeducate. epdjbthn epdjbthn. apdjbthn apdjbthn. ejobsrch ejobsrch. ajobsrch ajobsrch. ejobtrn ejobtrn. ajobtrn ajobtrn. rjobhelp rjobhelp. eppflag eppflag. emax emax. ebuscntr ebuscntr. ejobcntr ejobcntr. eeveret eeveret. aeveret aeveret. edisabl edisabl. adisabl adisabl. edisprev edisprev. adisprev adisprev. ersnowrk ersnowrk. arsnowrk arsnowrk. eawop eawop. aawop aawop. eabre eabre. aabre aabre. eptwrk eptwrk. aptwrk aptwrk. eptresn eptresn. aptresn aptresn. elkwrk elkwrk. alkwrk alkwrk. elayoff elayoff. alayoff alayoff. rtakjob rtakjob. rnotake rnotake. emoonlit emoonlit. amoonlit amoonlit. tmlmsum tmlmsum. amlmsum amlmsum. ebflag ebflag. ecflag ecflag. rmesr rmesr. rwkesr1 rwkesr1l. rwkesr2 rwkesr2l. rwkesr3 rwkesr3l. rwkesr4 rwkesr4l. rwkesr5 rwkesr5l. rmwkwjb rmwkwjb. rmwksab rmwksab. awksab awksab. rmwklkg rmwklkg. awklkg awklkg. rmhrswk rmhrswk. rwksperm rwksperm. eeno1 eeno1l. estlemp1 estlempm. astlemp1 astlempm. tsjdate1 tsjdatem. asjdate1 asjdatem. tejdate1 tejdatem. aejdate1 aejdatem. ersend1 ersend1l. arsend1 arsend1l. ejbhrs1 ejbhrs1l. ajbhrs1 ajbhrs1l. eemploc1 eemplocm. aemploc1 aemplocm. tempall1 tempallm. aempall1 aempallm. tempsiz1 tempsizm. aempsiz1 aempsizm. eocctim1 eocctimm. aocctim1 aocctimm. eclwrk1 eclwrk1l. aclwrk1 aclwrk1l. eunion1 eunion1l. aunion1 aunion1l. ecntrc1 ecntrc1l. acntrc1 acntrc1l. tpmsum1 tpmsum1l. apmsum1 apmsum1l. epayhr1 epayhr1l. apayhr1 apayhr1l. tpyrate1 tpyratem. apyrate1 apyratem. rpyper1 rpyper1l. ejbind1 ejbind1l. ajbind1 ajbind1l. tjbocc1 tjbocc1l. ajbocc1 ajbocc1l. eeno2 eeno2l. estlemp2 estlempk. astlemp2 astlempk. tsjdate2 tsjdatek. asjdate2 asjdatek. tejdate2 tejdatek. aejdate2 aejdatek. ersend2 ersend2l. arsend2 arsend2l. ejbhrs2 ejbhrs2l. ajbhrs2 ajbhrs2l. eemploc2 eemplock. aemploc2 aemplock. tempall2 tempallk. aempall2 aempallk. tempsiz2 tempsizk. aempsiz2 aempsizk. eclwrk2 eclwrk2l. aclwrk2 aclwrk2l. eunion2 eunion2l. aunion2 aunion2l. ecntrc2 ecntrc2l. acntrc2 acntrc2l. tpmsum2 tpmsum2l. apmsum2 apmsum2l. epayhr2 epayhr2l. apayhr2 apayhr2l. tpyrate2 tpyratek. apyrate2 apyratek. rpyper2 rpyper2l. ejbind2 ejbind2l. ajbind2 ajbind2l. tjbocc2 tjbocc2l. ajbocc2 ajbocc2l. ebno1 ebno1l. ebiznow1 ebiznowm. abiznow1 abiznowm. tsbdate1 tsbdatem. asbdate1 asbdatem. tebdate1 tebdatem. aebdate1 aebdatem. erendb1 erendb1l. arendb1 arendb1l. ehrsbs1 ehrsbs1l. ahrsbs1 ahrsbs1l. egrosb1 egrosb1l. agrosb1 agrosb1l. egrssb1 egrssb1l. agrssb1 agrssb1l. tempb1 tempb1l. aempb1 aempb1l. eincpb1 eincpb1l. aincpb1 aincpb1l. epropb1 epropb1l. apropb1 apropb1l. ehprtb1 ehprtb1l. ahprtb1 ahprtb1l. eslryb1 eslryb1l. aslryb1 aslryb1l. eoincb1 eoincb1l. aoincb1 aoincb1l. tprftb1 tprftb1l. aprftb1 aprftb1l. tbmsum1 tbmsum1l. abmsum1 abmsum1l. epartb11 epartb1m. epartb21 epartb2m. epartb31 epartb3m. tbsind1 tbsind1l. absind1 absind1l. tbsocc1 tbsocc1l. absocc1 absocc1l. ebno2 ebno2l. ebiznow2 ebiznowk. abiznow2 abiznowk. tsbdate2 tsbdatek. asbdate2 asbdatek. tebdate2 tebdatek. aebdate2 aebdatek. erendb2 erendb2l. arendb2 arendb2l. ehrsbs2 ehrsbs2l. ahrsbs2 ahrsbs2l. egrosb2 egrosb2l. agrosb2 agrosb2l. egrssb2 egrssb2l. agrssb2 agrssb2l. tempb2 tempb2l. aempb2 aempb2l. eincpb2 eincpb2l. aincpb2 aincpb2l. epropb2 epropb2l. apropb2 apropb2l. ehprtb2 ehprtb2l. ahprtb2 ahprtb2l. eslryb2 eslryb2l. aslryb2 aslryb2l. eoincb2 eoincb2l. aoincb2 aoincb2l. tprftb2 tprftb2l. aprftb2 aprftb2l. tbmsum2 tbmsum2l. abmsum2 abmsum2l. epartb12 epartb1k. epartb22 epartb2k. epartb32 epartb3k. tbsind2 tbsind2l. absind2 absind2l. tbsocc2 tbsocc2l. absocc2 absocc2l. euectyp5 euectypm. auectyp5 auectypm. euectyp7 euectypk. auectyp7 auectypk. elmptyp1 elmptypm. almptyp1 almptypm. elmptyp2 elmptypk. almptyp2 almptypk. elmptyp3 elmptypl. almptyp3 almptypl. essself essself. assself assself. esschild esschild. asschild asschild. essichld essichld. assichld assichld. essiself essiself. assiself assiself. estssi estssi. astssi astssi. rwcmprsn rwcmprsn. awcmprsn awcmprsn. rinsrsn rinsrsn. ainsrsn ainsrsn. rempdrsn rempdrsn. aempdrsn aempdrsn. rpensrsn rpensrsn. apensrsn apensrsn. rfcsrsn rfcsrsn. afcsrsn afcsrsn. rstatrsn rstatrsn. astatrsn astatrsn. rlgovrsn rlgovrsn. algovrsn algovrsn. rmilrsn rmilrsn. amilrsn amilrsn. rrrsn rrrsn. arrrsn arrrsn. rblklrsn rblklrsn. ablklrsn ablklrsn. rothrrsn rothrrsn. aothrrsn aothrrsn. rlifirsn rlifirsn. alifirsn alifirsn. rvetsrsn rvetsrsn. avetsrsn avetsrsn. restarsn restarsn. aestarsn aestarsn. efccyn efccyn. afccyn afccyn. ecsagree ecsagree. acsagree acsagree. ecsyn ecsyn. acsyn acsyn. ealiyn ealiyn. aaliyn aaliyn. efsyn efsyn. afsyn afsyn. epssthru epssthru. apssthru apssthru. ewicyn ewicyn. awicyn awicyn. epatyn epatyn. apatyn apatyn. epatyp1 epatyp1l. apatyp1 apatyp1l. epatyp2 epatyp2l. apatyp2 apatyp2l. epatyp3 epatyp3l. apatyp3 apatyp3l. epatyp4 epatyp4l. apatyp4 apatyp4l. epatyp5 epatyp5l. apatyp5 apatyp5l. epatyp6 epatyp6l. apatyp6 apatyp6l. epatyp7 epatyp7l. apatyp7 apatyp7l. ecomserv ecomserv. acomserv acomserv. ecomtype ecomtype. acomtype acomtype. easetdrw easetdrw. aasetdrw aasetdrw. eresnss1 eresnssw. aresnss1 aresnssw. eresnss2 eresnssk. aresnss2 aresnssk. tagess tagess. aagess aagess. ejntssyn ejntssyn. ajntssyn ajntssyn. er01a er01a. ar01a ar01a. er01k er01k. ar01k ar01k. er02 er02l. ar02 ar02l. er03a er03a. ar03a ar03a. er03k er03k. ar03k ar03k. er04 er04l. ar04 ar04l. er05 er05l. ar05 ar05l. er07 er07l. ar07 ar07l. er08 er08l. ar08 ar08l. er09 er09l. ar09 ar09l. er10 er10l. ar10 ar10l. er12 er12l. ar12 ar12l. er13 er13l. ar13 ar13l. er14 er14l. ar14 ar14l. er15 er15l. ar15 ar15l. er20 er20l. ar20 ar20l. er21 er21l. ar21 ar21l. er23 er23l. ar23 ar23l. er24 er24l. ar24 ar24l. er25 er25l. ar25 ar25l. er26 er26l. ar26 ar26l. er27 er27l. ar27 ar27l. er28 er28l. ar28 ar28l. er29 er29l. ar29 ar29l. er30 er30l. ar30 ar30l. er31 er31l. ar31 ar31l. er32 er32l. ar32 ar32l. er34 er34l. ar34 ar34l. er35 er35l. ar35 ar35l. er36 er36l. ar36 ar36l. er37 er37l. ar37 ar37l. er38 er38l. ar38 ar38l. er39 er39l. ar39 ar39l. er42 er42l. ar42 ar42l. er50 er50l. ar50 ar50l. er51 er51l. ar51 ar51l. er52 er52l. ar52 ar52l. er53 er53l. ar53 ar53l. er55 er55l. ar55 ar55l. er56 er56l. ar56 ar56l. er75 er75l. ar75 ar75l. t01amta t01amta. a01amta a01amta. t01amtk t01amtk. a01amtk a01amtk. t02amt t02amt. a02amt a02amt. t03amta t03amta. a03amta a03amta. t03amtk t03amtk. a03amtk a03amtk. t04amt t04amt. a04amt a04amt. t05amt t05amt. a05amt a05amt. t07amt t07amt. a07amt a07amt. t08amt t08amt. a08amt a08amt. t09amt t09amt. a09amt a09amt. t10amt t10amt. a10amt a10amt. t12amt t12amt. a12amt a12amt. t13amt t13amt. a13amt a13amt. t14amt t14amt. a14amt a14amt. t15amt t15amt. a15amt a15amt. t20amt t20amt. a20amt a20amt. t21amt t21amt. a21amt a21amt. t23amt t23amt. a23amt a23amt. t24amt t24amt. a24amt a24amt. t25amt t25amt. a25amt a25amt. t26amt t26amt. a26amt a26amt. t27amt t27amt. a27amt a27amt. t28amt t28amt. a28amt a28amt. t29amt t29amt. a29amt a29amt. t30amt t30amt. a30amt a30amt. t31amt t31amt. a31amt a31amt. t32amt t32amt. a32amt a32amt. t34amt t34amt. a34amt a34amt. t35amt t35amt. a35amt a35amt. t36amt t36amt. a36amt a36amt. t37amt t37amt. a37amt a37amt. t38amt t38amt. a38amt a38amt. t39amt t39amt. a39amt a39amt. t42amt t42amt. a42amt a42amt. t50amt t50amt. a50amt a50amt. t51amt t51amt. a51amt a51amt. t52amt t52amt. a52amt a52amt. t53amt t53amt. a53amt a53amt. t55amt t55amt. a55amt a55amt. t56amt t56amt. a56amt a56amt. t75amt t75amt. a75amt a75amt. tcsagy tcsagy. acsagy acsagy. erolovr1 erolovry. arolovr1 arolovry. erolovr2 erolovrk. arolovr2 arolovrk. trollamt trollamt. arollamt arollamt. rab1r1 rab1r1l. rab1r2 rab1r2l. rab2r1 rab2r1l. rab2r2 rab2r2l. ras1 ras1l. ras2 ras2l. rwb1r1 rwb1r1l. rwb1r2 rwb1r2l. rwb2r1 rwb2r1l. rwb2r2 rwb2r2l. rws1 rws1l. rws2 rws2l. rfb1r1 rfb1r1l. rfb1r2 rfb1r2l. rfb2r1 rfb2r1l. rfb2r2 rfb2r2l. rfs1 rfs1l. rfs2 rfs2l. rgb1r1 rgb1r1l. rgb1r2 rgb1r2l. rgb2r1 rgb2r1l. rgb2r2 rgb2r2l. rgs1 rgs1l. rgs2 rgs2l. rob1r1 rob1r1l. rob1r2 rob1r2l. rob2r1 rob2r1l. rob2r2 rob2r2l. ros1 ros1l. ros2 ros2l. rsb1r1 rsb1r1l. rsb1r2 rsb1r2l. rsb2r1 rsb2r1l. rsb2r2 rsb2r2l. rss1 rss1l. rss2 rss2l. east1a east1a. aast1a aast1a. east1b east1b. aast1b aast1b. east1c east1c. aast1c aast1c. east2a east2a. aast2a aast2a. east2b east2b. aast2b aast2b. east2c east2c. aast2c aast2c. east2d east2d. aast2d aast2d. east3a east3a. aast3a aast3a. east3b east3b. aast3b aast3b. east3c east3c. aast3c aast3c. east3d east3d. aast3d aast3d. east3e east3e. aast3e aast3e. east4a east4a. aast4a aast4a. east4b east4b. aast4b aast4b. east4c east4c. aast4c aast4c. ejntrnt ejntrnt. ajntrnt ajntrnt. tjarnt tjarnt. ajarnt ajarnt. tjaclr tjaclr. ajaclr ajaclr. eownrnt eownrnt. aownrnt aownrnt. toarnt toarnt. aoarnt aoarnt. toaclr toaclr. aoaclr aoaclr. ejrnt2 ejrnt2l. ajrnt2 ajrnt2l. tjaclr2 tjaclr2l. ajaclr2 ajaclr2l. emrtjnt emrtjnt. amrtjnt amrtjnt. tmijnt tmijnt. amijnt amijnt. emrtown emrtown. amrtown amrtown. tmiown tmiown. amiown amiown. trndup1 trndup1l. arndup1 arndup1l. trndup2 trndup2l. arndup2 arndup2l. tothprop tothprop. eckjt eckjt. ackjt ackjt. tckjtint tckjtint. ackjtint ackjtint. eckoast eckoast. ackoast ackoast. tckoint tckoint. ackoint ackoint. esvjt esvjt. asvjt asvjt. tsvjtint tsvjtint. asvjtint asvjtint. esvoast esvoast. asvoast asvoast. tsvoint tsvoint. asvoint asvoint. emdjt emdjt. amdjt amdjt. tmdjtint tmdjtint. amdjtint amdjtint. emdoast emdoast. amdoast amdoast. tmdoint tmdoint. amdoint amdoint. ecdjt ecdjt. acdjt acdjt. tcdjtint tcdjtint. acdjtint acdjtint. ecdoast ecdoast. acdoast acdoast. tcdoint tcdoint. acdoint acdoint. ebdjt ebdjt. abdjt abdjt. tbdjtint tbdjtint. abdjtint abdjtint. ebdoast ebdoast. abdoast abdoast. tbdoint tbdoint. abdoint abdoint. egvjt egvjt. agvjt agvjt. tgvjtint tgvjtint. agvjtint agvjtint. egvoast egvoast. agvoast agvoast. tgvoint tgvoint. agvoint agvoint. tintinc tintinc. emanychk emanychk. amanychk amanychk. tmjntdiv tmjntdiv. amjntdiv amjntdiv. tmowndiv tmowndiv. amowndiv amowndiv. emothdiv emothdiv. amothdiv amothdiv. tmjadiv tmjadiv. amjadiv amjadiv. tmownadv tmownadv. amownadv amownadv. esanychk esanychk. asanychk asanychk. tsjntdiv tsjntdiv. asjntdiv asjntdiv. tsowndiv tsowndiv. asowndiv asowndiv. esothdiv esothdiv. asothdiv asothdiv. tsjadiv tsjadiv. asjadiv asjadiv. tsownadv tsownadv. asownadv asownadv. tdivinc tdivinc. ecrmth ecrmth. acrmth acrmth. rmedcode rmedcode. ecdmth ecdmth. acdmth acdmth. ecdunt1 ecdunt1l. ecdunt2 ecdunt2l. ecdunt3 ecdunt3l. ehimth ehimth. ahimth ahimth. ehiowner ehiowner. ahiowner ahiowner. enonhh enonhh. rchampm rchampm. ehiunt1 ehiunt1l. ehiunt2 ehiunt2l. ehiunt3 ehiunt3l. ehemply ehemply. ahemply ahemply. ehicost ehicost. ahicost ahicost. ehiother ehiother. ahiother ahiother. ehispse ehispse. ahispse ahispse. ehioldkd ehioldkd. ahioldkd ahioldkd. ehiyngkd ehiyngkd. ahiyngkd ahiyngkd. ehiothr ehiothr. ahiothr ahiothr. ehirsn01 ehirsn0r. ehirsn02 ehirsn0k. ehirsn03 ehirsn0l. ehirsn04 ehirsn0m. ehirsn05 ehirsn0n. ehirsn06 ehirsn0o. ehirsn07 ehirsn0p. ehirsn08 ehirsn0q. ehirsn09 ehirsn0s. ehirsn10 ehirsn1r. ehirsn11 ehirsn1k. ehirsn12 ehirsn1l. ahirsn ahirsn. rprvhi rprvhi. ; proc contents data=library.sip96l8; /* Copyright 2005 shared by the National Bureau of Economic Research and Jean Roth National Bureau of Economic Research. 1050 Massachusetts Avenue Cambridge, MA 02138 jroth@nber.org This program and all programs referenced in it are free software. You can redistribute the program or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */