infile dictionary { *This program reads the 1998 National Health Interview Survey 1998 prevchld Data File *by Jean Roth Mon Jul 2 15:42:57 EDT 2007 *Please report errors to jroth@nber.org *See the .do file for directions and run with do nhis1998_prevchld *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 ) str2 csrespno %2s "Sample child respondent's person numb" _column(19 ) byte csreltiv %2f "Person's relationship to child" _column(21 ) byte intv_qrt %1f "Interview Quarter" _column(22 ) byte sex %1f "Sex" _column(23 ) byte age_p %2f "Age" _column(25 ) byte r_age1 %1f "Age Recode #1" _column(26 ) byte r_age2 %1f "Age Recode #2" _column(27 ) byte origin %1f "Hispanic Ethnicity" _column(28 ) byte hispan_p %2f "Hispanic subgroup detail" _column(30 ) byte mrace_p %2f "Race coded to a single race group" _column(32 ) byte racerec %1f "Race Recode" _column(33 ) byte race %1f "OMB groups w/multiple race" _column(34 ) byte hispcode %1f "Combined race/ethnicity recode" _column(35 ) byte rrp %2f "Relationship to HH reference person" _column(37 ) str2 hh_ref %2s "Person # of HH reference person" _column(39 ) byte frrp %2f "Rel to family ref person" _column(41 ) str2 fm_ref %2s "Person # of family reference person" _column(43 ) str2 mother %2s "Mother's person number" _column(45 ) byte mom_deg %1f "Type of relationship with Mother" _column(46 ) str2 father %2s "Father's person number" _column(48 ) byte dad_deg %1f "Type of relationship with Father" _column(49 ) byte parents %1f "Parent(s) present in the family" _column(50 ) str2 guard %2s "Person number of guardian" _column(52 ) byte fm_size %2f "Number of persons in family" _column(54 ) byte fm_type %1f "Family Type (on the person-level)" _column(55 ) byte fm_strcp %2f "Family Structure (at the person-level" _column(57 ) byte educ %2f "Highest level of school completed" _column(59 ) byte mom_ed %2f "Education of Mother" _column(61 ) byte dad_ed %2f "Education of Father" _column(63 ) byte ab_bl20k %2f _column(65 ) byte rat_cat %2f "Ratio of fam inc to poverty threshold" _column(67 ) byte region %1f "Region" _column(68 ) byte msasizep %1f "Geographic Distribution - MSA size" _column(69 ) long wtia_cp %6f "Weight - Interim Annual" _column(75 ) long wtfa_cp %6f "Weight - Final Annual" _column(81 ) int stratum %3f "Stratum for variance estimation" _column(84 ) byte psu %1f "PSU for variance estimation" _column(85 ) byte dummy_cp %1f "Dummy Record Flag for Prevention Chil" _column(86 ) byte ckhear %2f "Age when began having hearing prob" _column(88 ) byte bir03 %1f "Hearing prob start before/after 3rd b" _column(89 ) byte diag_num %2f "Age hearing prob diag by Dr: # units" _column(91 ) byte diag_tp %1f "Age hearing prob diag by Dr: Time uni" _column(92 ) byte diag_yr %2f "Age hearing prob diag by Dr: # units" _column(94 ) byte diar %2f "Times cut act due to diarrhea; past 1" _column(96 ) byte care %1f "Had child care w/GT 6 kids; past 12 m" _column(97 ) byte ccaremon %2f "Length of child care" _column(99 ) byte btlfd1 %1f "Ever been bottle fed" _column(100 ) byte btlfd2 %1f "Still use a bottle" _column(101 ) byte btlfd2w %2f "# days put to bed w/bottle; past 2 wk" _column(103 ) byte densl %1f "Had dental sealants painted on teeth" _column(104 ) byte corw %1f "Used mouthwash/rinse; past 2 wks" _column(105 ) byte corwb_r1 %1f "Type of mouthwash/rinse past 2 wks" _column(106 ) byte corwfl %1f "Respondent report mouthwash w/fluorid" _column(107 ) byte corwpg %1f "In fluoride mouthrinse pgm at school" _column(108 ) byte corvtm %1f "Take Fluoride supplements" _column(109 ) byte seat %1f "Have child safety seat now" _column(110 ) byte buc1 %1f "How often secured in safety seat/belt" _column(111 ) byte buc2 %1f "How often wear seat belt" _column(112 ) byte buc3 %1f "How often wear seat belt" _column(113 ) byte play %1f "Play any organized sports; past 12 m" _column(114 ) byte sprt_ftb %1f "Played football" _column(115 ) byte sprt_bas %1f "Played baseball" _column(116 ) byte sprt_soc %1f "Played soccer" _column(117 ) byte sprt_rug %1f "Played rugby" _column(118 ) byte sprt_hoc %1f "Played hockey" _column(119 ) byte sprt_lac %1f "Played lacrosse" _column(120 ) byte sprt_wre %1f "Played wrestling" _column(121 ) byte sprt_box %1f "Played boxing" _column(122 ) byte sprt_kar %1f "Played karate/judo" _column(123 ) byte foot_m %1f "How often wore mouth guard; past 12 m" _column(124 ) byte foot_h %1f "How often wore head gear; past 12 m" _column(125 ) byte base_m %1f "How often wore mouth guard; past 12 m" _column(126 ) byte base_h %1f "How often wore head gear; past 12 m" _column(127 ) byte socc_m %1f "How often wore mouth guard; past 12 m" _column(128 ) byte socc_h %1f "How often wore head gear; past 12 m" _column(129 ) byte rugb_m %1f "How often wore mouth guard; past 12 m" _column(130 ) byte rugb_h %1f "How often wore head gear; past 12 m" _column(131 ) byte hock_m %1f "How often wore mouth guard; past 12 m" _column(132 ) byte hock_h %1f "How often wore head gear; past 12 m" _column(133 ) byte lacr_m %1f "How often wore mouth guard; past 12 m" _column(134 ) byte lacr_h %1f "How often wore head gear; past 12 m" _column(135 ) byte wres_m %1f "How often wore mouth guard; past 12 m" _column(136 ) byte wres_h %1f "How often wore head gear; past 12 m" _column(137 ) byte box_m %1f "How often wore mouth guard; past 12 m" _column(138 ) byte box_h %1f "How often wore head gear; past 12 m" _column(139 ) byte kar_m %1f "How often wore mouth guard; past 12 m" _column(140 ) byte kar_h %1f "How often wore head gear; past 12 m" } /* 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. */