*options obs=100; /*------------------------------------------------ by Jean Roth Mon Mar 3 15:24:45 EST 2014 Report errors to jroth@nber.org 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 "/homes/data/cps"; * 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/cps/cpsjan93.zip "; * The following line should contain the name of the SAS dataset ; %let dataset = cpsmay1993 ; DATA library.&dataset ; INFILE datafile LRECL = 2300 missover ; /*----------------------------------------------*/ options nocenter ; *options compress=yes; *Choose compress=yes to save space ; *Choose compress=no if converting to another package using transfer software ; *options pagesize=59 linesize=72; /*---------------------------------------------- A -1 means Blank; Not in Universe; or In Universe, Met No Conditions; Sometimes, -1 is present but not described in the codebook. If the variable has a decimal, it will be resolved as -1/# of decimals These are usually 'Not in Universe' values also. The following changes in variable names have been made, if necessary: '$' to 'd'; '-' to '_'; '%' to 'p'; ($ = unedited data; - = edited data; % = allocated data) ----------------------------------------------*/ attrib hdpad1 length=3 ; attrib hdpad2 length=3 ; attrib h_month length=3 label="Month of survey"; attrib h_year length=3 label="Year of survey - last digit"; attrib h_hhnum length=3 label="Household number"; attrib h_cpschk length=3 label="Item 1 - Interviewer check item"; attrib h_daycmp length=3 label="Day interview complete"; attrib h_livqrt length=3 label="Item 4 - Type of living quarters"; attrib h_farm length=3 label="Farm def'n - edited using urban/rural"; attrib h_typint length=3 label="Item 13 - Type interview"; attrib h_respnm length=3 label="Item 12 - Line no. HHLD resp."; attrib h_areasn length=3 label="Item 14 - Reason for type A"; attrib h_arace length=3 label="Item 14 - Race for type A"; attrib h_typebc length=3 label="Item 15 - Type B/C"; attrib h_season length=3 label="Item 16 - Seasonal status"; attrib h_occint length=3 label="Item 17 - This unit is intended for"; attrib h_intrv1 length=3 label="Interviewer code"; attrib h_intrv2 length=3 label="Interviewer Code - digit 2"; attrib h_intrv3 length=3 label="Interviewer Code - digit 3"; attrib h_status length=3 label="Item 27B - HHLD status change -"; attrib h_tenure length=3 label="Tenure"; attrib h_faminc length=3 label="Family income"; attrib h_telhhd length=3 label="Telephone in household"; attrib h_telavl length=3 label="Telephone available"; attrib h_telint length=3 label="Telephone interview acceptable"; attrib h_prscnt length=3 label="Item 30 - Number of contacts - actual"; attrib h_telcnt length=3 label="Item 30 - Number of contacts - actual"; attrib h_timint length=3 label="Item 31 - Time of interview"; attrib h_hhtype length=3 label="Type of household"; attrib h_mis length=3 label="Month in sample"; attrib h_numper length=3 label="Number of persons in household"; attrib h_type length=3 label="Household type"; attrib h_typerp length=3 label="Type of reference person"; attrib h_numfam length=3 label="Number of families in HHLD"; attrib h_hhdseq length=3 label="Householder sequence number"; attrib h_mstind length=4 label="Master segment tape index"; attrib h_hhwgt length=8 label="Household weight (2 implied"; attrib hptenure length=3 ; attrib hpfaminc length=3 ; attrib hparace length=3 ; attrib hpcpschk length=3 ; attrib hpdaycmp length=3 ; attrib hphhnum length=3 ; attrib hpintrv length=3 ; attrib hplivqrt length=3 ; attrib hpoccint length=3 ; attrib hprespnm length=3 ; attrib hpseason length=3 ; attrib hpstatus length=3 ; attrib hpareasn length=3 ; attrib hptypebc length=3 ; attrib hptelhhd length=3 ; attrib hptelavl length=3 ; attrib hptelint length=3 ; attrib hpprscnt length=3 ; attrib hptimint length=3 ; attrib hptelcnt length=3 ; attrib hg_reg length=3 label="Region"; attrib hg_st60 length=3 label="1960 Census state code (first"; attrib hg_strn length=3 label="1980 State rank"; attrib hg_fips length=3 label="FIPS State code"; attrib hg_msas length=3 label="MSA status"; attrib hg_msac length=4 label="MSA or PMSA FIPS code"; attrib hg_pmsa length=3 label="PMSA rank"; attrib hg_msar length=3 label="MSA or CMSA rank"; attrib hg_mssz length=3 label="MSA size"; attrib hg_cmsa length=3 label="(See Geographic Appendix)"; attrib h_metsta length=3 ; attrib h_indvcc length=3 label="Individual central city identifier"; attrib h_rectyp length=3 ; attrib h_id length=7 label="Unique household identifer"; attrib a_lineno length=3 label="Item 18A - Line number"; attrib a_rrp length=3 label="Item 18B - Relationship to"; attrib a_parent length=3 label="Item 18C - Parent's line number"; attrib a_age length=3 label="Item 18D - Age"; attrib a_maritl length=3 label="Item 18E - Marital status"; attrib a_spouse length=3 label="Item 18F - Spouse's line number"; attrib a_sex length=3 label="Item 18G - Sex"; attrib a_vet length=3 label="Item 18G - Veteran status"; attrib a_hga length=3 label="Item 18H - Educational attainment"; attrib a_race length=3 label="Item 18J - Race"; attrib a_majact length=3 label="Item 19 - What was ... doing most"; attrib a_anywk length=3 label="Item 20 - Did ... do any work at"; attrib a_hrs1 length=3 label="Item 20a - How many hours did ..."; attrib a_hrschk length=3 label="Item 20B - Interviewer check of"; attrib a_uslft length=3 label="Item 20C - Does ... usually work"; attrib a_ftreas length=3 label="Item 20C - Does ... usually work"; attrib a_lostim length=3 label="Item 20D - Did ... lose any time or"; attrib a_ovrtim length=3 label="Item 20E - Did ... work any overtime"; attrib a_jobabs length=3 label="Item 21 - Did ... have a job or"; attrib a_whyabs length=3 label="Item 21A - Why was ... absent from"; attrib a_payabs length=3 label="Item 21B - Is ... receiving wages"; attrib a_ftabs length=3 label="Item 21C - Does ... usually work 35"; attrib a_lkwk length=3 label="Item 22 - Has ... been looking for"; attrib a_mthd1 length=3 label="Checked with public employment agency"; attrib a_mthd2 length=3 label="Checked with private employment agency"; attrib a_mthd3 length=3 label="Checked with employer directly"; attrib a_mthd4 length=3 label="Checked with friends or relatives"; attrib a_mthd5 length=3 label="Placed or answered ads"; attrib a_mthd6 length=3 label="Nothing"; attrib a_mthd7 length=3 label="Other"; attrib a_whylk length=3 label="Item 22B - Why did ... start looking"; attrib a_wkslk length=3 label="Item 22C - 1) How many weeks has ..."; attrib a_lkftpt length=3 label="Item 22D - Has ... been looking for"; attrib a_avail length=3 label="Item 22E1 - Could ... have taken a"; attrib a_whyna length=3 label="Item 22E2 - Why not"; attrib a_whenlj length=3 label="Item 22F - When did ... last work at a"; attrib a_ind length=3 label="Item 23B - Industry"; attrib a_occ length=3 label="Item 23C - Occupation"; attrib a_clswkr length=3 label="Item 23E - Class of worker"; attrib a_chkwj length=3 label="Item 23F - Interviewer check item"; attrib a_nlfrot length=3 label="Item 24 - Interviewer check item -"; attrib a_nlflj length=3 label="Item 24A - When did ... last work"; attrib a_whylft length=3 label="Item 24B - Why did ... leave that job"; attrib a_wantjb length=3 label="Item 24C - Does ... want a regular"; attrib a_whynl1 length=3 label="Believes no work available"; attrib a_whynl2 length=3 label="Couldn't find any work"; attrib a_whynl3 length=3 label="Lacks nec. schooling, etc."; attrib a_whynl4 length=3 label="Employers think too young or too old"; attrib a_whynl5 length=3 label="Other personal handicap in finding job"; attrib a_whynl6 length=3 label="Can't arrange child care"; attrib a_whynl7 length=3 label="Family responsibilities"; attrib a_whynl8 length=3 label="In school or other training"; attrib a_whynl9 length=3 label="Ill health"; attrib a_whynla length=3 label="Other"; attrib a_whynlb length=3 label="Don't know"; attrib a_intend length=3 label="Item 24E - Does ... intend to look"; attrib a_earnrt length=3 label="Item 25 - Interviewer check item"; attrib a_uslhrs length=3 label="Item 25A - How many hours per week"; attrib a_hrlywk length=3 label="Item 25B - Is ... paid by the hour"; attrib a_unmem length=3 label="Item 25E - On this job, is ... a membe"; attrib a_uncov length=3 label="Item 25F - On this job, is ... covered"; attrib a_enrchk length=3 label="Item 26 - Interviewer check item"; attrib a_enrlw length=3 label="Item 26A1 - Last week was ... attendin"; attrib a_hscol length=3 label="Item 26A2"; attrib a_ftpt length=3 label="Item 26B - Is ... enrolled in school"; attrib a_reorgn length=3 label="Item 18K - Origin"; attrib a_exprrp length=3 label="Expanded relationship code"; attrib a_lfsr length=3 label="Labor force status recode"; attrib a_untype length=3 label="Reason for unemployment"; attrib a_nlfrea length=3 label="Current activity/reason not looking"; attrib a_wkstat length=3 label="Full/part-time status"; attrib a_explf length=3 label="Experienced labor force employment"; attrib a_wksch length=3 label="Labor force by time worked or lost"; attrib a_civlf length=3 label="Civilian labor force"; attrib a_ftlf length=3 label="Full-time labor force"; attrib a_emphrs length=3 label="Reasons not at work or hours at work"; attrib a_pthrs length=3 label="At work 1-34 hours by hours at work"; attrib a_ptrea length=3 label="Detailed reason for part-time"; attrib a_absrea length=3 label="Reason not at work and pay status"; attrib a_ag_na length=3 ; attrib a_mjind length=3 label="Major industry code"; attrib a_dtind length=3 label="Detailed industry code"; attrib a_mjocc length=3 label="Major occupation code"; attrib a_dtocc length=3 label="Detailed occupation code"; attrib a_ernel length=3 label="Earnings eligibility flag"; attrib a_ioelig length=3 label="Industry and occupation eligibility"; attrib a_dscwk length=3 label="Discouraged worker flag"; attrib a_dtclwk length=3 label="Detailed class of worker"; attrib a_emp length=3 label="Employed persons (excluding farm"; attrib a_nagws length=3 label="Non agricultural wage and salary"; attrib a_rcow length=3 label="Class of worker recode"; attrib a_ncagpw length=3 label="Nonagricultural private wage and"; attrib a_herntp length=8 label="Hourly earnings top code"; attrib a_werntp length=4 label="Weekly earnings top code"; attrib a_herntf length=3 label="Hourly earnings top code flag"; attrib a_werntf length=3 label="Weekly earnings top code flag"; attrib a_ferntp length=4 label="Family earnings top code"; attrib a_ferntf length=3 label="Family earnings top code flag"; attrib a_fnlwgt length=8 label="Adults final weight (2 implied"; attrib a_ecrnlw length=8 label="Earnings/not in labor force weight"; attrib a_vetwgt length=8 label="Veteran's weight"; attrib a_famnum length=3 label="Family number"; attrib a_famtyp length=3 label="Family type"; attrib a_famrel length=3 label="Family relationship"; attrib a_pfnocd length=3 label="Number of own children < 18 in primary"; attrib a_pfprcd length=3 label="Presence of own children < 18 in"; attrib a_pfrel length=3 label="Primary family relationship"; attrib a_pfsize length=3 label="Size of primary family"; attrib a_pfhhag length=3 label="Age of primary family householder"; attrib a_lfesm length=3 label="Labor force and earner status (male)"; attrib a_lfesf length=3 label="Labor force and earner status (female)"; attrib a_pfws length=3 label="Primary family earners wage and salary"; attrib a_pfftpt length=3 label="Usual full-time/part-time status of"; attrib a_pfearn length=4 label="Total weekly family earnings (for"; attrib a_pfnoer length=3 label="Number of earners in primary family 16"; attrib a_pfnoem length=3 label="Number of employed in primary"; attrib a_pfnoun length=3 label="Number of unemployed in primary"; attrib a_famwgt length=8 label="Family weight - two implied decimal"; attrib a_fmewgt length=8 label="Family earnings weight (2 implied"; attrib aplineno length=3 label="Line number allocation flag"; attrib aprrp length=3 label="Relationship to reference person"; attrib apparent length=3 label="Parent's line number allocation flag"; attrib apage length=3 label="Age allocation flag"; attrib apmaritl length=3 label="Marital status allocation flag"; attrib apspouse length=3 label="Spouse's line number allocation flag"; attrib apsex length=3 label="Sex allocation flag"; attrib apvet length=3 label="Veteran status allocation flag"; attrib aphga length=3 label="Highest grade attended allocation flag"; attrib aprace length=3 label="Race allocation flag"; attrib aporigin length=3 label="Origin allocation flag"; attrib aplfsr length=3 label="Labor force status recode allocation"; attrib apmajact length=3 ; attrib apanywk length=3 ; attrib aphrs length=3 ; attrib aphrschk length=3 ; attrib apuslft length=3 ; attrib apftreas length=3 ; attrib aplostim length=3 ; attrib apovrtim length=3 ; attrib apjobabs length=3 ; attrib apwhyabs length=3 ; attrib appayabs length=3 ; attrib apftabs length=3 ; attrib aplkwk length=3 ; attrib apmthd length=3 ; attrib apwhylk length=3 ; attrib apwkslk length=3 ; attrib aplkftpt length=3 ; attrib apavail length=3 ; attrib apwhyna length=3 ; attrib apwhenlj length=3 ; attrib apind length=3 ; attrib apocc length=3 ; attrib apclswkr length=3 ; attrib apnlflj length=3 ; attrib apwhylft length=3 ; attrib apwantjb length=3 ; attrib apwhynl length=3 ; attrib apintend length=3 ; attrib apuslhrs length=3 ; attrib aphrlywk length=3 ; attrib aphrspay length=3 ; attrib apgrswk length=3 ; attrib apunmem length=3 ; attrib apuncov length=3 ; attrib apenrchk length=3 ; attrib apenrlw length=3 ; attrib aphscol length=3 ; attrib apftpt length=3 ; attrib a_s32 length=3 label="Has...smoked at least"; attrib a_s33 length=3 label="How old was...when"; attrib a_s33a length=3 label="How old was...when"; attrib a_s34 length=3 label="Does...now smoke cigarettes"; attrib a_s35 length=3 label="Check item - who is"; attrib a_s36 length=3 label="On the average, how many"; attrib a_s36a length=3 label="On the average, how many"; attrib a_s37 length=3 label="On how many of the past"; attrib a_s37a length=3 label="On how many of the past 30"; attrib a_s38 length=3 label="On the average, when you"; attrib a_s38a length=3 label="On the average, when you"; attrib a_s39 length=3 label="Have you ever smoked"; attrib a_s40 length=4 label="About how long has it"; attrib a_s40a length=3 label="Unit reported in item 40"; attrib a_s40b length=3 label="About how long has it been"; attrib a_s41 length=3 label="When you last smoked"; attrib a_s41a length=3 label="When you last smoked"; attrib a_s42 length=3 label="What is the total number"; attrib a_s42a length=3 label="What is the total number"; attrib a_s43 length=3 label="What is the total number"; attrib a_s43a length=3 label="What is the total number"; attrib a_s44 length=3 label="Have you ever stopped"; attrib a_s45 length=3 label="During the past 12 months,"; attrib a_s46 length=3 label="How many times during the"; attrib a_s46a length=3 label="How many times during the"; attrib a_s47 length=3 label="In the past year have you"; attrib a_s48 length=3 label="During the past year, did"; attrib a_s49 length=3 label="Has a medical doctor ever"; attrib a_s50 length=3 label="In the past year have you"; attrib a_s51 length=3 label="During the past year, did"; attrib a_s52 length=3 label="Has a dentist ever advised"; attrib a_s53 length=3 label="Are you seriously considering"; attrib a_s54 length=3 label="Are you planning to stop"; attrib a_s55 length=3 label="Have you ever smoked"; attrib a_s56 length=4 label="About how long has it"; attrib a_s56a length=3 label="About how long has it"; attrib a_s56b length=3 label="Unit reported in Item S56"; attrib a_s57 length=3 label="When you last smoked every"; attrib a_s57a length=3 label="When you last smoked every"; attrib a_s58 length=3 label="What is the total number of"; attrib a_s58a length=3 label="What is the total number of"; attrib a_s59 length=4 label="About how long has it been"; attrib a_s59a length=3 label="About how long has it been"; attrib a_s59b length=3 label="Unit reported in item 59 is:"; attrib a_s60 length=3 label="Check item"; attrib a_s61 length=3 label="Around this time 12 months"; attrib a_s62 length=3 label="Has...ever used pipes,"; attrib a_s62a length=3 label="Which ones?"; attrib a_s62b length=3 label="Which ones?"; attrib a_s62c length=3 label="Which ones?"; attrib a_s62d length=3 label="Which ones?"; attrib a_s63 length=3 label="Does...now use (pipes/cigars/"; attrib a_s63a length=3 label="Which ones?"; attrib a_s63b length=3 label="Which ones?"; attrib a_s63c length=3 label="Which ones?"; attrib a_s63d length=3 label="Which ones?"; attrib a_s64 length=3 label="Who is responding to the"; attrib a_s65 length=3 label="Check item"; attrib a_s66 length=3 label="Check item"; attrib a_s67 length=3 label="Which of these best describes"; attrib a_s68 length=3 label="Does your place of work"; attrib a_s69 length=3 label="Which of these best describes"; attrib a_s70 length=3 label="Which of these best describes"; attrib a_s71 length=3 label="Within the past 12 months,"; attrib a_s72a length=3 label="In restaurants, do you think"; attrib a_s72b length=3 label="In hospitals, do you think that"; attrib a_s72c length=3 label="In indoor work areas, do you think"; attrib a_s72d length=3 label="In bars and cocktail lounges,"; attrib a_s72e length=3 label="In indoor sporting events, do"; attrib a_s72f length=3 label="In indoor shopping malls, do"; attrib a_s73 length=3 label="Which statement best describes the"; attrib a_s74 length=3 label="Do you think smoking is a habit,"; attrib a_s75 length=3 label="In your opinion, how easy is it"; attrib a_s76 length=3 label="Do you think that giving away"; attrib a_s77 length=3 label="Do you think advertising of"; attrib a_s78 length=3 label="Check item - supplement interview"; attrib a_s79 length=3 label="Number of callbacks"; attrib a_s80 length=3 label="Language of interview"; attrib a_s81a length=3 label="Type of supplement interview"; attrib a_s81b length=3 label="Date of interview"; attrib intrview length=3 label="Interview status recode"; attrib smokstat length=3 label="Smoker recode"; attrib a_nrfac length=8 label="Nonresponse factor"; attrib a_srfac length=8 label="Self-response factor"; attrib a_nrwgt length=8 label="Nonresponse weight"; attrib a_srwgt length=8 label="Self-response weight"; INPUT @1 hdpad1 1. @2 hdpad2 1. @3 h_month 2. @5 h_year 1. @6 h_hhnum 1. @7 h_cpschk 1. @8 h_daycmp 1. @9 h_livqrt 2. @11 h_farm 1. @12 h_typint 1. @13 h_respnm 1. @14 h_areasn 1. @15 h_arace 1. @16 h_typebc 2. @18 h_season 1. @19 h_occint 1. @20 h_intrv1 2. @22 h_intrv2 1. @23 h_intrv3 1. @24 h_status 1. @25 h_tenure 1. @26 h_faminc 2. @28 h_telhhd 1. @29 h_telavl 1. @30 h_telint 1. @31 h_prscnt 1. @32 h_telcnt 1. @33 h_timint 1. @34 h_hhtype 1. @35 h_mis 1. @36 h_numper 2. @38 h_type 1. @39 h_typerp 1. @40 h_numfam 2. @42 h_hhdseq 2. @44 h_mstind 5. @49 h_hhwgt 9.2 @58 hptenure 1. @59 hpfaminc 1. @60 hparace 1. @61 hpcpschk 1. @62 hpdaycmp 1. @63 hphhnum 1. @64 hpintrv 1. @65 hplivqrt 1. @66 hpoccint 1. @67 hprespnm 1. @68 hpseason 1. @69 hpstatus 1. @70 hpareasn 1. @71 hptypebc 1. @72 hptelhhd 1. @73 hptelavl 1. @74 hptelint 1. @75 hpprscnt 1. @76 hptimint 1. @77 hptelcnt 1. @78 hg_reg 1. @79 hg_st60 2. @81 hg_strn 2. @83 hg_fips 2. @85 hg_msas 1. @86 hg_msac 4. @90 hg_pmsa 2. @92 hg_msar 3. @95 hg_mssz 2. @97 hg_cmsa 2. @99 h_metsta 1. @100 h_indvcc 1. @101 h_rectyp 1. @102 h_id 12. @114 a_lineno 2. @116 a_rrp 2. @118 a_parent 2. @120 a_age 2. @122 a_maritl 1. @123 a_spouse 2. @125 a_sex 1. @126 a_vet 1. @127 a_hga 2. @130 a_race 1. @131 a_majact 1. @132 a_anywk 1. @133 a_hrs1 2. @135 a_hrschk 1. @136 a_uslft 1. @137 a_ftreas 2. @139 a_lostim 1. @140 a_ovrtim 1. @141 a_jobabs 1. @142 a_whyabs 1. @143 a_payabs 1. @144 a_ftabs 1. @145 a_lkwk 1. @146 a_mthd1 1. @147 a_mthd2 1. @148 a_mthd3 1. @149 a_mthd4 1. @150 a_mthd5 1. @151 a_mthd6 1. @152 a_mthd7 1. @153 a_whylk 1. @154 a_wkslk 2. @156 a_lkftpt 1. @157 a_avail 1. @158 a_whyna 1. @159 a_whenlj 1. @160 a_ind 3. @163 a_occ 3. @166 a_clswkr 1. @167 a_chkwj 1. @168 a_nlfrot 1. @169 a_nlflj 1. @170 a_whylft 1. @171 a_wantjb 1. @172 a_whynl1 1. @173 a_whynl2 1. @174 a_whynl3 1. @175 a_whynl4 1. @176 a_whynl5 1. @177 a_whynl6 1. @178 a_whynl7 1. @179 a_whynl8 1. @180 a_whynl9 1. @181 a_whynla 1. @182 a_whynlb 1. @183 a_intend 1. @184 a_earnrt 1. @185 a_uslhrs 2. @187 a_hrlywk 1. @188 a_unmem 1. @189 a_uncov 1. @190 a_enrchk 1. @191 a_enrlw 1. @192 a_hscol 1. @193 a_ftpt 1. @194 a_reorgn 2. @196 a_exprrp 2. @198 a_lfsr 1. @199 a_untype 1. @200 a_nlfrea 2. @202 a_wkstat 1. @203 a_explf 1. @204 a_wksch 1. @205 a_civlf 1. @206 a_ftlf 1. @207 a_emphrs 2. @209 a_pthrs 2. @211 a_ptrea 2. @213 a_absrea 2. @215 a_ag_na 1. @216 a_mjind 2. @218 a_dtind 2. @220 a_mjocc 2. @222 a_dtocc 2. @224 a_ernel 1. @225 a_ioelig 1. @226 a_dscwk 1. @227 a_dtclwk 2. @229 a_emp 1. @230 a_nagws 1. @231 a_rcow 1. @232 a_ncagpw 1. @233 a_herntp 4.2 @237 a_werntp 4. @241 a_herntf 1. @242 a_werntf 1. @243 a_ferntp 4. @247 a_ferntf 1. @248 a_fnlwgt 8.2 @256 a_ecrnlw 8.2 @264 a_vetwgt 8.2 @272 a_famnum 2. @274 a_famtyp 1. @275 a_famrel 1. @276 a_pfnocd 1. @277 a_pfprcd 2. @279 a_pfrel 1. @280 a_pfsize 2. @282 a_pfhhag 1. @283 a_lfesm 1. @284 a_lfesf 1. @285 a_pfws 1. @286 a_pfftpt 1. @287 a_pfearn 4. @291 a_pfnoer 1. @292 a_pfnoem 1. @293 a_pfnoun 1. @294 a_famwgt 8.2 @302 a_fmewgt 8.2 @310 aplineno 1. @311 aprrp 1. @312 apparent 1. @313 apage 1. @314 apmaritl 1. @315 apspouse 1. @316 apsex 1. @317 apvet 1. @318 aphga 1. @320 aprace 1. @321 aporigin 1. @322 aplfsr 1. @323 apmajact 1. @324 apanywk 1. @325 aphrs 1. @326 aphrschk 1. @327 apuslft 1. @328 apftreas 1. @329 aplostim 1. @330 apovrtim 1. @331 apjobabs 1. @332 apwhyabs 1. @333 appayabs 1. @334 apftabs 1. @335 aplkwk 1. @336 apmthd 1. @337 apwhylk 1. @338 apwkslk 1. @339 aplkftpt 1. @340 apavail 1. @341 apwhyna 1. @342 apwhenlj 1. @343 apind 1. @344 apocc 1. @345 apclswkr 1. @346 apnlflj 1. @347 apwhylft 1. @348 apwantjb 1. @349 apwhynl 1. @350 apintend 1. @351 apuslhrs 1. @352 aphrlywk 1. @353 aphrspay 1. @354 apgrswk 1. @355 apunmem 1. @356 apuncov 1. @357 apenrchk 1. @358 apenrlw 1. @359 aphscol 1. @360 apftpt 1. @0361 a_s32 1. @0362 a_s33 3. @0365 a_s33a 1. @0366 a_s34 1. @0367 a_s35 1. @0368 a_s36 3. @0371 a_s36a 1. @0372 a_s37 2. @0374 a_s37a 1. @0375 a_s38 3. @0378 a_s38a 1. @0379 a_s39 1. @0380 a_s40 4. @0384 a_s40a 1. @0385 a_s40b 1. @0386 a_s41 3. @0389 a_s41a 1. @0390 a_s42 3. @0393 a_s42a 1. @0394 a_s43 3. @0397 a_s43a 1. @0398 a_s44 1. @0399 a_s45 1. @0400 a_s46 2. @0402 a_s46a 1. @0403 a_s47 1. @0404 a_s48 1. @0405 a_s49 1. @0406 a_s50 1. @0407 a_s51 1. @0408 a_s52 1. @0409 a_s53 1. @0410 a_s54 1. @0411 a_s55 1. @0412 a_s56 4. @0416 a_s56a 1. @0417 a_s56b 1. @0418 a_s57 3. @0421 a_s57a 1. @0422 a_s58 3. @0425 a_s58a 1. @0426 a_s59 4. @0430 a_s59a 1. @0431 a_s59b 1. @0432 a_s60 1. @0433 a_s61 1. @0434 a_s62 1. @0435 a_s62a 1. @0436 a_s62b 1. @0437 a_s62c 1. @0438 a_s62d 1. @0439 a_s63 1. @0440 a_s63a 1. @0441 a_s63b 1. @0442 a_s63c 1. @0443 a_s63d 1. @0444 a_s64 1. @0445 a_s65 1. @0446 a_s66 1. @0447 a_s67 2. @0449 a_s68 1. @0450 a_s69 1. @0451 a_s70 1. @0452 a_s71 1. @0453 a_s72a 1. @0454 a_s72b 1. @0455 a_s72c 1. @0456 a_s72d 1. @0457 a_s72e 1. @0458 a_s72f 1. @0459 a_s73 1. @0460 a_s74 1. @0461 a_s75 1. @0462 a_s76 1. @0463 a_s77 1. @0464 a_s78 2. @0466 a_s79 1. @0467 a_s80 1. @0468 a_s81a 1. @0469 a_s81b 2. @0471 intrview 1. @0472 smokstat 1. @0473 a_nrfac 8.6 @0481 a_srfac 8.6 @0489 a_nrwgt 8.2 @0497 a_srwgt 8.2 ; /*---------------------------------------------- The PROC FORMAT statement will store the formats in a sas data set called fcpjan93 . To use the stored formats in a subsequent program, include something like this: proc format cntlin=library.fcpjan93; PROC freq; tables PULAYCK1 ; format PULAYCK1 PULAYCKa.; For more information, consult the PROC FORMAT section of the SAS Procedures Guide ----------------------------------------------*/ PROC FORMAT cntlout=library.fcpjan93; ; VALUE h_hhnum (default=32) -1 = "Blank" ; VALUE h_cpschk (default=32) -1 = "Blank" 1 = "Only CPS-1 for household" 2 = "First CPS-1 of continuation" 3 = "Second CPS-1 of continuation" 4 = "Third, fourth, etc. CPS-1" ; VALUE h_daycmp (default=32) -1 = "Blank" 1 = "Sunday" 2 = "Monday" 3 = "Tuesday" 4 = "Wednesday" 5 = "Thursday" 6 = "Friday" 7 = "Saturday" 8 = "After interview week" ; VALUE h_livqrt (default=32) 1 = "House, apt., flat" 2 = "HU in nontransient hotel, etc." 3 = "HU, perm., in trans. hotel," 4 = "HU in rooming house" 5 = "Mobile home or trailer with" 6 = "Mobile home or trailer with 1" 7 = "HU not specified above" 8 = "Qtrs not HU in rooming or" 9 = "Unit not perm. in trans. hotel," 10 = "Tent or trailer site" 11 = "Student quarters in college" 12 = "Other not HU" ; VALUE h_farm (default=32) 1 = "Nonfarm" 2 = "Farm" ; VALUE h_typint (default=32) -1 = "Blank or impossible" 1 = "Noninterview" 2 = "Personal" 3 = "Tel. - regular" 4 = "Tel. - callback" 5 = "ICR filled" ; VALUE h_respnm (default=32) -1 = "Blank or impossible" 7 = "Non HHLD resp." ; VALUE h_areasn (default=32) -1 = "Not in universe" 1 = "No one home" 2 = "Temporarily absent" 3 = "Refused" 4 = "Other - occ." ; VALUE h_arace (default=32) -1 = "Not in universe" 1 = "White" 2 = "Black" 3 = "Other" ; VALUE h_typebc (default=32) -1 = "Not in universe" 1 = "Vacant - regular" 2 = "Vacant - storage of HHLD" 3 = "Temp occ. by persons with URE" 4 = "Unfit or to be demolished" 5 = "Under construction, not ready" 6 = "Converted to temp. business" 7 = "Occ. by AF members or persons" 8 = "Unocc. tent or trailer site" 9 = "Permit granted, construction not" 10 = "Other" 11 = "Demolished" 12 = "House or trailer moved" 13 = "Outside segment" 14 = "Converted to perm. business or" 15 = "Merged" 16 = "Condemned" 17 = "Built after April 1, 1980" 18 = "Unused line of listing sheet" 19 = "Other" ; VALUE h_season (default=32) -1 = "Not in universe" 1 = "Year round" 2 = "By migratory workers" 3 = "Seasonally" ; VALUE h_occint (default=32) -1 = "Not in universe" 1 = "Summers only" 2 = "Winters only" 3 = "Other" ; VALUE h_intrva (default=32) -1 = "Blank" 0 = "A" 1 = "B" 2 = "C" 3 = "D" 4 = "E" 5 = "F" 6 = "G" 7 = "H" 8 = "J" 9 = "K" 10 = "L" 11 = "M" 12 = "N" 13 = "P" 14 = "Q" 15 = "R" 16 = "S" 17 = "T" 18 = "U" 19 = "V" 20 = "W" 21 = "X" 22 = "Y" 23 = "Z" ; VALUE h_intrvb (default=32) -1 = "Blank" ; VALUE h_intrvc (default=32) -1 = "Blank" ; VALUE h_status (default=32) -1 = "Blank" 1 = "Yes" 2 = "No" ; VALUE h_tenure (default=32) -1 = "Not in universe" 1 = "Owned or being bought" 2 = "Rent" 3 = "No cash rent" ; VALUE h_faminc (default=32) -1 = "Not in universe" 0 = "Less than $5,000" 1 = "$5,000 to $7,499" 2 = "$7,500 to $9,999" 3 = "$10,000 to $12,499" 4 = "$12,500 to $14,999" 5 = "$15,000 to $19,999" 6 = "$20,000 to $24,999" 7 = "$25,000 to $29,999" 8 = "$30,000 to $34,999" 9 = "$35,000 to $39,999" 10 = "$40,000 to $49,999" 11 = "$50,000 to $59,000" 12 = "$60,000 to $74,999" 13 = "$75,000 and Over" 19 = "Not answered" ; VALUE h_telhhd (default=32) -1 = "Not in universe (noninterview)" 1 = "Yes" 2 = "No" ; VALUE h_telavl (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE h_telint (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE h_prscnt (default=32) -1 = "Blank" ; VALUE h_telcnt (default=32) -1 = "Blank" ; VALUE h_timint (default=32) -1 = "Blank" 1 = "Midnight to 6 A.M." 2 = "6 to 9 A.M." 3 = "9 A.m. to noon" 4 = "Noon to 3 P.M." 5 = "3 to 6 P.M." 6 = "6 to 9 P.M." 7 = "9 P.M. to midnight" ; VALUE h_hhtype (default=32) 1 = "Interview" 2 = "Type A non-interview" 3 = "Type B/C non-interview" ; VALUE h_numper (default=32) 0 = "Noninterview household" ; VALUE h_type (default=32) 0 = "Non-interview household" 1 = "Husband/wife primary family" 2 = "Husband/wife primary family" 3 = "Unmarried civilian male" 4 = "Unmarried civilian female" 5 = "Primary family household -" 6 = "Civilian male primary" 7 = "Civilian female primary" 8 = "Primary individual household -" 9 = "Group quarters" ; VALUE h_typerp (default=32) 0 = "Not in universe" 1 = "Civilian" 2 = "Armed Forces" 3 = "Group quarters" ; VALUE h_numfam (default=32) 0 = "Not in universe" ; VALUE h_hhdseq (default=32) 0 = "Not in universe" ; VALUE hptenure (default=32) 0 = "No change" 1 = "Value to blank" 4 = "Allocated" ; VALUE hpfaminc (default=32) 0 = "No change" 2 = "Blank to value" 6 = "Refusal to value, allocated," ; VALUE hparace (default=32) 0 = "No change" 1 = "Value to blank" 4 = "Allocated" ; VALUE hpcpschk (default=32) 0 = "No change" 2 = "Blank to value" ; VALUE hpdaycmp (default=32) 0 = "No change" 2 = "Blank to value" ; VALUE hphhnum (default=32) 0 = "No change" 2 = "Blank to value" 8 = "Blank to NA - error" ; VALUE hpintrv (default=32) 0 = "No change" 2 = "Blank to value" ; VALUE hplivqrt (default=32) 0 = "No change" 4 = "Allocated" 7 = "Blank to NA - no error" ; VALUE hpoccint (default=32) 0 = "No change" 1 = "Value to blank" 4 = "Allocated" ; VALUE hprespnm (default=32) 0 = "No change" 2 = "Blank to value" ; VALUE hpseason (default=32) 0 = "No change" 1 = "Value to blank" 4 = "Allocated" ; VALUE hpstatus (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 8 = "Blank to NA - error" ; VALUE hpareasn (default=32) 0 = "No change" 1 = "Value to blank" ; VALUE hptypebc (default=32) 0 = "No change" 1 = "Value to blank" ; VALUE hptelhhd (default=32) 0 = "No change" 1 = "Value to blank" 4 = "Allocated" ; VALUE hptelavl (default=32) 0 = "No change" 1 = "Value to blank" 4 = "Allocated" ; VALUE hptelint (default=32) 0 = "No change" 1 = "Value to blank" 4 = "Allocated" ; VALUE hpprscnt (default=32) 0 = "No change" 2 = "Blank to value" ; VALUE hptimint (default=32) 0 = "No change" 2 = "Blank to value" ; VALUE hptelcnt (default=32) 0 = "No change" 7 = "Blank to NA - no error" ; VALUE hg_reg (default=32) 1 = "Northeast" 2 = "Midwest" 3 = "South" 4 = "West" ; VALUE hg_st60l (default=32) 11 = "Maine" 12 = "New Hampshire" 13 = "Vermont" 14 = "Massachusetts" 15 = "Rhode Island" 16 = "Connecticut" 21 = "New York" 22 = "New Jersey" 23 = "Pennsylvania" 31 = "Ohio" 32 = "Indiana" 33 = "Illinois" 34 = "Michigan" 35 = "Wisconsin" 41 = "Minnesota" 42 = "Iowa" 43 = "Missouri" 44 = "North Dakota" 45 = "South Dakota" 46 = "Nebraska" 47 = "Kansas" 51 = "Delaware" 52 = "Maryland" 53 = "District of Columbia" 54 = "Virginia" 55 = "West Virginia" 56 = "North Carolina" 57 = "South Carolina" 58 = "Georgia" 59 = "Florida" 61 = "Kentucky" 62 = "Tennessee" 63 = "Alabama" 64 = "Mississippi" 71 = "Arkansas" 72 = "Louisiana" 73 = "Oklahoma" 74 = "Texas" 81 = "Montana" 82 = "Idaho" 83 = "Wyoming" 84 = "Colorado" 85 = "New Mexico" 86 = "Arizona" 87 = "Utah" 88 = "Nevada" 91 = "Washington" 92 = "Oregon" 93 = "California" 94 = "Alaska" 95 = "Hawaii" ; VALUE hg_msas (default=32) 1 = "In MSA, in CC" 2 = "In MSA, not in CC" 3 = "Not in MSA" 4 = "Not identified" ; VALUE hg_msac (default=32) 0 = "Not MSA/PMSA, not identified" ; VALUE hg_pmsa (default=32) 0 = "Not a PMSA, not identified" ; VALUE hg_msar (default=32) 0 = "Not an MSA, not identified" ; VALUE hg_mssz (default=32) 1 = "Not identified, not an MSA" 2 = "100,000 - 249,999" 3 = "250,000 - 499,999" 4 = "500,000 - 999,999" 5 = "1 million - 2,499,999" 6 = "2.5 million - 4,999,999" 7 = "5 million - 9,999,999" 8 = "10 million or more" ; VALUE hg_cmsa (default=32) 0 = "Not in CMSA, not identified" ; VALUE h_metsta (default=32) 1 = "Metropolitan" 2 = "Nonmetropolitan" 3 = "Not identified" ; VALUE h_rectyp (default=32) 1 = "Interviewed adult" 2 = "Type A noninterview" 3 = "Type B/C noninterview" 4 = "Armed Forces record" 5 = "Childrens record" ; VALUE a_rrp (default=32) 1 = "Reference person with other" 2 = "Reference person with no other" 3 = "Husband" 4 = "Wife" 5 = "Own child" 6 = "Parent" 7 = "Brother/sister" 8 = "Other Relative of Reference" 9 = "Non-relative of reference" 10 = "Non-relative of reference" ; VALUE a_parent (default=32) 0 = "None" ; VALUE a_maritl (default=32) 1 = "Married - civilian spouse" 2 = "Married - AF spouse present" 3 = "Married - spouse absent" 4 = "Widowed" 5 = "Divorced" 6 = "Separated" 7 = "Never married" ; VALUE a_spouse (default=32) 0 = "None" ; VALUE a_sex (default=32) 1 = "Male" 2 = "Female" ; VALUE a_vet (default=32) 1 = "Vietnam era" 2 = "Korean War" 3 = "World War II" 4 = "World War I" 5 = "Other service" 6 = "Nonveteran" ; VALUE a_hga (default=32) 0 = "None" 31 = "Less than 1st grade" 32 = "1st, 2nd, 3rd, or 4th grade" 33 = "5th or 6th grade" 34 = "7th or 8th grade" 35 = "9th grade" 36 = "10th grade" 37 = "11th grade" 38 = "12th grade-no diploma" 39 = "High school graduate-diploma," 40 = "Some college but not degree" 41 = "Associate's degree in college-" 42 = "Associate's degree in college-" 43 = "Bachelor's degree in college-BA," 44 = "Master's degree-MA, MS, MBA," 45 = "Professional school degree-MD," 46 = "Doctorate degree-PhD, EdD, etc." ; VALUE a_race (default=32) 1 = "White" 2 = "Black" 3 = "Amer Indian, Aleut Eskimo" 4 = "Asian or Pacific Island" 5 = "Other" ; VALUE a_majact (default=32) 1 = "Working" 2 = "With job but not at work" 3 = "Looking for work" 4 = "Keeping house" 5 = "Going to school" 6 = "Unable to work" 7 = "Retired" 8 = "Other" ; VALUE a_anywk (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE a_hrs1l (default=32) -1 = "Not in universe" ; VALUE a_hrschk (default=32) -1 = "Not in universe" 1 = "49+" 2 = "1-34" 3 = "35-48" ; VALUE a_uslft (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE a_ftreas (default=32) -1 = "Not in universe" 1 = "Slack work" 2 = "Material shortage" 3 = "Plant or machine repair" 4 = "New job started during week" 5 = "Job terminated during week" 6 = "Could find only part time work" 7 = "Holiday" 8 = "Labor dispute" 9 = "Bad weather" 10 = "Own illness" 11 = "On vacation" 12 = "Too busy with house, school," 13 = "Did not want full time work" 14 = "Full-time work weeks < 35 hrs" 15 = "Other" ; VALUE a_lostim (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE a_ovrtim (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE a_jobabs (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE a_whyabs (default=32) -1 = "Not in universe" 1 = "Own illness" 2 = "On vacation" 3 = "Bad weather" 4 = "Labor dispute" 5 = "New job to begin within" 6 = "Temporary layoff (Under 30" 7 = "Indefinite layoff (30 days or" 8 = "Other" ; VALUE a_payabs (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "Self-employed" ; VALUE a_ftabs (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE a_lkwk (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE a_mthd1l (default=32) -1 = "Not in universe" 1 = "Entry" ; VALUE a_mthd2l (default=32) -1 = "Not in universe" 1 = "Entry" ; VALUE a_mthd3l (default=32) -1 = "Not in universe" 1 = "Entry" ; VALUE a_mthd4l (default=32) -1 = "Not in universe" 1 = "Entry" ; VALUE a_mthd5l (default=32) -1 = "Not in universe" 1 = "Entry" ; VALUE a_mthd6l (default=32) -1 = "Not in universe" 1 = "Entry" ; VALUE a_mthd7l (default=32) -1 = "Not in universe" 1 = "Entry" ; VALUE a_whylk (default=32) -1 = "Not in universe" 1 = "Lost job" 2 = "Quit job" 3 = "Left school" 4 = "Wanted temporary work" 5 = "Change in home or family" 6 = "Left military service" 7 = "Other" ; VALUE a_wkslk (default=32) -1 = "Not in universe" ; VALUE a_lkftpt (default=32) -1 = "Not in universe" 1 = "Full-time" 2 = "Part-time" ; VALUE a_avail (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE a_whyna (default=32) -1 = "Not in universe" 1 = "Already has a job" 2 = "Temporary illness" 3 = "Going to school" 4 = "Other" ; VALUE a_whenlj (default=32) -1 = "Not in universe" 1 = "In last 12 months" 2 = "1-5 years ago" 3 = "More than 5 years ago" 4 = "Never worked full time 2" 5 = "Never worked at all" ; VALUE a_ind (default=32) -1 = "Not in universe" 0 = "Old not in universe" ; VALUE a_occ (default=32) -1 = "Not in universe" 0 = "Old not in universe" ; VALUE a_clswkr (default=32) -1 = "Not in universe" 1 = "Private" 2 = "Federal government" 3 = "State government" 4 = "Local government" 5 = "Self-employed-incorporated" 6 = "Self-employed-not incorporated" 7 = "Without pay" 8 = "Never worked" ; VALUE a_chkwj (default=32) -1 = "Not in universe" 1 = "Entry (or NA) in I20A and P,F,S" 2 = "Entry (or NA) in I23B and P,F,S" 3 = "All other cases" ; VALUE a_nlfrot (default=32) -1 = "Not in universe" 1 = "Continuing rotations" 2 = "Outgoing rotations" ; VALUE a_nlflj (default=32) -1 = "Not in universe" 1 = "Within past 12 months" 2 = "1 Up to 2 years ago" 3 = "2 Up to 3 years ago" 4 = "3 Up to 4 years ago" 5 = "4 Up to 5 years ago" 6 = "5 or more years ago" 7 = "Never worked" ; VALUE a_whylft (default=32) -1 = "Not in universe" 1 = "Personal, family or school" 2 = "Health" 3 = "Retirement or old age" 4 = "Seasonal job completed" 5 = "Slack work or business" 6 = "Temporary nonseasonal job" 7 = "Unsatisfactory work arrangements" 8 = "Other" ; VALUE a_wantjb (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "Maybe-it depends" 3 = "No" 4 = "Don't know" ; VALUE a_whynla (default=32) -1 = "Not in universe" 1 = "Entry" ; VALUE a_whynlb (default=32) -1 = "Not in universe" 1 = "Entry" ; VALUE a_whynlc (default=32) -1 = "Not in universe" 1 = "Entry" ; VALUE a_whynld (default=32) -1 = "Not in universe" 1 = "Entry" ; VALUE a_whynle (default=32) -1 = "Not in universe" 1 = "Entry" ; VALUE a_whynlf (default=32) -1 = "Not in universe" 1 = "Entry" ; VALUE a_whynlg (default=32) -1 = "Not in universe" 1 = "Entry" ; VALUE a_whynlh (default=32) -1 = "Not in universe" 1 = "Entry" ; VALUE a_whynli (default=32) -1 = "Not in universe" 1 = "Entry" ; VALUE a_whynlx (default=32) -1 = "Not in universe" 1 = "Entry" ; VALUE a_whynly (default=32) -1 = "Not in universe" 1 = "Entry" ; VALUE a_intend (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "It depends" 3 = "No" 4 = "Don't know" ; VALUE a_earnrt (default=32) -1 = "Not in universe" 1 = "MIS 1,2,3,5,6,7" 2 = "MIS 4, 8" ; VALUE a_uslhrs (default=32) -1 = "Not in universe" ; VALUE a_hrlywk (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE a_unmem (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE a_uncov (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE a_enrchk (default=32) 1 = "This person is 16-24 years of" 2 = "All others" ; VALUE a_enrlw (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE a_hscol (default=32) -1 = "Not in universe" 1 = "High school" 2 = "College or university" ; VALUE a_ftpt (default=32) -1 = "Not in universe" 1 = "Full time" 2 = "Part time" ; VALUE a_reorgn (default=32) 1 = "Mexican American" 2 = "Chicano" 3 = "Mexican (Mexicano)" 4 = "Puerto Rican" 5 = "Cuban" 6 = "Central or South American" 7 = "Other Spanish" 8 = "All other" 9 = "Don't know" 10 = "NA" ; VALUE a_exprrp (default=32) 1 = "Reference person with" 2 = "Reference person without" 3 = "Husband" 4 = "Wife" 5 = "Natural/adopted child" 6 = "Step child" 7 = "Grandchild" 8 = "Parent" 9 = "Brother/sister" 10 = "Other relative" 11 = "Foster child" 12 = "Nonrelative with relatives" 13 = "Partner/roommate" 14 = "Nonrelative without relatives" ; VALUE a_lfsr (default=32) 1 = "Working" 2 = "With job,not at work" 3 = "Unemployed, looking for work" 4 = "Unemployed, on layoff" 5 = "NILF - working w/o pay < 15 hrs" 6 = "NILF - unavailable" 7 = "Other NILF" ; VALUE a_untype (default=32) -1 = "Not in universe" 1 = "Job loser - on layoff" 2 = "Other job loser" 3 = "Job leaver" 4 = "Re-entrant" 5 = "New entrant" ; VALUE a_nlfrea (default=32) -1 = "Not in universe" 1 = "School" 2 = "Ill, disabled" 3 = "Keeping house" 4 = "Retired or old age" 5 = "No desire" 6 = "Employers think too young or" 7 = "Lacks education or training" 8 = "Other personal reason" 9 = "Could not find work" 10 = "Thinks no job available" 11 = "Other" ; VALUE a_wkstat (default=32) 1 = "Not in labor force" 2 = "Full-time schedules" 3 = "Part-time for economic" 4 = "Part-time for non-economic" 5 = "Part-time for economic" 6 = "Unemployed full-time" 7 = "Unemployed part-time" ; VALUE a_explf (default=32) -1 = "Not in experienced labor force" 1 = "Employed" 2 = "Unemployed" ; VALUE a_wksch (default=32) -1 = "Not in universe" 1 = "At work" 2 = "With job, not at work" 3 = "Unemployed, seeks full-time" 4 = "Unemployed, seeks part-time" ; VALUE a_civlf (default=32) -1 = "Not in universe" 1 = "In universe" ; VALUE a_ftlf (default=32) -1 = "Not in universe" 1 = "In universe" ; VALUE a_emphrs (default=32) -1 = "Not in universe" 1 = "Illness" 2 = "Vacation" 3 = "Bad weather" 4 = "Labor dispute" 5 = "All other" 6 = "1-4 hours" 7 = "5-14 hours" 8 = "15-21 hours" 9 = "22-29 hours" 10 = "30-34 hours" 11 = "35-39 hours" 12 = "40 hours" 13 = "41-47 hours" 14 = "48 hours" 15 = "49-59 hours" 16 = "60 hours or more" ; VALUE a_pthrs (default=32) -1 = "Not in universe" 0 = "Usually full-time, part-time" 1 = "1-4 hours" 2 = "5-14 hours" 3 = "15-29 hours" 4 = "30-34 hours" 5 = "1-4 hours" 6 = "5-14 hours" 7 = "15-29 hours" 8 = "30-34 hours" 9 = "1-4 hours" 10 = "5-14 hours" 11 = "15-29 hours" 12 = "30-34 hours" ; VALUE a_ptrea (default=32) -1 = "Not in universe" 1 = "Slack work" 2 = "Material shortages, plant" 3 = "New job started" 4 = "Job terminated" 5 = "Holiday" 6 = "Labor dispute" 7 = "Bad weather" 8 = "Own illness" 9 = "On vacation" 10 = "All other" 11 = "Slack work" 12 = "Could find only part-time" 13 = "Own illness" 14 = "Too busy or did not want" 15 = "Full-time under 35 hours" 16 = "Other" ; VALUE a_absrea (default=32) -1 = "Not in universe" 1 = "Vacation" 2 = "Illness" 3 = "All other" 4 = "Vacation" 5 = "Illness" 6 = "All other" 7 = "Vacation" 8 = "Illness" 9 = "All other" 10 = "Vacation" 11 = "Illness" 12 = "All other" ; VALUE a_ag_na (default=32) -1 = "Not in universe" 1 = "Agriculture industry" 2 = "Nonagriculture industry" ; VALUE a_mjind (default=32) -1 = "Not in universe" 1 = "Agriculture" 2 = "Mining" 3 = "Construction" 4 = "Manufacturing-durable goods" 5 = "Manufacturing-nondurable goods" 6 = "Transportation" 7 = "Communications" 8 = "Utilities and sanitary services" 9 = "Wholesale trade" 10 = "Retail trade" 11 = "Finance,insurance and real" 12 = "Private household" 13 = "Business and repair" 14 = "Personal services, except" 15 = "Entertainment" 16 = "Hospital" 17 = "Medical, except hospital" 18 = "Educational" 19 = "Social services" 20 = "Other professional" 21 = "Forestry and fisheries" 22 = "Public administration" 23 = "Armed Forces" ; VALUE a_mjocc (default=32) -1 = "Not in universe" 1 = "Executive, admin. and" 2 = "Professional specialty" 3 = "Technicians and related support" 4 = "Sales" 5 = "Administrative support," 6 = "Private household" 7 = "Protective service" 8 = "Other service" 9 = "Precision production, craft and" 10 = "Machine operators, assemblers" 11 = "Transportation and material" 12 = "Handlers, equip. cleaners, etc." 13 = "Farming, forestry and fishing" 14 = "Armed Forces" 15 = "No previous experience - never" ; VALUE a_ernel (default=32) 0 = "Not earnings eligible" 1 = "Earnings eligible" ; VALUE a_ioelig (default=32) 0 = "Not I and O eligible" 1 = "I and O eligible" ; VALUE a_dscwk (default=32) 0 = "Non-discouraged worker" 1 = "Discouraged worker" ; VALUE a_dtclwk (default=32) -1 = "Not in universe" 0 = "Old Not in universe" 1 = "Private" 2 = "Government" 3 = "Self-employed" 4 = "Unpaid family" 5 = "Private household" 6 = "Other private" 7 = "Federal" 8 = "State" 9 = "Local" 10 = "Self-employed" 11 = "Unpaid family" ; VALUE a_emp (default=32) -1 = "Not in universe" 1 = "In Universe" ; VALUE a_nagws (default=32) -1 = "Not in universe" 1 = "In Universe" ; VALUE a_rcow (default=32) -1 = "Not in universe" 1 = "Private" 2 = "Federal" 3 = "State" 4 = "Local" 5 = "Se-uninc." 6 = "Without pay" 7 = "Never worked" ; VALUE a_ncagpw (default=32) -1 = "Not in universe" 1 = "In universe" ; VALUE a_herntp (default=32) -1 = "Not in universe" ; VALUE a_werntp (default=32) -1 = "Not in universe" ; VALUE a_herntf (default=32) -1 = "Not in universe" 0 = "Not top coded" 1 = "Top coded" ; VALUE a_werntf (default=32) -1 = "Not in universe" 0 = "Not top coded" 1 = "Top coded" ; VALUE a_ferntp (default=32) -1 = "Not in primary family or" ; VALUE a_ferntf (default=32) -1 = "Not in universe" 0 = "Not top codes" 1 = "Top Coded" ; VALUE a_famnum (default=32) 0 = "Not a family member" 1 = "Primary family member only" ; VALUE a_famtyp (default=32) 1 = "Primary family" 2 = "Primary individual" 3 = "Related subfamily" 4 = "Unrelated subfamily" 5 = "Secondary Individual" ; VALUE a_famrel (default=32) 0 = "Not a family member" 1 = "Reference person" 2 = "Spouse" 3 = "Child" 4 = "Other relative (primary family" ; VALUE a_pfnocd (default=32) 0 = "Not in primary family" 1 = "No children" 2 = "1 child" 3 = "2 children" 4 = "3 children" 5 = "4 children" 6 = "5 children" 7 = "6 children" 8 = "7 children" 9 = "8+ children" ; VALUE a_pfprcd (default=32) 0 = "Not in primary family" 1 = "No children < 18 years old" 2 = "All children 0-2 years old" 3 = "All children 3-5 years old" 4 = "All children 6-13 years old" 5 = "All children 14-17 years old" 6 = "Children 0-2 and 3-5" 7 = "Children 0-2 and 6-13" 8 = "Children 0-2 and 14-17" 9 = "Children 3-5 and 6-13" 10 = "Children 3-5 and 14-17" 11 = "Children 6-13 and 14-17" 12 = "Children 0-2, 3-5 and 6-13" 13 = "Children 0-2, 3-5 and 14-17" 14 = "Children 0-2, 6-13 and 14-17" 15 = "Children 3-5, 6-13 and 14-17" 16 = "Children from all age groups" ; VALUE a_pfrel (default=32) 0 = "Not in primary family" 1 = "Husband" 2 = "Wife" 3 = "Own child" 4 = "Other relative" 5 = "Unmarried reference person" ; VALUE a_pfsize (default=32) 0 = "Not in primary family" ; VALUE a_pfhhag (default=32) 0 = "Not a family member" 1 = "< 25 years old" 2 = "25-44 years old" 3 = "45-54 years old" 4 = "55-64 years old" 5 = "65+ years old" ; VALUE a_lfesm (default=32) 0 = "Not in primary family/no male" 1 = "Employed earner" 2 = "Self-employed" 3 = "Without pay" 4 = "Unemployed" 5 = "Not in labor force" 6 = "Armed Forces" ; VALUE a_lfesf (default=32) 0 = "Not in primary family/no female" 1 = "Employed earner" 2 = "Self-employed" 3 = "Without pay" 4 = "Unemployed" 5 = "Not in labor force" 6 = "Armed Forces" ; VALUE a_pfws (default=32) -1 = "Not in primary family" 0 = "Not in primary family" 1 = "No one employed" 2 = "Some employed - no wage and" 3 = "With wage and salary workers," 4 = "With wage and salary workers," 5 = "With wage and salary workers" ; VALUE a_pfftpt (default=32) -1 = "Not in universe" 0 = "Not in primary family" 1 = "No earners" 2 = "All earners full-time" 3 = "Some full-time, some part-time" 4 = "All earners part-time" 5 = "Not in universe" ; VALUE a_pfearn (default=32) -1 = "Not in primary family or not" ; VALUE a_pfnoer (default=32) -1 = "Not in universe (not in" 0 = "No earners" 9 = "9+ earners" ; VALUE a_pfnoem (default=32) -1 = "Not in universe" 0 = "No one employed" 9 = "9+ employed" ; VALUE a_pfnoun (default=32) -1 = "Not in universe (not in" 0 = "No unemployed" 9 = "9+ unemployed" ; VALUE aplineno (default=32) 0 = "No change" 2 = "Blank to value" 3 = "Value to value" ; VALUE aprrp (default=32) 0 = "No change" 2 = "Blank to value" 3 = "Value to value" 5 = "Value to value - no error" ; VALUE apparent (default=32) 0 = "No change" 2 = "Blank to value" 3 = "Value to value" 5 = "Value to value - no error" ; VALUE apage (default=32) 0 = "No change" 2 = "Blank to value" 4 = "Allocated" ; VALUE apmaritl (default=32) 0 = "No change" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" 5 = "Value to value - no error" ; VALUE apspouse (default=32) 0 = "No change" 2 = "Blank to value" 3 = "Value to value" 5 = "Value to value - no error" ; VALUE apsex (default=32) 0 = "No change" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apvet (default=32) 0 = "No change" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE aphga (default=32) 0 = "No change" 4 = "Allocated" ; VALUE aprace (default=32) 0 = "No change" 2 = "Blank to value" 4 = "Allocated" ; VALUE aporigin (default=32) 0 = "No change" 2 = "Blank to value" 5 = "Value to value - no error" 8 = "Blank to N/A code" ; VALUE aplfsr (default=32) 0 = "No change" 4 = "Allocated" ; VALUE apmajact (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apanywk (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE aphrs (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE aphrschk (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apuslft (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apftreas (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE aplostim (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apovrtim (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apjobabs (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apwhyabs (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE appayabs (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apftabs (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE aplkwk (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apmthd (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apwhylk (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apwkslk (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE aplkftpt (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apavail (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apwhyna (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apwhenlj (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apind (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apocc (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apclswkr (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apnlflj (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apwhylft (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apwantjb (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apwhynl (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apintend (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apuslhrs (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE aphrlywk (default=32) -1 = "Not in universe" 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE aphrspay (default=32) -1 = "Not in universe" 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apgrswk (default=32) -1 = "Not in Universe" 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apunmem (default=32) -1 = "Not in universe" 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apuncov (default=32) -1 = "Not in universe" 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apenrchk (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apenrlw (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE aphscol (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE apftpt (default=32) 0 = "No change" 1 = "Value to blank" 2 = "Blank to value" 3 = "Value to value" 4 = "Allocated" ; VALUE a_s32l (default=32) 1 = "Yes" 2 = "No" 3 = "Don't know" 9 = "No response" ; VALUE a_s33l (default=32) 999 = "No response" ; VALUE a_s33a (default=32) 1 = "Never smoked regularly" 2 = "Don't know" 9 = "No response" ; VALUE a_s34l (default=32) 1 = "Every day" 2 = "Some days" 3 = "Not at all" 9 = "No response" ; VALUE a_s35l (default=32) 1 = "Self, I34 .Every day" 2 = "Self, I34 .Some days" 3 = "Self, I34 .Not at all" 4 = "Proxy" 9 = "No response" ; VALUE a_s36l (default=32) 999 = "No response" ; VALUE a_s36a (default=32) 1 = "Don't know" 9 = "No response" ; VALUE a_s37l (default=32) 99 = "No response" ; VALUE a_s37a (default=32) 1 = "Don't know" 2 = "None" 9 = "No response" ; VALUE a_s38l (default=32) 999 = "No response" ; VALUE a_s38a (default=32) 1 = "Don't know" 9 = "No response" ; VALUE a_s39l (default=32) 1 = "Yes" 2 = "No" 3 = "Don't know" 9 = "No response" ; VALUE a_s40l (default=32) 9999 = "No response" ; VALUE a_s40a (default=32) 1 = "Days" 2 = "Weeks" 3 = "Months" 4 = "Years" 9 = "No response" ; VALUE a_s40b (default=32) 1 = "Don't know" 9 = "No response" ; VALUE a_s41l (default=32) 999 = "No response" ; VALUE a_s41a (default=32) 1 = "Don't know" 2 = "No response" ; VALUE a_s42l (default=32) 999 = "No response" ; VALUE a_s42a (default=32) 1 = "None or less than 1 year" 2 = "Don't know" 9 = "No response" ; VALUE a_s43l (default=32) 999 = "No response" ; VALUE a_s43a (default=32) 1 = "None or less than 1 year" 2 = "Don't know" 9 = "No response" ; VALUE a_s44l (default=32) 1 = "Yes" 2 = "No" 3 = "Don't know" 9 = "No response" ; VALUE a_s45l (default=32) 1 = "Yes" 2 = "No" 3 = "Don't know" 9 = "No response" ; VALUE a_s46l (default=32) 99 = "No response" ; VALUE a_s46a (default=32) 1 = "Don't know" 9 = "No response" ; VALUE a_s47l (default=32) 1 = "Yes" 2 = "No" 3 = "Don't know" 9 = "No response" ; VALUE a_s48l (default=32) 1 = "Yes" 2 = "No" 3 = "Don't know" 9 = "No response" ; VALUE a_s49l (default=32) 1 = "Yes" 2 = "No" 3 = "Don't know" 9 = "No response" ; VALUE a_s50l (default=32) 1 = "Yes" 2 = "No" 3 = "Don't know" 9 = "No response" ; VALUE a_s51l (default=32) 1 = "Yes" 2 = "No" 3 = "Don't know" 9 = "No response" ; VALUE a_s52l (default=32) 1 = "Yes" 2 = "No" 3 = "Don't know" 9 = "No response" ; VALUE a_s53l (default=32) 1 = "Yes" 2 = "No" 3 = "Don't know" 9 = "No response" ; VALUE a_s54l (default=32) 1 = "Yes" 2 = "No" 3 = "Don't know" 9 = "No response" ; VALUE a_s55l (default=32) 1 = "Yes" 2 = "No" 3 = "Don't know" 9 = "No response" ; VALUE a_s56l (default=32) 9999 = "No response" ; VALUE a_s56a (default=32) 1 = "Don't know" 9 = "No response" ; VALUE a_s56b (default=32) 1 = "Number of days" 2 = "Number of weeks" 3 = "Number of months" 4 = "Number of years" 9 = "No response" ; VALUE a_s57l (default=32) 999 = "No response" ; VALUE a_s57a (default=32) 1 = "Don't know" 9 = "No response" ; VALUE a_s58l (default=32) 999 = "No response" ; VALUE a_s58a (default=32) 1 = "None or less than 1 year" 2 = "Don't know" 3 = "No response" ; VALUE a_s59l (default=32) 9999 = "No response" ; VALUE a_s59a (default=32) 1 = "Don't know" 9 = "No response" ; VALUE a_s59b (default=32) 1 = "Number of Days" 2 = "Number of Weeks" 3 = "Number of Months" 4 = "Number of Years" 9 = "No response" ; VALUE a_s60l (default=32) 1 = "Item 59 is less than or" 2 = "All others" 9 = "No response" ; VALUE a_s61l (default=32) 1 = "Every day" 2 = "Some days" 3 = "Not at all" 4 = "Don't know" 9 = "No response" ; VALUE a_s62l (default=32) 1 = "Yes" 2 = "No" 3 = "Don't know" 9 = "No response" ; VALUE a_s62a (default=32) 1 = "Pipes" 9 = "No response" ; VALUE a_s62b (default=32) 1 = "Cigars" 9 = "No response" ; VALUE a_s62c (default=32) 1 = "Chewing Tobacco" 9 = "No response" ; VALUE a_s62d (default=32) 1 = "Snuff" 9 = "No response" ; VALUE a_s63l (default=32) 1 = "Yes" 2 = "No" 9 = "No response" ; VALUE a_s63a (default=32) 1 = "Pipes" 9 = "No response" ; VALUE a_s63b (default=32) 1 = "Cigars" 9 = "No response" ; VALUE a_s63c (default=32) 1 = "Chewing tobacco" 9 = "No response" ; VALUE a_s63d (default=32) 1 = "Snuff" 9 = "No response" ; VALUE a_s64l (default=32) 1 = "Self" 2 = "Proxy" 9 = "No response" ; VALUE a_s65l (default=32) 1 = "Entry (or NA) in item" 2 = "All other cases" 9 = "No response" ; VALUE a_s66l (default=32) 1 = "Entry of P, F, S, or L in" 2 = "All other cases" 9 = "No response" ; VALUE a_s67l (default=32) 1 = "Private enclosed office with" 2 = "Shared enclosed office with" 3 = "Indoor open area with or" 4 = "In one building, but no" 5 = "Store or restaurant" 6 = "Warehouse or factory" 7 = "In someone's home" 8 = "Travel to different buildings" 9 = "Outdoors or in a motor vehicle" 10 = "Other" 99 = "No response" ; VALUE a_s68l (default=32) 1 = "Yes" 2 = "No" 3 = "Don't know" 9 = "No response" ; VALUE a_s69l (default=32) 1 = "Not allowed in any public areas" 2 = "Allowed in some public areas" 3 = "Allowed in all public areas" 4 = "Not applicable" 5 = "Don't know" 9 = "No response" ; VALUE a_s70l (default=32) 1 = "Not allowed in any work areas" 2 = "Allowed in some work areas" 3 = "Allowed in all work areas" 4 = "Not applicable" 5 = "Don't know" 9 = "No response" ; VALUE a_s71l (default=32) 1 = "Yes" 2 = "No" 3 = "Don't know" 9 = "No response" ; VALUE a_s72a (default=32) 1 = "Allowed in all areas" 2 = "Allowed in some areas" 3 = "Not allowed at all" 9 = "No response" ; VALUE a_s72b (default=32) 1 = "Allowed in all areas" 2 = "Allowed in some areas" 3 = "Not allowed at all" 9 = "No response" ; VALUE a_s72c (default=32) 1 = "Allowed in all areas" 2 = "Allowed in some areas" 3 = "Not allowed at all" 9 = "No response" ; VALUE a_s72d (default=32) 1 = "Allowed in all areas" 2 = "Allowed in some areas" 3 = "Not allowed at all" 9 = "No response" ; VALUE a_s72e (default=32) 1 = "Allowed in all areas" 2 = "Allowed in some areas" 3 = "Not allowed at all" 9 = "No response" ; VALUE a_s72f (default=32) 1 = "Allowed in all areas" 2 = "Allowed in some areas" 3 = "Not allowed at all" 9 = "No response" ; VALUE a_s73l (default=32) 1 = "No one is allowed to smoke" 2 = "Smoking is allowed in some" 3 = "Smoking is permitted anywhere" 9 = "No response" ; VALUE a_s74l (default=32) 1 = "Habit" 2 = "Addiction" 3 = "Neither" 4 = "Both" 5 = "Don't know" 9 = "No response" ; VALUE a_s75l (default=32) 1 = "Very easy" 2 = "Somewhat easy" 3 = "Somewhat difficult" 4 = "Very difficult" 5 = "Don't know" 9 = "No response" ; VALUE a_s76l (default=32) 1 = "Always allowed" 2 = "Allowed under some conditions" 3 = "Not allowed at all" 4 = "Don't know" 9 = "No response" ; VALUE a_s77l (default=32) 1 = "Always allowed" 2 = "Allowed under some conditions" 3 = "Not allowed at all" 4 = "Don't know" 9 = "No response" ; VALUE a_s78l (default=32) 1 = "Eligible person proxy" 2 = "Husband" 3 = "Wife" 4 = "Child" 5 = "Grandchild" 6 = "Parent" 7 = "Brother/sister" 8 = "Other rel. of eligible person" 9 = "Partner/roommate" 10 = "Non-rel. of eligible person" 88 = "Proxy but unknown person" 99 = "No response" ; VALUE a_s79l (default=32) 1 = "None" 2 = "One" 3 = "Two" 9 = "No response" ; VALUE a_s80l (default=32) 1 = "English" 2 = "Spanish" 3 = "Other" 9 = "No response" ; VALUE a_s81a (default=32) 1 = "Telephone" 2 = "Personal visit" 3 = "No one home" 4 = "Temp. absent" 5 = "Refused" 6 = "Other" 9 = "No response" ; VALUE a_s81b (default=32) 9 = "No response" ; VALUE intrview (default=32) 1 = "Interview" 2 = "Non-interview" ; VALUE smokstat (default=32) 1 = "Never smoker" 2 = "Everyday smoker" 3 = "Some days smoker" 4 = "Former smoker" 9 = "Indeterminate" ; proc print data=library.&dataset (obs=6); FORMAT h_hhnum h_hhnum. h_cpschk h_cpschk. h_daycmp h_daycmp. h_livqrt h_livqrt. h_farm h_farm. h_typint h_typint. h_respnm h_respnm. h_areasn h_areasn. h_arace h_arace. h_typebc h_typebc. h_season h_season. h_occint h_occint. h_intrv1 h_intrva. h_intrv2 h_intrvb. h_intrv3 h_intrvc. h_status h_status. h_tenure h_tenure. h_faminc h_faminc. h_telhhd h_telhhd. h_telavl h_telavl. h_telint h_telint. h_prscnt h_prscnt. h_telcnt h_telcnt. h_timint h_timint. h_hhtype h_hhtype. h_numper h_numper. h_type h_type. h_typerp h_typerp. h_numfam h_numfam. h_hhdseq h_hhdseq. hptenure hptenure. hpfaminc hpfaminc. hparace hparace. hpcpschk hpcpschk. hpdaycmp hpdaycmp. hphhnum hphhnum. hpintrv hpintrv. hplivqrt hplivqrt. hpoccint hpoccint. hprespnm hprespnm. hpseason hpseason. hpstatus hpstatus. hpareasn hpareasn. hptypebc hptypebc. hptelhhd hptelhhd. hptelavl hptelavl. hptelint hptelint. hpprscnt hpprscnt. hptimint hptimint. hptelcnt hptelcnt. hg_reg hg_reg. hg_st60 hg_st60l. hg_msas hg_msas. hg_msac hg_msac. hg_pmsa hg_pmsa. hg_msar hg_msar. hg_mssz hg_mssz. hg_cmsa hg_cmsa. h_metsta h_metsta. h_rectyp h_rectyp. a_rrp a_rrp. a_parent a_parent. a_maritl a_maritl. a_spouse a_spouse. a_sex a_sex. a_vet a_vet. a_hga a_hga. a_race a_race. a_majact a_majact. a_anywk a_anywk. a_hrs1 a_hrs1l. a_hrschk a_hrschk. a_uslft a_uslft. a_ftreas a_ftreas. a_lostim a_lostim. a_ovrtim a_ovrtim. a_jobabs a_jobabs. a_whyabs a_whyabs. a_payabs a_payabs. a_ftabs a_ftabs. a_lkwk a_lkwk. a_mthd1 a_mthd1l. a_mthd2 a_mthd2l. a_mthd3 a_mthd3l. a_mthd4 a_mthd4l. a_mthd5 a_mthd5l. a_mthd6 a_mthd6l. a_mthd7 a_mthd7l. a_whylk a_whylk. a_wkslk a_wkslk. a_lkftpt a_lkftpt. a_avail a_avail. a_whyna a_whyna. a_whenlj a_whenlj. a_ind a_ind. a_occ a_occ. a_clswkr a_clswkr. a_chkwj a_chkwj. a_nlfrot a_nlfrot. a_nlflj a_nlflj. a_whylft a_whylft. a_wantjb a_wantjb. a_whynl1 a_whynla. a_whynl2 a_whynlb. a_whynl3 a_whynlc. a_whynl4 a_whynld. a_whynl5 a_whynle. a_whynl6 a_whynlf. a_whynl7 a_whynlg. a_whynl8 a_whynlh. a_whynl9 a_whynli. a_whynla a_whynlx. a_whynlb a_whynly. a_intend a_intend. a_earnrt a_earnrt. a_uslhrs a_uslhrs. a_hrlywk a_hrlywk. a_unmem a_unmem. a_uncov a_uncov. a_enrchk a_enrchk. a_enrlw a_enrlw. a_hscol a_hscol. a_ftpt a_ftpt. a_reorgn a_reorgn. a_exprrp a_exprrp. a_lfsr a_lfsr. a_untype a_untype. a_nlfrea a_nlfrea. a_wkstat a_wkstat. a_explf a_explf. a_wksch a_wksch. a_civlf a_civlf. a_ftlf a_ftlf. a_emphrs a_emphrs. a_pthrs a_pthrs. a_ptrea a_ptrea. a_absrea a_absrea. a_ag_na a_ag_na. a_mjind a_mjind. a_mjocc a_mjocc. a_ernel a_ernel. a_ioelig a_ioelig. a_dscwk a_dscwk. a_dtclwk a_dtclwk. a_emp a_emp. a_nagws a_nagws. a_rcow a_rcow. a_ncagpw a_ncagpw. a_herntp a_herntp. a_werntp a_werntp. a_herntf a_herntf. a_werntf a_werntf. a_ferntp a_ferntp. a_ferntf a_ferntf. a_famnum a_famnum. a_famtyp a_famtyp. a_famrel a_famrel. a_pfnocd a_pfnocd. a_pfprcd a_pfprcd. a_pfrel a_pfrel. a_pfsize a_pfsize. a_pfhhag a_pfhhag. a_lfesm a_lfesm. a_lfesf a_lfesf. a_pfws a_pfws. a_pfftpt a_pfftpt. a_pfearn a_pfearn. a_pfnoer a_pfnoer. a_pfnoem a_pfnoem. a_pfnoun a_pfnoun. aplineno aplineno. aprrp aprrp. apparent apparent. apage apage. apmaritl apmaritl. apspouse apspouse. apsex apsex. apvet apvet. aphga aphga. aprace aprace. aporigin aporigin. aplfsr aplfsr. apmajact apmajact. apanywk apanywk. aphrs aphrs. aphrschk aphrschk. apuslft apuslft. apftreas apftreas. aplostim aplostim. apovrtim apovrtim. apjobabs apjobabs. apwhyabs apwhyabs. appayabs appayabs. apftabs apftabs. aplkwk aplkwk. apmthd apmthd. apwhylk apwhylk. apwkslk apwkslk. aplkftpt aplkftpt. apavail apavail. apwhyna apwhyna. apwhenlj apwhenlj. apind apind. apocc apocc. apclswkr apclswkr. apnlflj apnlflj. apwhylft apwhylft. apwantjb apwantjb. apwhynl apwhynl. apintend apintend. apuslhrs apuslhrs. aphrlywk aphrlywk. aphrspay aphrspay. apgrswk apgrswk. apunmem apunmem. apuncov apuncov. apenrchk apenrchk. apenrlw apenrlw. aphscol aphscol. apftpt apftpt. a_s32 a_s32l. a_s33 a_s33l. a_s33a a_s33a. a_s34 a_s34l. a_s35 a_s35l. a_s36 a_s36l. a_s36a a_s36a. a_s37 a_s37l. a_s37a a_s37a. a_s38 a_s38l. a_s38a a_s38a. a_s39 a_s39l. a_s40 a_s40l. a_s40a a_s40a. a_s40b a_s40b. a_s41 a_s41l. a_s41a a_s41a. a_s42 a_s42l. a_s42a a_s42a. a_s43 a_s43l. a_s43a a_s43a. a_s44 a_s44l. a_s45 a_s45l. a_s46 a_s46l. a_s46a a_s46a. a_s47 a_s47l. a_s48 a_s48l. a_s49 a_s49l. a_s50 a_s50l. a_s51 a_s51l. a_s52 a_s52l. a_s53 a_s53l. a_s54 a_s54l. a_s55 a_s55l. a_s56 a_s56l. a_s56a a_s56a. a_s56b a_s56b. a_s57 a_s57l. a_s57a a_s57a. a_s58 a_s58l. a_s58a a_s58a. a_s59 a_s59l. a_s59a a_s59a. a_s59b a_s59b. a_s60 a_s60l. a_s61 a_s61l. a_s62 a_s62l. a_s62a a_s62a. a_s62b a_s62b. a_s62c a_s62c. a_s62d a_s62d. a_s63 a_s63l. a_s63a a_s63a. a_s63b a_s63b. a_s63c a_s63c. a_s63d a_s63d. a_s64 a_s64l. a_s65 a_s65l. a_s66 a_s66l. a_s67 a_s67l. a_s68 a_s68l. a_s69 a_s69l. a_s70 a_s70l. a_s71 a_s71l. a_s72a a_s72a. a_s72b a_s72b. a_s72c a_s72c. a_s72d a_s72d. a_s72e a_s72e. a_s72f a_s72f. a_s73 a_s73l. a_s74 a_s74l. a_s75 a_s75l. a_s76 a_s76l. a_s77 a_s77l. a_s78 a_s78l. a_s79 a_s79l. a_s80 a_s80l. a_s81a a_s81a. a_s81b a_s81b. intrview intrview. smokstat smokstat. ; proc contents data=library.&dataset; run; /* Copyright 2014 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. */