infile dictionary { *This program reads the 2006 National Health Interview Survey 2006 injverbt Data File *by Jean Roth Mon Jul 2 15:45:55 EDT 2007 *Please report errors to jroth@nber.org *See the .do file for directions and run with do nhis2006_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 _column(3 ) int srvy_yr %4f _column(7 ) str6 hhx %6s _column(13 ) str2 fmx %2s _column(15 ) str2 fpx %2s _column(17 ) str2 ipepno %2s _column(19 ) str300 iphow %300s _column(319 ) str100 ijbodyos %100s _column(419 ) str100 ijtyp1os %100s _column(519 ) str100 ijtyp2os %100s _column(619 ) str100 ijtyp3os %100s _column(719 ) str100 ijtyp4os %100s _column(819 ) str100 ipothos %100s _column(919 -101) byte ppoisos %-918f _column(1019 -11) byte ipwhatot %-1018f } /* 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. */