1 The SAS System 13:16 Friday, December 13, 2002 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.150 seconds cpu time 0.107 seconds NOTE: AUTOEXEC processing completed. 1 2 /*------------------------------------------------------------------------------------*/ 3 /*by Jean Roth Wed Mar 28 14:51:28 EST 2001 4 Please report errors to jroth@nber.org 5 Make two changes: 6 (1) specify the output file location in the 'libname' statement 7 (2) specify the input file name/location & year in the 'filename' statement 8 Other changes may be user and platform specific. */ 9 /*------------------------------------------------------------------------------------*/ 10 11 12 options obs=10000; 13 options compress=yes; 14 *change compress=no if using a conversion package such as stat/transfer; 15 options formdlim = " "; 16 17 libname out '/tmp/'; NOTE: Libref OUT was successfully assigned as follows: Engine: V612 Physical Name: /tmp 18 /* Note: some value labels are longer than 32 characters */ 19 PROC FORMAT; 20 ; 21 VALUE P1L (default=32) 22 9 = "invalid code" 23 ; NOTE: Format P1L has been output. 24 VALUE P2L (default=32) 25 99999 = "bad code" 26 ; NOTE: Format P2L has been output. 27 VALUE P3L (default=32) 28 999 = "bad code" 29 ; NOTE: Format P3L has been output. 30 VALUE P4L (default=32) 31 99 = "bad code" 32 ; NOTE: Format P4L has been output. 33 VALUE P5L (default=32) 34 1 = "primary fam containing no subfams" 35 2 = "primary fam with 1 or more subfams" 36 3 = "secondary family" 37 4 = "subfamily" 38 5 = "primary individual" 39 6 = "sec. indiv., 14+, in a hh" 40 7 = "sec. indiv., 14+, in group quarters" 41 8 = "sec. indiv., under 14, in a hh" 42 9 = "sec. indiv., under 14, in group quart" 43 ; NOTE: Format P5L has been output. 44 VALUE P6L (default=32) 45 0 = "NIU" 46 ; NOTE: Format P6L has been output. 47 VALUE P7L (default=32) 48 1 = "yes" 2 The SAS System 13:16 Friday, December 13, 2002 49 2 = "no" 50 ; NOTE: Format P7L has been output. 51 VALUE P8L (default=32) 52 1 = "primary family" 53 2 = "subfamily" 54 3 = "secondary family" 55 4 = "primary individual" 56 5 = "secondary individuals" 57 ; NOTE: Format P8L has been output. 58 VALUE P9L (default=32) 59 7 = "7+ [1964-67 only]" 60 ; NOTE: Format P9L has been output. 61 VALUE P10L (default=32) 62 50000 = "$50000 or more [1968-75]" 63 ; NOTE: Format P10L has been output. 64 VALUE P11L (default=32) 65 1 = "New England" 66 2 = "Middle Atlantic" 67 3 = "East North Central" 68 4 = "West North Central" 69 5 = "South Atlantic" 70 6 = "East South Central" 71 7 = "West South Central" 72 8 = "Mountain" 73 9 = "Pacific" 74 99 = "missing data" 75 ; NOTE: Format P11L has been output. 76 VALUE P12L (default=32) 77 1 = "central city" 78 2 = "balance of SMSA" 79 3 = "not in SMSA" 80 4 = "not identifiable [1977+ only]" 81 ; NOTE: Format P12L has been output. 82 VALUE P13L (default=32) 83 1 = "household" 84 2 = "group quarter" 85 ; NOTE: Format P13L has been output. 86 VALUE P14L (default=32) 87 0 = "not in universe (group quarter)" 88 1 = "primary family" 89 2 = "primary individual (alone)" 90 3 = "primary indiv. (living with nonrelati" 91 ; NOTE: Format P14L has been output. 92 VALUE P15L (default=32) 93 99 = "secondary individuals" 94 ; NOTE: Format P15L has been output. 95 VALUE P16L (default=32) 96 1 = "Northeast" 97 2 = "North Central" 98 3 = "South" 99 4 = "West" 100 9 = "missing [1964]" 101 ; NOTE: Format P16L has been output. 102 VALUE P17L (default=32) 103 0 = "not listed below" 104 1 = "New York City" 105 2 = "Los Angeles" 106 3 = "Chicago" 107 4 = "Philadelphia" 108 5 = "Detroit" 109 6 = "San Francisco" 110 7 = "Boston" 111 8 = "Pittsburgh" 112 9 = "St. Louis" 113 10 = "Washington, D. C." 114 11 = "Cleveland" 3 The SAS System 13:16 Friday, December 13, 2002 115 12 = "Baltimore" 116 13 = "Newark [1968+ only]" 117 14 = "Minneapolis - St. Paul" 118 15 = "Buffalo" 119 16 = "Houston" 120 17 = "Milwaukee [1968+]" 121 18 = "Patterson - Clifton - Passaic [1968+" 122 19 = "Dallas [1968+]" 123 ; NOTE: Format P17L has been output. 124 VALUE P18L (default=32) 125 1 = "SMSA" 126 2 = "NONSMSA" 127 3 = "not identifiable [1977+ only]" 128 ; NOTE: Format P18L has been output. 129 VALUE P19L (default=32) 130 0 = "invalid code [1964-67, 1972]" 131 16 = "Connecticut" 132 19 = "ME, MA, NH, RI, VT" 133 21 = "New York" 134 22 = "New Jersey" 135 23 = "Pennsylvania" 136 31 = "Ohio" 137 32 = "Indiana" 138 33 = "Illinois" 139 39 = "Michigan, Wisconsin" 140 49 = "IA, KS, MN, MO, NE, ND, SD" 141 53 = "Washington, D. C." 142 57 = "DE, MD, WV, VA" 143 58 = "Georgia, NC, SC" 144 59 = "Florida" 145 67 = "Kentucky, Tennessee" 146 69 = "Alabama, Mississippi" 147 72 = "Texas" 148 79 = "Arkansas, Louisiana, Oklahoma" 149 89 = "AZ, CO, ID, MT, NV, NM, UT, WY" 150 92 = "California" 151 99 = "Alaska, Hawaii, Oregon, Washington" 152 ; NOTE: Format P19L has been output. 153 VALUE P20L (default=32) 154 50000 = "$50000 or more [1968-75]" 155 ; NOTE: Format P20L has been output. 156 VALUE P21L (default=32) 157 0 = "not in universe" 158 1 = "yes" 159 2 = "no" 160 9 = "missing data" 161 ; NOTE: Format P21L has been output. 162 VALUE P22L (default=32) 163 999 = "invalid code [1968-69 only]" 164 ; NOTE: Format P22L has been output. 165 VALUE P23L (default=32) 166 0 = "not in universe" 167 1 = "yes" 168 2 = "no" 169 ; NOTE: Format P23L has been output. 170 VALUE P24L (default=32) 171 0 = "not in universe" 172 1 = "yes" 173 2 = "no" 174 ; NOTE: Format P24L has been output. 175 VALUE P25L (default=32) 176 0 = "NIU, NC" 177 1 = "private" 178 2 = "government" 179 3 = "self-employed" 180 4 = "without pay" 181 5 = "never worked or never worked full" 182 ; 4 The SAS System 13:16 Friday, December 13, 2002 NOTE: Format P25L has been output. 183 VALUE P26L (default=32) 184 0 = "not in universe" 185 1 = "yes" 186 2 = "no" 187 9 = "invalid code" 188 ; NOTE: Format P26L has been output. 189 VALUE P27L (default=32) 190 998 = "invalid code" 191 999 = "NIU [1968-70]" 192 0 = "NIU [1971+]" 193 ; NOTE: Format P27L has been output. 194 VALUE P28L (default=32) 195 0 = "NIU" 196 ; NOTE: Format P28L has been output. 197 VALUE P29L (default=32) 198 0 = "NIU/did work" 199 1 = "did not work" 200 ; NOTE: Format P29L has been output. 201 VALUE P30L (default=32) 202 0 = "NIU" 203 1 = "working employed" 204 2 = "with job, not at work employed" 205 3 = "looking unemployed" 206 4 = "house keeping NILF" 207 5 = "at school NILF" 208 6 = "unable NILF" 209 7 = "other (retired) NILF" 210 ; NOTE: Format P30L has been output. 211 VALUE P31L (default=32) 212 1 = "member secondary family no. 1" 213 2 = "member secondary family no. 2" 214 3 = "member secondary family no. 3" 215 4 = "member secondary family no. 4" 216 5 = "member secondary family no. 5" 217 6 = "member secondary family no. 6" 218 7 = "member of primary family or" 219 8 = "primary or secondary individual" 220 ; NOTE: Format P31L has been output. 221 VALUE P32L (default=32) 222 0 = "not in sub/secondary family" 223 ; NOTE: Format P32L has been output. 224 VALUE P33L (default=32) 225 0 = "not in sub/secondary family" 226 1 = "head (sub/secondary family)" 227 2 = "wife (sub/secondary family)" 228 3 = "child (sub/secondary family)" 229 4 = "other relative (secondary family)" 230 ; NOTE: Format P33L has been output. 231 VALUE P34L (default=32) 232 1 = "primary family" 233 2 = "secondary individual" 234 3 = "secondary family member" 235 4 = "subfamily member" 236 5 = "primary individual" 237 ; NOTE: Format P34L has been output. 238 VALUE P35L (default=32) 239 50000 = "$50000 or more [1968-75]" 240 ; NOTE: Format P35L has been output. 241 VALUE P36L (default=32) 242 0 = "NIU" 243 1 = "full-time (full year worker)" 244 2 = "part-time (full year worker)" 245 3 = "full-time (part year worker)" 246 4 = "part-time (part year worker)" 247 5 = "nonworker" 5 The SAS System 13:16 Friday, December 13, 2002 248 9 = "invalid data" 249 ; NOTE: Format P36L has been output. 250 VALUE P37L (default=32) 251 0 = "NIU, not in labor force" 252 1 = "employed full time" 253 2 = "part-time for economic reasons" 254 3 = "unemployed full-time" 255 4 = "employed part-time" 256 5 = "unemployed part-time [1968+ only]" 257 6 = "with job, not at work [1964-75 only]" 258 9 = "missing data" 259 ; NOTE: Format P37L has been output. 260 VALUE P38L (default=32) 261 1 = "none" 262 18 = "college 5" 263 19 = "college 6+" 264 0 = "NIU (under 14 years)" 265 ; NOTE: Format P38L has been output. 266 VALUE P39L (default=32) 267 0 = "NIU" 268 ; NOTE: Format P39L has been output. 269 VALUE P40L (default=32) 270 1 = "head of primary family" 271 2 = "wife of primary family head" 272 3 = "child, under 18, head of subfamily" 273 4 = "child, under 18, not in a subfamily" 274 5 = "child, under 18, ever-married," 275 6 = "child, under 18, ever-married," 276 7 = "child, under 18, ever-married," 277 8 = "18+, never-married, head of subfamil" 278 9 = "18+, never-married, not in a subfami" 279 10 = "18+, ever-married, head of a subfami" 280 11 = "18+, ever-married, wife of a subfami" 281 12 = "18+, ever-married, not in a subfamil" 282 13 = "grandchild, under 18, never-married" 283 14 = "other relative, under 18, head of" 284 15 = "other relative, under 18, NM, child" 285 16 = "other relative, under 18, not in" 286 17 = "other relative, under 18, ever-marri" 287 18 = "other relative, under 18, ever-marri" 288 19 = "other relative, under 18, ever-marri" 289 20 = "other relative, 18+, never-married," 290 21 = "other relative, 18+, never-married," 291 22 = "other relative, 18+, ever-married," 292 23 = "other relative, 18+, ever-married," 293 24 = "other relative, 18+, ever-married," 294 25 = "in secondary family, head of" 295 26 = "in secondary family, wife of" 296 27 = "head, child under 18, never-married," 297 28 = "under 18, never-married, other" 298 29 = "under 18, ever-married, other" 299 30 = "18+, never-married, secondary family" 300 31 = "18+, ever-married, other relative" 301 32 = "primary individual" 302 33 = "secondary individual" 303 34 = "group quarters, secondary individual" 304 ; NOTE: Format P40L has been output. 305 VALUE P41L (default=32) 306 1 = "head of household" 307 2 = "wife of head of household" 308 3 = "child of head, under 18," 309 4 = "child of head, under 18," 310 5 = "child of head, 18+" 311 6 = "other relative of head" 312 7 = "nonrelative of head" 313 8 = "secondary individuals/group quarters" 314 ; NOTE: Format P41L has been output. 315 VALUE P42L (default=32) 316 1 = "head of family" 317 2 = "wife of head" 6 The SAS System 13:16 Friday, December 13, 2002 318 3 = "under 18, single, never married," 319 4 = "under 18, ever-married, child" 320 5 = "18+, child of family head" 321 6 = "grandchild of head [1968+ only]" 322 7 = "under 18, single, never-married," 323 8 = "under 18, ever-married, other relati" 324 9 = "18+, other relative" 325 10 = "primary individual" 326 11 = "secondary individual" 327 ; NOTE: Format P42L has been output. 328 VALUE P43L (default=32) 329 0 = "NIU" 330 1 = "in last 5 years" 331 2 = "more than 5 years ago" 332 3 = "never worked full time 2+ weeks" 333 4 = "never worked at all" 334 ; NOTE: Format P43L has been output. 335 VALUE P44L (default=32) 336 0 = "NIU" 337 1 = "within past 12 months" 338 2 = "1-2 years ago" 339 3 = "2-3 years ago" 340 4 = "3-4 years ago" 341 5 = "4-5 years ago" 342 6 = "5+ years ago" 343 7 = "never worked" 344 9 = "invalid code" 345 ; NOTE: Format P44L has been output. 346 VALUE P45L (default=32) 347 0 = "NIU" 348 1 = "yes" 349 2 = "no" 350 9 = "invalid code [1968 only]" 351 ; NOTE: Format P45L has been output. 352 VALUE P46L (default=32) 353 0 = "NIU" 354 1 = "full time" 355 2 = "part time" 356 ; NOTE: Format P46L has been output. 357 VALUE P47L (default=32) 358 0 = "NIU/looking or layed off last year" 359 1 = "not looking or layed off" 360 9 = "invalid code [1968 only]" 361 ; NOTE: Format P47L has been output. 362 VALUE P48L (default=32) 363 0 = "NIU" 364 1 = "working" 365 2 = "with a job but not at work" 366 3 = "looking for work" 367 4 = "keeping house" 368 5 = "at school" 369 6 = "unable to work" 370 7 = "other/retired" 371 ; NOTE: Format P48L has been output. 372 VALUE P49L (default=32) 373 1 = "married, spouse present" 374 2 = "married, AF spouse absent" 375 3 = "married, spouse absent" 376 4 = "widowed" 377 5 = "divorced" 378 6 = "separated" 379 7 = "never married (includes under 14)" 380 ; NOTE: Format P49L has been output. 381 VALUE P50L (default=32) 382 50000 = "$50000 or more [1968-75]" 383 ; NOTE: Format P50L has been output. 384 VALUE P51L (default=32) 7 The SAS System 13:16 Friday, December 13, 2002 385 0 = "NIU" 386 1 = "yes" 387 2 = "no" 388 ; NOTE: Format P51L has been output. 389 VALUE P52L (default=32) 390 0 = "NIU" 391 1 = "yes" 392 2 = "no" 393 ; NOTE: Format P52L has been output. 394 VALUE P53L (default=32) 395 0 = "NIU" 396 1 = "yes" 397 2 = "no" 398 3 = "self-employed" 399 ; NOTE: Format P53L has been output. 400 VALUE P54L (default=32) 401 0 = "NIU" 402 1 = "both" 403 2 = "mother only" 404 3 = "father only" 405 4 = "neither" 406 ; NOTE: Format P54L has been output. 407 VALUE P55L (default=32) 408 99 = "invalid code" 409 ; NOTE: Format P55L has been output. 410 VALUE P56L (default=32) 411 50000 = "50000+ [1968-75 only]" 412 ; NOTE: Format P56L has been output. 413 VALUE P57L (default=32) 414 1 = "civilians 14+ [15+ in 1981]" 415 2 = "armed forces" 416 3 = "children [1968+ only]" 417 ; NOTE: Format P57L has been output. 418 VALUE P58L (default=32) 419 0 = "NIU/none [1976+]" 420 50000 = "50000+ [1968-75 only]" 421 ; NOTE: Format P58L has been output. 422 VALUE P59L (default=32) 423 0 = "NIU" 424 1 = "yes" 425 2 = "no" 426 9 = "bad data" 427 ; NOTE: Format P59L has been output. 428 VALUE P60L (default=32) 429 1 = "white" 430 2 = "black" 431 3 = "other" 432 ; NOTE: Format P60L has been output. 433 VALUE P61L (default=32) 434 0 = "NIU" 435 1 = "already had a job -- U1" 436 2 = "temporary illness -- U1" 437 3 = "going to school -- U2" 438 4 = "other -- U2" 439 ; NOTE: Format P61L has been output. 440 VALUE P62L (default=32) 441 0 = "NIU" 442 1 = "ill" 443 2 = "home [females only]" 444 3 = "school" 445 4 = "unable to find work" 446 5 = "armed forces [1968-1983]" 447 6 = "retired [1968+ only]" 448 7 = "other" 449 ; 8 The SAS System 13:16 Friday, December 13, 2002 NOTE: Format P62L has been output. 450 VALUE P63L (default=32) 451 0 = "NIU [1968-76 only]" 452 1 = "head with other relatives" 453 2 = "primary individual" 454 3 = "wife of head" 455 4 = "child of head/other relative of head" 456 5 = "secondary family member" 457 6 = "secondary individual" 458 ; NOTE: Format P63L has been output. 459 VALUE P64L (default=32) 460 1 = "male" 461 2 = "female" 462 ; NOTE: Format P64L has been output. 463 VALUE P65L (default=32) 464 0 = "NIU" 465 1 = "member subfamily no. 1" 466 2 = "member subfamily no. 2" 467 3 = "member subfamily no. 3" 468 4 = "member subfamily no. 4" 469 5 = "member subfamily no. 5" 470 6 = "member subfamily no. 6" 471 9 = "invalid code" 472 ; NOTE: Format P65L has been output. 473 VALUE P66L (default=32) 474 0 = "NIU" 475 1 = "yes" 476 2 = "no" 477 ; NOTE: Format P66L has been output. 478 VALUE P67L (default=32) 479 1 = "Vietnam Era" 480 2 = "Korean War" 481 3 = "World War II" 482 4 = "World War I" 483 5 = "other service" 484 6 = "nonveteran" 485 0 = "NIU" 486 ; NOTE: Format P67L has been output. 487 VALUE P68L (default=32) 488 0 = "NIU/none [1976+]" 489 50000 = "50000 or more [1968-75]" 490 ; NOTE: Format P68L has been output. 491 VALUE P69L (default=32) 492 0 = "NIU" 493 ; NOTE: Format P69L has been output. 494 VALUE P70L (default=32) 495 0 = "NIU" 496 ; NOTE: Format P70L has been output. 497 VALUE P71L (default=32) 498 1 = "none (not looking)" 499 2 = "1-4 weeks looking" 500 3 = "5-14 weeks looking" 501 4 = "15-26 weeks looking" 502 5 = "27-39 weeks looking" 503 6 = "40+ weeks looking" 504 0 = "NIU" 505 9 = "invalid code [1968 only]" 506 ; NOTE: Format P71L has been output. 507 VALUE P72L (default=32) 508 0 = "NIU" 509 ; NOTE: Format P72L has been output. 510 VALUE P73L (default=32) 511 0 = "NIU" 512 1 = "none" 513 2 = "1-4 weeks" 514 3 = "5-10 weeks" 9 The SAS System 13:16 Friday, December 13, 2002 515 4 = "11-14 weeks" 516 5 = "15-26 weeks" 517 6 = "27-39 weeks [1964-67 = 27+ weeks]" 518 7 = "40+ weeks [1968+ only]" 519 9 = "invalid code" 520 ; NOTE: Format P73L has been output. 521 VALUE P74L (default=32) 522 0 = "NIU" 523 ; NOTE: Format P74L has been output. 524 VALUE P75L (default=32) 525 0 = "NIU [1964-1975 only]" 526 1 = "0 [1964-1975 only]" 527 2 = "1-13 [1964-1975 only]" 528 3 = "14-26 [1964-1975 only]" 529 4 = "27-39 [1964-1975 only]" 530 5 = "40-47 [1964-1975 only]" 531 6 = "48-49 [1964-1975 only]" 532 7 = "50-52 [1964-1975 only]" 533 ; NOTE: Format P75L has been output. 534 VALUE P76L (default=32) 535 0 = "NIU" 536 1 = "slack" 537 2 = "material shortage" 538 3 = "plant or machine repair" 539 4 = "new job started during week" 540 5 = "job terminated during week" 541 6 = "could find only part time work" 542 7 = "holiday" 543 8 = "labor dispute" 544 9 = "bad weather" 545 10 = "own illness" 546 11 = "on vacation" 547 12 = "too busy with house, school, etc." 548 13 = "did not want full time work" 549 14 = "full time work week less than 35 hrs" 550 15 = "other" 551 ; NOTE: Format P76L has been output. 552 VALUE P77L (default=32) 553 0 = "NIU" 554 1 = "lost job" 555 2 = "quit job" 556 3 = "left school" 557 4 = "wanted temporary work" 558 5 = "other" 559 9 = "invalid code" 560 ; NOTE: Format P77L has been output. 561 VALUE P78L (default=32) 562 0 = "NIU" 563 1 = "own illness" 564 2 = "on vacation ESR=2" 565 3 = "bad weather ESR=2" 566 4 = "labor dispute ESR=2" 567 5 = "new job begin 30 days ESR=3" 568 6 = "temporary layoff ESR=3" 569 7 = "indefinite layoff ESR=3" 570 8 = "other ESR=2" 571 9 = "invalid code" 572 ; NOTE: Format P78L has been output. 573 VALUE P79L (default=32) 574 0 = "NIU [1976+]" 575 99999 = "NIU [1968-75]" 576 ; NOTE: Format P79L has been output. 577 VALUE P80L (default=32) 578 0 = "NIU [1968-75 only]" 579 1 = "below poverty cutoff amount" 580 2 = "above poverty cutoff amount" 581 9 = "missing data" 582 ; NOTE: Format P80L has been output. 10 The SAS System 13:16 Friday, December 13, 2002 583 VALUE P81L (default=32) 584 0 = "NIU" 585 1 = "private wage or salary" 586 2 = "government" 587 3 = "self-employed" 588 4 = "w/o pay in family farm or business" 589 ; NOTE: Format P81L has been output. 590 VALUE P82L (default=32) 591 1 = "Mexican" 592 2 = "Puerto Rican" 593 3 = "Cuban" 594 4 = "Central or South American" 595 5 = "other Spanish" 596 6 = "other" 597 7 = "don't know" 598 8 = "not available" 599 ; NOTE: Format P82L has been output. 600 VALUE P83L (default=32) 601 0 = "NIU" 602 1 = "1 stretch last year" 603 2 = "2 stretches last year" 604 3 = "3+ stretches last year" 605 ; NOTE: Format P83L has been output. 606 VALUE P84L (default=32) 607 0 = "NIU" 608 1 = "1-13 weeks" 609 2 = "14-26 weeks" 610 3 = "27-39 weeks" 611 4 = "40-47 weeks" 612 5 = "48-49 weeks" 613 6 = "50-52 weeks" 614 9 = "invalid code [1968 only]" 615 ; NOTE: Format P84L has been output. 616 VALUE P85L (default=32) 617 99999 = "invalid code" 618 ; NOTE: Format P85L has been output. 619 VALUE P86L (default=32) 620 99999 = "invalid code" 621 ; NOTE: Format P86L has been output. 622 VALUE P87L (default=32) 623 0 = "NIU/none [1976+]" 624 50000 = "$50000+ [1968-1975]" 625 ; NOTE: Format P87L has been output. 626 VALUE P88L (default=32) 627 0 = "NIU/none [1976+]" 628 ; NOTE: Format P88L has been output. 629 VALUE P89L (default=32) 630 0 = "0" 631 1 = "all 18-24, single" 632 2 = "some 18-24, single and other" 633 3 = "none 18-24, single and other" 634 ; NOTE: Format P89L has been output. 635 VALUE P90L (default=32) 636 0 = "none" 637 1 = "all in labor force" 638 2 = "1+ (not all) in labor force" 639 ; NOTE: Format P90L has been output. 640 VALUE P91L (default=32) 641 0 = "1+ employed" 642 1 = "1+ unemployed, none employed" 643 2 = "none in labor force" 644 3 = "no other members 14+" 645 ; NOTE: Format P91L has been output. 646 VALUE P92L (default=32) 647 1 = "hh starts with primary family or indi" 11 The SAS System 13:16 Friday, December 13, 2002 648 2 = "hh starts with a subfamily family" 649 3 = "hh starts with a secondary family" 650 4 = "hh starts with a secondary individual" 651 5 = "hh starts with a person rec. w/new ID" 652 9 = "unusable value of family-type" 653 ; NOTE: Format P92L has been output. 654 655 filename raw pipe "zcat /home/data/mare_winship/cpsmw88.Z "; NOTE: PROCEDURE FORMAT used: real time 0.230 seconds cpu time 0.227 seconds 656 data temp; 657 infile raw lrecl = 386 missover ; 658 659 INPUT 660 661 @1 hhcount 6. 662 @7 famhh1 3. 663 @10 perfam 3. 664 @13 year 2. 665 @15 hhidnum 1. 666 @16 hhmonth 1. 667 @17 randomc 5. 668 @22 keyfitz 3. 669 @25 nonint 2. 670 @27 famsnum 6. 671 @34 famdesc 1. 672 @35 famposi 2. 673 @37 famtypc 1. 674 @39 kindfam 1. 675 @40 numpfam 2. 676 @42 totfami 10. 677 @52 typefam 1. 678 @53 censusg 2. 679 @55 central 1. 680 @56 hhsnum 6. 681 @62 hhtype 1. 682 @63 hhstatu 1. 683 @66 numfami 2. 684 @68 numphh 2. 685 @71 region 1. 686 @72 smsa 2. 687 @74 smsa1 2. 688 @77 smsasta 1. 689 @78 state 2. 690 @80 state1 2. 691 @82 tothhin 10. 692 @92 adc 1. 693 @93 age 3. 694 @96 alimony 1. 695 @97 anyreas 1. 696 @98 cowcurj 1. 697 @99 complet 1. 698 @100 curindu 3. 699 @103 curoccu 3. 700 @106 didntwo 1. 701 @107 employm 1. 702 @108 famseco 1. 703 @110 famnum 1. 704 @112 famreln 1. 705 @114 famtyp 1. 706 @115 farmsel 7. 707 @122 fptfpar 1. 708 @123 fptwork 1. 709 @124 highgra 2. 710 @126 hourswo 2. 711 @128 hhr1 2. 712 @131 hhr2 1. 713 @132 hhr3 2. 714 @134 lwft2pc 1. 715 @135 lwftpay 1. 716 @136 lfworkl 1. 12 The SAS System 13:16 Friday, December 13, 2002 717 @137 lffptwo 1. 718 @138 lolayed 1. 719 @139 majacti 1. 720 @140 marital 1. 721 @141 nonfarm 7. 722 @148 nftjob 1. 723 @149 nftwork 1. 724 @150 paidtim 1. 725 @151 parents 1. 726 @152 persequ 2. 727 @154 ptearni 8. 728 @162 ptincom 8. 729 @170 populat 1. 730 @171 paamoun 7. 731 @178 parecip 1. 732 @179 race 1. 733 @180 rnawlwk 1. 734 @181 rnawlyr 1. 735 @182 relnhhh 1. 736 @183 sex 1. 737 @184 subfam 1. 738 @185 unemplo 1. 739 @186 veteran 1. 740 @187 perswag 7. 741 @195 wkunemp 2. 742 @197 wlly1 2. 743 @200 wlly2 1. 744 @201 wllyr1 2. 745 @204 wllyr2 1. 746 @205 wwly1 2. 747 @208 wwly2 1. 748 @209 whyless 2. 749 @211 whylfwo 1. 750 @212 whynota 1. 751 @213 persnum 6. 752 @219 povcuto 6. 753 @225 povlev 1. 754 @226 cowlast 1. 755 @228 spanish 1. 756 @229 industr 3. 757 @232 mainrea 1. 758 @233 occupat 3. 759 @236 stretch 1. 760 @237 wkslabo 1. 761 @238 famawgt 5. 762 @243 fampwgt 5. 763 @248 famwgtb 12. 764 @260 hhwgt 11. 765 @271 perawgt 5. 766 @276 perpwgt 5. 767 @281 suppwgt 12. 768 @293 baswgt 11. 769 @304 typeain 7. 770 @311 typebin 7. 771 @318 typecin 7. 772 @325 typedin 7. 773 @332 typeein 7. 774 @339 dividen 7. 775 @346 rentali 7. 776 @353 publica 7. 777 @360 supplem 7. 778 @367 cpi 4. 779 @371 vnmajid $4. 780 @375 vnminid $2. 781 @377 presenc 2. 782 @379 ownch6 1. 783 @380 ownch18 1. 784 @381 related 1. 785 @382 famu18 1. 786 @383 famo18 1. 787 @384 femalef 1. 788 @385 laborfo 1. 789 @386 hhflag 1. 790 791 792 ; 13 The SAS System 13:16 Friday, December 13, 2002 793 794 LABEL 795 hhcount = "Household Counter" 796 famhh1 = "Family-in-Household1" 797 perfam = "Person-in-Family" 798 year = "Year" 799 hhidnum = "Household ID Number2" 800 hhmonth = "Household Month in Sample" 801 randomc = "Random Cluster (Schedule Number," 802 keyfitz = "Keyfitz Cluster (PSU Number, 1964-67)" 803 nonint = "Noninterview Cluster" 804 famsnum = "Family Serial Number" 805 famdesc = "Family Description" 806 famposi = "Family Position in Household" 807 famtypc = "Family Type C-recipiency" 808 kindfam = "Kind of Family" 809 numpfam = "Number of Persons in Family" 810 totfami = "Total Family Income" 811 typefam = "Type of Family 1968-75:" 812 censusg = "Census Geodivision" 813 central = "Central City Status" 814 hhsnum = "Household Serial or Segment Number" 815 hhtype = "Household Type" 816 hhstatu = "Household Status" 817 numfami = "Number of Families in Household" 818 numphh = "Number of Persons in Household" 819 region = "Region" 820 smsa = "SMSA" 821 smsa1 = "SMSA-I" 822 smsasta = "SMSA Status" 823 state = "State" 824 state1 = "STATE-I" 825 tothhin = "Total Household Income" 826 adc = "ADC Recipiency" 827 age = "Age" 828 alimony = "Alimony Recipiency" 829 anyreas = "Any Reason Could Not Take a Job" 830 cowcurj = "Class of Worker (current job)" 831 complet = "Complete High Grade Attended" 832 curindu = "Current Industry" 833 curoccu = "Current Occupation" 834 didntwo = "Didn't Work Last Year" 835 employm = "Employment Status Recode" 836 famseco = "Family (Secondary) Membership Key" 837 famnum = "Family Number" 838 famreln = "Family Relationship" 839 famtyp = "Family Type" 840 farmsel = "Farm/Self-Employed Income" 841 fptfpar = "Full/Part Time, Full/Part Year Work" 842 fptwork = "Full/Part Time Work Recode" 843 highgra = "High Grade Attended" 844 hourswo = "Hours Worked Last Week" 845 hhr1 = "Household Recode-I" 846 hhr2 = "Household Recode-II" 847 hhr3 = "Household Recode-III" 848 lwft2pc = "Last Work Full Time, 2+ Consecutive Weeks" 849 lwftpay = "Last Work Full Time For Pay, 2+ Consecutive" NOTE: Label value for variable LWFT2PC has been truncated to a length of 40. 850 lfworkl = "Look for Work Last Year" NOTE: Label value for variable LWFTPAY has been truncated to a length of 40. 851 lffptwo = "Look for Full or Part Time Work Last Week" 852 lolayed = "Looking or Layed-Off Last Year (Part-Year" NOTE: Label value for variable LFFPTWO has been truncated to a length of 40. 853 majacti = "Major Activity Last Week" NOTE: Label value for variable LOLAYED has been truncated to a length of 40. 854 marital = "Marital Status" 855 nonfarm = "Nonfarm Self-employment Income" 856 nftjob = "Normal Full Time Job" 857 nftwork = "Normal Full Time Work" 858 paidtim = "Paid Time Off Last Week" 859 parents = "Parents Presence" 860 persequ = "Person Sequence Number" 861 ptearni = "Person's Total Earnings" 862 ptincom = "Person's Total Income" 863 populat = "Population Type" 864 paamoun = "Public Assistance Amount" 14 The SAS System 13:16 Friday, December 13, 2002 865 parecip = "Public Assistance Recipiency (other than" 866 race = "Race" 867 rnawlwk = "Reason Not at Work Last Week" 868 rnawlyr = "Reason Not at Work Last Year" 869 relnhhh = "Relationship to Household Head" 870 sex = "Sex" 871 subfam = "Subfamily Membership Key" 872 unemplo = "Unemployment Recipiency" 873 veteran = "Veteran Status" 874 perswag = "Person's Wage & Salary" 875 wkunemp = "Week Unemployed" 876 wlly1 = "Weeks Looking for Work Last Year-I" 877 wlly2 = "Weeks Looking for Work Last Year-II" 878 wllyr1 = "Weeks Looking or Layed Off Work Last Year-I" 879 wllyr2 = "Weeks Looking or Layed Off Work Last Year-II" NOTE: Label value for variable WLLYR1 has been truncated to a length of 40. 880 wwly1 = "Weeks Worked Last Year-I" NOTE: Label value for variable WLLYR2 has been truncated to a length of 40. 881 wwly2 = "Weeks Worked Last Year-II" 882 whyless = "Why Less than Full Time Work" 883 whylfwo = "Why Look for Work" 884 whynota = "Why Not at Work Last Week" 885 persnum = "Person Serial Number" 886 povcuto = "Poverty Cutoff-Dollars" 887 povlev = "Poverty-Level" 888 cowlast = "Class of Worker Last Year" 889 spanish = "Spanish Ethnicity" 890 industr = "Industry Last Year" 891 mainrea = "Main Reason for Part-Year Work" 892 occupat = "Occupation Last Year" 893 stretch = "Stretches of Unemployment" 894 wkslabo = "Weeks in Labor Force" 895 famawgt = "Family A Weight" 896 fampwgt = "Family P Weight" 897 famwgtb = "Family Weight Basic" 898 hhwgt = "Household Weight" 899 perawgt = "Person A Weight" 900 perpwgt = "Person P Weight" 901 suppwgt = "Person Supplemental Weight" 902 baswgt = "Basic CPS Weight" 903 typeain = "Type-A-Income" 904 typebin = "Type-B-Income" 905 typecin = "Type-C-Income" 906 typedin = "Type-D-Income" 907 typeein = "Type-E-Income" 908 dividen = "Dividends and Interest" 909 rentali = "Rental Income" 910 publica = "Public-Assistance Income" 911 supplem = "Supplemental Security Income" 912 cpi = "CPI-Index" 913 vnmajid = "Version Number Major I.D." 914 vnminid = "Version Number Minor I.D." 915 presenc = "Presence of Own Children by Age-" 916 ownch6 = "Own Children Under 6 (in family)" 917 ownch18 = "Own Children Under 18 (in family)" 918 related = "Related Children Under 18 Other Than Own" 919 famu18 = "Family Members Under 18" 920 famo18 = "Family Members Over 18 Other Than" 921 femalef = "Female Family Members 18+ Other" 922 laborfo = "Labor Force Status of Family Members" 923 hhflag = "Household Flag" 924 925 926 ; 927 928 FORMAT 929 hhidnum P1L. 930 randomc P2L. 931 keyfitz P3L. 932 nonint P4L. 933 famdesc P5L. 934 famposi P6L. 935 famtypc P7L. 936 kindfam P8L. 937 numpfam P9L. 938 totfami P10L. 15 The SAS System 13:16 Friday, December 13, 2002 939 censusg P11L. 940 central P12L. 941 hhtype P13L. 942 hhstatu P14L. 943 numphh P15L. 944 region P16L. 945 smsa1 P17L. 946 smsasta P18L. 947 state1 P19L. 948 tothhin P20L. 949 adc P21L. 950 age P22L. 951 alimony P23L. 952 anyreas P24L. 953 cowcurj P25L. 954 complet P26L. 955 curindu P27L. 956 curoccu P28L. 957 didntwo P29L. 958 employm P30L. 959 famseco P31L. 960 famnum P32L. 961 famreln P33L. 962 famtyp P34L. 963 farmsel P35L. 964 fptfpar P36L. 965 fptwork P37L. 966 highgra P38L. 967 hourswo P39L. 968 hhr1 P40L. 969 hhr2 P41L. 970 hhr3 P42L. 971 lwft2pc P43L. 972 lwftpay P44L. 973 lfworkl P45L. 974 lffptwo P46L. 975 lolayed P47L. 976 majacti P48L. 977 marital P49L. 978 nonfarm P50L. 979 nftjob P51L. 980 nftwork P52L. 981 paidtim P53L. 982 parents P54L. 983 persequ P55L. 984 ptincom P56L. 985 populat P57L. 986 paamoun P58L. 987 parecip P59L. 988 race P60L. 989 rnawlwk P61L. 990 rnawlyr P62L. 991 relnhhh P63L. 992 sex P64L. 993 subfam P65L. 994 unemplo P66L. 995 veteran P67L. 996 perswag P68L. 997 wkunemp P69L. 998 wlly1 P70L. 999 wlly2 P71L. 1000 wllyr1 P72L. 1001 wllyr2 P73L. 1002 wwly1 P74L. 1003 wwly2 P75L. 1004 whyless P76L. 1005 whylfwo P77L. 1006 whynota P78L. 1007 povcuto P79L. 1008 povlev P80L. 1009 cowlast P81L. 1010 spanish P82L. 1011 stretch P83L. 1012 wkslabo P84L. 1013 famawgt P85L. 1014 perawgt P86L. 16 The SAS System 13:16 Friday, December 13, 2002 1015 typeain P87L. 1016 dividen P88L. 1017 famo18 P89L. 1018 femalef P90L. 1019 laborfo P91L. 1020 hhflag P92L. 1021 ; NOTE: The infile RAW is: Pipe command="zcat /home/data/mare_winship/cpsmw88.Z " NOTE: Invalid data for FAMHH1 in line 1 7-9. NOTE: Invalid data for PERFAM in line 1 10-12. RULE: ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0 1 10 10 188130000000000000000014120103+000011940101402031711000204010000011119+000013640205820128 101 50426017000001+0000003108400101010000011+000000000001+0002300+000230010000000210011023+0023000000000 201 440708020000000000+0888521068700453100000000000+00000071863+00000718630000000000+00000071863+0000071 301 7920000000+000000+000000+000000+000000+000000+0000000000000000000034840000000000000000 HHCOUNT=1 FAMHH1=. PERFAM=. YEAR=88 HHIDNUM=1 HHMONTH=3 RANDOMC=0 KEYFITZ=0 NONINT=0 FAMSNUM=0 FAMDESC=primary fam containing no subfam FAMPOSI=41 FAMTYPC=no KINDFAM=primary family NUMPFAM=3 TOTFAMI=11940 TYPEFAM=1 CENSUSG=New England CENTRAL=not identifiable [1977+ only] HHSNUM=20317 HHTYPE=household HHSTATU=primary family NUMFAMI=2 NUMPHH=4 REGION=Northeast SMSA=0 SMSA1=not listed below SMSASTA=SMSA STATE=11 STATE1=ME, MA, NH, RI, VT TOTHHIN=13640 ADC=no AGE=58 ALIMONY=no ANYREAS=not in universe COWCURJ=private COMPLET=no CURINDU=850 CUROCCU=426 DIDNTWO=NIU/did work EMPLOYM=working employed FAMSECO=member of primary family or FAMNUM=not in sub/secondary family FAMRELN=not in sub/secondary family FAMTYP=primary family FARMSEL=0 FPTFPAR=full-time (part year worker) FPTWORK=employed full time HIGHGRA=8 HOURSWO=40 HHR1=head of primary family HHR2=head of household HHR3=head of family LWFT2PC=NIU LWFTPAY=NIU LFWORKL=NIU LFFPTWO=NIU LOLAYED=NIU/looking or layed off last ye MAJACTI=working MARITAL=married, spouse present NONFARM=0 NFTJOB=NIU NFTWORK=NIU PAIDTIM=NIU PARENTS=NIU PERSEQU=1 PTEARNI=2300 PTINCOM=2300 POPULAT=civilians 14+ [15+ in 1981] PAAMOUN=NIU/none [1976+] PARECIP=no RACE=white RNAWLWK=NIU RNAWLYR=NIU RELNHHH=head with other relatives SEX=male SUBFAM=NIU UNEMPLO=no VETERAN=World War II PERSWAG=2300 WKUNEMP=NIU WLLY1=NIU WLLY2=NIU WLLYR1=44 WLLYR2=40+ weeks [1968+ only] WWLY1=8 WWLY2=1-13 [1964-1975 only] WHYLESS=NIU WHYLFWO=NIU WHYNOTA=NIU PERSNUM=0 POVCUTO=8885 POVLEV=above poverty cutoff amount COWLAST=private wage or salary SPANISH=other INDUSTR=870 MAINREA=0 OCCUPAT=453 STRETCH=1 stretch last year WKSLABO=NIU FAMAWGT=0 FAMPWGT=0 FAMWGTB=71863 HHWGT=71863 PERAWGT=0 PERPWGT=0 SUPPWGT=71863 BASWGT=71792 TYPEAIN=NIU/none [1976+] TYPEBIN=0 TYPECIN=0 TYPEDIN=0 TYPEEIN=0 DIVIDEN=NIU/none [1976+] RENTALI=0 PUBLICA=0 SUPPLEM=0 CPI=3484 VNMAJID=0000 VNMINID=00 PRESENC=0 OWNCH6=0 OWNCH18=0 RELATED=0 FAMU18=0 FAMO18=0 FEMALEF=none LABORFO=1+ employed HHFLAG=0 _ERROR_=1 _N_=1 NOTE: Invalid data for FAMHH1 in line 2 7-9. NOTE: Invalid data for PERFAM in line 2 10-12. 2 10 10 288130000000000000000014120103+000011940101402031711000204010000011119+000013640205420118 101 31447017000001+0000001111400202020000011+000000000002+0008840+000884010000000210032020+0088400000000 201 000052070000000000+0888521068310447000000000000+00000071863+00000718630000000000+00000071863+0000070 301 2720000000+000000+000000+000000+000000+000000+0000000000000000000034840000000000000000 HHCOUNT=1 FAMHH1=. PERFAM=. YEAR=88 HHIDNUM=1 HHMONTH=3 RANDOMC=0 KEYFITZ=0 NONINT=0 FAMSNUM=0 FAMDESC=primary fam containing no subfam FAMPOSI=41 FAMTYPC=no KINDFAM=primary family NUMPFAM=3 TOTFAMI=11940 TYPEFAM=1 CENSUSG=New England CENTRAL=not identifiable [1977+ only] HHSNUM=20317 HHTYPE=household HHSTATU=primary family NUMFAMI=2 NUMPHH=4 REGION=Northeast SMSA=0 SMSA1=not listed below SMSASTA=SMSA STATE=11 STATE1=ME, MA, NH, RI, VT TOTHHIN=13640 ADC=no AGE=54 ALIMONY=no ANYREAS=not in universe COWCURJ=private COMPLET=yes CURINDU=831 CUROCCU=447 DIDNTWO=NIU/did work EMPLOYM=working employed FAMSECO=member of primary family or FAMNUM=not in sub/secondary family FAMRELN=not in sub/secondary family FAMTYP=primary family FARMSEL=0 FPTFPAR=full-time (full year worker) FPTWORK=employed full time HIGHGRA=11 HOURSWO=40 HHR1=wife of primary family head HHR2=wife of head of household HHR3=wife of head LWFT2PC=NIU LWFTPAY=NIU LFWORKL=NIU LFFPTWO=NIU LOLAYED=NIU/looking or layed off last ye MAJACTI=working MARITAL=married, spouse present NONFARM=0 NFTJOB=NIU NFTWORK=NIU PAIDTIM=NIU PARENTS=NIU PERSEQU=2 PTEARNI=8840 PTINCOM=8840 POPULAT=civilians 14+ [15+ in 1981] PAAMOUN=NIU/none [1976+] PARECIP=no RACE=white RNAWLWK=NIU RNAWLYR=NIU RELNHHH=wife of head SEX=female SUBFAM=NIU UNEMPLO=no VETERAN=NIU PERSWAG=8840 WKUNEMP=NIU WLLY1=NIU WLLY2=NIU WLLYR1=NIU WLLYR2=NIU WWLY1=52 WWLY2=50-52 [1964-1975 only] WHYLESS=NIU WHYLFWO=NIU WHYNOTA=NIU PERSNUM=0 POVCUTO=8885 POVLEV=above poverty cutoff amount COWLAST=private wage or salary SPANISH=other INDUSTR=831 MAINREA=0 OCCUPAT=447 STRETCH=NIU WKSLABO=NIU FAMAWGT=0 FAMPWGT=0 FAMWGTB=71863 HHWGT=71863 PERAWGT=0 PERPWGT=0 SUPPWGT=71863 BASWGT=70272 TYPEAIN=NIU/none [1976+] TYPEBIN=0 TYPECIN=0 TYPEDIN=0 TYPEEIN=0 DIVIDEN=NIU/none [1976+] RENTALI=0 PUBLICA=0 SUPPLEM=0 CPI=3484 VNMAJID=0000 VNMINID=00 PRESENC=0 OWNCH6=0 OWNCH18=0 RELATED=0 FAMU18=0 FAMO18=0 FEMALEF=none LABORFO=1+ employed HHFLAG=0 _ERROR_=1 _N_=2 NOTE: Invalid data for FAMHH1 in line 3 7-9. NOTE: Invalid data for PERFAM in line 3 10-12. 3 10 10 388130000000000000000014120103+000011940101402031711000204010000011119+000013640201920116 101 51877017000001+0000004213320905050000117+000000010003+0000800+000080010000000210041026+0008000000000 201 000108020100000000+0888521065913877000000000000+00000071863+00000718630000000000+00000089288+0000088 301 3810000000+000000+000000+000000+000000+000000+0000000000000000000034840000000000000000 HHCOUNT=1 FAMHH1=. PERFAM=. YEAR=88 HHIDNUM=1 HHMONTH=3 RANDOMC=0 KEYFITZ=0 NONINT=0 FAMSNUM=0 FAMDESC=primary fam containing no subfam FAMPOSI=41 FAMTYPC=no KINDFAM=primary family NUMPFAM=3 TOTFAMI=11940 TYPEFAM=1 CENSUSG=New England CENTRAL=not identifiable [1977+ only] HHSNUM=20317 HHTYPE=household HHSTATU=primary family NUMFAMI=2 NUMPHH=4 REGION=Northeast SMSA=0 SMSA1=not listed below SMSASTA=SMSA STATE=11 STATE1=ME, MA, NH, RI, VT TOTHHIN=13640 ADC=no AGE=19 ALIMONY=no ANYREAS=not in universe COWCURJ=private COMPLET=yes CURINDU=651 CUROCCU=877 DIDNTWO=NIU/did work EMPLOYM=working employed FAMSECO=member of primary family or FAMNUM=not in sub/secondary family FAMRELN=not in sub/secondary family FAMTYP=primary family FARMSEL=0 FPTFPAR=part-time (part year worker) FPTWORK=part-time for economic reasons HIGHGRA=13 HOURSWO=32 HHR1=18+, never-married, not in a sub HHR2=child of head, 18+ HHR3=18+, child of family head LWFT2PC=NIU LWFTPAY=NIU LFWORKL=NIU LFFPTWO=NIU LOLAYED=not looking or layed off MAJACTI=working MARITAL=never married (includes under 14 NONFARM=0 NFTJOB=NIU NFTWORK=yes PAIDTIM=NIU PARENTS=NIU PERSEQU=3 PTEARNI=800 PTINCOM=800 POPULAT=civilians 14+ [15+ in 1981] PAAMOUN=NIU/none [1976+] PARECIP=no RACE=white RNAWLWK=NIU RNAWLYR=NIU RELNHHH=child of head/other relative of SEX=male SUBFAM=NIU UNEMPLO=no VETERAN=nonveteran PERSWAG=800 WKUNEMP=NIU WLLY1=NIU 17 The SAS System 13:16 Friday, December 13, 2002 WLLY2=NIU WLLYR1=NIU WLLYR2=none WWLY1=8 WWLY2=1-13 [1964-1975 only] WHYLESS=slack WHYLFWO=NIU WHYNOTA=NIU PERSNUM=0 POVCUTO=8885 POVLEV=above poverty cutoff amount COWLAST=private wage or salary SPANISH=other INDUSTR=591 MAINREA=3 OCCUPAT=877 STRETCH=NIU WKSLABO=NIU FAMAWGT=0 FAMPWGT=0 FAMWGTB=71863 HHWGT=71863 PERAWGT=0 PERPWGT=0 SUPPWGT=89288 BASWGT=88381 TYPEAIN=NIU/none [1976+] TYPEBIN=0 TYPECIN=0 TYPEDIN=0 TYPEEIN=0 DIVIDEN=NIU/none [1976+] RENTALI=0 PUBLICA=0 SUPPLEM=0 CPI=3484 VNMAJID=0000 VNMINID=00 PRESENC=0 OWNCH6=0 OWNCH18=0 RELATED=0 FAMU18=0 FAMO18=0 FEMALEF=none LABORFO=1+ employed HHFLAG=0 _ERROR_=1 _N_=3 NOTE: Invalid data for FAMHH1 in line 4 7-9. NOTE: Invalid data for PERFAM in line 4 10-12. 4 10 20 188130000000000000000064220501+000001700301402031711000204010000011119+000013640202520118 101 32447018000002+0000003113403307110000017+000000000004+0001700+000170010000000210062020+0017000000000 201 360616030000000000+0590911067620449200000000000+00000074484+00000718630000000000+00000074484+0000072 301 7270000000+000000+000000+000000+000000+000000+0000000000000000000034840000000000000000 HHCOUNT=1 FAMHH1=. PERFAM=. YEAR=88 HHIDNUM=1 HHMONTH=3 RANDOMC=0 KEYFITZ=0 NONINT=0 FAMSNUM=0 FAMDESC=sec. indiv., 14+, in a hh FAMPOSI=42 FAMTYPC=no KINDFAM=secondary individuals NUMPFAM=1 TOTFAMI=1700 TYPEFAM=3 CENSUSG=New England CENTRAL=not identifiable [1977+ only] HHSNUM=20317 HHTYPE=household HHSTATU=primary family NUMFAMI=2 NUMPHH=4 REGION=Northeast SMSA=0 SMSA1=not listed below SMSASTA=SMSA STATE=11 STATE1=ME, MA, NH, RI, VT TOTHHIN=13640 ADC=no AGE=25 ALIMONY=no ANYREAS=not in universe COWCURJ=private COMPLET=yes CURINDU=832 CUROCCU=447 DIDNTWO=NIU/did work EMPLOYM=working employed FAMSECO=primary or secondary individual FAMNUM=not in sub/secondary family FAMRELN=not in sub/secondary family FAMTYP=secondary individual FARMSEL=0 FPTFPAR=full-time (part year worker) FPTWORK=employed full time HIGHGRA=13 HOURSWO=40 HHR1=secondary individual HHR2=nonrelative of head HHR3=secondary individual LWFT2PC=NIU LWFTPAY=NIU LFWORKL=NIU LFFPTWO=NIU LOLAYED=NIU/looking or layed off last ye MAJACTI=working MARITAL=never married (includes under 14 NONFARM=0 NFTJOB=NIU NFTWORK=NIU PAIDTIM=NIU PARENTS=NIU PERSEQU=4 PTEARNI=1700 PTINCOM=1700 POPULAT=civilians 14+ [15+ in 1981] PAAMOUN=NIU/none [1976+] PARECIP=no RACE=white RNAWLWK=NIU RNAWLYR=NIU RELNHHH=secondary individual SEX=female SUBFAM=NIU UNEMPLO=no VETERAN=NIU PERSWAG=1700 WKUNEMP=NIU WLLY1=NIU WLLY2=NIU WLLYR1=36 WLLYR2=27-39 weeks [1964-67 = 27+ weeks WWLY1=16 WWLY2=14-26 [1964-1975 only] WHYLESS=NIU WHYLFWO=NIU WHYNOTA=NIU PERSNUM=0 POVCUTO=5909 POVLEV=below poverty cutoff amount COWLAST=private wage or salary SPANISH=other INDUSTR=762 MAINREA=0 OCCUPAT=449 STRETCH=2 stretches last year WKSLABO=NIU FAMAWGT=0 FAMPWGT=0 FAMWGTB=74484 HHWGT=71863 PERAWGT=0 PERPWGT=0 SUPPWGT=74484 BASWGT=72727 TYPEAIN=NIU/none [1976+] TYPEBIN=0 TYPECIN=0 TYPEDIN=0 TYPEEIN=0 DIVIDEN=NIU/none [1976+] RENTALI=0 PUBLICA=0 SUPPLEM=0 CPI=3484 VNMAJID=0000 VNMINID=00 PRESENC=0 OWNCH6=0 OWNCH18=0 RELATED=0 FAMU18=0 FAMO18=0 FEMALEF=none LABORFO=1+ employed HHFLAG=0 _ERROR_=1 _N_=4 NOTE: Invalid data for FAMHH1 in line 5 7-9. NOTE: Invalid data for PERFAM in line 5 10-12. 5 20 10 188130000000000000000014110103+000010150301402031611000103010000011119+000010150103720112 101 21745017000001+0000004113400202020000115+000000000001+0009500+000980010000300210032020+0095000000000 201 000144050000000000+0915121062211745000000000000+00000073584+00000735840000000000+00000073584+0000074 301 3150000000+000000+000300+000000+000000+000000+0000000000300000000034840000000002020000 HHCOUNT=2 FAMHH1=. PERFAM=. YEAR=88 HHIDNUM=1 HHMONTH=3 RANDOMC=0 KEYFITZ=0 NONINT=0 FAMSNUM=0 FAMDESC=primary fam containing no subfam FAMPOSI=41 FAMTYPC=yes KINDFAM=primary family NUMPFAM=3 TOTFAMI=10150 TYPEFAM=3 CENSUSG=New England CENTRAL=not identifiable [1977+ only] HHSNUM=20316 HHTYPE=household HHSTATU=primary family NUMFAMI=1 NUMPHH=3 REGION=Northeast SMSA=0 SMSA1=not listed below SMSASTA=SMSA STATE=11 STATE1=ME, MA, NH, RI, VT TOTHHIN=10150 ADC=yes AGE=37 ALIMONY=no ANYREAS=not in universe COWCURJ=private COMPLET=yes CURINDU=221 CUROCCU=745 DIDNTWO=NIU/did work EMPLOYM=working employed FAMSECO=member of primary family or FAMNUM=not in sub/secondary family FAMRELN=not in sub/secondary family FAMTYP=primary family FARMSEL=0 FPTFPAR=part-time (part year worker) FPTWORK=employed full time HIGHGRA=13 HOURSWO=40 HHR1=wife of primary family head HHR2=wife of head of household HHR3=wife of head LWFT2PC=NIU LWFTPAY=NIU LFWORKL=NIU LFFPTWO=NIU LOLAYED=not looking or layed off MAJACTI=working MARITAL=divorced NONFARM=0 NFTJOB=NIU NFTWORK=NIU PAIDTIM=NIU PARENTS=NIU PERSEQU=1 PTEARNI=9500 PTINCOM=9800 POPULAT=civilians 14+ [15+ in 1981] PAAMOUN=300 PARECIP=no RACE=white RNAWLWK=NIU RNAWLYR=NIU RELNHHH=wife of head SEX=female SUBFAM=NIU UNEMPLO=no VETERAN=NIU PERSWAG=9500 WKUNEMP=NIU WLLY1=NIU WLLY2=NIU WLLYR1=NIU WLLYR2=none WWLY1=44 WWLY2=40-47 [1964-1975 only] WHYLESS=NIU WHYLFWO=NIU WHYNOTA=NIU PERSNUM=0 POVCUTO=9151 POVLEV=above poverty cutoff amount COWLAST=private wage or salary SPANISH=other INDUSTR=221 MAINREA=1 OCCUPAT=745 STRETCH=NIU WKSLABO=NIU FAMAWGT=0 FAMPWGT=0 FAMWGTB=73584 HHWGT=73584 PERAWGT=0 PERPWGT=0 SUPPWGT=73584 BASWGT=74315 TYPEAIN=NIU/none [1976+] TYPEBIN=0 TYPECIN=300 TYPEDIN=0 TYPEEIN=0 DIVIDEN=NIU/none [1976+] RENTALI=0 PUBLICA=300 SUPPLEM=0 CPI=3484 VNMAJID=0000 VNMINID=00 PRESENC=0 OWNCH6=0 OWNCH18=2 RELATED=0 FAMU18=2 FAMO18=0 FEMALEF=none LABORFO=1+ employed HHFLAG=0 _ERROR_=1 _N_=5 NOTE: Invalid data for FAMHH1 in line 6 7-9. NOTE: Invalid data for PERFAM in line 6 10-12. 6 20 10 288130000000000000000014110103+000010150301402031611000103010000011119+000010150201720122 101 21779017000001+0000004413050403030000157+000000020202+0000350+000035010000000210041026+0003500000000 201 000107021200000000+0915121063003259000000000000+00000073584+00000735840000000000+00000072896+0000071 301 0200000000+000000+000000+000000+000000+000000+0000000000000000000034840000000002020000 HHCOUNT=2 FAMHH1=. PERFAM=. YEAR=88 HHIDNUM=1 HHMONTH=3 RANDOMC=0 KEYFITZ=0 NONINT=0 FAMSNUM=0 FAMDESC=primary fam containing no subfam FAMPOSI=41 FAMTYPC=yes KINDFAM=primary family NUMPFAM=3 TOTFAMI=10150 TYPEFAM=3 CENSUSG=New England CENTRAL=not identifiable [1977+ only] HHSNUM=20316 HHTYPE=household HHSTATU=primary family NUMFAMI=1 NUMPHH=3 REGION=Northeast SMSA=0 SMSA1=not listed below SMSASTA=SMSA STATE=11 STATE1=ME, MA, NH, RI, VT TOTHHIN=10150 ADC=no AGE=17 ALIMONY=no ANYREAS=not in universe COWCURJ=private COMPLET=no CURINDU=221 CUROCCU=779 DIDNTWO=NIU/did work EMPLOYM=working employed FAMSECO=member of primary family or FAMNUM=not in sub/secondary family FAMRELN=not in sub/secondary family FAMTYP=primary family FARMSEL=0 FPTFPAR=part-time (part year worker) FPTWORK=employed part-time HIGHGRA=13 HOURSWO=5 HHR1=child, under 18, not in a subfam HHR2=child of head, under 18, HHR3=under 18, single, never married, LWFT2PC=NIU LWFTPAY=NIU LFWORKL=NIU LFFPTWO=NIU LOLAYED=not looking or layed off MAJACTI=at school MARITAL=never married (includes under 14 NONFARM=0 NFTJOB=NIU NFTWORK=no PAIDTIM=NIU PARENTS=mother only PERSEQU=2 PTEARNI=350 PTINCOM=350 POPULAT=civilians 14+ [15+ in 1981] PAAMOUN=NIU/none [1976+] PARECIP=no RACE=white RNAWLWK=NIU RNAWLYR=NIU RELNHHH=child of head/other relative of SEX=male SUBFAM=NIU UNEMPLO=no VETERAN=nonveteran PERSWAG=350 WKUNEMP=NIU WLLY1=NIU WLLY2=NIU WLLYR1=NIU WLLYR2=none WWLY1=7 WWLY2=1-13 [1964-1975 only] WHYLESS=too busy with house, school, etc WHYLFWO=NIU WHYNOTA=NIU PERSNUM=0 POVCUTO=9151 POVLEV=above poverty cutoff amount COWLAST=private wage or salary SPANISH=other INDUSTR=300 MAINREA=3 OCCUPAT=259 STRETCH=NIU WKSLABO=NIU FAMAWGT=0 FAMPWGT=0 FAMWGTB=73584 HHWGT=73584 PERAWGT=0 PERPWGT=0 SUPPWGT=72896 BASWGT=71020 TYPEAIN=NIU/none [1976+] TYPEBIN=0 TYPECIN=0 TYPEDIN=0 TYPEEIN=0 DIVIDEN=NIU/none [1976+] RENTALI=0 PUBLICA=0 SUPPLEM=0 CPI=3484 VNMAJID=0000 VNMINID=00 PRESENC=0 OWNCH6=0 OWNCH18=2 RELATED=0 FAMU18=2 FAMO18=0 FEMALEF=none LABORFO=1+ employed HHFLAG=0 _ERROR_=1 _N_=6 NOTE: Invalid data for FAMHH1 in line 7 7-9. 18 The SAS System 13:16 Friday, December 13, 2002 NOTE: Invalid data for PERFAM in line 7 10-12. 7 20 10 388130000000000000000014110103+000010150301402031611000103010000011119+000010150201620020 101 00000157000001+0000005011000403030020057+000000000203+0000000+000000010000000210341026+0000000000001 201 000000010000000000+0915120060000000000000000000+00000073584+00000735840000000000+00000072896+0000071 301 0200000000+000000+000000+000000+000000+000000+0000000000000000000034840000000002020000 HHCOUNT=2 FAMHH1=. PERFAM=. YEAR=88 HHIDNUM=1 HHMONTH=3 RANDOMC=0 KEYFITZ=0 NONINT=0 FAMSNUM=0 FAMDESC=primary fam containing no subfam FAMPOSI=41 FAMTYPC=yes KINDFAM=primary family NUMPFAM=3 TOTFAMI=10150 TYPEFAM=3 CENSUSG=New England CENTRAL=not identifiable [1977+ only] HHSNUM=20316 HHTYPE=household HHSTATU=primary family NUMFAMI=1 NUMPHH=3 REGION=Northeast SMSA=0 SMSA1=not listed below SMSASTA=SMSA STATE=11 STATE1=ME, MA, NH, RI, VT TOTHHIN=10150 ADC=no AGE=16 ALIMONY=no ANYREAS=not in universe COWCURJ=NIU, NC COMPLET=no CURINDU=NIU [1971+] CUROCCU=NIU DIDNTWO=did not work EMPLOYM=at school NILF FAMSECO=member of primary family or FAMNUM=not in sub/secondary family FAMRELN=not in sub/secondary family FAMTYP=primary family FARMSEL=0 FPTFPAR=nonworker FPTWORK=NIU, not in labor force HIGHGRA=11 HOURSWO=NIU HHR1=child, under 18, not in a subfam HHR2=child of head, under 18, HHR3=under 18, single, never married, LWFT2PC=NIU LWFTPAY=NIU LFWORKL=no LFFPTWO=NIU LOLAYED=NIU/looking or layed off last ye MAJACTI=at school MARITAL=never married (includes under 14 NONFARM=0 NFTJOB=NIU NFTWORK=NIU PAIDTIM=NIU PARENTS=mother only PERSEQU=3 PTEARNI=0 PTINCOM=0 POPULAT=civilians 14+ [15+ in 1981] PAAMOUN=NIU/none [1976+] PARECIP=no RACE=white RNAWLWK=NIU RNAWLYR=school RELNHHH=child of head/other relative of SEX=male SUBFAM=NIU UNEMPLO=no VETERAN=nonveteran PERSWAG=NIU/none [1976+] WKUNEMP=NIU WLLY1=NIU WLLY2=none (not looking) WLLYR1=NIU WLLYR2=NIU WWLY1=NIU WWLY2=0 [1964-1975 only] WHYLESS=NIU WHYLFWO=NIU WHYNOTA=NIU PERSNUM=0 POVCUTO=9151 POVLEV=above poverty cutoff amount COWLAST=NIU SPANISH=other INDUSTR=0 MAINREA=0 OCCUPAT=0 STRETCH=NIU WKSLABO=NIU FAMAWGT=0 FAMPWGT=0 FAMWGTB=73584 HHWGT=73584 PERAWGT=0 PERPWGT=0 SUPPWGT=72896 BASWGT=71020 TYPEAIN=NIU/none [1976+] TYPEBIN=0 TYPECIN=0 TYPEDIN=0 TYPEEIN=0 DIVIDEN=NIU/none [1976+] RENTALI=0 PUBLICA=0 SUPPLEM=0 CPI=3484 VNMAJID=0000 VNMINID=00 PRESENC=0 OWNCH6=0 OWNCH18=2 RELATED=0 FAMU18=2 FAMO18=0 FEMALEF=none LABORFO=1+ employed HHFLAG=0 _ERROR_=1 _N_=7 NOTE: Invalid data for FAMHH1 in line 8 7-9. NOTE: Invalid data for PERFAM in line 8 10-12. 8 30 10 188130000000000000000014120104+000015774101402031511000104010000011119+000015774202421120 101 60573037000001+0000003310000101011001071+000000000001+0012000+001388710000000211011016+0120000020000 201 120440050006000000+1151921060600573200000000000+00000080535+00000805350000000000+00000080535+0000076 301 7680000000+000387+000000+001500+000000+000387+0003870000000000000034840000000022020000 HHCOUNT=3 FAMHH1=. PERFAM=. YEAR=88 HHIDNUM=1 HHMONTH=3 RANDOMC=0 KEYFITZ=0 NONINT=0 FAMSNUM=0 FAMDESC=primary fam containing no subfam FAMPOSI=41 FAMTYPC=no KINDFAM=primary family NUMPFAM=4 TOTFAMI=15774 TYPEFAM=1 CENSUSG=New England CENTRAL=not identifiable [1977+ only] HHSNUM=20315 HHTYPE=household HHSTATU=primary family NUMFAMI=1 NUMPHH=4 REGION=Northeast SMSA=0 SMSA1=not listed below SMSASTA=SMSA STATE=11 STATE1=ME, MA, NH, RI, VT TOTHHIN=15774 ADC=no AGE=24 ALIMONY=no ANYREAS=yes COWCURJ=private COMPLET=no CURINDU=60 CUROCCU=573 DIDNTWO=NIU/did work EMPLOYM=looking unemploye FAMSECO=member of primary family or FAMNUM=not in sub/secondary family FAMRELN=not in sub/secondary family FAMTYP=primary family FARMSEL=0 FPTFPAR=full-time (part year worker) FPTWORK=unemployed full-time HIGHGRA=10 HOURSWO=NIU HHR1=head of primary family HHR2=head of household HHR3=head of family LWFT2PC=in last 5 years LWFTPAY=NIU LFWORKL=NIU LFFPTWO=full time LOLAYED=NIU/looking or layed off last ye MAJACTI=other/retired MARITAL=married, spouse present NONFARM=0 NFTJOB=NIU NFTWORK=NIU PAIDTIM=NIU PARENTS=NIU PERSEQU=1 PTEARNI=12000 PTINCOM=13887 POPULAT=civilians 14+ [15+ in 1981] PAAMOUN=NIU/none [1976+] PARECIP=no RACE=white RNAWLWK=already had a job -- U1 RNAWLYR=NIU RELNHHH=head with other relatives SEX=male SUBFAM=NIU UNEMPLO=yes VETERAN=nonveteran PERSWAG=12000 WKUNEMP=2 WLLY1=NIU WLLY2=NIU WLLYR1=12 WLLYR2=11-14 weeks WWLY1=40 WWLY2=40-47 [1964-1975 only] WHYLESS=NIU WHYLFWO=NIU WHYNOTA=temporary layoff ESR=3 PERSNUM=0 POVCUTO=11519 POVLEV=above poverty cutoff amount COWLAST=private wage or salary SPANISH=other INDUSTR=60 MAINREA=0 OCCUPAT=573 STRETCH=2 stretches last year WKSLABO=NIU FAMAWGT=0 FAMPWGT=0 FAMWGTB=80535 HHWGT=80535 PERAWGT=0 PERPWGT=0 SUPPWGT=80535 BASWGT=76768 TYPEAIN=NIU/none [1976+] TYPEBIN=387 TYPECIN=0 TYPEDIN=1500 TYPEEIN=0 DIVIDEN=387 RENTALI=387 PUBLICA=0 SUPPLEM=0 CPI=3484 VNMAJID=0000 VNMINID=00 PRESENC=0 OWNCH6=2 OWNCH18=2 RELATED=0 FAMU18=2 FAMO18=0 FEMALEF=none LABORFO=1+ employed HHFLAG=0 _ERROR_=1 _N_=8 NOTE: Invalid data for FAMHH1 in line 9 7-9. NOTE: Invalid data for PERFAM in line 9 10-12. 9 30 10 288130000000000000000014120104+000015774101402031511000104010000011119+000015774202320127 101 61406017000001+0000003212270202020000111+000000020002+0001500+000188710000000210032020+0015000000000 201 000135040100000000+1151921067612406000000000000+00000080535+00000805350000000000+00000080535+0000079 301 8280000000+000387+000000+000000+000000+000387+0003870000000000000034840000000022020000 HHCOUNT=3 FAMHH1=. PERFAM=. YEAR=88 HHIDNUM=1 HHMONTH=3 RANDOMC=0 KEYFITZ=0 NONINT=0 FAMSNUM=0 FAMDESC=primary fam containing no subfam FAMPOSI=41 FAMTYPC=no KINDFAM=primary family NUMPFAM=4 TOTFAMI=15774 TYPEFAM=1 CENSUSG=New England CENTRAL=not identifiable [1977+ only] HHSNUM=20315 HHTYPE=household HHSTATU=primary family NUMFAMI=1 NUMPHH=4 REGION=Northeast SMSA=0 SMSA1=not listed below SMSASTA=SMSA STATE=11 STATE1=ME, MA, NH, RI, VT TOTHHIN=15774 ADC=no AGE=23 ALIMONY=no ANYREAS=not in universe COWCURJ=private COMPLET=no CURINDU=761 CUROCCU=406 DIDNTWO=NIU/did work EMPLOYM=working employed FAMSECO=member of primary family or FAMNUM=not in sub/secondary family FAMRELN=not in sub/secondary family FAMTYP=primary family FARMSEL=0 FPTFPAR=full-time (part year worker) FPTWORK=part-time for economic reasons HIGHGRA=12 HOURSWO=27 HHR1=wife of primary family head HHR2=wife of head of household HHR3=wife of head LWFT2PC=NIU LWFTPAY=NIU LFWORKL=NIU LFFPTWO=NIU LOLAYED=not looking or layed off MAJACTI=working MARITAL=married, spouse present NONFARM=0 NFTJOB=NIU NFTWORK=no PAIDTIM=NIU PARENTS=NIU PERSEQU=2 PTEARNI=1500 PTINCOM=1887 POPULAT=civilians 14+ [15+ in 1981] PAAMOUN=NIU/none [1976+] PARECIP=no RACE=white RNAWLWK=NIU RNAWLYR=NIU RELNHHH=wife of head SEX=female SUBFAM=NIU UNEMPLO=no VETERAN=NIU PERSWAG=1500 WKUNEMP=NIU WLLY1=NIU WLLY2=NIU WLLYR1=NIU WLLYR2=none WWLY1=35 WWLY2=27-39 [1964-1975 only] WHYLESS=slack WHYLFWO=NIU WHYNOTA=NIU PERSNUM=0 POVCUTO=11519 POVLEV=above poverty cutoff amount COWLAST=private wage or salary SPANISH=other INDUSTR=761 MAINREA=2 OCCUPAT=406 STRETCH=NIU WKSLABO=NIU FAMAWGT=0 FAMPWGT=0 FAMWGTB=80535 HHWGT=80535 PERAWGT=0 PERPWGT=0 SUPPWGT=80535 BASWGT=79828 TYPEAIN=NIU/none [1976+] TYPEBIN=387 TYPECIN=0 TYPEDIN=0 TYPEEIN=0 DIVIDEN=387 RENTALI=387 PUBLICA=0 SUPPLEM=0 CPI=3484 VNMAJID=0000 VNMINID=00 PRESENC=0 OWNCH6=2 OWNCH18=2 RELATED=0 FAMU18=2 FAMO18=0 FEMALEF=none LABORFO=1+ employed HHFLAG=0 _ERROR_=1 _N_=9 NOTE: Invalid data for FAMHH1 in line 10 7-9. NOTE: Invalid data for PERFAM in line 10 10-12. 10 30 10 388130000000000000000014120104+000015774101402031511000104010000011119+000015774000500000 101 00000007000001+0000000000000403030000007+000000000103+0000000+000000030000000010041000+0000000000000 201 000000000000000000+1151920060000000000000000000+00000080535+00000805350000000000+00000077173+0000000 301 0000000000+000000+000000+000000+000000+000000+0000000000000000000034840000000022020000 HHCOUNT=3 FAMHH1=. PERFAM=. YEAR=88 HHIDNUM=1 HHMONTH=3 RANDOMC=0 KEYFITZ=0 NONINT=0 FAMSNUM=0 19 The SAS System 13:16 Friday, December 13, 2002 FAMDESC=primary fam containing no subfam FAMPOSI=41 FAMTYPC=no KINDFAM=primary family NUMPFAM=4 TOTFAMI=15774 TYPEFAM=1 CENSUSG=New England CENTRAL=not identifiable [1977+ only] HHSNUM=20315 HHTYPE=household HHSTATU=primary family NUMFAMI=1 NUMPHH=4 REGION=Northeast SMSA=0 SMSA1=not listed below SMSASTA=SMSA STATE=11 STATE1=ME, MA, NH, RI, VT TOTHHIN=15774 ADC=not in universe AGE=5 ALIMONY=not in universe ANYREAS=not in universe COWCURJ=NIU, NC COMPLET=not in universe CURINDU=NIU [1971+] CUROCCU=NIU DIDNTWO=NIU/did work EMPLOYM=NIU FAMSECO=member of primary family or FAMNUM=not in sub/secondary family FAMRELN=not in sub/secondary family FAMTYP=primary family FARMSEL=0 FPTFPAR=NIU FPTWORK=NIU, not in labor force HIGHGRA=NIU (under 14 years) HOURSWO=NIU HHR1=child, under 18, not in a subfam HHR2=child of head, under 18, HHR3=under 18, single, never married, LWFT2PC=NIU LWFTPAY=NIU LFWORKL=NIU LFFPTWO=NIU LOLAYED=NIU/looking or layed off last ye MAJACTI=NIU MARITAL=never married (includes under 14 NONFARM=0 NFTJOB=NIU NFTWORK=NIU PAIDTIM=NIU PARENTS=both PERSEQU=3 PTEARNI=0 PTINCOM=0 POPULAT=children [1968+ only] PAAMOUN=NIU/none [1976+] PARECIP=NIU RACE=white RNAWLWK=NIU RNAWLYR=NIU RELNHHH=child of head/other relative of SEX=male SUBFAM=NIU UNEMPLO=NIU VETERAN=NIU PERSWAG=NIU/none [1976+] WKUNEMP=NIU WLLY1=NIU WLLY2=NIU WLLYR1=NIU WLLYR2=NIU WWLY1=NIU WWLY2=NIU [1964-1975 only] WHYLESS=NIU WHYLFWO=NIU WHYNOTA=NIU PERSNUM=0 POVCUTO=11519 POVLEV=above poverty cutoff amount COWLAST=NIU SPANISH=other INDUSTR=0 MAINREA=0 OCCUPAT=0 STRETCH=NIU WKSLABO=NIU FAMAWGT=0 FAMPWGT=0 FAMWGTB=80535 HHWGT=80535 PERAWGT=0 PERPWGT=0 SUPPWGT=77173 BASWGT=0 TYPEAIN=NIU/none [1976+] TYPEBIN=0 TYPECIN=0 TYPEDIN=0 TYPEEIN=0 DIVIDEN=NIU/none [1976+] RENTALI=0 PUBLICA=0 SUPPLEM=0 CPI=3484 VNMAJID=0000 VNMINID=00 PRESENC=0 OWNCH6=2 OWNCH18=2 RELATED=0 FAMU18=2 FAMO18=0 FEMALEF=none LABORFO=1+ employed HHFLAG=0 _ERROR_=1 _N_=10 NOTE: Invalid data for FAMHH1 in line 11 7-9. NOTE: Invalid data for PERFAM in line 11 10-12. 11 30 10 488130000000000000000014120104+000015774101402031511000104010000011119+000015774000100000 101 00000007000001+0000000000000403030000007+000000000104+0000000+000000030000000010041000+0000000000000 201 000000000000000000+1151920060000000000000000000+00000080535+00000805350000000000+00000076600+0000000 301 0000000000+000000+000000+000000+000000+000000+0000000000000000000034840000000022020000 HHCOUNT=3 FAMHH1=. PERFAM=. YEAR=88 HHIDNUM=1 HHMONTH=3 RANDOMC=0 KEYFITZ=0 NONINT=0 FAMSNUM=0 FAMDESC=primary fam containing no subfam FAMPOSI=41 FAMTYPC=no KINDFAM=primary family NUMPFAM=4 TOTFAMI=15774 TYPEFAM=1 CENSUSG=New England CENTRAL=not identifiable [1977+ only] HHSNUM=20315 HHTYPE=household HHSTATU=primary family NUMFAMI=1 NUMPHH=4 REGION=Northeast SMSA=0 SMSA1=not listed below SMSASTA=SMSA STATE=11 STATE1=ME, MA, NH, RI, VT TOTHHIN=15774 ADC=not in universe AGE=1 ALIMONY=not in universe ANYREAS=not in universe COWCURJ=NIU, NC COMPLET=not in universe CURINDU=NIU [1971+] CUROCCU=NIU DIDNTWO=NIU/did work EMPLOYM=NIU FAMSECO=member of primary family or FAMNUM=not in sub/secondary family FAMRELN=not in sub/secondary family FAMTYP=primary family FARMSEL=0 FPTFPAR=NIU FPTWORK=NIU, not in labor force HIGHGRA=NIU (under 14 years) HOURSWO=NIU HHR1=child, under 18, not in a subfam HHR2=child of head, under 18, HHR3=under 18, single, never married, LWFT2PC=NIU LWFTPAY=NIU LFWORKL=NIU LFFPTWO=NIU LOLAYED=NIU/looking or layed off last ye MAJACTI=NIU MARITAL=never married (includes under 14 NONFARM=0 NFTJOB=NIU NFTWORK=NIU PAIDTIM=NIU PARENTS=both PERSEQU=4 PTEARNI=0 PTINCOM=0 POPULAT=children [1968+ only] PAAMOUN=NIU/none [1976+] PARECIP=NIU RACE=white RNAWLWK=NIU RNAWLYR=NIU RELNHHH=child of head/other relative of SEX=male SUBFAM=NIU UNEMPLO=NIU VETERAN=NIU PERSWAG=NIU/none [1976+] WKUNEMP=NIU WLLY1=NIU WLLY2=NIU WLLYR1=NIU WLLYR2=NIU WWLY1=NIU WWLY2=NIU [1964-1975 only] WHYLESS=NIU WHYLFWO=NIU WHYNOTA=NIU PERSNUM=0 POVCUTO=11519 POVLEV=above poverty cutoff amount COWLAST=NIU SPANISH=other INDUSTR=0 MAINREA=0 OCCUPAT=0 STRETCH=NIU WKSLABO=NIU FAMAWGT=0 FAMPWGT=0 FAMWGTB=80535 HHWGT=80535 PERAWGT=0 PERPWGT=0 SUPPWGT=76600 BASWGT=0 TYPEAIN=NIU/none [1976+] TYPEBIN=0 TYPECIN=0 TYPEDIN=0 TYPEEIN=0 DIVIDEN=NIU/none [1976+] RENTALI=0 PUBLICA=0 SUPPLEM=0 CPI=3484 VNMAJID=0000 VNMINID=00 PRESENC=0 OWNCH6=2 OWNCH18=2 RELATED=0 FAMU18=2 FAMO18=0 FEMALEF=none LABORFO=1+ employed HHFLAG=0 _ERROR_=1 _N_=11 NOTE: Invalid data for FAMHH1 in line 12 7-9. NOTE: Invalid data for PERFAM in line 12 10-12. 12 40 10 188130000000000000000014120102+000022385101402031311000102010000011119+000022385206320113 101 42779017000001+0000003412080101010000171+000000020001+0018345+002163010000000210011023+0183450000000 201 000130041300000000+0760621063425779000000000000+00000074818+00000748180000000000+00000074818+0000065 301 8680000000+000626+000000+000267+000000+000626+0006260000000000000034840000000000000000 HHCOUNT=4 FAMHH1=. PERFAM=. YEAR=88 HHIDNUM=1 HHMONTH=3 RANDOMC=0 KEYFITZ=0 NONINT=0 FAMSNUM=0 FAMDESC=primary fam containing no subfam FAMPOSI=41 FAMTYPC=no KINDFAM=primary family NUMPFAM=2 TOTFAMI=22385 TYPEFAM=1 CENSUSG=New England CENTRAL=not identifiable [1977+ only] HHSNUM=20313 HHTYPE=household HHSTATU=primary family NUMFAMI=1 NUMPHH=2 REGION=Northeast SMSA=0 SMSA1=not listed below SMSASTA=SMSA STATE=11 STATE1=ME, MA, NH, RI, VT TOTHHIN=22385 ADC=no AGE=63 ALIMONY=no ANYREAS=not in universe COWCURJ=private COMPLET=yes CURINDU=342 CUROCCU=779 DIDNTWO=NIU/did work EMPLOYM=working employed FAMSECO=member of primary family or FAMNUM=not in sub/secondary family FAMRELN=not in sub/secondary family FAMTYP=primary family FARMSEL=0 FPTFPAR=full-time (part year worker) FPTWORK=employed part-time HIGHGRA=12 HOURSWO=8 HHR1=head of primary family HHR2=head of household HHR3=head of family LWFT2PC=NIU LWFTPAY=NIU LFWORKL=NIU LFFPTWO=NIU LOLAYED=not looking or layed off MAJACTI=other/retired MARITAL=married, spouse present NONFARM=0 NFTJOB=NIU NFTWORK=no PAIDTIM=NIU PARENTS=NIU PERSEQU=1 PTEARNI=18345 PTINCOM=21630 POPULAT=civilians 14+ [15+ in 1981] PAAMOUN=NIU/none [1976+] PARECIP=no RACE=white RNAWLWK=NIU RNAWLYR=NIU RELNHHH=head with other relatives SEX=male SUBFAM=NIU UNEMPLO=no VETERAN=World War II PERSWAG=18345 WKUNEMP=NIU WLLY1=NIU WLLY2=NIU WLLYR1=NIU WLLYR2=none WWLY1=30 WWLY2=27-39 [1964-1975 only] WHYLESS=did not want full time work WHYLFWO=NIU WHYNOTA=NIU PERSNUM=0 POVCUTO=7606 POVLEV=above poverty cutoff amount COWLAST=private wage or salary SPANISH=other INDUSTR=342 MAINREA=5 OCCUPAT=779 STRETCH=NIU WKSLABO=NIU FAMAWGT=0 FAMPWGT=0 FAMWGTB=74818 HHWGT=74818 PERAWGT=0 PERPWGT=0 SUPPWGT=74818 BASWGT=65868 TYPEAIN=NIU/none [1976+] TYPEBIN=626 TYPECIN=0 TYPEDIN=267 TYPEEIN=0 DIVIDEN=626 RENTALI=626 PUBLICA=0 SUPPLEM=0 CPI=3484 VNMAJID=0000 VNMINID=00 PRESENC=0 OWNCH6=0 OWNCH18=0 RELATED=0 FAMU18=0 FAMO18=0 FEMALEF=none LABORFO=1+ employed HHFLAG=0 _ERROR_=1 _N_=12 NOTE: Invalid data for FAMHH1 in line 13 7-9. NOTE: Invalid data for PERFAM in line 13 10-12. 13 40 10 288130000000000000000014120102+000022385101402031311000102010000011119+000022385206120010 101 00000147000001+0000005012000202020020041+000000000002+0000000+000075510000000210632020+0000000000001 201 000000010000000000+0760620060000000000000000000+00000074818+00000748180000000000+00000074818+0000074 301 8580000000+000000+000000+000755+000000+000000+0000000000000000000034840000000000000000 HHCOUNT=4 FAMHH1=. PERFAM=. YEAR=88 HHIDNUM=1 HHMONTH=3 RANDOMC=0 KEYFITZ=0 NONINT=0 FAMSNUM=0 FAMDESC=primary fam containing no subfam FAMPOSI=41 FAMTYPC=no KINDFAM=primary family NUMPFAM=2 TOTFAMI=22385 TYPEFAM=1 CENSUSG=New England CENTRAL=not identifiable [1977+ only] HHSNUM=20313 HHTYPE=household HHSTATU=primary family NUMFAMI=1 NUMPHH=2 REGION=Northeast SMSA=0 SMSA1=not listed below SMSASTA=SMSA STATE=11 STATE1=ME, MA, NH, RI, VT TOTHHIN=22385 ADC=no AGE=61 ALIMONY=no ANYREAS=not in universe COWCURJ=NIU, NC COMPLET=yes CURINDU=NIU [1971+] CUROCCU=NIU DIDNTWO=did not work EMPLOYM=house keeping NILF FAMSECO=member of primary family or FAMNUM=not in sub/secondary family FAMRELN=not in sub/secondary family FAMTYP=primary family FARMSEL=0 FPTFPAR=nonworker FPTWORK=NIU, not in labor force HIGHGRA=12 HOURSWO=NIU HHR1=wife of primary family head HHR2=wife of head of household HHR3=wife of head LWFT2PC=NIU LWFTPAY=NIU LFWORKL=no 20 The SAS System 13:16 Friday, December 13, 2002 LFFPTWO=NIU LOLAYED=NIU/looking or layed off last ye MAJACTI=keeping house MARITAL=married, spouse present NONFARM=0 NFTJOB=NIU NFTWORK=NIU PAIDTIM=NIU PARENTS=NIU PERSEQU=2 PTEARNI=0 PTINCOM=755 POPULAT=civilians 14+ [15+ in 1981] PAAMOUN=NIU/none [1976+] PARECIP=no RACE=white RNAWLWK=NIU RNAWLYR=retired [1968+ only] RELNHHH=wife of head SEX=female SUBFAM=NIU UNEMPLO=no VETERAN=NIU PERSWAG=NIU/none [1976+] WKUNEMP=NIU WLLY1=NIU WLLY2=none (not looking) WLLYR1=NIU WLLYR2=NIU WWLY1=NIU WWLY2=0 [1964-1975 only] WHYLESS=NIU WHYLFWO=NIU WHYNOTA=NIU PERSNUM=0 POVCUTO=7606 POVLEV=above poverty cutoff amount COWLAST=NIU SPANISH=other INDUSTR=0 MAINREA=0 OCCUPAT=0 STRETCH=NIU WKSLABO=NIU FAMAWGT=0 FAMPWGT=0 FAMWGTB=74818 HHWGT=74818 PERAWGT=0 PERPWGT=0 SUPPWGT=74818 BASWGT=74858 TYPEAIN=NIU/none [1976+] TYPEBIN=0 TYPECIN=0 TYPEDIN=755 TYPEEIN=0 DIVIDEN=NIU/none [1976+] RENTALI=0 PUBLICA=0 SUPPLEM=0 CPI=3484 VNMAJID=0000 VNMINID=00 PRESENC=0 OWNCH6=0 OWNCH18=0 RELATED=0 FAMU18=0 FAMO18=0 FEMALEF=none LABORFO=1+ employed HHFLAG=0 _ERROR_=1 _N_=13 NOTE: Invalid data for FAMHH1 in line 14 7-9. NOTE: Invalid data for PERFAM in line 14 10-12. 14 50 10 188130000000000000000014120102+000018240101402031211000102010000011119+000018240202320020 101 00000007000001+0000000014000101010000001+000000000001+0014200+001422020000000210011026+0142000000000 201 000000000000000000+0760620060000000000000000000+00000076743+00000767430000000000+00000076743+0000000 301 0000000000+000020+000000+000000+000000+000020+0000200000000000000034840000000000000000 HHCOUNT=5 FAMHH1=. PERFAM=. YEAR=88 HHIDNUM=1 HHMONTH=3 RANDOMC=0 KEYFITZ=0 NONINT=0 FAMSNUM=0 FAMDESC=primary fam containing no subfam FAMPOSI=41 FAMTYPC=no KINDFAM=primary family NUMPFAM=2 TOTFAMI=18240 TYPEFAM=1 CENSUSG=New England CENTRAL=not identifiable [1977+ only] HHSNUM=20312 HHTYPE=household HHSTATU=primary family NUMFAMI=1 NUMPHH=2 REGION=Northeast SMSA=0 SMSA1=not listed below SMSASTA=SMSA STATE=11 STATE1=ME, MA, NH, RI, VT TOTHHIN=18240 ADC=no AGE=23 ALIMONY=no ANYREAS=not in universe COWCURJ=NIU, NC COMPLET=no CURINDU=NIU [1971+] CUROCCU=NIU DIDNTWO=NIU/did work EMPLOYM=NIU FAMSECO=member of primary family or FAMNUM=not in sub/secondary family FAMRELN=not in sub/secondary family FAMTYP=primary family FARMSEL=0 FPTFPAR=NIU FPTWORK=NIU, not in labor force HIGHGRA=14 HOURSWO=NIU HHR1=head of primary family HHR2=head of household HHR3=head of family LWFT2PC=NIU LWFTPAY=NIU LFWORKL=NIU LFFPTWO=NIU LOLAYED=NIU/looking or layed off last ye MAJACTI=NIU MARITAL=married, spouse present NONFARM=0 NFTJOB=NIU NFTWORK=NIU PAIDTIM=NIU PARENTS=NIU PERSEQU=1 PTEARNI=14200 PTINCOM=14220 POPULAT=armed forces PAAMOUN=NIU/none [1976+] PARECIP=no RACE=white RNAWLWK=NIU RNAWLYR=NIU RELNHHH=head with other relatives SEX=male SUBFAM=NIU UNEMPLO=no VETERAN=nonveteran PERSWAG=14200 WKUNEMP=NIU WLLY1=NIU WLLY2=NIU WLLYR1=NIU WLLYR2=NIU WWLY1=NIU WWLY2=NIU [1964-1975 only] WHYLESS=NIU WHYLFWO=NIU WHYNOTA=NIU PERSNUM=0 POVCUTO=7606 POVLEV=above poverty cutoff amount COWLAST=NIU SPANISH=other INDUSTR=0 MAINREA=0 OCCUPAT=0 STRETCH=NIU WKSLABO=NIU FAMAWGT=0 FAMPWGT=0 FAMWGTB=76743 HHWGT=76743 PERAWGT=0 PERPWGT=0 SUPPWGT=76743 BASWGT=0 TYPEAIN=NIU/none [1976+] TYPEBIN=20 TYPECIN=0 TYPEDIN=0 TYPEEIN=0 DIVIDEN=20 RENTALI=20 PUBLICA=0 SUPPLEM=0 CPI=3484 VNMAJID=0000 VNMINID=00 PRESENC=0 OWNCH6=0 OWNCH18=0 RELATED=0 FAMU18=0 FAMO18=0 FEMALEF=none LABORFO=1+ employed HHFLAG=0 _ERROR_=1 _N_=14 NOTE: Invalid data for FAMHH1 in line 15 7-9. NOTE: Invalid data for PERFAM in line 15 10-12. 15 50 10 288130000000000000000014120102+000018240101402031211000102010000011119+000018240202120126 101 30365017000001+0000002116390202020000011+000000000002+0003300+000402010000000210032020+0033000000000 201 000052070000000000+0760621066410438000000000000+00000076743+00000767430000000000+00000076743+0000076 301 8030000000+000020+000000+000000+000700+000020+0000200000000000000034840000000000000000 HHCOUNT=5 FAMHH1=. PERFAM=. YEAR=88 HHIDNUM=1 HHMONTH=3 RANDOMC=0 KEYFITZ=0 NONINT=0 FAMSNUM=0 FAMDESC=primary fam containing no subfam FAMPOSI=41 FAMTYPC=no KINDFAM=primary family NUMPFAM=2 TOTFAMI=18240 TYPEFAM=1 CENSUSG=New England CENTRAL=not identifiable [1977+ only] HHSNUM=20312 HHTYPE=household HHSTATU=primary family NUMFAMI=1 NUMPHH=2 REGION=Northeast SMSA=0 SMSA1=not listed below SMSASTA=SMSA STATE=11 STATE1=ME, MA, NH, RI, VT TOTHHIN=18240 ADC=no AGE=21 ALIMONY=no ANYREAS=not in universe COWCURJ=private COMPLET=no CURINDU=630 CUROCCU=365 DIDNTWO=NIU/did work EMPLOYM=working employed FAMSECO=member of primary family or FAMNUM=not in sub/secondary family FAMRELN=not in sub/secondary family FAMTYP=primary family FARMSEL=0 FPTFPAR=part-time (full year worker) FPTWORK=employed full time HIGHGRA=16 HOURSWO=39 HHR1=wife of primary family head HHR2=wife of head of household HHR3=wife of head LWFT2PC=NIU LWFTPAY=NIU LFWORKL=NIU LFFPTWO=NIU LOLAYED=NIU/looking or layed off last ye MAJACTI=working MARITAL=married, spouse present NONFARM=0 NFTJOB=NIU NFTWORK=NIU PAIDTIM=NIU PARENTS=NIU PERSEQU=2 PTEARNI=3300 PTINCOM=4020 POPULAT=civilians 14+ [15+ in 1981] PAAMOUN=NIU/none [1976+] PARECIP=no RACE=white RNAWLWK=NIU RNAWLYR=NIU RELNHHH=wife of head SEX=female SUBFAM=NIU UNEMPLO=no VETERAN=NIU PERSWAG=3300 WKUNEMP=NIU WLLY1=NIU WLLY2=NIU WLLYR1=NIU WLLYR2=NIU WWLY1=52 WWLY2=50-52 [1964-1975 only] WHYLESS=NIU WHYLFWO=NIU WHYNOTA=NIU PERSNUM=0 POVCUTO=7606 POVLEV=above poverty cutoff amount COWLAST=private wage or salary SPANISH=other INDUSTR=641 MAINREA=0 OCCUPAT=438 STRETCH=NIU WKSLABO=NIU FAMAWGT=0 FAMPWGT=0 FAMWGTB=76743 HHWGT=76743 PERAWGT=0 PERPWGT=0 SUPPWGT=76743 BASWGT=76803 TYPEAIN=NIU/none [1976+] TYPEBIN=20 TYPECIN=0 TYPEDIN=0 TYPEEIN=700 DIVIDEN=20 RENTALI=20 PUBLICA=0 SUPPLEM=0 CPI=3484 VNMAJID=0000 VNMINID=00 PRESENC=0 OWNCH6=0 OWNCH18=0 RELATED=0 FAMU18=0 FAMO18=0 FEMALEF=none LABORFO=1+ employed HHFLAG=0 _ERROR_=1 _N_=15 NOTE: Invalid data for FAMHH1 in line 16 7-9. NOTE: Invalid data for PERFAM in line 16 10-12. 16 60 10 188130000000000000000014120102+000049000101402031111000102010000011119+000049000205420113 101 60653017000001+0000001113400101010000011+000000000001+0025000+003300010000000210011021+0250000000000 201 000052070000000000+0760621063600653000000000000+00000069146+00000691460000000000+00000069146+0000072 301 5410000000+000000+000000+008000+000000+000000+0000000000000000000034840000000000000000 HHCOUNT=6 FAMHH1=. PERFAM=. YEAR=88 HHIDNUM=1 HHMONTH=3 RANDOMC=0 KEYFITZ=0 NONINT=0 FAMSNUM=0 FAMDESC=primary fam containing no subfam FAMPOSI=41 FAMTYPC=no KINDFAM=primary family NUMPFAM=2 TOTFAMI=49000 TYPEFAM=1 CENSUSG=New England CENTRAL=not identifiable [1977+ only] HHSNUM=20311 HHTYPE=household HHSTATU=primary family NUMFAMI=1 NUMPHH=2 REGION=Northeast SMSA=0 SMSA1=not listed below SMSASTA=SMSA STATE=11 STATE1=ME, MA, NH, RI, VT TOTHHIN=49000 ADC=no AGE=54 ALIMONY=no ANYREAS=not in universe COWCURJ=private COMPLET=yes CURINDU=360 CUROCCU=653 DIDNTWO=NIU/did work EMPLOYM=working employed FAMSECO=member of primary family or FAMNUM=not in sub/secondary family FAMRELN=not in sub/secondary family FAMTYP=primary family FARMSEL=0 FPTFPAR=full-time (full year worker) FPTWORK=employed full time HIGHGRA=13 HOURSWO=40 HHR1=head of primary family HHR2=head of household HHR3=head of family LWFT2PC=NIU LWFTPAY=NIU LFWORKL=NIU LFFPTWO=NIU LOLAYED=NIU/looking or layed off last ye MAJACTI=working MARITAL=married, spouse present NONFARM=0 NFTJOB=NIU NFTWORK=NIU PAIDTIM=NIU PARENTS=NIU PERSEQU=1 PTEARNI=25000 PTINCOM=33000 POPULAT=civilians 14+ [15+ in 1981] PAAMOUN=NIU/none [1976+] PARECIP=no RACE=white RNAWLWK=NIU RNAWLYR=NIU RELNHHH=head with other relatives SEX=male SUBFAM=NIU UNEMPLO=no VETERAN=Vietnam Era PERSWAG=25000 WKUNEMP=NIU WLLY1=NIU WLLY2=NIU WLLYR1=NIU WLLYR2=NIU WWLY1=52 WWLY2=50-52 [1964-1975 only] WHYLESS=NIU WHYLFWO=NIU WHYNOTA=NIU PERSNUM=0 POVCUTO=7606 POVLEV=above poverty cutoff amount COWLAST=private wage or salary SPANISH=other INDUSTR=360 MAINREA=0 OCCUPAT=653 STRETCH=NIU WKSLABO=NIU FAMAWGT=0 FAMPWGT=0 FAMWGTB=69146 HHWGT=69146 PERAWGT=0 PERPWGT=0 SUPPWGT=69146 BASWGT=72541 TYPEAIN=NIU/none [1976+] TYPEBIN=0 TYPECIN=0 TYPEDIN=8000 TYPEEIN=0 DIVIDEN=NIU/none [1976+] RENTALI=0 PUBLICA=0 SUPPLEM=0 CPI=3484 VNMAJID=0000 VNMINID=00 PRESENC=0 OWNCH6=0 OWNCH18=0 21 The SAS System 13:16 Friday, December 13, 2002 RELATED=0 FAMU18=0 FAMO18=0 FEMALEF=none LABORFO=1+ employed HHFLAG=0 _ERROR_=1 _N_=16 NOTE: Invalid data for FAMHH1 in line 17 7-9. NOTE: Invalid data for PERFAM in line 17 10-12. 17 60 10 288130000000000000000014120102+000049000101402031111000102010000011119+000049000205220117 101 11375017000001+0000001113380202020000011+000000000002+0016000+001600010000000210032020+0160000000000 201 000052070000000000+0760621067110375000000000000+00000069146+00000691460000000000+00000069146+0000067 301 6160000000+000000+000000+000000+000000+000000+0000000000000000000034840000000000000000 HHCOUNT=6 FAMHH1=. PERFAM=. YEAR=88 HHIDNUM=1 HHMONTH=3 RANDOMC=0 KEYFITZ=0 NONINT=0 FAMSNUM=0 FAMDESC=primary fam containing no subfam FAMPOSI=41 FAMTYPC=no KINDFAM=primary family NUMPFAM=2 TOTFAMI=49000 TYPEFAM=1 CENSUSG=New England CENTRAL=not identifiable [1977+ only] HHSNUM=20311 HHTYPE=household HHSTATU=primary family NUMFAMI=1 NUMPHH=2 REGION=Northeast SMSA=0 SMSA1=not listed below SMSASTA=SMSA STATE=11 STATE1=ME, MA, NH, RI, VT TOTHHIN=49000 ADC=no AGE=52 ALIMONY=no ANYREAS=not in universe COWCURJ=private COMPLET=yes CURINDU=711 CUROCCU=375 DIDNTWO=NIU/did work EMPLOYM=working employed FAMSECO=member of primary family or FAMNUM=not in sub/secondary family FAMRELN=not in sub/secondary family FAMTYP=primary family FARMSEL=0 FPTFPAR=full-time (full year worker) FPTWORK=employed full time HIGHGRA=13 HOURSWO=38 HHR1=wife of primary family head HHR2=wife of head of household HHR3=wife of head LWFT2PC=NIU LWFTPAY=NIU LFWORKL=NIU LFFPTWO=NIU LOLAYED=NIU/looking or layed off last ye MAJACTI=working MARITAL=married, spouse present NONFARM=0 NFTJOB=NIU NFTWORK=NIU PAIDTIM=NIU PARENTS=NIU PERSEQU=2 PTEARNI=16000 PTINCOM=16000 POPULAT=civilians 14+ [15+ in 1981] PAAMOUN=NIU/none [1976+] PARECIP=no RACE=white RNAWLWK=NIU RNAWLYR=NIU RELNHHH=wife of head SEX=female SUBFAM=NIU UNEMPLO=no VETERAN=NIU PERSWAG=16000 WKUNEMP=NIU WLLY1=NIU WLLY2=NIU WLLYR1=NIU WLLYR2=NIU WWLY1=52 WWLY2=50-52 [1964-1975 only] WHYLESS=NIU WHYLFWO=NIU WHYNOTA=NIU PERSNUM=0 POVCUTO=7606 POVLEV=above poverty cutoff amount COWLAST=private wage or salary SPANISH=other INDUSTR=711 MAINREA=0 OCCUPAT=375 STRETCH=NIU WKSLABO=NIU FAMAWGT=0 FAMPWGT=0 FAMWGTB=69146 HHWGT=69146 PERAWGT=0 PERPWGT=0 SUPPWGT=69146 BASWGT=67616 TYPEAIN=NIU/none [1976+] TYPEBIN=0 TYPECIN=0 TYPEDIN=0 TYPEEIN=0 DIVIDEN=NIU/none [1976+] RENTALI=0 PUBLICA=0 SUPPLEM=0 CPI=3484 VNMAJID=0000 VNMINID=00 PRESENC=0 OWNCH6=0 OWNCH18=0 RELATED=0 FAMU18=0 FAMO18=0 FEMALEF=none LABORFO=1+ employed HHFLAG=0 _ERROR_=1 _N_=17 NOTE: Invalid data for FAMHH1 in line 18 7-9. NOTE: Invalid data for PERFAM in line 18 10-12. 18 70 10 188280000000000000000014120102+000027542101406735811000102019900011119+000027542207720010 101 00000177000001+0000005010000101010620071+000000000001+0000000+001322310000000210611022+0000000000001 201 000000010000000000+0686520060000000000000000000+00000082312+00000823120000000000+00000082312+0000077 301 0260000000+000000+000000+008400+000000+000000+0000000000000000000034840000000000000000 HHCOUNT=7 FAMHH1=. PERFAM=. YEAR=88 HHIDNUM=2 HHMONTH=8 RANDOMC=0 KEYFITZ=0 NONINT=0 FAMSNUM=0 FAMDESC=primary fam containing no subfam FAMPOSI=41 FAMTYPC=no KINDFAM=primary family NUMPFAM=2 TOTFAMI=27542 TYPEFAM=1 CENSUSG=New England CENTRAL=not identifiable [1977+ only] HHSNUM=67358 HHTYPE=household HHSTATU=primary family NUMFAMI=1 NUMPHH=2 REGION=Northeast SMSA=99 SMSA1=not listed below SMSASTA=SMSA STATE=11 STATE1=ME, MA, NH, RI, VT TOTHHIN=27542 ADC=no AGE=77 ALIMONY=no ANYREAS=not in universe COWCURJ=NIU, NC COMPLET=yes CURINDU=NIU [1971+] CUROCCU=NIU DIDNTWO=did not work EMPLOYM=other (retired) NILF FAMSECO=member of primary family or FAMNUM=not in sub/secondary family FAMRELN=not in sub/secondary family FAMTYP=primary family FARMSEL=0 FPTFPAR=nonworker FPTWORK=NIU, not in labor force HIGHGRA=10 HOURSWO=NIU HHR1=head of primary family HHR2=head of household HHR3=head of family LWFT2PC=NIU LWFTPAY=5+ years ago LFWORKL=no LFFPTWO=NIU LOLAYED=NIU/looking or layed off last ye MAJACTI=other/retired MARITAL=married, spouse present NONFARM=0 NFTJOB=NIU NFTWORK=NIU PAIDTIM=NIU PARENTS=NIU PERSEQU=1 PTEARNI=0 PTINCOM=13223 POPULAT=civilians 14+ [15+ in 1981] PAAMOUN=NIU/none [1976+] PARECIP=no RACE=white RNAWLWK=NIU RNAWLYR=retired [1968+ only] RELNHHH=head with other relatives SEX=male SUBFAM=NIU UNEMPLO=no VETERAN=Korean War PERSWAG=NIU/none [1976+] WKUNEMP=NIU WLLY1=NIU WLLY2=none (not looking) WLLYR1=NIU WLLYR2=NIU WWLY1=NIU WWLY2=0 [1964-1975 only] WHYLESS=NIU WHYLFWO=NIU WHYNOTA=NIU PERSNUM=0 POVCUTO=6865 POVLEV=above poverty cutoff amount COWLAST=NIU SPANISH=other INDUSTR=0 MAINREA=0 OCCUPAT=0 STRETCH=NIU WKSLABO=NIU FAMAWGT=0 FAMPWGT=0 FAMWGTB=82312 HHWGT=82312 PERAWGT=0 PERPWGT=0 SUPPWGT=82312 BASWGT=77026 TYPEAIN=NIU/none [1976+] TYPEBIN=0 TYPECIN=0 TYPEDIN=8400 TYPEEIN=0 DIVIDEN=NIU/none [1976+] RENTALI=0 PUBLICA=0 SUPPLEM=0 CPI=3484 VNMAJID=0000 VNMINID=00 PRESENC=0 OWNCH6=0 OWNCH18=0 RELATED=0 FAMU18=0 FAMO18=0 FEMALEF=none LABORFO=1+ employed HHFLAG=0 _ERROR_=1 _N_=18 NOTE: Invalid data for FAMHH1 in line 19 7-9. NOTE: Invalid data for PERFAM in line 19 10-12. 19 70 10 288280000000000000000014120102+000027542101406735811000102019900011119+000027542207420219 101 01005017000001+0000001112400202020000011+000000000002+0007000+001431910000000210032020+0070000000000 201 000052070000000000+0686522069010005000000000000+00000082312+00000823120000000000+00000082312+0000082 301 2360000000+000000+000000+004800+000000+000000+0000000000000000000034840000000000000000 HHCOUNT=7 FAMHH1=. PERFAM=. YEAR=88 HHIDNUM=2 HHMONTH=8 RANDOMC=0 KEYFITZ=0 NONINT=0 FAMSNUM=0 FAMDESC=primary fam containing no subfam FAMPOSI=41 FAMTYPC=no KINDFAM=primary family NUMPFAM=2 TOTFAMI=27542 TYPEFAM=1 CENSUSG=New England CENTRAL=not identifiable [1977+ only] HHSNUM=67358 HHTYPE=household HHSTATU=primary family NUMFAMI=1 NUMPHH=2 REGION=Northeast SMSA=99 SMSA1=not listed below SMSASTA=SMSA STATE=11 STATE1=ME, MA, NH, RI, VT TOTHHIN=27542 ADC=no AGE=74 ALIMONY=no ANYREAS=not in universe COWCURJ=government COMPLET=yes CURINDU=901 CUROCCU=5 DIDNTWO=NIU/did work EMPLOYM=working employed FAMSECO=member of primary family or FAMNUM=not in sub/secondary family FAMRELN=not in sub/secondary family FAMTYP=primary family FARMSEL=0 FPTFPAR=full-time (full year worker) FPTWORK=employed full time HIGHGRA=12 HOURSWO=40 HHR1=wife of primary family head HHR2=wife of head of household HHR3=wife of head LWFT2PC=NIU LWFTPAY=NIU LFWORKL=NIU LFFPTWO=NIU LOLAYED=NIU/looking or layed off last ye MAJACTI=working MARITAL=married, spouse present NONFARM=0 NFTJOB=NIU NFTWORK=NIU PAIDTIM=NIU PARENTS=NIU PERSEQU=2 PTEARNI=7000 PTINCOM=14319 POPULAT=civilians 14+ [15+ in 1981] PAAMOUN=NIU/none [1976+] PARECIP=no RACE=white RNAWLWK=NIU RNAWLYR=NIU RELNHHH=wife of head SEX=female SUBFAM=NIU UNEMPLO=no VETERAN=NIU PERSWAG=7000 WKUNEMP=NIU WLLY1=NIU WLLY2=NIU WLLYR1=NIU WLLYR2=NIU WWLY1=52 WWLY2=50-52 [1964-1975 only] WHYLESS=NIU WHYLFWO=NIU WHYNOTA=NIU PERSNUM=0 POVCUTO=6865 POVLEV=above poverty cutoff amount COWLAST=government SPANISH=other INDUSTR=901 MAINREA=0 OCCUPAT=5 STRETCH=NIU WKSLABO=NIU FAMAWGT=0 FAMPWGT=0 FAMWGTB=82312 HHWGT=82312 PERAWGT=0 PERPWGT=0 SUPPWGT=82312 BASWGT=82236 TYPEAIN=NIU/none [1976+] TYPEBIN=0 TYPECIN=0 TYPEDIN=4800 TYPEEIN=0 DIVIDEN=NIU/none [1976+] RENTALI=0 PUBLICA=0 SUPPLEM=0 CPI=3484 VNMAJID=0000 VNMINID=00 PRESENC=0 OWNCH6=0 OWNCH18=0 RELATED=0 FAMU18=0 FAMO18=0 FEMALEF=none LABORFO=1+ employed HHFLAG=0 _ERROR_=1 _N_=19 NOTE: Invalid data for FAMHH1 in line 20 7-9. NOTE: Invalid data for PERFAM in line 20 10-12. ERROR: Limit set by ERRORS= option reached. Further errors of this type will not be printed. 20 80 10 188180000000000000000014110102+000004800301406736111000102019900011119+000004800104222117 101 62449137000001+0000005309000202022021046+000000000001+0000000+000480010004800210232020+0000000020001 201 000000010050000000+0760610060000000000000000000+00000071280+00000712800000000000+00000071280+0000071 22 The SAS System 13:16 Friday, December 13, 2002 RULE: ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0 301 4810000000+000000+004800+000000+000000+000000+0000000004800000000034840000000000000000 HHCOUNT=8 FAMHH1=. PERFAM=. YEAR=88 HHIDNUM=1 HHMONTH=8 RANDOMC=0 KEYFITZ=0 NONINT=0 FAMSNUM=0 FAMDESC=primary fam containing no subfam FAMPOSI=41 FAMTYPC=yes KINDFAM=primary family NUMPFAM=2 TOTFAMI=4800 TYPEFAM=3 CENSUSG=New England CENTRAL=not identifiable [1977+ only] HHSNUM=67361 HHTYPE=household HHSTATU=primary family NUMFAMI=1 NUMPHH=2 REGION=Northeast SMSA=99 SMSA1=not listed below SMSASTA=SMSA STATE=11 STATE1=ME, MA, NH, RI, VT TOTHHIN=4800 ADC=yes AGE=42 ALIMONY=no ANYREAS=no COWCURJ=private COMPLET=yes CURINDU=762 CUROCCU=449 DIDNTWO=did not work EMPLOYM=looking unemploye FAMSECO=member of primary family or FAMNUM=not in sub/secondary family FAMRELN=not in sub/secondary family FAMTYP=primary family FARMSEL=0 FPTFPAR=nonworker FPTWORK=unemployed full-time HIGHGRA=9 HOURSWO=NIU HHR1=wife of primary family head HHR2=wife of head of household HHR3=wife of head LWFT2PC=more than 5 years ago LWFTPAY=NIU LFWORKL=no LFFPTWO=full time LOLAYED=NIU/looking or layed off last ye MAJACTI=keeping house MARITAL=separated NONFARM=0 NFTJOB=NIU NFTWORK=NIU PAIDTIM=NIU PARENTS=NIU PERSEQU=1 PTEARNI=0 PTINCOM=4800 POPULAT=civilians 14+ [15+ in 1981] PAAMOUN=4800 PARECIP=no RACE=white RNAWLWK=NIU RNAWLYR=home [females only] RELNHHH=wife of head SEX=female SUBFAM=NIU UNEMPLO=no VETERAN=NIU PERSWAG=NIU/none [1976+] WKUNEMP=2 WLLY1=NIU WLLY2=none (not looking) WLLYR1=NIU WLLYR2=NIU WWLY1=NIU WWLY2=0 [1964-1975 only] WHYLESS=NIU WHYLFWO=other WHYNOTA=NIU PERSNUM=0 POVCUTO=7606 POVLEV=below poverty cutoff amount COWLAST=NIU SPANISH=other INDUSTR=0 MAINREA=0 OCCUPAT=0 STRETCH=NIU WKSLABO=NIU FAMAWGT=0 FAMPWGT=0 FAMWGTB=71280 HHWGT=71280 PERAWGT=0 PERPWGT=0 SUPPWGT=71280 BASWGT=71481 TYPEAIN=NIU/none [1976+] TYPEBIN=0 TYPECIN=4800 TYPEDIN=0 TYPEEIN=0 DIVIDEN=NIU/none [1976+] RENTALI=0 PUBLICA=4800 SUPPLEM=0 CPI=3484 VNMAJID=0000 VNMINID=00 PRESENC=0 OWNCH6=0 OWNCH18=0 RELATED=0 FAMU18=0 FAMO18=0 FEMALEF=none LABORFO=1+ employed HHFLAG=0 _ERROR_=1 _N_=20 NOTE: 10000 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 10000 observations and 129 variables. NOTE: Compressing data set WORK.TEMP decreased size by 69.38 percent. Compressed is 64 pages; un-compressed would require 209 pages. NOTE: DATA statement used: real time 6.080 seconds cpu time 5.207 seconds 1022 proc freq data=temp; 1023 tables year hhmonth ptearni*hhmonth; 1024 *proc print data=temp (obs=60); 1025 *proc contents data=temp; NOTE: The PROCEDURE FREQ printed pages 1-118. NOTE: PROCEDURE FREQ used: real time 0.960 seconds cpu time 0.954 seconds ERROR: Errors printed on page 21. NOTE: The SAS System used: real time 7.440 seconds cpu time 6.511 seconds NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414