1 The SAS System 10:21 Thursday, May 15, 2003 NOTE: Copyright (c) 1989-1996 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software Release 6.12 TS020 Licensed to HARVARD SCHOOL OF PUBLIC HEALTH-INSTRUCTIONAL COMP, Site 0001177014. This sas license runs from Aug 15, 2002 to Aug 15, 2003 with a grace period up till Sep 15, 2003. NOTE: AUTOEXEC processing beginning; file is /usr/sunos/local/sas612/autoexec.sas. NOTE: SAS initialization used: real time 0.330 seconds cpu time 0.141 seconds NOTE: AUTOEXEC processing completed. 1 libname in './'; NOTE: Libref IN was successfully assigned as follows: Engine: V612 Physical Name: /disk/u5/SCCS/natality/1993/data 2 /* 3 * \\Nber\home\data\natality\1993\data\Pop93.sas: NCHS SETS output for SAS 4 * Export from Set E:\NCHS\Nata1993.set 5 * Thu Nov 16 08:59:59 2000 6 */ 7 /* 8 * On output, fields will undergo the following translation: 9 * Original name Translated name 10 * ------------- -------------- 11 * STRESFIP STRESFIP 12 * BLANK BLANK_1 13 * MAGE8 MAGE8 14 * BLANK BLANK_2 15 * HISPR2 HISPR2 16 * BLANK BLANK_3 17 * MRACE4 MRACE4 18 * BLANK BLANK_4 19 * ADEQUACY ADEQUACY 20 * BIRYR BIRYR 21 * CDOBMIMP CDOBMIMP 22 * CITRSPOP CITRSPOP 23 * CITYRES CITYRES 24 * CLINGEST CLINGEST 25 * CMSA CMSA 26 * CNTOCFIP CNTOCFIP 27 * CNTOCPOP CNTOCPOP 28 * CNTRSPOP CNTRSPOP 29 * CNTYNAT CNTYNAT 30 * CNTYRES CNTYRES 31 * CNTYRFIP CNTYRFIP 32 * CSEX CSEX 33 * CSEXIMP CSEXIMP 34 * DATAYEAR DATAYEAR 35 * DBIRWT DBIRWT 36 * DFAGE DFAGE 37 * DFAGERPT DFAGERPT 38 * DIVOCC DIVOCC 39 * DIVRES DIVRES 40 * DMAGE DMAGE 41 * DMAGERPT DMAGERPT 42 * DMAR DMAR 43 * DMARIMP DMARIMP 44 * DMEDUC DMEDUC 45 * DPLURAL DPLURAL 46 * FAGE11 FAGE11 47 * FAGERFLG FAGERFLG 48 * FEDUC6 FEDUC6 49 * FRACE FRACE 50 * FRACEIMP FRACEIMP 51 * GESTAT GESTAT 52 * GESTAT10 GESTAT10 53 * GESTAT3 GESTAT3 54 * GESTESTM GESTESTM 2 The SAS System 10:21 Thursday, May 15, 2003 55 * GESTIMP GESTIMP 56 * BIRWT4 BIRWT4 57 * ISLLB10 ISLLB10 58 * LIVORD9 LIVORD9 59 * LMPDATE LMPDATE 60 * LMPDAY LMPDAY 61 * LMPMON LMPMON 62 * LMPYR LMPYR 63 * MAGE12 MAGE12 64 * BIRWT12 BIRWT12 65 * MAGEIMP MAGEIMP 66 * MAGERFLG MAGERFLG 67 * MEDUC6 MEDUC6 68 * METRORES METRORES 69 * MONPRE MONPRE 70 * MPLBIR MPLBIR 71 * MPLBIRR MPLBIRR 72 * MPRE5 MPRE5 73 * MPRE6 MPRE6 74 * MRACE MRACE 75 * BIRMON BIRMON 76 * MRACEIMP MRACEIMP 77 * NLBND NLBND 78 * NLBNL NLBNL 79 * NOTERM NOTERM 80 * NPREV12 NPREV12 81 * NPREVIST NPREVIST 82 * ORMOTH ORMOTH 83 * ORRACEF ORRACEF 84 * ORRACEM ORRACEM 85 * PLDEL PLDEL 86 * PLURIMP PLURIMP 87 * WEEKDAY WEEKDAY 88 * REGDVRES REGDVRES 89 * REGNRES REGNRES 90 * RESTATUS RESTATUS 91 * SMSARFIP SMSARFIP 92 * STATENAT STATENAT 93 * STATERES STATERES 94 * STNATEXP STNATEXP 95 * STOCCFIP STOCCFIP 96 * TOTORD9 TOTORD9 97 * BIRATTND BIRATTND 98 * BLANK BLANK_5 99 * POP4 POP4 100 */ 101 OPTIONS COMPRESS='YES'; 102 DATA IN.pop93; 103 LENGTH 104 POP4 105 5 106 DEFAULT=3; 107 INFILE '/home/data/natality/1993/data/Pop93.dat' LRECL=39 PAD END=EOF; 108 INPUT 109 /* Source file: natpop93.dat */ 110 @1 STRESFIP 2. 111 @3 BLANK_1 $1. 112 @4 MAGE8 1. 113 @5 BLANK_2 $1. 114 @6 HISPR2 1. 115 @7 BLANK_3 $1. 116 @8 MRACE4 1. 117 @9 BLANK_4 $1. 118 @10 ADEQUACY $1. 119 @10 BIRYR $1. 120 @10 CDOBMIMP $1. 121 @10 CITRSPOP $1. 122 @10 CITYRES $1. 123 @10 CLINGEST $1. 124 @10 CMSA $1. 125 @10 CNTOCFIP $1. 126 @10 CNTOCPOP $1. 127 @10 CNTRSPOP $1. 128 @10 CNTYNAT $1. 129 @10 CNTYRES $1. 130 @10 CNTYRFIP $1. 3 The SAS System 10:21 Thursday, May 15, 2003 131 @10 CSEX $1. 132 @10 CSEXIMP $1. 133 @10 DATAYEAR $1. 134 @10 DBIRWT $1. 135 @10 DFAGE $1. 136 @10 DFAGERPT $1. 137 @10 DIVOCC $1. 138 @10 DIVRES $1. 139 @10 DMAGE $1. 140 @10 DMAGERPT $1. 141 @10 DMAR $1. 142 @10 DMARIMP $1. 143 @10 DMEDUC $1. 144 @10 DPLURAL $1. 145 @10 FAGE11 $1. 146 @10 FAGERFLG $1. 147 @10 FEDUC6 $1. 148 @10 FRACE $1. 149 @10 FRACEIMP $1. 150 @10 GESTAT $1. 151 @10 GESTAT10 $1. 152 @10 GESTAT3 $1. 153 @10 GESTESTM $1. 154 @10 GESTIMP $1. 155 @10 BIRWT4 $1. 156 @10 ISLLB10 $1. 157 @10 LIVORD9 $1. 158 @10 LMPDATE $1. 159 @10 LMPDAY $1. 160 @10 LMPMON $1. 161 @10 LMPYR $1. 162 @10 MAGE12 $1. 163 @10 BIRWT12 $1. 164 @10 MAGEIMP $1. 165 @10 MAGERFLG $1. 166 @10 MEDUC6 $1. 167 @10 METRORES $1. 168 @10 MONPRE $1. 169 @10 MPLBIR $1. 170 @10 MPLBIRR $1. 171 @10 MPRE5 $1. 172 @10 MPRE6 $1. 173 @10 MRACE $1. 174 @10 BIRMON $1. 175 @10 MRACEIMP $1. 176 @10 NLBND $1. 177 @10 NLBNL $1. 178 @10 NOTERM $1. 179 @10 NPREV12 $1. 180 @10 NPREVIST $1. 181 @10 ORMOTH $1. 182 @10 ORRACEF $1. 183 @10 ORRACEM $1. 184 @10 PLDEL $1. 185 @10 PLURIMP $1. 186 @10 WEEKDAY $1. 187 @10 REGDVRES $1. 188 @10 REGNRES $1. 189 @10 RESTATUS $1. 190 @10 SMSARFIP $1. 191 @10 STATENAT $1. 192 @10 STATERES $1. 193 @10 STNATEXP $1. 194 @10 STOCCFIP $1. 195 @10 TOTORD9 $1. 196 @10 BIRATTND $1. 197 @11 BLANK_5 $20. 198 @31 POP4 8. 199 ; 200 LABEL 201 STRESFIP='FIPS State code' 202 BLANK_1='Undefined Field' 203 MAGE8='Age of Mother' 204 BLANK_2='Undefined Field' 205 HISPR2='Hispanic Origin of Mother' 206 BLANK_3='Undefined Field' 4 The SAS System 10:21 Thursday, May 15, 2003 207 MRACE4="Mother's Race Status" 208 BLANK_4='Undefined Field' 209 ADEQUACY='Adequacy of Care Recode (Kessner Index)' 210 BIRYR='Year of Birth' 211 CDOBMIMP='Month of Birth of Child Imputation Flag' 212 CITRSPOP='Population Size of City of Residence' 213 CITYRES='City of Residence' 214 CLINGEST='Clinical Estimate of Gestation' 215 CMSA='CMSA of Residence (FIPS)' 216 CNTOCFIP='County of Occurrence (FIPS)' 217 CNTOCPOP='Population size of County of Occurrence' 218 CNTRSPOP='Population Size of County of Residence' 219 CNTYNAT='County of Occurrence' 220 CNTYRES='County of Residence' 221 CNTYRFIP='County of Residence (FIPS)' 222 CSEX='Sex' 223 CSEXIMP='Sex Imputation Flag' 224 DATAYEAR='Year of birth of child (Data Year)' 225 DBIRWT='Birth Weight - Detail In Grams' 226 DFAGE='Age of Father' 227 DFAGERPT='Reported Age of Father' 228 DIVOCC='Division of Occurrence' 229 DIVRES='Division of Residence' 230 DMAGE='Age of Mother' 231 DMAGERPT='Reported Age of Mother' 232 DMAR='Marital Status of Mother' 233 DMARIMP='Marital Status of Mother Imputation Flag' 234 DMEDUC='Education of Mother Detail' 235 DPLURAL='Plurality' 236 FAGE11='Age of Father Recode' 237 FAGERFLG='Reported Age of Father Used Flag' 238 FEDUC6='Education of Father Recode' 239 FRACE='Race of Father' 240 FRACEIMP='Race of Father Imputation Flag' 241 GESTAT='Gestation - Detail in Weeks' 242 GESTAT10='Gestation Recode 10' 243 GESTAT3='Gestation Recode 3' 244 GESTESTM='Clinical Estimate of Gestation Used Flag' 245 GESTIMP='Gestation Imputation Flag' 246 BIRWT4='Birth Weight Recode 4' 247 ISLLB10='Internal Since Last Live Birth Recode' 248 LIVORD9='Live Birth Order Recode' 249 LMPDATE='Date Last Normal Menses Began' 250 LMPDAY='Day Last Normal Menses Began' 251 LMPMON='Month Last Normal Menses Began' 252 LMPYR='Year Last Normal Menses Began' 253 MAGE12='Age of Mother Recode 12' 254 BIRWT12='Birth Weight Recode 12' 255 MAGEIMP='Age of Mother Imputation Flag' 256 MAGERFLG='Reported Age of Mother Used Flag' 257 MEDUC6='Education of Mother Recode' 258 METRORES='Metropolitan - NonMetropolitan Count...' /*y of Residence*/ 259 MONPRE='Detail Month of Pregnancy Prenatal C...' /*are Began*/ 260 MPLBIR='Place of Birth of Mother' 261 MPLBIRR='Place of Birth of Mother Recode' 262 MPRE5='Month Prenatal Care Began Recode 5' 263 MPRE6='Month Prenatal Care Began Recode 6' 264 MRACE='Race of Mother' 265 BIRMON='Month of Birth' 266 MRACEIMP='Race of Mother Imputation Flag' 267 NLBND='Number of Live Births, now dead' 268 NLBNL='Number of Live Births, now living' 269 NOTERM='Number of Other Terminations' 270 NPREV12='Number of Prenatal Visits Recode' 271 NPREVIST='Total Number of Prenatal Visits' 272 ORMOTH='Hispanic Origin of Mother' 273 ORRACEF='Hispanic Origin and Race of Father R...' /*ecode*/ 274 ORRACEM='Hispanic Origin and Race of Mother R...' /*ecode*/ 275 PLDEL='Place or facility of birth' 276 PLURIMP='Plurality Imputation Flag' 277 WEEKDAY='Day of Week Child Born' 278 REGDVRES='Region and Division of Residence' 279 REGNRES='Region of Residence' 280 RESTATUS='Resident status' 281 SMSARFIP='PMSA/MSA of Residence (FIPS)' 282 STATENAT='State of Occurrence' 5 The SAS System 10:21 Thursday, May 15, 2003 283 STATERES='State of Residence' 284 STNATEXP='Expanded State of Occurrence' 285 STOCCFIP='State of Occurrence (FIPS)' 286 TOTORD9='Total Birth Order Recode' 287 BIRATTND='Attendant at birth' 288 BLANK_5='Undefined Field' 289 POP4='POP4' 290 ; NOTE: The infile '/home/data/natality/1993/data/Pop93.dat' is: File Name=/home/data/natality/1993/data/Pop93.dat, Owner Name=jroth,Group Name=aging, Access Permission=rw-rw----, File Size (bytes)=4000 NOTE: 100 records were read from the infile '/home/data/natality/1993/data/Pop93.dat'. The minimum record length was 39. The maximum record length was 39. NOTE: The data set IN.POP93 has 100 observations and 89 variables. NOTE: Compressing data set IN.POP93 decreased size by 33.33 percent. Compressed is 2 pages; un-compressed would require 3 pages. NOTE: DATA statement used: real time 0.430 seconds cpu time 0.095 seconds 291 proc print data=in.pop93 (obs=6); NOTE: Access by observation number not available. Observation numbers will be counted by PROC PRINT. NOTE: The PROCEDURE PRINT printed page 1. NOTE: PROCEDURE PRINT used: real time 0.090 seconds cpu time 0.020 seconds 292 PROC CONTENTS DATA=IN.pop93; NOTE: The PROCEDURE CONTENTS printed pages 2-3. NOTE: PROCEDURE CONTENTS used: real time 0.170 seconds cpu time 0.031 seconds 293 proc means data=in.pop93; 294 weight pop4; 295 296 NOTE: The PROCEDURE MEANS printed page 4. NOTE: PROCEDURE MEANS used: real time 0.020 seconds cpu time 0.008 seconds NOTE: The SAS System used: real time 1.120 seconds cpu time 0.324 seconds NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414