1 The SAS System 16:14 Monday, November 13, 2000 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. The SAS system will continue to complain about the coming license expiration for several weeks. Don't be concerned till September 13th, at least. drf NOTE: AUTOEXEC processing beginning; file is /usr/sunos/local/sas612/autoexec.sas. NOTE: SAS initialization used: real time 0.140 seconds cpu time 0.070 seconds NOTE: AUTOEXEC processing completed. 1 /* 2 * \\Nber\home\data\mortality\1992\data\Mort92.sas: NCHS SETS output for SAS 3 * Export from Set D:\NCHS\Mort1992.set 4 * Thu Nov 09 15:42:27 2000 5 */ 6 /* 7 * On output, fields will undergo the following translation: 8 * Original name Translated name 9 * ------------- -------------- 10 * DATAYEAR DATAYEAR 11 * REPAREA REPAREA 12 * RECTYPE RECTYPE 13 * RESTATUS RESTATUS 14 * PLACEOCC PLACEOCC 15 * COUNTYOC COUNTYOC 16 * STATEOC STATEOC 17 * REGION REGION 18 * DIVSTOC DIVSTOC 19 * EXSTATOC EXSTATOC 20 * PLACERES PLACERES 21 * COUNTYRS COUNTYRS 22 * STATERS STATERS 23 * CITYRS CITYRS 24 * POPSIZE POPSIZE 25 * METRO METRO 26 * REGNRES REGNRES 27 * DIVSTRES DIVSTRES 28 * EXSTARES EXSTARES 29 * PMSARES PMSARES 30 * POPSIZOC POPSIZOC 31 * POPSIZRS POPSIZRS 32 * POPMSA POPMSA 33 * EDUC EDUC 34 * EDUCR EDUCR 35 * MONTHDTH MONTHDTH 36 * SEX SEX 37 * RACE RACE 38 * RACER3 RACER3 39 * RACER4 RACER4 40 * AGE AGE 41 * AGER52 AGER52 42 * AGER20 AGER20 43 * AGER12 AGER12 44 * AGER22 AGER22 45 * PLACDTH PLACDTH 46 * HISPANR HISPANR 47 * MARSTAT MARSTAT 48 * STATEBTH STATEBTH 49 * HISPANIC HISPANIC 50 * HSPANICR HSPANICR 51 * WEEKDAY WEEKDAY 52 * AUTOPSY AUTOPSY 53 * INDUSTRY INDUSTRY 2 The SAS System 16:14 Monday, November 13, 2000 54 * OCCUP OCCUP 55 * UCR52 UCR52 56 * INDUSR51 INDUSR51 57 * INDUSR15 INDUSR15 58 * OCCUPR59 OCCUPR59 59 * OCCUPR9 OCCUPR9 60 * FIPSCTYO FIPSCTYO 61 * FIPSSTO FIPSSTO 62 * FIPSCTYR FIPSCTYR 63 * FIPSSTR FIPSSTR 64 * FIPSPMSA FIPSPMSA 65 * RACEIMP RACEIMP 66 * AGEFLAG AGEFLAG 67 * ACCIDENT ACCIDENT 68 * UCOD UCOD 69 * UCR282 UCR282 70 * UCR72 UCR72 71 * UCR61 UCR61 72 * UCR34 UCR34 73 * EANUM EANUM 74 * ENTITY[1] ENTITY_1 75 * ECONDSEQ[1] ECONDS_1 76 * ECONDPLQ[1] ECONDP_1 77 * ENICOND[1] ENICON_1 78 * ENIFLAG[1] ENIFLA_1 79 * ENTITY[2] ENTITY_2 80 * ECONDSEQ[2] ECONDS_2 81 * ECONDPLQ[2] ECONDP_2 82 * ENICOND[2] ENICON_2 83 * ENIFLAG[2] ENIFLA_2 84 * ENTITY[3] ENTITY_3 85 * ECONDSEQ[3] ECONDS_3 86 * ECONDPLQ[3] ECONDP_3 87 * ENICOND[3] ENICON_3 88 * ENIFLAG[3] ENIFLA_3 89 * ENTITY[4] ENTITY_4 90 * ECONDSEQ[4] ECONDS_4 91 * ECONDPLQ[4] ECONDP_4 92 * ENICOND[4] ENICON_4 93 * ENIFLAG[4] ENIFLA_4 94 * ENTITY[5] ENTITY_5 95 * ECONDSEQ[5] ECONDS_5 96 * ECONDPLQ[5] ECONDP_5 97 * ENICOND[5] ENICON_5 98 * ENIFLAG[5] ENIFLA_5 99 * ENTITY[6] ENTITY_6 100 * ECONDSEQ[6] ECONDS_6 101 * ECONDPLQ[6] ECONDP_6 102 * ENICOND[6] ENICON_6 103 * ENIFLAG[6] ENIFLA_6 104 * ENTITY[7] ENTITY_7 105 * ECONDSEQ[7] ECONDS_7 106 * ECONDPLQ[7] ECONDP_7 107 * ENICOND[7] ENICON_7 108 * ENIFLAG[7] ENIFLA_7 109 * ENTITY[8] ENTITY_8 110 * ECONDSEQ[8] ECONDS_8 111 * ECONDPLQ[8] ECONDP_8 112 * ENICOND[8] ENICON_8 113 * ENIFLAG[8] ENIFLA_8 114 * ENTITY[9] ENTITY_9 115 * ECONDSEQ[9] ECONDS_9 116 * ECONDPLQ[9] ECONDP_9 117 * ENICOND[9] ENICON_9 118 * ENIFLAG[9] ENIFLA_9 119 * ENTITY[10] ENTIT_10 120 * ECONDSEQ[10] ECOND_10 121 * ECONDPLQ[10] ECONDa10 122 * ENICOND[10] ENICO_10 123 * ENIFLAG[10] ENIFL_10 124 * ENTITY[11] ENTIT_11 125 * ECONDSEQ[11] ECOND_11 126 * ECONDPLQ[11] ECONDa11 127 * ENICOND[11] ENICO_11 128 * ENIFLAG[11] ENIFL_11 129 * ENTITY[12] ENTIT_12 3 The SAS System 16:14 Monday, November 13, 2000 130 * ECONDSEQ[12] ECOND_12 131 * ECONDPLQ[12] ECONDa12 132 * ENICOND[12] ENICO_12 133 * ENIFLAG[12] ENIFL_12 134 * ENTITY[13] ENTIT_13 135 * ECONDSEQ[13] ECOND_13 136 * ECONDPLQ[13] ECONDa13 137 * ENICOND[13] ENICO_13 138 * ENIFLAG[13] ENIFL_13 139 * ENTITY[14] ENTIT_14 140 * ECONDSEQ[14] ECOND_14 141 * ECONDPLQ[14] ECONDa14 142 * ENICOND[14] ENICO_14 143 * ENIFLAG[14] ENIFL_14 144 * ENTITY[15] ENTIT_15 145 * ECONDSEQ[15] ECOND_15 146 * ECONDPLQ[15] ECONDa15 147 * ENICOND[15] ENICO_15 148 * ENIFLAG[15] ENIFL_15 149 * ENTITY[16] ENTIT_16 150 * ECONDSEQ[16] ECOND_16 151 * ECONDPLQ[16] ECONDa16 152 * ENICOND[16] ENICO_16 153 * ENIFLAG[16] ENIFL_16 154 * ENTITY[17] ENTIT_17 155 * ECONDSEQ[17] ECOND_17 156 * ECONDPLQ[17] ECONDa17 157 * ENICOND[17] ENICO_17 158 * ENIFLAG[17] ENIFL_17 159 * ENTITY[18] ENTIT_18 160 * ECONDSEQ[18] ECOND_18 161 * ECONDPLQ[18] ECONDa18 162 * ENICOND[18] ENICO_18 163 * ENIFLAG[18] ENIFL_18 164 * ENTITY[19] ENTIT_19 165 * ECONDSEQ[19] ECOND_19 166 * ECONDPLQ[19] ECONDa19 167 * ENICOND[19] ENICO_19 168 * ENIFLAG[19] ENIFL_19 169 * ENTITY[20] ENTIT_20 170 * ECONDSEQ[20] ECOND_20 171 * ECONDPLQ[20] ECONDa20 172 * ENICOND[20] ENICO_20 173 * ENIFLAG[20] ENIFL_20 174 * RANUM RANUM 175 * BLANK BLANK_1 176 * RECORD[1] RECORD_1 177 * RNIFLAG[1] RNIFLA_1 178 * RECORD[2] RECORD_2 179 * RNIFLAG[2] RNIFLA_2 180 * RECORD[3] RECORD_3 181 * RNIFLAG[3] RNIFLA_3 182 * RECORD[4] RECORD_4 183 * RNIFLAG[4] RNIFLA_4 184 * RECORD[5] RECORD_5 185 * RNIFLAG[5] RNIFLA_5 186 * RECORD[6] RECORD_6 187 * RNIFLAG[6] RNIFLA_6 188 * RECORD[7] RECORD_7 189 * RNIFLAG[7] RNIFLA_7 190 * RECORD[8] RECORD_8 191 * RNIFLAG[8] RNIFLA_8 192 * RECORD[9] RECORD_9 193 * RNIFLAG[9] RNIFLA_9 194 * RECORD[10] RECOR_10 195 * RNIFLAG[10] RNIFL_10 196 * RECORD[11] RECOR_11 197 * RNIFLAG[11] RNIFL_11 198 * RECORD[12] RECOR_12 199 * RNIFLAG[12] RNIFL_12 200 * RECORD[13] RECOR_13 201 * RNIFLAG[13] RNIFL_13 202 * RECORD[14] RECOR_14 203 * RNIFLAG[14] RNIFL_14 204 * RECORD[15] RECOR_15 205 * RNIFLAG[15] RNIFL_15 4 The SAS System 16:14 Monday, November 13, 2000 206 * RECORD[16] RECOR_16 207 * RNIFLAG[16] RNIFL_16 208 * RECORD[17] RECOR_17 209 * RNIFLAG[17] RNIFL_17 210 * RECORD[18] RECOR_18 211 * RNIFLAG[18] RNIFL_18 212 * RECORD[19] RECOR_19 213 * RNIFLAG[19] RNIFL_19 214 * RECORD[20] RECOR_20 215 * RNIFLAG[20] RNIFL_20 216 */ 217 OPTIONS COMPRESS='YES'; 218 *option obs=10000; 219 filename piper pipe 'zcat /home/data/mortality/1992/data/Mort92.dat.Z' ; 220 DATA IN; 221 LENGTH 222 PLACEOCC 223 COUNTYOC 224 FIPSCTYO 225 FIPSCTYR 226 FIPSPMSA 227 UCOD 228 UCR282 229 8 230 DEFAULT=3; 231 INFILE piper LRECL=366 recfm=f PAD END=EOF; 232 INPUT 233 /* Source file: MORT1992.DAT */ 234 @1 DATAYEAR 2. 235 @3 REPAREA 1. 236 @4 RECTYPE 1. 237 @5 RESTATUS 1. 238 @6 PLACEOCC $10. 239 @6 COUNTYOC 5. WARNING: Variable PLACEOCC has already been defined as numeric. 240 @6 STATEOC 2. 241 @11 REGION 1. 242 @12 DIVSTOC 2. 243 @14 EXSTATOC 2. 244 @16 PLACERES $12. 245 @16 COUNTYRS $5. 246 @16 STATERS 2. 247 @21 CITYRS $5. 248 @26 POPSIZE $1. 249 @27 METRO $1. 250 @28 REGNRES 1. 251 @29 DIVSTRES 2. 252 @31 EXSTARES 2. 253 @33 PMSARES $3. 254 @36 POPSIZOC 1. 255 @37 POPSIZRS $1. 256 @38 POPMSA $1. 257 @39 EDUC 2. 258 @41 EDUCR 1. 259 @42 MONTHDTH 2. 260 @44 SEX 1. 261 @45 RACE 2. 262 @47 RACER3 1. 263 @48 RACER4 1. 264 @49 AGE 3. 265 @52 AGER52 2. 266 @54 AGER20 2. 267 @56 AGER12 2. 268 @58 AGER22 $2. 269 @60 PLACDTH 1. 270 @61 HISPANR 1. 271 @62 MARSTAT 1. 272 @63 STATEBTH 2. 273 @65 HISPANIC 2. 274 @67 HSPANICR 1. 275 @68 WEEKDAY 1. 276 @69 AUTOPSY 1. 277 @70 INDUSTRY 3. 278 @73 OCCUP 3. 279 @76 UCR52 3. 280 @79 INDUSR51 2. 5 The SAS System 16:14 Monday, November 13, 2000 281 @81 INDUSR15 2. 282 @83 OCCUPR59 2. 283 @85 OCCUPR9 2. 284 @87 FIPSCTYO 5. 285 @87 FIPSSTO 2. 286 @92 FIPSCTYR 5. 287 @92 FIPSSTR 2. 288 @97 FIPSPMSA 4. 289 @101 RACEIMP $1. 290 @102 AGEFLAG $1. 291 @103 ACCIDENT $1. 292 @104 UCOD 4. 293 @108 UCR282 5. 294 @113 UCR72 3. 295 @116 UCR61 3. 296 @119 UCR34 3. 297 @122 EANUM 2. 298 @124 ENTITY_1 $7. 299 @124 ECONDS_1 $2. 300 @124 ECONDP_1 $1. 301 @126 ENICON_1 $5. 302 @126 ENIFLA_1 $1. 303 @131 ENTITY_2 $7. 304 @131 ECONDS_2 $2. 305 @131 ECONDP_2 $1. 306 @133 ENICON_2 $5. 307 @133 ENIFLA_2 $1. 308 @138 ENTITY_3 $7. 309 @138 ECONDS_3 $2. 310 @138 ECONDP_3 $1. 311 @140 ENICON_3 $5. 312 @140 ENIFLA_3 $1. 313 @145 ENTITY_4 $7. 314 @145 ECONDS_4 $2. 315 @145 ECONDP_4 $1. 316 @147 ENICON_4 $5. 317 @147 ENIFLA_4 $1. 318 @152 ENTITY_5 $7. 319 @152 ECONDS_5 $2. 320 @152 ECONDP_5 $1. 321 @154 ENICON_5 $5. 322 @154 ENIFLA_5 $1. 323 @159 ENTITY_6 $7. 324 @159 ECONDS_6 $2. 325 @159 ECONDP_6 $1. 326 @161 ENICON_6 $5. 327 @161 ENIFLA_6 $1. 328 @166 ENTITY_7 $7. 329 @166 ECONDS_7 $2. 330 @166 ECONDP_7 $1. 331 @168 ENICON_7 $5. 332 @168 ENIFLA_7 $1. 333 @173 ENTITY_8 $7. 334 @173 ECONDS_8 $2. 335 @173 ECONDP_8 $1. 336 @175 ENICON_8 $5. 337 @175 ENIFLA_8 $1. 338 @180 ENTITY_9 $7. 339 @180 ECONDS_9 $2. 340 @180 ECONDP_9 $1. 341 @182 ENICON_9 $5. 342 @182 ENIFLA_9 $1. 343 @187 ENTIT_10 $7. 344 @187 ECOND_10 $2. 345 @187 ECONDa10 $1. 346 @189 ENICO_10 $5. 347 @189 ENIFL_10 $1. 348 @194 ENTIT_11 $7. 349 @194 ECOND_11 $2. 350 @194 ECONDa11 $1. 351 @196 ENICO_11 $5. 352 @196 ENIFL_11 $1. 353 @201 ENTIT_12 $7. 354 @201 ECOND_12 $2. 355 @201 ECONDa12 $1. 356 @203 ENICO_12 $5. 6 The SAS System 16:14 Monday, November 13, 2000 357 @203 ENIFL_12 $1. 358 @208 ENTIT_13 $7. 359 @208 ECOND_13 $2. 360 @208 ECONDa13 $1. 361 @210 ENICO_13 $5. 362 @210 ENIFL_13 $1. 363 @215 ENTIT_14 $7. 364 @215 ECOND_14 $2. 365 @215 ECONDa14 $1. 366 @217 ENICO_14 $5. 367 @217 ENIFL_14 $1. 368 @222 ENTIT_15 $7. 369 @222 ECOND_15 $2. 370 @222 ECONDa15 $1. 371 @224 ENICO_15 $5. 372 @224 ENIFL_15 $1. 373 @229 ENTIT_16 $7. 374 @229 ECOND_16 $2. 375 @229 ECONDa16 $1. 376 @231 ENICO_16 $5. 377 @231 ENIFL_16 $1. 378 @236 ENTIT_17 $7. 379 @236 ECOND_17 $2. 380 @236 ECONDa17 $1. 381 @238 ENICO_17 $5. 382 @238 ENIFL_17 $1. 383 @243 ENTIT_18 $7. 384 @243 ECOND_18 $2. 385 @243 ECONDa18 $1. 386 @245 ENICO_18 $5. 387 @245 ENIFL_18 $1. 388 @250 ENTIT_19 $7. 389 @250 ECOND_19 $2. 390 @250 ECONDa19 $1. 391 @252 ENICO_19 $5. 392 @252 ENIFL_19 $1. 393 @257 ENTIT_20 $7. 394 @257 ECOND_20 $2. 395 @257 ECONDa20 $1. 396 @259 ENICO_20 $5. 397 @259 ENIFL_20 $1. 398 @264 RANUM 2. 399 @266 BLANK_1 $1. 400 @267 RECORD_1 $5. 401 @267 RNIFLA_1 $1. 402 @272 RECORD_2 $5. 403 @272 RNIFLA_2 $1. 404 @277 RECORD_3 $5. 405 @277 RNIFLA_3 $1. 406 @282 RECORD_4 $5. 407 @282 RNIFLA_4 $1. 408 @287 RECORD_5 $5. 409 @287 RNIFLA_5 $1. 410 @292 RECORD_6 $5. 411 @292 RNIFLA_6 $1. 412 @297 RECORD_7 $5. 413 @297 RNIFLA_7 $1. 414 @302 RECORD_8 $5. 415 @302 RNIFLA_8 $1. 416 @307 RECORD_9 $5. 417 @307 RNIFLA_9 $1. 418 @312 RECOR_10 $5. 419 @312 RNIFL_10 $1. 420 @317 RECOR_11 $5. 421 @317 RNIFL_11 $1. 422 @322 RECOR_12 $5. 423 @322 RNIFL_12 $1. 424 @327 RECOR_13 $5. 425 @327 RNIFL_13 $1. 426 @332 RECOR_14 $5. 427 @332 RNIFL_14 $1. 428 @337 RECOR_15 $5. 429 @337 RNIFL_15 $1. 430 @342 RECOR_16 $5. 431 @342 RNIFL_16 $1. 432 @347 RECOR_17 $5. 7 The SAS System 16:14 Monday, November 13, 2000 433 @347 RNIFL_17 $1. 434 @352 RECOR_18 $5. 435 @352 RNIFL_18 $1. 436 @357 RECOR_19 $5. 437 @357 RNIFL_19 $1. 438 @362 RECOR_20 $5. 439 @362 RNIFL_20 $1. 440 ; 441 LABEL 442 DATAYEAR='Last 2 Digits of Current Data Year' 443 REPAREA='Reporting Area' 444 RECTYPE='Record Type' 445 RESTATUS='Resident Status' 446 PLACEOCC='Place of Occurrence' 447 COUNTYOC='County of Occurrence' 448 STATEOC='State of Occurrence' 449 REGION='Region of Occurrence' 450 DIVSTOC='Division and State Subcode of Occurrence' 451 EXSTATOC='Expanded State of Occurrence Code' 452 PLACERES='Place of Residence' 453 COUNTYRS='County of Residence' 454 STATERS='State of Residence' 455 CITYRS='City of Residence' 456 POPSIZE='Population Size of City of Residence' 457 METRO='Metropolitan - Nonmetropolitan Count...' /*y of Residence*/ 458 REGNRES='Region of Residence' 459 DIVSTRES='Division and State Subcode of Residence' 460 EXSTARES='Expanded State of Residence Code' 461 PMSARES='NCHS PSMA/MSA of Residence' 462 POPSIZOC='Population Size of County of Occurrence' 463 POPSIZRS='Population Size of County of Residence' 464 POPMSA='Population Size of PMSA/MSA' 465 EDUC='Education' 466 EDUCR='Education Recode' 467 MONTHDTH='Month of Death' 468 SEX='Sex' 469 RACE='Detail Race' 470 RACER3='Race Recode 3' 471 RACER4='Race Recode 4' 472 AGE='Detail Age' 473 AGER52='Age Recode 52' 474 AGER20='Age Recode 20' 475 AGER12='Age Recode 12' 476 AGER22='Infant Age Recode 22' 477 PLACDTH="Place of Death and Decedent's Status" 478 HISPANR='Hispanic Origin Recode' 479 MARSTAT='Marital Status' 480 STATEBTH='State of Birth' 481 HISPANIC='Hispanic Origin' 482 HSPANICR='Hispanic Origin/Race Recode' 483 WEEKDAY='Day of Week of Death' 484 AUTOPSY='Autopsy Performed' 485 INDUSTRY='Kind of Business or Industry' 486 OCCUP='Usual Occupation' 487 UCR52='52 Cause Recode' 488 INDUSR51='Business or Industry Recode 51' 489 INDUSR15='Business or Industry Recode 15' 490 OCCUPR59='Usual Occupation Recode 59' 491 OCCUPR9='Usual Occupation Recode 9' 492 FIPSCTYO='FIPS County of Occurrence' 493 FIPSSTO='FIPS State of Occurrence' 494 FIPSCTYR='FIPS County of Residence' 495 FIPSSTR='FIPS State of Residence' 496 FIPSPMSA='FIPS PMSA/MSA of Residence' 497 RACEIMP='Race Imputation Flag' 498 AGEFLAG='Age Substitution Flag' 499 ACCIDENT='Place of Accident for Causes E850-E929' 500 UCOD='ICD Code (9th Revision)' 501 UCR282='282 Cause Recode' 502 UCR72='72 Cause Recode' 503 UCR61='61 Infant Cause Recode' 504 UCR34='34 Cause Recode' 505 EANUM='Number of Entity-Axis Conditions' 506 ENTITY_1='Part/Line Number and Nature of Injur...' /*y and Condition*/ 507 ECONDS_1='Sequence of Condition Within Part/Line' 508 ECONDP_1='Part/Line Number on Certificate' 8 The SAS System 16:14 Monday, November 13, 2000 509 ENICON_1='Nature of Injury Flag and Condition' 510 ENIFLA_1='Nature of Injury Flag' 511 ENTITY_2='Part/Line Number and Nature of Injur...' /*y and Condition*/ 512 ECONDS_2='Sequence of Condition Within Part/Line' 513 ECONDP_2='Part/Line Number on Certificate' 514 ENICON_2='Nature of Injury Flag and Condition' 515 ENIFLA_2='Nature of Injury Flag' 516 ENTITY_3='Part/Line Number and Nature of Injur...' /*y and Condition*/ 517 ECONDS_3='Sequence of Condition Within Part/Line' 518 ECONDP_3='Part/Line Number on Certificate' 519 ENICON_3='Nature of Injury Flag and Condition' 520 ENIFLA_3='Nature of Injury Flag' 521 ENTITY_4='Part/Line Number and Nature of Injur...' /*y and Condition*/ 522 ECONDS_4='Sequence of Condition Within Part/Line' 523 ECONDP_4='Part/Line Number on Certificate' 524 ENICON_4='Nature of Injury Flag and Condition' 525 ENIFLA_4='Nature of Injury Flag' 526 ENTITY_5='Part/Line Number and Nature of Injur...' /*y and Condition*/ 527 ECONDS_5='Sequence of Condition Within Part/Line' 528 ECONDP_5='Part/Line Number on Certificate' 529 ENICON_5='Nature of Injury Flag and Condition' 530 ENIFLA_5='Nature of Injury Flag' 531 ENTITY_6='Part/Line Number and Nature of Injur...' /*y and Condition*/ 532 ECONDS_6='Sequence of Condition Within Part/Line' 533 ECONDP_6='Part/Line Number on Certificate' 534 ENICON_6='Nature of Injury Flag and Condition' 535 ENIFLA_6='Nature of Injury Flag' 536 ENTITY_7='Part/Line Number and Nature of Injur...' /*y and Condition*/ 537 ECONDS_7='Sequence of Condition Within Part/Line' 538 ECONDP_7='Part/Line Number on Certificate' 539 ENICON_7='Nature of Injury Flag and Condition' 540 ENIFLA_7='Nature of Injury Flag' 541 ENTITY_8='Part/Line Number and Nature of Injur...' /*y and Condition*/ 542 ECONDS_8='Sequence of Condition Within Part/Line' 543 ECONDP_8='Part/Line Number on Certificate' 544 ENICON_8='Nature of Injury Flag and Condition' 545 ENIFLA_8='Nature of Injury Flag' 546 ENTITY_9='Part/Line Number and Nature of Injur...' /*y and Condition*/ 547 ECONDS_9='Sequence of Condition Within Part/Line' 548 ECONDP_9='Part/Line Number on Certificate' 549 ENICON_9='Nature of Injury Flag and Condition' 550 ENIFLA_9='Nature of Injury Flag' 551 ENTIT_10='Part/Line Number and Nature of Injur...' /*y and Condition*/ 552 ECOND_10='Sequence of Condition Within Part/Line' 553 ECONDa10='Part/Line Number on Certificate' 554 ENICO_10='Nature of Injury Flag and Condition' 555 ENIFL_10='Nature of Injury Flag' 556 ENTIT_11='Part/Line Number and Nature of Injur...' /*y and Condition*/ 557 ECOND_11='Sequence of Condition Within Part/Line' 558 ECONDa11='Part/Line Number on Certificate' 559 ENICO_11='Nature of Injury Flag and Condition' 560 ENIFL_11='Nature of Injury Flag' 561 ENTIT_12='Part/Line Number and Nature of Injur...' /*y and Condition*/ 562 ECOND_12='Sequence of Condition Within Part/Line' 563 ECONDa12='Part/Line Number on Certificate' 564 ENICO_12='Nature of Injury Flag and Condition' 565 ENIFL_12='Nature of Injury Flag' 566 ENTIT_13='Part/Line Number and Nature of Injur...' /*y and Condition*/ 567 ECOND_13='Sequence of Condition Within Part/Line' 568 ECONDa13='Part/Line Number on Certificate' 569 ENICO_13='Nature of Injury Flag and Condition' 570 ENIFL_13='Nature of Injury Flag' 571 ENTIT_14='Part/Line Number and Nature of Injur...' /*y and Condition*/ 572 ECOND_14='Sequence of Condition Within Part/Line' 573 ECONDa14='Part/Line Number on Certificate' 574 ENICO_14='Nature of Injury Flag and Condition' 575 ENIFL_14='Nature of Injury Flag' 576 ENTIT_15='Part/Line Number and Nature of Injur...' /*y and Condition*/ 577 ECOND_15='Sequence of Condition Within Part/Line' 578 ECONDa15='Part/Line Number on Certificate' 579 ENICO_15='Nature of Injury Flag and Condition' 580 ENIFL_15='Nature of Injury Flag' 581 ENTIT_16='Part/Line Number and Nature of Injur...' /*y and Condition*/ 582 ECOND_16='Sequence of Condition Within Part/Line' 583 ECONDa16='Part/Line Number on Certificate' 584 ENICO_16='Nature of Injury Flag and Condition' 9 The SAS System 16:14 Monday, November 13, 2000 585 ENIFL_16='Nature of Injury Flag' 586 ENTIT_17='Part/Line Number and Nature of Injur...' /*y and Condition*/ 587 ECOND_17='Sequence of Condition Within Part/Line' 588 ECONDa17='Part/Line Number on Certificate' 589 ENICO_17='Nature of Injury Flag and Condition' 590 ENIFL_17='Nature of Injury Flag' 591 ENTIT_18='Part/Line Number and Nature of Injur...' /*y and Condition*/ 592 ECOND_18='Sequence of Condition Within Part/Line' 593 ECONDa18='Part/Line Number on Certificate' 594 ENICO_18='Nature of Injury Flag and Condition' 595 ENIFL_18='Nature of Injury Flag' 596 ENTIT_19='Part/Line Number and Nature of Injur...' /*y and Condition*/ 597 ECOND_19='Sequence of Condition Within Part/Line' 598 ECONDa19='Part/Line Number on Certificate' 599 ENICO_19='Nature of Injury Flag and Condition' 600 ENIFL_19='Nature of Injury Flag' 601 ENTIT_20='Part/Line Number and Nature of Injur...' /*y and Condition*/ 602 ECOND_20='Sequence of Condition Within Part/Line' 603 ECONDa20='Part/Line Number on Certificate' 604 ENICO_20='Nature of Injury Flag and Condition' 605 ENIFL_20='Nature of Injury Flag' 606 RANUM='Number of Record-Axis Conditions' 607 BLANK_1='Undefined Field' 608 RECORD_1='Nature of Injury Flag and Condition' 609 RNIFLA_1='Nature of Injury Flag' 610 RECORD_2='Nature of Injury Flag and Condition' 611 RNIFLA_2='Nature of Injury Flag' 612 RECORD_3='Nature of Injury Flag and Condition' 613 RNIFLA_3='Nature of Injury Flag' 614 RECORD_4='Nature of Injury Flag and Condition' 615 RNIFLA_4='Nature of Injury Flag' 616 RECORD_5='Nature of Injury Flag and Condition' 617 RNIFLA_5='Nature of Injury Flag' 618 RECORD_6='Nature of Injury Flag and Condition' 619 RNIFLA_6='Nature of Injury Flag' 620 RECORD_7='Nature of Injury Flag and Condition' 621 RNIFLA_7='Nature of Injury Flag' 622 RECORD_8='Nature of Injury Flag and Condition' 623 RNIFLA_8='Nature of Injury Flag' 624 RECORD_9='Nature of Injury Flag and Condition' 625 RNIFLA_9='Nature of Injury Flag' 626 RECOR_10='Nature of Injury Flag and Condition' 627 RNIFL_10='Nature of Injury Flag' 628 RECOR_11='Nature of Injury Flag and Condition' 629 RNIFL_11='Nature of Injury Flag' 630 RECOR_12='Nature of Injury Flag and Condition' 631 RNIFL_12='Nature of Injury Flag' 632 RECOR_13='Nature of Injury Flag and Condition' 633 RNIFL_13='Nature of Injury Flag' 634 RECOR_14='Nature of Injury Flag and Condition' 635 RNIFL_14='Nature of Injury Flag' 636 RECOR_15='Nature of Injury Flag and Condition' 637 RNIFL_15='Nature of Injury Flag' 638 RECOR_16='Nature of Injury Flag and Condition' 639 RNIFL_16='Nature of Injury Flag' 640 RECOR_17='Nature of Injury Flag and Condition' 641 RNIFL_17='Nature of Injury Flag' 642 RECOR_18='Nature of Injury Flag and Condition' 643 RNIFL_18='Nature of Injury Flag' 644 RECOR_19='Nature of Injury Flag and Condition' 645 RNIFL_19='Nature of Injury Flag' 646 RECOR_20='Nature of Injury Flag and Condition' 647 RNIFL_20='Nature of Injury Flag' 648 ; NOTE: The infile PIPER is: Pipe command="zcat /home/data/mortality/1992/data/Mort92.dat.Z" NOTE: 2179187 records were read from the infile PIPER. NOTE: The data set WORK.IN has 2179187 observations and 206 variables. NOTE: Compressing data set WORK.IN decreased size by 58.31 percent. Compressed is 18926 pages; un-compressed would require 45401 pages. NOTE: DATA statement used: real time 15:34.790 cpu time 6:44.760 10 The SAS System 16:14 Monday, November 13, 2000 649 proc print data=in (obs=6); 650 var age; 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.170 seconds cpu time 0.021 seconds 651 proc freq; 652 tables age / nocol norow nopercent; NOTE: The PROCEDURE FREQ printed pages 2-5. NOTE: PROCEDURE FREQ used: real time 1:19.520 cpu time 39.311 seconds NOTE: The SAS System used: real time 16:55.200 cpu time 7:24.209 NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414