*This program reads the 1999 National Health Interview Survey 1999 injverbt Data File *Note: This program is distributed under the GNU GPL. See end of *this file and http://www.gnu.org/licenses/ for details. *by Jean Roth Mon Jul 2 15:43:25 EDT 2007 *Please report errors to jroth@nber.org *Change output file name/location as desired. *Change the input file location as needed. *If you have trouble running this program, *then try opening a new syntax file & type this command: *INCLUDE "c:\nhis1999_injverbt.sps". *and choose to RUN ALL file handle nhis1999_injverbt /name="c:\homes\data\nhis\ftp.cdc.gov\pub\Health_Statistics\NCHS\Datasets\NHIS\1999\injverbt.dat" . data list file=nhis1999_injverbt / rectype 1-2 srvy_yr 3-6 hhx 7-12 (a) fmx 13-14 (a) px 15-16 (a) injepno 17-17 (a) ijbody1 18-52 (a) ijbody2 53-87 (a) ijbody3 88-122 (a) ijbody4 123-157 (a) ijkind1 158-202 (a) ijkind2 203-247 (a) ijkind3 248-292 (a) ijkind4 293-337 (a) ijhow1 338-422 (a) ijhow2 423-507 (a) ijhow3 508-592 (a) ijhow4 593-677 (a) . * See the codebook for more detailed variable descriptions. variable labels rectype "Record Type" srvy_yr "Survey Year" hhx "Household Serial Number" fmx "Family Serial Number" injepno "Injury episode number" ijbody1 "Body part injured" ijbody2 "Body part injured" ijbody3 "Body part injured" ijbody4 "Body part injured" ijkind1 "Kind of injury" ijkind2 "Kind of injury" ijkind3 "Kind of injury" ijkind4 "Kind of injury" ijhow1 "Description of injury" ijhow2 "Description of injury" ijhow3 "Description of injury" ijhow4 "Description of injury" . value labels rectype 75 "Verbatim Injury Episode" /srvy_yr 1999 "1999" /injepno "1" "First injury episode" "2" "Second injury episode" "3" "Third injury episode" "4" "Fourth injury episode" . list. execute. save outfile = 'c:\nhis1999_injverbt.sav'. *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.