*options obs=100 ; options nocenter ; /*------------------------------------------------ by Jean Roth Mon Jul 2 15:45:08 EDT 2007 This program reads the 2003 National Health Interview Survey 2003 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/2003/samadult.exe "; * The following line should contain the name of the SAS dataset ; %let dataset = nhis2003_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 racerpi2 length=3 label="OMB groups w/multiple race"; attrib raceimp2 length=3 label="Race Imputation Flag"; attrib mracrpi2 length=3 label="Race coded to single/multiple race group"; attrib mracbpi2 length=3 label="Race coded to single/multiple race group"; attrib racreci2 length=3 label="Race Recode"; attrib hiscodi2 length=3 label="Race/ethnicity recode"; attrib erimpflg length=3 label="Ethnicity/Race Imputation Flag"; attrib 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 hybpckno length=3 label="Duration since last BP check: # of units"; attrib hybpcktp length=3 label="Duration since last BP check: Time units"; attrib hybpcky length=3 label="Dur since last BP check (in years)"; attrib hybplev length=3 label="Told blood pressure was high/normal/low"; attrib clckno length=3 label="Dur since cholesterol checked: # units"; attrib clcktp length=3 label="Dur since cholesterol checked: Time unit"; attrib clcky length=3 label="Dur since last cholesterol check (years)"; attrib clhi length=3 label="Told blood cholesterol level was high"; attrib chdev length=3 label="Ever told you had coronary heart disease"; attrib angev length=3 label="Ever been told you had angina pectoris"; attrib miev length=3 label="Ever been told you had a heart attack"; attrib hrtev length=3 label="Ever told you had a heart cond/disease"; attrib strev length=3 label="Ever been told you had a stroke"; attrib ephev length=3 label="Ever been told you had emphysema"; attrib aasmev length=3 label="Ever been told you had asthma"; attrib 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 aasmhsp length=3 label="Had stayed overnight in hospital due to"; attrib aasmmc length=3 label="Talk with health prof about asthma care"; attrib awzmswk length=3 label="# days missed due to asthma, past 12 mo."; attrib awzpin length=3 label="Ever used prescription inhaler"; attrib aasminst length=3 label="Shown how to use inhaler"; attrib aasmpmed length=3 label="Used oral inhaler, past 3 mo"; attrib aasmcan length=3 label="Used more than 3 canisters of mouth inha"; attrib aasmed length=3 label="Ever taken preventive asthma meds"; attrib aasmdtp length=3 label="Now taking asthma meds"; attrib aaswmp length=3 label="Given an asthma management plan"; attrib aasclass length=3 label="Ever taken asthma mgmt. class"; attrib aas_rec length=3 label="Taught to recognize asthma episode"; attrib aas_res length=3 label="Taught how to respond to asthma episode"; attrib aas_mon length=3 label="Taught how to monitor peak flow for dail"; attrib aapenvln length=3 label="Ever advised to change environment"; attrib aapenvdo length=3 label="Follow advice"; attrib ulcev length=3 label="Ever been told you had an ulcer"; attrib ulcyr length=3 label="Had an ulcer in past 12 months"; attrib canev length=3 label="Ever told by a doctor you had cancer"; attrib cnkind1 length=3 label="What kind of cancer...bladder"; attrib canage1 length=3 label="Age first diagnosed w/bladder cancer"; attrib cnkind2 length=3 label="What kind of cancer...blood"; attrib canage2 length=3 label="Age first diagnosed w/cancer of blood"; attrib cnkind3 length=3 label="What kind of cancer...bone"; attrib canage3 length=3 label="Age first diagnosed w/bone cancer"; attrib cnkind4 length=3 label="What kind of cancer...brain"; attrib canage4 length=3 label="Age first diagnosed w/ brain cancer"; attrib cnkind5 length=3 label="What kind of cancer...breast"; attrib canage5 length=3 label="Age first diagnosed w/breast cancer"; attrib cnkind6 length=3 label="What kind of cancer...cervix"; attrib canage6 length=3 label="Age first diagnosed w/cervical cancer"; attrib cnkind7 length=3 label="What kind of cancer...colon"; attrib canage7 length=3 label="Age first diagnosed w/colon cancer"; attrib cnkind8 length=3 label="What kind of cancer...esophagus"; attrib canage8 length=3 label="Age first diagnosed w/esophageal cancer"; attrib cnkind9 length=3 label="What kind of cancer...gallbladder"; attrib canage9 length=3 label="Age first diagnosed w/gallbladder cancer"; attrib cnkind10 length=3 label="What kind of cancer...kidney"; attrib canage10 length=3 label="Age first diagnosed w/kidney cancer"; attrib cnkind11 length=3 label="What kind of cancer...larynx-windpipe"; attrib canage11 length=3 label="Age first diag w/cancer: larynx-windpipe"; attrib cnkind12 length=3 label="What kind of cancer...leukemia"; attrib canage12 length=3 label="Age first diagnosed w/leukemia"; attrib cnkind13 length=3 label="What kind of cancer...liver"; attrib canage13 length=3 label="Age first diagnosed w/liver cancer"; attrib cnkind14 length=3 label="What kind of cancer...lung"; attrib canage14 length=3 label="Age first diagnosed w/lung cancer"; attrib cnkind15 length=3 label="What kind of cancer...lymphoma"; attrib canage15 length=3 label="Age first diagnosed w/lymphoma"; attrib cnkind16 length=3 label="What kind of cancer...melanoma"; attrib canage16 length=3 label="Age first diagnosed w/melanoma"; attrib cnkind17 length=3 label="What kind of cancer...mouth/tongue/lip"; attrib canage17 length=3 label="Age first diag w/mouth/tongue/lip cancer"; attrib cnkind18 length=3 label="What kind of cancer...ovarian"; attrib canage18 length=3 label="Age first diagnosed w/ovarian cancer"; attrib cnkind19 length=3 label="What kind of cancer...pancreatic"; attrib canage19 length=3 label="Age first diagnosed w/pancreatic cancer"; attrib cnkind20 length=3 label="What kind of cancer...prostate"; attrib canage20 length=3 label="Age first diagnosed w/prostate cancer"; attrib cnkind21 length=3 label="What kind of cancer...rectum"; attrib canage21 length=3 label="Age first diagnosed w/cancer of rectum"; attrib cnkind22 length=3 label="What kind of cancer..skin (non-melanoma)"; attrib canage22 length=3 label="Age first diag:skin cancer, non-melanoma"; attrib cnkind23 length=3 label="What kind of cancer...skin (DK kind)"; attrib canage23 length=3 label="Age first diag w/skin cancer, DK kind"; attrib cnkind24 length=3 label="Type of cancer..soft tissue (muscle)"; attrib canage24 length=3 label="Age first diagnosed w/soft tissue cancer"; attrib cnkind25 length=3 label="What kind of cancer...stomach"; attrib canage25 length=3 label="Age first diagnosed w/stomach cancer"; attrib cnkind26 length=3 label="What kind of cancer ... testicular"; attrib canage26 length=3 label="Age first diagnosed w/testicular cancer"; attrib cnkind27 length=3 label="What kind of cancer...throat-pharynx"; attrib canage27 length=3 label="Age first diag w/throat-pharynx cancer"; attrib cnkind28 length=3 label="What kind of cancer...thyroid"; attrib canage28 length=3 label="Age first diagnosed w/thyroid cancer"; attrib cnkind29 length=3 label="What kind of cancer...uterine"; attrib canage29 length=3 label="Age first diagnosed w/uterine cancer"; attrib cnkind30 length=3 label="What kind of cancer...other"; attrib canage30 length=3 label="Age first diagnosed w/other cancer"; attrib cnkind31 length=3 label="What kind of cancer...more than 3 kinds"; attrib brcandig length=3 label="How breast cancer was found"; 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 dibhp length=3 label="Seeing ONE doctor for diabetes"; attrib dibhpyr length=3 label="# times seen medical doctor for diabetes"; attrib dibndyr length=3 label="# times seen nurse/dietician for diabete"; attrib dibglno length=3 label="How often blood glucose/sugar checked"; attrib dibgltp length=3 label="How often blood glucose/sugar checked"; attrib dglfreqw length=3 label="How often blood glucose/sugar checked"; attrib diba1ckn length=3 label="Heard of glycosylated hemoglobin/hemoglo"; attrib diba1cck length=3 label="# times checked for glycosylated hemoglo"; attrib diba1cll length=3 label="Hemoglobin 'A one C' level , past 12 mo."; attrib diba1csl length=3 label="Safe hemoglobin 'A one C' level , past 1"; attrib dibftck length=3 label="# times checked feet for irritations, pa"; attrib dibckno length=3 label="How often feet checked for sores"; attrib dibcktp length=3 label="How often feet checked for sores"; attrib dckfreqw length=3 label="How often feet checked for sores"; attrib dibeyckl length=3 label="Eye exam"; 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 hearaid length=3 label="Had ever worn a hearing aid"; attrib ahearst length=3 label="Description of hearing w/o hearing aid"; attrib avision length=3 label="Trouble seeing even w/glasses/lenses"; attrib ablind length=3 label="Blind or unable to see at all"; 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 day/not at all"; attrib smkqtno length=3 label="Time since quit smoking: # of units"; attrib smkqttp length=3 label="Time since quit smoking: Time unit"; attrib smkqty length=3 label="Time since quit smoking (in years)"; attrib smkqtd length=3 label="Quit smoking since {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 light/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 wrklongh length=3 label="Duration of current/most recent 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 smokd1 length=3 label="Smoke alarm"; 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 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 sun1_sha length=3 label="Stay in shade on sunny day"; attrib sun1_hat length=3 label="Wear wide-brimmed hat on sunny day"; attrib sun2_lgs length=3 label="Wear long sleeved shirt on sunny day"; attrib sun2_scr length=3 label="Use sunscreen on sunny day"; attrib spf length=3 label="SPF number of sunscreen used most often"; attrib paphad length=3 label="Ever had Pap smear test"; attrib rpap1_mt length=$2 label="Month of most recent Pap smear"; attrib rpap1_yr length=4 label="Year of most recent Pap smear"; attrib rpap1_no length=3 label="Time ago date of pap smear: # of units"; attrib rpap1_tp length=3 label="Time ago date of pap smear: Time unit"; attrib rpap2ca length=3 label="Most recent Pap smear time categories"; attrib rpap_mo2 length=3 label="Months since last pap smear exam"; attrib rpap3 length=3 label="Most recent pap smear exam, time categor"; attrib papreas length=3 label="Reason for most recent Pap smear"; attrib mamhad length=3 label="Ever had mammogram"; attrib rmam1_mt length=$2 label="Month of most recent mammogram"; attrib rmam1_yr length=4 label="Year of most recent mammogram"; attrib rmam1_no length=3 label="Time ago date of mammogram: # of units"; attrib rmam1_tp length=3 label="Time ago date of mammogram: time unit"; attrib rmam2ca length=3 label="Most recent mammogram, time categories"; attrib rmam_mo2 length=3 label="Months since last mammogram"; attrib rmam3 length=3 label="Most recent mammogram, time categories"; attrib mamreas length=3 label="Reason for most recent mammogram"; attrib psahrd length=3 label="Ever heard of PSA test"; attrib psahad length=3 label="Ever had PSA test"; attrib rpsa1_mt length=$2 label="Month of most recent PSA test"; attrib rpsa1_yr length=4 label="Year of most recent PSA test"; attrib rpsa1_no length=3 label="Time ago date of PSA test: # of units"; attrib rpsa1_tp length=3 label="Time ago date of PSA test: time unit"; attrib rpsa2 length=3 label="Most recent PSA test, time categories"; attrib rpsa_mo2 length=3 label="Months since last PSA test"; attrib rpsa3 length=3 label="Most recent PSA test, time categories"; attrib psareas length=3 label="Reason for most recent PSA test"; attrib crehad length=3 label="Ever had colorectal screening exam"; attrib rcre1_mt length=$2 label="Month of most recent colorectal exam"; attrib rcre1_yr length=4 label="Year of most recent colorectal exam"; attrib rcre1_no length=3 label="Time ago date of exam: # of units"; attrib rcre1_tp length=3 label="Time ago date of exam: time unit"; attrib rcre2 length=3 label="Most recent colorectal exam, time catego"; attrib rcre_mo2 length=3 label="Months since last colorectal exam"; attrib rcre3 length=3 label="Most recent colorectal exam, time catego"; attrib crenam length=3 label="Type of recent colorectal exam"; attrib crereas length=3 label="Reason for most recent colorectal exam"; attrib hfobhad length=3 label="Had blood stool test using home test kit"; attrib rhfob1_m length=$2 label="Month of most recent home blood stool te"; attrib rhfob1_y length=4 label="Year of most recent home blood stool tes"; attrib rhfob1_n length=3 label="Time ago date of exam: # of units"; attrib rhfob1_t length=3 label="Time ago date of exam: time unit"; attrib rhfob2 length=3 label="Home blood stool test, time categories"; attrib rhfo_mo2 length=3 label="Months since last home fecal occult bloo"; attrib rhfob3 length=3 label="Most recent home fecal occult blood test"; attrib hfobreas length=3 label="Reas for recent home blood stool test"; attrib hyppreg length=3 label="Was your HBP only during pregnancy"; attrib hloswgt length=3 label="Ever advised to change diet to lower HBP"; attrib wgtadev length=3 label="Ever follow advice to change diet (HBP)"; attrib wgtadnow length=3 label="Now following advice to change diet"; attrib lowslt length=3 label="Ever told to reduce salt due to your HBP"; attrib lowsltev length=3 label="Ever follow advice to reduce salt (HBP)"; attrib lowsltnw length=3 label="Now following advice to reduce salt"; attrib exerc length=3 label="Ever told to exercise due to HBP"; attrib exercev length=3 label="Ever follow advice to exercise (HBP)"; attrib exercnw length=3 label="Now following advice to exercise (HBP)"; attrib hbpalc length=3 label="Ever told to reduce alcohol due to HBP"; attrib hbpalcev length=3 label="Ever follow advice to reduce alcohol use"; attrib hbpalcnw length=3 label="Now following advice to reduce alcohol"; attrib hypmedev length=3 label="Ever prescribed medicine for HBP"; attrib hypmed length=3 label="NOW taking medicine prescribed for HBP"; attrib hymdmed length=3 label="Advised to stop taking medicine for HBP"; 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 racerpi2 2. @28 raceimp2 1. @29 mracrpi2 2. @31 mracbpi2 2. @33 racreci2 1. @34 hiscodi2 1. @35 erimpflg 1. @36 educ 2. @38 ab_bl20k 1. @39 rat_cat 2. @41 r_maritl 1. @42 fm_size 2. @44 region 1. @45 wtia_sa 6. @51 wtfa_sa 6. @57 stratum 3. @60 psu 1. @61 proxysa 1. @62 hypev 1. @63 hypdifv 1. @64 hybpckno 2. @66 hybpcktp 1. @67 hybpcky 2. @69 hybplev 1. @70 clckno 2. @72 clcktp 1. @73 clcky 2. @75 clhi 1. @76 chdev 1. @77 angev 1. @78 miev 1. @79 hrtev 1. @80 strev 1. @81 ephev 1. @82 aasmev 1. @83 aasstill 1. @84 aasmyr 1. @85 aasmeryr 1. @86 aasmhsp 1. @87 aasmmc 1. @88 awzmswk 3. @91 awzpin 1. @92 aasminst 1. @93 aasmpmed 1. @94 aasmcan 1. @95 aasmed 1. @96 aasmdtp 1. @97 aaswmp 1. @98 aasclass 1. @99 aas_rec 1. @100 aas_res 1. @101 aas_mon 1. @102 aapenvln 1. @103 aapenvdo 1. @104 ulcev 1. @105 ulcyr 1. @106 canev 1. @107 cnkind1 1. @108 canage1 2. @110 cnkind2 1. @111 canage2 2. @113 cnkind3 1. @114 canage3 2. @116 cnkind4 1. @117 canage4 2. @119 cnkind5 1. @120 canage5 2. @122 cnkind6 1. @123 canage6 2. @125 cnkind7 1. @126 canage7 2. @128 cnkind8 1. @129 canage8 2. @131 cnkind9 1. @132 canage9 2. @134 cnkind10 1. @135 canage10 2. @137 cnkind11 1. @138 canage11 2. @140 cnkind12 1. @141 canage12 2. @143 cnkind13 1. @144 canage13 2. @146 cnkind14 1. @147 canage14 2. @149 cnkind15 1. @150 canage15 2. @152 cnkind16 1. @153 canage16 2. @155 cnkind17 1. @156 canage17 2. @158 cnkind18 1. @159 canage18 2. @161 cnkind19 1. @162 canage19 2. @164 cnkind20 1. @165 canage20 2. @167 cnkind21 1. @168 canage21 2. @170 cnkind22 1. @171 canage22 2. @173 cnkind23 1. @174 canage23 2. @176 cnkind24 1. @177 canage24 2. @179 cnkind25 1. @180 canage25 2. @182 cnkind26 1. @183 canage26 2. @185 cnkind27 1. @186 canage27 2. @188 cnkind28 1. @189 canage28 2. @191 cnkind29 1. @192 canage29 2. @194 cnkind30 1. @195 canage30 2. @197 cnkind31 1. @198 brcandig 1. @199 dibev 1. @200 dibage 2. @202 difage2 2. @204 insln 1. @205 dibpill 1. @206 dibhp 1. @207 dibhpyr 3. @210 dibndyr 3. @213 dibglno 3. @216 dibgltp 1. @217 dglfreqw 2. @219 diba1ckn 1. @220 diba1cck 2. @222 diba1cll 1. @223 diba1csl 1. @224 dibftck 2. @226 dibckno 3. @229 dibcktp 1. @230 dckfreqw 2. @232 dibeyckl 1. @233 ahayfyr 1. @234 sinyr 1. @235 cbrchyr 1. @236 kidwkyr 1. @237 livyr 1. @238 jntsymp 1. @239 jmthp1 1. @240 jmthp2 1. @241 jmthp3 1. @242 jmthp4 1. @243 jmthp5 1. @244 jmthp6 1. @245 jmthp7 1. @246 jmthp8 1. @247 jmthp9 1. @248 jmthp10 1. @249 jmthp11 1. @250 jmthp12 1. @251 jmthp13 1. @252 jmthp14 1. @253 jmthp15 1. @254 jmthp16 1. @255 jmthp17 1. @256 jntpn 2. @258 jntchr 1. @259 jnthp 1. @260 arth1 1. @261 arthwt 1. @262 arthph 1. @263 arthcls 1. @264 arthlmt 1. @265 arthwrk 1. @266 paineck 1. @267 painlb 1. @268 painleg 1. @269 painface 1. @270 amigr 1. @271 acold2w 1. @272 aintil2w 1. @273 pregnow 1. @274 hearaid 1. @275 ahearst 1. @276 avision 1. @277 ablind 1. @278 lupprt 1. @279 sad 1. @280 nervous 1. @281 restless 1. @282 hopeless 1. @283 effort 1. @284 worthls 1. @285 mhamtmo 1. @286 wrklyr3 1. @287 wkdayr 3. @290 beddayr 3. @293 ahstatyr 1. @294 speceq 1. @295 flwalk 1. @296 flclimb 1. @297 flstand 1. @298 flsit 1. @299 flstoop 1. @300 flreach 1. @301 flgrasp 1. @302 flcarry 1. @303 flpush 1. @304 flshop 1. @305 flsocl 1. @306 flrelax 1. @307 fla1ar 1. @308 aflhca1 1. @309 aflhca2 1. @310 aflhca3 1. @311 aflhca4 1. @312 aflhca5 1. @313 aflhca6 1. @314 aflhca7 1. @315 aflhca8 1. @316 aflhca9 1. @317 aflhca10 1. @318 aflhca11 1. @319 aflhca12 1. @320 aflhca13 1. @321 aflhca14 1. @322 aflhca15 1. @323 aflhca16 1. @324 aflhca17 1. @325 aflhca18 1. @326 aflhca19 1. @327 aflhca20 1. @328 aflhca21 1. @329 aflhca22 1. @330 aflhca23 1. @331 aflhca24 1. @332 aflhca25 1. @333 aflhca26 1. @334 aflhca27 1. @335 aflhca28 1. @336 aflhca29 1. @337 aflhca30 1. @338 aflhca31 1. @339 aflhca32 1. @340 aflhca33 1. @341 aflhca34 1. @342 aflhca90 1. @343 aflhca91 1. @344 altime1 2. @346 alunit1 1. @347 aldura1 2. @349 aldurb1 1. @350 alchrc1 1. @351 altime2 2. @353 alunit2 1. @354 aldura2 2. @356 aldurb2 1. @357 alchrc2 1. @358 altime3 2. @360 alunit3 1. @361 aldura3 2. @363 aldurb3 1. @364 alchrc3 1. @365 altime4 2. @367 alunit4 1. @368 aldura4 2. @370 aldurb4 1. @371 alchrc4 1. @372 altime5 2. @374 alunit5 1. @375 aldura5 2. @377 aldurb5 1. @378 alchrc5 1. @379 altime6 2. @381 alunit6 1. @382 aldura6 2. @384 aldurb6 1. @385 alchrc6 1. @386 altime7 2. @388 alunit7 1. @389 aldura7 2. @391 aldurb7 1. @392 alchrc7 1. @393 altime8 2. @395 alunit8 1. @396 aldura8 2. @398 aldurb8 1. @399 alchrc8 1. @400 altime9 2. @402 alunit9 1. @403 aldura9 2. @405 aldurb9 1. @406 alchrc9 1. @407 altime10 2. @409 alunit10 1. @410 aldura10 2. @412 aldurb10 1. @413 alchrc10 1. @414 altime11 2. @416 alunit11 1. @417 aldura11 2. @419 aldurb11 1. @420 alchrc11 1. @421 altime12 2. @423 alunit12 1. @424 aldura12 2. @426 aldurb12 1. @427 alchrc12 1. @428 altime13 2. @430 alunit13 1. @431 aldura13 2. @433 aldurb13 1. @434 alchrc13 1. @435 altime14 2. @437 alunit14 1. @438 aldura14 2. @440 aldurb14 1. @441 alchrc14 1. @442 altime15 2. @444 alunit15 1. @445 aldura15 2. @447 aldurb15 1. @448 alchrc15 1. @449 altime16 2. @451 alunit16 1. @452 aldura16 2. @454 aldurb16 1. @455 alchrc16 1. @456 altime17 2. @458 alunit17 1. @459 aldura17 2. @461 aldurb17 1. @462 alchrc17 1. @463 altime18 2. @465 alunit18 1. @466 aldura18 2. @468 aldurb18 1. @469 alchrc18 1. @470 altime19 2. @472 alunit19 1. @473 aldura19 2. @475 aldurb19 1. @476 alchrc19 1. @477 altime20 2. @479 alunit20 1. @480 aldura20 2. @482 aldurb20 1. @483 alchrc20 1. @484 altime21 2. @486 alunit21 1. @487 aldura21 2. @489 aldurb21 1. @490 alchrc21 1. @491 altime22 2. @493 alunit22 1. @494 aldura22 2. @496 aldurb22 1. @497 alchrc22 1. @498 altime23 2. @500 alunit23 1. @501 aldura23 2. @503 aldurb23 1. @504 alchrc23 1. @505 altime24 2. @507 alunit24 1. @508 aldura24 2. @510 aldurb24 1. @511 alchrc24 1. @512 altime25 2. @514 alunit25 1. @515 aldura25 2. @517 aldurb25 1. @518 alchrc25 1. @519 altime26 2. @521 alunit26 1. @522 aldura26 2. @524 aldurb26 1. @525 alchrc26 1. @526 altime27 2. @528 alunit27 1. @529 aldura27 2. @531 aldurb27 1. @532 alchrc27 1. @533 altime28 2. @535 alunit28 1. @536 aldura28 2. @538 aldurb28 1. @539 alchrc28 1. @540 altime29 2. @542 alunit29 1. @543 aldura29 2. @545 aldurb29 1. @546 alchrc29 1. @547 altime30 2. @549 alunit30 1. @550 aldura30 2. @552 aldurb30 1. @553 alchrc30 1. @554 altime31 2. @556 alunit31 1. @557 aldura31 2. @559 aldurb31 1. @560 alchrc31 1. @561 altime32 2. @563 alunit32 1. @564 aldura32 2. @566 aldurb32 1. @567 alchrc32 1. @568 altime33 2. @570 alunit33 1. @571 aldura33 2. @573 aldurb33 1. @574 alchrc33 1. @575 altime34 2. @577 alunit34 1. @578 aldura34 2. @580 aldurb34 1. @581 alchrc34 1. @582 altime90 2. @584 alunit90 1. @585 aldura90 2. @587 aldurb90 1. @588 alchrc90 1. @589 altime91 2. @591 alunit91 1. @592 aldura91 2. @594 aldurb91 1. @595 alchrc91 1. @596 alcndrt 1. @597 alchronr 1. @598 smkev 1. @599 smkreg 2. @601 smknow 1. @602 smkqtno 2. @604 smkqttp 1. @605 smkqty 2. @607 smkqtd 1. @608 cigsda1 2. @610 cigdamo 2. @612 cigsda2 2. @614 cigsday 2. @616 smkstat1 1. @617 smkstat2 1. @618 smkstat3 1. @619 cigqtyr 1. @620 vigno 3. @623 vigtp 1. @624 vigfreqw 2. @626 viglngno 3. @629 viglngtp 1. @630 vigmin 3. @633 viglongd 1. @634 modno 3. @637 modtp 1. @638 modfreqw 2. @640 modlngno 3. @643 modlngtp 1. @644 modmin 3. @647 modlongd 1. @648 strngno 3. @651 strngtp 1. @652 strfreqw 2. @654 alc1yr 1. @655 alclife 1. @656 alc12mno 3. @659 alc12mtp 1. @660 alc12mmo 2. @662 alc12mwk 2. @664 alc12myr 3. @667 alcamt 2. @669 alc5upno 3. @672 alc5uptp 1. @673 alc5upyr 3. @676 alcstat1 1. @677 alc7stat 1. @678 met_flg1 1. @679 met_flg2 1. @680 aheight 2. @682 aweightp 3. @685 desirewt 1. @686 bmi 4. @690 ausualpl 1. @691 aplkind 1. @692 ahcplrou 1. @693 ahcplknd 1. @694 sourcela 2. @696 ahcchgyr 1. @697 ahcchghi 1. @698 ahcdlyr1 1. @699 ahcdlyr2 1. @700 ahcdlyr3 1. @701 ahcdlyr4 1. @702 ahcdlyr5 1. @703 ahcafyr1 1. @704 ahcafyr2 1. @705 ahcafyr3 1. @706 ahcafyr4 1. @707 adnlong2 1. @708 ahcsyr1 1. @709 ahcsyr2 1. @710 ahcsyr3 1. @711 ahcsyr4 1. @712 ahcsyr5 1. @713 ahcsyr6 1. @714 ahcsyr7 1. @715 ahcsyr8 1. @716 ahcsyr9 1. @717 ahcsyr10 1. @718 ahernoy2 2. @720 ahchyr 1. @721 ahchmoyr 2. @723 ahchnoy2 2. @725 ahcnoyr2 2. @727 asrgyr 1. @728 asrgnoyr 2. @730 amdlongr 1. @731 shtfluyr 1. @732 shtpnuyr 1. @733 apox 1. @734 apox12mo 1. @735 ahep 1. @736 ahepliv 1. @737 shthepb 1. @738 shepdos 1. @739 all_sa 1. @740 everwrk 1. @741 indstry1 2. @743 indstry2 2. @745 indstr1a 2. @747 indstr2a 2. @749 occup1 2. @751 occup2 2. @753 occup1a 2. @755 occup2a 2. @757 wrkcat 1. @758 wrkcata 1. @759 businc1 1. @760 businc1a 1. @761 locall1 2. @763 locall1a 2. @765 yrswrk_p 2. @767 yrswrkpa 2. @769 wrklongh 1. @770 hourpd 1. @771 hourpda 1. @772 pdsick 1. @773 pdsicka 1. @774 onejob 1. @775 smokd1 1. @776 bldgv 1. @777 bldg12m 1. @778 hivtst 1. @779 whytst_r 2. @781 tst12m_m 2. @783 tst12m_y 4. @787 timetst 1. @788 reatst_c 2. @790 reaswhor 1. @791 lastst_c 2. @793 clntyp_c 2. @795 whoadm 1. @796 givnam 1. @797 extst12m 1. @798 chnsadsp 1. @799 stmtru 1. @800 std 1. @801 stddoc 1. @802 stdwher 1. @803 tbhrd 1. @804 tbknow 1. @805 tb 1. @806 tbsprd1 1. @807 tbsprd2 1. @808 tbsprd3 1. @809 tbsprd4 1. @810 tbsprd5 1. @811 tbsprd6 1. @812 tbcured 1. @813 tbchanc 1. @814 tbshame 1. @815 homeless 1. @816 sun1_sha 1. @817 sun1_hat 1. @818 sun2_lgs 1. @819 sun2_scr 1. @820 spf 2. @822 paphad 1. @823 rpap1_mt $2. @825 rpap1_yr 4. @829 rpap1_no 2. @831 rpap1_tp 1. @832 rpap2ca 1. @833 rpap_mo2 3. @836 rpap3 1. @837 papreas 1. @838 mamhad 1. @839 rmam1_mt $2. @841 rmam1_yr 4. @845 rmam1_no 2. @847 rmam1_tp 1. @848 rmam2ca 1. @849 rmam_mo2 3. @852 rmam3 1. @853 mamreas 1. @854 psahrd 1. @855 psahad 1. @856 rpsa1_mt $2. @858 rpsa1_yr 4. @862 rpsa1_no 2. @864 rpsa1_tp 1. @865 rpsa2 1. @866 rpsa_mo2 3. @869 rpsa3 1. @870 psareas 1. @871 crehad 1. @872 rcre1_mt $2. @874 rcre1_yr 4. @878 rcre1_no 2. @880 rcre1_tp 1. @881 rcre2 1. @882 rcre_mo2 3. @885 rcre3 1. @886 crenam 1. @887 crereas 1. @888 hfobhad 1. @889 rhfob1_m $2. @891 rhfob1_y 4. @895 rhfob1_n 2. @897 rhfob1_t 1. @898 rhfob2 1. @899 rhfo_mo2 3. @902 rhfob3 1. @903 hfobreas 1. @904 hyppreg 1. @905 hloswgt 1. @906 wgtadev 1. @907 wgtadnow 1. @908 lowslt 1. @909 lowsltev 1. @910 lowsltnw 1. @911 exerc 1. @912 exercev 1. @913 exercnw 1. @914 hbpalc 1. @915 hbpalcev 1. @916 hbpalcnw 1. @917 hypmedev 1. @918 hypmed 1. @919 hymdmed 1. ; /*------------------------------------------------ The PROC FORMAT statement will store the formats in a sas data set called fsama03 To use the stored formats in a subsequent program, use code like the following: proc format cntlin=library.fsama03; PROC freq; tables pesex ; format pesex P135L.; For more information, consult PROC FORMAT in the SAS Procedures Guide ----------------------------------------------- */ PROC FORMAT cntlout=library.fsama03; ; VALUE rectype (default=32) 30 = "Sample Adult" ; VALUE srvy_yr (default=32) 2003 = "2003" ; VALUE intv_qrt (default=32) 1 = "Quarter 1" 2 = "Quarter 2" 3 = "Quarter 3" 4 = "Quarter 4" ; VALUE sex (default=32) 1 = "Male" 2 = "Female" ; VALUE age_p (default=32) 85 = "85+ years" ; VALUE origin_i (default=32) 1 = "Yes" 2 = "No" ; VALUE origimpt (default=32) 1 = "Imputed: was 'refused' Hispanic Origin" 2 = "Imputed: was 'not ascertained' Hispanic Origin" 3 = "Imputed: was 'does not know' Hispanic Origin" 4 = "Hispanic origin given by respondent/proxy" ; VALUE hispan_i (default=32) 00 = "Multiple Hispanic" 01 = "Puerto Rican" 02 = "Mexican" 03 = "Mexican-American" 04 = "Cuban/Cuban American" 05 = "Dominican (Republic)" 06 = "Central or South American" 07 = "Other Latin American; type not specified" 08 = "Other Spanish" 09 = "Hispanic/Latino/Spanish; non-specific type" 10 = "Hispanic/Latino/Spanish; type refused" 11 = "Hispanic/Latino/Spanish; type not ascertained" 12 = "Not Hispanic/Spanish origin" ; VALUE hispimpt (default=32) 1 = "Imputed: was 'refused' Hispanic Origin" 2 = "Imputed: was 'not ascertained' Hispanic Origin" 3 = "Imputed: was 'does not know' Hispanic Origin" 4 = "Hispanic Origin type given by respondent/proxy" ; VALUE racerpib (default=32) 01 = "White only" 02 = "Black/African American only" 03 = "AIAN only" 04 = "Asian only" 05 = "Race group not releasable*" 06 = "Multiple race" ; VALUE raceimpb (default=32) 1 = "Imputed: was 'refused'" 2 = "Imputed: was 'not ascertained'" 3 = "Imputed: was 'does not know'" 4 = "Imputed: was 'other race'" 5 = "Imputed: was 'unspecified multiple race'" 6 = "Race given by respondent/proxy" ; VALUE mracrpib (default=32) 01 = "White" 02 = "Black/African American" 03 = "Indian (American); Alaska Native" 09 = "Asian Indian" 10 = "Chinese" 11 = "Filipino" 15 = "Other Asian*" 16 = "Primary race not releasable**" 17 = "Multiple race; no primary race selected" ; VALUE mracbpib (default=32) 01 = "White" 02 = "Black/African American" 03 = "Indian (American) (includes Eskimo; Aleut)" 06 = "Chinese" 07 = "Filipino" 12 = "Asian Indian" 16 = "Other race*" 17 = "Multiple race; no primary race selected" ; VALUE racrecib (default=32) 1 = "White" 2 = "Black" 3 = "All other race groups*" ; VALUE hiscodib (default=32) 1 = "Hispanic" 2 = "Non-Hispanic White" 3 = "Non-Hispanic Black" 4 = "Non-Hispanic All other race groups" ; VALUE erimpflg (default=32) 1 = "Ethnicity/race imputed" 2 = "Ethnicity/race given by respondent/proxy" ; VALUE 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" 3 = "Unknown" ; 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 hybpckno (default=32) 00 = "Never" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE hybpcktp (default=32) 0 = "Never" 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hybpcky (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Never" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE hybplev (default=32) 1 = "Not told" 2 = "High" 3 = "Normal" 4 = "Low" 5 = "Borderline" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE clckno (default=32) 00 = "Never" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE clcktp (default=32) 0 = "Never" 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE clcky (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Never" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE clhi (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE chdev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE angev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE miev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hrtev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE strev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ephev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aasmev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE 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 aasmhsp (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aasmmc (default=32) 1 = "Yes" 2 = "No" 3 = "Still in hospital" 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 awzpin (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aasminst (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aasmpmed (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aasmcan (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aasmed (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aasmdtp (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 aasclass (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aas_rec (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aas_res (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aas_mon (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 aapenvdo (default=32) 0 = "None" 1 = "A little" 2 = "Some" 3 = "Most" 4 = "All" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ulcev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ulcyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cnkind1l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind3l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage3l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind4l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage4l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind5l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage5l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind6l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage6l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind7l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage7l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind8l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage8l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind9l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage9l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1j (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1a (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1b (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1c (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1d (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1e (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1e (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1f (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1f (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1g (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1g (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1h (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1h (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1i (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1i (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2j (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2a (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2b (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2c (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2d (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2e (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2e (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2f (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2f (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2g (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2g (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2h (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2h (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2i (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2i (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind3j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage3j (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind3a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE brcandig (default=32) 1 = "Found by myself by accident" 2 = "Found by myself during a self breast examinatio" 3 = "Found by my spouse or partner" 4 = "Found by a physician during a routine breast ex" 5 = "Found by a mammogram" 6 = "Other - specify" 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 dibhp (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dibhpyr (default=32) 000 = "None" 365 = "365 or more times" 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE dibndyr (default=32) 000 = "None" 365 = "365 or more times" 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE dibglno (default=32) 000 = "Never" 996 = "Unable to do this activity" 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE dibgltp (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 dglfreqw (default=32) 00 = "Less than one time per day" 95 = "Never" 96 = "Unable to do this activity" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE diba1ckn (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE diba1cck (default=32) 00 = "Zero" 53 = "53 or more times" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE diba1cll (default=32) 1 = "Less than 7" 2 = "7 or more; but not more than 8" 3 = "More than 8; but not more than 9" 4 = "More than 9; but not more than 10" 5 = "More than 10" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE diba1csl (default=32) 1 = "Less than 7" 2 = "8 or less" 3 = "9 or less" 4 = "10 or less" 5 = "More than 10" 6 = "No goal specified" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dibftck (default=32) 00 = "Zero" 53 = "53 or more times" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE dibckno (default=32) 000 = "Never" 996 = "Unable to do this type activity" 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE dibcktp (default=32) 0 = "Never" 1 = "Day" 2 = "Week" 3 = "Month" 4 = "Year" 6 = "Unable to do this type activity" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dckfreqw (default=32) 00 = "Less than once per week" 95 = "Never" 96 = "Unable to do this type activity" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE dibeyckl (default=32) 1 = "Less than 1 month" 2 = "1 to 12 months" 3 = "13 to 24 months" 4 = "More than 2 years" 5 = "Never" 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 hearaid (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahearst (default=32) 1 = "Good" 2 = "Little trouble" 3 = "Lot of trouble" 4 = "Deaf" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE avision (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ablind (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE 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 type 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 type 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 type 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 wrklongh (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hourpd (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE 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 smokd1l (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 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 sun1_sha (default=32) 1 = "Always" 2 = "Most of the time" 3 = "Sometimes" 4 = "Rarely" 5 = "Never" 6 = "Don't go out in sun" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE sun1_hat (default=32) 1 = "Always" 2 = "Most of the time" 3 = "Sometimes" 4 = "Rarely" 5 = "Never" 6 = "Don't go out in sun" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE sun2_lgs (default=32) 1 = "Always" 2 = "Most of the time" 3 = "Sometimes" 4 = "Rarely" 5 = "Never" 6 = "Don't go out in sun" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE sun2_scr (default=32) 1 = "Always" 2 = "Most of the time" 3 = "Sometimes" 4 = "Rarely" 5 = "Never" 6 = "Don't go out in sun" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE spf (default=32) 96 = "More than one; Different ones; Other" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE paphad (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE $rpap1_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"" = "Time period format" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't Know" """ = " Not in Universe" ; VALUE rpap1_yr (default=32) 9996 = "Time period format" 9997 = "Refused" 9998 = "Not ascertained" 9999 = "Don't know" ; VALUE rpap1_no (default=32) 95 = "95+" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE rpap1_tp (default=32) 1 = "Days ago" 2 = "Weeks ago" 3 = "Months ago" 4 = "Years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE rpap2ca (default=32) 1 = "A year ago or less" 2 = "More than 1 year but not more than 2 years" 3 = "More than 2 years but not more than 3 years" 4 = "More than 3 years but not more than 5 years" 5 = "Over 5 years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE rpap_mob (default=32) 012 = "12 months" 024 = "24 months" 036 = "36 months" 060 = "60 months" 997 = "Refused" 998 = "Not Ascertained" 999 = "Don't Know" ; VALUE rpap3l (default=32) 1 = "A year ago or less" 2 = "More than 1 year but not more than 2 years" 3 = "More than 2 years but not more than 3 years" 4 = "More than 3 years but not more than 5 years" 5 = "Over 5 years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE papreas (default=32) 1 = "Part of a routine physical or pregnancy exam" 2 = "Because of a specific gynecological problem" 3 = "Followup to a previous gynecological exam" 4 = "Other" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE mamhad (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE $rmam1_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"" = "Time period format" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't Know" """ = " Not in Universe" ; VALUE rmam1_yr (default=32) 9996 = "Time period format" 9997 = "Refused" 9998 = "Not ascertained" 9999 = "Don't know" ; VALUE rmam1_no (default=32) 95 = "95+" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE rmam1_tp (default=32) 1 = "Days ago" 2 = "Weeks ago" 3 = "Months ago" 4 = "Years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE rmam2ca (default=32) 1 = "A year ago or less" 2 = "More than 1 year but not more than 2 years" 3 = "More than 2 years but not more than 3 years" 4 = "More than 3 years but not more than 5 years" 5 = "Over 5 years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE rmam_mob (default=32) 012 = "12 months" 024 = "24 months" 036 = "36 months" 060 = "60 months" 997 = "Refused" 998 = "Not Ascertained" 999 = "Don't Know" ; VALUE rmam3l (default=32) 1 = "A year ago or less" 2 = "More than 1 year but not more than 2 years" 3 = "More than 2 years but not more than 3 years" 4 = "More than 3 years but not more than 5 years" 5 = "Over 5 years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE mamreas (default=32) 1 = "Part of a routine physical exam/screen test" 2 = "Because of a specific breast problem" 3 = "Followup to prev identified breast prob" 4 = "Baseline or initial mammogram" 5 = "Family history" 6 = "Other" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE psahrd (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE psahad (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE $rpsa1_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"" = "Time period format" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't Know" """ = " Not in Universe" ; VALUE rpsa1_yr (default=32) 9996 = "Time period format" 9997 = "Refused" 9998 = "Not ascertained" 9999 = "Don't know" ; VALUE rpsa1_no (default=32) 95 = "95+" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE rpsa1_tp (default=32) 1 = "Days ago" 2 = "Weeks ago" 3 = "Months ago" 4 = "Years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE rpsa2l (default=32) 1 = "A year ago or less" 2 = "More than 1 year but not more than 2 years" 3 = "More than 2 years but not more than 3 years" 4 = "More than 3 years but not more than 5 years" 5 = "Over 5 years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE rpsa_mob (default=32) 012 = "12 months" 024 = "24 months" 036 = "36 months" 060 = "60 months" 997 = "Refused" 998 = "Not Ascertained" 999 = "Don't Know" ; VALUE rpsa3l (default=32) 1 = "A year ago or less" 2 = "More than 1 year but not more than 2 years" 3 = "More than 2 years but not more than 3 years" 4 = "More than 3 years but not more than 5 years" 5 = "Over 5 years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE psareas (default=32) 1 = "Part of a routine physical exam/screen test" 2 = "Because of a specific problem" 3 = "Followup test for an earlier exam" 4 = "Family history" 5 = "Other" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE crehad (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE $rcre1_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"" = "Time period format" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't Know" """ = " Not in Universe" ; VALUE rcre1_yr (default=32) 9996 = "Time period format" 9997 = "Refused" 9998 = "Not ascertained" 9999 = "Don't know" ; VALUE rcre1_no (default=32) 95 = "95+" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE rcre1_tp (default=32) 1 = "Days ago" 2 = "Weeks ago" 3 = "Months ago" 4 = "Years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE rcre2l (default=32) 1 = "A year ago or less" 2 = "More than 1 year but not more than 2 years" 3 = "More than 2 years but not more than 3 years" 4 = "More than 3 years but not more than 5 years" 5 = "More than 5 years but not more that 10 years" 6 = "More than 10 years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE rcre_mob (default=32) 012 = "12 months" 024 = "24 months" 036 = "36 months" 060 = "60 months" 120 = "120 months" 997 = "Refused" 998 = "Not Ascertained" 999 = "Don't Know" ; VALUE rcre3l (default=32) 1 = "A year ago or less" 2 = "More than 1 year but not more than 2 years" 3 = "More than 2 years but not more than 3 years" 4 = "More than 3 years but not more than 5 years" 5 = "More than 5 years but not more than 10 years" 6 = "Over 10 years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE crenam (default=32) 1 = "Sigmoidoscopy" 2 = "Colonoscopy" 3 = "Proctoscopy" 4 = "Something else" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE crereas (default=32) 1 = "Part of a routine physical exam/screen test" 2 = "Because of a specific problem" 3 = "Followup of an earlier test or screen exam" 4 = "Family history" 5 = "Other" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE hfobhad (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE $rhfob1_ (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"" = "Time period format" ""97"" = "Refused" ""98"" = "Not ascertained" ""99"" = "Don't Know" """ = " Not in Universe" ; VALUE rhfob1_y (default=32) 9996 = "Time period format" 9997 = "Refused" 9998 = "Not ascertained" 9999 = "Don't know" ; VALUE rhfob1_n (default=32) 95 = "95+" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE rhfob1_t (default=32) 1 = "Days ago" 2 = "Weeks ago" 3 = "Months ago" 4 = "Years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE rhfob2l (default=32) 1 = "A year ago or less" 2 = "More than 1 year but not more than 2 years" 3 = "More than 2 years but not more than 3 years" 4 = "More than 3 years but not more than 5 years" 5 = "More than 5 years but not more that 10 years" 6 = "More than 10 years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE rhfo_mob (default=32) 012 = "12 months" 024 = "24 months" 036 = "36 months" 060 = "60 months" 120 = "120 months" 997 = "Refused" 998 = "Not Ascertained" 999 = "Don't Know" ; VALUE rhfob3l (default=32) 1 = "A year ago or less" 2 = "More than 1 year but not more than 2 years" 3 = "More than 2 years but not more than 3 years" 4 = "More than 3 years but not more than 5 years" 5 = "More than 5 years but not more than 10 years" 6 = "Over 10 years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE hfobreas (default=32) 1 = "Part of a routine physical exam/screening test" 2 = "Because of a specific problem" 3 = "Followup test of an earlier test/screening exam" 4 = "Family history" 5 = "Other" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE hyppreg (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hloswgt (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE wgtadev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE wgtadnow (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lowslt (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lowsltev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lowsltnw (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE exerc (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE exercev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE exercnw (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hbpalc (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hbpalcev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hbpalcnw (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hypmedev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hypmed (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hymdmed (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; proc print data=library.nhis2003_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. racerpi2 racerpib. raceimp2 raceimpb. mracrpi2 mracrpib. mracbpi2 mracbpib. racreci2 racrecib. hiscodi2 hiscodib. erimpflg erimpflg. educ educ. ab_bl20k ab_bl20k. rat_cat rat_cat. r_maritl r_maritl. region region. proxysa proxysa. hypev hypev. hypdifv hypdifv. hybpckno hybpckno. hybpcktp hybpcktp. hybpcky hybpcky. hybplev hybplev. clckno clckno. clcktp clcktp. clcky clcky. clhi clhi. chdev chdev. angev angev. miev miev. hrtev hrtev. strev strev. ephev ephev. aasmev aasmev. aasstill aasstill. aasmyr aasmyr. aasmeryr aasmeryr. aasmhsp aasmhsp. aasmmc aasmmc. awzmswk awzmswk. awzpin awzpin. aasminst aasminst. aasmpmed aasmpmed. aasmcan aasmcan. aasmed aasmed. aasmdtp aasmdtp. aaswmp aaswmp. aasclass aasclass. aas_rec aas_rec. aas_res aas_res. aas_mon aas_mon. aapenvln aapenvln. aapenvdo aapenvdo. ulcev ulcev. ulcyr ulcyr. canev canev. cnkind1 cnkind1l. canage1 canage1l. cnkind2 cnkind2l. canage2 canage2l. cnkind3 cnkind3l. canage3 canage3l. cnkind4 cnkind4l. canage4 canage4l. cnkind5 cnkind5l. canage5 canage5l. cnkind6 cnkind6l. canage6 canage6l. cnkind7 cnkind7l. canage7 canage7l. cnkind8 cnkind8l. canage8 canage8l. cnkind9 cnkind9l. canage9 canage9l. cnkind10 cnkind1j. canage10 canage1j. cnkind11 cnkind1a. canage11 canage1a. cnkind12 cnkind1b. canage12 canage1b. cnkind13 cnkind1c. canage13 canage1c. cnkind14 cnkind1d. canage14 canage1d. cnkind15 cnkind1e. canage15 canage1e. cnkind16 cnkind1f. canage16 canage1f. cnkind17 cnkind1g. canage17 canage1g. cnkind18 cnkind1h. canage18 canage1h. cnkind19 cnkind1i. canage19 canage1i. cnkind20 cnkind2j. canage20 canage2j. cnkind21 cnkind2a. canage21 canage2a. cnkind22 cnkind2b. canage22 canage2b. cnkind23 cnkind2c. canage23 canage2c. cnkind24 cnkind2d. canage24 canage2d. cnkind25 cnkind2e. canage25 canage2e. cnkind26 cnkind2f. canage26 canage2f. cnkind27 cnkind2g. canage27 canage2g. cnkind28 cnkind2h. canage28 canage2h. cnkind29 cnkind2i. canage29 canage2i. cnkind30 cnkind3j. canage30 canage3j. cnkind31 cnkind3a. brcandig brcandig. dibev dibev. dibage dibage. difage2 difage2l. insln insln. dibpill dibpill. dibhp dibhp. dibhpyr dibhpyr. dibndyr dibndyr. dibglno dibglno. dibgltp dibgltp. dglfreqw dglfreqw. diba1ckn diba1ckn. diba1cck diba1cck. diba1cll diba1cll. diba1csl diba1csl. dibftck dibftck. dibckno dibckno. dibcktp dibcktp. dckfreqw dckfreqw. dibeyckl dibeyckl. 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. hearaid hearaid. ahearst ahearst. avision avision. ablind ablind. 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. wrklongh wrklongh. hourpd hourpd. hourpda hourpda. pdsick pdsick. pdsicka pdsicka. onejob onejob. smokd1 smokd1l. bldgv bldgv. bldg12m bldg12m. hivtst hivtst. whytst_r whytst_r. tst12m_m tst12m_m. tst12m_y tst12m_y. timetst timetst. 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. sun1_sha sun1_sha. sun1_hat sun1_hat. sun2_lgs sun2_lgs. sun2_scr sun2_scr. spf spf. paphad paphad. rpap1_mt $rpap1_m. rpap1_yr rpap1_yr. rpap1_no rpap1_no. rpap1_tp rpap1_tp. rpap2ca rpap2ca. rpap_mo2 rpap_mob. rpap3 rpap3l. papreas papreas. mamhad mamhad. rmam1_mt $rmam1_m. rmam1_yr rmam1_yr. rmam1_no rmam1_no. rmam1_tp rmam1_tp. rmam2ca rmam2ca. rmam_mo2 rmam_mob. rmam3 rmam3l. mamreas mamreas. psahrd psahrd. psahad psahad. rpsa1_mt $rpsa1_m. rpsa1_yr rpsa1_yr. rpsa1_no rpsa1_no. rpsa1_tp rpsa1_tp. rpsa2 rpsa2l. rpsa_mo2 rpsa_mob. rpsa3 rpsa3l. psareas psareas. crehad crehad. rcre1_mt $rcre1_m. rcre1_yr rcre1_yr. rcre1_no rcre1_no. rcre1_tp rcre1_tp. rcre2 rcre2l. rcre_mo2 rcre_mob. rcre3 rcre3l. crenam crenam. crereas crereas. hfobhad hfobhad. rhfob1_m $rhfob1_. rhfob1_y rhfob1_y. rhfob1_n rhfob1_n. rhfob1_t rhfob1_t. rhfob2 rhfob2l. rhfo_mo2 rhfo_mob. rhfob3 rhfob3l. hfobreas hfobreas. hyppreg hyppreg. hloswgt hloswgt. wgtadev wgtadev. wgtadnow wgtadnow. lowslt lowslt. lowsltev lowsltev. lowsltnw lowsltnw. exerc exerc. exercev exercev. exercnw exercnw. hbpalc hbpalc. hbpalcev hbpalcev. hbpalcnw hbpalcnw. hypmedev hypmedev. hypmed hypmed. hymdmed hymdmed. ; proc contents data=library.nhis2003_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. */