1 The SAS System 11:28 Thursday, March 15, 2001 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.034 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 11:28 Thursday, March 15, 2001 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 11:28 Thursday, March 15, 2001 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 11:28 Thursday, March 15, 2001 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 DATA IN; 219 LENGTH 220 PLACEOCC 221 COUNTYOC 222 FIPSCTYO 223 FIPSCTYR 224 FIPSPMSA 225 UCOD 226 UCR282 227 8 228 DEFAULT=3; 229 INFILE '/home/data/mortality/1992/data/Mort92.dat' LRECL=364 PAD END=EOF; 230 INPUT 231 /* Source file: MORT1992.DAT */ 232 @1 DATAYEAR 2. 233 @3 REPAREA 1. 234 @4 RECTYPE 1. 235 @5 RESTATUS 1. 236 @6 PLACEOCC $10. 237 @6 COUNTYOC 5. WARNING: Variable PLACEOCC has already been defined as numeric. 238 @6 STATEOC 2. 239 @11 REGION 1. 240 @12 DIVSTOC 2. 241 @14 EXSTATOC 2. 242 @16 PLACERES $12. 243 @16 COUNTYRS $5. 244 @16 STATERS 2. 245 @21 CITYRS $5. 246 @26 POPSIZE $1. 247 @27 METRO $1. 248 @28 REGNRES 1. 249 @29 DIVSTRES 2. 250 @31 EXSTARES 2. 251 @33 PMSARES $3. 252 @36 POPSIZOC 1. 253 @37 POPSIZRS $1. 254 @38 POPMSA $1. 255 @39 EDUC 2. 256 @41 EDUCR 1. 257 @42 MONTHDTH 2. 258 @44 SEX 1. 259 @45 RACE 2. 260 @47 RACER3 1. 261 @48 RACER4 1. 262 @49 AGE 3. 263 @52 AGER52 2. 264 @54 AGER20 2. 265 @56 AGER12 2. 266 @58 AGER22 $2. 267 @60 PLACDTH 1. 268 @61 HISPANR 1. 269 @62 MARSTAT 1. 270 @63 STATEBTH 2. 271 @65 HISPANIC 2. 272 @67 HSPANICR 1. 273 @68 WEEKDAY 1. 274 @69 AUTOPSY 1. 275 @70 INDUSTRY 3. 276 @73 OCCUP 3. 277 @76 UCR52 3. 278 @79 INDUSR51 2. 279 @81 INDUSR15 2. 280 @83 OCCUPR59 2. 5 The SAS System 11:28 Thursday, March 15, 2001 281 @85 OCCUPR9 2. 282 @87 FIPSCTYO 5. 283 @87 FIPSSTO 2. 284 @92 FIPSCTYR 5. 285 @92 FIPSSTR 2. 286 @97 FIPSPMSA 4. 287 @101 RACEIMP $1. 288 @102 AGEFLAG $1. 289 @103 ACCIDENT $1. 290 @104 UCOD 4. 291 @108 UCR282 5. 292 @113 UCR72 3. 293 @116 UCR61 3. 294 @119 UCR34 3. 295 @122 EANUM 2. 296 @124 ENTITY_1 $7. 297 @124 ECONDS_1 $2. 298 @124 ECONDP_1 $1. 299 @126 ENICON_1 $5. 300 @126 ENIFLA_1 $1. 301 @131 ENTITY_2 $7. 302 @131 ECONDS_2 $2. 303 @131 ECONDP_2 $1. 304 @133 ENICON_2 $5. 305 @133 ENIFLA_2 $1. 306 @138 ENTITY_3 $7. 307 @138 ECONDS_3 $2. 308 @138 ECONDP_3 $1. 309 @140 ENICON_3 $5. 310 @140 ENIFLA_3 $1. 311 @145 ENTITY_4 $7. 312 @145 ECONDS_4 $2. 313 @145 ECONDP_4 $1. 314 @147 ENICON_4 $5. 315 @147 ENIFLA_4 $1. 316 @152 ENTITY_5 $7. 317 @152 ECONDS_5 $2. 318 @152 ECONDP_5 $1. 319 @154 ENICON_5 $5. 320 @154 ENIFLA_5 $1. 321 @159 ENTITY_6 $7. 322 @159 ECONDS_6 $2. 323 @159 ECONDP_6 $1. 324 @161 ENICON_6 $5. 325 @161 ENIFLA_6 $1. 326 @166 ENTITY_7 $7. 327 @166 ECONDS_7 $2. 328 @166 ECONDP_7 $1. 329 @168 ENICON_7 $5. 330 @168 ENIFLA_7 $1. 331 @173 ENTITY_8 $7. 332 @173 ECONDS_8 $2. 333 @173 ECONDP_8 $1. 334 @175 ENICON_8 $5. 335 @175 ENIFLA_8 $1. 336 @180 ENTITY_9 $7. 337 @180 ECONDS_9 $2. 338 @180 ECONDP_9 $1. 339 @182 ENICON_9 $5. 340 @182 ENIFLA_9 $1. 341 @187 ENTIT_10 $7. 342 @187 ECOND_10 $2. 343 @187 ECONDa10 $1. 344 @189 ENICO_10 $5. 345 @189 ENIFL_10 $1. 346 @194 ENTIT_11 $7. 347 @194 ECOND_11 $2. 348 @194 ECONDa11 $1. 349 @196 ENICO_11 $5. 350 @196 ENIFL_11 $1. 351 @201 ENTIT_12 $7. 352 @201 ECOND_12 $2. 353 @201 ECONDa12 $1. 354 @203 ENICO_12 $5. 355 @203 ENIFL_12 $1. 356 @208 ENTIT_13 $7. 6 The SAS System 11:28 Thursday, March 15, 2001 357 @208 ECOND_13 $2. 358 @208 ECONDa13 $1. 359 @210 ENICO_13 $5. 360 @210 ENIFL_13 $1. 361 @215 ENTIT_14 $7. 362 @215 ECOND_14 $2. 363 @215 ECONDa14 $1. 364 @217 ENICO_14 $5. 365 @217 ENIFL_14 $1. 366 @222 ENTIT_15 $7. 367 @222 ECOND_15 $2. 368 @222 ECONDa15 $1. 369 @224 ENICO_15 $5. 370 @224 ENIFL_15 $1. 371 @229 ENTIT_16 $7. 372 @229 ECOND_16 $2. 373 @229 ECONDa16 $1. 374 @231 ENICO_16 $5. 375 @231 ENIFL_16 $1. 376 @236 ENTIT_17 $7. 377 @236 ECOND_17 $2. 378 @236 ECONDa17 $1. 379 @238 ENICO_17 $5. 380 @238 ENIFL_17 $1. 381 @243 ENTIT_18 $7. 382 @243 ECOND_18 $2. 383 @243 ECONDa18 $1. 384 @245 ENICO_18 $5. 385 @245 ENIFL_18 $1. 386 @250 ENTIT_19 $7. 387 @250 ECOND_19 $2. 388 @250 ECONDa19 $1. 389 @252 ENICO_19 $5. 390 @252 ENIFL_19 $1. 391 @257 ENTIT_20 $7. 392 @257 ECOND_20 $2. 393 @257 ECONDa20 $1. 394 @259 ENICO_20 $5. 395 @259 ENIFL_20 $1. 396 @264 RANUM 2. 397 @266 BLANK_1 $1. 398 @267 RECORD_1 $5. 399 @267 RNIFLA_1 $1. 400 @272 RECORD_2 $5. 401 @272 RNIFLA_2 $1. 402 @277 RECORD_3 $5. 403 @277 RNIFLA_3 $1. 404 @282 RECORD_4 $5. 405 @282 RNIFLA_4 $1. 406 @287 RECORD_5 $5. 407 @287 RNIFLA_5 $1. 408 @292 RECORD_6 $5. 409 @292 RNIFLA_6 $1. 410 @297 RECORD_7 $5. 411 @297 RNIFLA_7 $1. 412 @302 RECORD_8 $5. 413 @302 RNIFLA_8 $1. 414 @307 RECORD_9 $5. 415 @307 RNIFLA_9 $1. 416 @312 RECOR_10 $5. 417 @312 RNIFL_10 $1. 418 @317 RECOR_11 $5. 419 @317 RNIFL_11 $1. 420 @322 RECOR_12 $5. 421 @322 RNIFL_12 $1. 422 @327 RECOR_13 $5. 423 @327 RNIFL_13 $1. 424 @332 RECOR_14 $5. 425 @332 RNIFL_14 $1. 426 @337 RECOR_15 $5. 427 @337 RNIFL_15 $1. 428 @342 RECOR_16 $5. 429 @342 RNIFL_16 $1. 430 @347 RECOR_17 $5. 431 @347 RNIFL_17 $1. 432 @352 RECOR_18 $5. 7 The SAS System 11:28 Thursday, March 15, 2001 433 @352 RNIFL_18 $1. 434 @357 RECOR_19 $5. 435 @357 RNIFL_19 $1. 436 @362 RECOR_20 $5. 437 @362 RNIFL_20 $1. 438 ; 439 LABEL 440 DATAYEAR='Last 2 Digits of Current Data Year' 441 REPAREA='Reporting Area' 442 RECTYPE='Record Type' 443 RESTATUS='Resident Status' 444 PLACEOCC='Place of Occurrence' 445 COUNTYOC='County of Occurrence' 446 STATEOC='State of Occurrence' 447 REGION='Region of Occurrence' 448 DIVSTOC='Division and State Subcode of Occurrence' 449 EXSTATOC='Expanded State of Occurrence Code' 450 PLACERES='Place of Residence' 451 COUNTYRS='County of Residence' 452 STATERS='State of Residence' 453 CITYRS='City of Residence' 454 POPSIZE='Population Size of City of Residence' 455 METRO='Metropolitan - Nonmetropolitan Count...' /*y of Residence*/ 456 REGNRES='Region of Residence' 457 DIVSTRES='Division and State Subcode of Residence' 458 EXSTARES='Expanded State of Residence Code' 459 PMSARES='NCHS PSMA/MSA of Residence' 460 POPSIZOC='Population Size of County of Occurrence' 461 POPSIZRS='Population Size of County of Residence' 462 POPMSA='Population Size of PMSA/MSA' 463 EDUC='Education' 464 EDUCR='Education Recode' 465 MONTHDTH='Month of Death' 466 SEX='Sex' 467 RACE='Detail Race' 468 RACER3='Race Recode 3' 469 RACER4='Race Recode 4' 470 AGE='Detail Age' 471 AGER52='Age Recode 52' 472 AGER20='Age Recode 20' 473 AGER12='Age Recode 12' 474 AGER22='Infant Age Recode 22' 475 PLACDTH="Place of Death and Decedent's Status" 476 HISPANR='Hispanic Origin Recode' 477 MARSTAT='Marital Status' 478 STATEBTH='State of Birth' 479 HISPANIC='Hispanic Origin' 480 HSPANICR='Hispanic Origin/Race Recode' 481 WEEKDAY='Day of Week of Death' 482 AUTOPSY='Autopsy Performed' 483 INDUSTRY='Kind of Business or Industry' 484 OCCUP='Usual Occupation' 485 UCR52='52 Cause Recode' 486 INDUSR51='Business or Industry Recode 51' 487 INDUSR15='Business or Industry Recode 15' 488 OCCUPR59='Usual Occupation Recode 59' 489 OCCUPR9='Usual Occupation Recode 9' 490 FIPSCTYO='FIPS County of Occurrence' 491 FIPSSTO='FIPS State of Occurrence' 492 FIPSCTYR='FIPS County of Residence' 493 FIPSSTR='FIPS State of Residence' 494 FIPSPMSA='FIPS PMSA/MSA of Residence' 495 RACEIMP='Race Imputation Flag' 496 AGEFLAG='Age Substitution Flag' 497 ACCIDENT='Place of Accident for Causes E850-E929' 498 UCOD='ICD Code (9th Revision)' 499 UCR282='282 Cause Recode' 500 UCR72='72 Cause Recode' 501 UCR61='61 Infant Cause Recode' 502 UCR34='34 Cause Recode' 503 EANUM='Number of Entity-Axis Conditions' 504 ENTITY_1='Part/Line Number and Nature of Injur...' /*y and Condition*/ 505 ECONDS_1='Sequence of Condition Within Part/Line' 506 ECONDP_1='Part/Line Number on Certificate' 507 ENICON_1='Nature of Injury Flag and Condition' 508 ENIFLA_1='Nature of Injury Flag' 8 The SAS System 11:28 Thursday, March 15, 2001 509 ENTITY_2='Part/Line Number and Nature of Injur...' /*y and Condition*/ 510 ECONDS_2='Sequence of Condition Within Part/Line' 511 ECONDP_2='Part/Line Number on Certificate' 512 ENICON_2='Nature of Injury Flag and Condition' 513 ENIFLA_2='Nature of Injury Flag' 514 ENTITY_3='Part/Line Number and Nature of Injur...' /*y and Condition*/ 515 ECONDS_3='Sequence of Condition Within Part/Line' 516 ECONDP_3='Part/Line Number on Certificate' 517 ENICON_3='Nature of Injury Flag and Condition' 518 ENIFLA_3='Nature of Injury Flag' 519 ENTITY_4='Part/Line Number and Nature of Injur...' /*y and Condition*/ 520 ECONDS_4='Sequence of Condition Within Part/Line' 521 ECONDP_4='Part/Line Number on Certificate' 522 ENICON_4='Nature of Injury Flag and Condition' 523 ENIFLA_4='Nature of Injury Flag' 524 ENTITY_5='Part/Line Number and Nature of Injur...' /*y and Condition*/ 525 ECONDS_5='Sequence of Condition Within Part/Line' 526 ECONDP_5='Part/Line Number on Certificate' 527 ENICON_5='Nature of Injury Flag and Condition' 528 ENIFLA_5='Nature of Injury Flag' 529 ENTITY_6='Part/Line Number and Nature of Injur...' /*y and Condition*/ 530 ECONDS_6='Sequence of Condition Within Part/Line' 531 ECONDP_6='Part/Line Number on Certificate' 532 ENICON_6='Nature of Injury Flag and Condition' 533 ENIFLA_6='Nature of Injury Flag' 534 ENTITY_7='Part/Line Number and Nature of Injur...' /*y and Condition*/ 535 ECONDS_7='Sequence of Condition Within Part/Line' 536 ECONDP_7='Part/Line Number on Certificate' 537 ENICON_7='Nature of Injury Flag and Condition' 538 ENIFLA_7='Nature of Injury Flag' 539 ENTITY_8='Part/Line Number and Nature of Injur...' /*y and Condition*/ 540 ECONDS_8='Sequence of Condition Within Part/Line' 541 ECONDP_8='Part/Line Number on Certificate' 542 ENICON_8='Nature of Injury Flag and Condition' 543 ENIFLA_8='Nature of Injury Flag' 544 ENTITY_9='Part/Line Number and Nature of Injur...' /*y and Condition*/ 545 ECONDS_9='Sequence of Condition Within Part/Line' 546 ECONDP_9='Part/Line Number on Certificate' 547 ENICON_9='Nature of Injury Flag and Condition' 548 ENIFLA_9='Nature of Injury Flag' 549 ENTIT_10='Part/Line Number and Nature of Injur...' /*y and Condition*/ 550 ECOND_10='Sequence of Condition Within Part/Line' 551 ECONDa10='Part/Line Number on Certificate' 552 ENICO_10='Nature of Injury Flag and Condition' 553 ENIFL_10='Nature of Injury Flag' 554 ENTIT_11='Part/Line Number and Nature of Injur...' /*y and Condition*/ 555 ECOND_11='Sequence of Condition Within Part/Line' 556 ECONDa11='Part/Line Number on Certificate' 557 ENICO_11='Nature of Injury Flag and Condition' 558 ENIFL_11='Nature of Injury Flag' 559 ENTIT_12='Part/Line Number and Nature of Injur...' /*y and Condition*/ 560 ECOND_12='Sequence of Condition Within Part/Line' 561 ECONDa12='Part/Line Number on Certificate' 562 ENICO_12='Nature of Injury Flag and Condition' 563 ENIFL_12='Nature of Injury Flag' 564 ENTIT_13='Part/Line Number and Nature of Injur...' /*y and Condition*/ 565 ECOND_13='Sequence of Condition Within Part/Line' 566 ECONDa13='Part/Line Number on Certificate' 567 ENICO_13='Nature of Injury Flag and Condition' 568 ENIFL_13='Nature of Injury Flag' 569 ENTIT_14='Part/Line Number and Nature of Injur...' /*y and Condition*/ 570 ECOND_14='Sequence of Condition Within Part/Line' 571 ECONDa14='Part/Line Number on Certificate' 572 ENICO_14='Nature of Injury Flag and Condition' 573 ENIFL_14='Nature of Injury Flag' 574 ENTIT_15='Part/Line Number and Nature of Injur...' /*y and Condition*/ 575 ECOND_15='Sequence of Condition Within Part/Line' 576 ECONDa15='Part/Line Number on Certificate' 577 ENICO_15='Nature of Injury Flag and Condition' 578 ENIFL_15='Nature of Injury Flag' 579 ENTIT_16='Part/Line Number and Nature of Injur...' /*y and Condition*/ 580 ECOND_16='Sequence of Condition Within Part/Line' 581 ECONDa16='Part/Line Number on Certificate' 582 ENICO_16='Nature of Injury Flag and Condition' 583 ENIFL_16='Nature of Injury Flag' 584 ENTIT_17='Part/Line Number and Nature of Injur...' /*y and Condition*/ 9 The SAS System 11:28 Thursday, March 15, 2001 585 ECOND_17='Sequence of Condition Within Part/Line' 586 ECONDa17='Part/Line Number on Certificate' 587 ENICO_17='Nature of Injury Flag and Condition' 588 ENIFL_17='Nature of Injury Flag' 589 ENTIT_18='Part/Line Number and Nature of Injur...' /*y and Condition*/ 590 ECOND_18='Sequence of Condition Within Part/Line' 591 ECONDa18='Part/Line Number on Certificate' 592 ENICO_18='Nature of Injury Flag and Condition' 593 ENIFL_18='Nature of Injury Flag' 594 ENTIT_19='Part/Line Number and Nature of Injur...' /*y and Condition*/ 595 ECOND_19='Sequence of Condition Within Part/Line' 596 ECONDa19='Part/Line Number on Certificate' 597 ENICO_19='Nature of Injury Flag and Condition' 598 ENIFL_19='Nature of Injury Flag' 599 ENTIT_20='Part/Line Number and Nature of Injur...' /*y and Condition*/ 600 ECOND_20='Sequence of Condition Within Part/Line' 601 ECONDa20='Part/Line Number on Certificate' 602 ENICO_20='Nature of Injury Flag and Condition' 603 ENIFL_20='Nature of Injury Flag' 604 RANUM='Number of Record-Axis Conditions' 605 BLANK_1='Undefined Field' 606 RECORD_1='Nature of Injury Flag and Condition' 607 RNIFLA_1='Nature of Injury Flag' 608 RECORD_2='Nature of Injury Flag and Condition' 609 RNIFLA_2='Nature of Injury Flag' 610 RECORD_3='Nature of Injury Flag and Condition' 611 RNIFLA_3='Nature of Injury Flag' 612 RECORD_4='Nature of Injury Flag and Condition' 613 RNIFLA_4='Nature of Injury Flag' 614 RECORD_5='Nature of Injury Flag and Condition' 615 RNIFLA_5='Nature of Injury Flag' 616 RECORD_6='Nature of Injury Flag and Condition' 617 RNIFLA_6='Nature of Injury Flag' 618 RECORD_7='Nature of Injury Flag and Condition' 619 RNIFLA_7='Nature of Injury Flag' 620 RECORD_8='Nature of Injury Flag and Condition' 621 RNIFLA_8='Nature of Injury Flag' 622 RECORD_9='Nature of Injury Flag and Condition' 623 RNIFLA_9='Nature of Injury Flag' 624 RECOR_10='Nature of Injury Flag and Condition' 625 RNIFL_10='Nature of Injury Flag' 626 RECOR_11='Nature of Injury Flag and Condition' 627 RNIFL_11='Nature of Injury Flag' 628 RECOR_12='Nature of Injury Flag and Condition' 629 RNIFL_12='Nature of Injury Flag' 630 RECOR_13='Nature of Injury Flag and Condition' 631 RNIFL_13='Nature of Injury Flag' 632 RECOR_14='Nature of Injury Flag and Condition' 633 RNIFL_14='Nature of Injury Flag' 634 RECOR_15='Nature of Injury Flag and Condition' 635 RNIFL_15='Nature of Injury Flag' 636 RECOR_16='Nature of Injury Flag and Condition' 637 RNIFL_16='Nature of Injury Flag' 638 RECOR_17='Nature of Injury Flag and Condition' 639 RNIFL_17='Nature of Injury Flag' 640 RECOR_18='Nature of Injury Flag and Condition' 641 RNIFL_18='Nature of Injury Flag' 642 RECOR_19='Nature of Injury Flag and Condition' 643 RNIFL_19='Nature of Injury Flag' 644 RECOR_20='Nature of Injury Flag and Condition' 645 RNIFL_20='Nature of Injury Flag' 646 ; NOTE: The infile '/home/data/mortality/1992/data/Mort92.dat' is: File Name=/home/data/mortality/1992/data/Mort92.dat, Owner Name=jroth,Group Name=aging, Access Permission=rw-rw----, File Size (bytes)=36800 NOTE: 100 records were read from the infile '/home/data/mortality/1992/data/Mort92.dat'. The minimum record length was 364. The maximum record length was 364. One or more lines were truncated. NOTE: SAS went to a new line when INPUT statement reached past the end of a line. NOTE: The data set WORK.IN has 50 observations and 206 variables. NOTE: Compressing data set WORK.IN decreased size by 0.00 percent. 10 The SAS System 11:28 Thursday, March 15, 2001 Compressed is 2 pages; un-compressed would require 2 pages. NOTE: DATA statement used: real time 0.210 seconds cpu time 0.077 seconds 647 proc print data=in (obs=6); NOTE: Access by observation number not available. Observation numbers will be counted by PROC PRINT. NOTE: The PROCEDURE PRINT printed pages 1-2. NOTE: PROCEDURE PRINT used: real time 0.020 seconds cpu time 0.014 seconds NOTE: The SAS System used: real time 0.460 seconds cpu time 0.141 seconds NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414