*options obs=100 ; options nocenter ; /*------------------------------------------------ by Jean Roth Mon Jul 2 15:44:39 EDT 2007 This program reads the 2002 National Health Interview Survey 2002 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/2002/samadult.exe "; * The following line should contain the name of the SAS dataset ; %let dataset = nhis2002_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_i length=3 label="Hispanic Ethnicity"; attrib origimpt length=3 label="Hispanic Origin Imputation Flag"; attrib hispan_i length=3 label="Hispanic subgroup detail"; attrib hispimpt length=3 label="Type of Hispanic Origin Imputation Flag"; attrib rcdt1p_i length=3 label="Race coded to single/multiple race group"; attrib rc_smp_i length=3 label="Race summary detail for single/multiple"; attrib racerp_i length=3 label="OMB groups w/multiple race"; attrib raceimpt length=3 label="Race Imputation Flag"; attrib mracrp_i length=3 label="Race coded to a single race group"; attrib mracbp_i length=3 label="Race coded to a single race group"; attrib racrec_i length=3 label="Race Recode"; attrib hiscod_i length=3 label="Combined race/ethnicity recode"; attrib erimpflg length=3 label="Ethnicity/Race Imputation Flag"; 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 fm_size length=3 label="Number of persons in family"; attrib region length=3 label="Region"; 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 proxysa length=3 label="Response status is ......"; attrib hypev length=3 label="Ever been told you had hypertension"; attrib hypdifv length=3 label="Ever told had hypertension on 2+ visits"; attrib hypyr length=3 label="Had hypertension, past 12 months"; 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 chdyr length=3 label="Had coronary heart disease, past 12 mths"; attrib angyr length=3 label="Had angina pectoris, past 12 months"; attrib miyr length=3 label="Had a heart attack, past 12 months"; attrib hrtyr length=3 label="Had a heart cond/disease, past 12 months"; attrib stryr length=3 label="Had a stroke, past 12 months"; attrib ephyr length=3 label="Had emphysema, past 12 months"; attrib hchlev length=3 label="Ever told you had high cholesterol"; attrib pcircev length=3 label="Ever told you had poor circulation"; attrib irrhbev length=3 label="Ever told you had irregular heartbeats"; attrib conhfev length=3 label="Ever told you had heart failure"; attrib hchlyr length=3 label="Had high cholesterol, past 12 months"; attrib pcircyr length=3 label="Had poor circulation, past 12 months"; attrib irrhbyr length=3 label="Had irregular heartbeats, past 12 months"; attrib conhfyr length=3 label="Had heart failure, past 12 months"; attrib aasmev length=3 label="Ever been told you had asthma"; attrib aasstill length=3 label="Still have 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 awzmswk length=3 label="# days missed due to asthma, past 12 mo."; attrib aasmed length=3 label="Ever taken preventive asthma meds"; attrib aaswmp length=3 label="Given an asthma management plan"; attrib aapenvln length=3 label="Ever advised to change environment"; 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 bowlev length=3 label="Ever been told you had irritable bowel"; attrib bowlyr length=3 label="Had irritable bowel, past 12 months"; attrib thyrev length=3 label="Ever been told you had a thyroid prob"; attrib urinpev length=3 label="Ever been told you had urinary prob"; attrib allrfev length=3 label="Ever told you had food/odor allergies"; attrib allrmev length=3 label="Ever told you had medication allergies"; attrib thyryr length=3 label="Had thyroid problems, past 12 months"; attrib urinpyr length=3 label="Had urinary problems, past 12 months"; attrib allrfyr length=3 label="Had food/odor allergies, past 12 months"; attrib allrmyr length=3 label="Had medication allergies, past 12 months"; attrib msev length=3 label="Ever told you had Multiple sclerosis"; attrib parkev length=3 label="Ever told you had Parkinson's disease"; attrib neuropev length=3 label="Ever told you had Neuropathy"; attrib seizev length=3 label="Ever told you had Seizures"; attrib insomyr length=3 label="Had insomnia, past 12 months"; attrib fatigyr length=3 label="Had excessive sleepiness, past 12 months"; attrib painyr length=3 label="Had recurring pain, past 12 months"; attrib anxdepyr length=3 label="Frequently depressed, past 12 months"; attrib sprainyr length=3 label="Had severe sprains, past 12 months"; attrib dentlpyr length=3 label="Had dental pain, past 12 months"; attrib skinpyr length=3 label="Had skin problems, 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 that you have diabetes"; attrib dibage length=3 label="Age first diagnosed w/diabetes"; attrib difage2 length=3 label="Years since first diagnosed w/diabetes"; attrib insln length=3 label="NOW taking insulin"; attrib dibpill length=3 label="NOW taking diabetic pills"; attrib ahayfyr length=3 label="Told that you had hay fever, 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 jntsymp length=3 label="Had pain/aching at joints, past 30 d"; attrib jmthp1 length=3 label="Which joint affected...shoulder-right"; attrib jmthp2 length=3 label="Which joint affected...shoulder-left"; attrib jmthp3 length=3 label="Which joint affected...elbow-right"; attrib jmthp4 length=3 label="Which joint affected...elbow-left"; attrib jmthp5 length=3 label="Which joint affected...hip-right"; attrib jmthp6 length=3 label="Which joint affected...hip-left"; attrib jmthp7 length=3 label="Which joint affected...wrist-right"; attrib jmthp8 length=3 label="Which joint affected...wrist-left"; attrib jmthp9 length=3 label="Which joint affected...knee-right"; attrib jmthp10 length=3 label="Which joint affected...knee-left"; attrib jmthp11 length=3 label="Which joint affected...ankle-right"; attrib jmthp12 length=3 label="Which joint affected...ankle-left"; attrib jmthp13 length=3 label="Which joint affected...toes-right"; attrib jmthp14 length=3 label="Which joint affected...toes-left"; attrib jmthp15 length=3 label="Which jnt affected..fingers/thumb-right"; attrib jmthp16 length=3 label="Which jnt affected..fingers/thumb-left"; attrib jmthp17 length=3 label="Which joint affected...other, not listed"; attrib jntpn length=3 label="Rate your joint pain, past 30 days"; attrib jntchr length=3 label="Joint symp began 3+ months ago"; attrib jnthp length=3 label="Ever seen a dr. for joint symptoms"; attrib arth1 length=3 label="Ever told you had arthritis, gout, lupus"; attrib arthwt length=3 label="Ever told to lose weight to help arth"; attrib arthph length=3 label="Ever told to exercise to help arthritis"; attrib arthcls length=3 label="Ever taken a class to help arthritis"; attrib arthlmt length=3 label="Limited in activities due to arthritis"; attrib arthwrk length=3 label="Limited in work due to arthritis"; 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 acold2w length=3 label="Had a head/chest cold past 2 weeks"; attrib aintil2w length=3 label="Had stomach prob w/vomit/diarrhea, 2 w"; attrib pregnow length=3 label="Currently pregnant"; attrib mensyr length=3 label="Had menstrual prob, past 12 months"; attrib menoyr length=3 label="Had menopausal prob, past 12 months"; attrib gynyr length=3 label="Had gynecologic prob, past 12 months"; attrib prostyr length=3 label="Had prostate prob, past 12 months"; attrib hearaid length=3 label="Had ever worn a hearing aid"; attrib hearfreq length=3 label="How often do you wear hearing aid"; attrib ahearst length=3 label="Description of hearing w/o hearing aid"; attrib hearage length=3 label="Age of hearing loss"; attrib hearcaus length=3 label="Cause of hearing loss*"; attrib avision length=3 label="Trouble seeing even w/glasses/lenses"; attrib ablind length=3 label="Blind or unable to see at all"; attrib dibrev length=3 label="Ever told you had diabetic retinopathy"; attrib catarev length=3 label="Ever told you had cataracts"; attrib glaucev length=3 label="Ever told you had Glaucoma"; attrib macdev length=3 label="Ever told you had Macular degeneration"; attrib dibryr length=3 label="Had diabetic retinopathy, past 12 months"; attrib cataryr length=3 label="Had cataracts, past 12 months"; attrib glaucyr length=3 label="Had glaucoma, past 12 months"; attrib macdyr length=3 label="Had macular degeneration, past 12 months"; attrib avisreh length=3 label="Use any vision rehab services"; attrib avisdev length=3 label="Use any adaptive devices"; attrib avdfnws length=3 label="How difficult to read due to eyesight"; attrib avdfcls length=3 label="How diff seeing up close b/c of eyesight"; attrib avdfnit length=3 label="How diff to step down at night b/c sight"; attrib avdfdrv length=3 label="How diff daytime driving b/c sight"; attrib avdfper length=3 label="How diff noticing objects b/c of sight"; attrib avdfcrd length=3 label="How diff to find shelved obj b/c of sigh"; attrib aviswrin length=3 label="Ever had eye injury at work"; attrib avisexam length=3 label="Last eye exam w/ pupils dilated"; attrib avisact length=3 label="Engage in acts that can cause eye injury"; attrib avisprot length=3 label="How often do you wear eye protection"; attrib lupprt length=3 label="Lost all upper & lower natural teeth"; attrib sad length=3 label="So sad nothing cheers you up, past 30 d"; 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 wrklyr3 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/12m 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 functional limitation, all conds"; attrib aflhca1 length=3 label="Vision problem"; attrib aflhca2 length=3 label="Hearing problem"; attrib aflhca3 length=3 label="Arthritis/rheumatism"; attrib aflhca4 length=3 label="Back/neck problem"; attrib aflhca5 length=3 label="Fracture/bone/joint injury"; attrib aflhca6 length=3 label="Other injury"; attrib aflhca7 length=3 label="Heart problem"; attrib aflhca8 length=3 label="Stroke problem"; attrib aflhca9 length=3 label="Hypertension/high blood pressure"; attrib aflhca10 length=3 label="Diabetes"; attrib aflhca11 length=3 label="Lung/breathing prob/asthma/emphysema"; attrib aflhca12 length=3 label="Cancer"; attrib aflhca13 length=3 label="Birth defect"; attrib aflhca14 length=3 label="Mental retardation"; attrib aflhca15 length=3 label="Otr developmental prob/cerebral palsy"; attrib aflhca16 length=3 label="Senility/dementia/alzheimers"; attrib aflhca17 length=3 label="Depression/anxiety/emotional problem"; attrib aflhca18 length=3 label="Weight problem/overweight/obesity"; attrib aflhca19 length=3 label="Missing or amputated limb/finger/digit"; attrib aflhca20 length=3 label="Musculoskeletal/connective tissue prob"; attrib aflhca21 length=3 label="Circulation problem"; attrib aflhca22 length=3 label="Endocrine/nutritional/metabolic prob"; attrib aflhca23 length=3 label="Nervous system/sensory organ condition"; attrib aflhca24 length=3 label="Digestive system problem"; attrib aflhca25 length=3 label="Genitourinary system problem"; attrib aflhca26 length=3 label="Skin/subcutaneous system problem"; attrib aflhca27 length=3 label="Blood or blood-forming organ problem"; attrib aflhca28 length=3 label="Benign tumor/cyst"; attrib aflhca29 length=3 label="Alcohol/drug/substance abuse problem"; attrib aflhca30 length=3 label="Otr mental prob/ADD/bipolar/schizophreni"; attrib aflhca31 length=3 label="Surgical after-effects/medical treatment"; attrib aflhca32 length=3 label="'Old age'/elderly/aging-related problem"; attrib aflhca33 length=3 label="Fatigue/tiredness/weakness"; attrib aflhca34 length=3 label="Pregnancy-related problem"; attrib aflhca90 length=3 label="Other prob 1, not elsewhere classified"; attrib aflhca91 length=3 label="Other prob 2, not elsewhere classified"; attrib altime1 length=3 label="Duration of vision prob: # of units"; attrib alunit1 length=3 label="Duration of vision prob: Time unit"; attrib aldura1 length=3 label="Duration of vision prob (in years)"; attrib aldurb1 length=3 label="Duration of vision prob recode 2"; attrib alchrc1 length=3 label="Vision problem condition status"; attrib altime2 length=3 label="Duration of hearing prob: # of units"; attrib alunit2 length=3 label="Duration of hearing prob: Time unit"; attrib aldura2 length=3 label="Duration of hearing prob (in years)"; attrib aldurb2 length=3 label="Duration of hearing prob recode 2"; attrib alchrc2 length=3 label="hearing problem condition status"; attrib altime3 length=3 label="Duration of arthritis/rheum: # of units"; attrib alunit3 length=3 label="Duration of arthritis/rheum: Time unit"; attrib aldura3 length=3 label="Duration of arthritis/rheum (in years)"; attrib aldurb3 length=3 label="Duration of arthritis/rheum recode 2"; attrib alchrc3 length=3 label="Arthritis/rheum condition status"; attrib altime4 length=3 label="Duration of back/neck prob: # of units"; attrib alunit4 length=3 label="Duration of back/neck prob: Time unit"; attrib aldura4 length=3 label="Duration of back/neck prob (in years)"; attrib aldurb4 length=3 label="Duration of back/neck prob recode 2"; attrib alchrc4 length=3 label="Back/neck problem condition status"; attrib altime5 length=3 label="Dur of fract/bone/joint inj: # of units"; attrib alunit5 length=3 label="Dur of fract/bone/joint inj: Time unit"; attrib aldura5 length=3 label="Dur of fract/bone/joint inj (in years)"; attrib aldurb5 length=3 label="Dur of fract/bone/joint inj recode 2"; attrib alchrc5 length=3 label="Fract/bone/joint inj condition status"; attrib altime6 length=3 label="Duration of other injury: # of units"; attrib alunit6 length=3 label="Duration of other injury: Time unit"; attrib aldura6 length=3 label="Duration of other injury (in years)"; attrib aldurb6 length=3 label="Duration of other injury recode 2"; attrib alchrc6 length=3 label="Other injury condition status"; attrib altime7 length=3 label="Duration of heart prob: # of units"; attrib alunit7 length=3 label="Duration of heart prob: Time unit"; attrib aldura7 length=3 label="Duration of heart prob (in years)"; attrib aldurb7 length=3 label="Duration of heart prob recode 2"; attrib alchrc7 length=3 label="Heart problem condition status"; attrib altime8 length=3 label="Duration of stroke: # of units"; attrib alunit8 length=3 label="Duration of stroke: Time unit"; attrib aldura8 length=3 label="Duration of stroke (in years)"; attrib aldurb8 length=3 label="Duration of stroke recode 2"; attrib alchrc8 length=3 label="Stroke condition status"; attrib altime9 length=3 label="Duration of hypertension: # of units"; attrib alunit9 length=3 label="Duration of hypertension: Time unit"; attrib aldura9 length=3 label="Duration of hypertension (in years)"; attrib aldurb9 length=3 label="Duration of hypertension recode 2"; attrib alchrc9 length=3 label="Hypertension condition status"; attrib altime10 length=3 label="Duration of diabetes: # of units"; attrib alunit10 length=3 label="Duration of diabetes: Time unit"; attrib aldura10 length=3 label="Duration of diabetes (in years)"; attrib aldurb10 length=3 label="Duration of diabetes recode 2"; attrib alchrc10 length=3 label="Diabetes condition status"; attrib altime11 length=3 label="Duration of lung/breath prob: # of units"; attrib alunit11 length=3 label="Duration of lung/breath prob: Time unit"; attrib aldura11 length=3 label="Duration of lung/breath prob (in years)"; attrib aldurb11 length=3 label="Duration of lung/breath prob recode 2"; attrib alchrc11 length=3 label="Lung/breath prob condition status"; attrib altime12 length=3 label="Duration of cancer: # of units"; attrib alunit12 length=3 label="Duration of cancer: Time unit"; attrib aldura12 length=3 label="Duration of cancer (in years)"; attrib aldurb12 length=3 label="Duration of cancer recode 2"; attrib alchrc12 length=3 label="Cancer condition status"; attrib altime13 length=3 label="Duration of birth defect: # of units"; attrib alunit13 length=3 label="Duration of birth defect: Time unit"; attrib aldura13 length=3 label="Duration of birth defect (in years)"; attrib aldurb13 length=3 label="Duration of birth defect recode 2"; attrib alchrc13 length=3 label="Birth defect condition status"; attrib altime14 length=3 label="Dur of mental retardation: # of units"; attrib alunit14 length=3 label="Dur of mental retardation: Time unit"; attrib aldura14 length=3 label="Dur of mental retardation (in years)"; attrib aldurb14 length=3 label="Duration of mental retardation recode 2"; attrib alchrc14 length=3 label="Mental retardation condition status"; attrib altime15 length=3 label="Duration of otr dev prob: # of units"; attrib alunit15 length=3 label="Duration of otr dev prob: Time unit"; attrib aldura15 length=3 label="Duration of otr dev prob (in years)"; attrib aldurb15 length=3 label="Duration of otr dev prob recode 2"; attrib alchrc15 length=3 label="Otr dev problem condition status"; attrib altime16 length=3 label="Duration of senility: # of units"; attrib alunit16 length=3 label="Duration of senility: Time unit"; attrib aldura16 length=3 label="Duration of senility (in years)"; attrib aldurb16 length=3 label="Duration of senility recode 2"; attrib alchrc16 length=3 label="Senility condition status"; attrib altime17 length=3 label="Dur of dep/anx/emot prob: # of units"; attrib alunit17 length=3 label="Duration of dep/anx/emot prob: Time unit"; attrib aldura17 length=3 label="Duration of dep/anx/emot prob (in years)"; attrib aldurb17 length=3 label="Duration of dep/anx/emot prob recode 2"; attrib alchrc17 length=3 label="Dep/anx/emot problem condition status"; attrib altime18 length=3 label="Duration of weight prob: # of units"; attrib alunit18 length=3 label="Duration of weight prob: Time unit"; attrib aldura18 length=3 label="Duration of weight prob (in years)"; attrib aldurb18 length=3 label="Duration of weight prob recode 2"; attrib alchrc18 length=3 label="Weight problem condition status"; attrib altime19 length=3 label="Dur of miss limb/amputation: # of units"; attrib alunit19 length=3 label="Dur of miss limb/amputation: Time unit"; attrib aldura19 length=3 label="Dur of miss limb/amputation (in years)"; attrib aldurb19 length=3 label="Dur of miss limb/amputation recode 2"; attrib alchrc19 length=3 label="Missing limb/amputation condition status"; attrib altime20 length=3 label="Dur of musculoskeletal prob: # of units"; attrib alunit20 length=3 label="Dur of musculoskeletal prob: Time unit"; attrib aldura20 length=3 label="Dur of musculoskeletal prob: (in years)"; attrib aldurb20 length=3 label="Dur of musculoskeletal prob recode 2"; attrib alchrc20 length=3 label="Musculoskeletal problem condition status"; attrib altime21 length=3 label="Duration of circulatory prob: # of units"; attrib alunit21 length=3 label="Duration of circulatory prob: Time unit"; attrib aldura21 length=3 label="Duration of circulatory prob (in years)"; attrib aldurb21 length=3 label="Duration of circulatory prob recode 2"; attrib alchrc21 length=3 label="Circulatory problem condition status"; attrib altime22 length=3 label="Duration of endocrine prob: # of units"; attrib alunit22 length=3 label="Duration of endocrine problem: Time unit"; attrib aldura22 length=3 label="Duration of endocrine problem (in years)"; attrib aldurb22 length=3 label="Duration of endocrine problem recode 2"; attrib alchrc22 length=3 label="Endocrine problem condition status"; attrib altime23 length=3 label="Duration of nervous sys cond: # of units"; attrib alunit23 length=3 label="Duration of nervous sys cond: Time unit"; attrib aldura23 length=3 label="Duration of nervous sys cond (in years)"; attrib aldurb23 length=3 label="Duration of nervous sys cond recode 2"; attrib alchrc23 length=3 label="Nervous sys condition status"; attrib altime24 length=3 label="Duration of digestive prob: # of units"; attrib alunit24 length=3 label="Duration of digestive prob: Time unit"; attrib aldura24 length=3 label="Duration of digestive prob (in years)"; attrib aldurb24 length=3 label="Duration of digestive problem recode 2"; attrib alchrc24 length=3 label="Digestive problem condition status"; attrib altime25 length=3 label="Dur of genitourinary prob: # of units"; attrib alunit25 length=3 label="Dur of genitourinary prob: Time unit"; attrib aldura25 length=3 label="Dur of genitourinary prob (in years)"; attrib aldurb25 length=3 label="Duration of genitourinary prob recode 2"; attrib alchrc25 length=3 label="Genitourinary prob condition status"; attrib altime26 length=3 label="Duration of skin problem: # of units"; attrib alunit26 length=3 label="Duration of skin problem: Time unit"; attrib aldura26 length=3 label="Duration of skin problem (in years)"; attrib aldurb26 length=3 label="Duration of skin problem recode 2"; attrib alchrc26 length=3 label="Skin problem condition status"; attrib altime27 length=3 label="Duration of blood problem: # of units"; attrib alunit27 length=3 label="Duration of blood problem: Time unit"; attrib aldura27 length=3 label="Duration of blood problem (in years)"; attrib aldurb27 length=3 label="Duration of blood problem recode 2"; attrib alchrc27 length=3 label="Blood problem condition status"; attrib altime28 length=3 label="Duration of benign tumor: # of units"; attrib alunit28 length=3 label="Duration of benign tumor: Time unit"; attrib aldura28 length=3 label="Duration of benign tumor (in years)"; attrib aldurb28 length=3 label="Duration of benign tumor recode 2"; attrib alchrc28 length=3 label="Benign tumor condition status"; attrib altime29 length=3 label="Dur of alcohol/drug prob: # of units"; attrib alunit29 length=3 label="Duration of alcohol/drug prob: Time unit"; attrib aldura29 length=3 label="Duration of alcohol/drug prob (in years)"; attrib aldurb29 length=3 label="Duration of alcohol/drug prob recode 2"; attrib alchrc29 length=3 label="Alcohol or drug prob condition status"; attrib altime30 length=3 label="Duration of oth mental prob: # of units"; attrib alunit30 length=3 label="Duration of oth mental prob: Time unit"; attrib aldura30 length=3 label="Duration of oth mental prob (in years)"; attrib aldurb30 length=3 label="Duration of oth mental prob recode 2"; attrib alchrc30 length=3 label="Oth mental prob condition status"; attrib altime31 length=3 label="Dur of surg after-effects: # of units"; attrib alunit31 length=3 label="Dur of surg after-effects: Time unit"; attrib aldura31 length=3 label="Dur of surg after-effects (in years)"; attrib aldurb31 length=3 label="Duration of surg after-effects recode 2"; attrib alchrc31 length=3 label="Surgical after-effects condition status"; attrib altime32 length=3 label="Duration of 'old age': # of units"; attrib alunit32 length=3 label="Duration of 'old age': Time unit"; attrib aldura32 length=3 label="Duration of 'old age' (in years)"; attrib aldurb32 length=3 label="Duration of 'old age' recode 2"; attrib alchrc32 length=3 label="'Old age' condition status"; attrib altime33 length=3 label="Duration of fatigue prob: # of units"; attrib alunit33 length=3 label="Duration of fatigue prob: Time unit"; attrib aldura33 length=3 label="Duration of fatigue prob (in years)"; attrib aldurb33 length=3 label="Duration of fatigue prob recode 2"; attrib alchrc33 length=3 label="Fatigue problem condition status"; attrib altime34 length=3 label="Dur of preg-related prob: # of units"; attrib alunit34 length=3 label="Duration of preg-related prob: Time unit"; attrib aldura34 length=3 label="Duration of preg-related prob (in years)"; attrib aldurb34 length=3 label="Duration of preg-related prob recode 2"; attrib alchrc34 length=3 label="Pregnancy-related prob condition status"; attrib altime90 length=3 label="Dur of oth N.E.C. prob (1): # of units"; attrib alunit90 length=3 label="Dur of oth N.E.C. prob (1): Time unit"; attrib aldura90 length=3 label="Dur of oth N.E.C. prob (1) (in years)"; attrib aldurb90 length=3 label="Dur of oth N.E.C. prob (1) recode 2"; attrib alchrc90 length=3 label="Other N.E.C. prob (1) condition status"; attrib altime91 length=3 label="Dur of oth N.E.C. prob (2): # of units"; attrib alunit91 length=3 label="Dur of oth N.E.C. prob (2): Time unit"; attrib aldura91 length=3 label="Dur of oth N.E.C. prob (2) (in years)"; attrib aldurb91 length=3 label="Dur of oth N.E.C. prob (2) recode 2"; attrib alchrc91 length=3 label="Other N.E.C. prob (2) condition status"; attrib alcndrt length=3 label="Chronic cond rec for ind w/functl lim"; attrib alchronr length=3 label="Overall functl lim recode by cond status"; 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: every day/some days/not at a"; 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 {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 in a day (some day smokers)"; attrib cigsday length=3 label="Number cigs a day (all smokers)"; 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 cigqtyr length=3 label="Tried quit smoking 1+ days, past 12 m"; 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 vigorous activity (times per wk)"; attrib viglngno length=3 label="Duration vig activity: # of units"; attrib viglngtp length=3 label="Duration vigorous activity: Time unit"; attrib vigmin length=3 label="Duration vigorous activity (in minutes)"; attrib viglongd length=3 label="Dur of vigorous activity: <20 or 20+ min"; attrib modno length=3 label="Freq light/mod activity: # of units"; attrib modtp length=3 label="Freq light/mod activity: Time units"; attrib modfreqw length=3 label="Freq light/mod activity (times per wk)"; attrib modlngno length=3 label="Duration light/mod activity: # of units"; attrib modlngtp length=3 label="Duration light/mod activity: Time unit"; attrib modmin length=3 label="Duration light/mod activity (in minutes)"; attrib modlongd length=3 label="Dur of lite/mod activity: <20 or 20+ min"; 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 alc7stat length=3 label="Current alcohol drinking status: Recode"; attrib met_flg1 length=3 label="Flag: Metric units reported for height"; attrib met_flg2 length=3 label="Flag: Metric units reported for weight"; 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="Place usually go for routine prev care"; attrib sourcela length=3 label="Source of medical care recode"; attrib ahcchgyr length=3 label="Change health care place, past 12 mo"; attrib ahcchghi length=3 label="Change due to hlth insurance"; attrib ahcdlyr1 length=3 label="Couldn't get through on phone, past 12 m"; attrib ahcdlyr2 length=3 label="Couldn't get appt soon enough, past 12 m"; attrib ahcdlyr3 length=3 label="Wait too long in dr's office, past 12 mo"; attrib ahcdlyr4 length=3 label="Not open when you could go, past 12 mo"; attrib ahcdlyr5 length=3 label="No transportation, past 12 mo"; attrib ahcafyr1 length=3 label="Can't afford presc medicine, past 12 mo"; attrib ahcafyr2 length=3 label="Can't afford mental care/counsel, 12 mo"; attrib ahcafyr3 length=3 label="Can't afford dental care, past 12 mo"; attrib ahcafyr4 length=3 label="Can't afford eyeglasses, past 12 mo"; attrib adnlong2 length=3 label="Time since last saw a dentist"; attrib ahcsyr1 length=3 label="Seen/talk to mental hlth prof, past 12 m"; attrib ahcsyr2 length=3 label="Seen/talk to eye doctor, past 12 mo"; attrib ahcsyr3 length=3 label="Seen/talk to foot doctor, past 12 mo"; attrib ahcsyr4 length=3 label="Seen/talk to a chiropractor, past 12 mo"; attrib ahcsyr5 length=3 label="Seen/talk to therapist (PT/OT) past 12 m"; attrib ahcsyr6 length=3 label="Seen/talk to a NP/PA/midwife, past 12 mo"; attrib ahcsyr7 length=3 label="Seen/talk to OB/GYN, past 12 mo"; attrib ahcsyr8 length=3 label="Seen/talk to a med specialist, past 12 m"; attrib ahcsyr9 length=3 label="Seen/talk to a general doctor, past 12 m"; attrib ahcsyr10 length=3 label="Does that Dr treat both kids and adults"; attrib ahernoy2 length=3 label="# times in ER/ED, past 12 mo"; attrib ahchyr length=3 label="Get home care from hlth prof, past 12 mo"; attrib ahchmoyr length=3 label="How many months of home care, past 12 mo"; attrib ahchnoy2 length=3 label="Total number of home visits"; attrib ahcnoyr2 length=3 label="Total number of office visits, past 12 m"; attrib asrgyr length=3 label="Had surgery in the past 12 mo"; attrib asrgnoyr length=3 label="Total # of surgeries in the past 12 mo"; attrib amdlongr length=3 label="Time since last saw/talked to hlth prof"; attrib shtfluyr length=3 label="Had flu shot past 12 mo"; attrib shtpnuyr length=3 label="Ever had pneumonia shot"; attrib apox length=3 label="Ever had chickenpox"; attrib apox12mo length=3 label="Had chickenpox, past 12 mo"; attrib ahep length=3 label="Ever had hepatitis"; attrib ahepliv length=3 label="Ever lived w/ someone w/ hepatitis"; attrib shthepb length=3 label="Ever received hepatitis B vaccine"; attrib shepdos length=3 label="# doses of hepatitis B vaccine received"; attrib all_sa length=3 label="Employment status"; attrib everwrk length=3 label="Ever worked"; attrib indstry1 length=3 label="Detailed industry classification"; attrib indstry2 length=3 label="Simple industry classification"; attrib indstr1a length=3 label="Detailed industry classification"; attrib indstr2a length=3 label="Simple industry classification"; attrib occup1 length=3 label="Detailed occupation classification"; attrib occup2 length=3 label="Simple occupation classification"; attrib occup1a length=3 label="Detailed occupation classification"; attrib occup2a length=3 label="Simple occupation classification"; attrib wrkcat length=3 label="Class of worker"; attrib wrkcata length=3 label="Class of worker"; attrib businc1 length=3 label="Current job an incorporated business"; attrib businc1a length=3 label="Current/last/longest-held job inc bus"; attrib locall1 length=3 label="Number of employees at work"; attrib locall1a length=3 label="Number of employees at work"; attrib yrswrk_p length=3 label="Years on the job"; attrib yrswrkpa length=3 label="Years on the job"; attrib hourpd length=3 label="Paid by the hour at current job"; attrib hourpda length=3 label="Paid by hr at current/most recent job"; attrib pdsick length=3 label="Paid sick leave at current job"; attrib pdsicka length=3 label="Paid sick leave current/most recent job"; attrib onejob length=3 label="Have more than one job"; attrib home50 length=3 label="Home built before 1950?"; attrib leadpnt length=3 label="Paint tested for lead"; attrib bldgv length=3 label="Donated blood since March 1985"; attrib bldg12m length=3 label="Donated blood past 12 m"; attrib hivtst length=3 label="Ever been tested for HIV?"; attrib whytst_r length=3 label="Reason why you have not been tested?"; attrib tst12m_m length=3 label="Month of last test for HIV"; attrib tst12m_y length=4 label="Year of last test for HIV"; attrib timetst length=3 label="Was it:"; attrib tsttyr length=3 label="# times tested for HIV, past 12m"; attrib reatst_c length=3 label="Main reason for last HIV test"; attrib reaswhor length=3 label="Who suggested you should be tested"; attrib lastst_c length=3 label="Location of last HIV test"; attrib clntyp_c length=3 label="Type of clinic for last HIV test"; attrib whoadm length=3 label="Who administered the test?"; attrib givnam length=3 label="Gave your first and last names?"; attrib extst12m length=3 label="HIV test in the next 12 m"; attrib chnsadsp length=3 label="Chances of getting AIDS virus"; attrib stmtru length=3 label="Are any of these statements true"; attrib std length=3 label="Had an STD otr than HIV/AIDS, past 5 yrs"; attrib stddoc length=3 label="Saw a doctor or health professional"; attrib stdwher length=3 label="Place where checked"; attrib tbhrd length=3 label="Ever heard of tuberculosis"; attrib tbknow length=3 label="Ever personally known anyone who had TB"; attrib tb length=3 label=""; attrib tbsprd1 length=3 label="Breathing air around person sick with TB"; attrib tbsprd2 length=3 label="Sharing eating/drinking utensils"; attrib tbsprd3 length=3 label="Thru semen/vaginal secretions (sex)"; attrib tbsprd4 length=3 label="From smoking"; attrib tbsprd5 length=3 label="From mosquito or other insect bites"; attrib tbsprd6 length=3 label="Other"; attrib tbcured length=3 label="Can TB be cured?"; attrib tbchanc length=3 label="Chances of getting TB"; attrib tbshame length=3 label="Ashamed if you/family diagnosed with TB"; attrib homeless length=3 label="Spent 24+ hrs living in st., shltr, jail"; attrib disuseq length=3 label="NOW use spec equip or assistive devices?"; attrib disaid length=3 label="Know of any spec equip/assistive devices"; attrib diseqdif length=3 label="Have diff w/o spec equip/assist dev?"; attrib dishome length=3 label="Barriers limit home act or hh resp?"; attrib dihm01 length=3 label="Building design"; attrib dihm02 length=3 label="Lighting"; attrib dihm03 length=3 label="Sound"; attrib dihm04 length=3 label="HH/Workplace equip hard to use"; attrib dihm05 length=3 label="Crowds"; attrib dihm06 length=3 label="Sidewalks and curbs"; attrib dihm07 length=3 label="Transportation"; attrib dihm08 length=3 label="Attitudes of other people"; attrib dihm09 length=3 label="Policies"; attrib dihm10 length=3 label="Other barriers"; attrib dishmoft length=3 label="How often things limit/prevent home act?"; attrib dissch length=3 label="Barriers NOW limit/prevent school"; attrib disc01 length=3 label="Building design"; attrib disc02 length=3 label="Lighting"; attrib disc03 length=3 label="Sound"; attrib disc04 length=3 label="HH/Workplace equip hard to use"; attrib disc05 length=3 label="Crowds"; attrib disc06 length=3 label="Sidewalks and curbs"; attrib disc07 length=3 label="Transportation"; attrib disc08 length=3 label="Attitudes of other people"; attrib disc09 length=3 label="Policies"; attrib disc10 length=3 label="Other barriers"; attrib dischoft length=3 label="How often things limit/prevent training?"; attrib diswrk length=3 label="Barriers NOW limit you from working?"; attrib diwk01 length=3 label="Building design"; attrib diwk02 length=3 label="Lighting"; attrib diwk03 length=3 label="Sound"; attrib diwk04 length=3 label="HH/Workplace equip hard to use"; attrib diwk05 length=3 label="Crowds"; attrib diwk06 length=3 label="Sidewalks and curbs"; attrib diwk07 length=3 label="Transportation"; attrib diwk08 length=3 label="Attitudes of other people"; attrib diwk09 length=3 label="Policies"; attrib diwk10 length=3 label="Other barriers"; attrib diswkoft length=3 label="How often things limit/prevent working?"; attrib disca length=3 label="Barriers NOW limit/prevent comm act"; attrib dica01 length=3 label="Building design"; attrib dica02 length=3 label="Lighting"; attrib dica03 length=3 label="Sound"; attrib dica04 length=3 label="HH/Workplace equip hard to use"; attrib dica05 length=3 label="Crowds"; attrib dica06 length=3 label="Sidewalks and curbs"; attrib dica07 length=3 label="Transportation"; attrib dica08 length=3 label="Attitudes of other people"; attrib dica09 length=3 label="Policies"; attrib dica10 length=3 label="Other barriers"; attrib discaoft length=3 label="How often things limit/prevent comm act?"; attrib dishfac length=3 label="Access to hlth club/fitness facility"; attrib dishfl01 length=3 label="None, no reason given"; attrib dishfl02 length=3 label="Cost too high for budget"; attrib dishfl03 length=3 label="Lack of transportation"; attrib dishfl04 length=3 label="Access into/within the building"; attrib dishfl05 length=3 label="Lack of exercise equip that meets needs"; attrib dishfl06 length=3 label="No instructor to demonstrate equip"; attrib dishfl07 length=3 label="Other"; attrib dishfuse length=3 label="Used health club 10+ times"; 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_i 1. @22 origimpt 1. @23 hispan_i 2. @25 hispimpt 1. @26 rcdt1p_i 2. @28 rc_smp_i 2. @30 racerp_i 2. @32 raceimpt 1. @33 mracrp_i 2. @35 mracbp_i 2. @37 racrec_i 1. @38 hiscod_i 1. @39 erimpflg 1. @40 educ 2. @42 ab_bl20k 1. @43 rat_cat 2. @45 r_maritl 1. @46 fm_size 2. @48 region 1. @49 wtia_sa 6. @55 wtfa_sa 6. @61 stratum 3. @64 psu 1. @65 proxysa 1. @66 hypev 1. @67 hypdifv 1. @68 hypyr 1. @69 chdev 1. @70 angev 1. @71 miev 1. @72 hrtev 1. @73 strev 1. @74 ephev 1. @75 chdyr 1. @76 angyr 1. @77 miyr 1. @78 hrtyr 1. @79 stryr 1. @80 ephyr 1. @81 hchlev 1. @82 pcircev 1. @83 irrhbev 1. @84 conhfev 1. @85 hchlyr 1. @86 pcircyr 1. @87 irrhbyr 1. @88 conhfyr 1. @89 aasmev 1. @90 aasstill 1. @91 aasmyr 1. @92 aasmeryr 1. @93 awzmswk 3. @96 aasmed 1. @97 aaswmp 1. @98 aapenvln 1. @99 ulcev 1. @100 ulcyr 1. @101 bowlev 1. @102 bowlyr 1. @103 thyrev 1. @104 urinpev 1. @105 allrfev 1. @106 allrmev 1. @107 thyryr 1. @108 urinpyr 1. @109 allrfyr 1. @110 allrmyr 1. @111 msev 1. @112 parkev 1. @113 neuropev 1. @114 seizev 1. @115 insomyr 1. @116 fatigyr 1. @117 painyr 1. @118 anxdepyr 1. @119 sprainyr 1. @120 dentlpyr 1. @121 skinpyr 1. @122 canev 1. @123 cnkind1 1. @124 canage1 2. @126 cnkind2 1. @127 canage2 2. @129 cnkind3 1. @130 canage3 2. @132 cnkind4 1. @133 canage4 2. @135 cnkind5 1. @136 canage5 2. @138 cnkind6 1. @139 canage6 2. @141 cnkind7 1. @142 canage7 2. @144 cnkind8 1. @145 canage8 2. @147 cnkind9 1. @148 canage9 2. @150 cnkind10 1. @151 canage10 2. @153 cnkind11 1. @154 canage11 2. @156 cnkind12 1. @157 canage12 2. @159 cnkind13 1. @160 canage13 2. @162 cnkind14 1. @163 canage14 2. @165 cnkind15 1. @166 canage15 2. @168 cnkind16 1. @169 canage16 2. @171 cnkind17 1. @172 canage17 2. @174 cnkind18 1. @175 canage18 2. @177 cnkind19 1. @178 canage19 2. @180 cnkind20 1. @181 canage20 2. @183 cnkind21 1. @184 canage21 2. @186 cnkind22 1. @187 canage22 2. @189 cnkind23 1. @190 canage23 2. @192 cnkind24 1. @193 canage24 2. @195 cnkind25 1. @196 canage25 2. @198 cnkind26 1. @199 canage26 2. @201 cnkind27 1. @202 canage27 2. @204 cnkind28 1. @205 canage28 2. @207 cnkind29 1. @208 canage29 2. @210 cnkind30 1. @211 canage30 2. @213 cnkind31 1. @214 dibev 1. @215 dibage 2. @217 difage2 2. @219 insln 1. @220 dibpill 1. @221 ahayfyr 1. @222 sinyr 1. @223 cbrchyr 1. @224 kidwkyr 1. @225 livyr 1. @226 jntsymp 1. @227 jmthp1 1. @228 jmthp2 1. @229 jmthp3 1. @230 jmthp4 1. @231 jmthp5 1. @232 jmthp6 1. @233 jmthp7 1. @234 jmthp8 1. @235 jmthp9 1. @236 jmthp10 1. @237 jmthp11 1. @238 jmthp12 1. @239 jmthp13 1. @240 jmthp14 1. @241 jmthp15 1. @242 jmthp16 1. @243 jmthp17 1. @244 jntpn 2. @246 jntchr 1. @247 jnthp 1. @248 arth1 1. @249 arthwt 1. @250 arthph 1. @251 arthcls 1. @252 arthlmt 1. @253 arthwrk 1. @254 paineck 1. @255 painlb 1. @256 painleg 1. @257 painface 1. @258 amigr 1. @259 acold2w 1. @260 aintil2w 1. @261 pregnow 1. @262 mensyr 1. @263 menoyr 1. @264 gynyr 1. @265 prostyr 1. @266 hearaid 1. @267 hearfreq 1. @268 ahearst 1. @269 hearage 2. @271 hearcaus 2. @273 avision 1. @274 ablind 1. @275 dibrev 1. @276 catarev 1. @277 glaucev 1. @278 macdev 1. @279 dibryr 1. @280 cataryr 1. @281 glaucyr 1. @282 macdyr 1. @283 avisreh 1. @284 avisdev 1. @285 avdfnws 1. @286 avdfcls 1. @287 avdfnit 1. @288 avdfdrv 1. @289 avdfper 1. @290 avdfcrd 1. @291 aviswrin 1. @292 avisexam 1. @293 avisact 1. @294 avisprot 1. @295 lupprt 1. @296 sad 1. @297 nervous 1. @298 restless 1. @299 hopeless 1. @300 effort 1. @301 worthls 1. @302 mhamtmo 1. @303 wrklyr3 1. @304 wkdayr 3. @307 beddayr 3. @310 ahstatyr 1. @311 speceq 1. @312 flwalk 1. @313 flclimb 1. @314 flstand 1. @315 flsit 1. @316 flstoop 1. @317 flreach 1. @318 flgrasp 1. @319 flcarry 1. @320 flpush 1. @321 flshop 1. @322 flsocl 1. @323 flrelax 1. @324 fla1ar 1. @325 aflhca1 1. @326 aflhca2 1. @327 aflhca3 1. @328 aflhca4 1. @329 aflhca5 1. @330 aflhca6 1. @331 aflhca7 1. @332 aflhca8 1. @333 aflhca9 1. @334 aflhca10 1. @335 aflhca11 1. @336 aflhca12 1. @337 aflhca13 1. @338 aflhca14 1. @339 aflhca15 1. @340 aflhca16 1. @341 aflhca17 1. @342 aflhca18 1. @343 aflhca19 1. @344 aflhca20 1. @345 aflhca21 1. @346 aflhca22 1. @347 aflhca23 1. @348 aflhca24 1. @349 aflhca25 1. @350 aflhca26 1. @351 aflhca27 1. @352 aflhca28 1. @353 aflhca29 1. @354 aflhca30 1. @355 aflhca31 1. @356 aflhca32 1. @357 aflhca33 1. @358 aflhca34 1. @359 aflhca90 1. @360 aflhca91 1. @361 altime1 2. @363 alunit1 1. @364 aldura1 2. @366 aldurb1 1. @367 alchrc1 1. @368 altime2 2. @370 alunit2 1. @371 aldura2 2. @373 aldurb2 1. @374 alchrc2 1. @375 altime3 2. @377 alunit3 1. @378 aldura3 2. @380 aldurb3 1. @381 alchrc3 1. @382 altime4 2. @384 alunit4 1. @385 aldura4 2. @387 aldurb4 1. @388 alchrc4 1. @389 altime5 2. @391 alunit5 1. @392 aldura5 2. @394 aldurb5 1. @395 alchrc5 1. @396 altime6 2. @398 alunit6 1. @399 aldura6 2. @401 aldurb6 1. @402 alchrc6 1. @403 altime7 2. @405 alunit7 1. @406 aldura7 2. @408 aldurb7 1. @409 alchrc7 1. @410 altime8 2. @412 alunit8 1. @413 aldura8 2. @415 aldurb8 1. @416 alchrc8 1. @417 altime9 2. @419 alunit9 1. @420 aldura9 2. @422 aldurb9 1. @423 alchrc9 1. @424 altime10 2. @426 alunit10 1. @427 aldura10 2. @429 aldurb10 1. @430 alchrc10 1. @431 altime11 2. @433 alunit11 1. @434 aldura11 2. @436 aldurb11 1. @437 alchrc11 1. @438 altime12 2. @440 alunit12 1. @441 aldura12 2. @443 aldurb12 1. @444 alchrc12 1. @445 altime13 2. @447 alunit13 1. @448 aldura13 2. @450 aldurb13 1. @451 alchrc13 1. @452 altime14 2. @454 alunit14 1. @455 aldura14 2. @457 aldurb14 1. @458 alchrc14 1. @459 altime15 2. @461 alunit15 1. @462 aldura15 2. @464 aldurb15 1. @465 alchrc15 1. @466 altime16 2. @468 alunit16 1. @469 aldura16 2. @471 aldurb16 1. @472 alchrc16 1. @473 altime17 2. @475 alunit17 1. @476 aldura17 2. @478 aldurb17 1. @479 alchrc17 1. @480 altime18 2. @482 alunit18 1. @483 aldura18 2. @485 aldurb18 1. @486 alchrc18 1. @487 altime19 2. @489 alunit19 1. @490 aldura19 2. @492 aldurb19 1. @493 alchrc19 1. @494 altime20 2. @496 alunit20 1. @497 aldura20 2. @499 aldurb20 1. @500 alchrc20 1. @501 altime21 2. @503 alunit21 1. @504 aldura21 2. @506 aldurb21 1. @507 alchrc21 1. @508 altime22 2. @510 alunit22 1. @511 aldura22 2. @513 aldurb22 1. @514 alchrc22 1. @515 altime23 2. @517 alunit23 1. @518 aldura23 2. @520 aldurb23 1. @521 alchrc23 1. @522 altime24 2. @524 alunit24 1. @525 aldura24 2. @527 aldurb24 1. @528 alchrc24 1. @529 altime25 2. @531 alunit25 1. @532 aldura25 2. @534 aldurb25 1. @535 alchrc25 1. @536 altime26 2. @538 alunit26 1. @539 aldura26 2. @541 aldurb26 1. @542 alchrc26 1. @543 altime27 2. @545 alunit27 1. @546 aldura27 2. @548 aldurb27 1. @549 alchrc27 1. @550 altime28 2. @552 alunit28 1. @553 aldura28 2. @555 aldurb28 1. @556 alchrc28 1. @557 altime29 2. @559 alunit29 1. @560 aldura29 2. @562 aldurb29 1. @563 alchrc29 1. @564 altime30 2. @566 alunit30 1. @567 aldura30 2. @569 aldurb30 1. @570 alchrc30 1. @571 altime31 2. @573 alunit31 1. @574 aldura31 2. @576 aldurb31 1. @577 alchrc31 1. @578 altime32 2. @580 alunit32 1. @581 aldura32 2. @583 aldurb32 1. @584 alchrc32 1. @585 altime33 2. @587 alunit33 1. @588 aldura33 2. @590 aldurb33 1. @591 alchrc33 1. @592 altime34 2. @594 alunit34 1. @595 aldura34 2. @597 aldurb34 1. @598 alchrc34 1. @599 altime90 2. @601 alunit90 1. @602 aldura90 2. @604 aldurb90 1. @605 alchrc90 1. @606 altime91 2. @608 alunit91 1. @609 aldura91 2. @611 aldurb91 1. @612 alchrc91 1. @613 alcndrt 1. @614 alchronr 1. @615 smkev 1. @616 smkreg 2. @618 smknow 1. @619 smkqtno 2. @621 smkqttp 1. @622 smkqty 2. @624 smkqtd 1. @625 cigsda1 2. @627 cigdamo 2. @629 cigsda2 2. @631 cigsday 2. @633 smkstat1 1. @634 smkstat2 1. @635 smkstat3 1. @636 cigqtyr 1. @637 vigno 3. @640 vigtp 1. @641 vigfreqw 2. @643 viglngno 3. @646 viglngtp 1. @647 vigmin 3. @650 viglongd 1. @651 modno 3. @654 modtp 1. @655 modfreqw 2. @657 modlngno 3. @660 modlngtp 1. @661 modmin 3. @664 modlongd 1. @665 strngno 3. @668 strngtp 1. @669 strfreqw 2. @671 alc1yr 1. @672 alclife 1. @673 alc12mno 3. @676 alc12mtp 1. @677 alc12mmo 2. @679 alc12mwk 2. @681 alc12myr 3. @684 alcamt 2. @686 alc5upno 3. @689 alc5uptp 1. @690 alc5upyr 3. @693 alcstat1 1. @694 alc7stat 1. @695 met_flg1 1. @696 met_flg2 1. @697 aheight 2. @699 aweightp 3. @702 desirewt 1. @703 bmi 4. @707 ausualpl 1. @708 aplkind 1. @709 ahcplrou 1. @710 ahcplknd 1. @711 sourcela 2. @713 ahcchgyr 1. @714 ahcchghi 1. @715 ahcdlyr1 1. @716 ahcdlyr2 1. @717 ahcdlyr3 1. @718 ahcdlyr4 1. @719 ahcdlyr5 1. @720 ahcafyr1 1. @721 ahcafyr2 1. @722 ahcafyr3 1. @723 ahcafyr4 1. @724 adnlong2 1. @725 ahcsyr1 1. @726 ahcsyr2 1. @727 ahcsyr3 1. @728 ahcsyr4 1. @729 ahcsyr5 1. @730 ahcsyr6 1. @731 ahcsyr7 1. @732 ahcsyr8 1. @733 ahcsyr9 1. @734 ahcsyr10 1. @735 ahernoy2 2. @737 ahchyr 1. @738 ahchmoyr 2. @740 ahchnoy2 2. @742 ahcnoyr2 2. @744 asrgyr 1. @745 asrgnoyr 2. @747 amdlongr 1. @748 shtfluyr 1. @749 shtpnuyr 1. @750 apox 1. @751 apox12mo 1. @752 ahep 1. @753 ahepliv 1. @754 shthepb 1. @755 shepdos 1. @756 all_sa 1. @757 everwrk 1. @758 indstry1 2. @760 indstry2 2. @762 indstr1a 2. @764 indstr2a 2. @766 occup1 2. @768 occup2 2. @770 occup1a 2. @772 occup2a 2. @774 wrkcat 1. @775 wrkcata 1. @776 businc1 1. @777 businc1a 1. @778 locall1 2. @780 locall1a 2. @782 yrswrk_p 2. @784 yrswrkpa 2. @786 hourpd 1. @787 hourpda 1. @788 pdsick 1. @789 pdsicka 1. @790 onejob 1. @791 home50 1. @792 leadpnt 1. @793 bldgv 1. @794 bldg12m 1. @795 hivtst 1. @796 whytst_r 2. @798 tst12m_m 2. @800 tst12m_y 4. @804 timetst 1. @805 tsttyr 3. @808 reatst_c 2. @810 reaswhor 1. @811 lastst_c 2. @813 clntyp_c 2. @815 whoadm 1. @816 givnam 1. @817 extst12m 1. @818 chnsadsp 1. @819 stmtru 1. @820 std 1. @821 stddoc 1. @822 stdwher 1. @823 tbhrd 1. @824 tbknow 1. @825 tb 1. @826 tbsprd1 1. @827 tbsprd2 1. @828 tbsprd3 1. @829 tbsprd4 1. @830 tbsprd5 1. @831 tbsprd6 1. @832 tbcured 1. @833 tbchanc 1. @834 tbshame 1. @835 homeless 1. @836 disuseq 1. @837 disaid 1. @838 diseqdif 1. @839 dishome 1. @840 dihm01 1. @841 dihm02 1. @842 dihm03 1. @843 dihm04 1. @844 dihm05 1. @845 dihm06 1. @846 dihm07 1. @847 dihm08 1. @848 dihm09 1. @849 dihm10 1. @850 dishmoft 1. @851 dissch 1. @852 disc01 1. @853 disc02 1. @854 disc03 1. @855 disc04 1. @856 disc05 1. @857 disc06 1. @858 disc07 1. @859 disc08 1. @860 disc09 1. @861 disc10 1. @862 dischoft 1. @863 diswrk 1. @864 diwk01 1. @865 diwk02 1. @866 diwk03 1. @867 diwk04 1. @868 diwk05 1. @869 diwk06 1. @870 diwk07 1. @871 diwk08 1. @872 diwk09 1. @873 diwk10 1. @874 diswkoft 1. @875 disca 1. @876 dica01 1. @877 dica02 1. @878 dica03 1. @879 dica04 1. @880 dica05 1. @881 dica06 1. @882 dica07 1. @883 dica08 1. @884 dica09 1. @885 dica10 1. @886 discaoft 1. @887 dishfac 1. @888 dishfl01 1. @889 dishfl02 1. @890 dishfl03 1. @891 dishfl04 1. @892 dishfl05 1. @893 dishfl06 1. @894 dishfl07 1. @895 dishfuse 1. ; /*------------------------------------------------ The PROC FORMAT statement will store the formats in a sas data set called fsama02 To use the stored formats in a subsequent program, use code like the following: proc format cntlin=library.fsama02; PROC freq; tables pesex ; format pesex P135L.; For more information, consult PROC FORMAT in the SAS Procedures Guide ----------------------------------------------- */ PROC FORMAT cntlout=library.fsama02; ; VALUE rectype (default=32) 30 = "Sample Adult" ; VALUE srvy_yr (default=32) 2002 = "2002" ; 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_i (default=32) 1 = "Yes" 2 = "No" ; VALUE origimpt (default=32) 1 = "Imputed 'refused' Hispanic Origin response" 2 = "Imputed 'not ascertained' Hispanic Origin" 3 = "Imputed 'does not know' Hispanic Origin" 4 = "Hispanic origin given by respondent/proxy" ; VALUE hispan_i (default=32) 00 = "Multiple Hispanic" 01 = "Puerto Rican" 02 = "Mexican" 03 = "Mexican-American" 04 = "Cuban/Cuban American" 05 = "Dominican (Republic)" 06 = "Central or South American" 07 = "Other Latin American; type not specified" 08 = "Other Spanish" 09 = "Hispanic/Latino/Spanish; non-specific type" 10 = "Hispanic/Latino/Spanish; type refused" 11 = "Hispanic/Latino/Spanish; type not ascertained" 12 = "Not Hispanic/Spanish origin" ; VALUE hispimpt (default=32) 1 = "Imputed 'refused' Hispanic Origin type" 2 = "Imputed 'not ascertained' Hispanic Origin type" 3 = "Imputed 'does not know' Hispanic Origin type" 4 = "Hispanic Origin type given by respondent/proxy" ; VALUE rcdt1p_i (default=32) 01 = "White only" 02 = "Black/African American only" 03 = "AIAN only" 09 = "Asian Indian only" 10 = "Chinese only" 11 = "Filipino only" 15 = "Other Asian only" 16 = "Other race only" 17 = "Multiple detailed race*" ; VALUE rc_smp_i (default=32) 01 = "White only" 02 = "Black/African American only" 03 = "AIAN only*" 04 = "Asian only" 05 = "Other race only" 06 = "Multiple detailed race only" ; VALUE racerp_i (default=32) 01 = "White only" 02 = "Black/African American only" 03 = "AIAN* only" 04 = "Asian only" 05 = "Other race only" 06 = "Multiple race" ; VALUE raceimpt (default=32) 1 = "Imputed 'refused' race response" 2 = "Imputed 'not ascertained' race response" 3 = "Imputed 'does not know' race response" 4 = "Race given by respondent/proxy" ; VALUE mracrp_i (default=32) 01 = "White" 02 = "Black/African American" 03 = "Indian (American); Alaska Native" 09 = "Asian Indian" 10 = "Chinese" 11 = "Filipino" 15 = "Other Asian*" 16 = "Other Race*" 17 = "Multiple Race*" ; VALUE mracbp_i (default=32) 01 = "White" 02 = "Black/African American" 03 = "Indian (American) (includes Eskimo; Aleut)" 06 = "Chinese" 07 = "Filipino" 12 = "Asian Indian" 16 = "Other race" 17 = "Multiple race" ; VALUE racrec_i (default=32) 1 = "White" 2 = "Black" 3 = "Other" ; VALUE hiscod_i (default=32) 1 = "Hispanic" 2 = "Non-Hispanic White" 3 = "Non-Hispanic Black" 4 = "Non-Hispanic Other" ; VALUE erimpflg (default=32) 1 = "Ethnicity/race imputed" 2 = "Ethnicity/race given by respondent/proxy" ; 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) 1 = "$20;000 or more" 2 = "Less than $20;000" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE rat_cat (default=32) 01 = "Under .50" 02 = ".50 to .74" 03 = ".75 to .99" 04 = "1.00 to 1.24" 05 = "1.25 to 1.49" 06 = "1.50 to 1.74" 07 = "1.75 to 1.99" 08 = "2.00 to 2.49" 09 = "2.50 to 2.99" 10 = "3.00 to 3.49" 11 = "3.50 to 3.99" 12 = "4.00 to 4.49" 13 = "4.50 to 4.99" 14 = "5.00 and over" 96 = "Undefinable" 99 = "Unknown" ; VALUE r_maritl (default=32) 0 = "Under 14 years" 1 = "Married - spouse in household" 2 = "Married - spouse not in household" 3 = "Married - spouse in household unknown" 4 = "Widowed" 5 = "Divorced" 6 = "Separated" 7 = "Never married" 8 = "Living with partner" 9 = "Unknown marital status" ; VALUE region (default=32) 1 = "Northeast" 2 = "Midwest" 3 = "South" 4 = "West" ; VALUE proxysa (default=32) 1 = "Proxy" 2 = "Not proxy" ; 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 hypyr (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 chdyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE angyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE miyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hrtyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE stryr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ephyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hchlev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pcircev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE irrhbev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE conhfev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hchlyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pcircyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE irrhbyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE conhfyr (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 aasstill (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 awzmswk (default=32) 000 = "None" 996 = "Unable to do this activity" 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE aasmed (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aaswmp (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aapenvln (default=32) 1 = "Yes" 2 = "No" 3 = "Was told no changes needed" 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 bowlev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE bowlyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE thyrev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE urinpev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE allrfev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE allrmev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE thyryr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE urinpyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE allrfyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE allrmyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE msev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE parkev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE neuropev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE seizev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE insomyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE fatigyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE painyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE anxdepyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sprainyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dentlpyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE skinpyr (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 difage2l (default=32) 00 = "Within past year" 85 = "85+ years" 96 = "1+ year(s) with diabetes and age is 85+" 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 jntsymp (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jmthp1l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jmthp2l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jmthp3l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jmthp4l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jmthp5l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jmthp6l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jmthp7l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jmthp8l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jmthp9l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jmthp10l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jmthp11l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jmthp12l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jmthp13l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jmthp14l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jmthp15l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jmthp16l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jmthp17l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntpn (default=32) 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE jntchr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jnthp (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE arth1l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE arthwt (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE arthph (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE arthcls (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE arthlmt (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE arthwrk (default=32) 1 = "Yes" 2 = "No" 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 acold2w (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aintil2w (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 mensyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE menoyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE gynyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE prostyr (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 hearfreq (default=32) 1 = "Always" 2 = "Most of the time" 3 = "Some of the time" 4 = "None of the time" 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 hearage (default=32) 01 = "At birth" 02 = "0 through 2 years of age" 03 = "3 through 5 years of age" 04 = "6 through 18 years of age" 05 = "19 through 44 years of age" 06 = "45 through 64 years of age" 07 = "65 or more years of age" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE hearcaus (default=32) 01 = "Mother /w German measles during preg" 02 = "At birth for genetic reason" 03 = "At birth - oth reason; not infectious dis" 04 = "Infectious dis like measles or meningitis" 05 = "An ear infection/multiple ear infections" 06 = "An ear injury" 07 = "Ear surgery" 08 = "Loud; brief noise: gunfire; blasts/explosions" 09 = "Oth noise: machine; aircraft; etc." 10 = "Getting older" 11 = "Some other cause" 97 = "Refused" 98 = "Not ascertained" 99 = "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 dibrev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE catarev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE glaucev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE macdev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dibryr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cataryr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE glaucyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE macdyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE avisreh (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE avisdev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE avdfnws (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 avdfcls (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 avdfnit (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 avdfdrv (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 avdfper (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 avdfcrd (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 aviswrin (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE avisexam (default=32) 1 = "Less than 1 month" 2 = "01 to 12 months" 3 = "13 to 24 months" 4 = "More than two years" 5 = "Never" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE avisact (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE avisprot (default=32) 1 = "Always" 2 = "Most of the time" 3 = "Some of the time" 4 = "None of the time" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lupprt (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 wrklyr3l (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" 3 = "Never worked" 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" 3 = "Unknown if limited" ; VALUE aflhca1l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca2l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca3l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca4l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca5l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca6l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca7l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca8l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca9l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca1j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca1a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca1b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca1c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca1d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca1e (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca1f (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca1g (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca1h (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca1i (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca2j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca2a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca2b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca2c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca2d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca2e (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca2f (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca2g (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca2h (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca2i (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca3j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca3a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca3b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca3c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca3d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca9j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aflhca9a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE altime1l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit1l (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 aldura1l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb1l (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc1l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime2l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit2l (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 aldura2l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb2l (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc2l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime3l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit3l (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 aldura3l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb3l (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc3l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime4l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit4l (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 aldura4l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb4l (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc4l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime5l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit5l (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 aldura5l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb5l (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc5l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime6l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit6l (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 aldura6l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb6l (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc6l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime7l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit7l (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 aldura7l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb7l (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc7l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime8l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit8l (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 aldura8l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb8l (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc8l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime9l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit9l (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 aldura9l (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb9l (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc9l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime1j (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit1j (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 aldura1j (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb1j (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc1j (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime1a (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit1a (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 aldura1a (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb1a (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc1a (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime1b (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit1b (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 aldura1b (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb1b (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc1b (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime1c (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit1c (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 aldura1c (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb1c (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc1c (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime1d (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit1d (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 aldura1d (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb1d (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc1d (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime1e (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit1e (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 aldura1e (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb1e (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc1e (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime1f (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit1f (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 aldura1f (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb1f (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc1f (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime1g (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit1g (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 aldura1g (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb1g (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc1g (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime1h (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit1h (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 aldura1h (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb1h (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc1h (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime1i (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit1i (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 aldura1i (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb1i (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc1i (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime2j (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit2j (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 aldura2j (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb2j (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc2j (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime2a (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit2a (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 aldura2a (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb2a (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc2a (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime2b (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit2b (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 aldura2b (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb2b (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc2b (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime2c (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit2c (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 aldura2c (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb2c (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc2c (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime2d (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit2d (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 aldura2d (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb2d (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc2d (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime2e (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit2e (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 aldura2e (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb2e (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc2e (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime2f (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit2f (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 aldura2f (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb2f (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc2f (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime2g (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit2g (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 aldura2g (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb2g (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc2g (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime2h (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit2h (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 aldura2h (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb2h (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc2h (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime2i (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit2i (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 aldura2i (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb2i (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc2i (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime3j (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit3j (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 aldura3j (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb3j (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc3j (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime3a (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit3a (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 aldura3a (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb3a (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc3a (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime3b (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit3b (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 aldura3b (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb3b (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc3b (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime3c (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit3c (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 aldura3c (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb3c (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc3c (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime3d (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit3d (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 aldura3d (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb3d (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc3d (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime9j (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit9j (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 aldura9j (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb9j (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc9j (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE altime9a (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alunit9a (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 aldura9a (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Unknown number of years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE aldurb9a (default=32) 1 = "Less than 3 months" 2 = "3 - 5 months" 3 = "6 - 12 months" 4 = "More than 1 year" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alchrc9a (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndrt (default=32) 1 = "At least one chronic cond causes functl lim" 2 = "No chronic cond causes functl lim" 9 = "Unk if any chronic cond causes functl lim" ; VALUE alchronr (default=32) 0 = "Not limited in any way (incl unk if limited)" 1 = "Limited; caused by at least one chronic cond" 2 = "Limited; not caused by chronic cond" 3 = "Limited; unk if cond is chronic" ; 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 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 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 cigqtyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "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 viglongd (default=32) 1 = "Less than 20 minutes" 2 = "20 minutes or more" 7 = "Refused" 8 = "Not ascertained" 9 = "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 light or 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 modlongd (default=32) 1 = "Less than 20 minutes" 2 = "20 minutes or more" 7 = "Refused" 8 = "Not ascertained" 9 = "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) 000 = "Never/none" 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 alc7stat (default=32) 1 = "Lifetime abstainer" 2 = "Former infrequent" 3 = "Former regular" 4 = "Current infrequent" 5 = "Current light" 6 = "Current moderate" 7 = "Current heavier" 8 = "Current drinker; level unknown" 9 = "Drinking status unknown" ; VALUE met_flga (default=32) 1 = "Metric height measurement volunteered" 2 = "Not reported in metric units" ; VALUE met_flgb (default=32) 1 = "Metric weight measurement volunteered" 2 = "Not reported in metric units" ; 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" 6 = "Doesn't go to one place most often" 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" 6 = "Doesn't go to one place most often" 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 = "GE2 sorc sk care; 1 is sorc rout care" 06 = "GE2 sorc sk care; no sorc rout care" 07 = "GE2 sorc sk & rout care; no/unk if same" 08 = "GE2 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" 8 = "Not ascertained" 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 ahcafyrd (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE adnlongb (default=32) 0 = "Never" 1 = "6 Months or less" 2 = "More than 6 mos; but not more than 1 yr ago" 3 = "More than 1 yr; but not more than 2 yrs ago" 4 = "More than 2 yrs; but not more than 5 yrs ago" 5 = "More than 5 years ago" 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 ahernoyb (default=32) 00 = "None" 01 = "1" 02 = "2-3" 03 = "4-5" 04 = "6-7" 05 = "8-9" 06 = "10-12" 07 = "13-15" 08 = "16 or more" 97 = "Refused" 98 = "Not ascertained" 99 = "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 ahchnoyb (default=32) 01 = "1" 02 = "2-3" 03 = "4-5" 04 = "6-7" 05 = "8-9" 06 = "10-12" 07 = "13-15" 08 = "16 or more" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ahcnoyrb (default=32) 00 = "None" 01 = "1" 02 = "2-3" 03 = "4-5" 04 = "6-7" 05 = "8-9" 06 = "10-12" 07 = "13-15" 08 = "16 or more" 97 = "Refused" 98 = "Not ascertained" 99 = "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 amdlongr (default=32) 0 = "Never" 1 = "6 months or less" 2 = "More than 6 mos; but not more than 1 yr ago" 3 = "More than 1 yr; but not more than 2 yrs ago" 4 = "More than 2 yrs; but not more than 5 yrs ago" 5 = "More than 5 years ago" 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 apox (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE apox12mo (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahep (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahepliv (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE shthepb (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE shepdos (default=32) 1 = "Received at least 3 doses" 2 = "Received less than 3 doses" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE all_sa (default=32) 1 = "Currently working" 2 = "Retired" 3 = "Not currently working but has worked previously" 4 = "Has never worked" 9 = "Unknown" ; VALUE everwrk (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; 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 wrkcata (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 businc1l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE businc1a (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE locall1l (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 locall1a (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 yrswrkpa (default=32) 00 = "Less than 1 year" 35 = "35 or more years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE hourpd (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hourpda (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 pdsicka (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 home50l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE leadpnt (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 hivtst (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE whytst_r (default=32) 01 = "Unlikely have been exposed to HIV" 02 = "Afraid to find out if HIV positive" 03 = "Didn't want to think about HIV/HIV pos." 04 = "Worried name reported to Govt. if pos." 05 = "Didn't know where to get tested" 06 = "Don't like needles" 07 = "Afraid of losing job if pos. for AIDS" 08 = "Some other reason" 09 = "No particular reason" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE tst12m_m (default=32) 01 = "January" 02 = "February" 03 = "March" 04 = "April" 05 = "May" 06 = "June" 07 = "July" 08 = "August" 09 = "September" 10 = "October" 11 = "November" 12 = "December" 96 = "Used time period format" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE tst12m_y (default=32) 9996 = "Used time period format" 9997 = "Refused" 9998 = "Not ascertained" 9999 = "Don't know" ; VALUE timetst (default=32) 1 = "6 Months or less" 2 = "More than 6 months but not more than 1 yr ago" 3 = "More than 1 yr; but not more than 2 yrs ago" 4 = "More than 2 yrs; but not more than 5 yrs ago" 5 = "More than 5 yrs ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE tsttyr (default=32) 000 = "None" 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE reatst_c (default=32) 01 = "Someone suggested you should be tested" 02 = "Might have been exposed thru sex/drug use" 03 = "Might have been exposed thru work/at work" 04 = "Wanted to find out if infected or not" 05 = "Part of a routine medical check-up/surg proc" 06 = "You were sick or had a medical problem" 07 = "You were pregnant or delivered a baby" 08 = "For health or life insurance coverage" 09 = "Military induction or military service" 10 = "For Immigration" 11 = "For marriage license or to get married" 12 = "Concerned could give HIV to someone" 13 = "Wanted medical care/new treatment if pos" 14 = "Some other reason" 15 = "No particular reason" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE reaswhor (default=32) 1 = "Doctor; nurse; or otr hlth care prof" 2 = "Sex partner" 3 = "Someone at health department" 4 = "Family member or friend" 5 = "Other" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lastst_c (default=32) 01 = "Doctor/HMO" 02 = "AIDS clinic/counseling/testing site" 03 = "Hospital/emergency room/outpatient clinic" 04 = "Other type of clinic" 05 = "Public health department" 06 = "At home" 07 = "Drug treatment facility" 08 = "Military induction or military service site" 09 = "Immigration site" 10 = "In a correctional facility (jail or prison)" 11 = "Other location" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE clntyp_c (default=32) 01 = "Family planning clinic" 02 = "Prenatal clinic" 03 = "Tuberculosis clinic" 04 = "STD clinic" 05 = "Community health clinic" 06 = "Clinic run by employer or ins co" 07 = "Other" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE whoadm (default=32) 1 = "Nurse or health worker" 2 = "Self-sampling kit" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE givnam (default=32) 1 = "Yes" 2 = "No" 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 chnsadsp (default=32) 1 = "High/Already have HIV/AIDS" 2 = "Medium" 3 = "Low" 4 = "None" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE stmtru (default=32) 1 = "Yes; at least one statement is true" 2 = "No; none of these statements are true" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE std (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE stddoc (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE stdwher (default=32) 1 = "Private doctor" 2 = "Family planning clinic" 3 = "STD clinic" 4 = "Emergency room" 5 = "Health department" 6 = "Some other place" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE tbhrd (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE tbknow (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE tb (default=32) 1 = "A lot" 2 = "Some" 3 = "A little" 4 = "Nothing" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE tbsprd1l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE tbsprd2l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE tbsprd3l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE tbsprd4l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE tbsprd5l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE tbsprd6l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE tbcured (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE tbchanc (default=32) 1 = "High" 2 = "Medium" 3 = "Low" 4 = "None" 5 = "Already have TB" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE tbshame (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE homeless (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE disuseq (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE disaid (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE diseqdif (default=32) 1 = "Always" 2 = "Often" 3 = "Sometimes" 4 = "Rarely" 5 = "Never" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dishome (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dihm01l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dihm02l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dihm03l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dihm04l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dihm05l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dihm06l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dihm07l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dihm08l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dihm09l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dihm10l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dishmoft (default=32) 1 = "Always" 2 = "Often" 3 = "Sometimes" 4 = "Rarely" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dissch (default=32) 1 = "Yes" 2 = "No" 3 = "Do not attend school/training for other reasons" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE disc01l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE disc02l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE disc03l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE disc04l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE disc05l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE disc06l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE disc07l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE disc08l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE disc09l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE disc10l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dischoft (default=32) 1 = "Always" 2 = "Often" 3 = "Sometimes" 4 = "Rarely" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE diswrk (default=32) 1 = "Yes" 2 = "No" 3 = "Do not work for other reasons" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE diwk01l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE diwk02l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE diwk03l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE diwk04l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE diwk05l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE diwk06l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE diwk07l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE diwk08l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE diwk09l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE diwk10l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE diswkoft (default=32) 1 = "Always" 2 = "Often" 3 = "Sometimes" 4 = "Rarely" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE disca (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dica01l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dica02l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dica03l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dica04l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dica05l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dica06l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dica07l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dica08l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dica09l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dica10l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE discaoft (default=32) 1 = "Always" 2 = "Often" 3 = "Sometimes" 4 = "Rarely" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dishfac (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dishfl0a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dishfl0b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dishfl0c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dishfl0d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dishfl0e (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dishfl0f (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dishfl0g (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dishfuse (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; proc print data=library.nhis2002_samadult (obs=6); FORMAT rectype rectype. srvy_yr srvy_yr. intv_qrt intv_qrt. sex sex. age_p age_p. origin_i origin_i. origimpt origimpt. hispan_i hispan_i. hispimpt hispimpt. rcdt1p_i rcdt1p_i. rc_smp_i rc_smp_i. racerp_i racerp_i. raceimpt raceimpt. mracrp_i mracrp_i. mracbp_i mracbp_i. racrec_i racrec_i. hiscod_i hiscod_i. erimpflg erimpflg. educ educ. ab_bl20k ab_bl20k. rat_cat rat_cat. r_maritl r_maritl. region region. proxysa proxysa. hypev hypev. hypdifv hypdifv. hypyr hypyr. chdev chdev. angev angev. miev miev. hrtev hrtev. strev strev. ephev ephev. chdyr chdyr. angyr angyr. miyr miyr. hrtyr hrtyr. stryr stryr. ephyr ephyr. hchlev hchlev. pcircev pcircev. irrhbev irrhbev. conhfev conhfev. hchlyr hchlyr. pcircyr pcircyr. irrhbyr irrhbyr. conhfyr conhfyr. aasmev aasmev. aasstill aasstill. aasmyr aasmyr. aasmeryr aasmeryr. awzmswk awzmswk. aasmed aasmed. aaswmp aaswmp. aapenvln aapenvln. ulcev ulcev. ulcyr ulcyr. bowlev bowlev. bowlyr bowlyr. thyrev thyrev. urinpev urinpev. allrfev allrfev. allrmev allrmev. thyryr thyryr. urinpyr urinpyr. allrfyr allrfyr. allrmyr allrmyr. msev msev. parkev parkev. neuropev neuropev. seizev seizev. insomyr insomyr. fatigyr fatigyr. painyr painyr. anxdepyr anxdepyr. sprainyr sprainyr. dentlpyr dentlpyr. skinpyr skinpyr. 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. difage2 difage2l. insln insln. dibpill dibpill. ahayfyr ahayfyr. sinyr sinyr. cbrchyr cbrchyr. kidwkyr kidwkyr. livyr livyr. jntsymp jntsymp. jmthp1 jmthp1l. jmthp2 jmthp2l. jmthp3 jmthp3l. jmthp4 jmthp4l. jmthp5 jmthp5l. jmthp6 jmthp6l. jmthp7 jmthp7l. jmthp8 jmthp8l. jmthp9 jmthp9l. jmthp10 jmthp10l. jmthp11 jmthp11l. jmthp12 jmthp12l. jmthp13 jmthp13l. jmthp14 jmthp14l. jmthp15 jmthp15l. jmthp16 jmthp16l. jmthp17 jmthp17l. jntpn jntpn. jntchr jntchr. jnthp jnthp. arth1 arth1l. arthwt arthwt. arthph arthph. arthcls arthcls. arthlmt arthlmt. arthwrk arthwrk. paineck paineck. painlb painlb. painleg painleg. painface painface. amigr amigr. acold2w acold2w. aintil2w aintil2w. pregnow pregnow. mensyr mensyr. menoyr menoyr. gynyr gynyr. prostyr prostyr. hearaid hearaid. hearfreq hearfreq. ahearst ahearst. hearage hearage. hearcaus hearcaus. avision avision. ablind ablind. dibrev dibrev. catarev catarev. glaucev glaucev. macdev macdev. dibryr dibryr. cataryr cataryr. glaucyr glaucyr. macdyr macdyr. avisreh avisreh. avisdev avisdev. avdfnws avdfnws. avdfcls avdfcls. avdfnit avdfnit. avdfdrv avdfdrv. avdfper avdfper. avdfcrd avdfcrd. aviswrin aviswrin. avisexam avisexam. avisact avisact. avisprot avisprot. lupprt lupprt. sad sad. nervous nervous. restless restless. hopeless hopeless. effort effort. worthls worthls. mhamtmo mhamtmo. wrklyr3 wrklyr3l. 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. aflhca2 aflhca2l. aflhca3 aflhca3l. aflhca4 aflhca4l. aflhca5 aflhca5l. aflhca6 aflhca6l. aflhca7 aflhca7l. aflhca8 aflhca8l. aflhca9 aflhca9l. aflhca10 aflhca1j. aflhca11 aflhca1a. aflhca12 aflhca1b. aflhca13 aflhca1c. aflhca14 aflhca1d. aflhca15 aflhca1e. aflhca16 aflhca1f. aflhca17 aflhca1g. aflhca18 aflhca1h. aflhca19 aflhca1i. aflhca20 aflhca2j. aflhca21 aflhca2a. aflhca22 aflhca2b. aflhca23 aflhca2c. aflhca24 aflhca2d. aflhca25 aflhca2e. aflhca26 aflhca2f. aflhca27 aflhca2g. aflhca28 aflhca2h. aflhca29 aflhca2i. aflhca30 aflhca3j. aflhca31 aflhca3a. aflhca32 aflhca3b. aflhca33 aflhca3c. aflhca34 aflhca3d. aflhca90 aflhca9j. aflhca91 aflhca9a. altime1 altime1l. alunit1 alunit1l. aldura1 aldura1l. aldurb1 aldurb1l. alchrc1 alchrc1l. altime2 altime2l. alunit2 alunit2l. aldura2 aldura2l. aldurb2 aldurb2l. alchrc2 alchrc2l. altime3 altime3l. alunit3 alunit3l. aldura3 aldura3l. aldurb3 aldurb3l. alchrc3 alchrc3l. altime4 altime4l. alunit4 alunit4l. aldura4 aldura4l. aldurb4 aldurb4l. alchrc4 alchrc4l. altime5 altime5l. alunit5 alunit5l. aldura5 aldura5l. aldurb5 aldurb5l. alchrc5 alchrc5l. altime6 altime6l. alunit6 alunit6l. aldura6 aldura6l. aldurb6 aldurb6l. alchrc6 alchrc6l. altime7 altime7l. alunit7 alunit7l. aldura7 aldura7l. aldurb7 aldurb7l. alchrc7 alchrc7l. altime8 altime8l. alunit8 alunit8l. aldura8 aldura8l. aldurb8 aldurb8l. alchrc8 alchrc8l. altime9 altime9l. alunit9 alunit9l. aldura9 aldura9l. aldurb9 aldurb9l. alchrc9 alchrc9l. altime10 altime1j. alunit10 alunit1j. aldura10 aldura1j. aldurb10 aldurb1j. alchrc10 alchrc1j. altime11 altime1a. alunit11 alunit1a. aldura11 aldura1a. aldurb11 aldurb1a. alchrc11 alchrc1a. altime12 altime1b. alunit12 alunit1b. aldura12 aldura1b. aldurb12 aldurb1b. alchrc12 alchrc1b. altime13 altime1c. alunit13 alunit1c. aldura13 aldura1c. aldurb13 aldurb1c. alchrc13 alchrc1c. altime14 altime1d. alunit14 alunit1d. aldura14 aldura1d. aldurb14 aldurb1d. alchrc14 alchrc1d. altime15 altime1e. alunit15 alunit1e. aldura15 aldura1e. aldurb15 aldurb1e. alchrc15 alchrc1e. altime16 altime1f. alunit16 alunit1f. aldura16 aldura1f. aldurb16 aldurb1f. alchrc16 alchrc1f. altime17 altime1g. alunit17 alunit1g. aldura17 aldura1g. aldurb17 aldurb1g. alchrc17 alchrc1g. altime18 altime1h. alunit18 alunit1h. aldura18 aldura1h. aldurb18 aldurb1h. alchrc18 alchrc1h. altime19 altime1i. alunit19 alunit1i. aldura19 aldura1i. aldurb19 aldurb1i. alchrc19 alchrc1i. altime20 altime2j. alunit20 alunit2j. aldura20 aldura2j. aldurb20 aldurb2j. alchrc20 alchrc2j. altime21 altime2a. alunit21 alunit2a. aldura21 aldura2a. aldurb21 aldurb2a. alchrc21 alchrc2a. altime22 altime2b. alunit22 alunit2b. aldura22 aldura2b. aldurb22 aldurb2b. alchrc22 alchrc2b. altime23 altime2c. alunit23 alunit2c. aldura23 aldura2c. aldurb23 aldurb2c. alchrc23 alchrc2c. altime24 altime2d. alunit24 alunit2d. aldura24 aldura2d. aldurb24 aldurb2d. alchrc24 alchrc2d. altime25 altime2e. alunit25 alunit2e. aldura25 aldura2e. aldurb25 aldurb2e. alchrc25 alchrc2e. altime26 altime2f. alunit26 alunit2f. aldura26 aldura2f. aldurb26 aldurb2f. alchrc26 alchrc2f. altime27 altime2g. alunit27 alunit2g. aldura27 aldura2g. aldurb27 aldurb2g. alchrc27 alchrc2g. altime28 altime2h. alunit28 alunit2h. aldura28 aldura2h. aldurb28 aldurb2h. alchrc28 alchrc2h. altime29 altime2i. alunit29 alunit2i. aldura29 aldura2i. aldurb29 aldurb2i. alchrc29 alchrc2i. altime30 altime3j. alunit30 alunit3j. aldura30 aldura3j. aldurb30 aldurb3j. alchrc30 alchrc3j. altime31 altime3a. alunit31 alunit3a. aldura31 aldura3a. aldurb31 aldurb3a. alchrc31 alchrc3a. altime32 altime3b. alunit32 alunit3b. aldura32 aldura3b. aldurb32 aldurb3b. alchrc32 alchrc3b. altime33 altime3c. alunit33 alunit3c. aldura33 aldura3c. aldurb33 aldurb3c. alchrc33 alchrc3c. altime34 altime3d. alunit34 alunit3d. aldura34 aldura3d. aldurb34 aldurb3d. alchrc34 alchrc3d. altime90 altime9j. alunit90 alunit9j. aldura90 aldura9j. aldurb90 aldurb9j. alchrc90 alchrc9j. altime91 altime9a. alunit91 alunit9a. aldura91 aldura9a. aldurb91 aldurb9a. alchrc91 alchrc9a. alcndrt alcndrt. alchronr alchronr. smkev smkev. smkreg smkreg. smknow smknow. smkqtno smkqtno. smkqttp smkqttp. smkqty smkqty. smkqtd smkqtd. cigsda1 cigsda1l. cigdamo cigdamo. cigsda2 cigsda2l. cigsday cigsday. smkstat1 smkstata. smkstat2 smkstatb. smkstat3 smkstatc. cigqtyr cigqtyr. vigno vigno. vigtp vigtp. vigfreqw vigfreqw. viglngno viglngno. viglngtp viglngtp. vigmin vigmin. viglongd viglongd. modno modno. modtp modtp. modfreqw modfreqw. modlngno modlngno. modlngtp modlngtp. modmin modmin. modlongd modlongd. 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. alc7stat alc7stat. met_flg1 met_flga. met_flg2 met_flgb. 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. ahcafyr4 ahcafyrd. adnlong2 adnlongb. ahcsyr1 ahcsyr1l. ahcsyr2 ahcsyr2l. ahcsyr3 ahcsyr3l. ahcsyr4 ahcsyr4l. ahcsyr5 ahcsyr5l. ahcsyr6 ahcsyr6l. ahcsyr7 ahcsyr7l. ahcsyr8 ahcsyr8l. ahcsyr9 ahcsyr9l. ahcsyr10 ahcsyr1j. ahernoy2 ahernoyb. ahchyr ahchyr. ahchmoyr ahchmoyr. ahchnoy2 ahchnoyb. ahcnoyr2 ahcnoyrb. asrgyr asrgyr. asrgnoyr asrgnoyr. amdlongr amdlongr. shtfluyr shtfluyr. shtpnuyr shtpnuyr. apox apox. apox12mo apox12mo. ahep ahep. ahepliv ahepliv. shthepb shthepb. shepdos shepdos. all_sa all_sa. everwrk everwrk. wrkcat wrkcat. wrkcata wrkcata. businc1 businc1l. businc1a businc1a. locall1 locall1l. locall1a locall1a. yrswrk_p yrswrk_p. yrswrkpa yrswrkpa. hourpd hourpd. hourpda hourpda. pdsick pdsick. pdsicka pdsicka. onejob onejob. home50 home50l. leadpnt leadpnt. bldgv bldgv. bldg12m bldg12m. hivtst hivtst. whytst_r whytst_r. tst12m_m tst12m_m. tst12m_y tst12m_y. timetst timetst. tsttyr tsttyr. reatst_c reatst_c. reaswhor reaswhor. lastst_c lastst_c. clntyp_c clntyp_c. whoadm whoadm. givnam givnam. extst12m extst12m. chnsadsp chnsadsp. stmtru stmtru. std std. stddoc stddoc. stdwher stdwher. tbhrd tbhrd. tbknow tbknow. tb tb. tbsprd1 tbsprd1l. tbsprd2 tbsprd2l. tbsprd3 tbsprd3l. tbsprd4 tbsprd4l. tbsprd5 tbsprd5l. tbsprd6 tbsprd6l. tbcured tbcured. tbchanc tbchanc. tbshame tbshame. homeless homeless. disuseq disuseq. disaid disaid. diseqdif diseqdif. dishome dishome. dihm01 dihm01l. dihm02 dihm02l. dihm03 dihm03l. dihm04 dihm04l. dihm05 dihm05l. dihm06 dihm06l. dihm07 dihm07l. dihm08 dihm08l. dihm09 dihm09l. dihm10 dihm10l. dishmoft dishmoft. dissch dissch. disc01 disc01l. disc02 disc02l. disc03 disc03l. disc04 disc04l. disc05 disc05l. disc06 disc06l. disc07 disc07l. disc08 disc08l. disc09 disc09l. disc10 disc10l. dischoft dischoft. diswrk diswrk. diwk01 diwk01l. diwk02 diwk02l. diwk03 diwk03l. diwk04 diwk04l. diwk05 diwk05l. diwk06 diwk06l. diwk07 diwk07l. diwk08 diwk08l. diwk09 diwk09l. diwk10 diwk10l. diswkoft diswkoft. disca disca. dica01 dica01l. dica02 dica02l. dica03 dica03l. dica04 dica04l. dica05 dica05l. dica06 dica06l. dica07 dica07l. dica08 dica08l. dica09 dica09l. dica10 dica10l. discaoft discaoft. dishfac dishfac. dishfl01 dishfl0a. dishfl02 dishfl0b. dishfl03 dishfl0c. dishfl04 dishfl0d. dishfl05 dishfl0e. dishfl06 dishfl0f. dishfl07 dishfl0g. dishfuse dishfuse. ; proc contents data=library.nhis2002_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. */