infile dictionary { *This program reads the 1997 National Health Interview Survey 1997 injverbt Data File *by Jean Roth Mon Jul 2 15:42:06 EDT 2007 *Please report errors to jroth@nber.org *See the .do file for directions and run with do nhis1997_injverbt *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 injepno %1s "Injury episode number" _column(18 ) str35 ijbody1 %35s "Body part injured" _column(53 ) str35 ijbody2 %35s "Body part injured" _column(88 ) str35 ijbody3 %35s "Body part injured" _column(123 ) str35 ijbody4 %35s "Body part injured" _column(158 ) str45 ijkind1 %45s "Kind of injury" _column(203 ) str45 ijkind2 %45s "Kind of injury" _column(248 ) str45 ijkind3 %45s "Kind of injury" _column(293 ) str45 ijkind4 %45s "Kind of injury" _column(338 ) str85 ijhow1 %85s "Description of injury" _column(423 ) str85 ijhow2 %85s "Description of injury" _column(508 ) str85 ijhow3 %85s "Description of injury" _column(593 ) str85 ijhow4 %85s "Description of injury" } /* 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. */