*This program reads the 1992 SIPP Wave 2 Topical Module Data File *Note: This program is distributed under the GNU GPL. See end of *this file and http://www.gnu.org/licenses/ for details. *by Jean Roth Mon Jun 7 18:27:24 EDT 2004 *Please report errors to jroth@nber.org *Change output file name/location as desired. *Change the input file location as needed. *If you have trouble running this program, *then try opening a new syntax file & type this command: *INCLUDE "c:\sip92t2.sps". *and choose to RUN ALL * The following changes in variable names have been made, if necessary: * '$' to 'd'; '-' to '_'; '%' to 'p' * Note: Variable names in SPSS are not case-sensitive. file handle sipp92t2 /name='c:\sipp92t2.dat' . data list file=sipp92t2 / suseqnum 1-5 (a) id 6-14 (a) rotation 15 state 16-17 pinx 18-19 addid 20-21 (a) item36b 22-23 intvw 24 ppmis1 25 ppmis2 26 ppmis3 27 ppmis4 28 ppmis5 29 entry 30-31 (a) pnum 32-34 (a) finalwgt 35-46 (4) rrp 47 age 48-50 sex 51 race 52 ms 53 pnsp 54-56 pnpt 57-59 higrade 60-61 grdcmpl 62 ethnicty 63-64 wave 65 tm9266 69 tm9272 70-72 tm9274 73-75 tm9276 76-78 tm9278 79-81 tm9280 82-84 tm9282 85-87 tm9284 88-90 tm9286 91-93 tm9288 94-96 tm9290 97-99 tm9292 100-102 tm9294 103-105 tm9296 106-108 tm9298 109-111 tm9300 112-114 tm9330 115-117 tm9332 118-119 tm9360 120-122 tm9362 123-124 tm9364 125-126 tm9390 127-129 tm9392 130-131 tm9394 132-133 tm9396 134-135 tm9420 136-138 tm9422 139-140 tm9424 141-142 tm9426 143-144 tm9428 145-146 tm9450 147-149 tm9452 150-151 tm9454 152-153 tm9456 154-155 tm9458 156-157 tm9460 158-159 tm9480 160-162 tm9482 163-164 tm9484 165-166 tm9486 167-168 tm9488 169-170 tm9490 171-172 tm9492 173-174 tm9510 175-177 tm9512 178-179 tm9514 180-181 tm9516 182-183 tm9518 184-185 tm9520 186-187 tm9522 188-189 tm9524 190-191 tm9540 192-194 tm9542 195-196 tm9544 197-198 tm9546 199-200 tm9548 201-202 tm9550 203-204 tm9552 205-206 tm9554 207-208 tm9556 209-210 tm9570 211-213 tm9572 214-215 tm9574 216-217 tm9576 218-219 tm9578 220-221 tm9580 222-223 tm9582 224-225 tm9584 226-227 tm9586 228-229 tm9588 230-231 tm9600 232-234 tm9602 235-236 tm9604 237-238 tm9606 239-240 tm9608 241-242 tm9610 243-244 tm9612 245-246 tm9614 247-248 tm9616 249-250 tm9618 251-252 tm9620 253-254 tm9630 255-257 tm9632 258-259 tm9634 260-261 tm9636 262-263 tm9638 264-265 tm9640 266-267 tm9642 268-269 tm9644 270-271 tm9646 272-273 tm9648 274-275 tm9650 276-277 tm9652 278-279 tm9660 280-282 tm9662 283-284 tm9664 285-286 tm9666 287-288 tm9668 289-290 tm9670 291-292 tm9672 293-294 tm9674 295-296 tm9676 297-298 tm9678 299-300 tm9680 301-302 tm9682 303-304 tm9684 305-306 tm9690 307-309 tm9692 310-311 tm9694 312-313 tm9696 314-315 tm9698 316-317 tm9700 318-319 tm9702 320-321 tm9704 322-323 tm9706 324-325 tm9708 326-327 tm9710 328-329 tm9712 330-331 tm9714 332-333 tm9716 334-335 utm9266 336 utm9272 337-339 utm9274 340-342 utm9276 343-345 utm9278 346-348 utm9280 349-351 utm9282 352-354 utm9284 355-357 utm9286 358-360 utm9288 361-363 utm9290 364-366 utm9292 367-369 utm9294 370-372 utm9296 373-375 utm9298 376-378 utm9300 379-381 utm9330 382-384 utm9332 385-386 utm9360 387-389 utm9362 390-391 utm9364 392-393 utm9390 394-396 utm9392 397-398 utm9394 399-400 utm9396 401-402 utm9420 403-405 utm9422 406-407 utm9424 408-409 utm9426 410-411 utm9428 412-413 utm9450 414-416 utm9452 417-418 utm9454 419-420 utm9456 421-422 utm9458 423-424 utm9460 425-426 utm9480 427-429 utm9482 430-431 utm9484 432-433 utm9486 434-435 utm9488 436-437 utm9490 438-439 utm9492 440-441 utm9510 442-444 utm9512 445-446 utm9514 447-448 utm9516 449-450 utm9518 451-452 utm9520 453-454 utm9522 455-456 utm9524 457-458 utm9540 459-461 utm9542 462-463 utm9544 464-465 utm9546 466-467 utm9548 468-469 utm9550 470-471 utm9552 472-473 utm9554 474-475 utm9556 476-477 utm9570 478-480 utm9572 481-482 utm9574 483-484 utm9576 485-486 utm9578 487-488 utm9580 489-490 utm9582 491-492 utm9584 493-494 utm9586 495-496 utm9588 497-498 utm9600 499-501 utm9602 502-503 utm9604 504-505 utm9606 506-507 utm9608 508-509 utm9610 510-511 utm9612 512-513 utm9614 514-515 utm9616 516-517 utm9618 518-519 utm9620 520-521 utm9630 522-524 utm9632 525-526 utm9634 527-528 utm9636 529-530 utm9638 531-532 utm9640 533-534 utm9642 535-536 utm9644 537-538 utm9646 539-540 utm9648 541-542 utm9650 543-544 utm9652 545-546 utm9660 547-549 utm9662 550-551 utm9664 552-553 utm9666 554-555 utm9668 556-557 utm9670 558-559 utm9672 560-561 utm9674 562-563 utm9676 564-565 utm9678 566-567 utm9680 568-569 utm9682 570-571 utm9684 572-573 utm9690 574-576 utm9692 577-578 utm9694 579-580 utm9696 581-582 utm9698 583-584 utm9700 585-586 utm9702 587-588 utm9704 589-590 utm9706 591-592 utm9708 593-594 utm9710 595-596 utm9712 597-598 utm9714 599-600 utm9716 601-602 altm9332 603 altm9362 604 altm9392 605 altm9422 606 altm9452 607 altm9482 608 altm9512 609 altm9542 610 altm9572 611 altm9602 612 altm9632 613 altm9662 614 altm9692 615 altm9364 616 altm9394 617 altm9424 618 altm9454 619 altm9484 620 altm9514 621 altm9544 622 altm9574 623 altm9604 624 altm9634 625 altm9664 626 altm9694 627 altm9396 628 altm9426 629 altm9456 630 altm9486 631 altm9516 632 altm9546 633 altm9576 634 altm9606 635 altm9636 636 altm9666 637 altm9696 638 altm9428 639 altm9458 640 altm9488 641 altm9518 642 altm9548 643 altm9578 644 altm9608 645 altm9638 646 altm9668 647 altm9698 648 altm9460 649 altm9490 650 altm9520 651 altm9550 652 altm9580 653 altm9610 654 altm9640 655 altm9670 656 altm9700 657 altm9492 658 altm9522 659 altm9552 660 altm9582 661 altm9612 662 altm9642 663 altm9672 664 altm9702 665 altm9524 666 altm9554 667 altm9584 668 altm9614 669 altm9644 670 altm9674 671 altm9704 672 altm9556 673 altm9586 674 altm9616 675 altm9646 676 altm9676 677 altm9706 678 altm9588 679 altm9618 680 altm9648 681 altm9678 682 altm9708 683 altm9620 684 altm9650 685 altm9680 686 altm9710 687 altm9652 688 altm9682 689 altm9712 690 altm9684 691 altm9714 692 altm9716 693 tm8300 697 tm8302 698 tm8304 699 tm8306 700 tm8308 701 tm8310 702-703 tm8312 704-707 tm8314 708-709 tm8316 710 tm8318 711-712 tm8320 713-716 tm8322 717-718 tm8324 719-720 tm8326 721 tm8328 722 tm8330 723 tm8332 724 tm8334 725-726 tm8336 727-730 tm8338 731-732 tm8340 733 tm8342 734 tm8344 735 tm8346 736 imp8306 737 imp8308 738 imp8310 739 imp1214 740 imp8316 741 imp8318 742 imp2022 743 imp8324 744 imp8326 745 imp8328 746 imp8332 747 imp8334 748 imp3438 749 imp8342 750 imp8344 751 imp8346 752 tm8400 753 tm8402 754-755 tm8404 756-759 tm8406 760 tm8408 761 tm8410 762-763 tm8412 764-767 tm8414 768-769 tm8416 770 tm8418 771-772 tm8420 773-776 tm8422 777-778 tm8424 779-780 tm8426 781-784 tm8428 785-786 tm8430 787 tm8432 788-789 tm8434 790-793 tm8436 794-795 tm8438 796-797 tm8440 798-801 tm8442 802 tm8444 803 tm8446 804-805 tm8448 806 tm8450 807 tm8452 808 tm8454 809 tm8456 810 tm8458 811 tm8460 812 tm8462 813 tm8464 814 tm8466 815 tm8468 816 tm8470 817 tm8472 818 tm8474 819 tm8476 820 tm8478 821 tm8480 822 tm8482 823 tm8484 824 tm8486 825 tm8488 826 tm8490 827 tm8492 828 tm8494 829 tm8496 830 tm8498 831-832 tm8500 833-836 tm8502 837-839 tm8504 840-841 tm8506 842 tm8508 843 tm8510 844 tm8512 845 imp8414 846 imp8420 847 imp8422 848 imp8426 849 imp8428 850 imp8434 851 imp8436 852 imp8440 853 imp8446 854 imp4858 855 imp6070 856 imp7294 857 imp8496 858 imp8500 859 imp8502 860 imp0612 861 tm8600 865 tm8602 866 tm8604 867-868 tm8606 869-872 tm8608 873 tm8610 874-875 tm8612 876-879 tm8614 880 tm8616 881-882 tm8618 883-886 tm8620 887 tm8622 888-889 tm8624 890-893 tm8626 894 tm8628 895-896 tm8630 897-900 tm8632 901 tm8634 902-903 tm8636 904-907 tm8638 908 tm8640 909-910 tm8642 911-914 tm8644 915 tm8646 916-917 tm8648 918-921 tm8650 922 tm8652 923-924 tm8654 925-928 imp8602 929 imp8608 930 imp8626 931 tm8700 933-934 tm8702 935-938 tm8704 939 tm8706 940-941 tm8708 942-943 tm8709 944-945 tm8710 946-947 tm8712 948-951 tm8714 952-953 tm8716 954-957 tm8718 958 tm8720 959-960 tm8722 961-962 tm8724 963-966 tm8726 967-968 tm8728 969-972 tm8730 973-974 tm8732 975 tm8734 976 tm8736 977 imp0002 978 imp8704 979 imp8706 980 imp8708 981 imp1012 982 imp8720 983 imp2224 984 imp2628 985 imp8730 986 imp8732 987 imp8734 988 imp8736 989 tm8750 993 tm8752 994-995 tm8754 996-997 tm8756 998 tm8758 999 tm8760 1000-1001 tm8762 1002-1005 tm8764 1006-1008 tm8766 1009-1010 tm8768 1011-1014 tm8770 1015-1017 tm8778 1018 tm8780 1019-1020 tm8782 1021-1024 tm8784 1025 tm8786 1026-1027 tm8788 1028-1030 tm8792 1031-1032 tm8794 1033-1036 tm8796 1037 tm8798 1038-1039 tm8800 1040-1042 imp8754 1043 imp8782 1044 imp8780 1045 imp8786 1046 imp8758 1047 imp8794 1048 imp8792 1049 imp8798 1050 . * See the codebook for more detailed variable descriptions. variable labels suseqnum "Sequence number of sample unit" id "Sample unit identifier" rotation "Rotation group" state "FIPS state code" pinx "Person index from core" addid "Current Address ID - This field differ" item36b "Household interview status code" intvw "Person's interview status" ppmis1 "Person's Interview Status: Reference M" ppmis2 "Person's Interview Status: Reference M" ppmis3 "Person's Interview Status: Reference M" ppmis4 "Person's Interview Status: Reference M" ppmis5 "Person's Interview Status: Reference M" entry "Entry address ID" pnum "Person number" finalwgt "Person weight (interview month)" rrp "Relationship to reference person" age "Age" sex "Sex" race "Race" ms "Marital status" pnsp "Person number of spouse" pnpt "Person number of parent" higrade "What is the highest grade or year of" grdcmpl "Did he/she complete that grade" ethnicty "Ethnic origin" wave "Wave number within Panel" tm9266 "Check item T26" tm9272 "Person number in column A" tm9274 "Person number in column B" tm9276 "Person number in column C" tm9278 "Person number in column D" tm9280 "Person number in column E" tm9282 "Person number in column F" tm9284 "Person number in column G" tm9286 "Person number in column H" tm9288 "Person number in column I" tm9290 "Person number in column J" tm9292 "Person number in column K" tm9294 "Person number in column L" tm9296 "Person number in column M" tm9298 "Person number in column N" tm9300 "Person number in row A" tm9330 "Person number in row B" tm9332 "Relationship of person in row B" tm9360 "Person number in row C" tm9362 "Relationship of person in row C to" tm9364 "Relationship of person in row C to" tm9390 "Person number in row D" tm9392 "Relationship of person in row D to" tm9394 "Relationship of person in row D to" tm9396 "Relationship of person in row D to" tm9420 "Person number in row E" tm9422 "Relationship of person in row E to" tm9424 "Relationship of person in row E to" tm9426 "Relationship of person in row E to" tm9428 "Relationship of person in row E to" tm9450 "Person number in row F" tm9452 "Relationship of person in row F to" tm9454 "Relationship of person in row F to" tm9456 "Relationship of person in row F to" tm9458 "Relationship of person in row F to" tm9460 "Relationship of person in row F to" tm9480 "Person number in row G" tm9482 "Relationship of person in row G to" tm9484 "Relationship of person in row G to" tm9486 "Relationship of person in row G to" tm9488 "Relationship of person in row G to" tm9490 "Relationship of person in row G to" tm9492 "Relationship of person in row G to" tm9510 "Person number in row H" tm9512 "Relationship of person in row H" tm9514 "Relationship of person in row H" tm9516 "Relationship of person in row H" tm9518 "Relationship of person in row H" tm9520 "Relationship of person in row H" tm9522 "Relationship of person in row H" tm9524 "Relationship of person in row H" tm9540 "Person number in row I" tm9542 "Relationship of person in row I" tm9544 "Relationship of person in row I" tm9546 "Relationship of person in row I" tm9548 "Relationship of person in row I" tm9550 "Relationship of person in row I" tm9552 "Relationship of person in row I" tm9554 "Relationship of person in row I" tm9556 "Relationship of person in row I" tm9570 "Person number in row J" tm9572 "Relationship of person in row J" tm9574 "Relationship of person in row J" tm9576 "Relationship of person in row J" tm9578 "Relationship of person in row J" tm9580 "Relationship of person in row J" tm9582 "Relationship of person in row J" tm9584 "Relationship of person in row J" tm9586 "Relationship of person in row J" tm9588 "Relationship of person in row J" tm9600 "Person number in row K" tm9602 "Relationship of person in row K" tm9604 "Relationship of person in row K" tm9606 "Relationship of person in row K" tm9608 "Relationship of person in row K" tm9610 "Relationship of person in row K" tm9612 "Relationship of person in row K" tm9614 "Relationship of person in row K" tm9616 "Relationship of person in row K" tm9618 "Relationship of person in row K" tm9620 "Relationship of person in row K" tm9630 "Person number in row L" tm9632 "Relationship of person in row L" tm9634 "Relationship of person in row L" tm9636 "Relationship of person in row L" tm9638 "Relationship of person in row L" tm9640 "Relationship of person in row L" tm9642 "Relationship of person in row L" tm9644 "Relationship of person in row L" tm9646 "Relationship of person in row L" tm9648 "Relationship of person in row L" tm9650 "Relationship of person in row L" tm9652 "Relationship of person in row L" tm9660 "Person number in row M" tm9662 "Relationship of person in row M" tm9664 "Relationship of person in row M" tm9666 "Relationship of person in row M" tm9668 "Relationship of person in row M" tm9670 "Relationship of person in row M" tm9672 "Relationship of person in row M" tm9674 "Relationship of person in row M" tm9676 "Relationship of person in row M" tm9678 "Relationship of person in row M" tm9680 "Relationship of person in row M" tm9682 "Relationship of person in row M" tm9684 "Relationship of person in row M" tm9690 "Person number in row N" tm9692 "Relationship of person in row N" tm9694 "Relationship of person in row N" tm9696 "Relationship of person in row N" tm9698 "Relationship of person in row N" tm9700 "Relationship of person in row N" tm9702 "Relationship of person in row N" tm9704 "Relationship of person in row N" tm9706 "Relationship of person in row N" tm9708 "Relationship of person in row N" tm9710 "Relationship of person in row N" tm9712 "Relationship of person in row N" tm9714 "Relationship of person in row N" tm9716 "Relationship of person in row N" utm9266 "Unedited TM9266" utm9272 "Unedited TM9272" utm9274 "Unedited TM9274" utm9276 "Unedited TM9276" utm9278 "Unedited TM9278" utm9280 "Unedited TM9280" utm9282 "Unedited TM9282" utm9284 "Unedited TM9284" utm9286 "Unedited TM9286" utm9288 "Unedited TM9288" utm9290 "Unedited TM9290" utm9292 "Unedited TM9292" utm9294 "Unedited TM9294" utm9296 "Unedited TM9296" utm9298 "Unedited TM9298" utm9300 "Unedited TM9300" utm9330 "Unedited TM9330" utm9332 "Unedited TM9332" utm9360 "Unedited TM9360" utm9362 "Unedited TM9362" utm9364 "Unedited TM9364" utm9390 "Unedited TM9390" utm9392 "Unedited TM9392" utm9394 "Unedited TM9394" utm9396 "Unedited TM9396" utm9420 "Unedited TM9420" utm9422 "Unedited TM9422" utm9424 "Unedited TM9424" utm9426 "Unedited TM9426" utm9428 "Unedited TM9428" utm9450 "Unedited TM9450" utm9452 "Unedited TM9452" utm9454 "Unedited TM9454" utm9456 "Unedited TM9456" utm9458 "Unedited TM9458" utm9460 "Unedited TM9460" utm9480 "Unedited TM9480" utm9482 "Unedited TM9482" utm9484 "Unedited TM9484" utm9486 "Unedited TM9486" utm9488 "Unedited TM9488" utm9490 "Unedited TM9490" utm9492 "Unedited TM9492" utm9510 "Unedited TM9510" utm9512 "Unedited TM9512" utm9514 "Unedited TM9514" utm9516 "Unedited TM9516" utm9518 "Unedited TM9518" utm9520 "Unedited TM9520" utm9522 "Unedited TM9522" utm9524 "Unedited TM9524" utm9540 "Unedited TM9540" utm9542 "Unedited TM9542" utm9544 "Unedited TM9544" utm9546 "Unedited TM9546" utm9548 "Unedited TM9548" utm9550 "Unedited TM9550" utm9552 "Unedited TM9552" utm9554 "Unedited TM9554" utm9556 "Unedited TM9556" utm9570 "Unedited TM9570" utm9572 "Unedited TM9572" utm9574 "Unedited TM9574" utm9576 "Unedited TM9576" utm9578 "Unedited TM9578" utm9580 "Unedited TM9580" utm9582 "Unedited TM9582" utm9584 "Unedited TM9584" utm9586 "Unedited TM9586" utm9588 "Unedited TM9588" utm9600 "Unedited TM9600" utm9602 "Unedited TM9602" utm9604 "Unedited TM9604" utm9606 "Unedited TM9606" utm9608 "Unedited TM9608" utm9610 "Unedited TM9610" utm9612 "Unedited TM9612" utm9614 "Unedited TM9614" utm9616 "Unedited TM9616" utm9618 "Unedited TM9618" utm9620 "Unedited TM9620" utm9630 "Unedited TM9630" utm9632 "Unedited TM9632" utm9634 "Unedited TM9634" utm9636 "Unedited TM9636" utm9638 "Unedited TM9638" utm9640 "Unedited TM9640" utm9642 "Unedited TM9642" utm9644 "Unedited TM9644" utm9646 "Unedited TM9646" utm9648 "Unedited TM9648" utm9650 "Unedited TM9650" utm9652 "Unedited TM9652" utm9660 "Unedited TM9660" utm9662 "Unedited TM9662" utm9664 "Unedited TM9664" utm9666 "Unedited TM9666" utm9668 "Unedited TM9668" utm9670 "Unedited TM9670" utm9672 "Unedited TM9672" utm9674 "Unedited TM9674" utm9676 "Unedited TM9676" utm9678 "Unedited TM9678" utm9680 "Unedited TM9680" utm9682 "Unedited TM9682" utm9684 "Unedited TM9684" utm9690 "Unedited TM9690" utm9692 "Unedited TM9692" utm9694 "Unedited TM9694" utm9696 "Unedited TM9696" utm9698 "Unedited TM9698" utm9700 "Unedited TM9700" utm9702 "Unedited TM9702" utm9704 "Unedited TM9704" utm9706 "Unedited TM9706" utm9708 "Unedited TM9708" utm9710 "Unedited TM9710" utm9712 "Unedited TM9712" utm9714 "Unedited TM9714" utm9716 "Unedited TM9716" altm9332 "Imputation flag for TM9332." altm9362 "Imputation flag for TM9362" altm9392 "Imputation flag for TM9392." altm9422 "Imputation flag for TM9422." altm9452 "Imputation flag for TM9452" altm9482 "Imputation flag for TM9482." altm9512 "Imputation flag for TM9512." altm9542 "Imputation flag for TM9542." altm9572 "Imputation flag for TM9572." altm9602 "Imputation flag for TM9602." altm9632 "Imputation flag for TM9632." altm9662 "Imputation flag for TM9662." altm9692 "Imputation flag for TM9692." altm9364 "Imputation flag for TM9364." altm9394 "Imputation flag for TM9394." altm9424 "Imputation flag for TM9424." altm9454 "Imputation flag for TM9454." altm9484 "Imputation flag for TM9484." altm9514 "Imputation flag for TM9514." altm9544 "Imputation flag for TM9544." altm9574 "Imputation flag for TM9574." altm9604 "Imputation flag for TM9604." altm9634 "Imputation flag for TM9634." altm9664 "Imputation flag for TM9664." altm9694 "Imputation flag for TM9694." altm9396 "Imputation flag for TM9396." altm9426 "Imputation flag for TM9426" altm9456 "Imputation flag for TM9456." altm9486 "Imputation flag for TM9486." altm9516 "Imputation flag for TM9516." altm9546 "Imputation flag for TM9546." altm9576 "Imputation flag for TM9576." altm9606 "Imputation flag for TM9606." altm9636 "Imputation flag for TM9636." altm9666 "Imputation flag for TM9666." altm9696 "Imputation flag for TM9696." altm9428 "Imputation flag for TM9428." altm9458 "Imputation flag for TM9458." altm9488 "Imputation flag for TM9488." altm9518 "Imputation flag for TM9518." altm9548 "Imputation flag for TM9548." altm9578 "Imputation flag for TM9578." altm9608 "Imputation flag for TM9608" altm9638 "Imputation flag for TM9638." altm9668 "Imputation flag for TM9668." altm9698 "Imputation flag for TM9698." altm9460 "Imputation flag for TM9460." altm9490 "Imputaiton flag for TM9490." altm9520 "Imputation flag for TM9520." altm9550 "Imputation flag for TM9550." altm9580 "Imputation flag for TM9580." altm9610 "Imputation flag for TM9610." altm9640 "Imputation flag for TM9640." altm9670 "Imputation flag for TM9670." altm9700 "Imputation flag for TM9700." altm9492 "Imputation flag for TM9492." altm9522 "Imputation flag for TM9522." altm9552 "Imputation flag for TM9552." altm9582 "Imputation flag for TM9582." altm9612 "Imputation flag for TM9612." altm9642 "Impuation flag for TM9642." altm9672 "Imputation flag for TM9672." altm9702 "Imputation flag for TM9702." altm9524 "Imputation flag for TM9524." altm9554 "Imputation flag for TM9554." altm9584 "Imputaiton flag for TM9584." altm9614 "Imputation flag for TM9614." altm9644 "Imputation flag for TM9644." altm9674 "Imputation flag for TM9674." altm9704 "Imputation flag for TM9704." altm9556 "Imputation flag for TM9556." altm9586 "Imputation flag for TM9586." altm9616 "Imputation flag for TM9616." altm9646 "Imputation flag for TM9646." altm9676 "Imputation flag for TM9676." altm9706 "Imputation flag for TM9706." altm9588 "Imputation flag for TM9588." altm9618 "Imputation flag for TM9618." altm9648 "Imputation flag for TM9648." altm9678 "Imputation flag for TM9678" altm9708 "Imputation flag for TM9708." altm9620 "Imputation flag for TM9620." altm9650 "Imputation flag for TM9650." altm9680 "Imputation flag for TM9680." altm9710 "Imputation flag for TM9710." altm9652 "Imputation flag for TM9652." altm9682 "Imputation flag for TM9682." altm9712 "Imputation flag for TM9712." altm9684 "Imputation flag for TM9684." altm9714 "Imputation flag for TM9714." altm9716 "Imputation flag for TM9716." tm8300 "Check item T1" tm8302 "Check item T2" tm8304 "Check item T3" tm8306 "Respondent s health or condition" tm8308 "Physical, mental or other health" tm8310 "When did ... become limited in the kin" tm8312 "When did ... become limited in the kin" tm8314 "When did ... become limited in the kin" tm8316 "Was ... employed at the time ...'s wor" tm8318 "When was the last time ... worked befo" tm8320 "When was the last time ... worked befo" tm8322 "When was the last time ... worked befo" tm8324 "What health condition is the main" tm8326 "Was this condition (TM8324) caused by " tm8328 "Where did the accident or injury take" tm8330 "Check item T4" tm8332 "Does ...'s health or condition prevent" tm8334 "When did ... become unable to work at " tm8336 "When did ... become unable to work at " tm8338 "When did ... become unable to work at " tm8340 "Check item T5" tm8342 "Is ... now able to work at a full-time" tm8344 "Is ... now able to work regularly or i" tm8346 "Is ... now able to do the same kind of" imp8306 "Imputation flag 'TM8306'" imp8308 "Imputation flag 'TM8308'" imp8310 "Imputation flag 'TM8310'" imp1214 "Imputation flag 'TM8312, TM8314'" imp8316 "Imputation flag 'TM8316'" imp8318 "Imputation flag 'TM8318'" imp2022 "Imputation flag 'TM8320 - TM8322'" imp8324 "Imputation flag 'TM8324'" imp8326 "Imputation flag 'TM8326'" imp8328 "Imputation flag 'TM8328'" imp8332 "Imputation flag 'TM8332'" imp8334 "Imputation flag 'TM8334'" imp3438 "Imputation flag 'TM8334 - TM8338'" imp8342 "Imputation flag 'TM8342" imp8344 "Imputation flag 'TM8344'" imp8346 "Imputation flag 'TM8346'" tm8400 "Check item T6" tm8402 "When did ... last attend elementary or" tm8404 "When did ... last attend elementary or" tm8406 "When did ... last attend elementary or" tm8408 "Has ... received a high school diploma" tm8410 "When did ... receive a high school" tm8412 "When did ... receive a high school" tm8414 "Was the high school that ... attended" tm8416 "Check item T7" tm8418 "When did ... first attend college, a" tm8420 "When did ... first attend college, a" tm8422 "What is the highest degree beyond a" tm8424 "When did ... receive the degree" tm8426 "When did ... receive the degree" tm8428 "In what field of study did ... receive" tm8430 "Check item T8" tm8432 "When did ... receive his/her Bachelor'" tm8434 "When did ... receive his/her Bachelor'" tm8436 "In what field of study was ... s" tm8438 "When was the last time that ... was a" tm8440 "When was the last time that ... was a" tm8442 "When was the last time that ... was a" tm8444 "Check item T9" tm8446 "Has ... ever received training designe" tm8448 "Received job training sponsored by:" tm8450 "Received job training sponsored by:" tm8452 "Received job training sponsored by:" tm8454 "Received job training sponsored by:" tm8456 "Received job training sponsored by:" tm8458 "Received job training sponsored by:" tm8460 "Type of training program:" tm8462 "Type of training program:" tm8464 "Type of training program:" tm8466 "Type of training program:" tm8468 "Type of training program:" tm8470 "Type of training program:" tm8472 "Where did ... receive this training?" tm8474 "Where did ... receive this training?" tm8476 "Where did ... receive this training?" tm8478 "Where did ... receive this training?" tm8480 "Where did ... receive this training?" tm8482 "Where did ... receive this training?" tm8484 "Where did ... receive this training?" tm8486 "Where did ... receive this training?" tm8488 "Where did ... receive this training?" tm8490 "Where did ... receive this training?" tm8492 "Where did ... receive this training?" tm8494 "Where did ... receive this training?" tm8496 "Does ... use this training on ...'s (m" tm8498 "When did ... start this (most recent)" tm8500 "When did ... start this (most recent)" tm8502 "For how many weeks did ... attend this" tm8504 "For how many weeks did ... attend this" tm8506 "Who paid for this (most recent)" tm8508 "Who paid for this (most recent)" tm8510 "Who paid for this (most recent) progra" tm8512 "Who paid for this (most recent) progra" imp8414 "Imputation flag: 'TM8414'" imp8420 "Imputation flag: 'TM8420'" imp8422 "Imputation flag: 'TM8422'" imp8426 "Imputation flag: 'TM8426'" imp8428 "Imputation flag: 'TM8428'" imp8434 "Imputation flag: 'TM8434'" imp8436 "Imputation flag: 'TM8436'" imp8440 "Imputation flag: 'TM8440'" imp8446 "Imputation flag: 'TM8446'" imp4858 "Imputation flag: 'TM8448 - TM8458'" imp6070 "Imputation flag: 'TM8460 - TM8470'" imp7294 "Imputation flag: 'TM8472 - TM8494'" imp8496 "Imputation flag: 'TM8496'" imp8500 "Imputation flag: 'TM8500'" imp8502 "Imputation flag: 'TM8502'" imp0612 "Imputation flag: 'TM8506 - 8512'" tm8600 "Check item T10" tm8602 "How many times has ... been" tm8604 "Month of first marriage" tm8606 "Year of first marriage" tm8608 "Did ...'s first marriage end in" tm8610 "Month of widowhood/divorce:" tm8612 "Year of widowhood/divorce:" tm8614 "Check item T11" tm8616 "Month ... stopped living with" tm8618 "Year ... stopped living with" tm8620 "Check item T12" tm8622 "Month of second marriage" tm8624 "Year of second marriage" tm8626 "Did ...'s second marriage end in" tm8628 "Month of widowhood/divorce:" tm8630 "Year of widowhood, divorce:" tm8632 "Check item T13" tm8634 "Month ... stopped living with second" tm8636 "Year ... stopped living with" tm8638 "Check item T14" tm8640 "Month of current or most recent" tm8642 "Year of current or most recent" tm8644 "Check item T15" tm8646 "Month of widowhood/divorce: Current" tm8648 "In what month and year was ..." tm8650 "Check item T16" tm8652 "Month ... stopped living with" tm8654 "Year ... stopped living with" imp8602 "Imputation flag for 'TM8602'" imp8608 "Imputation flag for 'TM8608'" imp8626 "Imputation flag for 'TM8626'" tm8700 "Month ... moved into this" tm8702 "Year ... moved into this" tm8704 "Before living here, where did ... live" tm8706 "Before living here, where did ... live" tm8708 "Before living here, where did ... live" tm8709 "Date of residence - Other" tm8710 "Date of residence - From Month" tm8712 "Date of residence: From year" tm8714 "Date of residence: To Month" tm8716 "Date of residence: To Year" tm8718 "Has ... ever lived in another" tm8720 "State or foreign country described" tm8722 "Date of residence: From Month" tm8724 "Date of residence: From Year" tm8726 "Date of residence: To Month" tm8728 "Date of residence: To Year" tm8730 "In what state or foreign country" tm8732 "Check item T17" tm8734 "Is ... a naturalized citizen of the" tm8736 "When did ... come to the United" imp0002 "Imputation flag: 'TM8700 - TM8702'" imp8704 "Imputation flag: 'TM8704'" imp8706 "Imputation flag: 'TM8706'" imp8708 "Imputation flag: 'TM8708'" imp1012 "Imputation flag: 'TM8710 - TM8712'" imp8720 "Imputation flag: 'TM8720'" imp2224 "Imputation flag: 'TM8722 - TM8724'" imp2628 "Imputation flag: 'TM8726 - TM8728'" imp8730 "Imputation flag: 'TM8730'" imp8732 "Imputation flag: 'TM8732'" imp8734 "Imputation flag: 'TM8734'" imp8736 "Imputation flag: 'TM8736'" tm8750 "Check item T18" tm8752 "How many children, if any, is" tm8754 "How many children, if any, has" tm8756 "Check item T19" tm8758 "Are all of ...'s children currently" tm8760 "Check item T20" tm8762 "Check item T20" tm8764 "Check item T20" tm8766 "Check item T20" tm8768 "Check item T20" tm8770 "Check item T20" tm8778 "Check item T21" tm8780 "Birth Month: Last child" tm8782 "Birth Year: Last child" tm8784 "Check item T22" tm8786 "With whom does the last child live now" tm8788 "Check item T23" tm8792 "Birth Month: First child" tm8794 "Birth Year: First child" tm8796 "Check item T24" tm8798 "With whom does the first child" tm8800 "Check item T25" imp8754 "Imputation flag: 'TM8754'" imp8782 "Imputation flag: 'TM8782'" imp8780 "Imputation flag: 'TM8780'" imp8786 "Imputation flag: 'TM8786'" imp8758 "Imputation flag: 'TM8758'" imp8794 "Imputation flag: 'TM8794'" imp8792 "Imputation flag: 'TM8792'" imp8798 "Imputation flag: 'TM8798'" . value labels rotation 1 "Interview month: September 1992" 2 "Interview month: June 1992" 3 "Interview month: July 1992" 4 "Interview month: August 1992" /item36b 1 "Interviewed" 2 "No one home" 3 "Temporarily absent" 4 "Refused" 5 "Unable to locate" 6 "Other Type A" 23 "Entire household deceased," 24 "Moved, address unknown" 25 "Moved within country beyond" 26 "All sample persons relisted on" 28 "Merged households across panels" /intvw 0 "Not applicable (children" 1 "Interview (self)" 2 "Interview (proxy)" 3 "Noninterview - Type Z refusal" 4 "Noninterview - Type Z other" /ppmis1 1 "Interview" 2 "Noninterview" /ppmis2 1 "Interview" 2 "Noninterview" /ppmis3 1 "Interview" 2 "Noninterview" /ppmis4 1 "Interview" 2 "Noninterview" /ppmis5 1 "Interview" 2 "Noninterview" /rrp 0 "Not a sample person in this" 1 "Household reference person," 2 "Household reference person" 3 "Spouse of household reference" 4 "Child of household reference" 5 "Other relative of household" 6 "Non-relative of household" 7 "Non-relative of household" /age 0 "Less than 1 full year" 1 "1 year" /sex 1 "Male" 2 "Female" /race 1 "White" 2 "Black" 3 "American Indian, Eskimo or Aleut" 4 "Asian or Pacific Islander" /ms 0 "Not a sample person in this" 1 "Married, spouse present" 2 "Married, spouse absent" 3 "Widowed" 4 "Divorced" 5 "Separated" 6 "Never married" /pnsp 0 "Not a sample person in this" 999 "Not applicable" /pnpt 0 "Not a sample person in this" 999 "Not applicable" /higrade 0 "Not applicable if under 15," /grdcmpl 0 "Not applicable" 1 "Yes" 2 "No" /ethnicty 1 "German" 2 "English" 3 "Irish" 4 "French" 5 "Italian" 6 "Scottish" 7 "Polish" 8 "Dutch" 9 "Swedish" 10 "Norwegian" 11 "Russian" 12 "Ukrainian" 13 "Welsh" 14 "Mexican-American" 15 "Chicano" 16 "Mexican" 17 "Puerto Rican" 18 "Cuban" 19 "Central or South American" 20 "Other Spanish" 21 "Afro-American (Black or Negro)" 30 "Another group not listed" 39 "Don't know" /tm9266 0 "Not in universe" 1 "One person HH" 2 "Two person HH consisting of" 3 "Two person HH consisting of" 4 "Other" /tm9300 0 "Not in universe" /tm9330 0 "Not in universe" /tm9332 1 "Husband" 2 "Wife" 10 "Natural father(biological)" 11 "Stepfather" 12 "Adoptive father" 13 "Foster father" 14 "Natural mother" 15 "Stepmother" 16 "Adoptive mother" 17 "Foster mother" 18 "Unknown father type" 19 "Unknown mother type" 20 "Natural son" 21 "Stepson" 22 "Adopted son" 23 "Foster son" 24 "Natural daughter" 25 "Stepdaughter" 26 "Adopted daughter" 27 "Foster daughter" 28 "Unknown son type" 29 "Unknown daughter type" 30 "Full brother" 31 "Half brother" 32 "Stepbrother" 33 "Adoptive brother" 34 "Full sister" 35 "Half sister" 36 "Stepsister" 37 "Adoptive sister" 38 "Unknown brother type" 39 "Unknown sister type" 40 "Grandfather" 41 "Grandmother" 42 "Grandson" 43 "Granddaughter" 44 "Uncle" 45 "Aunt" 46 "Nephew" 47 "Niece" 50 "Father-in-law" 51 "Mother-in-law" 52 "Son-in-law" 53 "Daughter-in-law" 54 "Brother-in-law" 55 "Sister-in-law" 60 "Other relative (Cousin, etc.)" 70 "Nonrelative" 88 "Member of column with no" 98 "Not found" 99 "No response" /tm9360 0 "Not in universe" /tm9390 0 "Not in universe" /tm9420 0 "Not in universe" /tm9450 0 "Not in universe" /tm9480 0 "Not in universe" /tm9510 0 "Not in universe" /tm9540 0 "Not in universe" /tm9570 0 "Not in universe" /tm9600 0 "Not in universe" /tm9630 0 "Not in universe" /tm9660 0 "Not in universe" /tm9690 0 "Not in universe" /tm8300 0 "Not applicable, 15 or under," 2 "16 to 67" /tm8302 0 "Not applicable" 1 "Yes - skip To TM8306" 2 "No" /tm8304 0 "Not applicable" 1 "Yes" 2 "No - skip To TM8308" /tm8306 0 "Not applicable" 1 "Yes - skip To TM8310 or TM8314" 2 "No - end of section" /tm8308 0 "Not applicable" 1 "Yes - skip to TM8310" 2 "No - end of section" /tm8310 -1 "Don't know" 0 "Not applicable" /tm8312 0 "Not applicable" /tm8314 -5 "Person became limited after" -3 "Person was limited before" 0 "Not applicable" /tm8316 0 "Not applicable" 1 "Yes - skip To TM8324" 2 "No - skip to TM8318 or TM8322" /tm8318 0 "Not applicable" /tm8320 0 "Not applicable" /tm8322 -3 "Had never been employed before" 0 "Not applicable" /tm8324 0 "Not applicable" 1 "Arthritis or rheumatism" 2 "Autism" 3 "Back or spine problems (including" 4 "Blindness or vision problems" 5 "Cancer" 6 "Cerebral palsy" 7 "Deafness or serious trouble" 8 "Diabetes" 9 "Epilepsy" 10 "Head or spinal cord injury" 11 "Heart trouble (including heart" 12 "Hernia or rupture" 13 "High blood pressure(hypertension)" 14 "Kidney stones or chronic kidney" 15 "Lung or respiratory trouble" 16 "Mental illness" 17 "Mental retardation" 18 "Missing legs, feet, arms, hands," 19 "Nervous or emotional problems, or" 20 "Paralysis of any kind" 21 "Senility (Alzheimer's Disease)" 22 "Stiffness or deformity of the" 23 "Stomach trouble (including ulcers," 24 "Stroke" 25 "Thyroid trouble or goiter" 26 "Tumor, cyst or growth" 27 "Other" /tm8326 0 "Not applicable" 1 "Yes" 2 "No - skip to TM8330" /tm8328 0 "Not applicable" 1 "On the job" 2 "During service in the Armed" 3 "In the home" 4 "Somewhere else" /tm8330 0 "Not applicable" 1 "Yes - skip to TM8340" 2 "No" /tm8332 0 "Not applicable" 1 "Yes - skip to TM8334 or TM8338" 2 "No - skip to TM8342" /tm8334 0 "Not applicable" /tm8336 0 "Not applicable" /tm8338 -3 "Has never been able to work at" 0 "Not applicable" /tm8340 0 "Not applicable" 1 "Yes -skip to TM8344" 2 "No" /tm8342 0 "Not applicable" 1 "Full-time" 2 "Part-time" 3 "Not able to work - end of section" /tm8344 0 "Not applicable" 1 "Regularly" 2 "Only occasionally or" 3 "Not able to work - end of" /tm8346 0 "Not applicable" 1 "Yes, able to do same kind of" 2 "No, not able to do same kind of" 3 "Did not work before limitation" /imp8306 0 "Not imputed" 1 "Imputed" /imp8308 0 "Not imputed" 1 "Imputed" /imp8310 0 "Not imputed" 1 "Imputed" /imp1214 0 "Not imputed" 1 "Imputed" /imp8316 0 "Not imputed" 1 "Imputed" /imp8318 0 "Not imputed" 1 "Imputed" /imp2022 0 "Not imputed" 1 "Imputed" /imp8324 0 "Not imputed" 1 "Imputed" /imp8326 0 "Not imputed" 1 "Imputed" /imp8328 0 "Not imputed" 1 "Imputed" /imp8332 0 "Not imputed" 1 "Imputed" /imp8334 0 "Not imputed" 1 "Imputed" /imp3438 0 "Not imputed" 1 "Imputed" /imp8342 0 "Not imputed" 1 "Imputed" /imp8344 0 "Not imputed" 1 "Imputed" /imp8346 0 "Not imputed" 1 "Imputed" /tm8400 0 "Not applicable" 1 "No - skip to TM8402 or TM8406" 2 "Yes - skip to TM8410" /tm8402 0 "Not applicable" /tm8404 0 "Not applicable" /tm8406 0 "Not applicable" 1 "Currently attending - end of" 2 "Never attended" /tm8408 0 "Not applicable" 1 "Yes" 2 "No - skip to TM8444" /tm8410 0 "Not applicable" /tm8412 0 "Not applicable" /tm8414 0 "Not applicable" 1 "Public" 2 "Private, church-related" 3 "Private, not church-related" 4 "Did not attend high school" /tm8416 0 "Not applicable" 1 "Yes" 2 "No - skip to TM8444" /tm8418 0 "Not applicable" /tm8420 0 "Not applicable" /tm8422 0 "Not applicable" 1 "Ph.D. or equivalent" 2 "Professional degree such as" 3 "Master's degree" 4 "Bachelor's degree" 5 "Associate degree" 6 "Vocational, technical, or" 7 "Has not earned a degree - skip" /tm8424 0 "Not applicable" /tm8426 0 "Not applicable" /tm8428 0 "Not applicable" 1 "Agriculture or forestry" 2 "Biology" 3 "Business or management" 4 "Economics" 5 "Education" 6 "Engineering (including" 7 "English or journalism" 8 "Home economics" 9 "Law" 10 "Liberal arts or humanities" 11 "Mathematics or statistics" 12 "Medicine or dentistry" 13 "Nursing, pharmacy, or health" 14 "Physical or earth sciences" 15 "Police science or law" 16 "Psychology" 17 "Religion or theology" 18 "Social sciences (history," 19 "Vocational or technical studies" 20 "Other" /tm8430 0 "Not applicable" 1 "Yes" 2 "No - skip to TM8444" /tm8432 0 "Not applicable" /tm8434 0 "Not applicable" /tm8436 0 "Not applicable" /tm8438 0 "Not applicable" /tm8440 0 "Not applicable" /tm8442 0 "Not applicable" 1 "Is still a student" /tm8444 0 "Not applicable" 1 "Yes - end of section" 2 "No" /tm8446 0 "Not applicable" 1 "Yes" 2 "No - end of section" /tm8448 0 "Not applicable or No" 1 "Yes" /tm8450 0 "Not applicable or No" 1 "Yes" /tm8452 0 "Not applicable or No" 1 "Yes" /tm8454 0 "Not applicable or No" 1 "Yes" /tm8456 0 "Not applicable or No" 1 "Yes" /tm8458 0 "Not applicable or No" 1 "Yes" /tm8460 0 "Not applicable or No" 1 "Yes" /tm8462 0 "Not applicable or No" 1 "Yes" /tm8464 0 "Not applicable or No" 1 "Yes" /tm8466 0 "Not applicable or No" 1 "Yes" /tm8468 0 "Not applicable or No" 1 "Yes" /tm8470 0 "Not applicable or No" 1 "Yes" /tm8472 0 "Not applicable or No" 1 "Yes" /tm8474 0 "Not applicable or No" 1 "Yes" /tm8476 0 "Not applicable or No" 1 "Yes" /tm8478 0 "Not applicable or No" 1 "Yes" /tm8480 0 "Not applicable or No" 1 "Yes" /tm8482 0 "Not applicable or No" 1 "Yes" /tm8484 0 "Not applicable or No" 1 "Yes" /tm8486 0 "Not applicable or No" 1 "Yes" /tm8488 0 "Not applicable or No" 1 "Yes" /tm8490 0 "Not applicable or No" 1 "Yes" /tm8492 0 "Not applicable or No" 1 "Yes" /tm8494 0 "Not applicable or No" 1 "Yes" /tm8496 0 "Not applicable" 1 "Yes" 2 "No" /tm8498 0 "Not applicable" /tm8500 0 "Not applicable" /tm8502 0 "Not applicable" /tm8504 -4 "Less than 1 week" 0 "Not applicable" /tm8506 0 "Not applicable or No" 1 "Yes" /tm8508 0 "Not applicable or No" 1 "Yes" /tm8510 0 "Not applicable or No" 1 "Yes" /tm8512 0 "Not applicable or No" 1 "Yes" /imp8414 0 "Not imputed" 1 "Imputed" /imp8420 0 "Not imputed" 1 "Imputed" 2 "Logical assignment based on TM8426 or TM8434" /imp8422 0 "Not imputed" 1 "Imputed" 2 "Logical assignment based on TM8428=9,12, or 17" /imp8426 0 "Not imputed" 1 "Imputed" 2 "Logical assignment based on TM8420 > TM8426" /imp8428 0 "Not imputed" 1 "Imputed" /imp8434 0 "Not imputed" 1 "Imputed" 2 "Logical assignment based on TM8420 and TM8426" /imp8436 0 "Not imputed" 1 "Imputed" /imp8440 0 "Not imputed" 1 "Imputed" 2 "Logical assignment based on TM8420 > TM8440" /imp8446 0 "Not imputed" 1 "Imputed" /imp4858 0 "Not imputed" 1 "Imputed" /imp6070 0 "Not imputed" 1 "Imputed" /imp7294 0 "Not imputed" 1 "Imputed" /imp8496 0 "Not imputed" 1 "Imputed" /imp8500 0 "Not imputed" 1 "Imputed" 2 "Logical assignment based on TM8504=-3" /imp8502 0 "Not imputed" 1 "Imputed" /imp0612 0 "Not imputed" 1 "Imputed" /tm8600 0 "Not in universe" 1 "Married, spouse present" 2 "Married, spouse absent" 3 "Widowed" 4 "Divorced" 5 "Separated" /tm8602 0 "Not in universe" 1 "1 - skip to TM8638" 2 "2" 3 "3" 4 "4+" /tm8604 0 "Not in universe" /tm8606 0 "Not in universe" /tm8608 0 "Not in universe" 1 "Widowhood" 2 "Divorce" /tm8610 0 "Not in universe" /tm8612 0 "Not in universe" /tm8614 0 "Not in universe" 1 "Yes - skip to TM8620" 2 "No" /tm8616 0 "Not in universe" /tm8618 0 "Not in universe" /tm8620 0 "Not in universe" 1 "2 - skip to TM8638" 2 "3+" /tm8622 0 "Not in universe" /tm8624 0 "Not in universe" /tm8626 0 "Not in universe" 1 "Widowhood" 2 "Divorce" /tm8628 0 "Not in universe" /tm8630 0 "Not in universe" /tm8632 0 "Not in universe" 1 "Yes - skip to TM8638" 2 "No" /tm8634 0 "Not in universe" /tm8636 0 "Not in universe" /tm8638 0 "Not in universe" 1 "Yes - skip to TM8640" 2 "No - skip to TM8640" 3 "No, no spouse in household -" /tm8640 0 "Not in universe" /tm8642 0 "Not in universe" /tm8644 0 "Not in universe" 1 "Married, spouse present - end" 2 "Married, spouse absent - end" 3 "Widowed" 4 "Divorced" 5 "Separated - skip to TM8652" /tm8646 0 "Not in universe" /tm8648 0 "Not in universe" /tm8650 0 "Not in universe" 1 "Yes - end of section" 2 "No" /tm8652 0 "Not in universe" /tm8654 0 "Not in universe" /imp8602 0 "Not imputed" 1 "Imputed" /imp8608 0 "Not imputed" 1 "Imputed" /imp8626 0 "Not imputed" 1 "Imputed" /tm8700 0 "Not in universe" /tm8702 -004 "Always lived here/born" 0 "Not in universe" /tm8704 0 "Not in universe" 1 "Same state, same county -" 2 "Same state, different county -" /tm8706 0 "Not in universe" 1 "Alabama" 2 "Alaska" 3 "Arizona" 4 "Arkansas" 5 "California" 6 "Colorado" 7 "Connecticut" 8 "Delaware" 9 "District of Columbia" 10 "Florida" 11 "Georgia" 12 "Hawaii" 13 "Idaho" 14 "Illinois" 15 "Indiana" 16 "Iowa" 17 "Kansas" 18 "Kentucky" 19 "Louisiana" 20 "Maine" 21 "Maryland" 22 "Massachusetts" 23 "Michigan" 24 "Minnesota" 25 "Mississippi" 26 "Missouri" 27 "Montana" 28 "Nebraska" 29 "Nevada" 30 "New Hampshire" 31 "New Jersey" 32 "New Mexico" 33 "New York" 34 "North Carolina" 35 "North Dakota" 36 "Ohio" 37 "Oklahoma" 38 "Oregon" 39 "Pennsylvania" 40 "Rhode Island" 41 "South Carolina" 42 "South Dakota" 43 "Tennessee" 44 "Texas" 45 "Utah" 46 "Vermont" 47 "Virginia" 48 "Washington" 49 "West Virginia" 50 "Wisconsin" 51 "Wyoming" 52 "United States (State unknown)" /tm8708 0 "Not in universe" 60 "Puerto Rico" 61 "Outlying area of U. S." 62 "Austria" 63 "Canada" 64 "China (Includes Mainland China," 65 "Cuba" 66 "Czechoslovakia" 67 "Dominican Republic" 68 "Germany (East and West Germany)" 69 "Greece" 70 "Hungary" 71 "India" 72 "Ireland (Excludes Northern Ireland)" 73 "Italy" 74 "Jamaica" 75 "Japan" 76 "Korea (Includes North and South Korea)" 77 "Mexico" 78 "Norway" 79 "Philippines" 80 "Poland" 81 "Portugal" 82 "Sweden" 83 "United Kingdom (Includes England," 84 "U.S.S.R." 85 "Vietnam" 86 "Other Europe" 87 "Other Asia" 88 "Central America" 89 "South America" 90 "Middle East" 91 "Africa" 92 "Overseas (country unknown)" 99 "Other" /tm8709 -4 "Lived in the previous home" 0 "Not in universe" /tm8710 0 "Not in universe" /tm8712 0 "Not in universe" /tm8714 0 "Not in universe" /tm8716 0 "Not in universe" /tm8718 0 "Not in universe" 1 "Yes" 2 "No - skip to TM8730" /tm8720 0 "Not in universe" 1 "Alabama" 2 "Alaska" 3 "Arizona" 4 "Arkansas" 5 "California" 6 "Colorado" 7 "Connecticut" 8 "Delaware" 9 "District of Columbia" 10 "Florida" 11 "Georgia" 12 "Hawaii" 13 "Idaho" 14 "Illinois" 15 "Indiana" 16 "Iowa" 17 "Kansas" 18 "Kentucky" 19 "Louisiana" 20 "Maine" 21 "Maryland" 22 "Massachusetts" 23 "Michigan" 24 "Minnesota" 25 "Mississippi" 26 "Missouri" 27 "Montana" 28 "Nebraska" 29 "Nevada" 30 "New Hampshire" 31 "New Jersey" 32 "New Nexico" 33 "New York" 34 "North Carolina" 35 "North Dakota" 36 "Ohio" 37 "Oklahoma" 38 "Oregon" 39 "Pennsylvania" 40 "Rhode island" 41 "South Carolina" 42 "South Dakota" 43 "Tennessee" 44 "Texas" 45 "Utah" 46 "Vermont" 47 "Virginia" 48 "Washington" 49 "West Virginia" 50 "Wisconsin" 51 "Wyoming" 52 "United States (Unknown State)" 60 "Puerto Rico" 61 "Outlying area of U. S.(Includes" 62 "Austria" 63 "Canada" 64 "China (Includes Mainland China," 65 "Cuba" 66 "Czechoslovakia" 67 "Dominican Republic" 68 "Germany (East and West Germany)" 69 "Greece" 70 "Hungary" 71 "India" 72 "Ireland (Excludes Northern Ireland)" 73 "Italy" 74 "Jamaica" 75 "Japan" 76 "Korea (Includes North and South" 77 "Mexico" 78 "Norway" 79 "Philippines" 80 "Poland" 81 "Portugal" 82 "Sweden" 83 "United Kingdom (Includes England," 84 "U.S.S.R." 85 "Vietnam" 86 "Other Europe" 87 "Other Asia" 88 "Central America" 89 "South America" 90 "Middle East" 91 "Africa" 92 "Overseas (country unknown)" 99 "Other" /tm8722 0 "Not in universe" /tm8724 0 "Not in universe" /tm8726 0 "Not in universe" /tm8728 0 "Not in universe" /tm8730 0 "Not in universe" 1 "Alabama" 2 "Alaska" 3 "Arizona" 4 "Arkansas" 5 "California" 6 "Colorado" 7 "Connecticut" 8 "Delaware" 9 "District of Columbia" 10 "Florida" 11 "Georgia" 12 "Hawaii" 13 "Idaho" 14 "Illinois" 15 "Indiana" 16 "Iowa" 17 "Kansas" 18 "Kentucky" 19 "Louisiana" 20 "Maine" 21 "Maryland" 22 "Massachusetts" 23 "Michigan" 24 "Minnesota" 25 "Mississippi" 26 "Missouri" 27 "Montana" 28 "Nebraska" 29 "Nevada" 30 "New Hampshire" 31 "New Jersey" 32 "New Mexico" 33 "New York" 34 "North Carolina" 35 "North Dakota" 36 "Ohio" 37 "Oklahoma" 38 "Oregon" 39 "Pennsylvania" 40 "Rhode Island" 41 "South Carolina" 42 "South Dakota" 43 "Tennessee" 44 "Texas" 45 "Utah" 46 "Vermont" 47 "Virginia" 48 "Washington" 49 "West Virginia" 50 "Wisconsin" 51 "Wyoming" 52 "United States (Unknown State)" 60 "Puerto Rico" 61 "Outlying area of U. S.(Includes" 62 "Austria" 63 "Canada" 64 "China (Includes Mainland China," 65 "Cuba" 66 "Czechoslovakia" 67 "Dominican Republic" 68 "Germany (East and West Germany)" 69 "Greece" 70 "Hungary" 71 "India" 72 "Ireland (Excludes Northern Ireland)" 73 "Italy" 74 "Jamaica" 75 "Japan" 76 "Korea" 77 "Mexico" 78 "Norway" 79 "Philippines" 80 "Poland" 81 "Portugal" 82 "Sweden" 83 "United Kingdom (Includes England," 84 "U.S.S.R." 85 "Vietnam" 86 "Other Europe" 87 "Other Asia" 88 "Central America" 89 "South America" 90 "Middle East" 91 "Africa" 92 "Overseas (country unknown)" 99 "Other(specify)" /tm8732 0 "Not in universe" 1 "Yes" 2 "No - end of section" /tm8734 0 "Not in universe" 1 "Yes" 2 "No" 3 "No, born abroad of American" /tm8736 0 "Not in universe" 1 "1959 or earlier" 2 "1960-1964" 3 "1965-1969" 4 "1970-1974" 5 "1975-1979" 6 "1980-1981" 7 "1982-1984" 8 "1985-1992" /imp0002 0 "Not imputed" 1 "Imputed" 2 "Logical assignment based on TM8704=1 or 2" 3 "Logical assignment based on counter" 4 "Logical assignment based on month entered/left" 5 "Imputed: Set according to month of interview" /imp8704 0 "Not imputed" 1 "Imputed" /imp8706 0 "Not imputed" 1 "Imputed" /imp8708 0 "Not imputed" 1 "Imputed" /imp1012 0 "Not imputed" 1 "Imputed" 2 "Imputed: Logical assignment based on TM8714 is not valid" 3 "Logical assignment based on TM8716 is less than TM8702" 4 "Logical assignment based on counter" /imp8720 0 "Not imputed" 1 "Imputed" /imp2224 0 "Not imputed" 1 "Imputed" 2 "Logical assignment based on TM8724 is valid and" /imp2628 0 "Not imputed" 1 "Imputed" 2 "Imputed: Logical assignment based on TM8702 is not valid" 3 "Imputed: Logical assignment based on TM8726 is not valid" 4 "Logical assignment based on month entered/left" /imp8730 0 "Not imputed" 1 "Imputed" /imp8732 0 "Not imputed" 1 "Imputed" /imp8734 0 "Not imputed" 1 "Imputed" /imp8736 0 "Not imputed" 1 "Imputed" /tm8750 0 "Not in universe" 1 "Female, 15 or older - skip to TM8754" 2 "Male, 18+ years old - skip to TM8752" 3 "Male, 15 - 17 years old - end of section" /tm8752 -1 "Don't know - end of section" -3 "None - end of section" 0 "Not in universe" /tm8754 -3 "None - end of section" 0 "Not in universe" /tm8756 0 "Not in universe" 1 "Yes - end of section" 2 "No" /tm8758 0 "Not in universe" 1 "Yes" 2 "No - skip to TM8778" /tm8760 0 "Not in universe" /tm8762 0 "Not in universe" /tm8764 999 "Child not located in" /tm8766 0 "Not in universe" /tm8768 0 "Not in universe" /tm8770 999 "Child not located in" /tm8778 0 "Not in universe" 1 "One child - skip to TM8792" 2 "2+ children" /tm8780 0 "Not in universe" /tm8782 0 "Not in universe" /tm8784 0 "Not in universe" 1 "Yes" 2 "No - skip to TM8792" /tm8786 0 "Not in universe" 1 "Resides in this household -" 2 "In his/her own household" 3 "With own father - skip to" 4 "With own grandparent(s) - skip" 5 "With adoptive parents - skip" 6 "Other relatives - skip" 7 "In foster care/foster family" 8 "In an institution (hospital)" 9 "In school - skip to TM8792" 10 "In correctional facility -" 11 "Other - skip to TM8792" 12 "Child is deceased- skip to TM8792" 13 "Don't know" /tm8788 999 "Child not located in the" /tm8792 0 "Not in universe" /tm8794 0 "Not in universe" /tm8796 0 "Not in universe" 1 "Yes" 2 "No - end of section" /tm8798 0 "Not in universe" 1 "Resides in this household -" 2 "In his/her own household -" 3 "With own father - end of section" 4 "With own grandparent(s) - end" 5 "With adoptive parents - end" 6 "Other relatives - end of section" 7 "In foster care/foster family" 8 "In an institution (hospital)" 9 "In school - end of section" 10 "In correctional facility -" 11 "Other - end of section" 12 "Child is deceased - end of section" 13 "Don't know" /tm8800 999 "Child not found in the" /imp8754 0 "Not imputed" 1 "Imputed" /imp8782 0 "Not imputed" 1 "Imputed" /imp8780 0 "Not imputed" 1 "Imputed" /imp8786 0 "Not imputed" 1 "Imputed" /imp8758 0 "Not imputed" 1 "Imputed" /imp8794 0 "Not imputed" 1 "Imputed. Universe: TM8778=1" 2 "Imputed. Universe: TM8778=1" 3 "Imputed. Universe: TM8778" 4 "Imputed. Universe: TM8778" /imp8792 0 "Not imputed" 1 "Imputed" /imp8798 0 "Not imputed" 1 "Imputed" . execute. save outfile = 'c:\sip92t2.sav'. *Copyright 2004 shared by the National Bureau of Economic Research and Jean Roth * *National Bureau of Economic Research. *1050 Massachusetts Avenue *Cambridge, MA 02138 *jroth@nber.org * *This program and all programs referenced in it are free software. You *can redistribute the program or modify it under the terms of the GNU *General Public License as published by the Free Software Foundation; *either version 2 of the License, or (at your option) any later version. * *This program is distributed in the hope that it will be useful, *but WITHOUT ANY WARRANTY; without even the implied warranty of *MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *GNU General Public License for more details. * *You should have received a copy of the GNU General Public License *along with this program; if not, write to the Free Software *Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 *USA.