*options obs=100 ; options nocenter ; /*------------------------------------------------ by Jean Roth Mon Jul 2 15:44:51 EDT 2007 This program reads the 2003 National Health Interview Survey 2003 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/2003/immunize.exe "; * The following line should contain the name of the SAS dataset ; %let dataset = nhis2003_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 csrespno length=$2 label="Person Number of Respondent"; attrib csreltiv 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_i length=3 label="Hispanic Ethnicity"; attrib origimpt length=3 label="Hispanic Origin Imputation Flag"; attrib hispan_i length=3 label="Hispanic subgroup detail"; attrib hispimpt length=3 label="Type of Hispanic Origin Imputation Flag"; attrib racerpi2 length=3 label="OMB groups w/multiple race"; attrib raceimp2 length=3 label="Race Imputation Flag"; attrib mracrpi2 length=3 label="Race coded to single/multiple race group"; attrib mracbpi2 length=3 label="Race coded to single/multiple race group"; attrib racreci2 length=3 label="Race Recode"; attrib hiscodi2 length=3 label="Race/ethnicity recode"; attrib erimpflg length=3 label="Ethnicity/Race Imputation Flag"; 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_strcp length=3 label="Family Structure (at 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 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 shots or doses...Polio"; 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 pnect_c length=3 label="Count of shots...Pneumonia"; attrib pnedt_m1 length=$2 label="Month (MM) of PNE shot #1 on shot record"; attrib pnedt_y1 length=$4 label="Year(YYYY) of PNE shot #1 on shot record"; attrib pnedt_m2 length=$2 label="Month (MM) of PNE shot #2 on shot record"; attrib pnedt_y2 length=$4 label="Year(YYYY) of PNE shot #2 on shot record"; attrib pnedt_m3 length=$2 label="Month (MM) of PNE shot #3 on shot record"; attrib pnedt_y3 length=$4 label="Year(YYYY) of PNE shot #3 on shot record"; attrib pnedt_m4 length=$2 label="Month (MM) of PNE shot #4 on shot record"; attrib pnedt_y4 length=$4 label="Year(YYYY) of PNE shot #4 on shot record"; 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 othev03 length=3 label="Hepatitis A vaccine"; attrib othev04 length=3 label="Tetramune vaccine"; attrib othev05 length=3 label="ActHib vaccine"; 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 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="Number of additional DTP shots"; attrib polmor length=3 label="Ever received additional Polio shot/vacc"; attrib polmno length=3 label="# of add'l Polio shots/vaccines rec'd"; attrib hibmor length=3 label="Ever received additional HIB shot"; attrib hibmno length=3 label="Number of additional HIB shots rec'd"; 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="# of add'l chicken pox shots rec'd"; attrib pnemor length=3 label="Ever received add'l pneumonia shot"; attrib pnemno length=3 label="# of add'l pneumococcal shots rec'd"; attrib tdbmor length=3 label="Ever received additional tetanus-diphthe"; attrib tdbmno length=3 label="# of add'l tetanus-diphtheria (Td) shots"; attrib infmor length=3 label="Ever rec'd an additional influenza shot"; attrib infmno length=3 label="Did - receive influenza shot past 12 mo"; attrib hepamor length=3 label="Ever rec'd additional Hepatitis A shot"; attrib hepamno length=3 label="# of add'l Hepatitis A shots rec'd"; 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="Number of Polio shots/vaccines rec'd"; attrib hibev length=3 label="Ever had a HIB shot"; attrib hibeno length=3 label="Number of HIB shots rec'd"; attrib mmrev length=3 label="Ever had a MMR shot"; attrib mmreno length=3 label="Number of MMR shots rec'd"; attrib hepev length=3 label="Ever had a Hepatitis B shot"; attrib hepeno length=3 label="Number of Hepatitis B shots"; attrib varev length=3 label="Ever had a chicken pox shot"; attrib vareno length=3 label="Number of Chicken pox shots rec'd"; attrib pneev length=3 label="Ever had a pneumococcal vaccine"; attrib pneeno length=3 label="Number of pneumococcal vaccines rec'd"; attrib tdbev length=3 label="Ever had a tetanus-diphtheria (Td) shot"; attrib tdbeno length=3 label="# of tetanus-diphtheria (Td) shots rec'd"; attrib othray length=3 label="Rec'd any other immunizations"; attrib othrev01 length=3 label="Influenza vaccine"; attrib othrev02 length=3 label="Hepatitis A vaccine"; attrib othrev03 length=3 label="Other vaccine"; attrib infeno length=3 label="Has - rec'd an influenza shot past 12 mo"; attrib hepaeno length=3 label="Number of Hepatitis A vaccines rec'd"; attrib oth1eno length=3 label="Number of other shots rec'd"; 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 csrespno $2. @19 csreltiv 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_i 1. @34 origimpt 1. @35 hispan_i 2. @37 hispimpt 1. @38 racerpi2 2. @40 raceimp2 1. @41 mracrpi2 2. @43 mracbpi2 2. @45 racreci2 1. @46 hiscodi2 1. @47 erimpflg 1. @48 r_maritl 1. @49 rrp 2. @51 hh_ref $2. @53 frrp 2. @55 fm_ref $2. @57 mother $2. @59 father $2. @61 parents 1. @62 mom_deg 1. @63 dad_deg 1. @64 guard $2. @66 fm_size 2. @68 fm_type 1. @69 fm_strcp 2. @71 fm_strp 2. @73 educ 2. @75 mom_ed 2. @77 dad_ed 2. @79 ab_bl20k 1. @80 rat_cat 2. @82 region 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 pnect_c 2. @358 pnedt_m1 $2. @360 pnedt_y1 $4. @364 pnedt_m2 $2. @366 pnedt_y2 $4. @370 pnedt_m3 $2. @372 pnedt_y3 $4. @376 pnedt_m4 $2. @378 pnedt_y4 $4. @382 tdbct_c 2. @384 tdbdt_m1 $2. @386 tdbdt_y1 $4. @390 tdbdt_m2 $2. @392 tdbdt_y2 $4. @396 tdbdt_m3 $2. @398 tdbdt_y3 $4. @402 tdbdt_m4 $2. @404 tdbdt_y4 $4. @408 othrnt 1. @409 othev01 1. @410 othev03 1. @411 othev04 1. @412 othev05 1. @413 othev06 1. @414 oth1ct_c 2. @416 oth1d_m1 $2. @418 oth1d_y1 $4. @422 oth1d_m2 $2. @424 oth1d_y2 $4. @428 oth1d_m3 $2. @430 oth1d_y3 $4. @434 oth1d_m4 $2. @436 oth1d_y4 $4. @440 oth1d_m5 $2. @442 oth1d_y5 $4. @446 oth1d_m6 $2. @448 oth1d_y6 $4. @452 oth3ct_c 2. @454 oth3d_m1 $2. @456 oth3d_y1 $4. @460 oth3d_m2 $2. @462 oth3d_y2 $4. @466 oth3d_m3 $2. @468 oth3d_y3 $4. @472 oth3d_m4 $2. @474 oth3d_y4 $4. @478 oth3d_m5 $2. @480 oth3d_y5 $4. @484 oth3d_m6 $2. @486 oth3d_y6 $4. @490 oth4ct_c 2. @492 oth4d_m1 $2. @494 oth4d_y1 $4. @498 oth4d_m2 $2. @500 oth4d_y2 $4. @504 oth4d_m3 $2. @506 oth4d_y3 $4. @510 oth4d_m4 $2. @512 oth4d_y4 $4. @516 oth4d_m5 $2. @518 oth4d_y5 $4. @522 oth4d_m6 $2. @524 oth4d_y6 $4. @528 oth5ct_c 2. @530 oth5d_m1 $2. @532 oth5d_y1 $4. @536 oth5d_m2 $2. @538 oth5d_y2 $4. @542 oth5d_m3 $2. @544 oth5d_y3 $4. @548 oth5d_m4 $2. @550 oth5d_y4 $4. @554 oth5d_m5 $2. @556 oth5d_y5 $4. @560 oth5d_m6 $2. @562 oth5d_y6 $4. @566 oth6ct_c 2. @568 oth6d_m1 $2. @570 oth6d_y1 $4. @574 oth6d_m2 $2. @576 oth6d_y2 $4. @580 oth6d_m3 $2. @582 oth6d_y3 $4. @586 oth6d_m4 $2. @588 oth6d_y4 $4. @592 oth6d_m5 $2. @594 oth6d_y5 $4. @598 oth6d_m6 $2. @600 oth6d_y6 $4. @604 shota1 1. @605 dtpmor 1. @606 dtpmno 2. @608 polmor 1. @609 polmno 2. @611 hibmor 1. @612 hibmno 2. @614 mmrmor 1. @615 mmrmno 2. @617 hepmor 1. @618 hepmno 2. @620 varmor 1. @621 varmno 2. @623 pnemor 1. @624 pnemno 2. @626 tdbmor 1. @627 tdbmno 2. @629 infmor 1. @630 infmno 1. @631 hepamor 1. @632 hepamno 2. @634 shotay 1. @635 dtpev 1. @636 dtpeno 2. @638 polev 1. @639 poleno 2. @641 hibev 1. @642 hibeno 2. @644 mmrev 1. @645 mmreno 2. @647 hepev 1. @648 hepeno 2. @650 varev 1. @651 vareno 2. @653 pneev 1. @654 pneeno 2. @656 tdbev 1. @657 tdbeno 2. @659 othray 1. @660 othrev01 1. @661 othrev02 1. @662 othrev03 1. @663 infeno 1. @664 hepaeno 2. @666 oth1eno 2. @668 shotpr 1. @669 shota2 1. ; /*------------------------------------------------ The PROC FORMAT statement will store the formats in a sas data set called fimmu03 To use the stored formats in a subsequent program, use code like the following: proc format cntlin=library.fimmu03; PROC freq; tables pesex ; format pesex P135L.; For more information, consult PROC FORMAT in the SAS Procedures Guide ----------------------------------------------- */ PROC FORMAT cntlout=library.fimmu03; ; VALUE rectype (default=32) 50 = "Immunization" ; VALUE srvy_yr (default=32) 2003 = "2003" ; VALUE $csrespn (default=32) ""99"" = "Unknown" ; VALUE csreltiv (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_i (default=32) 1 = "Yes" 2 = "No" ; VALUE origimpt (default=32) 1 = "Imputed: was 'refused' Hispanic Origin" 2 = "Imputed: was 'not ascertained' Hispanic Origin" 3 = "Imputed: was 'does not know' Hispanic Origin" 4 = "Hispanic origin given by respondent/proxy" ; VALUE hispan_i (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 hispimpt (default=32) 1 = "Imputed: was 'refused' Hispanic Origin" 2 = "Imputed: was 'not ascertained' Hispanic Origin" 3 = "Imputed: was 'does not know' Hispanic Origin" 4 = "Hispanic Origin type given by respondent/proxy" ; VALUE racerpib (default=32) 01 = "White only" 02 = "Black/African American only" 03 = "AIAN only" 04 = "Asian only" 05 = "Race group not releasable*" 06 = "Multiple race" ; VALUE raceimpb (default=32) 1 = "Imputed: was 'refused'" 2 = "Imputed: was 'not ascertained'" 3 = "Imputed: was 'does not know'" 4 = "Imputed: was 'other race'" 5 = "Imputed: was 'unspecified multiple race'" 6 = "Race given by respondent/proxy" ; VALUE mracrpib (default=32) 01 = "White" 02 = "Black/African American" 03 = "Indian (American); Alaska Native" 09 = "Asian Indian" 10 = "Chinese" 11 = "Filipino" 15 = "Other Asian*" 16 = "Primary race not releasable**" 17 = "Multiple race; no primary race selected" ; VALUE mracbpib (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; no primary race selected" ; VALUE racrecib (default=32) 1 = "White" 2 = "Black" 3 = "All other race groups*" ; VALUE hiscodib (default=32) 1 = "Hispanic" 2 = "Non-Hispanic White" 3 = "Non-Hispanic Black" 4 = "Non-Hispanic All other race groups" ; VALUE erimpflg (default=32) 1 = "Ethnicity/race imputed" 2 = "Ethnicity/race given by respondent/proxy" ; 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" 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 = "Adoptive" 3 = "Step" 4 = "Foster" 5 = "In-law" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dad_deg (default=32) 1 = "Biological" 2 = "Adoptive" 3 = "Step" 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 shotrc (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dtpct_c (default=32) 00 = "None" ; 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" ; 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" ; 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" ; 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" ; 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" ; 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 pnect_c (default=32) 00 = "None" ; VALUE $pnedt_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 $pnedt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $pnedt_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 $pnedt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $pnedt_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 $pnedt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE $pnedt_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 $pnedt_y (default=32) ""9997"" = "Refused" ""9998"" = "Not ascertained" ""9999"" = "Don't know" """ = " Not in Universe" ; VALUE tdbct_c (default=32) 00 = "None" ; 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 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" ; 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 oth3ct_c (default=32) 00 = "None" ; 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" ; 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" ; 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" ; 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 pnemor (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE pnemno (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 infmor (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE infmno (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE hepamor (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE hepamno (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 pneev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pneeno (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 othray (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE othrev0a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE othrev0b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE othrev0c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE infeno (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE hepaeno (default=32) 96 = "All" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE oth1eno (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.nhis2003_immunize (obs=6); FORMAT rectype rectype. srvy_yr srvy_yr. csrespno $csrespn. csreltiv csreltiv. intv_qrt intv_qrt. sex sex. age_p age_p. icagemr icagemr. dob_m $dob_m. dob_y_p $dob_y_p. origin_i origin_i. origimpt origimpt. hispan_i hispan_i. hispimpt hispimpt. racerpi2 racerpib. raceimp2 raceimpb. mracrpi2 mracrpib. mracbpi2 mracbpib. racreci2 racrecib. hiscodi2 hiscodib. erimpflg erimpflg. 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. 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. pnect_c pnect_c. pnedt_m1 $pnedt_m. pnedt_y1 $pnedt_y. pnedt_m2 $pnedt_m. pnedt_y2 $pnedt_y. pnedt_m3 $pnedt_m. pnedt_y3 $pnedt_y. pnedt_m4 $pnedt_m. pnedt_y4 $pnedt_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. 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. 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. pnemor pnemor. pnemno pnemno. tdbmor tdbmor. tdbmno tdbmno. infmor infmor. infmno infmno. hepamor hepamor. hepamno hepamno. 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. pneev pneev. pneeno pneeno. tdbev tdbev. tdbeno tdbeno. othray othray. othrev01 othrev0a. othrev02 othrev0b. othrev03 othrev0c. infeno infeno. hepaeno hepaeno. oth1eno oth1eno. shotpr shotpr. shota2 shota2l. ; proc contents data=library.nhis2003_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. */