infile dictionary { *This program reads the 2005 National Health Interview Survey 2005 familyxx Data File *by Jean Roth Mon Jul 2 15:41:37 EDT 2007 *Please report errors to jroth@nber.org *See the .do file for directions and run with do nhis2005_familyxx *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 _column(3 ) int srvy_yr %4f _column(7 ) str6 hhx %6s _column(13 ) str2 fmx %2s _column(15 ) long wtfa_fam %6f _column(21 ) int fint_y_p %4f _column(25 ) byte fint_m_p %2f _column(27 ) byte teln_flg %1f _column(28 ) byte inside %1f _column(29 ) byte noserv %1f _column(30 ) byte howlngwk %2f _column(32 ) byte telcel %1f _column(33 ) byte wrkcel %2f _column(35 ) byte vcelnum %1f _column(36 ) byte curwrk %1f _column(37 ) byte telh_flg %1f _column(38 ) byte teldirc %1f _column(39 ) byte rnoserv %1f _column(40 ) int rh1lngdy %3f _column(43 ) int rh2lngdy %3f _column(46 ) byte flngintv %1f _column(47 ) byte fm_size %2f _column(49 ) byte fm_kids %2f _column(51 ) byte fm_eldr %2f _column(53 ) byte fm_type %1f _column(54 ) byte fm_strcp %2f _column(56 ) byte fm_strp %2f _column(58 ) byte fm_educ1 %2f _column(60 ) byte fchlmyn %1f _column(61 ) byte fchlmct %2f _column(63 ) byte fspedyn %1f _column(64 ) byte fspedct %2f _column(66 ) byte flaadlyn %1f _column(67 ) byte flaadlct %2f _column(69 ) byte fliadlyn %1f _column(70 ) byte fliadlct %2f _column(72 ) byte fwklimyn %1f _column(73 ) byte fwklimct %2f _column(75 ) byte fwalkyn %1f _column(76 ) byte fwalkct %2f _column(78 ) byte frememyn %1f _column(79 ) byte frememct %2f _column(81 ) byte fanylyn %1f _column(82 ) byte fanylct %2f _column(84 ) byte fhstatex %2f _column(86 ) byte fhstatvg %2f _column(88 ) byte fhstatg %2f _column(90 ) byte fhstatfr %2f _column(92 ) byte fhstatpr %2f _column(94 ) byte fdmedyn %1f _column(95 ) byte fdmedct %2f _column(97 ) byte fnmedyn %1f _column(98 ) byte fnmedct %2f _column(100 ) byte fhospyn %1f _column(101 ) byte fhospct %2f _column(103 ) byte fhchmyn %1f _column(104 ) byte fhchmct %2f _column(106 ) byte fhcphryn %1f _column(107 ) byte fhcphrct %2f _column(109 ) byte fhcdvyn %1f _column(110 ) byte fhcdvct %2f _column(112 ) byte f10dvyn %1f _column(113 ) byte f10dvct %2f _column(115 ) byte fhdstct %2f _column(117 ) byte fdglwct1 %2f _column(119 ) byte fdglwct2 %2f _column(121 ) byte fwrklwct %2f _column(123 ) byte fsalyn %1f _column(124 ) byte fsalct %2f _column(126 ) byte fseincyn %1f _column(127 ) byte fseincct %2f _column(129 ) byte fssrryn %1f _column(130 ) byte fssrrct %2f _column(132 ) byte fpensyn %1f _column(133 ) byte fpensct %2f _column(135 ) byte fopensyn %1f _column(136 ) byte fopensct %2f _column(138 ) byte fssiyn %1f _column(139 ) byte fssict %2f _column(141 ) byte ftanfyn %1f _column(142 ) byte ftanfct %2f _column(144 ) byte fowbenyn %1f _column(145 ) byte fowbenct %2f _column(147 ) byte fintr1yn %1f _column(148 ) byte fintr1ct %2f _column(150 ) byte fdivdyn %1f _column(151 ) byte fdivdct %2f _column(153 ) byte fchspyn %1f _column(154 ) byte fchspct %2f _column(156 ) byte fincotyn %1f _column(157 ) byte fincotct %2f _column(159 ) byte incgrp %2f _column(161 ) byte rat_cat %2f _column(163 ) byte houseown %1f _column(164 ) byte fgah %1f _column(165 ) byte fssaplyn %1f _column(166 ) byte fssaplct %2f _column(168 ) byte fsdaplyn %1f _column(169 ) byte fsdaplct %2f _column(171 ) byte ffdstyn %1f _column(172 ) byte ffdstct %2f _column(174 ) byte fwicyn %1f _column(175 ) byte fwicct %2f } /* 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. */