1 The SAS System 10:18 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 3.650 seconds cpu time 0.159 seconds NOTE: AUTOEXEC processing completed. 1 libname in './'; NOTE: Libref IN was successfully assigned as follows: Engine: V612 Physical Name: /disk/u5/SCCS/natality/1995/data 2 /* 3 * \\Nber\home\data\natality\1995\data\Pop95.sas: NCHS SETS output for SAS 4 * Export from Set E:\nchs\Nata1995.set 5 * Wed Nov 22 13:45:49 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 * BWIMP BWIMP 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 * DBIRWT DBIRWT 35 * DFAGE DFAGE 36 * DFAGERPT DFAGERPT 37 * DIVSTOCC DIVSTOCC 38 * DIVSTRES DIVSTRES 39 * DLIVORD DLIVORD 40 * DMAGE DMAGE 41 * DMAGERPT DMAGERPT 42 * DMAR DMAR 43 * DMARIMP DMARIMP 44 * DMEDUC DMEDUC 45 * DPLURAL DPLURAL 46 * DTOTORD DTOTORD 47 * FAGE11 FAGE11 48 * FAGERFLG FAGERFLG 49 * FLGBWIMP FLGBWIMP 50 * FMAPS FMAPS 51 * FMAPSR FMAPSR 52 * FRACE FRACE 53 * FRACE4 FRACE4 54 * FRACEIMP FRACEIMP 2 The SAS System 10:18 Thursday, May 15, 2003 55 * GESTAT GESTAT 56 * GESTAT10 GESTAT10 57 * GESTAT3 GESTAT3 58 * GESTESTM GESTESTM 59 * GESTIMP GESTIMP 60 * BIRWT4 BIRWT4 61 * LIVORD9 LIVORD9 62 * LMPDAY LMPDAY 63 * LMPMON LMPMON 64 * LMPYR LMPYR 65 * MAGE12 MAGE12 66 * MAGE36 MAGE36 67 * BIRWT12 BIRWT12 68 * MAGEIMP MAGEIMP 69 * MAGERFLG MAGERFLG 70 * MEDUC6 MEDUC6 71 * METRORES METRORES 72 * MONPRE MONPRE 73 * MPLBIR MPLBIR 74 * MPLBIRR MPLBIRR 75 * MPRE5 MPRE5 76 * MPRE6 MPRE6 77 * MRACE MRACE 78 * BIRMON BIRMON 79 * MRACEIMP MRACEIMP 80 * NLBND NLBND 81 * NLBNL NLBNL 82 * NOTERM NOTERM 83 * NPREV12 NPREV12 84 * NPREVIST NPREVIST 85 * ORFATH ORFATH 86 * ORMOTH ORMOTH 87 * ORRACEF ORRACEF 88 * ORRACEM ORRACEM 89 * PLDEL PLDEL 90 * PLDEL3 PLDEL3 91 * PLURIMP PLURIMP 92 * WEEKDAY WEEKDAY 93 * RDSCRES RDSCRES 94 * RDSSCOCC RDSSCOCC 95 * REGNOCC REGNOCC 96 * REGNRES REGNRES 97 * RESTATUS RESTATUS 98 * SMSARFIP SMSARFIP 99 * STATENAT STATENAT 100 * STATERES STATERES 101 * STNATEXP STNATEXP 102 * STOCCFIP STOCCFIP 103 * STRESEXP STRESEXP 104 * TOTORD9 TOTORD9 105 * BIRATTND BIRATTND 106 * BLANK BLANK_5 107 * POP4 POP4 108 */ 109 OPTIONS COMPRESS='YES'; 110 DATA IN.pop95; 111 LENGTH 112 POP4 113 8 114 DEFAULT=3; 115 INFILE '/home/data/natality/1995/data/Pop95.dat' LRECL=40 PAD END=EOF; 116 INPUT 117 /* Source file: natpop95.dat */ 118 @1 STRESFIP 2. 119 @3 BLANK_1 $1. 120 @4 MAGE8 1. 121 @5 BLANK_2 $1. 122 @6 HISPR2 1. 123 @7 BLANK_3 $1. 124 @8 MRACE4 1. 125 @9 BLANK_4 $1. 126 @10 ADEQUACY $1. 127 @10 BWIMP $1. 128 @10 CDOBMIMP $1. 129 @10 CITRSPOP $1. 130 @10 CITYRES $1. 3 The SAS System 10:18 Thursday, May 15, 2003 131 @10 CLINGEST $1. 132 @10 CMSA $1. 133 @10 CNTOCFIP $1. 134 @10 CNTOCPOP $1. 135 @10 CNTRSPOP $1. 136 @10 CNTYNAT $1. 137 @10 CNTYRES $1. 138 @10 CNTYRFIP $1. 139 @10 CSEX $1. 140 @10 CSEXIMP $1. 141 @10 DBIRWT $1. 142 @10 DFAGE $1. 143 @10 DFAGERPT $1. 144 @10 DIVSTOCC $1. 145 @10 DIVSTRES $1. 146 @10 DLIVORD $1. 147 @10 DMAGE $1. 148 @10 DMAGERPT $1. 149 @10 DMAR $1. 150 @10 DMARIMP $1. 151 @10 DMEDUC $1. 152 @10 DPLURAL $1. 153 @10 DTOTORD $1. 154 @10 FAGE11 $1. 155 @10 FAGERFLG $1. 156 @10 FLGBWIMP $1. 157 @10 FMAPS $1. 158 @10 FMAPSR $1. 159 @10 FRACE $1. 160 @10 FRACE4 $1. 161 @10 FRACEIMP $1. 162 @10 GESTAT $1. 163 @10 GESTAT10 $1. 164 @10 GESTAT3 $1. 165 @10 GESTESTM $1. 166 @10 GESTIMP $1. 167 @10 BIRWT4 $1. 168 @10 LIVORD9 $1. 169 @10 LMPDAY $1. 170 @10 LMPMON $1. 171 @10 LMPYR $1. 172 @10 MAGE12 $1. 173 @10 MAGE36 $1. 174 @10 BIRWT12 $1. 175 @10 MAGEIMP $1. 176 @10 MAGERFLG $1. 177 @10 MEDUC6 $1. 178 @10 METRORES $1. 179 @10 MONPRE $1. 180 @10 MPLBIR $1. 181 @10 MPLBIRR $1. 182 @10 MPRE5 $1. 183 @10 MPRE6 $1. 184 @10 MRACE $1. 185 @10 BIRMON $1. 186 @10 MRACEIMP $1. 187 @10 NLBND $1. 188 @10 NLBNL $1. 189 @10 NOTERM $1. 190 @10 NPREV12 $1. 191 @10 NPREVIST $1. 192 @10 ORFATH $1. 193 @10 ORMOTH $1. 194 @10 ORRACEF $1. 195 @10 ORRACEM $1. 196 @10 PLDEL $1. 197 @10 PLDEL3 $1. 198 @10 PLURIMP $1. 199 @10 WEEKDAY $1. 200 @10 RDSCRES $1. 201 @10 RDSSCOCC $1. 202 @10 REGNOCC $1. 203 @10 REGNRES $1. 204 @10 RESTATUS $1. 205 @10 SMSARFIP $1. 206 @10 STATENAT $1. 4 The SAS System 10:18 Thursday, May 15, 2003 207 @10 STATERES $1. 208 @10 STNATEXP $1. 209 @10 STOCCFIP $1. 210 @10 STRESEXP $1. 211 @10 TOTORD9 $1. 212 @10 BIRATTND $1. 213 @11 BLANK_5 $20. 214 @31 POP4 $8. 215 ; WARNING: Variable POP4 has already been defined as numeric. 216 LABEL 217 STRESFIP='FIPS State code' 218 BLANK_1='Undefined Field' 219 MAGE8='Age of Mother' 220 BLANK_2='Undefined Field' 221 HISPR2='Hispanic Origin of Mother' 222 BLANK_3='Undefined Field' 223 MRACE4="Mother's Race Status" 224 BLANK_4='Undefined Field' 225 ADEQUACY='Adequacy of Care Recode (Kessner Index)' 226 BWIMP='Imputed Birthweight' 227 CDOBMIMP='Month of Birth of Child Imputation Flag' 228 CITRSPOP='Population Size of City of Residence' 229 CITYRES='City of Residence' 230 CLINGEST='Clinical Estimate of Gestation' 231 CMSA='CMSA of Residence (FIPS)' 232 CNTOCFIP='County of Occurrence (FIPS)' 233 CNTOCPOP='Population size of County of Occurrence' 234 CNTRSPOP='Population Size of County of Residence' 235 CNTYNAT='County of Occurrence' 236 CNTYRES='County of Residence' 237 CNTYRFIP='County of Residence (FIPS)' 238 CSEX='Sex' 239 CSEXIMP='Sex Imputation Flag' 240 DBIRWT='Birth Weight - Detail In Grams' 241 DFAGE='Age of Father' 242 DFAGERPT='Reported Age of Father' 243 DIVSTOCC='Division and State of Occurrence' 244 DIVSTRES='Division, State Subcode of Residence' 245 DLIVORD='Detail Live Birth Order' 246 DMAGE='Age of Mother' 247 DMAGERPT='Reported Age of Mother' 248 DMAR='Marital Status of Mother' 249 DMARIMP='Marital Status of Mother Imputation Flag' 250 DMEDUC='Education of Mother Detail' 251 DPLURAL='Plurality' 252 DTOTORD='Detail Total Birth Order' 253 FAGE11='Age of Father Recode' 254 FAGERFLG='Reported Age of Father Used Flag' 255 FLGBWIMP='Imputed Birthweight Flag' 256 FMAPS='Five Minute Apgar Score' 257 FMAPSR='Five Minute Apgar Score Recode' 258 FRACE='Race of Father' 259 FRACE4='Race of Father Recode' 260 FRACEIMP='Race of Father Imputation Flag' 261 GESTAT='Gestation - Detail in Weeks' 262 GESTAT10='Gestation Recode 10' 263 GESTAT3='Gestation Recode 3' 264 GESTESTM='Clinical Estimate of Gestation Used Flag' 265 GESTIMP='Gestation Imputation Flag' 266 BIRWT4='Birth Weight Recode 4' 267 LIVORD9='Live Birth Order Recode' 268 LMPDAY='Day Last Normal Menses Began' 269 LMPMON='Month Last Normal Menses Began' 270 LMPYR='Year Last Normal Menses Began' 271 MAGE12='Age of Mother Recode 12' 272 MAGE36='Age of Mother Recode 36' 273 BIRWT12='Birth Weight Recode 12' 274 MAGEIMP='Age of Mother Imputation Flag' 275 MAGERFLG='Reported Age of Mother Used Flag' 276 MEDUC6='Education of Mother Recode' 277 METRORES='Metropolitan - NonMetropolitan Count...' /*y of Residence*/ 278 MONPRE='Detail Month of Pregnancy Prenatal C...' /*are Began*/ 279 MPLBIR='Place of Birth of Mother' 280 MPLBIRR='Place of Birth of Mother Recode' 281 MPRE5='Month Prenatal Care Began Recode 5' 5 The SAS System 10:18 Thursday, May 15, 2003 282 MPRE6='Month Prenatal Care Began Recode 6' 283 MRACE='Race of Mother' 284 BIRMON='Month of Birth' 285 MRACEIMP='Race of Mother Imputation Flag' 286 NLBND='Number of Live Births, now dead' 287 NLBNL='Number of Live Births, now living' 288 NOTERM='Number of Other Terminations' 289 NPREV12='Number of Prenatal Visits Recode' 290 NPREVIST='Total Number of Prenatal Visits' 291 ORFATH='Hispanic Origin of Father' 292 ORMOTH='Hispanic Origin of Mother' 293 ORRACEF='Hispanic Origin and Race of Father R...' /*ecode*/ 294 ORRACEM='Hispanic Origin and Race of Mother R...' /*ecode*/ 295 PLDEL='Place or facility of birth' 296 PLDEL3='Place or Facility of Birth Recode' 297 PLURIMP='Plurality Imputation Flag' 298 WEEKDAY='Day of Week Child Born' 299 RDSCRES='Region, Div, State Subcode of Residence' 300 RDSSCOCC='Region, Div, State Subcode of Occurrence' 301 REGNOCC='Region of Occurrence' 302 REGNRES='Region of Residence' 303 RESTATUS='Resident status' 304 SMSARFIP='PMSA/MSA of Residence (FIPS)' 305 STATENAT='State of Occurrence' 306 STATERES='State of Residence' 307 STNATEXP='Expanded State of Occurrence' 308 STOCCFIP='State of Occurrence (FIPS)' 309 STRESEXP='Expanded State of Residence' 310 TOTORD9='Total Birth Order Recode' 311 BIRATTND='Attendant at birth' 312 BLANK_5='Undefined Field' 313 POP4='POP4' 314 ; NOTE: The infile '/home/data/natality/1995/data/Pop95.dat' is: File Name=/home/data/natality/1995/data/Pop95.dat, Owner Name=jroth,Group Name=aging, Access Permission=rw-rw-r--, File Size (bytes)=4000 NOTE: 100 records were read from the infile '/home/data/natality/1995/data/Pop95.dat'. The minimum record length was 39. The maximum record length was 39. NOTE: The data set IN.POP95 has 100 observations and 97 variables. NOTE: Compressing data set IN.POP95 decreased size by 50.00 percent. Compressed is 2 pages; un-compressed would require 4 pages. NOTE: DATA statement used: real time 1.750 seconds cpu time 0.131 seconds 315 proc print data=in.pop95 (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.290 seconds cpu time 0.026 seconds 316 proc freq data=in.pop95; 317 tables stresfip ; 318 weight pop4; 319 NOTE: The PROCEDURE FREQ printed page 2. NOTE: PROCEDURE FREQ used: real time 0.440 seconds cpu time 0.028 seconds 320 PROC CONTENTS DATA=IN.pop95; NOTE: The PROCEDURE CONTENTS printed pages 3-4. NOTE: PROCEDURE CONTENTS used: real time 0.440 seconds cpu time 0.036 seconds 6 The SAS System 10:18 Thursday, May 15, 2003 NOTE: The SAS System used: real time 7.310 seconds cpu time 0.420 seconds NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414