*options obs=100 ; options nocenter ; /*------------------------------------------------ by Jean Roth Mon Jul 2 15:45:33 EDT 2007 This program reads the 2005 National Health Interview Survey 2005 personsx 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/personsx.exe "; * The following line should contain the name of the SAS dataset ; %let dataset = nhis2005_personsx ; 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 length=4 label=""; attrib wtfa length=4 label=""; attrib region length=3 label=""; attrib stratum length=3 label=""; attrib psu length=3 label=""; attrib sex length=3 label=""; attrib origin_i length=3 label=""; attrib origimpt length=3 label=""; attrib hispan_i length=3 label=""; attrib hispimpt length=3 label=""; attrib racerpi2 length=3 label=""; attrib raceimp2 length=3 label=""; attrib mracrpi2 length=3 label=""; attrib mracbpi2 length=3 label=""; attrib racreci2 length=3 label=""; attrib hiscodi2 length=3 label=""; attrib erimpflg length=3 label=""; attrib nowaf length=3 label=""; attrib rrp length=3 label=""; attrib hhreflg length=$1 label=""; attrib frrp length=3 label=""; attrib dob_m length=$2 label=""; attrib dob_y_p length=$4 label=""; attrib age_p length=3 label=""; attrib age_chg length=3 label=""; attrib fmrpflg length=$1 label=""; attrib fmreflg length=$1 label=""; attrib r_maritl length=3 label=""; attrib cohab1 length=3 label=""; attrib cohab2 length=3 label=""; attrib cdcmstat length=3 label=""; attrib sib_deg length=3 label=""; attrib fmother length=3 label=""; attrib mom_deg length=3 label=""; attrib ffather length=3 label=""; attrib dad_deg length=3 label=""; attrib parents length=3 label=""; attrib mom_ed length=3 label=""; attrib dad_ed length=3 label=""; attrib astatflg length=3 label=""; attrib cstatflg length=3 label=""; attrib plaplylm length=3 label=""; attrib plaplyun length=3 label=""; attrib pspedeis length=3 label=""; attrib pspedem length=3 label=""; attrib plaadl length=3 label=""; attrib labath length=3 label=""; attrib ladress length=3 label=""; attrib laeat length=3 label=""; attrib labed length=3 label=""; attrib latoilt length=3 label=""; attrib lahome length=3 label=""; attrib plaiadl length=3 label=""; attrib plawknow length=3 label=""; attrib plawklim length=3 label=""; attrib plawalk length=3 label=""; attrib plaremem length=3 label=""; attrib plimany length=3 label=""; attrib la1ar length=3 label=""; attrib lahcc1 length=3 label=""; attrib lahcc2 length=3 label=""; attrib lahcc3 length=3 label=""; attrib lahcc4 length=3 label=""; attrib lahcc5 length=3 label=""; attrib lahcc6 length=3 label=""; attrib lahcc7 length=3 label=""; attrib lahcc8 length=3 label=""; attrib lahcc9 length=3 label=""; attrib lahcc10 length=3 label=""; attrib lahcc11 length=3 label=""; attrib lahcc12 length=3 label=""; attrib lahcc13 length=3 label=""; attrib lahcc90 length=3 label=""; attrib lahcc91 length=3 label=""; attrib lctime1 length=3 label=""; attrib lcunit1 length=3 label=""; attrib lcdura1 length=3 label=""; attrib lcdurb1 length=3 label=""; attrib lcchrc1 length=3 label=""; attrib lctime2 length=3 label=""; attrib lcunit2 length=3 label=""; attrib lcdura2 length=3 label=""; attrib lcdurb2 length=3 label=""; attrib lcchrc2 length=3 label=""; attrib lctime3 length=3 label=""; attrib lcunit3 length=3 label=""; attrib lcdura3 length=3 label=""; attrib lcdurb3 length=3 label=""; attrib lcchrc3 length=3 label=""; attrib lctime4 length=3 label=""; attrib lcunit4 length=3 label=""; attrib lcdura4 length=3 label=""; attrib lcdurb4 length=3 label=""; attrib lcchrc4 length=3 label=""; attrib lctime5 length=3 label=""; attrib lcunit5 length=3 label=""; attrib lcdura5 length=3 label=""; attrib lcdurb5 length=3 label=""; attrib lcchrc5 length=3 label=""; attrib lctime6 length=3 label=""; attrib lcunit6 length=3 label=""; attrib lcdura6 length=3 label=""; attrib lcdurb6 length=3 label=""; attrib lcchrc6 length=3 label=""; attrib lctime7 length=3 label=""; attrib lcunit7 length=3 label=""; attrib lcdura7 length=3 label=""; attrib lcdurb7 length=3 label=""; attrib lcchrc7 length=3 label=""; attrib lctime8 length=3 label=""; attrib lcunit8 length=3 label=""; attrib lcdura8 length=3 label=""; attrib lcdurb8 length=3 label=""; attrib lcchrc8 length=3 label=""; attrib lctime9 length=3 label=""; attrib lcunit9 length=3 label=""; attrib lcdura9 length=3 label=""; attrib lcdurb9 length=3 label=""; attrib lcchrc9 length=3 label=""; attrib lctime10 length=3 label=""; attrib lcunit10 length=3 label=""; attrib lcdura10 length=3 label=""; attrib lcdurb10 length=3 label=""; attrib lcchrc10 length=3 label=""; attrib lctime11 length=3 label=""; attrib lcunit11 length=3 label=""; attrib lcdura11 length=3 label=""; attrib lcdurb11 length=3 label=""; attrib lcchrc11 length=3 label=""; attrib lctime12 length=3 label=""; attrib lcunit12 length=3 label=""; attrib lcdura12 length=3 label=""; attrib lcdurb12 length=3 label=""; attrib lcchrc12 length=3 label=""; attrib lctime13 length=3 label=""; attrib lcunit13 length=3 label=""; attrib lcdura13 length=3 label=""; attrib lcdurb13 length=3 label=""; attrib lcchrc13 length=3 label=""; attrib lctime90 length=3 label=""; attrib lcunit90 length=3 label=""; attrib lcdura90 length=3 label=""; attrib lcdurb90 length=3 label=""; attrib lcchrc90 length=3 label=""; attrib lctime91 length=3 label=""; attrib lcunit91 length=3 label=""; attrib lcdura91 length=3 label=""; attrib lcdurb91 length=3 label=""; attrib lcchrc91 length=3 label=""; attrib lahca1 length=3 label=""; attrib lahca2 length=3 label=""; attrib lahca3 length=3 label=""; attrib lahca4 length=3 label=""; attrib lahca5 length=3 label=""; attrib lahca6 length=3 label=""; attrib lahca7 length=3 label=""; attrib lahca8 length=3 label=""; attrib lahca9 length=3 label=""; attrib lahca10 length=3 label=""; attrib lahca11 length=3 label=""; attrib lahca12 length=3 label=""; attrib lahca13 length=3 label=""; attrib lahca14 length=3 label=""; attrib lahca15 length=3 label=""; attrib lahca16 length=3 label=""; attrib lahca17 length=3 label=""; attrib lahca18 length=3 label=""; attrib lahca19_ length=3 label=""; attrib lahca20_ length=3 label=""; attrib lahca21_ length=3 label=""; attrib lahca22_ length=3 label=""; attrib lahca23_ length=3 label=""; attrib lahca24_ length=3 label=""; attrib lahca25_ length=3 label=""; attrib lahca26_ length=3 label=""; attrib lahca27_ length=3 label=""; attrib lahca28_ length=3 label=""; attrib lahca29_ length=3 label=""; attrib lahca30_ length=3 label=""; attrib lahca31_ length=3 label=""; attrib lahca32_ length=3 label=""; attrib lahca33_ length=3 label=""; attrib lahca34_ length=3 label=""; attrib lahca90 length=3 label=""; attrib lahca91 length=3 label=""; attrib latime1 length=3 label=""; attrib launit1 length=3 label=""; attrib ladura1 length=3 label=""; attrib ladurb1 length=3 label=""; attrib lachrc1 length=3 label=""; attrib latime2 length=3 label=""; attrib launit2 length=3 label=""; attrib ladura2 length=3 label=""; attrib ladurb2 length=3 label=""; attrib lachrc2 length=3 label=""; attrib latime3 length=3 label=""; attrib launit3 length=3 label=""; attrib ladura3 length=3 label=""; attrib ladurb3 length=3 label=""; attrib lachrc3 length=3 label=""; attrib latime4 length=3 label=""; attrib launit4 length=3 label=""; attrib ladura4 length=3 label=""; attrib ladurb4 length=3 label=""; attrib lachrc4 length=3 label=""; attrib latime5 length=3 label=""; attrib launit5 length=3 label=""; attrib ladura5 length=3 label=""; attrib ladurb5 length=3 label=""; attrib lachrc5 length=3 label=""; attrib latime6 length=3 label=""; attrib launit6 length=3 label=""; attrib ladura6 length=3 label=""; attrib ladurb6 length=3 label=""; attrib lachrc6 length=3 label=""; attrib latime7 length=3 label=""; attrib launit7 length=3 label=""; attrib ladura7 length=3 label=""; attrib ladurb7 length=3 label=""; attrib lachrc7 length=3 label=""; attrib latime8 length=3 label=""; attrib launit8 length=3 label=""; attrib ladura8 length=3 label=""; attrib ladurb8 length=3 label=""; attrib lachrc8 length=3 label=""; attrib latime9 length=3 label=""; attrib launit9 length=3 label=""; attrib ladura9 length=3 label=""; attrib ladurb9 length=3 label=""; attrib lachrc9 length=3 label=""; attrib latime10 length=3 label=""; attrib launit10 length=3 label=""; attrib ladura10 length=3 label=""; attrib ladurb10 length=3 label=""; attrib lachrc10 length=3 label=""; attrib latime11 length=3 label=""; attrib launit11 length=3 label=""; attrib ladura11 length=3 label=""; attrib ladurb11 length=3 label=""; attrib lachrc11 length=3 label=""; attrib latime12 length=3 label=""; attrib launit12 length=3 label=""; attrib ladura12 length=3 label=""; attrib ladurb12 length=3 label=""; attrib lachrc12 length=3 label=""; attrib latime13 length=3 label=""; attrib launit13 length=3 label=""; attrib ladura13 length=3 label=""; attrib ladurb13 length=3 label=""; attrib lachrc13 length=3 label=""; attrib latime14 length=3 label=""; attrib launit14 length=3 label=""; attrib ladura14 length=3 label=""; attrib ladurb14 length=3 label=""; attrib lachrc14 length=3 label=""; attrib latime15 length=3 label=""; attrib launit15 length=3 label=""; attrib ladura15 length=3 label=""; attrib ladurb15 length=3 label=""; attrib lachrc15 length=3 label=""; attrib latime16 length=3 label=""; attrib launit16 length=3 label=""; attrib ladura16 length=3 label=""; attrib ladurb16 length=3 label=""; attrib lachrc16 length=3 label=""; attrib latime17 length=3 label=""; attrib launit17 length=3 label=""; attrib ladura17 length=3 label=""; attrib ladurb17 length=3 label=""; attrib lachrc17 length=3 label=""; attrib latime18 length=3 label=""; attrib launit18 length=3 label=""; attrib ladura18 length=3 label=""; attrib ladurb18 length=3 label=""; attrib lachrc18 length=3 label=""; attrib latime19 length=3 label=""; attrib launit19 length=3 label=""; attrib ladura19 length=3 label=""; attrib ladurb19 length=3 label=""; attrib lachrc19 length=3 label=""; attrib latime20 length=3 label=""; attrib launit20 length=3 label=""; attrib ladura20 length=3 label=""; attrib ladurb20 length=3 label=""; attrib lachrc20 length=3 label=""; attrib latime21 length=3 label=""; attrib launit21 length=3 label=""; attrib ladura21 length=3 label=""; attrib ladurb21 length=3 label=""; attrib lachrc21 length=3 label=""; attrib latime22 length=3 label=""; attrib launit22 length=3 label=""; attrib ladura22 length=3 label=""; attrib ladurb22 length=3 label=""; attrib lachrc22 length=3 label=""; attrib latime23 length=3 label=""; attrib launit23 length=3 label=""; attrib ladura23 length=3 label=""; attrib ladurb23 length=3 label=""; attrib lachrc23 length=3 label=""; attrib latime24 length=3 label=""; attrib launit24 length=3 label=""; attrib ladura24 length=3 label=""; attrib ladurb24 length=3 label=""; attrib lachrc24 length=3 label=""; attrib latime25 length=3 label=""; attrib launit25 length=3 label=""; attrib ladura25 length=3 label=""; attrib ladurb25 length=3 label=""; attrib lachrc25 length=3 label=""; attrib latime26 length=3 label=""; attrib launit26 length=3 label=""; attrib ladura26 length=3 label=""; attrib ladurb26 length=3 label=""; attrib lachrc26 length=3 label=""; attrib latime27 length=3 label=""; attrib launit27 length=3 label=""; attrib ladura27 length=3 label=""; attrib ladurb27 length=3 label=""; attrib lachrc27 length=3 label=""; attrib latime28 length=3 label=""; attrib launit28 length=3 label=""; attrib ladura28 length=3 label=""; attrib ladurb28 length=3 label=""; attrib lachrc28 length=3 label=""; attrib latime29 length=3 label=""; attrib launit29 length=3 label=""; attrib ladura29 length=3 label=""; attrib ladurb29 length=3 label=""; attrib lachrc29 length=3 label=""; attrib latime30 length=3 label=""; attrib launit30 length=3 label=""; attrib ladura30 length=3 label=""; attrib ladurb30 length=3 label=""; attrib lachrc30 length=3 label=""; attrib latime31 length=3 label=""; attrib launit31 length=3 label=""; attrib ladura31 length=3 label=""; attrib ladurb31 length=3 label=""; attrib lachrc31 length=3 label=""; attrib latime32 length=3 label=""; attrib launit32 length=3 label=""; attrib ladura32 length=3 label=""; attrib ladurb32 length=3 label=""; attrib lachrc32 length=3 label=""; attrib latime33 length=3 label=""; attrib launit33 length=3 label=""; attrib ladura33 length=3 label=""; attrib ladurb33 length=3 label=""; attrib lachrc33 length=3 label=""; attrib latime34 length=3 label=""; attrib launit34 length=3 label=""; attrib ladura34 length=3 label=""; attrib ladurb34 length=3 label=""; attrib lachrc34 length=3 label=""; attrib latime90 length=3 label=""; attrib launit90 length=3 label=""; attrib ladura90 length=3 label=""; attrib ladurb90 length=3 label=""; attrib lachrc90 length=3 label=""; attrib latime91 length=3 label=""; attrib launit91 length=3 label=""; attrib ladura91 length=3 label=""; attrib ladurb91 length=3 label=""; attrib lachrc91 length=3 label=""; attrib lcondrt length=3 label=""; attrib lachronr length=3 label=""; attrib phstat length=3 label=""; attrib pdmed12m length=3 label=""; attrib pnmed12m length=3 label=""; attrib phospyr length=3 label=""; attrib hospno length=3 label=""; attrib hpnite length=3 label=""; attrib phchm2w length=3 label=""; attrib phchmn2w length=3 label=""; attrib phcph2wr length=3 label=""; attrib phcphn2w length=3 label=""; attrib phcdv2w length=3 label=""; attrib phcdvn2w length=3 label=""; attrib p10dvyr length=3 label=""; attrib notcov length=3 label=""; attrib medicare length=3 label=""; attrib mcpart length=3 label=""; attrib mcchoice length=3 label=""; attrib mchmo length=3 label=""; attrib mcnamen length=3 label=""; attrib mcref length=3 label=""; attrib mcpaypre length=3 label=""; attrib mcrxcard length=3 label=""; attrib medicaid length=3 label=""; attrib machmd length=3 label=""; attrib mapcmd length=3 label=""; attrib maref length=3 label=""; attrib single length=3 label=""; attrib sstypea length=3 label=""; attrib sstypeb length=3 label=""; attrib sstypec length=3 label=""; attrib sstyped length=3 label=""; attrib sstypee length=3 label=""; attrib sstypef length=3 label=""; attrib sstypeg length=3 label=""; attrib sstypeh length=3 label=""; attrib sstypei length=3 label=""; attrib sstypej length=3 label=""; attrib sstypek length=3 label=""; attrib sstypel length=3 label=""; attrib private length=3 label=""; attrib hitype1 length=3 label=""; attrib whonam1 length=3 label=""; attrib plnwrkn1 length=3 label=""; attrib plnpay11 length=3 label=""; attrib plnpay21 length=3 label=""; attrib plnpay31 length=3 label=""; attrib plnpay41 length=3 label=""; attrib plnpay51 length=3 label=""; attrib plnpay61 length=3 label=""; attrib plnpay71 length=3 label=""; attrib hicostr1 length=4 label=""; attrib plnmgd1 length=3 label=""; attrib mgchmd1 length=3 label=""; attrib mgprmd1 length=3 label=""; attrib mgpymd1 length=3 label=""; attrib mgpref1 length=3 label=""; attrib prrxcov1 length=3 label=""; attrib hitype2 length=3 label=""; attrib whonam2 length=3 label=""; attrib plnwrkn2 length=3 label=""; attrib plnpay12 length=3 label=""; attrib plnpay22 length=3 label=""; attrib plnpay32 length=3 label=""; attrib plnpay42 length=3 label=""; attrib plnpay52 length=3 label=""; attrib plnpay62 length=3 label=""; attrib plnpay72 length=3 label=""; attrib hicostr2 length=4 label=""; attrib plnmgd2 length=3 label=""; attrib mgchmd2 length=3 label=""; attrib mgprmd2 length=3 label=""; attrib mgpymd2 length=3 label=""; attrib mgpref2 length=3 label=""; attrib prrxcov2 length=3 label=""; attrib prplplus length=3 label=""; attrib schip length=3 label=""; attrib stdoc1 length=3 label=""; attrib stpcmd1 length=3 label=""; attrib stref1 length=3 label=""; attrib otherpub length=3 label=""; attrib stdoc2 length=3 label=""; attrib stpcmd2 length=3 label=""; attrib stref2 length=3 label=""; attrib othergov length=3 label=""; attrib stdoc3 length=3 label=""; attrib stpcmd3 length=3 label=""; attrib stref3 length=3 label=""; attrib military length=3 label=""; attrib milspc1 length=3 label=""; attrib milspc2 length=3 label=""; attrib milspc3 length=3 label=""; attrib milspc4 length=3 label=""; attrib milman length=3 label=""; attrib ihs length=3 label=""; attrib hilast length=3 label=""; attrib histop1 length=3 label=""; attrib histop2 length=3 label=""; attrib histop3 length=3 label=""; attrib histop4 length=3 label=""; attrib histop5 length=3 label=""; attrib histop6 length=3 label=""; attrib histop7 length=3 label=""; attrib histop8 length=3 label=""; attrib histop9 length=3 label=""; attrib histop10 length=3 label=""; attrib histop11 length=3 label=""; attrib histop12 length=3 label=""; attrib histop13 length=3 label=""; attrib histop14 length=3 label=""; attrib histop15 length=3 label=""; attrib hinotyr length=3 label=""; attrib hinotmyr length=3 label=""; attrib hcspfyr length=3 label=""; attrib hikinda length=3 label=""; attrib hikindb length=3 label=""; attrib hikindc length=3 label=""; attrib hikindd length=3 label=""; attrib hikinde length=3 label=""; attrib hikindf length=3 label=""; attrib hikindg length=3 label=""; attrib hikindh length=3 label=""; attrib hikindi length=3 label=""; attrib hikindj length=3 label=""; attrib hikindk length=3 label=""; attrib mcareprb length=3 label=""; attrib mcaidprb length=3 label=""; attrib sincov length=3 label=""; attrib plborn length=3 label=""; attrib regionbr length=3 label=""; attrib geobrth length=3 label=""; attrib yrsinus length=3 label=""; attrib citizenp length=3 label=""; attrib headst length=3 label=""; attrib headstv1 length=3 label=""; attrib educ1 length=3 label=""; attrib pmiltry length=3 label=""; attrib doinglwp length=3 label=""; attrib whynowkp length=3 label=""; attrib wrkhrs2 length=3 label=""; attrib wrkftall length=3 label=""; attrib wrklyr1 length=3 label=""; attrib wrkmyr length=3 label=""; attrib ernyr_p length=3 label=""; attrib hiempof length=3 label=""; attrib psal length=3 label=""; attrib pseinc length=3 label=""; attrib pssrr length=3 label=""; attrib pssrrdb length=3 label=""; attrib pssrrd length=3 label=""; attrib ppens length=3 label=""; attrib popens length=3 label=""; attrib pssi length=3 label=""; attrib pssid length=3 label=""; attrib ptanf length=3 label=""; attrib powben length=3 label=""; attrib pintrstr length=3 label=""; attrib pdivd length=3 label=""; attrib pchldsp length=3 label=""; attrib pincot length=3 label=""; attrib pssapl length=3 label=""; attrib psdapl length=3 label=""; attrib tanfmyr length=3 label=""; attrib pfstp length=3 label=""; attrib fstpmyr length=3 label=""; attrib eligpwic length=3 label=""; attrib pwic length=3 label=""; attrib wic_flag 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 6. @26 wtfa 6. @32 region 1. @33 stratum 3. @36 psu 1. @37 sex 1. @38 origin_i 1. @39 origimpt 1. @40 hispan_i 2. @42 hispimpt 1. @43 racerpi2 2. @45 raceimp2 1. @46 mracrpi2 2. @48 mracbpi2 2. @50 racreci2 1. @51 hiscodi2 1. @52 erimpflg 1. @53 nowaf 1. @54 rrp 2. @56 hhreflg $1. @57 frrp 2. @59 dob_m $2. @61 dob_y_p $4. @65 age_p 2. @67 age_chg 1. @68 fmrpflg $1. @69 fmreflg $1. @70 r_maritl 1. @71 cohab1 1. @72 cohab2 1. @73 cdcmstat 1. @74 sib_deg 1. @75 fmother 2. @77 mom_deg 1. @78 ffather 2. @80 dad_deg 1. @81 parents 1. @82 mom_ed 2. @84 dad_ed 2. @86 astatflg 1. @87 cstatflg 1. @88 plaplylm 1. @89 plaplyun 1. @90 pspedeis 1. @91 pspedem 1. @92 plaadl 1. @93 labath 1. @94 ladress 1. @95 laeat 1. @96 labed 1. @97 latoilt 1. @98 lahome 1. @99 plaiadl 1. @100 plawknow 1. @101 plawklim 1. @102 plawalk 1. @103 plaremem 1. @104 plimany 1. @105 la1ar 1. @106 lahcc1 1. @107 lahcc2 1. @108 lahcc3 1. @109 lahcc4 1. @110 lahcc5 1. @111 lahcc6 1. @112 lahcc7 1. @113 lahcc8 1. @114 lahcc9 1. @115 lahcc10 1. @116 lahcc11 1. @117 lahcc12 1. @118 lahcc13 1. @119 lahcc90 1. @120 lahcc91 1. @121 lctime1 2. @123 lcunit1 1. @124 lcdura1 2. @126 lcdurb1 1. @127 lcchrc1 1. @128 lctime2 2. @130 lcunit2 1. @131 lcdura2 2. @133 lcdurb2 1. @134 lcchrc2 1. @135 lctime3 2. @137 lcunit3 1. @138 lcdura3 2. @140 lcdurb3 1. @141 lcchrc3 1. @142 lctime4 2. @144 lcunit4 1. @145 lcdura4 2. @147 lcdurb4 1. @148 lcchrc4 1. @149 lctime5 2. @151 lcunit5 1. @152 lcdura5 2. @154 lcdurb5 1. @155 lcchrc5 1. @156 lctime6 2. @158 lcunit6 1. @159 lcdura6 2. @161 lcdurb6 1. @162 lcchrc6 1. @163 lctime7 2. @165 lcunit7 1. @166 lcdura7 2. @168 lcdurb7 1. @169 lcchrc7 1. @170 lctime8 2. @172 lcunit8 1. @173 lcdura8 2. @175 lcdurb8 1. @176 lcchrc8 1. @177 lctime9 2. @179 lcunit9 1. @180 lcdura9 2. @182 lcdurb9 1. @183 lcchrc9 1. @184 lctime10 2. @186 lcunit10 1. @187 lcdura10 2. @189 lcdurb10 1. @190 lcchrc10 1. @191 lctime11 2. @193 lcunit11 1. @194 lcdura11 2. @196 lcdurb11 1. @197 lcchrc11 1. @198 lctime12 2. @200 lcunit12 1. @201 lcdura12 2. @203 lcdurb12 1. @204 lcchrc12 1. @205 lctime13 2. @207 lcunit13 1. @208 lcdura13 2. @210 lcdurb13 1. @211 lcchrc13 1. @212 lctime90 2. @214 lcunit90 1. @215 lcdura90 2. @217 lcdurb90 1. @218 lcchrc90 1. @219 lctime91 2. @221 lcunit91 1. @222 lcdura91 2. @224 lcdurb91 1. @225 lcchrc91 1. @226 lahca1 1. @227 lahca2 1. @228 lahca3 1. @229 lahca4 1. @230 lahca5 1. @231 lahca6 1. @232 lahca7 1. @233 lahca8 1. @234 lahca9 1. @235 lahca10 1. @236 lahca11 1. @237 lahca12 1. @238 lahca13 1. @239 lahca14 1. @240 lahca15 1. @241 lahca16 1. @242 lahca17 1. @243 lahca18 1. @244 lahca19_ 1. @245 lahca20_ 1. @246 lahca21_ 1. @247 lahca22_ 1. @248 lahca23_ 1. @249 lahca24_ 1. @250 lahca25_ 1. @251 lahca26_ 1. @252 lahca27_ 1. @253 lahca28_ 1. @254 lahca29_ 1. @255 lahca30_ 1. @256 lahca31_ 1. @257 lahca32_ 1. @258 lahca33_ 1. @259 lahca34_ 1. @260 lahca90 1. @261 lahca91 1. @262 latime1 2. @264 launit1 1. @265 ladura1 2. @267 ladurb1 1. @268 lachrc1 1. @269 latime2 2. @271 launit2 1. @272 ladura2 2. @274 ladurb2 1. @275 lachrc2 1. @276 latime3 2. @278 launit3 1. @279 ladura3 2. @281 ladurb3 1. @282 lachrc3 1. @283 latime4 2. @285 launit4 1. @286 ladura4 2. @288 ladurb4 1. @289 lachrc4 1. @290 latime5 2. @292 launit5 1. @293 ladura5 2. @295 ladurb5 1. @296 lachrc5 1. @297 latime6 2. @299 launit6 1. @300 ladura6 2. @302 ladurb6 1. @303 lachrc6 1. @304 latime7 2. @306 launit7 1. @307 ladura7 2. @309 ladurb7 1. @310 lachrc7 1. @311 latime8 2. @313 launit8 1. @314 ladura8 2. @316 ladurb8 1. @317 lachrc8 1. @318 latime9 2. @320 launit9 1. @321 ladura9 2. @323 ladurb9 1. @324 lachrc9 1. @325 latime10 2. @327 launit10 1. @328 ladura10 2. @330 ladurb10 1. @331 lachrc10 1. @332 latime11 2. @334 launit11 1. @335 ladura11 2. @337 ladurb11 1. @338 lachrc11 1. @339 latime12 2. @341 launit12 1. @342 ladura12 2. @344 ladurb12 1. @345 lachrc12 1. @346 latime13 2. @348 launit13 1. @349 ladura13 2. @351 ladurb13 1. @352 lachrc13 1. @353 latime14 2. @355 launit14 1. @356 ladura14 2. @358 ladurb14 1. @359 lachrc14 1. @360 latime15 2. @362 launit15 1. @363 ladura15 2. @365 ladurb15 1. @366 lachrc15 1. @367 latime16 2. @369 launit16 1. @370 ladura16 2. @372 ladurb16 1. @373 lachrc16 1. @374 latime17 2. @376 launit17 1. @377 ladura17 2. @379 ladurb17 1. @380 lachrc17 1. @381 latime18 2. @383 launit18 1. @384 ladura18 2. @386 ladurb18 1. @387 lachrc18 1. @388 latime19 2. @390 launit19 1. @391 ladura19 2. @393 ladurb19 1. @394 lachrc19 1. @395 latime20 2. @397 launit20 1. @398 ladura20 2. @400 ladurb20 1. @401 lachrc20 1. @402 latime21 2. @404 launit21 1. @405 ladura21 2. @407 ladurb21 1. @408 lachrc21 1. @409 latime22 2. @411 launit22 1. @412 ladura22 2. @414 ladurb22 1. @415 lachrc22 1. @416 latime23 2. @418 launit23 1. @419 ladura23 2. @421 ladurb23 1. @422 lachrc23 1. @423 latime24 2. @425 launit24 1. @426 ladura24 2. @428 ladurb24 1. @429 lachrc24 1. @430 latime25 2. @432 launit25 1. @433 ladura25 2. @435 ladurb25 1. @436 lachrc25 1. @437 latime26 2. @439 launit26 1. @440 ladura26 2. @442 ladurb26 1. @443 lachrc26 1. @444 latime27 2. @446 launit27 1. @447 ladura27 2. @449 ladurb27 1. @450 lachrc27 1. @451 latime28 2. @453 launit28 1. @454 ladura28 2. @456 ladurb28 1. @457 lachrc28 1. @458 latime29 2. @460 launit29 1. @461 ladura29 2. @463 ladurb29 1. @464 lachrc29 1. @465 latime30 2. @467 launit30 1. @468 ladura30 2. @470 ladurb30 1. @471 lachrc30 1. @472 latime31 2. @474 launit31 1. @475 ladura31 2. @477 ladurb31 1. @478 lachrc31 1. @479 latime32 2. @481 launit32 1. @482 ladura32 2. @484 ladurb32 1. @485 lachrc32 1. @486 latime33 2. @488 launit33 1. @489 ladura33 2. @491 ladurb33 1. @492 lachrc33 1. @493 latime34 2. @495 launit34 1. @496 ladura34 2. @498 ladurb34 1. @499 lachrc34 1. @500 latime90 2. @502 launit90 1. @503 ladura90 2. @505 ladurb90 1. @506 lachrc90 1. @507 latime91 2. @509 launit91 1. @510 ladura91 2. @512 ladurb91 1. @513 lachrc91 1. @514 lcondrt 1. @515 lachronr 1. @516 phstat 1. @517 pdmed12m 1. @518 pnmed12m 1. @519 phospyr 1. @520 hospno 3. @523 hpnite 3. @526 phchm2w 1. @527 phchmn2w 2. @529 phcph2wr 1. @530 phcphn2w 2. @532 phcdv2w 1. @533 phcdvn2w 2. @535 p10dvyr 1. @536 notcov 1. @537 medicare 1. @538 mcpart 1. @539 mcchoice 1. @540 mchmo 1. @541 mcnamen 2. @543 mcref 1. @544 mcpaypre 1. @545 mcrxcard 1. @546 medicaid 1. @547 machmd 1. @548 mapcmd 1. @549 maref 1. @550 single 1. @551 sstypea 1. @552 sstypeb 1. @553 sstypec 1. @554 sstyped 1. @555 sstypee 1. @556 sstypef 1. @557 sstypeg 1. @558 sstypeh 1. @559 sstypei 1. @560 sstypej 1. @561 sstypek 1. @562 sstypel 1. @563 private 1. @564 hitype1 2. @566 whonam1 1. @567 plnwrkn1 2. @569 plnpay11 1. @570 plnpay21 1. @571 plnpay31 1. @572 plnpay41 1. @573 plnpay51 1. @574 plnpay61 1. @575 plnpay71 1. @576 hicostr1 5. @581 plnmgd1 1. @582 mgchmd1 1. @583 mgprmd1 1. @584 mgpymd1 1. @585 mgpref1 1. @586 prrxcov1 1. @587 hitype2 2. @589 whonam2 1. @590 plnwrkn2 2. @592 plnpay12 1. @593 plnpay22 1. @594 plnpay32 1. @595 plnpay42 1. @596 plnpay52 1. @597 plnpay62 1. @598 plnpay72 1. @599 hicostr2 5. @604 plnmgd2 1. @605 mgchmd2 1. @606 mgprmd2 1. @607 mgpymd2 1. @608 mgpref2 1. @609 prrxcov2 1. @610 prplplus 1. @611 schip 1. @612 stdoc1 1. @613 stpcmd1 1. @614 stref1 1. @615 otherpub 1. @616 stdoc2 1. @617 stpcmd2 1. @618 stref2 1. @619 othergov 1. @620 stdoc3 1. @621 stpcmd3 1. @622 stref3 1. @623 military 1. @624 milspc1 1. @625 milspc2 1. @626 milspc3 1. @627 milspc4 1. @628 milman 1. @629 ihs 1. @630 hilast 1. @631 histop1 1. @632 histop2 1. @633 histop3 1. @634 histop4 1. @635 histop5 1. @636 histop6 1. @637 histop7 1. @638 histop8 1. @639 histop9 1. @640 histop10 1. @641 histop11 1. @642 histop12 1. @643 histop13 1. @644 histop14 1. @645 histop15 1. @646 hinotyr 1. @647 hinotmyr 2. @649 hcspfyr 1. @650 hikinda 1. @651 hikindb 1. @652 hikindc 1. @653 hikindd 1. @654 hikinde 1. @655 hikindf 1. @656 hikindg 1. @657 hikindh 1. @658 hikindi 1. @659 hikindj 1. @660 hikindk 1. @661 mcareprb 1. @662 mcaidprb 1. @663 sincov 1. @664 plborn 1. @665 regionbr 2. @667 geobrth 1. @668 yrsinus 1. @669 citizenp 1. @670 headst 1. @671 headstv1 1. @672 educ1 2. @674 pmiltry 1. @675 doinglwp 1. @676 whynowkp 2. @678 wrkhrs2 2. @680 wrkftall 1. @681 wrklyr1 1. @682 wrkmyr 2. @684 ernyr_p 2. @686 hiempof 1. @687 psal 1. @688 pseinc 1. @689 pssrr 1. @690 pssrrdb 1. @691 pssrrd 1. @692 ppens 1. @693 popens 1. @694 pssi 1. @695 pssid 1. @696 ptanf 1. @697 powben 1. @698 pintrstr 1. @699 pdivd 1. @700 pchldsp 1. @701 pincot 1. @702 pssapl 1. @703 psdapl 1. @704 tanfmyr 2. @706 pfstp 1. @707 fstpmyr 2. @709 eligpwic 1. @710 pwic 1. @711 wic_flag 1. ; proc print data=library.nhis2005_personsx (obs=6); proc contents data=library.nhis2005_personsx; /* 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. */