infile dictionary { *This program reads the 1998 National Health Interview Survey 1998 pregsmkg Data File *by Jean Roth Mon Jul 2 15:42:50 EDT 2007 *Please report errors to jroth@nber.org *See the .do file for directions and run with do nhis1998_pregsmkg *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 ) byte intv_qrt %1f "Interview Quarter" _column(18 ) byte sex %1f "Sex" _column(19 ) byte age_p %2f "Age" _column(21 ) byte origin %1f "Hispanic Ethnicity" _column(22 ) byte hispan_p %2f "Hispanic subgroup detail" _column(24 ) byte mrace_p %2f "Race coded to a single race group" _column(26 ) byte racerec %1f "Race Recode" _column(27 ) byte race %1f "OMB groups w/multiple race" _column(28 ) byte hispcode %1f "Combined race/ethnicity recode" _column(29 ) byte educ %2f "Highest level of school completed" _column(31 ) byte ab_bl20k %2f _column(33 ) byte rat_cat %2f "Ratio of fam inc to poverty threshold" _column(35 ) byte r_maritl %1f "Marital status" _column(36 ) byte fm_size %2f "Number of persons in family" _column(38 ) byte region %1f "Region" _column(39 ) byte msasizep %1f "Geographic Distribution - MSA size" _column(40 ) long wtia_ps %6f "Weight - Interim Annual" _column(46 ) long wtfa_ps %6f "Weight - Final Annual" _column(52 ) int stratum %3f "Stratum for variance estimation" _column(55 ) byte psu %1f "PSU for variance estimation" _column(56 ) byte psflag %1f "Live birth within past 5 years" _column(57 ) byte psmkev %1f "Smoked 100+ cigs in lifetime" _column(58 ) byte psmkrg %2f "Age started smoking regularly" _column(60 ) byte psmknow %1f "Frequency of smoking NOW" _column(61 ) byte psmkqtno %2f "Time since quit smoking: # of units" _column(63 ) byte psmkqttp %1f "Time since quit smoking: Time unit" _column(64 ) byte psmkqty %2f "Time since quit smoking (in years)" _column(66 ) byte psmkqtd %1f "Quit smoking during last 12 months" _column(67 ) byte pcigsda1 %2f "# of cigs a day" _column(69 ) byte pcigdamo %2f "# of days smoked cig; past 30 days" _column(71 ) byte pcigsda2 %2f "aver # of cig a day; past 30 days" _column(73 ) byte pcigqtyr %1f "Tried quit smoking 1+ days; past 12 m" _column(74 ) byte psmstlpg %1f "Smoked when became pregnant" _column(75 ) byte psmdurpg %1f "Smoke anytime while preg" _column(76 ) byte psmkqtpg %1f "Quit smoking 7+ d during last preg" _column(77 ) byte psqpgm %2f "Month quit smoking for 7+ days" _column(79 ) byte psmpgsta %1f "Did you start/stop smoking rest of pr" } /* 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. */