infile dictionary { *This program reads the 2004 National Health Interview Survey 2004 househld Data File *by Jean Roth Mon Jul 2 15:51:08 EDT 2007 *Please report errors to jroth@nber.org *See the .do file for directions and run with do nhis2004_househld *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 ) byte intv_qrt %1f _column(14 ) byte assignwk %2f _column(16 ) long wtia_hh %6f _column(22 ) long wtfa_hh %6f _column(28 ) byte livqrt %2f _column(30 ) byte non_intv %1f _column(31 ) byte acpt_fam %2f _column(33 ) byte rej_fam %2f _column(35 ) byte acpt_per %2f _column(37 ) byte rej_per %2f _column(39 ) byte acptchld %2f _column(41 ) byte region %1f _column(42 ) int stratum %3f _column(45 ) byte psu %1f } /* 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. */