*options obs=100 ; options nocenter ; /*------------------------------------------------ by Jean Roth Mon Jul 2 15:42:09 EDT 2007 This program reads the 2001 National Health Interview Survey 2001 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/2001/samadult.exe "; * The following line should contain the name of the SAS dataset ; %let dataset = nhis2001_samadult ; DATA library.&dataset ; INFILE datafile LRECL = 20000 ; attrib rectype length=3 label="Record Type"; attrib srvy_yr length=4 label="Survey Year"; attrib hhx length=$6 label="Household Serial Number"; attrib fmx length=$2 label="Family Serial Number"; attrib px length=$2 label=""; attrib intv_qrt length=3 label="Interview Quarter"; attrib sex length=3 label="Sex"; attrib age_p length=3 label="Age"; attrib origin_i length=3 label="Hispanic Ethnicity"; attrib origimpt length=3 label="Hispanic Origin Imputation Flag"; attrib hispan_i length=3 label="Hispanic subgroup detail"; attrib hispimpt length=3 label="Type of Hispanic Origin Imputation Flag"; attrib rcdt1p_i length=3 label="Race coded to single/multiple race group"; attrib rc_smp_i length=3 label="Race summary detail for single/multiple"; attrib racerp_i length=3 label="OMB groups w/multiple race"; attrib raceimpt length=3 label="Race Imputation Flag"; attrib mracrp_i length=3 label="Race coded to a single race group"; attrib mracbp_i length=3 label="Race coded to a single race group"; attrib racrec_i length=3 label="Race Recode"; attrib hiscod_i length=3 label="Combined race/ethnicity recode"; attrib erimpflg length=3 label="Ethnicity/Race Imputation Flag"; attrib educ length=3 label="Highest level of school completed"; attrib ab_bl20k length=3 label=""; attrib rat_cat length=3 label="Ratio of fam inc to poverty threshold"; attrib r_maritl length=3 label="Marital status"; attrib fm_size length=3 label="Number of persons in family"; attrib region length=3 label="Region"; attrib msasizep length=3 label="Geographic Distribution - MSA size"; attrib wtia_sa length=4 label="Weight - Interim Annual"; attrib wtfa_sa length=4 label="Weight - Final Annual"; attrib stratum length=3 label="Stratum for variance estimation"; attrib psu length=3 label="PSU for variance estimation"; attrib 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 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 jaw length=3 label="Pain in jaw as symptom of heart attack"; attrib weak length=3 label="Feeling weak as symptom of heart attack"; attrib chest length=3 label="Chest pain as symptom of heart attack"; attrib arm length=3 label="Arm pain as symptom of heart attack"; attrib breath length=3 label="Short breath as symptom of heart attack"; attrib ahado length=3 label="BEST thing to do for heart attack victim"; attrib face length=3 label="Numbness of face as symptom of stroke"; attrib speaking length=3 label="Sudden confusion as symptom of stroke"; attrib eye length=3 label="Sudden trouble seeing as sympt of stroke"; attrib walking length=3 label="Sudden trouble walking as symp of stroke"; attrib headache length=3 label="Sudden headache as sympt of stroke"; attrib acpr length=3 label="Ever receive CPR training"; attrib acprlo length=3 label="Time since CPR training"; 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 ulcev length=3 label="Ever been told you had an ulcer"; attrib ulcyr length=3 label="Had an ulcer in past 12 months"; attrib canev length=3 label="Ever told by a doctor you had cancer"; attrib cnkind1 length=3 label="What kind of cancer...bladder"; attrib canage1 length=3 label="Age first diagnosed w/bladder cancer"; attrib cnkind2 length=3 label="What kind of cancer...blood"; attrib canage2 length=3 label="Age first diagnosed w/cancer of blood"; attrib cnkind3 length=3 label="What kind of cancer...bone"; attrib canage3 length=3 label="Age first diagnosed w/bone cancer"; attrib cnkind4 length=3 label="What kind of cancer...brain"; attrib canage4 length=3 label="Age first diagnosed w/ brain cancer"; attrib cnkind5 length=3 label="What kind of cancer...breast"; attrib canage5 length=3 label="Age first diagnosed w/breast cancer"; attrib cnkind6 length=3 label="What kind of cancer...cervix"; attrib canage6 length=3 label="Age first diagnosed w/cervical cancer"; attrib cnkind7 length=3 label="What kind of cancer...colon"; attrib canage7 length=3 label="Age first diagnosed w/colon cancer"; attrib cnkind8 length=3 label="What kind of cancer...esophagus"; attrib canage8 length=3 label="Age first diagnosed w/esophageal cancer"; attrib cnkind9 length=3 label="What kind of cancer...gallbladder"; attrib canage9 length=3 label="Age first diagnosed w/gallbladder cancer"; attrib cnkind10 length=3 label="What kind of cancer...kidney"; attrib canage10 length=3 label="Age first diagnosed w/kidney cancer"; attrib cnkind11 length=3 label="What kind of cancer...larynx-windpipe"; attrib canage11 length=3 label="Age first diag w/cancer: larynx-windpipe"; attrib cnkind12 length=3 label="What kind of cancer...leukemia"; attrib canage12 length=3 label="Age first diagnosed w/leukemia"; attrib cnkind13 length=3 label="What kind of cancer...liver"; attrib canage13 length=3 label="Age first diagnosed w/liver cancer"; attrib cnkind14 length=3 label="What kind of cancer...lung"; attrib canage14 length=3 label="Age first diagnosed w/lung cancer"; attrib cnkind15 length=3 label="What kind of cancer...lymphoma"; attrib canage15 length=3 label="Age first diagnosed w/lymphoma"; attrib cnkind16 length=3 label="What kind of cancer...melanoma"; attrib canage16 length=3 label="Age first diagnosed w/melanoma"; attrib cnkind17 length=3 label="What kind of cancer...mouth/tongue/lip"; attrib canage17 length=3 label="Age first diag w/mouth/tongue/lip cancer"; attrib cnkind18 length=3 label="What kind of cancer...ovarian"; attrib canage18 length=3 label="Age first diagnosed w/ovarian cancer"; attrib cnkind19 length=3 label="What kind of cancer...pancreatic"; attrib canage19 length=3 label="Age first diagnosed w/pancreatic cancer"; attrib cnkind20 length=3 label="What kind of cancer...prostate"; attrib canage20 length=3 label="Age first diagnosed w/prostate cancer"; attrib cnkind21 length=3 label="What kind of cancer...rectum"; attrib canage21 length=3 label="Age first diagnosed w/cancer of rectum"; attrib cnkind22 length=3 label="What kind of cancer..skin (non-melanoma)"; attrib canage22 length=3 label="Age first diag:skin cancer, non-melanoma"; attrib cnkind23 length=3 label="What kind of cancer...skin (DK kind)"; attrib canage23 length=3 label="Age first diag w/skin cancer, DK kind"; attrib cnkind24 length=3 label="Type of cancer..soft tissue (muscle)"; attrib canage24 length=3 label="Age first diagnosed w/soft tissue cancer"; attrib cnkind25 length=3 label="What kind of cancer...stomach"; attrib canage25 length=3 label="Age first diagnosed w/stomach cancer"; attrib cnkind26 length=3 label="What kind of cancer ... testicular"; attrib canage26 length=3 label="Age first diagnosed w/testicular cancer"; attrib cnkind27 length=3 label="What kind of cancer...throat-pharynx"; attrib canage27 length=3 label="Age first diag w/throat-pharynx cancer"; attrib cnkind28 length=3 label="What kind of cancer...thyroid"; attrib canage28 length=3 label="Age first diagnosed w/thyroid cancer"; attrib cnkind29 length=3 label="What kind of cancer...uterine"; attrib canage29 length=3 label="Age first diagnosed w/uterine cancer"; attrib cnkind30 length=3 label="What kind of cancer...other"; attrib canage30 length=3 label="Age first diagnosed w/other cancer"; attrib cnkind31 length=3 label="What kind of cancer...more than 3 kinds"; attrib dibev length=3 label="Ever been told you had diabetes"; attrib dibage length=3 label="Age first diagnosed w/diabetes"; attrib difage2 length=3 label="Years since first diagnosed w/diabetes"; attrib insln length=3 label="Are you NOW taking insulin"; attrib dibpill length=3 label="Are you now taking diabetic pills"; attrib ahayfyr length=3 label="Told that you had hayfever, past 12 m"; attrib sinyr length=3 label="Told that you had sinusitis, past 12 m"; attrib cbrchyr length=3 label="Told you had chronic bronchitis, 12 m"; attrib kidwkyr length=3 label="Told you had weak/failing kidneys, 12 m"; attrib livyr length=3 label="Told you had liver condition, past 12 m"; attrib jntyr length=3 label="Had pain/aching at joints, past 12 m"; attrib jntmo length=3 label="Joint symptoms present most days for 1 m"; attrib jntij length=3 label="Joint symptoms began because of injury"; attrib jntijln length=3 label="Duration of joint symptoms: # of units"; attrib jntijlt length=3 label="Duration of joint symptoms: Time units"; attrib jntijlm length=3 label="Duration of joint symptoms: (months)"; attrib jntyr1 length=3 label="Which joint affected...shoulder-right"; attrib jntyr2 length=3 label="Which joint affected...shoulder-left"; attrib jntyr3 length=3 label="Which joint affected...elbow-right"; attrib jntyr4 length=3 label="Which joint affected...elbow-left"; attrib jntyr5 length=3 label="Which joint affected...hip-right"; attrib jntyr6 length=3 label="Which joint affected...hip-left"; attrib jntyr7 length=3 label="Which joint affected...wrist-right"; attrib jntyr8 length=3 label="Which joint affected...wrist-left"; attrib jntyr9 length=3 label="Which joint affected...knee-right"; attrib jntyr10 length=3 label="Which joint affected...knee-left"; attrib jntyr11 length=3 label="Which joint affected...ankle-right"; attrib jntyr12 length=3 label="Which joint affected...ankle-left"; attrib jntyr13 length=3 label="Which joint affected...toes-right"; attrib jntyr14 length=3 label="Which joint affected...toes-left"; attrib jntyr15 length=3 label="Which jnt affected..fingers/thumb-right"; attrib jntyr16 length=3 label="Which jnt affected..fingers/thumb-left"; attrib jntyr17 length=3 label="Which joint affected...other, not listed"; attrib arth length=3 label="Ever told had 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="Are you 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 aemoft length=3 label="How often get emotional support"; attrib aemsat length=3 label="How satisfied with life"; attrib happy length=3 label="How often felt happy, past 30 days"; attrib get length=3 label="Get together w/friends, past 2 wks"; attrib telephon length=3 label="Telephone friends, past 2 wks"; attrib relative length=3 label="Get together w/relatives, past 2 wks"; attrib relativs length=3 label="Talk w/relatives on the phone,past 2 wks"; attrib worship length=3 label="Go to worship service, past 2 wks"; attrib group length=3 label="Go to group event, past 2 wks"; attrib eat length=3 label="Go out to eat at a restaurant,past 2 wks"; 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 prob causes diff w/activity"; attrib alhcln1 length=3 label="Duration of vision prob: # of units"; attrib alhclt1 length=3 label="Duration of vision prob: Time unit"; attrib alhcly1 length=3 label="Duration of vision prob (in years)"; attrib alantr1 length=3 label="Duration of vision prob recode 2"; attrib aflhca2 length=3 label="Hearing prob causes dif w/activity"; attrib alhcln2 length=3 label="Dur of hearing prob: # of units"; attrib alhclt2 length=3 label="Dur of hearing prob: Time units"; attrib alhcly2 length=3 label="Dur of hearing prob (in years)"; attrib alantr2 length=3 label="Duration of hearing prob recode 2"; attrib aflhca3 length=3 label="Arthritis/rheumatism causes dif w/act"; attrib alhcln3 length=3 label="Duration of arthritis prob: # of units"; attrib alhclt3 length=3 label="Duration of arthritis prob: Time unit"; attrib alhcly3 length=3 label="Duration of arthritis prob (in years)"; attrib alantr3 length=3 label="Duration of arthritis prob recode 2"; attrib aflhca4 length=3 label="Back/neck prob causes dif w/activity"; attrib alhcln4 length=3 label="Duration of back/neck prob: # of units"; attrib alhclt4 length=3 label="Duration of back/neck prob: Time units"; attrib alhcly4 length=3 label="Duration of back/neck prob (in years)"; attrib alantr4 length=3 label="Duration of back/neck prob recode 2"; attrib aflhca5 length=3 label="Fract/bone/joint inj causes dif w/act"; attrib alhcln5 length=3 label="Dur frac/bone/joint inj: # of units"; attrib alhclt5 length=3 label="Duration fract/bone/joint inj: Time unit"; attrib alhcly5 length=3 label="Duration fract/bone/joint inj (in years)"; attrib alantr5 length=3 label="Duration fract/bone/joint inj recode 2"; attrib aflhca6 length=3 label="Other injury causes dif w/activity"; attrib alhcln6 length=3 label="Duration of other injury: # of units"; attrib alhclt6 length=3 label="Duration of other injury: Time units"; attrib alhcly6 length=3 label="Duration of other injury (in years)"; attrib alantr6 length=3 label="Duration of other injury recode 2"; attrib aflhca7 length=3 label="Heart prob causes dif w/activity"; attrib alhcln7 length=3 label="Duration of heart prob: # of units"; attrib alhclt7 length=3 label="Duration of heart prob: Time units"; attrib alhcly7 length=3 label="Duration of heart prob (in years)"; attrib alantr7 length=3 label="Duration of heart prob recode 2"; attrib aflhca8 length=3 label="Stroke causes dif w/activity"; attrib alhcln8 length=3 label="Duration of stroke: # of units"; attrib alhclt8 length=3 label="Duration of stroke: Time unit"; attrib alhcly8 length=3 label="Duration of stroke (in years)"; attrib alantr8 length=3 label="Duration of stroke recode 2"; attrib aflhca9 length=3 label="Hypertension causes dif w/activity"; attrib alhcln9 length=3 label="Duration of hypertension: # of units"; attrib alhclt9 length=3 label="Duration of hypertension: Time units"; attrib alhcly9 length=3 label="Duration of hypertension (in years)"; attrib alantr9 length=3 label="Duration of hypertension recode 2"; attrib aflhca10 length=3 label="Diabetes causes dif w/activity"; attrib alhcln10 length=3 label="Duration of diabetes: # of units"; attrib alhclt10 length=3 label="Duration of diabetes: Time units"; attrib alhcly10 length=3 label="Duration of diabetes (in years)"; attrib alantr10 length=3 label="Duration of diabetes recode 2"; attrib aflhca11 length=3 label="Lung/breathing prob causes dif w/act"; attrib alhcln11 length=3 label="Duration of lung prob: # of units"; attrib alhclt11 length=3 label="Duration of lung prob: Time units"; attrib alhcly11 length=3 label="Duration lung prob (in years)"; attrib alantr11 length=3 label="Duration of lung prob recode 2"; attrib aflhca12 length=3 label="Cancer causes dif w/activity"; attrib alhcln12 length=3 label="Duration of cancer: # of units"; attrib alhclt12 length=3 label="Duration of cancer: Time unit"; attrib alhcly12 length=3 label="Duration of cancer (in years)"; attrib alantr12 length=3 label="Duration of cancer recode 2"; attrib aflhca13 length=3 label="Birth defect causes dif w/activity"; attrib alhcln13 length=3 label="Duration of birth defect: # of units"; attrib alhclt13 length=3 label="Duration of birth defect: Time unit"; attrib alhcly13 length=3 label="Duration of birth defect (in years)"; attrib alantr13 length=3 label="Duration of birth defect recode 2"; attrib aflhca14 length=3 label="Mental retardation causes dif w/activity"; attrib alhcln14 length=3 label="Duration mental retardation: # of units"; attrib alhclt14 length=3 label="Duration mental retardation: Time unit"; attrib alhcly14 length=3 label="Duration mental retardation (in years)"; attrib alantr14 length=3 label="Duration of mental retardation recode 2"; attrib aflhca15 length=3 label="Other devel prob causes dif w/activity"; attrib alhcln15 length=3 label="Duration other devel prob: # of units"; attrib alhclt15 length=3 label="Duration other devel prob: Time units"; attrib alhcly15 length=3 label="Duration other devel prob (in years)"; attrib alantr15 length=3 label="Duration other devel prob recode 2"; attrib aflhca16 length=3 label="Senility causes dif w/activity"; attrib alhcln16 length=3 label="Duration of senility: # of units"; attrib alhclt16 length=3 label="Duration of senility: Time units"; attrib alhcly16 length=3 label="Duration of senility (in years)"; attrib alantr16 length=3 label="Duration of senility recode 2"; attrib aflhca17 length=3 label="Dep/anx/emot prob causes dif w/activity"; attrib alhcln17 length=3 label="Duration dep/anx/emot prob: # of units"; attrib alhclt17 length=3 label="Duration dep/anx/emot prob: Time units"; attrib alhcly17 length=3 label="Duration dep/anx/emot prob (in years)"; attrib alantr17 length=3 label="Duration dep/anx/emot prob recode 2"; attrib aflhca18 length=3 label="Weight prob causes dif w/activity"; attrib alhcln18 length=3 label="Duration of weight prob: # of units"; attrib alhclt18 length=3 label="Duration of weight prob: Time units"; attrib alhcly18 length=3 label="Duration of weight prob (in years)"; attrib alantr18 length=3 label="Duration of weight prob recode 2"; attrib aflhca19 length=3 label="Missing limb/finger causes dif w/act"; attrib alhcln19 length=3 label="Duration missing limb/finger: # of units"; attrib alhclt19 length=3 label="Duration missing limb/finger: Time units"; attrib alhcly19 length=3 label="Duration missing limb/finger (in years)"; attrib alantr19 length=3 label="Duration missing limb/finger recode 2"; attrib aflhca20 length=3 label="Musculoskel prob causes dif w/activity"; attrib alhcln20 length=3 label="Duration musculoskel prob: # of units"; attrib alhclt20 length=3 label="Duration musculoskel prob: Time units"; attrib alhcly20 length=3 label="Duration musculoskel prob (in years)"; attrib alantr20 length=3 label="Duration musculoskel prob recode 2"; attrib aflhca21 length=3 label="Circulatory prob causes dif w/activity"; attrib alhcln21 length=3 label="Duration of circulatory prob: # of units"; attrib alhclt21 length=3 label="Duration of circulatory prob: Time units"; attrib alhcly21 length=3 label="Duration of circulatory prob (in years)"; attrib alantr21 length=3 label="Duration of circulatory prob recode 2"; attrib aflhca22 length=3 label="Endocrine prob causes dif w/activity"; attrib alhcln22 length=3 label="Duration of endocrine prob: # of units"; attrib alhclt22 length=3 label="Duration of endocrine prob: Time units"; attrib alhcly22 length=3 label="Duration of endocrine prob (in years)"; attrib alantr22 length=3 label="Duration of endocrine prob recode 2"; attrib aflhca23 length=3 label="Nervous sys prob causes dif w/activity"; attrib alhcln23 length=3 label="Duration of nervous sys prob: # of units"; attrib alhclt23 length=3 label="Duration of nervous sys prob: Time unit"; attrib alhcly23 length=3 label="Duration of nervous sys prob (in years)"; attrib alantr23 length=3 label="Duration of nervous system prob recode 2"; attrib aflhca24 length=3 label="Digestive prob causes dif w/activity"; attrib alhcln24 length=3 label="Duration of digestive prob: # of units"; attrib alhclt24 length=3 label="Duration of digestive prob: Time unit"; attrib alhcly24 length=3 label="Duration of digestive prob (in years)"; attrib alantr24 length=3 label="Duration of digestive prob recode 2"; attrib aflhca25 length=3 label="Genitourinary prob causes dif w/activity"; attrib alhcln25 length=3 label="Duration genitourinary prob: # of units"; attrib alhclt25 length=3 label="Duration genitourinary prob: Time unit"; attrib alhcly25 length=3 label="Duration genitourinary prob (in years)"; attrib alantr25 length=3 label="Duration of genitourinary prob recode 2"; attrib aflhca26 length=3 label="Skin prob causes dif w/activity"; attrib alhcln26 length=3 label="Duration of skin prob: # of units"; attrib alhclt26 length=3 label="Duration of skin prob: Time unit"; attrib alhcly26 length=3 label="Duration of skin prob (in years)"; attrib alantr26 length=3 label="Duration of skin prob recode 2"; attrib aflhca27 length=3 label="Blood prob causes dif w/activity"; attrib alhcln27 length=3 label="Duration of blood prob: # of units"; attrib alhclt27 length=3 label="Duration of blood prob: Time unit"; attrib alhcly27 length=3 label="Duration of blood prob (in years)"; attrib alantr27 length=3 label="Duration of blood prob recode 2"; attrib aflhca28 length=3 label="Benign tumor causes dif w/activity"; attrib alhcln28 length=3 label="Duration of benign tumor: # of units"; attrib alhclt28 length=3 label="Duration of benign tumor: Time unit"; attrib alhcly28 length=3 label="Duration of benign tumor (in years)"; attrib alantr28 length=3 label="Duration of benign tumor recode 2"; attrib aflhca29 length=3 label="Alcohol or drug prob causes dif w/act"; attrib alhcln29 length=3 label="Duration alcohol/drug prob: # of units"; attrib alhclt29 length=3 label="Duration alcohol/drug prob: Time unit"; attrib alhcly29 length=3 label="Duration alcohol/drug prob (in years)"; attrib alantr29 length=3 label="Duration alcohol/drug prob recode 2"; attrib aflhca30 length=3 label="Other mental prob causes dif w/activity"; attrib alhcln30 length=3 label="Duration other mental prob: # of units"; attrib alhclt30 length=3 label="Duration other mental prob: Time unit"; attrib alhcly30 length=3 label="Duration other mental prob (in years)"; attrib alantr30 length=3 label="Duration other mental prob recode 2"; attrib aflhca31 length=3 label="Surgical after-effects cause dif w/act"; attrib alhcln31 length=3 label="Dur surgical after-effects: # of units"; attrib alhclt31 length=3 label="Dur surgical after-effects: Time unit"; attrib alhcly31 length=3 label="Dur surgical after-effects (in years)"; attrib alantr31 length=3 label="Duration surgical after-effects recode 2"; attrib aflhca32 length=3 label="'Old age' causes dif w/activity"; attrib alhcln32 length=3 label="Duration of 'old age': # of units"; attrib alhclt32 length=3 label="Duration of 'old age': Time unit"; attrib alhcly32 length=3 label="Duration of 'old age' (in years)"; attrib alantr32 length=3 label="Duration of 'old age' recode 2"; attrib aflhca33 length=3 label="Fatigue prob causes dif w/activity"; attrib alhcln33 length=3 label="Duration of fatigue: # of units"; attrib alhclt33 length=3 label="Duration of fatigue: Time unit"; attrib alhcly33 length=3 label="Duration of fatigue (in years)"; attrib alantr33 length=3 label="Duration of fatigue recode 2"; attrib aflhca34 length=3 label="Pregnancy-related prob causes dif w/act"; attrib alhcln34 length=3 label="Dur pregnancy prob: # of units"; attrib alhclt34 length=3 label="Dur pregnancy prob: Time unit"; attrib alhcly34 length=3 label="Dur pregnancy prob (in years)"; attrib alantr34 length=3 label="Dur pregnancy prob recode 2"; attrib aflhca90 length=3 label="Other N.E.C. prob (1) causes dif w/act"; attrib alhcln90 length=3 label="Duration otr N.E.C. prob (1): # of units"; attrib alhclt90 length=3 label="Duration otr N.E.C. prob (1): Time units"; attrib alhcly90 length=3 label="Duration otr N.E.C. prob (1) (in years)"; attrib alantr90 length=3 label="Duration otr N.E.C. prob (1) recode 2"; attrib aflhca91 length=3 label="Other N.E.C. prob (2) causes dif w/act"; attrib alhcln91 length=3 label="Duration otr N.E.C. prob (2): # of units"; attrib alhclt91 length=3 label="Duration otr N.E.C. prob (2): Time units"; attrib alhcly91 length=3 label="Duration otr N.E.C. prob (2) (in years)"; attrib alantr91 length=3 label="Duration otr N.E.C. prob(2) recode 2"; attrib alcndr1 length=3 label="Vision prob condition status"; attrib alcndr2 length=3 label="Hearing prob condition status"; attrib alcndr3 length=3 label="Arthritis/rheum condition status"; attrib alcndr4 length=3 label="Back/neck prob condition status"; attrib alcndr5 length=3 label="Fract/bone/joint injury cond status"; attrib alcndr6 length=3 label="Other injury condition status"; attrib alcndr7 length=3 label="Heart problem condition status"; attrib alcndr8 length=3 label="Stroke condition status"; attrib alcndr9 length=3 label="Hypertension condition status"; attrib alcndr10 length=3 label="Diabetes condition status"; attrib alcndr11 length=3 label="Lung/breath problem condition status"; attrib alcndr12 length=3 label="Cancer condition status"; attrib alcndr13 length=3 label="Birth defect condition status"; attrib alcndr14 length=3 label="Mental retardation cond status"; attrib alcndr15 length=3 label="Other developmental prob cond status"; attrib alcndr16 length=3 label="Senility cond status"; attrib alcndr17 length=3 label="Dep/anx/emot prob cond status"; attrib alcndr18 length=3 label="Weight prob cond status"; attrib alcndr19 length=3 label="Amputee condition status"; attrib alcndr20 length=3 label="Musculoskel prob cond status"; attrib alcndr21 length=3 label="Circulatory cond status"; attrib alcndr22 length=3 label="Endocrine cond status"; attrib alcndr23 length=3 label="Nervous sys cond status"; attrib alcndr24 length=3 label="Digestive prob cond status"; attrib alcndr25 length=3 label="Genitourinary problem cond status"; attrib alcndr26 length=3 label="Skin prob condition status"; attrib alcndr27 length=3 label="Blood prob condition status"; attrib alcndr28 length=3 label="Benign tumor cond status"; attrib alcndr29 length=3 label="Alcohol or drug prob cond status"; attrib alcndr30 length=3 label="Other mental problem cond status"; attrib alcndr31 length=3 label="Surgical after-effects cond status"; attrib alcndr32 length=3 label="'Old age' condition status"; attrib alcndr33 length=3 label="Fatigue condition status"; attrib alcndr34 length=3 label="Pregnancy condition status"; attrib alcndr90 length=3 label="Other impair/prob(1) cond stat"; attrib alcndr91 length=3 label="Other impair/prob(2) cond stat"; attrib alcndrt length=3 label="Chronic cond recode"; 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: everyday/somedays/not at all"; attrib smkqtno length=3 label="Time since quit smoking: # of units"; attrib smkqttp length=3 label="Time since quit smoking: Time unit"; attrib smkqty length=3 label="Time since quit smoking (in years)"; attrib smkqtd length=3 label="Quit smoking since {month, 1 year ago}"; attrib cigsda1 length=3 label="Number cigs per day (daily smokers)"; attrib cigdamo length=3 label="Number days smoked in past 30 days"; attrib cigsda2 length=3 label="Number cigs per day (some day smokers)"; attrib cigsday length=3 label="Number cigs a day (all smokers)"; attrib 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 moderate activity: # of units"; attrib modtp length=3 label="Freq moderate activity: Time units"; attrib modfreqw length=3 label="Freq moderate activity (times per wk)"; attrib modlngno length=3 label="Duration mod activity: # of units"; attrib modlngtp length=3 label="Duration mod activity: Time unit"; attrib modmin length=3 label="Duration mod activity (in minutes)"; attrib modlongd length=3 label="Dur of moderate 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 strtchno length=3 label="Freq stretching activity: # of units"; attrib strtchtp length=3 label="Freq stretching activity: Time unit"; attrib stcfreqw length=3 label="Freq stretch activity (times per wk)"; attrib strchlno length=3 label="Duration stretch activity: # of units"; attrib strchltp length=3 label="Duration stretch activity: Time unit"; attrib strchmin length=3 label="Duration stretch activity (in minutes)"; 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 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 aqhp2 length=3 label="Particlr hlth prof seen most often ex MH"; attrib aqhpknd2 length=3 label="Kind of health prof seen most often"; attrib aqhpvi2 length=3 label="Visit health care place/provider, 12 mo"; attrib ahdiet length=3 label="Hlth provdr ask/give diet/nutri adv, 12m"; attrib ahpa length=3 label="Hlth provdr ask/give activ/exer adv, 12m"; attrib aalchlp length=3 label="Hlth provider advised about alcohol, 12m"; attrib ahcqsmk length=3 label="Hlth providr advised to quit smoking 12m"; attrib ahchelp length=3 label="Hlth prov give help to quit smoking, 12m"; attrib ahcmeno length=3 label="Hlth provider give menopause advice, 12m"; 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 ahcdifer length=3 label="Delay/trouble/unable to get ER care, 12m"; attrib ahcerr01 length=3 label="Reason delay ER care...not sure need ER*"; attrib ahcerr02 length=3 label="Reason delay ER care...no time off work*"; attrib ahcerr03 length=3 label="Reason delay ER care...no child care*"; attrib ahcerr04 length=3 label="Reason delay ER care..no transportation*"; attrib ahcerr05 length=3 label="Reason delay ER care...ambulance late*"; attrib ahcerr06 length=3 label="Reason delay ER care..no hlth insurance*"; attrib ahcerr07 length=3 label="Reason delay ER care...costs too much*"; attrib ahcerr08 length=3 label="Reason delay ER care...no co-pay money*"; attrib ahcerr09 length=3 label="Reason delay ER care..need pre auth*"; attrib ahcerr10 length=3 label="Reason delay ER care...plan may not pay*"; attrib ahcerr11 length=3 label="Reason delay ER care...long wait"; attrib ahcerr12 length=3 label="Reason delay ER care..sent to othr area*"; attrib ahcerr13 length=3 label="Reason delay ER care 12m...other specify"; 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"; 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 had hepatitis B vaccine"; attrib shepdos length=3 label="# doses of hepatitis B vaccine received"; attrib all_sa length=3 label="Employment status"; attrib everwrk length=3 label="Ever worked"; attrib indstry1 length=3 label="Detailed industry classification"; attrib indstry2 length=3 label="Simple industry classification"; attrib indstr1a length=3 label="Detailed industry classification"; attrib indstr2a length=3 label="Simple industry classification"; attrib occup1 length=3 label="Detailed occupation classification"; attrib occup2 length=3 label="Simple occupation classification"; attrib occup1a length=3 label="Detailed occupation classification"; attrib occup2a length=3 label="Simple occupation classification"; attrib wrkcat length=3 label="Class of worker"; attrib wrkcata length=3 label="Class of worker"; attrib businc1 length=3 label="Current job an incorporated business"; attrib businc1a length=3 label="Current/last/longest-held job inc bus"; attrib locall1 length=3 label="Number of employees at work"; attrib locall1a length=3 label="Number of employees at work"; attrib yrswrk_p length=3 label="Years on the job"; attrib yrswrkpa length=3 label="Years on the job"; attrib hourpd length=3 label="Paid by the hour at current job"; attrib hourpda length=3 label="Paid by hr at current/most recent job"; attrib pdsick length=3 label="Paid sick leave at current job"; attrib pdsicka length=3 label="Paid sick leave current/most recent job"; attrib onejob length=3 label="Have more than one job"; attrib 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 other than HIV/AIDS, past 5 y"; 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 homeless length=3 label="Spent 24+ hrs living in st., shltr, jail"; attrib tbshame length=3 label="Ashamed if you/family diagnosed with TB"; INPUT @1 rectype 2. @3 srvy_yr 4. @7 hhx $6. @13 fmx $2. @15 px $2. @17 intv_qrt 1. @18 sex 1. @19 age_p 2. @21 origin_i 1. @22 origimpt 1. @23 hispan_i 2. @25 hispimpt 1. @26 rcdt1p_i 2. @28 rc_smp_i 2. @30 racerp_i 2. @32 raceimpt 1. @33 mracrp_i 2. @35 mracbp_i 2. @37 racrec_i 1. @38 hiscod_i 1. @39 erimpflg 1. @40 educ 2. @42 ab_bl20k 1. @43 rat_cat 2. @45 r_maritl 1. @46 fm_size 2. @48 region 1. @49 msasizep 1. @50 wtia_sa 6. @56 wtfa_sa 6. @62 stratum 3. @65 psu 1. @66 proxysa 1. @67 hypev 1. @68 hypdifv 1. @69 chdev 1. @70 angev 1. @71 miev 1. @72 hrtev 1. @73 strev 1. @74 ephev 1. @75 jaw 1. @76 weak 1. @77 chest 1. @78 arm 1. @79 breath 1. @80 ahado 1. @81 face 1. @82 speaking 1. @83 eye 1. @84 walking 1. @85 headache 1. @86 acpr 1. @87 acprlo 1. @88 aasmev 1. @89 aasstill 1. @90 aasmyr 1. @91 aasmeryr 1. @92 ulcev 1. @93 ulcyr 1. @94 canev 1. @95 cnkind1 1. @96 canage1 2. @98 cnkind2 1. @99 canage2 2. @101 cnkind3 1. @102 canage3 2. @104 cnkind4 1. @105 canage4 2. @107 cnkind5 1. @108 canage5 2. @110 cnkind6 1. @111 canage6 2. @113 cnkind7 1. @114 canage7 2. @116 cnkind8 1. @117 canage8 2. @119 cnkind9 1. @120 canage9 2. @122 cnkind10 1. @123 canage10 2. @125 cnkind11 1. @126 canage11 2. @128 cnkind12 1. @129 canage12 2. @131 cnkind13 1. @132 canage13 2. @134 cnkind14 1. @135 canage14 2. @137 cnkind15 1. @138 canage15 2. @140 cnkind16 1. @141 canage16 2. @143 cnkind17 1. @144 canage17 2. @146 cnkind18 1. @147 canage18 2. @149 cnkind19 1. @150 canage19 2. @152 cnkind20 1. @153 canage20 2. @155 cnkind21 1. @156 canage21 2. @158 cnkind22 1. @159 canage22 2. @161 cnkind23 1. @162 canage23 2. @164 cnkind24 1. @165 canage24 2. @167 cnkind25 1. @168 canage25 2. @170 cnkind26 1. @171 canage26 2. @173 cnkind27 1. @174 canage27 2. @176 cnkind28 1. @177 canage28 2. @179 cnkind29 1. @180 canage29 2. @182 cnkind30 1. @183 canage30 2. @185 cnkind31 1. @186 dibev 1. @187 dibage 2. @189 difage2 2. @191 insln 1. @192 dibpill 1. @193 ahayfyr 1. @194 sinyr 1. @195 cbrchyr 1. @196 kidwkyr 1. @197 livyr 1. @198 jntyr 1. @199 jntmo 1. @200 jntij 1. @201 jntijln 2. @203 jntijlt 1. @204 jntijlm 2. @206 jntyr1 1. @207 jntyr2 1. @208 jntyr3 1. @209 jntyr4 1. @210 jntyr5 1. @211 jntyr6 1. @212 jntyr7 1. @213 jntyr8 1. @214 jntyr9 1. @215 jntyr10 1. @216 jntyr11 1. @217 jntyr12 1. @218 jntyr13 1. @219 jntyr14 1. @220 jntyr15 1. @221 jntyr16 1. @222 jntyr17 1. @223 arth 1. @224 paineck 1. @225 painlb 1. @226 painleg 1. @227 painface 1. @228 amigr 1. @229 acold2w 1. @230 aintil2w 1. @231 pregnow 1. @232 hearaid 1. @233 ahearst 1. @234 avision 1. @235 ablind 1. @236 lupprt 1. @237 sad 1. @238 nervous 1. @239 restless 1. @240 hopeless 1. @241 effort 1. @242 worthls 1. @243 mhamtmo 1. @244 aemoft 1. @245 aemsat 1. @246 happy 1. @247 get 1. @248 telephon 1. @249 relative 1. @250 relativs 1. @251 worship 1. @252 group 1. @253 eat 1. @254 wrklyr3 1. @255 wkdayr 3. @258 beddayr 3. @261 ahstatyr 1. @262 speceq 1. @263 flwalk 1. @264 flclimb 1. @265 flstand 1. @266 flsit 1. @267 flstoop 1. @268 flreach 1. @269 flgrasp 1. @270 flcarry 1. @271 flpush 1. @272 flshop 1. @273 flsocl 1. @274 flrelax 1. @275 fla1ar 1. @276 aflhca1 1. @277 alhcln1 2. @279 alhclt1 1. @280 alhcly1 2. @282 alantr1 2. @284 aflhca2 1. @285 alhcln2 2. @287 alhclt2 1. @288 alhcly2 2. @290 alantr2 2. @292 aflhca3 1. @293 alhcln3 2. @295 alhclt3 1. @296 alhcly3 2. @298 alantr3 2. @300 aflhca4 1. @301 alhcln4 2. @303 alhclt4 1. @304 alhcly4 2. @306 alantr4 2. @308 aflhca5 1. @309 alhcln5 2. @311 alhclt5 1. @312 alhcly5 2. @314 alantr5 2. @316 aflhca6 1. @317 alhcln6 2. @319 alhclt6 1. @320 alhcly6 2. @322 alantr6 2. @324 aflhca7 1. @325 alhcln7 2. @327 alhclt7 1. @328 alhcly7 2. @330 alantr7 2. @332 aflhca8 1. @333 alhcln8 2. @335 alhclt8 1. @336 alhcly8 2. @338 alantr8 2. @340 aflhca9 1. @341 alhcln9 2. @343 alhclt9 1. @344 alhcly9 2. @346 alantr9 2. @348 aflhca10 1. @349 alhcln10 2. @351 alhclt10 1. @352 alhcly10 2. @354 alantr10 2. @356 aflhca11 1. @357 alhcln11 2. @359 alhclt11 1. @360 alhcly11 2. @362 alantr11 2. @364 aflhca12 1. @365 alhcln12 2. @367 alhclt12 1. @368 alhcly12 2. @370 alantr12 2. @372 aflhca13 1. @373 alhcln13 2. @375 alhclt13 1. @376 alhcly13 2. @378 alantr13 2. @380 aflhca14 1. @381 alhcln14 2. @383 alhclt14 1. @384 alhcly14 2. @386 alantr14 2. @388 aflhca15 1. @389 alhcln15 2. @391 alhclt15 1. @392 alhcly15 2. @394 alantr15 2. @396 aflhca16 1. @397 alhcln16 2. @399 alhclt16 1. @400 alhcly16 2. @402 alantr16 2. @404 aflhca17 1. @405 alhcln17 2. @407 alhclt17 1. @408 alhcly17 2. @410 alantr17 2. @412 aflhca18 1. @413 alhcln18 2. @415 alhclt18 1. @416 alhcly18 2. @418 alantr18 2. @420 aflhca19 1. @421 alhcln19 2. @423 alhclt19 1. @424 alhcly19 2. @426 alantr19 2. @428 aflhca20 1. @429 alhcln20 2. @431 alhclt20 1. @432 alhcly20 2. @434 alantr20 2. @436 aflhca21 1. @437 alhcln21 2. @439 alhclt21 1. @440 alhcly21 2. @442 alantr21 2. @444 aflhca22 1. @445 alhcln22 2. @447 alhclt22 1. @448 alhcly22 2. @450 alantr22 2. @452 aflhca23 1. @453 alhcln23 2. @455 alhclt23 1. @456 alhcly23 2. @458 alantr23 2. @460 aflhca24 1. @461 alhcln24 2. @463 alhclt24 1. @464 alhcly24 2. @466 alantr24 2. @468 aflhca25 1. @469 alhcln25 2. @471 alhclt25 1. @472 alhcly25 2. @474 alantr25 2. @476 aflhca26 1. @477 alhcln26 2. @479 alhclt26 1. @480 alhcly26 2. @482 alantr26 2. @484 aflhca27 1. @485 alhcln27 2. @487 alhclt27 1. @488 alhcly27 2. @490 alantr27 2. @492 aflhca28 1. @493 alhcln28 2. @495 alhclt28 1. @496 alhcly28 2. @498 alantr28 2. @500 aflhca29 1. @501 alhcln29 2. @503 alhclt29 1. @504 alhcly29 2. @506 alantr29 2. @508 aflhca30 1. @509 alhcln30 2. @511 alhclt30 1. @512 alhcly30 2. @514 alantr30 2. @516 aflhca31 1. @517 alhcln31 2. @519 alhclt31 1. @520 alhcly31 2. @522 alantr31 2. @524 aflhca32 1. @525 alhcln32 2. @527 alhclt32 1. @528 alhcly32 2. @530 alantr32 2. @532 aflhca33 1. @533 alhcln33 2. @535 alhclt33 1. @536 alhcly33 2. @538 alantr33 2. @540 aflhca34 1. @541 alhcln34 2. @543 alhclt34 1. @544 alhcly34 2. @546 alantr34 2. @548 aflhca90 1. @549 alhcln90 2. @551 alhclt90 1. @552 alhcly90 2. @554 alantr90 2. @556 aflhca91 1. @557 alhcln91 2. @559 alhclt91 1. @560 alhcly91 2. @562 alantr91 2. @564 alcndr1 1. @565 alcndr2 1. @566 alcndr3 1. @567 alcndr4 1. @568 alcndr5 1. @569 alcndr6 1. @570 alcndr7 1. @571 alcndr8 1. @572 alcndr9 1. @573 alcndr10 1. @574 alcndr11 1. @575 alcndr12 1. @576 alcndr13 1. @577 alcndr14 1. @578 alcndr15 1. @579 alcndr16 1. @580 alcndr17 1. @581 alcndr18 1. @582 alcndr19 1. @583 alcndr20 1. @584 alcndr21 1. @585 alcndr22 1. @586 alcndr23 1. @587 alcndr24 1. @588 alcndr25 1. @589 alcndr26 1. @590 alcndr27 1. @591 alcndr28 1. @592 alcndr29 1. @593 alcndr30 1. @594 alcndr31 1. @595 alcndr32 1. @596 alcndr33 1. @597 alcndr34 1. @598 alcndr90 1. @599 alcndr91 1. @600 alcndrt 1. @601 alchronr 1. @602 smkev 1. @603 smkreg 2. @605 smknow 1. @606 smkqtno 2. @608 smkqttp 1. @609 smkqty 2. @611 smkqtd 1. @612 cigsda1 2. @614 cigdamo 2. @616 cigsda2 2. @618 cigsday 2. @620 smkstat1 1. @621 smkstat2 1. @622 smkstat3 1. @623 cigqtyr 1. @624 vigno 3. @627 vigtp 1. @628 vigfreqw 2. @630 viglngno 3. @633 viglngtp 1. @634 vigmin 3. @637 viglongd 1. @638 modno 3. @641 modtp 1. @642 modfreqw 2. @644 modlngno 3. @647 modlngtp 1. @648 modmin 3. @651 modlongd 1. @652 strngno 3. @655 strngtp 1. @656 strfreqw 2. @658 strtchno 3. @661 strtchtp 1. @662 stcfreqw 2. @664 strchlno 3. @667 strchltp 1. @668 strchmin 3. @671 alc1yr 1. @672 alclife 1. @673 alc12mno 3. @676 alc12mtp 1. @677 alc12mmo 2. @679 alc12mwk 2. @681 alc12myr 3. @684 alcamt 2. @686 alc5upno 3. @689 alc5uptp 1. @690 alc5upyr 3. @693 alcstat1 1. @694 alc7stat 1. @695 aheight 2. @697 aweightp 3. @700 desirewt 1. @701 bmi 4. @705 ausualpl 1. @706 aplkind 1. @707 ahcplrou 1. @708 ahcplknd 1. @709 sourcela 2. @711 ahcchgyr 1. @712 ahcchghi 1. @713 aqhp2 1. @714 aqhpknd2 1. @715 aqhpvi2 1. @716 ahdiet 1. @717 ahpa 1. @718 aalchlp 1. @719 ahcqsmk 1. @720 ahchelp 1. @721 ahcmeno 1. @722 ahcdlyr1 1. @723 ahcdlyr2 1. @724 ahcdlyr3 1. @725 ahcdlyr4 1. @726 ahcdlyr5 1. @727 ahcdifer 1. @728 ahcerr01 1. @729 ahcerr02 1. @730 ahcerr03 1. @731 ahcerr04 1. @732 ahcerr05 1. @733 ahcerr06 1. @734 ahcerr07 1. @735 ahcerr08 1. @736 ahcerr09 1. @737 ahcerr10 1. @738 ahcerr11 1. @739 ahcerr12 1. @740 ahcerr13 1. @741 ahcafyr1 1. @742 ahcafyr2 1. @743 ahcafyr3 1. @744 ahcafyr4 1. @745 adnlong2 1. @746 ahcsyr1 1. @747 ahcsyr2 1. @748 ahcsyr3 1. @749 ahcsyr4 1. @750 ahcsyr5 1. @751 ahcsyr6 1. @752 ahcsyr7 1. @753 ahcsyr8 1. @754 ahcsyr9 1. @755 ahcsyr10 1. @756 ahernoy2 2. @758 ahchyr 1. @759 ahchmoyr 2. @761 ahchnoy2 2. @763 ahcnoyr2 2. @765 asrgyr 1. @766 asrgnoyr 2. @768 amdlongr 1. @769 shtfluyr 1. @770 shtpnuyr 1. @771 apox 1. @772 apox12mo 1. @773 ahep 1. @774 ahepliv 1. @775 shthepb 1. @776 shepdos 1. @777 all_sa 1. @778 everwrk 1. @779 indstry1 2. @781 indstry2 2. @783 indstr1a 2. @785 indstr2a 2. @787 occup1 2. @789 occup2 2. @791 occup1a 2. @793 occup2a 2. @795 wrkcat 1. @796 wrkcata 1. @797 businc1 1. @798 businc1a 1. @799 locall1 2. @801 locall1a 2. @803 yrswrk_p 2. @805 yrswrkpa 2. @807 hourpd 1. @808 hourpda 1. @809 pdsick 1. @810 pdsicka 1. @811 onejob 1. @812 bldgv 1. @813 bldg12m 1. @814 hivtst 1. @815 whytst_r 2. @817 tst12m_m 2. @819 tst12m_y 4. @823 timetst 1. @824 reatst_c 2. @826 reaswhor 1. @827 lastst_c 2. @829 clntyp_c 2. @831 whoadm 1. @832 givnam 1. @833 extst12m 1. @834 chnsadsp 1. @835 stmtru 1. @836 std 1. @837 stddoc 1. @838 stdwher 1. @839 tbhrd 1. @840 tbknow 1. @841 tb 1. @842 tbsprd1 1. @843 tbsprd2 1. @844 tbsprd3 1. @845 tbsprd4 1. @846 tbsprd5 1. @847 tbsprd6 1. @848 tbcured 1. @849 tbchanc 1. @850 homeless 1. @851 tbshame 1. ; /*------------------------------------------------ The PROC FORMAT statement will store the formats in a sas data set called fsama01 To use the stored formats in a subsequent program, use code like the following: proc format cntlin=library.fsama01; PROC freq; tables pesex ; format pesex P135L.; For more information, consult PROC FORMAT in the SAS Procedures Guide ----------------------------------------------- */ PROC FORMAT cntlout=library.fsama01; ; VALUE rectype (default=32) 30 = "Sample Adult" ; VALUE srvy_yr (default=32) 2001 = "2001" ; VALUE intv_qrt (default=32) 1 = "Quarter 1" 2 = "Quarter 2" 3 = "Quarter 3" 4 = "Quarter 4" ; VALUE sex (default=32) 1 = "Male" 2 = "Female" ; VALUE age_p (default=32) 85 = "85+ years" ; VALUE origin_i (default=32) 1 = "Yes" 2 = "No" ; VALUE origimpt (default=32) 1 = "Imputed 'refused' Hispanic Origin response" 2 = "Imputed 'not ascertained' Hispanic Origin" 3 = "Imputed 'does not know' Hispanic Origin" 4 = "Hispanic origin given by respondent/proxy" ; VALUE hispan_i (default=32) 00 = "Multiple Hispanic" 01 = "Puerto Rican" 02 = "Mexican" 03 = "Mexican-American" 04 = "Cuban/Cuban American" 05 = "Dominican (Republic)" 06 = "Central or South American" 07 = "Other Latin American; type not specified" 08 = "Other Spanish" 09 = "Hispanic/Latino/Spanish; non-specific type" 10 = "Hispanic/Latino/Spanish; type refused" 11 = "Hispanic/Latino/Spanish; type not ascertained" 12 = "Not Hispanic/Spanish origin" ; VALUE hispimpt (default=32) 1 = "Imputed 'refused' Hispanic Origin type" 2 = "Imputed 'not ascertained' Hispanic Origin type" 3 = "Imputed 'does not know' Hispanic Origin type" 4 = "Hispanic Origin type given by respondent/proxy" ; VALUE rcdt1p_i (default=32) 01 = "White only" 02 = "Black/African American only" 03 = "AIAN only" 09 = "Asian Indian only" 10 = "Chinese only" 11 = "Filipino only" 15 = "Other Asian only" 16 = "Other race only" 17 = "Multiple detailed race*" ; VALUE rc_smp_i (default=32) 01 = "White only" 02 = "Black/African American only" 03 = "AIAN only*" 04 = "Asian only" 05 = "Other race only" 06 = "Multiple detailed race only" ; VALUE racerp_i (default=32) 01 = "White only" 02 = "Black/African American only" 03 = "AIAN* only" 04 = "Asian only" 05 = "Other race only" 06 = "Multiple race" ; VALUE raceimpt (default=32) 1 = "Imputed 'refused' race response" 2 = "Imputed 'not ascertained' race response" 3 = "Imputed 'does not know' race response" 4 = "Race given by respondent/proxy" ; VALUE mracrp_i (default=32) 01 = "White" 02 = "Black/African American" 03 = "Indian (American); Alaska Native" 09 = "Asian Indian" 10 = "Chinese" 11 = "Filipino" 15 = "Other Asian*" 16 = "Other Race*" 17 = "Multiple Race*" ; VALUE mracbp_i (default=32) 01 = "White" 02 = "Black/African American" 03 = "Indian (American) (includes Eskimo; Aleut)" 06 = "Chinese" 07 = "Filipino" 12 = "Asian Indian" 16 = "Other race" 17 = "Multiple race" ; VALUE racrec_i (default=32) 1 = "White" 2 = "Black" 3 = "Other" ; VALUE hiscod_i (default=32) 1 = "Hispanic" 2 = "Non-Hispanic White" 3 = "Non-Hispanic Black" 4 = "Non-Hispanic Other" ; VALUE erimpflg (default=32) 1 = "Ethnicity/race imputed" 2 = "Ethnicity/race given by respondent/proxy" ; VALUE educ (default=32) 00 = "Never attended/ kindergarten only" 12 = "12th grade; no diploma" 13 = "HIGH SCHOOL GRADUATE" 14 = "GED or equivalent" 15 = "Some college; no degree" 16 = "AA degree: technical or vocational" 17 = "AA degree: academic program" 18 = "Bachelor's degree (BA; AB; BS; BBA)" 19 = "Master's degree (MA; MS; MEng; MEd; MBA)" 20 = "Professional degree (MD; DDS; DVM; JD)" 21 = "Doctoral degree (PhD; EdD)" 96 = "Child under 5 years old" 97 = "Refused" 98 = "Not Ascertained" 99 = "Don't know" ; VALUE ab_bl20k (default=32) 1 = "$20;000 or more" 2 = "Less than $20;000" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE rat_cat (default=32) 01 = "Under .50" 02 = ".50 to .74" 03 = ".75 to .99" 04 = "1.00 to 1.24" 05 = "1.25 to 1.49" 06 = "1.50 to 1.74" 07 = "1.75 to 1.99" 08 = "2.00 to 2.49" 09 = "2.50 to 2.99" 10 = "3.00 to 3.49" 11 = "3.50 to 3.99" 12 = "4.00 to 4.49" 13 = "4.50 to 4.99" 14 = "5.00 and over" 96 = "Undefinable" 99 = "Unknown" ; VALUE r_maritl (default=32) 0 = "Under 14 years" 1 = "Married - spouse in household" 2 = "Married - spouse not in household" 3 = "Married - spouse in household unknown" 4 = "Widowed" 5 = "Divorced" 6 = "Separated" 7 = "Never married" 8 = "Living with partner" 9 = "Unknown marital status" ; VALUE region (default=32) 1 = "Northeast" 2 = "Midwest" 3 = "South" 4 = "West" ; VALUE msasizep (default=32) 1 = "5;000;000 or more" 2 = "2;500;000 - 4;999;999" 3 = "1;000;000 - 2;499;999" 4 = "500;000 - 999;999" 5 = "250;000 - 499;999" 6 = "Under 250;000" 7 = "Non-MSA" ; VALUE proxysa (default=32) 1 = "Proxy" 2 = "Not proxy" ; VALUE hypev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hypdifv (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE 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 jaw (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE weak (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE chest (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE arm (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE breath (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahado (default=32) 1 = "Advise them to drive to the hospital" 2 = "Advise them to call their physician" 3 = "Call 9-1-1 (or another emergency number)" 4 = "Call spouse or family member" 5 = "Other" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE face (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE speaking (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE eye (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE walking (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE headache (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE acpr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE acprlo (default=32) 1 = "1 year or less" 2 = "More than 1 year; but not more than 2 years" 3 = "More than 2 years; but not more than 5 years" 4 = "More than 5 years" 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 ulcev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ulcyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cnkind1l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind3l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage3l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind4l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage4l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind5l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage5l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind6l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage6l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind7l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage7l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind8l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage8l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind9l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage9l (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1j (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1a (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1b (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1c (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1d (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1e (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1e (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1f (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1f (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1g (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1g (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1h (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1h (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind1i (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage1i (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2j (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2a (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2b (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2c (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2d (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2e (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2e (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2f (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2f (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2g (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2g (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2h (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2h (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind2i (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage2i (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind3j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE canage3j (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cnkind3a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dibev (default=32) 1 = "Yes" 2 = "No" 3 = "Borderline" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dibage (default=32) 85 = "85+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE difage2l (default=32) 00 = "Within past year" 85 = "85+ years" 96 = "1+ year(s) with diabetes and age is 85+" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE insln (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dibpill (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahayfyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sinyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cbrchyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE kidwkyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE livyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntmo (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntij (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntijln (default=32) 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE jntijlt (default=32) 1 = "Week(s)" 2 = "Month(s)" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntijlm (default=32) 00 = "Less than 1 month" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE jntyr1l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr2l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr3l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr4l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr5l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr6l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr7l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr8l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr9l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr10l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr11l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr12l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr13l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr14l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr15l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr16l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE jntyr17l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE arth (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 aemoft (default=32) 1 = "Always" 2 = "Usually" 3 = "Sometimes" 4 = "Rarely" 5 = "Never" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aemsat (default=32) 1 = "Very satisfied" 2 = "Satisfied" 3 = "Dissatisfied" 4 = "Very dissatisfied" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE happy (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 get (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE telephon (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE relative (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE relativs (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE worship (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE group (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE eat (default=32) 1 = "Yes" 2 = "No" 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 alhcln1l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt1l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly1l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr1l (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca2l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln2l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt2l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly2l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr2l (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca3l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln3l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt3l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly3l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr3l (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca4l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln4l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt4l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly4l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr4l (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca5l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln5l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt5l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly5l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr5l (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca6l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln6l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt6l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly6l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr6l (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca7l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln7l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt7l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly7l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr7l (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca8l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln8l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt8l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly8l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr8l (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca9l (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln9l (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt9l (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly9l (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr9l (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca1j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln1j (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt1j (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly1j (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr1j (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca1a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln1a (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt1a (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly1a (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr1a (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca1b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln1b (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt1b (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly1b (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr1b (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca1c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln1c (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alhclt1c (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly1c (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr1c (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca1d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln1d (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt1d (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly1d (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr1d (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca1e (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln1e (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt1e (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly1e (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr1e (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca1f (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln1f (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt1f (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly1f (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr1f (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca1g (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln1g (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt1g (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly1g (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr1g (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca1h (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln1h (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt1h (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly1h (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr1h (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca1i (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln1i (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt1i (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly1i (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr1i (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca2j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln2j (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt2j (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly2j (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr2j (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca2a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln2a (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt2a (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly2a (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr2a (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca2b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln2b (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt2b (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly2b (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr2b (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca2c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln2c (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt2c (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly2c (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr2c (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca2d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln2d (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt2d (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly2d (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr2d (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca2e (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln2e (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt2e (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly2e (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr2e (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca2f (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln2f (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt2f (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly2f (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr2f (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca2g (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln2g (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt2g (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly2g (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr2g (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca2h (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln2h (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt2h (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly2h (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr2h (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca2i (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln2i (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt2i (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly2i (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr2i (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca3j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln3j (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt3j (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly3j (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr3j (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca3a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln3a (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt3a (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly3a (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr3a (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca3b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln3b (default=32) 95 = "95+" 96 = "Since birth **" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt3b (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth *" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly3b (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr3b (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca3c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln3c (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt3c (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly3c (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr3c (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca3d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln3d (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt3d (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly3d (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr3d (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca9j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln9j (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt9j (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly9j (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr9j (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE aflhca9a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 6 = "No condition at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcln9a (default=32) 95 = "95+" 96 = "Since birth" 97 = "Refused *" 98 = "Not ascertained" 99 = "Don't know *" ; VALUE alhclt9a (default=32) 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 6 = "Since birth" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE alhcly9a (default=32) 00 = "Less than 1 year" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE alantr9a (default=32) 01 = "Less than 3 months" 02 = "3 - 5 months" 03 = "6 - 12 months" 04 = "More than 1 year" 10 = "Unknown number of days" 11 = "Unknown number of weeks" 12 = "Unknown number of months" 13 = "Unknown number of years" 99 = "Unknown time with cond/impairment" ; VALUE alcndr1l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr2l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr3l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr4l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr5l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr6l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr7l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr8l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr9l (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr1j (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr1a (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr1b (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr1c (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr1d (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr1e (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr1f (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr1g (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr1h (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr1i (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr2j (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr2a (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr2b (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr2c (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr2d (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr2e (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr2f (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr2g (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr2h (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr2i (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr3j (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr3a (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr3b (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr3c (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr3d (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr9j (default=32) 1 = "Chronic" 2 = "Not chronic" 9 = "Unknown if chronic" ; VALUE alcndr9a (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 condition causes functl lim" 9 = "Unknown 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 causing LA is chronic" ; VALUE smkev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE smkreg (default=32) 85 = "85 years or older" 96 = "Never smoked regularly" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE smknow (default=32) 1 = "Every day" 2 = "Some days" 3 = "Not at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE smkqtno (default=32) 95 = "95+" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE smkqttp (default=32) 1 = "Days" 2 = "Weeks" 3 = "Months" 4 = "Years" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE smkqty (default=32) 00 = "Less than 1 year" 70 = "70+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE smkqtd (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cigsda1l (default=32) 95 = "95+ cigarettes" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cigdamo (default=32) 00 = "None" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE cigsda2l (default=32) 95 = "95+ cigarettes" 97 = "Refused" 98 = "Not Ascertained" 99 = "Don't know" ; VALUE cigsday (default=32) 95 = "95+ cigarettes" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE smkstata (default=32) 1 = "Current" 2 = "Former" 3 = "Never" 4 = "Smoker; current status unknown" 9 = "Unknown if ever smoked" ; VALUE smkstatb (default=32) 1 = "Current every day smoker" 2 = "Current some day smoker" 3 = "Former smoker" 4 = "Never smoker" 5 = "Smoker; current status unknown" 9 = "Unknown if ever smoked" ; VALUE smkstatc (default=32) 1 = "Current every day smoker" 2 = "Current some day smoker (1+ days past mo)" 3 = "Current some day smoker (0 days past mo)" 4 = "Current some day smoker (unknown days past mo)" 5 = "Former smoker" 6 = "Never smoker" 7 = "Smoker; current status unknown" 9 = "Unknown if ever smoked" ; VALUE cigqtyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE vigno (default=32) 000 = "Never" 996 = "Unable to do this type activity" 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE vigtp (default=32) 0 = "Never" 1 = "Day" 2 = "Week" 3 = "Month" 4 = "Year" 6 = "Unable to do this activity" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE vigfreqw (default=32) 00 = "Less than once per week" 95 = "Never" 96 = "Unable to do vig activity" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE viglngno (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE viglngtp (default=32) 1 = "Minutes" 2 = "Hours" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE vigmin (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE viglongd (default=32) 1 = "Less than 20 minutes" 2 = "20 minutes or more" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE modno (default=32) 000 = "Never" 996 = "Unable to do this type activity" 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE modtp (default=32) 0 = "Never" 1 = "Day" 2 = "Week" 3 = "Month" 4 = "Year" 6 = "Unable to do this activity" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE modfreqw (default=32) 00 = "Less than once per week" 95 = "Never" 96 = "Unable to do moderate activity" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE modlngno (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE modlngtp (default=32) 1 = "Minutes" 2 = "Hours" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE modmin (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE modlongd (default=32) 1 = "Less than 20 minutes" 2 = "20 minutes or more" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE strngno (default=32) 000 = "Never" 996 = "Unable to do this type activity" 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE strngtp (default=32) 0 = "Never" 1 = "Day" 2 = "Week" 3 = "Month" 4 = "Year" 6 = "Unable to do this activity" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE strfreqw (default=32) 00 = "Less than once per week" 95 = "Never" 96 = "Unable to do strength activity" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE strtchno (default=32) 000 = "Never" 996 = "Unable to do this type activity" 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE strtchtp (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 stcfreqw (default=32) 00 = "Less than once per week" 95 = "Never" 96 = "Unable to do stretch activity" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE strchlno (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE strchltp (default=32) 1 = "Minutes" 2 = "Hours" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE strchmin (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "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 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 aqhp2l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aqhpkndb (default=32) 1 = "Doctor" 2 = "Nurse" 3 = "Nurse Practitioner" 4 = "Physician's assistant" 5 = "Chiropractor" 6 = "Other" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aqhpvi2l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahdiet (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahpa (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aalchlp (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcqsmk (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahchelp (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcmeno (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 ahcdifer (default=32) 1 = "Yes" 2 = "No" 3 = "Did not need emergency care" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcerr0a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcerr0b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcerr0c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcerr0d (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcerr0e (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcerr0f (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcerr0g (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcerr0h (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcerr0i (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcerr1j (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcerr1a (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcerr1b (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcerr1c (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcafyra (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcafyrb (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcafyrc (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcafyrd (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE adnlongb (default=32) 0 = "Never" 1 = "6 Months or less" 2 = "More than 6 mos; but not more than 1 yr ago" 3 = "More than 1 yr; but not more than 2 yrs ago" 4 = "More than 2 yrs; but not more than 5 yrs ago" 5 = "More than 5 years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcsyr1l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcsyr2l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcsyr3l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcsyr4l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcsyr5l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcsyr6l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcsyr7l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcsyr8l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcsyr9l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahcsyr1j (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahernoyb (default=32) 00 = "None" 01 = "1" 02 = "2-3" 03 = "4-5" 04 = "6-7" 05 = "8-9" 06 = "10-12" 07 = "13-15" 08 = "16 or more" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ahchyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahchmoyr (default=32) 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ahchnoyb (default=32) 01 = "1" 02 = "2-3" 03 = "4-5" 04 = "6-7" 05 = "8-9" 06 = "10-12" 07 = "13-15" 08 = "16 or more" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE ahcnoyrb (default=32) 00 = "None" 01 = "1" 02 = "2-3" 03 = "4-5" 04 = "6-7" 05 = "8-9" 06 = "10-12" 07 = "13-15" 08 = "16 or more" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE asrgyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE asrgnoyr (default=32) 95 = "95+ Times" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE amdlongr (default=32) 0 = "Never" 1 = "6 months or less" 2 = "More than 6 mos; but not more than 1 yr ago" 3 = "More than 1 yr; but not more than 2 yrs ago" 4 = "More than 2 yrs; but not more than 5 yrs ago" 5 = "More than 5 years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE shtfluyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE shtpnuyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE apox (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE apox12mo (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahep (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ahepliv (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE shthepb (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE shepdos (default=32) 1 = "Received at least 3 doses" 2 = "Received less than 3 doses" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE all_sa (default=32) 1 = "Currently working" 2 = "Retired" 3 = "Not currently working but has worked previously" 4 = "Has never worked" 9 = "Unknown" ; VALUE everwrk (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE wrkcat (default=32) 1 = "Employee of a PRIVATE company for wages" 2 = "A FEDERAL government employee" 3 = "A STATE government employee" 4 = "A LOCAL government employee" 5 = "Self-emp in OWN business/prof practice/farm" 6 = "Working WITHOUT PAY in fam business/farm" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE wrkcata (default=32) 1 = "Employee of a PRIVATE company for wages" 2 = "A FEDERAL government employee" 3 = "A STATE government employee" 4 = "A LOCAL government employee" 5 = "Self-emp in OWN business/prof practice/farm" 6 = "Working WITHOUT PAY in fam business/farm" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE businc1l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE businc1a (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE locall1l (default=32) 01 = "1-9 employees" 02 = "10-24 employees" 03 = "25-49 employees" 04 = "50-99 employees" 05 = "100-249 employees" 06 = "250-499 employees" 07 = "500-999 employees" 08 = "1000 employees or more" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE locall1a (default=32) 01 = "1-9 employees" 02 = "10-24 employees" 03 = "25-49 employees" 04 = "50-99 employees" 05 = "100-249 employees" 06 = "250-499 employees" 07 = "500-999 employees" 08 = "1000 employees or more" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE yrswrk_p (default=32) 00 = "Less than 1 year" 35 = "35 or more years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE yrswrkpa (default=32) 00 = "Less than 1 year" 35 = "35 or more years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE hourpd (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hourpda (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pdsick (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pdsicka (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE onejob (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE 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 homeless (default=32) 1 = "Yes" 2 = "No" 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" ; proc print data=library.nhis2001_samadult (obs=6); FORMAT rectype rectype. srvy_yr srvy_yr. intv_qrt intv_qrt. sex sex. age_p age_p. origin_i origin_i. origimpt origimpt. hispan_i hispan_i. hispimpt hispimpt. rcdt1p_i rcdt1p_i. rc_smp_i rc_smp_i. racerp_i racerp_i. raceimpt raceimpt. mracrp_i mracrp_i. mracbp_i mracbp_i. racrec_i racrec_i. hiscod_i hiscod_i. erimpflg erimpflg. educ educ. ab_bl20k ab_bl20k. rat_cat rat_cat. r_maritl r_maritl. region region. msasizep msasizep. proxysa proxysa. hypev hypev. hypdifv hypdifv. chdev chdev. angev angev. miev miev. hrtev hrtev. strev strev. ephev ephev. jaw jaw. weak weak. chest chest. arm arm. breath breath. ahado ahado. face face. speaking speaking. eye eye. walking walking. headache headache. acpr acpr. acprlo acprlo. aasmev aasmev. aasstill aasstill. aasmyr aasmyr. aasmeryr aasmeryr. ulcev ulcev. ulcyr ulcyr. canev canev. cnkind1 cnkind1l. canage1 canage1l. cnkind2 cnkind2l. canage2 canage2l. cnkind3 cnkind3l. canage3 canage3l. cnkind4 cnkind4l. canage4 canage4l. cnkind5 cnkind5l. canage5 canage5l. cnkind6 cnkind6l. canage6 canage6l. cnkind7 cnkind7l. canage7 canage7l. cnkind8 cnkind8l. canage8 canage8l. cnkind9 cnkind9l. canage9 canage9l. cnkind10 cnkind1j. canage10 canage1j. cnkind11 cnkind1a. canage11 canage1a. cnkind12 cnkind1b. canage12 canage1b. cnkind13 cnkind1c. canage13 canage1c. cnkind14 cnkind1d. canage14 canage1d. cnkind15 cnkind1e. canage15 canage1e. cnkind16 cnkind1f. canage16 canage1f. cnkind17 cnkind1g. canage17 canage1g. cnkind18 cnkind1h. canage18 canage1h. cnkind19 cnkind1i. canage19 canage1i. cnkind20 cnkind2j. canage20 canage2j. cnkind21 cnkind2a. canage21 canage2a. cnkind22 cnkind2b. canage22 canage2b. cnkind23 cnkind2c. canage23 canage2c. cnkind24 cnkind2d. canage24 canage2d. cnkind25 cnkind2e. canage25 canage2e. cnkind26 cnkind2f. canage26 canage2f. cnkind27 cnkind2g. canage27 canage2g. cnkind28 cnkind2h. canage28 canage2h. cnkind29 cnkind2i. canage29 canage2i. cnkind30 cnkind3j. canage30 canage3j. cnkind31 cnkind3a. dibev dibev. dibage dibage. difage2 difage2l. insln insln. dibpill dibpill. ahayfyr ahayfyr. sinyr sinyr. cbrchyr cbrchyr. kidwkyr kidwkyr. livyr livyr. jntyr jntyr. jntmo jntmo. jntij jntij. jntijln jntijln. jntijlt jntijlt. jntijlm jntijlm. jntyr1 jntyr1l. jntyr2 jntyr2l. jntyr3 jntyr3l. jntyr4 jntyr4l. jntyr5 jntyr5l. jntyr6 jntyr6l. jntyr7 jntyr7l. jntyr8 jntyr8l. jntyr9 jntyr9l. jntyr10 jntyr10l. jntyr11 jntyr11l. jntyr12 jntyr12l. jntyr13 jntyr13l. jntyr14 jntyr14l. jntyr15 jntyr15l. jntyr16 jntyr16l. jntyr17 jntyr17l. arth arth. 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. aemoft aemoft. aemsat aemsat. happy happy. get get. telephon telephon. relative relative. relativs relativs. worship worship. group group. eat eat. 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. alhcln1 alhcln1l. alhclt1 alhclt1l. alhcly1 alhcly1l. alantr1 alantr1l. aflhca2 aflhca2l. alhcln2 alhcln2l. alhclt2 alhclt2l. alhcly2 alhcly2l. alantr2 alantr2l. aflhca3 aflhca3l. alhcln3 alhcln3l. alhclt3 alhclt3l. alhcly3 alhcly3l. alantr3 alantr3l. aflhca4 aflhca4l. alhcln4 alhcln4l. alhclt4 alhclt4l. alhcly4 alhcly4l. alantr4 alantr4l. aflhca5 aflhca5l. alhcln5 alhcln5l. alhclt5 alhclt5l. alhcly5 alhcly5l. alantr5 alantr5l. aflhca6 aflhca6l. alhcln6 alhcln6l. alhclt6 alhclt6l. alhcly6 alhcly6l. alantr6 alantr6l. aflhca7 aflhca7l. alhcln7 alhcln7l. alhclt7 alhclt7l. alhcly7 alhcly7l. alantr7 alantr7l. aflhca8 aflhca8l. alhcln8 alhcln8l. alhclt8 alhclt8l. alhcly8 alhcly8l. alantr8 alantr8l. aflhca9 aflhca9l. alhcln9 alhcln9l. alhclt9 alhclt9l. alhcly9 alhcly9l. alantr9 alantr9l. aflhca10 aflhca1j. alhcln10 alhcln1j. alhclt10 alhclt1j. alhcly10 alhcly1j. alantr10 alantr1j. aflhca11 aflhca1a. alhcln11 alhcln1a. alhclt11 alhclt1a. alhcly11 alhcly1a. alantr11 alantr1a. aflhca12 aflhca1b. alhcln12 alhcln1b. alhclt12 alhclt1b. alhcly12 alhcly1b. alantr12 alantr1b. aflhca13 aflhca1c. alhcln13 alhcln1c. alhclt13 alhclt1c. alhcly13 alhcly1c. alantr13 alantr1c. aflhca14 aflhca1d. alhcln14 alhcln1d. alhclt14 alhclt1d. alhcly14 alhcly1d. alantr14 alantr1d. aflhca15 aflhca1e. alhcln15 alhcln1e. alhclt15 alhclt1e. alhcly15 alhcly1e. alantr15 alantr1e. aflhca16 aflhca1f. alhcln16 alhcln1f. alhclt16 alhclt1f. alhcly16 alhcly1f. alantr16 alantr1f. aflhca17 aflhca1g. alhcln17 alhcln1g. alhclt17 alhclt1g. alhcly17 alhcly1g. alantr17 alantr1g. aflhca18 aflhca1h. alhcln18 alhcln1h. alhclt18 alhclt1h. alhcly18 alhcly1h. alantr18 alantr1h. aflhca19 aflhca1i. alhcln19 alhcln1i. alhclt19 alhclt1i. alhcly19 alhcly1i. alantr19 alantr1i. aflhca20 aflhca2j. alhcln20 alhcln2j. alhclt20 alhclt2j. alhcly20 alhcly2j. alantr20 alantr2j. aflhca21 aflhca2a. alhcln21 alhcln2a. alhclt21 alhclt2a. alhcly21 alhcly2a. alantr21 alantr2a. aflhca22 aflhca2b. alhcln22 alhcln2b. alhclt22 alhclt2b. alhcly22 alhcly2b. alantr22 alantr2b. aflhca23 aflhca2c. alhcln23 alhcln2c. alhclt23 alhclt2c. alhcly23 alhcly2c. alantr23 alantr2c. aflhca24 aflhca2d. alhcln24 alhcln2d. alhclt24 alhclt2d. alhcly24 alhcly2d. alantr24 alantr2d. aflhca25 aflhca2e. alhcln25 alhcln2e. alhclt25 alhclt2e. alhcly25 alhcly2e. alantr25 alantr2e. aflhca26 aflhca2f. alhcln26 alhcln2f. alhclt26 alhclt2f. alhcly26 alhcly2f. alantr26 alantr2f. aflhca27 aflhca2g. alhcln27 alhcln2g. alhclt27 alhclt2g. alhcly27 alhcly2g. alantr27 alantr2g. aflhca28 aflhca2h. alhcln28 alhcln2h. alhclt28 alhclt2h. alhcly28 alhcly2h. alantr28 alantr2h. aflhca29 aflhca2i. alhcln29 alhcln2i. alhclt29 alhclt2i. alhcly29 alhcly2i. alantr29 alantr2i. aflhca30 aflhca3j. alhcln30 alhcln3j. alhclt30 alhclt3j. alhcly30 alhcly3j. alantr30 alantr3j. aflhca31 aflhca3a. alhcln31 alhcln3a. alhclt31 alhclt3a. alhcly31 alhcly3a. alantr31 alantr3a. aflhca32 aflhca3b. alhcln32 alhcln3b. alhclt32 alhclt3b. alhcly32 alhcly3b. alantr32 alantr3b. aflhca33 aflhca3c. alhcln33 alhcln3c. alhclt33 alhclt3c. alhcly33 alhcly3c. alantr33 alantr3c. aflhca34 aflhca3d. alhcln34 alhcln3d. alhclt34 alhclt3d. alhcly34 alhcly3d. alantr34 alantr3d. aflhca90 aflhca9j. alhcln90 alhcln9j. alhclt90 alhclt9j. alhcly90 alhcly9j. alantr90 alantr9j. aflhca91 aflhca9a. alhcln91 alhcln9a. alhclt91 alhclt9a. alhcly91 alhcly9a. alantr91 alantr9a. alcndr1 alcndr1l. alcndr2 alcndr2l. alcndr3 alcndr3l. alcndr4 alcndr4l. alcndr5 alcndr5l. alcndr6 alcndr6l. alcndr7 alcndr7l. alcndr8 alcndr8l. alcndr9 alcndr9l. alcndr10 alcndr1j. alcndr11 alcndr1a. alcndr12 alcndr1b. alcndr13 alcndr1c. alcndr14 alcndr1d. alcndr15 alcndr1e. alcndr16 alcndr1f. alcndr17 alcndr1g. alcndr18 alcndr1h. alcndr19 alcndr1i. alcndr20 alcndr2j. alcndr21 alcndr2a. alcndr22 alcndr2b. alcndr23 alcndr2c. alcndr24 alcndr2d. alcndr25 alcndr2e. alcndr26 alcndr2f. alcndr27 alcndr2g. alcndr28 alcndr2h. alcndr29 alcndr2i. alcndr30 alcndr3j. alcndr31 alcndr3a. alcndr32 alcndr3b. alcndr33 alcndr3c. alcndr34 alcndr3d. alcndr90 alcndr9j. alcndr91 alcndr9a. 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. strtchno strtchno. strtchtp strtchtp. stcfreqw stcfreqw. strchlno strchlno. strchltp strchltp. strchmin strchmin. 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. aheight aheight. aweightp aweightp. desirewt desirewt. bmi bmi. ausualpl ausualpl. aplkind aplkind. ahcplrou ahcplrou. ahcplknd ahcplknd. sourcela sourcela. ahcchgyr ahcchgyr. ahcchghi ahcchghi. aqhp2 aqhp2l. aqhpknd2 aqhpkndb. aqhpvi2 aqhpvi2l. ahdiet ahdiet. ahpa ahpa. aalchlp aalchlp. ahcqsmk ahcqsmk. ahchelp ahchelp. ahcmeno ahcmeno. ahcdlyr1 ahcdlyra. ahcdlyr2 ahcdlyrb. ahcdlyr3 ahcdlyrc. ahcdlyr4 ahcdlyrd. ahcdlyr5 ahcdlyre. ahcdifer ahcdifer. ahcerr01 ahcerr0a. ahcerr02 ahcerr0b. ahcerr03 ahcerr0c. ahcerr04 ahcerr0d. ahcerr05 ahcerr0e. ahcerr06 ahcerr0f. ahcerr07 ahcerr0g. ahcerr08 ahcerr0h. ahcerr09 ahcerr0i. ahcerr10 ahcerr1j. ahcerr11 ahcerr1a. ahcerr12 ahcerr1b. ahcerr13 ahcerr1c. ahcafyr1 ahcafyra. ahcafyr2 ahcafyrb. ahcafyr3 ahcafyrc. ahcafyr4 ahcafyrd. adnlong2 adnlongb. ahcsyr1 ahcsyr1l. ahcsyr2 ahcsyr2l. ahcsyr3 ahcsyr3l. ahcsyr4 ahcsyr4l. ahcsyr5 ahcsyr5l. ahcsyr6 ahcsyr6l. ahcsyr7 ahcsyr7l. ahcsyr8 ahcsyr8l. ahcsyr9 ahcsyr9l. ahcsyr10 ahcsyr1j. ahernoy2 ahernoyb. ahchyr ahchyr. ahchmoyr ahchmoyr. ahchnoy2 ahchnoyb. ahcnoyr2 ahcnoyrb. asrgyr asrgyr. asrgnoyr asrgnoyr. amdlongr amdlongr. shtfluyr shtfluyr. shtpnuyr shtpnuyr. apox apox. apox12mo apox12mo. ahep ahep. ahepliv ahepliv. shthepb shthepb. shepdos shepdos. all_sa all_sa. everwrk everwrk. wrkcat wrkcat. wrkcata wrkcata. businc1 businc1l. businc1a businc1a. locall1 locall1l. locall1a locall1a. yrswrk_p yrswrk_p. yrswrkpa yrswrkpa. hourpd hourpd. hourpda hourpda. pdsick pdsick. pdsicka pdsicka. onejob onejob. 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. homeless homeless. tbshame tbshame. ; proc contents data=library.nhis2001_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. */