*options obs=100 ; options nocenter ; /*------------------------------------------------ by Jean Roth Mon Jul 2 15:43:12 EDT 2007 This program reads the 1999 National Health Interview Survey 1999 immunize 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/1999/immunize.exe "; * The following line should contain the name of the SAS dataset ; %let dataset = nhis1999_immunize ; DATA library.&dataset ; INFILE datafile LRECL = 20000 ; attrib rectype length=3 label="Record Type"; attrib srvy_yr length=4 label="Survey Year"; attrib hhx length=$6 label="Household Serial Number"; attrib fmx length=$2 label="Family Serial Number"; attrib px length=$2 label=""; attrib imrespno length=$2 label="Person Number of Respondent"; attrib icreltiv length=3 label="Person's relationship to child"; attrib intv_qrt length=3 label="Interview Quarter"; attrib sex length=3 label="Sex"; attrib age_p length=3 label="Age"; attrib icagemr length=3 label="Age in months"; attrib dob_m length=$2 label="Month of Birth"; attrib dob_y_p length=$4 label="Year of Birth"; attrib origin length=3 label="Hispanic Ethnicity"; attrib hispancr length=3 label="Hispanic subgroup detail"; attrib racdet_p length=3 label="Race coded to single/multiple race group"; attrib rc_sum_p length=3 label="Summary for single/multiple race groups"; attrib racer_p length=3 label="OMB groups w/multiple race"; attrib rcimpfgr length=3 label="Race Imputation Flag"; attrib mracer_p length=3 label="Race coded to a single race group"; attrib mracbr_p length=3 label="Race coded to a single race group"; attrib racerecr length=3 label="Race Recode"; attrib hispcodr length=3 label="Combined race/ethnicity recode"; attrib r_maritl length=3 label="Marital status"; attrib rrp length=3 label="Relationship to HH reference person"; attrib hh_ref length=$2 label="Person # of HH reference person"; attrib frrp length=3 label="Rel to family ref person"; attrib fm_ref length=$2 label="Person # of family reference person"; attrib mother length=$2 label="Mother of -- is a household member"; attrib father length=$2 label="Father of -- is a household member"; attrib parents length=3 label="Parent(s) present in the family"; attrib mom_deg length=3 label="Type of relationship with Mother"; attrib dad_deg length=3 label="Type of relationship with Father"; attrib guard length=$2 label="Person number of guardian"; attrib fm_size length=3 label="Number of persons in family"; attrib fm_type length=3 label="Family Type (on the person-level)"; attrib fm_strp length=3 label="Family Structure (at the person-level)"; attrib educ length=3 label="Highest level of school completed"; attrib mom_ed length=3 label="Education of Mother"; attrib dad_ed length=3 label="Education of Father"; attrib ab_bl20k length=3 label=""; attrib rat_cat length=3 label="Ratio of fam inc to poverty threshold"; attrib region length=3 label="Region"; attrib msasizep length=3 label="Geographic Distribution - MSA size"; attrib wtia_im length=4 label="Weight - Interim Annual"; attrib wtfa_im length=4 label="Weight - Final Annual"; attrib stratum length=3 label="Stratum for variance estimation"; attrib psu length=3 label="PSU for variance estimation"; attrib shotrc length=3 label="Have shot records"; attrib dtpct_c length=3 label="Count of DTP shots on shot record"; attrib dtpdt_m1 length=$2 label="Month (MM) of DTP shot #1 on shot record"; attrib dtpdt_y1 length=$4 label="Year(YYYY) of DTP shot #1 on shot record"; attrib dtpdt_m2 length=$2 label="Month (MM) of DTP shot #2 on shot record"; attrib dtpdt_y2 length=$4 label="Year(YYYY) of DTP shot #2 on shot record"; attrib dtpdt_m3 length=$2 label="Month (MM) of DTP shot #3 on shot record"; attrib dtpdt_y3 length=$4 label="Year(YYYY) of DTP shot #3 on shot record"; attrib dtpdt_m4 length=$2 label="Month (MM) of DTP shot #4 on shot record"; attrib dtpdt_y4 length=$4 label="Year(YYYY) of DTP shot #4 on shot record"; attrib dtpdt_m5 length=$2 label="Month (MM) of DTP shot #5 on shot record"; attrib dtpdt_y5 length=$4 label="Year(YYYY) of DTP shot #5 on shot record"; attrib dtpdt_m6 length=$2 label="Month (MM) of DTP shot #6 on shot record"; attrib dtpdt_y6 length=$4 label="Year(YYYY) of DTP shot #6 on shot record"; attrib dtpdt_m7 length=$2 label="Month (MM) of DTP shot #7 on shot record"; attrib dtpdt_y7 length=$4 label="Year(YYYY) of DTP shot #7 on shot record"; attrib dtpdt_m8 length=$2 label="Month (MM) of DTP shot #8 on shot record"; attrib dtpdt_y8 length=$4 label="Year(YYYY) of DTP shot #8 on shot record"; attrib polct_c length=3 label="Count of Polio shots on shot record"; attrib poldt_m1 length=$2 label="Month (MM) of polio shot #1 on shot rec."; attrib poldt_y1 length=$4 label="Year(YYYY) of polio shot #1 on shot rec."; attrib poldt_m2 length=$2 label="Month (MM) of polio shot #2 on shot rec."; attrib poldt_y2 length=$4 label="Year(YYYY) of polio shot #2 on shot rec."; attrib poldt_m3 length=$2 label="Month (MM) of polio shot #3 on shot rec."; attrib poldt_y3 length=$4 label="Year(YYYY) of polio shot #3 on shot rec."; attrib poldt_m4 length=$2 label="Month (MM) of polio shot #4 on shot rec."; attrib poldt_y4 length=$4 label="Year(YYYY) of polio shot #4 on shot rec."; attrib poldt_m5 length=$2 label="Month (MM) of polio shot #5 on shot rec."; attrib poldt_y5 length=$4 label="Year(YYYY) of polio shot #5 on shot rec."; attrib poldt_m6 length=$2 label="Month (MM) of polio shot #6 on shot rec."; attrib poldt_y6 length=$4 label="Year(YYYY) of polio shot #6 on shot rec."; attrib poldt_m7 length=$2 label="Month (MM) of polio shot #7 on shot rec."; attrib poldt_y7 length=$4 label="Year(YYYY) of polio shot #7 on shot rec."; attrib poldt_m8 length=$2 label="Month (MM) of polio shot #8 on shot rec."; attrib poldt_y8 length=$4 label="Year(YYYY) of polio shot #8 on shot rec."; attrib hibct_c length=3 label="Count of HIB shots on shot record"; attrib hibdt_m1 length=$2 label="Month (MM) of HIB shot #1 on shot record"; attrib hibdt_y1 length=$4 label="Year(YYYY) of HIB shot #1 on shot record"; attrib hibdt_m2 length=$2 label="Month (MM) of HIB shot #2 on shot record"; attrib hibdt_y2 length=$4 label="Year(YYYY) of HIB shot #2 on shot record"; attrib hibdt_m3 length=$2 label="Month (MM) of HIB shot #3 on shot record"; attrib hibdt_y3 length=$4 label="Year(YYYY) of HIB shot #3 on shot record"; attrib hibdt_m4 length=$2 label="Month (MM) of HIB shot #4 on shot record"; attrib hibdt_y4 length=$4 label="Year(YYYY) of HIB shot #4 on shot record"; attrib hibdt_m5 length=$2 label="Month (MM) of HIB shot #5 on shot record"; attrib hibdt_y5 length=$4 label="Year(YYYY) of HIB shot #5 on shot record"; attrib hibdt_m6 length=$2 label="Month (MM) of HIB shot #6 on shot record"; attrib hibdt_y6 length=$4 label="Year(YYYY) of HIB shot #6 on shot record"; attrib hibdt_m7 length=$2 label="Month (MM) of HIB shot #7 on shot record"; attrib hibdt_y7 length=$4 label="Year(YYYY) of HIB shot #7 on shot record"; attrib hibdt_m8 length=$2 label="Month (MM) of HIB shot #8 on shot record"; attrib hibdt_y8 length=$4 label="Year(YYYY) of HIB shot #8 on shot record"; attrib mmrct_c length=3 label="Count of MMR/Measles shots on shot rec."; attrib mmrdt_t1 length=3 label="Type of MMR/Measles shot #1 on shot rec."; attrib mmrdt_m1 length=$2 label="Month (MM) of MMR shot #1 on shot record"; attrib mmrdt_y1 length=$4 label="Year(YYYY) of MMR shot #1 on shot record"; attrib mmrdt_t2 length=3 label="Type of MMR/Measles shot #2 on shot rec."; attrib mmrdt_m2 length=$2 label="Month (MM) of MMR shot #2 on shot record"; attrib mmrdt_y2 length=$4 label="Year(YYYY) of MMR shot #2 on shot record"; attrib mmrdt_t3 length=3 label="Type of MMR/Measles shot #3 on shot rec."; attrib mmrdt_m3 length=$2 label="Month (MM) of MMR shot #3 on shot record"; attrib mmrdt_y3 length=$4 label="Year(YYYY) of MMR shot #3 on shot record"; attrib mmrdt_t4 length=3 label="Type of MMR/Measles shot #4 on shot rec."; attrib mmrdt_m4 length=$2 label="Month (MM) of MMR shot #4 on shot record"; attrib mmrdt_y4 length=$4 label="Year(YYYY) of MMR shot #4 on shot record"; attrib hepct_c length=3 label="Count of Hepatitis B shots on shot rec."; attrib hepdt_m1 length=$2 label="Month (MM) of Hep B shot #1 on shot rec."; attrib hepdt_y1 length=$4 label="Year(YYYY) of Hep B shot #1 on shot rec."; attrib hepdt_m2 length=$2 label="Month (MM) of Hep B shot #2 on shot rec."; attrib hepdt_y2 length=$4 label="Year(YYYY) of Hep B shot #2 on shot rec."; attrib hepdt_m3 length=$2 label="Month (MM) of Hep B shot #3 on shot rec."; attrib hepdt_y3 length=$4 label="Year(YYYY) of Hep B shot #3 on shot rec."; attrib hepdt_m4 length=$2 label="Month (MM) of Hep B shot #4 on shot rec."; attrib hepdt_y4 length=$4 label="Year(YYYY) of Hep B shot #4 on shot rec."; attrib hepdt_m5 length=$2 label="Month (MM) of Hep B shot #5 on shot rec."; attrib hepdt_y5 length=$4 label="Year(YYYY) of Hep B shot #5 on shot rec."; attrib hepdt_m6 length=$2 label="Month (MM) of Hep B shot #6 on shot rec."; attrib hepdt_y6 length=$4 label="Year(YYYY) of Hep B shot #6 on shot rec."; attrib hepdt_m7 length=$2 label="Month (MM) of Hep B shot #7 on shot rec."; attrib hepdt_y7 length=$4 label="Year(YYYY) of Hep B shot #7 on shot rec."; attrib hepdt_m8 length=$2 label="Month (MM) of Hep B shot #8 on shot rec."; attrib hepdt_y8 length=$4 label="Year(YYYY) of Hep B shot #8 on shot rec."; attrib varct_c length=3 label="Count of Varicella shots on shot record"; attrib vardt_m1 length=$2 label="Month (MM) of Varic shot #1 on shot rec."; attrib vardt_y1 length=$4 label="Year(YYYY) of Varic shot #1 on shot rec."; attrib vardt_m2 length=$2 label="Month (MM) of Varic shot #2 on shot rec."; attrib vardt_y2 length=$4 label="Year(YYYY) of Varic shot #2 on shot rec."; attrib vardt_m3 length=$2 label="Month (MM) of Varic shot #3 on shot rec."; attrib vardt_y3 length=$4 label="Year(YYYY) of Varic shot #3 on shot rec."; attrib vardt_m4 length=$2 label="Month (MM) of Varic shot #4 on shot rec."; attrib vardt_y4 length=$4 label="Year(YYYY) of Varic shot #4 on shot rec."; attrib tdbct_c length=3 label="Count of TDB shots on shot record"; attrib tdbdt_m1 length=$2 label="Month (MM) of TDB shot #1 on shot record"; attrib tdbdt_y1 length=$4 label="Year(YYYY) of TDB shot #1 on shot record"; attrib tdbdt_m2 length=$2 label="Month (MM) of TDB shot #2 on shot record"; attrib tdbdt_y2 length=$4 label="Year(YYYY) of TDB shot #2 on shot record"; attrib tdbdt_m3 length=$2 label="Month (MM) of TDB shot #3 on shot record"; attrib tdbdt_y3 length=$4 label="Year(YYYY) of TDB shot #3 on shot record"; attrib tdbdt_m4 length=$2 label="Month (MM) of TDB shot #4 on shot record"; attrib tdbdt_y4 length=$4 label="Year(YYYY) of TDB shot #4 on shot record"; attrib othrnt length=3 label="Any otr immunizations"; attrib othev01 length=3 label="Influenza vaccine"; attrib othev02 length=3 label="Pneumococcal vaccine"; attrib othev03 length=3 label="Hepatitis A vaccine"; attrib othev04 length=3 label="Tetramune"; attrib othev05 length=3 label="ActHib"; attrib othev06 length=3 label="Other Immunizations"; attrib oth1ct_c length=3 label="Count of influenza shots on shot record"; attrib oth1d_m1 length=$2 label="Month (MM) of Flu shot #1 on shot record"; attrib oth1d_y1 length=$4 label="Year(YYYY) of Flu shot #1 on shot record"; attrib oth1d_m2 length=$2 label="Month (MM) of Flu shot #2 on shot record"; attrib oth1d_y2 length=$4 label="Year(YYYY) of Flu shot #2 on shot record"; attrib oth1d_m3 length=$2 label="Month (MM) of Flu shot #3 on shot record"; attrib oth1d_y3 length=$4 label="Year(YYYY) of Flu shot #3 on shot record"; attrib oth1d_m4 length=$2 label="Month (MM) of Flu shot #4 on shot record"; attrib oth1d_y4 length=$4 label="Year(YYYY) of Flu shot #4 on shot record"; attrib oth1d_m5 length=$2 label="Month (MM) of Flu shot #5 on shot record"; attrib oth1d_y5 length=$4 label="Year(YYYY) of Flu shot #5 on shot record"; attrib oth1d_m6 length=$2 label="Month (MM) of Flu shot #6 on shot record"; attrib oth1d_y6 length=$4 label="Year(YYYY) of Flu shot #6 on shot record"; attrib oth2ct_c length=3 label="Count of pneumococcal shots on shot rec."; attrib oth2d_m1 length=$2 label="Month (MM) of Pneumo shot #1 on shot rec"; attrib oth2d_y1 length=$4 label="Year(YYYY) of Pneumo shot #1 on shot rec"; attrib oth2d_m2 length=$2 label="Month (MM) of Pneumo shot #2 on shot rec"; attrib oth2d_y2 length=$4 label="Year(YYYY) of Pneumo shot #2 on shot rec"; attrib oth2d_m3 length=$2 label="Month (MM) of Pneumo shot #3 on shot rec"; attrib oth2d_y3 length=$4 label="Year(YYYY) of Pneumo shot #3 on shot rec"; attrib oth2d_m4 length=$2 label="Month (MM) of Pneumo shot #4 on shot rec"; attrib oth2d_y4 length=$4 label="Year(YYYY) of Pneumo shot #4 on shot rec"; attrib oth2d_m5 length=$2 label="Month (MM) of Pneumo shot #5 on shot rec"; attrib oth2d_y5 length=$4 label="Year(YYYY) of Pneumo shot #5 on shot rec"; attrib oth2d_m6 length=$2 label="Month (MM) of Pneumo shot #6 on shot rec"; attrib oth2d_y6 length=$4 label="Year(YYYY) of Pneumo shot #6 on shot rec"; attrib oth3ct_c length=3 label="Count of Hepatitis A shots on shot rec."; attrib oth3d_m1 length=$2 label="Month (MM) of Hep A shot #1 on shot rec."; attrib oth3d_y1 length=$4 label="Year(YYYY) of Hep A shot #1 on shot rec."; attrib oth3d_m2 length=$2 label="Month (MM) of Hep A shot #2 on shot rec."; attrib oth3d_y2 length=$4 label="Year(YYYY) of Hep A shot #2 on shot rec."; attrib oth3d_m3 length=$2 label="Month (MM) of Hep A shot #3 on shot rec."; attrib oth3d_y3 length=$4 label="Year(YYYY) of Hep A shot #3 on shot rec."; attrib oth3d_m4 length=$2 label="Month (MM) of Hep A shot #4 on shot rec."; attrib oth3d_y4 length=$4 label="Year(YYYY) of Hep A shot #4 on shot rec."; attrib oth3d_m5 length=$2 label="Month (MM) of Hep A shot #5 on shot rec."; attrib oth3d_y5 length=$4 label="Year(YYYY) of Hep A shot #5 on shot rec."; attrib oth3d_m6 length=$2 label="Month (MM) of Hep A shot #6 on shot rec."; attrib oth3d_y6 length=$4 label="Year(YYYY) of Hep A shot #6 on shot rec."; attrib oth4ct_c length=3 label="Count of Tetramune shots on shot record"; attrib oth4d_m1 length=$2 label="Month (MM) of Tetra shot #1 on shot rec."; attrib oth4d_y1 length=$4 label="Year(YYYY) of Tetra shot #1 on shot rec."; attrib oth4d_m2 length=$2 label="Month (MM) of Tetra shot #2 on shot rec."; attrib oth4d_y2 length=$4 label="Year(YYYY) of Tetra shot #2 on shot rec."; attrib oth4d_m3 length=$2 label="Month (MM) of Tetra shot #3 on shot rec."; attrib oth4d_y3 length=$4 label="Year(YYYY) of Tetra shot #3 on shot rec."; attrib oth4d_m4 length=$2 label="Month (MM) of Tetra shot #4 on shot rec."; attrib oth4d_y4 length=$4 label="Year(YYYY) of Tetra shot #4 on shot rec."; attrib oth4d_m5 length=$2 label="Month (MM) of Tetra shot #5 on shot rec."; attrib oth4d_y5 length=$4 label="Year(YYYY) of Tetra shot #5 on shot rec."; attrib oth4d_m6 length=$2 label="Month (MM) of Tetra shot #6 on shot rec."; attrib oth4d_y6 length=$4 label="Year(YYYY) of Tetra shot #6 on shot rec."; attrib oth5ct_c length=3 label="Count of ACTHib shots on shot record"; attrib oth5d_m1 length=$2 label="Month (MM) of ACTHib shot #1 on shot rec"; attrib oth5d_y1 length=$4 label="Year(YYYY) of ACTHib shot #1 on shot rec"; attrib oth5d_m2 length=$2 label="Month (MM) of ACTHib shot #2 on shot rec"; attrib oth5d_y2 length=$4 label="Year(YYYY) of ACTHib shot #2 on shot rec"; attrib oth5d_m3 length=$2 label="Month (MM) of ACTHib shot #3 on shot rec"; attrib oth5d_y3 length=$4 label="Year(YYYY) of ACTHib shot #3 on shot rec"; attrib oth5d_m4 length=$2 label="Month (MM) of ACTHib shot #4 on shot rec"; attrib oth5d_y4 length=$4 label="Year(YYYY) of ACTHib shot #4 on shot rec"; attrib oth5d_m5 length=$2 label="Month (MM) of ACTHib shot #5 on shot rec"; attrib oth5d_y5 length=$4 label="Year(YYYY) of ACTHib shot #5 on shot rec"; attrib oth5d_m6 length=$2 label="Month (MM) of ACTHib shot #6 on shot rec"; attrib oth5d_y6 length=$4 label="Year(YYYY) of ACTHib shot #6 on shot rec"; attrib oth6ct_c length=3 label="Count of Other shots on shot record"; attrib oth6d_m1 length=$2 label="Month (MM) of Other shot #1 on shot rec."; attrib oth6d_y1 length=$4 label="Year(YYYY) of Other shot #1 on shot rec."; attrib oth6d_m2 length=$2 label="Month (MM) of Other shot #2 on shot rec."; attrib oth6d_y2 length=$4 label="Year(YYYY) of Other shot #2 on shot rec."; attrib oth6d_m3 length=$2 label="Month (MM) of Other shot #3 on shot rec."; attrib oth6d_y3 length=$4 label="Year(YYYY) of Other shot #3 on shot rec."; attrib oth6d_m4 length=$2 label="Month (MM) of Other shot #4 on shot rec."; attrib oth6d_y4 length=$4 label="Year(YYYY) of Other shot #4 on shot rec."; attrib oth6d_m5 length=$2 label="Month (MM) of Other shot #5 on shot rec."; attrib oth6d_y5 length=$4 label="Year(YYYY) of Other shot #5 on shot rec."; attrib oth6d_m6 length=$2 label="Month (MM) of Other shot #6 on shot rec."; attrib oth6d_y6 length=$4 label="Year(YYYY) of Other shot #6 on shot rec."; attrib shota1 length=3 label="All immunizations recorded"; attrib dtpmor length=3 label="Ever received additional DTP shot"; attrib dtpmno length=3 label="How many additional DTP shots"; attrib polmor length=3 label="Ever received additional Polio shot/vacc"; attrib polmno length=3 label="How many additional Polio shots/vaccines"; attrib hibmor length=3 label="Ever received additional HIB shot"; attrib hibmno length=3 label="How many additional HIB shots"; attrib mmrmor length=3 label="Ever received additional MMR shot"; attrib mmrmno length=3 label="How many additional MMR shots"; attrib hepmor length=3 label="Ever received add'l Hepatitis B shot"; attrib hepmno length=3 label="How many additional Hepatitis B shots"; attrib varmor length=3 label="Ever received add'l chicken pox shot"; attrib varmno length=3 label="How many additional chicken pox shots"; attrib tdbmor length=3 label="Ever rec'd add'l tetanus-diphtheria shot"; attrib tdbmno length=3 label="# of additional tetanus-diphtheria shots"; attrib shotay length=3 label="Ever had any immunization"; attrib dtpev length=3 label="Ever had a DTP shot"; attrib dtpeno length=3 label="How many DTP shots"; attrib polev length=3 label="Ever had a Polio shot/vaccine"; attrib poleno length=3 label="How many Polio shots/vaccines"; attrib hibev length=3 label="Ever had a HIB shot"; attrib hibeno length=3 label="How many HIB shots"; attrib mmrev length=3 label="Ever had a MMR shot"; attrib mmreno length=3 label="How many MMR shots"; attrib hepev length=3 label="Ever had a Hepatitis B shot"; attrib hepeno length=3 label="How many Hepatitis B shots"; attrib varev length=3 label="Ever had a chicken pox shot"; attrib vareno length=3 label="How many Chicken pox shots"; attrib tdbev length=3 label="Ever had a tetanus-diphtheria (Td) shot"; attrib tdbeno length=3 label="How many tetanus-diphtheria (Td) shots"; attrib shotpr length=3 label="Child's caretaker for shots"; attrib shota2 length=3 label="Caretaker's opinion - shots' status"; INPUT @1 rectype 2. @3 srvy_yr 4. @7 hhx $6. @13 fmx $2. @15 px $2. @17 imrespno $2. @19 icreltiv 2. @21 intv_qrt 1. @22 sex 1. @23 age_p 2. @25 icagemr 2. @27 dob_m $2. @29 dob_y_p $4. @33 origin 1. @34 hispancr 2. @36 racdet_p 2. @38 rc_sum_p 2. @40 racer_p 2. @42 rcimpfgr 1. @43 mracer_p 2. @45 mracbr_p 2. @47 racerecr 1. @48 hispcodr 1. @49 r_maritl 1. @50 rrp 2. @52 hh_ref $2. @54 frrp 2. @56 fm_ref $2. @58 mother $2. @60 father $2. @62 parents 1. @63 mom_deg 1. @64 dad_deg 1. @65 guard $2. @67 fm_size 2. @69 fm_type 1. @70 fm_strp 2. @72 educ 2. @74 mom_ed 2. @76 dad_ed 2. @78 ab_bl20k 1. @79 rat_cat 2. @81 region 1. @82 msasizep 1. @83 wtia_im 6. @89 wtfa_im 6. @95 stratum 3. @98 psu 1. @99 shotrc 1. @100 dtpct_c 2. @102 dtpdt_m1 $2. @104 dtpdt_y1 $4. @108 dtpdt_m2 $2. @110 dtpdt_y2 $4. @114 dtpdt_m3 $2. @116 dtpdt_y3 $4. @120 dtpdt_m4 $2. @122 dtpdt_y4 $4. @126 dtpdt_m5 $2. @128 dtpdt_y5 $4. @132 dtpdt_m6 $2. @134 dtpdt_y6 $4. @138 dtpdt_m7 $2. @140 dtpdt_y7 $4. @144 dtpdt_m8 $2. @146 dtpdt_y8 $4. @150 polct_c 2. @152 poldt_m1 $2. @154 poldt_y1 $4. @158 poldt_m2 $2. @160 poldt_y2 $4. @164 poldt_m3 $2. @166 poldt_y3 $4. @170 poldt_m4 $2. @172 poldt_y4 $4. @176 poldt_m5 $2. @178 poldt_y5 $4. @182 poldt_m6 $2. @184 poldt_y6 $4. @188 poldt_m7 $2. @190 poldt_y7 $4. @194 poldt_m8 $2. @196 poldt_y8 $4. @200 hibct_c 2. @202 hibdt_m1 $2. @204 hibdt_y1 $4. @208 hibdt_m2 $2. @210 hibdt_y2 $4. @214 hibdt_m3 $2. @216 hibdt_y3 $4. @220 hibdt_m4 $2. @222 hibdt_y4 $4. @226 hibdt_m5 $2. @228 hibdt_y5 $4. @232 hibdt_m6 $2. @234 hibdt_y6 $4. @238 hibdt_m7 $2. @240 hibdt_y7 $4. @244 hibdt_m8 $2. @246 hibdt_y8 $4. @250 mmrct_c 2. @252 mmrdt_t1 1. @253 mmrdt_m1 $2. @255 mmrdt_y1 $4. @259 mmrdt_t2 1. @260 mmrdt_m2 $2. @262 mmrdt_y2 $4. @266 mmrdt_t3 1. @267 mmrdt_m3 $2. @269 mmrdt_y3 $4. @273 mmrdt_t4 1. @274 mmrdt_m4 $2. @276 mmrdt_y4 $4. @280 hepct_c 2. @282 hepdt_m1 $2. @284 hepdt_y1 $4. @288 hepdt_m2 $2. @290 hepdt_y2 $4. @294 hepdt_m3 $2. @296 hepdt_y3 $4. @300 hepdt_m4 $2. @302 hepdt_y4 $4. @306 hepdt_m5 $2. @308 hepdt_y5 $4. @312 hepdt_m6 $2. @314 hepdt_y6 $4. @318 hepdt_m7 $2. @320 hepdt_y7 $4. @324 hepdt_m8 $2. @326 hepdt_y8 $4. @330 varct_c 2. @332 vardt_m1 $2. @334 vardt_y1 $4. @338 vardt_m2 $2. @340 vardt_y2 $4. @344 vardt_m3 $2. @346 vardt_y3 $4. @350 vardt_m4 $2. @352 vardt_y4 $4. @356 tdbct_c 2. @358 tdbdt_m1 $2. @360 tdbdt_y1 $4. @364 tdbdt_m2 $2. @366 tdbdt_y2 $4. @370 tdbdt_m3 $2. @372 tdbdt_y3 $4. @376 tdbdt_m4 $2. @378 tdbdt_y4 $4. @382 othrnt 1. @383 othev01 1. @384 othev02 1. @385 othev03 1. @386 othev04 1. @387 othev05 1. @388 othev06 1. @389 oth1ct_c 2. @391 oth1d_m1 $2. @393 oth1d_y1 $4. @397 oth1d_m2 $2. @399 oth1d_y2 $4. @403 oth1d_m3 $2. @405 oth1d_y3 $4. @409 oth1d_m4 $2. @411 oth1d_y4 $4. @415 oth1d_m5 $2. @417 oth1d_y5 $4. @421 oth1d_m6 $2. @423 oth1d_y6 $4. @427 oth2ct_c 2. @429 oth2d_m1 $2. @431 oth2d_y1 $4. @435 oth2d_m2 $2. @437 oth2d_y2 $4. @441 oth2d_m3 $2. @443 oth2d_y3 $4. @447 oth2d_m4 $2. @449 oth2d_y4 $4. @453 oth2d_m5 $2. @455 oth2d_y5 $4. @459 oth2d_m6 $2. @461 oth2d_y6 $4. @465 oth3ct_c 2. @467 oth3d_m1 $2. @469 oth3d_y1 $4. @473 oth3d_m2 $2. @475 oth3d_y2 $4. @479 oth3d_m3 $2. @481 oth3d_y3 $4. @485 oth3d_m4 $2. @487 oth3d_y4 $4. @491 oth3d_m5 $2. @493 oth3d_y5 $4. @497 oth3d_m6 $2. @499 oth3d_y6 $4. @503 oth4ct_c 2. @505 oth4d_m1 $2. @507 oth4d_y1 $4. @511 oth4d_m2 $2. @513 oth4d_y2 $4. @517 oth4d_m3 $2. @519 oth4d_y3 $4. @523 oth4d_m4 $2. @525 oth4d_y4 $4. @529 oth4d_m5 $2. @531 oth4d_y5 $4. @535 oth4d_m6 $2. @537 oth4d_y6 $4. @541 oth5ct_c 2. @543 oth5d_m1 $2. @545 oth5d_y1 $4. @549 oth5d_m2 $2. @551 oth5d_y2 $4. @555 oth5d_m3 $2. @557 oth5d_y3 $4. @561 oth5d_m4 $2. @563 oth5d_y4 $4. @567 oth5d_m5 $2. @569 oth5d_y5 $4. @573 oth5d_m6 $2. @575 oth5d_y6 $4. @579 oth6ct_c 2. @581 oth6d_m1 $2. @583 oth6d_y1 $4. @587 oth6d_m2 $2. @589 oth6d_y2 $4. @593 oth6d_m3 $2. @595 oth6d_y3 $4. @599 oth6d_m4 $2. @601 oth6d_y4 $4. @605 oth6d_m5 $2. @607 oth6d_y5 $4. @611 oth6d_m6 $2. @613 oth6d_y6 $4. @617 shota1 1. @618 dtpmor 1. @619 dtpmno 2. @621 polmor 1. @622 polmno 2. @624 hibmor 1. @625 hibmno 2. @627 mmrmor 1. @628 mmrmno 2. @630 hepmor 1. @631 hepmno 2. @633 varmor 1. @634 varmno 2. @636 tdbmor 1. @637 tdbmno 2. @639 shotay 1. @640 dtpev 1. @641 dtpeno 2. @643 polev 1. @644 poleno 2. @646 hibev 1. @647 hibeno 2. @649 mmrev 1. @650 mmreno 2. @652 hepev 1. @653 hepeno 2. @655 varev 1. @656 vareno 2. @658 tdbev 1. @659 tdbeno 2. @661 shotpr 1. @662 shota2 1. ; /*------------------------------------------------ The PROC FORMAT statement will store the formats in a sas data set called fimmu99 To use the stored formats in a subsequent program, use code like the following: proc format cntlin=library.fimmu99; PROC freq; tables pesex ; format pesex P135L.; For more information, consult PROC FORMAT in the SAS Procedures Guide ----------------------------------------------- */ PROC FORMAT cntlout=library.fimmu99; ; VALUE rectype (default=32) 50 = "Immunization" ; VALUE srvy_yr (default=32) 1999 = "1999" ; VALUE $imrespn (default=32) ""98"" = "Not ascertained" ; VALUE icreltiv (default=32) 01 = "Parent (Biological; adoptive; or step)" 02 = "Grandparent" 03 = "Aunt/Uncle" 04 = "Brother/Sister" 05 = "Other relative" 06 = "Legal guardian" 07 = "Foster parent" 08 = "Other non-relative" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE intv_qrt (default=32) 1 = "Quarter 1" 2 = "Quarter 2" 3 = "Quarter 3" 4 = "Quarter 4" ; VALUE sex (default=32) 1 = "Male" 2 = "Female" ; VALUE age_p (default=32) 00 = "Under 1 year" ; VALUE icagemr (default=32) 00 = "Under 1 month" 36 = "36 months or more" ; VALUE $dob_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" ; VALUE $dob_y_p (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" ; VALUE origin (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hispancr (default=32) 00 = "Multiple Hispanic" 01 = "Puerto Rican" 02 = "Mexican" 03 = "Mexican-American" 04 = "Cuban/Cuban American" 05 = "Dominican (Republic)" 06 = "Central or South American" 07 = "Other Latin American; type not specified" 08 = "Other Spanish" 09 = "Hispanic/Latino/Spanish; non-specific type" 10 = "Hispanic/Latino/Spanish; type refused" 11 = "Hispanic/Latino/Spanish; type not ascertained" 12 = "Not Hispanic/Spanish origin" ; VALUE racdet_p (default=32) 01 = "White only" 02 = "Black/African American only" 03 = "AIAN only" 09 = "Asian Indian only" 10 = "Chinese only" 11 = "Filipino only" 15 = "Other Asian only" 16 = "Other race only" 17 = "Multiple detailed race*" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE rc_sum_p (default=32) 01 = "White only" 02 = "Black/African American only" 03 = "AIAN only*" 04 = "Asian only" 05 = "Other race only" 06 = "Multiple detailed race only" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE racer_p (default=32) 01 = "White only" 02 = "Black/African American only" 03 = "AIAN* only" 04 = "Asian only" 05 = "Other race only" 06 = "Multiple race" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE rcimpfgr (default=32) 1 = "Race imputed" 2 = "Race given by respondent/proxy" ; VALUE mracer_p (default=32) 01 = "White" 02 = "Black/African American" 03 = "Indian (American); Alaska Native" 09 = "Asian Indian" 10 = "Chinese" 11 = "Filipino" 15 = "Other Asian*" 16 = "Other Race*" 17 = "Multiple Race*" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE mracbr_p (default=32) 01 = "White" 02 = "Black/African American" 03 = "Indian (American) (includes Eskimo; Aleut)" 06 = "Chinese" 07 = "Filipino" 12 = "Asian Indian" 16 = "Other race" 17 = "Multiple race" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE racerecr (default=32) 1 = "White" 2 = "Black" 3 = "Other" ; VALUE hispcodr (default=32) 1 = "Hispanic" 2 = "Non-Hispanic White" 3 = "Non-Hispanic Black" 4 = "Non-Hispanic Other" ; VALUE r_maritl (default=32) 0 = "Under 14 years" 1 = "Married - spouse in household" 2 = "Married - spouse not in household" 3 = "Married - spouse in household unknown" 4 = "Widowed" 5 = "Divorced" 6 = "Separated" 7 = "Never married" 8 = "Living with partner" 9 = "Unknown marital status" ; VALUE rrp (default=32) 01 = "Household reference person" 02 = "Spouse (husband/wife)" 03 = "Unmarried Partner" 04 = "Child (biological/adoptive/in-law/step/foster)" 05 = "Child of partner" 06 = "Grandchild" 07 = "Parent (bio./adoptive/in-law/step/foster)" 08 = "Brother/sister (bio./adop./in-law/step/foster)" 09 = "Grandparent (Grandmother/Grandfather)" 10 = "Aunt/Uncle" 11 = "Niece/Nephew" 12 = "Other relative" 13 = "Housemate/roommate" 14 = "Roomer/Boarder" 15 = "Other nonrelative" 16 = "Legal guardian" 17 = "Ward" 97 = "Refused" 99 = "Don't know" ; VALUE $hh_ref (default=32) ""98"" = "Not ascertained" ; VALUE frrp (default=32) 01 = "Family reference person" 02 = "Spouse (husband/wife)" 03 = "Unmarried Partner" 04 = "Child (biological/adoptive/in-law/step/foster)" 05 = "Child of partner" 06 = "Grandchild" 07 = "Parent (bio./adoptive/in-law/step/foster)" 08 = "Brother/sister (bio./adop./in-law/step/foster)" 09 = "Grandparent (Grandmother/Grandfather)" 10 = "Aunt/Uncle" 11 = "Niece/Nephew" 12 = "Other relative" 13 = "Housemate/roommate" 14 = "Roomer/Boarder" 15 = "Other nonrelative" 16 = "Legal guardian" 17 = "Ward" 97 = "Refused" 99 = "Don't know" ; VALUE $fm_ref (default=32) ""98"" = "Not ascertained" ; VALUE $mother (default=32) ""00"" = "No mother in the family" ""96"" = "No parent in household; has legal guardian" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" ; VALUE $father (default=32) ""00"" = "No father in the family" ""96"" = "No parent in household; has legal guardian" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" ; VALUE parents (default=32) 1 = "Mother; no father" 2 = "Father; no mother" 3 = "Mother and father" 4 = "Neither mother nor father" 9 = "Unknown" ; VALUE mom_deg (default=32) 1 = "Biological" 2 = "Step" 3 = "Adoptive" 4 = "Foster" 5 = "In-law" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dad_deg (default=32) 1 = "Biological" 2 = "Step" 3 = "Adoptive" 4 = "Foster" 5 = "In-law" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE $guard (default=32) ""00"" = "Guardian is not a household member" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE fm_type (default=32) 1 = "One adult; no child(ren) under 18" 2 = "Multiple adults; no child(ren) under 18" 3 = "One adult; 1+ child(ren) under 18" 4 = "Multiple adults; 1+ child(ren) under 18" 9 = "Unknown" ; VALUE educ (default=32) 00 = "Never attended/ kindergarten only" 12 = "12th grade; no diploma" 13 = "HIGH SCHOOL GRADUATE" 14 = "GED or equivalent" 15 = "Some college; no degree" 16 = "AA degree: technical or vocational" 17 = "AA degree: academic program" 18 = "Bachelor's degree (BA; AB; BS; BBA)" 19 = "Master's degree (MA; MS; MEng; MEd; MBA)" 20 = "Professional degree (MD; DDS; DVM; JD)" 21 = "Doctoral degree (PhD; EdD)" 96 = "Child under 5 years old" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE mom_ed (default=32) 01 = "Less/equal to 8th grade" 02 = "9-12th grade; no high school diploma" 03 = "High school graduate/GED recipient" 04 = "Some college; no degree" 05 = "AA degree; technical or vocational" 06 = "AA degree; academic program" 07 = "Bachelor's degree" 08 = "Master's; professional; or doctoral degree" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE dad_ed (default=32) 01 = "Less/equal to 8th grade" 02 = "9-12th grade; no high school diploma" 03 = "High school graduate/GED recipient" 04 = "Some college; no degree" 05 = "AA degree; technical or vocational" 06 = "AA degree; academic program" 07 = "Bachelor's degree" 08 = "Master's; professional; or doctoral degree" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ab_bl20k (default=32) 1 = "$20;000 or more" 2 = "Less than $20;000" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE rat_cat (default=32) 01 = "Under .50" 02 = ".50 to .74" 03 = ".75 to .99" 04 = "1.00 to 1.24" 05 = "1.25 to 1.49" 06 = "1.50 to 1.74" 07 = "1.75 to 1.99" 08 = "2.00 to 2.49" 09 = "2.50 to 2.99" 10 = "3.00 to 3.49" 11 = "3.50 to 3.99" 12 = "4.00 to 4.49" 13 = "4.50 to 4.99" 14 = "5.00 and over" 96 = "Undefinable" 99 = "Unknown" ; VALUE region (default=32) 1 = "Northeast" 2 = "Midwest" 3 = "South" 4 = "West" ; VALUE msasizep (default=32) 1 = "5;000;000 or more" 2 = "2;500;000 - 4;999;999" 3 = "1;000;000 - 2;499;999" 4 = "500;000 - 999;999" 5 = "250;000 - 499;999" 6 = "Under 250;000" 7 = "Non-MSA" ; VALUE shotrc (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dtpct_c (default=32) 00 = "None or unknown" ; VALUE $dtpdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $dtpdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $dtpdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $dtpdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $dtpdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $dtpdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $dtpdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $dtpdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $dtpdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $dtpdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $dtpdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $dtpdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $dtpdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $dtpdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $dtpdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $dtpdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE polct_c (default=32) 00 = "None or unknown" ; VALUE $poldt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $poldt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $poldt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $poldt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $poldt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $poldt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $poldt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $poldt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $poldt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $poldt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $poldt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $poldt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $poldt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $poldt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $poldt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $poldt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE hibct_c (default=32) 00 = "None or unknown" ; VALUE $hibdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $hibdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $hibdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $hibdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $hibdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $hibdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $hibdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $hibdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $hibdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $hibdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $hibdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $hibdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $hibdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $hibdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $hibdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $hibdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE mmrct_c (default=32) 00 = "None or unknown" ; VALUE mmrdt_ta (default=32) 1 = "Measles only" 2 = "MMR" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE $mmrdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $mmrdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE mmrdt_tb (default=32) 1 = "Measles only" 2 = "MMR" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE $mmrdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $mmrdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE mmrdt_tc (default=32) 1 = "Measles only" 2 = "MMR" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE $mmrdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $mmrdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE mmrdt_td (default=32) 1 = "Measles only" 2 = "MMR" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE $mmrdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $mmrdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE hepct_c (default=32) 00 = "None or unknown" ; VALUE $hepdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $hepdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $hepdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $hepdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $hepdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $hepdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $hepdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $hepdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $hepdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $hepdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $hepdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $hepdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $hepdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $hepdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $hepdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $hepdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE varct_c (default=32) 00 = "None or unknown" ; VALUE $vardt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $vardt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $vardt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $vardt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $vardt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $vardt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $vardt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $vardt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE tdbct_c (default=32) 00 = "None or unknown" ; VALUE $tdbdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $tdbdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $tdbdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $tdbdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $tdbdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $tdbdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $tdbdt_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $tdbdt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE othrnt (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE othev01l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE othev02l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE othev03l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE othev04l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE othev05l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE othev06l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE oth1ct_c (default=32) 00 = "None or unknown" ; VALUE $oth1d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth1d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth1d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth1d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth1d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth1d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth1d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth1d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth1d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth1d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth1d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth1d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE oth2ct_c (default=32) 00 = "None or unknown" ; VALUE $oth2d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth2d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth2d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth2d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth2d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth2d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth2d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth2d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth2d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth2d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth2d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth2d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE oth3ct_c (default=32) 00 = "None or unknown" ; VALUE $oth3d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth3d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth3d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth3d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth3d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth3d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth3d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth3d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth3d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth3d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth3d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth3d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE oth4ct_c (default=32) 00 = "None or unknown" ; VALUE $oth4d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth4d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth4d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth4d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth4d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth4d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth4d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth4d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth4d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth4d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth4d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth4d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE oth5ct_c (default=32) 00 = "None or unknown" ; VALUE $oth5d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth5d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth5d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth5d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth5d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth5d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth5d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth5d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth5d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth5d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth5d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth5d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE oth6ct_c (default=32) 00 = "None or unknown" ; VALUE $oth6d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth6d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth6d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth6d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth6d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth6d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth6d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth6d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth6d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth6d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $oth6d_m (default=32) ""01"" = "January" ""02"" = "February" ""03"" = "March" ""04"" = "April" ""05"" = "May" ""06"" = "June" ""07"" = "July" ""08"" = "August" ""09"" = "September" ""10"" = "October" ""11"" = "November" ""12"" = "December" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" """ = " Not in Universe" ; VALUE $oth6d_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE shota1l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dtpmor (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE dtpmno (default=32) 96 = "All" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE polmor (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE polmno (default=32) 96 = "All" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE hibmor (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE hibmno (default=32) 96 = "All" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE mmrmor (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE mmrmno (default=32) 96 = "All" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE hepmor (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE hepmno (default=32) 96 = "All" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE varmor (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE varmno (default=32) 96 = "All" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE tdbmor (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE tdbmno (default=32) 96 = "All" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE shotay (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dtpev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dtpeno (default=32) 96 = "All" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE polev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE poleno (default=32) 96 = "All" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE hibev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hibeno (default=32) 96 = "All" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE mmrev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mmreno (default=32) 96 = "All" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE hepev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hepeno (default=32) 96 = "All" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE varev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE vareno (default=32) 96 = "All" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE tdbev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE tdbeno (default=32) 96 = "All" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE shotpr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE shota2l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; proc print data=library.nhis1999_immunize (obs=6); FORMAT rectype rectype. srvy_yr srvy_yr. imrespno $imrespn. icreltiv icreltiv. intv_qrt intv_qrt. sex sex. age_p age_p. icagemr icagemr. dob_m $dob_m. dob_y_p $dob_y_p. origin origin. hispancr hispancr. racdet_p racdet_p. rc_sum_p rc_sum_p. racer_p racer_p. rcimpfgr rcimpfgr. mracer_p mracer_p. mracbr_p mracbr_p. racerecr racerecr. hispcodr hispcodr. r_maritl r_maritl. rrp rrp. hh_ref $hh_ref. frrp frrp. fm_ref $fm_ref. mother $mother. father $father. parents parents. mom_deg mom_deg. dad_deg dad_deg. guard $guard. fm_type fm_type. educ educ. mom_ed mom_ed. dad_ed dad_ed. ab_bl20k ab_bl20k. rat_cat rat_cat. region region. msasizep msasizep. shotrc shotrc. dtpct_c dtpct_c. dtpdt_m1 $dtpdt_m. dtpdt_y1 $dtpdt_y. dtpdt_m2 $dtpdt_m. dtpdt_y2 $dtpdt_y. dtpdt_m3 $dtpdt_m. dtpdt_y3 $dtpdt_y. dtpdt_m4 $dtpdt_m. dtpdt_y4 $dtpdt_y. dtpdt_m5 $dtpdt_m. dtpdt_y5 $dtpdt_y. dtpdt_m6 $dtpdt_m. dtpdt_y6 $dtpdt_y. dtpdt_m7 $dtpdt_m. dtpdt_y7 $dtpdt_y. dtpdt_m8 $dtpdt_m. dtpdt_y8 $dtpdt_y. polct_c polct_c. poldt_m1 $poldt_m. poldt_y1 $poldt_y. poldt_m2 $poldt_m. poldt_y2 $poldt_y. poldt_m3 $poldt_m. poldt_y3 $poldt_y. poldt_m4 $poldt_m. poldt_y4 $poldt_y. poldt_m5 $poldt_m. poldt_y5 $poldt_y. poldt_m6 $poldt_m. poldt_y6 $poldt_y. poldt_m7 $poldt_m. poldt_y7 $poldt_y. poldt_m8 $poldt_m. poldt_y8 $poldt_y. hibct_c hibct_c. hibdt_m1 $hibdt_m. hibdt_y1 $hibdt_y. hibdt_m2 $hibdt_m. hibdt_y2 $hibdt_y. hibdt_m3 $hibdt_m. hibdt_y3 $hibdt_y. hibdt_m4 $hibdt_m. hibdt_y4 $hibdt_y. hibdt_m5 $hibdt_m. hibdt_y5 $hibdt_y. hibdt_m6 $hibdt_m. hibdt_y6 $hibdt_y. hibdt_m7 $hibdt_m. hibdt_y7 $hibdt_y. hibdt_m8 $hibdt_m. hibdt_y8 $hibdt_y. mmrct_c mmrct_c. mmrdt_t1 mmrdt_ta. mmrdt_m1 $mmrdt_m. mmrdt_y1 $mmrdt_y. mmrdt_t2 mmrdt_tb. mmrdt_m2 $mmrdt_m. mmrdt_y2 $mmrdt_y. mmrdt_t3 mmrdt_tc. mmrdt_m3 $mmrdt_m. mmrdt_y3 $mmrdt_y. mmrdt_t4 mmrdt_td. mmrdt_m4 $mmrdt_m. mmrdt_y4 $mmrdt_y. hepct_c hepct_c. hepdt_m1 $hepdt_m. hepdt_y1 $hepdt_y. hepdt_m2 $hepdt_m. hepdt_y2 $hepdt_y. hepdt_m3 $hepdt_m. hepdt_y3 $hepdt_y. hepdt_m4 $hepdt_m. hepdt_y4 $hepdt_y. hepdt_m5 $hepdt_m. hepdt_y5 $hepdt_y. hepdt_m6 $hepdt_m. hepdt_y6 $hepdt_y. hepdt_m7 $hepdt_m. hepdt_y7 $hepdt_y. hepdt_m8 $hepdt_m. hepdt_y8 $hepdt_y. varct_c varct_c. vardt_m1 $vardt_m. vardt_y1 $vardt_y. vardt_m2 $vardt_m. vardt_y2 $vardt_y. vardt_m3 $vardt_m. vardt_y3 $vardt_y. vardt_m4 $vardt_m. vardt_y4 $vardt_y. tdbct_c tdbct_c. tdbdt_m1 $tdbdt_m. tdbdt_y1 $tdbdt_y. tdbdt_m2 $tdbdt_m. tdbdt_y2 $tdbdt_y. tdbdt_m3 $tdbdt_m. tdbdt_y3 $tdbdt_y. tdbdt_m4 $tdbdt_m. tdbdt_y4 $tdbdt_y. othrnt othrnt. othev01 othev01l. othev02 othev02l. othev03 othev03l. othev04 othev04l. othev05 othev05l. othev06 othev06l. oth1ct_c oth1ct_c. oth1d_m1 $oth1d_m. oth1d_y1 $oth1d_y. oth1d_m2 $oth1d_m. oth1d_y2 $oth1d_y. oth1d_m3 $oth1d_m. oth1d_y3 $oth1d_y. oth1d_m4 $oth1d_m. oth1d_y4 $oth1d_y. oth1d_m5 $oth1d_m. oth1d_y5 $oth1d_y. oth1d_m6 $oth1d_m. oth1d_y6 $oth1d_y. oth2ct_c oth2ct_c. oth2d_m1 $oth2d_m. oth2d_y1 $oth2d_y. oth2d_m2 $oth2d_m. oth2d_y2 $oth2d_y. oth2d_m3 $oth2d_m. oth2d_y3 $oth2d_y. oth2d_m4 $oth2d_m. oth2d_y4 $oth2d_y. oth2d_m5 $oth2d_m. oth2d_y5 $oth2d_y. oth2d_m6 $oth2d_m. oth2d_y6 $oth2d_y. oth3ct_c oth3ct_c. oth3d_m1 $oth3d_m. oth3d_y1 $oth3d_y. oth3d_m2 $oth3d_m. oth3d_y2 $oth3d_y. oth3d_m3 $oth3d_m. oth3d_y3 $oth3d_y. oth3d_m4 $oth3d_m. oth3d_y4 $oth3d_y. oth3d_m5 $oth3d_m. oth3d_y5 $oth3d_y. oth3d_m6 $oth3d_m. oth3d_y6 $oth3d_y. oth4ct_c oth4ct_c. oth4d_m1 $oth4d_m. oth4d_y1 $oth4d_y. oth4d_m2 $oth4d_m. oth4d_y2 $oth4d_y. oth4d_m3 $oth4d_m. oth4d_y3 $oth4d_y. oth4d_m4 $oth4d_m. oth4d_y4 $oth4d_y. oth4d_m5 $oth4d_m. oth4d_y5 $oth4d_y. oth4d_m6 $oth4d_m. oth4d_y6 $oth4d_y. oth5ct_c oth5ct_c. oth5d_m1 $oth5d_m. oth5d_y1 $oth5d_y. oth5d_m2 $oth5d_m. oth5d_y2 $oth5d_y. oth5d_m3 $oth5d_m. oth5d_y3 $oth5d_y. oth5d_m4 $oth5d_m. oth5d_y4 $oth5d_y. oth5d_m5 $oth5d_m. oth5d_y5 $oth5d_y. oth5d_m6 $oth5d_m. oth5d_y6 $oth5d_y. oth6ct_c oth6ct_c. oth6d_m1 $oth6d_m. oth6d_y1 $oth6d_y. oth6d_m2 $oth6d_m. oth6d_y2 $oth6d_y. oth6d_m3 $oth6d_m. oth6d_y3 $oth6d_y. oth6d_m4 $oth6d_m. oth6d_y4 $oth6d_y. oth6d_m5 $oth6d_m. oth6d_y5 $oth6d_y. oth6d_m6 $oth6d_m. oth6d_y6 $oth6d_y. shota1 shota1l. dtpmor dtpmor. dtpmno dtpmno. polmor polmor. polmno polmno. hibmor hibmor. hibmno hibmno. mmrmor mmrmor. mmrmno mmrmno. hepmor hepmor. hepmno hepmno. varmor varmor. varmno varmno. tdbmor tdbmor. tdbmno tdbmno. shotay shotay. dtpev dtpev. dtpeno dtpeno. polev polev. poleno poleno. hibev hibev. hibeno hibeno. mmrev mmrev. mmreno mmreno. hepev hepev. hepeno hepeno. varev varev. vareno vareno. tdbev tdbev. tdbeno tdbeno. shotpr shotpr. shota2 shota2l. ; proc contents data=library.nhis1999_immunize; /* 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. */