/*------------------------------------------------------------------------------------*/ /*by Jean Roth Thu Mar 18 11:54:01 EST 2004 This program reads the 1993 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.fsp93t4; /* The PROC FORMAT statement will store the formats in a sas data set called fsip93t4 To use the stored formats in a subsequent program, include something like this: proc format cntlin=library.fsp93t4; 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 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" ; 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 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" -3 = "None - skip to TM8042" ; VALUE TM8036L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8042L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to next ISS code or" ; VALUE TM8044L (default=32) 0 = "Not applicable" ; VALUE TM8046L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; 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 applicable" 1 = "Yes - all rental properties on" 2 = "Yes - some rental properties on" 3 = "No" ; VALUE TM8068L (default=32) 0 = "Not applicable" ; VALUE TM8070L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; 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 applicable" 1 = "Yes - all rental properties on" 2 = "Yes - some rental properties on" 3 = "No" ; VALUE TM8092L (default=32) 0 = "Not applicable" ; VALUE TM8094L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; 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 TM8116L (default=32) 0 = "Not applicable" ; VALUE TM8118L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8120L (default=32) 0 = "Not applicable" -3 = "None" ; VALUE TM8122L (default=32) 0 = "Not applicable" -3 = "None" ; VALUE TM8124L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8130L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8132L (default=32) 0 = "Not applicable" -3 = "None - skip to TM8200" ; 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 TM8232L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8234" ; VALUE TM8233L (default=32) 0 = "Not applicable" -3 = "None" ; 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 TM8266L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; 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 TM8290L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8308L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8324" ; VALUE TM8310L (default=32) 0 = "Not applicable" ; VALUE TM8312L (default=32) 0 = "Not applicable" 1 = "Term only" 2 = "Whole life only" 3 = "Both types" ; 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) 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" ; 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 -" ; 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" 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" ; VALUE IMP8400L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8402L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8404L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8406L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8410L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8418L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8420L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8424L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8426L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8428L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM8526L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to SC4800" ; 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) -3 = "None" 0 = "Not applicable" ; VALUE TM8540L (default=32) 0 = "Not applicable" -3 = "None" ; VALUE TM8542L (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 TM8544L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8548" 2 = "No" ; VALUE TM8546L (default=32) 999 = "No rent/mortgage or utilities" ; VALUE TM8554L (default=32) 0 = "Not applicable" ; VALUE TM8556L (default=32) 0 = "Not applicable" ; VALUE TM8558L (default=32) 0 = "Not applicable" ; VALUE TM8560L (default=32) 0 = "Not applicable" 2 = "Two or more" ; VALUE TM8562L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8658" ; VALUE TM8564L (default=32) 0 = "Not applicaable" ; 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 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" ; VALUE TM8756L (default=32) 0 = "Not applicable" 1 = "Money owed" 2 = "Free and clear - skip to TM8768" ; VALUE TM8761L (default=32) 0 = "Not applicable" ; 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" ; VALUE TM8758L (default=32) 0 = "Not applicable" 1 = "Money owed" 2 = "Free and clear - skip to TM8770" ; VALUE TM8762L (default=32) 0 = "Not applicable" ; VALUE TM8765L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; 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" ; filename raw pipe "unzip -p /homes/data/sipp/1993/sipp93t4.zip "; data library.sip93t4; 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/sipp93t4.dat' LRECL=20000 PAD END=EOF; *LENGTH SUSEQNUM 4 ID 6 ADDID $2 ENTRY $2 FINALWGT 8 SC4314 5 SC4322 5 SC4414 5 SC4422 5 TM8034 4 TM8044 4 TM8068 4 TM8074 4 TM8092 4 TM8098 4 TM8116 4 TM8120 4 TM8122 4 TM8132 4 TM8206 4 TM8210 4 TM8233 4 TM8264 4 TM8288 4 TM8310 4 TM8410 4 TM8538 4 TM8540 4 TM8554 4 TM8556 4 TM8558 4 TM8564 4 TM8666 4 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 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. @38 FINALWGT 9.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 SC4314 8. @77 SC4322 8. @85 SC4414 8. @93 SC4422 8. @101 TM8032 1. @102 TM8034 6. @108 TM8036 1. @109 TM8042 1. @110 TM8044 6. @116 TM8046 1. @117 TM8052 2. @119 TM8054 2. @121 TM8056 1. @122 TM8068 6. @128 TM8070 1. @129 TM8072 2. @131 TM8074 6. @137 TM8076 2. @139 TM8078 2. @141 TM8080 1. @142 TM8092 6. @148 TM8094 1. @149 TM8096 2. @151 TM8098 6. @157 TM8100 2. @159 TM8102 2. @161 TM8116 6. @167 TM8118 2. @169 TM8120 6. @175 TM8122 6. @181 TM8124 1. @182 TM8130 1. @183 TM8132 6. @189 IMP8034 1. @190 IMP8042 1. @191 IMP8044 1. @192 IMP8052 1. @193 IMP8054 1. @194 IMP8056 1. @195 IMP8068 1. @196 IMP8072 1. @197 IMP8074 1. @198 IMP8076 1. @199 IMP8078 1. @200 IMP8080 1. @201 IMP8092 1. @202 IMP8096 1. @203 IMP8098 1. @204 IMP8100 1. @205 IMP8102 1. @206 IMP8116 1. @207 IMP8118 1. @208 IMP8120 1. @209 IMP8122 1. @210 IMP8132 1. @213 TM8204 1. @214 TM8206 6. @220 TM8208 1. @221 TM8209 2. @223 TM8210 6. @229 TM8232 2. @231 TM8233 6. @237 TM8258 1. @238 TM8260 2. @240 TM8262 2. @242 TM8264 6. @248 TM8266 1. @249 TM8284 2. @251 TM8286 2. @253 TM8288 6. @259 TM8290 1. @260 TM8308 2. @262 TM8310 6. @268 TM8312 2. @270 IMP8204 1. @271 IMP8206 1. @272 IMP8209 1. @273 IMP8210 1. @274 IMP8232 1. @275 IMP8233 1. @276 IMP8260 1. @277 IMP8262 1. @278 IMP8264 1. @279 IMP8284 1. @280 IMP8286 1. @281 IMP8288 1. @282 IMP8308 1. @283 IMP8310 1. @284 IMP8312 1. @285 TM8400 2. @287 TM8402 2. @289 TM8404 2. @291 TM8406 2. @293 TM8408 1. @294 TM8410 6. @300 TM8412 1. @301 TM8413 1. @302 TM8416 1. @303 TM8418 1. @304 TM8420 1. @305 TM8422 1. @306 TM8424 1. @307 TM8426 1. @308 TM8428 2. @310 IMP8400 1. @311 IMP8402 1. @312 IMP8404 1. @313 IMP8406 1. @314 IMP8410 1. @315 IMP8418 1. @316 IMP8420 1. @317 IMP8424 1. @318 IMP8426 1. @319 IMP8428 1. @321 TM8526 1. @322 TM8530 1. @323 TM8532 3. @326 TM8534 3. @329 TM8536 3. @332 TM8538 6. @338 TM8540 6. @344 TM8542 1. @345 TM8544 1. @346 TM8546 3. @349 TM8548 3. @352 TM8554 6. @358 TM8550 3. @361 TM8556 6. @367 TM8552 3. @370 TM8558 6. @376 TM8560 1. @377 TM8562 1. @378 TM8564 6. @384 TM8658 1. @385 TM8660 2. @387 TM8662 3. @390 TM8664 3. @393 TM8666 6. @399 TM8714 1. @400 TM8716 2. @402 TM8718 3. @405 TM8724 3. @408 TM8730 4. @412 TM8754 2. @414 TM8760 6. @420 TM8763 1. @421 TM8766 1. @422 TM8720 3. @425 TM8726 3. @428 TM8732 4. @432 TM8756 2. @434 TM8761 6. @440 TM8764 1. @441 TM8768 1. @442 TM8722 3. @445 TM8728 3. @448 TM8734 4. @452 TM8758 2. @454 TM8762 6. @460 TM8765 1. @461 TM8770 1. @462 TM8772 1. @463 TM8774 1. @464 TM8776 1. @465 TM8778 1. @466 TM8780 3. @469 TM8784 3. @472 TM8788 6. @478 TM8792 2. @480 TM8796 6. @486 TM8800 1. @487 TM8782 3. @490 TM8786 3. @493 TM8790 6. @499 TM8794 2. @501 TM8798 6. @507 TMCARVL1 6. @513 TMCARVL2 6. @519 TMCARVL3 6. @525 IMP8538 1. @526 IMP8540 1. @527 IMP8544 1. @528 IMP8554 1. @529 IMP8556 1. @530 IMP8558 1. @531 IMP8562 1. @532 IMP8564 1. @533 IMP8660 1. @534 IMP8666 1. @535 IMP8714 1. @536 IMP8716 1. @537 IMP8730 1. @538 IMP8732 1. @539 IMP8734 1. @540 IMP8754 1. @541 IMP8756 1. @542 IMP8758 1. @543 IMP8760 1. @544 IMP8761 1. @545 IMP8762 1. @546 IMP8763 1. @547 IMP8764 1. @548 IMP8765 1. @549 IMP8770 1. @550 IMP8788 1. @551 IMP8790 1. @552 IMP8792 1. @553 IMP8794 1. @554 IMP8796 1. @555 IMP8798 1. @556 CAL8532 1. @557 CAL8534 1. @558 CAL8536 1. @559 CAL8662 1. @560 CAL8664 1. @561 CAL8716 1. @562 CAL8718 1. @563 CAL8720 1. @564 CAL8722 1. @565 CAL8724 1. @566 CAL8726 1. @567 CAL8728 1. @568 CAL8748 1. @569 CAL8750 1. @570 CAL8752 1. @571 CALCAR1 1. @572 CALCAR2 1. @573 CALCAR3 1. @574 CAL8780 1. @575 CAL8782 1. @576 CAL8784 1. @577 CAL8786 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" 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 = "Wave number for the panel" 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)" TM8036 = "If I were to call back later would you" TM8042 = "Besides the stocks or mutual fund" TM8044 = "As of (last day of reference period)" TM8046 = "If I were to call back later would you" TM8052 = "As of (last day of reference period)" TM8054 = "How many properties did...own" TM8056 = "Were any of these properties attached " TM8068 = "(Excluding properties attached to or" TM8070 = "If I were to call back later would you" TM8072 = "(Excluding properties attached to or" TM8074 = "As of(last day of reference period)" TM8076 = "As of(last day of reference period)" TM8078 = "How many properties did ... own" TM8080 = "Were any of these properties attached " TM8092 = "(Excluding properties attached to or" TM8094 = "If I were to call back later would you" 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" 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)" TM8124 = "If I were to call back later would you" TM8130 = "Check item A21" TM8132 = "As of(last day of reference period)" IMP8034 = "Topical modules imputation flag" IMP8042 = "Topical modules imputation flag" IMP8044 = "Topical modules imputation flag" IMP8052 = "Topical modules imputation flag" IMP8054 = "Topical modules imputation flag" IMP8056 = "Topical modules imputation flag" IMP8068 = "Topical modules imputation flag" IMP8072 = "Topical modules imputation flag" IMP8074 = "Topical modules imputation flag" IMP8076 = "Topical modules imputation flag" IMP8078 = "Topical modules imputation flag" IMP8080 = "Topical modules imputation flag" IMP8092 = "Topical modules imputation flag" IMP8096 = "Topical modules imputation flag" IMP8098 = "Topical modules imputation flag" IMP8100 = "Topical modules imputation flag" IMP8102 = "Topical modules imputation flag" IMP8116 = "Topical modules imputation flag" IMP8118 = "Topical modules imputation flag" IMP8120 = "Topical modules imputation flag" IMP8122 = "Topical modules imputation flag" IMP8132 = "Topical modules imputation flag" 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" TM8232 = "Besides any checking accounts" TM8233 = "What is your best estimate of the amou" 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)," TM8266 = "If I were to call back later would you" TM8284 = "Does ... have a KEOGH account in ...'s" TM8286 = "For how many years has ... contributed" TM8288 = "As of (last day of reference period)" TM8290 = "If I were to call back later would you" TM8308 = "Does ... have any life insurance" TM8310 = "What is the current face value of all" TM8312 = "What type of life insurance does ... h" IMP8204 = "Topical modules imputation flag" IMP8206 = "Topical modules imputation flag" IMP8209 = "Topical modules imputation flag" IMP8210 = "Topical modules imputation flag" IMP8232 = "Topical modules imputation flag" IMP8233 = "Topical modules imputation flag" IMP8260 = "Topical modules imputation flag" IMP8262 = "Topical modules imputation flag" IMP8264 = "Topical modules imputation flag" IMP8284 = "Topical modules imputation flag" IMP8286 = "Topical modules imputation flag" IMP8288 = "Topical modules imputation flag" IMP8308 = "Topical modules imputation flag" IMP8310 = "Topical modules imputation flag" IMP8312 = "Topical modules imputation flag" TM8400 = "Doctor bills" TM8402 = "Dental bills?" TM8404 = "Hospital bills?" TM8406 = "Expenses for prescription medicine?" TM8408 = "Is one or more 'yes' boxes marked in" TM8410 = "Not counting amounts already reported" TM8412 = "What is ...'s age" TM8413 = "What is marked in item 18A?" TM8416 = "Is 'disabled' (code 171) marked on" TM8418 = "We have recorded that ...'s health" TM8420 = "Does...have a physical,mental,or other" TM8422 = "Check Item T7" TM8424 = "Does...'s health or condition prevent" TM8426 = "Has...been prevented from working" TM8428 = "Is it likely that ... will be able to" IMP8400 = "Topical modules imputation flag" IMP8402 = "Topical modules imputation flag" IMP8404 = "Topical modules imputation flag" IMP8406 = "Topical modules imputation flag" IMP8410 = "Topical modules imputation flag" IMP8418 = "Topical modules imputation flag" IMP8420 = "Topical modules imputation flag" IMP8424 = "Topical modules imputation flag" IMP8426 = "Topical modules imputation flag" IMP8428 = "Topical modules imputation flag" TM8526 = "Check item T11" TM8530 = "Check item T13" TM8532 = "Person number" TM8534 = "Person number" TM8536 = "Person number" TM8538 = "How much was this household's rent/" TM8540 = "How much did this household pay for" TM8542 = "Check Item T10" TM8544 = "Did more than one of the persons livin" TM8546 = "Which person paid?" TM8548 = "Person number" TM8554 = "How much did this person pay" TM8550 = "Person number" TM8556 = "How much did this person pay" TM8552 = "Person number" TM8558 = "How much did this person pay" TM8560 = "Check Item T11" TM8562 = "Last month, did anyone here pay for th" TM8564 = "What was the total cost of these care" TM8658 = "Check item T12" 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" TM8763 = "Is this vehicle used primarily for eit" 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" TM8764 = "Is this vehicle used primarily for eit" 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" TM8762 = "How much is currently owed for this" TM8765 = "Is this vehicle used primarily for eit" 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" TMCARVL1 = "Present car value for second car" TMCARVL2 = "Present car value for second car" TMCARVL3 = "Present car value for third car" IMP8538 = "Topical modules imputation flag" IMP8540 = "Topical modules imputation flag" IMP8544 = "Topical modules imputation flag" IMP8554 = "Topical modules imputation flag" IMP8556 = "Topical modules imputation flag" IMP8558 = "Topical modules imputation flag" IMP8562 = "Topical modules imputation flag" IMP8564 = "Topical modules imputation flag" IMP8660 = "Topical modules imputation flag" IMP8666 = "Topical modules imputation flag" IMP8714 = "Topical modules imputation flag" IMP8716 = "Topical modules imputation flag" IMP8730 = "Topical modules imputation flag" IMP8732 = "Topical modules imputation flag" IMP8734 = "Topical modules imputation flag" IMP8754 = "Topical modules imputation flag" IMP8756 = "Topical modules imputation flag" IMP8758 = "Topical modules imputation flag" IMP8760 = "Topical modules imputation flag" IMP8761 = "Topical modules imputation flag" IMP8762 = "Topical modules imputation flag" IMP8763 = "Topical modules imputation flag" IMP8764 = "Topical modules imputation flag" IMP8765 = "Topical modules imputation flag" IMP8770 = "Topical modules imputation flag" IMP8788 = "Topical modules imputation flag" IMP8790 = "Topical modules imputation flag" IMP8792 = "Topical modules imputation flag" IMP8794 = "Topical modules imputation flag" IMP8796 = "Topical modules imputation flag" IMP8798 = "Topical modules imputation flag" CAL8532 = "Topical modules calculation flag" CAL8534 = "Topical modules calculation flag" CAL8536 = "Topical modules calculation flag" CAL8662 = "Topical modules calculation flag" CAL8664 = "Topical modules calculation flag" CAL8716 = "Topical modules calculation flag" CAL8718 = "Topical modules calculation flag" CAL8720 = "Topical modules calculation flag" CAL8722 = "Topical modules calculation flag" CAL8724 = "Topical modules calculation flag" CAL8726 = "Topical modules calculation flag" CAL8728 = "Topical modules calculation flag" CAL8748 = "Topical modules calculation flag" CAL8750 = "Topical modules calculation flag" CAL8752 = "Topical modules calculation flag" CALCAR1 = "Topical modules calculation flag" CALCAR2 = "Topical modules calculation flag" CALCAR3 = "Topical modules calculation flag" CAL8780 = "Topical modules calculation flag" CAL8782 = "Topical modules calculation flag" CAL8784 = "Topical modules calculation flag" CAL8786 = "Topical modules calculation flag" ; proc print data=library.sip93t4 (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. SC4314 SC4314L. SC4322 SC4322L. SC4414 SC4414L. SC4422 SC4422L. TM8032 TM8032L. TM8034 TM8034L. TM8036 TM8036L. TM8042 TM8042L. TM8044 TM8044L. TM8046 TM8046L. TM8052 TM8052L. TM8054 TM8054L. TM8056 TM8056L. TM8068 TM8068L. TM8070 TM8070L. TM8072 TM8072L. TM8074 TM8074L. TM8076 TM8076L. TM8078 TM8078L. TM8080 TM8080L. TM8092 TM8092L. TM8094 TM8094L. TM8096 TM8096L. TM8098 TM8098L. TM8100 TM8100L. TM8102 TM8102L. TM8116 TM8116L. TM8118 TM8118L. TM8120 TM8120L. TM8122 TM8122L. TM8124 TM8124L. TM8130 TM8130L. TM8132 TM8132L. TM8204 TM8204L. TM8206 TM8206L. TM8208 TM8208L. TM8209 TM8209L. TM8210 TM8210L. TM8232 TM8232L. TM8233 TM8233L. TM8258 TM8258L. TM8260 TM8260L. TM8262 TM8262L. TM8264 TM8264L. TM8266 TM8266L. TM8284 TM8284L. TM8286 TM8286L. TM8288 TM8288L. TM8290 TM8290L. TM8308 TM8308L. TM8310 TM8310L. TM8312 TM8312L. TM8400 TM8400L. TM8402 TM8402L. TM8404 TM8404L. TM8406 TM8406L. TM8408 TM8408L. TM8410 TM8410L. TM8412 TM8412L. TM8416 TM8416L. TM8418 TM8418L. TM8420 TM8420L. TM8422 TM8422L. TM8424 TM8424L. TM8426 TM8426L. TM8428 TM8428L. IMP8400 IMP8400L. IMP8402 IMP8402L. IMP8404 IMP8404L. IMP8406 IMP8406L. IMP8410 IMP8410L. IMP8418 IMP8418L. IMP8420 IMP8420L. IMP8424 IMP8424L. IMP8426 IMP8426L. IMP8428 IMP8428L. TM8526 TM8526L. TM8530 TM8530L. TM8538 TM8538L. TM8540 TM8540L. TM8542 TM8542L. TM8544 TM8544L. TM8546 TM8546L. TM8554 TM8554L. TM8556 TM8556L. TM8558 TM8558L. TM8560 TM8560L. TM8562 TM8562L. TM8564 TM8564L. 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. TM8780 TM8780L. TM8784 TM8784L. TM8788 TM8788L. TM8792 TM8792L. TM8796 TM8796L. TM8800 TM8800L. TM8782 TM8782L. TM8786 TM8786L. TM8790 TM8790L. TM8794 TM8794L. TM8798 TM8798L. ; proc contents data=library.sip93t4; /* 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. */