/*------------------------------------------------------------------------------------*/ /*by Jean Roth Mon Jun 7 17:36:01 EDT 2004 This program reads the 1990 SIPP Wave 4 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.fsp90t4; /* The PROC FORMAT statement will store the formats in a sas data set called fsip90t4 To use the stored formats in a subsequent program, include something like this: proc format cntlin=library.fsp90t4; PROC freq; tables pesex ; format pesex P135L.; For more information, consult the SAS Procedures Guide section of PROC FORMAT */ ; VALUE STATE (default=32) 1 = "Alabama" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "District Of Columbia" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 17 = "Illinois" 18 = "Indiana" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 28 = "Mississippi" 29 = "Missouri" 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 = "Iowa,North Dakota,South Dakota" 63 = "Alaska,Idaho,Montana,Wyoming" ; VALUE ITEM36B (default=32) 1 = "Interviewed" 2 = "No one home" 3 = "Temporarily absent" 4 = "Refused" 5 = "Unable to locate" 6 = "Other type A" 9 = "Vacant" 10 = "Occupied by persons with URE" 11 = "Unfit or to be demolished" 12 = "Under construction, not ready" 13 = "Converted to temporary business" 14 = "Unoccupied site for mobile" 15 = "Permit granted, construction" 17 = "Demolished" 18 = "House or trailer moved" 19 = "Converted to permanent" 20 = "Merged" 21 = "Condemned" 23 = "Entire household deceased," 24 = "Moved, address unknown" 25 = "Moved within country beyond" 26 = "All sample persons relisted on" ; VALUE INTVW (default=32) 0 = "Not applicable (children" 1 = "Interview (self)" 2 = "Interview (proxy)" 3 = "Noninterview - type Z refusal" 4 = "Noninterview - type Z other" ; VALUE RRP (default=32) 0 = "Not a sample person in this" 1 = "Household reference person," 2 = "Household reference person" 3 = "Spouse of household reference" 4 = "Child of household reference" 5 = "Other relative of household" 6 = "Non-relative of household" 7 = "Non-relative of household" ; VALUE AGE (default=32) 0 = "Less than 1 full year" 1 = "1 year" ; VALUE SEX (default=32) 1 = "Male" 2 = "Female" ; VALUE RACE (default=32) 1 = "White" 2 = "Black" 3 = "American Indian, Eskimo or" 4 = "Asian or Pacific Islander" ; VALUE MS (default=32) 0 = "Not a sample person in this" 1 = "Married, spouse present" 2 = "Married, spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never married" ; VALUE PNSP (default=32) 0 = "Not a sample person in this" 999 = "Not applicable" ; VALUE PNPT (default=32) 0 = "Not a sample person in this" 999 = "Not applicable" ; VALUE HIGRADE (default=32) 0 = "Not applicable if under 15," ; VALUE GRD_CMPL (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE ETHNICTY (default=32) 1 = "German" 2 = "English" 3 = "Irish" 4 = "French" 5 = "Italian" 6 = "Scottish" 7 = "Polish" 8 = "Dutch" 9 = "Swedish" 10 = "Norwegian" 11 = "Russian" 12 = "Ukrainian" 13 = "Welsh" 14 = "Mexican-American" 15 = "Chicano" 16 = "Mexican" 17 = "Puerto Rican" 18 = "Cuban" 19 = "Central or South American" 20 = "Other Spanish" 21 = "Afro-American (Black or Negro)" 30 = "Another group not listed" 39 = "Don't know" ; VALUE TM8526L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to SC4800" ; VALUE TM8528L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8608" 2 = "No" ; VALUE TM8530L (default=32) 0 = "Not applicable" 1 = "Owned or being bought" 2 = "Rented for cash - skip to" 3 = "Occupied without cash payment" ; VALUE TM8538L (default=32) 0 = "Not applicable" ; VALUE TM8539L (default=32) 0 = "Not applicable" ; VALUE TM8540L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8598" ; VALUE TM8564L (default=32) 0 = "Not applicable" ; VALUE TM8568L (default=32) 0 = "Not applicable -" ; VALUE TM8569L (default=32) 0 = "Not applicable" ; VALUE TM8572L (default=32) 0 = "Not applicable" ; VALUE TM8576L (default=32) 0 = "Not applicable" -8 = "Not fixed" ; VALUE TM8580L (default=32) 0 = "Not applicable" ; VALUE TM8584L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8587L (default=32) 0 = "Not applicable" 1 = "Yes - FHA" 2 = "Yes - VA" 3 = "No" ; VALUE TM8592L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8566" 2 = "No - skip to TM8598" ; VALUE TM8566L (default=32) 0 = "Not applicable" 1 = "Value combined with TM8564" ; VALUE TM8570L (default=32) 0 = "Not applicable -" ; VALUE TM8571L (default=32) 0 = "Not applicable" ; VALUE TM8574L (default=32) 0 = "Not applicable" 1 = "Value combined with TM8572" ; VALUE TM8578L (default=32) 0 = "Not applicable" -8 = "Not fixed" ; VALUE TM8582L (default=32) 0 = "Not applicable" ; VALUE TM8586L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8589L (default=32) 0 = "Not applicable" 1 = "Yes - FHA" 2 = "Yes - VA" 3 = "No" ; VALUE TM8594L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8598" ; VALUE TM8596L (default=32) 0 = "Not applicable" 1 = "Value combined with TM8564" ; VALUE TM8598L (default=32) 0 = "Not applicable -" ; VALUE TM8608L (default=32) 0 = "Not applicable" 1 = "Owned" 2 = "Rented - skip to TM8658" 3 = "Occupied without cash rent -" ; VALUE TM8610L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8630" ; VALUE TM8612L (default=32) 0 = "Not applicable" 1 = "Mobile home only" 2 = "Site only" 3 = "Site and home" ; VALUE TM8624L (default=32) 0 = "Not applicable" ; VALUE TM8630L (default=32) 0 = "Not applicable" ; VALUE TM8658L (default=32) 0 = "Not applicable" 1 = "In a public housing project" 2 = "Subsidized - skip to TM8714" 3 = "Neither public nor subsidized" ; VALUE TM8660L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8714" ; VALUE TM8662L (default=32) 0 = "Not applicable" ; VALUE TM8664L (default=32) 0 = "Not applicable" ; VALUE TM8666L (default=32) 0 = "Not applicable" ; VALUE TM8714L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8770" ; VALUE TM8716L (default=32) 0 = "Not applicable" ; VALUE TM8730L (default=32) 0 = "Not applicable" ; VALUE TM8754L (default=32) 0 = "Not applicable" 1 = "Money owed" 2 = "Free and clear - skip to TM8766" ; VALUE TM8760L (default=32) 0 = "Not applicable" ; VALUE TM8766L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8720 for" 2 = "No - skip to TM8770" ; VALUE TM8732L (default=32) 0 = "Not applicable" ; VALUE TM8756L (default=32) 0 = "Not applicable" 1 = "Money owed" 2 = "Free and clear - skip to TM8768" ; VALUE TM8762L (default=32) 0 = "Not applicable" ; VALUE TM8768L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8722 for" 2 = "No - skip to TM8770" ; VALUE TM8734L (default=32) 0 = "Not applicable" ; VALUE TM8758L (default=32) 0 = "Not applicable" 1 = "Money owed" 2 = "Free and clear - skip to TM8770" ; VALUE TM8764L (default=32) 0 = "Not applicable" ; VALUE TM8770L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of" ; VALUE TM8772L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of" ; VALUE TM8774L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of" ; VALUE TM8776L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of" ; VALUE TM8778L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of" ; VALUE TM8780L (default=32) 0 = "Not a legal person number or" ; VALUE TM8784L (default=32) 0 = "Not a legal person number or" ; VALUE TM8788L (default=32) 0 = "Not applicable" ; VALUE TM8792L (default=32) 0 = "Not applicable" 1 = "Money owed" 2 = "Free and clear - skip to TM8800" ; VALUE TM8796L (default=32) 0 = "Not applicable" ; VALUE TM8800L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8782" 2 = "No - skip to SC4800" ; VALUE TM8782L (default=32) 0 = "Not a legal person number or" ; VALUE TM8786L (default=32) 0 = "Not a legal person number or" ; VALUE TM8790L (default=32) 0 = "Not applicable" ; VALUE TM8794L (default=32) 0 = "Not applicable" 1 = "Money owed" 2 = "Free and clear - skip to SC4800" ; VALUE TM8798L (default=32) 0 = "Not applicable - skip to SC4800" ; VALUE HH_ATS0Y (default=32) 1 = "ISS code 100 - savings accounts" 2 = "ISS code 101 - money market" 3 = "ISS code 102 - certificates of" 4 = "ISS code 103 - NOW accounts" 5 = "ISS code 104 - money market" 6 = "ISS code 105 - U.S. Government" 7 = "ISS code 106 - municipal or" 8 = "ISS code 107 - other interest" 9 = "ISS code 110 - stocks or mutual" 10 = "ISS code 120 - rental property" 11 = "ISS code 130 - mortgages" 12 = "ISS code 140 - royalties" 13 = "ISS code 150 - other financial" 14 = "Self-employed owns business" 15 = "Sale of business or property" 16 = "Checking accounts w/o interest" 17 = "U. S. Savings bond (E, EE)" 18 = "IRA accounts" 19 = "KEOGH accounts" 20 = "Real estate" ; VALUE HH_ATS0K (default=32) 1 = "ISS code 100 - savings accounts" 2 = "ISS code 101 - money market" 3 = "ISS code 102 - certificates of" 4 = "ISS code 103 - NOW accounts" 5 = "ISS code 104 - money market" 6 = "ISS code 105 - U.S. Government" 7 = "ISS code 106 - municipal or" 8 = "ISS code 107 - other interest" 9 = "ISS code 110 - stocks or mutual" 10 = "ISS code 120 - rental property" 11 = "ISS code 130 - mortgages" 12 = "ISS code 140 - royalties" 13 = "ISS code 150 - other financial" 14 = "Self-employed owns business" 15 = "Sale of business or property" 16 = "Checking accounts w/o interest" 17 = "U. S. Savings bond (E, EE)" 18 = "IRA accounts" 19 = "KEOGH accounts" 20 = "Real estate" ; VALUE HH_ATS0L (default=32) 1 = "ISS code 100 - savings accounts" 2 = "ISS code 101 - money market" 3 = "ISS code 102 - certificates of" 4 = "ISS code 103 - NOW accounts" 5 = "ISS code 104 - money market" 6 = "ISS code 105 - U.S. Government" 7 = "ISS code 106 - municipal or" 8 = "ISS code 107 - other interest" 9 = "ISS code 110 - stocks or mutual" 10 = "ISS code 120 - rental property" 11 = "ISS code 130 - mortgages" 12 = "ISS code 140 - royalties" 13 = "ISS code 150 - other financial" 14 = "Self-employed owns business" 15 = "Sale of business or property" 16 = "Checking accounts w/o interest" 17 = "U. S. Savings bond (E, EE)" 18 = "IRA accounts" 19 = "KEOGH accounts" 20 = "Real estate" ; VALUE HH_ATS0M (default=32) 1 = "ISS code 100 - savings accounts" 2 = "ISS code 101 - money market" 3 = "ISS code 102 - certificates of" 4 = "ISS code 103 - NOW accounts" 5 = "ISS code 104 - money market" 6 = "ISS code 105 - U.S. Government" 7 = "ISS code 106 - municipal or" 8 = "ISS code 107 - other interest" 9 = "ISS code 110 - stocks or mutual" 10 = "ISS code 120 - rental property" 11 = "ISS code 130 - mortgages" 12 = "ISS code 140 - royalties" 13 = "ISS code 150 - other financial" 14 = "Self-employed owns business" 15 = "Sale of business or property" 16 = "Checking accounts w/o interest" 17 = "U. S. Savings bond (E, EE)" 18 = "IRA accounts" 19 = "KEOGH accounts" 20 = "Real estate" ; VALUE HH_ATS0N (default=32) 1 = "ISS code 100 - savings accounts" 2 = "ISS code 101 - money market" 3 = "ISS code 102 - certificates of" 4 = "ISS code 103 - NOW accounts" 5 = "ISS code 104 - money market" 6 = "ISS code 105 - U.S. Government" 7 = "ISS code 106 - municipal or" 8 = "ISS code 107 - other interest" 9 = "ISS code 110 - stocks or mutual" 10 = "ISS code 120 - rental property" 11 = "ISS code 130 - mortgages" 12 = "ISS code 140 - royalties" 13 = "ISS code 150 - other financial" 14 = "Self-employed owns business" 15 = "Sale of business or property" 16 = "Checking accounts w/o interest" 17 = "U. S. Savings bond (E, EE)" 18 = "IRA accounts" 19 = "KEOGH accounts" 20 = "Real estate" ; VALUE HH_ATS0O (default=32) 1 = "ISS code 100 - savings accounts" 2 = "ISS code 101 - money market" 3 = "ISS code 102 - certificates of" 4 = "ISS code 103 - NOW accounts" 5 = "ISS code 104 - money market" 6 = "ISS code 105 - U.S. Government" 7 = "ISS code 106 - municipal or" 8 = "ISS code 107 - other interest" 9 = "ISS code 110 - stocks or mutual" 10 = "ISS code 120 - rental property" 11 = "ISS code 130 - mortgages" 12 = "ISS code 140 - royalties" 13 = "ISS code 150 - other financial" 14 = "Self-employed owns business" 15 = "Sale of business or property" 16 = "Checking accounts w/o interest" 17 = "U. S. Savings bond (E, EE)" 18 = "IRA accounts" 19 = "KEOGH accounts" 20 = "Real estate" ; VALUE HH_ATS0P (default=32) 1 = "ISS code 100 - savings accounts" 2 = "ISS code 101 - money market" 3 = "ISS code 102 - certificates of" 4 = "ISS code 103 - NOW accounts" 5 = "ISS code 104 - money market" 6 = "ISS code 105 - U.S. Government" 7 = "ISS code 106 - municipal or" 8 = "ISS code 107 - other interest" 9 = "ISS code 110 - stocks or mutual" 10 = "ISS code 120 - rental property" 11 = "ISS code 130 - mortgages" 12 = "ISS code 140 - royalties" 13 = "ISS code 150 - other financial" 14 = "Self-employed owns business" 15 = "Sale of business or property" 16 = "Checking accounts w/o interest" 17 = "U. S. Savings bond (E, EE)" 18 = "IRA accounts" 19 = "KEOGH accounts" 20 = "Real estate" ; VALUE HH_ATS0Q (default=32) 1 = "ISS code 100 - savings accounts" 2 = "ISS code 101 - money market" 3 = "ISS code 102 - certificates of" 4 = "ISS code 103 - NOW accounts" 5 = "ISS code 104 - money market" 6 = "ISS code 105 - U.S. Government" 7 = "ISS code 106 - municipal or" 8 = "ISS code 107 - other interest" 9 = "ISS code 110 - stocks or mutual" 10 = "ISS code 120 - rental property" 11 = "ISS code 130 - mortgages" 12 = "ISS code 140 - royalties" 13 = "ISS code 150 - other financial" 14 = "Self-employed owns business" 15 = "Sale of business or property" 16 = "Checking accounts w/o interest" 17 = "U. S. Savings bond (E, EE)" 18 = "IRA accounts" 19 = "KEOGH accounts" 20 = "Real estate" ; VALUE HH_ATS0R (default=32) 1 = "ISS code 100 - savings accounts" 2 = "ISS code 101 - money market" 3 = "ISS code 102 - certificates of" 4 = "ISS code 103 - NOW accounts" 5 = "ISS code 104 - money market" 6 = "ISS code 105 - U.S. Government" 7 = "ISS code 106 - municipal or" 8 = "ISS code 107 - other interest" 9 = "ISS code 110 - stocks or mutual" 10 = "ISS code 120 - rental property" 11 = "ISS code 130 - mortgages" 12 = "ISS code 140 - royalties" 13 = "ISS code 150 - other financial" 14 = "Self-employed owns business" 15 = "Sale of business or property" 16 = "Checking accounts w/o interest" 17 = "U. S. Savings bond (E, EE)" 18 = "IRA accounts" 19 = "KEOGH accounts" 20 = "Real estate" ; VALUE HH_ATS1Y (default=32) 1 = "ISS code 100 - savings accounts" 2 = "ISS code 101 - money market" 3 = "ISS code 102 - certificates of" 4 = "ISS code 103 - NOW accounts" 5 = "ISS code 104 - money market" 6 = "ISS code 105 - U.S. Government" 7 = "ISS code 106 - municipal or" 8 = "ISS code 107 - other interest" 9 = "ISS code 110 - stocks or mutual" 10 = "ISS code 120 - rental property" 11 = "ISS code 130 - mortgages" 12 = "ISS code 140 - royalties" 13 = "ISS code 150 - other financial" 14 = "Self-employed owns business" 15 = "Sale of business or property" 16 = "Checking accounts w/o interest" 17 = "U. S. Savings bond (E, EE)" 18 = "IRA accounts" 19 = "KEOGH accounts" 20 = "Real estate" ; VALUE HH_ATS1K (default=32) 1 = "ISS code 100 - savings accounts" 2 = "ISS code 101 - money market" 3 = "ISS code 102 - certificates of" 4 = "ISS code 103 - NOW accounts" 5 = "ISS code 104 - money market" 6 = "ISS code 105 - U.S. Government" 7 = "ISS code 106 - municipal or" 8 = "ISS code 107 - other interest" 9 = "ISS code 110 - stocks or mutual" 10 = "ISS code 120 - rental property" 11 = "ISS code 130 - mortgages" 12 = "ISS code 140 - royalties" 13 = "ISS code 150 - other financial" 14 = "Self-employed owns business" 15 = "Sale of business or property" 16 = "Checking accounts w/o interest" 17 = "U. S. Savings bond (E, EE)" 18 = "IRA accounts" 19 = "KEOGH accounts" 20 = "Real estate" ; VALUE HH_ATS1L (default=32) 1 = "ISS code 100 - savings accounts" 2 = "ISS code 101 - money market" 3 = "ISS code 102 - certificates of" 4 = "ISS code 103 - NOW accounts" 5 = "ISS code 104 - money market" 6 = "ISS code 105 - U.S. Government" 7 = "ISS code 106 - municipal or" 8 = "ISS code 107 - other interest" 9 = "ISS code 110 - stocks or mutual" 10 = "ISS code 120 - rental property" 11 = "ISS code 130 - mortgages" 12 = "ISS code 140 - royalties" 13 = "ISS code 150 - other financial" 14 = "Self-employed owns business" 15 = "Sale of business or property" 16 = "Checking accounts w/o interest" 17 = "U. S. Savings bond (E, EE)" 18 = "IRA accounts" 19 = "KEOGH accounts" 20 = "Real estate" ; VALUE HH_ATS1M (default=32) 1 = "ISS code 100 - savings accounts" 2 = "ISS code 101 - money market" 3 = "ISS code 102 - certificates of" 4 = "ISS code 103 - NOW accounts" 5 = "ISS code 104 - money market" 6 = "ISS code 105 - U.S. Government" 7 = "ISS code 106 - municipal or" 8 = "ISS code 107 - other interest" 9 = "ISS code 110 - stocks or mutual" 10 = "ISS code 120 - rental property" 11 = "ISS code 130 - mortgages" 12 = "ISS code 140 - royalties" 13 = "ISS code 150 - other financial" 14 = "Self-employed owns business" 15 = "Sale of business or property" 16 = "Checking accounts w/o interest" 17 = "U. S. Savings bond (E, EE)" 18 = "IRA accounts" 19 = "KEOGH accounts" 20 = "Real estate" ; VALUE HH_ATS1N (default=32) 1 = "ISS code 100 - savings accounts" 2 = "ISS code 101 - money market" 3 = "ISS code 102 - certificates of" 4 = "ISS code 103 - NOW accounts" 5 = "ISS code 104 - money market" 6 = "ISS code 105 - U.S. Government" 7 = "ISS code 106 - municipal or" 8 = "ISS code 107 - other interest" 9 = "ISS code 110 - stocks or mutual" 10 = "ISS code 120 - rental property" 11 = "ISS code 130 - mortgages" 12 = "ISS code 140 - royalties" 13 = "ISS code 150 - other financial" 14 = "Self-employed owns business" 15 = "Sale of business or property" 16 = "Checking accounts w/o interest" 17 = "U. S. Savings bond (E, EE)" 18 = "IRA accounts" 19 = "KEOGH accounts" 20 = "Real estate" ; VALUE HH_ATS1O (default=32) 1 = "ISS code 100 - savings accounts" 2 = "ISS code 101 - money market" 3 = "ISS code 102 - certificates of" 4 = "ISS code 103 - NOW accounts" 5 = "ISS code 104 - money market" 6 = "ISS code 105 - U.S. Government" 7 = "ISS code 106 - municipal or" 8 = "ISS code 107 - other interest" 9 = "ISS code 110 - stocks or mutual" 10 = "ISS code 120 - rental property" 11 = "ISS code 130 - mortgages" 12 = "ISS code 140 - royalties" 13 = "ISS code 150 - other financial" 14 = "Self-employed owns business" 15 = "Sale of business or property" 16 = "Checking accounts w/o interest" 17 = "U. S. Savings bond (E, EE)" 18 = "IRA accounts" 19 = "KEOGH accounts" 20 = "Real estate" ; VALUE HH_ATS1P (default=32) 1 = "ISS code 100 - savings accounts" 2 = "ISS code 101 - money market" 3 = "ISS code 102 - certificates of" 4 = "ISS code 103 - NOW accounts" 5 = "ISS code 104 - money market" 6 = "ISS code 105 - U.S. Government" 7 = "ISS code 106 - municipal or" 8 = "ISS code 107 - other interest" 9 = "ISS code 110 - stocks or mutual" 10 = "ISS code 120 - rental property" 11 = "ISS code 130 - mortgages" 12 = "ISS code 140 - royalties" 13 = "ISS code 150 - other financial" 14 = "Self-employed owns business" 15 = "Sale of business or property" 16 = "Checking accounts w/o interest" 17 = "U. S. Savings bond (E, EE)" 18 = "IRA accounts" 19 = "KEOGH accounts" 20 = "Real estate" ; VALUE HH_ATS1Q (default=32) 1 = "ISS code 100 - savings accounts" 2 = "ISS code 101 - money market" 3 = "ISS code 102 - certificates of" 4 = "ISS code 103 - NOW accounts" 5 = "ISS code 104 - money market" 6 = "ISS code 105 - U.S. Government" 7 = "ISS code 106 - municipal or" 8 = "ISS code 107 - other interest" 9 = "ISS code 110 - stocks or mutual" 10 = "ISS code 120 - rental property" 11 = "ISS code 130 - mortgages" 12 = "ISS code 140 - royalties" 13 = "ISS code 150 - other financial" 14 = "Self-employed owns business" 15 = "Sale of business or property" 16 = "Checking accounts w/o interest" 17 = "U. S. Savings bond (E, EE)" 18 = "IRA accounts" 19 = "KEOGH accounts" 20 = "Real estate" ; VALUE HH_ATS1R (default=32) 1 = "ISS code 100 - savings accounts" 2 = "ISS code 101 - money market" 3 = "ISS code 102 - certificates of" 4 = "ISS code 103 - NOW accounts" 5 = "ISS code 104 - money market" 6 = "ISS code 105 - U.S. Government" 7 = "ISS code 106 - municipal or" 8 = "ISS code 107 - other interest" 9 = "ISS code 110 - stocks or mutual" 10 = "ISS code 120 - rental property" 11 = "ISS code 130 - mortgages" 12 = "ISS code 140 - royalties" 13 = "ISS code 150 - other financial" 14 = "Self-employed owns business" 15 = "Sale of business or property" 16 = "Checking accounts w/o interest" 17 = "U. S. Savings bond (E, EE)" 18 = "IRA accounts" 19 = "KEOGH accounts" 20 = "Real estate" ; VALUE HH_ATS1S (default=32) 1 = "ISS code 100 - savings accounts" 2 = "ISS code 101 - money market" 3 = "ISS code 102 - certificates of" 4 = "ISS code 103 - NOW accounts" 5 = "ISS code 104 - money market" 6 = "ISS code 105 - U.S. Government" 7 = "ISS code 106 - municipal or" 8 = "ISS code 107 - other interest" 9 = "ISS code 110 - stocks or mutual" 10 = "ISS code 120 - rental property" 11 = "ISS code 130 - mortgages" 12 = "ISS code 140 - royalties" 13 = "ISS code 150 - other financial" 14 = "Self-employed owns business" 15 = "Sale of business or property" 16 = "Checking accounts w/o interest" 17 = "U. S. Savings bond (E, EE)" 18 = "IRA accounts" 19 = "KEOGH accounts" 20 = "Real estate" ; VALUE HH_ATS2Y (default=32) 1 = "ISS code 100 - savings accounts" 2 = "ISS code 101 - money market" 3 = "ISS code 102 - certificates of" 4 = "ISS code 103 - NOW accounts" 5 = "ISS code 104 - money market" 6 = "ISS code 105 - U.S. Government" 7 = "ISS code 106 - municipal or" 8 = "ISS code 107 - other interest" 9 = "ISS code 110 - stocks or mutual" 10 = "ISS code 120 - rental property" 11 = "ISS code 130 - mortgages" 12 = "ISS code 140 - royalties" 13 = "ISS code 150 - other financial" 14 = "Self-employed owns business" 15 = "Sale of business or property" 16 = "Checking accounts w/o interest" 17 = "U. S. Savings bond (E, EE)" 18 = "IRA accounts" 19 = "KEOGH accounts" 20 = "Real estate" ; VALUE TM_IP14Y (default=32) 0 = "Not imputed" 1 = "Imputed TM8540" 2 = "Imputed TM8542" 3 = "Imputed TM8540 and TM8542" ; VALUE TM_IP15Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP15K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP15L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP15M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP15N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP15O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP15P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP15Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP15R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP16Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP16K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP16L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_CAL1Y (default=32) 0 = "Not calculated" 1 = "Calculated" ; VALUE TM8000L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to SC2262" ; VALUE TM8002L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8006" 2 = "No" ; VALUE TM8004L (default=32) 0 = "Not applicable" ; VALUE TM8006L (default=32) 0 = "Not applicable" 1 = "Yes - skip to SC2262" 2 = "No" ; VALUE TM8008L (default=32) 0 = "Not applicable" -3 = "None - skip to TM8012" ; VALUE TM8012L (default=32) 0 = "Not applicable" -3 = "None - skip to SC2262" ; VALUE TM8016L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8200" ; VALUE TM8018L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8022" 2 = "No" ; VALUE TM8020L (default=32) 0 = "Not applicable" ; VALUE TM8022L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8200" 2 = "No" ; VALUE TM8024L (default=32) 0 = "Not applicable" 1 = "Value combined with TM8008" -3 = "None - skip to TM8028" ; VALUE TM8028L (default=32) 0 = "Not applicable" 1 = "Value combined with TM8012" -3 = "None - skip to TM8200" ; VALUE TM_IP00Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SC4314L (default=32) -3 = "None" 0 = "Not in universe" ; VALUE SC4322L (default=32) -3 = "None" 0 = "Not in universe" ; VALUE SC4414L (default=32) -3 = "None" 0 = "Not in universe" ; VALUE SC4422L (default=32) -3 = "None" 0 = "Not in universe" ; VALUE TM8032L (default=32) 0 = "Not applicable" 1 = "No spouse in household" 2 = "Interview for spouse not yet" 3 = "Interview for spouse already" ; VALUE TM8034L (default=32) 0 = "Not applicable" 999999999 = "Total amount - skip to" -3 = "None - skip to TM8042" ; VALUE TM8038L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8042" ; VALUE TM8040L (default=32) 0 = "Not applicable" ; VALUE TM8042L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to next ISS code or" ; VALUE TM8044L (default=32) 0 = "Not applicable" 999999999 = "Total amount - skip to" ; VALUE TM8048L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to next ISS code or" ; VALUE TM8050L (default=32) 0 = "Not applicable" ; VALUE TM8052L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to SC4610" ; VALUE TM8054L (default=32) 0 = "Not applicable" -3 = "None - skip to SC4610" ; VALUE TM8056L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of" ; VALUE TM8067L (default=32) 0 = "Not applicable" 1 = "Yes - all rental properties on" 2 = "Yes - some rental properties on" 3 = "No" ; VALUE TM8068L (default=32) 0 = "Not applicable" ; VALUE TM8072L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to SC4610" ; VALUE TM8074L (default=32) 0 = "Not applicable" -3 = "None" ; VALUE TM8076L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No -skip to SC4618" ; VALUE TM8078L (default=32) 0 = "Not applicable" -3 = "None - skip to SC4618" ; VALUE TM8080L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of" ; VALUE TM8091L (default=32) 0 = "Not applicable" 1 = "Yes - all rental properties on" 2 = "Yes - some rental properties on" 3 = "No" ; VALUE TM8092L (default=32) 0 = "Not applicable" ; VALUE TM8096L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to SC4618" ; VALUE TM8098L (default=32) 0 = "Not applicable" -3 = "None" ; VALUE TM8100L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No -skip to next ISS code or" ; VALUE TM8102L (default=32) 0 = "Not applicable" -3 = "None - skip to next ISS" ; VALUE TM8104L (default=32) 0 = "Not marked as a kind" 1 = "Marked as a kind of" ; VALUE TM8116L (default=32) 0 = "Not applicable" ; VALUE TM8118L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8122" ; VALUE TM8120L (default=32) 0 = "Not applicable" -3 = "None" ; VALUE TM8122L (default=32) 0 = "Not applicable" -3 = "None" ; VALUE TM8126L (default=32) 0 = "Not applicable" 999999999 = "Total amount - Range =" -3 = "None" ; VALUE TM8128L (default=32) 0 = "Not applicable" -3 = "None" 999999999 = "Total amount- Range =" ; VALUE TM8130L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8200" ; VALUE TM8132L (default=32) 0 = "Not applicable" 999999999 = "Total amount - Range =" -3 = "None - skip to TM8200" ; VALUE TM_IP00K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM8200L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8204" ; VALUE TM8202L (default=32) 0 = "Not in umiverse" 999999999 = "Total amount - Range =" ; VALUE TM8204L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8208" ; VALUE TM8206L (default=32) 0 = "Not applicable" ; VALUE TM8208L (default=32) 0 = "Not applicable" 1 = "No spouse in household -" 2 = "Interview for spouse not yet" 3 = "Interview for spouse already" ; VALUE TM8209L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8212" ; VALUE TM8210L (default=32) 0 = "Not applicable" -3 = "None" ; VALUE TM8212L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8214L (default=32) 0 = "Not applicable" ; VALUE TM8216L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8218L (default=32) 0 = "Not applicable" ; VALUE TM8220L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8222L (default=32) 0 = "Not applicable" ; VALUE TM8232L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8234" ; VALUE TM8233L (default=32) 0 = "Not applicable" -3 = "None" ; VALUE TM8234L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8258" ; VALUE TM8236L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8238L (default=32) 0 = "Not applicable" ; VALUE TM8240L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8242L (default=32) 0 = "Not applicable" ; VALUE TM8244L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8246L (default=32) 0 = "Not applicable" ; VALUE TM8258L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8526" ; VALUE TM8260L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8284" ; VALUE TM8262L (default=32) 0 = "Not applicable" ; VALUE TM8264L (default=32) 0 = "Not applicable" ; VALUE TM8268L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of IRA" ; VALUE TM8284L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8308" ; VALUE TM8286L (default=32) 0 = "Not applicable" ; VALUE TM8288L (default=32) 0 = "Not applicable" ; VALUE TM8292L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of KEOGH" ; VALUE TM8308L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8324" ; VALUE TM8309L (default=32) 0 = "Not applicable" 999999999 = "Total amount - Range =" ; VALUE TM8311L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8324" ; VALUE TM8312L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8324" ; VALUE TM8313L (default=32) 0 = "Not applicable" ; VALUE TM_IP03Y (default=32) 0 = "Not imputed" 1 = "imputed" ; VALUE TM8324L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No -skip to TM8448" ; VALUE TM8326L (default=32) 0 = "Not applicable" ; VALUE TM8330L (default=32) 0 = "Not applicable" 1 = "Under 25" 2 = "25 to 99" 3 = "100 or more - skip to TM8342" ; VALUE TM8334L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No -skip to TM8342" ; VALUE TM8338L (default=32) 0 = "Not applicable" 1 = "Under 25" 2 = "25 to 99" 3 = "100 or more" ; VALUE TM8342L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8382" ; VALUE TM8346L (default=32) 0 = "Not applicable" 1 = "Yes- skip to TM8384" 2 = "No" ; VALUE TM8350L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of" ; VALUE TM8382L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8328" 2 = "No - skip to TM8448" ; VALUE TM8384L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8388L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8396" 2 = "No" ; VALUE TM8392L (default=32) 0 = "Not applicable" 1 = "Based on years of service and" 2 = "Based on the amount contributed" ; VALUE TM8396L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8400L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8420" ; VALUE TM8404L (default=32) 0 = "Not applicable" ; VALUE TM8408L (default=32) 0 = "Not applicable" 1 = "Week" 2 = "Biweekly" 3 = "Month" 4 = "Quarter" 5 = "Year" ; VALUE TM8412L (default=32) 0 = "Not applicable" ; VALUE TM8420L (default=32) 0 = "Not applicable" 1 = "Less than 1 year" ; VALUE TM8424L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8432" 2 = "No" ; VALUE TM8428L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8432L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8438L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8446" ; VALUE TM8442L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8446" ; VALUE TM8443L (default=32) 0 = "Not applicable" ; VALUE TM8446L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8328" 2 = "No - skip to TM8448" ; VALUE TM8328L (default=32) 0 = "Not applicable" ; VALUE TM8332L (default=32) 0 = "Not applicable" 1 = "Under 25" 2 = "25 to 99" 3 = "100 or more - skip to TM8344" ; VALUE TM8336L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No -skip to TM8344" ; VALUE TM8340L (default=32) 0 = "Not applicable" 1 = "Under 25" 2 = "25 to 99" 3 = "100 or more" ; VALUE TM8344L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8448" ; VALUE TM8348L (default=32) 0 = "Not applicable" 1 = "Yes- skip to TM8386" 2 = "No - skip to TM8448" ; VALUE TM8352L (default=32) 0 = "Not marked as a kind of" 1 = "marked as a kind of" ; VALUE TM8386L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8390L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8398" 2 = "No" ; VALUE TM8394L (default=32) 0 = "Not applicable" 1 = "Based on years of service" 2 = "Based on the amount contributed" ; VALUE TM8398L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8402L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8422" ; VALUE TM8406L (default=32) 0 = "Not applicable" ; VALUE TM8410L (default=32) 0 = "Not applicable" 1 = "Week" 2 = "Biweekly" 3 = "Month" 4 = "Quarter" 5 = "Year" ; VALUE TM8414L (default=32) 0 = "Not applicable" ; VALUE TM8422L (default=32) 0 = "Not applicable" 1 = "Less than 1 year" ; VALUE TM8426L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8436" 2 = "No" ; VALUE TM8430L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8436L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8440L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8448" ; VALUE TM8444L (default=32) 0 = "Not applicable - skip to TM8448" 1 = "Yes" 2 = "No - skip to TM8448" ; VALUE TM8445L (default=32) 0 = "Not applicable" ; VALUE TM8448L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8458" ; VALUE TM8450L (default=32) 0 = "Not applicable" ; VALUE TM8454L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8452L (default=32) 0 = "Not applicable" ; VALUE TM8456L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8458L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8475" ; VALUE TM8460L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8462L (default=32) 0 = "Not marked as a possible" 1 = "Marked as a possible" ; VALUE TM8474L (default=32) 0 = "Not applicable" ; VALUE TM8475L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8482" ; VALUE TM8476L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8477L (default=32) 0 = "Not applicable" ; VALUE TM8478L (default=32) 0 = "Not applicable" ; VALUE TM8479L (default=32) 0 = "Not applicable" ; VALUE TM8480L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8482" 2 = "No" ; VALUE TM8481L (default=32) 0 = "Not applicable" 1 = "Purchased a home or paid off" 2 = "Used it for children's" 3 = "Used it for a period of" 4 = "Paid off loans, bills, or spent" 5 = "Other" ; VALUE TM8482L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No skip to check item T11-" ; VALUE TM8483L (default=32) 0 = "Not applicable" 1 = "Retired from job" 2 = "Some other reason - skip to" ; VALUE TMIND (default=32) 0 = "Not applicable" ; VALUE TMOCC (default=32) 0 = "Not applicable" ; VALUE TM8492L (default=32) 0 = "Not applicable" 1 = "A private company or union" 2 = "Federal government (exclude" 3 = "State government" 4 = "Local government" 5 = "Armed Forces" 6 = "Unpaid in family business" ; VALUE TM8494L (default=32) 0 = "Not applicable" 1 = "Under 25" 2 = "25 to 99" 3 = "100 to 499" 4 = "500 to 999" 5 = "100 or more - skip to TM8500" ; VALUE TM8496L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8500" ; VALUE TM8498L (default=32) 0 = "Not applicable" 1 = "Under 25" 2 = "25 to 99" 3 = "100 or more" ; VALUE TM8500L (default=32) 0 = "Not applicable" ; VALUE TM8502L (default=32) 0 = "Not applicable" ; VALUE TM8504L (default=32) 0 = "Not applicable" ; VALUE TM8506L (default=32) 0 = "Not applicable" ; VALUE TM8508L (default=32) 0 = "Not applicable" ; VALUE TM8510L (default=32) 0 = "Not applicable" 1 = "Week" 2 = "Month" 3 = "Year" ; VALUE TM8514L (default=32) 0 = "Not applicable" ; VALUE TM8516L (default=32) 0 = "Not applicable" 1 = "Based on years of service and" 2 = "Based on the amount contributed" ; VALUE TM8518L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8520L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8524" 2 = "No" ; VALUE TM8522L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8524L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM_IP07C (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP08C (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP08K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP08L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP08M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP08N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP08O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP08P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP08Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP08R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP08S (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP09C (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP09K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP09L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP09M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP09N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP09O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP09P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP09Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP09R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP09S (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP10C (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP10K (default=32) 0 = "Not imputed" 1 = "Imputed TM8404" 2 = "Imputed TM8408" 3 = "Imputed TM8404 & TM8408" ; VALUE TM_IP10L (default=32) 0 = "Not imputed" 1 = "Imputed TM8406" 2 = "Imputed TM8410" 3 = "Imputed TM8406 & TM8410" ; VALUE TM_IP10M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP10N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP10O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP10P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP10Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP10R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP10S (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP11C (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP11K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP11L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP11M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP11N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP11O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP11P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP11Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP11R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP11S (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP12C (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP12K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP12L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP12M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP12N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP12O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP12P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP12Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP12R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP12S (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP13C (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP13K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP13L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP13M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP13N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP13O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP13P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP13Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP13R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP13S (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP14C (default=32) 0 = "Not imputed" 1 = "Imputed TM8508" 2 = "Imputed TM8510" 3 = "Imputed TM8508 & TM8510" ; VALUE TM_IP14K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP14L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP14M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP14N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IP14O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IPIND (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IPOCP (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_CAL0P (default=32) 0 = "Not calculated" 1 = "Calculated" ; VALUE TM_CAL0K (default=32) 0 = "Not calculated" 1 = "Calculated" ; VALUE TM_CAL0L (default=32) 0 = "Not calculated" 1 = "Calculated" ; VALUE TM_CAL0M (default=32) 0 = "Not calculated" 1 = "Calculated" ; VALUE TM_CAL0N (default=32) 0 = "Not calculated" 1 = "Calculated" ; VALUE TM_CAL0O (default=32) 0 = "Not calculated" 1 = "Calculated" ; VALUE TM_CAL0Q (default=32) 0 = "Not calculated" 1 = "Calculated" ; VALUE TM_CAL1P (default=32) 0 = "Not calculated" 1 = "Calculated" ; filename raw pipe "unzip -p /homes/data/sipp/1990/sipp90t4.zip "; data library.sip90t4; 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/1990/sipp90t4.dat' LRECL=20000 PAD END=EOF; *LENGTH SUSEQNUM $5 ID 6 ADDID $2 ENTRY $2 FINALWGT 8 TM8539 4 TM8564 4 TM8568 4 TM8572 4 TM8580 8 TM8570 4 TM8582 8 TM8598 4 TM8624 4 TM8630 4 TM8666 4 TM8730 4 TM8760 4 TM8732 4 TM8762 4 TM8734 4 TM8764 4 TM8788 4 TM8796 4 TM8790 4 TM8798 4 TMCARVA1 4 TMCARVA2 4 TMCARVA3 4 HH_MORTG 6 HH_THEQ 6 HH_VEHCL 6 HH_BEQ 6 HH_INTBK 6 HH_INTOT 6 HH_STK 6 HH_ORE 6 HH_OTAST 6 HH_IRA 4 HH_TWLTH 6 HH_SCDBT 6 HH_USDBT 6 HH_DEBT 6 HH_TNW 6 TM8008 4 TM8012 4 SC4314 4 SC4322 4 SC4414 4 SC4422 4 TM8034 6 TM8040 4 TM8044 6 TM8050 4 TM8068 4 TM8074 4 TM8092 4 TM8098 4 TM8116 4 TM8120 4 TM8122 4 TM8126 6 TM8128 6 TM8132 6 TM8202 6 TM8206 4 TM8210 4 TM8214 4 TM8218 4 TM8222 4 TM8233 4 TM8238 4 TM8242 4 TM8246 4 TM8264 4 TM8288 4 TM8309 6 TM8313 4 TM8404 4 TM8412 8 TM8443 4 TM8406 4 TM8414 8 TM8445 4 TM8478 4 TM8479 4 TM8481 4 TM8506 4 TM8508 4 TM8514 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 SUSEQNUM $5. @6 ID 9. @15 ROTATION 1. @16 STATE 2. @18 PINX 2. @20 ADDID $2. @22 ITEM36B 2. @24 INTVW 1. @25 ENTRY $2. @27 PNUM $3. @30 FINALWGT 12.4 @42 RRP 1. @43 AGE 3. @46 SEX 1. @47 RACE 1. @48 MS 1. @49 PNSP 3. @52 PNPT 3. @55 HIGRADE 2. @57 GRD_CMPL 1. @58 ETHNICTY 2. @60 WAVE 1. @61 TM8526 1. @62 TM8528 1. @63 TM8530 1. @64 TM8532 3. @67 TM8534 3. @70 TM8536 3. @73 TM8538 2. @75 TM8539 4. @79 TM8540 1. @80 TM8542 1. @81 TM8564 6. @87 TM8568 4. @91 TM8569 2. @93 TM8572 6. @99 TM8576 2. @101 TM8580 4.2 @105 TM8584 1. @106 TM8587 1. @107 TM8592 1. @108 TM8566 1. @109 TM8570 4. @113 TM8571 2. @115 TM8574 1. @116 TM8578 2. @118 TM8582 4.2 @122 TM8586 1. @123 TM8589 1. @124 TM8594 1. @125 TM8596 1. @126 TM8598 6. @132 TM8608 1. @133 TM8610 1. @134 TM8612 1. @135 TM8624 5. @140 TM8630 5. @145 TM8658 1. @146 TM8660 1. @147 TM8662 3. @150 TM8664 3. @153 TM8666 6. @159 TM8714 1. @160 TM8716 2. @162 TM8718 3. @165 TM8724 3. @168 TM8730 4. @172 TM8754 1. @173 TM8760 6. @179 TM8766 1. @180 TM8720 3. @183 TM8726 3. @186 TM8732 4. @190 TM8756 1. @191 TM8762 5. @196 TM8768 1. @197 TM8722 3. @200 TM8728 3. @203 TM8734 4. @207 TM8758 1. @208 TM8764 5. @213 TM8770 1. @214 TM8772 1. @215 TM8774 1. @216 TM8776 1. @217 TM8778 1. @218 TM8780 3. @221 TM8784 3. @224 TM8788 5. @229 TM8792 1. @230 TM8796 5. @235 TM8800 1. @236 TM8782 3. @239 TM8786 3. @242 TM8790 5. @247 TM8794 1. @248 TM8798 5. @253 TMCARVA1 5. @258 TMCARVA2 5. @263 TMCARVA3 5. @268 HH_MORTG 9. @277 HH_THEQ 10. @287 HH_VEHCL 10. @297 HH_BEQ 10. @307 HH_INTBK 9. @316 HH_INTOT 9. @325 HH_STK 10. @335 HH_ORE 10. @345 HH_OTAST 9. @354 HH_IRA 6. @360 HH_TWLTH 10. @370 HH_SCDBT 9. @379 HH_USDBT 9. @388 HH_DEBT 9. @397 HH_TNW 10. @407 HH_ATS01 1. @408 HH_ATS02 1. @409 HH_ATS03 1. @410 HH_ATS04 1. @411 HH_ATS05 1. @412 HH_ATS06 1. @413 HH_ATS07 1. @414 HH_ATS08 1. @415 HH_ATS09 1. @416 HH_ATS10 1. @417 HH_ATS11 1. @418 HH_ATS12 1. @419 HH_ATS13 1. @420 HH_ATS14 1. @421 HH_ATS15 1. @422 HH_ATS16 1. @423 HH_ATS17 1. @424 HH_ATS18 1. @425 HH_ATS19 1. @426 HH_ATS20 1. @427 TM_IP147 1. @428 TM_IP148 1. @429 TM_IP149 1. @430 TM_IP150 1. @431 TM_IP151 1. @432 TM_IP152 1. @433 TM_IP153 1. @434 TM_IP154 1. @435 TM_IP155 1. @436 TM_IP156 1. @437 TM_IP157 1. @438 TM_IP159 1. @439 TM_IP160 1. @440 TM_IP161 1. @441 TM_IP162 1. @442 TM_IP163 1. @443 TM_IP164 1. @444 TM_IP165 1. @445 TM_IP166 1. @446 TM_IP167 1. @447 TM_IP168 1. @448 TM_IP169 1. @449 TM_IP170 1. @450 TM_IP171 1. @451 TM_IP172 1. @452 TM_IP173 1. @453 TM_IP174 1. @454 TM_IP175 1. @455 TM_IP176 1. @456 TM_IP177 1. @457 TM_IP178 1. @458 TM_IP179 1. @459 TM_IP180 1. @460 TM_IP181 1. @461 TM_IP182 1. @462 TM_IP183 1. @463 TM_IP184 1. @464 TM_IP185 1. @465 TM_IP186 1. @466 TM_IP187 1. @467 TM_IP188 1. @468 TM_CAL11 1. @469 TM_CAL14 1. @470 TM_CAL15 1. @471 TM_CAL16 1. @472 TM_CAL17 1. @473 TM_CAL18 1. @474 TM_CAL19 1. @475 TM_CAL20 1. @476 TM_CAL21 1. @477 TM_CAL22 1. @478 TM_CAL23 1. @479 TM_CAL24 1. @480 TM_CAL25 1. @481 TM_CAL26 1. @482 TM_CAL27 1. @483 TM_CAL28 1. @484 TM_CAL29 1. @485 TM_CAL33 1. @486 TM_CAL34 1. @487 TM_CAL35 1. @488 TM_CAL36 1. @497 TM8000 1. @498 TM8002 1. @499 TM8004 3. @502 TM8006 1. @503 TM8008 6. @509 TM8012 6. @515 TM8016 1. @516 TM8018 1. @517 TM8020 3. @520 TM8022 1. @521 TM8024 2. @523 TM8028 2. @525 TM_IP001 1. @526 TM_IP002 1. @527 TM_IP003 1. @528 TM_IP004 1. @529 TM_IP005 1. @530 TM_IP006 1. @531 TM_IP007 1. @532 TM_IP008 1. @541 SC4314 6. @547 SC4322 5. @552 SC4414 6. @558 SC4422 6. @564 TM8032 1. @565 TM8034 9. @574 TM8038 1. @575 TM8040 6. @581 TM8042 1. @582 TM8044 9. @591 TM8048 1. @592 TM8050 6. @598 TM8052 1. @599 TM8054 2. @601 TM8056 1. @602 TM8058 1. @603 TM8060 1. @604 TM8062 1. @605 TM8064 1. @606 TM8066 1. @607 TM8067 1. @608 TM8068 6. @614 TM8072 1. @615 TM8074 6. @621 TM8076 1. @622 TM8078 2. @624 TM8080 1. @625 TM8082 1. @626 TM8084 1. @627 TM8086 1. @628 TM8088 1. @629 TM8090 1. @630 TM8091 1. @631 TM8092 6. @637 TM8096 1. @638 TM8098 6. @644 TM8100 1. @645 TM8102 2. @647 TM8104 1. @648 TM8106 1. @649 TM8108 1. @650 TM8110 1. @651 TM8112 1. @652 TM8114 1. @653 TM8116 6. @659 TM8118 1. @660 TM8120 6. @666 TM8122 6. @672 TM8126 9. @681 TM8128 9. @690 TM8130 1. @691 TM8132 9. @700 TM_IP009 1. @701 TM_IP010 1. @702 TM_IP011 1. @703 TM_IP012 1. @704 TM_IP013 1. @705 TM_IP014 1. @706 TM_IP015 1. @707 TM_IP016 1. @708 TM_IP017 1. @709 TM_IP018 1. @710 TM_IP18A 1. @711 TM_IP019 1. @712 TM_IP020 1. @713 TM_IP021 1. @714 TM_IP022 1. @715 TM_IP023 1. @716 TM_IP024 1. @717 TM_IP24A 1. @718 TM_IP025 1. @719 TM_IP026 1. @720 TM_IP027 1. @721 TM_IP028 1. @722 TM_IP029 1. @723 TM_IP030 1. @724 TM_IP031 1. @725 TM_IP032 1. @726 TM_IP033 1. @727 TM_IP034 1. @728 TM_IP035 1. @729 TM_IP036 1. @730 TM_IP037 1. @739 TM8200 1. @740 TM8202 9. @749 TM8204 1. @750 TM8206 5. @755 TM8208 1. @756 TM8209 1. @757 TM8210 4. @761 TM8212 1. @762 TM8214 6. @768 TM8216 1. @769 TM8218 6. @775 TM8220 1. @776 TM8222 6. @782 TM8232 1. @783 TM8233 4. @787 TM8234 1. @788 TM8236 1. @789 TM8238 6. @795 TM8240 1. @796 TM8242 6. @802 TM8244 1. @803 TM8246 6. @809 TM8258 1. @810 TM8260 1. @811 TM8262 2. @813 TM8264 5. @818 TM8268 1. @819 TM8270 1. @820 TM8272 1. @821 TM8274 1. @822 TM8276 1. @823 TM8278 1. @824 TM8280 1. @825 TM8282 1. @826 TM8284 1. @827 TM8286 2. @829 TM8288 6. @835 TM8292 1. @836 TM8294 1. @837 TM8296 1. @838 TM8298 1. @839 TM8300 1. @840 TM8302 1. @841 TM8304 1. @842 TM8306 1. @843 TM8308 1. @844 TM8309 9. @853 TM8311 1. @854 TM8312 1. @855 TM8313 6. @861 TM_IP038 1. @862 TM_IP039 1. @863 TM_IP040 1. @864 TM_IP041 1. @865 TM_IP042 1. @866 TM_IP043 1. @867 TM_IP044 1. @868 TM_IP045 1. @869 TM_IP046 1. @870 TM_IP047 1. @871 TM_IP048 1. @872 TM_IP049 1. @873 TM_IP050 1. @874 TM_IP051 1. @875 TM_IP055 1. @876 TM_IP056 1. @877 TM_IP057 1. @878 TM_IP058 1. @879 TM_IP059 1. @880 TM_IP060 1. @881 TM_IP061 1. @882 TM_IP062 1. @883 TM_IP063 1. @884 TM_IP069 1. @885 TM_IP070 1. @886 TM_IP071 1. @887 TM_IP072 1. @888 TM_IP073 1. @889 TM_IP074 1. @890 TM_IP075 1. @891 TM_IP076 1. @892 TM_IP077 1. @893 TM_IP078 1. @894 TM8324 1. @895 TM8326 1. @896 TM8330 1. @897 TM8334 1. @898 TM8338 1. @899 TM8342 1. @900 TM8346 1. @901 TM8350 1. @902 TM8354 1. @903 TM8358 1. @904 TM8362 1. @905 TM8366 1. @906 TM8370 1. @907 TM8374 1. @908 TM8382 1. @909 TM8384 1. @910 TM8388 1. @911 TM8392 1. @912 TM8396 1. @913 TM8400 1. @914 TM8404 6. @920 TM8408 1. @921 TM8412 3.1 @924 TM8420 2. @926 TM8424 1. @927 TM8428 1. @928 TM8432 1. @929 TM8438 1. @930 TM8442 1. @931 TM8443 5. @936 TM8446 1. @937 TM8328 1. @938 TM8332 1. @939 TM8336 1. @940 TM8340 1. @941 TM8344 1. @942 TM8348 1. @943 TM8352 1. @944 TM8356 1. @945 TM8360 1. @946 TM8364 1. @947 TM8368 1. @948 TM8372 1. @949 TM8376 1. @950 TM8386 1. @951 TM8390 1. @952 TM8394 1. @953 TM8398 1. @954 TM8402 1. @955 TM8406 6. @961 TM8410 1. @962 TM8414 3.1 @965 TM8422 2. @967 TM8426 1. @968 TM8430 1. @969 TM8436 1. @970 TM8440 1. @971 TM8444 1. @972 TM8445 5. @977 TM8448 1. @978 TM8450 1. @979 TM8454 1. @980 TM8452 1. @981 TM8456 1. @982 TM8458 1. @983 TM8460 1. @984 TM8462 1. @985 TM8464 1. @986 TM8466 1. @987 TM8468 1. @988 TM8470 1. @989 TM8472 1. @990 TM8474 2. @992 TM8475 1. @993 TM8476 1. @994 TM8477 2. @996 TM8478 4. @1000 TM8479 6. @1006 TM8480 1. @1007 TM8481 5. @1012 R8481A 1. @1013 R8481B 1. @1014 R8481C 1. @1015 R8481D 1. @1016 R8481E 1. @1017 TM8482 1. @1018 TM8483 1. @1019 TMIND 3. @1022 TMOCC 3. @1025 TM8492 1. @1026 TM8494 1. @1027 TM8496 1. @1028 TM8498 1. @1029 TM8500 2. @1031 TM8502 2. @1033 TM8504 2. @1035 TM8506 4. @1039 TM8508 6. @1045 TM8510 1. @1046 TM8514 4. @1050 TM8516 1. @1051 TM8518 1. @1052 TM8520 1. @1053 TM8522 1. @1054 TM8524 1. @1055 TM_IP079 1. @1056 TM_IP080 1. @1057 TM_IP081 1. @1058 TM_IP082 1. @1059 TM_IP083 1. @1060 TM_IP084 1. @1061 TM_IP085 1. @1062 TM_IP086 1. @1063 TM_IP087 1. @1064 TM_IP088 1. @1065 TM_IP089 1. @1066 TM_IP090 1. @1067 TM_IP091 1. @1068 TM_IP092 1. @1069 TM_IP093 1. @1070 TM_IP094 1. @1071 TM_IP095 1. @1072 TM_IP096 1. @1073 TM_IP097 1. @1074 TM_IP098 1. @1075 TM_IP099 1. @1076 TM_IP100 1. @1077 TM_IP101 1. @1078 TM_IP102 1. @1079 TM_IP103 1. @1080 TM_IP104 1. @1081 TM_IP105 1. @1082 TM_IP106 1. @1083 TM_IP107 1. @1084 TM_IP108 1. @1085 TM_IP109 1. @1086 TM_IP110 1. @1087 TM_IP111 1. @1088 TM_IP112 1. @1089 TM_IP113 1. @1090 TM_IP114 1. @1091 TM_IP115 1. @1092 TM_IP116 1. @1093 TM_IP117 1. @1094 TM_IP118 1. @1095 TM_IP119 1. @1096 TM_IP120 1. @1097 TM_IP121 1. @1098 TM_IP122 1. @1099 TM_IP123 1. @1100 TM_IP124 1. @1101 TM_IP125 1. @1102 TM_IP126 1. @1103 TM_IP127 1. @1104 TM_IP128 1. @1105 TM_IP129 1. @1106 TM_IP130 1. @1107 TM_IP131 1. @1108 TM_IP132 1. @1109 TM_IP133 1. @1110 TM_IP134 1. @1111 TM_IP135 1. @1112 TM_IP136 1. @1113 TM_IP137 1. @1114 TM_IP138 1. @1115 TM_IP139 1. @1116 TM_IP140 1. @1117 TM_IP141 1. @1118 TM_IP142 1. @1119 TM_IP143 1. @1120 TM_IP144 1. @1121 TM_IP145 1. @1122 TM_IPIND 1. @1123 TM_IPOCP 1. @1124 TM_CAL03 1. @1125 TM_CAL04 1. @1126 TM_CAL05 1. @1127 TM_CAL06 1. @1128 TM_CAL07 1. @1129 TM_CAL08 1. @1130 TM_CAL09 1. @1131 TM_CAL10 1. ; LABEL SUSEQNUM = "Sequence number of sample unit" ID = "Sample unit identifier" ROTATION = "Rotation" STATE = "FIPS state code from the MST/GRIN File" PINX = "Person index from core" ADDID = "Address ID. - This field differentiate" ITEM36B = "Control card item 36B - Interview stat" INTVW = "Person's interview status" ENTRY = "Edited entry address ID" PNUM = "Edited person number" FINALWGT = "'STAGE1WT' second stage factor" RRP = "Edited relationship to reference perso" AGE = "Edited and imputed age as of last" SEX = "Sex of this person" RACE = "Race of this person" MS = "Marital status" PNSP = "Person number of spouse" PNPT = "Person number of parent" HIGRADE = "What is the highest grade or year of" GRD_CMPL = "Did he/she complete that grade" ETHNICTY = "Ethnic origin" WAVE = "Housing costs, conditions, and energy" TM8526 = "Check item T11" TM8528 = "Check item T12" TM8530 = "Check item T13" TM8532 = "Person number" TM8534 = "Person number" TM8536 = "Person number" TM8538 = "In what month was this home purchased" TM8539 = "In what year was this home purchased" TM8540 = "Is there a mortgage, home, equity" TM8542 = "How many mortgages, home equity" TM8564 = "How much principal is currently owed" TM8568 = "In what year was this mortgage" TM8569 = "In what month was this mortage" TM8572 = "What was the amount of the mortgage" TM8576 = "What is the total number of years" TM8580 = "What is the current annual interest" TM8584 = "Is the interest rate variable, that" TM8587 = "Was this mortgage obtained through" TM8592 = "Check item T14" TM8566 = "How much principal is currently owed" TM8570 = "In what year was this mortgage" TM8571 = "In what month was this mortgage" TM8574 = "What was the amount of the mortgage" TM8578 = "What is the total number of years" TM8582 = "What is the current annual interest" TM8586 = "Is the interest rate variable, that" TM8589 = "Was this mortgage obtained through" TM8594 = "Check item T15" TM8596 = "How much principal is currently owed" TM8598 = "What is the current value of this" TM8608 = "Check item T16" TM8610 = "Is there a mortgage, installment" TM8612 = "Is this a mortgage, contract, or" TM8624 = "How much principal is currently owed" TM8630 = "How much do you think this mobile" TM8658 = "Check item T17" TM8660 = "Do you or anyone in this household" TM8662 = "Which person in this household is" TM8664 = "Which person in this household is" TM8666 = "What is the total value of... equity" TM8714 = "Does anyone in this household own a" TM8716 = "How many cars, trucks, or vans are" TM8718 = "First person number" TM8724 = "Second person number" TM8730 = "What is the year of this vehicle" TM8754 = "Is this vehicle owned free and clear," TM8760 = "How much is currently owed for this" TM8766 = "Check item T18" TM8720 = "First person number" TM8726 = "Second person number" TM8732 = "What is the year of this vehicle" TM8756 = "Is this vehicle owned free and clear," TM8762 = "How much is currently owed for" TM8768 = "Is there another vehicle which has" TM8722 = "First person number" TM8728 = "Second person number" TM8734 = "What is the year of this vehicle" TM8758 = "Is this vehicle owned free and clear" TM8764 = "How much is currently owed for this" TM8770 = "Motorcycle" TM8772 = "Boat" TM8774 = "Recreational vehicle (RV)" TM8776 = "Other" TM8778 = "No other vehicle owned - skip to SC480" TM8780 = "First person number" TM8784 = "Second person number" TM8788 = "If this vehicle were sold, what would" TM8792 = "Is this vehicle owned free and clear" TM8796 = "How much is currently owed for" TM8800 = "Check item T18" TM8782 = "First person number" TM8786 = "Second person number" TM8790 = "If this vehicle were sold, what would" TM8794 = "Is this vehicle owned free and clear" TM8798 = "How much is currently owed for" TMCARVA1 = "Present car value(s)" TMCARVA2 = "Present car value(s)" TMCARVA3 = "Present car value(s)" HH_MORTG = "Total debt owed on home" HH_THEQ = "Home equity" HH_VEHCL = "Net equity in vehicles" HH_BEQ = "Business equity" HH_INTBK = "Interest earning, assets held in banki" HH_INTOT = "Interest earning, assets held in other" HH_STK = "Equity in stocks and mutual fund share" HH_ORE = "Real estate (other than own home)" HH_OTAST = "Other assets" HH_IRA = "IRA and KEOGH accounts" HH_TWLTH = "Total household wealth" HH_SCDBT = "Secured debt" HH_USDBT = "Unsecured debt" HH_DEBT = "Total debt" HH_TNW = "Total net worth" HH_ATS01 = "Household asset summary" HH_ATS02 = "Household asset summary" HH_ATS03 = "Household asset summary." HH_ATS04 = "Household asset summary." HH_ATS05 = "Household asset summary." HH_ATS06 = "Household asset summary." HH_ATS07 = "Household asset summary." HH_ATS08 = "Household asset summary." HH_ATS09 = "Household asset summary" HH_ATS10 = "Household asset summary" HH_ATS11 = "Household asset summary." HH_ATS12 = "Household asset summary." HH_ATS13 = "Household asset summary" HH_ATS14 = "Household asset summary" HH_ATS15 = "Household asset summary." HH_ATS16 = "Household asset summary." HH_ATS17 = "Household asset summary" HH_ATS18 = "Household asset summary." HH_ATS19 = "Household asset summary" HH_ATS20 = "Household asset summary" TM_IP147 = "Topical modules imputation flag #147" TM_IP148 = "Topical modules imputation flag #148" TM_IP149 = "Topical modules imputation flag #149" TM_IP150 = "Topical modules imputation flag #150" TM_IP151 = "Topical modules imputation flag #151" TM_IP152 = "Topical modules imputation flag #152" TM_IP153 = "Topical modules imputation flag #153" TM_IP154 = "Topical modules imputation flag #154" TM_IP155 = "Topical modules imputation flag #155" TM_IP156 = "Topical modules imputation flag #156" TM_IP157 = "Topical modules imputation flag #157" TM_IP159 = "Topical modules imputation flag #159" TM_IP160 = "Topical modules imputation flag #160" TM_IP161 = "Topical modules imputation flag #161" TM_IP162 = "Topical modules imputation flag #162" TM_IP163 = "Topical modules imputation flag #163" TM_IP164 = "Topical modules imputation flag #164" TM_IP165 = "Topical modules imputation flag #165" TM_IP166 = "Topical modules imputation flag #166" TM_IP167 = "Topical modules imputation flag #167" TM_IP168 = "Topical modules imputation flag #168" TM_IP169 = "Topical modules imputation flag #169" TM_IP170 = "Topical modules imputation flag #170" TM_IP171 = "Topical modules imputation flag #171" TM_IP172 = "Topical modules imputation flag #172" TM_IP173 = "Topical modules imputation flag #173" TM_IP174 = "Topical modules imputation flag #174" TM_IP175 = "Topical modules imputation flag #175" TM_IP176 = "Topical modules imputation flag #176" TM_IP177 = "Topical modules imputation flag #177" TM_IP178 = "Topical modules imputation flag #178" TM_IP179 = "Topical modules imputation flag #179" TM_IP180 = "Topical modules imputation flag #180" TM_IP181 = "Topical modules imputation flag #181" TM_IP182 = "Topical modules imputation flag #182" TM_IP183 = "Topical modules imputation flag #183" TM_IP184 = "Topical modules imputation flag #184" TM_IP185 = "Topical modules imputation flag #185" TM_IP186 = "Topical modules imputation flag #186" TM_IP187 = "Topical modules imputation flag #187" TM_IP188 = "Topical modules imputation flag #188" TM_CAL11 = "Topical modules calculation flag #11" TM_CAL14 = "Topical modules calculation flag #14" TM_CAL15 = "Topical modules calculation flag #15" TM_CAL16 = "Topical modules calculation flag #16" TM_CAL17 = "Topical modules calculation flag #17" TM_CAL18 = "Topical modules calculation flag #18" TM_CAL19 = "Topical modules calculation flag #19" TM_CAL20 = "Topical modules calculation flag #20" TM_CAL21 = "Topical modules calculation flag #21" TM_CAL22 = "Topical modules calculation flag #22" TM_CAL23 = "Topical modules calculation flag #23" TM_CAL24 = "Topical modules calculation flag #24" TM_CAL25 = "Topical modules calculation flag #25" TM_CAL26 = "Topical modules calculation flag #26" TM_CAL27 = "Topical modules calculation flag #27" TM_CAL28 = "Topical modules calculation flag #28" TM_CAL29 = "Topical modules calculation flag #29" TM_CAL33 = "Topical modules calculation flag #33" TM_CAL34 = "Topical modules calculation flag #34" TM_CAL35 = "Topical modules calculation flag #35" TM_CAL36 = "Topical modules calculation flag #36" TM8000 = "Was...self-employed in this business" TM8002 = "Check item S7" TM8004 = "As of (last day of reference period)" TM8006 = "Check item S8" TM8008 = "As of (last day of reference period)" TM8012 = "As of (last day of reference period)" TM8016 = "Was...self-employed in this business" TM8018 = "Check item S15" TM8020 = "As of (last day of reference period)" TM8022 = "Check item S16" TM8024 = "As of (last day of reference period)" TM8028 = "As of (last day of reference period)" TM_IP001 = "Topical modules imputation flag #1" TM_IP002 = "Topical modules imputation flag #2" TM_IP003 = "Topical modules imputation flag #3" TM_IP004 = "Topical modules imputation flag #4" TM_IP005 = "Topical modules imputation flag #5" TM_IP006 = "Topical modules imputation flag #6" TM_IP007 = "Topical modules imputation flag #7" TM_IP008 = "Topical modules imputation flag #8" SC4314 = "What is your best estimate of the" SC4322 = "What is your best estimate of the" SC4414 = "What is your best estimate of the" SC4422 = "What is your best estimate of the" TM8032 = "Check Item A15" TM8034 = "As of (last day of reference period)" TM8038 = "Was any debt or margin account held" TM8040 = "As of(last day of reference period)" TM8042 = "Besides the stocks or mutual fund" TM8044 = "As of (last day of reference period)" TM8048 = "Was any debt or margin account held" TM8050 = "As of (last day of reference period)" TM8052 = "As of (last day of reference period)" TM8054 = "How many properties did...own" TM8056 = "Vacation home" TM8058 = "Other residential property" TM8060 = "Farm property" TM8062 = "Commercial property" TM8064 = "Equipment" TM8066 = "Other" TM8067 = "Were any of these properties attached " TM8068 = "As of (last day of reference period)" TM8072 = "Was there a mortgage, deed of trust," TM8074 = "As of(last day of reference period)" TM8076 = "As of(last day of reference period)" TM8078 = "How many properties did ... own" TM8080 = "Vacation home" TM8082 = "Other residential property" TM8084 = "Farm property" TM8086 = "Commercial property" TM8088 = "Equipment" TM8090 = "Other" TM8091 = "Were any of these properties attached " TM8092 = "As of(last day of reference period)" TM8096 = "Was there a mortgage, deed of trust," TM8098 = "As of(last day of reference period)" TM8100 = "Did ... own any rental property jointl" TM8102 = "How many properties did ... own" TM8104 = "Vacation home" TM8106 = "Other residential property" TM8108 = "Farm property" TM8110 = "Commercial property" TM8112 = "Equipment" TM8114 = "Other" TM8116 = "As of(last day of reference period)" TM8118 = "Was there a mortgage, deed of trust," TM8120 = "As of (last day of reference period)" TM8122 = "As of (last day of reference period)" TM8126 = "(As of last day of reference period)" TM8128 = "As of(last day of reference period)" TM8130 = "Check item A21" TM8132 = "As of(last day of reference period)" TM_IP009 = "Topical modules imputation flag #9" TM_IP010 = "Topical modules imputation flag #10" TM_IP011 = "Topical modules imputation flag #11" TM_IP012 = "Topical modules imputation flag #12" TM_IP013 = "Topical modules imputation flag #13" TM_IP014 = "Topical modules imputation flag #14" TM_IP015 = "Topical modules imputation flag #15" TM_IP016 = "Topical modules imputation flag #16" TM_IP017 = "Topical modules imputation flag #17" TM_IP018 = "Topical modules imputation flag #18" TM_IP18A = "Topical modules imputation flag #18A" TM_IP019 = "Topical modules imputation flag #19" TM_IP020 = "Topical modules imputation flag #20" TM_IP021 = "Topical modules imputation flag #21" TM_IP022 = "Topical modules imputation flag #22" TM_IP023 = "Topical modules imputation flag #23" TM_IP024 = "Topical modules imputation flag #24" TM_IP24A = "Topical modules imputation flag #24A" TM_IP025 = "Topical modules imputation flag #25" TM_IP026 = "Topical modules imputation flag #26" TM_IP027 = "Topical modules imputation flag #27" TM_IP028 = "Topical modules imputation flag #28" TM_IP029 = "Topical modules imputation flag #29" TM_IP030 = "Topical modules imputation flag #30" TM_IP031 = "Topical modules imputation flag #31" TM_IP032 = "Topical modules imputation flag #32" TM_IP033 = "Topical modules imputation flag #33" TM_IP034 = "Topical modules imputation flag #34" TM_IP035 = "Topical modules imputation flag #35" TM_IP036 = "Topical modules imputation flag #36" TM_IP037 = "Topical modules imputation flag #37" TM8200 = "As of (last day of reference period)" TM8202 = "How much was owed to ..." TM8204 = "Did ... own any U.S. savings bonds" TM8206 = "What was the face value of the U.S." TM8208 = "Check item T1" TM8209 = "As of (last day of reference period)" TM8210 = "What is your best estimate of the amou" TM8212 = "As of (last day of reference period)" TM8214 = "How much was owed on store bills or" TM8216 = "Did ... and ...'s (husband/wife)" TM8218 = "How much was owed as of" TM8220 = "Did ... and ...'s (husband/wife) toget" TM8222 = "How much was owed on any other" TM8232 = "Besides any checking accounts" TM8233 = "What is your best estimate of the amou" TM8234 = "Did ... have any debts, such as credit" TM8236 = "As of (last day of reference period)" TM8238 = "How much was owed on store bills or" TM8240 = "As of (last day of reference period)" TM8242 = "How much was owed as of (last day of" TM8244 = "As of (last day of reference period)," TM8246 = "How much was owed on other debts" TM8258 = "Check item T2" TM8260 = "Does ... have an individual retirement" TM8262 = "For how many years has ... contributed" TM8264 = "As of (last day of reference period)," TM8268 = "Certificates of deposit or other" TM8270 = "Money market funds" TM8272 = "U.S. Government securities" TM8274 = "Municipal or corporate bonds" TM8276 = "U.S. savings bonds" TM8278 = "Stocks or mutual fund shares" TM8280 = "Other assets" TM8282 = "Don't know which kinds of assets" TM8284 = "Does ... have a KEOGH account in ...'s" TM8286 = "For how many years has ... contributed" TM8288 = "As of (last day of reference period)" TM8292 = "Certificates of deposit or other" TM8294 = "Money market funds" TM8296 = "U.S. Government securities" TM8298 = "Municipal or corporate bonds" TM8300 = "U.S. Savings bonds" TM8302 = "Stocks or mutual fund shares" TM8304 = "Other assets" TM8306 = "Don't know which assets" TM8308 = "Does ... have any life insurance" TM8309 = "What is the face value of all life" TM8311 = "Is 'Worked' marked on the ISS" TM8312 = "Are any of...'s life insurance policie" TM8313 = "What is the face value of the life" TM_IP038 = "Topical modules imputation flag #38" TM_IP039 = "Topical modules imputation flag #39" TM_IP040 = "Topical modules imputation flag #40" TM_IP041 = "Topical modules imputation flag #41" TM_IP042 = "Topical modules imputation flag #42" TM_IP043 = "Topical modules imputation flag #43" TM_IP044 = "Topical modules imputation flag #44" TM_IP045 = "Topical modules imputation flag #45" TM_IP046 = "Topical modules imputation flag #46" TM_IP047 = "Topical modules imputation flag #47" TM_IP048 = "Topical modules imputation flag #48" TM_IP049 = "Topical modules imputation flag #49" TM_IP050 = "Topical modules imputation flag #50" TM_IP051 = "Topical modules imputation flag #51" TM_IP055 = "Topical modules imputation flag #55" TM_IP056 = "Topical modules imputation flag #56" TM_IP057 = "Topical modules imputation flag #57" TM_IP058 = "Topical modules imputation flag #58" TM_IP059 = "Topical modules imputation flag #59" TM_IP060 = "Topical modules imputation flag #60" TM_IP061 = "Topical modules imputation flag #61" TM_IP062 = "Topical modules imputation flag #62" TM_IP063 = "Topical modules imputation flag #63" TM_IP069 = "Topical modules imputation flag #69" TM_IP070 = "Topical modules imputation flag #70" TM_IP071 = "Topical modules imputation flag #71" TM_IP072 = "Topical modules imputation flag #72" TM_IP073 = "Topical modules imputation flag #73" TM_IP074 = "Topical modules imputation flag #74" TM_IP075 = "Topical modules imputation flag #75" TM_IP076 = "Topical modules imputation flag #76" TM_IP077 = "Topical modules imputation flag #77" TM_IP078 = "Topical modules imputation flag #78" TM8324 = "Check item T4" TM8326 = "Enter job number for job 1" TM8330 = "About how many persons are employed" TM8334 = "Does employer one operate in" TM8338 = "About how many persons are employed" TM8342 = "Does...'s employer(one) or union have" TM8346 = "Is ... included in such a plan" TM8350 = "Chose not to belong" TM8354 = "No one in ...'s type of job can belong" TM8358 = "...does not work enough hours, weeks" TM8362 = "... started this job too close to ...'" TM8366 = "... is too young" TM8370 = "... has not worked for this employer" TM8374 = "Other" TM8382 = "Check item T6" TM8384 = "Is ... included in more than one" TM8388 = "Is ...'s (basic) retirement plan a" TM8392 = "Are the retirement benefits of ...'s" TM8396 = "Does employer one make payments" TM8400 = "Does ... make payments toward ...'s" TM8404 = "How much does ... contribute toward .." TM8408 = "How does ... contribute toward ...'s" TM8412 = "What percent of salary does ..." TM8420 = "How long has ... been included in this" TM8424 = "If ... were to leave employer one now" TM8428 = "Is that because ... has not been" TM8432 = "Under this plan, could ...'s" TM8438 = "Does employer offer a salary" TM8442 = "Does ... participate in this plan" TM8443 = "As of (last day of reference period)" TM8446 = "Check item T6" TM8328 = "Job number at employer number two" TM8332 = "About how many persons are employed" TM8336 = "Does employer two operate in" TM8340 = "About how many persons are employed" TM8344 = "Does ...'s employer two or union have" TM8348 = "Is ... included in such a plan" TM8352 = "Chose not to belong" TM8356 = "No one in ...'s type of job can belong" TM8360 = "... does not work enough hours, weeks" TM8364 = "... started this job too close to ...'" TM8368 = "... is too young" TM8372 = "... has not worked for this employer" TM8376 = "Other" TM8386 = "Is ... included in more than one" TM8390 = "Is ...'s (basic) retirement plan a" TM8394 = "Are the retirement benefits of...'s" TM8398 = "Does employer two make payments" TM8402 = "Does ... make payments toward ...'s" TM8406 = "How much does ... contribute toward .." TM8410 = "How does ... contribute toward...'s" TM8414 = "Or what percent of salary does ..." TM8422 = "How long has ... been included in this" TM8426 = "If ... were to leave the employer now" TM8430 = "Is that because ... has not been" TM8436 = "Under this plan, could ...'s" TM8440 = "Does employer two offer a salary" TM8444 = "Does ... participate in this plan" TM8445 = "As of (last day of reference period)" TM8448 = "Check item T7" TM8450 = "First business ID number" TM8454 = "Not counting Social Security, IRA," TM8452 = "Second business ID number" TM8456 = "Not counting Social Security, IRA, or" TM8458 = "Is ... 55 To 64 years of age" TM8460 = "(Other than the plans we have already" TM8462 = "A private employer" TM8464 = "Military" TM8466 = "Federal government (civilian)" TM8468 = "State or local governments" TM8470 = "A union" TM8472 = "Other" TM8474 = "How many years (altogether) did" TM8475 = "Is ... 62 years of age or older" TM8476 = "Did ... ever receive a lump sum" TM8477 = "How many times did ... receive a lump" TM8478 = "When did ... receive the (most recent)" TM8479 = "Approximately how much did ... receive" TM8480 = "At the time ... received the (most" TM8481 = "Questionnaire design error" R8481A = "Purchased a home or paid off a mortgag" R8481B = "Used it for children's education" R8481C = "Used it for a period of unemployment" R8481D = "Paid off loans, bills, or spent it on" R8481E = "Other" TM8482 = "Are codes 30, 31, 32, 33, 34, or 35" TM8483 = "Earlier you said ... received some" TMIND = "The next few questions refer to the" TM8492 = "Was ... an employee of" TM8494 = "About how many persons were employed" TM8496 = "Did that employer operate in more" TM8498 = "About how many persons were" TM8500 = "How many hours a week did ..." TM8502 = "How many weeks a year did ..." TM8504 = "How many years did ... work at that" TM8506 = "In what year did ... leave that job" TM8508 = "When ... left that job, how much was ." TM8510 = "Earning per -" TM8514 = "In what year did ... begin receiving" TM8516 = "Was the amount of...'s(basic)" TM8518 = "Did ... take reduced benefits in order" TM8520 = "Has ...'s retirement pension ever" TM8522 = "Does ...'s pension plan include" TM8524 = "Is ... now covered by a health" TM_IP079 = "Topical modules imputation flag #79" TM_IP080 = "Topical modules imputation flag #80" TM_IP081 = "Topical modules imputation flag #81" TM_IP082 = "Topical modules imputation flag #82" TM_IP083 = "Topical modules imputation flag #83" TM_IP084 = "Topical modules imputation flag #84" TM_IP085 = "Topical modules imputation flag #85" TM_IP086 = "Topical modules imputation flag #86" TM_IP087 = "Topical modules imputation flag #87" TM_IP088 = "Topical modules imputation flag #88" TM_IP089 = "Topical modules imputation flag #89" TM_IP090 = "Topical modules imputation flag #90" TM_IP091 = "Topical modules imputation flag #91" TM_IP092 = "Topical modules imputation flag #92" TM_IP093 = "Topical modules imputation flag #93" TM_IP094 = "Topical modules imputation flag #94" TM_IP095 = "Topical modules imputation flag #95" TM_IP096 = "Topical modules imputation flag #96" TM_IP097 = "Topical modules imputation flag #97" TM_IP098 = "Topical modules imputation flag #98" TM_IP099 = "Topical modules imputation flag #99" TM_IP100 = "Topical modules imputation flag #100" TM_IP101 = "Topical modules imputation flag #101" TM_IP102 = "Topical modules imputation flag #102" TM_IP103 = "Topical modules imputation flag #103" TM_IP104 = "Topical modules imputation flag #104" TM_IP105 = "Topical modules imputation flag #105" TM_IP106 = "Topical modules imputation flag #106" TM_IP107 = "Topical modules imputation flag #107" TM_IP108 = "Topical modules imputation flag #108" TM_IP109 = "Topical modules imputation flag #109" TM_IP110 = "Topical modules imputation flag #110" TM_IP111 = "Topical modules imputation flag #111" TM_IP112 = "Topical modules imputation flag #112" TM_IP113 = "Topical modules imputation flag #113" TM_IP114 = "Topical modules imputation flag #114" TM_IP115 = "Topical modules imputation flag #115" TM_IP116 = "Topical modules imputation flag #116" TM_IP117 = "Topical modules imputation flag #117" TM_IP118 = "Topical modules imputation flag #118" TM_IP119 = "Topical modules imputation flag #119" TM_IP120 = "Topical modules imputation flag #120" TM_IP121 = "Topical modules imputation flag #121" TM_IP122 = "Topical modules imputation flag #122" TM_IP123 = "Topical modules imputation flag #123" TM_IP124 = "Topical modules imputation flag #124" TM_IP125 = "Topical modules imputation flag #125" TM_IP126 = "Topical modules imputation flag #126" TM_IP127 = "Topical modules imputation flag #127" TM_IP128 = "Topical modules imputation flag #128" TM_IP129 = "Topical modules imputation flag #129" TM_IP130 = "Topical modules imputation flag #130" TM_IP131 = "Topical modules imputation flag #131" TM_IP132 = "Topical modules imputation flag #132" TM_IP133 = "Topical modules imputation flag #133" TM_IP134 = "Topical modules imputation flag #134" TM_IP135 = "Topical modules imputation flag #135" TM_IP136 = "Topical modules imputation flag #136" TM_IP137 = "Topical modules imputation flag #137" TM_IP138 = "Topical modules imputation flag #138" TM_IP139 = "Topical modules imputation flag #139" TM_IP140 = "Topical modules imputation flag #140" TM_IP141 = "Topical modules imputation flag #141" TM_IP142 = "Topical modules imputation flag #142" TM_IP143 = "Topical modules imputation flag #143" TM_IP144 = "Topical modules imputation flag #144" TM_IP145 = "Topical modules imputation flag #145" TM_IPIND = "Topical modules imputation flag," TM_IPOCP = "Topical modules imputation flag," TM_CAL03 = "Topical modules calculation flag #3" TM_CAL04 = "Topical modules calculation flag #4" TM_CAL05 = "Topical modules calculation flag #5" TM_CAL06 = "Topical modules calculation flag #6" TM_CAL07 = "Topical modules calculation flag #7" TM_CAL08 = "Topical modules calculation flag #8" TM_CAL09 = "Topical modules calculation flag #9" TM_CAL10 = "Topical modules calculation flag #10" ; proc print data=library.sip90t4 (obs=6); FORMAT STATE STATE. ITEM36B ITEM36B. INTVW INTVW. RRP RRP. AGE AGE. SEX SEX. RACE RACE. MS MS. PNSP PNSP. PNPT PNPT. HIGRADE HIGRADE. GRD_CMPL GRD_CMPL. ETHNICTY ETHNICTY. TM8526 TM8526L. TM8528 TM8528L. TM8530 TM8530L. TM8538 TM8538L. TM8539 TM8539L. TM8540 TM8540L. TM8564 TM8564L. TM8568 TM8568L. TM8569 TM8569L. TM8572 TM8572L. TM8576 TM8576L. TM8580 TM8580L. TM8584 TM8584L. TM8587 TM8587L. TM8592 TM8592L. TM8566 TM8566L. TM8570 TM8570L. TM8571 TM8571L. TM8574 TM8574L. TM8578 TM8578L. TM8582 TM8582L. TM8586 TM8586L. TM8589 TM8589L. TM8594 TM8594L. TM8596 TM8596L. TM8598 TM8598L. TM8608 TM8608L. TM8610 TM8610L. TM8612 TM8612L. TM8624 TM8624L. TM8630 TM8630L. TM8658 TM8658L. TM8660 TM8660L. TM8662 TM8662L. TM8664 TM8664L. TM8666 TM8666L. TM8714 TM8714L. TM8716 TM8716L. TM8730 TM8730L. TM8754 TM8754L. TM8760 TM8760L. TM8766 TM8766L. TM8732 TM8732L. TM8756 TM8756L. TM8762 TM8762L. TM8768 TM8768L. TM8734 TM8734L. TM8758 TM8758L. TM8764 TM8764L. TM8770 TM8770L. TM8772 TM8772L. TM8774 TM8774L. TM8776 TM8776L. TM8778 TM8778L. TM8780 TM8780L. TM8784 TM8784L. TM8788 TM8788L. TM8792 TM8792L. TM8796 TM8796L. TM8800 TM8800L. TM8782 TM8782L. TM8786 TM8786L. TM8790 TM8790L. TM8794 TM8794L. TM8798 TM8798L. HH_ATS01 HH_ATS0Y. HH_ATS02 HH_ATS0K. HH_ATS03 HH_ATS0L. HH_ATS04 HH_ATS0M. HH_ATS05 HH_ATS0N. HH_ATS06 HH_ATS0O. HH_ATS07 HH_ATS0P. HH_ATS08 HH_ATS0Q. HH_ATS09 HH_ATS0R. HH_ATS10 HH_ATS1Y. HH_ATS11 HH_ATS1K. HH_ATS12 HH_ATS1L. HH_ATS13 HH_ATS1M. HH_ATS14 HH_ATS1N. HH_ATS15 HH_ATS1O. HH_ATS16 HH_ATS1P. HH_ATS17 HH_ATS1Q. HH_ATS18 HH_ATS1R. HH_ATS19 HH_ATS1S. HH_ATS20 HH_ATS2Y. TM_IP149 TM_IP14Y. TM_IP150 TM_IP15Y. TM_IP151 TM_IP15K. TM_IP152 TM_IP15L. TM_IP153 TM_IP15M. TM_IP154 TM_IP15N. TM_IP155 TM_IP15O. TM_IP156 TM_IP15P. TM_IP157 TM_IP15Q. TM_IP159 TM_IP15R. TM_IP160 TM_IP16Y. TM_IP161 TM_IP16K. TM_IP162 TM_IP16L. TM_CAL11 TM_CAL1Y. TM8000 TM8000L. TM8002 TM8002L. TM8004 TM8004L. TM8006 TM8006L. TM8008 TM8008L. TM8012 TM8012L. TM8016 TM8016L. TM8018 TM8018L. TM8020 TM8020L. TM8022 TM8022L. TM8024 TM8024L. TM8028 TM8028L. TM_IP001 TM_IP00Y. SC4314 SC4314L. SC4322 SC4322L. SC4414 SC4414L. SC4422 SC4422L. TM8032 TM8032L. TM8034 TM8034L. TM8038 TM8038L. TM8040 TM8040L. TM8042 TM8042L. TM8044 TM8044L. TM8048 TM8048L. TM8050 TM8050L. TM8052 TM8052L. TM8054 TM8054L. TM8056 TM8056L. TM8067 TM8067L. TM8068 TM8068L. TM8072 TM8072L. TM8074 TM8074L. TM8076 TM8076L. TM8078 TM8078L. TM8080 TM8080L. TM8091 TM8091L. TM8092 TM8092L. TM8096 TM8096L. TM8098 TM8098L. TM8100 TM8100L. TM8102 TM8102L. TM8104 TM8104L. TM8116 TM8116L. TM8118 TM8118L. TM8120 TM8120L. TM8122 TM8122L. TM8126 TM8126L. TM8128 TM8128L. TM8130 TM8130L. TM8132 TM8132L. TM_IP009 TM_IP00K. TM8200 TM8200L. TM8202 TM8202L. TM8204 TM8204L. TM8206 TM8206L. TM8208 TM8208L. TM8209 TM8209L. TM8210 TM8210L. TM8212 TM8212L. TM8214 TM8214L. TM8216 TM8216L. TM8218 TM8218L. TM8220 TM8220L. TM8222 TM8222L. TM8232 TM8232L. TM8233 TM8233L. TM8234 TM8234L. TM8236 TM8236L. TM8238 TM8238L. TM8240 TM8240L. TM8242 TM8242L. TM8244 TM8244L. TM8246 TM8246L. TM8258 TM8258L. TM8260 TM8260L. TM8262 TM8262L. TM8264 TM8264L. TM8268 TM8268L. TM8284 TM8284L. TM8286 TM8286L. TM8288 TM8288L. TM8292 TM8292L. TM8308 TM8308L. TM8309 TM8309L. TM8311 TM8311L. TM8312 TM8312L. TM8313 TM8313L. TM_IP038 TM_IP03Y. TM8324 TM8324L. TM8326 TM8326L. TM8330 TM8330L. TM8334 TM8334L. TM8338 TM8338L. TM8342 TM8342L. TM8346 TM8346L. TM8350 TM8350L. TM8382 TM8382L. TM8384 TM8384L. TM8388 TM8388L. TM8392 TM8392L. TM8396 TM8396L. TM8400 TM8400L. TM8404 TM8404L. TM8408 TM8408L. TM8412 TM8412L. TM8420 TM8420L. TM8424 TM8424L. TM8428 TM8428L. TM8432 TM8432L. TM8438 TM8438L. TM8442 TM8442L. TM8443 TM8443L. TM8446 TM8446L. TM8328 TM8328L. TM8332 TM8332L. TM8336 TM8336L. TM8340 TM8340L. TM8344 TM8344L. TM8348 TM8348L. TM8352 TM8352L. TM8386 TM8386L. TM8390 TM8390L. TM8394 TM8394L. TM8398 TM8398L. TM8402 TM8402L. TM8406 TM8406L. TM8410 TM8410L. TM8414 TM8414L. TM8422 TM8422L. TM8426 TM8426L. TM8430 TM8430L. TM8436 TM8436L. TM8440 TM8440L. TM8444 TM8444L. TM8445 TM8445L. TM8448 TM8448L. TM8450 TM8450L. TM8454 TM8454L. TM8452 TM8452L. TM8456 TM8456L. TM8458 TM8458L. TM8460 TM8460L. TM8462 TM8462L. TM8474 TM8474L. TM8475 TM8475L. TM8476 TM8476L. TM8477 TM8477L. TM8478 TM8478L. TM8479 TM8479L. TM8480 TM8480L. TM8481 TM8481L. TM8482 TM8482L. TM8483 TM8483L. TMIND TMIND. TMOCC TMOCC. TM8492 TM8492L. TM8494 TM8494L. TM8496 TM8496L. TM8498 TM8498L. TM8500 TM8500L. TM8502 TM8502L. TM8504 TM8504L. TM8506 TM8506L. TM8508 TM8508L. TM8510 TM8510L. TM8514 TM8514L. TM8516 TM8516L. TM8518 TM8518L. TM8520 TM8520L. TM8522 TM8522L. TM8524 TM8524L. TM_IP079 TM_IP07C. TM_IP080 TM_IP08C. TM_IP081 TM_IP08K. TM_IP082 TM_IP08L. TM_IP083 TM_IP08M. TM_IP084 TM_IP08N. TM_IP085 TM_IP08O. TM_IP086 TM_IP08P. TM_IP087 TM_IP08Q. TM_IP088 TM_IP08R. TM_IP089 TM_IP08S. TM_IP090 TM_IP09C. TM_IP091 TM_IP09K. TM_IP092 TM_IP09L. TM_IP093 TM_IP09M. TM_IP094 TM_IP09N. TM_IP095 TM_IP09O. TM_IP096 TM_IP09P. TM_IP097 TM_IP09Q. TM_IP098 TM_IP09R. TM_IP099 TM_IP09S. TM_IP100 TM_IP10C. TM_IP101 TM_IP10K. TM_IP102 TM_IP10L. TM_IP103 TM_IP10M. TM_IP104 TM_IP10N. TM_IP105 TM_IP10O. TM_IP106 TM_IP10P. TM_IP107 TM_IP10Q. TM_IP108 TM_IP10R. TM_IP109 TM_IP10S. TM_IP110 TM_IP11C. TM_IP111 TM_IP11K. TM_IP112 TM_IP11L. TM_IP113 TM_IP11M. TM_IP114 TM_IP11N. TM_IP115 TM_IP11O. TM_IP116 TM_IP11P. TM_IP117 TM_IP11Q. TM_IP118 TM_IP11R. TM_IP119 TM_IP11S. TM_IP120 TM_IP12C. TM_IP121 TM_IP12K. TM_IP122 TM_IP12L. TM_IP123 TM_IP12M. TM_IP124 TM_IP12N. TM_IP125 TM_IP12O. TM_IP126 TM_IP12P. TM_IP127 TM_IP12Q. TM_IP128 TM_IP12R. TM_IP129 TM_IP12S. TM_IP130 TM_IP13C. TM_IP131 TM_IP13K. TM_IP132 TM_IP13L. TM_IP133 TM_IP13M. TM_IP134 TM_IP13N. TM_IP135 TM_IP13O. TM_IP136 TM_IP13P. TM_IP137 TM_IP13Q. TM_IP138 TM_IP13R. TM_IP139 TM_IP13S. TM_IP140 TM_IP14C. TM_IP141 TM_IP14K. TM_IP142 TM_IP14L. TM_IP143 TM_IP14M. TM_IP144 TM_IP14N. TM_IP145 TM_IP14O. TM_IPIND TM_IPIND. TM_IPOCP TM_IPOCP. TM_CAL03 TM_CAL0P. TM_CAL04 TM_CAL0K. TM_CAL05 TM_CAL0L. TM_CAL06 TM_CAL0M. TM_CAL07 TM_CAL0N. TM_CAL08 TM_CAL0O. TM_CAL09 TM_CAL0Q. TM_CAL10 TM_CAL1P. ; proc contents data=library.sip90t4; /* Copyright 2004 shared by the National Bureau of Economic Research and Jean Roth National Bureau of Economic Research. 1050 Massachusetts Avenue Cambridge, MA 02138 jroth@nber.org This program and all programs referenced in it are free software. You can redistribute the program or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */