infile dictionary { *This program reads the 2002 National Health Interview Survey 2002 altverbt Data File *by Jean Roth Mon Jul 2 15:44:18 EDT 2007 *Please report errors to jroth@nber.org *See the .do file for directions and run with do nhis2002_altverbt *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 ) str80 acucspec %80s "Other; specify" _column(97 ) str80 ayucspec %80s "Other; specify" _column(177 ) str80 biocspec %80s "Other; specify" _column(257 ) str80 checspec %80s "Other; specify" _column(337 ) str80 chpcspec %80s "Other; specify" _column(417 ) str80 ehtcspec %80s "Other; specify" _column(497 ) str80 fmdcspec %80s "Other; specify" _column(577 ) str80 mascspec %80s "Other; specify" _column(657 ) str80 natcspec %80s "Other; specify" _column(737 ) str80 hrbcspec %80s "Other; specify" _column(817 ) str80 homcspec %80s "Other; specify" _column(897 ) str80 ditcspec %80s "Other; specify" _column(977 -105) byte vitcspec %-976f "Other; specify" _column(1057 -11) byte ytqcspec %-1056f "Other; specify" _column(1137 -12) byte relcspec %-1136f "Other; specify" _column(1217 -12) byte pracspec %-1216f "Other; specify" } /* 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. */