*This program reads the 2006 National Health Interview Survey 2006 familyxx 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:45:43 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:\nhis2006_familyxx.sps". *and choose to RUN ALL file handle nhis2006_familyxx /name="c:\homes\data\nhis\ftp.cdc.gov\pub\Health_Statistics\NCHS\Datasets\NHIS\2006\familyxx.dat" . data list file=nhis2006_familyxx / rectype 1-2 srvy_yr 3-6 hhx 7-12 (a) fmx 13-14 (a) wtfa_fam 15-20 fint_y_p 21-24 fint_m_p 25-26 teln_flg 27 inside 28 noserv 29 howlngwk 30-31 telcel 32 wrkcel 33-34 vcelnum 35 curwrk 36 telh_flg 37 teldirc 38 rnoserv 39 rh1lngdy 40-42 rh2lngdy 43-45 flngintv 46 fm_size 47-48 fm_kids 49-50 fm_eldr 51-52 fm_type 53 fm_strcp 54-55 fm_strp 56-57 fm_educ1 58-59 fchlmyn 60 fchlmct 61-62 fspedyn 63 fspedct 64-65 flaadlyn 66 flaadlct 67-68 fliadlyn 69 fliadlct 70-71 fwklimyn 72 fwklimct 73-74 fwalkyn 75 fwalkct 76-77 frememyn 78 frememct 79-80 fanylyn 81 fanylct 82-83 fhstatex 84-85 fhstatvg 86-87 fhstatg 88-89 fhstatfr 90-91 fhstatpr 92-93 fdmedyn 94 fdmedct 95-96 fnmedyn 97 fnmedct 98-99 fhosp2yn 100 fhosp2ct 101-102 fhchmyn 103 fhchmct 104-105 fhcphryn 106 fhcphrct 107-108 fhcdvyn 109 fhcdvct 110-111 f10dvyn 112 f10dvct 113-114 fhdstct 115-116 fdglwct1 117-118 fdglwct2 119-120 fwrklwct 121-122 fsalyn 123 fsalct 124-125 fseincyn 126 fseincct 127-128 fssrryn 129 fssrrct 130-131 fpensyn 132 fpensct 133-134 fopensyn 135 fopensct 136-137 fssiyn 138 fssict 139-140 ftanfyn 141 ftanfct 142-143 fowbenyn 144 fowbenct 145-146 fintr1yn 147 fintr1ct 148-149 fdivdyn 150 fdivdct 151-152 fchspyn 153 fchspct 154-155 fincotyn 156 fincotct 157-158 incgrp 159-160 rat_cat 161-162 houseown 163 fgah 164 fssaplyn 165 fssaplct 166-167 fsdaplyn 168 fsdaplct 169-170 ffdstyn 171 ffdstct 172-173 fwicyn 174 fwicct 175-176 . * See the codebook for more detailed variable descriptions. variable labels . list. execute. save outfile = 'c:\nhis2006_familyxx.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.