infile dictionary { *This program reads the 2000 National Health Interview Survey 2000 samadult Data File *by Jean Roth Mon Jul 2 15:44:01 EDT 2007 *Please report errors to jroth@nber.org *See the .do file for directions and run with do nhis2000_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 ) byte msasizep %1f "Geographic Distribution - MSA size" _column(50 ) long wtia_sa %6f "Weight - Interim Annual" _column(56 ) long wtfa_sa %6f "Weight - Final Annual" _column(62 ) int stratum %3f "Stratum for variance estimation" _column(65 ) byte psu %1f "PSU for variance estimation" _column(66 ) byte dummy_ca %1f "Dummy Record Flag for Cancer Adult" _column(67 ) byte hypev %1f "Ever been told you had hypertension" _column(68 ) byte hypdifv %1f "Ever told had hypertension on 2+ visi" _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 aasmev %1f "Ever been told you had asthma" _column(76 ) byte aasmyr %1f "Had an asthma episode/attack; past 12" _column(77 ) byte aasmeryr %1f "Had visit to ER due to asthma; past 1" _column(78 ) byte ulcev %1f "Ever been told you had an ulcer" _column(79 ) byte ulcyr %1f "Had an ulcer in past 12 months" _column(80 ) byte canev %1f "Ever told by a doctor you had cancer" _column(81 ) byte cnkind1 %1f "What kind of cancer...bladder" _column(82 ) byte canage1 %2f "Age first diagnosed w/bladder cancer" _column(84 ) byte cnkind2 %1f "What kind of cancer...blood" _column(85 ) byte canage2 %2f "Age first diagnosed w/cancer of blood" _column(87 ) byte cnkind3 %1f "What kind of cancer...bone" _column(88 ) byte canage3 %2f "Age first diagnosed w/bone cancer" _column(90 ) byte cnkind4 %1f "What kind of cancer...brain" _column(91 ) byte canage4 %2f "Age first diagnosed w/ brain cancer" _column(93 ) byte cnkind5 %1f "What kind of cancer...breast" _column(94 ) byte canage5 %2f "Age first diagnosed w/breast cancer" _column(96 ) byte cnkind6 %1f "What kind of cancer...cervix" _column(97 ) byte canage6 %2f "Age first diagnosed w/cervical cancer" _column(99 ) byte cnkind7 %1f "What kind of cancer...colon" _column(100 ) byte canage7 %2f "Age first diagnosed w/colon cancer" _column(102 ) byte cnkind8 %1f "What kind of cancer...esophagus" _column(103 ) byte canage8 %2f "Age first diagnosed w/esophageal canc" _column(105 ) byte cnkind9 %1f "What kind of cancer...gallbladder" _column(106 ) byte canage9 %2f "Age first diagnosed w/gallbladder can" _column(108 ) byte cnkind10 %1f "What kind of cancer...kidney" _column(109 ) byte canage10 %2f "Age first diagnosed w/kidney cancer" _column(111 ) byte cnkind11 %1f "What kind of cancer...larynx-windpipe" _column(112 ) byte canage11 %2f "Age first diag w/cancer: larynx-windp" _column(114 ) byte cnkind12 %1f "What kind of cancer...leukemia" _column(115 ) byte canage12 %2f "Age first diagnosed w/leukemia" _column(117 ) byte cnkind13 %1f "What kind of cancer...liver" _column(118 ) byte canage13 %2f "Age first diagnosed w/liver cancer" _column(120 ) byte cnkind14 %1f "What kind of cancer...lung" _column(121 ) byte canage14 %2f "Age first diagnosed w/lung cancer" _column(123 ) byte cnkind15 %1f "What kind of cancer...lymphoma" _column(124 ) byte canage15 %2f "Age first diagnosed w/lymphoma" _column(126 ) byte cnkind16 %1f "What kind of cancer...melanoma" _column(127 ) byte canage16 %2f "Age first diagnosed w/melanoma" _column(129 ) byte cnkind17 %1f "What kind of cancer...mouth/tongue/li" _column(130 ) byte canage17 %2f "Age first diag w/mouth/tongue/lip can" _column(132 ) byte cnkind18 %1f "What kind of cancer...ovarian" _column(133 ) byte canage18 %2f "Age first diagnosed w/ovarian cancer" _column(135 ) byte cnkind19 %1f "What kind of cancer...pancreatic" _column(136 ) byte canage19 %2f "Age first diagnosed w/pancreatic canc" _column(138 ) byte cnkind20 %1f "What kind of cancer...prostate" _column(139 ) byte canage20 %2f "Age first diagnosed w/prostate cancer" _column(141 ) byte cnkind21 %1f "What kind of cancer...rectum" _column(142 ) byte canage21 %2f "Age first diagnosed w/cancer of rectu" _column(144 ) byte cnkind22 %1f "What kind of cancer..skin (non-melano" _column(145 ) byte canage22 %2f "Age first diag:skin cancer; non-melan" _column(147 ) byte cnkind23 %1f "What kind of cancer...skin (DK kind)" _column(148 ) byte canage23 %2f "Age first diag w/skin cancer; DK kind" _column(150 ) byte cnkind24 %1f "Type of cancer..soft tissue (muscle)" _column(151 ) byte canage24 %2f "Age first diagnosed w/soft tissue can" _column(153 ) byte cnkind25 %1f "What kind of cancer...stomach" _column(154 ) byte canage25 %2f "Age first diagnosed w/stomach cancer" _column(156 ) byte cnkind26 %1f "What kind of cancer ... testicular" _column(157 ) byte canage26 %2f "Age first diagnosed w/testicular canc" _column(159 ) byte cnkind27 %1f "What kind of cancer...throat-pharynx" _column(160 ) byte canage27 %2f "Age first diag w/throat-pharynx cance" _column(162 ) byte cnkind28 %1f "What kind of cancer...thyroid" _column(163 ) byte canage28 %2f "Age first diagnosed w/thyroid cancer" _column(165 ) byte cnkind29 %1f "What kind of cancer...uterine" _column(166 ) byte canage29 %2f "Age first diagnosed w/uterine cancer" _column(168 ) byte cnkind30 %1f "What kind of cancer...other" _column(169 ) byte canage30 %2f "Age first diagnosed w/other cancer" _column(171 ) byte cnkind31 %1f "What kind of cancer...more than 3 kin" _column(172 ) byte dibev %1f "Ever been told you had diabetes" _column(173 ) byte dibage %2f "Age first diagnosed w/diabetes" _column(175 ) byte difage2 %2f "Years since first diagnosed w/diabete" _column(177 ) byte insln %1f "Are you NOW taking insulin" _column(178 ) byte dibpill %1f "Are you now taking diabetic pills" _column(179 ) byte ahayfyr %1f "Told that you had hayfever; past 12 m" _column(180 ) byte sinyr %1f "Told that you had sinusitis; past 12 " _column(181 ) byte cbrchyr %1f "Told you had chronic bronchitis; 12 m" _column(182 ) byte kidwkyr %1f "Told you had weak/failing kidneys; 12" _column(183 ) byte livyr %1f "Told you had liver condition; past 12" _column(184 ) byte jntyr %1f "Had pain/aching at joints; past 12 m" _column(185 ) byte jntmo %1f "Joint symptoms present most days for " _column(186 ) byte jntij %1f "Joint symptoms began because of injur" _column(187 ) byte jntijln %2f "Duration of joint symptoms: # of unit" _column(189 ) byte jntijlt %1f "Duration of joint symptoms: Time unit" _column(190 ) byte jntijlm %2f "Duration of joint symptoms: (months)" _column(192 ) byte jntyr1 %1f "Which joint affected...shoulder-right" _column(193 ) byte jntyr2 %1f "Which joint affected...shoulder-left" _column(194 ) byte jntyr3 %1f "Which joint affected...elbow-right" _column(195 ) byte jntyr4 %1f "Which joint affected...elbow-left" _column(196 ) byte jntyr5 %1f "Which joint affected...hip-right" _column(197 ) byte jntyr6 %1f "Which joint affected...hip-left" _column(198 ) byte jntyr7 %1f "Which joint affected...wrist-right" _column(199 ) byte jntyr8 %1f "Which joint affected...wrist-left" _column(200 ) byte jntyr9 %1f "Which joint affected...knee-right" _column(201 ) byte jntyr10 %1f "Which joint affected...knee-left" _column(202 ) byte jntyr11 %1f "Which joint affected...ankle-right" _column(203 ) byte jntyr12 %1f "Which joint affected...ankle-left" _column(204 ) byte jntyr13 %1f "Which joint affected...toes-right" _column(205 ) byte jntyr14 %1f "Which joint affected...toes-left" _column(206 ) byte jntyr15 %1f "Which jnt affected..fingers/thumb-rig" _column(207 ) byte jntyr16 %1f "Which jnt affected..fingers/thumb-lef" _column(208 ) byte jntyr17 %1f "Which joint affected...other; not lis" _column(209 ) byte paineck %1f "Had neck pain; past 3 months" _column(210 ) byte painlb %1f "Had low back pain; past 3 months" _column(211 ) byte painleg %1f "Pain spread down leg/below knees" _column(212 ) byte painface %1f "Had pain in jaw/front of ear; past 3 " _column(213 ) byte amigr %1f "Had severe headache/migraine; past 3 " _column(214 ) byte acold2w %1f "Had a head/chest cold past 2 weeks" _column(215 ) byte aintil2w %1f "Had stomach prob w/vomit/diarrhea; 2 " _column(216 ) byte pregnow %1f "Are you currently pregnant" _column(217 ) byte hearaid %1f "Had ever worn a hearing aid" _column(218 ) byte ahearst %1f "Description of hearing w/o hearing ai" _column(219 ) byte avision %1f "Trouble seeing even w/glasses/lenses" _column(220 ) byte ablind %1f "Are you blind or unable to see at all" _column(221 ) byte lupprt %1f "Lost all upper & lower natural teeth" _column(222 ) byte sad %1f "How often felt sad; past 30 days" _column(223 ) byte nervous %1f "How often felt nervous; past 30 days" _column(224 ) byte restless %1f "How often restless/fidgety; past 30 d" _column(225 ) byte hopeless %1f "How often felt hopeless; past 30 days" _column(226 ) byte effort %1f "Felt everything was an effort; past 3" _column(227 ) byte worthls %1f "How often felt worthless; past 30 day" _column(228 ) byte mhamtmo %1f "Feelings interfered w/life; past 30 d" _column(229 ) byte wrklyr2 %1f "Work status: last week; past 12 m" _column(230 ) int wkdayr %3f "Number of work loss days; past 12 mon" _column(233 ) int beddayr %3f "Number of bed days; past 12 months" _column(236 ) byte ahstatyr %1f "Hlth better/worse/same; comp w/12m ag" _column(237 ) byte speceq %1f "Have hlth prob that requires spec equ" _column(238 ) byte flwalk %1f "How dif walk 1/4 mile w/o spec equip" _column(239 ) byte flclimb %1f "How dif walk up 10 steps w/o spec equ" _column(240 ) byte flstand %1f "How dif stand for 2 hrs w/o spec equi" _column(241 ) byte flsit %1f "How dif sit for 2 hrs w/o spec equip" _column(242 ) byte flstoop %1f "How dif stoop/bend/kneel w/o spec equ" _column(243 ) byte flreach %1f "How dif reach over head w/o spec equi" _column(244 ) byte flgrasp %1f "How dif grasp objects w/o spec equip" _column(245 ) byte flcarry %1f "How dif lift/carry 10 lbs w/o spec eq" _column(246 ) byte flpush %1f "How dif push large object w/o spec eq" _column(247 ) byte flshop %1f "How dif go out to events w/o spec equ" _column(248 ) byte flsocl %1f "How dif social activities w/o spec eq" _column(249 ) byte flrelax %1f "How dif do acts to relax w/o spec equ" _column(250 ) byte fla1ar %1f "Any functional limitation; all conds" _column(251 ) byte aflhca1 %1f "Vision prob causes diff w/activity" _column(252 ) byte alhcln1 %2f "Duration of vision prob: # of units" _column(254 ) byte alhclt1 %1f "Duration of vision prob: Time unit" _column(255 ) byte alhcly1 %2f "Duration of vision prob (in years)" _column(257 ) byte alantr1 %2f "Duration of vision prob recode 2" _column(259 ) byte aflhca2 %1f "Hearing prob causes dif w/activity" _column(260 ) byte alhcln2 %2f "Dur of hearing prob: # of units" _column(262 ) byte alhclt2 %1f "Dur of hearing prob: Time units" _column(263 ) byte alhcly2 %2f "Dur of hearing prob (in years)" _column(265 ) byte alantr2 %2f "Duration of hearing prob recode 2" _column(267 ) byte aflhca3 %1f "Arthritis/rheumatism causes dif w/act" _column(268 ) byte alhcln3 %2f "Duration of arthritis prob: # of unit" _column(270 ) byte alhclt3 %1f "Duration of arthritis prob: Time unit" _column(271 ) byte alhcly3 %2f "Duration of arthritis prob (in years)" _column(273 ) byte alantr3 %2f "Duration of arthritis prob recode 2" _column(275 ) byte aflhca4 %1f "Back/neck prob causes dif w/activity" _column(276 ) byte alhcln4 %2f "Duration of back/neck prob: # of unit" _column(278 ) byte alhclt4 %1f "Duration of back/neck prob: Time unit" _column(279 ) byte alhcly4 %2f "Duration of back/neck prob (in years)" _column(281 ) byte alantr4 %2f "Duration of back/neck prob recode 2" _column(283 ) byte aflhca5 %1f "Fract/bone/joint inj causes dif w/act" _column(284 ) byte alhcln5 %2f "Dur frac/bone/joint inj: # of units" _column(286 ) byte alhclt5 %1f "Duration fract/bone/joint inj: Time u" _column(287 ) byte alhcly5 %2f "Duration fract/bone/joint inj (in yea" _column(289 ) byte alantr5 %2f "Duration fract/bone/joint inj recode " _column(291 ) byte aflhca6 %1f "Other injury causes dif w/activity" _column(292 ) byte alhcln6 %2f "Duration of other injury: # of units" _column(294 ) byte alhclt6 %1f "Duration of other injury: Time units" _column(295 ) byte alhcly6 %2f "Duration of other injury (in years)" _column(297 ) byte alantr6 %2f "Duration of other injury recode 2" _column(299 ) byte aflhca7 %1f "Heart prob causes dif w/activity" _column(300 ) byte alhcln7 %2f "Duration of heart prob: # of units" _column(302 ) byte alhclt7 %1f "Duration of heart prob: Time units" _column(303 ) byte alhcly7 %2f "Duration of heart prob (in years)" _column(305 ) byte alantr7 %2f "Duration of heart prob recode 2" _column(307 ) byte aflhca8 %1f "Stroke causes dif w/activity" _column(308 ) byte alhcln8 %2f "Duration of stroke: # of units" _column(310 ) byte alhclt8 %1f "Duration of stroke: Time unit" _column(311 ) byte alhcly8 %2f "Duration of stroke (in years)" _column(313 ) byte alantr8 %2f "Duration of stroke recode 2" _column(315 ) byte aflhca9 %1f "Hypertension causes dif w/activity" _column(316 ) byte alhcln9 %2f "Duration of hypertension: # of units" _column(318 ) byte alhclt9 %1f "Duration of hypertension: Time units" _column(319 ) byte alhcly9 %2f "Duration of hypertension (in years)" _column(321 ) byte alantr9 %2f "Duration of hypertension recode 2" _column(323 ) byte aflhca10 %1f "Diabetes causes dif w/activity" _column(324 ) byte alhcln10 %2f "Duration of diabetes: # of units" _column(326 ) byte alhclt10 %1f "Duration of diabetes: Time units" _column(327 ) byte alhcly10 %2f "Duration of diabetes (in years)" _column(329 ) byte alantr10 %2f "Duration of diabetes recode 2" _column(331 ) byte aflhca11 %1f "Lung/breathing prob causes dif w/act" _column(332 ) byte alhcln11 %2f "Duration of lung prob: # of units" _column(334 ) byte alhclt11 %1f "Duration of lung prob: Time units" _column(335 ) byte alhcly11 %2f "Duration lung prob (in years)" _column(337 ) byte alantr11 %2f "Duration of lung prob recode 2" _column(339 ) byte aflhca12 %1f "Cancer causes dif w/activity" _column(340 ) byte alhcln12 %2f "Duration of cancer: # of units" _column(342 ) byte alhclt12 %1f "Duration of cancer: Time unit" _column(343 ) byte alhcly12 %2f "Duration of cancer (in years)" _column(345 ) byte alantr12 %2f "Duration of cancer recode 2" _column(347 ) byte aflhca13 %1f "Birth defect causes dif w/activity" _column(348 ) byte alhcln13 %2f "Duration of birth defect: # of units" _column(350 ) byte alhclt13 %1f "Duration of birth defect: Time unit" _column(351 ) byte alhcly13 %2f "Duration of birth defect (in years)" _column(353 ) byte alantr13 %2f "Duration of birth defect recode 2" _column(355 ) byte aflhca14 %1f "Mental retardation causes dif w/activ" _column(356 ) byte alhcln14 %2f "Duration mental retardation: # of uni" _column(358 ) byte alhclt14 %1f "Duration mental retardation: Time uni" _column(359 ) byte alhcly14 %2f "Duration mental retardation (in years" _column(361 ) byte alantr14 %2f "Duration of mental retardation recode" _column(363 ) byte aflhca15 %1f "Other devel prob causes dif w/activit" _column(364 ) byte alhcln15 %2f "Duration other devel prob: # of units" _column(366 ) byte alhclt15 %1f "Duration other devel prob: Time units" _column(367 ) byte alhcly15 %2f "Duration other devel prob (in years)" _column(369 ) byte alantr15 %2f "Duration other devel prob recode 2" _column(371 ) byte aflhca16 %1f "Senility causes dif w/activity" _column(372 ) byte alhcln16 %2f "Duration of senility: # of units" _column(374 ) byte alhclt16 %1f "Duration of senility: Time units" _column(375 ) byte alhcly16 %2f "Duration of senility (in years)" _column(377 ) byte alantr16 %2f "Duration of senility recode 2" _column(379 ) byte aflhca17 %1f "Dep/anx/emot prob causes dif w/activi" _column(380 ) byte alhcln17 %2f "Duration dep/anx/emot prob: # of unit" _column(382 ) byte alhclt17 %1f "Duration dep/anx/emot prob: Time unit" _column(383 ) byte alhcly17 %2f "Duration dep/anx/emot prob (in years)" _column(385 ) byte alantr17 %2f "Duration dep/anx/emot prob recode 2" _column(387 ) byte aflhca18 %1f "Weight prob causes dif w/activity" _column(388 ) byte alhcln18 %2f "Duration of weight prob: # of units" _column(390 ) byte alhclt18 %1f "Duration of weight prob: Time units" _column(391 ) byte alhcly18 %2f "Duration of weight prob (in years)" _column(393 ) byte alantr18 %2f "Duration of weight prob recode 2" _column(395 ) byte aflhca19 %1f "Missing limb/finger causes dif w/act" _column(396 ) byte alhcln19 %2f "Duration missing limb/finger: # of un" _column(398 ) byte alhclt19 %1f "Duration missing limb/finger: Time un" _column(399 ) byte alhcly19 %2f "Duration missing limb/finger (in year" _column(401 ) byte alantr19 %2f "Duration missing limb/finger recode 2" _column(403 ) byte aflhca20 %1f "Musculoskel prob causes dif w/activit" _column(404 ) byte alhcln20 %2f "Duration musculoskel prob: # of units" _column(406 ) byte alhclt20 %1f "Duration musculoskel prob: Time units" _column(407 ) byte alhcly20 %2f "Duration musculoskel prob (in years)" _column(409 ) byte alantr20 %2f "Duration musculoskel prob recode 2" _column(411 ) byte aflhca21 %1f "Circulatory prob causes dif w/activit" _column(412 ) byte alhcln21 %2f "Duration of circulatory prob: # of un" _column(414 ) byte alhclt21 %1f "Duration of circulatory prob: Time un" _column(415 ) byte alhcly21 %2f "Duration of circulatory prob (in year" _column(417 ) byte alantr21 %2f "Duration of circulatory prob recode 2" _column(419 ) byte aflhca22 %1f "Endocrine prob causes dif w/activity" _column(420 ) byte alhcln22 %2f "Duration of endocrine prob: # of unit" _column(422 ) byte alhclt22 %1f "Duration of endocrine prob: Time unit" _column(423 ) byte alhcly22 %2f "Duration of endocrine prob (in years)" _column(425 ) byte alantr22 %2f "Duration of endocrine prob recode 2" _column(427 ) byte aflhca23 %1f "Nervous sys prob causes dif w/activit" _column(428 ) byte alhcln23 %2f "Duration of nervous sys prob: # of un" _column(430 ) byte alhclt23 %1f "Duration of nervous sys prob: Time un" _column(431 ) byte alhcly23 %2f "Duration of nervous sys prob (in year" _column(433 ) byte alantr23 %2f "Duration of nervous system prob recod" _column(435 ) byte aflhca24 %1f "Digestive prob causes dif w/activity" _column(436 ) byte alhcln24 %2f "Duration of digestive prob: # of unit" _column(438 ) byte alhclt24 %1f "Duration of digestive prob: Time unit" _column(439 ) byte alhcly24 %2f "Duration of digestive prob (in years)" _column(441 ) byte alantr24 %2f "Duration of digestive prob recode 2" _column(443 ) byte aflhca25 %1f "Genitourinary prob causes dif w/activ" _column(444 ) byte alhcln25 %2f "Duration genitourinary prob: # of uni" _column(446 ) byte alhclt25 %1f "Duration genitourinary prob: Time uni" _column(447 ) byte alhcly25 %2f "Duration genitourinary prob (in years" _column(449 ) byte alantr25 %2f "Duration of genitourinary prob recode" _column(451 ) byte aflhca26 %1f "Skin prob causes dif w/activity" _column(452 ) byte alhcln26 %2f "Duration of skin prob: # of units" _column(454 ) byte alhclt26 %1f "Duration of skin prob: Time unit" _column(455 ) byte alhcly26 %2f "Duration of skin prob (in years)" _column(457 ) byte alantr26 %2f "Duration of skin prob recode 2" _column(459 ) byte aflhca27 %1f "Blood prob causes dif w/activity" _column(460 ) byte alhcln27 %2f "Duration of blood prob: # of units" _column(462 ) byte alhclt27 %1f "Duration of blood prob: Time unit" _column(463 ) byte alhcly27 %2f "Duration of blood prob (in years)" _column(465 ) byte alantr27 %2f "Duration of blood prob recode 2" _column(467 ) byte aflhca28 %1f "Benign tumor causes dif w/activity" _column(468 ) byte alhcln28 %2f "Duration of benign tumor: # of units" _column(470 ) byte alhclt28 %1f "Duration of benign tumor: Time unit" _column(471 ) byte alhcly28 %2f "Duration of benign tumor (in years)" _column(473 ) byte alantr28 %2f "Duration of benign tumor recode 2" _column(475 ) byte aflhca29 %1f "Alcohol or drug prob causes dif w/act" _column(476 ) byte alhcln29 %2f "Duration alcohol/drug prob: # of unit" _column(478 ) byte alhclt29 %1f "Duration alcohol/drug prob: Time unit" _column(479 ) byte alhcly29 %2f "Duration alcohol/drug prob (in years)" _column(481 ) byte alantr29 %2f "Duration alcohol/drug prob recode 2" _column(483 ) byte aflhca30 %1f "Other mental prob causes dif w/activi" _column(484 ) byte alhcln30 %2f "Duration other mental prob: # of unit" _column(486 ) byte alhclt30 %1f "Duration other mental prob: Time unit" _column(487 ) byte alhcly30 %2f "Duration other mental prob (in years)" _column(489 ) byte alantr30 %2f "Duration other mental prob recode 2" _column(491 ) byte aflhca31 %1f "Surgical after-effects cause dif w/ac" _column(492 ) byte alhcln31 %2f "Dur surgical after-effects: # of unit" _column(494 ) byte alhclt31 %1f "Dur surgical after-effects: Time unit" _column(495 ) byte alhcly31 %2f "Dur surgical after-effects (in years)" _column(497 ) byte alantr31 %2f "Duration surgical after-effects recod" _column(499 ) byte aflhca32 %1f "'Old age' causes dif w/activity" _column(500 ) byte alhcln32 %2f "Duration of 'old age': # of units" _column(502 ) byte alhclt32 %1f "Duration of 'old age': Time unit" _column(503 ) byte alhcly32 %2f "Duration of 'old age' (in years)" _column(505 ) byte alantr32 %2f "Duration of 'old age' recode 2" _column(507 ) byte aflhca33 %1f "Fatigue prob causes dif w/activity" _column(508 ) byte alhcln33 %2f "Duration of fatigue: # of units" _column(510 ) byte alhclt33 %1f "Duration of fatigue: Time unit" _column(511 ) byte alhcly33 %2f "Duration of fatigue (in years)" _column(513 ) byte alantr33 %2f "Duration of fatigue recode 2" _column(515 ) byte aflhca34 %1f "Pregnancy-related prob causes dif w/a" _column(516 ) byte alhcln34 %2f "Dur pregnancy prob: # of units" _column(518 ) byte alhclt34 %1f "Dur pregnancy prob: Time unit" _column(519 ) byte alhcly34 %2f "Dur pregnancy prob (in years)" _column(521 ) byte alantr34 %2f "Dur pregnancy prob recode 2" _column(523 ) byte aflhca90 %1f "Other N.E.C. prob (1) causes dif w/ac" _column(524 ) byte alhcln90 %2f "Duration otr N.E.C. prob (1): # of un" _column(526 ) byte alhclt90 %1f "Duration otr N.E.C. prob (1): Time un" _column(527 ) byte alhcly90 %2f "Duration otr N.E.C. prob (1) (in year" _column(529 ) byte alantr90 %2f "Duration otr N.E.C. prob (1) recode 2" _column(531 ) byte aflhca91 %1f "Other N.E.C. prob (2) causes dif w/ac" _column(532 ) byte alhcln91 %2f "Duration otr N.E.C. prob (2): # of un" _column(534 ) byte alhclt91 %1f "Duration otr N.E.C. prob (2): Time un" _column(535 ) byte alhcly91 %2f "Duration otr N.E.C. prob (2) (in year" _column(537 ) byte alantr91 %2f "Duration otr N.E.C. prob(2) recode 2" _column(539 ) byte alcndr1 %1f "Vision prob condition status" _column(540 ) byte alcndr2 %1f "Hearing prob condition status" _column(541 ) byte alcndr3 %1f "Arthritis/rheum condition status" _column(542 ) byte alcndr4 %1f "Back/neck prob condition status" _column(543 ) byte alcndr5 %1f "Fract/bone/joint injury cond status" _column(544 ) byte alcndr6 %1f "Other injury condition status" _column(545 ) byte alcndr7 %1f "Heart problem condition status" _column(546 ) byte alcndr8 %1f "Stroke condition status" _column(547 ) byte alcndr9 %1f "Hypertension condition status" _column(548 ) byte alcndr10 %1f "Diabetes condition status" _column(549 ) byte alcndr11 %1f "Lung/breath problem condition status" _column(550 ) byte alcndr12 %1f "Cancer condition status" _column(551 ) byte alcndr13 %1f "Birth defect condition status" _column(552 ) byte alcndr14 %1f "Mental retardation cond status" _column(553 ) byte alcndr15 %1f "Other developmental prob cond status" _column(554 ) byte alcndr16 %1f "Senility cond status" _column(555 ) byte alcndr17 %1f "Dep/anx/emot prob cond status" _column(556 ) byte alcndr18 %1f "Weight prob cond status" _column(557 ) byte alcndr19 %1f "Amputee condition status" _column(558 ) byte alcndr20 %1f "Musculoskel prob cond status" _column(559 ) byte alcndr21 %1f "Circulatory cond status" _column(560 ) byte alcndr22 %1f "Endocrine cond status" _column(561 ) byte alcndr23 %1f "Nervous sys cond status" _column(562 ) byte alcndr24 %1f "Digestive prob cond status" _column(563 ) byte alcndr25 %1f "Genitourinary problem cond status" _column(564 ) byte alcndr26 %1f "Skin prob condition status" _column(565 ) byte alcndr27 %1f "Blood prob condition status" _column(566 ) byte alcndr28 %1f "Benign tumor cond status" _column(567 ) byte alcndr29 %1f "Alcohol or drug prob cond status" _column(568 ) byte alcndr30 %1f "Other mental problem cond status" _column(569 ) byte alcndr31 %1f "Surgical after-effects cond status" _column(570 ) byte alcndr32 %1f "'Old age' condition status" _column(571 ) byte alcndr33 %1f "Fatigue condition status" _column(572 ) byte alcndr34 %1f "Pregnancy condition status" _column(573 ) byte alcndr90 %1f "Other impair/prob(1) cond stat" _column(574 ) byte alcndr91 %1f "Other impair/prob(2) cond stat" _column(575 ) byte alcndrt %1f "Chronic cond recode" _column(576 ) byte alchronr %1f "Overall functl lim recode by cond sta" _column(577 ) byte smkev %1f "Ever smoked 100 cigarettes" _column(578 ) byte smkreg %2f "Age first smoked fairly regularly" _column(580 ) byte smknow %1f "Smoke freq: everyday/somedays/not at " _column(581 ) byte smkqtno %2f "Time since quit smoking: # of units" _column(583 ) byte smkqttp %1f "Time since quit smoking: Time unit" _column(584 ) byte smkqty %2f "Time since quit smoking (in years)" _column(586 ) byte smkqtd %1f "Quit smoking since {month; 1 year ago" _column(587 ) byte cigsda1 %2f "Number cigs per day (daily smokers)" _column(589 ) byte cigdamo %2f "Number days smoked in past 30 days" _column(591 ) byte cigsda2 %2f "Number cigs per day (some day smokers" _column(593 ) byte cigsday %2f "Number cigs a day (all smokers)" _column(595 ) byte smkstat1 %1f "Smoking Status: Recode 1" _column(596 ) byte smkstat2 %1f "Smoking Status: Recode 2" _column(597 ) byte smkstat3 %1f "Smoking Status: Recode 3" _column(598 ) byte cigqtyr %1f "Tried quit smoking 1+ days; past 12 m" _column(599 ) int vigno %3f "Freq vigorous activity: # of units" _column(602 ) byte vigtp %1f "Freq vigorous activity: Time units" _column(603 ) byte vigfreqw %2f "Freq vigorous activity (times per wk)" _column(605 ) int viglngno %3f "Duration vig activity: # of units" _column(608 ) byte viglngtp %1f "Duration vigorous activity: Time unit" _column(609 ) int vigmin %3f "Duration vigorous activity (in minute" _column(612 ) byte viglongd %1f "Dur of vigorous activity: <20 or 20+ " _column(613 ) int modno %3f "Freq moderate activity: # of units" _column(616 ) byte modtp %1f "Freq moderate activity: Time units" _column(617 ) byte modfreqw %2f "Freq moderate activity (times per wk)" _column(619 ) int modlngno %3f "Duration mod activity: # of units" _column(622 ) byte modlngtp %1f "Duration mod activity: Time unit" _column(623 ) int modmin %3f "Duration mod activity (in minutes)" _column(626 ) byte modlongd %1f "Dur of moderate activity: <20 or 20+ " _column(627 ) int strngno %3f "Freq strengthening activity: # of uni" _column(630 ) byte strngtp %1f "Freq strengthening activity: Time uni" _column(631 ) byte strfreqw %2f "Freq strength activity (times per wk)" _column(633 ) byte alc1yr %1f "Ever had 12+ drinks in any one year" _column(634 ) byte alclife %1f "Had 12+ drinks in ENTIRE LIFE" _column(635 ) int alc12mno %3f "Freq drank alcohol past year: # of un" _column(638 ) byte alc12mtp %1f "Freq drank alcohol past year: Time un" _column(639 ) byte alc12mmo %2f "Freq drank alcohol: Days per month" _column(641 ) byte alc12mwk %2f "Freq drank alcohol: Days per week" _column(643 ) int alc12myr %3f "Freq drank alcohol: Days in past year" _column(646 ) byte alcamt %2f "Average # drinks on days drank" _column(648 ) int alc5upno %3f "Days had 5+ drinks; past year: # of d" _column(651 ) byte alc5uptp %1f "Days had 5+ drinks past year: Time un" _column(652 ) int alc5upyr %3f "Number of days had 5+ drinks past yea" _column(655 ) byte alcstat1 %1f "Alcohol Drinking Status: Recode" _column(656 ) byte met_flg1 %1f "Flag: Metric units reported for heigh" _column(657 ) byte met_flg2 %1f "Flag: Metric units reported for weigh" _column(658 ) byte aheight %2f "Total height in inches" _column(660 ) int aweightp %3f "Weight w/o shoes (pounds)" _column(663 ) byte desirewt %1f "Desirable Body Weight" _column(664 ) int bmi %4f "Body Mass Index (BMI)" _column(668 ) byte ausualpl %1f "Place USUALLY go when sick" _column(669 ) byte aplkind %1f "Place to go when sick (most often)" _column(670 ) byte ahcplrou %1f "USUALLY go there for routine/prev car" _column(671 ) byte ahcplknd %1f "Place usually go for routine prev car" _column(672 ) byte sourcela %2f "Source of medical care recode" _column(674 ) byte ahcchgyr %1f "Change health care place; past 12 mo" _column(675 ) byte ahcchghi %1f "Change due to hlth insurance" _column(676 ) byte ahcdlyr1 %1f "Couldn't get through on phone; past 1" _column(677 ) byte ahcdlyr2 %1f "Couldn't get appt soon enough; past 1" _column(678 ) byte ahcdlyr3 %1f "Wait too long in dr's office; past 12" _column(679 ) byte ahcdlyr4 %1f "Not open when you could go; past 12 m" _column(680 ) byte ahcdlyr5 %1f "No transportation; past 12 mo" _column(681 ) byte ahcafyr1 %1f "Can't afford presc medicine; past 12 " _column(682 ) byte ahcafyr2 %1f "Can't afford mental care/counsel; 12 " _column(683 ) byte ahcafyr3 %1f "Can't afford dental care; past 12 mo" _column(684 ) byte ahcafyr4 %1f "Can't afford eyeglasses; past 12 mo" _column(685 ) byte adnlongr %1f "Time since last saw/talked to dentist" _column(686 ) byte ahcsyr1 %1f "Seen/talk to mental hlth prof; past 1" _column(687 ) byte ahcsyr2 %1f "Seen/talk to eye doctor; past 12 mo" _column(688 ) byte ahcsyr3 %1f "Seen/talk to foot doctor; past 12 mo" _column(689 ) byte ahcsyr4 %1f "Seen/talk to a chiropractor; past 12 " _column(690 ) byte ahcsyr5 %1f "Seen/talk to therapist (PT; OT); past" _column(691 ) byte ahcsyr6 %1f "Seen/talk to a NP/PA/midwife; past 12" _column(692 ) byte ahcsyr7 %1f "Seen/talk to OB/GYN; past 12 mo" _column(693 ) byte ahcsyr8 %1f "Seen/talk to a med specialist; past 1" _column(694 ) byte ahcsyr9 %1f "Seen/talk to a general doctor; past 1" _column(695 ) byte ahcsyr10 %1f "Does that Dr treat both kids and adul" _column(696 ) byte ahernoy2 %2f "# times in ER/ED; past 12 mo" _column(698 ) byte ahchyr %1f "Get home care from hlth prof; past 12" _column(699 ) byte ahchmoyr %2f "How many months of home care; past 12" _column(701 ) byte ahchnoy2 %2f "Total number of home visits" _column(703 ) byte ahcnoyr2 %2f "Total number of office visits; past 1" _column(705 ) byte asrgyr %1f "Had surgery in the past 12 mo" _column(706 ) byte asrgnoyr %2f "Total # of surgeries in the past 12 m" _column(708 ) byte amdlongr %1f "Time since last saw/talked to hlth pr" _column(709 ) byte shtfluyr %1f "Had flu shot past 12 mo" _column(710 ) byte shtpnuyr %1f "Ever had pneumonia vaccination" _column(711 ) byte apox %1f "Ever had chickenpox" _column(712 ) byte apox12mo %1f "Had chickenpox; past 12 m" _column(713 ) byte ahep %1f "Ever had hepatitis" _column(714 ) byte ahepliv %1f "Ever lived w/ someone w/ hepatitis" _column(715 ) byte shthepb %1f "Ever had hepatitis B vaccine" _column(716 ) byte shepdos %1f "# doses of hepatitis B vaccine receiv" _column(717 ) byte indstry1 %2f "Detailed industry classification" _column(719 ) byte indstry2 %2f "Simple industry classification" _column(721 ) byte occup1 %2f "Detailed occupation classification" _column(723 ) byte occup2 %2f "Simple occupation classification" _column(725 ) byte wrkcat %1f "Class of worker" _column(726 ) byte locallno %2f "Number of employees at work" _column(728 ) byte locprtno %2f "Number of employees at work" _column(730 ) byte yrswrk_p %2f "Years on the job" _column(732 ) byte wrklongd %1f "Duration at this job" _column(733 ) byte hourpd %1f "Paid by the hour" _column(734 ) byte pdsick %1f "Paid sick leave" _column(735 ) byte onejob %1f "Have more than one job" _column(736 ) byte wrkcatot %1f "Type of employment at second job" _column(737 ) byte businc %1f "Second job incorporated business" _column(738 ) byte bldgv %1f "Donated blood since March 1985" _column(739 ) byte bldg12m %1f "Donated blood past 12 m" _column(740 ) byte hivtst %1f "Ever been tested for HIV?" _column(741 ) byte whytst_c %2f "Reason why you have not been tested?" _column(743 ) byte tst12m_m %2f "Month of last test for HIV" _column(745 ) int tst12m_y %4f "Year of last test for HIV" _column(749 ) byte timetst %1f "Was it:" _column(750 ) byte reatst_r %2f "Main reason for last HIV test" _column(752 ) byte reaswho %1f "Who suggested you should be tested" _column(753 ) byte whyreq_c %2f "Why was last HIV test required" _column(755 ) byte lastst_c %2f "Location of last HIV test" _column(757 ) byte clntyp_c %2f "Type of clinic for last HIV test" _column(759 ) byte whoadm %1f "Who administered the test?" _column(760 ) byte givnam %1f "Gave your first and last names?" _column(761 ) byte extst12m %1f "HIV test in the next 12 m" _column(762 ) byte chnsadsp %1f "Chances of getting AIDS virus" _column(763 ) byte stmtru %1f "Are any of these statements true" _column(764 ) byte std %1f "Had an STD other than HIV/AIDS; past " _column(765 ) byte stddoc %1f "Saw a doctor or health professional" _column(766 ) byte stdwher %1f "Place where checked" _column(767 ) byte tbhrd %1f "Ever heard of tuberculosis" _column(768 ) byte tbknow %1f "Ever personally known anyone who had " _column(769 ) byte tb %1f _column(770 ) byte tbsprd1 %1f "Breathing air around person sick with" _column(771 ) byte tbsprd2 %1f "Sharing eating/drinking utensils" _column(772 ) byte tbsprd3 %1f "Thru semen/vaginal secretions (sex)" _column(773 ) byte tbsprd4 %1f "From smoking" _column(774 ) byte tbsprd5 %1f "From mosquito or other insect bites" _column(775 ) byte tbsprd6 %1f "Other" _column(776 ) byte tbcured %1f "Can TB be cured?" _column(777 ) byte tbchanc %1f "Chances of getting TB" _column(778 ) byte homeless %1f "Spent 24+ hrs living in st.; shltr; j" _column(779 ) byte tbshame %1f "Ashamed if you/family diagnosed with " _column(780 ) byte spspeak %1f "Language you SPEAK" _column(781 ) byte spchild %1f "Language used as a CHILD" _column(782 ) byte spread %1f "Language you READ better" _column(783 ) byte sp1_home %1f "Language spoken at HOME" _column(784 ) byte sp1_frnd %1f "Language spoken with FRIENDS" _column(785 ) byte sp2_thnk %1f "Language in which you think" _column(786 ) byte sp2_tv %1f _column(787 ) byte sp2_rdio %1f "Language of radio programs you listen" _column(788 ) byte coldcno %2f "Freq eating cold cereal: # of units" _column(790 ) byte coldctp %1f "Freq eating cold cereal: time unit" _column(791 ) int coldcy %4f "Freq eating cold cereal (in years)" _column(795 ) int coldcw %3f "Freq eating cold cereal (in weeks)" _column(798 ) byte milkno %2f "Freq using milk: # of units" _column(800 ) byte milktp %1f "Freq using milk: time unit" _column(801 ) int milky %4f "Freq using milk (in years)" _column(805 ) int milkw %3f "Freq using milk (in weeks)" _column(808 ) byte milkknd %1f "Kind of milk" _column(809 ) byte baconno %2f "Freq eating bacon/sausage: # of units" _column(811 ) byte bacontp %1f "Freq eating bacon/sausage: time unit" _column(812 ) int bacony %4f "Freq eating bacon/sausage (in years)" _column(816 ) int baconw %3f "Freq eating bacon/sausage (in weeks)" _column(819 ) byte htdogno %2f "Freq eating hotdogs: # of units" _column(821 ) byte htdogtp %1f "Freq eating hotdogs: time unit" _column(822 ) int htdogy %4f "Freq eating hotdogs (in years)" _column(826 ) int htdogw %3f "Freq eating hotdogs (in weeks)" _column(829 ) byte breadno %2f "Freq eating whol grain bread: # of un" _column(831 ) byte breadtp %1f "Freq eating whole grain bread: time u" _column(832 ) int bready %4f "Freq eating whole grain bread (in yea" _column(836 ) int breadw %3f "Freq eating whole grain bread (in wee" _column(839 ) byte juiceno %2f "Freq drinking fruit juice: # of units" _column(841 ) byte juicetp %1f "Freq drinking fruit juice: time unit" _column(842 ) int juicey %4f "Freq drinking fruit juice (in years)" _column(846 ) int juicew %3f "Freq drinking fruit juice (in weeks)" _column(849 ) byte fruitno %2f "Freq eating fruit: # of units" _column(851 ) byte fruittp %1f "Freq eating fruit: time unit" _column(852 ) int fruity %4f "Freq eating fruit (in years)" _column(856 ) int fruitw %3f "Freq eating fruit (in weeks)" _column(859 ) byte dressno %2f "Freq using dressing/mayo: # of units" _column(861 ) byte dresstp %1f "Freq using dressing/mayo: time unit" _column(862 ) int dressy %4f "Freq using dressing/mayo (in years)" _column(866 ) int dressw %3f "Freq using dressing/mayo (in weeks)" _column(869 ) byte saladno %2f "Freq eating salad: # of units" _column(871 ) byte saladtp %1f "Freq eating salad: time unit" _column(872 ) int salady %4f "Freq eating salad (in years)" _column(876 ) int saladw %3f "Freq eating salad (in weeks)" _column(879 ) byte friesno %2f "Freq eating fried potatoes: # of unit" _column(881 ) byte friestp %1f "Freq eating fried potatoes: time unit" _column(882 ) int friesy %4f "Freq eating fried potatoes (in years)" _column(886 ) int friesw %3f "Freq eating fried potatoes (in weeks)" _column(889 ) byte potatno %2f "Freq eating other potatoes: # of unit" _column(891 ) byte potattp %1f "Freq eating other potatoes: time unit" _column(892 ) int potaty %4f "Freq eating other potatoes (in years)" _column(896 ) int potatw %3f "Freq eating other potatoes (in weeks)" _column(899 ) byte beansno %2f "Freq eating beans: # of units" _column(901 ) byte beanstp %1f "Freq eating beans: time unit" _column(902 ) int beansy %4f "Freq eating beans (in years)" _column(906 ) int beansw %3f "Freq eating beans (in weeks)" _column(909 ) byte ovegno %2f "Freq eating other vegetables: # of un" _column(911 ) byte ovegtp %1f "Freq eating other vegetables: time un" _column(912 ) int ovegy %4f "Freq eating other vegetables (in year" _column(916 ) int ovegw %3f "Freq eating other vegetables (in week" _column(919 ) byte pastano %2f "Freq eating pasta: # of units" _column(921 ) byte pastatp %1f "Freq eating pasta: time unit" _column(922 ) int pastay %4f "Freq eating pasta (in years)" _column(926 ) int pastaw %3f "Freq eating pasta (in weeks)" _column(929 ) byte pnutno %2f "Freq eating nuts: # of units" _column(931 ) byte pnuttp %1f "Freq eating nuts: time unit" _column(932 ) int pnuty %4f "Freq eating nuts (in years)" _column(936 ) int pnutw %3f "Freq eating nuts (in weeks)" _column(939 ) byte chipsno %2f "Freq eating chips: # of units" _column(941 ) byte chipstp %1f "Freq eating chips: time unit" _column(942 ) int chipsy %4f "Freq eating chips (in years)" _column(946 ) int chipsw %3f "Freq eating chips (in weeks)" _column(949 ) byte vitany %1f "Vitamin/mineral supplmnts-past 12 m" _column(950 ) byte vitmul %1f "Take any multi-vitamins in past 12 m" _column(951 ) byte vitmulm %2f "Number of months took multi-vitamins" _column(953 ) byte vitmuld1 %2f "Freq taking multi-vitamins: # of unit" _column(955 ) byte vitmuld2 %1f "Freq taking multi-vitamins: time unit" _column(956 ) byte vitmuldm %2f "Freq taking multi-vitamins (in months" _column(958 ) byte vitmuldw %2f "Freq taking multi-vitamins (in weeks)" _column(960 ) byte vita %1f "Take vitamin A during past 12 months" _column(961 ) byte vitam %2f "Number of months took vitamin A" _column(963 ) byte vitadno %2f "Freq taking Vitamin A: # of units" _column(965 ) byte vitadtp %1f "Freq taking Vitamin A: time unit" _column(966 ) byte vitadm %2f "Freq taking Vitamin A (in months)" _column(968 ) byte vitadw %2f "Freq taking Vitamin A (in weeks)" _column(970 ) byte vitc %1f "Take vitamin C during past 12 months" _column(971 ) byte vitcm %2f "Number of months took vitamin C" _column(973 ) byte vitcdno %2f "Freq taking Vitamin C: # of units" _column(975 ) byte vitcdtp %1f "Freq taking Vitamin C: time unit" _column(976 ) byte vitcdm %2f "Freq taking Vitamin C (in months)" _column(978 ) byte vitcdw %2f "Freq taking Vitamin C (in weeks)" _column(980 ) byte vite %1f "Take vitamin E during past 12 months" _column(981 ) byte vitem %2f "Number of months took vitamin E" _column(983 ) byte vitedno %2f "Freq taking Vitamin E: # of units" _column(985 ) byte vitedtp %1f "Freq taking Vitamin E: time unit" _column(986 ) byte vitedm %2f "Freq taking Vitamin E (in months)" _column(988 ) byte vitedw %2f "Freq taking Vitamin E (in weeks)" _column(990 ) byte calc %1f "Take calcium during past 12 months" _column(991 ) byte calcm %2f "Number of months took calcium" _column(993 ) byte calcdno %2f "Freq taking calcium: # of units" _column(995 ) byte calcdtp %1f "Freq taking calcium: time unit" _column(996 ) byte calcdm %2f "Freq taking calcium (in months)" _column(998 ) byte calcdw %2f "Freq taking calcium (in weeks)" _column(1000 -10) byte herbsupp %-999f "Take herbal supplements during past 1" _column(1001 -10) byte herb_alo %-1000f "Aloe" _column(1002 -10) byte herb_ast %-1001f "Astragalus" _column(1003 -10) byte herb_bil %-1002f "Bilberry" _column(1004 -10) byte herb_cas %-1003f "Cascara Sagrada" _column(1005 -10) byte herb_cat %-1004f "Cat's Claw" _column(1006 -10) byte herb_cay %-1005f "Cayenne" _column(1007 -10) byte herb_cra %-1006f "Cranberry" _column(1008 -10) byte herb_don %-1007f "Dong Quai" _column(1009 -10) byte herb_ech %-1008f "Echinacea" _column(1010 -10) byte herb_eve %-1009f "Evening primrose oil" _column(1011 -10) byte herb_fev %-1010f "Feverfew" _column(1012 -10) byte herb_gar %-1011f "Garlic pills" _column(1013 -10) byte herb_gig %-1012f "Ginger pills" _column(1014 -10) byte herb_gik %-1013f "Ginkgo (biloba)" _column(1015 -10) byte herb_gia %-1014f "Ginseng (Amer; Asian)" _column(1016 -10) byte herb_gis %-1015f "Ginseng (Siberian)" _column(1017 -10) byte herb_gol %-1016f "Goldenseal" _column(1018 -10) byte herb_gra %-1017f "Grapeseed extract" _column(1019 -10) byte herb_kav %-1018f "Kava Kava" _column(1020 -10) byte herb_lec %-1019f "Lecithin" _column(1021 -10) byte herb_mel %-1020f "Melatonin" _column(1022 -10) byte herb_mil %-1021f "Milk Thistle" _column(1023 -10) byte herb_saw %-1022f "Saw Palmetto" _column(1024 -10) byte herb_joh %-1023f "St. John's Wort" _column(1025 -10) byte herb_val %-1024f "Valerian" _column(1026 -10) byte herb_oth %-1025f "Another herbal supplement" _column(1027 -10) byte herbm %-1026f "Number of months took herbal supplmnt" _column(1029 -10) byte herbdno %-1028f "Freq herbal supplements: # of units" _column(1031 -10) byte herbdtp %-1030f "Freq herbal supplements: time unit" _column(1032 -10) byte herbdm %-1031f "Freq herbal supplements (in months)" _column(1034 -10) byte herbdw %-1033f "Freq herbal supplements (in weeks)" _column(1036 -10) byte mdtalk %-1035f "Talked about diet with doctor" _column(1037 -10) byte walk %-1036f "Usually walk/bike to work/school/erra" _column(1038 -10) byte move1 %-1037f "Daily activities; moving around" _column(1039 -10) byte lift %-1038f "Daily activities; lifting or carrying" _column(1040 -10) byte sitwday %-1039f "Weekday hours sitting outside of work" _column(1042 -10) byte sitwend %-1041f "Weekend hours sitting outside of work" _column(1044 -10) byte mdexer %-1043f "MD recommend exercise/physical activi" _column(1045 -10) byte fsswitc %-1044f "Switch to lower tar/nicotine cigarett" _column(1046 -10) byte fsqstop %-1045f "Stopped all at once" _column(1047 -10) byte fsqdecr %-1046f "Gradually decreased # cigs smoked" _column(1048 -10) byte fsqbook %-1047f "Instructions in pamphlet/book" _column(1049 -10) byte fsqcoun %-1048f "One-on-one counseling" _column(1050 -10) byte fsqclin %-1049f "Stop-smoking clinic/program" _column(1051 -10) byte fsqpatc %-1050f "Nicotine patch" _column(1052 -10) byte fsqgum %-1051f "Nicotine containing gum" _column(1053 -10) byte fsqspry %-1052f "Nicotine nasal spray" _column(1054 -10) byte fsqinha %-1053f "Nicotine inhaler" _column(1055 -10) byte fsqzyb %-1054f "Zyban/Buproprion/Wellbutrin med" _column(1056 -10) byte fsqswit %-1055f "Switched to chewing tobacco/snuff" _column(1057 -10) byte fsqoth %-1056f "Any other method" _column(1058 -10) byte fsquitn %-1057f "Times quit smoking in whole life" _column(1061 -10) byte csswitc %-1060f "Switch to lower tar/nicotine cigarett" _column(1062 -10) byte csqev %-1061f "Stopped smoking one day or longer" _column(1063 -10) byte csq12 %-1062f "Times stopped smoking 1 day or longer" _column(1066 -10) byte csqstop %-1065f "Stopped all at once" _column(1067 -10) byte csqdecr %-1066f "Gradually decreased # cigs smoked" _column(1068 -10) byte csqbook %-1067f "Instructions in pamphlet/book" _column(1069 -10) byte csqcoun %-1068f "One-on-one counseling" _column(1070 -10) byte csqclin %-1069f "Stop-smoking clinic/program" _column(1071 -10) byte csqpatc %-1070f "Nicotine patch" _column(1072 -10) byte csqgum %-1071f "Nicotine containing gum" _column(1073 -10) byte csqspry %-1072f "Nicotine nasal spray" _column(1074 -10) byte csqinha %-1073f "Nicotine inhaler" _column(1075 -10) byte csqzyb %-1074f "Zyban/Buproprion/Wellbutrin med" _column(1076 -10) byte csqswit %-1075f "Switched to chewing tobacco/snuff" _column(1077 -10) byte csqoth %-1076f "Any other method" _column(1078 -10) byte qwant %-1077f "Like to quit smoking" _column(1079 -10) byte csq6m %-1078f "Considering quitting smoking - 6 mos" _column(1080 -10) byte csq30d %-1079f "Planning to quit smoking - 30 days" _column(1081 -10) byte mdtob1 %-1080f "Doctor asked if smoke/use tobacco" _column(1082 -10) byte mdtob2 %-1081f "Doc advised quit smoking/using tobacc" _column(1083 -10) byte evpipe %-1082f "Ever smoked a pipe" _column(1084 -10) byte evcigar %-1083f "Ever smoked a cigar" _column(1085 -10) byte evbidi %-1084f "Ever smoked a bidi" _column(1086 -10) byte evsnuff %-1085f "Ever used snuff" _column(1087 -10) byte evchew %-1086f "Ever used chewing tobacco" _column(1088 -10) byte pipe50 %-1087f "Smoked a pipe at least 50 times" _column(1089 -10) byte pipeed %-1088f "Pipe freq: everyday/somedays/not at a" _column(1090 -10) byte cigar50 %-1089f "Smoked at least 50 cigars" _column(1091 -10) byte cigared %-1090f "Cigar freq: everyday/somedays/not at " _column(1092 -10) byte cig30d %-1091f "Times smoked cigar in past 30 days" _column(1094 -10) byte bidi20 %-1093f "Smoked bidis at least 20 times" _column(1095 -10) byte bidied %-1094f "Bidi freq: everyday/somedays/not at a" _column(1096 -10) byte snuff20 %-1095f "Used snuff at least 20 times" _column(1097 -10) byte snuffed %-1096f "Snuff freq: everyday/somedays/not at " _column(1098 -10) byte chew20 %-1097f "Used chewing tobacco at least 20 time" _column(1099 -10) byte chewed %-1098f "Chew freq: everyday/somedays/not at a" _column(1100 -11) byte smhome %-1099f "Times smoked inside home" _column(1102 -11) byte areawrk %-1101f "Type of work area" _column(1103 -11) byte smarea %-1102f "Anyone smoked in your work area" _column(1104 -11) byte smpol %-1103f "Employer policy that restricts smokin" _column(1105 -11) byte smpolp %-1104f "Employer's smoking policy - public ar" _column(1106 -11) byte smpolw %-1105f "Employer's smoking policy - work area" _column(1107 -11) byte nosmok %-1106f "Smoking indoor public places - opinio" _column(1108 -11) byte smharm %-1107f "Other people's cig smoke harmful" _column(1109 -11) byte incr150 %-1108f "Increase cigarettes $1.50 per pack" _column(1110 -11) byte sun1hr %-1109f "In sun 1 hour; effect on skin" _column(1112 -11) byte suntan %-1111f "In sun a long time; effect on skin" _column(1114 -11) byte sun1_sha %-1113f "Stay in shade on sunny day" _column(1115 -11) byte sun1_hat %-1114f "Wear wide-brimmed hat on sunny day" _column(1116 -11) byte sun2_lgs %-1115f "Wear long sleeved shirt on sunny day" _column(1117 -11) byte sun2_scr %-1116f "Use sunscreen on sunny day" _column(1118 -11) byte spf %-1117f "SPF number of sunscreen used most oft" _column(1120 -11) byte nburn %-1119f "Number of times sunburned in past yea" _column(1123 -11) byte sknx %-1122f "Ever had skin cancer exam" _column(1124 -11) byte rskx1_mt %-1123f "Month of most recent skin exam" _column(1126 -11) byte rskx1_yr %-1125f "Year of most recent skin exam" _column(1130 -11) byte rskx1_no %-1129f "Time ago date of skin exam: # of unit" _column(1132 -11) byte rskx1_tp %-1131f "Time ago date of skin exam: Time unit" _column(1133 -11) byte rskx2 %-1132f "Most recent skin exam; time categorie" _column(1134 -11) byte rskx_mo2 %-1133f "Months since last skin exam" _column(1137 -11) byte rskx3 %-1136f "Most recent skin exam; time categorie" _column(1138 -11) byte sknxreas %-1137f "Reason for most recent skin exam" _column(1139 -11) byte menstage %-1138f "Age at first menstrual period" _column(1141 -11) byte bcevuse %-1140f "Ever used birth control pills" _column(1142 -11) byte bc_no %-1141f _column(1144 -11) byte bc_tp %-1143f _column(1145 -11) byte birthev %-1144f "Ever gave birth to live born infant" _column(1146 -11) byte birthnum %-1145f "Total number of births" _column(1148 -11) byte birthage %-1147f "Age at first child born" _column(1150 -11) byte birthag2 %-1149f "Year first child born" _column(1154 -11) byte paphad %-1153f "Ever had Pap smear test" _column(1155 -11) byte pap6yr_p %-1154f "Number of Pap smears; last 6 yrs" _column(1157 -11) byte rpap1_mt %-1156f "Month of most recent Pap smear" _column(1159 -11) byte rpap1_yr %-1158f "Year of most recent Pap smear" _column(1163 -11) byte rpap1_no %-1162f "Time ago date of pap smear: # of unit" _column(1165 -11) byte rpap1_tp %-1164f "Time ago date of pap smear: Time unit" _column(1166 -11) byte rpap2ca %-1165f "Most recent Pap smear; time categorie" _column(1167 -11) byte rpap_mo2 %-1166f "Months since last pap smear exam" _column(1170 -11) byte rpap3 %-1169f "Most recent pap smear; time categorie" _column(1171 -11) byte papreas %-1170f "Reason for most recent Pap smear" _column(1172 -11) byte papabn %-1171f "Ever had abnormal Pap smear results" _column(1173 -11) byte papadde %-1172f "Abnormal Pap; additional tests" _column(1174 -11) byte paptrt %-1173f "Abnormal Pap; treatment or surgery" _column(1175 -11) byte papnot %-1174f "Reason why no Pap smear" _column(1177 -11) byte mdrecpap %-1176f "MD recommended Pap smear in past year" _column(1178 -11) byte hyst %-1177f "Ever had a hysterectomy" _column(1179 -11) byte rhyst1_m %-1178f "Month of hysterectomy" _column(1181 -11) byte rhyst1_y %-1180f "Year of hysterectomy" _column(1185 -11) byte rhyst1_n %-1184f "Time ago date hysterectomy: # of unit" _column(1187 -11) byte rhyst1_t %-1186f "Time ago date hysterectomy: time unit" _column(1188 -11) byte rhyst2 %-1187f "Date of hysterectomy; time categories" _column(1189 -11) byte rhys_mo2 %-1188f "Months since hysterectomy" _column(1192 -11) byte rhyst3 %-1191f "Hysterectomy; time categories" _column(1193 -11) byte mamhad %-1192f "Ever had mammogram" _column(1194 -11) byte mamage %-1193f "Age at first mammogram; age categorie" _column(1195 -11) byte mam6yr_p %-1194f "Number of mammograms; last 6 yrs" _column(1197 -11) byte rmam1_mt %-1196f "Month of most recent mammogram" _column(1199 -12) byte rmam1_yr %-1198f "Year of most recent mammogram" _column(1203 -12) byte rmam1_no %-1202f "Time ago date of mammogram: # of unit" _column(1205 -12) byte rmam1_tp %-1204f "Time ago date of mammogram: time unit" _column(1206 -12) byte rmam2ca %-1205f "Most recent mammogram; time categorie" _column(1207 -12) byte rmam_mo2 %-1206f "Months since last mammogram" _column(1210 -12) byte rmam3 %-1209f "Most recent mammogram; time categorie" _column(1211 -12) byte mamwher %-1210f "Where most recent mammogram done" _column(1212 -12) byte mampay %-1211f "Portion of cost you paid for mammogra" _column(1213 -12) byte mamp_pri %-1212f "Priv hlth ins" _column(1214 -12) byte mamp_car %-1213f "Medicare" _column(1215 -12) byte mamp_aid %-1214f "Medicaid" _column(1216 -12) byte mamp_fre %-1215f "Free clinic" _column(1217 -12) byte mamp_oth %-1216f "Other payment source" _column(1218 -12) byte mamlocst %-1217f "Mammogram provided by low-cost progra" _column(1219 -12) byte mamreas %-1218f "Reason for most recent mammogram" _column(1220 -12) byte mamabn %-1219f "Ever had abnormal mammogram results" _column(1221 -12) byte mamt_non %-1220f "No additional tests/surgery" _column(1222 -12) byte mamt_oth %-1221f "Another mammogram" _column(1223 -12) byte mamt_ult %-1222f "Ultrasound" _column(1224 -12) byte mamt_cbe %-1223f "Clinical breast exam" _column(1225 -12) byte mamt_bio %-1224f "Needle biopsy" _column(1226 -12) byte mamt_tum %-1225f "Tumor; lump removed/lumpectomy" _column(1227 -12) byte mamt_bre %-1226f "Breast removed/masectomy" _column(1228 -12) byte mamcan %-1227f "Additional results indicated cancer" _column(1229 -12) byte lumpev %-1228f "Had non-cancerous breast lump removed" _column(1230 -12) byte lumpnum %-1229f "Total number of lumpectomies" _column(1232 -12) byte mamnot %-1231f "Reason why no mammogram" _column(1234 -12) byte mdrecmam %-1233f "MD recommended mammogram in past yr" _column(1235 -12) byte med_hrt %-1234f "Currently taking HRT" _column(1236 -12) byte med_tamx %-1235f "Currently taking Tamoxifen" _column(1237 -12) byte med_ralx %-1236f "Currently taking Raloxifen" _column(1238 -12) byte med_bc %-1237f "Taking birth control pills/implants/s" _column(1239 -12) byte cbehad %-1238f "Ever had a breast exam" _column(1240 -12) byte rcbe1_mt %-1239f "Month of most recent breast exam" _column(1242 -12) byte rcbe1_yr %-1241f "Year of most recent breast exam" _column(1246 -12) byte rcbe1_no %-1245f "Time ago date of breast exam: # of un" _column(1248 -12) byte rcbe1_tp %-1247f "Time ago date of breast exam: # of un" _column(1249 -12) byte rcbe2 %-1248f "Most recent breast exam; time categor" _column(1250 -12) byte rcbe_mo2 %-1249f "Months since last clinical breast exa" _column(1253 -12) byte rcbe3 %-1252f "Most recent breast exam; time categor" _column(1254 -12) byte psahrd %-1253f "Ever heard of PSA test" _column(1255 -12) byte psahad %-1254f "Ever had PSA test" _column(1256 -12) byte psaage1 %-1255f "Age category at first PSA test" _column(1258 -12) byte psa5yr_p %-1257f "Number of PSA tests; last 5 yrs" _column(1260 -12) byte rpsa1_mt %-1259f "Month of most recent PSA test" _column(1262 -12) byte rpsa1_yr %-1261f "Year of most recent PSA test" _column(1266 -12) byte rpsa1_no %-1265f "Time ago date of PSA test: # of units" _column(1268 -12) byte rpsa1_tp %-1267f "Time ago date of PSA test: time unit" _column(1269 -12) byte rpsa2 %-1268f "Most recent PSA test; time categories" _column(1270 -12) byte rpsa_mo2 %-1269f "Months since last PSA test" _column(1273 -12) byte rpsa3 %-1272f "Most recent PSA test; time categories" _column(1274 -12) byte psareas %-1273f "Reason for most recent PSA test" _column(1275 -12) byte psasugg %-1274f "Who first suggested PSA test" _column(1276 -12) byte psadisc %-1275f "Did doctor discuss test" _column(1277 -12) byte psaabn %-1276f "Ever had abnormal PSA results" _column(1278 -12) byte psat_non %-1277f "No additional tests/surgery" _column(1279 -12) byte psat_oth %-1278f "Another PSA" _column(1280 -12) byte psat_bio %-1279f "Biopsy" _column(1281 -12) byte psat_ult %-1280f "Ultrasound" _column(1282 -12) byte psat_mri %-1281f "MRI" _column(1283 -12) byte psacan %-1282f "Did PSA test indicate cancer" _column(1284 -12) byte crehad %-1283f "Ever had colorectal screening exam" _column(1285 -12) byte cre10y_p %-1284f "Number of colorectal exams; last 10 y" _column(1287 -12) byte rcre1_mt %-1286f "Month of most recent colorectal exam" _column(1289 -12) byte rcre1_yr %-1288f "Year of most recent colorectal exam" _column(1293 -12) byte rcre1_no %-1292f "Time ago date of exam: # of units" _column(1295 -12) byte rcre1_tp %-1294f "Time ago date of exam: time unit" _column(1296 -12) byte rcre2 %-1295f "Most recent colorectal exam; time cat" _column(1297 -12) byte rcre_mo2 %-1296f "Months since last colorectal exam" _column(1300 -13) byte rcre3 %-1299f "Most recent colorectal exam; time cat" _column(1301 -13) byte crenam %-1300f "Type of recent colorectal exam" _column(1302 -13) byte crereas %-1301f "Reason for most recent colorectal exa" _column(1303 -13) byte crenot %-1302f "Reas no recent sigmoidoscopy/colonosc" _column(1305 -13) byte crerec %-1304f "Dr recommended sigmoidoscopy/colonosc" _column(1306 -13) byte hfobhad %-1305f "Had blood stool test using home test " _column(1307 -13) byte hfob3y_p %-1306f "# home blood stool tests; last 3 yrs" _column(1309 -13) byte rhfob1_m %-1308f "Month of home blood stool test" _column(1311 -13) byte rhfob1_y %-1310f "Year of home blood stool test" _column(1315 -13) byte rhfob1_n %-1314f "Time ago date of exam: # of units" _column(1317 -13) byte rhfob1_t %-1316f "Time ago date of exam: time unit" _column(1318 -13) byte rhfob2 %-1317f "Home blood stool test; time categorie" _column(1319 -13) byte rhfo_mo2 %-1318f "Months since last home blood stool te" _column(1322 -13) byte rhfob3 %-1321f "Home blood stool test; time categorie" _column(1323 -13) byte hfobreas %-1322f "Reas for recent home blood stool test" _column(1324 -13) byte hfobabn %-1323f "Had abnorm home blood stool test resu" _column(1325 -13) byte hfob_non %-1324f "No additional tests/surgery" _column(1326 -13) byte hfob_oth %-1325f "Another Fecal Occult Blood test" _column(1327 -13) byte hfob_sig %-1326f "Sigmoidoscopy" _column(1328 -13) byte hfob_col %-1327f "Colonoscopy" _column(1329 -13) byte hfob_bar %-1328f "Barium enema" _column(1330 -13) byte hfob_sur %-1329f "Surgery" _column(1331 -13) byte hfobnot %-1330f "Reason no home blood stool test past " _column(1333 -13) byte mdhfob %-1332f "MD recomm home blood stool test past " _column(1334 -13) byte fobhad %-1333f "Ever had blood stool test" _column(1335 -13) byte rfob1_mt %-1334f "Month of office blood stool test" _column(1337 -13) byte rfob1_yr %-1336f "Month of office blood stool test" _column(1341 -13) byte rfob1_no %-1340f "Time ago date of exam: # of units" _column(1343 -13) byte rfob1_tp %-1342f "Time ago date of exam: time unit" _column(1344 -13) byte rfob2 %-1343f "Office blood stool test; time categor" _column(1345 -13) byte rfob_mo2 %-1344f "Months since office blood stool test" _column(1348 -13) byte rfob3 %-1347f "Office blood stool test; time categor" _column(1349 -13) byte gtheard %-1348f "Heard of genetic testing for cancer r" _column(1350 -13) byte gtposs %-1349f "Discussed genetic test with MD" _column(1351 -13) byte gtadvise %-1350f "Advised to have genetic test for canc" _column(1352 -13) byte gtgrisk %-1351f "Had genetic test for cancer risk" _column(1353 -13) byte gt_bre %-1352f "Had genetic test for breast cancer ri" _column(1354 -13) byte gt_ova %-1353f "Had genetic test for ovarian cancer r" _column(1355 -13) byte gt_col %-1354f "Genetic test - colon/rectal cancer ri" _column(1356 -13) byte gt_oth %-1355f "Genetic test - other type of cancer r" _column(1357 -13) byte gtcount %-1356f "Number of genetic tests reported" _column(1358 -13) byte gtrsk_mt %-1357f "Month of last genetic test" _column(1360 -13) byte gtrsk_yr %-1359f "Year of last genetic test" _column(1364 -13) byte gtrskbno %-1363f "Test done: # of units" _column(1366 -13) byte gtrskbtp %-1365f "Test Done: Time unit" _column(1367 -13) byte gtconsnt %-1366f "Signed consent form for genetic test" _column(1368 -13) byte gtrsrch %-1367f "Genetic test for research study" _column(1369 -13) byte gtdoct %-1368f "Type of doctor who ordered genetic te" _column(1371 -13) byte gtconf %-1370f "Test results remain confidential" _column(1372 -13) byte gtresult %-1371f "Received results of genetic test" _column(1373 -13) byte gtreshow %-1372f "How results of test were received" _column(1374 -13) byte gtaccura %-1373f "Confident results are accurate" _column(1375 -13) byte gtcounc %-1374f "Received genetic counseling" _column(1376 -13) byte gtcwhen %-1375f "When did you receive genetic counseli" _column(1377 -13) byte gtinsure %-1376f "Genetic testing affects health insura" _column(1378 -13) byte gtcrisk %-1377f "Risk of getting cancer in the future" _column(1379 -13) byte gtfrisk %-1378f "Amount of cancer in family" _column(1380 -13) byte fhfcan %-1379f "Biological father ever have cancer" _column(1381 -13) byte fhftyp1 %-1380f "What kind of cancer...bladder" _column(1382 -13) byte fhfage1 %-1381f "Father <50 when diag w/bladder cancer" _column(1383 -13) byte fhftyp2 %-1382f "What kind of cancer...blood" _column(1384 -13) byte fhfage2 %-1383f "Father <50 when diag w/blood cancer" _column(1385 -13) byte fhftyp3 %-1384f "What kind of cancer...bone" _column(1386 -13) byte fhfage3 %-1385f "Father <50 when diag w/bone cancer" _column(1387 -13) byte fhftyp4 %-1386f "What kind of cancer...brain" _column(1388 -13) byte fhfage4 %-1387f "Father <50 when diag w/brain cancer" _column(1389 -13) byte fhftyp5 %-1388f "What kind of cancer...breast" _column(1390 -13) byte fhfage5 %-1389f "Father <50 when diag w/breast cancer" _column(1391 -13) byte fhftyp6 %-1390f "What kind of cancer...cervix" _column(1392 -13) byte fhfage6 %-1391f "Father <50 when diag w/cervical cance" _column(1393 -13) byte fhftyp7 %-1392f "What kind of cancer...colon" _column(1394 -13) byte fhfage7 %-1393f "Father <50 when diag w/colon cancer" _column(1395 -13) byte fhftyp8 %-1394f "What kind of cancer...esophagus" _column(1396 -13) byte fhfage8 %-1395f "Father <50 when diag w/esophageal can" _column(1397 -13) byte fhftyp9 %-1396f "What kind of cancer...gallbladder" _column(1398 -13) byte fhfage9 %-1397f "Father <50 when diag w/gallbladder Ca" _column(1399 -13) byte fhftyp10 %-1398f "What kind of cancer...kidney" _column(1400 -14) byte fhfage10 %-1399f "Father <50 when diag w/kidney cancer" _column(1401 -14) byte fhftyp11 %-1400f "What kind of cancer...larynx-windpipe" _column(1402 -14) byte fhfage11 %-1401f "Father <50 when diag w/laryngeal canc" _column(1403 -14) byte fhftyp12 %-1402f "What kind of cancer...leukemia" _column(1404 -14) byte fhfage12 %-1403f "Father <50 when diag w/leukemia" _column(1405 -14) byte fhftyp13 %-1404f "What kind of cancer...liver" _column(1406 -14) byte fhfage13 %-1405f "Father <50 when diag w/liver cancer" _column(1407 -14) byte fhftyp14 %-1406f "What kind of cancer...lung" _column(1408 -14) byte fhfage14 %-1407f "Father <50 when diag w/lung cancer" _column(1409 -14) byte fhftyp15 %-1408f "What kind of cancer...lymphoma" _column(1410 -14) byte fhfage15 %-1409f "Father <50 when diag w/lymphoma" _column(1411 -14) byte fhftyp16 %-1410f "What kind of cancer...melanoma" _column(1412 -14) byte fhfage16 %-1411f "Father <50 when diag w/melanoma" _column(1413 -14) byte fhftyp17 %-1412f "What kind of cancer...mouth/tongue/li" _column(1414 -14) byte fhfage17 %-1413f "Father <50 when diag w/mouth cancer" _column(1415 -14) byte fhftyp18 %-1414f "What kind of cancer...ovarian" _column(1416 -14) byte fhfage18 %-1415f "Father <50 when diag w/ovarian cancer" _column(1417 -14) byte fhftyp19 %-1416f "What kind of cancer...pancreatic" _column(1418 -14) byte fhfage19 %-1417f "Father <50 when diag w/pancreatic can" _column(1419 -14) byte fhftyp20 %-1418f "What kind of cancer...prostate" _column(1420 -14) byte fhfage20 %-1419f "Father <50 when diag w/prostate cance" _column(1421 -14) byte fhftyp21 %-1420f "What kind of cancer...rectum" _column(1422 -14) byte fhfage21 %-1421f "Father <50 when diag w/rectal cancer" _column(1423 -14) byte fhftyp22 %-1422f "What kind of cancer..skin (non-melano" _column(1424 -14) byte fhfage22 %-1423f "Father <50 when diag w/skin-non-melan" _column(1425 -14) byte fhftyp23 %-1424f "What kind of cancer...skin (DK kind)" _column(1426 -14) byte fhfage23 %-1425f "Father <50 when diag w/skin(DK kind) " _column(1427 -14) byte fhftyp24 %-1426f "Type of cancer..soft tissue (muscle)" _column(1428 -14) byte fhfage24 %-1427f "Father <50 when diag w/soft tissue Ca" _column(1429 -14) byte fhftyp25 %-1428f "What kind of cancer...stomach" _column(1430 -14) byte fhfage25 %-1429f "Father <50 when diag w/stomach cancer" _column(1431 -14) byte fhftyp26 %-1430f "What kind of cancer ... testicular" _column(1432 -14) byte fhfage26 %-1431f "Father <50 when diag w/testicular can" _column(1433 -14) byte fhftyp27 %-1432f "What kind of cancer...throat-pharynx" _column(1434 -14) byte fhfage27 %-1433f "Father <50 when diag w/throat cancer" _column(1435 -14) byte fhftyp28 %-1434f "What kind of cancer...thyroid" _column(1436 -14) byte fhfage28 %-1435f "Father <50 when diag w/thyroid cancer" _column(1437 -14) byte fhftyp29 %-1436f "What kind of cancer...uterine" _column(1438 -14) byte fhfage29 %-1437f "Father <50 when diag w/uterine cancer" _column(1439 -14) byte fhftyp30 %-1438f "What kind of cancer...other" _column(1440 -14) byte fhfage30 %-1439f "Father <50 when diag w/other cancer" _column(1441 -14) byte fhftyp31 %-1440f "What kind of cancer...unknown" _column(1442 -14) byte fhfage31 %-1441f "Father <50 when diag w/unknown cancer" _column(1443 -14) byte fhftyp32 %-1442f "What kind of cancer...more than 3 kin" _column(1444 -14) byte fhmcan %-1443f "Biological mother ever have cancer" _column(1445 -14) byte fhmtyp1 %-1444f "What kind of cancer...bladder" _column(1446 -14) byte fhmage1 %-1445f "mother <50 when diag w/bladder cancer" _column(1447 -14) byte fhmtyp2 %-1446f "What kind of cancer...blood" _column(1448 -14) byte fhmage2 %-1447f "mother <50 when diag w/blood cancer" _column(1449 -14) byte fhmtyp3 %-1448f "What kind of cancer...bone" _column(1450 -14) byte fhmage3 %-1449f "mother <50 when diag w/bone cancer" _column(1451 -14) byte fhmtyp4 %-1450f "What kind of cancer...brain" _column(1452 -14) byte fhmage4 %-1451f "mother <50 when diag w/brain cancer" _column(1453 -14) byte fhmtyp5 %-1452f "What kind of cancer...breast" _column(1454 -14) byte fhmage5 %-1453f "mother <50 when diag w/breast cancer" _column(1455 -14) byte fhmtyp6 %-1454f "What kind of cancer...cervix" _column(1456 -14) byte fhmage6 %-1455f "mother <50 when diag w/cervical cance" _column(1457 -14) byte fhmtyp7 %-1456f "What kind of cancer...colon" _column(1458 -14) byte fhmage7 %-1457f "mother <50 when diag w/colon cancer" _column(1459 -14) byte fhmtyp8 %-1458f "What kind of cancer...esophagus" _column(1460 -14) byte fhmage8 %-1459f "mother <50 when diag w/esophageal can" _column(1461 -14) byte fhmtyp9 %-1460f "What kind of cancer...gallbladder" _column(1462 -14) byte fhmage9 %-1461f "mother <50 when diag w/gallbladder Ca" _column(1463 -14) byte fhmtyp10 %-1462f "What kind of cancer...kidney" _column(1464 -14) byte fhmage10 %-1463f "mother <50 when diag w/kidney cancer" _column(1465 -14) byte fhmtyp11 %-1464f "What kind of cancer...larynx-windpipe" _column(1466 -14) byte fhmage11 %-1465f "mother <50 when diag w/laryngeal canc" _column(1467 -14) byte fhmtyp12 %-1466f "What kind of cancer...leukemia" _column(1468 -14) byte fhmage12 %-1467f "mother <50 when diag w/leukemia" _column(1469 -14) byte fhmtyp13 %-1468f "What kind of cancer...liver" _column(1470 -14) byte fhmage13 %-1469f "mother <50 when diag w/liver cancer" _column(1471 -14) byte fhmtyp14 %-1470f "What kind of cancer...lung" _column(1472 -14) byte fhmage14 %-1471f "mother <50 when diag w/lung cancer" _column(1473 -14) byte fhmtyp15 %-1472f "What kind of cancer...lymphoma" _column(1474 -14) byte fhmage15 %-1473f "mother <50 when diag w/lymphoma" _column(1475 -14) byte fhmtyp16 %-1474f "What kind of cancer...melanoma" _column(1476 -14) byte fhmage16 %-1475f "mother <50 when diag w/melanoma" _column(1477 -14) byte fhmtyp17 %-1476f "What kind of cancer...mouth/tongue/li" _column(1478 -14) byte fhmage17 %-1477f "mother <50 when diag w/mouth cancer" _column(1479 -14) byte fhmtyp18 %-1478f "What kind of cancer...ovarian" _column(1480 -14) byte fhmage18 %-1479f "mother <50 when diag w/ovarian cancer" _column(1481 -14) byte fhmtyp19 %-1480f "What kind of cancer...pancreatic" _column(1482 -14) byte fhmage19 %-1481f "mother <50 when diag w/pancreatic can" _column(1483 -14) byte fhmtyp20 %-1482f "What kind of cancer...prostate" _column(1484 -14) byte fhmage20 %-1483f "mother <50 when diag w/prostate cance" _column(1485 -14) byte fhmtyp21 %-1484f "What kind of cancer...rectum" _column(1486 -14) byte fhmage21 %-1485f "mother <50 when diag w/rectal cancer" _column(1487 -14) byte fhmtyp22 %-1486f "What kind of cancer..skin (non-melano" _column(1488 -14) byte fhmage22 %-1487f "mother <50 when diag w/skin-non-melan" _column(1489 -14) byte fhmtyp23 %-1488f "What kind of cancer...skin (DK kind)" _column(1490 -14) byte fhmage23 %-1489f "mother <50 when diag w/skin(DK kind) " _column(1491 -14) byte fhmtyp24 %-1490f "Type of cancer..soft tissue (muscle)" _column(1492 -14) byte fhmage24 %-1491f "mother <50 when diag w/soft tissue Ca" _column(1493 -14) byte fhmtyp25 %-1492f "What kind of cancer...stomach" _column(1494 -14) byte fhmage25 %-1493f "mother <50 when diag w/stomach cancer" _column(1495 -14) byte fhmtyp26 %-1494f "What kind of cancer ... testicular" _column(1496 -14) byte fhmage26 %-1495f "mother <50 when diag w/testicular can" _column(1497 -14) byte fhmtyp27 %-1496f "What kind of cancer...throat-pharynx" _column(1498 -14) byte fhmage27 %-1497f "mother <50 when diag w/throat cancer" _column(1499 -14) byte fhmtyp28 %-1498f "What kind of cancer...thyroid" _column(1500 -15) byte fhmage28 %-1499f "mother <50 when diag w/thyroid cancer" _column(1501 -15) byte fhmtyp29 %-1500f "What kind of cancer...uterine" _column(1502 -15) byte fhmage29 %-1501f "mother <50 when diag w/uterine cancer" _column(1503 -15) byte fhmtyp30 %-1502f "What kind of cancer...other" _column(1504 -15) byte fhmage30 %-1503f "mother <50 when diag w/other cancer" _column(1505 -15) byte fhmtyp31 %-1504f "What kind of cancer...unknown" _column(1506 -15) byte fhmage31 %-1505f "mother <50 when diag w/unknown cancer" _column(1507 -15) byte fhmtyp32 %-1506f "What kind of cancer...more than 3 kin" _column(1508 -15) byte fhbnum %-1507f "# of FULL BROTHERS" _column(1510 -15) byte fhbcan %-1509f "# of full brothers who EVER had cance" _column(1512 -15) byte fhbtyp1 %-1511f "What kind of cancer...bladder" _column(1513 -15) byte fhbman1 %-1512f "# of brothers who had bladder cancer" _column(1515 -15) byte fhbage1 %-1514f "# brothers <50 when diag w/bladder Ca" _column(1517 -15) byte fhbtyp2 %-1516f "What kind of cancer...blood" _column(1518 -15) byte fhbman2 %-1517f "# of brothers who had blood cancer" _column(1520 -15) byte fhbage2 %-1519f "# brothers <50 when diag w/blood canc" _column(1522 -15) byte fhbtyp3 %-1521f "What kind of cancer...bone" _column(1523 -15) byte fhbman3 %-1522f "# of brothers who had bone cancer" _column(1525 -15) byte fhbage3 %-1524f "# brothers <50 when diag w/bone cance" _column(1527 -15) byte fhbtyp4 %-1526f "What kind of cancer...brain" _column(1528 -15) byte fhbman4 %-1527f "# of brothers who had brain cancer" _column(1530 -15) byte fhbage4 %-1529f "# brothers <50 when diag w/brain canc" _column(1532 -15) byte fhbtyp5 %-1531f "What kind of cancer...breast" _column(1533 -15) byte fhbman5 %-1532f "# of brothers who had breast cancer" _column(1535 -15) byte fhbage5 %-1534f "# brothers <50 when diag w/breast can" _column(1537 -15) byte fhbtyp6 %-1536f "What kind of cancer...cervix" _column(1538 -15) byte fhbman6 %-1537f "# of brothers who had cervical cancer" _column(1540 -15) byte fhbage6 %-1539f "# brothers <50 when diag w/cervical C" _column(1542 -15) byte fhbtyp7 %-1541f "What kind of cancer...colon" _column(1543 -15) byte fhbman7 %-1542f "# of brothers who had colon cancer" _column(1545 -15) byte fhbage7 %-1544f "# brothers <50 when diag w/colon canc" _column(1547 -15) byte fhbtyp8 %-1546f "What kind of cancer...esophagus" _column(1548 -15) byte fhbman8 %-1547f "# of brothers who had esophageal canc" _column(1550 -15) byte fhbage8 %-1549f "# brothers <50 when diag w/esophageal" _column(1552 -15) byte fhbtyp9 %-1551f "What kind of cancer...gallbladder" _column(1553 -15) byte fhbman9 %-1552f "# of brothers who had gallbladder can" _column(1555 -15) byte fhbage9 %-1554f "# brothers<50 when diag w/gallbladder" _column(1557 -15) byte fhbtyp10 %-1556f "What kind of cancer...kidney" _column(1558 -15) byte fhbman10 %-1557f "# of brothers who had kidney cancer" _column(1560 -15) byte fhbage10 %-1559f "# brothers <50 when diag w/kidney can" _column(1562 -15) byte fhbtyp11 %-1561f "What kind of cancer...larynx-windpipe" _column(1563 -15) byte fhbman11 %-1562f "# of brothers who had larynx-windpipe" _column(1565 -15) byte fhbage11 %-1564f "# brothers <50 when diag w/laryngeal " _column(1567 -15) byte fhbtyp12 %-1566f "What kind of cancer...leukemia" _column(1568 -15) byte fhbman12 %-1567f "# of brothers who had leukemia" _column(1570 -15) byte fhbage12 %-1569f "# brothers <50 when diag w/leukemia" _column(1572 -15) byte fhbtyp13 %-1571f "What kind of cancer...liver" _column(1573 -15) byte fhbman13 %-1572f "# of brothers who had liver cancer" _column(1575 -15) byte fhbage13 %-1574f "# brothers <50 when diag w/liver canc" _column(1577 -15) byte fhbtyp14 %-1576f "What kind of cancer...lung" _column(1578 -15) byte fhbman14 %-1577f "# of brothers who had lung cancer" _column(1580 -15) byte fhbage14 %-1579f "# brothers <50 when diag w/lung cance" _column(1582 -15) byte fhbtyp15 %-1581f "What kind of cancer...lymphoma" _column(1583 -15) byte fhbman15 %-1582f "# of brothers who had lymphoma" _column(1585 -15) byte fhbage15 %-1584f "# brothers <50 when diag w/ lymphoma" _column(1587 -15) byte fhbtyp16 %-1586f "What kind of cancer...melanoma" _column(1588 -15) byte fhbman16 %-1587f "# of brothers who had melanoma" _column(1590 -15) byte fhbage16 %-1589f "# brothers <50 when diag w/ melanoma" _column(1592 -15) byte fhbtyp17 %-1591f "What kind of cancer...mouth/tongue/li" _column(1593 -15) byte fhbman17 %-1592f "# of brothers who had mouth/tongue/li" _column(1595 -15) byte fhbage17 %-1594f "# brothers <50 when diag w/mouth canc" _column(1597 -15) byte fhbtyp18 %-1596f "What kind of cancer...ovarian" _column(1598 -15) byte fhbman18 %-1597f "# of brothers who had ovarian cancer" _column(1600 -16) byte fhbage18 %-1599f "# brothers <50 when diag w/ovarian Ca" _column(1602 -16) byte fhbtyp19 %-1601f "What kind of cancer...pancreatic" _column(1603 -16) byte fhbman19 %-1602f "# of brothers who had pancreatic canc" _column(1605 -16) byte fhbage19 %-1604f "# brothers <50 when diag w/pancreatic" _column(1607 -16) byte fhbtyp20 %-1606f "What kind of cancer...prostate" _column(1608 -16) byte fhbman20 %-1607f "# of brothers who had prostate cancer" _column(1610 -16) byte fhbage20 %-1609f "# brothers <50 when diag w/prostate C" _column(1612 -16) byte fhbtyp21 %-1611f "What kind of cancer...rectum" _column(1613 -16) byte fhbman21 %-1612f "# of brothers who had rectal cancer" _column(1615 -16) byte fhbage21 %-1614f "# brothers <50 when diag w/rectal can" _column(1617 -16) byte fhbtyp22 %-1616f "What kind of cancer..skin (non-melano" _column(1618 -16) byte fhbman22 %-1617f "# of brothers who had skin-non-melano" _column(1620 -16) byte fhbage22 %-1619f "# brothers <50 when diag w/skin-nonme" _column(1622 -16) byte fhbtyp23 %-1621f "What kind of cancer...skin (DK kind)" _column(1623 -16) byte fhbman23 %-1622f "# of brothers who had skin (DK kind) " _column(1625 -16) byte fhbage23 %-1624f "# brothers <50 when diag w/skin (DK k" _column(1627 -16) byte fhbtyp24 %-1626f "Type of cancer..soft tissue (muscle)" _column(1628 -16) byte fhbman24 %-1627f "# of brothers who had soft tissue Ca" _column(1630 -16) byte fhbage24 %-1629f "# brothers<50 when diag w/soft tissue" _column(1632 -16) byte fhbtyp25 %-1631f "What kind of cancer...stomach" _column(1633 -16) byte fhbman25 %-1632f "# of brothers who had stomach cancer" _column(1635 -16) byte fhbage25 %-1634f "# brothers <50 when diag w/stomach Ca" _column(1637 -16) byte fhbtyp26 %-1636f "What kind of cancer ... testicular" _column(1638 -16) byte fhbman26 %-1637f "# of brothers who had testicular canc" _column(1640 -16) byte fhbage26 %-1639f "# brothers <50 when diag w/testicular" _column(1642 -16) byte fhbtyp27 %-1641f "What kind of cancer...throat-pharynx" _column(1643 -16) byte fhbman27 %-1642f "# of brothers who had throat cancer" _column(1645 -16) byte fhbage27 %-1644f "# brothers <50 when diag w/throat can" _column(1647 -16) byte fhbtyp28 %-1646f "What kind of cancer...thyroid" _column(1648 -16) byte fhbman28 %-1647f "# of brothers who had thyroid cancer" _column(1650 -16) byte fhbage28 %-1649f "# brothers <50 when diag w/thyroid Ca" _column(1652 -16) byte fhbtyp29 %-1651f "What kind of cancer...uterine" _column(1653 -16) byte fhbman29 %-1652f "# of brothers who had uterine cancer" _column(1655 -16) byte fhbage29 %-1654f "# brothers <50 when diag w/uterine ca" _column(1657 -16) byte fhbtyp30 %-1656f "What kind of cancer...other" _column(1658 -16) byte fhbman30 %-1657f "# of brothers who had other cancer" _column(1660 -16) byte fhbage30 %-1659f "# brothers <50 when diag w/other canc" _column(1662 -16) byte fhbtyp31 %-1661f "What kind of cancer...unknown" _column(1663 -16) byte fhbman31 %-1662f "# of brothers who had unknown cancer" _column(1665 -16) byte fhbage31 %-1664f "# brothers <50 when diag w/unknown Ca" _column(1667 -16) byte fhbtyp32 %-1666f "What kind of cancer...more than 3 kin" _column(1668 -16) byte fhsnum %-1667f "# of FULL SISTERS" _column(1670 -16) byte fhscan %-1669f "# of full sisters who EVER had cancer" _column(1672 -16) byte fhstyp1 %-1671f "What kind of cancer...bladder" _column(1673 -16) byte fhsman1 %-1672f "# of sisters who had bladder cancer" _column(1675 -16) byte fhsage1 %-1674f "# sisters <50 when diag w/bladder Ca" _column(1677 -16) byte fhstyp2 %-1676f "What kind of cancer...blood" _column(1678 -16) byte fhsman2 %-1677f "# of sisters who had blood cancer" _column(1680 -16) byte fhsage2 %-1679f "# sisters <50 when diag w/blood cance" _column(1682 -16) byte fhstyp3 %-1681f "What kind of cancer...bone" _column(1683 -16) byte fhsman3 %-1682f "# of sisters who had bone cancer" _column(1685 -16) byte fhsage3 %-1684f "# sisters <50 when diag w/bone cancer" _column(1687 -16) byte fhstyp4 %-1686f "What kind of cancer...brain" _column(1688 -16) byte fhsman4 %-1687f "# of sisters who had brain cancer" _column(1690 -16) byte fhsage4 %-1689f "# sisters <50 when diag w/brain cance" _column(1692 -16) byte fhstyp5 %-1691f "What kind of cancer...breast" _column(1693 -16) byte fhsman5 %-1692f "# of sisters who had breast cancer" _column(1695 -16) byte fhsage5 %-1694f "# sisters <50 when diag w/breast canc" _column(1697 -16) byte fhstyp6 %-1696f "What kind of cancer...cervix" _column(1698 -16) byte fhsman6 %-1697f "# of sisters who had cervical cancer" _column(1700 -17) byte fhsage6 %-1699f "# sisters <50 when diag w/cervical Ca" _column(1702 -17) byte fhstyp7 %-1701f "What kind of cancer...colon" _column(1703 -17) byte fhsman7 %-1702f "# of sisters who had colon cancer" _column(1705 -17) byte fhsage7 %-1704f "# sisters <50 when diag w/colon cance" _column(1707 -17) byte fhstyp8 %-1706f "What kind of cancer...esophagus" _column(1708 -17) byte fhsman8 %-1707f "# of sisters who had esophageal cance" _column(1710 -17) byte fhsage8 %-1709f "# sisters <50 when diag w/esophageal " _column(1712 -17) byte fhstyp9 %-1711f "What kind of cancer...gallbladder" _column(1713 -17) byte fhsman9 %-1712f "# of sisters who had gallbladder canc" _column(1715 -17) byte fhsage9 %-1714f "# sisters<50 when diag w/gallbladder " _column(1717 -17) byte fhstyp10 %-1716f "What kind of cancer...kidney" _column(1718 -17) byte fhsman10 %-1717f "# of sisters who had kidney cancer" _column(1720 -17) byte fhsage10 %-1719f "# sisters <50 when diag w/kidney canc" _column(1722 -17) byte fhstyp11 %-1721f "What kind of cancer...larynx-windpipe" _column(1723 -17) byte fhsman11 %-1722f "# of sisters who had larynx-windpipe " _column(1725 -17) byte fhsage11 %-1724f "# sisters <50 when diag w/laryngeal C" _column(1727 -17) byte fhstyp12 %-1726f "What kind of cancer...leukemia" _column(1728 -17) byte fhsman12 %-1727f "# of sisters who had leukemia" _column(1730 -17) byte fhsage12 %-1729f "# sisters <50 when diag w/leukemia" _column(1732 -17) byte fhstyp13 %-1731f "What kind of cancer...liver" _column(1733 -17) byte fhsman13 %-1732f "# of sisters who had liver cancer" _column(1735 -17) byte fhsage13 %-1734f "# sisters <50 when diag w/liver cance" _column(1737 -17) byte fhstyp14 %-1736f "What kind of cancer...lung" _column(1738 -17) byte fhsman14 %-1737f "# of sisters who had lung cancer" _column(1740 -17) byte fhsage14 %-1739f "# sisters <50 when diag w/lung cancer" _column(1742 -17) byte fhstyp15 %-1741f "What kind of cancer...lymphoma" _column(1743 -17) byte fhsman15 %-1742f "# of sisters who had lymphoma" _column(1745 -17) byte fhsage15 %-1744f "# sisters <50 when diag w/ lymphoma" _column(1747 -17) byte fhstyp16 %-1746f "What kind of cancer...melanoma" _column(1748 -17) byte fhsman16 %-1747f "# of sisters who had melanoma" _column(1750 -17) byte fhsage16 %-1749f "# sisters <50 when diag w/ melanoma" _column(1752 -17) byte fhstyp17 %-1751f "What kind of cancer...mouth/tongue/li" _column(1753 -17) byte fhsman17 %-1752f "# of sisters who had mouth/tongue/lip" _column(1755 -17) byte fhsage17 %-1754f "# sisters <50 when diag w/mouth cance" _column(1757 -17) byte fhstyp18 %-1756f "What kind of cancer...ovarian" _column(1758 -17) byte fhsman18 %-1757f "# of sisters who had ovarian cancer" _column(1760 -17) byte fhsage18 %-1759f "# sisters <50 when diag w/ovarian Ca" _column(1762 -17) byte fhstyp19 %-1761f "What kind of cancer...pancreatic" _column(1763 -17) byte fhsman19 %-1762f "# of sisters who had pancreatic cance" _column(1765 -17) byte fhsage19 %-1764f "# sisters <50 when diag w/pancreatic " _column(1767 -17) byte fhstyp20 %-1766f "What kind of cancer...prostate" _column(1768 -17) byte fhsman20 %-1767f "# of sisters who had prostate cancer" _column(1770 -17) byte fhsage20 %-1769f "# sisters <50 when diag w/prostate Ca" _column(1772 -17) byte fhstyp21 %-1771f "What kind of cancer...rectum" _column(1773 -17) byte fhsman21 %-1772f "# of sisters who had rectal cancer" _column(1775 -17) byte fhsage21 %-1774f "# sisters <50 when diag w/rectal canc" _column(1777 -17) byte fhstyp22 %-1776f "What kind of cancer..skin (non-melano" _column(1778 -17) byte fhsman22 %-1777f "# of sisters who had skin-non-melanom" _column(1780 -17) byte fhsage22 %-1779f "# sisters <50 when diag w/skin-nonmel" _column(1782 -17) byte fhstyp23 %-1781f "What kind of cancer...skin (DK kind)" _column(1783 -17) byte fhsman23 %-1782f "# of sisters who had skin (DK kind) C" _column(1785 -17) byte fhsage23 %-1784f "# sisters <50 when diag w/skin (DK ki" _column(1787 -17) byte fhstyp24 %-1786f "Type of cancer..soft tissue (muscle)" _column(1788 -17) byte fhsman24 %-1787f "# of sisters who had soft tissue Ca" _column(1790 -17) byte fhsage24 %-1789f "# sisters<50 when diag w/soft tissue " _column(1792 -17) byte fhstyp25 %-1791f "What kind of cancer...stomach" _column(1793 -17) byte fhsman25 %-1792f "# of sisters who had stomach cancer" _column(1795 -17) byte fhsage25 %-1794f "# sisters <50 when diag w/stomach Ca" _column(1797 -17) byte fhstyp26 %-1796f "What kind of cancer ... testicular" _column(1798 -17) byte fhsman26 %-1797f "# of sisters who had testicular cance" _column(1800 -18) byte fhsage26 %-1799f "# sisters <50 when diag w/testicular " _column(1802 -18) byte fhstyp27 %-1801f "What kind of cancer...throat-pharynx" _column(1803 -18) byte fhsman27 %-1802f "# of sisters who had throat cancer" _column(1805 -18) byte fhsage27 %-1804f "# sisters <50 when diag w/throat canc" _column(1807 -18) byte fhstyp28 %-1806f "What kind of cancer...thyroid" _column(1808 -18) byte fhsman28 %-1807f "# of sisters who had thyroid cancer" _column(1810 -18) byte fhsage28 %-1809f "# sisters <50 when diag w/thyroid Ca" _column(1812 -18) byte fhstyp29 %-1811f "What kind of cancer...uterine" _column(1813 -18) byte fhsman29 %-1812f "# of sisters who had uterine cancer" _column(1815 -18) byte fhsage29 %-1814f "# sisters <50 when diag w/uterine can" _column(1817 -18) byte fhstyp30 %-1816f "What kind of cancer...other" _column(1818 -18) byte fhsman30 %-1817f "# of sisters who had other cancer" _column(1820 -18) byte fhsage30 %-1819f "# sisters <50 when diag w/other cance" _column(1822 -18) byte fhstyp31 %-1821f "What kind of cancer...unknown" _column(1823 -18) byte fhsman31 %-1822f "# of sisters who had unknown cancer" _column(1825 -18) byte fhsage31 %-1824f "# sisters <50 when diag w/unknown Ca" _column(1827 -18) byte fhstyp32 %-1826f "What kind of cancer...more than 3 kin" _column(1828 -18) byte fhnnum %-1827f "# of BIOLOGICAL SONS" _column(1830 -18) byte fhncan %-1829f "# of full sons who EVER had cancer" _column(1832 -18) byte fhntyp1 %-1831f "What kind of cancer...bladder" _column(1833 -18) byte fhnman1 %-1832f "# of sons who had bladder cancer" _column(1835 -18) byte fhnage1 %-1834f "# sons <50 when diag w/bladder Ca" _column(1837 -18) byte fhntyp2 %-1836f "What kind of cancer...blood" _column(1838 -18) byte fhnman2 %-1837f "# of sons who had blood cancer" _column(1840 -18) byte fhnage2 %-1839f "# sons <50 when diag w/blood cancer" _column(1842 -18) byte fhntyp3 %-1841f "What kind of cancer...bone" _column(1843 -18) byte fhnman3 %-1842f "# of sons who had bone cancer" _column(1845 -18) byte fhnage3 %-1844f "# sons <50 when diag w/bone cancer" _column(1847 -18) byte fhntyp4 %-1846f "What kind of cancer...brain" _column(1848 -18) byte fhnman4 %-1847f "# of sons who had brain cancer" _column(1850 -18) byte fhnage4 %-1849f "# sons <50 when diag w/brain cancer" _column(1852 -18) byte fhntyp5 %-1851f "What kind of cancer...breast" _column(1853 -18) byte fhnman5 %-1852f "# of sons who had breast cancer" _column(1855 -18) byte fhnage5 %-1854f "# sons <50 when diag w/breast cancer" _column(1857 -18) byte fhntyp6 %-1856f "What kind of cancer...cervix" _column(1858 -18) byte fhnman6 %-1857f "# of sons who had cervical cancer" _column(1860 -18) byte fhnage6 %-1859f "# sons <50 when diag w/cervical Ca" _column(1862 -18) byte fhntyp7 %-1861f "What kind of cancer...colon" _column(1863 -18) byte fhnman7 %-1862f "# of sons who had colon cancer" _column(1865 -18) byte fhnage7 %-1864f "# sons <50 when diag w/colon cancer" _column(1867 -18) byte fhntyp8 %-1866f "What kind of cancer...esophagus" _column(1868 -18) byte fhnman8 %-1867f "# of sons who had esophageal cancer" _column(1870 -18) byte fhnage8 %-1869f "# sons <50 when diag w/esophageal Ca" _column(1872 -18) byte fhntyp9 %-1871f "What kind of cancer...gallbladder" _column(1873 -18) byte fhnman9 %-1872f "# of sons who had gallbladder cancer" _column(1875 -18) byte fhnage9 %-1874f "# sons<50 when diag w/gallbladder Ca" _column(1877 -18) byte fhntyp10 %-1876f "What kind of cancer...kidney" _column(1878 -18) byte fhnman10 %-1877f "# of sons who had kidney cancer" _column(1880 -18) byte fhnage10 %-1879f "# sons <50 when diag w/kidney cancer" _column(1882 -18) byte fhntyp11 %-1881f "What kind of cancer...larynx-windpipe" _column(1883 -18) byte fhnman11 %-1882f "# of sons who had larynx-windpipe Ca" _column(1885 -18) byte fhnage11 %-1884f "# sons <50 when diag w/laryngeal Ca" _column(1887 -18) byte fhntyp12 %-1886f "What kind of cancer...leukemia" _column(1888 -18) byte fhnman12 %-1887f "# of sons who had leukemia" _column(1890 -18) byte fhnage12 %-1889f "# sons <50 when diag w/leukemia" _column(1892 -18) byte fhntyp13 %-1891f "What kind of cancer...liver" _column(1893 -18) byte fhnman13 %-1892f "# of sons who had liver cancer" _column(1895 -18) byte fhnage13 %-1894f "# sons <50 when diag w/liver cancer" _column(1897 -18) byte fhntyp14 %-1896f "What kind of cancer...lung" _column(1898 -18) byte fhnman14 %-1897f "# of sons who had lung cancer" _column(1900 -19) byte fhnage14 %-1899f "# sons <50 when diag w/lung cancer" _column(1902 -19) byte fhntyp15 %-1901f "What kind of cancer...lymphoma" _column(1903 -19) byte fhnman15 %-1902f "# of sons who had lymphoma" _column(1905 -19) byte fhnage15 %-1904f "# sons <50 when diag w/ lymphoma" _column(1907 -19) byte fhntyp16 %-1906f "What kind of cancer...melanoma" _column(1908 -19) byte fhnman16 %-1907f "# of sons who had melanoma" _column(1910 -19) byte fhnage16 %-1909f "# sons <50 when diag w/ melanoma" _column(1912 -19) byte fhntyp17 %-1911f "What kind of cancer...mouth/tongue/li" _column(1913 -19) byte fhnman17 %-1912f "# of sons who had mouth/tongue/lip Ca" _column(1915 -19) byte fhnage17 %-1914f "# sons <50 when diag w/mouth cancer" _column(1917 -19) byte fhntyp18 %-1916f "What kind of cancer...ovarian" _column(1918 -19) byte fhnman18 %-1917f "# of sons who had ovarian cancer" _column(1920 -19) byte fhnage18 %-1919f "# sons <50 when diag w/ovarian Ca" _column(1922 -19) byte fhntyp19 %-1921f "What kind of cancer...pancreatic" _column(1923 -19) byte fhnman19 %-1922f "# of sons who had pancreatic cancer" _column(1925 -19) byte fhnage19 %-1924f "# sons <50 when diag w/pancreatic Ca" _column(1927 -19) byte fhntyp20 %-1926f "What kind of cancer...prostate" _column(1928 -19) byte fhnman20 %-1927f "# of sons who had prostate cancer" _column(1930 -19) byte fhnage20 %-1929f "# sons <50 when diag w/prostate Ca" _column(1932 -19) byte fhntyp21 %-1931f "What kind of cancer...rectum" _column(1933 -19) byte fhnman21 %-1932f "# of sons who had rectal cancer" _column(1935 -19) byte fhnage21 %-1934f "# sons <50 when diag w/rectal cancer" _column(1937 -19) byte fhntyp22 %-1936f "What kind of cancer..skin (non-melano" _column(1938 -19) byte fhnman22 %-1937f "# of sons who had skin-non-melanoma" _column(1940 -19) byte fhnage22 %-1939f "# sons <50 when diag w/skin-nonmelan" _column(1942 -19) byte fhntyp23 %-1941f "What kind of cancer...skin (DK kind)" _column(1943 -19) byte fhnman23 %-1942f "# of sons who had skin (DK kind) Ca" _column(1945 -19) byte fhnage23 %-1944f "# sons <50 when diag w/skin (DK kind)" _column(1947 -19) byte fhntyp24 %-1946f "Type of cancer..soft tissue (muscle)" _column(1948 -19) byte fhnman24 %-1947f "# of sons who had soft tissue Ca" _column(1950 -19) byte fhnage24 %-1949f "# sons<50 when diag w/soft tissue Ca" _column(1952 -19) byte fhntyp25 %-1951f "What kind of cancer...stomach" _column(1953 -19) byte fhnman25 %-1952f "# of sons who had stomach cancer" _column(1955 -19) byte fhnage25 %-1954f "# sons <50 when diag w/stomach Ca" _column(1957 -19) byte fhntyp26 %-1956f "What kind of cancer ... testicular" _column(1958 -19) byte fhnman26 %-1957f "# of sons who had testicular cancer" _column(1960 -19) byte fhnage26 %-1959f "# sons <50 when diag w/testicular Ca" _column(1962 -19) byte fhntyp27 %-1961f "What kind of cancer...throat-pharynx" _column(1963 -19) byte fhnman27 %-1962f "# of sons who had throat cancer" _column(1965 -19) byte fhnage27 %-1964f "# sons <50 when diag w/throat cancer" _column(1967 -19) byte fhntyp28 %-1966f "What kind of cancer...thyroid" _column(1968 -19) byte fhnman28 %-1967f "# of sons who had thyroid cancer" _column(1970 -19) byte fhnage28 %-1969f "# sons <50 when diag w/thyroid Ca" _column(1972 -19) byte fhntyp29 %-1971f "What kind of cancer...uterine" _column(1973 -19) byte fhnman29 %-1972f "# of sons who had uterine cancer" _column(1975 -19) byte fhnage29 %-1974f "# sons <50 when diag w/uterine cancer" _column(1977 -19) byte fhntyp30 %-1976f "What kind of cancer...other" _column(1978 -19) byte fhnman30 %-1977f "# of sons who had other cancer" _column(1980 -19) byte fhnage30 %-1979f "# sons <50 when diag w/other cancer" _column(1982 -19) byte fhntyp31 %-1981f "What kind of cancer...unknown" _column(1983 -19) byte fhnman31 %-1982f "# of sons who had unknown cancer" _column(1985 -19) byte fhnage31 %-1984f "# sons <50 when diag w/unknown Ca" _column(1987 -19) byte fhntyp32 %-1986f "What kind of cancer...more than 3 kin" _column(1988 -19) byte fhdnum %-1987f "# of BIOLOGICAL daughters" _column(1990 -19) byte fhdcan %-1989f "# of daughters who EVER had cancer" _column(1992 -19) byte fhdtyp1 %-1991f "What kind of cancer...bladder" _column(1993 -19) byte fhdman1 %-1992f "# of daughters who had bladder cancer" _column(1995 -19) byte fhdage1 %-1994f "# daughters <50 when diag w/bladder C" _column(1997 -19) byte fhdtyp2 %-1996f "What kind of cancer...blood" _column(1998 -19) byte fhdman2 %-1997f "# of daughters who had blood cancer" _column(2000 -20) byte fhdage2 %-1999f "# daughters <50 when diag w/blood can" _column(2002 -20) byte fhdtyp3 %-2001f "What kind of cancer...bone" _column(2003 -20) byte fhdman3 %-2002f "# of daughters who had bone cancer" _column(2005 -20) byte fhdage3 %-2004f "# daughters <50 when diag w/bone canc" _column(2007 -20) byte fhdtyp4 %-2006f "What kind of cancer...brain" _column(2008 -20) byte fhdman4 %-2007f "# of daughters who had brain cancer" _column(2010 -20) byte fhdage4 %-2009f "# daughters <50 when diag w/brain can" _column(2012 -20) byte fhdtyp5 %-2011f "What kind of cancer...breast" _column(2013 -20) byte fhdman5 %-2012f "# of daughters who had breast cancer" _column(2015 -20) byte fhdage5 %-2014f "# daughters<50 when diag w/breast can" _column(2017 -20) byte fhdtyp6 %-2016f "What kind of cancer...cervix" _column(2018 -20) byte fhdman6 %-2017f "# of daughters who had cervical cance" _column(2020 -20) byte fhdage6 %-2019f "# daughters <50 when diag w/cervical " _column(2022 -20) byte fhdtyp7 %-2021f "What kind of cancer...colon" _column(2023 -20) byte fhdman7 %-2022f "# of daughters who had colon cancer" _column(2025 -20) byte fhdage7 %-2024f "# daughters <50 when diag w/colon can" _column(2027 -20) byte fhdtyp8 %-2026f "What kind of cancer...esophagus" _column(2028 -20) byte fhdman8 %-2027f "# of daughters who had esophageal can" _column(2030 -20) byte fhdage8 %-2029f "# daughters<50 when diag w/esophageal" _column(2032 -20) byte fhdtyp9 %-2031f "What kind of cancer...gallbladder" _column(2033 -20) byte fhdman9 %-2032f "# of daughters who had gallbladder Ca" _column(2035 -20) byte fhdage9 %-2034f "#daughters<50 when diag w/gallbladder" _column(2037 -20) byte fhdtyp10 %-2036f "What kind of cancer...kidney" _column(2038 -20) byte fhdman10 %-2037f "# of daughters who had kidney cancer" _column(2040 -20) byte fhdage10 %-2039f "# daughters<50 when diag w/kidney can" _column(2042 -20) byte fhdtyp11 %-2041f "What kind of cancer...larynx-windpipe" _column(2043 -20) byte fhdman11 %-2042f "# of daughters who had laryngeal Ca" _column(2045 -20) byte fhdage11 %-2044f "# daughters <50 when diag w/laryngeal" _column(2047 -20) byte fhdtyp12 %-2046f "What kind of cancer...leukemia" _column(2048 -20) byte fhdman12 %-2047f "# of daughters who had leukemia" _column(2050 -20) byte fhdage12 %-2049f "# daughters <50 when diag w/leukemia" _column(2052 -20) byte fhdtyp13 %-2051f "What kind of cancer...liver" _column(2053 -20) byte fhdman13 %-2052f "# of daughters who had liver cancer" _column(2055 -20) byte fhdage13 %-2054f "# daughters <50 when diag w/liver can" _column(2057 -20) byte fhdtyp14 %-2056f "What kind of cancer...lung" _column(2058 -20) byte fhdman14 %-2057f "# of daughters who had lung cancer" _column(2060 -20) byte fhdage14 %-2059f "# daughters <50 when diag w/lung canc" _column(2062 -20) byte fhdtyp15 %-2061f "What kind of cancer...lymphoma" _column(2063 -20) byte fhdman15 %-2062f "# of daughters who had lymphoma" _column(2065 -20) byte fhdage15 %-2064f "# daughters <50 when diag w/ lymphoma" _column(2067 -20) byte fhdtyp16 %-2066f "What kind of cancer...melanoma" _column(2068 -20) byte fhdman16 %-2067f "# of daughters who had melanoma" _column(2070 -20) byte fhdage16 %-2069f "# daughters <50 when diag w/ melanoma" _column(2072 -20) byte fhdtyp17 %-2071f "What kind of cancer...mouth/tongue/li" _column(2073 -20) byte fhdman17 %-2072f "# of daughters who had mouth cancer" _column(2075 -20) byte fhdage17 %-2074f "# daughters <50 when diag w/mouth can" _column(2077 -20) byte fhdtyp18 %-2076f "What kind of cancer...ovarian" _column(2078 -20) byte fhdman18 %-2077f "# of daughters who had ovarian cancer" _column(2080 -20) byte fhdage18 %-2079f "# daughters <50 when diag w/ovarian C" _column(2082 -20) byte fhdtyp19 %-2081f "What kind of cancer...pancreatic" _column(2083 -20) byte fhdman19 %-2082f "# of daughters who had pancreatic can" _column(2085 -20) byte fhdage19 %-2084f "# daughters<50 when diag w/pancreatic" _column(2087 -20) byte fhdtyp20 %-2086f "What kind of cancer...prostate" _column(2088 -20) byte fhdman20 %-2087f "# of daughters who had prostate cance" _column(2090 -20) byte fhdage20 %-2089f "# daughters <50 when diag w/prostate " _column(2092 -20) byte fhdtyp21 %-2091f "What kind of cancer...rectum" _column(2093 -20) byte fhdman21 %-2092f "# of daughters who had rectal cancer" _column(2095 -20) byte fhdage21 %-2094f "# daughters<50 when diag w/rectal can" _column(2097 -20) byte fhdtyp22 %-2096f "What kind of cancer..skin (non-melano" _column(2098 -20) byte fhdman22 %-2097f "# of daughters who had skin-non-melan" _column(2100 -21) byte fhdage22 %-2099f "# daughters<50 when diag w/skin-nonme" _column(2102 -21) byte fhdtyp23 %-2101f "What kind of cancer...skin (DK kind)" _column(2103 -21) byte fhdman23 %-2102f "# of daughters who had skin (DK kind)" _column(2105 -21) byte fhdage23 %-2104f "#daughters<50 when diag w/skin-DK knd" _column(2107 -21) byte fhdtyp24 %-2106f "Type of cancer..soft tissue (muscle)" _column(2108 -21) byte fhdman24 %-2107f "# of daughters who had soft tissue Ca" _column(2110 -21) byte fhdage24 %-2109f "#daughters<50 when diag w/soft tissue" _column(2112 -21) byte fhdtyp25 %-2111f "What kind of cancer...stomach" _column(2113 -21) byte fhdman25 %-2112f "# of daughters who had stomach cancer" _column(2115 -21) byte fhdage25 %-2114f "# daughters <50 when diag w/stomach C" _column(2117 -21) byte fhdtyp26 %-2116f "What kind of cancer ... testicular" _column(2118 -21) byte fhdman26 %-2117f "# of daughters who had testicular can" _column(2120 -21) byte fhdage26 %-2119f "# daughters<50 when diag w/testicular" _column(2122 -21) byte fhdtyp27 %-2121f "What kind of cancer...throat-pharynx" _column(2123 -21) byte fhdman27 %-2122f "# of daughters who had throat cancer" _column(2125 -21) byte fhdage27 %-2124f "# daughters<50 when diag w/throat can" _column(2127 -21) byte fhdtyp28 %-2126f "What kind of cancer...thyroid" _column(2128 -21) byte fhdman28 %-2127f "# of daughters who had thyroid cancer" _column(2130 -21) byte fhdage28 %-2129f "# daughters <50 when diag w/thyroid C" _column(2132 -21) byte fhdtyp29 %-2131f "What kind of cancer...uterine" _column(2133 -21) byte fhdman29 %-2132f "# of daughters who had uterine cancer" _column(2135 -21) byte fhdage29 %-2134f "# daughters <50 when diag w/uterine C" _column(2137 -21) byte fhdtyp30 %-2136f "What kind of cancer...other" _column(2138 -21) byte fhdman30 %-2137f "# of daughters who had other cancer" _column(2140 -21) byte fhdage30 %-2139f "# daughters <50 when diag w/other can" _column(2142 -21) byte fhdtyp31 %-2141f "What kind of cancer...unknown" _column(2143 -21) byte fhdman31 %-2142f "# of daughters who had unknown cancer" _column(2145 -21) byte fhdage31 %-2144f "# daughters <50 when diag w/unknown C" _column(2147 -21) byte fhdtyp32 %-2146f "What kind of cancer...more than 3 kin" } /* 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. */