*options obs=100 ; options nocenter ; /*------------------------------------------------ by Jean Roth Mon Jul 2 15:42:16 EDT 2007 This program reads the 1997 National Health Interview Survey 1997 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/1997/personsx.exe "; * The following line should contain the name of the SAS dataset ; %let dataset = nhis1997_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=3 label="Month of Birth"; attrib dob_y_p length=4 label="Year of Birth"; attrib origin length=3 label="Hispanic Ethnicity"; attrib hispan_p length=3 label="Hispanic subgroup detail"; attrib mrace_p length=3 label="Race coded to a single race group"; attrib racerec length=3 label="Race Recode"; attrib race length=3 label="OMB groups w/multiple race"; 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="CDC standard for legal marital status"; attrib tmpmstat length=3 label="Legal marital status"; attrib rrp length=3 label="Relationship to reference person"; attrib hh_ref length=3 label="Person # of reference person"; attrib hhstat length=$1 label="Reference Person Flag"; 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 fm_size length=3 label="Number of persons in family"; attrib region length=3 label="Region"; attrib msasizep length=3 label="Geographic Distribution - MSA size"; 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="Is - - limited in kind/amt play"; attrib plaplyun length=3 label="Is -- able to play AT ALL?"; attrib pspedeis length=3 label="Does - - receive Spec Ed or EIS"; attrib plaadl length=3 label="Does -- need help w/ADL?"; attrib labath length=3 label="Does -- need help w/ bathing?"; attrib ladress length=3 label="Does -- need help with dressing?"; attrib laeat length=3 label="Does -- need help w/ eating?"; attrib labed length=3 label="Does -- need help in/out of bed/chair?"; attrib latoilt length=3 label="Does -- need help with toilet?"; attrib lahome length=3 label="Does -- need help getting around home?"; attrib plaiadl length=3 label="Does - - need help w/chores, shop, etc."; attrib plawknow length=3 label="Is - - unable to work due to health prob"; attrib plawklim length=3 label="Is - - limited kind/amt of work (health)"; attrib plawalk length=3 label="Does - - have dif walking w/o equip?"; attrib plaremem length=3 label="Is -- 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 causes limitation"; attrib lhccln1 length=3 label="Duration of vision prob: # of units"; attrib lhcclt1 length=3 label="Duration of vision prob: Time unit"; attrib lhccly1 length=3 label="Duration of vision prob (in years)"; attrib lahcc2 length=3 label="Hearing problem causes limitation"; attrib lhccln2 length=3 label="Duration of hearing prob: # of units"; attrib lhcclt2 length=3 label="Duration of hearing prob: Time unit"; attrib lhccly2 length=3 label="Duration of hearing prob (in years)"; attrib lahcc3 length=3 label="Speech problem causes limitation"; attrib lhccln3 length=3 label="Duration of speech prob: # of units"; attrib lhcclt3 length=3 label="Duration of speech prob: Time unit"; attrib lhccly3 length=3 label="Duration of speech prob (in years)"; attrib lahcc4 length=3 label="Asthma/breathing prob causes limitation"; attrib lhccln4 length=3 label="Duration asthma/breath prob: # of units"; attrib lhcclt4 length=3 label="Duration asthma/breath prob: Time unit"; attrib lhccly4 length=3 label="Duration of asthma/breathing prob (yrs)"; attrib lahcc5 length=3 label="Birth defect causes limitation"; attrib lhccln5 length=3 label="Duration of birth defect: # of units"; attrib lhcclt5 length=3 label="Duration of birth defect: Time unit"; attrib lhccly5 length=3 label="Duration of birth defect (in years)"; attrib lahcc6 length=3 label="Injury causes limitation"; attrib lhccln6 length=3 label="Duration of injury: # of units"; attrib lhcclt6 length=3 label="Duration of injury: Time unit"; attrib lhccly6 length=3 label="Duration of injury (in years)"; attrib lahcc7 length=3 label="Mental retardation causes limitation"; attrib lhccln7 length=3 label="Duration of mental retardation: # units"; attrib lhcclt7 length=3 label="Duration mental retardation: Time unit"; attrib lhccly7 length=3 label="Duration of mental retardation (in yrs)"; attrib lahcc8 length=3 label="Other dev prob causes limitation"; attrib lhccln8 length=3 label="Duration of otr dev prob: # of units"; attrib lhcclt8 length=3 label="Duration of otr dev prob: Time unit"; attrib lhccly8 length=3 label="Duration of otr dev prob (in years)"; attrib lahcc9 length=3 label="Other emot/behav prob causes limitation"; attrib lhccln9 length=3 label="Duration of otr emot/behav prob: # units"; attrib lhcclt9 length=3 label="Duration otr emot/behav prob: Time unit"; attrib lhccly9 length=3 label="Duration of otr emot/behav prob (in yrs)"; attrib lahcc10 length=3 label="Bone/joint/muscl prob causes limitation"; attrib lhccln10 length=3 label="Duration bone/joint/muscl prob: # units"; attrib lhcclt10 length=3 label="Dur bone/joint/muscl prob: Time unit"; attrib lhccly10 length=3 label="Dur of bone/joint/muscl prob (in yrs)"; attrib lahcc11 length=3 label="Epilepsy causes limitation"; attrib lhccln11 length=3 label="Duration of epilepsy: # of units"; attrib lhcclt11 length=3 label="Duration of epilepsy: Time unit"; attrib lhccly11 length=3 label="Duration of epilepsy (in years)"; attrib lahcc90 length=3 label="Other, N.E.C. prob (1) causes limitation"; attrib lhccln90 length=3 label="Duration otr, N.E.C. prob(1): # of units"; attrib lhcclt90 length=3 label="Duration otr, N.E.C. prob(1): Time unit"; attrib lhccly90 length=3 label="Duration other, N.E.C. prob(1) (in yrs)"; attrib lahcc91 length=3 label="Other, N.E.C. prob (2) causes limitation"; attrib lhccln91 length=3 label="Duration otr, N.E.C. prob(2): # of units"; attrib lhcclt91 length=3 label="Duration otr, N.E.C. prob (2): Time unit"; attrib lhccly91 length=3 label="Duration other, N.E.C. prob (2) (in yrs)"; attrib lahca1 length=3 label="Vision problem causes limitation"; attrib lhcaln1 length=3 label="Duration of vision prob: # of units"; attrib lhcalt1 length=3 label="Duration of vision prob: Time unit"; attrib lhcaly1 length=3 label="Duration of vision prob (in years)"; attrib lahca2 length=3 label="Hearing problem causes limitation"; attrib lhcaln2 length=3 label="Duration of hearing prob: # of units"; attrib lhcalt2 length=3 label="Duration of hearing prob: Time unit"; attrib lhcaly2 length=3 label="Duration of hearing prob (in years)"; attrib lahca3 length=3 label="Arthritis/rheumatism causes limitation"; attrib lhcaln3 length=3 label="Duration of arthritis prob: # of units"; attrib lhcalt3 length=3 label="Duration of arthritis prob: Time unit"; attrib lhcaly3 length=3 label="Duration of arthritis prob (in years)"; attrib lahca4 length=3 label="Back/neck prob causes limitation"; attrib lhcaln4 length=3 label="Duration of back/neck prob: # of units"; attrib lhcalt4 length=3 label="Duration of back/neck prob: Time unit"; attrib lhcaly4 length=3 label="Duration of back/neck prob (in years)"; attrib lahca5 length=3 label="Fract/bone/joint inj causes limitation"; attrib lhcaln5 length=3 label="Dur fract/bone/joint inj: # of units"; attrib lhcalt5 length=3 label="Duration fract/bone/joint inj: Time unit"; attrib lhcaly5 length=3 label="Duration fract/bone/joint inj (in yrs)"; attrib lahca6 length=3 label="Other injury causes limitation"; attrib lhcaln6 length=3 label="Duration of other injury: # of units"; attrib lhcalt6 length=3 label="Duration of other injury: Time unit"; attrib lhcaly6 length=3 label="Duration of other injury (in years)"; attrib lahca7 length=3 label="Heart prob causes limitation"; attrib lhcaln7 length=3 label="Duration of heart prob: # of units"; attrib lhcalt7 length=3 label="Duration of heart prob: Time unit"; attrib lhcaly7 length=3 label="Duration of heart prob (in years)"; attrib lahca8 length=3 label="Stroke causes limitation"; attrib lhcaln8 length=3 label="Duration of stroke: # of units"; attrib lhcalt8 length=3 label="Duration of stroke: Time unit"; attrib lhcaly8 length=3 label="Duration of stroke (in years)"; attrib lahca9 length=3 label="Hypertension causes limitation"; attrib lhcaln9 length=3 label="Duration of hypertension: # of units"; attrib lhcalt9 length=3 label="Duration of hypertension: Time unit"; attrib lhcaly9 length=3 label="Duration of hypertension (in years)"; attrib lahca10 length=3 label="Diabetes causes limitation"; attrib lhcaln10 length=3 label="Duration of diabetes: # of units"; attrib lhcalt10 length=3 label="Duration of diabetes: Time unit"; attrib lhcaly10 length=3 label="Duration of diabetes (in years)"; attrib lahca11 length=3 label="Lung/breath prob causes limitation"; attrib lhcaln11 length=3 label="Duration of lung prob: # of units"; attrib lhcalt11 length=3 label="Duration of lung prob: Time unit"; attrib lhcaly11 length=3 label="Duration of lung prob (in years)"; attrib lahca12 length=3 label="Cancer causes limitation"; attrib lhcaln12 length=3 label="Duration of cancer: # of units"; attrib lhcalt12 length=3 label="Duration of cancer: Time unit"; attrib lhcaly12 length=3 label="Duration of cancer (in years)"; attrib lahca13 length=3 label="Birth defect causes limitation"; attrib lhcaln13 length=3 label="Duration of birth defect: # of units"; attrib lhcalt13 length=3 label="Duration of birth defect: Time unit"; attrib lhcaly13 length=3 label="Duration of birth defect (in years)"; attrib lahca14 length=3 label="Mental retardation causes limitation"; attrib lhcaln14 length=3 label="Duration mental retardation: # of units"; attrib lhcalt14 length=3 label="Duration mental retardation: Time unit"; attrib lhcaly14 length=3 label="Duration of mental retardation (in yrs)"; attrib lahca15 length=3 label="Otr dev prob causes limitation"; attrib lhcaln15 length=3 label="Duration of otr dev prob: # of units"; attrib lhcalt15 length=3 label="Duration of otr dev prob: Time unit"; attrib lhcaly15 length=3 label="Duration of otr dev prob (in years)"; attrib lahca16 length=3 label="Senility causes limitation"; attrib lhcaln16 length=3 label="Duration of senility: # of units"; attrib lhcalt16 length=3 label="Duration of senility: Time unit"; attrib lhcaly16 length=3 label="Duration of senility (in years)"; attrib lahca17 length=3 label="Dep/anx/emot prob causes limitation"; attrib lhcaln17 length=3 label="Duration dep/anx/emot prob: # of units"; attrib lhcalt17 length=3 label="Duration of dep/anx/emot prob: Time unit"; attrib lhcaly17 length=3 label="Duration of dep/anx/emot prob (in years)"; attrib lahca18 length=3 label="Weight prob causes limitation"; attrib lhcaln18 length=3 label="Duration of weight prob: # of units"; attrib lhcalt18 length=3 label="Duration of weight prob: Time unit"; attrib lhcaly18 length=3 label="Duration of weight prob (in years)"; attrib lahca19 length=3 label="Missing limb/finger causes limitation"; attrib lhcaln19 length=3 label="Duration missing limb/finger: # of units"; attrib lhcalt19 length=3 label="Duration missing limb/finger: Time unit"; attrib lhcaly19 length=3 label="Duration of missing limb/finger (in yrs)"; attrib lahca20 length=3 label="Musculoskel. prob causes limitation"; attrib lhcaln20 length=3 label="Duration of musculoskel prob: # of units"; attrib lhcalt20 length=3 label="Duration of musculoskel prob: Time unit"; attrib lhcaly20 length=3 label="Duration of musculoskel prob (in years)"; attrib lahca21 length=3 label="Circulatory prob causes limitation"; attrib lhcaln21 length=3 label="Duration of circulatory prob: # of units"; attrib lhcalt21 length=3 label="Duration of circulatory prob: Time unit"; attrib lhcaly21 length=3 label="Duration of circulatory prob (in years)"; attrib lahca22 length=3 label="Endocrine prob causes limitation"; attrib lhcaln22 length=3 label="Duration of endocrine prob: # of units"; attrib lhcalt22 length=3 label="Duration of endocrine prob: Time unit"; attrib lhcaly22 length=3 label="Duration of endocrine prob (in years)"; attrib lahca23 length=3 label="Nervous sys cond causes limitation"; attrib lhcaln23 length=3 label="Duration of nervous sys prob: # of units"; attrib lhcalt23 length=3 label="Duration of nervous sys prob: Time unit"; attrib lhcaly23 length=3 label="Duration of nervous sys prob (in years)"; attrib lahca24 length=3 label="Digestive prob causes limitation"; attrib lhcaln24 length=3 label="Duration of digestive prob: # of units"; attrib lhcalt24 length=3 label="Duration of digestive prob: Time unit"; attrib lhcaly24 length=3 label="Duration of digestive prob (in years)"; attrib lahca25 length=3 label="Genitourinary prob causes limitation"; attrib lhcaln25 length=3 label="Duration genitourinary prob: # of units"; attrib lhcalt25 length=3 label="Duration genitourinary prob: Time unit"; attrib lhcaly25 length=3 label="Duration of genitourinary prob (in yrs)"; attrib lahca26 length=3 label="Skin prob causes limitation"; attrib lhcaln26 length=3 label="Duration of skin prob: # of units"; attrib lhcalt26 length=3 label="Duration of skin prob: Time unit"; attrib lhcaly26 length=3 label="Duration of skin prob (in years)"; attrib lahca27 length=3 label="Blood prob causes limitation"; attrib lhcaln27 length=3 label="Duration of blood prob: # of units"; attrib lhcalt27 length=3 label="Duration of blood prob: Time unit"; attrib lhcaly27 length=3 label="Duration of blood prob (in years)"; attrib lahca28 length=3 label="Benign tumor causes limitation"; attrib lhcaln28 length=3 label="Duration of benign tumor: # of units"; attrib lhcalt28 length=3 label="Duration of benign tumor: Time unit"; attrib lhcaly28 length=3 label="Duration of benign tumor (in years)"; attrib lahca29 length=3 label="Alcohol or drug prob causes limitation"; attrib lhcaln29 length=3 label="Duration alcohol/drug prob: # of units"; attrib lhcalt29 length=3 label="Duration of alcohol/drug prob: Time unit"; attrib lhcaly29 length=3 label="Duration of alcohol/drug prob (in yrs)"; attrib lahca30 length=3 label="Other mental prob causes limitation"; attrib lhcaln30 length=3 label="Duration of otr mental prob: # of units"; attrib lhcalt30 length=3 label="Duration of otr mental prob: Time unit"; attrib lhcaly30 length=3 label="Duration of otr mental prob (in years)"; attrib lahca31 length=3 label="Surgical after-effects causes limitation"; attrib lhcaln31 length=3 label="Duration surgical after-effects: # units"; attrib lhcalt31 length=3 label="Dur of surgical after-effects: Time unit"; attrib lhcaly31 length=3 label="Duration surgical after-effects (in yrs)"; attrib lahca32 length=3 label="'Old age' causes limitation"; attrib lhcaln32 length=3 label="Duration of 'old age': # of units"; attrib lhcalt32 length=3 label="Duration of 'old age': Time unit"; attrib lhcaly32 length=3 label="Duration of 'old age' (in years)"; attrib lahca33 length=3 label="Fatigue prob causes limitation"; attrib lhcaln33 length=3 label="Duration of fatigue: # of units"; attrib lhcalt33 length=3 label="Duration of fatigue: Time unit"; attrib lhcaly33 length=3 label="Duration of fatigue (in years)"; attrib lahca34 length=3 label="Pregnancy causes limitation"; attrib lhcaln34 length=3 label="Duration of pregnancy: # of units"; attrib lhcalt34 length=3 label="Duration of pregnancy: Time unit"; attrib lhcaly34 length=3 label="Duration of pregnancy (in years)"; attrib lahca90 length=3 label="Other, N.E.C. prob (1) causes limitation"; attrib lhcaln90 length=3 label="Duration otr, N.E.C. prob (1): # units"; attrib lhcalt90 length=3 label="Duration otr, N.E.C. prob (1): Time unit"; attrib lhcaly90 length=3 label="Duration other N.E.C. prob (1) (in yrs)"; attrib lahca91 length=3 label="Other, N.E.C. prob (2) causes limitation"; attrib lhcaln91 length=3 label="Duration otr, N.E.C. prob (2): # units"; attrib lhcalt91 length=3 label="Duration otr, N.E.C. prob (2): Time unit"; attrib lhcaly91 length=3 label="Duration other, N.E.C. prob (2) (in yrs)"; attrib lacntr1 length=3 label="Duration of visual prob recode 2"; attrib lacntr2 length=3 label="Duration of hearing prob recode 2"; attrib lacntr3 length=3 label="Duration of speech prob recode 2"; attrib lacntr4 length=3 label="Duration asthma/breathing prob recode 2"; attrib lacntr5 length=3 label="Duration of birth defect recode 2"; attrib lacntr6 length=3 label="Duration of injury recode 2"; attrib lacntr7 length=3 label="Duration of mental retardation recode 2"; attrib lacntr8 length=3 label="Duration of otr dev prob recode 2"; attrib lacntr9 length=3 label="Duration of otr ment prob recode 2"; attrib lacntr10 length=3 label="Duration of bone/joint prob recode 2"; attrib lacntr11 length=3 label="Duration of epilepsy recode 2"; attrib lacntr90 length=3 label="Duration of otr impair/prob(1) recode 2"; attrib lacntr91 length=3 label="Duration of otr impair/prob(2) recode 2"; attrib laantr1 length=3 label="Duration of vision prob recode 2"; attrib laantr2 length=3 label="Duration of hearing prob recode 2"; attrib laantr3 length=3 label="Duration of arthritis/rheum recode 2"; attrib laantr4 length=3 label="Duration of back/neck prob recode 2"; attrib laantr5 length=3 label="Duration of fract/bone/joint inj rec 2"; attrib laantr6 length=3 label="Duration of otr injury recode 2"; attrib laantr7 length=3 label="Duration of heart prob recode 2"; attrib laantr8 length=3 label="Duration of stroke recode 2"; attrib laantr9 length=3 label="Duration of hypertension recode 2"; attrib laantr10 length=3 label="Duration of diabetes recode 2"; attrib laantr11 length=3 label="Duration of lung/breath prob rec 2"; attrib laantr12 length=3 label="Duration of cancer recode 2"; attrib laantr13 length=3 label="Duration of birth defect recode 2"; attrib laantr14 length=3 label="Duration of mental retardation recode 2"; attrib laantr15 length=3 label="Duration of otr dev prob recode 2"; attrib laantr16 length=3 label="Duration of senility recode 2"; attrib laantr17 length=3 label="Duration of dep/anx/emot prob recode 2"; attrib laantr18 length=3 label="Duration of weight prob recode 2"; attrib laantr19 length=3 label="Duration of missing limb/finger recode 2"; attrib laantr20 length=3 label="Duration of musculoskel prob recode 2"; attrib laantr21 length=3 label="Duration of circulatory prob recode 2"; attrib laantr22 length=3 label="Duration of endocrine prob recode 2"; attrib laantr23 length=3 label="Duration of nervous sys prob recode 2"; attrib laantr24 length=3 label="Duration of digestive prob recode 2"; attrib laantr25 length=3 label="Duration of genitourinary prob recode 2"; attrib laantr26 length=3 label="Duration of skin prob recode 2"; attrib laantr27 length=3 label="Duration of blood prob recode 2"; attrib laantr28 length=3 label="Duration of benign tumor recode 2"; attrib laantr29 length=3 label="Duration of alcohol/drug prob recode 2"; attrib laantr30 length=3 label="Duration of otr mental prob recode 2"; attrib laantr31 length=3 label="Duration surgical after-effects recode 2"; attrib laantr32 length=3 label="Duration of 'old age' recode 2"; attrib laantr33 length=3 label="Duration of fatigue recode 2"; attrib laantr34 length=3 label="Duration of pregnancy recode 2"; attrib laantr90 length=3 label="Duration of otr impair/prob(1) recode 2"; attrib laantr91 length=3 label="Duration of otr impair/prob(2) recode 2"; attrib lccndr1 length=3 label="Vision problem condition status"; attrib lccndr2 length=3 label="Hearing problem condition status"; attrib lccndr3 length=3 label="Speech problem condition status"; attrib lccndr4 length=3 label="Asthma/breath prob condition status"; attrib lccndr5 length=3 label="Birth defect condition status"; attrib lccndr6 length=3 label="Injury condition status"; attrib lccndr7 length=3 label="Mental retardation condition status"; attrib lccndr8 length=3 label="Otr dev prob condition status"; attrib lccndr9 length=3 label="Otr mental/emot prob condition status"; attrib lccndr10 length=3 label="Bone/joint prob condition status"; attrib lccndr11 length=3 label="Epilepsy condition status"; attrib lccndr90 length=3 label="Otr imp/problem(1)condition status"; attrib lccndr91 length=3 label="Otr imp/problem(2) condition status"; attrib lacndr1 length=3 label="Vision problem condition status"; attrib lacndr2 length=3 label="Hearing problem condition status"; attrib lacndr3 length=3 label="Arthritis/rheum condition status"; attrib lacndr4 length=3 label="Back/neck problem condition status"; attrib lacndr5 length=3 label="Fract/bone/joint inj condition status"; attrib lacndr6 length=3 label="Otr injury condition status"; attrib lacndr7 length=3 label="Heart problem condition status"; attrib lacndr8 length=3 label="Stroke condition status"; attrib lacndr9 length=3 label="Hypertension condition status"; attrib lacndr10 length=3 label="Diabetes condition status"; attrib lacndr11 length=3 label="Lung/breath prob condition status"; attrib lacndr12 length=3 label="Cancer condition status"; attrib lacndr13 length=3 label="Birth defect condition status"; attrib lacndr14 length=3 label="Mental retardation condition status"; attrib lacndr15 length=3 label="Otr dev prob condition status"; attrib lacndr16 length=3 label="Senility condition status"; attrib lacndr17 length=3 label="Dep/anx/emot prob condition status"; attrib lacndr18 length=3 label="Weight prob condition status"; attrib lacndr19 length=3 label="Amputee condition status"; attrib lacndr20 length=3 label="Musculoskeletal condition status"; attrib lacndr21 length=3 label="Circulatory condition status"; attrib lacndr22 length=3 label="Endocrine prob condition status"; attrib lacndr23 length=3 label="Nervous sys prob condition status"; attrib lacndr24 length=3 label="Digestive prob condition status"; attrib lacndr25 length=3 label="Genitourinary prob condition status"; attrib lacndr26 length=3 label="Skin prob condition status"; attrib lacndr27 length=3 label="Blood prob condition status"; attrib lacndr28 length=3 label="Benign tumor condition status"; attrib lacndr29 length=3 label="Alcohol or drug prob condition status"; attrib lacndr30 length=3 label="Otr mental prob condition status"; attrib lacndr31 length=3 label="Surgical after-effects condition status"; attrib lacndr32 length=3 label="'Old age' condition status"; attrib lacndr33 length=3 label="Fatigue condition status"; attrib lacndr34 length=3 label="Pregnancy condition status"; attrib lacndr90 length=3 label="Otr imp/prob(1) condition status"; attrib lacndr91 length=3 label="Otr imp/prob(2) condition status"; attrib lcondrt length=3 label="Chronic cond rec for person with LA"; attrib lachronr length=3 label="Overall lim of activ recode by cond stat"; attrib phstat length=3 label="Reported health status"; attrib pinj3mr length=3 label="Person injured during past 3 months"; attrib injct length=3 label="Number of injury episodes"; attrib ecaus1ct length=3 label="# of times injured by transportation"; attrib ecaus2ct length=3 label="# of times injured by burn/scald"; attrib ecaus3ct length=3 label="# of times injured by fall"; attrib ecaus4ct length=3 label="# of times injured by overexertion"; attrib ecaus5ct length=3 label="# of times injured by being struck"; attrib ecaus6ct length=3 label="# of times injured by animal/insect"; attrib ecaus7ct length=3 label="# of times injured by cut/pierce"; attrib ecaus8ct length=3 label="# of times injured by machinery"; attrib ecaus9ct length=3 label="# of times injured by other"; attrib what1ct length=3 label="# times injured driving"; attrib what2ct length=3 label="# times injured working at paid job"; attrib what3ct length=3 label="# times injured working around house"; attrib what4ct length=3 label="# times injured attending school"; attrib what5ct length=3 label="# times injured doing unpaid work"; attrib what6ct length=3 label="# times injured playing sports"; attrib what7ct length=3 label="# times injured during leisure activity"; attrib what8ct length=3 label="# times injured resting, eating"; attrib what9ct length=3 label="# times injured cooking"; attrib what10ct length=3 label="# times injured being cared for"; attrib what11ct length=3 label="# times injured doing other things"; attrib wher1ct length=3 label="# times injured inside home"; attrib wher2ct length=3 label="# times injured outside home"; attrib wher3ct length=3 label="# times injured at school"; attrib wher4ct length=3 label="# times injured at child care center"; attrib wher5ct length=3 label="# times injured in residential facility"; attrib wher6ct length=3 label="# times injured in health care facility"; attrib wher7ct length=3 label="# times injured on street/highway"; attrib wher8ct length=3 label="# times injured in parking lot"; attrib wher9ct length=3 label="# times injured at sport facility"; attrib wher10ct length=3 label="# times injured at trade/service areas"; attrib wher11ct length=3 label="# times injured on farm"; attrib wher12ct length=3 label="# times injured at park/recreation area"; attrib wher13ct length=3 label="# times injured at river/lake/ocean"; attrib wher14ct length=3 label="# times injured at swimming pool"; attrib wher15ct length=3 label="# times injured at construction area"; attrib wher16ct length=3 label="# times injured in mine or quarry"; attrib wher17ct length=3 label="# times injured in otr public building"; attrib wher18ct length=3 label="# times injured in other place"; attrib ppois3mr length=3 label="Person poisoned during past 3 months"; attrib poict length=3 label="Number of poison episodes"; attrib pdmed12m length=3 label="Was med care delayed for - - (cost), 12m"; attrib pnmed12m length=3 label="Did - - NOT get medical 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 phcph2w length=3 label="Did - - have a CALL to health prof, 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 phicov length=3 label="Does - - have health care coverage?"; 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="Medicare"; attrib hikindd length=3 label="Medi-Gap"; attrib hikinde length=3 label="Medicaid"; attrib hikindf length=3 label="Military hlth care/VA"; attrib hikindg length=3 label="CHAMPUS/TRICARE/CHAMP-VA"; attrib hikindh length=3 label="Indian Health Service"; attrib hikindi length=3 label="State-sponsored health plan"; attrib hikindj length=3 label="Other government program"; attrib medicare length=3 label="Medicare coverage recode"; attrib mcpart length=3 label="Type of Medicare coverage"; attrib mchmo length=3 label="Is - - signed up with an HMO?"; 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 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 empoyer 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 government program (Plan 1)"; attrib hicost1 length=3 label="Out-of-pocket premium cost (Plan 1)"; attrib plnmgd1 length=3 label="Type of plan (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 empoyer 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 government program (Plan 2)"; attrib hicost2 length=3 label="Out-of-pocket premium cost(Plan 2)"; attrib plnmgd2 length=3 label="Type of plan (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 empoyer 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 government program (Plan 3)"; attrib hicost3 length=3 label="Out-of-pocket premium cost (Plan 3)"; attrib plnmgd3 length=3 label="Type of plan (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 empoyer 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 government program (Plan 4)"; attrib hicost4 length=3 label="Out-of-pocket premium cost(Plan 4)"; attrib plnmgd4 length=3 label="Type of plan (Plan 4)"; attrib ihs length=3 label="Indian Health Service Recode"; attrib military length=3 label="Military coverage recode"; attrib otherpub length=3 label="Other State-Sponsored Health Plan Recode"; attrib othergov length=3 label="Other government programs Recode"; 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="Spouse/parent lost job or chgd employers"; attrib histop3 length=3 label="Divorce/separate/death spouse or parent"; attrib histop4 length=3 label="Ineligible because of age/left school"; attrib histop5 length=3 label="Employer stopped offering coverage"; attrib histop6 length=3 label="Cut back to part-time/became temp employ"; attrib histop7 length=3 label="Benefits from employer ran out"; attrib histop8 length=3 label="Couldn't afford to pay premiums"; attrib histop9 length=3 label="Insurance plan raised cost of premiums"; attrib histop10 length=3 label="Insurance company refused coverage"; attrib histop11 length=3 label="Other"; attrib histop12 length=3 label="Medicaid/Medical stopped after pregnancy"; attrib histop13 length=3 label="Lost Medicaid/Medical,new job/inc income"; attrib histop14 length=3 label="Lost Medicaid (other)"; 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 usborn_p length=3 label="Was - - born in U.S."; attrib headst length=3 label="Now attending Head Start"; attrib headstev 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 doinglw length=3 label="What was - - doing last week?"; attrib wrkhrs length=3 label="Total hours worked LAST week (all jobs)"; attrib wrkftall length=3 label="Does - - usually work full time"; attrib whynowrk length=3 label="Main reason for not working last week"; attrib wrklyr length=3 label="Did - - work for pay in last year"; attrib wrkmyr length=3 label="Months in {last yr} person had 1+ jobs"; attrib ernyr_p length=3 label="{Person's} total earnings in 1996"; attrib hiempof length=3 label="Was health ins offered thru workplace?"; attrib psal length=3 label="Did - - rec inc from wage/sal (last CY)"; attrib pseinc length=3 label="Did - - rec inc from self-employ"; attrib pssrr length=3 label="Did - - rec Soc Sec, RR ret (last CY)"; attrib ppens length=3 label="Did - - rec inc from other pensions"; attrib pssi length=3 label="Did - - rec inc from SSI"; attrib pssdi length=3 label="Did -- rec inc from SSDI"; attrib pafdc length=3 label="Did - - rec inc from Wel/AFDC/Gen Assist"; attrib pintrst length=3 label="Did - - rec int from sav/bank accounts"; attrib pdivd length=3 label="Did - - rec div from stocks/funds/etc."; attrib pchldsp length=3 label="Did - - rec inc from child support"; attrib pincot length=3 label="Did - - rec inc from any other source"; 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 sspdisb length=3 label="Did -- receive SSI due to a disability"; attrib pssapl length=3 label="Has -- ever applied for SSI"; attrib sdpdisb length=3 label="Did -- receive SSDI due to a disability"; attrib psdapl length=3 label="Has -- ever applied for SSDI"; attrib afdcmyr length=3 label="Months rec AFDC/Gen Assist (last CY)"; attrib pfstp length=3 label="Was -- author to rec fd stmps (last CY)"; attrib fstpmyr length=3 label="Months rec food stamps (last CY)"; attrib fmrpflg length=$1 label="Family Respondent Flag"; 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 1. @30 hispan_p 2. @32 mrace_p 2. @34 racerec 1. @35 race 1. @36 r_maritl 1. @37 cohab1 1. @38 cohab2 1. @39 lg_mstat 1. @40 tmpmstat 1. @41 rrp 2. @43 hh_ref 2. @45 hhstat $1. @46 nowaf 1. @47 astatflg 1. @48 cstatflg 1. @49 immunflg 1. @50 fm_size 2. @52 region 1. @53 msasizep 1. @54 wtia 6. @60 wtfa 6. @66 stratum 3. @69 psu 1. @70 plaplylm 1. @71 plaplyun 1. @72 pspedeis 1. @73 plaadl 1. @74 labath 1. @75 ladress 1. @76 laeat 1. @77 labed 1. @78 latoilt 1. @79 lahome 1. @80 plaiadl 1. @81 plawknow 1. @82 plawklim 1. @83 plawalk 1. @84 plaremem 1. @85 plimany 1. @86 la1ar 1. @87 lahcc1 1. @88 lhccln1 2. @90 lhcclt1 1. @91 lhccly1 2. @93 lahcc2 1. @94 lhccln2 2. @96 lhcclt2 1. @97 lhccly2 2. @99 lahcc3 1. @100 lhccln3 2. @102 lhcclt3 1. @103 lhccly3 2. @105 lahcc4 1. @106 lhccln4 2. @108 lhcclt4 1. @109 lhccly4 2. @111 lahcc5 1. @112 lhccln5 2. @114 lhcclt5 1. @115 lhccly5 2. @117 lahcc6 1. @118 lhccln6 2. @120 lhcclt6 1. @121 lhccly6 2. @123 lahcc7 1. @124 lhccln7 2. @126 lhcclt7 1. @127 lhccly7 2. @129 lahcc8 1. @130 lhccln8 2. @132 lhcclt8 1. @133 lhccly8 2. @135 lahcc9 1. @136 lhccln9 2. @138 lhcclt9 1. @139 lhccly9 2. @141 lahcc10 1. @142 lhccln10 2. @144 lhcclt10 1. @145 lhccly10 2. @147 lahcc11 1. @148 lhccln11 2. @150 lhcclt11 1. @151 lhccly11 2. @153 lahcc90 1. @154 lhccln90 2. @156 lhcclt90 1. @157 lhccly90 2. @159 lahcc91 1. @160 lhccln91 2. @162 lhcclt91 1. @163 lhccly91 2. @165 lahca1 1. @166 lhcaln1 2. @168 lhcalt1 1. @169 lhcaly1 2. @171 lahca2 1. @172 lhcaln2 2. @174 lhcalt2 1. @175 lhcaly2 2. @177 lahca3 1. @178 lhcaln3 2. @180 lhcalt3 1. @181 lhcaly3 2. @183 lahca4 1. @184 lhcaln4 2. @186 lhcalt4 1. @187 lhcaly4 2. @189 lahca5 1. @190 lhcaln5 2. @192 lhcalt5 1. @193 lhcaly5 2. @195 lahca6 1. @196 lhcaln6 2. @198 lhcalt6 1. @199 lhcaly6 2. @201 lahca7 1. @202 lhcaln7 2. @204 lhcalt7 1. @205 lhcaly7 2. @207 lahca8 1. @208 lhcaln8 2. @210 lhcalt8 1. @211 lhcaly8 2. @213 lahca9 1. @214 lhcaln9 2. @216 lhcalt9 1. @217 lhcaly9 2. @219 lahca10 1. @220 lhcaln10 2. @222 lhcalt10 1. @223 lhcaly10 2. @225 lahca11 1. @226 lhcaln11 2. @228 lhcalt11 1. @229 lhcaly11 2. @231 lahca12 1. @232 lhcaln12 2. @234 lhcalt12 1. @235 lhcaly12 2. @237 lahca13 1. @238 lhcaln13 2. @240 lhcalt13 1. @241 lhcaly13 2. @243 lahca14 1. @244 lhcaln14 2. @246 lhcalt14 1. @247 lhcaly14 2. @249 lahca15 1. @250 lhcaln15 2. @252 lhcalt15 1. @253 lhcaly15 2. @255 lahca16 1. @256 lhcaln16 2. @258 lhcalt16 1. @259 lhcaly16 2. @261 lahca17 1. @262 lhcaln17 2. @264 lhcalt17 1. @265 lhcaly17 2. @267 lahca18 1. @268 lhcaln18 2. @270 lhcalt18 1. @271 lhcaly18 2. @273 lahca19 1. @274 lhcaln19 2. @276 lhcalt19 1. @277 lhcaly19 2. @279 lahca20 1. @280 lhcaln20 2. @282 lhcalt20 1. @283 lhcaly20 2. @285 lahca21 1. @286 lhcaln21 2. @288 lhcalt21 1. @289 lhcaly21 2. @291 lahca22 1. @292 lhcaln22 2. @294 lhcalt22 1. @295 lhcaly22 2. @297 lahca23 1. @298 lhcaln23 2. @300 lhcalt23 1. @301 lhcaly23 2. @303 lahca24 1. @304 lhcaln24 2. @306 lhcalt24 1. @307 lhcaly24 2. @309 lahca25 1. @310 lhcaln25 2. @312 lhcalt25 1. @313 lhcaly25 2. @315 lahca26 1. @316 lhcaln26 2. @318 lhcalt26 1. @319 lhcaly26 2. @321 lahca27 1. @322 lhcaln27 2. @324 lhcalt27 1. @325 lhcaly27 2. @327 lahca28 1. @328 lhcaln28 2. @330 lhcalt28 1. @331 lhcaly28 2. @333 lahca29 1. @334 lhcaln29 2. @336 lhcalt29 1. @337 lhcaly29 2. @339 lahca30 1. @340 lhcaln30 2. @342 lhcalt30 1. @343 lhcaly30 2. @345 lahca31 1. @346 lhcaln31 2. @348 lhcalt31 1. @349 lhcaly31 2. @351 lahca32 1. @352 lhcaln32 2. @354 lhcalt32 1. @355 lhcaly32 2. @357 lahca33 1. @358 lhcaln33 2. @360 lhcalt33 1. @361 lhcaly33 2. @363 lahca34 1. @364 lhcaln34 2. @366 lhcalt34 1. @367 lhcaly34 2. @369 lahca90 1. @370 lhcaln90 2. @372 lhcalt90 1. @373 lhcaly90 2. @375 lahca91 1. @376 lhcaln91 2. @378 lhcalt91 1. @379 lhcaly91 2. @381 lacntr1 2. @383 lacntr2 2. @385 lacntr3 2. @387 lacntr4 2. @389 lacntr5 2. @391 lacntr6 2. @393 lacntr7 2. @395 lacntr8 2. @397 lacntr9 2. @399 lacntr10 2. @401 lacntr11 2. @403 lacntr90 2. @405 lacntr91 2. @407 laantr1 2. @409 laantr2 2. @411 laantr3 2. @413 laantr4 2. @415 laantr5 2. @417 laantr6 2. @419 laantr7 2. @421 laantr8 2. @423 laantr9 2. @425 laantr10 2. @427 laantr11 2. @429 laantr12 2. @431 laantr13 2. @433 laantr14 2. @435 laantr15 2. @437 laantr16 2. @439 laantr17 2. @441 laantr18 2. @443 laantr19 2. @445 laantr20 2. @447 laantr21 2. @449 laantr22 2. @451 laantr23 2. @453 laantr24 2. @455 laantr25 2. @457 laantr26 2. @459 laantr27 2. @461 laantr28 2. @463 laantr29 2. @465 laantr30 2. @467 laantr31 2. @469 laantr32 2. @471 laantr33 2. @473 laantr34 2. @475 laantr90 2. @477 laantr91 2. @479 lccndr1 1. @480 lccndr2 1. @481 lccndr3 1. @482 lccndr4 1. @483 lccndr5 1. @484 lccndr6 1. @485 lccndr7 1. @486 lccndr8 1. @487 lccndr9 1. @488 lccndr10 1. @489 lccndr11 1. @490 lccndr90 1. @491 lccndr91 1. @492 lacndr1 1. @493 lacndr2 1. @494 lacndr3 1. @495 lacndr4 1. @496 lacndr5 1. @497 lacndr6 1. @498 lacndr7 1. @499 lacndr8 1. @500 lacndr9 1. @501 lacndr10 1. @502 lacndr11 1. @503 lacndr12 1. @504 lacndr13 1. @505 lacndr14 1. @506 lacndr15 1. @507 lacndr16 1. @508 lacndr17 1. @509 lacndr18 1. @510 lacndr19 1. @511 lacndr20 1. @512 lacndr21 1. @513 lacndr22 1. @514 lacndr23 1. @515 lacndr24 1. @516 lacndr25 1. @517 lacndr26 1. @518 lacndr27 1. @519 lacndr28 1. @520 lacndr29 1. @521 lacndr30 1. @522 lacndr31 1. @523 lacndr32 1. @524 lacndr33 1. @525 lacndr34 1. @526 lacndr90 1. @527 lacndr91 1. @528 lcondrt 1. @529 lachronr 1. @530 phstat 1. @531 pinj3mr 1. @532 injct 1. @533 ecaus1ct 1. @534 ecaus2ct 1. @535 ecaus3ct 1. @536 ecaus4ct 1. @537 ecaus5ct 1. @538 ecaus6ct 1. @539 ecaus7ct 1. @540 ecaus8ct 1. @541 ecaus9ct 1. @542 what1ct 1. @543 what2ct 1. @544 what3ct 1. @545 what4ct 1. @546 what5ct 1. @547 what6ct 1. @548 what7ct 1. @549 what8ct 1. @550 what9ct 1. @551 what10ct 1. @552 what11ct 1. @553 wher1ct 1. @554 wher2ct 1. @555 wher3ct 1. @556 wher4ct 1. @557 wher5ct 1. @558 wher6ct 1. @559 wher7ct 1. @560 wher8ct 1. @561 wher9ct 1. @562 wher10ct 1. @563 wher11ct 1. @564 wher12ct 1. @565 wher13ct 1. @566 wher14ct 1. @567 wher15ct 1. @568 wher16ct 1. @569 wher17ct 1. @570 wher18ct 1. @571 ppois3mr 1. @572 poict 1. @573 pdmed12m 1. @574 pnmed12m 1. @575 phospyr 1. @576 hospno 3. @579 hpnite 3. @582 phchm2w 1. @583 phchmn2w 2. @585 phcph2w 1. @586 phcphn2w 2. @588 phcdv2w 1. @589 phcdvn2w 2. @591 p10dvyr 1. @592 phicov 1. @593 hikinda 1. @594 hikindb 1. @595 hikindc 1. @596 hikindd 1. @597 hikinde 1. @598 hikindf 1. @599 hikindg 1. @600 hikindh 1. @601 hikindi 1. @602 hikindj 1. @603 medicare 1. @604 mcpart 1. @605 mchmo 1. @606 medicaid 1. @607 machmd 1. @608 mapcmd 1. @609 maref 1. @610 private 1. @611 hitype1 2. @613 whonam1 1. @614 plnwrk1 1. @615 plnpay11 1. @616 plnpay21 1. @617 plnpay31 1. @618 plnpay41 1. @619 plnpay51 1. @620 plnpay61 1. @621 hicost1 1. @622 plnmgd1 1. @623 hitype2 2. @625 whonam2 1. @626 plnwrk2 1. @627 plnpay12 1. @628 plnpay22 1. @629 plnpay32 1. @630 plnpay42 1. @631 plnpay52 1. @632 plnpay62 1. @633 hicost2 1. @634 plnmgd2 1. @635 hitype3 2. @637 whonam3 1. @638 plnwrk3 1. @639 plnpay13 1. @640 plnpay23 1. @641 plnpay33 1. @642 plnpay43 1. @643 plnpay53 1. @644 plnpay63 1. @645 hicost3 1. @646 plnmgd3 1. @647 hitype4 2. @649 whonam4 1. @650 plnwrk4 1. @651 plnpay14 1. @652 plnpay24 1. @653 plnpay34 1. @654 plnpay44 1. @655 plnpay54 1. @656 plnpay64 1. @657 hicost4 1. @658 plnmgd4 1. @659 ihs 1. @660 military 1. @661 otherpub 1. @662 othergov 1. @663 hilast 1. @664 histop1 1. @665 histop2 1. @666 histop3 1. @667 histop4 1. @668 histop5 1. @669 histop6 1. @670 histop7 1. @671 histop8 1. @672 histop9 1. @673 histop10 1. @674 histop11 1. @675 histop12 1. @676 histop13 1. @677 histop14 1. @678 hinotyr 1. @679 hinotmyr 2. @681 hcspfyr 1. @682 usborn_p 1. @683 headst 1. @684 headstev 1. @685 educ 2. @687 educ_r1 2. @689 miltryds 1. @690 doinglw 1. @691 wrkhrs 2. @693 wrkftall 1. @694 whynowrk 1. @695 wrklyr 1. @696 wrkmyr 2. @698 ernyr_p 2. @700 hiempof 1. @701 psal 1. @702 pseinc 1. @703 pssrr 1. @704 ppens 1. @705 pssi 1. @706 pssdi 1. @707 pafdc 1. @708 pintrst 1. @709 pdivd 1. @710 pchldsp 1. @711 pincot 1. @712 incgrp 2. @714 ab_bl20k 2. @716 rat_cat 2. @718 houseown 1. @719 sspdisb 1. @720 pssapl 1. @721 sdpdisb 1. @722 psdapl 1. @723 afdcmyr 2. @725 pfstp 1. @726 fstpmyr 2. @728 fmrpflg $1. ; /*------------------------------------------------ The PROC FORMAT statement will store the formats in a sas data set called fpers97 To use the stored formats in a subsequent program, use code like the following: proc format cntlin=library.fpers97; PROC freq; tables pesex ; format pesex P135L.; For more information, consult PROC FORMAT in the SAS Procedures Guide ----------------------------------------------- */ PROC FORMAT cntlout=library.fpers97; ; VALUE rectype (default=32) 20 = "Person" ; VALUE srvy_yr (default=32) 1997 = "1997" ; 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) 1913 = "1913 or before" 9997 = "Refused" 9998 = "Not ascertained" 9999 = "Don't know" ; VALUE origin (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hispan_p (default=32) 00 = "Multiple Hispanic" 01 = "Puerto Rican" 03 = "Mexican-Mexicano" 04 = "Mexican-American (includes Chicano)" 05 = "Cuban/Cuban-American" 06 = "Other Latin American" 07 = "Other Spanish" 08 = "Hispanic/Spanish; non-specific type" 09 = "Hispanic/Spanish; type refused" 10 = "Hispanic/Spanish; type not ascertained" 11 = "Hispanic/Spanish; type don't know" 12 = "Not Hispanic/Spanish origin" ; VALUE mrace_p (default=32) 01 = "White" 02 = "Black/African American" 03 = "Indian (American) (includes Eskimo; Aleut)" 06 = "Chinese" 07 = "Filipino" 12 = "Asian Indian" 15 = "Other API*" 16 = "Other race" 17 = "Multiple race" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE racerec (default=32) 1 = "White" 2 = "Black" 3 = "Other" ; VALUE race (default=32) 1 = "White" 2 = "Black" 3 = "AIAN*" 4 = "API*" 5 = "Other" 6 = "Multiple race" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; 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 = "Separated" 2 = "Divorced" 3 = "Married" 4 = "Single/never married" 5 = "Widowed" 9 = "Unknown marital status" ; VALUE tmpmstat (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 rrp (default=32) 01 = "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 $hhstat (default=32) ""P"" = "Reference person" ""8"" = "Not ascertained" """ = " " ; 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" 5 = "Military; not selected as Sample Child" ; 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 msasizep (default=32) 1 = "5;000;000 or more" 2 = "2;500;000 - 4;999;999" 3 = "1;000;000 - 2;499;999" 4 = "500;000 - 999;999" 5 = "250;000 - 499;999" 6 = "Under 250;000" 7 = "Non-MSA" ; VALUE 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 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 (includes unk)" ; VALUE lahcc1l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lhccln1l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcclt1l (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 lhccly1l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhccln2l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcclt2l (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 lhccly2l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhccln3l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcclt3l (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 lhccly3l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhccln4l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcclt4l (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 lhccly4l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhccln5l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lhcclt5l (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 lhccly5l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhccln6l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcclt6l (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 lhccly6l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhccln7l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcclt7l (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 lhccly7l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhccln8l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcclt8l (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 lhccly8l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhccln9l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcclt9l (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 lhccly9l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhccln1j (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcclt1j (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 lhccly1j (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhccln1a (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcclt1a (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 lhccly1a (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhccln9j (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcclt9j (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 lhccly9j (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhccln9a (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcclt9a (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 lhccly9a (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lahca1l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lhcaln1l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt1l (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 lhcaly1l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln2l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt2l (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 lhcaly2l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln3l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt3l (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 lhcaly3l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln4l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt4l (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 lhcaly4l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln5l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt5l (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 lhcaly5l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln6l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt6l (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 lhcaly6l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln7l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt7l (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 lhcaly7l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln8l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt8l (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 lhcaly8l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln9l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt9l (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 lhcaly9l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln1j (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt1j (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 lhcaly1j (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln1a (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt1a (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 lhcaly1a (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln1b (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt1b (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 lhcaly1b (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln1c (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lhcalt1c (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 lhcaly1c (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln1d (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt1d (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 lhcaly1d (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln1e (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt1e (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 lhcaly1e (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln1f (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt1f (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 lhcaly1f (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln1g (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt1g (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 lhcaly1g (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln1h (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt1h (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 lhcaly1h (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln1i (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt1i (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 lhcaly1i (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln2j (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt2j (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 lhcaly2j (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln2a (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt2a (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 lhcaly2a (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln2b (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt2b (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 lhcaly2b (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln2c (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt2c (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 lhcaly2c (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln2d (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt2d (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 lhcaly2d (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln2e (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt2e (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 lhcaly2e (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln2f (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt2f (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 lhcaly2f (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln2g (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt2g (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 lhcaly2g (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln2h (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt2h (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 lhcaly2h (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln2i (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt2i (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 lhcaly2i (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln3j (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt3j (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 lhcaly3j (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln3a (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt3a (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 lhcaly3a (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln3b (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt3b (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 lhcaly3b (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln3c (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt3c (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 lhcaly3c (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln3d (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt3d (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 lhcaly3d (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln9j (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt9j (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 lhcaly9j (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "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 lhcaln9a (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused*" 98 = "Not ascertained" 99 = "Don't know*" ; VALUE lhcalt9a (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 lhcaly9a (default=32) 00 = "Less than 1 year" 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE lacntr1l (default=32) 00 = "Since birth and child < 1 year of age" 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE lacntr2l (default=32) 00 = "Since birth and child < 1 year of age" 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE lacntr3l (default=32) 00 = "Since birth and child < 1 year of age" 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE lacntr4l (default=32) 00 = "Since birth and child < 1 year of age" 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE lacntr5l (default=32) 00 = "Since birth and child < 1 year of age" 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE lacntr6l (default=32) 00 = "Since birth and child < 1 year of age" 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE lacntr7l (default=32) 00 = "Since birth and child < 1 year of age" 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE lacntr8l (default=32) 00 = "Since birth and child < 1 year of age" 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE lacntr9l (default=32) 00 = "Since birth and child < 1 year of age" 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE lacntr1j (default=32) 00 = "Since birth and child < 1 year of age" 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE lacntr1a (default=32) 00 = "Since birth and child < 1 year of age" 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE lacntr9j (default=32) 00 = "Since birth and child < 1 year of age" 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE lacntr9a (default=32) 00 = "Since birth and child < 1 year of age" 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr1l (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr2l (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr3l (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr4l (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr5l (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr6l (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr7l (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr8l (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr9l (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr1j (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr1a (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr1b (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr1c (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr1d (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr1e (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr1f (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr1g (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr1h (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr1i (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr2j (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr2a (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr2b (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr2c (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr2d (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr2e (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr2f (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr2g (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr2h (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr2i (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr3j (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr3a (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr3b (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr3c (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr3d (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr9j (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE laantr9a (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE lccndr1l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lccndr2l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lccndr3l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lccndr4l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lccndr5l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lccndr6l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lccndr7l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lccndr8l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lccndr9l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lccndr1j (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lccndr1a (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lccndr9j (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lccndr9a (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr1l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr2l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr3l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr4l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr5l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr6l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr7l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr8l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr9l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr1j (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr1a (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr1b (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr1c (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr1d (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr1e (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr1f (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr1g (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr1h (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr1i (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr2j (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr2a (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr2b (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr2c (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr2d (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr2e (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr2f (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr2g (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr2h (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr2i (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr3j (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr3a (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr3b (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr3c (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr3d (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr9j (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE lacndr9a (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 = "Unknown 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 pinj3mr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not Ascertained" 9 = "Don't Know" ; VALUE injct (default=32) 1 = "1 injury episode" 2 = "2 injury episodes" 3 = "3 injury episodes" 4 = "4 injury episodes" ; VALUE ecaus1ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE ecaus2ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE ecaus3ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE ecaus4ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE ecaus5ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE ecaus6ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE ecaus7ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE ecaus8ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE ecaus9ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE what1ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE what2ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE what3ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE what4ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE what5ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE what6ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE what7ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE what8ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE what9ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE what10ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE what11ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE wher1ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE wher2ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE wher3ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE wher4ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE wher5ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE wher6ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE wher7ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE wher8ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE wher9ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE wher10ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE wher11ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE wher12ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE wher13ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE wher14ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE wher15ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE wher16ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE wher17ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE wher18ct (default=32) 0 = "None" 1 = "1 time" 2 = "2 times" 3 = "3 times" 4 = "4 times" ; VALUE ppois3mr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not Ascertained" 9 = "Don't Know" ; VALUE poict (default=32) 1 = "1 poison episode" 2 = "2 poison episodes" 3 = "3 poison episodes" 4 = "4 poison episodes" ; 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) 50 = "50+ visits" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE phcph2w (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE phcphn2w (default=32) 50 = "50+ calls" 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) 50 = "50+ times" 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 phicov (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 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 mchmo (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 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 hicost1l (default=32) 1 = "Less than $500" 2 = "$500-$999" 3 = "$1;000-$1;999" 4 = "$2;000-$2;999" 5 = "$3;000 or more" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnmgd1l (default=32) 1 = "HMO/IPA" 2 = "PPO" 3 = "Other" 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 hicost2l (default=32) 1 = "Less than $500" 2 = "$500-$999" 3 = "$1;000-$1;999" 4 = "$2;000-$2;999" 5 = "$3;000 or more" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnmgd2l (default=32) 1 = "HMO/IPA" 2 = "PPO" 3 = "Other" 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 hicost3l (default=32) 1 = "Less than $500" 2 = "$500-$999" 3 = "$1;000-$1;999" 4 = "$2;000-$2;999" 5 = "$3;000 or more" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnmgd3l (default=32) 1 = "HMO/IPA" 2 = "PPO" 3 = "Other" 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 hicost4l (default=32) 1 = "Less than $500" 2 = "$500-$999" 3 = "$1;000-$1;999" 4 = "$2;000-$2;999" 5 = "$3;000 or more" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE plnmgd4l (default=32) 1 = "HMO/IPA" 2 = "PPO" 3 = "Other" 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; CHAMPUS/TRICARE/CHAMP-VA only" 3 = "Yes Both Military/VA + CHAMPUS/TRICARE/CHAMP-VA" 4 = "Yes unknown type" 5 = "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 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 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 usborn_p (default=32) 1 = "Yes" 2 = "No" 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 headstev (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 doinglw (default=32) 1 = "Working at a job or business" 2 = "With a job or business but not at work" 3 = "Looking for work" 4 = "Not working at a job or business" 7 = "Refused" 8 = "Not ascertained" 9 = "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 whynowrk (default=32) 1 = "Keeping house" 2 = "Going to school" 3 = "Retired" 4 = "Unable to work for health reasons" 5 = "On layoff" 6 = "Other" 7 = "Refused" 8 = "Not Ascertained" 9 = "Don't know" ; VALUE wrklyr (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 ernyr_p (default=32) 01 = "$1-$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 ppens (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 pssdi (default=32) 1 = "Yes" 2 = "No" 3 = "Ineligible due to age (65+)" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pafdc (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pintrst (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) 01 = "$20;000 or more" 02 = "Less than $20;000" 97 = "Refused" 98 = "Not ascertained" 99 = "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" 2 = "Being bought" 3 = "Rented" 4 = "Other arrangement" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sspdisb (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 sdpdisb (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 afdcmyr (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 $fmrpflg (default=32) ""B"" = "Family respondent" ""8"" = "Not ascertained" """ = " " ; proc print data=library.nhis1997_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 origin. hispan_p hispan_p. mrace_p mrace_p. racerec racerec. race race. r_maritl r_maritl. cohab1 cohab1l. cohab2 cohab2l. lg_mstat lg_mstat. tmpmstat tmpmstat. rrp rrp. hh_ref hh_ref. hhstat $hhstat. nowaf nowaf. astatflg astatflg. cstatflg cstatflg. immunflg immunflg. region region. msasizep msasizep. plaplylm plaplylm. plaplyun plaplyun. pspedeis pspedeis. 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. lhccln1 lhccln1l. lhcclt1 lhcclt1l. lhccly1 lhccly1l. lahcc2 lahcc2l. lhccln2 lhccln2l. lhcclt2 lhcclt2l. lhccly2 lhccly2l. lahcc3 lahcc3l. lhccln3 lhccln3l. lhcclt3 lhcclt3l. lhccly3 lhccly3l. lahcc4 lahcc4l. lhccln4 lhccln4l. lhcclt4 lhcclt4l. lhccly4 lhccly4l. lahcc5 lahcc5l. lhccln5 lhccln5l. lhcclt5 lhcclt5l. lhccly5 lhccly5l. lahcc6 lahcc6l. lhccln6 lhccln6l. lhcclt6 lhcclt6l. lhccly6 lhccly6l. lahcc7 lahcc7l. lhccln7 lhccln7l. lhcclt7 lhcclt7l. lhccly7 lhccly7l. lahcc8 lahcc8l. lhccln8 lhccln8l. lhcclt8 lhcclt8l. lhccly8 lhccly8l. lahcc9 lahcc9l. lhccln9 lhccln9l. lhcclt9 lhcclt9l. lhccly9 lhccly9l. lahcc10 lahcc10l. lhccln10 lhccln1j. lhcclt10 lhcclt1j. lhccly10 lhccly1j. lahcc11 lahcc11l. lhccln11 lhccln1a. lhcclt11 lhcclt1a. lhccly11 lhccly1a. lahcc90 lahcc90l. lhccln90 lhccln9j. lhcclt90 lhcclt9j. lhccly90 lhccly9j. lahcc91 lahcc91l. lhccln91 lhccln9a. lhcclt91 lhcclt9a. lhccly91 lhccly9a. lahca1 lahca1l. lhcaln1 lhcaln1l. lhcalt1 lhcalt1l. lhcaly1 lhcaly1l. lahca2 lahca2l. lhcaln2 lhcaln2l. lhcalt2 lhcalt2l. lhcaly2 lhcaly2l. lahca3 lahca3l. lhcaln3 lhcaln3l. lhcalt3 lhcalt3l. lhcaly3 lhcaly3l. lahca4 lahca4l. lhcaln4 lhcaln4l. lhcalt4 lhcalt4l. lhcaly4 lhcaly4l. lahca5 lahca5l. lhcaln5 lhcaln5l. lhcalt5 lhcalt5l. lhcaly5 lhcaly5l. lahca6 lahca6l. lhcaln6 lhcaln6l. lhcalt6 lhcalt6l. lhcaly6 lhcaly6l. lahca7 lahca7l. lhcaln7 lhcaln7l. lhcalt7 lhcalt7l. lhcaly7 lhcaly7l. lahca8 lahca8l. lhcaln8 lhcaln8l. lhcalt8 lhcalt8l. lhcaly8 lhcaly8l. lahca9 lahca9l. lhcaln9 lhcaln9l. lhcalt9 lhcalt9l. lhcaly9 lhcaly9l. lahca10 lahca10l. lhcaln10 lhcaln1j. lhcalt10 lhcalt1j. lhcaly10 lhcaly1j. lahca11 lahca11l. lhcaln11 lhcaln1a. lhcalt11 lhcalt1a. lhcaly11 lhcaly1a. lahca12 lahca12l. lhcaln12 lhcaln1b. lhcalt12 lhcalt1b. lhcaly12 lhcaly1b. lahca13 lahca13l. lhcaln13 lhcaln1c. lhcalt13 lhcalt1c. lhcaly13 lhcaly1c. lahca14 lahca14l. lhcaln14 lhcaln1d. lhcalt14 lhcalt1d. lhcaly14 lhcaly1d. lahca15 lahca15l. lhcaln15 lhcaln1e. lhcalt15 lhcalt1e. lhcaly15 lhcaly1e. lahca16 lahca16l. lhcaln16 lhcaln1f. lhcalt16 lhcalt1f. lhcaly16 lhcaly1f. lahca17 lahca17l. lhcaln17 lhcaln1g. lhcalt17 lhcalt1g. lhcaly17 lhcaly1g. lahca18 lahca18l. lhcaln18 lhcaln1h. lhcalt18 lhcalt1h. lhcaly18 lhcaly1h. lahca19 lahca19l. lhcaln19 lhcaln1i. lhcalt19 lhcalt1i. lhcaly19 lhcaly1i. lahca20 lahca20l. lhcaln20 lhcaln2j. lhcalt20 lhcalt2j. lhcaly20 lhcaly2j. lahca21 lahca21l. lhcaln21 lhcaln2a. lhcalt21 lhcalt2a. lhcaly21 lhcaly2a. lahca22 lahca22l. lhcaln22 lhcaln2b. lhcalt22 lhcalt2b. lhcaly22 lhcaly2b. lahca23 lahca23l. lhcaln23 lhcaln2c. lhcalt23 lhcalt2c. lhcaly23 lhcaly2c. lahca24 lahca24l. lhcaln24 lhcaln2d. lhcalt24 lhcalt2d. lhcaly24 lhcaly2d. lahca25 lahca25l. lhcaln25 lhcaln2e. lhcalt25 lhcalt2e. lhcaly25 lhcaly2e. lahca26 lahca26l. lhcaln26 lhcaln2f. lhcalt26 lhcalt2f. lhcaly26 lhcaly2f. lahca27 lahca27l. lhcaln27 lhcaln2g. lhcalt27 lhcalt2g. lhcaly27 lhcaly2g. lahca28 lahca28l. lhcaln28 lhcaln2h. lhcalt28 lhcalt2h. lhcaly28 lhcaly2h. lahca29 lahca29l. lhcaln29 lhcaln2i. lhcalt29 lhcalt2i. lhcaly29 lhcaly2i. lahca30 lahca30l. lhcaln30 lhcaln3j. lhcalt30 lhcalt3j. lhcaly30 lhcaly3j. lahca31 lahca31l. lhcaln31 lhcaln3a. lhcalt31 lhcalt3a. lhcaly31 lhcaly3a. lahca32 lahca32l. lhcaln32 lhcaln3b. lhcalt32 lhcalt3b. lhcaly32 lhcaly3b. lahca33 lahca33l. lhcaln33 lhcaln3c. lhcalt33 lhcalt3c. lhcaly33 lhcaly3c. lahca34 lahca34l. lhcaln34 lhcaln3d. lhcalt34 lhcalt3d. lhcaly34 lhcaly3d. lahca90 lahca90l. lhcaln90 lhcaln9j. lhcalt90 lhcalt9j. lhcaly90 lhcaly9j. lahca91 lahca91l. lhcaln91 lhcaln9a. lhcalt91 lhcalt9a. lhcaly91 lhcaly9a. lacntr1 lacntr1l. lacntr2 lacntr2l. lacntr3 lacntr3l. lacntr4 lacntr4l. lacntr5 lacntr5l. lacntr6 lacntr6l. lacntr7 lacntr7l. lacntr8 lacntr8l. lacntr9 lacntr9l. lacntr10 lacntr1j. lacntr11 lacntr1a. lacntr90 lacntr9j. lacntr91 lacntr9a. laantr1 laantr1l. laantr2 laantr2l. laantr3 laantr3l. laantr4 laantr4l. laantr5 laantr5l. laantr6 laantr6l. laantr7 laantr7l. laantr8 laantr8l. laantr9 laantr9l. laantr10 laantr1j. laantr11 laantr1a. laantr12 laantr1b. laantr13 laantr1c. laantr14 laantr1d. laantr15 laantr1e. laantr16 laantr1f. laantr17 laantr1g. laantr18 laantr1h. laantr19 laantr1i. laantr20 laantr2j. laantr21 laantr2a. laantr22 laantr2b. laantr23 laantr2c. laantr24 laantr2d. laantr25 laantr2e. laantr26 laantr2f. laantr27 laantr2g. laantr28 laantr2h. laantr29 laantr2i. laantr30 laantr3j. laantr31 laantr3a. laantr32 laantr3b. laantr33 laantr3c. laantr34 laantr3d. laantr90 laantr9j. laantr91 laantr9a. lccndr1 lccndr1l. lccndr2 lccndr2l. lccndr3 lccndr3l. lccndr4 lccndr4l. lccndr5 lccndr5l. lccndr6 lccndr6l. lccndr7 lccndr7l. lccndr8 lccndr8l. lccndr9 lccndr9l. lccndr10 lccndr1j. lccndr11 lccndr1a. lccndr90 lccndr9j. lccndr91 lccndr9a. lacndr1 lacndr1l. lacndr2 lacndr2l. lacndr3 lacndr3l. lacndr4 lacndr4l. lacndr5 lacndr5l. lacndr6 lacndr6l. lacndr7 lacndr7l. lacndr8 lacndr8l. lacndr9 lacndr9l. lacndr10 lacndr1j. lacndr11 lacndr1a. lacndr12 lacndr1b. lacndr13 lacndr1c. lacndr14 lacndr1d. lacndr15 lacndr1e. lacndr16 lacndr1f. lacndr17 lacndr1g. lacndr18 lacndr1h. lacndr19 lacndr1i. lacndr20 lacndr2j. lacndr21 lacndr2a. lacndr22 lacndr2b. lacndr23 lacndr2c. lacndr24 lacndr2d. lacndr25 lacndr2e. lacndr26 lacndr2f. lacndr27 lacndr2g. lacndr28 lacndr2h. lacndr29 lacndr2i. lacndr30 lacndr3j. lacndr31 lacndr3a. lacndr32 lacndr3b. lacndr33 lacndr3c. lacndr34 lacndr3d. lacndr90 lacndr9j. lacndr91 lacndr9a. lcondrt lcondrt. lachronr lachronr. phstat phstat. pinj3mr pinj3mr. injct injct. ecaus1ct ecaus1ct. ecaus2ct ecaus2ct. ecaus3ct ecaus3ct. ecaus4ct ecaus4ct. ecaus5ct ecaus5ct. ecaus6ct ecaus6ct. ecaus7ct ecaus7ct. ecaus8ct ecaus8ct. ecaus9ct ecaus9ct. what1ct what1ct. what2ct what2ct. what3ct what3ct. what4ct what4ct. what5ct what5ct. what6ct what6ct. what7ct what7ct. what8ct what8ct. what9ct what9ct. what10ct what10ct. what11ct what11ct. wher1ct wher1ct. wher2ct wher2ct. wher3ct wher3ct. wher4ct wher4ct. wher5ct wher5ct. wher6ct wher6ct. wher7ct wher7ct. wher8ct wher8ct. wher9ct wher9ct. wher10ct wher10ct. wher11ct wher11ct. wher12ct wher12ct. wher13ct wher13ct. wher14ct wher14ct. wher15ct wher15ct. wher16ct wher16ct. wher17ct wher17ct. wher18ct wher18ct. ppois3mr ppois3mr. poict poict. pdmed12m pdmed12m. pnmed12m pnmed12m. phospyr phospyr. hospno hospno. hpnite hpnite. phchm2w phchm2w. phchmn2w phchmn2w. phcph2w phcph2w. phcphn2w phcphn2w. phcdv2w phcdv2w. phcdvn2w phcdvn2w. p10dvyr p10dvyr. phicov phicov. hikinda hikinda. hikindb hikindb. hikindc hikindc. hikindd hikindd. hikinde hikinde. hikindf hikindf. hikindg hikindg. hikindh hikindh. hikindi hikindi. hikindj hikindj. medicare medicare. mcpart mcpart. mchmo mchmo. medicaid medicaid. machmd machmd. mapcmd mapcmd. maref maref. private private. hitype1 hitype1l. whonam1 whonam1l. plnwrk1 plnwrk1l. plnpay11 plnpay1a. plnpay21 plnpay2a. plnpay31 plnpay3a. plnpay41 plnpay4a. plnpay51 plnpay5a. plnpay61 plnpay6a. hicost1 hicost1l. plnmgd1 plnmgd1l. hitype2 hitype2l. whonam2 whonam2l. plnwrk2 plnwrk2l. plnpay12 plnpay1b. plnpay22 plnpay2b. plnpay32 plnpay3b. plnpay42 plnpay4b. plnpay52 plnpay5b. plnpay62 plnpay6b. hicost2 hicost2l. plnmgd2 plnmgd2l. hitype3 hitype3l. whonam3 whonam3l. plnwrk3 plnwrk3l. plnpay13 plnpay1c. plnpay23 plnpay2c. plnpay33 plnpay3c. plnpay43 plnpay4c. plnpay53 plnpay5c. plnpay63 plnpay6c. hicost3 hicost3l. plnmgd3 plnmgd3l. hitype4 hitype4l. whonam4 whonam4l. plnwrk4 plnwrk4l. plnpay14 plnpay1d. plnpay24 plnpay2d. plnpay34 plnpay3d. plnpay44 plnpay4d. plnpay54 plnpay5d. plnpay64 plnpay6d. hicost4 hicost4l. plnmgd4 plnmgd4l. ihs ihs. military military. otherpub otherpub. othergov othergov. 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. hinotyr hinotyr. hinotmyr hinotmyr. hcspfyr hcspfyr. usborn_p usborn_p. headst headst. headstev headstev. educ educ. educ_r1 educ_r1l. miltryds miltryds. doinglw doinglw. wrkhrs wrkhrs. wrkftall wrkftall. whynowrk whynowrk. wrklyr wrklyr. wrkmyr wrkmyr. ernyr_p ernyr_p. hiempof hiempof. psal psal. pseinc pseinc. pssrr pssrr. ppens ppens. pssi pssi. pssdi pssdi. pafdc pafdc. pintrst pintrst. pdivd pdivd. pchldsp pchldsp. pincot pincot. incgrp incgrp. ab_bl20k ab_bl20k. rat_cat rat_cat. houseown houseown. sspdisb sspdisb. pssapl pssapl. sdpdisb sdpdisb. psdapl psdapl. afdcmyr afdcmyr. pfstp pfstp. fstpmyr fstpmyr. fmrpflg $fmrpflg. ; proc contents data=library.nhis1997_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. */