infile dictionary { *This program reads the 2002 National Health Interview Survey 2002 samadult Data File *by Jean Roth Mon Jul 2 15:44:39 EDT 2007 *Please report errors to jroth@nber.org *See the .do file for directions and run with do nhis2002_samadult *NOTE: This program is distributed under the GNU GPL. *See end of this file and http://www.gnu.org/licenses/ for details. _column(1 ) byte rectype %2f "Record Type" _column(3 ) int srvy_yr %4f "Survey Year" _column(7 ) str6 hhx %6s "Household Serial Number" _column(13 ) str2 fmx %2s "Family Serial Number" _column(15 ) str2 px %2s _column(17 ) byte intv_qrt %1f "Interview Quarter" _column(18 ) byte sex %1f "Sex" _column(19 ) byte age_p %2f "Age" _column(21 ) byte origin_i %1f "Hispanic Ethnicity" _column(22 ) byte origimpt %1f "Hispanic Origin Imputation Flag" _column(23 ) byte hispan_i %2f "Hispanic subgroup detail" _column(25 ) byte hispimpt %1f "Type of Hispanic Origin Imputation Fl" _column(26 ) byte rcdt1p_i %2f "Race coded to single/multiple race gr" _column(28 ) byte rc_smp_i %2f "Race summary detail for single/multip" _column(30 ) byte racerp_i %2f "OMB groups w/multiple race" _column(32 ) byte raceimpt %1f "Race Imputation Flag" _column(33 ) byte mracrp_i %2f "Race coded to a single race group" _column(35 ) byte mracbp_i %2f "Race coded to a single race group" _column(37 ) byte racrec_i %1f "Race Recode" _column(38 ) byte hiscod_i %1f "Combined race/ethnicity recode" _column(39 ) byte erimpflg %1f "Ethnicity/Race Imputation Flag" _column(40 ) byte educ %2f "Highest level of school completed" _column(42 ) byte ab_bl20k %1f _column(43 ) byte rat_cat %2f "Ratio of fam inc to poverty threshold" _column(45 ) byte r_maritl %1f "Marital status" _column(46 ) byte fm_size %2f "Number of persons in family" _column(48 ) byte region %1f "Region" _column(49 ) long wtia_sa %6f "Weight - Interim Annual" _column(55 ) long wtfa_sa %6f "Weight - Final Annual" _column(61 ) int stratum %3f "Stratum for variance estimation" _column(64 ) byte psu %1f "PSU for variance estimation" _column(65 ) byte proxysa %1f "Response status is ......" _column(66 ) byte hypev %1f "Ever been told you had hypertension" _column(67 ) byte hypdifv %1f "Ever told had hypertension on 2+ visi" _column(68 ) byte hypyr %1f "Had hypertension; past 12 months" _column(69 ) byte chdev %1f "Ever told you had coronary heart dise" _column(70 ) byte angev %1f "Ever been told you had angina pectori" _column(71 ) byte miev %1f "Ever been told you had a heart attack" _column(72 ) byte hrtev %1f "Ever told you had a heart cond/diseas" _column(73 ) byte strev %1f "Ever been told you had a stroke" _column(74 ) byte ephev %1f "Ever been told you had emphysema" _column(75 ) byte chdyr %1f "Had coronary heart disease; past 12 m" _column(76 ) byte angyr %1f "Had angina pectoris; past 12 months" _column(77 ) byte miyr %1f "Had a heart attack; past 12 months" _column(78 ) byte hrtyr %1f "Had a heart cond/disease; past 12 mon" _column(79 ) byte stryr %1f "Had a stroke; past 12 months" _column(80 ) byte ephyr %1f "Had emphysema; past 12 months" _column(81 ) byte hchlev %1f "Ever told you had high cholesterol" _column(82 ) byte pcircev %1f "Ever told you had poor circulation" _column(83 ) byte irrhbev %1f "Ever told you had irregular heartbeat" _column(84 ) byte conhfev %1f "Ever told you had heart failure" _column(85 ) byte hchlyr %1f "Had high cholesterol; past 12 months" _column(86 ) byte pcircyr %1f "Had poor circulation; past 12 months" _column(87 ) byte irrhbyr %1f "Had irregular heartbeats; past 12 mon" _column(88 ) byte conhfyr %1f "Had heart failure; past 12 months" _column(89 ) byte aasmev %1f "Ever been told you had asthma" _column(90 ) byte aasstill %1f "Still have asthma" _column(91 ) byte aasmyr %1f "Had an asthma episode/attack; past 12" _column(92 ) byte aasmeryr %1f "Had visit to ER due to asthma; past 1" _column(93 ) int awzmswk %3f "# days missed due to asthma; past 12 " _column(96 ) byte aasmed %1f "Ever taken preventive asthma meds" _column(97 ) byte aaswmp %1f "Given an asthma management plan" _column(98 ) byte aapenvln %1f "Ever advised to change environment" _column(99 ) byte ulcev %1f "Ever been told you had an ulcer" _column(100 ) byte ulcyr %1f "Had an ulcer in past 12 months" _column(101 ) byte bowlev %1f "Ever been told you had irritable bowe" _column(102 ) byte bowlyr %1f "Had irritable bowel; past 12 months" _column(103 ) byte thyrev %1f "Ever been told you had a thyroid prob" _column(104 ) byte urinpev %1f "Ever been told you had urinary prob" _column(105 ) byte allrfev %1f "Ever told you had food/odor allergies" _column(106 ) byte allrmev %1f "Ever told you had medication allergie" _column(107 ) byte thyryr %1f "Had thyroid problems; past 12 months" _column(108 ) byte urinpyr %1f "Had urinary problems; past 12 months" _column(109 ) byte allrfyr %1f "Had food/odor allergies; past 12 mont" _column(110 ) byte allrmyr %1f "Had medication allergies; past 12 mon" _column(111 ) byte msev %1f "Ever told you had Multiple sclerosis" _column(112 ) byte parkev %1f "Ever told you had Parkinson's disease" _column(113 ) byte neuropev %1f "Ever told you had Neuropathy" _column(114 ) byte seizev %1f "Ever told you had Seizures" _column(115 ) byte insomyr %1f "Had insomnia; past 12 months" _column(116 ) byte fatigyr %1f "Had excessive sleepiness; past 12 mon" _column(117 ) byte painyr %1f "Had recurring pain; past 12 months" _column(118 ) byte anxdepyr %1f "Frequently depressed; past 12 months" _column(119 ) byte sprainyr %1f "Had severe sprains; past 12 months" _column(120 ) byte dentlpyr %1f "Had dental pain; past 12 months" _column(121 ) byte skinpyr %1f "Had skin problems; past 12 months" _column(122 ) byte canev %1f "Ever told by a doctor you had cancer" _column(123 ) byte cnkind1 %1f "What kind of cancer...bladder" _column(124 ) byte canage1 %2f "Age first diagnosed w/bladder cancer" _column(126 ) byte cnkind2 %1f "What kind of cancer...blood" _column(127 ) byte canage2 %2f "Age first diagnosed w/cancer of blood" _column(129 ) byte cnkind3 %1f "What kind of cancer...bone" _column(130 ) byte canage3 %2f "Age first diagnosed w/bone cancer" _column(132 ) byte cnkind4 %1f "What kind of cancer...brain" _column(133 ) byte canage4 %2f "Age first diagnosed w/ brain cancer" _column(135 ) byte cnkind5 %1f "What kind of cancer...breast" _column(136 ) byte canage5 %2f "Age first diagnosed w/breast cancer" _column(138 ) byte cnkind6 %1f "What kind of cancer...cervix" _column(139 ) byte canage6 %2f "Age first diagnosed w/cervical cancer" _column(141 ) byte cnkind7 %1f "What kind of cancer...colon" _column(142 ) byte canage7 %2f "Age first diagnosed w/colon cancer" _column(144 ) byte cnkind8 %1f "What kind of cancer...esophagus" _column(145 ) byte canage8 %2f "Age first diagnosed w/esophageal canc" _column(147 ) byte cnkind9 %1f "What kind of cancer...gallbladder" _column(148 ) byte canage9 %2f "Age first diagnosed w/gallbladder can" _column(150 ) byte cnkind10 %1f "What kind of cancer...kidney" _column(151 ) byte canage10 %2f "Age first diagnosed w/kidney cancer" _column(153 ) byte cnkind11 %1f "What kind of cancer...larynx-windpipe" _column(154 ) byte canage11 %2f "Age first diag w/cancer: larynx-windp" _column(156 ) byte cnkind12 %1f "What kind of cancer...leukemia" _column(157 ) byte canage12 %2f "Age first diagnosed w/leukemia" _column(159 ) byte cnkind13 %1f "What kind of cancer...liver" _column(160 ) byte canage13 %2f "Age first diagnosed w/liver cancer" _column(162 ) byte cnkind14 %1f "What kind of cancer...lung" _column(163 ) byte canage14 %2f "Age first diagnosed w/lung cancer" _column(165 ) byte cnkind15 %1f "What kind of cancer...lymphoma" _column(166 ) byte canage15 %2f "Age first diagnosed w/lymphoma" _column(168 ) byte cnkind16 %1f "What kind of cancer...melanoma" _column(169 ) byte canage16 %2f "Age first diagnosed w/melanoma" _column(171 ) byte cnkind17 %1f "What kind of cancer...mouth/tongue/li" _column(172 ) byte canage17 %2f "Age first diag w/mouth/tongue/lip can" _column(174 ) byte cnkind18 %1f "What kind of cancer...ovarian" _column(175 ) byte canage18 %2f "Age first diagnosed w/ovarian cancer" _column(177 ) byte cnkind19 %1f "What kind of cancer...pancreatic" _column(178 ) byte canage19 %2f "Age first diagnosed w/pancreatic canc" _column(180 ) byte cnkind20 %1f "What kind of cancer...prostate" _column(181 ) byte canage20 %2f "Age first diagnosed w/prostate cancer" _column(183 ) byte cnkind21 %1f "What kind of cancer...rectum" _column(184 ) byte canage21 %2f "Age first diagnosed w/cancer of rectu" _column(186 ) byte cnkind22 %1f "What kind of cancer..skin (non-melano" _column(187 ) byte canage22 %2f "Age first diag:skin cancer; non-melan" _column(189 ) byte cnkind23 %1f "What kind of cancer...skin (DK kind)" _column(190 ) byte canage23 %2f "Age first diag w/skin cancer; DK kind" _column(192 ) byte cnkind24 %1f "Type of cancer..soft tissue (muscle)" _column(193 ) byte canage24 %2f "Age first diagnosed w/soft tissue can" _column(195 ) byte cnkind25 %1f "What kind of cancer...stomach" _column(196 ) byte canage25 %2f "Age first diagnosed w/stomach cancer" _column(198 ) byte cnkind26 %1f "What kind of cancer ... testicular" _column(199 ) byte canage26 %2f "Age first diagnosed w/testicular canc" _column(201 ) byte cnkind27 %1f "What kind of cancer...throat-pharynx" _column(202 ) byte canage27 %2f "Age first diag w/throat-pharynx cance" _column(204 ) byte cnkind28 %1f "What kind of cancer...thyroid" _column(205 ) byte canage28 %2f "Age first diagnosed w/thyroid cancer" _column(207 ) byte cnkind29 %1f "What kind of cancer...uterine" _column(208 ) byte canage29 %2f "Age first diagnosed w/uterine cancer" _column(210 ) byte cnkind30 %1f "What kind of cancer...other" _column(211 ) byte canage30 %2f "Age first diagnosed w/other cancer" _column(213 ) byte cnkind31 %1f "What kind of cancer...more than 3 kin" _column(214 ) byte dibev %1f "Ever been told that you have diabetes" _column(215 ) byte dibage %2f "Age first diagnosed w/diabetes" _column(217 ) byte difage2 %2f "Years since first diagnosed w/diabete" _column(219 ) byte insln %1f "NOW taking insulin" _column(220 ) byte dibpill %1f "NOW taking diabetic pills" _column(221 ) byte ahayfyr %1f "Told that you had hay fever; past 12 " _column(222 ) byte sinyr %1f "Told that you had sinusitis; past 12 " _column(223 ) byte cbrchyr %1f "Told you had chronic bronchitis; 12 m" _column(224 ) byte kidwkyr %1f "Told you had weak/failing kidneys; 12" _column(225 ) byte livyr %1f "Told you had liver condition; past 12" _column(226 ) byte jntsymp %1f "Had pain/aching at joints; past 30 d" _column(227 ) byte jmthp1 %1f "Which joint affected...shoulder-right" _column(228 ) byte jmthp2 %1f "Which joint affected...shoulder-left" _column(229 ) byte jmthp3 %1f "Which joint affected...elbow-right" _column(230 ) byte jmthp4 %1f "Which joint affected...elbow-left" _column(231 ) byte jmthp5 %1f "Which joint affected...hip-right" _column(232 ) byte jmthp6 %1f "Which joint affected...hip-left" _column(233 ) byte jmthp7 %1f "Which joint affected...wrist-right" _column(234 ) byte jmthp8 %1f "Which joint affected...wrist-left" _column(235 ) byte jmthp9 %1f "Which joint affected...knee-right" _column(236 ) byte jmthp10 %1f "Which joint affected...knee-left" _column(237 ) byte jmthp11 %1f "Which joint affected...ankle-right" _column(238 ) byte jmthp12 %1f "Which joint affected...ankle-left" _column(239 ) byte jmthp13 %1f "Which joint affected...toes-right" _column(240 ) byte jmthp14 %1f "Which joint affected...toes-left" _column(241 ) byte jmthp15 %1f "Which jnt affected..fingers/thumb-rig" _column(242 ) byte jmthp16 %1f "Which jnt affected..fingers/thumb-lef" _column(243 ) byte jmthp17 %1f "Which joint affected...other; not lis" _column(244 ) byte jntpn %2f "Rate your joint pain; past 30 days" _column(246 ) byte jntchr %1f "Joint symp began 3+ months ago" _column(247 ) byte jnthp %1f "Ever seen a dr. for joint symptoms" _column(248 ) byte arth1 %1f "Ever told you had arthritis; gout; lu" _column(249 ) byte arthwt %1f "Ever told to lose weight to help arth" _column(250 ) byte arthph %1f "Ever told to exercise to help arthrit" _column(251 ) byte arthcls %1f "Ever taken a class to help arthritis" _column(252 ) byte arthlmt %1f "Limited in activities due to arthriti" _column(253 ) byte arthwrk %1f "Limited in work due to arthritis" _column(254 ) byte paineck %1f "Had neck pain; past 3 months" _column(255 ) byte painlb %1f "Had low back pain; past 3 months" _column(256 ) byte painleg %1f "Pain spread down leg/below knees" _column(257 ) byte painface %1f "Had pain in jaw/front of ear; past 3 " _column(258 ) byte amigr %1f "Had severe headache/migraine; past 3 " _column(259 ) byte acold2w %1f "Had a head/chest cold past 2 weeks" _column(260 ) byte aintil2w %1f "Had stomach prob w/vomit/diarrhea; 2 " _column(261 ) byte pregnow %1f "Currently pregnant" _column(262 ) byte mensyr %1f "Had menstrual prob; past 12 months" _column(263 ) byte menoyr %1f "Had menopausal prob; past 12 months" _column(264 ) byte gynyr %1f "Had gynecologic prob; past 12 months" _column(265 ) byte prostyr %1f "Had prostate prob; past 12 months" _column(266 ) byte hearaid %1f "Had ever worn a hearing aid" _column(267 ) byte hearfreq %1f "How often do you wear hearing aid" _column(268 ) byte ahearst %1f "Description of hearing w/o hearing ai" _column(269 ) byte hearage %2f "Age of hearing loss" _column(271 ) byte hearcaus %2f "Cause of hearing loss*" _column(273 ) byte avision %1f "Trouble seeing even w/glasses/lenses" _column(274 ) byte ablind %1f "Blind or unable to see at all" _column(275 ) byte dibrev %1f "Ever told you had diabetic retinopath" _column(276 ) byte catarev %1f "Ever told you had cataracts" _column(277 ) byte glaucev %1f "Ever told you had Glaucoma" _column(278 ) byte macdev %1f "Ever told you had Macular degeneratio" _column(279 ) byte dibryr %1f "Had diabetic retinopathy; past 12 mon" _column(280 ) byte cataryr %1f "Had cataracts; past 12 months" _column(281 ) byte glaucyr %1f "Had glaucoma; past 12 months" _column(282 ) byte macdyr %1f "Had macular degeneration; past 12 mon" _column(283 ) byte avisreh %1f "Use any vision rehab services" _column(284 ) byte avisdev %1f "Use any adaptive devices" _column(285 ) byte avdfnws %1f "How difficult to read due to eyesight" _column(286 ) byte avdfcls %1f "How diff seeing up close b/c of eyesi" _column(287 ) byte avdfnit %1f "How diff to step down at night b/c si" _column(288 ) byte avdfdrv %1f "How diff daytime driving b/c sight" _column(289 ) byte avdfper %1f "How diff noticing objects b/c of sigh" _column(290 ) byte avdfcrd %1f "How diff to find shelved obj b/c of s" _column(291 ) byte aviswrin %1f "Ever had eye injury at work" _column(292 ) byte avisexam %1f "Last eye exam w/ pupils dilated" _column(293 ) byte avisact %1f "Engage in acts that can cause eye inj" _column(294 ) byte avisprot %1f "How often do you wear eye protection" _column(295 ) byte lupprt %1f "Lost all upper & lower natural teeth" _column(296 ) byte sad %1f "So sad nothing cheers you up; past 30" _column(297 ) byte nervous %1f "How often felt nervous; past 30 days" _column(298 ) byte restless %1f "How often restless/fidgety; past 30 d" _column(299 ) byte hopeless %1f "How often felt hopeless; past 30 days" _column(300 ) byte effort %1f "Felt everything was an effort; past 3" _column(301 ) byte worthls %1f "How often felt worthless; past 30 day" _column(302 ) byte mhamtmo %1f "Feelings interfered w/life; past 30 d" _column(303 ) byte wrklyr3 %1f "Work status: last week; past 12 m" _column(304 ) int wkdayr %3f "Number of work loss days; past 12 mon" _column(307 ) int beddayr %3f "Number of bed days; past 12 months" _column(310 ) byte ahstatyr %1f "Hlth better/worse/same; comp w/12m ag" _column(311 ) byte speceq %1f "Have hlth prob that requires spec equ" _column(312 ) byte flwalk %1f "How dif walk 1/4 mile w/o spec equip" _column(313 ) byte flclimb %1f "How dif walk up 10 steps w/o spec equ" _column(314 ) byte flstand %1f "How dif stand for 2 hrs w/o spec equi" _column(315 ) byte flsit %1f "How dif sit for 2 hrs w/o spec equip" _column(316 ) byte flstoop %1f "How dif stoop/bend/kneel w/o spec equ" _column(317 ) byte flreach %1f "How dif reach over head w/o spec equi" _column(318 ) byte flgrasp %1f "How dif grasp objects w/o spec equip" _column(319 ) byte flcarry %1f "How dif lift/carry 10 lbs w/o spec eq" _column(320 ) byte flpush %1f "How dif push large object w/o spec eq" _column(321 ) byte flshop %1f "How dif go out to events w/o spec equ" _column(322 ) byte flsocl %1f "How dif social activities w/o spec eq" _column(323 ) byte flrelax %1f "How dif do acts to relax w/o spec equ" _column(324 ) byte fla1ar %1f "Any functional limitation; all conds" _column(325 ) byte aflhca1 %1f "Vision problem" _column(326 ) byte aflhca2 %1f "Hearing problem" _column(327 ) byte aflhca3 %1f "Arthritis/rheumatism" _column(328 ) byte aflhca4 %1f "Back/neck problem" _column(329 ) byte aflhca5 %1f "Fracture/bone/joint injury" _column(330 ) byte aflhca6 %1f "Other injury" _column(331 ) byte aflhca7 %1f "Heart problem" _column(332 ) byte aflhca8 %1f "Stroke problem" _column(333 ) byte aflhca9 %1f "Hypertension/high blood pressure" _column(334 ) byte aflhca10 %1f "Diabetes" _column(335 ) byte aflhca11 %1f "Lung/breathing prob/asthma/emphysema" _column(336 ) byte aflhca12 %1f "Cancer" _column(337 ) byte aflhca13 %1f "Birth defect" _column(338 ) byte aflhca14 %1f "Mental retardation" _column(339 ) byte aflhca15 %1f "Otr developmental prob/cerebral palsy" _column(340 ) byte aflhca16 %1f "Senility/dementia/alzheimers" _column(341 ) byte aflhca17 %1f "Depression/anxiety/emotional problem" _column(342 ) byte aflhca18 %1f "Weight problem/overweight/obesity" _column(343 ) byte aflhca19 %1f "Missing or amputated limb/finger/digi" _column(344 ) byte aflhca20 %1f "Musculoskeletal/connective tissue pro" _column(345 ) byte aflhca21 %1f "Circulation problem" _column(346 ) byte aflhca22 %1f "Endocrine/nutritional/metabolic prob" _column(347 ) byte aflhca23 %1f "Nervous system/sensory organ conditio" _column(348 ) byte aflhca24 %1f "Digestive system problem" _column(349 ) byte aflhca25 %1f "Genitourinary system problem" _column(350 ) byte aflhca26 %1f "Skin/subcutaneous system problem" _column(351 ) byte aflhca27 %1f "Blood or blood-forming organ problem" _column(352 ) byte aflhca28 %1f "Benign tumor/cyst" _column(353 ) byte aflhca29 %1f "Alcohol/drug/substance abuse problem" _column(354 ) byte aflhca30 %1f "Otr mental prob/ADD/bipolar/schizophr" _column(355 ) byte aflhca31 %1f "Surgical after-effects/medical treatm" _column(356 ) byte aflhca32 %1f "'Old age'/elderly/aging-related probl" _column(357 ) byte aflhca33 %1f "Fatigue/tiredness/weakness" _column(358 ) byte aflhca34 %1f "Pregnancy-related problem" _column(359 ) byte aflhca90 %1f "Other prob 1; not elsewhere classifie" _column(360 ) byte aflhca91 %1f "Other prob 2; not elsewhere classifie" _column(361 ) byte altime1 %2f "Duration of vision prob: # of units" _column(363 ) byte alunit1 %1f "Duration of vision prob: Time unit" _column(364 ) byte aldura1 %2f "Duration of vision prob (in years)" _column(366 ) byte aldurb1 %1f "Duration of vision prob recode 2" _column(367 ) byte alchrc1 %1f "Vision problem condition status" _column(368 ) byte altime2 %2f "Duration of hearing prob: # of units" _column(370 ) byte alunit2 %1f "Duration of hearing prob: Time unit" _column(371 ) byte aldura2 %2f "Duration of hearing prob (in years)" _column(373 ) byte aldurb2 %1f "Duration of hearing prob recode 2" _column(374 ) byte alchrc2 %1f "hearing problem condition status" _column(375 ) byte altime3 %2f "Duration of arthritis/rheum: # of uni" _column(377 ) byte alunit3 %1f "Duration of arthritis/rheum: Time uni" _column(378 ) byte aldura3 %2f "Duration of arthritis/rheum (in years" _column(380 ) byte aldurb3 %1f "Duration of arthritis/rheum recode 2" _column(381 ) byte alchrc3 %1f "Arthritis/rheum condition status" _column(382 ) byte altime4 %2f "Duration of back/neck prob: # of unit" _column(384 ) byte alunit4 %1f "Duration of back/neck prob: Time unit" _column(385 ) byte aldura4 %2f "Duration of back/neck prob (in years)" _column(387 ) byte aldurb4 %1f "Duration of back/neck prob recode 2" _column(388 ) byte alchrc4 %1f "Back/neck problem condition status" _column(389 ) byte altime5 %2f "Dur of fract/bone/joint inj: # of uni" _column(391 ) byte alunit5 %1f "Dur of fract/bone/joint inj: Time uni" _column(392 ) byte aldura5 %2f "Dur of fract/bone/joint inj (in years" _column(394 ) byte aldurb5 %1f "Dur of fract/bone/joint inj recode 2" _column(395 ) byte alchrc5 %1f "Fract/bone/joint inj condition status" _column(396 ) byte altime6 %2f "Duration of other injury: # of units" _column(398 ) byte alunit6 %1f "Duration of other injury: Time unit" _column(399 ) byte aldura6 %2f "Duration of other injury (in years)" _column(401 ) byte aldurb6 %1f "Duration of other injury recode 2" _column(402 ) byte alchrc6 %1f "Other injury condition status" _column(403 ) byte altime7 %2f "Duration of heart prob: # of units" _column(405 ) byte alunit7 %1f "Duration of heart prob: Time unit" _column(406 ) byte aldura7 %2f "Duration of heart prob (in years)" _column(408 ) byte aldurb7 %1f "Duration of heart prob recode 2" _column(409 ) byte alchrc7 %1f "Heart problem condition status" _column(410 ) byte altime8 %2f "Duration of stroke: # of units" _column(412 ) byte alunit8 %1f "Duration of stroke: Time unit" _column(413 ) byte aldura8 %2f "Duration of stroke (in years)" _column(415 ) byte aldurb8 %1f "Duration of stroke recode 2" _column(416 ) byte alchrc8 %1f "Stroke condition status" _column(417 ) byte altime9 %2f "Duration of hypertension: # of units" _column(419 ) byte alunit9 %1f "Duration of hypertension: Time unit" _column(420 ) byte aldura9 %2f "Duration of hypertension (in years)" _column(422 ) byte aldurb9 %1f "Duration of hypertension recode 2" _column(423 ) byte alchrc9 %1f "Hypertension condition status" _column(424 ) byte altime10 %2f "Duration of diabetes: # of units" _column(426 ) byte alunit10 %1f "Duration of diabetes: Time unit" _column(427 ) byte aldura10 %2f "Duration of diabetes (in years)" _column(429 ) byte aldurb10 %1f "Duration of diabetes recode 2" _column(430 ) byte alchrc10 %1f "Diabetes condition status" _column(431 ) byte altime11 %2f "Duration of lung/breath prob: # of un" _column(433 ) byte alunit11 %1f "Duration of lung/breath prob: Time un" _column(434 ) byte aldura11 %2f "Duration of lung/breath prob (in year" _column(436 ) byte aldurb11 %1f "Duration of lung/breath prob recode 2" _column(437 ) byte alchrc11 %1f "Lung/breath prob condition status" _column(438 ) byte altime12 %2f "Duration of cancer: # of units" _column(440 ) byte alunit12 %1f "Duration of cancer: Time unit" _column(441 ) byte aldura12 %2f "Duration of cancer (in years)" _column(443 ) byte aldurb12 %1f "Duration of cancer recode 2" _column(444 ) byte alchrc12 %1f "Cancer condition status" _column(445 ) byte altime13 %2f "Duration of birth defect: # of units" _column(447 ) byte alunit13 %1f "Duration of birth defect: Time unit" _column(448 ) byte aldura13 %2f "Duration of birth defect (in years)" _column(450 ) byte aldurb13 %1f "Duration of birth defect recode 2" _column(451 ) byte alchrc13 %1f "Birth defect condition status" _column(452 ) byte altime14 %2f "Dur of mental retardation: # of units" _column(454 ) byte alunit14 %1f "Dur of mental retardation: Time unit" _column(455 ) byte aldura14 %2f "Dur of mental retardation (in years)" _column(457 ) byte aldurb14 %1f "Duration of mental retardation recode" _column(458 ) byte alchrc14 %1f "Mental retardation condition status" _column(459 ) byte altime15 %2f "Duration of otr dev prob: # of units" _column(461 ) byte alunit15 %1f "Duration of otr dev prob: Time unit" _column(462 ) byte aldura15 %2f "Duration of otr dev prob (in years)" _column(464 ) byte aldurb15 %1f "Duration of otr dev prob recode 2" _column(465 ) byte alchrc15 %1f "Otr dev problem condition status" _column(466 ) byte altime16 %2f "Duration of senility: # of units" _column(468 ) byte alunit16 %1f "Duration of senility: Time unit" _column(469 ) byte aldura16 %2f "Duration of senility (in years)" _column(471 ) byte aldurb16 %1f "Duration of senility recode 2" _column(472 ) byte alchrc16 %1f "Senility condition status" _column(473 ) byte altime17 %2f "Dur of dep/anx/emot prob: # of units" _column(475 ) byte alunit17 %1f "Duration of dep/anx/emot prob: Time u" _column(476 ) byte aldura17 %2f "Duration of dep/anx/emot prob (in yea" _column(478 ) byte aldurb17 %1f "Duration of dep/anx/emot prob recode " _column(479 ) byte alchrc17 %1f "Dep/anx/emot problem condition status" _column(480 ) byte altime18 %2f "Duration of weight prob: # of units" _column(482 ) byte alunit18 %1f "Duration of weight prob: Time unit" _column(483 ) byte aldura18 %2f "Duration of weight prob (in years)" _column(485 ) byte aldurb18 %1f "Duration of weight prob recode 2" _column(486 ) byte alchrc18 %1f "Weight problem condition status" _column(487 ) byte altime19 %2f "Dur of miss limb/amputation: # of uni" _column(489 ) byte alunit19 %1f "Dur of miss limb/amputation: Time uni" _column(490 ) byte aldura19 %2f "Dur of miss limb/amputation (in years" _column(492 ) byte aldurb19 %1f "Dur of miss limb/amputation recode 2" _column(493 ) byte alchrc19 %1f "Missing limb/amputation condition sta" _column(494 ) byte altime20 %2f "Dur of musculoskeletal prob: # of uni" _column(496 ) byte alunit20 %1f "Dur of musculoskeletal prob: Time uni" _column(497 ) byte aldura20 %2f "Dur of musculoskeletal prob: (in year" _column(499 ) byte aldurb20 %1f "Dur of musculoskeletal prob recode 2" _column(500 ) byte alchrc20 %1f "Musculoskeletal problem condition sta" _column(501 ) byte altime21 %2f "Duration of circulatory prob: # of un" _column(503 ) byte alunit21 %1f "Duration of circulatory prob: Time un" _column(504 ) byte aldura21 %2f "Duration of circulatory prob (in year" _column(506 ) byte aldurb21 %1f "Duration of circulatory prob recode 2" _column(507 ) byte alchrc21 %1f "Circulatory problem condition status" _column(508 ) byte altime22 %2f "Duration of endocrine prob: # of unit" _column(510 ) byte alunit22 %1f "Duration of endocrine problem: Time u" _column(511 ) byte aldura22 %2f "Duration of endocrine problem (in yea" _column(513 ) byte aldurb22 %1f "Duration of endocrine problem recode " _column(514 ) byte alchrc22 %1f "Endocrine problem condition status" _column(515 ) byte altime23 %2f "Duration of nervous sys cond: # of un" _column(517 ) byte alunit23 %1f "Duration of nervous sys cond: Time un" _column(518 ) byte aldura23 %2f "Duration of nervous sys cond (in year" _column(520 ) byte aldurb23 %1f "Duration of nervous sys cond recode 2" _column(521 ) byte alchrc23 %1f "Nervous sys condition status" _column(522 ) byte altime24 %2f "Duration of digestive prob: # of unit" _column(524 ) byte alunit24 %1f "Duration of digestive prob: Time unit" _column(525 ) byte aldura24 %2f "Duration of digestive prob (in years)" _column(527 ) byte aldurb24 %1f "Duration of digestive problem recode " _column(528 ) byte alchrc24 %1f "Digestive problem condition status" _column(529 ) byte altime25 %2f "Dur of genitourinary prob: # of units" _column(531 ) byte alunit25 %1f "Dur of genitourinary prob: Time unit" _column(532 ) byte aldura25 %2f "Dur of genitourinary prob (in years)" _column(534 ) byte aldurb25 %1f "Duration of genitourinary prob recode" _column(535 ) byte alchrc25 %1f "Genitourinary prob condition status" _column(536 ) byte altime26 %2f "Duration of skin problem: # of units" _column(538 ) byte alunit26 %1f "Duration of skin problem: Time unit" _column(539 ) byte aldura26 %2f "Duration of skin problem (in years)" _column(541 ) byte aldurb26 %1f "Duration of skin problem recode 2" _column(542 ) byte alchrc26 %1f "Skin problem condition status" _column(543 ) byte altime27 %2f "Duration of blood problem: # of units" _column(545 ) byte alunit27 %1f "Duration of blood problem: Time unit" _column(546 ) byte aldura27 %2f "Duration of blood problem (in years)" _column(548 ) byte aldurb27 %1f "Duration of blood problem recode 2" _column(549 ) byte alchrc27 %1f "Blood problem condition status" _column(550 ) byte altime28 %2f "Duration of benign tumor: # of units" _column(552 ) byte alunit28 %1f "Duration of benign tumor: Time unit" _column(553 ) byte aldura28 %2f "Duration of benign tumor (in years)" _column(555 ) byte aldurb28 %1f "Duration of benign tumor recode 2" _column(556 ) byte alchrc28 %1f "Benign tumor condition status" _column(557 ) byte altime29 %2f "Dur of alcohol/drug prob: # of units" _column(559 ) byte alunit29 %1f "Duration of alcohol/drug prob: Time u" _column(560 ) byte aldura29 %2f "Duration of alcohol/drug prob (in yea" _column(562 ) byte aldurb29 %1f "Duration of alcohol/drug prob recode " _column(563 ) byte alchrc29 %1f "Alcohol or drug prob condition status" _column(564 ) byte altime30 %2f "Duration of oth mental prob: # of uni" _column(566 ) byte alunit30 %1f "Duration of oth mental prob: Time uni" _column(567 ) byte aldura30 %2f "Duration of oth mental prob (in years" _column(569 ) byte aldurb30 %1f "Duration of oth mental prob recode 2" _column(570 ) byte alchrc30 %1f "Oth mental prob condition status" _column(571 ) byte altime31 %2f "Dur of surg after-effects: # of units" _column(573 ) byte alunit31 %1f "Dur of surg after-effects: Time unit" _column(574 ) byte aldura31 %2f "Dur of surg after-effects (in years)" _column(576 ) byte aldurb31 %1f "Duration of surg after-effects recode" _column(577 ) byte alchrc31 %1f "Surgical after-effects condition stat" _column(578 ) byte altime32 %2f "Duration of 'old age': # of units" _column(580 ) byte alunit32 %1f "Duration of 'old age': Time unit" _column(581 ) byte aldura32 %2f "Duration of 'old age' (in years)" _column(583 ) byte aldurb32 %1f "Duration of 'old age' recode 2" _column(584 ) byte alchrc32 %1f "'Old age' condition status" _column(585 ) byte altime33 %2f "Duration of fatigue prob: # of units" _column(587 ) byte alunit33 %1f "Duration of fatigue prob: Time unit" _column(588 ) byte aldura33 %2f "Duration of fatigue prob (in years)" _column(590 ) byte aldurb33 %1f "Duration of fatigue prob recode 2" _column(591 ) byte alchrc33 %1f "Fatigue problem condition status" _column(592 ) byte altime34 %2f "Dur of preg-related prob: # of units" _column(594 ) byte alunit34 %1f "Duration of preg-related prob: Time u" _column(595 ) byte aldura34 %2f "Duration of preg-related prob (in yea" _column(597 ) byte aldurb34 %1f "Duration of preg-related prob recode " _column(598 ) byte alchrc34 %1f "Pregnancy-related prob condition stat" _column(599 ) byte altime90 %2f "Dur of oth N.E.C. prob (1): # of unit" _column(601 ) byte alunit90 %1f "Dur of oth N.E.C. prob (1): Time unit" _column(602 ) byte aldura90 %2f "Dur of oth N.E.C. prob (1) (in years)" _column(604 ) byte aldurb90 %1f "Dur of oth N.E.C. prob (1) recode 2" _column(605 ) byte alchrc90 %1f "Other N.E.C. prob (1) condition statu" _column(606 ) byte altime91 %2f "Dur of oth N.E.C. prob (2): # of unit" _column(608 ) byte alunit91 %1f "Dur of oth N.E.C. prob (2): Time unit" _column(609 ) byte aldura91 %2f "Dur of oth N.E.C. prob (2) (in years)" _column(611 ) byte aldurb91 %1f "Dur of oth N.E.C. prob (2) recode 2" _column(612 ) byte alchrc91 %1f "Other N.E.C. prob (2) condition statu" _column(613 ) byte alcndrt %1f "Chronic cond rec for ind w/functl lim" _column(614 ) byte alchronr %1f "Overall functl lim recode by cond sta" _column(615 ) byte smkev %1f "Ever smoked 100 cigarettes" _column(616 ) byte smkreg %2f "Age first smoked fairly regularly" _column(618 ) byte smknow %1f "Smoke freq: every day/some days/not a" _column(619 ) byte smkqtno %2f "Time since quit smoking: # of units" _column(621 ) byte smkqttp %1f "Time since quit smoking: Time unit" _column(622 ) byte smkqty %2f "Time since quit smoking (in years)" _column(624 ) byte smkqtd %1f "Quit smoking since {month; 1 year ago" _column(625 ) byte cigsda1 %2f "Number cigs per day (daily smokers)" _column(627 ) byte cigdamo %2f "Number days smoked in past 30 days" _column(629 ) byte cigsda2 %2f "Number cigs in a day (some day smoker" _column(631 ) byte cigsday %2f "Number cigs a day (all smokers)" _column(633 ) byte smkstat1 %1f "Smoking Status: Recode 1" _column(634 ) byte smkstat2 %1f "Smoking Status: Recode 2" _column(635 ) byte smkstat3 %1f "Smoking Status: Recode 3" _column(636 ) byte cigqtyr %1f "Tried quit smoking 1+ days; past 12 m" _column(637 ) int vigno %3f "Freq vigorous activity: # of units" _column(640 ) byte vigtp %1f "Freq vigorous activity: Time units" _column(641 ) byte vigfreqw %2f "Freq vigorous activity (times per wk)" _column(643 ) int viglngno %3f "Duration vig activity: # of units" _column(646 ) byte viglngtp %1f "Duration vigorous activity: Time unit" _column(647 ) int vigmin %3f "Duration vigorous activity (in minute" _column(650 ) byte viglongd %1f "Dur of vigorous activity: <20 or 20+ " _column(651 ) int modno %3f "Freq light/mod activity: # of units" _column(654 ) byte modtp %1f "Freq light/mod activity: Time units" _column(655 ) byte modfreqw %2f "Freq light/mod activity (times per wk" _column(657 ) int modlngno %3f "Duration light/mod activity: # of uni" _column(660 ) byte modlngtp %1f "Duration light/mod activity: Time uni" _column(661 ) int modmin %3f "Duration light/mod activity (in minut" _column(664 ) byte modlongd %1f "Dur of lite/mod activity: <20 or 20+ " _column(665 ) int strngno %3f "Freq strengthening activity: # of uni" _column(668 ) byte strngtp %1f "Freq strengthening activity: Time uni" _column(669 ) byte strfreqw %2f "Freq strength activity (times per wk)" _column(671 ) byte alc1yr %1f "Ever had 12+ drinks in any one year" _column(672 ) byte alclife %1f "Had 12+ drinks in ENTIRE LIFE" _column(673 ) int alc12mno %3f "Freq drank alcohol past year: # of un" _column(676 ) byte alc12mtp %1f "Freq drank alcohol past year: Time un" _column(677 ) byte alc12mmo %2f "Freq drank alcohol: Days per month" _column(679 ) byte alc12mwk %2f "Freq drank alcohol: Days per week" _column(681 ) int alc12myr %3f "Freq drank alcohol: Days in past year" _column(684 ) byte alcamt %2f "Average # drinks on days drank" _column(686 ) int alc5upno %3f "Days had 5+ drinks; past year: # of d" _column(689 ) byte alc5uptp %1f "Days had 5+ drinks past year: Time un" _column(690 ) int alc5upyr %3f "Number of days had 5+ drinks past yea" _column(693 ) byte alcstat1 %1f "Alcohol Drinking Status: Recode" _column(694 ) byte alc7stat %1f "Current alcohol drinking status: Reco" _column(695 ) byte met_flg1 %1f "Flag: Metric units reported for heigh" _column(696 ) byte met_flg2 %1f "Flag: Metric units reported for weigh" _column(697 ) byte aheight %2f "Total height in inches" _column(699 ) int aweightp %3f "Weight w/o shoes (pounds)" _column(702 ) byte desirewt %1f "Desirable Body Weight" _column(703 ) int bmi %4f "Body Mass Index (BMI)" _column(707 ) byte ausualpl %1f "Place USUALLY go when sick" _column(708 ) byte aplkind %1f "Place to go when sick (most often)" _column(709 ) byte ahcplrou %1f "USUALLY go there for routine/prev car" _column(710 ) byte ahcplknd %1f "Place usually go for routine prev car" _column(711 ) byte sourcela %2f "Source of medical care recode" _column(713 ) byte ahcchgyr %1f "Change health care place; past 12 mo" _column(714 ) byte ahcchghi %1f "Change due to hlth insurance" _column(715 ) byte ahcdlyr1 %1f "Couldn't get through on phone; past 1" _column(716 ) byte ahcdlyr2 %1f "Couldn't get appt soon enough; past 1" _column(717 ) byte ahcdlyr3 %1f "Wait too long in dr's office; past 12" _column(718 ) byte ahcdlyr4 %1f "Not open when you could go; past 12 m" _column(719 ) byte ahcdlyr5 %1f "No transportation; past 12 mo" _column(720 ) byte ahcafyr1 %1f "Can't afford presc medicine; past 12 " _column(721 ) byte ahcafyr2 %1f "Can't afford mental care/counsel; 12 " _column(722 ) byte ahcafyr3 %1f "Can't afford dental care; past 12 mo" _column(723 ) byte ahcafyr4 %1f "Can't afford eyeglasses; past 12 mo" _column(724 ) byte adnlong2 %1f "Time since last saw a dentist" _column(725 ) byte ahcsyr1 %1f "Seen/talk to mental hlth prof; past 1" _column(726 ) byte ahcsyr2 %1f "Seen/talk to eye doctor; past 12 mo" _column(727 ) byte ahcsyr3 %1f "Seen/talk to foot doctor; past 12 mo" _column(728 ) byte ahcsyr4 %1f "Seen/talk to a chiropractor; past 12 " _column(729 ) byte ahcsyr5 %1f "Seen/talk to therapist (PT/OT) past 1" _column(730 ) byte ahcsyr6 %1f "Seen/talk to a NP/PA/midwife; past 12" _column(731 ) byte ahcsyr7 %1f "Seen/talk to OB/GYN; past 12 mo" _column(732 ) byte ahcsyr8 %1f "Seen/talk to a med specialist; past 1" _column(733 ) byte ahcsyr9 %1f "Seen/talk to a general doctor; past 1" _column(734 ) byte ahcsyr10 %1f "Does that Dr treat both kids and adul" _column(735 ) byte ahernoy2 %2f "# times in ER/ED; past 12 mo" _column(737 ) byte ahchyr %1f "Get home care from hlth prof; past 12" _column(738 ) byte ahchmoyr %2f "How many months of home care; past 12" _column(740 ) byte ahchnoy2 %2f "Total number of home visits" _column(742 ) byte ahcnoyr2 %2f "Total number of office visits; past 1" _column(744 ) byte asrgyr %1f "Had surgery in the past 12 mo" _column(745 ) byte asrgnoyr %2f "Total # of surgeries in the past 12 m" _column(747 ) byte amdlongr %1f "Time since last saw/talked to hlth pr" _column(748 ) byte shtfluyr %1f "Had flu shot past 12 mo" _column(749 ) byte shtpnuyr %1f "Ever had pneumonia shot" _column(750 ) byte apox %1f "Ever had chickenpox" _column(751 ) byte apox12mo %1f "Had chickenpox; past 12 mo" _column(752 ) byte ahep %1f "Ever had hepatitis" _column(753 ) byte ahepliv %1f "Ever lived w/ someone w/ hepatitis" _column(754 ) byte shthepb %1f "Ever received hepatitis B vaccine" _column(755 ) byte shepdos %1f "# doses of hepatitis B vaccine receiv" _column(756 ) byte all_sa %1f "Employment status" _column(757 ) byte everwrk %1f "Ever worked" _column(758 ) byte indstry1 %2f "Detailed industry classification" _column(760 ) byte indstry2 %2f "Simple industry classification" _column(762 ) byte indstr1a %2f "Detailed industry classification" _column(764 ) byte indstr2a %2f "Simple industry classification" _column(766 ) byte occup1 %2f "Detailed occupation classification" _column(768 ) byte occup2 %2f "Simple occupation classification" _column(770 ) byte occup1a %2f "Detailed occupation classification" _column(772 ) byte occup2a %2f "Simple occupation classification" _column(774 ) byte wrkcat %1f "Class of worker" _column(775 ) byte wrkcata %1f "Class of worker" _column(776 ) byte businc1 %1f "Current job an incorporated business" _column(777 ) byte businc1a %1f "Current/last/longest-held job inc bus" _column(778 ) byte locall1 %2f "Number of employees at work" _column(780 ) byte locall1a %2f "Number of employees at work" _column(782 ) byte yrswrk_p %2f "Years on the job" _column(784 ) byte yrswrkpa %2f "Years on the job" _column(786 ) byte hourpd %1f "Paid by the hour at current job" _column(787 ) byte hourpda %1f "Paid by hr at current/most recent job" _column(788 ) byte pdsick %1f "Paid sick leave at current job" _column(789 ) byte pdsicka %1f "Paid sick leave current/most recent j" _column(790 ) byte onejob %1f "Have more than one job" _column(791 ) byte home50 %1f "Home built before 1950?" _column(792 ) byte leadpnt %1f "Paint tested for lead" _column(793 ) byte bldgv %1f "Donated blood since March 1985" _column(794 ) byte bldg12m %1f "Donated blood past 12 m" _column(795 ) byte hivtst %1f "Ever been tested for HIV?" _column(796 ) byte whytst_r %2f "Reason why you have not been tested?" _column(798 ) byte tst12m_m %2f "Month of last test for HIV" _column(800 ) int tst12m_y %4f "Year of last test for HIV" _column(804 ) byte timetst %1f "Was it:" _column(805 ) int tsttyr %3f "# times tested for HIV; past 12m" _column(808 ) byte reatst_c %2f "Main reason for last HIV test" _column(810 ) byte reaswhor %1f "Who suggested you should be tested" _column(811 ) byte lastst_c %2f "Location of last HIV test" _column(813 ) byte clntyp_c %2f "Type of clinic for last HIV test" _column(815 ) byte whoadm %1f "Who administered the test?" _column(816 ) byte givnam %1f "Gave your first and last names?" _column(817 ) byte extst12m %1f "HIV test in the next 12 m" _column(818 ) byte chnsadsp %1f "Chances of getting AIDS virus" _column(819 ) byte stmtru %1f "Are any of these statements true" _column(820 ) byte std %1f "Had an STD otr than HIV/AIDS; past 5 " _column(821 ) byte stddoc %1f "Saw a doctor or health professional" _column(822 ) byte stdwher %1f "Place where checked" _column(823 ) byte tbhrd %1f "Ever heard of tuberculosis" _column(824 ) byte tbknow %1f "Ever personally known anyone who had " _column(825 ) byte tb %1f _column(826 ) byte tbsprd1 %1f "Breathing air around person sick with" _column(827 ) byte tbsprd2 %1f "Sharing eating/drinking utensils" _column(828 ) byte tbsprd3 %1f "Thru semen/vaginal secretions (sex)" _column(829 ) byte tbsprd4 %1f "From smoking" _column(830 ) byte tbsprd5 %1f "From mosquito or other insect bites" _column(831 ) byte tbsprd6 %1f "Other" _column(832 ) byte tbcured %1f "Can TB be cured?" _column(833 ) byte tbchanc %1f "Chances of getting TB" _column(834 ) byte tbshame %1f "Ashamed if you/family diagnosed with " _column(835 ) byte homeless %1f "Spent 24+ hrs living in st.; shltr; j" _column(836 ) byte disuseq %1f "NOW use spec equip or assistive devic" _column(837 ) byte disaid %1f "Know of any spec equip/assistive devi" _column(838 ) byte diseqdif %1f "Have diff w/o spec equip/assist dev?" _column(839 ) byte dishome %1f "Barriers limit home act or hh resp?" _column(840 ) byte dihm01 %1f "Building design" _column(841 ) byte dihm02 %1f "Lighting" _column(842 ) byte dihm03 %1f "Sound" _column(843 ) byte dihm04 %1f "HH/Workplace equip hard to use" _column(844 ) byte dihm05 %1f "Crowds" _column(845 ) byte dihm06 %1f "Sidewalks and curbs" _column(846 ) byte dihm07 %1f "Transportation" _column(847 ) byte dihm08 %1f "Attitudes of other people" _column(848 ) byte dihm09 %1f "Policies" _column(849 ) byte dihm10 %1f "Other barriers" _column(850 ) byte dishmoft %1f "How often things limit/prevent home a" _column(851 ) byte dissch %1f "Barriers NOW limit/prevent school" _column(852 ) byte disc01 %1f "Building design" _column(853 ) byte disc02 %1f "Lighting" _column(854 ) byte disc03 %1f "Sound" _column(855 ) byte disc04 %1f "HH/Workplace equip hard to use" _column(856 ) byte disc05 %1f "Crowds" _column(857 ) byte disc06 %1f "Sidewalks and curbs" _column(858 ) byte disc07 %1f "Transportation" _column(859 ) byte disc08 %1f "Attitudes of other people" _column(860 ) byte disc09 %1f "Policies" _column(861 ) byte disc10 %1f "Other barriers" _column(862 ) byte dischoft %1f "How often things limit/prevent traini" _column(863 ) byte diswrk %1f "Barriers NOW limit you from working?" _column(864 ) byte diwk01 %1f "Building design" _column(865 ) byte diwk02 %1f "Lighting" _column(866 ) byte diwk03 %1f "Sound" _column(867 ) byte diwk04 %1f "HH/Workplace equip hard to use" _column(868 ) byte diwk05 %1f "Crowds" _column(869 ) byte diwk06 %1f "Sidewalks and curbs" _column(870 ) byte diwk07 %1f "Transportation" _column(871 ) byte diwk08 %1f "Attitudes of other people" _column(872 ) byte diwk09 %1f "Policies" _column(873 ) byte diwk10 %1f "Other barriers" _column(874 ) byte diswkoft %1f "How often things limit/prevent workin" _column(875 ) byte disca %1f "Barriers NOW limit/prevent comm act" _column(876 ) byte dica01 %1f "Building design" _column(877 ) byte dica02 %1f "Lighting" _column(878 ) byte dica03 %1f "Sound" _column(879 ) byte dica04 %1f "HH/Workplace equip hard to use" _column(880 ) byte dica05 %1f "Crowds" _column(881 ) byte dica06 %1f "Sidewalks and curbs" _column(882 ) byte dica07 %1f "Transportation" _column(883 ) byte dica08 %1f "Attitudes of other people" _column(884 ) byte dica09 %1f "Policies" _column(885 ) byte dica10 %1f "Other barriers" _column(886 ) byte discaoft %1f "How often things limit/prevent comm a" _column(887 ) byte dishfac %1f "Access to hlth club/fitness facility" _column(888 ) byte dishfl01 %1f "None; no reason given" _column(889 ) byte dishfl02 %1f "Cost too high for budget" _column(890 ) byte dishfl03 %1f "Lack of transportation" _column(891 ) byte dishfl04 %1f "Access into/within the building" _column(892 ) byte dishfl05 %1f "Lack of exercise equip that meets nee" _column(893 ) byte dishfl06 %1f "No instructor to demonstrate equip" _column(894 ) byte dishfl07 %1f "Other" _column(895 ) byte dishfuse %1f "Used health club 10+ times" } /* 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. */