*options obs=100 ; options nocenter ; /*------------------------------------------------ by Jean Roth Mon Jul 2 15:45:02 EDT 2007 This program reads the 2003 National Health Interview Survey 2003 personsx Data File Report errors to jroth@nber.org This program is distributed under the GNU GPL. See end of this file and http://www.gnu.org/licenses/ for details. ----------------------------------------------- */ * The following line should contain the directory where the SAS file is to be stored ; libname library "./"; * The following line should contain the complete path and name of the raw data file. On a PC, use backslashes in paths as in C:\ ; FILENAME datafile pipe "unzip -p /homes/data/nhis/ftp.cdc.gov/pub/Health_Statistics/NCHS/Datasets/NHIS/2003/personsx.exe "; * The following line should contain the name of the SAS dataset ; %let dataset = nhis2003_personsx ; 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 intv_qrt length=3 label="Interview Quarter"; attrib sex length=3 label="Sex"; attrib age_p length=3 label="Age"; attrib r_age1 length=3 label="Age Recode #1"; attrib r_age2 length=3 label="Age Recode #2"; 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 cohab1 length=3 label="Cohabitor ever married?"; attrib cohab2 length=3 label="Legal marital status/cohab. respondent"; attrib lg_mstat length=3 label="Legal marital status"; attrib cdcmstat length=3 label="CDC standard for legal marital status"; attrib rrp length=3 label="Relationship to HH reference person"; attrib hh_ref length=$2 label="Person # of HH reference person"; attrib hhreflg length=$1 label="HH Reference Person Flag"; attrib frrp length=3 label="Rel to family ref person"; attrib fm_ref length=$2 label="Person # of family reference person"; attrib fmreflg length=$1 label="Family Reference Person Flag"; attrib fm_resp length=3 label="Person # of family respondent"; attrib fmrpflg length=$1 label="Family Respondent Flag"; attrib sib_deg length=3 label="Degree of sib rel to HH ref person"; attrib mother length=$2 label="Mother's person number"; attrib mom_deg length=3 label="Type of relationship with Mother"; attrib father length=$2 label="Father's person number"; attrib dad_deg length=3 label="Type of relationship with Father"; attrib guard length=$2 label="Person number of guardian"; attrib parents length=3 label="Parent(s) present in the family"; attrib mom_ed length=3 label="Education of Mother"; attrib dad_ed length=3 label="Education of Father"; 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 (on the person-level)"; attrib nowaf length=3 label="Armed Forces - active duty"; attrib astatflg length=3 label="Sample Adult Flag"; attrib cstatflg length=3 label="Sample Child Flag"; attrib immunflg length=3 label="Child Immunization Flag"; attrib region length=3 label="Region"; attrib wtia length=4 label="Weight - Interim Annual"; attrib wtfa 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 plaplylm length=3 label="Limited in kind/amount play"; attrib plaplyun length=3 label="Is -- able to play AT ALL"; attrib pspedeis length=3 label="Does -- receive Spec Ed or EIS"; attrib pspedem length=3 label="Rec services due to emot or behav prob"; attrib plaadl length=3 label="Does -- need help w/ADL"; attrib labath length=3 label="Need help with bath/shower"; attrib ladress length=3 label="Need help dressing"; attrib laeat length=3 label="Need help eating"; attrib labed length=3 label="Need help in/out of bed or chairs"; attrib latoilt length=3 label="Need help using the toilet"; attrib lahome length=3 label="Need help getting around in home"; attrib plaiadl length=3 label="Need help with IADL"; attrib plawknow length=3 label="Is -- unable to work due to health prob"; attrib plawklim length=3 label="Limited in kind/amt of work"; attrib plawalk length=3 label="Difficulty walking w/o equip"; attrib plaremem length=3 label="Limited by dif remembering"; attrib plimany length=3 label="Is -- limited in ANY (other) WAY?"; attrib la1ar length=3 label=""; attrib lahcc1 length=3 label="Vision problem"; attrib lahcc2 length=3 label="Hearing problem"; attrib lahcc3 length=3 label="Speech problem"; attrib lahcc4 length=3 label="Asthma/breathing problem"; attrib lahcc5 length=3 label="Birth defect"; attrib lahcc6 length=3 label="Injury"; attrib lahcc7 length=3 label="Mental retardation"; attrib lahcc8 length=3 label="Other developmental problem"; attrib lahcc9 length=3 label="Other emotional/behavioral problem"; attrib lahcc10 length=3 label="Bone/joint/muscle problem"; attrib lahcc11 length=3 label="Epilepsy/seizures"; attrib lahcc12 length=3 label="Learning disability"; attrib lahcc13 length=3 label="ADD/ADHD"; attrib lahcc90 length=3 label="Other impairment/problem (1)"; attrib lahcc91 length=3 label="Other impairment/problem (2)"; attrib lctime1 length=3 label="Duration of vision prob: # of units"; attrib lcunit1 length=3 label="Duration of vision prob: Time unit"; attrib lcdura1 length=3 label="Duration of vision prob (in years)"; attrib lcdurb1 length=3 label="Duration of vision prob recode 2"; attrib lcchrc1 length=3 label="Vision problem condition status"; attrib lctime2 length=3 label="Duration of hearing prob: # of units"; attrib lcunit2 length=3 label="Duration of hearing prob: Time unit"; attrib lcdura2 length=3 label="Duration of hearing prob (in years)"; attrib lcdurb2 length=3 label="Duration of hearing prob recode 2"; attrib lcchrc2 length=3 label="Hearing problem condition status"; attrib lctime3 length=3 label="Duration of speech prob: # of units"; attrib lcunit3 length=3 label="Duration of speech prob: Time unit"; attrib lcdura3 length=3 label="Duration of speech prob (in years)"; attrib lcdurb3 length=3 label="Duration of speech prob recode 2"; attrib lcchrc3 length=3 label="Speech problem condition status"; attrib lctime4 length=3 label="Dur of asthma/breathing prob: # of units"; attrib lcunit4 length=3 label="Dur of asthma/breathing prob: Time unit"; attrib lcdura4 length=3 label="Dur of asthma/breathing prob (in years)"; attrib lcdurb4 length=3 label="Dur of asthma/breathing prob recode 2"; attrib lcchrc4 length=3 label="Asthma/breathing prob condition status"; attrib lctime5 length=3 label="Duration of birth defect: # of units"; attrib lcunit5 length=3 label="Duration of birth defect: Time unit"; attrib lcdura5 length=3 label="Duration of birth defect (in years)"; attrib lcdurb5 length=3 label="Duration of birth defect recode 2"; attrib lcchrc5 length=3 label="Birth defect condition status"; attrib lctime6 length=3 label="Duration of injury: # of units"; attrib lcunit6 length=3 label="Duration of injury: Time unit"; attrib lcdura6 length=3 label="Duration of injury (in years)"; attrib lcdurb6 length=3 label="Duration of injury recode 2"; attrib lcchrc6 length=3 label="Injury condition status"; attrib lctime7 length=3 label="Dur of mental retardation: # of units"; attrib lcunit7 length=3 label="Dur of mental retardation: Time unit"; attrib lcdura7 length=3 label="Dur of mental retardation (in years)"; attrib lcdurb7 length=3 label="Duration of mental retardation recode 2"; attrib lcchrc7 length=3 label="Mental retardation condition status"; attrib lctime8 length=3 label="Duration of other dev prob: # of units"; attrib lcunit8 length=3 label="Duration of other dev prob: Time unit"; attrib lcdura8 length=3 label="Duration of other dev prob (in years)"; attrib lcdurb8 length=3 label="Duration of other dev prob recode 2"; attrib lcchrc8 length=3 label="Other dev problem condition status"; attrib lctime9 length=3 label="Dur of otr emot/behav prob: # of units"; attrib lcunit9 length=3 label="Dur of otr emot/behav prob: Time unit"; attrib lcdura9 length=3 label="Dur of otr emot/behav prob (in years)"; attrib lcdurb9 length=3 label="Duration of otr emot/behav prob recode 2"; attrib lcchrc9 length=3 label="Otr emot/behav problem condition status"; attrib lctime10 length=3 label="Dur of bone/joint/muscl prob: # of units"; attrib lcunit10 length=3 label="Dur of bone/joint/muscl prob: Time unit"; attrib lcdura10 length=3 label="Dur of bone/joint/muscl prob (in years)"; attrib lcdurb10 length=3 label="Dur of bone/joint/muscl prob recode 2"; attrib lcchrc10 length=3 label="Bone/joint/muscl prob condition status"; attrib lctime11 length=3 label="Dur of epilepsy/seizures: # of units"; attrib lcunit11 length=3 label="Duration of epilepsy/seizures: Time unit"; attrib lcdura11 length=3 label="Duration of epilepsy/seizures (in years)"; attrib lcdurb11 length=3 label="Duration of epilepsy/seizures recode 2"; attrib lcchrc11 length=3 label="Epilepsy/seizures condition status"; attrib lctime12 length=3 label="Dur of learning disability: # of units"; attrib lcunit12 length=3 label="Dur of learning disability: Time unit"; attrib lcdura12 length=3 label="Dur of learning disability (in years)"; attrib lcdurb12 length=3 label="Duration of learning disability recode 2"; attrib lcchrc12 length=3 label="Learning disability condition status"; attrib lctime13 length=3 label="Duration of ADD/ADHD: # of units"; attrib lcunit13 length=3 label="Duration of ADD/ADHD: Time unit"; attrib lcdura13 length=3 label="Duration of ADD/ADHD (in years)"; attrib lcdurb13 length=3 label="Duration of ADD/ADHD recode 2"; attrib lcchrc13 length=3 label="ADD/ADHD condition status"; attrib lctime90 length=3 label="Dur of oth impair/prob (1): # of units"; attrib lcunit90 length=3 label="Dur of oth impair/prob (1): Time unit"; attrib lcdura90 length=3 label="Dur of oth impair/prob (1) (in years)"; attrib lcdurb90 length=3 label="Dur of oth impair/prob (1) recode 2"; attrib lcchrc90 length=3 label="Other impair/prob (1) condition status"; attrib lctime91 length=3 label="Dur of oth impair/prob (2): # of units"; attrib lcunit91 length=3 label="Dur of oth impair/prob (2): Time unit"; attrib lcdura91 length=3 label="Dur of oth impair/prob (2) (in years)"; attrib lcdurb91 length=3 label="Dur of oth impair/prob (2) recode 2"; attrib lcchrc91 length=3 label="Other impair/prob (2) condition status"; attrib lahca1 length=3 label="Vision problem"; attrib lahca2 length=3 label="Hearing problem"; attrib lahca3 length=3 label="Arthritis/rheumatism"; attrib lahca4 length=3 label="Back/neck problem"; attrib lahca5 length=3 label="Fracture/bone/joint injury"; attrib lahca6 length=3 label="Other injury"; attrib lahca7 length=3 label="Heart problem"; attrib lahca8 length=3 label="Stroke"; attrib lahca9 length=3 label="Hypertension/high blood pressure"; attrib lahca10 length=3 label="Diabetes"; attrib lahca11 length=3 label="Lung/breathing prob/asthma/emphysema"; attrib lahca12 length=3 label="Cancer"; attrib lahca13 length=3 label="Birth defect"; attrib lahca14 length=3 label="Mental retardation"; attrib lahca15 length=3 label="Otr developmental prob/cerebral palsy"; attrib lahca16 length=3 label="Senility/dementia/alzheimers"; attrib lahca17 length=3 label="Depression/anxiety/emotional problem"; attrib lahca18 length=3 label="Weight problem/overweight/obesity"; attrib lahca19 length=3 label="Missing or amputated limb/finger/digit"; attrib lahca20 length=3 label="Musculoskeletal/connective tissue prob"; attrib lahca21 length=3 label="Circulation problem"; attrib lahca22 length=3 label="Endocrine/nutritional/metabolic prob"; attrib lahca23 length=3 label="Nervous system/sensory organ condition"; attrib lahca24 length=3 label="Digestive system problem"; attrib lahca25 length=3 label="Genitourinary system problem"; attrib lahca26 length=3 label="Skin/subcutaneous system problem"; attrib lahca27 length=3 label="Blood or blood-forming organ problem"; attrib lahca28 length=3 label="Benign tumor/cyst"; attrib lahca29 length=3 label="Alcohol/drug/substance abuse problem"; attrib lahca30 length=3 label="Otr mental prob/ADD/bipolar/schizophreni"; attrib lahca31 length=3 label="Surgical after-effects/medical treatment"; attrib lahca32 length=3 label="'Old age'/elderly/aging-related problem"; attrib lahca33 length=3 label="Fatigue/tiredness/weakness"; attrib lahca34 length=3 label="Pregnancy-related problem"; attrib lahca90 length=3 label="Other prob 1, not elsewhere classified"; attrib lahca91 length=3 label="Other prob 2, not elsewhere classified"; attrib latime1 length=3 label="Duration of vision prob: # of units"; attrib launit1 length=3 label="Duration of vision prob: Time unit"; attrib ladura1 length=3 label="Duration of vision prob (in years)"; attrib ladurb1 length=3 label="Duration of vision prob recode 2"; attrib lachrc1 length=3 label="Vision problem condition status"; attrib latime2 length=3 label="Duration of hearing prob: # of units"; attrib launit2 length=3 label="Duration of hearing prob: Time unit"; attrib ladura2 length=3 label="Duration of hearing prob (in years)"; attrib ladurb2 length=3 label="Duration of hearing prob recode 2"; attrib lachrc2 length=3 label="Hearing problem condition status"; attrib latime3 length=3 label="Duration of arthritis/rheum: # of units"; attrib launit3 length=3 label="Duration of arthritis/rheum: Time unit"; attrib ladura3 length=3 label="Duration of arthritis/rheum (in years)"; attrib ladurb3 length=3 label="Duration of arthritis/rheum recode 2"; attrib lachrc3 length=3 label="Arthritis/rheum condition status"; attrib latime4 length=3 label="Duration of back/neck prob: # of units"; attrib launit4 length=3 label="Duration of back/neck prob: Time unit"; attrib ladura4 length=3 label="Duration of back/neck prob (in years)"; attrib ladurb4 length=3 label="Duration of back/neck prob recode 2"; attrib lachrc4 length=3 label="Back/neck problem condition status"; attrib latime5 length=3 label="Dur of fract/bone/joint inj: # of units"; attrib launit5 length=3 label="Dur of fract/bone/joint inj: Time unit"; attrib ladura5 length=3 label="Dur of fract/bone/joint inj (in years)"; attrib ladurb5 length=3 label="Dur of fract/bone/joint inj recode 2"; attrib lachrc5 length=3 label="Fract/bone/joint inj condition status"; attrib latime6 length=3 label="Duration of other injury: # of units"; attrib launit6 length=3 label="Duration of other injury: Time unit"; attrib ladura6 length=3 label="Duration of other injury (in years)"; attrib ladurb6 length=3 label="Duration of other injury recode 2"; attrib lachrc6 length=3 label="Other injury condition status"; attrib latime7 length=3 label="Duration of heart prob: # of units"; attrib launit7 length=3 label="Duration of heart prob: Time unit"; attrib ladura7 length=3 label="Duration of heart prob (in years)"; attrib ladurb7 length=3 label="Duration of heart prob recode 2"; attrib lachrc7 length=3 label="Heart problem condition status"; attrib latime8 length=3 label="Duration of stroke: # of units"; attrib launit8 length=3 label="Duration of stroke: Time unit"; attrib ladura8 length=3 label="Duration of stroke (in years)"; attrib ladurb8 length=3 label="Duration of stroke recode 2"; attrib lachrc8 length=3 label="Stroke condition status"; attrib latime9 length=3 label="Duration of hypertension: # of units"; attrib launit9 length=3 label="Duration of hypertension: Time unit"; attrib ladura9 length=3 label="Duration of hypertension (in years)"; attrib ladurb9 length=3 label="Duration of hypertension recode 2"; attrib lachrc9 length=3 label="Hypertension condition status"; attrib latime10 length=3 label="Duration of diabetes: # of units"; attrib launit10 length=3 label="Duration of diabetes: Time unit"; attrib ladura10 length=3 label="Duration of diabetes (in years)"; attrib ladurb10 length=3 label="Duration of diabetes recode 2"; attrib lachrc10 length=3 label="Diabetes condition status"; attrib latime11 length=3 label="Duration of lung/breath prob: # of units"; attrib launit11 length=3 label="Duration of lung/breath prob: Time unit"; attrib ladura11 length=3 label="Duration of lung/breath prob (in years)"; attrib ladurb11 length=3 label="Duration of lung/breath prob recode 2"; attrib lachrc11 length=3 label="Lung/breath prob condition status"; attrib latime12 length=3 label="Duration of cancer: # of units"; attrib launit12 length=3 label="Duration of cancer: Time unit"; attrib ladura12 length=3 label="Duration of cancer (in years)"; attrib ladurb12 length=3 label="Duration of cancer recode 2"; attrib lachrc12 length=3 label="Cancer condition status"; attrib latime13 length=3 label="Duration of birth defect: # of units"; attrib launit13 length=3 label="Duration of birth defect: Time unit"; attrib ladura13 length=3 label="Duration of birth defect (in years)"; attrib ladurb13 length=3 label="Duration of birth defect recode 2"; attrib lachrc13 length=3 label="Birth defect condition status"; attrib latime14 length=3 label="Dur of mental retardation: # of units"; attrib launit14 length=3 label="Dur of mental retardation: Time unit"; attrib ladura14 length=3 label="Dur of mental retardation (in years)"; attrib ladurb14 length=3 label="Duration of mental retardation recode 2"; attrib lachrc14 length=3 label="Mental retardation condition status"; attrib latime15 length=3 label="Duration of otr dev prob: # of units"; attrib launit15 length=3 label="Duration of otr dev prob: Time unit"; attrib ladura15 length=3 label="Duration of otr dev prob (in years)"; attrib ladurb15 length=3 label="Duration of otr dev prob recode 2"; attrib lachrc15 length=3 label="Otr dev problem condition status"; attrib latime16 length=3 label="Duration of senility: # of units"; attrib launit16 length=3 label="Duration of senility: Time unit"; attrib ladura16 length=3 label="Duration of senility (in years)"; attrib ladurb16 length=3 label="Duration of senility recode 2"; attrib lachrc16 length=3 label="Senility condition status"; attrib latime17 length=3 label="Dur of dep/anx/emot prob: # of units"; attrib launit17 length=3 label="Duration of dep/anx/emot prob: Time unit"; attrib ladura17 length=3 label="Duration of dep/anx/emot prob (in years)"; attrib ladurb17 length=3 label="Duration of dep/anx/emot prob recode 2"; attrib lachrc17 length=3 label="Dep/anx/emot problem condition status"; attrib latime18 length=3 label="Duration of weight prob: # of units"; attrib launit18 length=3 label="Duration of weight prob: Time unit"; attrib ladura18 length=3 label="Duration of weight prob (in years)"; attrib ladurb18 length=3 label="Duration of weight prob recode 2"; attrib lachrc18 length=3 label="Weight problem condition status"; attrib latime19 length=3 label="Dur of miss limb/amputation: # of units"; attrib launit19 length=3 label="Dur of miss limb/amputation: Time unit"; attrib ladura19 length=3 label="Dur of miss limb/amputation (in years)"; attrib ladurb19 length=3 label="Dur of miss limb/amputation recode 2"; attrib lachrc19 length=3 label="Missing limb/amputation condition status"; attrib latime20 length=3 label="Dur of musculoskeletal prob: # of units"; attrib launit20 length=3 label="Dur of musculoskeletal prob: Time unit"; attrib ladura20 length=3 label="Dur of musculoskeletal prob: (in years)"; attrib ladurb20 length=3 label="Dur of musculoskeletal prob recode 2"; attrib lachrc20 length=3 label="Musculoskeletal problem condition status"; attrib latime21 length=3 label="Duration of circulatory prob: # of units"; attrib launit21 length=3 label="Duration of circulatory prob: Time unit"; attrib ladura21 length=3 label="Duration of circulatory prob (in years)"; attrib ladurb21 length=3 label="Duration of circulatory prob recode 2"; attrib lachrc21 length=3 label="Circulatory problem condition status"; attrib latime22 length=3 label="Duration of endocrine prob: # of units"; attrib launit22 length=3 label="Duration of endocrine problem: Time unit"; attrib ladura22 length=3 label="Duration of endocrine problem (in years)"; attrib ladurb22 length=3 label="Duration of endocrine problem recode 2"; attrib lachrc22 length=3 label="Endocrine problem condition status"; attrib latime23 length=3 label="Duration of nervous sys cond: # of units"; attrib launit23 length=3 label="Duration of nervous sys cond: Time unit"; attrib ladura23 length=3 label="Duration of nervous sys cond (in years)"; attrib ladurb23 length=3 label="Duration of nervous sys cond recode 2"; attrib lachrc23 length=3 label="Nervous sys condition status"; attrib latime24 length=3 label="Dur of digestive prob: # of units"; attrib launit24 length=3 label="Dur of digestive prob: Time unit"; attrib ladura24 length=3 label="Dur of digestive prob (in years)"; attrib ladurb24 length=3 label="Duration of digestive prob recode 2"; attrib lachrc24 length=3 label="Digestive problem condition status"; attrib latime25 length=3 label="Dur of genitourinary prob: # of units"; attrib launit25 length=3 label="Dur of genitourinary prob: Time unit"; attrib ladura25 length=3 label="Dur of genitourinary prob (in years)"; attrib ladurb25 length=3 label="Duration of genitourinary prob recode 2"; attrib lachrc25 length=3 label="Genitourinary prob condition status"; attrib latime26 length=3 label="Duration of skin problem: # of units"; attrib launit26 length=3 label="Duration of skin problem: Time unit"; attrib ladura26 length=3 label="Duration of skin problem (in years)"; attrib ladurb26 length=3 label="Duration of skin problem recode 2"; attrib lachrc26 length=3 label="Skin problem condition status"; attrib latime27 length=3 label="Duration of blood problem: # of units"; attrib launit27 length=3 label="Duration of blood problem: Time unit"; attrib ladura27 length=3 label="Duration of blood problem (in years)"; attrib ladurb27 length=3 label="Blood problem recode 2"; attrib lachrc27 length=3 label="Blood problem condition status"; attrib latime28 length=3 label="Duration of benign tumor: # of units"; attrib launit28 length=3 label="Duration of benign tumor: Time unit"; attrib ladura28 length=3 label="Duration of benign tumor (in years)"; attrib ladurb28 length=3 label="Duration of benign tumor recode 2"; attrib lachrc28 length=3 label="Benign tumor condition status"; attrib latime29 length=3 label="Dur of alcohol/drug prob: # of units"; attrib launit29 length=3 label="Duration of alcohol/drug prob: Time unit"; attrib ladura29 length=3 label="Duration of alcohol/drug prob (in years)"; attrib ladurb29 length=3 label="Duration of alcohol/drug prob recode 2"; attrib lachrc29 length=3 label="Alcohol or drug prob condition status"; attrib latime30 length=3 label="Duration of oth mental prob: # of units"; attrib launit30 length=3 label="Duration of oth mental prob: Time unit"; attrib ladura30 length=3 label="Duration of oth mental prob (in years)"; attrib ladurb30 length=3 label="Duration of oth mental prob recode 2"; attrib lachrc30 length=3 label="Oth mental prob condition status"; attrib latime31 length=3 label="Dur of surg after-effects: # of units"; attrib launit31 length=3 label="Dur of surg after-effects: Time unit"; attrib ladura31 length=3 label="Dur of surg after-effects (in years)"; attrib ladurb31 length=3 label="Duration of surg after-effects recode 2"; attrib lachrc31 length=3 label="Surgical after-effects condition status"; attrib latime32 length=3 label="Duration of 'old age': # of units"; attrib launit32 length=3 label="Duration of 'old age': Time unit"; attrib ladura32 length=3 label="Duration of 'old age' (in years)"; attrib ladurb32 length=3 label="Duration of 'old age' recode 2"; attrib lachrc32 length=3 label="'Old age' condition status"; attrib latime33 length=3 label="Duration of fatigue prob: # of units"; attrib launit33 length=3 label="Duration of fatigue prob: Time unit"; attrib ladura33 length=3 label="Duration of fatigue prob (in years)"; attrib ladurb33 length=3 label="Duration of fatigue prob recode 2"; attrib lachrc33 length=3 label="Fatigue problem condition status"; attrib latime34 length=3 label="Dur of preg-related prob: # of units"; attrib launit34 length=3 label="Duration of preg-related prob: Time unit"; attrib ladura34 length=3 label="Duration of preg-related prob (in years)"; attrib ladurb34 length=3 label="Duration of preg-related prob recode 2"; attrib lachrc34 length=3 label="Pregnancy-related prob condition status"; attrib latime90 length=3 label="Dur of oth N.E.C. prob (1): # of units"; attrib launit90 length=3 label="Dur of oth N.E.C. prob (1): Time unit"; attrib ladura90 length=3 label="Dur of oth N.E.C. prob (1) (in years)"; attrib ladurb90 length=3 label="Dur of oth N.E.C. prob (1) recode 2"; attrib lachrc90 length=3 label="Other N.E.C. prob (1) condition status"; attrib latime91 length=3 label="Dur of oth N.E.C. prob (2): # of units"; attrib launit91 length=3 label="Dur of oth N.E.C. prob (2): Time unit"; attrib ladura91 length=3 label="Dur of oth N.E.C. prob (2) (in years)"; attrib ladurb91 length=3 label="Dur of oth N.E.C. prob (2) recode 2"; attrib lachrc91 length=3 label="Other N.E.C. prob (2) condition status"; attrib lcondrt length=3 label="Chronic cond rec for person with LA"; attrib lachronr length=3 label="Lim of activ recode by chron cond status"; attrib phstat length=3 label="Reported health status"; attrib pdmed12m length=3 label="Was med care delayed for - - (cost), 12m"; attrib pnmed12m length=3 label="Did--need+NOT get med care (cost), 12m"; attrib phospyr length=3 label="Was - - in a hospital OVERNIGHT, 12m"; attrib hospno length=3 label="Number of times in hosp overnight, 12m"; attrib hpnite length=3 label="Number of nights in hospital, 12m"; attrib phchm2w length=3 label="Did - - rec HOME care by hlth prof, 2 wk"; attrib phchmn2w length=3 label="Number of HOME visits by hlth prof, 2wk"; attrib phcph2wr length=3 label="Did--get adv/test results by phone, 2wk"; attrib phcphn2w length=3 label="Number of PHONE calls to hlth prof, 2wk"; attrib phcdv2w length=3 label="Did - - see hlth prof in office etc, 2wk"; attrib phcdvn2w length=3 label="Number of times VISITED hlth prof, 2wk"; attrib p10dvyr length=3 label="Did - - receive care 10+ times, 12m"; attrib hikinda length=3 label="Private hlth ins from employer or work"; attrib hikindb length=3 label="Private hlth ins purchased directly"; attrib hikindc length=3 label="Private health insurance through gov/com"; attrib hikindd length=3 label="Medicare"; attrib hikinde length=3 label="Medi-Gap"; attrib hikindf length=3 label="Medicaid"; attrib hikindg length=3 label="Children's Health Insurance Program"; attrib hikindh length=3 label="Military hlth care/VA"; attrib hikindi length=3 label="TRICARE/CHAMPUS/CHAMP-VA"; attrib hikindj length=3 label="Indian Health Service"; attrib hikindk length=3 label="State-sponsored health plan"; attrib hikindl length=3 label="Other government program"; attrib hikindm length=3 label="Single service plan"; attrib hikindn length=3 label="No Health Insurance"; attrib medicare length=3 label="Medicare coverage recode"; attrib mcpart length=3 label="Type of Medicare coverage"; attrib mcchoice length=3 label="Enrolled in Medicare Plus Choice"; attrib mchmo length=3 label="Is - - signed up with an HMO?"; attrib mcname length=3 label="Type of Medicare HMO"; attrib mcref length=3 label="Need a referral for special care"; attrib mcpaypre length=3 label="More comprehensive benefit plan"; attrib medicaid length=3 label="Medicaid coverage recode"; attrib machmd length=3 label="Any doc, choose from list, doc assigned"; attrib mapcmd length=3 label="Primary care physician for routine care"; attrib maref length=3 label="Need a referral for special care"; attrib single length=3 label="Single service plan recode"; attrib sstypea length=3 label="Accidents"; attrib sstypeb length=3 label="AIDS care"; attrib sstypec length=3 label="Cancer treatment"; attrib sstyped length=3 label="Catastrophic care"; attrib sstypee length=3 label="Dental care"; attrib sstypef length=3 label="Disability insurance"; attrib sstypeg length=3 label="Hospice care"; attrib sstypeh length=3 label="Hospitalization only"; attrib sstypei length=3 label="Long-term care"; attrib sstypej length=3 label="Prescriptions"; attrib sstypek length=3 label="Vision care"; attrib sstypel length=3 label="Other"; attrib private length=3 label="Private health insurance coverage recode"; attrib hitype1 length=3 label="Name of plan (Plan 1)"; attrib whonam1 length=3 label="Plan in whose name (Plan 1)"; attrib plnwrk1 length=3 label="Originally thrgh work or union (Plan 1)"; attrib plnpay11 length=3 label="Paid for by self or family (Plan 1)"; attrib plnpay21 length=3 label="Paid for by employer or union (Plan 1)"; attrib plnpay31 length=3 label="Paid by someone outside household Plan 1"; attrib plnpay41 length=3 label="Paid for by Medicare (Plan 1)"; attrib plnpay51 length=3 label="Paid for by Medicaid (Plan 1)"; attrib plnpay61 length=3 label="Paid for by CHIP (Plan 1)"; attrib plnpay71 length=3 label="Paid for by government program (Plan 1)"; attrib hicostr1 length=4 label="Out-of-pocket premium cost (Plan 1)"; attrib plnmgd1 length=3 label="Type of plan (Plan 1)"; attrib mgchmd1 length=3 label="Doctor choice (Plan 1)"; attrib mgprmd1 length=3 label="Preferred list (Plan 1)"; attrib mgpymd1 length=3 label="Out of plan use (Plan 1)"; attrib mgpref1 length=3 label="Private referral (plan 1)"; attrib hitype2 length=3 label="Name of plan (Plan 2)"; attrib whonam2 length=3 label="Plan in whose name (Plan 2)"; attrib plnwrk2 length=3 label="Originally thrgh work or union (Plan 2)"; attrib plnpay12 length=3 label="Paid for by self or family (Plan 2)"; attrib plnpay22 length=3 label="Paid for by employer or union (Plan 2)"; attrib plnpay32 length=3 label="Paid by someone outside household Plan 2"; attrib plnpay42 length=3 label="Paid for by Medicare (Plan 2)"; attrib plnpay52 length=3 label="Paid for by Medicaid (Plan 2)"; attrib plnpay62 length=3 label="Paid for by CHIP (Plan 2)"; attrib plnpay72 length=3 label="Paid for by government program (Plan 2)"; attrib hicostr2 length=4 label="Out-of-pocket premium cost (Plan 2)"; attrib plnmgd2 length=3 label="Type of plan (Plan 2)"; attrib mgchmd2 length=3 label="Doctor choice (Plan 2)"; attrib mgprmd2 length=3 label="Preferred list (Plan 2)"; attrib mgpymd2 length=3 label="Out of plan use (Plan 2)"; attrib mgpref2 length=3 label="Private referral (plan 2)"; attrib hitype3 length=3 label="Name of plan (Plan 3)"; attrib whonam3 length=3 label="Plan in whose name (Plan 3)"; attrib plnwrk3 length=3 label="Originally thrgh work or union (Plan 3)"; attrib plnpay13 length=3 label="Paid for by self or family (Plan 3)"; attrib plnpay23 length=3 label="Paid for by employer or union (Plan 3)"; attrib plnpay33 length=3 label="Paid by someone outside household Plan 3"; attrib plnpay43 length=3 label="Paid for by Medicare (Plan 3)"; attrib plnpay53 length=3 label="Paid for by Medicaid (Plan 3)"; attrib plnpay63 length=3 label="Paid for by CHIP (Plan 3)"; attrib plnpay73 length=3 label="Paid for by government program (Plan 3)"; attrib hicostr3 length=4 label="Out-of-pocket premium cost (Plan 3)"; attrib plnmgd3 length=3 label="Type of plan (Plan 3)"; attrib mgchmd3 length=3 label="Doctor choice (Plan 3)"; attrib mgprmd3 length=3 label="Preferred list (Plan 3)"; attrib mgpymd3 length=3 label="Out of plan use (Plan 3)"; attrib mgpref3 length=3 label="Private referral (plan 3)"; attrib hitype4 length=3 label="Name of plan (Plan 4)"; attrib whonam4 length=3 label="Plan in whose name (Plan 4)"; attrib plnwrk4 length=3 label="Originally thrgh work or union (Plan 4)"; attrib plnpay14 length=3 label="Paid for by self or family (Plan 4)"; attrib plnpay24 length=3 label="Paid for by employer or union (Plan 4)"; attrib plnpay34 length=3 label="Paid by someone outside household Plan 4"; attrib plnpay44 length=3 label="Paid for by Medicare (Plan 4)"; attrib plnpay54 length=3 label="Paid for by Medicaid (Plan 4)"; attrib plnpay64 length=3 label="Paid for by CHIP (Plan 4)"; attrib plnpay74 length=3 label="Paid for by government program (Plan 4)"; attrib hicostr4 length=4 label="Out-of-pocket premium cost (Plan 4)"; attrib plnmgd4 length=3 label="Type of plan (Plan 4)"; attrib mgchmd4 length=3 label="Doctor choice (Plan 4)"; attrib mgprmd4 length=3 label="Preferred list (Plan 4)"; attrib mgpymd4 length=3 label="Out of plan use (Plan 4)"; attrib mgpref4 length=3 label="Private referral (plan 4)"; attrib ihs length=3 label="Indian Health Service Recode"; attrib military length=3 label="Military coverage recode"; attrib chip length=3 label="Children's Hlth Ins Program Recode"; attrib otherpub length=3 label="Other State-Sponsored Health Plan Recode"; attrib othergov length=3 label="Other government programs Recode"; attrib notcov length=3 label="Cov stat as used in Health United States"; attrib hilast length=3 label="How long since last had hlth coverage"; attrib histop1 length=3 label="Lost job or changed employers"; attrib histop2 length=3 label="Divorced/sep/death of spouse or parent"; attrib histop3 length=3 label="Ineligible because of age/left school"; attrib histop4 length=3 label="Employer not offer/not eligible for cov"; attrib histop5 length=3 label="Cost is too high"; attrib histop6 length=3 label="Insurance company refused coverage"; attrib histop7 length=3 label="Medicaid/Medi plan stop after pregnancy"; attrib histop8 length=3 label="Lost Medicaid new job/increase in income"; attrib histop9 length=3 label="Lost Medicaid (other)"; attrib histop10 length=3 label="Other"; attrib histop11 length=3 label="Never had health insurance"; attrib histop12 length=3 label="Moved from another county/state/country"; attrib histop13 length=3 label="Self-employed"; attrib histop14 length=3 label="No need for it/chooses not to have"; attrib histop15 length=3 label="Got married"; attrib hinotyr length=3 label="No hlth coverage during past 12 months"; attrib hinotmyr length=3 label="Months without coverage in past 12 month"; attrib hcspfyr length=3 label="Amount family spent for medical care"; attrib regionbr length=3 label="Geographic region of birth recode"; attrib geobrth length=3 label="Geographic place of birth recode"; attrib yrsinus length=3 label="Years that -- has been in the U.S."; attrib citizenp length=3 label="Citizenship Status"; attrib headst length=3 label="Now attending Head Start?"; attrib headstv1 length=3 label="Ever attended Head Start?"; attrib educ length=3 label="Highest level of school completed"; attrib educ_r1 length=3 label="Education Recode"; attrib miltryds length=3 label="Ever honorably discharged (active duty)?"; attrib doinglw1 length=3 label="What was -- doing last week?"; attrib whynowk1 length=3 label="Main reason for not working last week"; attrib wrkhrs length=3 label="Total hrs worked last week/usually"; attrib wrkftall length=3 label="Does -- usually work full time?"; attrib wrklyr1 length=3 label="Did -- work for pay in last year?"; attrib wrkmyr length=3 label="Months in {last yr} person had 1+ jobs"; attrib majr_act length=3 label="Major activity in last week"; attrib ernyr_p length=3 label="{Person's} total earnings in 2002"; attrib hiempof length=3 label="Was health ins offered thru workplace?"; attrib psal length=3 label="Rec inc from wage/sal (last CY)"; attrib pseinc length=3 label="Rec inc from self-employment (last CY)"; attrib pssrr length=3 label="Rec inc from SS or RR (last CY)"; attrib pssrrdb length=3 label="Rec'd SS or RR a disability benefit"; attrib pssrrd length=3 label="Rec'd benefit due to disability"; attrib ppens length=3 label="Rec inc from otr disab pens (last CY)"; attrib popens length=3 label="Rec inc from any otr pens (last CY)"; attrib pssi length=3 label="Rec'd inc from SSI (last CY)"; attrib pssid length=3 label="Rec'd SSI due to disability"; attrib ptanf length=3 label="Rec'd inc from Welfare/TANF (last CY)"; attrib powben length=3 label="Rec'd otr govt assistance (last CY)"; attrib pintrstr length=3 label="Rec int fr sav/bank accts (last CY)"; attrib pdivd length=3 label="Rec div from stocks/funds/etc. (last CY)"; attrib pchldsp length=3 label="Rec'd inc from child support (last CY)"; attrib pincot length=3 label="Rec'd inc from any other source (last CY"; attrib incgrp length=3 label="Total Combined Family Income (Grouped)"; attrib ab_bl20k length=3 label=""; attrib rat_cat length=3 label="Ratio of fam inc to poverty threshold"; attrib houseown length=3 label="Home Tenure Status"; attrib fgah length=3 label="Paying lower rent due to govt prgm"; attrib pssapl length=3 label="Ever applied for SSI"; attrib psdapl length=3 label="Ever applied for SSDI"; attrib tanfmyr length=3 label="Months rec Welfare/TANF (last CY)"; attrib pfstp length=3 label="Person auth to rec food stmps (last CY)"; attrib fstpmyr length=3 label="Months rec food stamps (last CY)"; attrib eligpwic length=3 label="Anyone age-eligible for the WIC program?"; attrib pwic length=3 label="Rec'd WIC benefits (last CY)"; attrib wic_flag length=3 label="WIC recipient age-eligible"; INPUT @1 rectype 2. @3 srvy_yr 4. @7 hhx $6. @13 fmx $2. @15 px $2. @17 intv_qrt 1. @18 sex 1. @19 age_p 2. @21 r_age1 1. @22 r_age2 1. @23 dob_m $2. @25 dob_y_p $4. @29 origin_i 1. @30 origimpt 1. @31 hispan_i 2. @33 hispimpt 1. @34 racerpi2 2. @36 raceimp2 1. @37 mracrpi2 2. @39 mracbpi2 2. @41 racreci2 1. @42 hiscodi2 1. @43 erimpflg 1. @44 r_maritl 1. @45 cohab1 1. @46 cohab2 1. @47 lg_mstat 1. @48 cdcmstat 1. @49 rrp 2. @51 hh_ref $2. @53 hhreflg $1. @54 frrp 2. @56 fm_ref $2. @58 fmreflg $1. @59 fm_resp 2. @61 fmrpflg $1. @62 sib_deg 1. @63 mother $2. @65 mom_deg 1. @66 father $2. @68 dad_deg 1. @69 guard $2. @71 parents 1. @72 mom_ed 2. @74 dad_ed 2. @76 fm_size 2. @78 fm_type 1. @79 fm_strcp 2. @81 fm_strp 2. @83 nowaf 1. @84 astatflg 1. @85 cstatflg 1. @86 immunflg 1. @87 region 1. @88 wtia 6. @94 wtfa 6. @100 stratum 3. @103 psu 1. @104 plaplylm 1. @105 plaplyun 1. @106 pspedeis 1. @107 pspedem 1. @108 plaadl 1. @109 labath 1. @110 ladress 1. @111 laeat 1. @112 labed 1. @113 latoilt 1. @114 lahome 1. @115 plaiadl 1. @116 plawknow 1. @117 plawklim 1. @118 plawalk 1. @119 plaremem 1. @120 plimany 1. @121 la1ar 1. @122 lahcc1 1. @123 lahcc2 1. @124 lahcc3 1. @125 lahcc4 1. @126 lahcc5 1. @127 lahcc6 1. @128 lahcc7 1. @129 lahcc8 1. @130 lahcc9 1. @131 lahcc10 1. @132 lahcc11 1. @133 lahcc12 1. @134 lahcc13 1. @135 lahcc90 1. @136 lahcc91 1. @137 lctime1 2. @139 lcunit1 1. @140 lcdura1 2. @142 lcdurb1 1. @143 lcchrc1 1. @144 lctime2 2. @146 lcunit2 1. @147 lcdura2 2. @149 lcdurb2 1. @150 lcchrc2 1. @151 lctime3 2. @153 lcunit3 1. @154 lcdura3 2. @156 lcdurb3 1. @157 lcchrc3 1. @158 lctime4 2. @160 lcunit4 1. @161 lcdura4 2. @163 lcdurb4 1. @164 lcchrc4 1. @165 lctime5 2. @167 lcunit5 1. @168 lcdura5 2. @170 lcdurb5 1. @171 lcchrc5 1. @172 lctime6 2. @174 lcunit6 1. @175 lcdura6 2. @177 lcdurb6 1. @178 lcchrc6 1. @179 lctime7 2. @181 lcunit7 1. @182 lcdura7 2. @184 lcdurb7 1. @185 lcchrc7 1. @186 lctime8 2. @188 lcunit8 1. @189 lcdura8 2. @191 lcdurb8 1. @192 lcchrc8 1. @193 lctime9 2. @195 lcunit9 1. @196 lcdura9 2. @198 lcdurb9 1. @199 lcchrc9 1. @200 lctime10 2. @202 lcunit10 1. @203 lcdura10 2. @205 lcdurb10 1. @206 lcchrc10 1. @207 lctime11 2. @209 lcunit11 1. @210 lcdura11 2. @212 lcdurb11 1. @213 lcchrc11 1. @214 lctime12 2. @216 lcunit12 1. @217 lcdura12 2. @219 lcdurb12 1. @220 lcchrc12 1. @221 lctime13 2. @223 lcunit13 1. @224 lcdura13 2. @226 lcdurb13 1. @227 lcchrc13 1. @228 lctime90 2. @230 lcunit90 1. @231 lcdura90 2. @233 lcdurb90 1. @234 lcchrc90 1. @235 lctime91 2. @237 lcunit91 1. @238 lcdura91 2. @240 lcdurb91 1. @241 lcchrc91 1. @242 lahca1 1. @243 lahca2 1. @244 lahca3 1. @245 lahca4 1. @246 lahca5 1. @247 lahca6 1. @248 lahca7 1. @249 lahca8 1. @250 lahca9 1. @251 lahca10 1. @252 lahca11 1. @253 lahca12 1. @254 lahca13 1. @255 lahca14 1. @256 lahca15 1. @257 lahca16 1. @258 lahca17 1. @259 lahca18 1. @260 lahca19 1. @261 lahca20 1. @262 lahca21 1. @263 lahca22 1. @264 lahca23 1. @265 lahca24 1. @266 lahca25 1. @267 lahca26 1. @268 lahca27 1. @269 lahca28 1. @270 lahca29 1. @271 lahca30 1. @272 lahca31 1. @273 lahca32 1. @274 lahca33 1. @275 lahca34 1. @276 lahca90 1. @277 lahca91 1. @278 latime1 2. @280 launit1 1. @281 ladura1 2. @283 ladurb1 1. @284 lachrc1 1. @285 latime2 2. @287 launit2 1. @288 ladura2 2. @290 ladurb2 1. @291 lachrc2 1. @292 latime3 2. @294 launit3 1. @295 ladura3 2. @297 ladurb3 1. @298 lachrc3 1. @299 latime4 2. @301 launit4 1. @302 ladura4 2. @304 ladurb4 1. @305 lachrc4 1. @306 latime5 2. @308 launit5 1. @309 ladura5 2. @311 ladurb5 1. @312 lachrc5 1. @313 latime6 2. @315 launit6 1. @316 ladura6 2. @318 ladurb6 1. @319 lachrc6 1. @320 latime7 2. @322 launit7 1. @323 ladura7 2. @325 ladurb7 1. @326 lachrc7 1. @327 latime8 2. @329 launit8 1. @330 ladura8 2. @332 ladurb8 1. @333 lachrc8 1. @334 latime9 2. @336 launit9 1. @337 ladura9 2. @339 ladurb9 1. @340 lachrc9 1. @341 latime10 2. @343 launit10 1. @344 ladura10 2. @346 ladurb10 1. @347 lachrc10 1. @348 latime11 2. @350 launit11 1. @351 ladura11 2. @353 ladurb11 1. @354 lachrc11 1. @355 latime12 2. @357 launit12 1. @358 ladura12 2. @360 ladurb12 1. @361 lachrc12 1. @362 latime13 2. @364 launit13 1. @365 ladura13 2. @367 ladurb13 1. @368 lachrc13 1. @369 latime14 2. @371 launit14 1. @372 ladura14 2. @374 ladurb14 1. @375 lachrc14 1. @376 latime15 2. @378 launit15 1. @379 ladura15 2. @381 ladurb15 1. @382 lachrc15 1. @383 latime16 2. @385 launit16 1. @386 ladura16 2. @388 ladurb16 1. @389 lachrc16 1. @390 latime17 2. @392 launit17 1. @393 ladura17 2. @395 ladurb17 1. @396 lachrc17 1. @397 latime18 2. @399 launit18 1. @400 ladura18 2. @402 ladurb18 1. @403 lachrc18 1. @404 latime19 2. @406 launit19 1. @407 ladura19 2. @409 ladurb19 1. @410 lachrc19 1. @411 latime20 2. @413 launit20 1. @414 ladura20 2. @416 ladurb20 1. @417 lachrc20 1. @418 latime21 2. @420 launit21 1. @421 ladura21 2. @423 ladurb21 1. @424 lachrc21 1. @425 latime22 2. @427 launit22 1. @428 ladura22 2. @430 ladurb22 1. @431 lachrc22 1. @432 latime23 2. @434 launit23 1. @435 ladura23 2. @437 ladurb23 1. @438 lachrc23 1. @439 latime24 2. @441 launit24 1. @442 ladura24 2. @444 ladurb24 1. @445 lachrc24 1. @446 latime25 2. @448 launit25 1. @449 ladura25 2. @451 ladurb25 1. @452 lachrc25 1. @453 latime26 2. @455 launit26 1. @456 ladura26 2. @458 ladurb26 1. @459 lachrc26 1. @460 latime27 2. @462 launit27 1. @463 ladura27 2. @465 ladurb27 1. @466 lachrc27 1. @467 latime28 2. @469 launit28 1. @470 ladura28 2. @472 ladurb28 1. @473 lachrc28 1. @474 latime29 2. @476 launit29 1. @477 ladura29 2. @479 ladurb29 1. @480 lachrc29 1. @481 latime30 2. @483 launit30 1. @484 ladura30 2. @486 ladurb30 1. @487 lachrc30 1. @488 latime31 2. @490 launit31 1. @491 ladura31 2. @493 ladurb31 1. @494 lachrc31 1. @495 latime32 2. @497 launit32 1. @498 ladura32 2. @500 ladurb32 1. @501 lachrc32 1. @502 latime33 2. @504 launit33 1. @505 ladura33 2. @507 ladurb33 1. @508 lachrc33 1. @509 latime34 2. @511 launit34 1. @512 ladura34 2. @514 ladurb34 1. @515 lachrc34 1. @516 latime90 2. @518 launit90 1. @519 ladura90 2. @521 ladurb90 1. @522 lachrc90 1. @523 latime91 2. @525 launit91 1. @526 ladura91 2. @528 ladurb91 1. @529 lachrc91 1. @530 lcondrt 1. @531 lachronr 1. @532 phstat 1. @533 pdmed12m 1. @534 pnmed12m 1. @535 phospyr 1. @536 hospno 3. @539 hpnite 3. @542 phchm2w 1. @543 phchmn2w 2. @545 phcph2wr 1. @546 phcphn2w 2. @548 phcdv2w 1. @549 phcdvn2w 2. @551 p10dvyr 1. @552 hikinda 1. @553 hikindb 1. @554 hikindc 1. @555 hikindd 1. @556 hikinde 1. @557 hikindf 1. @558 hikindg 1. @559 hikindh 1. @560 hikindi 1. @561 hikindj 1. @562 hikindk 1. @563 hikindl 1. @564 hikindm 1. @565 hikindn 1. @566 medicare 1. @567 mcpart 1. @568 mcchoice 1. @569 mchmo 1. @570 mcname 2. @572 mcref 1. @573 mcpaypre 1. @574 medicaid 1. @575 machmd 1. @576 mapcmd 1. @577 maref 1. @578 single 1. @579 sstypea 1. @580 sstypeb 1. @581 sstypec 1. @582 sstyped 1. @583 sstypee 1. @584 sstypef 1. @585 sstypeg 1. @586 sstypeh 1. @587 sstypei 1. @588 sstypej 1. @589 sstypek 1. @590 sstypel 1. @591 private 1. @592 hitype1 2. @594 whonam1 1. @595 plnwrk1 1. @596 plnpay11 1. @597 plnpay21 1. @598 plnpay31 1. @599 plnpay41 1. @600 plnpay51 1. @601 plnpay61 1. @602 plnpay71 1. @603 hicostr1 5. @608 plnmgd1 1. @609 mgchmd1 1. @610 mgprmd1 1. @611 mgpymd1 1. @612 mgpref1 1. @613 hitype2 2. @615 whonam2 1. @616 plnwrk2 1. @617 plnpay12 1. @618 plnpay22 1. @619 plnpay32 1. @620 plnpay42 1. @621 plnpay52 1. @622 plnpay62 1. @623 plnpay72 1. @624 hicostr2 5. @629 plnmgd2 1. @630 mgchmd2 1. @631 mgprmd2 1. @632 mgpymd2 1. @633 mgpref2 1. @634 hitype3 2. @636 whonam3 1. @637 plnwrk3 1. @638 plnpay13 1. @639 plnpay23 1. @640 plnpay33 1. @641 plnpay43 1. @642 plnpay53 1. @643 plnpay63 1. @644 plnpay73 1. @645 hicostr3 5. @650 plnmgd3 1. @651 mgchmd3 1. @652 mgprmd3 1. @653 mgpymd3 1. @654 mgpref3 1. @655 hitype4 2. @657 whonam4 1. @658 plnwrk4 1. @659 plnpay14 1. @660 plnpay24 1. @661 plnpay34 1. @662 plnpay44 1. @663 plnpay54 1. @664 plnpay64 1. @665 plnpay74 1. @666 hicostr4 5. @671 plnmgd4 1. @672 mgchmd4 1. @673 mgprmd4 1. @674 mgpymd4 1. @675 mgpref4 1. @676 ihs 1. @677 military 1. @678 chip 1. @679 otherpub 1. @680 othergov 1. @681 notcov 1. @682 hilast 1. @683 histop1 1. @684 histop2 1. @685 histop3 1. @686 histop4 1. @687 histop5 1. @688 histop6 1. @689 histop7 1. @690 histop8 1. @691 histop9 1. @692 histop10 1. @693 histop11 1. @694 histop12 1. @695 histop13 1. @696 histop14 1. @697 histop15 1. @698 hinotyr 1. @699 hinotmyr 2. @701 hcspfyr 1. @702 regionbr 2. @704 geobrth 1. @705 yrsinus 1. @706 citizenp 1. @707 headst 1. @708 headstv1 1. @709 educ 2. @711 educ_r1 2. @713 miltryds 1. @714 doinglw1 1. @715 whynowk1 2. @717 wrkhrs 2. @719 wrkftall 1. @720 wrklyr1 1. @721 wrkmyr 2. @723 majr_act 1. @724 ernyr_p 2. @726 hiempof 1. @727 psal 1. @728 pseinc 1. @729 pssrr 1. @730 pssrrdb 1. @731 pssrrd 1. @732 ppens 1. @733 popens 1. @734 pssi 1. @735 pssid 1. @736 ptanf 1. @737 powben 1. @738 pintrstr 1. @739 pdivd 1. @740 pchldsp 1. @741 pincot 1. @742 incgrp 2. @744 ab_bl20k 1. @745 rat_cat 2. @747 houseown 1. @748 fgah 1. @749 pssapl 1. @750 psdapl 1. @751 tanfmyr 2. @753 pfstp 1. @754 fstpmyr 2. @756 eligpwic 1. @757 pwic 1. @758 wic_flag 1. ; /*------------------------------------------------ The PROC FORMAT statement will store the formats in a sas data set called fpers03 To use the stored formats in a subsequent program, use code like the following: proc format cntlin=library.fpers03; PROC freq; tables pesex ; format pesex P135L.; For more information, consult PROC FORMAT in the SAS Procedures Guide ----------------------------------------------- */ PROC FORMAT cntlout=library.fpers03; ; VALUE rectype (default=32) 20 = "Person" ; VALUE srvy_yr (default=32) 2003 = "2003" ; 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" 85 = "85+ years" ; VALUE r_age1l (default=32) 1 = "Under 5 years" 2 = "5-17 years" 3 = "18-24 years" 4 = "25-44 years" 5 = "45-64 years" 6 = "65-69 years" 7 = "70-74 years" 8 = "75 years and over" ; VALUE r_age2l (default=32) 1 = "Under 6 years" 2 = "6-16 years" 3 = "17-24 years" 4 = "25-34 years" 5 = "35-44 years" 6 = "45-54 years" 7 = "55-64 years" 8 = "65-74 years" 9 = "75 years and over" ; 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) ""1919"" = "1919 or before" ""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 cohab1l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cohab2l (default=32) 1 = "Married" 2 = "Widowed" 3 = "Divorced" 4 = "Separated" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lg_mstat (default=32) 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" 9 = "Unknown marital status" ; VALUE cdcmstat (default=32) 1 = "Separated" 2 = "Divorced" 3 = "Married" 4 = "Single/never married" 5 = "Widowed" 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 $hhreflg (default=32) ""P"" = "HH Reference person" ""8"" = "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 $fmreflg (default=32) ""P"" = "Family reference person" ""8"" = "Not ascertained" """ = " " ; VALUE fm_resp (default=32) 98 = "Not ascertained" ; VALUE $fmrpflg (default=32) ""B"" = "Family respondent" ""8"" = "Not ascertained" """ = " " ; VALUE sib_deg (default=32) 1 = "Full {brother/sister}" 2 = "Half {brother/sister}" 3 = "Adopted {brother/sister}" 4 = "Step {brother/sister}" 5 = "Foster {brother/sister}" 6 = "{brother/sister}-in-law" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE $mother (default=32) ""00"" = "No mother in the household" ""96"" = "Has legal guardian" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't know" ; 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 $father (default=32) ""00"" = "No father in the household" ""96"" = "Has legal guardian" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "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 parents (default=32) 1 = "Mother; no father" 2 = "Father; no mother" 3 = "Mother and father" 4 = "Neither mother nor father" 9 = "Unknown" ; 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 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 nowaf (default=32) 1 = "Armed Forces" 2 = "Not Armed Forces" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE astatflg (default=32) 0 = "Sample Adult - no record" 1 = "Sample Adult - has record" 2 = "Not selected as Sample Adult" 3 = "No one selected as Sample Adult" 4 = "Armed Force member" 5 = "Armed Force member - selected as Sample Adult" ; VALUE cstatflg (default=32) 0 = "Sample Child - no record" 1 = "Sample Child - has record" 2 = "Not selected as Sample Child" 3 = "No one selected as Sample Child" 4 = "Emancipated Minor" ; VALUE immunflg (default=32) 0 = "Immunization Child - no record" 1 = "Immunization Child - has record" 2 = "Not eligible for immunization questions" ; VALUE region (default=32) 1 = "Northeast" 2 = "Midwest" 3 = "South" 4 = "West" ; VALUE plaplylm (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plaplyun (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pspedeis (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pspedem (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plaadl (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE labath (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladress (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE laeat (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE labed (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE latoilt (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahome (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plaiadl (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plawknow (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plawklim (default=32) 0 = "Unable to work" 1 = "Limited in work" 2 = "Not limited in work" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plawalk (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plaremem (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plimany (default=32) 0 = "Limitation previously mentioned" 1 = "Yes; limited in some other way" 2 = "Not limited in any way" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE la1ar (default=32) 1 = "Limited in any way" 2 = "Not limited in any way" 3 = "Unknown if limited" ; VALUE lahcc1l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahcc2l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahcc3l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahcc4l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahcc5l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahcc6l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahcc7l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahcc8l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahcc9l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahcc10l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahcc11l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahcc12l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahcc13l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahcc90l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahcc91l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lctime1l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcunit1l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcdura1l (default=32) 00 = "Less than 1 year" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcdurb1l (default=32) 0 = "Since birth and child < 1 year of age" 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcchrc1l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lctime2l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcunit2l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcdura2l (default=32) 00 = "Less than 1 year" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcdurb2l (default=32) 0 = "Since birth and child < 1 year of age" 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcchrc2l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lctime3l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcunit3l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcdura3l (default=32) 00 = "Less than 1 year" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcdurb3l (default=32) 0 = "Since birth and child < 1 year of age" 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcchrc3l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lctime4l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcunit4l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcdura4l (default=32) 00 = "Less than 1 year" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcdurb4l (default=32) 0 = "Since birth and child < 1 year of age" 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcchrc4l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lctime5l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcunit5l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcdura5l (default=32) 00 = "Less than 1 year" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcdurb5l (default=32) 0 = "Since birth and child < 1 year of age" 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcchrc5l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lctime6l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcunit6l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcdura6l (default=32) 00 = "Less than 1 year" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcdurb6l (default=32) 0 = "Since birth and child < 1 year of age" 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcchrc6l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lctime7l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcunit7l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcdura7l (default=32) 00 = "Less than 1 year" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcdurb7l (default=32) 0 = "Since birth and child < 1 year of age" 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcchrc7l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lctime8l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcunit8l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcdura8l (default=32) 00 = "Less than 1 year" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcdurb8l (default=32) 0 = "Since birth and child < 1 year of age" 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcchrc8l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lctime9l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcunit9l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcdura9l (default=32) 00 = "Less than 1 year" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcdurb9l (default=32) 0 = "Since birth and child < 1 year of age" 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcchrc9l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lctime1j (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcunit1j (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcdura1j (default=32) 00 = "Less than 1 year" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcdurb1j (default=32) 0 = "Since birth and child < 1 year of age" 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcchrc1j (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lctime1a (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcunit1a (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcdura1a (default=32) 00 = "Less than 1 year" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcdurb1a (default=32) 0 = "Since birth and child < 1 year of age" 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcchrc1a (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lctime1b (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcunit1b (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcdura1b (default=32) 00 = "Less than 1 year" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcdurb1b (default=32) 0 = "Since birth and child < 1 year of age" 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcchrc1b (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lctime1c (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcunit1c (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcdura1c (default=32) 00 = "Less than 1 year" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcdurb1c (default=32) 0 = "Since birth and child < 1 year of age" 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcchrc1c (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lctime9j (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcunit9j (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcdura9j (default=32) 00 = "Less than 1 year" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcdurb9j (default=32) 0 = "Since birth and child < 1 year of age" 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcchrc9j (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lctime9a (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcunit9a (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcdura9a (default=32) 00 = "Less than 1 year" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lcdurb9a (default=32) 0 = "Since birth and child < 1 year of age" 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lcchrc9a (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lahca1l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca2l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca3l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca4l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca5l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca6l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca7l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca8l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca9l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca10l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca11l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca12l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca13l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca14l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca15l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca16l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca17l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca18l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca19l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca20l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca21l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca22l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca23l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca24l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca25l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca26l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca27l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca28l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca29l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca30l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca31l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca32l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca33l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca34l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca90l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lahca91l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE latime1l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit1l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura1l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb1l (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc1l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime2l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit2l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura2l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb2l (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc2l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime3l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit3l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura3l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb3l (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc3l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime4l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit4l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura4l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb4l (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc4l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime5l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit5l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura5l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb5l (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc5l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime6l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit6l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura6l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb6l (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc6l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime7l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit7l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura7l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb7l (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc7l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime8l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit8l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura8l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb8l (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc8l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime9l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit9l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura9l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb9l (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc9l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime1j (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit1j (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura1j (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb1j (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc1j (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime1a (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit1a (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura1a (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb1a (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc1a (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime1b (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit1b (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura1b (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb1b (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc1b (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime1c (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit1c (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura1c (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb1c (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc1c (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime1d (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit1d (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura1d (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb1d (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc1d (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime1e (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit1e (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura1e (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb1e (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc1e (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime1f (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit1f (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura1f (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb1f (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc1f (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime1g (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit1g (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura1g (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb1g (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc1g (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime1h (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit1h (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura1h (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb1h (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc1h (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime1i (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit1i (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura1i (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb1i (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc1i (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime2j (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit2j (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura2j (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb2j (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc2j (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime2a (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit2a (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura2a (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb2a (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc2a (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime2b (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit2b (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura2b (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb2b (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc2b (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime2c (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit2c (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura2c (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb2c (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc2c (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime2d (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit2d (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura2d (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb2d (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc2d (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime2e (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit2e (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura2e (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb2e (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc2e (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime2f (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit2f (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura2f (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb2f (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc2f (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime2g (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit2g (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura2g (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb2g (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc2g (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime2h (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit2h (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura2h (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb2h (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc2h (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime2i (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit2i (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura2i (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb2i (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc2i (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime3j (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit3j (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura3j (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb3j (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc3j (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime3a (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit3a (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura3a (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb3a (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc3a (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime3b (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit3b (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura3b (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb3b (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc3b (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime3c (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit3c (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura3c (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb3c (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc3c (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime3d (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit3d (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura3d (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb3d (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc3d (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime9j (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit9j (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura9j (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb9j (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc9j (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE latime9a (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE launit9a (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ladura9a (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ladurb9a (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lachrc9a (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lcondrt (default=32) 1 = "At least one condition causing LA is chronic" 2 = "No condition causing LA is chronic" 9 = "Unk if any condition causing LA is chronic" ; VALUE lachronr (default=32) 0 = "Not limited in any way (incl unk if limited)" 1 = "Limited; caused by at least one chronic cond" 2 = "Limited; not caused by chronic cond" 3 = "Limited; unk if cond causing LA is chronic" ; VALUE phstat (default=32) 1 = "Excellent" 2 = "Very good" 3 = "Good" 4 = "Fair" 5 = "Poor" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pdmed12m (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pnmed12m (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE phospyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hospno (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE hpnite (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE phchm2w (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE phchmn2w (default=32) 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE phcph2wr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE phcphn2w (default=32) 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE phcdv2w (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE phcdvn2w (default=32) 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE p10dvyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hikinda (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hikindb (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hikindc (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hikindd (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hikinde (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hikindf (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hikindg (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hikindh (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hikindi (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hikindj (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hikindk (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hikindl (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hikindm (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hikindn (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE medicare (default=32) 1 = "Yes; information" 2 = "Yes; but no information" 3 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mcpart (default=32) 1 = "Part A - Hospital Only" 2 = "Part B - Medical Only" 3 = "Both Part A and Part B" 4 = "Card Not Available" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mcchoice (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mchmo (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mcname (default=32) 04 = "Medigap plan" 12 = "Group" 22 = "Staff" 32 = "IPA" 92 = "Other" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE mcref (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mcpaypre (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE medicaid (default=32) 1 = "Yes; information" 2 = "Yes; but no information" 3 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE machmd (default=32) 1 = "Any doctor" 2 = "Select from a book/list" 3 = "Doctor is assigned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mapcmd (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE maref (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE single (default=32) 1 = "Yes with information" 2 = "Yes with no information" 3 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sstypea (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sstypeb (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sstypec (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sstyped (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sstypee (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sstypef (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sstypeg (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sstypeh (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sstypei (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sstypej (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sstypek (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sstypel (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE private (default=32) 1 = "Yes; information" 2 = "Yes; but no information" 3 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hitype1l (default=32) 98 = "Not ascertained" 99 = "Unknown" ; VALUE whonam1l (default=32) 1 = "In own name" 2 = "Someone else in family" 3 = "Person not in household" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnwrk1l (default=32) 1 = "Employer" 2 = "Union" 3 = "Through work; but DK if employer or union" 4 = "Through work; self-employ or prof assoc" 5 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay1a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay2a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay3a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay4a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay5a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay6a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay7a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hicostra (default=32) 20000 = "$20;000 or more" 99997 = "Refused" 99998 = "Not ascertained" 99999 = "Don't know" ; VALUE plnmgd1l (default=32) 1 = "HMO/IPA" 2 = "PPO" 3 = "POS" 4 = "Fee-for-service/indemnity" 5 = "Other" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mgchmd1l (default=32) 1 = "Any doctor" 2 = "Select from group/list" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mgprmd1l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mgpymd1l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mgpref1l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hitype2l (default=32) 98 = "Not ascertained" 99 = "Unknown" ; VALUE whonam2l (default=32) 1 = "In own name" 2 = "Someone else in family" 3 = "Person not in household" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnwrk2l (default=32) 1 = "Employer" 2 = "Union" 3 = "Through work; but DK if employer or union" 4 = "Through work; self-employ or prof assoc" 5 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay1b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay2b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay3b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay4b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay5b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay6b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay7b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hicostrb (default=32) 20000 = "$20;000 or more" 99997 = "Refused" 99998 = "Not ascertained" 99999 = "Don't know" ; VALUE plnmgd2l (default=32) 1 = "HMO/IPA" 2 = "PPO" 3 = "POS" 4 = "Fee-for-service/indemnity" 5 = "Other" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mgchmd2l (default=32) 1 = "Any doctor" 2 = "Select from group/list" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mgprmd2l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mgpymd2l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mgpref2l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hitype3l (default=32) 98 = "Not ascertained" 99 = "Unknown" ; VALUE whonam3l (default=32) 1 = "In own name" 2 = "Someone else in family" 3 = "Person not in household" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnwrk3l (default=32) 1 = "Employer" 2 = "Union" 3 = "Through work; but DK if employer or union" 4 = "Through work; self-employ or prof assoc" 5 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay1c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay2c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay3c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay4c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay5c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay6c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay7c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hicostrc (default=32) 20000 = "$20;000 or more" 99997 = "Refused" 99998 = "Not ascertained" 99999 = "Don't know" ; VALUE plnmgd3l (default=32) 1 = "HMO/IPA" 2 = "PPO" 3 = "POS" 4 = "Fee-for-service/indemnity" 5 = "Other" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mgchmd3l (default=32) 1 = "Any doctor" 2 = "Select from group/list" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mgprmd3l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mgpymd3l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mgpref3l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hitype4l (default=32) 98 = "Not ascertained" 99 = "Unknown" ; VALUE whonam4l (default=32) 1 = "In own name" 2 = "Someone else in family" 3 = "Person not in household" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnwrk4l (default=32) 1 = "Employer" 2 = "Union" 3 = "Through work; but DK if employer or union" 4 = "Through work; self-employ or prof assoc" 5 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay1d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay2d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay3d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay4d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay5d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay6d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnpay7d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hicostrd (default=32) 20000 = "$20;000 or more" 99997 = "Refused" 99998 = "Not ascertained" 99999 = "Don't know" ; VALUE plnmgd4l (default=32) 1 = "HMO/IPA" 2 = "PPO" 3 = "POS" 4 = "Fee-for-service/indemnity" 5 = "Other" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mgchmd4l (default=32) 1 = "Any doctor" 2 = "Select from group/list" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mgprmd4l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mgpymd4l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mgpref4l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ihs (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE military (default=32) 1 = "Yes; Military/VA only" 2 = "Yes; TRICARE/CHAMPUS/CHAMP-VA only" 3 = "Yes Both Military/VA + TRICARE/CHAMPUS/CHAMP-VA" 4 = "Yes unknown type" 5 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE chip (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE otherpub (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE othergov (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE notcov (default=32) 1 = "Not covered" 2 = "Covered" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hilast (default=32) 1 = "6 months or less" 2 = "More than 6 months; but not more than 1 year ago" 3 = "More than 1 year; but not more than 3 years ago" 4 = "More than 3 years" 5 = "Never" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE histop1l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE histop2l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE histop3l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE histop4l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE histop5l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE histop6l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE histop7l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE histop8l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE histop9l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE histop1j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE histop1a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE histop1b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE histop1c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE histop1d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE histop1e (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hinotyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE hinotmyr (default=32) 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE hcspfyr (default=32) 0 = "Zero" 1 = "Less than $500" 2 = "$500-$1;999" 3 = "$2;000-$2;999" 4 = "$3;000-$4;999" 5 = "$5;000 or more" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE regionbr (default=32) 01 = "United States" 02 = "Mexico; Central America; Caribbean Islands" 03 = "South America" 04 = "Europe" 05 = "Russia (and former USSR areas)" 06 = "Africa" 07 = "Middle East" 08 = "Indian Subcontinent" 09 = "Asia" 10 = "SE Asia" 11 = "Elsewhere" 99 = "Unknown" ; VALUE geobrth (default=32) 1 = "USA: born in one of the 50 United States or D.C" 2 = "USA: born in a U.S. territory" 3 = "Not born in the U.S. or a U.S. territory" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE yrsinus (default=32) 1 = "Less than 1 year" 2 = "1 yr.; less than 5 yrs." 3 = "5 yrs.; less than 10 yrs." 4 = "10 yrs.; less than 15 yrs." 5 = "15 years or more" 9 = "Unknown" ; VALUE citizenp (default=32) 1 = "Yes; citizen of the United States" 2 = "No; not a citizen of the United States" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE headst (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE headstva (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; 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 educ_r1l (default=32) 01 = "Less/equal to 8th grade" 02 = "9-12th grade; no high school diploma" 03 = "High school graduate" 04 = "GED recipient" 05 = "Some college; no degree" 06 = "AA degree; technical or vocational" 07 = "AA degree; academic program" 08 = "Bachelor's degree (BA; BS; AB; BBA)" 09 = "Master's; professional; or doctoral degree" 96 = "Child under 5 years of age" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE miltryds (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE doinglwa (default=32) 1 = "Working for pay at a job or business" 2 = "With a job or business but not at work" 3 = "Looking for work" 4 = "Working; but not for pay; at a job or business" 5 = "Not working and not looking for work" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE whynowka (default=32) 01 = "Taking care of house or family" 02 = "Going to school" 03 = "Retired" 04 = "On a planned vacation from work" 05 = "On family or maternity leave" 06 = "Temporarily unable to work for health reasons" 07 = "On layoff" 08 = "Disabled" 09 = "Have job/contract; off-season" 10 = "Other" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE wrkhrs (default=32) 95 = "95+ hours" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE wrkftall (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE wrklyr1l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE wrkmyr (default=32) 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE majr_act (default=32) 1 = "Working at a job or business" 2 = "Keeping house" 3 = "Going to school" 4 = "Something else" 5 = "Unknown" ; VALUE ernyr_p (default=32) 01 = "$01-$4999" 02 = "$5000-$9999" 03 = "$10000-$14999" 04 = "$15000-$19999" 05 = "$20000-$24999" 06 = "$25000-$34999" 07 = "$35000-$44999" 08 = "$45000-$54999" 09 = "$55000-$64999" 10 = "$65000-$74999" 11 = "$75000 and over" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE hiempof (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE psal (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pseinc (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pssrr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pssrrdb (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pssrrd (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ppens (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE popens (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pssi (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pssid (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ptanf (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE powben (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pintrstr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pdivd (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pchldsp (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pincot (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE incgrp (default=32) 01 = "0-$4999" 02 = "$5000-$9999" 03 = "$10000-$14999" 04 = "$15000-$19999" 05 = "$20000-$24999" 06 = "$25000-$34999" 07 = "$35000-$44999" 08 = "$45000-$54999" 09 = "$55000-$64999" 10 = "$65000-$74999" 11 = "$75000 and over" 12 = "$20000 or more (no detail)" 13 = "Less than $20000 (no detail)" 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 houseown (default=32) 1 = "Owned or being bought" 2 = "Rented" 3 = "Other arrangement" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE fgah (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pssapl (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE psdapl (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE tanfmyr (default=32) 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE pfstp (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE fstpmyr (default=32) 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE eligpwic (default=32) 0 = "No WIC age-eligible family members" 1 = "At least 1 WIC age-eligible family member" ; VALUE pwic (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE wic_flag (default=32) 0 = "Person not age-eligible" 1 = "Person age-eligible" ; proc print data=library.nhis2003_personsx (obs=6); FORMAT rectype rectype. srvy_yr srvy_yr. intv_qrt intv_qrt. sex sex. age_p age_p. r_age1 r_age1l. r_age2 r_age2l. 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. cohab1 cohab1l. cohab2 cohab2l. lg_mstat lg_mstat. cdcmstat cdcmstat. rrp rrp. hh_ref $hh_ref. hhreflg $hhreflg. frrp frrp. fm_ref $fm_ref. fmreflg $fmreflg. fm_resp fm_resp. fmrpflg $fmrpflg. sib_deg sib_deg. mother $mother. mom_deg mom_deg. father $father. dad_deg dad_deg. guard $guard. parents parents. mom_ed mom_ed. dad_ed dad_ed. fm_type fm_type. nowaf nowaf. astatflg astatflg. cstatflg cstatflg. immunflg immunflg. region region. plaplylm plaplylm. plaplyun plaplyun. pspedeis pspedeis. pspedem pspedem. plaadl plaadl. labath labath. ladress ladress. laeat laeat. labed labed. latoilt latoilt. lahome lahome. plaiadl plaiadl. plawknow plawknow. plawklim plawklim. plawalk plawalk. plaremem plaremem. plimany plimany. la1ar la1ar. lahcc1 lahcc1l. lahcc2 lahcc2l. lahcc3 lahcc3l. lahcc4 lahcc4l. lahcc5 lahcc5l. lahcc6 lahcc6l. lahcc7 lahcc7l. lahcc8 lahcc8l. lahcc9 lahcc9l. lahcc10 lahcc10l. lahcc11 lahcc11l. lahcc12 lahcc12l. lahcc13 lahcc13l. lahcc90 lahcc90l. lahcc91 lahcc91l. lctime1 lctime1l. lcunit1 lcunit1l. lcdura1 lcdura1l. lcdurb1 lcdurb1l. lcchrc1 lcchrc1l. lctime2 lctime2l. lcunit2 lcunit2l. lcdura2 lcdura2l. lcdurb2 lcdurb2l. lcchrc2 lcchrc2l. lctime3 lctime3l. lcunit3 lcunit3l. lcdura3 lcdura3l. lcdurb3 lcdurb3l. lcchrc3 lcchrc3l. lctime4 lctime4l. lcunit4 lcunit4l. lcdura4 lcdura4l. lcdurb4 lcdurb4l. lcchrc4 lcchrc4l. lctime5 lctime5l. lcunit5 lcunit5l. lcdura5 lcdura5l. lcdurb5 lcdurb5l. lcchrc5 lcchrc5l. lctime6 lctime6l. lcunit6 lcunit6l. lcdura6 lcdura6l. lcdurb6 lcdurb6l. lcchrc6 lcchrc6l. lctime7 lctime7l. lcunit7 lcunit7l. lcdura7 lcdura7l. lcdurb7 lcdurb7l. lcchrc7 lcchrc7l. lctime8 lctime8l. lcunit8 lcunit8l. lcdura8 lcdura8l. lcdurb8 lcdurb8l. lcchrc8 lcchrc8l. lctime9 lctime9l. lcunit9 lcunit9l. lcdura9 lcdura9l. lcdurb9 lcdurb9l. lcchrc9 lcchrc9l. lctime10 lctime1j. lcunit10 lcunit1j. lcdura10 lcdura1j. lcdurb10 lcdurb1j. lcchrc10 lcchrc1j. lctime11 lctime1a. lcunit11 lcunit1a. lcdura11 lcdura1a. lcdurb11 lcdurb1a. lcchrc11 lcchrc1a. lctime12 lctime1b. lcunit12 lcunit1b. lcdura12 lcdura1b. lcdurb12 lcdurb1b. lcchrc12 lcchrc1b. lctime13 lctime1c. lcunit13 lcunit1c. lcdura13 lcdura1c. lcdurb13 lcdurb1c. lcchrc13 lcchrc1c. lctime90 lctime9j. lcunit90 lcunit9j. lcdura90 lcdura9j. lcdurb90 lcdurb9j. lcchrc90 lcchrc9j. lctime91 lctime9a. lcunit91 lcunit9a. lcdura91 lcdura9a. lcdurb91 lcdurb9a. lcchrc91 lcchrc9a. lahca1 lahca1l. lahca2 lahca2l. lahca3 lahca3l. lahca4 lahca4l. lahca5 lahca5l. lahca6 lahca6l. lahca7 lahca7l. lahca8 lahca8l. lahca9 lahca9l. lahca10 lahca10l. lahca11 lahca11l. lahca12 lahca12l. lahca13 lahca13l. lahca14 lahca14l. lahca15 lahca15l. lahca16 lahca16l. lahca17 lahca17l. lahca18 lahca18l. lahca19 lahca19l. lahca20 lahca20l. lahca21 lahca21l. lahca22 lahca22l. lahca23 lahca23l. lahca24 lahca24l. lahca25 lahca25l. lahca26 lahca26l. lahca27 lahca27l. lahca28 lahca28l. lahca29 lahca29l. lahca30 lahca30l. lahca31 lahca31l. lahca32 lahca32l. lahca33 lahca33l. lahca34 lahca34l. lahca90 lahca90l. lahca91 lahca91l. latime1 latime1l. launit1 launit1l. ladura1 ladura1l. ladurb1 ladurb1l. lachrc1 lachrc1l. latime2 latime2l. launit2 launit2l. ladura2 ladura2l. ladurb2 ladurb2l. lachrc2 lachrc2l. latime3 latime3l. launit3 launit3l. ladura3 ladura3l. ladurb3 ladurb3l. lachrc3 lachrc3l. latime4 latime4l. launit4 launit4l. ladura4 ladura4l. ladurb4 ladurb4l. lachrc4 lachrc4l. latime5 latime5l. launit5 launit5l. ladura5 ladura5l. ladurb5 ladurb5l. lachrc5 lachrc5l. latime6 latime6l. launit6 launit6l. ladura6 ladura6l. ladurb6 ladurb6l. lachrc6 lachrc6l. latime7 latime7l. launit7 launit7l. ladura7 ladura7l. ladurb7 ladurb7l. lachrc7 lachrc7l. latime8 latime8l. launit8 launit8l. ladura8 ladura8l. ladurb8 ladurb8l. lachrc8 lachrc8l. latime9 latime9l. launit9 launit9l. ladura9 ladura9l. ladurb9 ladurb9l. lachrc9 lachrc9l. latime10 latime1j. launit10 launit1j. ladura10 ladura1j. ladurb10 ladurb1j. lachrc10 lachrc1j. latime11 latime1a. launit11 launit1a. ladura11 ladura1a. ladurb11 ladurb1a. lachrc11 lachrc1a. latime12 latime1b. launit12 launit1b. ladura12 ladura1b. ladurb12 ladurb1b. lachrc12 lachrc1b. latime13 latime1c. launit13 launit1c. ladura13 ladura1c. ladurb13 ladurb1c. lachrc13 lachrc1c. latime14 latime1d. launit14 launit1d. ladura14 ladura1d. ladurb14 ladurb1d. lachrc14 lachrc1d. latime15 latime1e. launit15 launit1e. ladura15 ladura1e. ladurb15 ladurb1e. lachrc15 lachrc1e. latime16 latime1f. launit16 launit1f. ladura16 ladura1f. ladurb16 ladurb1f. lachrc16 lachrc1f. latime17 latime1g. launit17 launit1g. ladura17 ladura1g. ladurb17 ladurb1g. lachrc17 lachrc1g. latime18 latime1h. launit18 launit1h. ladura18 ladura1h. ladurb18 ladurb1h. lachrc18 lachrc1h. latime19 latime1i. launit19 launit1i. ladura19 ladura1i. ladurb19 ladurb1i. lachrc19 lachrc1i. latime20 latime2j. launit20 launit2j. ladura20 ladura2j. ladurb20 ladurb2j. lachrc20 lachrc2j. latime21 latime2a. launit21 launit2a. ladura21 ladura2a. ladurb21 ladurb2a. lachrc21 lachrc2a. latime22 latime2b. launit22 launit2b. ladura22 ladura2b. ladurb22 ladurb2b. lachrc22 lachrc2b. latime23 latime2c. launit23 launit2c. ladura23 ladura2c. ladurb23 ladurb2c. lachrc23 lachrc2c. latime24 latime2d. launit24 launit2d. ladura24 ladura2d. ladurb24 ladurb2d. lachrc24 lachrc2d. latime25 latime2e. launit25 launit2e. ladura25 ladura2e. ladurb25 ladurb2e. lachrc25 lachrc2e. latime26 latime2f. launit26 launit2f. ladura26 ladura2f. ladurb26 ladurb2f. lachrc26 lachrc2f. latime27 latime2g. launit27 launit2g. ladura27 ladura2g. ladurb27 ladurb2g. lachrc27 lachrc2g. latime28 latime2h. launit28 launit2h. ladura28 ladura2h. ladurb28 ladurb2h. lachrc28 lachrc2h. latime29 latime2i. launit29 launit2i. ladura29 ladura2i. ladurb29 ladurb2i. lachrc29 lachrc2i. latime30 latime3j. launit30 launit3j. ladura30 ladura3j. ladurb30 ladurb3j. lachrc30 lachrc3j. latime31 latime3a. launit31 launit3a. ladura31 ladura3a. ladurb31 ladurb3a. lachrc31 lachrc3a. latime32 latime3b. launit32 launit3b. ladura32 ladura3b. ladurb32 ladurb3b. lachrc32 lachrc3b. latime33 latime3c. launit33 launit3c. ladura33 ladura3c. ladurb33 ladurb3c. lachrc33 lachrc3c. latime34 latime3d. launit34 launit3d. ladura34 ladura3d. ladurb34 ladurb3d. lachrc34 lachrc3d. latime90 latime9j. launit90 launit9j. ladura90 ladura9j. ladurb90 ladurb9j. lachrc90 lachrc9j. latime91 latime9a. launit91 launit9a. ladura91 ladura9a. ladurb91 ladurb9a. lachrc91 lachrc9a. lcondrt lcondrt. lachronr lachronr. phstat phstat. pdmed12m pdmed12m. pnmed12m pnmed12m. phospyr phospyr. hospno hospno. hpnite hpnite. phchm2w phchm2w. phchmn2w phchmn2w. phcph2wr phcph2wr. phcphn2w phcphn2w. phcdv2w phcdv2w. phcdvn2w phcdvn2w. p10dvyr p10dvyr. hikinda hikinda. hikindb hikindb. hikindc hikindc. hikindd hikindd. hikinde hikinde. hikindf hikindf. hikindg hikindg. hikindh hikindh. hikindi hikindi. hikindj hikindj. hikindk hikindk. hikindl hikindl. hikindm hikindm. hikindn hikindn. medicare medicare. mcpart mcpart. mcchoice mcchoice. mchmo mchmo. mcname mcname. mcref mcref. mcpaypre mcpaypre. medicaid medicaid. machmd machmd. mapcmd mapcmd. maref maref. single single. sstypea sstypea. sstypeb sstypeb. sstypec sstypec. sstyped sstyped. sstypee sstypee. sstypef sstypef. sstypeg sstypeg. sstypeh sstypeh. sstypei sstypei. sstypej sstypej. sstypek sstypek. sstypel sstypel. private private. hitype1 hitype1l. whonam1 whonam1l. plnwrk1 plnwrk1l. plnpay11 plnpay1a. plnpay21 plnpay2a. plnpay31 plnpay3a. plnpay41 plnpay4a. plnpay51 plnpay5a. plnpay61 plnpay6a. plnpay71 plnpay7a. hicostr1 hicostra. plnmgd1 plnmgd1l. mgchmd1 mgchmd1l. mgprmd1 mgprmd1l. mgpymd1 mgpymd1l. mgpref1 mgpref1l. hitype2 hitype2l. whonam2 whonam2l. plnwrk2 plnwrk2l. plnpay12 plnpay1b. plnpay22 plnpay2b. plnpay32 plnpay3b. plnpay42 plnpay4b. plnpay52 plnpay5b. plnpay62 plnpay6b. plnpay72 plnpay7b. hicostr2 hicostrb. plnmgd2 plnmgd2l. mgchmd2 mgchmd2l. mgprmd2 mgprmd2l. mgpymd2 mgpymd2l. mgpref2 mgpref2l. hitype3 hitype3l. whonam3 whonam3l. plnwrk3 plnwrk3l. plnpay13 plnpay1c. plnpay23 plnpay2c. plnpay33 plnpay3c. plnpay43 plnpay4c. plnpay53 plnpay5c. plnpay63 plnpay6c. plnpay73 plnpay7c. hicostr3 hicostrc. plnmgd3 plnmgd3l. mgchmd3 mgchmd3l. mgprmd3 mgprmd3l. mgpymd3 mgpymd3l. mgpref3 mgpref3l. hitype4 hitype4l. whonam4 whonam4l. plnwrk4 plnwrk4l. plnpay14 plnpay1d. plnpay24 plnpay2d. plnpay34 plnpay3d. plnpay44 plnpay4d. plnpay54 plnpay5d. plnpay64 plnpay6d. plnpay74 plnpay7d. hicostr4 hicostrd. plnmgd4 plnmgd4l. mgchmd4 mgchmd4l. mgprmd4 mgprmd4l. mgpymd4 mgpymd4l. mgpref4 mgpref4l. ihs ihs. military military. chip chip. otherpub otherpub. othergov othergov. notcov notcov. hilast hilast. histop1 histop1l. histop2 histop2l. histop3 histop3l. histop4 histop4l. histop5 histop5l. histop6 histop6l. histop7 histop7l. histop8 histop8l. histop9 histop9l. histop10 histop1j. histop11 histop1a. histop12 histop1b. histop13 histop1c. histop14 histop1d. histop15 histop1e. hinotyr hinotyr. hinotmyr hinotmyr. hcspfyr hcspfyr. regionbr regionbr. geobrth geobrth. yrsinus yrsinus. citizenp citizenp. headst headst. headstv1 headstva. educ educ. educ_r1 educ_r1l. miltryds miltryds. doinglw1 doinglwa. whynowk1 whynowka. wrkhrs wrkhrs. wrkftall wrkftall. wrklyr1 wrklyr1l. wrkmyr wrkmyr. majr_act majr_act. ernyr_p ernyr_p. hiempof hiempof. psal psal. pseinc pseinc. pssrr pssrr. pssrrdb pssrrdb. pssrrd pssrrd. ppens ppens. popens popens. pssi pssi. pssid pssid. ptanf ptanf. powben powben. pintrstr pintrstr. pdivd pdivd. pchldsp pchldsp. pincot pincot. incgrp incgrp. ab_bl20k ab_bl20k. rat_cat rat_cat. houseown houseown. fgah fgah. pssapl pssapl. psdapl psdapl. tanfmyr tanfmyr. pfstp pfstp. fstpmyr fstpmyr. eligpwic eligpwic. pwic pwic. wic_flag wic_flag. ; proc contents data=library.nhis2003_personsx; /* Copyright 2007 shared by the National Bureau of Economic Research and Jean Roth National Bureau of Economic Research. 1050 Massachusetts Avenue Cambridge, MA 02138 jroth@nber.org This program and all programs referenced in it are free software. You can redistribute the program or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */