*options obs=100 ; options nocenter ; /*------------------------------------------------ by Jean Roth Mon Jul 2 15:42:24 EDT 2007 This program reads the 1997 National Health Interview Survey 1997 samadult 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/samadult.exe "; * The following line should contain the name of the SAS dataset ; %let dataset = nhis1997_samadult ; 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 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 educ length=3 label="Highest level of school completed"; attrib ab_bl20k length=3 label=""; attrib rat_cat length=3 label="Ratio of fam inc to poverty threshold"; attrib r_maritl length=3 label="Marital status"; attrib region length=3 label="Region"; attrib msasizep length=3 label="Geographic Distribution - MSA size"; attrib wtia_sa length=4 label="Weight - Interim Annual"; attrib wtfa_sa 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 hypev length=3 label="Ever been told you had hypertension"; attrib hypdifv length=3 label="Ever told had hypertension on 2+ visits"; attrib chdev length=3 label="Ever told you had coronary heart disease"; attrib angev length=3 label="Ever been told you had angina pectoris"; attrib miev length=3 label="Ever been told you had a heart attack"; attrib hrtev length=3 label="Ever told you had a heart cond/disease"; attrib strev length=3 label="Ever been told you had a stroke"; attrib ephev length=3 label="Ever been told you had emphysema"; attrib aasmev length=3 label="Ever been told you had asthma"; attrib aasmyr length=3 label="Had an asthma episode/attack, past 12 m"; attrib aasmeryr length=3 label="Had visit to ER due to asthma, past 12 m"; attrib ulcev length=3 label="Ever been told you had an ulcer"; attrib ulcyr length=3 label="Had an ulcer in past 12 months"; attrib canev length=3 label="Ever told by a doctor you had cancer"; attrib cnkind1 length=3 label="What kind of cancer...bladder"; attrib canage1 length=3 label="Age first diagnosed w/bladder cancer"; attrib cnkind2 length=3 label="What kind of cancer...blood"; attrib canage2 length=3 label="Age first diagnosed w/cancer of blood"; attrib cnkind3 length=3 label="What kind of cancer...bone"; attrib canage3 length=3 label="Age first diagnosed w/bone cancer"; attrib cnkind4 length=3 label="What kind of cancer...brain"; attrib canage4 length=3 label="Age first diagnosed w/ brain cancer"; attrib cnkind5 length=3 label="What kind of cancer...breast"; attrib canage5 length=3 label="Age first diagnosed w/breast cancer"; attrib cnkind6 length=3 label="What kind of cancer...cervix"; attrib canage6 length=3 label="Age first diagnosed w/cervical cancer"; attrib cnkind7 length=3 label="What kind of cancer...colon"; attrib canage7 length=3 label="Age first diagnosed w/colon cancer"; attrib cnkind8 length=3 label="What kind of cancer...esophagus"; attrib canage8 length=3 label="Age first diagnosed w/esophageal cancer"; attrib cnkind9 length=3 label="What kind of cancer...gallbladder"; attrib canage9 length=3 label="Age first diagnosed w/gallbladder cancer"; attrib cnkind10 length=3 label="What kind of cancer...kidney"; attrib canage10 length=3 label="Age first diagnosed w/kidney cancer"; attrib cnkind11 length=3 label="What kind of cancer...larynx-windpipe"; attrib canage11 length=3 label="Age first diag w/cancer: larynx-windpipe"; attrib cnkind12 length=3 label="What kind of cancer...leukemia"; attrib canage12 length=3 label="Age first diagnosed w/leukemia"; attrib cnkind13 length=3 label="What kind of cancer...liver"; attrib canage13 length=3 label="Age first diagnosed w/liver cancer"; attrib cnkind14 length=3 label="What kind of cancer...lung"; attrib canage14 length=3 label="Age first diagnosed w/lung cancer"; attrib cnkind15 length=3 label="What kind of cancer...lymphoma"; attrib canage15 length=3 label="Age first diagnosed w/lymphoma"; attrib cnkind16 length=3 label="What kind of cancer...melanoma"; attrib canage16 length=3 label="Age first diagnosed w/melanoma"; attrib cnkind17 length=3 label="What kind of cancer...mouth/tongue/lip"; attrib canage17 length=3 label="Age first diag w/mouth/tongue/lip cancer"; attrib cnkind18 length=3 label="What kind of cancer...ovarian"; attrib canage18 length=3 label="Age first diagnosed w/ovarian cancer"; attrib cnkind19 length=3 label="What kind of cancer...pancreatic"; attrib canage19 length=3 label="Age first diagnosed w/pancreatic cancer"; attrib cnkind20 length=3 label="What kind of cancer...prostate"; attrib canage20 length=3 label="Age first diagnosed w/prostate cancer"; attrib cnkind21 length=3 label="What kind of cancer...rectum"; attrib canage21 length=3 label="Age first diagnosed w/cancer of rectum"; attrib cnkind22 length=3 label="What kind of cancer..skin (non-melanoma)"; attrib canage22 length=3 label="Age first diag:skin cancer, non-melanoma"; attrib cnkind23 length=3 label="What kind of cancer...skin (DK kind)"; attrib canage23 length=3 label="Age first diag w/skin cancer, DK kind"; attrib cnkind24 length=3 label="Type of cancer..soft tissue (muscle)"; attrib canage24 length=3 label="Age first diagnosed w/soft tissue cancer"; attrib cnkind25 length=3 label="What kind of cancer...stomach"; attrib canage25 length=3 label="Age first diagnosed w/stomach cancer"; attrib cnkind26 length=3 label="What kind of cancer ... testicular"; attrib canage26 length=3 label="Age first diagnosed w/testicular cancer"; attrib cnkind27 length=3 label="What kind of cancer...throat-pharynx"; attrib canage27 length=3 label="Age first diag w/throat-pharynx cancer"; attrib cnkind28 length=3 label="What kind of cancer...thyroid"; attrib canage28 length=3 label="Age first diagnosed w/thyroid cancer"; attrib cnkind29 length=3 label="What kind of cancer...uterine"; attrib canage29 length=3 label="Age first diagnosed w/uterine cancer"; attrib cnkind30 length=3 label="What kind of cancer...other"; attrib canage30 length=3 label="Age first diagnosed w/other cancer"; attrib cnkind31 length=3 label="What kind of cancer...more than 3 kinds"; attrib dibev length=3 label="Ever been told you had diabetes"; attrib dibage length=3 label="Age first diagnosed w/diabetes"; attrib insln length=3 label="Are you NOW taking insulin"; attrib dibpill length=3 label="Are you now taking diabetic pills"; attrib ahayfyr length=3 label="Told that you had hayfever, past 12 m"; attrib sinyr length=3 label="Told that you had sinusitis, past 12 m"; attrib cbrchyr length=3 label="Told you had chronic bronchitis, 12 m"; attrib kidwkyr length=3 label="Told you had weak/failing kidneys, 12 m"; attrib livyr length=3 label="Told you had liver condition, past 12 m"; attrib jntyr length=3 label="Had pain/aching at joints, past 12 m"; attrib jntmo length=3 label="Joint symptoms present most days for 1 m"; attrib jntij length=3 label="Joint symptoms began because of injury"; attrib jntijln length=3 label="Duration of joint symptoms: # of units"; attrib jntijlt length=3 label="Duration of joint symptoms: Time units"; attrib jntijlm length=3 label="Duration of joint symptoms: (months)"; attrib jntyr1 length=3 label="Which joint affected...shoulder-right"; attrib jntyr2 length=3 label="Which joint affected...shoulder-left"; attrib jntyr3 length=3 label="Which joint affected...elbow-right"; attrib jntyr4 length=3 label="Which joint affected...elbow-left"; attrib jntyr5 length=3 label="Which joint affected...hip-right"; attrib jntyr6 length=3 label="Which joint affected...hip-left"; attrib jntyr7 length=3 label="Which joint affected...wrist-right"; attrib jntyr8 length=3 label="Which joint affected...wrist-left"; attrib jntyr9 length=3 label="Which joint affected...knee-right"; attrib jntyr10 length=3 label="Which joint affected...knee-left"; attrib jntyr11 length=3 label="Which joint affected...ankle-right"; attrib jntyr12 length=3 label="Which joint affected...ankle-left"; attrib jntyr13 length=3 label="Which joint affected...toes-right"; attrib jntyr14 length=3 label="Which joint affected...toes-left"; attrib jntyr15 length=3 label="Which jnt affected..fingers/thumb-right"; attrib jntyr16 length=3 label="Which jnt affected..fingers/thumb-left"; attrib jntyr17 length=3 label="Which joint affected...other, not listed"; attrib paineck length=3 label="Had neck pain, past 3 months"; attrib painlb length=3 label="Had low back pain, past 3 months"; attrib painleg length=3 label="Pain spread down leg/below knees"; attrib painface length=3 label="Had pain in jaw/front of ear, past 3 m"; attrib amigr length=3 label="Had severe headache/migraine, past 3 m"; attrib pregnow length=3 label="Are you currently pregnant"; attrib hearaid length=3 label="Had ever worn a hearing aid"; attrib ahearst length=3 label="Description of hearing w/o hearing aid"; attrib avision length=3 label="Trouble seeing even w/glasses/lenses"; attrib ablind length=3 label="Are you blind or unable to see at all"; attrib uppert length=3 label="Lost all of upper natural teeth"; attrib lowert length=3 label="Lost all of lower natural teeth"; attrib sad length=3 label="How often felt sad, past 30 days"; attrib nervous length=3 label="How often felt nervous, past 30 days"; attrib restless length=3 label="How often restless/fidgety, past 30 days"; attrib hopeless length=3 label="How often felt hopeless, past 30 days"; attrib effort length=3 label="Felt everything was an effort, past 30 d"; attrib worthls length=3 label="How often felt worthless, past 30 days"; attrib mhamtmo length=3 label="Feelings interfered w/life, past 30 days"; attrib wrklyr2 length=3 label="Work status: last week, past 12 m"; attrib wkdayr length=3 label="Number of work loss days, past 12 months"; attrib beddayr length=3 label="Number of bed days, past 12 months"; attrib ahstatyr length=3 label="Hlth better/worse/same, comp w/12 m ago"; attrib speceq length=3 label="Have hlth prob that requires spec equip"; attrib flwalk length=3 label="How dif walk 1/4 mile w/o spec equip"; attrib flclimb length=3 label="How dif walk up 10 steps w/o spec equip"; attrib flstand length=3 label="How dif stand for 2 hrs w/o spec equip"; attrib flsit length=3 label="How dif sit for 2 hrs w/o spec equip"; attrib flstoop length=3 label="How dif stoop/bend/kneel w/o spec equip"; attrib flreach length=3 label="How dif reach over head w/o spec equip"; attrib flgrasp length=3 label="How dif grasp objects w/o spec equip"; attrib flcarry length=3 label="How dif lift/carry 10 lbs w/o spec equip"; attrib flpush length=3 label="How dif push large object w/o spec equip"; attrib flshop length=3 label="How dif go out to events w/o spec equip"; attrib flsocl length=3 label="How dif social activities w/o spec equip"; attrib flrelax length=3 label="How dif do acts to relax w/o spec equip"; attrib fla1ar length=3 label="Any functl limit - persons 18+, all cond"; attrib aflhca1 length=3 label="Vision/prob seeing causes dif w/act"; attrib alhcln1 length=3 label="Duration of vision prob: # of units"; attrib alhclt1 length=3 label="Duration of vision prob: Time unit"; attrib alhcly1 length=3 label="Duration of vision prob (in years)"; attrib alantr1 length=3 label="Duration of vision prob recode 2"; attrib aflhca2 length=3 label="Hearing prob causes dif w/activities"; attrib alhcln2 length=3 label="Dur of hearing prob: # of units"; attrib alhclt2 length=3 label="Dur of hearing prob: Time units"; attrib alhcly2 length=3 label="Dur of hearing prob (in years)"; attrib alantr2 length=3 label="Duration of hearing prob recode 2"; attrib aflhca3 length=3 label="Arthritis/rheumatism causes dif w/act"; attrib alhcln3 length=3 label="Dur of arthritis/rheum: # of units"; attrib alhclt3 length=3 label="Dur of arthritis/rheum: Time units"; attrib alhcly3 length=3 label="Dur of arthritis/rheum (in years)"; attrib alantr3 length=3 label="Duration of arthritis/rheum recode 2"; attrib aflhca4 length=3 label="Back/neck prob causes dif w/activities"; attrib alhcln4 length=3 label="Dur of back/neck prob: # of units"; attrib alhclt4 length=3 label="Dur of back/neck prob: Time units"; attrib alhcly4 length=3 label="Dur of back/neck prob (in years)"; attrib alantr4 length=3 label="Duration of back/neck prob recode 2"; attrib aflhca5 length=3 label="Fract/bone/joint inj causes dif w/act"; attrib alhcln5 length=3 label="Dur of frac/bone/jnt inj: # of units"; attrib alhclt5 length=3 label="Dur of frac/bone/jnt inj: Time units"; attrib alhcly5 length=3 label="Dur of frac/bone/jnt inj (in years)"; attrib alantr5 length=3 label="Duration of fract/bone/joint inj rec 2"; attrib aflhca6 length=3 label="Other injury causes dif w/activities"; attrib alhcln6 length=3 label="Dur of otr injury: # of units"; attrib alhclt6 length=3 label="Dur of otr injury: Time units"; attrib alhcly6 length=3 label="Dur of otr injury (in years)"; attrib alantr6 length=3 label="Duration of otr injury recode 2"; attrib aflhca7 length=3 label="Heart prob causes dif w/activities"; attrib alhcln7 length=3 label="Dur of heart prob: # of units"; attrib alhclt7 length=3 label="Dur of heart prob: Time units"; attrib alhcly7 length=3 label="Dur of heart prob (in years)"; attrib alantr7 length=3 label="Duration of heart prob recode 2"; attrib aflhca8 length=3 label="Stroke prob causes dif w/activities"; attrib alhcln8 length=3 label="Dur of stroke prob: # of units"; attrib alhclt8 length=3 label="Dur of stroke prob: Time unit"; attrib alhcly8 length=3 label="Dur of stroke prob (in years)"; attrib alantr8 length=3 label="Duration of stroke recode 2"; attrib aflhca9 length=3 label="Hypertension causes dif w/activities"; attrib alhcln9 length=3 label="Dur of hypertension: # of units"; attrib alhclt9 length=3 label="Dur of hypertension: Time units"; attrib alhcly9 length=3 label="Dur of hypertension (in years)"; attrib alantr9 length=3 label="Duration of hypertension recode 2"; attrib aflhca10 length=3 label="Diabetes causes dif w/activities"; attrib alhcln10 length=3 label="Dur of diabetes: # of units"; attrib alhclt10 length=3 label="Dur of diabetes: Time units"; attrib alhcly10 length=3 label="Dur of diabetes (in years)"; attrib alantr10 length=3 label="Duration of diabetes recode 2"; attrib aflhca11 length=3 label="Lung/breathing prob causes dif w/act"; attrib alhcln11 length=3 label="Dur of lung/breath prob: # of units"; attrib alhclt11 length=3 label="Dur of lung/breath prob: Time units"; attrib alhcly11 length=3 label="Dur of lung/breath prob (in years)"; attrib alantr11 length=3 label="Duration of lung/breath prob rec 2"; attrib aflhca12 length=3 label="Cancer causes dif w/activities"; attrib alhcln12 length=3 label="Duration of cancer: # of units"; attrib alhclt12 length=3 label="Duration of cancer: Time unit"; attrib alhcly12 length=3 label="Dur of cancer (in years)"; attrib alantr12 length=3 label="Duration of cancer recode 2"; attrib aflhca13 length=3 label="Birth defect causes dif w/activities"; attrib alhcln13 length=3 label="Duration of birth defect: # of units"; attrib alhclt13 length=3 label="Duration of birth defect: Time unit"; attrib alhcly13 length=3 label="Duration of birth defect (in years)"; attrib alantr13 length=3 label="Duration of birth defect recode 2"; attrib aflhca14 length=3 label="Mental retardation causes dif w/act"; attrib alhcln14 length=3 label="Dur of mental retardation: # of units"; attrib alhclt14 length=3 label="Dur of mental retardation: Time unit"; attrib alhcly14 length=3 label="Dur of mental retardation (in years)"; attrib alantr14 length=3 label="Duration of mental retardation recode 2"; attrib aflhca15 length=3 label="Other devel prob causes dif w/activities"; attrib alhcln15 length=3 label="Dur of otr dev prob: # of units"; attrib alhclt15 length=3 label="Dur of otr dev prob: Time units"; attrib alhcly15 length=3 label="Dur of otr dev prob (in years)"; attrib alantr15 length=3 label="Duration of otr dev prob recode 2"; attrib aflhca16 length=3 label="Senility causes dif w/activities"; attrib alhcln16 length=3 label="Duration of senility: # of units"; attrib alhclt16 length=3 label="Duration of senility: Time units"; attrib alhcly16 length=3 label="Duration of senility (in years)"; attrib alantr16 length=3 label="Duration of senility recode 2"; attrib aflhca17 length=3 label="Depress/anx/emot prob causes dif w/act"; attrib alhcln17 length=3 label="Dur of dep/anx/emot prob: # of units"; attrib alhclt17 length=3 label="Dur of dep/anx/emot prob: Time units"; attrib alhcly17 length=3 label="Dur of dep/anx/emot prob (in years)"; attrib alantr17 length=3 label="Duration of dep/anx/emot prob recode 2"; attrib aflhca18 length=3 label="Weight prob causes dif w/activities"; attrib alhcln18 length=3 label="Dur of weight prob: # of units"; attrib alhclt18 length=3 label="Dur of weight prob: Time units"; attrib alhcly18 length=3 label="Dur of weight prob (in years)"; attrib alantr18 length=3 label="Duration of weight prob recode 2"; attrib aflhca19 length=3 label="Missing limb/finger causes dif w/act"; attrib alhcln19 length=3 label="Dur of missing limb/finger: # of units"; attrib alhclt19 length=3 label="Dur of missing limb/finger: Time units"; attrib alhcly19 length=3 label="Dur of missing limb/finger (in years)"; attrib alantr19 length=3 label="Dur of missing limb/finger recode 2"; attrib aflhca20 length=3 label="Musculoskel. prob causes dif w/act"; attrib alhcln20 length=3 label="Dur of musculoskel prob: # of units"; attrib alhclt20 length=3 label="Dur of musculoskel prob: Time units"; attrib alhcly20 length=3 label="Dur of musculoskel prob (in years)"; attrib alantr20 length=3 label="Duration of musculoskel prob recode 2"; attrib aflhca21 length=3 label="Circulatory prob causes dif w/act"; attrib alhcln21 length=3 label="Dur of circulatory prob: # of units"; attrib alhclt21 length=3 label="Dur of circulatory prob: Time units"; attrib alhcly21 length=3 label="Dur of circulatory prob (in years)"; attrib alantr21 length=3 label="Duration of circulatory prob recode 2"; attrib aflhca22 length=3 label="Endocrine prob causes dif w/activities"; attrib alhcln22 length=3 label="Dur of endocrine prob: # of units"; attrib alhclt22 length=3 label="Dur of endocrine prob: Time units"; attrib alhcly22 length=3 label="Dur of endocrine prob (in years)"; attrib alantr22 length=3 label="Duration of endocrine prob recode 2"; attrib aflhca23 length=3 label="Nervous sys prob causes dif w/act"; attrib alhcln23 length=3 label="Dur of nervous sys prob: # of units"; attrib alhclt23 length=3 label="Dur of nervous sys prob: Time unit"; attrib alhcly23 length=3 label="Dur of nervous sys prob (in years)"; attrib alantr23 length=3 label="Duration of nervous system prob recode 2"; attrib aflhca24 length=3 label="Digestive prob causes dif w/activities"; attrib alhcln24 length=3 label="Dur of digestive prob: # of units"; attrib alhclt24 length=3 label="Dur of digestive prob: Time unit"; attrib alhcly24 length=3 label="Dur of digestive prob (in years)"; attrib alantr24 length=3 label="Duration of digestive prob recode 2"; attrib aflhca25 length=3 label="Genitourinary prob causes dif w/act"; attrib alhcln25 length=3 label="Dur of genitourinary prob: # of units"; attrib alhclt25 length=3 label="Dur of genitourinary prob: Time unit"; attrib alhcly25 length=3 label="Dur of genitourinary prob (in years)"; attrib alantr25 length=3 label="Duration of genitourinary prob recode 2"; attrib aflhca26 length=3 label="Skin prob causes dif w/activities"; attrib alhcln26 length=3 label="Dur of skin prob: # of units"; attrib alhclt26 length=3 label="Dur of skin prob: Time unit"; attrib alhcly26 length=3 label="Dur of skin prob (in years)"; attrib alantr26 length=3 label="Duration of skin prob recode 2"; attrib aflhca27 length=3 label="Blood prob causes dif w/activities"; attrib alhcln27 length=3 label="Dur of blood prob: # of units"; attrib alhclt27 length=3 label="Dur of blood prob: Time unit"; attrib alhcly27 length=3 label="Dur of blood prob (in years)"; attrib alantr27 length=3 label="Duration of blood prob recode 2"; attrib aflhca28 length=3 label="Benign tumor causes dif w/activities"; attrib alhcln28 length=3 label="Dur of benign tumor: # of units"; attrib alhclt28 length=3 label="Dur of benign tumor: Time unit"; attrib alhcly28 length=3 label="Dur of benign tumor (in years)"; attrib alantr28 length=3 label="Duration of benign tumor recode 2"; attrib aflhca29 length=3 label="Alcohol or drug prob causes dif w/act"; attrib alhcln29 length=3 label="Dur of alcohol or drug prob: # of units"; attrib alhclt29 length=3 label="Dur of alcohol or drug prob: Time unit"; attrib alhcly29 length=3 label="Dur of alcohol or drug prob (in years)"; attrib alantr29 length=3 label="Duration of alcohol or drug prob recode"; attrib aflhca30 length=3 label="Otr mental prob causes dif w/activities"; attrib alhcln30 length=3 label="Dur of other mental prob: # of units"; attrib alhclt30 length=3 label="Dur of other mental prob: Time unit"; attrib alhcly30 length=3 label="Dur of other mental prob (in years)"; attrib alantr30 length=3 label="Duration of otr mental prob recode 2"; attrib aflhca31 length=3 label="Surgical after-effects cause dif w/act"; attrib alhcln31 length=3 label="Dur of surgical after-effects: # of unit"; attrib alhclt31 length=3 label="Dur of surgical after-effects: Time unit"; attrib alhcly31 length=3 label="Dur of surgical after-effects (in years)"; attrib alantr31 length=3 label="Duration surgical after-effects recode 2"; attrib aflhca32 length=3 label="'Old age' causes dif w/activities"; attrib alhcln32 length=3 label="Dur of 'old age': # of units"; attrib alhclt32 length=3 label="Dur of 'old age': Time unit"; attrib alhcly32 length=3 label="Dur of 'old age' (in years)"; attrib alantr32 length=3 label="Duration of 'old age' recode 2"; attrib aflhca33 length=3 label="Fatigue causes dif w/activities"; attrib alhcln33 length=3 label="Dur of fatigue: # of units"; attrib alhclt33 length=3 label="Dur of fatigue: Time unit"; attrib alhcly33 length=3 label="Dur of fatigue (in years)"; attrib alantr33 length=3 label="Duration of fatigue recode 2"; attrib aflhca34 length=3 label="Pregnancy causes dif w/act"; attrib alhcln34 length=3 label="Dur of pregnancy: # of units"; attrib alhclt34 length=3 label="Dur of pregnancy: Time unit"; attrib alhcly34 length=3 label="Dur of pregnancy (in years)"; attrib alantr34 length=3 label="Duration of pregnancy recode 2"; attrib aflhca90 length=3 label="Other N.E.C. prob (1) causes dif w/act"; attrib alhcln90 length=3 label="Dur of otr impairment/prob: # of units"; attrib alhclt90 length=3 label="Dur of otr impairment/prob: Time units"; attrib alhcly90 length=3 label="Dur of otr impairment/prob (in years)"; attrib alantr90 length=3 label="Duration of otr impair/prob(1) recode 2"; attrib aflhca91 length=3 label="Other N.E.C prob (2) causes dif w/act"; attrib alhcln91 length=3 label="Dur of otr impairment/prob: # of units"; attrib alhclt91 length=3 label="Dur of otr impairment/prob: Time units"; attrib alhcly91 length=3 label="Dur of otr impairment/prob (in years)"; attrib alantr91 length=3 label="Duration of otr impair/prob(2) recode 2"; attrib smkev length=3 label="Ever smoked 100 cigarettes"; attrib smkreg length=3 label="Age first smoked fairly regularly"; attrib smknow length=3 label="Smoke freq: everyday/somedays/not at all"; attrib smkqtno length=3 label="Time since quit smoking: # of units"; attrib smkqttp length=3 label="Time since quit smoking: Time unit"; attrib smkqty length=3 label="Time since quit smoking (in years)"; attrib smkqtd length=3 label="Quit smoking since {current mnth} 1995"; attrib smkqtd2 length=3 label="Quit smoking since {month, 1 year ago}"; attrib cigsda1 length=3 label="Number cigs per day (daily smokers)"; attrib cigdamo length=3 label="Number days smoked in past 30 days"; attrib cigsda2 length=3 label="Number cigs per day (some day smokers)"; attrib cigsday length=3 label="Number cigs a day (all smokers)"; attrib cigqtyr length=3 label="Tried quit smoking 1+ days, past 12 m"; attrib smkstat1 length=3 label="Smoking Status: Recode 1"; attrib smkstat2 length=3 label="Smoking Status: Recode 2"; attrib smkstat3 length=3 label="Smoking Status: Recode 3"; attrib vig20no length=3 label="Freq vig activity 20+ min: # of units"; attrib vig20tp length=3 label="Freq vig activity 20+ min: Time units"; attrib vig20frq length=3 label="Freq vig activity 20+ min (times per wk)"; attrib vig20lgt length=3 label="Duration vig activity(20+ min):Time unit"; attrib vig20min length=3 label="Duration vigorous activity (in minutes)"; attrib mod20no length=3 label="Freq mod activity 20+ min: # of units"; attrib mod20tp length=3 label="Freq mod activity 20+ min: Time units"; attrib mod20frq length=3 label="Freq mod activity 20+ min (times per wk)"; attrib mod20lgn length=3 label="Dur mod activity (20+ min): # of units"; attrib mod20lgt length=3 label="Dur mod activity (20+ min): Time unit"; attrib mod20min length=3 label="Dur mod activity (in minutes)"; attrib vigno length=3 label="Freq vigorous activity: # of units"; attrib vigtp length=3 label="Freq vigorous activity: Time units"; attrib vigfreqw length=3 label="Freq vig activity (times per wk)"; attrib viglngno length=3 label="Duration vig activity: # of units"; attrib viglngtp length=3 label="Duration vig activity: Time unit"; attrib vigmin length=3 label="Duration vig activity (in minutes)"; attrib modno length=3 label="Freq moderate activity: # of units"; attrib modtp length=3 label="Freq moderate activity: Time units"; attrib modfreqw length=3 label="Freq moderate activity (times per wk)"; attrib modlngno length=3 label="Duration mod activity: # of units"; attrib modlngtp length=3 label="Duration mod activity: Time unit"; attrib modmin length=3 label="Duration mod activity (in minutes)"; attrib vigno2 length=3 label="Freq vigorous activity: # of units"; attrib vigtp2 length=3 label="Freq vigorous activity: Time units"; attrib vigfrqw2 length=3 label="Freq vigorous activity (times per wk)"; attrib viglngn2 length=3 label="Duration vig activity: # of units"; attrib viglngt2 length=3 label="Duration vigorous activity: Time unit"; attrib vigmin2 length=3 label="Duration vigorous activity (in minutes)"; attrib modno2 length=3 label="Freq moderate activity: # of units"; attrib modtp2 length=3 label="Freq moderate activity: Time units"; attrib modfrqw2 length=3 label="Freq moderate activity (times per wk)"; attrib modlngn2 length=3 label="Duration mod activity: # of units"; attrib modlngt2 length=3 label="Duration mod activity: Time unit"; attrib modmin2 length=3 label="Duration mod activity (in minutes)"; attrib strngno length=3 label="Freq strengthening activity: # of units"; attrib strngtp length=3 label="Freq strengthening activity: Time unit"; attrib strfreqw length=3 label="Freq strength activity (times per wk)"; attrib alc1yr length=3 label="Ever had 12+ drinks in any one year"; attrib alclife length=3 label="Had 12+ drinks in ENTIRE LIFE"; attrib alc12mno length=3 label="Freq drank alcohol past year: # of units"; attrib alc12mtp length=3 label="Freq drank alcohol past year: Time unit"; attrib alc12mmo length=3 label="Freq drank alcohol: Days per month"; attrib alc12mwk length=3 label="Freq drank alcohol: Days per week"; attrib alc12myr length=3 label="Freq drank alcohol: Days in past year"; attrib alcamt length=3 label="Average # drinks on days drank"; attrib alc5upno length=3 label="Days had 5+ drinks, past year: # of days"; attrib alc5uptp length=3 label="Days had 5+ drinks past year: Time unit"; attrib alc5upyr length=3 label="Number of days had 5+ drinks past year"; attrib alcstat1 length=3 label="Alcohol Drinking Status: Recode"; attrib aheight length=3 label="Total height in inches"; attrib aweightp length=3 label="Weight w/o shoes (pounds)"; attrib desirewt length=3 label="Desirable Body Weight"; attrib bmi length=4 label="Body Mass Index (BMI)"; attrib ausualpl length=3 label="Place USUALLY go when sick"; attrib aplkind length=3 label="Place to go when sick (most often)"; attrib ahcplrou length=3 label="USUALLY go there for routine/prev care"; attrib ahcplknd length=3 label="Where do you go for routine prev care?"; attrib sourcela length=3 label="Source of medical care recode"; attrib ahcchgyr length=3 label="Change hlth care provider in past 12 m"; attrib ahcchghi length=3 label="Change due to hlth insurance"; attrib ahcdlyr1 length=3 label="Couldn't get through on phone"; attrib ahcdlyr2 length=3 label="Couldn't get appt soon enough"; attrib ahcdlyr3 length=3 label="Wait too long in doctor's office"; attrib ahcdlyr4 length=3 label="Not open when you could go"; attrib ahcdlyr5 length=3 label="No transportation"; attrib ahcafyr1 length=3 label="Can't afford presc medicine"; attrib ahcafyr2 length=3 label="Can't afford mental hlth care/counseling"; attrib ahcafyr3 length=3 label="Can't afford dental care"; attrib adenlong length=3 label="When did you last see/talk to dentist?"; attrib ahcsyr1 length=3 label="Talk to mental hlth prof?"; attrib ahcsyr2 length=3 label="Talk to eye doctor?"; attrib ahcsyr3 length=3 label="Talk to foot doctor?"; attrib ahcsyr4 length=3 label="Talk to a chiropractor?"; attrib ahcsyr5 length=3 label="Talk to therapist (PT, OT, RT etc)?"; attrib ahcsyr6 length=3 label="Talk to a RN/PA/midwife?"; attrib ahcsyr7 length=3 label="Spoke/seen OB/GYN past 12 m?"; attrib ahcsyr8 length=3 label="Past 12 m, seen a med specialist"; attrib ahcsyr9 length=3 label="Past 12 m, seen a general doctor"; attrib ahcsyr10 length=3 label="Does that Dr treat both kids and adults"; attrib ahernoyr length=3 label="# times in ER/ED past 12 m"; attrib ahchyr length=3 label="Past 12 m get home care from hlth prof"; attrib ahchmoyr length=3 label="How many months of home care?"; attrib ahchnoyr length=3 label="Total number of home visits"; attrib ahcnoyr length=3 label="Total number of office visits"; attrib asrgyr length=3 label="Had surgery in the past 12 m"; attrib asrgnoyr length=3 label="Total # of surgeries in the past 12 m"; attrib amdlong length=3 label="Last time you saw/spoke to hlth prof"; attrib shtfluyr length=3 label="Had flu shot past 12 m"; attrib shtpnuyr length=3 label="Ever had pneumonia vaccination"; attrib yrsinus length=3 label="Years that - - has been in the U.S."; attrib indstry1 length=3 label="Detailed industry classification"; attrib indstry2 length=3 label="Simple industry classification"; attrib occup1 length=3 label="Detailed occupation classification"; attrib occup2 length=3 label="Simple occupation classification"; attrib wrkcat length=3 label="Class of worker"; attrib locallno length=3 label="Number of employees at work"; attrib locprtno length=3 label="Number of employees at work"; attrib yrswrk_p length=3 label="Years on the job"; attrib wrklongd length=3 label="Duration at this job"; attrib hourpd length=3 label="Paid by the hour"; attrib pdsick length=3 label="Paid sick leave"; attrib onejob length=3 label="Have more than one job"; attrib wrkcatot length=3 label="Type of employment at second job"; attrib businc length=3 label="Second job incorporated business"; attrib bldgv length=3 label="Given blood since March 1985"; attrib bldg12m length=3 label="Donated blood past 12 m"; attrib aidstst length=3 label="Blood tested for AIDS virus infection"; attrib whytsu01 length=3 label="Why not tested...no reason"; attrib whytsu02 length=3 label="Why not tested...consider self no risk"; attrib whytsu03 length=3 label="Why not tested...dr. did not recommend"; attrib whytsu04 length=3 label="Why not tested...believe test inaccurate"; attrib whytsu05 length=3 label="Why not tested... nothing done if pos."; attrib whytsu06 length=3 label="Why not tested...don't like needles"; attrib whytsu07 length=3 label="Why not tested...distrust rslts confdntl"; attrib whytsu08 length=3 label="Why not tested...afraid of losing job"; attrib whytsu09 length=3 label="Why not tested...other reason (1)"; attrib whytsu10 length=3 label="Why not tested...other reason (2)"; attrib tst12m length=3 label="Blood test in past 12 m"; attrib reatot01 length=3 label="Reason for test...Find out if infected"; attrib reatot02 length=3 label="Reason for test...Dr's request"; attrib reatot03 length=3 label="Reason for test...Hlth Dept's request"; attrib reatot04 length=3 label="Reason for test...Sex partner's request"; attrib reatot05 length=3 label="Reason for test...Hosp/Surg procedure"; attrib reatot06 length=3 label="Reason for test...For hlth/life ins"; attrib reatot07 length=3 label="Reason for test...Guidline for hlth wkrs"; attrib reatot08 length=3 label="Reason for test...Apply for a new job"; attrib reatot09 length=3 label="Reason for test...Military purposes"; attrib reatot10 length=3 label="Reason for test...Immigration"; attrib reatot11 length=3 label="Reason for test...Because of pregnancy"; attrib reatot12 length=3 label="Reason for test...Other reason (1)"; attrib reatot13 length=3 label="Reason for test...Other reason (2)"; attrib lastst length=3 label="Location of last AIDS blood test"; attrib altst length=3 label="Get results of last blood test"; attrib talkhp length=3 label="Hlth prof talk to you about AIDS"; attrib rsgvn length=3 label="Given results by person/phone/mail/otr"; attrib extst12m length=3 label="Blood test in the next 12 m"; attrib why12u01 length=3 label="Why next 12 m...Find out if infected"; attrib why12u02 length=3 label="Why next 12 m...Hosp/Surg procedure"; attrib why12u03 length=3 label="Why next 12 m...Apply for life/hlth ins"; attrib why12u04 length=3 label="Why next 12 m...Apply for a job"; attrib why12u05 length=3 label="Why next 12 m...Join the military"; attrib why12u06 length=3 label="Why next 12 m...Guidelines for hlth wkrs"; attrib why12u07 length=3 label="Why next 12 m...Req incl auto AIDS test"; attrib why12u08 length=3 label="Why next 12 m...Req in non-hlth employ"; attrib why12u09 length=3 label="Why next 12 m...Sexual relationship"; attrib why12u10 length=3 label="Why next 12 m...Planned pregnancy"; attrib why12u11 length=3 label="Why next 12 m...Other reason (1)"; attrib why12u12 length=3 label="Why next 12 m...Other reason (2)"; attrib whertst length=3 label="Location for AIDS blood test"; attrib chnsadsp length=3 label="Chances of getting AIDS virus"; attrib stmtru length=3 label="Are any of these statements true"; 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 origin 1. @22 hispan_p 2. @24 mrace_p 2. @26 racerec 1. @27 race 1. @28 educ 2. @30 ab_bl20k 2. @32 rat_cat 2. @34 r_maritl 1. @35 region 1. @36 msasizep 1. @37 wtia_sa 6. @43 wtfa_sa 6. @49 stratum 3. @52 psu 1. @53 hypev 1. @54 hypdifv 1. @55 chdev 1. @56 angev 1. @57 miev 1. @58 hrtev 1. @59 strev 1. @60 ephev 1. @61 aasmev 1. @62 aasmyr 1. @63 aasmeryr 1. @64 ulcev 1. @65 ulcyr 1. @66 canev 1. @67 cnkind1 1. @68 canage1 2. @70 cnkind2 1. @71 canage2 2. @73 cnkind3 1. @74 canage3 2. @76 cnkind4 1. @77 canage4 2. @79 cnkind5 1. @80 canage5 2. @82 cnkind6 1. @83 canage6 2. @85 cnkind7 1. @86 canage7 2. @88 cnkind8 1. @89 canage8 2. @91 cnkind9 1. @92 canage9 2. @94 cnkind10 1. @95 canage10 2. @97 cnkind11 1. @98 canage11 2. @100 cnkind12 1. @101 canage12 2. @103 cnkind13 1. @104 canage13 2. @106 cnkind14 1. @107 canage14 2. @109 cnkind15 1. @110 canage15 2. @112 cnkind16 1. @113 canage16 2. @115 cnkind17 1. @116 canage17 2. @118 cnkind18 1. @119 canage18 2. @121 cnkind19 1. @122 canage19 2. @124 cnkind20 1. @125 canage20 2. @127 cnkind21 1. @128 canage21 2. @130 cnkind22 1. @131 canage22 2. @133 cnkind23 1. @134 canage23 2. @136 cnkind24 1. @137 canage24 2. @139 cnkind25 1. @140 canage25 2. @142 cnkind26 1. @143 canage26 2. @145 cnkind27 1. @146 canage27 2. @148 cnkind28 1. @149 canage28 2. @151 cnkind29 1. @152 canage29 2. @154 cnkind30 1. @155 canage30 2. @157 cnkind31 1. @158 dibev 1. @159 dibage 2. @161 insln 1. @162 dibpill 1. @163 ahayfyr 1. @164 sinyr 1. @165 cbrchyr 1. @166 kidwkyr 1. @167 livyr 1. @168 jntyr 1. @169 jntmo 1. @170 jntij 1. @171 jntijln 2. @173 jntijlt 1. @174 jntijlm 2. @176 jntyr1 1. @177 jntyr2 1. @178 jntyr3 1. @179 jntyr4 1. @180 jntyr5 1. @181 jntyr6 1. @182 jntyr7 1. @183 jntyr8 1. @184 jntyr9 1. @185 jntyr10 1. @186 jntyr11 1. @187 jntyr12 1. @188 jntyr13 1. @189 jntyr14 1. @190 jntyr15 1. @191 jntyr16 1. @192 jntyr17 1. @193 paineck 1. @194 painlb 1. @195 painleg 1. @196 painface 1. @197 amigr 1. @198 pregnow 1. @199 hearaid 1. @200 ahearst 1. @201 avision 1. @202 ablind 1. @203 uppert 1. @204 lowert 1. @205 sad 1. @206 nervous 1. @207 restless 1. @208 hopeless 1. @209 effort 1. @210 worthls 1. @211 mhamtmo 1. @212 wrklyr2 1. @213 wkdayr 3. @216 beddayr 3. @219 ahstatyr 1. @220 speceq 1. @221 flwalk 1. @222 flclimb 1. @223 flstand 1. @224 flsit 1. @225 flstoop 1. @226 flreach 1. @227 flgrasp 1. @228 flcarry 1. @229 flpush 1. @230 flshop 1. @231 flsocl 1. @232 flrelax 1. @233 fla1ar 1. @234 aflhca1 1. @235 alhcln1 2. @237 alhclt1 1. @238 alhcly1 2. @240 alantr1 2. @242 aflhca2 1. @243 alhcln2 2. @245 alhclt2 1. @246 alhcly2 2. @248 alantr2 2. @250 aflhca3 1. @251 alhcln3 2. @253 alhclt3 1. @254 alhcly3 2. @256 alantr3 2. @258 aflhca4 1. @259 alhcln4 2. @261 alhclt4 1. @262 alhcly4 2. @264 alantr4 2. @266 aflhca5 1. @267 alhcln5 2. @269 alhclt5 1. @270 alhcly5 2. @272 alantr5 2. @274 aflhca6 1. @275 alhcln6 2. @277 alhclt6 1. @278 alhcly6 2. @280 alantr6 2. @282 aflhca7 1. @283 alhcln7 2. @285 alhclt7 1. @286 alhcly7 2. @288 alantr7 2. @290 aflhca8 1. @291 alhcln8 2. @293 alhclt8 1. @294 alhcly8 2. @296 alantr8 2. @298 aflhca9 1. @299 alhcln9 2. @301 alhclt9 1. @302 alhcly9 2. @304 alantr9 2. @306 aflhca10 1. @307 alhcln10 2. @309 alhclt10 1. @310 alhcly10 2. @312 alantr10 2. @314 aflhca11 1. @315 alhcln11 2. @317 alhclt11 1. @318 alhcly11 2. @320 alantr11 2. @322 aflhca12 1. @323 alhcln12 2. @325 alhclt12 1. @326 alhcly12 2. @328 alantr12 2. @330 aflhca13 1. @331 alhcln13 2. @333 alhclt13 1. @334 alhcly13 2. @336 alantr13 2. @338 aflhca14 1. @339 alhcln14 2. @341 alhclt14 1. @342 alhcly14 2. @344 alantr14 2. @346 aflhca15 1. @347 alhcln15 2. @349 alhclt15 1. @350 alhcly15 2. @352 alantr15 2. @354 aflhca16 1. @355 alhcln16 2. @357 alhclt16 1. @358 alhcly16 2. @360 alantr16 2. @362 aflhca17 1. @363 alhcln17 2. @365 alhclt17 1. @366 alhcly17 2. @368 alantr17 2. @370 aflhca18 1. @371 alhcln18 2. @373 alhclt18 1. @374 alhcly18 2. @376 alantr18 2. @378 aflhca19 1. @379 alhcln19 2. @381 alhclt19 1. @382 alhcly19 2. @384 alantr19 2. @386 aflhca20 1. @387 alhcln20 2. @389 alhclt20 1. @390 alhcly20 2. @392 alantr20 2. @394 aflhca21 1. @395 alhcln21 2. @397 alhclt21 1. @398 alhcly21 2. @400 alantr21 2. @402 aflhca22 1. @403 alhcln22 2. @405 alhclt22 1. @406 alhcly22 2. @408 alantr22 2. @410 aflhca23 1. @411 alhcln23 2. @413 alhclt23 1. @414 alhcly23 2. @416 alantr23 2. @418 aflhca24 1. @419 alhcln24 2. @421 alhclt24 1. @422 alhcly24 2. @424 alantr24 2. @426 aflhca25 1. @427 alhcln25 2. @429 alhclt25 1. @430 alhcly25 2. @432 alantr25 2. @434 aflhca26 1. @435 alhcln26 2. @437 alhclt26 1. @438 alhcly26 2. @440 alantr26 2. @442 aflhca27 1. @443 alhcln27 2. @445 alhclt27 1. @446 alhcly27 2. @448 alantr27 2. @450 aflhca28 1. @451 alhcln28 2. @453 alhclt28 1. @454 alhcly28 2. @456 alantr28 2. @458 aflhca29 1. @459 alhcln29 2. @461 alhclt29 1. @462 alhcly29 2. @464 alantr29 2. @466 aflhca30 1. @467 alhcln30 2. @469 alhclt30 1. @470 alhcly30 2. @472 alantr30 2. @474 aflhca31 1. @475 alhcln31 2. @477 alhclt31 1. @478 alhcly31 2. @480 alantr31 2. @482 aflhca32 1. @483 alhcln32 2. @485 alhclt32 1. @486 alhcly32 2. @488 alantr32 2. @490 aflhca33 1. @491 alhcln33 2. @493 alhclt33 1. @494 alhcly33 2. @496 alantr33 2. @498 aflhca34 1. @499 alhcln34 2. @501 alhclt34 1. @502 alhcly34 2. @504 alantr34 2. @506 aflhca90 1. @507 alhcln90 2. @509 alhclt90 1. @510 alhcly90 2. @512 alantr90 2. @514 aflhca91 1. @515 alhcln91 2. @517 alhclt91 1. @518 alhcly91 2. @520 alantr91 2. @522 smkev 1. @523 smkreg 2. @525 smknow 1. @526 smkqtno 2. @528 smkqttp 1. @529 smkqty 2. @531 smkqtd 1. @532 smkqtd2 1. @533 cigsda1 2. @535 cigdamo 2. @537 cigsda2 2. @539 cigsday 2. @541 cigqtyr 1. @542 smkstat1 1. @543 smkstat2 1. @544 smkstat3 1. @545 vig20no 3. @548 vig20tp 1. @549 vig20frq 2. @551 vig20lgt 1. @552 vig20min 3. @555 mod20no 3. @558 mod20tp 1. @559 mod20frq 2. @561 mod20lgn 3. @564 mod20lgt 1. @565 mod20min 3. @568 vigno 3. @571 vigtp 1. @572 vigfreqw 2. @574 viglngno 3. @577 viglngtp 1. @578 vigmin 3. @581 modno 3. @584 modtp 1. @585 modfreqw 2. @587 modlngno 3. @590 modlngtp 1. @591 modmin 3. @594 vigno2 3. @597 vigtp2 1. @598 vigfrqw2 2. @600 viglngn2 3. @603 viglngt2 1. @604 vigmin2 3. @607 modno2 3. @610 modtp2 1. @611 modfrqw2 2. @613 modlngn2 3. @616 modlngt2 1. @617 modmin2 3. @620 strngno 3. @623 strngtp 1. @624 strfreqw 2. @626 alc1yr 1. @627 alclife 1. @628 alc12mno 3. @631 alc12mtp 1. @632 alc12mmo 2. @634 alc12mwk 2. @636 alc12myr 3. @639 alcamt 2. @641 alc5upno 3. @644 alc5uptp 1. @645 alc5upyr 3. @648 alcstat1 1. @649 aheight 2. @651 aweightp 3. @654 desirewt 1. @655 bmi 4. @659 ausualpl 1. @660 aplkind 1. @661 ahcplrou 1. @662 ahcplknd 1. @663 sourcela 2. @665 ahcchgyr 1. @666 ahcchghi 1. @667 ahcdlyr1 1. @668 ahcdlyr2 1. @669 ahcdlyr3 1. @670 ahcdlyr4 1. @671 ahcdlyr5 1. @672 ahcafyr1 1. @673 ahcafyr2 1. @674 ahcafyr3 1. @675 adenlong 1. @676 ahcsyr1 1. @677 ahcsyr2 1. @678 ahcsyr3 1. @679 ahcsyr4 1. @680 ahcsyr5 1. @681 ahcsyr6 1. @682 ahcsyr7 1. @683 ahcsyr8 1. @684 ahcsyr9 1. @685 ahcsyr10 1. @686 ahernoyr 1. @687 ahchyr 1. @688 ahchmoyr 2. @690 ahchnoyr 1. @691 ahcnoyr 1. @692 asrgyr 1. @693 asrgnoyr 2. @695 amdlong 1. @696 shtfluyr 1. @697 shtpnuyr 1. @698 yrsinus 1. @699 indstry1 2. @701 indstry2 2. @703 occup1 2. @705 occup2 2. @707 wrkcat 1. @708 locallno 2. @710 locprtno 2. @712 yrswrk_p 2. @714 wrklongd 1. @715 hourpd 1. @716 pdsick 1. @717 onejob 1. @718 wrkcatot 1. @719 businc 1. @720 bldgv 1. @721 bldg12m 1. @722 aidstst 1. @723 whytsu01 1. @724 whytsu02 1. @725 whytsu03 1. @726 whytsu04 1. @727 whytsu05 1. @728 whytsu06 1. @729 whytsu07 1. @730 whytsu08 1. @731 whytsu09 1. @732 whytsu10 1. @733 tst12m 1. @734 reatot01 1. @735 reatot02 1. @736 reatot03 1. @737 reatot04 1. @738 reatot05 1. @739 reatot06 1. @740 reatot07 1. @741 reatot08 1. @742 reatot09 1. @743 reatot10 1. @744 reatot11 1. @745 reatot12 1. @746 reatot13 1. @747 lastst 2. @749 altst 1. @750 talkhp 1. @751 rsgvn 1. @752 extst12m 1. @753 why12u01 1. @754 why12u02 1. @755 why12u03 1. @756 why12u04 1. @757 why12u05 1. @758 why12u06 1. @759 why12u07 1. @760 why12u08 1. @761 why12u09 1. @762 why12u10 1. @763 why12u11 1. @764 why12u12 1. @765 whertst 2. @767 chnsadsp 1. @768 stmtru 1. ; /*------------------------------------------------ The PROC FORMAT statement will store the formats in a sas data set called fsama97 To use the stored formats in a subsequent program, use code like the following: proc format cntlin=library.fsama97; PROC freq; tables pesex ; format pesex P135L.; For more information, consult PROC FORMAT in the SAS Procedures Guide ----------------------------------------------- */ PROC FORMAT cntlout=library.fsama97; ; VALUE rectype (default=32) 30 = "Sample Adult" ; 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) 85 = "85+ years" ; 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 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 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 = "Undefineable" 99 = "Unknown" ; VALUE r_maritl (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" 8 = "Living with partner" 9 = "Unknown marital status" ; 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 hypev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hypdifv (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE chdev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE angev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE miev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hrtev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE strev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ephev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aasmev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aasmyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aasmeryr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ulcev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ulcyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cnkind1l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind3l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage3l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind4l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage4l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind5l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage5l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind6l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage6l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind7l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage7l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind8l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage8l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind9l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage9l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1j (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1a (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1b (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1c (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1d (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1e (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1e (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1f (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1f (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1g (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1g (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1h (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1h (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1i (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1i (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2j (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2a (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2b (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2c (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2d (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2e (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2e (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2f (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2f (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2g (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2g (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2h (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2h (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2i (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2i (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind3j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage3j (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind3a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dibev (default=32) 1 = "Yes" 2 = "No" 3 = "Borderline" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dibage (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE insln (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dibpill (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahayfyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sinyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cbrchyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE kidwkyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE livyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntmo (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntij (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntijln (default=32) 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE jntijlt (default=32) 1 = "Week(s)" 2 = "Month(s)" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntijlm (default=32) 00 = "Less than 1 month" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE jntyr1l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr2l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr3l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr4l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr5l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr6l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr7l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr8l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr9l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr10l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr11l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr12l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr13l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr14l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr15l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr16l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr17l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE paineck (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE painlb (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE painleg (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE painface (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE amigr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pregnow (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hearaid (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahearst (default=32) 1 = "Good" 2 = "Little trouble" 3 = "Lot of trouble" 4 = "Deaf" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE avision (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ablind (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE uppert (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lowert (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sad (default=32) 1 = "ALL of the time" 2 = "MOST of the time" 3 = "SOME of the time" 4 = "A LITTLE of the time" 5 = "NONE of the time" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE nervous (default=32) 1 = "ALL of the time" 2 = "MOST of the time" 3 = "SOME of the time" 4 = "A LITTLE of the time" 5 = "NONE of the time" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE restless (default=32) 1 = "ALL of the time" 2 = "MOST of the time" 3 = "SOME of the time" 4 = "A LITTLE of the time" 5 = "NONE of the time" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hopeless (default=32) 1 = "ALL of the time" 2 = "MOST of the time" 3 = "SOME of the time" 4 = "A LITTLE of the time" 5 = "NONE of the time" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE effort (default=32) 1 = "ALL of the time" 2 = "MOST of the time" 3 = "SOME of the time" 4 = "A LITTLE of the time" 5 = "NONE of the time" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE worthls (default=32) 1 = "ALL of the time" 2 = "MOST of the time" 3 = "SOME of the time" 4 = "A LITTLE of the time" 5 = "NONE of the time" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mhamtmo (default=32) 1 = "A lot" 2 = "Some" 3 = "A little" 4 = "Not at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE wrklyr2l (default=32) 0 = "Had job last week" 1 = "No job last week; had job past 12 m" 2 = "No job last week; no job past 12 m" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE wkdayr (default=32) 000 = "None" 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE beddayr (default=32) 000 = "None" 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE ahstatyr (default=32) 1 = "Better" 2 = "Worse" 3 = "About the same" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE speceq (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE flwalk (default=32) 0 = "Not at all difficult" 1 = "Only a little difficult" 2 = "Somewhat difficult" 3 = "Very difficult" 4 = "Can't do at all" 6 = "Do not do this activity" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE flclimb (default=32) 0 = "Not at all difficult" 1 = "Only a little difficult" 2 = "Somewhat difficult" 3 = "Very difficult" 4 = "Can't do at all" 6 = "Do not do this activity" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE flstand (default=32) 0 = "Not at all difficult" 1 = "Only a little difficult" 2 = "Somewhat difficult" 3 = "Very difficult" 4 = "Can't do at all" 6 = "Do not do this activity" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE flsit (default=32) 0 = "Not at all difficult" 1 = "Only a little difficult" 2 = "Somewhat difficult" 3 = "Very difficult" 4 = "Can't do at all" 6 = "Do not do this activity" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE flstoop (default=32) 0 = "Not at all difficult" 1 = "Only a little difficult" 2 = "Somewhat difficult" 3 = "Very difficult" 4 = "Can't do at all" 6 = "Do not do this activity" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE flreach (default=32) 0 = "Not at all difficult" 1 = "Only a little difficult" 2 = "Somewhat difficult" 3 = "Very difficult" 4 = "Can't do at all" 6 = "Do not do this activity" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE flgrasp (default=32) 0 = "Not at all difficult" 1 = "Only a little difficult" 2 = "Somewhat difficult" 3 = "Very difficult" 4 = "Can't do at all" 6 = "Do not do this activity" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE flcarry (default=32) 0 = "Not at all difficult" 1 = "Only a little difficult" 2 = "Somewhat difficult" 3 = "Very difficult" 4 = "Can't do at all" 6 = "Do not do this activity" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE flpush (default=32) 0 = "Not at all difficult" 1 = "Only a little difficult" 2 = "Somewhat difficult" 3 = "Very difficult" 4 = "Can't do at all" 6 = "Do not do this activity" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE flshop (default=32) 0 = "Not at all difficult" 1 = "Only a little difficult" 2 = "Somewhat difficult" 3 = "Very difficult" 4 = "Can't do at all" 6 = "Do not do this activity" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE flsocl (default=32) 0 = "Not at all difficult" 1 = "Only a little difficult" 2 = "Somewhat difficult" 3 = "Very difficult" 4 = "Can't do at all" 6 = "Do not do this activity" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE flrelax (default=32) 0 = "Not at all difficult" 1 = "Only a little difficult" 2 = "Somewhat difficult" 3 = "Very difficult" 4 = "Can't do at all" 6 = "Do not do this activity" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE fla1ar (default=32) 1 = "Limited in any way" 2 = "Not limited in any way (includes unk)" ; VALUE aflhca1l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln1l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt1l (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 alhcly1l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr1l (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 aflhca2l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln2l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt2l (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 alhcly2l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr2l (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 aflhca3l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln3l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt3l (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 alhcly3l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr3l (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 aflhca4l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln4l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt4l (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 alhcly4l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr4l (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 aflhca5l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln5l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt5l (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 alhcly5l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr5l (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 aflhca6l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln6l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt6l (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 alhcly6l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr6l (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 aflhca7l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln7l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt7l (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 alhcly7l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr7l (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 aflhca8l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln8l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt8l (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 alhcly8l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr8l (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 aflhca9l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln9l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt9l (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 alhcly9l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr9l (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 aflhca1j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln1j (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt1j (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 alhcly1j (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr1j (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 aflhca1a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln1a (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt1a (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 alhcly1a (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr1a (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 aflhca1b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln1b (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt1b (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 alhcly1b (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr1b (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 aflhca1c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln1c (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt1c (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 alhcly1c (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr1c (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 aflhca1d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln1d (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt1d (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 alhcly1d (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr1d (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 aflhca1e (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln1e (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt1e (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 alhcly1e (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr1e (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 aflhca1f (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln1f (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt1f (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 alhcly1f (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr1f (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 aflhca1g (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln1g (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt1g (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 alhcly1g (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr1g (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 aflhca1h (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln1h (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt1h (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 alhcly1h (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr1h (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 aflhca1i (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln1i (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt1i (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 alhcly1i (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr1i (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 aflhca2j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln2j (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt2j (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 alhcly2j (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr2j (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 aflhca2a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln2a (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt2a (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 alhcly2a (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr2a (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 aflhca2b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln2b (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt2b (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 alhcly2b (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr2b (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 aflhca2c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln2c (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt2c (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 alhcly2c (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr2c (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 aflhca2d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln2d (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt2d (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 alhcly2d (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr2d (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 aflhca2e (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln2e (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt2e (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 alhcly2e (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr2e (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 aflhca2f (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln2f (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt2f (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 alhcly2f (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr2f (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 aflhca2g (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln2g (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt2g (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 alhcly2g (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr2g (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 aflhca2h (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln2h (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt2h (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 alhcly2h (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr2h (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 aflhca2i (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln2i (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt2i (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 alhcly2i (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr2i (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 aflhca3j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln3j (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt3j (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 alhcly3j (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr3j (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 aflhca3a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln3a (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt3a (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 alhcly3a (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr3a (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 aflhca3b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln3b (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt3b (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 alhcly3b (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr3b (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 aflhca3c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln3c (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt3c (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 alhcly3c (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr3c (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 aflhca3d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln3d (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt3d (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 alhcly3d (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr3d (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 aflhca9j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln9j (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt9j (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 alhcly9j (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr9j (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 aflhca9a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln9a (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt9a (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 alhcly9a (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr9a (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 smkev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE smkreg (default=32) 85 = "85 years or older" 96 = "Never smoked regularly" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE smknow (default=32) 1 = "Every day" 2 = "Some days" 3 = "Not at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE smkqtno (default=32) 95 = "95+" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE smkqttp (default=32) 1 = "Days" 2 = "Weeks" 3 = "Months" 4 = "Years" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE smkqty (default=32) 00 = "Less than 1 year" 70 = "70+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE smkqtd (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE smkqtd2l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cigsda1l (default=32) 95 = "95+ cigarettes" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cigdamo (default=32) 00 = "None" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE cigsda2l (default=32) 95 = "95+ cigarettes" 97 = "Refused" 98 = "Not Ascertained" 99 = "Don't know" ; VALUE cigsday (default=32) 95 = "95+ cigarettes" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cigqtyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE smkstata (default=32) 1 = "Current" 2 = "Former" 3 = "Never" 4 = "Smoker; current status unknown" 9 = "Unknown if ever smoked" ; VALUE smkstatb (default=32) 1 = "Current every day smoker" 2 = "Current some day smoker" 3 = "Former smoker" 4 = "Never smoker" 5 = "Smoker; current status unknown" 9 = "Unknown if ever smoked" ; VALUE smkstatc (default=32) 1 = "Current every day smoker" 2 = "Current some day smoker (1+ days past mo)" 3 = "Current some day smoker (0 days past mo)" 4 = "Current some day smoker (unknown days past mo)" 5 = "Former smoker" 6 = "Never smoker" 7 = "Smoker; current status unknown" 9 = "Unknown if ever smoked" ; VALUE vig20no (default=32) 000 = "Never" 996 = "Unable to do this type activity" 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE vig20tp (default=32) 0 = "Never" 1 = "Day" 2 = "Week" 3 = "Month" 4 = "Year" 6 = "Unable to do this activity" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE vig20frq (default=32) 00 = "Less than once per week" 95 = "Never" 96 = "Unable to do vig activity" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE vig20lgt (default=32) 1 = "Minutes" 2 = "Hours" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE vig20min (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE mod20no (default=32) 000 = "Never" 996 = "Unable to do this type activity" 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE mod20tp (default=32) 0 = "Never" 1 = "Day" 2 = "Week" 3 = "Month" 4 = "Year" 6 = "Unable to do this activity" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mod20frq (default=32) 00 = "Less than once per week" 95 = "Never" 96 = "Unable to do mod activity" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE mod20lgn (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE mod20lgt (default=32) 1 = "Minutes" 2 = "Hours" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mod20min (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE vigno (default=32) 000 = "Never" 996 = "Unable to do this type activity" 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE vigtp (default=32) 0 = "Never" 1 = "Day" 2 = "Week" 3 = "Month" 4 = "Year" 6 = "Unable to do this activity" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE vigfreqw (default=32) 00 = "Less than once per week" 95 = "Never" 96 = "Unable to do vig activity" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE viglngno (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE viglngtp (default=32) 1 = "Minutes" 2 = "Hours" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE vigmin (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE modno (default=32) 000 = "Never" 996 = "Unable to do this type activity" 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE modtp (default=32) 0 = "Never" 1 = "Day" 2 = "Week" 3 = "Month" 4 = "Year" 6 = "Unable to do this activity" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE modfreqw (default=32) 00 = "Less than once per week" 95 = "Never" 96 = "Unable to do moderate activity" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE modlngno (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE modlngtp (default=32) 1 = "Minutes" 2 = "Hours" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE modmin (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE vigno2l (default=32) 000 = "Never" 996 = "Unable to do this type activity" 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE vigtp2l (default=32) 0 = "Never" 1 = "Day" 2 = "Week" 3 = "Month" 4 = "Year" 6 = "Unable to do this activity" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE vigfrqwb (default=32) 00 = "Less than once per week" 95 = "Never" 96 = "Unable to do vig activity" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE viglngnb (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE viglngtb (default=32) 1 = "Minutes" 2 = "Hours" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE vigmin2l (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE modno2l (default=32) 000 = "Never" 996 = "Unable to do this type activity" 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE modtp2l (default=32) 0 = "Never" 1 = "Day" 2 = "Week" 3 = "Month" 4 = "Year" 6 = "Unable to do this activity" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE modfrqwb (default=32) 00 = "Less than once per week" 95 = "Never" 96 = "Unable to do moderate activity" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE modlngnb (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE modlngtb (default=32) 1 = "Minutes" 2 = "Hours" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE modmin2l (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE strngno (default=32) 000 = "Never" 996 = "Unable to do this type activity" 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE strngtp (default=32) 0 = "Never" 1 = "Day" 2 = "Week" 3 = "Month" 4 = "Year" 6 = "Unable to do this activity" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE strfreqw (default=32) 00 = "Less than once per week" 95 = "Never" 96 = "Unable to do strength activity" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alc1yr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alclife (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alc12mno (default=32) 000 = "Never" 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE alc12mtp (default=32) 0 = "Never/None" 1 = "Week" 2 = "Month" 3 = "Year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alc12mmo (default=32) 00 = "Less than once a month" 95 = "Did not drink in past year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alc12mwk (default=32) 00 = "Less than one day per week" 95 = "Did not drink in past year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alc12myr (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE alcamt (default=32) 95 = "95+ drinks" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alc5upno (default=32) 000 = "Never/None" 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE alc5uptp (default=32) 0 = "Never/None" 1 = "Week" 2 = "Month" 3 = "Year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alc5upyr (default=32) 000 = "Never/None" 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE alcstata (default=32) 1 = "Lifetime abstainer (<12 drinks in lifetime)" 2 = "Former drinker (No drinks in past year)" 3 = "Current drinker (1+ drinks in past year)" 9 = "Drinking status unknown" ; VALUE aheight (default=32) 96 = "Not available" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aweightp (default=32) 996 = "Not available" 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE desirewt (default=32) 1 = "10% or more below desirable weight" 2 = "5-9% below desirable weight" 3 = "4.9% (+/-) of desirable body weight" 4 = "5-9.9% above desirable body weight" 5 = "10-19.9% above desirable body weight" 6 = "20-29.9 % above desirable body weight" 7 = "30% + above desirable body weight" 9 = "Unknown" ; VALUE bmi (default=32) 9995 = "99.95+" 9999 = "Unknown" ; VALUE ausualpl (default=32) 1 = "Yes" 2 = "There is NO place" 3 = "There is MORE THAN ONE place" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aplkind (default=32) 1 = "Clinic or health center" 2 = "Doctor's office or HMO" 3 = "Hospital emergency room" 4 = "Hospital outpatient department" 5 = "Some other place" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcplrou (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcplknd (default=32) 0 = "Doesn't get preventive care anywhere" 1 = "Clinic or health center" 2 = "Doctor's office or HMO" 3 = "Hospital emergency room" 4 = "Hospital outpatient department" 5 = "Some other place" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sourcela (default=32) 01 = "Same sorc sk care & rout care" 02 = "Sorc sk care; no sorc rout care" 03 = "Sorc sk & rout care; no/unk same sorc" 04 = "Sorc sk care; unk sorc rout care" 05 = "GE 2 sorc sk care; 1 is sorc rout care" 06 = "GE 2 sorc sk care; no sorc rout care" 07 = "GE 2 sorc sk & rout care; no/unk if same" 08 = "GE 2 sorc sk care; unk sorc rout care" 09 = "No sorc sk care or rout care" 10 = "No sorc sk care; has sorc rout care" 11 = "No sorc sk care; unk sorc rout care" 12 = "Unk sorc sk care; no sorc rout care" 13 = "Unk sorc sk care; has sorc rout care" 14 = "Unk sorc sk care or sorc rout care" 99 = "Unknown other" ; VALUE ahcchgyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcchghi (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 9 = "Don't know" ; VALUE ahcdlyra (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcdlyrb (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcdlyrc (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcdlyrd (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcdlyre (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcafyra (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcafyrb (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcafyrc (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE adenlong (default=32) 1 = "6 Months or less" 2 = "More than 6 months; but not more than 1 year ag" 3 = "More than 1 year; but not more than 3 years" 4 = "More than 3 years" 5 = "Never" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcsyr1l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcsyr2l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcsyr3l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcsyr4l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcsyr5l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcsyr6l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcsyr7l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcsyr8l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcsyr9l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcsyr1j (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahernoyr (default=32) 0 = "None" 1 = "1" 2 = "2-3" 3 = "4-9" 4 = "10-12" 5 = "13 or more" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahchyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahchmoyr (default=32) 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ahchnoyr (default=32) 1 = "1" 2 = "2-3" 3 = "4-9" 4 = "10-12" 5 = "13 or more" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcnoyr (default=32) 0 = "None" 1 = "1" 2 = "2-3" 3 = "4-9" 4 = "10-12" 5 = "13 or more" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE asrgyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE asrgnoyr (default=32) 95 = "95+ Times" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE amdlong (default=32) 1 = "6 months or less" 2 = "More than 6 months; but not more than 1 year ag" 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 shtfluyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE shtpnuyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE yrsinus (default=32) 1 = "Less than 1 year" 2 = "1 yr.; less than 5 yrs" 3 = "5 yrs.; less than 10 yrs" 4 = "10 yrs.; less than 15 yrs" 5 = "15 years or more" 9 = "Unknown" ; VALUE wrkcat (default=32) 1 = "Employee of a PRIVATE company for wages" 2 = "A FEDERAL government employee" 3 = "A STATE government employee" 4 = "A LOCAL government employee" 5 = "Self-emp in OWN business/prof practice/farm" 6 = "Working WITHOUT PAY in fam business/farm" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE locallno (default=32) 01 = "1-9 employees" 02 = "10-24 employees" 03 = "25-49 employees" 04 = "50-99 employees" 05 = "100-249 employees" 06 = "250-499 employees" 07 = "500-999 employees" 08 = "1000 employees or more" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE locprtno (default=32) 01 = "1-9 employees" 02 = "10-24 employees" 03 = "25-49 employees" 04 = "50-99 employees" 05 = "100-249 employees" 06 = "250-499 employees" 07 = "500-999 employees" 08 = "1000 employees or more" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE yrswrk_p (default=32) 00 = "Less than 1 year" 35 = "35 or more years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE wrklongd (default=32) 1 = "One year or less" 2 = "More than one year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hourpd (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pdsick (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE onejob (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE wrkcatot (default=32) 1 = "Employee only" 2 = "Self-employed only" 3 = "Both" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE businc (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE bldgv (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE bldg12m (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aidstst (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE whytsu0a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE whytsu0b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE whytsu0c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE whytsu0d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE whytsu0e (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE whytsu0f (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE whytsu0g (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE whytsu0h (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE whytsu0i (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE whytsu1j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE tst12m (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE reatot0a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE reatot0b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE reatot0c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE reatot0d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE reatot0e (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE reatot0f (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE reatot0g (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE reatot0h (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE reatot0i (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE reatot1j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE reatot1a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE reatot1b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE reatot1c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lastst (default=32) 01 = "AIDS clinic/counseling/testing site" 02 = "Community health clinic" 03 = "Clinic run by employer" 04 = "STD clinic" 05 = "Family planning" 06 = "Prenatal clinic" 07 = "Other clinic" 08 = "Doctor/HMO" 09 = "Hospital/emergency room/outpatient clinic" 10 = "Military induction/separation/military site" 11 = "Immigration site" 12 = "At home/home visits by nurse/health worker" 13 = "At home - self testing kit" 14 = "Other location - specify" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE altst (default=32) 1 = "Yes" 2 = "No" 3 = "Only notified if there was a problem" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE talkhp (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE rsgvn (default=32) 1 = "In person" 2 = "By telephone" 3 = "By mail" 4 = "In some other way" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE extst12m (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE why12u0a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE why12u0b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE why12u0c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE why12u0d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE why12u0e (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE why12u0f (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE why12u0g (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE why12u0h (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE why12u0i (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE why12u1j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE why12u1a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE why12u1b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE whertst (default=32) 01 = "AIDS clinic/counseling/testing site" 02 = "Community health clinic" 03 = "Clinic run by employer" 04 = "STD clinic" 05 = "Family planning" 06 = "Prenatal clinic" 07 = "Other clinic" 08 = "Doctor/HMO" 09 = "Hospital/emergency room/outpatient clinic" 10 = "Military induction/separation/military site" 11 = "Red cross/blood bank/blood drive" 12 = "At home/home visit by nurse/hlth practitioner" 13 = "At home - self testing kit" 14 = "Other location - specify" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE chnsadsp (default=32) 1 = "High/Already have AIDS/AIDS virus" 2 = "Medium" 3 = "Low" 4 = "None" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE stmtru (default=32) 1 = "Yes to at least one statement" 2 = "No to all statements" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; proc print data=library.nhis1997_samadult (obs=6); FORMAT rectype rectype. srvy_yr srvy_yr. intv_qrt intv_qrt. sex sex. age_p age_p. origin origin. hispan_p hispan_p. mrace_p mrace_p. racerec racerec. race race. educ educ. ab_bl20k ab_bl20k. rat_cat rat_cat. r_maritl r_maritl. region region. msasizep msasizep. hypev hypev. hypdifv hypdifv. chdev chdev. angev angev. miev miev. hrtev hrtev. strev strev. ephev ephev. aasmev aasmev. aasmyr aasmyr. aasmeryr aasmeryr. ulcev ulcev. ulcyr ulcyr. canev canev. cnkind1 cnkind1l. canage1 canage1l. cnkind2 cnkind2l. canage2 canage2l. cnkind3 cnkind3l. canage3 canage3l. cnkind4 cnkind4l. canage4 canage4l. cnkind5 cnkind5l. canage5 canage5l. cnkind6 cnkind6l. canage6 canage6l. cnkind7 cnkind7l. canage7 canage7l. cnkind8 cnkind8l. canage8 canage8l. cnkind9 cnkind9l. canage9 canage9l. cnkind10 cnkind1j. canage10 canage1j. cnkind11 cnkind1a. canage11 canage1a. cnkind12 cnkind1b. canage12 canage1b. cnkind13 cnkind1c. canage13 canage1c. cnkind14 cnkind1d. canage14 canage1d. cnkind15 cnkind1e. canage15 canage1e. cnkind16 cnkind1f. canage16 canage1f. cnkind17 cnkind1g. canage17 canage1g. cnkind18 cnkind1h. canage18 canage1h. cnkind19 cnkind1i. canage19 canage1i. cnkind20 cnkind2j. canage20 canage2j. cnkind21 cnkind2a. canage21 canage2a. cnkind22 cnkind2b. canage22 canage2b. cnkind23 cnkind2c. canage23 canage2c. cnkind24 cnkind2d. canage24 canage2d. cnkind25 cnkind2e. canage25 canage2e. cnkind26 cnkind2f. canage26 canage2f. cnkind27 cnkind2g. canage27 canage2g. cnkind28 cnkind2h. canage28 canage2h. cnkind29 cnkind2i. canage29 canage2i. cnkind30 cnkind3j. canage30 canage3j. cnkind31 cnkind3a. dibev dibev. dibage dibage. insln insln. dibpill dibpill. ahayfyr ahayfyr. sinyr sinyr. cbrchyr cbrchyr. kidwkyr kidwkyr. livyr livyr. jntyr jntyr. jntmo jntmo. jntij jntij. jntijln jntijln. jntijlt jntijlt. jntijlm jntijlm. jntyr1 jntyr1l. jntyr2 jntyr2l. jntyr3 jntyr3l. jntyr4 jntyr4l. jntyr5 jntyr5l. jntyr6 jntyr6l. jntyr7 jntyr7l. jntyr8 jntyr8l. jntyr9 jntyr9l. jntyr10 jntyr10l. jntyr11 jntyr11l. jntyr12 jntyr12l. jntyr13 jntyr13l. jntyr14 jntyr14l. jntyr15 jntyr15l. jntyr16 jntyr16l. jntyr17 jntyr17l. paineck paineck. painlb painlb. painleg painleg. painface painface. amigr amigr. pregnow pregnow. hearaid hearaid. ahearst ahearst. avision avision. ablind ablind. uppert uppert. lowert lowert. sad sad. nervous nervous. restless restless. hopeless hopeless. effort effort. worthls worthls. mhamtmo mhamtmo. wrklyr2 wrklyr2l. wkdayr wkdayr. beddayr beddayr. ahstatyr ahstatyr. speceq speceq. flwalk flwalk. flclimb flclimb. flstand flstand. flsit flsit. flstoop flstoop. flreach flreach. flgrasp flgrasp. flcarry flcarry. flpush flpush. flshop flshop. flsocl flsocl. flrelax flrelax. fla1ar fla1ar. aflhca1 aflhca1l. alhcln1 alhcln1l. alhclt1 alhclt1l. alhcly1 alhcly1l. alantr1 alantr1l. aflhca2 aflhca2l. alhcln2 alhcln2l. alhclt2 alhclt2l. alhcly2 alhcly2l. alantr2 alantr2l. aflhca3 aflhca3l. alhcln3 alhcln3l. alhclt3 alhclt3l. alhcly3 alhcly3l. alantr3 alantr3l. aflhca4 aflhca4l. alhcln4 alhcln4l. alhclt4 alhclt4l. alhcly4 alhcly4l. alantr4 alantr4l. aflhca5 aflhca5l. alhcln5 alhcln5l. alhclt5 alhclt5l. alhcly5 alhcly5l. alantr5 alantr5l. aflhca6 aflhca6l. alhcln6 alhcln6l. alhclt6 alhclt6l. alhcly6 alhcly6l. alantr6 alantr6l. aflhca7 aflhca7l. alhcln7 alhcln7l. alhclt7 alhclt7l. alhcly7 alhcly7l. alantr7 alantr7l. aflhca8 aflhca8l. alhcln8 alhcln8l. alhclt8 alhclt8l. alhcly8 alhcly8l. alantr8 alantr8l. aflhca9 aflhca9l. alhcln9 alhcln9l. alhclt9 alhclt9l. alhcly9 alhcly9l. alantr9 alantr9l. aflhca10 aflhca1j. alhcln10 alhcln1j. alhclt10 alhclt1j. alhcly10 alhcly1j. alantr10 alantr1j. aflhca11 aflhca1a. alhcln11 alhcln1a. alhclt11 alhclt1a. alhcly11 alhcly1a. alantr11 alantr1a. aflhca12 aflhca1b. alhcln12 alhcln1b. alhclt12 alhclt1b. alhcly12 alhcly1b. alantr12 alantr1b. aflhca13 aflhca1c. alhcln13 alhcln1c. alhclt13 alhclt1c. alhcly13 alhcly1c. alantr13 alantr1c. aflhca14 aflhca1d. alhcln14 alhcln1d. alhclt14 alhclt1d. alhcly14 alhcly1d. alantr14 alantr1d. aflhca15 aflhca1e. alhcln15 alhcln1e. alhclt15 alhclt1e. alhcly15 alhcly1e. alantr15 alantr1e. aflhca16 aflhca1f. alhcln16 alhcln1f. alhclt16 alhclt1f. alhcly16 alhcly1f. alantr16 alantr1f. aflhca17 aflhca1g. alhcln17 alhcln1g. alhclt17 alhclt1g. alhcly17 alhcly1g. alantr17 alantr1g. aflhca18 aflhca1h. alhcln18 alhcln1h. alhclt18 alhclt1h. alhcly18 alhcly1h. alantr18 alantr1h. aflhca19 aflhca1i. alhcln19 alhcln1i. alhclt19 alhclt1i. alhcly19 alhcly1i. alantr19 alantr1i. aflhca20 aflhca2j. alhcln20 alhcln2j. alhclt20 alhclt2j. alhcly20 alhcly2j. alantr20 alantr2j. aflhca21 aflhca2a. alhcln21 alhcln2a. alhclt21 alhclt2a. alhcly21 alhcly2a. alantr21 alantr2a. aflhca22 aflhca2b. alhcln22 alhcln2b. alhclt22 alhclt2b. alhcly22 alhcly2b. alantr22 alantr2b. aflhca23 aflhca2c. alhcln23 alhcln2c. alhclt23 alhclt2c. alhcly23 alhcly2c. alantr23 alantr2c. aflhca24 aflhca2d. alhcln24 alhcln2d. alhclt24 alhclt2d. alhcly24 alhcly2d. alantr24 alantr2d. aflhca25 aflhca2e. alhcln25 alhcln2e. alhclt25 alhclt2e. alhcly25 alhcly2e. alantr25 alantr2e. aflhca26 aflhca2f. alhcln26 alhcln2f. alhclt26 alhclt2f. alhcly26 alhcly2f. alantr26 alantr2f. aflhca27 aflhca2g. alhcln27 alhcln2g. alhclt27 alhclt2g. alhcly27 alhcly2g. alantr27 alantr2g. aflhca28 aflhca2h. alhcln28 alhcln2h. alhclt28 alhclt2h. alhcly28 alhcly2h. alantr28 alantr2h. aflhca29 aflhca2i. alhcln29 alhcln2i. alhclt29 alhclt2i. alhcly29 alhcly2i. alantr29 alantr2i. aflhca30 aflhca3j. alhcln30 alhcln3j. alhclt30 alhclt3j. alhcly30 alhcly3j. alantr30 alantr3j. aflhca31 aflhca3a. alhcln31 alhcln3a. alhclt31 alhclt3a. alhcly31 alhcly3a. alantr31 alantr3a. aflhca32 aflhca3b. alhcln32 alhcln3b. alhclt32 alhclt3b. alhcly32 alhcly3b. alantr32 alantr3b. aflhca33 aflhca3c. alhcln33 alhcln3c. alhclt33 alhclt3c. alhcly33 alhcly3c. alantr33 alantr3c. aflhca34 aflhca3d. alhcln34 alhcln3d. alhclt34 alhclt3d. alhcly34 alhcly3d. alantr34 alantr3d. aflhca90 aflhca9j. alhcln90 alhcln9j. alhclt90 alhclt9j. alhcly90 alhcly9j. alantr90 alantr9j. aflhca91 aflhca9a. alhcln91 alhcln9a. alhclt91 alhclt9a. alhcly91 alhcly9a. alantr91 alantr9a. smkev smkev. smkreg smkreg. smknow smknow. smkqtno smkqtno. smkqttp smkqttp. smkqty smkqty. smkqtd smkqtd. smkqtd2 smkqtd2l. cigsda1 cigsda1l. cigdamo cigdamo. cigsda2 cigsda2l. cigsday cigsday. cigqtyr cigqtyr. smkstat1 smkstata. smkstat2 smkstatb. smkstat3 smkstatc. vig20no vig20no. vig20tp vig20tp. vig20frq vig20frq. vig20lgt vig20lgt. vig20min vig20min. mod20no mod20no. mod20tp mod20tp. mod20frq mod20frq. mod20lgn mod20lgn. mod20lgt mod20lgt. mod20min mod20min. vigno vigno. vigtp vigtp. vigfreqw vigfreqw. viglngno viglngno. viglngtp viglngtp. vigmin vigmin. modno modno. modtp modtp. modfreqw modfreqw. modlngno modlngno. modlngtp modlngtp. modmin modmin. vigno2 vigno2l. vigtp2 vigtp2l. vigfrqw2 vigfrqwb. viglngn2 viglngnb. viglngt2 viglngtb. vigmin2 vigmin2l. modno2 modno2l. modtp2 modtp2l. modfrqw2 modfrqwb. modlngn2 modlngnb. modlngt2 modlngtb. modmin2 modmin2l. strngno strngno. strngtp strngtp. strfreqw strfreqw. alc1yr alc1yr. alclife alclife. alc12mno alc12mno. alc12mtp alc12mtp. alc12mmo alc12mmo. alc12mwk alc12mwk. alc12myr alc12myr. alcamt alcamt. alc5upno alc5upno. alc5uptp alc5uptp. alc5upyr alc5upyr. alcstat1 alcstata. aheight aheight. aweightp aweightp. desirewt desirewt. bmi bmi. ausualpl ausualpl. aplkind aplkind. ahcplrou ahcplrou. ahcplknd ahcplknd. sourcela sourcela. ahcchgyr ahcchgyr. ahcchghi ahcchghi. ahcdlyr1 ahcdlyra. ahcdlyr2 ahcdlyrb. ahcdlyr3 ahcdlyrc. ahcdlyr4 ahcdlyrd. ahcdlyr5 ahcdlyre. ahcafyr1 ahcafyra. ahcafyr2 ahcafyrb. ahcafyr3 ahcafyrc. adenlong adenlong. ahcsyr1 ahcsyr1l. ahcsyr2 ahcsyr2l. ahcsyr3 ahcsyr3l. ahcsyr4 ahcsyr4l. ahcsyr5 ahcsyr5l. ahcsyr6 ahcsyr6l. ahcsyr7 ahcsyr7l. ahcsyr8 ahcsyr8l. ahcsyr9 ahcsyr9l. ahcsyr10 ahcsyr1j. ahernoyr ahernoyr. ahchyr ahchyr. ahchmoyr ahchmoyr. ahchnoyr ahchnoyr. ahcnoyr ahcnoyr. asrgyr asrgyr. asrgnoyr asrgnoyr. amdlong amdlong. shtfluyr shtfluyr. shtpnuyr shtpnuyr. yrsinus yrsinus. wrkcat wrkcat. locallno locallno. locprtno locprtno. yrswrk_p yrswrk_p. wrklongd wrklongd. hourpd hourpd. pdsick pdsick. onejob onejob. wrkcatot wrkcatot. businc businc. bldgv bldgv. bldg12m bldg12m. aidstst aidstst. whytsu01 whytsu0a. whytsu02 whytsu0b. whytsu03 whytsu0c. whytsu04 whytsu0d. whytsu05 whytsu0e. whytsu06 whytsu0f. whytsu07 whytsu0g. whytsu08 whytsu0h. whytsu09 whytsu0i. whytsu10 whytsu1j. tst12m tst12m. reatot01 reatot0a. reatot02 reatot0b. reatot03 reatot0c. reatot04 reatot0d. reatot05 reatot0e. reatot06 reatot0f. reatot07 reatot0g. reatot08 reatot0h. reatot09 reatot0i. reatot10 reatot1j. reatot11 reatot1a. reatot12 reatot1b. reatot13 reatot1c. lastst lastst. altst altst. talkhp talkhp. rsgvn rsgvn. extst12m extst12m. why12u01 why12u0a. why12u02 why12u0b. why12u03 why12u0c. why12u04 why12u0d. why12u05 why12u0e. why12u06 why12u0f. why12u07 why12u0g. why12u08 why12u0h. why12u09 why12u0i. why12u10 why12u1j. why12u11 why12u1a. why12u12 why12u1b. whertst whertst. chnsadsp chnsadsp. stmtru stmtru. ; proc contents data=library.nhis1997_samadult; /* 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. */