/*------------------------------------------------------------------------------------*/ /*by Jean Roth Tue Nov 4 11:38:01 EST 2003 This program reads the 1996 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. Please report errors to jroth@nber.org Six steps: (1) Uncomment the 'options compress=yes' statement if desired to save space (2) Uncomment 'LENGTH' statement if desired to save space (3) Specify output directories in 'libname' statements (4) Specify the input file name/location in the 'filename' statement (5) On a PC, use backslashes as in C:\ (6) Read in the compressed or uncompressed raw data file. See the 'filename' and 'INFILE' statements. Other changes may be user and platform specific. NOTE: A value of -1 (or -1/# of implied decimals) indicates 'Not in Universe' */ /*------------------------------------------------------------------------------------*/ *options obs=100; *options compress=yes; *Choose compress=yes to save space ; *Choose compress=no if converting to another package using transfer software ; *options pagesize=59 linesize=72; /*------------------------------------------------------------------------------------*/ libname library './'; *See the codebook for more detail; PROC FORMAT cntlout=library.fsp96t2; /* The PROC FORMAT statement will store the formats in a sas data set called fsip96t2 To use the stored formats in a subsequent program, include something like this: proc format cntlin=library.fsp96t2; PROC freq; tables pesex ; format pesex P135L.; For more information, consult the SAS Procedures Guide section of PROC FORMAT */ ; VALUE SPANEL (default=32) 1996 = "Panel Year" ; VALUE TFIPSST (default=32) 1 = "Alabama" 2 = "Alaska" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "DC" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 16 = "Idaho" 17 = "Illinois" 18 = "Indiana" 19 = "Iowa" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 28 = "Mississippi" 29 = "Missouri" 30 = "Montana" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 35 = "New Mexico" 36 = "New York" 37 = "North Carolina" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 51 = "Virginia" 53 = "Washington" 54 = "West Virginia" 55 = "Wisconsin" 61 = "Maine, Vermont" 62 = "North Dakota, South Dakota," ; VALUE EOUTCOME (default=32) 201 = "Completed interview" 203 = "Compl. partial- missing data; no" 207 = "Complete partial - TYPE-Z; no" 213 = "TYPE-A, language problem" 215 = "TYPE-A, insufficient partial" 216 = "TYPE-A, no one home (noh)" 217 = "TYPE-A, temporarily absent (ta)" 218 = "TYPE-A, hh refused" 219 = "TYPE-A, other occupied (specify)" 234 = "TYPE-B, entire hh institut. or" 248 = "TYPE-C, other (specify)" 249 = "TYPE-C, sample adjustment" 250 = "TYPE-C, hh deceased" 251 = "TYPE-C, moved out of country" 252 = "TYPE-C, living in armed forces" 253 = "TYPE-C, on active duty in Armed" 254 = "TYPE-C, no one over age 15 years" 255 = "TYPE-C, no Wave 1 persons" 260 = "TYPE-D, moved address unknown" 261 = "TYPE-D, moved w/in U.S. but" 262 = "Merged with another SIPP" 270 = "Mover, no longer located in same" 271 = "Mover, new address located in" 280 = "Newly spawned case outside fr's" ; VALUE RFID2L (default=32) 0 = "Member of related subfamily" ; VALUE EPOPSTAT (default=32) 1 = "Adult (15 years of age or older)" 2 = "Child (Under 15 years of age)" ; VALUE EPPINTVW (default=32) 1 = "Interview (self)" 2 = "Interview (proxy)" 3 = "Noninterview - Type Z" 4 = "Nonintrvw - pseudo Type Z. Left" 5 = "Children under 15 during" ; VALUE EPPMIS4L (default=32) 1 = "Interview" 2 = "Non-interview" ; VALUE ESEX (default=32) 1 = "Male" 2 = "Female" ; VALUE ERACE (default=32) 1 = "White" 2 = "Black" 3 = "American Indian, Aleut, or" 4 = "Asian or Pacific Islander" ; VALUE EORIGIN (default=32) 1 = "Canadian" 2 = "Dutch" 3 = "English" 4 = "French" 5 = "French-Canadian" 6 = "German" 7 = "Hungarian" 8 = "Irish" 9 = "Italian" 10 = "Polish" 11 = "Russian" 12 = "Scandinavian" 13 = "Scotch-Irish" 14 = "Scottish" 15 = "Slovak" 16 = "Welsh" 17 = "Other European" 20 = "Mexican" 21 = "Mexican-American" 22 = "Chicano" 23 = "Puerto Rican" 24 = "Cuban" 25 = "Central American" 26 = "South American" 27 = "Dominican Republic" 28 = "Other Hispanic" 30 = "African-American or" 31 = "American Indian, Eskimo, or" 32 = "Arab" 33 = "Asian" 34 = "Pacific Islander" 35 = "West Indian" 39 = "Another group not listed" 40 = "American" ; VALUE ERRP (default=32) 1 = "Reference person w/ rel. persons" 2 = "Reference Person w/out rel." 3 = "Spouse of reference person" 4 = "Child of reference person" 5 = "Grandchild of reference person" 6 = "Parent of reference person" 7 = "Brother/sister of reference" 8 = "Other relative of reference" 9 = "Foster child of reference person" 10 = "Unmarried partner of reference" 11 = "Housemate/roommate" 12 = "Roomer/boarder" 13 = "Other non-relative of reference" ; VALUE TAGE (default=32) 0 = "Less than 1 full year old" ; VALUE EMS (default=32) 1 = "Married, spouse present" 2 = "Married, Spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never Married" ; VALUE EPNSPOUS (default=32) 9999 = "Spouse not in hhld or person not" ; VALUE EPNMOM (default=32) 9999 = "No mother in household" ; VALUE EPNDAD (default=32) 9999 = "No father in household" ; VALUE EPNGUARD (default=32) -1 = "Not in universe" 9999 = "Guardian not in household" ; VALUE RDESGPNT (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EEDUCATE (default=32) -1 = "Not in universe" 31 = "Less than 1st grade" 32 = "1st, 2nd, 3rd or 4th grade" 33 = "5th or 6th grade" 34 = "7th or 8th grade" 35 = "9th grade" 36 = "10th grade" 37 = "11th grade" 38 = "12th grade" 39 = "High school graduate - high" 40 = "Some college but no degree" 41 = "Diploma or certificate from a" 42 = "Associate degree in college -" 43 = "Associate Degree in college -" 44 = "Bachelors degree (For example:" 45 = "Master's degree (For example:" 46 = "Professional School Degree (For" 47 = "Doctorate degree (For example:" ; VALUE EPRLUNV (default=32) -1 = "Not in universe" 1 = "In universe" ; VALUE ERELAT0V (default=32) 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT0V (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck" 3 = "Logical imputation (derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN0V (default=32) -1 = "Not in universe" ; VALUE ERELAT0K (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT0K (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN0K (default=32) -1 = "Not in universe" ; VALUE ERELAT0L (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT0L (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN0L (default=32) -1 = "Not in universe" ; VALUE ERELAT0M (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT0M (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN0M (default=32) -1 = "Not in universe" ; VALUE ERELAT0N (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT0N (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN0N (default=32) -1 = "Not in universe" ; VALUE ERELAT0O (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT0O (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN0O (default=32) -1 = "Not in universe" ; VALUE ERELAT0P (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT0P (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN0P (default=32) -1 = "Not in universe" ; VALUE ERELAT0Q (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT0Q (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN0Q (default=32) -1 = "Not in universe" ; VALUE ERELAT0R (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT0R (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN0R (default=32) -1 = "Not in universe" ; VALUE ERELAT1V (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT1V (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN1V (default=32) -1 = "Not in universe" ; VALUE ERELAT1K (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT1K (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN1K (default=32) -1 = "Not in universe" ; VALUE ERELAT1L (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT1L (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN1L (default=32) -1 = "Not in universe" ; VALUE ERELAT1M (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT1M (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN1M (default=32) -1 = "Not in universe" ; VALUE ERELAT1N (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT1N (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN1N (default=32) -1 = "Not in universe" ; VALUE ERELAT1O (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT1O (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN1O (default=32) -1 = "Not in universe" ; VALUE ERELAT1P (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT1P (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN1P (default=32) -1 = "Not in universe" ; VALUE ERELAT1Q (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT1Q (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN1Q (default=32) -1 = "Not in universe" ; VALUE ERELAT1R (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT1R (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN1R (default=32) -1 = "Not in universe" ; VALUE ERELAT1S (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT1S (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN1S (default=32) -1 = "Not in universe" ; VALUE ERELAT2V (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT2V (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN2V (default=32) -1 = "Not in universe" ; VALUE ERELAT2K (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT2K (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN2K (default=32) -1 = "Not in universe" ; VALUE ERELAT2L (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT2L (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN2L (default=32) -1 = "Not in universe" ; VALUE ERELAT2M (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT2M (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN2M (default=32) -1 = "Not in universe" ; VALUE ERELAT2N (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT2N (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN2N (default=32) -1 = "Not in universe" ; VALUE ERELAT2O (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT2O (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN2O (default=32) -1 = "Not in universe" ; VALUE ERELAT2P (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT2P (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN2P (default=32) -1 = "Not in universe" ; VALUE ERELAT2Q (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT2Q (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN2Q (default=32) -1 = "Not in universe" ; VALUE ERELAT2R (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT2R (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN2R (default=32) -1 = "Not in universe" ; VALUE ERELAT2S (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT2S (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN2S (default=32) -1 = "Not in universe" ; VALUE ERELAT3V (default=32) -1 = "Not in universe" 1 = "Spouse" 2 = "Unmarried partner" 10 = "Biological parent" 11 = "Stepparent" 12 = "Step and adoptive parent" 13 = "Adoptive parent" 14 = "Foster parent" 15 = "Other parent" 20 = "Biological child" 21 = "Stepchild" 22 = "Step and adopted child" 23 = "Adopted child" 24 = "Foster child" 25 = "Other child" 30 = "Biological brother/sister" 31 = "Half brother/sister" 32 = "Step brother/sister" 33 = "Adopted brother/sister" 34 = "Other brother/sister" 40 = "Grandparent" 41 = "Grandchild" 42 = "Uncle/aunt" 43 = "Nephew/niece" 50 = "Father/mother-in-law" 51 = "Daughter/son-in-law" 52 = "Brother/sister-in-law" 55 = "Other relative" 61 = "Roommate/housemate" 62 = "Roomer/boarder" 63 = "Paid employee" 65 = "Other non-relative" 99 = "Self" ; VALUE ARELAT3V (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPRLPN3V (default=32) -1 = "Not in universe" ; VALUE EPWKUNV (default=32) -1 = "Not in universe" 1 = "In universe" ; VALUE ELMTVER (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ALMTVER (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE ELMTMO (default=32) -4 = "Person became limited before age" -1 = "Not in universe" ; VALUE ALMTMO (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE TLMTYR (default=32) -4 = "Limited at working since age 16" -1 = "Not in universe" ; VALUE ALMTYR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE ELMTEMP (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ALMTEMP (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EWKLTMO (default=32) -3 = "Had never been employed before" -1 = "Not in universe" ; VALUE AWKLTMO (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE TWKLTYR (default=32) -3 = "Had never been employed before" -1 = "Not in universe" ; VALUE AWKLTYR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EMNCOND (default=32) -1 = "Not in universe" 1 = "Alcohol or drug problem or" 2 = "AIDS or AIDS Related Condition" 3 = "Arthritis or rheumatism" 4 = "Back or spine problems" 5 = "Blindness or vision" 6 = "Broken bone/fracture" 7 = "Cancer" 8 = "Cerebral Palsy" 9 = "Deafness or serious trouble" 10 = "Diabetes" 11 = "Epilepsy" 12 = "Head or spinal cord injury" 13 = "Heart trouble , hardening the" 14 = "Hernia or spinal injury" 15 = "High blood pressure" 16 = "Kidney stones or chronic kidney" 17 = "Learning disability" 18 = "Lung or respiratory ," 19 = "Mental or emotional problem or" 20 = "Mental retardation" 21 = "Missing legs, feet, arms, hands," 22 = "Paralysis of any kind" 23 = "Senility/Dementia/Alzheimer's" 24 = "Speech Disorder" 25 = "Stiffness or deformity of the" 26 = "Stomach trouble" 27 = "Stroke" 28 = "Thyroid trouble or goiter" 29 = "Tumor, cyst or growth" 30 = "Other" ; VALUE AMNCOND (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EMNCAUS (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AMNCAUS (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EMNLOC (default=32) -1 = "Not in universe" 1 = "On the job" 2 = "During service in the Armed" 3 = "In the home" 4 = "Somewhere else" ; VALUE AMNLOC (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPREVWK (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APREVWK (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPREVMO (default=32) -3 = "Had never been able to work at a" -1 = "Not in universe" ; VALUE APREVMO (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE TPREVYR (default=32) -3 = "Had never been able to work at a" -1 = "Not in universe" ; VALUE APREVYR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE ENOWFPT (default=32) -1 = "Not in universe" 1 = "Full-time" 2 = "Part-time" 3 = "Not able to work" ; VALUE ANOWFPT (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE ENOWOCC (default=32) -1 = "Not in universe" 1 = "Regularly" 2 = "Only occasionally or irregularly" 3 = "Not able to work" ; VALUE ANOWOCC (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE ENOWSAME (default=32) -1 = "Not in universe" 1 = "Yes, able to work same kind of" 2 = "No, not able to work same kind" 3 = "Did not work before limitation" ; VALUE ANOWSAME (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EPEDUNV (default=32) -1 = "Not in universe" 1 = "In universe" ; VALUE EATTAIN (default=32) -1 = "Not in universe" 31 = "Less than 1st grade" 32 = "1st, 2nd, 3rd, or 4th grade" 33 = "5th or 6th grade" 34 = "7th or 8th grade" 35 = "9th grade" 36 = "10th grade" 37 = "11th grade" 38 = "12th grade, no diploma" 39 = "High school graduate - high" 40 = "Some college but no degree" 41 = "Diploma or certificate from a" 42 = "Associate degree in college -" 43 = "Associate Degree in college -" 44 = "Bachelor's degree (For example:" 45 = "Master's degree (For example:" 46 = "Professional School degree (For" 47 = "Doctorate degree (For example:" ; VALUE AATTAIN (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EADVNCFD (default=32) -1 = "Not in universe" 1 = "Agriculture" 2 = "Art/Architecture" 3 = "Business/Management" 4 = "Communications" 5 = "Computer and Information" 6 = "Education" 7 = "Engineering" 8 = "English/Literature" 9 = "Foreign Languages" 10 = "Law" 11 = "Liberal Arts/Humanities" 12 = "Math/Statistics" 13 = "Medicine/Dentistry" 14 = "Nature Sciences(Biological and" 15 = "Nursing/Pharmacy/Public Health" 16 = "Philosophy/Religion/Theology" 17 = "Psychology" 18 = "Social Sciences/History" 19 = "Other" ; VALUE AADVNCFD (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EVOCFLD (default=32) -1 = "Not in universe" 1 = "Agriculture/Forestry" 2 = "Auto mechanics" 3 = "Aviation" 4 = "Business/Office Management" 5 = "Computer and Information" 6 = "Construction Trades" 7 = "Cosmetology" 8 = "Drafting" 9 = "Electronics" 10 = "Food Service" 11 = "Health Care" 12 = "Home Economics" 13 = "Hotel and Restaurant Management" 14 = "Marketing and Distribution" 15 = "Metal Working" 16 = "Police/Protective Services" 17 = "Refrigeration, Heating, or Air" 18 = "Transportation and Materials" 19 = "Other" ; VALUE AVOCFLD (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EASSOCFD (default=32) -1 = "Not in universe" 1 = "Agriculture/Forestry" 2 = "Business/Office Management" 3 = "Communications" 4 = "Computer and Information" 5 = "Education" 6 = "Engineering/Drafting" 7 = "Health Sciences" 8 = "Liberal Art/Humanities" 9 = "Nature Sciences(Biological and" 10 = "Police/Protective Services" 11 = "Social Sciences/History" 12 = "Visual and Commercial Arts" 13 = "Other Vocational/Technical" 14 = "Other" ; VALUE AASSOCFD (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EBACHFLD (default=32) -1 = "Not in universe" 1 = "Agriculture/Forestry" 2 = "Art/Architecture" 3 = "Business/Management" 4 = "Communications" 5 = "Computer and Information" 6 = "Education" 7 = "Engineering" 8 = "English/Literature" 9 = "Foreign Languages" 10 = "Health Sciences" 11 = "Liberal Arts/Humanities" 12 = "Math/Statistics" 13 = "Nature Sciences(Biological and" 14 = "Philosophy/Religion/Theology" 15 = "Pre-Professional" 16 = "Psychology" 17 = "Social Sciences/History" 18 = "Other" ; VALUE ABACHFLD (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE ECONENRL (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ACONENRL (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EGEDTM (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AGEDTM (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EPUBHS (default=32) -1 = "Not in universe" 1 = "Public" 2 = "Private" 3 = "Did not attend high school" ; VALUE APUBHS (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE ECOURSES (default=32) -1 = "Not in universe" 1 = "Took course" 2 = "Didn't take courses" ; VALUE ECOURSEK (default=32) -1 = "Not in universe" 1 = "Took course" 2 = "Didn't take courses" ; VALUE ECOURSEL (default=32) -1 = "Not in universe" 1 = "Took course" 2 = "Didn't take courses" ; VALUE ECOURSEM (default=32) -1 = "Not in universe" 1 = "Took course" 2 = "Didn't take courses" ; VALUE ECOURSEN (default=32) -1 = "Not in universe" 1 = "Took course" 2 = "Didn't take courses" ; VALUE ECOURSEO (default=32) -1 = "Not in universe" 1 = "Took course" 2 = "Didn't take courses" ; VALUE ECOURSEP (default=32) -1 = "Not in universe" 1 = "Took course" 2 = "Didn't take courses" ; VALUE ACOURSE (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EPROGRAM (default=32) -1 = "Not in universe" 1 = "Academic or college preparatory" 2 = "Vocational" 3 = "Business" 4 = "General" 5 = "Other" ; VALUE APROGRAM (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE ERCVTRNM (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ARCVTRNM (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE ENUMTRNM (default=32) -1 = "Not in universe" ; VALUE ANUMTRNM (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE ETRN1TIM (default=32) -1 = "Not in universe" 1 = "Less than 1 full day" 2 = "1 Day to 1 week" 3 = "More than 1 week" 4 = "Currently in training" ; VALUE ATRN1TIM (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EWEEKT1L (default=32) -1 = "Not in universe" ; VALUE AWEEKT1L (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EINTRN1L (default=32) -1 = "Not in universe" 1 = "Less than 1 full day" 2 = "1 Day to 1 week" 3 = "More than 1 week" ; VALUE AINTRN1L (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EWHOTRNM (default=32) -1 = "Not in universe" 1 = "Federal, state, or local" 2 = "Self or family" 3 = "Current or previous employer" 4 = "Other" ; VALUE AWHOTRNM (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE RGOVTRNM (default=32) -1 = "Not in universe" 1 = "Job Training Partnership" 2 = "Job Opportunities and Basic" 4 = "Food Stamps work and other" 5 = "Veteran's training programs" ; VALUE AGOVTRNM (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE ELCTNTRM (default=32) -1 = "Not in universe" 1 = "Business, technical, or" 2 = "High school" 3 = "Two-year or community college" 4 = "Four-year college or university" 5 = "At current or previous" 6 = "Correspondence course" 7 = "Sheltered workshop" 8 = "Vocational rehabilitation center" 9 = "Other" ; VALUE ALCTNTRM (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE ETYP1TR (default=32) -1 = "Not in universe" 1 = "To aid in looking for a" 2 = "To teach skills for a specific" ; VALUE ATYP1TR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EJBATRNR (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AJBATRNR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE ENWATRNR (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ANWATRNR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EJBBTRNR (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AJBBTRNR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE ENWBTRNR (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ANWBTRNR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE RTRN1USE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ATRN1USE (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE ERCVTRNE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ARCVTRNE (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE ENUMTRNE (default=32) -1 = "Not in universe" ; VALUE ANUMTRNE (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE ETRN2TIM (default=32) -1 = "Not in universe" 1 = "Less than 1 full day" 2 = "1 Day to 1 week" 3 = "More than 1 week" 4 = "Currently in training" ; VALUE ATRN2TIM (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EWEEKT2L (default=32) -1 = "Not in universe" ; VALUE AWEEKT2L (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EINTRN2L (default=32) -1 = "Not in universe" 1 = "Less than 1 full day" 2 = "1 Day to 1 week" 3 = "More than 1 week" ; VALUE AINTRN2L (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EWHOTRNK (default=32) -1 = "Not in universe" 1 = "Federal, state, or local" 2 = "Self or family" 3 = "Current or previous employer" 4 = "Other" ; VALUE AWHOTRNK (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE RGOVTRNK (default=32) -1 = "Not in universe" 1 = "Job Training Partnership" 2 = "Job Opportunities and Basic" 4 = "Food Stamps work and other" 5 = "Veteran's training programs" 6 = "No - not sponsored by any of the" ; VALUE AGOVTRNK (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE ELCTNTRK (default=32) -1 = "Not in universe" 1 = "Business, technical, or" 2 = "High school" 3 = "Two-year or community college" 4 = "Four-year college or university" 5 = "At current or previous" 6 = "Correspondence course" 7 = "Sheltered workshop" 8 = "= Vocational rehabilitation" 9 = "= Other" ; VALUE ALCTNTRK (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE ETYP2TRM (default=32) -1 = "Not in universe" 1 = "Program had this purpose." 2 = "Program didn't have this" ; VALUE ETYP2TRK (default=32) -1 = "Not in universe" 1 = "Program had this purpose." 2 = "Program didn't have this" ; VALUE ETYP2TRL (default=32) -1 = "Not in universe" 1 = "Program had this purpose." 2 = "Program didn't have this" ; VALUE ETYP2TRN (default=32) -1 = "Not in universe" 1 = "Program had this purpose." 2 = "Program didn't have this" ; VALUE ETYP2TRO (default=32) -1 = "Not in universe" 1 = "Program had this purpose." 2 = "Program didn't have this" ; VALUE ETYP2TRP (default=32) -1 = "Not in universe" 1 = "Program had this purpose." 2 = "Program didn't have this" ; VALUE ETYP2TRQ (default=32) -1 = "Not in universe" 1 = "Program had this purpose." 2 = "Program didn't have this" ; VALUE ATYP2TR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EJOBTRNR (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AJOBTRNR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE ENWTRN2L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ANWTRN2L (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE RTRN2USE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ATRN2USE (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE ERCVTR1E (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ARCVTR1E (default=32) 0 = "Not imputation" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TLSTSCHL (default=32) -1 = "Not in universe" 1 = "Currently attending school" 9999 = "Never attended school" ; VALUE ALSTSCHL (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE THSYR (default=32) -1 = "Not in universe" ; VALUE AHSYR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TCOLLSTR (default=32) -1 = "Not in universe" ; VALUE ACOLLSTR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TLASTCOL (default=32) -1 = "Not in universe" ; VALUE ALASTCOL (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TVOCYR (default=32) -1 = "Not in universe" ; VALUE AVOCYR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TASSOCYR (default=32) -1 = "Not in universe" ; VALUE AASSOCYR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TBACHYR (default=32) -1 = "Not in universe" ; VALUE ABACHYR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TADVNCYR (default=32) -1 = "Not in universe" ; VALUE AADVNCYR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EPMRUNV (default=32) -1 = "Not in universe" 1 = "In universe" ; VALUE EMARPTH (default=32) 0 = "No marital path" ; VALUE EXMAR (default=32) -1 = "Not in universe" 1 = "Married once" 2 = "Married twice" 3 = "Married thrice" 4 = "Married four or more times" ; VALUE AXMAR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EWIDIV1L (default=32) -1 = "Not in universe" 1 = "Widowhood" 2 = "Divorce" ; VALUE AWIDIV1L (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EWIDIV2L (default=32) -1 = "Not in universe" 1 = "Widowhood" 2 = "Divorce" ; VALUE AWIDIV2L (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TAS (default=32) -1 = "Not in universe" ; VALUE EFMMON (default=32) -1 = "Not in universe" ; VALUE AFMMON (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TFMYEAR (default=32) -1 = "Not in universe" ; VALUE AFMYEAR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EFSMON (default=32) -1 = "Not in universe" ; VALUE AFSMON (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TFSYEAR (default=32) -1 = "Not in universe" ; VALUE AFSYEAR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EFTMON (default=32) -1 = "Not in universe" ; VALUE AFTMON (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TFTYEAR (default=32) -1 = "Not in universe" ; VALUE AFTYEAR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE ESMMON (default=32) -1 = "Not in universe" ; VALUE ASMMON (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TSMYEAR (default=32) -1 = "Not in universe" ; VALUE ASMYEAR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE ESSMON (default=32) -1 = "Not in universe" ; VALUE ASSMON (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TSSYEAR (default=32) -1 = "Not in universe" ; VALUE ASSYEAR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE ESTMON (default=32) -1 = "Not in universe" ; VALUE ASTMON (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TSTYEAR (default=32) -1 = "Not in universe" ; VALUE ASTYEAR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE ELMMON (default=32) -1 = "Not in universe" ; VALUE ALMMON (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TLMYEAR (default=32) -1 = "Not in universe" ; VALUE ALMYEAR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE ELSMON (default=32) -1 = "Not in universe" ; VALUE ALSMON (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TLSYEAR (default=32) -1 = "Not in universe" ; VALUE ALSYEAR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE ELTMON (default=32) -1 = "Not in universe" ; VALUE ALTMON (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TLTYEAR (default=32) -1 = "Not in universe" ; VALUE ALTYEAR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TALM (default=32) -1 = "Not in universe" ; VALUE AALM (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TALT (default=32) -1 = "Not in universe" ; VALUE AALT (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TALS (default=32) -1 = "Not in universe" ; VALUE AALS (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TAFM (default=32) -1 = "Not in universe" ; VALUE AAFM (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TAFS (default=32) -1 = "Not in universe" ; VALUE AAFS (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TAFT (default=32) -1 = "Not in universe" ; VALUE AAFT (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TASM (default=32) -1 = "Not in universe" ; VALUE AASM (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TASS (default=32) -1 = "Not in universe" ; VALUE AASS (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TAST (default=32) -1 = "Not in universe" ; VALUE AAST (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EPFRUNV (default=32) -1 = "Not in universe" 1 = "In universe" ; VALUE TFRCHL (default=32) -1 = "Not in universe" ; VALUE AFRCHL (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE TFRINHH (default=32) -1 = "Not in universe" ; VALUE AFRINHH (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE TMOMCHL (default=32) -1 = "Not in universe" ; VALUE AMOMCHL (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EMOMLIVH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AMOMLIVH (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EFBRTHMO (default=32) -1 = "Not in universe" ; VALUE AFBRTHMO (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE TFBRTHYR (default=32) -1 = "Not in universe" ; VALUE RAGFBRTH (default=32) -1 = "Not in universe" ; VALUE AFBRTHYR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE ELBIRTMO (default=32) -1 = "Not in universe" ; VALUE ALBIRTMO (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE TLBIRTYR (default=32) -1 = "Not in universe" ; VALUE ALBIRTYR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE RAGLBRTH (default=32) -1 = "Not in universe" ; VALUE EFBLIVNW (default=32) -1 = "Not in universe" 1 = "In this household" 2 = "In his/her own household" 3 = "With own father" 4 = "With own grandparent(s)" 5 = "With an adoptive parent(s)" 6 = "With other relatives" 7 = "In foster care/foster family" 8 = "In an institution (hospital)" 9 = "In school" 10 = "In correctional facility" 11 = "Deceased" 12 = "Other" 13 = "Don't know" 14 = "Refused" ; VALUE AFBLIVNW (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE ELBLIVNW (default=32) -1 = "Not in universe" 1 = "In this household" 2 = "In his/her own household" 3 = "With own father" 4 = "With own grandparent(s)" 5 = "With an adoptive parent(s)" 6 = "With other relatives" 7 = "In foster care/foster family" 8 = "In an institution (hospital)" 9 = "In school dormitory" 10 = "In correctional facility" 11 = "Deceased" 12 = "Other" 13 = "Don't know" 14 = "Refused" ; VALUE ALBLIVNW (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EBFBCTWK (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ABFBCTWK (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EBFBWKPR (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ABFBWKPR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EBFBPGFT (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ABFBPGFT (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EBFBWSMT (default=32) -1 = "Not in universe" ; VALUE ABFBWSMT (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE TBFBWSYT (default=32) -1 = "Not in universe" ; VALUE ABFBWSYT (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EBFBSTOP (default=32) -1 = "Not in universe" 1 = "Stopped when she was found to be" 2 = "Never stopped/ worked right up" ; VALUE ABFBSTOP (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE RAGESTOP (default=32) -1 = "Not in universe" ; VALUE EBTSIT0P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EBTSIT0K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EBTSIT0L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EBTSIT0M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EBTSIT0N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EBTSIT0O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EBTSIT0Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EBTSIT0R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EBTSIT0S (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EBTSIT1P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EBTSIT1K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EBTSIT1L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EBTSIT1M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EBTSIT1N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EBTSIT1O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ABFBSIT (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EAFBST0T (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EAFBST0K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EAFBST0L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EAFBST0M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EAFBST0N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EAFBST0O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EAFBST0P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EAFBST0Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EAFBST0R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EAFBST1T (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EAFBST1K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EAFBST1L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EAFBST1M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EAFBST1N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EAFBST1O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AAFBJST (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EAFBWRK (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AAFBWRK (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EAFBWKMK (default=32) -1 = "Not in universe" ; VALUE AAFBWKMK (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE TAFBWKYK (default=32) -1 = "Not in universe" ; VALUE AAFBWKYK (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE RAGERTWK (default=32) -1 = "Not in universe" ; VALUE EAFBWKFT (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AAFBWKFT (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EAFBWKHR (default=32) -1 = "Not in universe" 1 = "About the same hours" 2 = "More hours than the last job" 3 = "Fewer hours than the last job" ; VALUE AAFBWKHR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EAFBWKEM (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "Self-Employed" 4 = "Employer went out of business" ; VALUE AAFBWKEM (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EAFBWKPS (default=32) -1 = "Not in universe" 1 = "About the same" 2 = "Increased skill/responsibility" 3 = "Decreased skill/responsibility" ; VALUE AAFBWKPS (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EAFBWKPY (default=32) -1 = "Not in universe" 1 = "Same pay rate" 2 = "Higher pay rate" 3 = "Lower pay rate" ; VALUE AAFBWKPY (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EAFBWKSE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AAFBWKSE (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE EAFBLVMO (default=32) -1 = "Not in universe" ; VALUE AAFBLVMO (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE TAFBLVYR (default=32) -1 = "Not in universe" ; VALUE AAFBLVYR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" 4 = "Imputed based on previous wave" ; VALUE RAGELVEM (default=32) -1 = "Not in universe" ; VALUE EPMGUNV (default=32) -1 = "Not in universe" 1 = "In universe" ; VALUE EPRSTATE (default=32) -5 = "Lived here since birth" -1 = "Not in universe" ; VALUE APRSTATE (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EPREVRES (default=32) -5 = "Always lived here" -1 = "Not in universe" 1 = "Same state, same country, as" 2 = "Same state, different country," 3 = "Different state" 4 = "Outside U. S." ; VALUE APREVRES (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EBRSTATE (default=32) -1 = "Not in universe" ; VALUE ABRSTATE (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE RCITIZNT (default=32) -1 = "Not in universe" 1 = "Native" 2 = "Naturalized citizen" 3 = "Not a naturalized citizen" ; VALUE ACITIZNT (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE RIMSTAT (default=32) -1 = "Not in universe" 1 = "Permanent resident" 2 = "Other" ; VALUE AIMSTAT (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EADJUST (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AADJUST (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TMOVYRYR (default=32) -5 = "Always lived there" -1 = "Not in universe" 9999 = "Respondent didn't supply valid" ; VALUE AMOVYRYR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EMOVYRMO (default=32) -5 = "Always lived there" -1 = "Not in universe" 99 = "Respondent didn't supply valid" ; VALUE AMOVYRMO (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TOUTOTYR (default=32) -5 = "Always lived there" -1 = "Not in universe" ; VALUE AOUTOTYR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EOUTOTMO (default=32) -5 = "Always lived there" -1 = "Not in universe/Month not known" ; VALUE AOUTOTMO (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TOUTINYR (default=32) -5 = "Always lived there" -1 = "Not in universe" 9999 = "Respondent didn't supply valid" ; VALUE AOUTINYR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EOUTINMO (default=32) -5 = "Always lived there" -1 = "Not in universe" 99 = "Respondent didn't supply valid" ; VALUE AOUTINMO (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE TMOVEST (default=32) -5 = "Always lived there" -1 = "Not in universe" 9999 = "Respondent didn't supply valid" ; VALUE AMOVEST (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE RADYEAR (default=32) -1 = "Not in universe" 1 = "Before 1973" 2 = "1973-1978" 3 = "1979-1980" 4 = "1981-1982" 5 = "1983-1984" 6 = "1985" 7 = "1986" 8 = "1987" 9 = "1988" 10 = "1989" 11 = "1990" 12 = "1991" 13 = "1992" 14 = "1993" 15 = "1994" 16 = "1995" 17 = "1996" 9999 = "Respondent didn't supply valid" ; VALUE AADYEAR (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE RMOVEUS (default=32) -1 = "Not in universe" 1 = "Before 1960" 2 = "1960-1964" 3 = "1965-1969" 4 = "1970-1974" 5 = "1975-1979" 6 = "1980-1984" 7 = "1985-1989" 8 = "1990-1996" 9999 = "Respondent didn't supply valid" ; VALUE AMOVEUS (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; VALUE EPREVTEN (default=32) -5 = "Always lived here" -1 = "Not in universe" 1 = "Owned or being bought by someone" 2 = "Rented for cash" 3 = "Occupied without payment of cash" ; VALUE APREVTEN (default=32) 0 = "Not imputed" 1 = "Statistical imputation(hot deck)" 2 = "Cold deck" 3 = "Logical imputation(derivation)" ; filename raw pipe "unzip -p /homes/data/sipp/1996/sipp96t2.zip "; data library.sip96t2; missing A; infile raw lrecl = 20000 missover ; * To read in uncompressed file, uncomment INFILE & comment filename & infile lines; * On a PC, you may need to change the direction of the slashes as in C:\; *INFILE '/homes/data/sipp/1996/sipp96t2.dat' LRECL=20000 PAD END=EOF; *LENGTH SSUSEQ 4 SSUID $12 SPANEL 4 EPPPNUM $4 WPFINWGT 8 EPNSPOUS 4 EPNMOM 4 EPNDAD 4 EPNGUARD 4 EPRLPN01 4 EPRLPN02 4 EPRLPN03 4 EPRLPN04 4 EPRLPN05 4 EPRLPN06 4 EPRLPN07 4 EPRLPN08 4 EPRLPN09 4 EPRLPN10 4 EPRLPN11 4 EPRLPN12 4 EPRLPN13 4 EPRLPN14 4 EPRLPN15 4 EPRLPN16 4 EPRLPN17 4 EPRLPN18 4 EPRLPN19 4 EPRLPN20 4 EPRLPN21 4 EPRLPN22 4 EPRLPN23 4 EPRLPN24 4 EPRLPN25 4 EPRLPN26 4 EPRLPN27 4 EPRLPN28 4 EPRLPN29 4 EPRLPN30 4 TLMTYR 4 TWKLTYR 4 TPREVYR 4 TLSTSCHL 4 THSYR 4 TCOLLSTR 4 TLASTCOL 4 TVOCYR 4 TASSOCYR 4 TBACHYR 4 TADVNCYR 4 TAS 4 TFMYEAR 4 TFSYEAR 4 TFTYEAR 4 TSMYEAR 4 TSSYEAR 4 TSTYEAR 4 TLMYEAR 4 TLSYEAR 4 TLTYEAR 4 TALM 4 TALT 4 TALS 4 TAFM 4 TAFS 4 TAFT 4 TASM 4 TASS 4 TAST 4 TFBRTHYR 4 TLBIRTYR 4 TBFBWSY1 4 TAFBWKY1 4 TAFBLVYR 4 TMOVYRYR 4 TOUTOTYR 4 TOUTINYR 4 TMOVEST 4 RADYEAR 4 RMOVEUS 4 DEFAULT=3; /*-------------------------------------------------------------------------------------*/ /* The following changes in variable names have been made, if necessary: '$' to 'd'; '-' to '_'; '%' to 'p'; Note: Variable names in SAS are not case-sensitive */ /*-------------------------------------------------------------------------------------*/ INPUT @1 SSUSEQ 5. @6 SSUID $12. @18 SPANEL 4. @22 SWAVE 2. @24 SROTATON 1. @25 TFIPSST 2. @27 SHHADID 3. @30 SINTHHID 3. @33 EOUTCOME 3. @36 RFID 3. @39 RFID2 3. @42 EPPIDX 3. @45 EENTAID $3. @48 EPPPNUM $4. @52 EPOPSTAT 1. @53 EPPINTVW 2. @55 EPPMIS4 1. @56 ESEX 1. @57 ERACE 1. @58 EORIGIN 2. @60 WPFINWGT 10.4 @70 ERRP 2. @72 TAGE 2. @74 EMS 1. @75 EPNSPOUS 4. @79 EPNMOM 4. @83 EPNDAD 4. @87 EPNGUARD 4. @91 RDESGPNT 2. @93 EEDUCATE 2. @95 EPRLUNV 2. @97 ERELAT01 2. @99 ARELAT01 1. @100 EPRLPN01 4. @104 ERELAT02 2. @106 ARELAT02 1. @107 EPRLPN02 4. @111 ERELAT03 2. @113 ARELAT03 1. @114 EPRLPN03 4. @118 ERELAT04 2. @120 ARELAT04 1. @121 EPRLPN04 4. @125 ERELAT05 2. @127 ARELAT05 1. @128 EPRLPN05 4. @132 ERELAT06 2. @134 ARELAT06 1. @135 EPRLPN06 4. @139 ERELAT07 2. @141 ARELAT07 1. @142 EPRLPN07 4. @146 ERELAT08 2. @148 ARELAT08 1. @149 EPRLPN08 4. @153 ERELAT09 2. @155 ARELAT09 1. @156 EPRLPN09 4. @160 ERELAT10 2. @162 ARELAT10 1. @163 EPRLPN10 4. @167 ERELAT11 2. @169 ARELAT11 1. @170 EPRLPN11 4. @174 ERELAT12 2. @176 ARELAT12 1. @177 EPRLPN12 4. @181 ERELAT13 2. @183 ARELAT13 1. @184 EPRLPN13 4. @188 ERELAT14 2. @190 ARELAT14 1. @191 EPRLPN14 4. @195 ERELAT15 2. @197 ARELAT15 1. @198 EPRLPN15 4. @202 ERELAT16 2. @204 ARELAT16 1. @205 EPRLPN16 4. @209 ERELAT17 2. @211 ARELAT17 1. @212 EPRLPN17 4. @216 ERELAT18 2. @218 ARELAT18 1. @219 EPRLPN18 4. @223 ERELAT19 2. @225 ARELAT19 1. @226 EPRLPN19 4. @230 ERELAT20 2. @232 ARELAT20 1. @233 EPRLPN20 4. @237 ERELAT21 2. @239 ARELAT21 1. @240 EPRLPN21 4. @244 ERELAT22 2. @246 ARELAT22 1. @247 EPRLPN22 4. @251 ERELAT23 2. @253 ARELAT23 1. @254 EPRLPN23 4. @258 ERELAT24 2. @260 ARELAT24 1. @261 EPRLPN24 4. @265 ERELAT25 2. @267 ARELAT25 1. @268 EPRLPN25 4. @272 ERELAT26 2. @274 ARELAT26 1. @275 EPRLPN26 4. @279 ERELAT27 2. @281 ARELAT27 1. @282 EPRLPN27 4. @286 ERELAT28 2. @288 ARELAT28 1. @289 EPRLPN28 4. @293 ERELAT29 2. @295 ARELAT29 1. @296 EPRLPN29 4. @300 ERELAT30 2. @302 ARELAT30 1. @303 EPRLPN30 4. @307 EPWKUNV 2. @309 ELMTVER 2. @311 ALMTVER 1. @312 ELMTMO 2. @314 ALMTMO 1. @315 TLMTYR 4. @319 ALMTYR 1. @320 ELMTEMP 2. @322 ALMTEMP 1. @323 EWKLTMO 2. @325 AWKLTMO 1. @326 TWKLTYR 4. @330 AWKLTYR 1. @331 EMNCOND 2. @333 AMNCOND 1. @334 EMNCAUS 2. @336 AMNCAUS 1. @337 EMNLOC 2. @339 AMNLOC 1. @340 EPREVWK 2. @342 APREVWK 1. @343 EPREVMO 2. @345 APREVMO 1. @346 TPREVYR 4. @350 APREVYR 1. @351 ENOWFPT 2. @353 ANOWFPT 1. @354 ENOWOCC 2. @356 ANOWOCC 1. @357 ENOWSAME 2. @359 ANOWSAME 1. @360 EPEDUNV 2. @362 EATTAIN 2. @364 AATTAIN 1. @365 EADVNCFD 2. @367 AADVNCFD 1. @368 EVOCFLD 2. @370 AVOCFLD 1. @371 EASSOCFD 2. @373 AASSOCFD 1. @374 EBACHFLD 2. @376 ABACHFLD 1. @377 ECONENRL 2. @379 ACONENRL 1. @380 EGEDTM 2. @382 AGEDTM 1. @383 EPUBHS 2. @385 APUBHS 1. @386 ECOURSE1 2. @388 ECOURSE2 2. @390 ECOURSE3 2. @392 ECOURSE4 2. @394 ECOURSE5 2. @396 ECOURSE6 2. @398 ECOURSE7 2. @400 ACOURSE 1. @401 EPROGRAM 2. @403 APROGRAM 1. @404 ERCVTRN1 2. @406 ARCVTRN1 1. @407 ENUMTRN1 2. @409 ANUMTRN1 1. @410 ETRN1TIM 2. @412 ATRN1TIM 1. @413 EWEEKT1 3. @416 AWEEKT1 1. @417 EINTRN1 2. @419 AINTRN1 1. @420 EWHOTRN1 2. @422 AWHOTRN1 1. @423 RGOVTRN1 2. @425 AGOVTRN1 1. @426 ELCTNTR1 2. @428 ALCTNTR1 1. @429 ETYP1TR 2. @431 ATYP1TR 1. @432 EJBATRN1 2. @434 AJBATRN1 1. @435 ENWATRN1 2. @437 ANWATRN1 1. @438 EJBBTRN1 2. @440 AJBBTRN1 1. @441 ENWBTRN1 2. @443 ANWBTRN1 1. @444 RTRN1USE 2. @446 ATRN1USE 1. @447 ERCVTRN2 2. @449 ARCVTRN2 1. @450 ENUMTRN2 2. @452 ANUMTRN2 1. @453 ETRN2TIM 2. @455 ATRN2TIM 1. @456 EWEEKT2 3. @459 AWEEKT2 1. @460 EINTRN2 2. @462 AINTRN2 1. @463 EWHOTRN2 2. @465 AWHOTRN2 1. @466 RGOVTRN2 2. @468 AGOVTRN2 1. @469 ELCTNTR2 2. @471 ALCTNTR2 1. @472 ETYP2TR1 2. @474 ETYP2TR2 2. @476 ETYP2TR3 2. @478 ETYP2TR4 2. @480 ETYP2TR5 2. @482 ETYP2TR6 2. @484 ETYP2TR7 2. @486 ATYP2TR 1. @487 EJOBTRN2 2. @489 AJOBTRN2 1. @490 ENWTRN2 2. @492 ANWTRN2 1. @493 RTRN2USE 2. @495 ATRN2USE 1. @496 ERCVTR10 2. @498 ARCVTR10 1. @499 TLSTSCHL 4. @503 ALSTSCHL 1. @504 THSYR 4. @508 AHSYR 1. @509 TCOLLSTR 4. @513 ACOLLSTR 1. @514 TLASTCOL 4. @518 ALASTCOL 1. @519 TVOCYR 4. @523 AVOCYR 1. @524 TASSOCYR 4. @528 AASSOCYR 1. @529 TBACHYR 4. @533 ABACHYR 1. @534 TADVNCYR 4. @538 AADVNCYR 1. @539 EPMRUNV 2. @541 EMARPTH 2. @543 EXMAR 2. @545 AXMAR 1. @546 EWIDIV1 2. @548 AWIDIV1 1. @549 EWIDIV2 2. @551 AWIDIV2 1. @552 TAS 4. @556 EFMMON 2. @558 AFMMON 1. @559 TFMYEAR 4. @563 AFMYEAR 1. @564 EFSMON 2. @566 AFSMON 1. @567 TFSYEAR 4. @571 AFSYEAR 1. @572 EFTMON 2. @574 AFTMON 1. @575 TFTYEAR 4. @579 AFTYEAR 1. @580 ESMMON 2. @582 ASMMON 1. @583 TSMYEAR 4. @587 ASMYEAR 1. @588 ESSMON 2. @590 ASSMON 1. @591 TSSYEAR 4. @595 ASSYEAR 1. @596 ESTMON 2. @598 ASTMON 1. @599 TSTYEAR 4. @603 ASTYEAR 1. @604 ELMMON 2. @606 ALMMON 1. @607 TLMYEAR 4. @611 ALMYEAR 1. @612 ELSMON 2. @614 ALSMON 1. @615 TLSYEAR 4. @619 ALSYEAR 1. @620 ELTMON 2. @622 ALTMON 1. @623 TLTYEAR 4. @627 ALTYEAR 1. @628 TALM 4. @632 AALM 1. @633 TALT 4. @637 AALT 1. @638 TALS 4. @642 AALS 1. @643 TAFM 4. @647 AAFM 1. @648 TAFS 4. @652 AAFS 1. @653 TAFT 4. @657 AAFT 1. @658 TASM 4. @662 AASM 1. @663 TASS 4. @667 AASS 1. @668 TAST 4. @672 AAST 1. @673 EPFRUNV 2. @675 TFRCHL 2. @677 AFRCHL 1. @678 TFRINHH 2. @680 AFRINHH 1. @681 TMOMCHL 2. @683 AMOMCHL 1. @684 EMOMLIVH 2. @686 AMOMLIVH 1. @687 EFBRTHMO 2. @689 AFBRTHMO 1. @690 TFBRTHYR 4. @694 RAGFBRTH 3. @697 AFBRTHYR 1. @698 ELBIRTMO 2. @700 ALBIRTMO 1. @701 TLBIRTYR 4. @705 ALBIRTYR 1. @706 RAGLBRTH 3. @709 EFBLIVNW 2. @711 AFBLIVNW 1. @712 ELBLIVNW 2. @714 ALBLIVNW 1. @715 EBFBCTWK 2. @717 ABFBCTWK 1. @718 EBFBWKPR 2. @720 ABFBWKPR 1. @721 EBFBPGFT 2. @723 ABFBPGFT 1. @724 EBFBWSM1 2. @726 ABFBWSM1 1. @727 TBFBWSY1 4. @731 ABFBWSY1 1. @732 EBFBSTOP 2. @734 ABFBSTOP 1. @735 RAGESTOP 3. @738 EBTSIT01 2. @740 EBTSIT02 2. @742 EBTSIT03 2. @744 EBTSIT04 2. @746 EBTSIT05 2. @748 EBTSIT06 2. @750 EBTSIT07 2. @752 EBTSIT08 2. @754 EBTSIT09 2. @756 EBTSIT10 2. @758 EBTSIT11 2. @760 EBTSIT12 2. @762 EBTSIT13 2. @764 EBTSIT14 2. @766 EBTSIT15 2. @768 ABFBSIT 1. @769 EAFBST01 2. @771 EAFBST02 2. @773 EAFBST03 2. @775 EAFBST04 2. @777 EAFBST05 2. @779 EAFBST06 2. @781 EAFBST07 2. @783 EAFBST08 2. @785 EAFBST09 2. @787 EAFBST10 2. @789 EAFBST11 2. @791 EAFBST12 2. @793 EAFBST13 2. @795 EAFBST14 2. @797 EAFBST15 2. @799 AAFBJST 1. @800 EAFBWRK 2. @802 AAFBWRK 1. @803 EAFBWKM1 2. @805 AAFBWKM1 1. @806 TAFBWKY1 4. @810 AAFBWKY1 1. @811 RAGERTWK 3. @814 EAFBWKFT 2. @816 AAFBWKFT 1. @817 EAFBWKHR 2. @819 AAFBWKHR 1. @820 EAFBWKEM 2. @822 AAFBWKEM 1. @823 EAFBWKPS 2. @825 AAFBWKPS 1. @826 EAFBWKPY 3. @829 AAFBWKPY 1. @830 EAFBWKSE 2. @832 AAFBWKSE 1. @833 EAFBLVMO 2. @835 AAFBLVMO 1. @836 TAFBLVYR 4. @840 AAFBLVYR 1. @841 RAGELVEM 3. @844 EPMGUNV 2. @846 EPRSTATE 3. @849 APRSTATE 1. @850 EPREVRES 2. @852 APREVRES 1. @853 EBRSTATE 3. @856 ABRSTATE 1. @857 RCITIZNT 2. @859 ACITIZNT 1. @860 RIMSTAT 2. @862 AIMSTAT 1. @863 EADJUST 2. @865 AADJUST 1. @866 TMOVYRYR 4. @870 AMOVYRYR 1. @871 EMOVYRMO 2. @873 AMOVYRMO 1. @874 TOUTOTYR 4. @878 AOUTOTYR 1. @879 EOUTOTMO 2. @881 AOUTOTMO 1. @882 TOUTINYR 4. @886 AOUTINYR 1. @887 EOUTINMO 2. @889 AOUTINMO 1. @890 TMOVEST 4. @894 AMOVEST 1. @895 RADYEAR 4. @899 AADYEAR 1. @900 RMOVEUS 4. @904 AMOVEUS 1. @905 EPREVTEN 2. @907 APREVTEN 1. ; LABEL SSUSEQ = "SU: Sequence Number of Sample Unit - P" SSUID = "SU: Sample Unit Identifier" SPANEL = "SU: Sample Code - Indicates Panel Year" SWAVE = "SU: Wave of data collection" SROTATON = "SU: Rotation of data collection" TFIPSST = "SU: FIPS State Code for fifth month" SHHADID = "SU: Hhld Address ID in fourth referenc" SINTHHID = "SU: Hhld Address ID of person in inter" EOUTCOME = "HH: Interview Status code for fifth mo" RFID = "FA: Family ID Number in month four" RFID2 = "FA: Family ID excluding related subfam" EPPIDX = "PE: Person index" EENTAID = "PE: Address ID of hhld where person en" EPPPNUM = "PE: Person number" EPOPSTAT = "PE: Population status based on age in " EPPINTVW = "PE: Person's interview status at time " EPPMIS4 = "PE: Person's 4th month interview statu" ESEX = "PE: Sex of this person" ERACE = "PE: Race of this person" EORIGIN = "PE: Origin of this person" WPFINWGT = "WW: Person weight" ERRP = "PE: Household relationship" TAGE = "PE: Age as of last birthday" EMS = "PE: Marital status" EPNSPOUS = "PE: Person number of spouse" EPNMOM = "PE: Person number of mother" EPNDAD = "PE: Person number of father" EPNGUARD = "PE: Person number of guardian" RDESGPNT = "PE: Designated parent or guardian flag" EEDUCATE = "ED: Highest Degree received or grade" EPRLUNV = "RL: Universe indicator for Hhld" ERELAT01 = "RL: What is ... relationship to ...?" ARELAT01 = "WD: Flag indicating whether ERELAT1 wa" EPRLPN01 = "RL: Persn no. of persn in hhld that th" ERELAT02 = "RL: What is ... relationship to ...?" ARELAT02 = "WD: Flag indicating whether ERELAT2 wa" EPRLPN02 = "RL: Persn no. of persn in hhld that th" ERELAT03 = "RL: What is ... relationship to ...?" ARELAT03 = "WD: Flag indicating whether ERELAT3 wa" EPRLPN03 = "RL: Persn no. of persn in hhld that th" ERELAT04 = "RL: What is ... relationship to ...?" ARELAT04 = "WD: Flag indicating whether ERELAT04 w" EPRLPN04 = "RL: Persn no. of persn in hhld that th" ERELAT05 = "RL: What is ... relationship to ...?" ARELAT05 = "WD: Flag indicating whether ERELAT05 w" EPRLPN05 = "RL: Persn no. of persn in hhld that th" ERELAT06 = "RL: What is ... relationship to ...?" ARELAT06 = "WD: Flag indicating whether ERELAT06 w" EPRLPN06 = "RL: Persn no. of persn in hhld that th" ERELAT07 = "RL: What is ... relationship to ...?" ARELAT07 = "WD: Flag indicating whether ERELAT07 w" EPRLPN07 = "RL: Persn no. of persn in hhld that th" ERELAT08 = "RL: What is ... relationship to ...?" ARELAT08 = "WD: Flag indicating whether ERELAT8 wa" EPRLPN08 = "RL: Persn no. of persn in hhld that th" ERELAT09 = "RL: What is ... relationship to ...?" ARELAT09 = "WD: Flag indicating whether ERELAT9 wa" EPRLPN09 = "RL: Persn no. of persn in hhld that th" ERELAT10 = "RL: What is ... relationship to ...?" ARELAT10 = "WD: Flag indicating whether ERELAT10 w" EPRLPN10 = "RL: Persn no. of persn in hhld that th" ERELAT11 = "RL: What is ... relationship to ...?" ARELAT11 = "WD: Flag indicating whether ERELAT11 w" EPRLPN11 = "RL: Persn no. of persn in hhld that th" ERELAT12 = "RL: What is ... relationship to ...?" ARELAT12 = "WD: Flag indicating whether ERELAT12 w" EPRLPN12 = "RL: Persn no. of persn in hhld that th" ERELAT13 = "RL: What is ... relationship to ...?" ARELAT13 = "WD: Flag indicating whether ERELAT13 w" EPRLPN13 = "RL: Persn no. of persn in hhld that th" ERELAT14 = "RL: What is ... relationship to ...?" ARELAT14 = "WD: Flag indicating whether ERELAT14 w" EPRLPN14 = "RL: Persn no. of persn in hhld that th" ERELAT15 = "RL: What is ... relationship to ...?" ARELAT15 = "WD: Flag indicating whether ERELAT15 w" EPRLPN15 = "RL: Persn no. of persn in hhld that th" ERELAT16 = "RL: What is ... relationship to ...?" ARELAT16 = "WD: Flag indicating whether ERELAT16 w" EPRLPN16 = "RL: Persn no. of persn in hhld that th" ERELAT17 = "RL: What is ... relationship to ...?" ARELAT17 = "WD: Flag indicating whether ERELAT17 w" EPRLPN17 = "RL: Persn no. of persn in hhld that th" ERELAT18 = "RL: What is ... relationship to ...?" ARELAT18 = "WD: Flag indicating whether ERELAT18 w" EPRLPN18 = "RL: Persn no. of persn in hhld that th" ERELAT19 = "RL: What is ... relationship to ...?" ARELAT19 = "WD: Flag indicating whether ERELAT19 w" EPRLPN19 = "RL: Persn no. of persn in hhld that th" ERELAT20 = "RL: What is ... relationship to ...?" ARELAT20 = "WD: Flag indicating whether ERELAT20 w" EPRLPN20 = "RL: Persn no. of persn in hhld that th" ERELAT21 = "RL: What is ... relationship to ...?" ARELAT21 = "WD: Flag indicating whether ERELAT21 w" EPRLPN21 = "RL: Persn no. of persn in hhld that th" ERELAT22 = "RL: What is ... relationship to ...?" ARELAT22 = "WD: Flag indicating whether ERELAT22 w" EPRLPN22 = "RL: Persn no. of persn in hhld that th" ERELAT23 = "RL: What is ... relationship to ...?" ARELAT23 = "WD: Flag indicating whether ERELAT23 w" EPRLPN23 = "RL: Persn no. of persn in hhld that th" ERELAT24 = "RL: What is ... relationship to ...?" ARELAT24 = "WD: Flag indicating whether ERELAT24 w" EPRLPN24 = "RL: Persn no. of persn in hhld that th" ERELAT25 = "RL: What is ... relationship to ...?" ARELAT25 = "WD: Flag indicating whether ERELAT25 w" EPRLPN25 = "RL: Persn no. of persn in hhld that th" ERELAT26 = "RL: What is ... relationship to ...?" ARELAT26 = "WD: Flag indicating whether ERELAT26 w" EPRLPN26 = "RL: Persn no. of persn in hhld that th" ERELAT27 = "RL: What is ... relationship to ...?" ARELAT27 = "WD: Flag indicating whether ERELAT27 w" EPRLPN27 = "RL: Persn no. of persn in hhld that th" ERELAT28 = "RL: What is ... relationship to ...?" ARELAT28 = "WD: Flag indicating whether ERELAT28 w" EPRLPN28 = "RL: Persn no. of persn in hhld that th" ERELAT29 = "RL: What is ... relationship to ...?" ARELAT29 = "WD: Flag indicating whether ERELAT29 w" EPRLPN29 = "RL: Persn no. of persn in hhld that th" ERELAT30 = "RL: What is ... relationship to ...?" ARELAT30 = "WD: Flag indicating whether ERELAT30 w" EPRLPN30 = "RL: Persn no. of persn in hhld that th" EPWKUNV = "WD: Universe indicator for Work Disabi" ELMTVER = "WD: Health conditions are limiting the" ALMTVER = "WD: Flag indicating whether ELMTVER wa" ELMTMO = "WD: What month did ... become limited " ALMTMO = "WD: Flag indicating whether ELMTMO was" TLMTYR = "WD: What year did ... become limited a" ALMTYR = "WD: Flag indicating whether TLMTYR was" ELMTEMP = "WD: Was ... employed when work limitat" ALMTEMP = "WD: Flag indicating whether ELMTEMP wa" EWKLTMO = "WD: Month when ... worked before work" AWKLTMO = "WD: Flag indicating whether EWKLTMO wa" TWKLTYR = "WD: Year when ... worked before work" AWKLTYR = "WD: Flag indicating whether TWKLTYR wa" EMNCOND = "WD: Main reason's health condition for" AMNCOND = "WD: Flag indicating whether EMNCOND wa" EMNCAUS = "WD: Was this condition caused by an ac" AMNCAUS = "WD: Flag indicating whether EMNCAUS wa" EMNLOC = "WD: Where did the accident or injury t" AMNLOC = "WD: Flag indicating whether EMNLOC was" EPREVWK = "WD: Does condition prevent ...from wrk" APREVWK = "WD: Flag indicating whether EPREVWK wa" EPREVMO = "WD: What month did ... become unable t" APREVMO = "WD: Flag indicating whether EPREVMO wa" TPREVYR = "WD: What year did ... become unable to" APREVYR = "WD: Flag indicating whether EPREVYR wa" ENOWFPT = "WD: Was ... now able to work at a" ANOWFPT = "WD: Flag indicating whether ENOWFPT wa" ENOWOCC = "WD: Now able to work regularly, occasi" ANOWOCC = "WD: Flag indicating whether ENOWOCC wa" ENOWSAME = "WD: Able to do the same wrk before wrk" ANOWSAME = "WD: Flag indicating whether ENOWSAME w" EPEDUNV = "ET: Universe indicator for Education a" EATTAIN = "ET: What is the highest degree receive" AATTAIN = "ET: Allocation flag for EATTAIN." EADVNCFD = "ET: In what field of study did.... rec" AADVNCFD = "ET: Allocation flag for EADVNCFD." EVOCFLD = "ET: In what field did... receive that" AVOCFLD = "ET: Allocation flag for EVOCFLD." EASSOCFD = "ET: In what field did.... receive Asso" AASSOCFD = "ET: Allocation flag for EASSOCFD." EBACHFLD = "ET: In what field did.... receive Bach" ABACHFLD = "ET: Allocation flag for EBACHFLD." ECONENRL = "ET: Not counting the summer and winter" ACONENRL = "ET: Allocation flag for ECONTENRL." EGEDTM = "ET: Did.... complete high school....?" AGEDTM = "ET: Allocation flag for EGEDTM." EPUBHS = "ET: Was the high school ... attended p" APUBHS = "ET: Allocation flag for EPUBHS." ECOURSE1 = "ET: Respondent took two or more years " ECOURSE2 = "ET: Respondent took two or more yrs of" ECOURSE3 = "ET: Respondent took English compositio" ECOURSE4 = "ET: Respondent took two or more yrs of" ECOURSE5 = "ET: Respondent took industrl art,shop " ECOURSE6 = "ET: Respondent took business courses." ECOURSE7 = "ET: Respondent took two or more years " ACOURSE = "ET: Allocation flag for ECOURSE1-7." EPROGRAM = "ET: What kind of high school program w" APROGRAM = "ET: Allocation flag for EPROGRAM." ERCVTRN1 = "ET: In the past twelve months, .... re" ARCVTRN1 = "ET: Allocation flag for ERCVTRN1." ENUMTRN1 = "ET: How many different training activi" ANUMTRN1 = "ET: Allocation flag for ENUMTRN1." ETRN1TIM = "ET: How long did the most rcnt trning " ATRN1TIM = "ET: Allocation flag for ETRN1TIM." EWEEKT1 = "ET: How many weeks?" AWEEKT1 = "ET: Allocation flag for EWEEKT1." EINTRN1 = "ET: How long is this training expected" AINTRN1 = "ET: Allocation flag for EINTRN1." EWHOTRN1 = "ET Who sponsored or paid for.... most " AWHOTRN1 = "ET: Allocation flag for EWHOTRN1." RGOVTRN1 = "ET: Was training sponsored by any of t" AGOVTRN1 = "ET: Allocation flag for TGOVTRN1." ELCTNTR1 = "ET: Where did.... receive this most re" ALCTNTR1 = "ET: Allocation flag for ELCTNTR1." ETYP1TR = "ET: Most recent work training designed" ATYP1TR = "ET: Allocation flag for ETYP1TR." EJBATRN1 = "ET: Did... use this trning to get" AJBATRN1 = "ET: Allocation flag for EJBATRN1." ENWATRN1 = "ET: Have you been using this trning to" ANWATRN1 = "ET: Allocation flag for ENWATRN1." EJBBTRN1 = "ET: Have you used this trning on your" AJBBTRN1 = "ET: Allocation flag for EJBBTRN1." ENWBTRN1 = "ET: Looking for work that will utilize" ANWBTRN1 = "ET: Allocation flag for ENWBTRN1." RTRN1USE = "ET: Respondent used trning to search o" ATRN1USE = "ET: Allocation flag for RTRN1USE." ERCVTRN2 = "ET: During the past yr, received any o" ARCVTRN2 = "ET: Allocation flag for ERCVTRN2." ENUMTRN2 = "ET: How many different training activi" ANUMTRN2 = "ET: Allocation flag for ENUMTRN2." ETRN2TIM = "ET: How long did the most rcnt trning " ATRN2TIM = "ET: Allocation flag for ETRN2TIM." EWEEKT2 = "ET: How many weeks?" AWEEKT2 = "ET: Allocation flag for EWEEKT2." EINTRN2 = "ET: How long is this training expected" AINTRN2 = "ET: Allocation flag for EINTRN2." EWHOTRN2 = "ET: Who sponsored or paid for.... most" AWHOTRN2 = "ET: Allocation flag for EWHOTRN2." RGOVTRN2 = "ET: Was training sponsored by any of t" AGOVTRN2 = "ET: Allocation flag for TGOVTRN2." ELCTNTR2 = "ET: Where did.... receive this most re" ALCTNTR2 = "ET: Allocation flag for ELCTNTR2." ETYP2TR1 = "ET: Training program taught basic job" ETYP2TR2 = "ET: Training program taught new techni" ETYP2TR3 = "ET: Training program upgraded skills." ETYP2TR4 = "ET: Training program introduced organi" ETYP2TR5 = "ET: Training program prepd for job wit" ETYP2TR6 = "ET: Training program prepd for job out" ETYP2TR7 = "ET: Training program had other purpose" ATYP2TR = "ET: Allocation flag for ETYP2TR1-7." EJOBTRN2 = "ET: Has.... used this training on...." AJOBTRN2 = "ET: Allocation flag for EJBATRN2." ENWTRN2 = "ET: Did use training on the job held a" ANWTRN2 = "ET: Allocation flag for ENWATRN2." RTRN2USE = "ET: Training in the past yr intended t" ATRN2USE = "ET: Allocation flag for RTRN2USE." ERCVTR10 = "ET: In the past ten yrs, received any " ARCVTR10 = "ET: Allocation flag for ERCVTR10." TLSTSCHL = "ET: When did.... last attend a element" ALSTSCHL = "ET: Allocation flag for TLSTSCHL." THSYR = "ET: In what year did.... receive a hig" AHSYR = "ET: Allocation flag for THSYR." TCOLLSTR = "ET: In what year did.... first attend " ACOLLSTR = "ET: Allocation flag for TCOLLSTR." TLASTCOL = "ET: In what year was.... last enrolled" ALASTCOL = "ET: Allocation flag for TLASTCOL." TVOCYR = "ET: In what yr did.... receive a diplo" AVOCYR = "ET: Allocation flag for TVOCYR." TASSOCYR = "ET: In what year did.... receive....'s" AASSOCYR = "ET: Allocation flag for TASSOCYR." TBACHYR = "ET: In what year did.... receive...." ABACHYR = "ET: Allocation flag for TBACHYR." TADVNCYR = "ET: In what year did.... receive.... m" AADVNCYR = "ET: Allocation flag for TADVNCYR." EPMRUNV = "MH: Universe indicator for Marital His" EMARPTH = "MH: Determines marital event dates for" EXMAR = "MH: How many times has .... been marri" AXMAR = "MH: Allocation flag for EXMAR." EWIDIV1 = "MH: Did....'s first marriage end in" AWIDIV1 = "MH: Allocation flag for EWIDIV1." EWIDIV2 = "MH: Did....'s second marriage end in" AWIDIV2 = "MH: Allocation flag for EWIDIV2." TAS = "MH: Edited age of the respondent." EFMMON = "MH: Edited month of first marriage." AFMMON = "MH: Allocation flag for EFMMON." TFMYEAR = "MH: Edited year of first marriage." AFMYEAR = "MH: Allocation flag for TFMYEAR" EFSMON = "MH: Edited month of frist separation." AFSMON = "MH: Allocation flag for EFSMON." TFSYEAR = "MH: Edited year of first separation." AFSYEAR = "MH: Allocation flag for TFSYEAR" EFTMON = "MH: Edited month of first termination." AFTMON = "MH: Allocation flag for EFTMON." TFTYEAR = "MH: Edited year of first termination." AFTYEAR = "MH: Allocation flag for TFTYEAR" ESMMON = "MH: Edited month of second marriage." ASMMON = "MH: Allocation flag for ESMMON." TSMYEAR = "MH: Edited year of second marriage." ASMYEAR = "MH: Allocation flag for TSMYEAR" ESSMON = "MH: Edited second month for separation" ASSMON = "MH: Allocation flag for ESSMON." TSSYEAR = "MH: Edited year of second separation." ASSYEAR = "MH: Allocation flag for TSSYEAR" ESTMON = "MH: Edited month of second termination" ASTMON = "MH: Allocation flag for ESTMON." TSTYEAR = "MH: Edited year of second termination." ASTYEAR = "MH: Allocation flag for TSTYEAR" ELMMON = "MH: Edited month of only/last marriage" ALMMON = "MH: Allocation flag for ELMMON." TLMYEAR = "MH: Edited year of only/last marriage." ALMYEAR = "MH: Allocation flag for ELMYEAR" ELSMON = "MH: Edited month of only/last separati" ALSMON = "MH: Allocation flag for ELSMON." TLSYEAR = "MH: Edited year of only/last separatio" ALSYEAR = "MH: Allocation flag for TLSYEAR" ELTMON = "MH: Edited month of only/last terminat" ALTMON = "MH: Allocation flag for ELTMON." TLTYEAR = "MH: Edited year of only/last terminati" ALTYEAR = "MH: Allocation flag for TLTYEAR" TALM = "MH: Edited age at last marriage." AALM = "MH: Allocation flag for TALM." TALT = "MH: Edited age at last termination." AALT = "MH: Allocation flag for TALT" TALS = "MH: Edited age at last separation." AALS = "MH: Allocation flag for TALS." TAFM = "MH: Edited age of first marriage." AAFM = "MH: Allocation flag for TAFM" TAFS = "MH: Edited age at first separation." AAFS = "MH: Allocation flag for TAFS." TAFT = "MH: Edited age at first termination." AAFT = "MH: Allocation flag for TAFT" TASM = "MH: Edited age at second marriage." AASM = "MH: Allocation flag for TASM." TASS = "MH: Edited age at second separation." AASS = "MH: Allocation flag for TASS" TAST = "MH: Edited age at second termination." AAST = "MH: Allocation flag for EAST." EPFRUNV = "FH: Universe indicator for Fertility H" TFRCHL = "FH: How many children is ... the biolo" AFRCHL = "FH: Allocation flag for TFRCHL." TFRINHH = "FH: How many of these children are liv" AFRINHH = "FH: Allocation flag for EFRINHH." TMOMCHL = "FH: How many children has....ever had?" AMOMCHL = "FH: Allocation flag for TMOMCHL." EMOMLIVH = "FH: Are all of your children living in" AMOMLIVH = "FH: Allocation flag for EMOMLIVH." EFBRTHMO = "FH: Edited month first/only child was " AFBRTHMO = "FH: Allocation flag for EFBRTHMO" TFBRTHYR = "FH: Edited year first/only child was b" RAGFBRTH = "FH: Age of woman at first/only birth i" AFBRTHYR = "FH: Allocation flag for TFBRTHYR." ELBIRTMO = "FH: Edited month last child was born." ALBIRTMO = "FH: Allocation flag for ELBIRTMO" TLBIRTYR = "FH: Edited year last child was born." ALBIRTYR = "FH: Allocation flag for TLBIRTYR." RAGLBRTH = "FH: Age of woman at last birth." EFBLIVNW = "FH: Edited variable of where the first" AFBLIVNW = "FH: Allocation flag for EFBLIVNW." ELBLIVNW = "FH: Edited variable of where last born" ALBLIVNW = "FH: Allocation flag for ELBLIVNW." EBFBCTWK = "FH: Edited response for continuous wor" ABFBCTWK = "FH: Allocation flag for EBFBCTWK" EBFBWKPR = "FH: Edited response for paid work duri" ABFBWKPR = "FH: Allocation flag for EBFBWKPR." EBFBPGFT = "FH: Did...work 35+ hours per week." ABFBPGFT = "FH: Allocation flag for EBFBPGFT" EBFBWSM1 = "FH: Edited month...stopped work before" ABFBWSM1 = "FH: Allocation flag for EBFBWSM1." TBFBWSY1 = "FH: Edited year...stopped work before " ABFBWSY1 = "FH: Allocation flag for EBFBWSY1" EBFBSTOP = "FH: Edited variable ... stopped workin" ABFBSTOP = "FH: Allocation flag for EBFBSTOP" RAGESTOP = "FH: Recode of age in months when...sto" EBTSIT01 = "FH: Before...'s child was born did...q" EBTSIT02 = "FH: Before...'s child was born was...l" EBTSIT03 = "FH: Before...'s child was born was...o" EBTSIT04 = "FH: Before the child was born was...on" EBTSIT05 = "FH: Before...'s child was born was...o" EBTSIT06 = "FH: Before...'s child was born was...o" EBTSIT07 = "FH: Before...'s child was born was...o" EBTSIT08 = "FH: Before...'s child was born was...o" EBTSIT09 = "FH: Before...'s child was born was...o" EBTSIT10 = "FH: Before...'s child was born was...o" EBTSIT11 = "FH: Before...'s child was born was...o" EBTSIT12 = "FH: ...never stopped working before..." EBTSIT13 = "FH: Before...'s child was born" EBTSIT14 = "FH: Did...'s employer go out of busine" EBTSIT15 = "FH: Were there other circumstances" ABFBSIT = "FH: Allocation flag for EBTSIT01 - EBT" EAFBST01 = "FH: After...'s child was born did...qu" EAFBST02 = "FH: After...'s child was born was...le" EAFBST03 = "FH: After...'s child was born was...on" EAFBST04 = "FH: After...'s child was born was...on" EAFBST05 = "FH: After...'s child was born was...on" EAFBST06 = "FH: After...'s child was born was...on" EAFBST07 = "FH: After...'s child was born was...on" EAFBST08 = "FH: After...'s child was born was...on" EAFBST09 = "FH: After...'s child was born was...on" EAFBST10 = "FH: After...'s child was born was...on" EAFBST11 = "FH: After...'s child was born was...on" EAFBST12 = "FH: After...'s child ...never stopped" EAFBST13 = "FH: After...'s child was born" EAFBST14 = "FH: Aft the child was born did... empl" EAFBST15 = "FH: Were there other circumstances why" AAFBJST = "FH: Allocation flag for EAFBJST1 - EAF" EAFBWRK = "FH: Did ...work for pay after birth of" AAFBWRK = "FH: Allocation flag for EAFBWRK" EAFBWKM1 = "FH: Edited month ... began to work aft" AAFBWKM1 = "FH: Allocation flag for EAFBWKM1" TAFBWKY1 = "FH: Year ...start work after the birth" AAFBWKY1 = "FH: Allocation flag for TAFBWKY1" RAGERTWK = "FH: Age in months when ... returned to" EAFBWKFT = "FH: Did ...usually work 35 or more hou" AAFBWKFT = "FH: Allocation flag for EAFBWKFT." EAFBWKHR = "FH: After ...'s pregnacy did...work th" AAFBWKHR = "FH: Allocation flag for EAFBWKHR" EAFBWKEM = "FH: Did ...return to the same employer" AAFBWKEM = "FH: Allocation flag for EAFBWKEM" EAFBWKPS = "FH: Describe skill level of first job " AAFBWKPS = "FH: Allocation flag for EAFBWKPS" EAFBWKPY = "FH: Describe pay level for first job a" AAFBWKPY = "FH: Allocation flag for EAFBWKPY." EAFBWKSE = "FH: Is ... still with the same employe" AAFBWKSE = "FH: Allocation flag for EAFBWKSE" EAFBLVMO = "FH: Edited month ... left employer." AAFBLVMO = "FH: Allocation flag for EAFBLVMO" TAFBLVYR = "FH: Edited year ... left employer." AAFBLVYR = "FH: Allocation flag for AAFBLVYR." RAGELVEM = "FH: Age in months when ... left employ" EPMGUNV = "MG: Universe indicator for Migration H" EPRSTATE = "MG: What state/foreign country was ..." APRSTATE = "MG: Allocation flag for EPRSTATE." EPREVRES = "MG: What the previous residence code?" APREVRES = "MG: Allocation flag for EPREVRES." EBRSTATE = "MG: In what state/country was ... born" ABRSTATE = "MG: Allocation flag for EBRSTATE." RCITIZNT = "MG: Is .... a U.S. citizen?" ACITIZNT = "MG: Allocation flag for RCITIZNT." RIMSTAT = "MG: What was .... immigration status?" AIMSTAT = "MG: Allocation flag for RIMSTAT." EADJUST = "MG: Has.... status been changed to per" AADJUST = "MG: Allocation flag for EADJUST." TMOVYRYR = "MG: What year did .... moved into curr" AMOVYRYR = "MG: Allocation flag for TMOVYRYR." EMOVYRMO = "MG: What month did .... moved into cur" AMOVYRMO = "MG: Allocation flag for EMOVYRMO." TOUTOTYR = "MG: What year did .... move out of pre" AOUTOTYR = "MG: Allocation flag for TOUTOTYR." EOUTOTMO = "MG: What month did .... move out of pr" AOUTOTMO = "MG: Allocation flag for EOUTOTMO." TOUTINYR = "MG: What year did .... move into previ" AOUTINYR = "MG: Allocation flag for TOUTINYR." EOUTINMO = "MG: What month did .... move into prev" AOUTINMO = "MG: Allocation flag for EOUTINMO." TMOVEST = "MG: What year did.... moved into this " AMOVEST = "MG: Allocation flag for TMOVEST." RADYEAR = "MG: What year was.... status changed t" AADYEAR = "MG: Allocation flag for TADYEAR." RMOVEUS = "MG: When did you move to the U.S.?" AMOVEUS = "MG: Allocation flag for RMOVEUS" EPREVTEN = "MG: Was .... previous residence?" APREVTEN = "MG: Allocation flag for EPREVTEN." ; proc print data=library.sip96t2 (obs=6); FORMAT SPANEL SPANEL. TFIPSST TFIPSST. EOUTCOME EOUTCOME. RFID2 RFID2L. EPOPSTAT EPOPSTAT. EPPINTVW EPPINTVW. EPPMIS4 EPPMIS4L. ESEX ESEX. ERACE ERACE. EORIGIN EORIGIN. ERRP ERRP. TAGE TAGE. EMS EMS. EPNSPOUS EPNSPOUS. EPNMOM EPNMOM. EPNDAD EPNDAD. EPNGUARD EPNGUARD. RDESGPNT RDESGPNT. EEDUCATE EEDUCATE. EPRLUNV EPRLUNV. ERELAT01 ERELAT0V. ARELAT01 ARELAT0V. EPRLPN01 EPRLPN0V. ERELAT02 ERELAT0K. ARELAT02 ARELAT0K. EPRLPN02 EPRLPN0K. ERELAT03 ERELAT0L. ARELAT03 ARELAT0L. EPRLPN03 EPRLPN0L. ERELAT04 ERELAT0M. ARELAT04 ARELAT0M. EPRLPN04 EPRLPN0M. ERELAT05 ERELAT0N. ARELAT05 ARELAT0N. EPRLPN05 EPRLPN0N. ERELAT06 ERELAT0O. ARELAT06 ARELAT0O. EPRLPN06 EPRLPN0O. ERELAT07 ERELAT0P. ARELAT07 ARELAT0P. EPRLPN07 EPRLPN0P. ERELAT08 ERELAT0Q. ARELAT08 ARELAT0Q. EPRLPN08 EPRLPN0Q. ERELAT09 ERELAT0R. ARELAT09 ARELAT0R. EPRLPN09 EPRLPN0R. ERELAT10 ERELAT1V. ARELAT10 ARELAT1V. EPRLPN10 EPRLPN1V. ERELAT11 ERELAT1K. ARELAT11 ARELAT1K. EPRLPN11 EPRLPN1K. ERELAT12 ERELAT1L. ARELAT12 ARELAT1L. EPRLPN12 EPRLPN1L. ERELAT13 ERELAT1M. ARELAT13 ARELAT1M. EPRLPN13 EPRLPN1M. ERELAT14 ERELAT1N. ARELAT14 ARELAT1N. EPRLPN14 EPRLPN1N. ERELAT15 ERELAT1O. ARELAT15 ARELAT1O. EPRLPN15 EPRLPN1O. ERELAT16 ERELAT1P. ARELAT16 ARELAT1P. EPRLPN16 EPRLPN1P. ERELAT17 ERELAT1Q. ARELAT17 ARELAT1Q. EPRLPN17 EPRLPN1Q. ERELAT18 ERELAT1R. ARELAT18 ARELAT1R. EPRLPN18 EPRLPN1R. ERELAT19 ERELAT1S. ARELAT19 ARELAT1S. EPRLPN19 EPRLPN1S. ERELAT20 ERELAT2V. ARELAT20 ARELAT2V. EPRLPN20 EPRLPN2V. ERELAT21 ERELAT2K. ARELAT21 ARELAT2K. EPRLPN21 EPRLPN2K. ERELAT22 ERELAT2L. ARELAT22 ARELAT2L. EPRLPN22 EPRLPN2L. ERELAT23 ERELAT2M. ARELAT23 ARELAT2M. EPRLPN23 EPRLPN2M. ERELAT24 ERELAT2N. ARELAT24 ARELAT2N. EPRLPN24 EPRLPN2N. ERELAT25 ERELAT2O. ARELAT25 ARELAT2O. EPRLPN25 EPRLPN2O. ERELAT26 ERELAT2P. ARELAT26 ARELAT2P. EPRLPN26 EPRLPN2P. ERELAT27 ERELAT2Q. ARELAT27 ARELAT2Q. EPRLPN27 EPRLPN2Q. ERELAT28 ERELAT2R. ARELAT28 ARELAT2R. EPRLPN28 EPRLPN2R. ERELAT29 ERELAT2S. ARELAT29 ARELAT2S. EPRLPN29 EPRLPN2S. ERELAT30 ERELAT3V. ARELAT30 ARELAT3V. EPRLPN30 EPRLPN3V. EPWKUNV EPWKUNV. ELMTVER ELMTVER. ALMTVER ALMTVER. ELMTMO ELMTMO. ALMTMO ALMTMO. TLMTYR TLMTYR. ALMTYR ALMTYR. ELMTEMP ELMTEMP. ALMTEMP ALMTEMP. EWKLTMO EWKLTMO. AWKLTMO AWKLTMO. TWKLTYR TWKLTYR. AWKLTYR AWKLTYR. EMNCOND EMNCOND. AMNCOND AMNCOND. EMNCAUS EMNCAUS. AMNCAUS AMNCAUS. EMNLOC EMNLOC. AMNLOC AMNLOC. EPREVWK EPREVWK. APREVWK APREVWK. EPREVMO EPREVMO. APREVMO APREVMO. TPREVYR TPREVYR. APREVYR APREVYR. ENOWFPT ENOWFPT. ANOWFPT ANOWFPT. ENOWOCC ENOWOCC. ANOWOCC ANOWOCC. ENOWSAME ENOWSAME. ANOWSAME ANOWSAME. EPEDUNV EPEDUNV. EATTAIN EATTAIN. AATTAIN AATTAIN. EADVNCFD EADVNCFD. AADVNCFD AADVNCFD. EVOCFLD EVOCFLD. AVOCFLD AVOCFLD. EASSOCFD EASSOCFD. AASSOCFD AASSOCFD. EBACHFLD EBACHFLD. ABACHFLD ABACHFLD. ECONENRL ECONENRL. ACONENRL ACONENRL. EGEDTM EGEDTM. AGEDTM AGEDTM. EPUBHS EPUBHS. APUBHS APUBHS. ECOURSE1 ECOURSES. ECOURSE2 ECOURSEK. ECOURSE3 ECOURSEL. ECOURSE4 ECOURSEM. ECOURSE5 ECOURSEN. ECOURSE6 ECOURSEO. ECOURSE7 ECOURSEP. ACOURSE ACOURSE. EPROGRAM EPROGRAM. APROGRAM APROGRAM. ERCVTRN1 ERCVTRNM. ARCVTRN1 ARCVTRNM. ENUMTRN1 ENUMTRNM. ANUMTRN1 ANUMTRNM. ETRN1TIM ETRN1TIM. ATRN1TIM ATRN1TIM. EWEEKT1 EWEEKT1L. AWEEKT1 AWEEKT1L. EINTRN1 EINTRN1L. AINTRN1 AINTRN1L. EWHOTRN1 EWHOTRNM. AWHOTRN1 AWHOTRNM. RGOVTRN1 RGOVTRNM. AGOVTRN1 AGOVTRNM. ELCTNTR1 ELCTNTRM. ALCTNTR1 ALCTNTRM. ETYP1TR ETYP1TR. ATYP1TR ATYP1TR. EJBATRN1 EJBATRNR. AJBATRN1 AJBATRNR. ENWATRN1 ENWATRNR. ANWATRN1 ANWATRNR. EJBBTRN1 EJBBTRNR. AJBBTRN1 AJBBTRNR. ENWBTRN1 ENWBTRNR. ANWBTRN1 ANWBTRNR. RTRN1USE RTRN1USE. ATRN1USE ATRN1USE. ERCVTRN2 ERCVTRNE. ARCVTRN2 ARCVTRNE. ENUMTRN2 ENUMTRNE. ANUMTRN2 ANUMTRNE. ETRN2TIM ETRN2TIM. ATRN2TIM ATRN2TIM. EWEEKT2 EWEEKT2L. AWEEKT2 AWEEKT2L. EINTRN2 EINTRN2L. AINTRN2 AINTRN2L. EWHOTRN2 EWHOTRNK. AWHOTRN2 AWHOTRNK. RGOVTRN2 RGOVTRNK. AGOVTRN2 AGOVTRNK. ELCTNTR2 ELCTNTRK. ALCTNTR2 ALCTNTRK. ETYP2TR1 ETYP2TRM. ETYP2TR2 ETYP2TRK. ETYP2TR3 ETYP2TRL. ETYP2TR4 ETYP2TRN. ETYP2TR5 ETYP2TRO. ETYP2TR6 ETYP2TRP. ETYP2TR7 ETYP2TRQ. ATYP2TR ATYP2TR. EJOBTRN2 EJOBTRNR. AJOBTRN2 AJOBTRNR. ENWTRN2 ENWTRN2L. ANWTRN2 ANWTRN2L. RTRN2USE RTRN2USE. ATRN2USE ATRN2USE. ERCVTR10 ERCVTR1E. ARCVTR10 ARCVTR1E. TLSTSCHL TLSTSCHL. ALSTSCHL ALSTSCHL. THSYR THSYR. AHSYR AHSYR. TCOLLSTR TCOLLSTR. ACOLLSTR ACOLLSTR. TLASTCOL TLASTCOL. ALASTCOL ALASTCOL. TVOCYR TVOCYR. AVOCYR AVOCYR. TASSOCYR TASSOCYR. AASSOCYR AASSOCYR. TBACHYR TBACHYR. ABACHYR ABACHYR. TADVNCYR TADVNCYR. AADVNCYR AADVNCYR. EPMRUNV EPMRUNV. EMARPTH EMARPTH. EXMAR EXMAR. AXMAR AXMAR. EWIDIV1 EWIDIV1L. AWIDIV1 AWIDIV1L. EWIDIV2 EWIDIV2L. AWIDIV2 AWIDIV2L. TAS TAS. EFMMON EFMMON. AFMMON AFMMON. TFMYEAR TFMYEAR. AFMYEAR AFMYEAR. EFSMON EFSMON. AFSMON AFSMON. TFSYEAR TFSYEAR. AFSYEAR AFSYEAR. EFTMON EFTMON. AFTMON AFTMON. TFTYEAR TFTYEAR. AFTYEAR AFTYEAR. ESMMON ESMMON. ASMMON ASMMON. TSMYEAR TSMYEAR. ASMYEAR ASMYEAR. ESSMON ESSMON. ASSMON ASSMON. TSSYEAR TSSYEAR. ASSYEAR ASSYEAR. ESTMON ESTMON. ASTMON ASTMON. TSTYEAR TSTYEAR. ASTYEAR ASTYEAR. ELMMON ELMMON. ALMMON ALMMON. TLMYEAR TLMYEAR. ALMYEAR ALMYEAR. ELSMON ELSMON. ALSMON ALSMON. TLSYEAR TLSYEAR. ALSYEAR ALSYEAR. ELTMON ELTMON. ALTMON ALTMON. TLTYEAR TLTYEAR. ALTYEAR ALTYEAR. TALM TALM. AALM AALM. TALT TALT. AALT AALT. TALS TALS. AALS AALS. TAFM TAFM. AAFM AAFM. TAFS TAFS. AAFS AAFS. TAFT TAFT. AAFT AAFT. TASM TASM. AASM AASM. TASS TASS. AASS AASS. TAST TAST. AAST AAST. EPFRUNV EPFRUNV. TFRCHL TFRCHL. AFRCHL AFRCHL. TFRINHH TFRINHH. AFRINHH AFRINHH. TMOMCHL TMOMCHL. AMOMCHL AMOMCHL. EMOMLIVH EMOMLIVH. AMOMLIVH AMOMLIVH. EFBRTHMO EFBRTHMO. AFBRTHMO AFBRTHMO. TFBRTHYR TFBRTHYR. RAGFBRTH RAGFBRTH. AFBRTHYR AFBRTHYR. ELBIRTMO ELBIRTMO. ALBIRTMO ALBIRTMO. TLBIRTYR TLBIRTYR. ALBIRTYR ALBIRTYR. RAGLBRTH RAGLBRTH. EFBLIVNW EFBLIVNW. AFBLIVNW AFBLIVNW. ELBLIVNW ELBLIVNW. ALBLIVNW ALBLIVNW. EBFBCTWK EBFBCTWK. ABFBCTWK ABFBCTWK. EBFBWKPR EBFBWKPR. ABFBWKPR ABFBWKPR. EBFBPGFT EBFBPGFT. ABFBPGFT ABFBPGFT. EBFBWSM1 EBFBWSMT. ABFBWSM1 ABFBWSMT. TBFBWSY1 TBFBWSYT. ABFBWSY1 ABFBWSYT. EBFBSTOP EBFBSTOP. ABFBSTOP ABFBSTOP. RAGESTOP RAGESTOP. EBTSIT01 EBTSIT0P. EBTSIT02 EBTSIT0K. EBTSIT03 EBTSIT0L. EBTSIT04 EBTSIT0M. EBTSIT05 EBTSIT0N. EBTSIT06 EBTSIT0O. EBTSIT07 EBTSIT0Q. EBTSIT08 EBTSIT0R. EBTSIT09 EBTSIT0S. EBTSIT10 EBTSIT1P. EBTSIT11 EBTSIT1K. EBTSIT12 EBTSIT1L. EBTSIT13 EBTSIT1M. EBTSIT14 EBTSIT1N. EBTSIT15 EBTSIT1O. ABFBSIT ABFBSIT. EAFBST01 EAFBST0T. EAFBST02 EAFBST0K. EAFBST03 EAFBST0L. EAFBST04 EAFBST0M. EAFBST05 EAFBST0N. EAFBST06 EAFBST0O. EAFBST07 EAFBST0P. EAFBST08 EAFBST0Q. EAFBST09 EAFBST0R. EAFBST10 EAFBST1T. EAFBST11 EAFBST1K. EAFBST12 EAFBST1L. EAFBST13 EAFBST1M. EAFBST14 EAFBST1N. EAFBST15 EAFBST1O. AAFBJST AAFBJST. EAFBWRK EAFBWRK. AAFBWRK AAFBWRK. EAFBWKM1 EAFBWKMK. AAFBWKM1 AAFBWKMK. TAFBWKY1 TAFBWKYK. AAFBWKY1 AAFBWKYK. RAGERTWK RAGERTWK. EAFBWKFT EAFBWKFT. AAFBWKFT AAFBWKFT. EAFBWKHR EAFBWKHR. AAFBWKHR AAFBWKHR. EAFBWKEM EAFBWKEM. AAFBWKEM AAFBWKEM. EAFBWKPS EAFBWKPS. AAFBWKPS AAFBWKPS. EAFBWKPY EAFBWKPY. AAFBWKPY AAFBWKPY. EAFBWKSE EAFBWKSE. AAFBWKSE AAFBWKSE. EAFBLVMO EAFBLVMO. AAFBLVMO AAFBLVMO. TAFBLVYR TAFBLVYR. AAFBLVYR AAFBLVYR. RAGELVEM RAGELVEM. EPMGUNV EPMGUNV. EPRSTATE EPRSTATE. APRSTATE APRSTATE. EPREVRES EPREVRES. APREVRES APREVRES. EBRSTATE EBRSTATE. ABRSTATE ABRSTATE. RCITIZNT RCITIZNT. ACITIZNT ACITIZNT. RIMSTAT RIMSTAT. AIMSTAT AIMSTAT. EADJUST EADJUST. AADJUST AADJUST. TMOVYRYR TMOVYRYR. AMOVYRYR AMOVYRYR. EMOVYRMO EMOVYRMO. AMOVYRMO AMOVYRMO. TOUTOTYR TOUTOTYR. AOUTOTYR AOUTOTYR. EOUTOTMO EOUTOTMO. AOUTOTMO AOUTOTMO. TOUTINYR TOUTINYR. AOUTINYR AOUTINYR. EOUTINMO EOUTINMO. AOUTINMO AOUTINMO. TMOVEST TMOVEST. AMOVEST AMOVEST. RADYEAR RADYEAR. AADYEAR AADYEAR. RMOVEUS RMOVEUS. AMOVEUS AMOVEUS. EPREVTEN EPREVTEN. APREVTEN APREVTEN. ; proc contents data=library.sip96t2; /* Copyright 2003 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. */