*options obs=100 ; options nocenter ; /*------------------------------------------------ by Jean Roth Mon Jul 2 15:45:39 EDT 2007 This program reads the 2005 National Health Interview Survey 2005 samadult Data File 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 "./"; * 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/nhis/ftp.cdc.gov/pub/Health_Statistics/NCHS/Datasets/NHIS/2005/samadult.exe "; * The following line should contain the name of the SAS dataset ; %let dataset = nhis2005_samadult ; DATA library.&dataset ; INFILE datafile LRECL = 20000 ; attrib rectype length=3 label=""; attrib srvy_yr length=4 label=""; attrib hhx length=$6 label=""; attrib intv_qrt length=3 label=""; attrib assignwk length=3 label=""; attrib fmx length=$2 label=""; attrib fpx length=$2 label=""; attrib wtia_sa length=4 label=""; attrib wtfa_sa length=4 label=""; attrib region length=3 label=""; attrib stratum length=3 label=""; attrib psu length=3 label=""; attrib sex length=3 label=""; attrib hispan_i length=3 label=""; attrib racerpi2 length=3 label=""; attrib mracrpi2 length=3 label=""; attrib mracbpi2 length=3 label=""; attrib age_p length=3 label=""; attrib r_maritl length=3 label=""; attrib proxysa length=3 label=""; attrib prox1 length=3 label=""; attrib prox2 length=3 label=""; attrib doinglwa length=3 label=""; attrib whynowka length=3 label=""; attrib everwrk length=3 label=""; attrib indstrn1 length=3 label=""; attrib indstrn2 length=3 label=""; attrib occupn1 length=3 label=""; attrib occupn2 length=3 label=""; attrib wrkcata length=3 label=""; attrib businc1a length=3 label=""; attrib locall1a length=3 label=""; attrib yrswrkpa length=3 label=""; attrib wrklongh length=3 label=""; attrib hourpda length=3 label=""; attrib pdsicka length=3 label=""; attrib onejob length=3 label=""; attrib hypev length=3 label=""; attrib hypdifv length=3 label=""; attrib chdev length=3 label=""; attrib angev length=3 label=""; attrib miev length=3 label=""; attrib hrtev length=3 label=""; attrib strev length=3 label=""; attrib ephev length=3 label=""; attrib aasmev length=3 label=""; attrib aasstill length=3 label=""; attrib aasmyr length=3 label=""; attrib aasmeryr length=3 label=""; attrib ulcev length=3 label=""; attrib ulcyr length=3 label=""; attrib canev length=3 label=""; attrib cnkind1 length=3 label=""; attrib cnkind2 length=3 label=""; attrib cnkind3 length=3 label=""; attrib cnkind4 length=3 label=""; attrib cnkind5 length=3 label=""; attrib cnkind6 length=3 label=""; attrib cnkind7 length=3 label=""; attrib cnkind8 length=3 label=""; attrib cnkind9 length=3 label=""; attrib cnkind10 length=3 label=""; attrib cnkind11 length=3 label=""; attrib cnkind12 length=3 label=""; attrib cnkind13 length=3 label=""; attrib cnkind14 length=3 label=""; attrib cnkind15 length=3 label=""; attrib cnkind16 length=3 label=""; attrib cnkind17 length=3 label=""; attrib cnkind18 length=3 label=""; attrib cnkind19 length=3 label=""; attrib cnkind20 length=3 label=""; attrib cnkind21 length=3 label=""; attrib cnkind22 length=3 label=""; attrib cnkind23 length=3 label=""; attrib cnkind24 length=3 label=""; attrib cnkind25 length=3 label=""; attrib cnkind26 length=3 label=""; attrib cnkind27 length=3 label=""; attrib cnkind28 length=3 label=""; attrib cnkind29 length=3 label=""; attrib cnkind30 length=3 label=""; attrib cnkind31 length=3 label=""; attrib canage1 length=3 label=""; attrib canage2 length=3 label=""; attrib canage3 length=3 label=""; attrib canage4 length=3 label=""; attrib canage5 length=3 label=""; attrib canage6 length=3 label=""; attrib canage7 length=3 label=""; attrib canage8 length=3 label=""; attrib canage9 length=3 label=""; attrib canage10 length=3 label=""; attrib canage11 length=3 label=""; attrib canage12 length=3 label=""; attrib canage13 length=3 label=""; attrib canage14 length=3 label=""; attrib canage15 length=3 label=""; attrib canage16 length=3 label=""; attrib canage17 length=3 label=""; attrib canage18 length=3 label=""; attrib canage19 length=3 label=""; attrib canage20 length=3 label=""; attrib canage21 length=3 label=""; attrib canage22 length=3 label=""; attrib canage23 length=3 label=""; attrib canage24 length=3 label=""; attrib canage25 length=3 label=""; attrib canage26 length=3 label=""; attrib canage27 length=3 label=""; attrib canage28 length=3 label=""; attrib canage29 length=3 label=""; attrib canage30 length=3 label=""; attrib dibev length=3 label=""; attrib dibage length=3 label=""; attrib difage2 length=3 label=""; attrib insln length=3 label=""; attrib dibpill length=3 label=""; attrib ahayfyr length=3 label=""; attrib sinyr length=3 label=""; attrib cbrchyr length=3 label=""; attrib kidwkyr length=3 label=""; attrib livyr length=3 label=""; attrib jntsymp length=3 label=""; attrib jmthp1 length=3 label=""; attrib jmthp2 length=3 label=""; attrib jmthp3 length=3 label=""; attrib jmthp4 length=3 label=""; attrib jmthp5 length=3 label=""; attrib jmthp6 length=3 label=""; attrib jmthp7 length=3 label=""; attrib jmthp8 length=3 label=""; attrib jmthp9 length=3 label=""; attrib jmthp10 length=3 label=""; attrib jmthp11 length=3 label=""; attrib jmthp12 length=3 label=""; attrib jmthp13 length=3 label=""; attrib jmthp14 length=3 label=""; attrib jmthp15 length=3 label=""; attrib jmthp16 length=3 label=""; attrib jmthp17 length=3 label=""; attrib jntchr length=3 label=""; attrib jnthp length=3 label=""; attrib arth1 length=3 label=""; attrib arthlmt length=3 label=""; attrib paineck length=3 label=""; attrib painlb length=3 label=""; attrib painleg length=3 label=""; attrib painface length=3 label=""; attrib amigr length=3 label=""; attrib acold2w length=3 label=""; attrib aintil2w length=3 label=""; attrib pregnow length=3 label=""; attrib hearaid length=3 label=""; attrib ahearst length=3 label=""; attrib avision length=3 label=""; attrib ablind length=3 label=""; attrib lupprt length=3 label=""; attrib sad length=3 label=""; attrib nervous length=3 label=""; attrib restless length=3 label=""; attrib hopeless length=3 label=""; attrib effort length=3 label=""; attrib worthls length=3 label=""; attrib mhamtmo length=3 label=""; attrib wrklyr3 length=3 label=""; attrib wkdayr length=3 label=""; attrib beddayr length=3 label=""; attrib ahstatyr length=3 label=""; attrib speceq length=3 label=""; attrib flwalk length=3 label=""; attrib flclimb length=3 label=""; attrib flstand length=3 label=""; attrib flsit length=3 label=""; attrib flstoop length=3 label=""; attrib flreach length=3 label=""; attrib flgrasp length=3 label=""; attrib flcarry length=3 label=""; attrib flpush length=3 label=""; attrib flshop length=3 label=""; attrib flsocl length=3 label=""; attrib flrelax length=3 label=""; attrib fla1ar length=3 label=""; attrib aflhca1 length=3 label=""; attrib aflhca2 length=3 label=""; attrib aflhca3 length=3 label=""; attrib aflhca4 length=3 label=""; attrib aflhca5 length=3 label=""; attrib aflhca6 length=3 label=""; attrib aflhca7 length=3 label=""; attrib aflhca8 length=3 label=""; attrib aflhca9 length=3 label=""; attrib aflhca10 length=3 label=""; attrib aflhca11 length=3 label=""; attrib aflhca12 length=3 label=""; attrib aflhca13 length=3 label=""; attrib aflhca14 length=3 label=""; attrib aflhca15 length=3 label=""; attrib aflhca16 length=3 label=""; attrib aflhca17 length=3 label=""; attrib aflhca18 length=3 label=""; attrib aflhc19_ length=3 label=""; attrib aflhc20_ length=3 label=""; attrib aflhc21_ length=3 label=""; attrib aflhc22_ length=3 label=""; attrib aflhc23_ length=3 label=""; attrib aflhc24_ length=3 label=""; attrib aflhc25_ length=3 label=""; attrib aflhc26_ length=3 label=""; attrib aflhc27_ length=3 label=""; attrib aflhc28_ length=3 label=""; attrib aflhc29_ length=3 label=""; attrib aflhc30_ length=3 label=""; attrib aflhc31_ length=3 label=""; attrib aflhc32_ length=3 label=""; attrib aflhc33_ length=3 label=""; attrib aflhc34_ length=3 label=""; attrib aflhca90 length=3 label=""; attrib aflhca91 length=3 label=""; attrib altime1 length=3 label=""; attrib alunit1 length=3 label=""; attrib aldura1 length=3 label=""; attrib aldurb1 length=3 label=""; attrib alchrc1 length=3 label=""; attrib altime2 length=3 label=""; attrib alunit2 length=3 label=""; attrib aldura2 length=3 label=""; attrib aldurb2 length=3 label=""; attrib alchrc2 length=3 label=""; attrib altime3 length=3 label=""; attrib alunit3 length=3 label=""; attrib aldura3 length=3 label=""; attrib aldurb3 length=3 label=""; attrib alchrc3 length=3 label=""; attrib altime4 length=3 label=""; attrib alunit4 length=3 label=""; attrib aldura4 length=3 label=""; attrib aldurb4 length=3 label=""; attrib alchrc4 length=3 label=""; attrib altime5 length=3 label=""; attrib alunit5 length=3 label=""; attrib aldura5 length=3 label=""; attrib aldurb5 length=3 label=""; attrib alchrc5 length=3 label=""; attrib altime6 length=3 label=""; attrib alunit6 length=3 label=""; attrib aldura6 length=3 label=""; attrib aldurb6 length=3 label=""; attrib alchrc6 length=3 label=""; attrib altime7 length=3 label=""; attrib alunit7 length=3 label=""; attrib aldura7 length=3 label=""; attrib aldurb7 length=3 label=""; attrib alchrc7 length=3 label=""; attrib altime8 length=3 label=""; attrib alunit8 length=3 label=""; attrib aldura8 length=3 label=""; attrib aldurb8 length=3 label=""; attrib alchrc8 length=3 label=""; attrib altime9 length=3 label=""; attrib alunit9 length=3 label=""; attrib aldura9 length=3 label=""; attrib aldurb9 length=3 label=""; attrib alchrc9 length=3 label=""; attrib altime10 length=3 label=""; attrib alunit10 length=3 label=""; attrib aldura10 length=3 label=""; attrib aldurb10 length=3 label=""; attrib alchrc10 length=3 label=""; attrib altime11 length=3 label=""; attrib alunit11 length=3 label=""; attrib aldura11 length=3 label=""; attrib aldurb11 length=3 label=""; attrib alchrc11 length=3 label=""; attrib altime12 length=3 label=""; attrib alunit12 length=3 label=""; attrib aldura12 length=3 label=""; attrib aldurb12 length=3 label=""; attrib alchrc12 length=3 label=""; attrib altime13 length=3 label=""; attrib alunit13 length=3 label=""; attrib aldura13 length=3 label=""; attrib aldurb13 length=3 label=""; attrib alchrc13 length=3 label=""; attrib altime14 length=3 label=""; attrib alunit14 length=3 label=""; attrib aldura14 length=3 label=""; attrib aldurb14 length=3 label=""; attrib alchrc14 length=3 label=""; attrib altime15 length=3 label=""; attrib alunit15 length=3 label=""; attrib aldura15 length=3 label=""; attrib aldurb15 length=3 label=""; attrib alchrc15 length=3 label=""; attrib altime16 length=3 label=""; attrib alunit16 length=3 label=""; attrib aldura16 length=3 label=""; attrib aldurb16 length=3 label=""; attrib alchrc16 length=3 label=""; attrib altime17 length=3 label=""; attrib alunit17 length=3 label=""; attrib aldura17 length=3 label=""; attrib aldurb17 length=3 label=""; attrib alchrc17 length=3 label=""; attrib altime18 length=3 label=""; attrib alunit18 length=3 label=""; attrib aldura18 length=3 label=""; attrib aldurb18 length=3 label=""; attrib alchrc18 length=3 label=""; attrib altime19 length=3 label=""; attrib alunit19 length=3 label=""; attrib aldura19 length=3 label=""; attrib aldurb19 length=3 label=""; attrib alchrc19 length=3 label=""; attrib altime20 length=3 label=""; attrib alunit20 length=3 label=""; attrib aldura20 length=3 label=""; attrib aldurb20 length=3 label=""; attrib alchrc20 length=3 label=""; attrib altime21 length=3 label=""; attrib alunit21 length=3 label=""; attrib aldura21 length=3 label=""; attrib aldurb21 length=3 label=""; attrib alchrc21 length=3 label=""; attrib altime22 length=3 label=""; attrib alunit22 length=3 label=""; attrib aldura22 length=3 label=""; attrib aldurb22 length=3 label=""; attrib alchrc22 length=3 label=""; attrib altime23 length=3 label=""; attrib alunit23 length=3 label=""; attrib aldura23 length=3 label=""; attrib aldurb23 length=3 label=""; attrib alchrc23 length=3 label=""; attrib altime24 length=3 label=""; attrib alunit24 length=3 label=""; attrib aldura24 length=3 label=""; attrib aldurb24 length=3 label=""; attrib alchrc24 length=3 label=""; attrib altime25 length=3 label=""; attrib alunit25 length=3 label=""; attrib aldura25 length=3 label=""; attrib aldurb25 length=3 label=""; attrib alchrc25 length=3 label=""; attrib altime26 length=3 label=""; attrib alunit26 length=3 label=""; attrib aldura26 length=3 label=""; attrib aldurb26 length=3 label=""; attrib alchrc26 length=3 label=""; attrib altime27 length=3 label=""; attrib alunit27 length=3 label=""; attrib aldura27 length=3 label=""; attrib aldurb27 length=3 label=""; attrib alchrc27 length=3 label=""; attrib altime28 length=3 label=""; attrib alunit28 length=3 label=""; attrib aldura28 length=3 label=""; attrib aldurb28 length=3 label=""; attrib alchrc28 length=3 label=""; attrib altime29 length=3 label=""; attrib alunit29 length=3 label=""; attrib aldura29 length=3 label=""; attrib aldurb29 length=3 label=""; attrib alchrc29 length=3 label=""; attrib altime30 length=3 label=""; attrib alunit30 length=3 label=""; attrib aldura30 length=3 label=""; attrib aldurb30 length=3 label=""; attrib alchrc30 length=3 label=""; attrib altime31 length=3 label=""; attrib alunit31 length=3 label=""; attrib aldura31 length=3 label=""; attrib aldurb31 length=3 label=""; attrib alchrc31 length=3 label=""; attrib altime32 length=3 label=""; attrib alunit32 length=3 label=""; attrib aldura32 length=3 label=""; attrib aldurb32 length=3 label=""; attrib alchrc32 length=3 label=""; attrib altime33 length=3 label=""; attrib alunit33 length=3 label=""; attrib aldura33 length=3 label=""; attrib aldurb33 length=3 label=""; attrib alchrc33 length=3 label=""; attrib altime34 length=3 label=""; attrib alunit34 length=3 label=""; attrib aldura34 length=3 label=""; attrib aldurb34 length=3 label=""; attrib alchrc34 length=3 label=""; attrib altime90 length=3 label=""; attrib alunit90 length=3 label=""; attrib aldura90 length=3 label=""; attrib aldurb90 length=3 label=""; attrib alchrc90 length=3 label=""; attrib altime91 length=3 label=""; attrib alunit91 length=3 label=""; attrib aldura91 length=3 label=""; attrib aldurb91 length=3 label=""; attrib alchrc91 length=3 label=""; attrib alcndrt length=3 label=""; attrib alchronr length=3 label=""; attrib smkev length=3 label=""; attrib smkreg length=3 label=""; attrib smknow length=3 label=""; attrib smkstat2 length=3 label=""; attrib smkqtno length=3 label=""; attrib smkqttp length=3 label=""; attrib smkqty length=3 label=""; attrib cigsda1 length=3 label=""; attrib cigdamo length=3 label=""; attrib cigsda2 length=3 label=""; attrib cigsday length=3 label=""; attrib cigqtyr length=3 label=""; attrib vigno length=3 label=""; attrib vigtp length=3 label=""; attrib vigfreqw length=3 label=""; attrib viglngno length=3 label=""; attrib viglngtp length=3 label=""; attrib vigmin length=3 label=""; attrib modno length=3 label=""; attrib modtp length=3 label=""; attrib modfreqw length=3 label=""; attrib modlngno length=3 label=""; attrib modlngtp length=3 label=""; attrib modmin length=3 label=""; attrib strngno length=3 label=""; attrib strngtp length=3 label=""; attrib strfreqw length=3 label=""; attrib alc1yr length=3 label=""; attrib alclife length=3 label=""; attrib alc12mno length=3 label=""; attrib alc12mtp length=3 label=""; attrib alc12mwk length=3 label=""; attrib alc12myr length=3 label=""; attrib alcamt length=3 label=""; attrib alcstat length=3 label=""; attrib alc5upno length=3 label=""; attrib alc5uptp length=3 label=""; attrib alc5upyr length=3 label=""; attrib aheight length=3 label=""; attrib aweightp length=3 label=""; attrib bmi length=4 label=""; attrib sleep length=3 label=""; attrib ausualpl length=3 label=""; attrib aplkind length=3 label=""; attrib ahcplrou length=3 label=""; attrib ahcplknd length=3 label=""; attrib ahcchgyr length=3 label=""; attrib ahcchghi length=3 label=""; attrib ahcdlyr1 length=3 label=""; attrib ahcdlyr2 length=3 label=""; attrib ahcdlyr3 length=3 label=""; attrib ahcdlyr4 length=3 label=""; attrib ahcdlyr5 length=3 label=""; attrib ahcafyr1 length=3 label=""; attrib ahcafyr2 length=3 label=""; attrib ahcafyr3 length=3 label=""; attrib ahcafyr4 length=3 label=""; attrib adnlong2 length=3 label=""; attrib ahcsyr1 length=3 label=""; attrib ahcsyr2 length=3 label=""; attrib ahcsyr3 length=3 label=""; attrib ahcsyr4 length=3 label=""; attrib ahcsyr5 length=3 label=""; attrib ahcsyr6 length=3 label=""; attrib ahcsyr7 length=3 label=""; attrib ahcsyr8 length=3 label=""; attrib ahcsyr9 length=3 label=""; attrib ahcsyr10 length=3 label=""; attrib ahernoy2 length=3 label=""; attrib ahchyr length=3 label=""; attrib ahchmoyr length=3 label=""; attrib ahchnoy2 length=3 label=""; attrib ahcnoyr2 length=3 label=""; attrib asrgyr length=3 label=""; attrib asrgnoyr length=3 label=""; attrib amdlongr length=3 label=""; attrib shtfluyr length=3 label=""; attrib ashflu_m length=3 label=""; attrib ashflu_y length=4 label=""; attrib sprfluyr length=3 label=""; attrib aspflu_m length=3 label=""; attrib aspflu_y length=4 label=""; attrib shtpnuyr length=3 label=""; attrib apox length=3 label=""; attrib apox12mo length=3 label=""; attrib ahep length=3 label=""; attrib ahepliv length=3 label=""; attrib shthepb length=3 label=""; attrib shepdos length=3 label=""; attrib bldgv length=3 label=""; attrib bldg12m length=3 label=""; attrib hivtst length=3 label=""; attrib whytst_r length=3 label=""; attrib tst12m_m length=3 label=""; attrib tst12m_y length=4 label=""; attrib timetst length=3 label=""; attrib reatst_c length=3 label=""; attrib reaswhor length=3 label=""; attrib lastst_c length=3 label=""; attrib clntyp_c length=3 label=""; attrib whoadm length=3 label=""; attrib givnam length=3 label=""; attrib extst12m length=3 label=""; attrib chnsadsp length=3 label=""; attrib stmtru length=3 label=""; attrib std length=3 label=""; attrib stddoc length=3 label=""; attrib stdwher length=3 label=""; attrib tbhrd length=3 label=""; attrib tbknow length=3 label=""; attrib tb length=3 label=""; attrib tbsprd1 length=3 label=""; attrib tbsprd2 length=3 label=""; attrib tbsprd3 length=3 label=""; attrib tbsprd4 length=3 label=""; attrib tbsprd5 length=3 label=""; attrib tbsprd6 length=3 label=""; attrib tbcured length=3 label=""; attrib tbchanc length=3 label=""; attrib tbshame length=3 label=""; attrib homeless length=3 label=""; INPUT @1 rectype 2. @3 srvy_yr 4. @7 hhx $6. @13 intv_qrt 1. @14 assignwk 2. @16 fmx $2. @18 fpx $2. @20 wtia_sa 6. @26 wtfa_sa 6. @32 region 1. @33 stratum 3. @36 psu 1. @37 sex 1. @38 hispan_i 2. @40 racerpi2 2. @42 mracrpi2 2. @44 mracbpi2 2. @46 age_p 2. @48 r_maritl 1. @49 proxysa 1. @50 prox1 1. @51 prox2 1. @52 doinglwa 1. @53 whynowka 2. @55 everwrk 1. @56 indstrn1 2. @58 indstrn2 2. @60 occupn1 2. @62 occupn2 2. @64 wrkcata 1. @65 businc1a 1. @66 locall1a 2. @68 yrswrkpa 2. @70 wrklongh 1. @71 hourpda 1. @72 pdsicka 1. @73 onejob 1. @74 hypev 1. @75 hypdifv 1. @76 chdev 1. @77 angev 1. @78 miev 1. @79 hrtev 1. @80 strev 1. @81 ephev 1. @82 aasmev 1. @83 aasstill 1. @84 aasmyr 1. @85 aasmeryr 1. @86 ulcev 1. @87 ulcyr 1. @88 canev 1. @89 cnkind1 1. @90 cnkind2 1. @91 cnkind3 1. @92 cnkind4 1. @93 cnkind5 1. @94 cnkind6 1. @95 cnkind7 1. @96 cnkind8 1. @97 cnkind9 1. @98 cnkind10 1. @99 cnkind11 1. @100 cnkind12 1. @101 cnkind13 1. @102 cnkind14 1. @103 cnkind15 1. @104 cnkind16 1. @105 cnkind17 1. @106 cnkind18 1. @107 cnkind19 1. @108 cnkind20 1. @109 cnkind21 1. @110 cnkind22 1. @111 cnkind23 1. @112 cnkind24 1. @113 cnkind25 1. @114 cnkind26 1. @115 cnkind27 1. @116 cnkind28 1. @117 cnkind29 1. @118 cnkind30 1. @119 cnkind31 1. @120 canage1 2. @122 canage2 2. @124 canage3 2. @126 canage4 2. @128 canage5 2. @130 canage6 2. @132 canage7 2. @134 canage8 2. @136 canage9 2. @138 canage10 2. @140 canage11 2. @142 canage12 2. @144 canage13 2. @146 canage14 2. @148 canage15 2. @150 canage16 2. @152 canage17 2. @154 canage18 2. @156 canage19 2. @158 canage20 2. @160 canage21 2. @162 canage22 2. @164 canage23 2. @166 canage24 2. @168 canage25 2. @170 canage26 2. @172 canage27 2. @174 canage28 2. @176 canage29 2. @178 canage30 2. @180 dibev 1. @181 dibage 2. @183 difage2 2. @185 insln 1. @186 dibpill 1. @187 ahayfyr 1. @188 sinyr 1. @189 cbrchyr 1. @190 kidwkyr 1. @191 livyr 1. @192 jntsymp 1. @193 jmthp1 1. @194 jmthp2 1. @195 jmthp3 1. @196 jmthp4 1. @197 jmthp5 1. @198 jmthp6 1. @199 jmthp7 1. @200 jmthp8 1. @201 jmthp9 1. @202 jmthp10 1. @203 jmthp11 1. @204 jmthp12 1. @205 jmthp13 1. @206 jmthp14 1. @207 jmthp15 1. @208 jmthp16 1. @209 jmthp17 1. @210 jntchr 1. @211 jnthp 1. @212 arth1 1. @213 arthlmt 1. @214 paineck 1. @215 painlb 1. @216 painleg 1. @217 painface 1. @218 amigr 1. @219 acold2w 1. @220 aintil2w 1. @221 pregnow 1. @222 hearaid 1. @223 ahearst 1. @224 avision 1. @225 ablind 1. @226 lupprt 1. @227 sad 1. @228 nervous 1. @229 restless 1. @230 hopeless 1. @231 effort 1. @232 worthls 1. @233 mhamtmo 1. @234 wrklyr3 1. @235 wkdayr 3. @238 beddayr 3. @241 ahstatyr 1. @242 speceq 1. @243 flwalk 1. @244 flclimb 1. @245 flstand 1. @246 flsit 1. @247 flstoop 1. @248 flreach 1. @249 flgrasp 1. @250 flcarry 1. @251 flpush 1. @252 flshop 1. @253 flsocl 1. @254 flrelax 1. @255 fla1ar 1. @256 aflhca1 1. @257 aflhca2 1. @258 aflhca3 1. @259 aflhca4 1. @260 aflhca5 1. @261 aflhca6 1. @262 aflhca7 1. @263 aflhca8 1. @264 aflhca9 1. @265 aflhca10 1. @266 aflhca11 1. @267 aflhca12 1. @268 aflhca13 1. @269 aflhca14 1. @270 aflhca15 1. @271 aflhca16 1. @272 aflhca17 1. @273 aflhca18 1. @274 aflhc19_ 1. @275 aflhc20_ 1. @276 aflhc21_ 1. @277 aflhc22_ 1. @278 aflhc23_ 1. @279 aflhc24_ 1. @280 aflhc25_ 1. @281 aflhc26_ 1. @282 aflhc27_ 1. @283 aflhc28_ 1. @284 aflhc29_ 1. @285 aflhc30_ 1. @286 aflhc31_ 1. @287 aflhc32_ 1. @288 aflhc33_ 1. @289 aflhc34_ 1. @290 aflhca90 1. @291 aflhca91 1. @292 altime1 2. @294 alunit1 1. @295 aldura1 2. @297 aldurb1 1. @298 alchrc1 1. @299 altime2 2. @301 alunit2 1. @302 aldura2 2. @304 aldurb2 1. @305 alchrc2 1. @306 altime3 2. @308 alunit3 1. @309 aldura3 2. @311 aldurb3 1. @312 alchrc3 1. @313 altime4 2. @315 alunit4 1. @316 aldura4 2. @318 aldurb4 1. @319 alchrc4 1. @320 altime5 2. @322 alunit5 1. @323 aldura5 2. @325 aldurb5 1. @326 alchrc5 1. @327 altime6 2. @329 alunit6 1. @330 aldura6 2. @332 aldurb6 1. @333 alchrc6 1. @334 altime7 2. @336 alunit7 1. @337 aldura7 2. @339 aldurb7 1. @340 alchrc7 1. @341 altime8 2. @343 alunit8 1. @344 aldura8 2. @346 aldurb8 1. @347 alchrc8 1. @348 altime9 2. @350 alunit9 1. @351 aldura9 2. @353 aldurb9 1. @354 alchrc9 1. @355 altime10 2. @357 alunit10 1. @358 aldura10 2. @360 aldurb10 1. @361 alchrc10 1. @362 altime11 2. @364 alunit11 1. @365 aldura11 2. @367 aldurb11 1. @368 alchrc11 1. @369 altime12 2. @371 alunit12 1. @372 aldura12 2. @374 aldurb12 1. @375 alchrc12 1. @376 altime13 2. @378 alunit13 1. @379 aldura13 2. @381 aldurb13 1. @382 alchrc13 1. @383 altime14 2. @385 alunit14 1. @386 aldura14 2. @388 aldurb14 1. @389 alchrc14 1. @390 altime15 2. @392 alunit15 1. @393 aldura15 2. @395 aldurb15 1. @396 alchrc15 1. @397 altime16 2. @399 alunit16 1. @400 aldura16 2. @402 aldurb16 1. @403 alchrc16 1. @404 altime17 2. @406 alunit17 1. @407 aldura17 2. @409 aldurb17 1. @410 alchrc17 1. @411 altime18 2. @413 alunit18 1. @414 aldura18 2. @416 aldurb18 1. @417 alchrc18 1. @418 altime19 2. @420 alunit19 1. @421 aldura19 2. @423 aldurb19 1. @424 alchrc19 1. @425 altime20 2. @427 alunit20 1. @428 aldura20 2. @430 aldurb20 1. @431 alchrc20 1. @432 altime21 2. @434 alunit21 1. @435 aldura21 2. @437 aldurb21 1. @438 alchrc21 1. @439 altime22 2. @441 alunit22 1. @442 aldura22 2. @444 aldurb22 1. @445 alchrc22 1. @446 altime23 2. @448 alunit23 1. @449 aldura23 2. @451 aldurb23 1. @452 alchrc23 1. @453 altime24 2. @455 alunit24 1. @456 aldura24 2. @458 aldurb24 1. @459 alchrc24 1. @460 altime25 2. @462 alunit25 1. @463 aldura25 2. @465 aldurb25 1. @466 alchrc25 1. @467 altime26 2. @469 alunit26 1. @470 aldura26 2. @472 aldurb26 1. @473 alchrc26 1. @474 altime27 2. @476 alunit27 1. @477 aldura27 2. @479 aldurb27 1. @480 alchrc27 1. @481 altime28 2. @483 alunit28 1. @484 aldura28 2. @486 aldurb28 1. @487 alchrc28 1. @488 altime29 2. @490 alunit29 1. @491 aldura29 2. @493 aldurb29 1. @494 alchrc29 1. @495 altime30 2. @497 alunit30 1. @498 aldura30 2. @500 aldurb30 1. @501 alchrc30 1. @502 altime31 2. @504 alunit31 1. @505 aldura31 2. @507 aldurb31 1. @508 alchrc31 1. @509 altime32 2. @511 alunit32 1. @512 aldura32 2. @514 aldurb32 1. @515 alchrc32 1. @516 altime33 2. @518 alunit33 1. @519 aldura33 2. @521 aldurb33 1. @522 alchrc33 1. @523 altime34 2. @525 alunit34 1. @526 aldura34 2. @528 aldurb34 1. @529 alchrc34 1. @530 altime90 2. @532 alunit90 1. @533 aldura90 2. @535 aldurb90 1. @536 alchrc90 1. @537 altime91 2. @539 alunit91 1. @540 aldura91 2. @542 aldurb91 1. @543 alchrc91 1. @544 alcndrt 1. @545 alchronr 1. @546 smkev 1. @547 smkreg 2. @549 smknow 1. @550 smkstat2 1. @551 smkqtno 2. @553 smkqttp 1. @554 smkqty 2. @556 cigsda1 2. @558 cigdamo 2. @560 cigsda2 2. @562 cigsday 2. @564 cigqtyr 1. @565 vigno 3. @568 vigtp 1. @569 vigfreqw 2. @571 viglngno 3. @574 viglngtp 1. @575 vigmin 3. @578 modno 3. @581 modtp 1. @582 modfreqw 2. @584 modlngno 3. @587 modlngtp 1. @588 modmin 3. @591 strngno 3. @594 strngtp 1. @595 strfreqw 2. @597 alc1yr 1. @598 alclife 1. @599 alc12mno 3. @602 alc12mtp 1. @603 alc12mwk 2. @605 alc12myr 3. @608 alcamt 2. @610 alcstat 2. @612 alc5upno 3. @615 alc5uptp 1. @616 alc5upyr 3. @619 aheight 2. @621 aweightp 3. @624 bmi 4. @628 sleep 2. @630 ausualpl 1. @631 aplkind 1. @632 ahcplrou 1. @633 ahcplknd 1. @634 ahcchgyr 1. @635 ahcchghi 1. @636 ahcdlyr1 1. @637 ahcdlyr2 1. @638 ahcdlyr3 1. @639 ahcdlyr4 1. @640 ahcdlyr5 1. @641 ahcafyr1 1. @642 ahcafyr2 1. @643 ahcafyr3 1. @644 ahcafyr4 1. @645 adnlong2 1. @646 ahcsyr1 1. @647 ahcsyr2 1. @648 ahcsyr3 1. @649 ahcsyr4 1. @650 ahcsyr5 1. @651 ahcsyr6 1. @652 ahcsyr7 1. @653 ahcsyr8 1. @654 ahcsyr9 1. @655 ahcsyr10 1. @656 ahernoy2 2. @658 ahchyr 1. @659 ahchmoyr 2. @661 ahchnoy2 2. @663 ahcnoyr2 2. @665 asrgyr 1. @666 asrgnoyr 2. @668 amdlongr 1. @669 shtfluyr 1. @670 ashflu_m 2. @672 ashflu_y 4. @676 sprfluyr 1. @677 aspflu_m 2. @679 aspflu_y 4. @683 shtpnuyr 1. @684 apox 1. @685 apox12mo 1. @686 ahep 1. @687 ahepliv 1. @688 shthepb 1. @689 shepdos 1. @690 bldgv 1. @691 bldg12m 1. @692 hivtst 1. @693 whytst_r 2. @695 tst12m_m 2. @697 tst12m_y 4. @701 timetst 1. @702 reatst_c 2. @704 reaswhor 1. @705 lastst_c 2. @707 clntyp_c 2. @709 whoadm 1. @710 givnam 1. @711 extst12m 1. @712 chnsadsp 1. @713 stmtru 1. @714 std 1. @715 stddoc 1. @716 stdwher 1. @717 tbhrd 1. @718 tbknow 1. @719 tb 1. @720 tbsprd1 1. @721 tbsprd2 1. @722 tbsprd3 1. @723 tbsprd4 1. @724 tbsprd5 1. @725 tbsprd6 1. @726 tbcured 1. @727 tbchanc 1. @728 tbshame 1. @729 homeless 1. ; proc print data=library.nhis2005_samadult (obs=6); proc contents data=library.nhis2005_samadult; /* Copyright 2007 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. */