/*------------------------------------------------------------------------------------*/ /*by Jean Roth Thu Mar 18 11:54:54 EST 2004 This program reads the 1993 SIPP Wave 7 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.fsp93t7; /* The PROC FORMAT statement will store the formats in a sas data set called fsip93t7 To use the stored formats in a subsequent program, include something like this: proc format cntlin=library.fsp93t7; 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 business" 20 = "Merged" 21 = "Condemned" 23 = "Entire household deceased," 24 = "Moved, address unknown" 25 = "Moved within country beyond" 26 = "All sample persons relisted on" 28 = "Merged HHLDS across panels" ; 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 PP_MIS1L (default=32) 1 = "Interview" 2 = "Non-interview" ; VALUE PP_MIS2L (default=32) 1 = "Interview" 2 = "Non-interview" ; VALUE PP_MIS3L (default=32) 1 = "Interview" 2 = "Non-interview" ; VALUE PP_MIS4L (default=32) 1 = "Interview" 2 = "Non-interview" ; VALUE PP_MIS5L (default=32) 1 = "Interview" 2 = "Non-interview" ; 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 etc." ; 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, did" ; 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 TM8638" 3 = "Occupied without cash payment -" ; VALUE TM8538L (default=32) 0 = "Not applicable" ; VALUE TM8539L (default=32) 0 = "Not applicable" 1995 = "Year" ; 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 - skip to TM8572" 1995 = "Year - skip to TM8572" ; 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" 9999 = "Interest rate (percent)" ; 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" ; VALUE TM8570L (default=32) 0 = "Not applicable - skip to TM8574" 1995 = "Year - skip to TM8574" ; VALUE TM8571L (default=32) 0 = "Not applicable" ; VALUE TM8574L (default=32) 0 = "Not applicable" ; VALUE TM8578L (default=32) 0 = "Not applicable" -8 = "Not fixed" ; VALUE TM8582L (default=32) 0 = "Not applicable" 9999 = "Interest rate (percent)" ; 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" ; VALUE TM8598L (default=32) 0 = "Not applicable - skip to TM8638" ; VALUE TM8608L (default=32) 0 = "Not applicable" 1 = "Owned" 2 = "Rented - skip to TM8638" 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" 48000 = "Total amount" ; VALUE TM8630L (default=32) 0 = "Not applicable" 75000 = "Total amount - skip to" ; VALUE TM8638L (default=32) 0 = "Not applicable" -1 = "Don't know" -2 = "Refused" -3 = "None" ; VALUE TM8640L (default=32) 0 = "Not applicable" -1 = "Don't know" -2 = "Refused" -3 = "None" ; VALUE TM8642L (default=32) 0 = "not applicable" 1 = "One person household - skip to" 2 = "Married-couple household, no" 3 = "Single parent household, no" 4 = "Other composition" ; VALUE TM8644L (default=32) 0 = "Not applicable" 1 = "Yes - skip to 8647" 2 = "No" ; VALUE TM8646L (default=32) 999 = "No mortgage/rent or utilities" ; VALUE TM8650L (default=32) 0 = "Not applicable" ; VALUE TM8651L (default=32) 0 = "Not applicable" ; VALUE TM8652L (default=32) 0 = "Not applicable" ; VALUE TM8654L (default=32) 0 = "Not applicable" 1 = "One - skip to TM8658" 2 = "Two or more" ; VALUE TM8656L (default=32) 0 = "Not applicable" 1 = "One - skip to TM8658" 2 = "Two or more" ; VALUE TM8657L (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" 1995 = "Year" ; VALUE TM8754L (default=32) 0 = "Not applicable" 1 = "Money owed" 2 = "Free and clear - skip to TM8763" ; VALUE TM8760L (default=32) 0 = "Not applicable" 22000 = "Total amount" ; VALUE TM8763L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; 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" 1995 = "Year" ; VALUE TM8756L (default=32) 0 = "Not applicable" 1 = "Money owed" 2 = "Free and clear - skip to TM8768" ; VALUE TM8761L (default=32) 0 = "Not applicable" 22000 = "Total amount" ; VALUE TM8764L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; 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" 1995 = "Year" ; VALUE TM8758L (default=32) 0 = "Not applicable" 1 = "Money owed" 2 = "Free and clear - skip to TM8770" ; VALUE TM8762L (default=32) 0 = "Not applicable" 22000 = "Total amount" ; VALUE TM8765L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8788L (default=32) 0 = "Not applicable" 25000 = "Total amount" ; VALUE TM8792L (default=32) 0 = "Not applicable" 1 = "Money owed" 2 = "Free and clear - skip to TM8800" ; VALUE TM8796L (default=32) 0 = "Not applicable" 40000 = "Total amount" ; VALUE TM8800L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8782" 2 = "No - skip to SC4800" ; VALUE TM8790L (default=32) 0 = "Not applicable" 35000 = "Total amount" ; 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" 56000 = "Total amount - skip to" ; VALUE ATSUM01L (default=32) 0 = "Not applicable or no" 1 = "Yes" 0 = "Not imputed" 1 = "Imputed" ; VALUE ATSUM02L (default=32) 0 = "Not applicable or no" 1 = "Yes" 0 = "Not imputed" 1 = "Imputed" ; VALUE ATSUM03L (default=32) 0 = "Not applicable or no" 1 = "Yes" 0 = "Not imputed" 1 = "Imputed" ; VALUE ATSUM04L (default=32) 0 = "Not applicable or no" 1 = "Yes" 0 = "Not imputed" 1 = "Imputed" ; VALUE ATSUM05L (default=32) 0 = "Not applicable or no" 1 = "Yes" 0 = "Not imputed" 1 = "Imputed" ; VALUE ATSUM06L (default=32) 0 = "Not applicable or no" 1 = "Yes" 0 = "Not imputed" 1 = "Imputed" ; VALUE ATSUM07L (default=32) 0 = "Not applicable or no" 1 = "Yes" 0 = "Not imputed" 1 = "Imputed" ; VALUE ATSUM08L (default=32) 0 = "Not applicable or no" 1 = "Yes" 0 = "Not imputed" 1 = "Imputed" ; VALUE ATSUM09L (default=32) 0 = "Not applicable or no" 1 = "Yes" 0 = "Not imputed" 1 = "Imputed" ; VALUE ATSUM10L (default=32) 0 = "Not applicable or no" 1 = "Yes" 0 = "Not imputed" 1 = "Imputed" ; VALUE ATSUM11L (default=32) 0 = "Not applicable or no" 1 = "Yes" 0 = "Not imputed" 1 = "Imputed" ; VALUE ATSUM12L (default=32) 0 = "Not applicable or no" 1 = "Yes" 0 = "Not imputed" 1 = "Imputed" ; VALUE ATSUM13L (default=32) 0 = "Not applicable or no" 1 = "Yes" 0 = "Not imputed" 1 = "Imputed" ; VALUE ATSUM14L (default=32) 0 = "Not applicable or no" 1 = "Yes" 0 = "Not imputed" 1 = "Imputed" ; VALUE ATSUM15L (default=32) 0 = "Not applicable or no" 1 = "Yes" 0 = "Not imputed" 1 = "Imputed" ; VALUE ATSUM16L (default=32) 0 = "Not applicable or no" 1 = "Yes" 0 = "Not imputed" 1 = "Imputed" ; VALUE ATSUM17L (default=32) 0 = "Not applicable or no" 1 = "Yes" 0 = "Not imputed" 1 = "Imputed" ; VALUE ATSUM18L (default=32) 0 = "Not applicable or no" 1 = "Yes" 0 = "Not imputed" 1 = "Imputed" ; VALUE ATSUM19L (default=32) 0 = "Not applicable or no" 1 = "Yes" 0 = "Not imputed" 1 = "Imputed" ; VALUE ATSUM20L (default=32) 0 = "Not applicable or no" 1 = "Yes" 0 = "Not imputed" 1 = "Imputed" ; 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" -1 = "Don't know" ; 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" -3 = "None - skip to TM8028" ; VALUE TM8028L (default=32) 0 = "Not applicable" -3 = "None - skip to TM8200" ; 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" -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" 999999 = "Total amount TM8200" ; 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" ; VALUE TM8048L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to next ISS code or" ; VALUE TM8050L (default=32) 0 = "Not applicable" 999999 = "Total amount - skip" ; 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 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 TM8091L (default=32) 0 = "Not applicable" 1 = "Yes - all rental properties on" 2 = "Yes - some rental properties" 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 code" ; 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" ; VALUE TM8126L (default=32) 0 = "Not applicable" 999999999 = "Total amount" -3 = "None" ; VALUE TM8128L (default=32) 0 = "Not applicable" -3 = "None" ; VALUE TM8130L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8200" ; VALUE TM8132L (default=32) 0 = "Not applicable" 999999999 = "Total amount - skip" -3 = "None - skip to TM8200" ; VALUE TM8200L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8204" ; VALUE TM8202L (default=32) 0 = "Not in universe" 999999999 = "Total amount" ; VALUE TM8204L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8208" ; VALUE TM8206L (default=32) 0 = "Not applicable" 15000 = "Total amount" ; VALUE TM8208L (default=32) 0 = "Not applicable" 1 = "No spouse in household - skip" 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" 999999 = "Total amount" ; VALUE TM8216L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8218L (default=32) 0 = "Not applicable" 999999 = "Total amount" ; VALUE TM8220L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8222L (default=32) 0 = "Not applicable" 999999 = "Total amount" ; 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" 999999 = "Total amount" ; VALUE TM8240L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8242L (default=32) 0 = "Not applicable" 999999 = "Total amount" ; VALUE TM8244L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8246L (default=32) 0 = "Not applicable" 999999 = "Total amount" ; VALUE TM8258L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8308" ; 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" 120000 = "Total amount - skip" ; 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" 339000 = "Total amount -" ; VALUE TM8308L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8400" ; VALUE TM8309L (default=32) 0 = "Not applicable" ; VALUE TM8312L (default=32) 0 = "Not applicable" 1 = "Term only" 2 = "Whole life only" 3 = "Both types" ; VALUE TM8314L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8400" ; VALUE TM8316L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8400" ; VALUE TM8318L (default=32) 0 = "Not applicable" 300000 = "Face value of life insurance" ; VALUE TM8400L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8402L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8404L (default=32) -1 = "Don't know" 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8406L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8408L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8412" ; VALUE TM8410L (default=32) 0 = "Not applicable" ; VALUE TM8412L (default=32) 0 = "Not applicable" 1 = "15 years old - skip to TM8526" 2 = "16 - 67 years old" 3 = "68 years old or older - skip to" ; VALUE TM8413L (default=32) 0 = "Not applicable" 1 = "Item 18a is blank" 2 = "'yes' in item 18a - skip to" 3 = "'no' in item 18a - skip to" ; VALUE TM8416L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8420" ; VALUE TM8418L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8422" 2 = "No - skip to TM8526" ; VALUE TM8420L (default=32) 0 = "Not applicable" 1 = "Yes - mark '171' on ISS" 2 = "No - skip to TM8526" ; VALUE TM8422L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8526" 2 = "No" ; VALUE TM8424L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8526" ; VALUE TM8426L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8526" 2 = "No" ; VALUE TM8428L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; filename raw pipe "unzip -p /homes/data/sipp/1993/sipp93t7.zip "; data library.sip93t7; 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/1993/sipp93t7.dat' LRECL=20000 PAD END=EOF; *LENGTH SUSEQNUM 4 ID 6 ADDID $2 ENTRY $2 FINALWGT 8 TM8539 4 TM8564 6 TM8568 4 TM8572 6 TM8580 8 TM8566 6 TM8570 4 TM8574 6 TM8582 8 TM8596 6 TM8598 6 TM8624 4 TM8630 4 TM8638 4 TM8640 4 TM8650 4 TM8651 4 TM8652 4 TM8657 4 TM8666 6 TM8730 4 TM8760 4 TM8732 4 TM8761 4 TM8734 4 TM8762 4 TM8788 4 TM8796 4 TM8790 4 TM8798 4 TMCARVL1 4 TMCARVL2 4 TMCARVL3 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 6 TM8012 6 TM8024 6 TM8028 6 TM8034 6 TM8040 4 TM8044 6 TM8050 4 TM8068 6 TM8074 6 TM8092 6 TM8098 6 TM8116 6 TM8120 6 TM8122 6 TM8126 6 TM8128 6 TM8132 6 TM4314 5 TM4322 5 TM4414 5 TM4422 5 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 TM8318 4 TM8410 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 PP_MIS1 1. @26 PP_MIS2 1. @27 PP_MIS3 1. @28 PP_MIS4 1. @29 PP_MIS5 1. @30 ENTRY $2. @32 PNUM $3. @35 FINALWGT 12.4 @47 RRP 1. @48 AGE 3. @51 SEX 1. @52 RACE 1. @53 MS 1. @54 PNSP 3. @57 PNPT 3. @60 HIGRADE 2. @62 GRD_CMPL 1. @63 ETHNICTY 2. @65 WAVE 1. @69 TM8526 1. @70 TM8528 1. @71 TM8530 1. @72 TM8532 3. @75 TM8534 3. @78 TM8536 3. @81 TM8538 2. @83 TM8539 4. @87 TM8540 2. @89 TM8542 2. @91 TM8564 9. @100 TM8568 4. @104 TM8569 2. @106 TM8572 9. @115 TM8576 2. @117 TM8580 4.2 @121 TM8584 2. @123 TM8587 2. @125 TM8592 1. @126 TM8566 9. @135 TM8570 4. @139 TM8571 2. @141 TM8574 9. @150 TM8578 2. @152 TM8582 4.2 @156 TM8586 2. @158 TM8589 2. @160 TM8594 1. @161 TM8596 9. @170 TM8598 9. @179 TM8608 1. @180 TM8610 2. @182 TM8612 1. @183 TM8624 6. @189 TM8630 6. @195 TM8638 6. @201 TM8640 6. @207 TM8642 1. @208 TM8644 1. @209 TM8646 3. @212 TM8647 3. @215 TM8648 3. @218 TM8649 3. @221 TM8650 6. @227 TM8651 6. @233 TM8652 6. @239 TM8654 1. @240 TM8656 1. @241 TM8657 6. @247 TM8658 1. @248 TM8660 2. @250 TM8662 3. @253 TM8664 3. @256 TM8666 9. @265 TM8714 1. @266 TM8716 2. @268 TM8718 3. @271 TM8724 3. @274 TM8730 4. @278 TM8754 2. @280 TM8760 6. @286 TM8763 1. @287 TM8766 1. @288 TM8720 3. @291 TM8726 3. @294 TM8732 4. @298 TM8756 2. @300 TM8761 6. @306 TM8764 1. @307 TM8768 1. @308 TM8722 3. @311 TM8728 3. @314 TM8734 4. @318 TM8758 2. @320 TM8762 6. @326 TM8765 1. @327 TM8770 1. @328 TM8772 1. @329 TM8774 1. @330 TM8776 1. @331 TM8778 1. @332 TM8780 3. @335 TM8784 3. @338 TM8788 6. @344 TM8792 2. @346 TM8796 6. @352 TM8800 1. @353 TM8782 3. @356 TM8786 3. @359 TM8790 6. @365 TM8794 2. @367 TM8798 6. @373 TMCARVL1 6. @379 TMCARVL2 6. @385 TMCARVL3 6. @391 HH_MORTG 9. @400 HH_THEQ 10. @410 HH_VEHCL 10. @420 HH_BEQ 10. @430 HH_INTBK 9. @439 HH_INTOT 9. @448 HH_STK 10. @458 HH_ORE 10. @468 HH_OTAST 9. @477 HH_IRA 6. @483 HH_TWLTH 10. @493 HH_SCDBT 9. @502 HH_USDBT 9. @511 HH_DEBT 9. @520 HH_TNW 10. @530 ATSUM01 1. @531 ATSUM02 1. @532 ATSUM03 1. @533 ATSUM04 1. @534 ATSUM05 1. @535 ATSUM06 1. @536 ATSUM07 1. @537 ATSUM08 1. @538 ATSUM09 1. @539 ATSUM10 1. @540 ATSUM11 1. @541 ATSUM12 1. @542 ATSUM13 1. @543 ATSUM14 1. @544 ATSUM15 1. @545 ATSUM16 1. @546 ATSUM17 1. @547 ATSUM18 1. @548 ATSUM19 1. @549 ATSUM20 1. @550 IMP8538 1. @551 IMP8539 1. @552 IMP8540 1. @553 IMP8542 1. @554 IMP8564 1. @555 IMP8566 1. @556 IMP8568 1. @557 IMP8569 1. @558 IMP8570 1. @559 IMP8571 1. @560 IMP8572 1. @561 IMP8574 1. @562 IMP8580 1. @563 IMP8582 1. @564 IMP8584 1. @565 IMP8586 1. @566 IMP8587 1. @567 IMP8589 1. @568 IMP8596 1. @569 IMP8598 1. @570 IMP8610 1. @571 IMP8624 1. @572 IMP8630 1. @573 IMP8638 1. @574 IMP8640 1. @575 IMP8650 1. @576 IMP8651 1. @577 IMP8652 1. @578 IMP8656 1. @579 IMP8657 1. @580 IMP8660 1. @581 IMP8666 1. @582 IMP8714 1. @583 IMP8716 1. @584 IMP8730 1. @585 IMP8732 1. @586 IMP8734 1. @587 IMP8754 1. @588 IMP8756 1. @589 IMP8758 1. @590 IMP8760 1. @591 IMP8761 1. @592 IMP8762 1. @593 IMP70_78 1. @594 IMP8788 1. @595 IMP8790 1. @596 IMP8792 1. @597 IMP8794 1. @598 IMP8796 1. @599 IMP8798 1. @600 IMP40_42 1. @601 IMP8612 1. @602 IMP8644 1. @603 IMP8654 1. @604 IMP8658 1. @605 IMP8763 1. @606 IMP8764 1. @607 IMP8765 1. @609 TM8000 1. @610 TM8002 1. @611 TM8004 3. @614 TM8006 1. @615 TM8008 9. @624 TM8012 9. @633 TM8016 1. @634 TM8018 1. @635 TM8020 3. @638 TM8022 1. @639 TM8024 9. @648 TM8028 9. @657 IMP8000 1. @658 IMP8004 1. @659 IMP8008 1. @660 IMP8012 1. @661 IMP8016 1. @662 IMP8020 1. @663 IMP8024 1. @664 IMP8028 1. @665 TM8032 1. @666 TM8034 9. @675 TM8038 1. @676 TM8040 6. @682 TM8042 1. @683 TM8044 9. @692 TM8048 1. @693 TM8050 6. @699 TM8052 2. @701 TM8054 2. @703 TM8056 1. @704 TM8058 1. @705 TM8060 1. @706 TM8062 1. @707 TM8064 1. @708 TM8066 1. @709 TM8067 1. @710 TM8068 9. @719 TM8072 2. @721 TM8074 9. @730 TM8076 2. @732 TM8078 2. @734 TM8080 1. @735 TM8082 1. @736 TM8084 1. @737 TM8086 1. @738 TM8088 1. @739 TM8090 1. @740 TM8091 1. @741 TM8092 9. @750 TM8096 2. @752 TM8098 9. @761 TM8100 2. @763 TM8102 2. @765 TM8104 1. @766 TM8106 1. @767 TM8108 1. @768 TM8110 1. @769 TM8112 1. @770 TM8114 1. @771 TM8116 9. @780 TM8118 2. @782 TM8120 9. @791 TM8122 9. @800 TM8126 9. @809 TM8128 9. @818 TM8130 1. @819 TM8132 9. @828 IMP8034 1. @829 IMP8036 1. @830 IMP8038 1. @831 IMP8040 1. @832 IMP8042 1. @833 IMP8044 1. @834 IMP8046 1. @835 IMP8048 1. @836 IMP8050 1. @837 IMP8052 1. @838 IMP8054 1. @839 IMP56_66 1. @840 IMP8067 1. @841 IMP8068 1. @842 IMP8072 1. @843 IMP8074 1. @844 IMP8076 1. @845 IMP8078 1. @846 IMP80_90 1. @847 IMP8091 1. @848 IMP8092 1. @849 IMP8096 1. @850 IMP8098 1. @851 IMP8100 1. @852 IMP8102 1. @853 IMP04_14 1. @854 IMP8116 1. @855 IMP8118 1. @856 IMP8120 1. @857 IMP8122 1. @858 IMP8126 1. @859 IMP8128 1. @860 IMP8132 1. @861 TM4314 8. @869 TM4322 8. @877 TM4414 8. @885 TM4422 8. @893 TM8200 2. @895 TM8202 9. @904 TM8204 1. @905 TM8206 6. @911 TM8208 1. @912 TM8209 2. @914 TM8210 6. @920 TM8212 2. @922 TM8214 6. @928 TM8216 2. @930 TM8218 6. @936 TM8220 2. @938 TM8222 6. @944 TM8232 2. @946 TM8233 6. @952 TM8234 2. @954 TM8236 2. @956 TM8238 6. @962 TM8240 2. @964 TM8242 6. @970 TM8244 2. @972 TM8246 6. @978 TM8258 1. @979 TM8260 2. @981 TM8262 2. @983 TM8264 6. @989 TM8268 1. @990 TM8270 1. @991 TM8272 1. @992 TM8274 1. @993 TM8276 1. @994 TM8278 1. @995 TM8280 1. @996 TM8282 1. @997 TM8284 2. @999 TM8286 2. @1001 TM8288 6. @1007 TM8292 1. @1008 TM8294 1. @1009 TM8296 1. @1010 TM8298 1. @1011 TM8300 1. @1012 TM8302 1. @1013 TM8304 1. @1014 TM8306 1. @1015 TM8308 2. @1017 TM8309 9. @1026 TM8312 2. @1028 TM8314 1. @1029 TM8316 1. @1030 TM8318 6. @1036 IMP8200 1. @1037 IMP8202 1. @1038 IMP8204 1. @1039 IMP8206 1. @1040 IMP8209 1. @1041 IMP8210 1. @1042 IMP8212 1. @1043 IMP8214 1. @1044 IMP8216 1. @1045 IMP8218 1. @1046 IMP8220 1. @1047 IMP8222 1. @1048 IMP8232 1. @1049 IMP8233 1. @1050 IMP8234 1. @1051 IMP8236 1. @1052 IMP8238 1. @1053 IMP8240 1. @1054 IMP8242 1. @1055 IMP8244 1. @1056 IMP8246 1. @1057 IMP8260 1. @1058 IMP8262 1. @1059 IMP8264 1. @1060 IMP68_80 1. @1061 IMP8284 1. @1062 IMP8286 1. @1063 IMP8288 1. @1064 IMP92_04 1. @1065 IMP8308 1. @1066 IMP8309 1. @1067 IMP8312 1. @1068 IMP8316 1. @1069 IMP8318 1. @1073 TM8400 2. @1075 TM8402 2. @1077 TM8404 2. @1079 TM8406 2. @1081 TM8408 1. @1082 TM8410 6. @1088 TM8412 1. @1089 TM8413 1. @1090 TM8416 1. @1091 TM8418 1. @1092 TM8420 1. @1093 TM8422 1. @1094 TM8424 1. @1095 TM8426 1. @1096 TM8428 2. @1098 IMP8400 1. @1099 IMP8402 1. @1100 IMP8404 1. @1101 IMP8406 1. @1102 IMP8410 1. @1103 IMP8418 1. @1104 IMP8420 1. @1105 IMP8424 1. @1106 IMP8426 1. @1107 IMP8428 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" PP_MIS1 = "Monthly person's interview status" PP_MIS2 = "Monthly person's interview status" PP_MIS3 = "Monthly person's interview status" PP_MIS4 = "Monthly person's interview status" PP_MIS5 = "Monthly person's interview status" ENTRY = "Edited entry address id address of the" 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 edited and imputed" MS = "Marital status. If a persons marital" 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 = "Wave number for panel" TM8526 = "Check item t9" TM8528 = "Check item t10" TM8530 = "Check item t11" 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 loan" TM8542 = "How many mortgages, home equity loans," TM8564 = "How much principal is currently owed o" TM8568 = "In what year was this mortgage (loan)" TM8569 = "In what month was this mortgage (loan)" TM8572 = "What was the amount of the mortgage" TM8576 = "What is the total number of years over" TM8580 = "What is the current annual interest ra" TM8584 = "Is the interest rate variable, that is" TM8587 = "Was this mortgage obtained through an" TM8592 = "Check item t12" TM8566 = "How much principal is currently owed o" TM8570 = "In what year was this mortgage (loan)" TM8571 = "In what month was this mortgage (loan)" TM8574 = "What was the amount of the mortgage" TM8578 = "What is the total number of years over" TM8582 = "What is the current annual interest ra" TM8586 = "Is the interest rate variable, that is" TM8589 = "Was this mortgage obtained through an" TM8594 = "Check item t13" TM8596 = "How much principal is currently owed o" TM8598 = "What is the current value of this" TM8608 = "Check item t14" TM8610 = "Is there a mortgage, installment loan," TM8612 = "Is this a mortgage, contract, or other" TM8624 = "How much principal is currently owed o" TM8630 = "How much do you think this mobile home" TM8638 = "How much was this household's" TM8640 = "How much did this household pay for" TM8642 = "Check item t15" TM8644 = "Did more than one of the persons livin" TM8646 = "Person number - skip to 8654" TM8647 = "Person number" TM8648 = "Person number" TM8649 = "Person number" TM8650 = "How much did this person pay" TM8651 = "How much did this person pay" TM8652 = "How much did this person pay" TM8654 = "Number of persons in household" TM8656 = "Last month, did anyone here pay for th" TM8657 = "What was the total cost of these care" TM8658 = "Check item t17" TM8660 = "Do you or anyone in this household own" TM8662 = "Which person in this household is the" TM8664 = "Which person in this household is the" TM8666 = "What is the total value of... equity i" TM8714 = "Does anyone in this household own a ca" TM8716 = "How many cars, trucks, or vans are own" 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" TM8763 = "Is this vehicle used primarily for" 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, " TM8761 = "How much is currently owed for this" TM8764 = "Is this vehicle used primarily for" TM8768 = "Is there another vehicle which has not" TM8722 = "First person number" TM8728 = "Second person number" TM8734 = "What is the year of this vehicle" TM8758 = "Is this vehicle owned free and clear o" TM8762 = "How much is currently owed for this" TM8765 = "Is this vehicle used primarily for" TM8770 = "Motorcycle" TM8772 = "Boat" TM8774 = "Recreational vehicle (RV)" TM8776 = "Other" TM8778 = "No - skip to SC4800" TM8780 = "First person number" TM8784 = "Second person number" TM8788 = "If this vehicle were sold, what would " TM8792 = "Is this vehicle owned free and clear o" TM8796 = "How much is currently owed for this" TM8800 = "Check item t19" TM8782 = "First person number" TM8786 = "Second person number" TM8790 = "If this vehicle were sold, what would " TM8794 = "Is this vehicle owned free and clear o" TM8798 = "How much is currently owed for this" TMCARVL1 = "Present car value(s)" TMCARVL2 = "Present car value(s)" TMCARVL3 = "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) equi" 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" ATSUM01 = "Household assets summary." ATSUM02 = "Household assets summary." ATSUM03 = "Household assets summary." ATSUM04 = "Household assets summary." ATSUM05 = "Household assets summary." ATSUM06 = "Household assets summary." ATSUM07 = "Household assets summary." ATSUM08 = "Household assets summary." ATSUM09 = "Household assets summary." ATSUM10 = "Household assets summary." ATSUM11 = "Household assets summary." ATSUM12 = "Household assets summary." ATSUM13 = "Household assets summary." ATSUM14 = "Household assets summary." ATSUM15 = "Household assets summary." ATSUM16 = "Household assets summary." ATSUM17 = "Household assets summary." ATSUM18 = "Household assets summary." ATSUM19 = "Household assets summary." ATSUM20 = "Household assets summary." IMP8538 = "Topical modules imputation of 'TM8538'" IMP8539 = "Topical modules imputation of 'TM8539'" IMP8540 = "Topical modules imputation of 'TM8540'" IMP8542 = "Topical modules imputation of 'TM8542'" IMP8564 = "Topical modules imputation of 'TM8564'" IMP8566 = "Topical modules imputation of 'TM8566'" IMP8568 = "Topical modules imputation of 'TM8568'" IMP8569 = "Topical modules imputation of 'TM8569'" IMP8570 = "Topical modules imputation of 'TM8570'" IMP8571 = "Topical modules imputation of 'TM8571'" IMP8572 = "Topical modules imputation of 'TM8572'" IMP8574 = "Topical modules imputation of 'TM8574'" IMP8580 = "Topical modules imputation of 'TM8580'" IMP8582 = "Topical modules imputation of 'TM8582'" IMP8584 = "Topical modules imputation of 'TM8584'" IMP8586 = "Topical modules imputation of 'TM8586'" IMP8587 = "Topical modules imputation of 'TM8587'" IMP8589 = "Topical modules imputation of 'TM8589'" IMP8596 = "Topical modules imputation of 'TM8596'" IMP8598 = "Topical modules imputation of 'TM8598'" IMP8610 = "Topical modules imputation of 'TM8610'" IMP8624 = "Topical modules imputation of 'TM8624'" IMP8630 = "Topical modules imputation of 'TM8630'" IMP8638 = "Topical modules imputation of 'TM8638'" IMP8640 = "Topical modules imputation of 'TM8640'" IMP8650 = "Topical modules imputation of 'TM8650'" IMP8651 = "Topical modules imputation of 'TM8651'" IMP8652 = "Topical modules imputation of 'TM8652'" IMP8656 = "Topical modules imputation of 'TM8656'" IMP8657 = "Topical modules imputation of 'TM8657'" IMP8660 = "Topical modules imputation of 'TM8660'" IMP8666 = "Topical modules imputation of 'TM8666'" IMP8714 = "Topical modules imputation of 'TM8714'" IMP8716 = "Topical modules imputation of 'TM8716'" IMP8730 = "Topical modules imputation of 'TM8730'" IMP8732 = "Topical modules imputation of 'TM8732'" IMP8734 = "Topical modules imputation of 'TM8734'" IMP8754 = "Topical modules imputation of 'TM8754'" IMP8756 = "Topical modules imputation of 'TM8756'" IMP8758 = "Topical modules imputation of 'TM8758'" IMP8760 = "Topical modules imputation of 'TM8760'" IMP8761 = "Topical modules imputation of 'TM8761'" IMP8762 = "Topical modules imputation of 'TM8762'" IMP70_78 = "Topical modules imputation of 'TM8770" IMP8788 = "Topical modules imputation of 'TM8788'" IMP8790 = "Topical modules imputation of 'TM8790'" IMP8792 = "Topical modules imputation of 'TM8792'" IMP8794 = "Topical modules imputation of 'TM8794'" IMP8796 = "Topical modules imputation of 'TM8796'" IMP8798 = "Topical modules imputation of 'TM8798'" IMP40_42 = "Topical modules imputation of 'TM8540" IMP8612 = "Topical modules imputation of 'TM8612'" IMP8644 = "Topical modules imputation of 'TM8644'" IMP8654 = "Topical modules imputation of 'TM8654'" IMP8658 = "Topical modules imputation of 'TM8658'" IMP8763 = "Topical modules imputation of 'TM8763'" IMP8764 = "Topical modules imputation of 'TM8764'" IMP8765 = "Topical modules imputation of 'TM8765'" TM8000 = "Was...self-employed in this business" TM8002 = "Check item s6.1" TM8004 = "As of (last day of reference period)" TM8006 = "Check item s56.2" TM8008 = "As of (last day of reference period)" TM8012 = "As of (last day of reference period)" TM8016 = "Was...self-employed in this business a" TM8018 = "Check item s13" TM8020 = "As of (last day of reference period)" TM8022 = "Check item s14" TM8024 = "As of (last day of reference period)" TM8028 = "As of (last day of reference period)" IMP8000 = "Topical modules imputation of 'TM8000'" IMP8004 = "Topical modules imputation of 'TM8004'" IMP8008 = "Topical modules imputation of 'TM8008'" IMP8012 = "Topical modules imputation of 'TM8012'" IMP8016 = "Topical modules imputation of 'TM8016'" IMP8020 = "Topical modules imputation of 'TM8020'" IMP8024 = "Topical modules imputation of 'TM8024'" IMP8028 = "Topical modules imputation of 'TM8028'" TM8032 = "Check item a14" 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 shar" 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 jointly" 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, o" TM8074 = "As of(last day of reference period)" TM8076 = "As of(last day of reference period)" TM8078 = "How many properties did... own in...'s" 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, o" TM8098 = "As of(last day of reference period)" TM8100 = "Did...own any rental property jointly" TM8102 = "How many properties did...own jointly" 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, o" TM8120 = "(as of last day of reference period)" TM8122 = "(as of the last day of reference perio" TM8126 = "(as of last day of reference period)" TM8128 = "As of(last day of reference period)" TM8130 = "Check item a20" TM8132 = "As of(last day of reference period)" IMP8034 = "Topical modules imputation of 'TM8034'" IMP8036 = "Topical modules imputation of 'TM8036'" IMP8038 = "Topical modules imputation of 'TM8038'" IMP8040 = "Topical modules imputation of 'TM8040'" IMP8042 = "Topical modules imputation of 'TM8042'" IMP8044 = "Topical modules imputation of 'TM8044'" IMP8046 = "Topical modules imputation of 'TM8046'" IMP8048 = "Topical modules imputation of 'TM8048'" IMP8050 = "Topical modules imputation of 'TM8050'" IMP8052 = "Topical modules imputation of 'TM8052'" IMP8054 = "Topical modules imputation of 'TM8054'" IMP56_66 = "Topical modules imputation of 'TM8056," IMP8067 = "Topical modules imputation of 'TM8067'" IMP8068 = "Topical modules imputation of 'TM8068'" IMP8072 = "Topical modules imputation of 'TM8072'" IMP8074 = "Topical modules imputation of 'TM8074'" IMP8076 = "Topical modules imputation of 'TM8076'" IMP8078 = "Topical modules imputation of 'TM8078'" IMP80_90 = "Topical modules imputation of 'TM8080," IMP8091 = "Topical modules imputation of 'TM8091'" IMP8092 = "Topical modules imputation of 'TM8092'" IMP8096 = "Topical modules imputation of 'TM8096'" IMP8098 = "Topical modules imputation of 'TM8098'" IMP8100 = "Topical modules imputation of 'TM8100'" IMP8102 = "Topical modules imputation of 'TM8102'" IMP04_14 = "Topical modules imputation of 'TM8104," IMP8116 = "Topical modules imputation of 'TM8116'" IMP8118 = "Topical modules imputation of 'TM8118'" IMP8120 = "Topical modules imputation of 'TM8120'" IMP8122 = "Topical modules imputation of 'TM8122'" IMP8126 = "Topical modules imputation of 'TM8126'" IMP8128 = "Topical modules imputation of 'TM8128'" IMP8132 = "Topical modules imputation of 'TM8132'" TM4314 = "SC4314 from the core file" TM4322 = "SC4322 from the core file" TM4414 = "SC4414 from the core file" TM4422 = "SC4422 from the core file" TM8200 = "As of (last day of reference period)" TM8202 = "How much was owed to... (if shared," TM8204 = "Did...own any U.S. savings bonds as of" 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) together" TM8218 = "How much was owed as of (last day of" TM8220 = "Did...and...'s (husband/wife) together" TM8222 = "How much was owed on any other debt no" TM8232 = "(besides any checking accounts owned" 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 savin" 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 = "Dk" TM8284 = "Does...have a KEOGH account in...'s ow" TM8286 = "For how many years has...contributed" TM8288 = "As of (last day of reference period)" TM8292 = "Certificates of deposit or other savin" 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 = "Dk" TM8308 = "Does...have any life insurance (includ" TM8309 = "What is the face value of all life" TM8312 = "What type of life insurance does ..." TM8314 = "Is 'worked' marked on the ISS" TM8316 = "Are any of...'s life insurance policie" TM8318 = "What is the face value of the life" IMP8200 = "Topical modules imputation of 'TM8200'" IMP8202 = "Topical modules imputation of 'TM8202'" IMP8204 = "Topical modules imputation of 'TM8204'" IMP8206 = "Topical modules imputation of 'TM8206'" IMP8209 = "Topical modules imputation of 'TM8209'" IMP8210 = "Topical modules imputation of 'TM8210'" IMP8212 = "Topical modules imputation of 'TM8212'" IMP8214 = "Topical modules imputation of 'TM8214'" IMP8216 = "Topical modules imputation of 'TM8216'" IMP8218 = "Topical modules imputation of 'TM8218'" IMP8220 = "Topical modules imputation of 'TM8220'" IMP8222 = "Topical modules imputation of 'TM8222'" IMP8232 = "Topical modules imputation of 'TM8232'" IMP8233 = "Topical modules imputation of 'TM8233'" IMP8234 = "Topical modules imputation of 'TM8234'" IMP8236 = "Topical modules imputation of 'TM8236'" IMP8238 = "Topical modules imputation of 'TM8238'" IMP8240 = "Topical modules imputation of 'TM8240'" IMP8242 = "Topical modules imputation of 'TM8242'" IMP8244 = "Topical modules imputation of 'TM8244'" IMP8246 = "Topical modules imputation of 'TM8246'" IMP8260 = "Topical modules imputation of 'TM8260'" IMP8262 = "Topical modules imputation of 'TM8262'" IMP8264 = "Topical modules imputation of 'TM8264'" IMP68_80 = "Topical modules imputation of 'TM8268," IMP8284 = "Topical modules imputation of 'TM8284'" IMP8286 = "Topical modules imputation of 'TM8286'" IMP8288 = "Topical modules imputation of 'TM8288'" IMP92_04 = "Topical modules imputation of 'TM8292," IMP8308 = "Topical modules imputation of 'TM8308'" IMP8309 = "Topical modules imputation of 'TM8309'" IMP8312 = "Topical modules imputation of 'TM8312'" IMP8316 = "Topical modules imputation of 'TM8316'" IMP8318 = "Topical modules imputation of 'TM8318'" TM8400 = "During (last month) did ... pay any" TM8402 = "During (last month) did ... pay any" TM8404 = "During (last month) did ... pay any" TM8406 = "During (last month) did ... pay any" TM8408 = "Check item t4" TM8410 = "Not counting amounts already reported " TM8412 = "Check item t5" TM8413 = "Check item t6" TM8416 = "Is 'disabled' (code 171) marked on the" TM8418 = "We have recorded that ...'s health or" TM8420 = "Does ... have a physical, mental, or" TM8422 = "Check item t7" TM8424 = "Does ...'s health or condition prevent" TM8426 = "Has ... been prevented from working fo" TM8428 = "Is it likely that ... will be able to" IMP8400 = "Topical modules imputation flag for" IMP8402 = "Topical modules imputation flag for" IMP8404 = "Topical modules imputation flag for" IMP8406 = "Topical modules imputation flag for" IMP8410 = "Topical modules imputation flag for" IMP8418 = "Topical modules imputation flag for" IMP8420 = "Topical modules imputation flag for" IMP8424 = "Topical modules imputation flag for" IMP8426 = "Topical modules imputation flag for" IMP8428 = "Topical modules imputation flag for" ; proc print data=library.sip93t7 (obs=6); FORMAT STATE STATE. ITEM36B ITEM36B. INTVW INTVW. PP_MIS1 PP_MIS1L. PP_MIS2 PP_MIS2L. PP_MIS3 PP_MIS3L. PP_MIS4 PP_MIS4L. PP_MIS5 PP_MIS5L. 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. TM8638 TM8638L. TM8640 TM8640L. TM8642 TM8642L. TM8644 TM8644L. TM8646 TM8646L. TM8650 TM8650L. TM8651 TM8651L. TM8652 TM8652L. TM8654 TM8654L. TM8656 TM8656L. TM8657 TM8657L. TM8658 TM8658L. TM8660 TM8660L. TM8662 TM8662L. TM8664 TM8664L. TM8666 TM8666L. TM8714 TM8714L. TM8716 TM8716L. TM8730 TM8730L. TM8754 TM8754L. TM8760 TM8760L. TM8763 TM8763L. TM8766 TM8766L. TM8732 TM8732L. TM8756 TM8756L. TM8761 TM8761L. TM8764 TM8764L. TM8768 TM8768L. TM8734 TM8734L. TM8758 TM8758L. TM8762 TM8762L. TM8765 TM8765L. TM8788 TM8788L. TM8792 TM8792L. TM8796 TM8796L. TM8800 TM8800L. TM8790 TM8790L. TM8794 TM8794L. TM8798 TM8798L. ATSUM01 ATSUM01L. ATSUM02 ATSUM02L. ATSUM03 ATSUM03L. ATSUM04 ATSUM04L. ATSUM05 ATSUM05L. ATSUM06 ATSUM06L. ATSUM07 ATSUM07L. ATSUM08 ATSUM08L. ATSUM09 ATSUM09L. ATSUM10 ATSUM10L. ATSUM11 ATSUM11L. ATSUM12 ATSUM12L. ATSUM13 ATSUM13L. ATSUM14 ATSUM14L. ATSUM15 ATSUM15L. ATSUM16 ATSUM16L. ATSUM17 ATSUM17L. ATSUM18 ATSUM18L. ATSUM19 ATSUM19L. ATSUM20 ATSUM20L. TM8000 TM8000L. TM8002 TM8002L. TM8004 TM8004L. TM8006 TM8006L. TM8008 TM8008L. TM8012 TM8012L. TM8016 TM8016L. TM8018 TM8018L. TM8020 TM8020L. TM8022 TM8022L. TM8024 TM8024L. TM8028 TM8028L. TM8032 TM8032L. TM8034 TM8034L. TM8038 TM8038L. TM8040 TM8040L. TM8042 TM8042L. TM8044 TM8044L. TM8048 TM8048L. TM8050 TM8050L. TM8052 TM8052L. TM8054 TM8054L. TM8067 TM8067L. TM8068 TM8068L. TM8072 TM8072L. TM8074 TM8074L. TM8076 TM8076L. TM8078 TM8078L. TM8091 TM8091L. TM8092 TM8092L. TM8096 TM8096L. TM8098 TM8098L. TM8100 TM8100L. TM8102 TM8102L. TM8116 TM8116L. TM8118 TM8118L. TM8120 TM8120L. TM8122 TM8122L. TM8126 TM8126L. TM8128 TM8128L. TM8130 TM8130L. TM8132 TM8132L. 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. TM8284 TM8284L. TM8286 TM8286L. TM8288 TM8288L. TM8308 TM8308L. TM8309 TM8309L. TM8312 TM8312L. TM8314 TM8314L. TM8316 TM8316L. TM8318 TM8318L. TM8400 TM8400L. TM8402 TM8402L. TM8404 TM8404L. TM8406 TM8406L. TM8408 TM8408L. TM8410 TM8410L. TM8412 TM8412L. TM8413 TM8413L. TM8416 TM8416L. TM8418 TM8418L. TM8420 TM8420L. TM8422 TM8422L. TM8424 TM8424L. TM8426 TM8426L. TM8428 TM8428L. ; proc contents data=library.sip93t7; /* 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. */