infile dictionary { *This program reads the 1998 National Health Interview Survey 1998 prevadlt Data File *by Jean Roth Mon Jul 2 15:42:53 EDT 2007 *Please report errors to jroth@nber.org *See the .do file for directions and run with do nhis1998_prevadlt *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 %1f "Hispanic Ethnicity" _column(22 ) byte hispan_p %2f "Hispanic subgroup detail" _column(24 ) byte mrace_p %2f "Race coded to a single race group" _column(26 ) byte racerec %1f "Race Recode" _column(27 ) byte race %1f "OMB groups w/multiple race" _column(28 ) byte hispcode %1f "Combined race/ethnicity recode" _column(29 ) byte educ %2f "Highest level of school completed" _column(31 ) byte ab_bl20k %2f _column(33 ) byte rat_cat %2f "Ratio of fam inc to poverty threshold" _column(35 ) byte r_maritl %1f "Marital status" _column(36 ) byte fm_size %2f "Number of persons in family" _column(38 ) byte region %1f "Region" _column(39 ) byte msasizep %1f "Geographic Distribution - MSA size" _column(40 ) long wtia_ap %6f "Weight - Interim Annual" _column(46 ) long wtfa_ap %6f "Weight - Final Annual" _column(52 ) int stratum %3f "Stratum for variance estimation" _column(55 ) byte psu %1f "PSU for variance estimation" _column(56 ) byte dummy_ap %1f "Dummy Record Flag for Prevention Adul" _column(57 ) byte smkev %1f "Ever smoked 100 cigarettes" _column(58 ) byte smkreg %2f "Age first smoked fairly regularly" _column(60 ) byte smknow %1f "Smoke freq: everyday/somedays/not at " _column(61 ) byte smkqtno %2f "Time since quit smoking: # of units" _column(63 ) byte smkqttp %1f "Time since quit smoking: Time unit" _column(64 ) byte smkqty %2f "Time since quit smoking (in years)" _column(66 ) byte smkqtd %1f "Quit smoking since {month; 1 year ago" _column(67 ) byte cigsda1 %2f "Number cigs per day (daily smokers)" _column(69 ) byte cigdamo %2f "Number days smoked in past 30 days" _column(71 ) byte cigsda2 %2f "Number cigs per day (some day smokers" _column(73 ) byte cigsday %2f "Number cigs a day (all smokers)" _column(75 ) byte smkstat1 %1f "Smoking Status: Recode 1" _column(76 ) byte smkstat2 %1f "Smoking Status: Recode 2" _column(77 ) byte smkstat3 %1f "Smoking Status: Recode 3" _column(78 ) byte cigqtyr %1f "Tried quit smoking 1+ days; past 12 m" _column(79 ) byte sbeltf %1f "Time seat belted in front seat of car" _column(80 ) byte sbeltb %1f "Time seat belted in back seat of car" _column(81 ) byte hometyp %1f "Type of home" _column(82 ) byte floor %1f "What floor is your apt./condo on" _column(83 ) byte smokd1 %1f "Working smoke detector on each floor" _column(84 ) byte home50 %1f "Home built before 1950" _column(85 ) byte leadpnt %1f "Has the paint been tested for lead" _column(86 ) byte hearad %1f "Ever heard of radon" _column(87 ) byte radtest %1f "Household air tested for radon" _column(88 ) byte radguide %1f "Radon level above/below EPA guideline" _column(89 ) int radlev %4f "What was the radon level" _column(93 ) byte radred %1f "Doing anything to lower radon level" _column(94 ) byte smany %1f "Does anyone smoke inside the home" _column(95 ) byte smdays %2f "How many days is there smoking" _column(97 ) byte pipeev %1f "Ever smoked a pipe" _column(98 ) byte pipe50 %1f "Smoked a pipe at least 50 times" _column(99 ) byte pipenow %1f "Smoke pipe: Everyday/Somedays/Not at " _column(100 ) byte cigarev %1f "Ever smoked cigars" _column(101 ) byte cigar50 %1f "Smoked at least 50 cigars" _column(102 ) byte cigarnow %1f "Smke cigar: Everyday/Somedays/Not at " _column(103 ) byte snuff20 %1f "Ever used snuff at least 20 times" _column(104 ) byte snuffnow %1f "Snuff use: Everyday/Some days/Not at " _column(105 ) byte chew20 %1f "Ever used chew tobacco at least 20 ti" _column(106 ) byte chewnow %1f "Chew use: Everyday/Some days/Not at " _column(107 ) byte lwgt %1f "Are you doing anything about your wei" _column(108 ) byte cwgtnot %1f "Don't do anything" _column(109 ) byte cwgtlos %1f "Joined a weight loss program" _column(110 ) byte cwgtcal %1f "Eating fewer calories" _column(111 ) byte cwgtsup %1f "Eating spec prod (e.g. food supplmts)" _column(112 ) byte cwgtexe %1f "Exercising more" _column(113 ) byte cwgtfat %1f "Eating less fat" _column(114 ) byte cwgtski %1f "Skipping meals" _column(115 ) byte cwgtpil %1f "Taking diet pills" _column(116 ) byte cwgtlax %1f "Taking laxatives" _column(117 ) byte cwgtwat %1f "Taking water pills or diuretics" _column(118 ) byte cwgtvom %1f "Vomiting" _column(119 ) byte cwgtfas %1f "Fasting for 24 hrs or longer" _column(120 ) byte cwgtoth %1f "Something else" _column(121 ) byte slow %1f "How often buy low salt/low sodium" _column(122 ) byte sadd %1f "How often add salt to food?" _column(123 ) byte ninf %1f "How often read nutrition info on labe" _column(124 ) byte ring %1f "How often read ingred on package?" _column(125 ) byte dmls %1f "Are - - meals delivered to you?" _column(126 ) byte nmls %1f "Need meals delivered to the home?" _column(127 ) byte tcls %1f "Taken class on health topics" _column(128 ) byte cgvn %1f "Where was the class given?" _column(129 ) byte epat %1f "Taken exercise class/program" _column(130 ) byte egvn %1f "Where was the class given?" _column(131 ) byte wrkarea %1f "Type of work area" _column(132 ) byte smpolicy %1f "Is there a smoking restriction" _column(133 ) byte copolicy %1f "Smoking policy for indoor areas" _column(134 ) byte wkpolicy %1f "Smoking policy for work areas" _column(135 ) byte smqprog %1f "Quit smoking program available" _column(136 ) byte smqpyou %1f "Participated in quit smoking program" _column(137 ) byte efa_noef %1f "No facilities available" _column(138 ) byte efa_gym %1f "Gymnasium/exercise room available" _column(139 ) byte efa_wgt %1f "Weight lifting equipment available" _column(140 ) byte efa_eqp %1f "Exercise equipment available" _column(141 ) byte efa_wpth %1f "Walking/jogging path available" _column(142 ) byte efa_trai %1f "Parcours/fitness trails available" _column(143 ) byte efa_bpth %1f "Bike path available" _column(144 ) byte efa_rack %1f "Bike racks available" _column(145 ) byte efa_pool %1f "Swimming pool available" _column(146 ) byte efa_shwr %1f "Showers available" _column(147 ) byte efa_lock %1f "Lockers available" _column(148 ) byte efa_oth %1f "Other exercise facilities available" _column(149 ) byte efu_noef %1f "No facilities used" _column(150 ) byte efu_gym %1f "Used gymnasium/exercise room" _column(151 ) byte efu_wgt %1f "Used weight lifting equipment" _column(152 ) byte efu_eqp %1f "Used exercise equipment" _column(153 ) byte efu_wpth %1f "Used walking/jogging path" _column(154 ) byte efu_trai %1f "Used parcours/fitness trails" _column(155 ) byte efu_bpth %1f "Used bike path" _column(156 ) byte efu_rack %1f "Used bike racks" _column(157 ) byte efu_pool %1f "Used swimming pool" _column(158 ) byte efu_shwr %1f "Used showers" _column(159 ) byte efu_lock %1f "Used lockers" _column(160 ) byte efu_oth %1f "Used other exercise facilities" _column(161 ) byte epa_noep %1f "No programs available" _column(162 ) byte epa_walk %1f "Walking group available" _column(163 ) byte epa_jog %1f "Jogging/running group available" _column(164 ) byte epa_bike %1f "Biking/cycling group available" _column(165 ) byte epa_aero %1f "Aerobics class available" _column(166 ) byte epa_swim %1f "Swimming class available" _column(167 ) byte epa_nona %1f "Non-aerobic exercise class available" _column(168 ) byte epa_lift %1f "Weight lifting class available" _column(169 ) byte epa_full %1f "Fully paid health club membership" _column(170 ) byte epa_part %1f "Partially paid health club membership" _column(171 ) byte epa_comp %1f "Physical/exercise competition availab" _column(172 ) byte epa_oth %1f "Other exercise programs available" _column(173 ) byte epu_noep %1f "No programs used" _column(174 ) byte epu_walk %1f "Used walking group" _column(175 ) byte epu_jog %1f "Used jogging/running group" _column(176 ) byte epu_bike %1f "Used biking/cycling group" _column(177 ) byte epu_aero %1f "Used aerobics class" _column(178 ) byte epu_swim %1f "Used swimming class" _column(179 ) byte epu_nona %1f "Used non-aerobic exercise class" _column(180 ) byte epu_lift %1f "Used weight lifting class" _column(181 ) byte epu_full %1f "Used fully paid health club membershi" _column(182 ) byte epu_part %1f "Used partial paid health club members" _column(183 ) byte epu_comp %1f "Used physical/exercise competition" _column(184 ) byte epu_oth %1f "Used other exercise programs" _column(185 ) byte scra_bpa %1f "BP screenings available at work" _column(186 ) byte scra_cha %1f "Cholesterol screenings available at w" _column(187 ) byte scra_caa %1f "Cancer screenings available at work" _column(188 ) byte scru_bpu %1f "Received BP screening at work" _column(189 ) byte scru_chu %1f "Received cholesterol screening at wor" _column(190 ) byte scru_cau %1f "Received cancer screening at work" _column(191 ) byte hpa_nomp %1f "No available materials or programs" _column(192 ) byte hpa_wgt %1f "Weight control information available" _column(193 ) byte hpa_nut %1f "Nutrition information available" _column(194 ) byte hpa_preg %1f "Prenatal ed information available" _column(195 ) byte hpa_stre %1f "Stress management information availab" _column(196 ) byte hpa_alc %1f "Alcohol/drug information available" _column(197 ) byte hpa_std %1f "STD information available" _column(198 ) byte hpa_job %1f "Injury prevention information availab" _column(199 ) byte hpa_back %1f "Back care information available" _column(200 ) byte hpa_acc %1f "Off job accident information availabl" _column(201 ) byte hpa_oth %1f "Other information available" _column(202 ) byte hpu_nomp %1f "Did not participate in any programs" _column(203 ) byte hpu_wgt %1f "Participated in weight control progra" _column(204 ) byte hpu_nut %1f "Participated in nutrition program" _column(205 ) byte hpu_preg %1f "Participated in prenatal ed program" _column(206 ) byte hpu_stre %1f "Participated - stress management prog" _column(207 ) byte hpu_alc %1f "Participated in alcohol/drug program" _column(208 ) byte hpu_std %1f "Participated in STD program" _column(209 ) byte hpu_job %1f "Participated - injury prevention prog" _column(210 ) byte hpu_back %1f "Participated in back care program" _column(211 ) byte hpu_acc %1f "Participated in off job accident prog" _column(212 ) byte hpu_oth %1f "Participated in other programs" _column(213 ) byte hyppreg %1f "Was your HBP only during pregnancy" _column(214 ) byte hloswgt %1f "Ever advised to change diet to lower " _column(215 ) byte wgtadev %1f "Ever follow advice to change diet (HB" _column(216 ) byte wgtadnow %1f "Now following advice to change diet" _column(217 ) byte lowslt %1f "Ever told to reduce salt due to your " _column(218 ) byte lowsltev %1f "Ever follow advice to reduce salt (HB" _column(219 ) byte lowsltnw %1f "Now following advice to reduce salt" _column(220 ) byte exerc %1f "Ever told to exercise due to HBP" _column(221 ) byte exercev %1f "Ever follow advice to exercise (HBP)" _column(222 ) byte exercnw %1f "Now following advice to exercise (HBP" _column(223 ) byte hbpalc %1f "Ever told to reduce alcohol due to HB" _column(224 ) byte hbpalcev %1f "Ever follow advice to reduce alcohol " _column(225 ) byte hbpalcnw %1f "Now following advice to reduce alcoho" _column(226 ) byte hypmedev %1f "Ever prescribed medicine for HBP" _column(227 ) byte hypmed %1f "NOW taking medicine prescribed for HB" _column(228 ) byte hymdmed %1f "Advised to stop taking medicine for H" _column(229 ) byte hbpchkn %2f "Dur since last BP check: # of units" _column(231 ) byte hbpchkt %1f "Dur since last BP check: Time unit" _column(232 ) byte hbpchky %2f "Dur since last BP check (in years)" _column(234 ) byte hbphigh %1f "Was your BP high/low/normal" _column(235 ) byte chlchk %1f "Last time cholesterol level was check" _column(236 ) byte chlhigh %1f "Ever told cholesterol level was high" _column(237 ) byte chlwgtev %1f "Ever told to change diet to lower cho" _column(238 ) byte chlwgtnw %1f "Ever follow advice to change diet (ch" _column(239 ) byte chlmedev %1f "Ever given medicine to lower choleste" _column(240 ) byte chlmednw %1f "Now taking medication to lower chol" _column(241 ) byte limbth %1f "How difficult is it to bathe/shower" _column(242 ) byte limdrs %1f "How difficult is it to dress" _column(243 ) byte limeat %1f "How difficult is it to eat" _column(244 ) byte limbed %1f "How difficult to get in/out of bed/ch" _column(245 ) byte limtlt %1f "How difficult to use/get to the toile" _column(246 ) byte diabcrs %1f "Ever taken course in diabetes managem" _column(247 ) byte diabev %1f "Ever had pupils dilated in an eye exa" _column(248 ) byte diabeye %1f "Last time you had this exam" _column(249 ) byte asmlim %1f "Limited due to asthma" _column(250 ) byte asmcrs %1f "Ever taken course in asthma managemen" _column(251 ) byte genpe %1f "Last time--had a physical exam" _column(252 ) byte qpe_eat %1f "Asked about your diet/eating habits" _column(253 ) byte qpe_phy %1f "Asked about your amount of exercise" _column(254 ) byte qpe_smk %1f "Asked about your tobacco usage" _column(255 ) byte qpe_drk %1f "Asked about your alcohol consumption" _column(256 ) byte qpe_drg %1f "Asked about your drug usage" _column(257 ) byte qpe_std %1f "Asked about STDs" _column(258 ) byte qpe_bc %1f "Asked about birth control" _column(259 ) byte tetshot %1f "Had a tetanus shot in the past 10 yea" _column(260 ) byte mnpchg %1f "Having symptoms of menopause" _column(261 ) byte mnp_est %1f "Ever discussed taking estrogen" _column(262 ) byte mnp_bnl %1f "Discuss estrogen prevents bone loss" _column(263 ) byte sca %1f "Skin ever checked for cancer" _column(264 ) byte ske %1f "When was your last skin exam" _column(265 ) byte out_clo %1f "Wear protective clothing/hat" _column(266 ) byte out_sha %1f "Staying in the shade" _column(267 ) byte out_lot %1f "Use of sunscreen or sun block lotion" _column(268 ) byte pap %1f "Ever had a pap smear" _column(269 ) byte rpa %1f "When was your last pap smear" _column(270 ) byte hys %1f "Ever had a hysterectomy" _column(271 ) byte mam %1f "Ever had a mammogram" _column(272 ) byte rma %1f "When was your last mammogram" _column(273 ) byte bex %1f "Ever had a breast physical exam" _column(274 ) byte rbr %1f "When was your last breast physical ex" _column(275 ) byte pro %1f "Ever had a proctoscopic exam" _column(276 ) byte rpr %1f "When was your last proctoscopic exam" _column(277 ) byte psn %1f "Reason for proctoscopic exam" _column(278 ) byte dig %1f "Ever had a digital rectal exam" _column(279 ) byte rdi %1f "When was your last digital rectal exa" _column(280 ) byte blo %1f "Ever had a blood stool test" _column(281 ) byte rbl %1f "When was your last blood stool test" _column(282 ) byte sam %1f "Who took the blood stool sample" _column(283 ) byte rbs %1f "Reason for blood stool test" _column(284 ) byte orc %1f "Ever had an oral cancer test" _column(285 ) byte ror %1f "When was your last oral cancer exam" _column(286 ) byte orw %1f "Used mouthwash/rinse past 2 wks" _column(287 ) byte orwb_r1 %1f "Type of mouthwash/rinse past 2 wks" _column(288 ) byte orwfl %1f "Respondent report mouthwash w/fluorid" _column(289 ) byte hpstat %1f "Disability (observed)" _column(290 ) byte hpact %1f "Any exercise/sports in past 2 weeks" _column(291 ) byte walk %1f "Walking for exercise; past 2 wks" _column(292 ) int walk_t %3f "# times walked for exercise; past 2 w" _column(295 ) int walk_m %3f "Duration each time (minutes): walking" _column(298 ) byte walk_h %1f "Heart rate/breathing changes w/walk" _column(299 ) byte yard %1f "Gardening or yard work; past 2 wks" _column(300 ) int yard_t %3f "# of times gardened; past 2 wks" _column(303 ) int yard_m %3f "Duration each time (min.): gardened" _column(306 ) byte yard_h %1f "Heart rate/breathing changes w/garden" _column(307 ) byte stretch %1f "Stretching exercises; past 2 wks" _column(308 ) int strt_t %3f "# of times did stretching; past 2 wks" _column(311 ) int strt_m %3f "Duration each time (min.): stretched" _column(314 ) byte wtlift %1f "Weight lifting; past 2 wks" _column(315 ) int lift_t %3f "# of times weight lifted; past 2 wks" _column(318 ) int lift_m %3f "Duration each time (min.): weight lif" _column(321 ) byte lift_h %1f "Hrt rate/breathing changes w/ wt lift" _column(322 ) byte run %1f "Jogging/Running; past 2 wks" _column(323 ) int run_t %3f "# of times jogged/ran; past 2 wks" _column(326 ) int run_m %3f "Duration each time (min.): jogged/ran" _column(329 ) byte run_h %1f "Heart rate/breathing changes w/ runni" _column(330 ) byte aerobics %1f "Aerobics; past 2 wks" _column(331 ) int aero_t %3f "# of times did aerobics; past 2 wks" _column(334 ) int aero_m %3f "Duration each time (min.): aerobics" _column(337 ) byte aero_h %1f "Hrt rate/breathing changes w/ aerobic" _column(338 ) byte bike %1f "Bicycling; past 2 wks" _column(339 ) int bike_t %3f "# of times bicycled; past 2 weeks" _column(342 ) int bike_m %3f "Duration each time (min.): bicycled" _column(345 ) byte bike_h %1f "Hrt rate/breathing changes w/ bicycli" _column(346 ) byte stairs %1f "Stair climbing; past 2 wks" _column(347 ) int stair_t %3f "# of times climbed stairs; past 2 wks" _column(350 ) int stair_m %3f "Duration each time (min.):climbed sta" _column(353 ) byte stair_h %1f "Hrt rate/breathing changes w/stair cl" _column(354 ) byte swim %1f "Swimming; past 2 wks" _column(355 ) int swim_t %3f "# of times swam; past 2 wks" _column(358 ) int swim_m %3f "Duration each time (min.): swam" _column(361 ) byte swim_h %1f "Hrt rate/breathing changes w/swimming" _column(362 ) byte tennis %1f "Playing tennis; past 2 wks" _column(363 ) int tennis_t %3f "# of times played tennis; past 2 wks" _column(366 ) int tennis_m %3f "Duration each time (min.): tennis" _column(369 ) byte tennis_h %1f "Hrt rate/breathing changes w/ tennis" _column(370 ) byte golf %1f "Playing golf; past 2 wks" _column(371 ) int golf_t %3f "# of times golfed; past 2 wks" _column(374 ) byte bowl %1f "Bowling; past 2 wks" _column(375 ) int bowl_t %3f "# of times bowled; past 2 wks" _column(378 ) byte baseball %1f "Playing baseball or softball; past 2 " _column(379 ) int basebl_t %3f "# of times base/softball; past 2 wks" _column(382 ) int basebl_m %3f "Duration each time(min):base/softball" _column(385 ) byte basebl_h %1f "Hrt rate/breathing changes w/ basebal" _column(386 ) byte racquet %1f "Playing racquetball; past 2 wks" _column(387 ) int racq_t %3f "# of times hand/racquetball; past 2 w" _column(390 ) int racq_m %3f "Duration each time(min):racquetball" _column(393 ) byte racq_h %1f "Hrt rate/breathing changes w/racquetb" _column(394 ) byte ski_dh %1f "Downhill skiing; past 2 wks" _column(395 ) int ski_dh_t %3f "# of times downhill skied; past 2 wks" _column(398 ) byte ski_crs %1f "Cross-country skiing; past 2 wks" _column(399 ) int ski_cr_t %3f "# of times crss-cntry skied; past 2 w" _column(402 ) int ski_cr_m %3f "Duration each time(min):crss-cntry sk" _column(405 ) byte ski_cr_h %1f "Hrt rate/breathing changes w/c-c ski" _column(406 ) byte ski_wat %1f "Water skiing; past 2 wks" _column(407 ) int ski_wa_t %3f "# of times water skied; past 2 wks" _column(410 ) byte basketbl %1f "Playing basketball; past 2 wks" _column(411 ) int basket_t %3f "# of times played b-ball; past 2 wks" _column(414 ) int basket_m %3f "Duration each time (min): basketball" _column(417 ) byte basket_h %1f "Hrt rate/breathing changes w/ b-ball" _column(418 ) byte volleybl %1f "Playing volleyball; past 2 wks" _column(419 ) int volley_t %3f "# of times volleyball; past 2 wks" _column(422 ) int volley_m %3f "Duration each time(min): volleyball" _column(425 ) byte volley_h %1f "Heart rate/breathing changes w/ v-bal" _column(426 ) byte soccer %1f "Playing soccer; past 2 wks" _column(427 ) int soccer_t %3f "# of times played soccer; past 2 wks" _column(430 ) int soccer_m %3f "Duration each time (min.): soccer" _column(433 ) byte soccer_h %1f "Heart rate/breathing changes w/ socce" _column(434 ) byte football %1f "Playing football; past 2 wks" _column(435 ) int footbl_t %3f "# of times played football; past 2 wk" _column(438 ) int footbl_m %3f "Duration each time (min.): football" _column(441 ) byte footbl_h %1f "Heart rate/breathing changes w/ f-bal" _column(442 ) byte otr_act1 %1f "Other activity #1; past 2 wks" _column(443 ) int otr_a1_t %3f "# of times otr sport/act; past 2 wks" _column(446 ) int otr_a1_m %3f "Duration each time (min.): sport/act" _column(449 ) byte otr_a1_h %1f "Hrt rate/breathing changes w/ otr act" _column(450 ) byte otr_act2 %1f "Other activity #2; past 2 wks" _column(451 ) int otr_a2_t %3f "# of times otr sport/act; past 2 wks" _column(454 ) int otr_a2_m %3f "Duration each time (min.): sport/act" _column(457 ) byte otr_a2_h %1f "Hrt rate/breathing changes w/ otr act" _column(458 ) long kcal %6f "Kilocalories per kilogram per day" _column(464 ) byte pa_level %1f "Physical activity level (kcal/kg/day)" _column(465 ) byte stresamt %1f "Amount of stress past 12 m" _column(466 ) byte streshth %1f "How much did stress effect your hlth" _column(467 ) byte stresred %1f "Taking steps to reduce stress" _column(468 ) byte probser %1f "Past 12 m any serious personal/emot p" _column(469 ) byte helfamly %1f "Seek help from family/friends" _column(470 ) byte helther %1f "Seek help from therapist/counselor/se" _column(471 ) byte helrel %1f "Seek help from religious advisor" _column(472 ) byte disnutr %1f "Discuss nutrition/hlthy eating habits" _column(473 ) byte disexer %1f "Discuss exercise/sport acts" _column(474 ) byte dissafe %1f "Discuss safety/injury prevention" _column(475 ) byte dissmok %1f "Discuss tobacco related hlth issues" _column(476 ) byte disdrin %1f "Discuss alcohol related hlth issues" _column(477 ) byte dissex %1f "Discuss sex related hlth issues" _column(478 ) byte disdrug %1f "Discuss drug related hlth issues" _column(479 ) byte chld1017 %1f "Any children age 10 to 17" _column(480 ) byte sexd %1f "Ever spoke of human sexuality" _column(481 ) byte sexs %1f "Has had Sex Ed at school" _column(482 ) byte sexi %1f "Has had Sex Ed at youth/religous prog" _column(483 ) byte gunprev %1f "Any firearms in/outside your home" _column(484 ) byte kindhnd %1f "Handgun; including pistol or revolver" _column(485 ) byte kindsht %1f "Shotgun" _column(486 ) byte kindrif %1f "Rifle" _column(487 ) byte kindoth %1f "Other" _column(488 ) byte loadun %1f "Is the firearm loaded/unlocked" _column(489 ) byte lock %1f "Place where firearms are kept" _column(490 ) byte load %1f "Are the firearms kept loaded/unloaded" } /* 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. */