infile dictionary { *This program reads the 1997 National Health Interview Survey 1997 poiepsod Data File *by Jean Roth Mon Jul 2 15:42:21 EDT 2007 *Please report errors to jroth@nber.org *See the .do file for directions and run with do nhis1997_poiepsod *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 ) str1 poiepno %1s "Poison episode number" _column(18 ) byte poidtem %2f "Month of poisoning" _column(20 ) byte pday %2f "Day of week of poisoning" _column(22 ) int poidtey %4f "Year of poisoning" _column(26 ) byte rpckdmp %2f "Time between interview and poison dat" _column(28 ) byte poitpr2 %2f "Cause of poisoning" _column(30 ) byte poicc %1f "Called poison control center" _column(31 ) byte phosp %1f "Hospitalized for poisoning" _column(32 ) byte phno %2f "Number of nights hospitalized" _column(34 ) byte pwkls %1f "Days absent from work" _column(35 ) byte pscls %1f "Days absent from school" _column(36 ) long wtfa %6f "Weight - Final Annual" } /* 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. */