1 The SAS System 12:12 Tuesday, March 27, 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.170 seconds cpu time 0.044 seconds NOTE: AUTOEXEC processing completed. 1 2 /*------------------------------------------------------------------------------------*/ 3 /*by Jean Roth Tue Mar 27 12:12:14 EST 2001 Please report errors to jroth@nber.org 4 Make two changes: 5 (1) specify the output file location in the 'libname' statement 6 (2) specify the input file name/location & year in the 'filename' statement 7 Other changes may be user and platform specific. */ 8 /*------------------------------------------------------------------------------------*/ 9 10 11 options obs=100; 12 options compress=yes; 13 *change compress=no if using a conversion package such as stat/transfer; 14 options formdlim = " "; 15 16 libname out '/tmp/'; NOTE: Libref OUT was successfully assigned as follows: Engine: V612 Physical Name: /tmp 17 /* Note: some value labels are longer than 32 characters */ 18 PROC FORMAT; 19 ; 20 VALUE P1L (default=32) 21 9 = "invalid code" 22 ; NOTE: Format P1L has been output. 23 VALUE P2L (default=32) 24 99999 = "bad code" 25 ; NOTE: Format P2L has been output. 26 VALUE P3L (default=32) 27 999 = "bad code" 28 ; NOTE: Format P3L has been output. 29 VALUE P4L (default=32) 30 99 = "bad code" 31 ; NOTE: Format P4L has been output. 32 VALUE P5L (default=32) 33 1 = "primary fam containing no subfams" 34 2 = "primary fam with 1 or more subfams" 35 3 = "secondary family" 36 4 = "subfamily" 37 5 = "primary individual" 38 6 = "sec. indiv., 14+, in a hh" 39 7 = "sec. indiv., 14+, in group quarters" 40 8 = "sec. indiv., under 14, in a hh" 41 9 = "sec. indiv., under 14, in group quart" 42 ; NOTE: Format P5L has been output. 43 VALUE P6L (default=32) 44 0 = "NIU" 45 ; 2 The SAS System 12:12 Tuesday, March 27, 2001 NOTE: Format P6L has been output. 46 VALUE P7L (default=32) 47 1 = "yes" 48 2 = "no" 49 ; NOTE: Format P7L has been output. 50 VALUE P8L (default=32) 51 1 = "primary family" 52 2 = "subfamily" 53 3 = "secondary family" 54 4 = "primary individual" 55 5 = "secondary individuals" 56 ; NOTE: Format P8L has been output. 57 VALUE P9L (default=32) 58 7 = "7+ [1964-67 only]" 59 ; NOTE: Format P9L has been output. 60 VALUE P10L (default=32) 61 50000 = "$50000 or more [1968-75]" 62 ; NOTE: Format P10L has been output. 63 VALUE P11L (default=32) 64 1 = "New England" 65 2 = "Middle Atlantic" 66 3 = "East North Central" 67 4 = "West North Central" 68 5 = "South Atlantic" 69 6 = "East South Central" 70 7 = "West South Central" 71 8 = "Mountain" 72 9 = "Pacific" 73 99 = "missing data" 74 ; NOTE: Format P11L has been output. 75 VALUE P12L (default=32) 76 1 = "central city" 77 2 = "balance of SMSA" 78 3 = "not in SMSA" 79 4 = "not identifiable [1977+ only]" 80 ; NOTE: Format P12L has been output. 81 VALUE P13L (default=32) 82 1 = "household" 83 2 = "group quarter" 84 ; NOTE: Format P13L has been output. 85 VALUE P14L (default=32) 86 0 = "not in universe (group quarter)" 87 1 = "primary family" 88 2 = "primary individual (alone)" 89 3 = "primary indiv. (living with nonrelati" 90 ; NOTE: Format P14L has been output. 91 VALUE P15L (default=32) 92 99 = "secondary individuals" 93 ; NOTE: Format P15L has been output. 94 VALUE P16L (default=32) 95 1 = "Northeast" 96 2 = "North Central" 97 3 = "South" 98 4 = "West" 99 9 = "missing [1964]" 100 ; NOTE: Format P16L has been output. 101 VALUE P17L (default=32) 102 0 = "not listed below" 103 1 = "New York City" 104 2 = "Los Angeles" 105 3 = "Chicago" 106 4 = "Philadelphia" 107 5 = "Detroit" 108 6 = "San Francisco" 109 7 = "Boston" 110 8 = "Pittsburgh" 3 The SAS System 12:12 Tuesday, March 27, 2001 111 9 = "St. Louis" 112 10 = "Washington, D. C." 113 11 = "Cleveland" 114 12 = "Baltimore" 115 13 = "Newark [1968+ only]" 116 14 = "Minneapolis - St. Paul" 117 15 = "Buffalo" 118 16 = "Houston" 119 17 = "Milwaukee [1968+]" 120 18 = "Patterson - Clifton - Passaic [1968+" 121 19 = "Dallas [1968+]" 122 ; NOTE: Format P17L has been output. 123 VALUE P18L (default=32) 124 1 = "SMSA" 125 2 = "NONSMSA" 126 3 = "not identifiable [1977+ only]" 127 ; NOTE: Format P18L has been output. 128 VALUE P19L (default=32) 129 0 = "invalid code [1964-67, 1972]" 130 16 = "Connecticut" 131 19 = "ME, MA, NH, RI, VT" 132 21 = "New York" 133 22 = "New Jersey" 134 23 = "Pennsylvania" 135 31 = "Ohio" 136 32 = "Indiana" 137 33 = "Illinois" 138 39 = "Michigan, Wisconsin" 139 49 = "IA, KS, MN, MO, NE, ND, SD" 140 53 = "Washington, D. C." 141 57 = "DE, MD, WV, VA" 142 58 = "Georgia, NC, SC" 143 59 = "Florida" 144 67 = "Kentucky, Tennessee" 145 69 = "Alabama, Mississippi" 146 72 = "Texas" 147 79 = "Arkansas, Louisiana, Oklahoma" 148 89 = "AZ, CO, ID, MT, NV, NM, UT, WY" 149 92 = "California" 150 99 = "Alaska, Hawaii, Oregon, Washington" 151 ; NOTE: Format P19L has been output. 152 VALUE P20L (default=32) 153 50000 = "$50000 or more [1968-75]" 154 ; NOTE: Format P20L has been output. 155 VALUE P21L (default=32) 156 0 = "not in universe" 157 1 = "yes" 158 2 = "no" 159 9 = "missing data" 160 ; NOTE: Format P21L has been output. 161 VALUE P22L (default=32) 162 999 = "invalid code [1968-69 only]" 163 ; NOTE: Format P22L has been output. 164 VALUE P23L (default=32) 165 0 = "not in universe" 166 1 = "yes" 167 2 = "no" 168 ; NOTE: Format P23L has been output. 169 VALUE P24L (default=32) 170 0 = "not in universe" 171 1 = "yes" 172 2 = "no" 173 ; NOTE: Format P24L has been output. 174 VALUE P25L (default=32) 175 0 = "NIU, NC" 176 1 = "private" 177 2 = "government" 178 3 = "self-employed" 4 The SAS System 12:12 Tuesday, March 27, 2001 179 4 = "without pay" 180 5 = "never worked or never worked full" 181 ; NOTE: Format P25L has been output. 182 VALUE P26L (default=32) 183 0 = "not in universe" 184 1 = "yes" 185 2 = "no" 186 9 = "invalid code" 187 ; NOTE: Format P26L has been output. 188 VALUE P27L (default=32) 189 998 = "invalid code" 190 999 = "NIU [1968-70]" 191 0 = "NIU [1971+]" 192 ; NOTE: Format P27L has been output. 193 VALUE P28L (default=32) 194 0 = "NIU" 195 ; NOTE: Format P28L has been output. 196 VALUE P29L (default=32) 197 0 = "NIU/did work" 198 1 = "did not work" 199 ; NOTE: Format P29L has been output. 200 VALUE P30L (default=32) 201 0 = "NIU" 202 1 = "working employed" 203 2 = "with job, not at work employed" 204 3 = "looking unemployed" 205 4 = "house keeping NILF" 206 5 = "at school NILF" 207 6 = "unable NILF" 208 7 = "other (retired) NILF" 209 ; NOTE: Format P30L has been output. 210 VALUE P31L (default=32) 211 1 = "member secondary family no. 1" 212 2 = "member secondary family no. 2" 213 3 = "member secondary family no. 3" 214 4 = "member secondary family no. 4" 215 5 = "member secondary family no. 5" 216 6 = "member secondary family no. 6" 217 7 = "member of primary family or" 218 8 = "primary or secondary individual" 219 ; NOTE: Format P31L has been output. 220 VALUE P32L (default=32) 221 0 = "not in sub/secondary family" 222 ; NOTE: Format P32L has been output. 223 VALUE P33L (default=32) 224 0 = "not in sub/secondary family" 225 1 = "head (sub/secondary family)" 226 2 = "wife (sub/secondary family)" 227 3 = "child (sub/secondary family)" 228 4 = "other relative (secondary family)" 229 ; NOTE: Format P33L has been output. 230 VALUE P34L (default=32) 231 1 = "primary family" 232 2 = "secondary individual" 233 3 = "secondary family member" 234 4 = "subfamily member" 235 5 = "primary individual" 236 ; NOTE: Format P34L has been output. 237 VALUE P35L (default=32) 238 50000 = "$50000 or more [1968-75]" 239 ; NOTE: Format P35L has been output. 240 VALUE P36L (default=32) 241 0 = "NIU" 242 1 = "full-time (full year worker)" 243 2 = "part-time (full year worker)" 5 The SAS System 12:12 Tuesday, March 27, 2001 244 3 = "full-time (part year worker)" 245 4 = "part-time (part year worker)" 246 5 = "nonworker" 247 9 = "invalid data" 248 ; NOTE: Format P36L has been output. 249 VALUE P37L (default=32) 250 0 = "NIU, not in labor force" 251 1 = "employed full time" 252 2 = "part-time for economic reasons" 253 3 = "unemployed full-time" 254 4 = "employed part-time" 255 5 = "unemployed part-time [1968+ only]" 256 6 = "with job, not at work [1964-75 only]" 257 9 = "missing data" 258 ; NOTE: Format P37L has been output. 259 VALUE P38L (default=32) 260 1 = "none" 261 18 = "college 5" 262 19 = "college 6+" 263 0 = "NIU (under 14 years)" 264 ; NOTE: Format P38L has been output. 265 VALUE P39L (default=32) 266 0 = "NIU" 267 ; NOTE: Format P39L has been output. 268 VALUE P40L (default=32) 269 1 = "head of primary family" 270 2 = "wife of primary family head" 271 3 = "child, under 18, head of subfamily" 272 4 = "child, under 18, not in a subfamily" 273 5 = "child, under 18, ever-married," 274 6 = "child, under 18, ever-married," 275 7 = "child, under 18, ever-married," 276 8 = "18+, never-married, head of subfamil" 277 9 = "18+, never-married, not in a subfami" 278 10 = "18+, ever-married, head of a subfami" 279 11 = "18+, ever-married, wife of a subfami" 280 12 = "18+, ever-married, not in a subfamil" 281 13 = "grandchild, under 18, never-married" 282 14 = "other relative, under 18, head of" 283 15 = "other relative, under 18, NM, child" 284 16 = "other relative, under 18, not in" 285 17 = "other relative, under 18, ever-marri" 286 18 = "other relative, under 18, ever-marri" 287 19 = "other relative, under 18, ever-marri" 288 20 = "other relative, 18+, never-married," 289 21 = "other relative, 18+, never-married," 290 22 = "other relative, 18+, ever-married," 291 23 = "other relative, 18+, ever-married," 292 24 = "other relative, 18+, ever-married," 293 25 = "in secondary family, head of" 294 26 = "in secondary family, wife of" 295 27 = "head, child under 18, never-married," 296 28 = "under 18, never-married, other" 297 29 = "under 18, ever-married, other" 298 30 = "18+, never-married, secondary family" 299 31 = "18+, ever-married, other relative" 300 32 = "primary individual" 301 33 = "secondary individual" 302 34 = "group quarters, secondary individual" 303 ; NOTE: Format P40L has been output. 304 VALUE P41L (default=32) 305 1 = "head of household" 306 2 = "wife of head of household" 307 3 = "child of head, under 18," 308 4 = "child of head, under 18," 309 5 = "child of head, 18+" 310 6 = "other relative of head" 311 7 = "nonrelative of head" 312 8 = "secondary individuals/group quarters" 313 ; NOTE: Format P41L has been output. 6 The SAS System 12:12 Tuesday, March 27, 2001 314 VALUE P42L (default=32) 315 1 = "head of family" 316 2 = "wife of head" 317 3 = "under 18, single, never married," 318 4 = "under 18, ever-married, child" 319 5 = "18+, child of family head" 320 6 = "grandchild of head [1968+ only]" 321 7 = "under 18, single, never-married," 322 8 = "under 18, ever-married, other relati" 323 9 = "18+, other relative" 324 10 = "primary individual" 325 11 = "secondary individual" 326 ; NOTE: Format P42L has been output. 327 VALUE P43L (default=32) 328 0 = "NIU" 329 1 = "in last 5 years" 330 2 = "more than 5 years ago" 331 3 = "never worked full time 2+ weeks" 332 4 = "never worked at all" 333 ; NOTE: Format P43L has been output. 334 VALUE P44L (default=32) 335 0 = "NIU" 336 1 = "within past 12 months" 337 2 = "1-2 years ago" 338 3 = "2-3 years ago" 339 4 = "3-4 years ago" 340 5 = "4-5 years ago" 341 6 = "5+ years ago" 342 7 = "never worked" 343 9 = "invalid code" 344 ; NOTE: Format P44L has been output. 345 VALUE P45L (default=32) 346 0 = "NIU" 347 1 = "yes" 348 2 = "no" 349 9 = "invalid code [1968 only]" 350 ; NOTE: Format P45L has been output. 351 VALUE P46L (default=32) 352 0 = "NIU" 353 1 = "full time" 354 2 = "part time" 355 ; NOTE: Format P46L has been output. 356 VALUE P47L (default=32) 357 0 = "NIU/looking or layed off last year" 358 1 = "not looking or layed off" 359 9 = "invalid code [1968 only]" 360 ; NOTE: Format P47L has been output. 361 VALUE P48L (default=32) 362 0 = "NIU" 363 1 = "working" 364 2 = "with a job but not at work" 365 3 = "looking for work" 366 4 = "keeping house" 367 5 = "at school" 368 6 = "unable to work" 369 7 = "other/retired" 370 ; NOTE: Format P48L has been output. 371 VALUE P49L (default=32) 372 1 = "married, spouse present" 373 2 = "married, AF spouse absent" 374 3 = "married, spouse absent" 375 4 = "widowed" 376 5 = "divorced" 377 6 = "separated" 378 7 = "never married (includes under 14)" 379 ; NOTE: Format P49L has been output. 380 VALUE P50L (default=32) 381 50000 = "$50000 or more [1968-75]" 7 The SAS System 12:12 Tuesday, March 27, 2001 382 ; NOTE: Format P50L has been output. 383 VALUE P51L (default=32) 384 0 = "NIU" 385 1 = "yes" 386 2 = "no" 387 ; NOTE: Format P51L has been output. 388 VALUE P52L (default=32) 389 0 = "NIU" 390 1 = "yes" 391 2 = "no" 392 ; NOTE: Format P52L has been output. 393 VALUE P53L (default=32) 394 0 = "NIU" 395 1 = "yes" 396 2 = "no" 397 3 = "self-employed" 398 ; NOTE: Format P53L has been output. 399 VALUE P54L (default=32) 400 0 = "NIU" 401 1 = "both" 402 2 = "mother only" 403 3 = "father only" 404 4 = "neither" 405 ; NOTE: Format P54L has been output. 406 VALUE P55L (default=32) 407 99 = "invalid code" 408 ; NOTE: Format P55L has been output. 409 VALUE P56L (default=32) 410 50000 = "50000+ [1968-75 only]" 411 ; NOTE: Format P56L has been output. 412 VALUE P57L (default=32) 413 1 = "civilians 14+ [15+ in 1981]" 414 2 = "armed forces" 415 3 = "children [1968+ only]" 416 ; NOTE: Format P57L has been output. 417 VALUE P58L (default=32) 418 0 = "NIU/none [1976+]" 419 50000 = "50000+ [1968-75 only]" 420 ; NOTE: Format P58L has been output. 421 VALUE P59L (default=32) 422 0 = "NIU" 423 1 = "yes" 424 2 = "no" 425 9 = "bad data" 426 ; NOTE: Format P59L has been output. 427 VALUE P60L (default=32) 428 1 = "white" 429 2 = "black" 430 3 = "other" 431 ; NOTE: Format P60L has been output. 432 VALUE P61L (default=32) 433 0 = "NIU" 434 1 = "already had a job -- U1" 435 2 = "temporary illness -- U1" 436 3 = "going to school -- U2" 437 4 = "other -- U2" 438 ; NOTE: Format P61L has been output. 439 VALUE P62L (default=32) 440 0 = "NIU" 441 1 = "ill" 442 2 = "home [females only]" 443 3 = "school" 444 4 = "unable to find work" 445 5 = "armed forces [1968-1983]" 8 The SAS System 12:12 Tuesday, March 27, 2001 446 6 = "retired [1968+ only]" 447 7 = "other" 448 ; NOTE: Format P62L has been output. 449 VALUE P63L (default=32) 450 0 = "NIU [1968-76 only]" 451 1 = "head with other relatives" 452 2 = "primary individual" 453 3 = "wife of head" 454 4 = "child of head/other relative of head" 455 5 = "secondary family member" 456 6 = "secondary individual" 457 ; NOTE: Format P63L has been output. 458 VALUE P64L (default=32) 459 1 = "male" 460 2 = "female" 461 ; NOTE: Format P64L has been output. 462 VALUE P65L (default=32) 463 0 = "NIU" 464 1 = "member subfamily no. 1" 465 2 = "member subfamily no. 2" 466 3 = "member subfamily no. 3" 467 4 = "member subfamily no. 4" 468 5 = "member subfamily no. 5" 469 6 = "member subfamily no. 6" 470 9 = "invalid code" 471 ; NOTE: Format P65L has been output. 472 VALUE P66L (default=32) 473 0 = "NIU" 474 1 = "yes" 475 2 = "no" 476 ; NOTE: Format P66L has been output. 477 VALUE P67L (default=32) 478 1 = "Vietnam Era" 479 2 = "Korean War" 480 3 = "World War II" 481 4 = "World War I" 482 5 = "other service" 483 6 = "nonveteran" 484 0 = "NIU" 485 ; NOTE: Format P67L has been output. 486 VALUE P68L (default=32) 487 0 = "NIU/none [1976+]" 488 50000 = "50000 or more [1968-75]" 489 ; NOTE: Format P68L has been output. 490 VALUE P69L (default=32) 491 0 = "NIU" 492 ; NOTE: Format P69L has been output. 493 VALUE P70L (default=32) 494 0 = "NIU" 495 ; NOTE: Format P70L has been output. 496 VALUE P71L (default=32) 497 1 = "none (not looking)" 498 2 = "1-4 weeks looking" 499 3 = "5-14 weeks looking" 500 4 = "15-26 weeks looking" 501 5 = "27-39 weeks looking" 502 6 = "40+ weeks looking" 503 0 = "NIU" 504 9 = "invalid code [1968 only]" 505 ; NOTE: Format P71L has been output. 506 VALUE P72L (default=32) 507 0 = "NIU" 508 ; NOTE: Format P72L has been output. 509 VALUE P73L (default=32) 510 0 = "NIU" 9 The SAS System 12:12 Tuesday, March 27, 2001 511 1 = "none" 512 2 = "1-4 weeks" 513 3 = "5-10 weeks" 514 4 = "11-14 weeks" 515 5 = "15-26 weeks" 516 6 = "27-39 weeks [1964-67 = 27+ weeks]" 517 7 = "40+ weeks [1968+ only]" 518 9 = "invalid code" 519 ; NOTE: Format P73L has been output. 520 VALUE P74L (default=32) 521 0 = "NIU" 522 ; NOTE: Format P74L has been output. 523 VALUE P75L (default=32) 524 0 = "NIU" 525 1 = "0" 526 2 = "1-13" 527 3 = "14-26" 528 4 = "27-39" 529 5 = "40-47" 530 6 = "48-49" 531 7 = "50-52" 532 ; NOTE: Format P75L has been output. 533 VALUE P76L (default=32) 534 0 = "NIU" 535 1 = "slack" 536 2 = "material shortage" 537 3 = "plant or machine repair" 538 4 = "new job started during week" 539 5 = "job terminated during week" 540 6 = "could find only part time work" 541 7 = "holiday" 542 8 = "labor dispute" 543 9 = "bad weather" 544 10 = "own illness" 545 11 = "on vacation" 546 12 = "too busy with house, school, etc." 547 13 = "did not want full time work" 548 14 = "full time work week less than 35 hrs" 549 15 = "other" 550 ; NOTE: Format P76L has been output. 551 VALUE P77L (default=32) 552 0 = "NIU" 553 1 = "lost job" 554 2 = "quit job" 555 3 = "left school" 556 4 = "wanted temporary work" 557 5 = "other" 558 9 = "invalid code" 559 ; NOTE: Format P77L has been output. 560 VALUE P78L (default=32) 561 0 = "NIU" 562 1 = "own illness" 563 2 = "on vacation ESR=2" 564 3 = "bad weather ESR=2" 565 4 = "labor dispute ESR=2" 566 5 = "new job begin 30 days ESR=3" 567 6 = "temporary layoff ESR=3" 568 7 = "indefinite layoff ESR=3" 569 8 = "other ESR=2" 570 9 = "invalid code" 571 ; NOTE: Format P78L has been output. 572 VALUE P79L (default=32) 573 0 = "NIU [1976+]" 574 99999 = "NIU [1968-75]" 575 ; NOTE: Format P79L has been output. 576 VALUE P80L (default=32) 577 0 = "NIU [1968-75 only]" 578 1 = "below poverty cutoff amount" 579 2 = "above poverty cutoff amount" 10 The SAS System 12:12 Tuesday, March 27, 2001 580 9 = "missing data" 581 ; NOTE: Format P80L has been output. 582 VALUE P81L (default=32) 583 0 = "NIU" 584 1 = "private wage or salary" 585 2 = "government" 586 3 = "self-employed" 587 4 = "w/o pay in family farm or business" 588 ; NOTE: Format P81L has been output. 589 VALUE P82L (default=32) 590 1 = "Mexican" 591 2 = "Puerto Rican" 592 3 = "Cuban" 593 4 = "Central or South American" 594 5 = "other Spanish" 595 6 = "other" 596 7 = "don't know" 597 8 = "not available" 598 ; NOTE: Format P82L has been output. 599 VALUE P83L (default=32) 600 0 = "NIU" 601 1 = "ill" 602 2 = "home/family" 603 3 = "school" 604 4 = "armed forces [1968-1983]" 605 5 = "retired" 606 6 = "other [1968-1983]" 607 7 = "other [1984]" 608 ; NOTE: Format P83L has been output. 609 VALUE P84L (default=32) 610 0 = "NIU" 611 1 = "1 stretch last year" 612 2 = "2 stretches last year" 613 3 = "3+ stretches last year" 614 ; NOTE: Format P84L has been output. 615 VALUE P85L (default=32) 616 0 = "NIU" 617 1 = "1-13 weeks" 618 2 = "14-26 weeks" 619 3 = "27-39 weeks" 620 4 = "40-47 weeks" 621 5 = "48-49 weeks" 622 6 = "50-52 weeks" 623 9 = "invalid code [1968 only]" 624 ; NOTE: Format P85L has been output. 625 VALUE P86L (default=32) 626 99999 = "invalid code" 627 ; NOTE: Format P86L has been output. 628 VALUE P87L (default=32) 629 99999 = "invalid code" 630 ; NOTE: Format P87L has been output. 631 VALUE P88L (default=32) 632 0 = "NIU/none [1976+]" 633 50000 = "$50000+ [1968-1975]" 634 ; NOTE: Format P88L has been output. 635 VALUE P89L (default=32) 636 0 = "NIU/none [1976+]" 637 ; NOTE: Format P89L has been output. 638 VALUE P90L (default=32) 639 0 = "none" 640 1 = "under 3 only" 641 2 = "3-5" 642 3 = "under 3 and 3-5 only" 643 4 = "6-11 only" 644 5 = "under 3, 6-11 only" 645 6 = "3-5 and 6-11 only" 11 The SAS System 12:12 Tuesday, March 27, 2001 646 7 = "under 3, 3-5 and 6-11 only" 647 8 = "12-17 only" 648 9 = "under 3 and 12-17 only" 649 10 = "3-15 and 12-17 only" 650 11 = "under 3, 3-5 and 12-17 only" 651 12 = "6-11 and 12-17 only" 652 13 = "under 3, 6-11 and 12-17 only" 653 14 = "3-5, 6-11 and 12-17 only" 654 15 = "under 3, 3-5, 6-11 and 12-17" 655 ; NOTE: Format P90L has been output. 656 VALUE P91L (default=32) 657 0 = "0" 658 1 = "all 18-24, single" 659 2 = "some 18-24, single and other" 660 3 = "none 18-24, single and other" 661 ; NOTE: Format P91L has been output. 662 VALUE P92L (default=32) 663 0 = "none" 664 1 = "all in labor force" 665 2 = "1+ (not all) in labor force" 666 ; NOTE: Format P92L has been output. 667 VALUE P93L (default=32) 668 0 = "1+ employed" 669 1 = "1+ unemployed, none employed" 670 2 = "none in labor force" 671 3 = "no other members 14+" 672 ; NOTE: Format P93L has been output. 673 VALUE P94L (default=32) 674 1 = "hh starts with primary family or indi" 675 2 = "hh starts with a subfamily family" 676 3 = "hh starts with a secondary family" 677 4 = "hh starts with a secondary individual" 678 5 = "hh starts with a person rec. w/new ID" 679 9 = "unusable value of family-type" 680 ; NOTE: Format P94L has been output. 681 682 filename raw pipe "zcat /home/data/mare_winship/cpsmw64.Z "; NOTE: PROCEDURE FORMAT used: real time 0.290 seconds cpu time 0.112 seconds 683 data temp; 684 infile raw lrecl = 386 missover ; 685 686 INPUT 687 688 @1 hhcount 6. 689 @7 famhh1 3. 690 @10 perfam 3. 691 @13 year 2. 692 @15 hhidnum 1. 693 @16 hhmonth 1. 694 @17 randomc 5. 695 @22 keyfitz 3. 696 @25 nonint 2. 697 @27 famsnum 6. 698 @34 famdesc 1. 699 @35 famposi 2. 700 @37 famtypc 1. 701 @39 kindfam 1. 702 @40 numpfam 2. 703 @42 totfami 10. 704 @52 typefam 1. 705 @53 censusg 2. 706 @55 central 1. 707 @56 hhsnum 6. 708 @62 hhtype 1. 709 @63 hhstatu 1. 710 @66 numfami 2. 12 The SAS System 12:12 Tuesday, March 27, 2001 711 @68 numphh 2. 712 @71 region 1. 713 @72 smsa 2. 714 @74 smsa1 2. 715 @77 smsasta 1. 716 @78 state 2. 717 @80 state1 2. 718 @82 tothhin 10. 719 @92 adc 1. 720 @93 age 3. 721 @96 alimony 1. 722 @97 anyreas 1. 723 @98 cowcurj 1. 724 @99 complet 1. 725 @100 curindu 3. 726 @103 curoccu 3. 727 @106 didntwo 1. 728 @107 employm 1. 729 @108 famseco 1. 730 @110 famnum 1. 731 @112 famreln 1. 732 @114 famtyp 1. 733 @115 farmsel 7. 734 @122 fptfpar 1. 735 @123 fptwork 1. 736 @124 highgra 2. 737 @126 hourswo 2. 738 @128 hhr1 2. 739 @131 hhr2 1. 740 @132 hhr3 2. 741 @134 lwft2pc 1. 742 @135 lwftpay 1. 743 @136 lfworkl 1. 744 @137 lffptwo 1. 745 @138 lolayed 1. 746 @139 majacti 1. 747 @140 marital 1. 748 @141 nonfarm 7. 749 @148 nftjob 1. 750 @149 nftwork 1. 751 @150 paidtim 1. 752 @151 parents 1. 753 @152 persequ 2. 754 @154 ptearni 8. 755 @162 ptincom 8. 756 @170 populat 1. 757 @171 paamoun 7. 758 @178 parecip 1. 759 @179 race 1. 760 @180 rnawlwk 1. 761 @181 rnawlyr 1. 762 @182 relnhhh 1. 763 @183 sex 1. 764 @184 subfam 1. 765 @185 unemplo 1. 766 @186 veteran 1. 767 @187 perswag 7. 768 @195 wkunemp 2. 769 @197 wlly1 2. 770 @200 wlly2 1. 771 @201 wllyr1 2. 772 @204 wllyr2 1. 773 @205 wwly1 2. 774 @208 wwly2 1. 775 @209 whyless 2. 776 @211 whylfwo 1. 777 @212 whynota 1. 778 @213 persnum 6. 779 @219 povcuto 6. 780 @225 povlev 1. 781 @226 cowlast 1. 782 @228 spanish 1. 783 @229 industr 3. 784 @232 mainrea 1. 785 @233 occupat 3. 786 @236 stretch 1. 13 The SAS System 12:12 Tuesday, March 27, 2001 787 @237 wkslabo 1. 788 @238 famawgt 5. 789 @243 fampwgt 5. 790 @248 famwgtb 12. 791 @260 hhwgt 11. 792 @271 perawgt 5. 793 @276 perpwgt 5. 794 @281 suppwgt 12. 795 @293 baswgt 11. 796 @304 typeain 7. 797 @311 typebin 7. 798 @318 typecin 7. 799 @325 typedin 7. 800 @332 typeein 7. 801 @339 dividen 7. 802 @346 rentali 7. 803 @353 publica 7. 804 @360 supplem 7. 805 @367 cpi 4. 806 @371 vnmajid 4. 807 @375 vnminid 2. 808 @377 presenc 2. 809 @379 ownch6 1. 810 @380 ownch18 1. 811 @381 related 1. 812 @382 famu18 1. 813 @383 famo18 1. 814 @384 femalef 1. 815 @385 laborfo 1. 816 @386 hhflag 1. 817 818 819 ; 820 821 LABEL 822 hhcount = "Household Counter" 823 famhh1 = "Family-in-Household1" 824 perfam = "Person-in-Family" 825 year = "Year" 826 hhidnum = "Household ID Number2" 827 hhmonth = "Household Month in Sample" 828 randomc = "Random Cluster (Schedule Number," 829 keyfitz = "Keyfitz Cluster (PSU Number, 1964-67)" 830 nonint = "Noninterview Cluster" 831 famsnum = "Family Serial Number" 832 famdesc = "Family Description" 833 famposi = "Family Position in Household" 834 famtypc = "Family Type C-recipiency" 835 kindfam = "Kind of Family" 836 numpfam = "Number of Persons in Family" 837 totfami = "Total Family Income" 838 typefam = "Type of Family 1968-75:" 839 censusg = "Census Geodivision" 840 central = "Central City Status" 841 hhsnum = "Household Serial or Segment Number" 842 hhtype = "Household Type" 843 hhstatu = "Household Status" 844 numfami = "Number of Families in Household" 845 numphh = "Number of Persons in Household" 846 region = "Region" 847 smsa = "SMSA" 848 smsa1 = "SMSA-I" 849 smsasta = "SMSA Status" 850 state = "State" 851 state1 = "STATE-I" 852 tothhin = "Total Household Income" 853 adc = "ADC Recipiency" 854 age = "Age" 855 alimony = "Alimony Recipiency" 856 anyreas = "Any Reason Could Not Take a Job" 857 cowcurj = "Class of Worker (current job)" 858 complet = "Complete High Grade Attended" 859 curindu = "Current Industry" 860 curoccu = "Current Occupation" 861 didntwo = "Didn't Work Last Year" 862 employm = "Employment Status Recode" 14 The SAS System 12:12 Tuesday, March 27, 2001 863 famseco = "Family (Secondary) Membership Key" 864 famnum = "Family Number" 865 famreln = "Family Relationship" 866 famtyp = "Family Type" 867 farmsel = "Farm/Self-Employed Income" 868 fptfpar = "Full/Part Time, Full/Part Year Work" 869 fptwork = "Full/Part Time Work Recode" 870 highgra = "High Grade Attended" 871 hourswo = "Hours Worked Last Week" 872 hhr1 = "Household Recode-I" 873 hhr2 = "Household Recode-II" 874 hhr3 = "Household Recode-III" 875 lwft2pc = "Last Work Full Time, 2+ Consecutive Weeks" 876 lwftpay = "Last Work Full Time For Pay, 2+ Consecutive" NOTE: Label value for variable LWFT2PC has been truncated to a length of 40. 877 lfworkl = "Look for Work Last Year" NOTE: Label value for variable LWFTPAY has been truncated to a length of 40. 878 lffptwo = "Look for Full or Part Time Work Last Week" 879 lolayed = "Looking or Layed-Off Last Year (Part-Year" NOTE: Label value for variable LFFPTWO has been truncated to a length of 40. 880 majacti = "Major Activity Last Week" NOTE: Label value for variable LOLAYED has been truncated to a length of 40. 881 marital = "Marital Status" 882 nonfarm = "Nonfarm Self-employment Income" 883 nftjob = "Normal Full Time Job" 884 nftwork = "Normal Full Time Work" 885 paidtim = "Paid Time Off Last Week" 886 parents = "Parents Presence" 887 persequ = "Person Sequence Number" 888 ptearni = "Person's Total Earnings" 889 ptincom = "Person's Total Income" 890 populat = "Population Type" 891 paamoun = "Public Assistance Amount" 892 parecip = "Public Assistance Recipiency (other than" 893 race = "Race" 894 rnawlwk = "Reason Not at Work Last Week" 895 rnawlyr = "Reason Not at Work Last Year" 896 relnhhh = "Relationship to Household Head" 897 sex = "Sex" 898 subfam = "Subfamily Membership Key" 899 unemplo = "Unemployment Recipiency" 900 veteran = "Veteran Status" 901 perswag = "Person's Wage & Salary" 902 wkunemp = "Week Unemployed" 903 wlly1 = "Weeks Looking for Work Last Year-I" 904 wlly2 = "Weeks Looking for Work Last Year-II" 905 wllyr1 = "Weeks Looking or Layed Off Work Last Year-I" 906 wllyr2 = "Weeks Looking or Layed Off Work Last Year-II" NOTE: Label value for variable WLLYR1 has been truncated to a length of 40. 907 wwly1 = "Weeks Worked Last Year-I" NOTE: Label value for variable WLLYR2 has been truncated to a length of 40. 908 wwly2 = "Weeks Worked Last Year-II" 909 whyless = "Why Less than Full Time Work" 910 whylfwo = "Why Look for Work" 911 whynota = "Why Not at Work Last Week" 912 persnum = "Person Serial Number" 913 povcuto = "Poverty Cutoff-Dollars" 914 povlev = "Poverty-Level" 915 cowlast = "Class of Worker Last Year" 916 spanish = "Spanish Ethnicity" 917 industr = "Industry Last Year" 918 mainrea = "Main Reason for Part-Year Work" 919 occupat = "Occupation Last Year" 920 stretch = "Stretches of Unemployment" 921 wkslabo = "Weeks in Labor Force" 922 famawgt = "Family A Weight" 923 fampwgt = "Family P Weight" 924 famwgtb = "Family Weight Basic" 925 hhwgt = "Household Weight" 926 perawgt = "Person A Weight" 927 perpwgt = "Person P Weight" 928 suppwgt = "Person Supplemental Weight" 929 baswgt = "Basic CPS Weight" 930 typeain = "Type-A-Income" 931 typebin = "Type-B-Income" 932 typecin = "Type-C-Income" 15 The SAS System 12:12 Tuesday, March 27, 2001 933 typedin = "Type-D-Income" 934 typeein = "Type-E-Income" 935 dividen = "Dividends and Interest" 936 rentali = "Rental Income" 937 publica = "Public-Assistance Income" 938 supplem = "Supplemental Security Income" 939 cpi = "CPI-Index" 940 vnmajid = "Version Number Major I.D." 941 vnminid = "Version Number Minor I.D." 942 presenc = "Presence of Own Children by Age-" 943 ownch6 = "Own Children Under 6 (in family)" 944 ownch18 = "Own Children Under 18 (in family)" 945 related = "Related Children Under 18 Other Than Own" 946 famu18 = "Family Members Under 18" 947 famo18 = "Family Members Over 18 Other Than" 948 femalef = "Female Family Members 18+ Other" 949 laborfo = "Labor Force Status of Family Members" 950 hhflag = "Household Flag" 951 952 953 ; 954 955 FORMAT 956 hhidnum P1L. 957 randomc P2L. 958 keyfitz P3L. 959 nonint P4L. 960 famdesc P5L. 961 famposi P6L. 962 famtypc P7L. 963 kindfam P8L. 964 numpfam P9L. 965 totfami P10L. 966 censusg P11L. 967 central P12L. 968 hhtype P13L. 969 hhstatu P14L. 970 numphh P15L. 971 region P16L. 972 smsa1 P17L. 973 smsasta P18L. 974 state1 P19L. 975 tothhin P20L. 976 adc P21L. 977 age P22L. 978 alimony P23L. 979 anyreas P24L. 980 cowcurj P25L. 981 complet P26L. 982 curindu P27L. 983 curoccu P28L. 984 didntwo P29L. 985 employm P30L. 986 famseco P31L. 987 famnum P32L. 988 famreln P33L. 989 famtyp P34L. 990 farmsel P35L. 991 fptfpar P36L. 992 fptwork P37L. 993 highgra P38L. 994 hourswo P39L. 995 hhr1 P40L. 996 hhr2 P41L. 997 hhr3 P42L. 998 lwft2pc P43L. 999 lwftpay P44L. 1000 lfworkl P45L. 1001 lffptwo P46L. 1002 lolayed P47L. 1003 majacti P48L. 1004 marital P49L. 1005 nonfarm P50L. 1006 nftjob P51L. 1007 nftwork P52L. 1008 paidtim P53L. 16 The SAS System 12:12 Tuesday, March 27, 2001 1009 parents P54L. 1010 persequ P55L. 1011 ptincom P56L. 1012 populat P57L. 1013 paamoun P58L. 1014 parecip P59L. 1015 race P60L. 1016 rnawlwk P61L. 1017 rnawlyr P62L. 1018 relnhhh P63L. 1019 sex P64L. 1020 subfam P65L. 1021 unemplo P66L. 1022 veteran P67L. 1023 perswag P68L. 1024 wkunemp P69L. 1025 wlly1 P70L. 1026 wlly2 P71L. 1027 wllyr1 P72L. 1028 wllyr2 P73L. 1029 wwly1 P74L. 1030 wwly2 P75L. 1031 whyless P76L. 1032 whylfwo P77L. 1033 whynota P78L. 1034 povcuto P79L. 1035 povlev P80L. 1036 cowlast P81L. 1037 spanish P82L. 1038 mainrea P83L. 1039 stretch P84L. 1040 wkslabo P85L. 1041 famawgt P86L. 1042 perawgt P87L. 1043 typeain P88L. 1044 dividen P89L. 1045 presenc P90L. 1046 famo18 P91L. 1047 femalef P92L. 1048 laborfo P93L. 1049 hhflag P94L. 1050 ; NOTE: The infile RAW is: Pipe command="zcat /home/data/mare_winship/cpsmw64.Z " NOTE: 100 records were read from the infile RAW. The minimum record length was 386. The maximum record length was 386. One or more lines were truncated. NOTE: The data set WORK.TEMP has 100 observations and 129 variables. NOTE: Compressing data set WORK.TEMP decreased size by 66.67 percent. Compressed is 1 pages; un-compressed would require 3 pages. NOTE: DATA statement used: real time 1.100 seconds cpu time 0.422 seconds 1051 proc print data=temp (obs=60); NOTE: Access by observation number not available. Observation numbers will be counted by PROC PRINT. NOTE: The PROCEDURE PRINT printed pages 1-16. NOTE: PROCEDURE PRINT used: real time 0.890 seconds cpu time 0.377 seconds 1052 proc contents data=temp; WARNING: No datasets qualify for FIRSTOBS and OBS processing. NOTE: The PROCEDURE CONTENTS printed pages 17-19. NOTE: PROCEDURE CONTENTS used: real time 0.060 seconds cpu time 0.013 seconds NOTE: The SAS System used: 17 The SAS System 12:12 Tuesday, March 27, 2001 real time 2.580 seconds cpu time 0.979 seconds NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414