/*------------------------------------------------------------------------------------*/ /*by Jean Roth Mon Jun 7 18:29:46 EDT 2004 This program reads the 1991 SIPP Wave 8 Topical Module Research 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.fsp91r8; /* The PROC FORMAT statement will store the formats in a sas data set called fsip91r8 To use the stored formats in a subsequent program, include something like this: proc format cntlin=library.fsp91r8; 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 home," 15 = "Permit granted, construction not" 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" ; VALUE SEX (default=32) 1 = "Male" 2 = "Female" ; VALUE RACE (default=32) 1 = "White" 2 = "Black" 3 = "American Indian, Eskimo or Aleut" 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 TM8000L (default=32) 0 = "Not applicable" 1 = "Yes- skip to TM8006" 2 = "No" ; VALUE TM8002L (default=32) 0 = "Not applicable" 1 = "Yes- skip to TM9330" 2 = "No" ; VALUE TM8004L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9330" ; VALUE TM8006L (default=32) 1 = "1 business" 2 = "2 businesses" 3 = "3 + businesses" ; VALUE TMIND1L (default=32) 0 = "Not applicable" ; VALUE TM8010L (default=32) -3 = "Not listed on control card" 0 = "Not applicable" ; VALUE TM8012L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to TM8018" ; VALUE TM8014L (default=32) 0 = "Not applicable" ; VALUE TM8016L (default=32) -3 = "None - skip to TM8274" 0 = "Not applicable" ; VALUE TM8018L (default=32) -1 = "DK" 0 = "Not applicable" 1 = "Sole proprietorship" 2 = "Partnership" 3 = "Corporation" ; VALUE TM8020L (default=32) 0 = "Not applicable" 1 = "Own home" 2 = "Somewhere else" ; VALUE TM8104L (default=32) 0 = "Not applicable" 1 = "Yes- skip to TM8118" 2 = "No" ; VALUE TM8106L (default=32) -1 = "DK - skip to TM8116" 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8116" ; VALUE TM8108L (default=32) 0 = "Not applicable" ; VALUE TM8110L (default=32) 0 = "Not applicable" ; VALUE TM8112L (default=32) 0 = "Not applicable" 1 = "Yes- skip to TM8116" 2 = "No" ; VALUE TM8114L (default=32) -1 = "DK" 1 = "1- 50 percent" 2 = "51 - 100 percent" ; VALUE TM8116L (default=32) -1 = "DK" 1 = "1 - 25 percent" 2 = "26 - 49 percent" 3 = "50 - 100 percent" ; VALUE TM8118L (default=32) -1 = "DK" -2 = "Refused" 0 = "Not applicable" ; VALUE TM8120L (default=32) 0 = "Not applicable" -1 = "DK" -2 = "Refused" ; VALUE TM8122L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8126" ; VALUE TM8124L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8126L (default=32) 0 = "Not applicable" 1 = "Yes- skip to TM8274" 2 = "No" ; VALUE TM8202L (default=32) -1 = "DK" -2 = "Refused - skip to TM8208" -3 = "None - skip to TM8208" 0 = "Not applicable" ; VALUE TM8206L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8208L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8274" ; VALUE TM8210L (default=32) -1 = "DK - skip to TM8274" 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8274" ; VALUE TM8212L (default=32) 0 = "Not applicable" ; VALUE TM8214L (default=32) -1 = "DK" -2 = "Refused" -3 = "None" 0 = "Not applicable" ; VALUE TM8218L (default=32) 0 = "Not applicable" ; VALUE TM8220L (default=32) -1 = "DK" -2 = "Refused" -3 = "None" 0 = "Not applicable" ; VALUE TM8274L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Go to TM9330" ; VALUE TMIND2L (default=32) 0 = "Not applicable" ; VALUE TM8060L (default=32) -3 = "Not listed on control card" 0 = "Not applicable" ; VALUE TM8062L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to TM8068" ; VALUE TM8064L (default=32) 0 = "Not applicable" ; VALUE TM8066L (default=32) -3 = "None - skip to TM8276" 0 = "Not applicable" ; VALUE TM8068L (default=32) -1 = "DK" 0 = "Not applicable" 1 = "Sole proprietorship" 2 = "Partnership" 3 = "Corporation" ; VALUE TM8070L (default=32) 0 = "Not applicable" 1 = "Own home" 2 = "Somewhere else" ; VALUE TM8154L (default=32) 0 = "Not applicable" 1 = "Yes- skip to TM8168" 2 = "No" ; VALUE TM8156L (default=32) -1 = "DK - skip to TM8166" 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8166" ; VALUE TM8158L (default=32) 0 = "Not applicable" ; VALUE TM8160L (default=32) 0 = "Not applicable" ; VALUE TM8162L (default=32) 0 = "Not applicable" 1 = "Yes- skip to TM8166" 2 = "No" ; VALUE TM8164L (default=32) -1 = "DK" 1 = "1 - 50 percent" 2 = "51 - 100 percent" ; VALUE TM8166L (default=32) -1 = "DK" 1 = "1 - 25 percent" 2 = "26 - 49 percent" 3 = "50 - 100 percent" ; VALUE TM8168L (default=32) -1 = "DK" -2 = "Refused" 0 = "Not applicable" ; VALUE TM8170L (default=32) -1 = "DK" -2 = "Refused" 0 = "Not applicable" ; VALUE TM8172L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8176" ; VALUE TM8174L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8176L (default=32) 0 = "Not applicable" 1 = "Yes- skip to TM8276" 2 = "No" ; VALUE TM8252L (default=32) -1 = "DK" -2 = "Refused - skip to TM8258" -3 = "None - skip to TM8258" 0 = "Not applicable" ; VALUE TM8256L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8258L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8276" ; VALUE TM8260L (default=32) -1 = "DK - skip to TM8276" 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8276" ; VALUE TM8262L (default=32) 0 = "Not applicable" ; VALUE TM8264L (default=32) -1 = "DK" -2 = "Refused" -3 = "None" 0 = "Not applicable" ; VALUE TM8268L (default=32) 0 = "Not applicable" ; VALUE TM8270L (default=32) 0 = "Not applicable" -1 = "DK" -2 = "Refused" -3 = "None" ; VALUE TM8276L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8282" ; VALUE TM8278L (default=32) -1 = "DK" -2 = "Refused" -3 = "None" 0 = "Not applicable" ; VALUE TM9330L (default=32) -1 = "DK - skip to TM9358" 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9358" ; VALUE TM9332L (default=32) -1 = "DK - skip to TM9336" 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9336" ; VALUE TM9334L (default=32) -0002 = "Refused" -1 = "DK" 0 = "Not applicable" ; VALUE TM9336L (default=32) -1 = "DK - skip to TM9340" 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9340" ; VALUE TM9338L (default=32) -1 = "DK" -0002 = "Refused" 0 = "Not applicable" ; VALUE TM9340L (default=32) -1 = "DK" -0002 = "Refused" 0 = "Not applicable" ; VALUE TM9356L (default=32) 1 = "DK" ; VALUE TM9358L (default=32) -1 = "DK - skip to TM9385" 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9385" ; VALUE TM9360L (default=32) -1 = "DK - skip to TM9364" 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9364" ; VALUE TM9362L (default=32) -1 = "DK" -0002 = "Refused" 0 = "Not applicable" ; VALUE TM9364L (default=32) -1 = "DK - skip to TM9368" 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9368" ; VALUE TM9366L (default=32) -1 = "DK" -0002 = "Refused" 0 = "Not applicable" ; VALUE TM9368L (default=32) -1 = ".DK" -0002 = "Refused" 0 = "Not applicable" ; VALUE TM9384L (default=32) 0 = "Not applicable" 1 = "DK" ; VALUE TM9385L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9390" ; VALUE TM9386L (default=32) -1 = "DK - skip to TM9390" 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9390" ; VALUE TM9388L (default=32) -1 = "DK" -2 = "Ref" -3 = "None" 0 = "Not applicable" ; VALUE TM9390L (default=32) 0 = "Not applicable" 1 = "Yes- skip to TM9486" 2 = "No" ; VALUE TM9392L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9486" ; VALUE TM9394L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM9396L (default=32) 0 = "Not applicable" 1 = "A single taxpayer?" 2 = "Married, filing a joint return?" 3 = "Married, filing separately?" 4 = "Unmarried head of household?" 5 = "Qualifying widow(er) with" 6 = "Don't know" ; VALUE TM9398L (default=32) -1 = "DK" 0 = "Not applicable" 1 = "1 exemption" 2 = "2 exemptions" 3 = "3-5 exemptions" 4 = "6 or more exemptions" ; VALUE TM9400L (default=32) 0 = "Not applicable" 1 = "One - skip to TM9414" 2 = "Two or more" ; VALUE TM9412L (default=32) 0 = "Not applicable" 1 = "None in the household beside ..." ; VALUE TM9414L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9420" ; VALUE TM9420L (default=32) -1 = "DK - skip to TM9428" 0 = "Not applicable" 1 = "Form 1040" 2 = "Form 1040A - skip to TM9428" 3 = "Form 1040EZ - skip to TM9428" ; VALUE TM9428L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9472" ; VALUE TM9430L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9462" ; VALUE TM9432L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9438" ; VALUE TM9434L (default=32) -1 = "DK" -2 = "Ref" ; VALUE TM9446L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM9448L (default=32) -1 = "DK" -2 = "Ref" ; VALUE TM9450L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM9452L (default=32) -1 = "DK" -0002 = "Ref" 1 = "1-99" 2 = "100-499" 3 = "500+" ; VALUE TM9458L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9462" ; VALUE TM9460L (default=32) -1 = "DK" -2 = "Ref" -3 = "None" 0 = "Not applicable" ; VALUE TM9462L (default=32) -3 = "None" -2 = "Ref" 0 = "Not applicable" ; VALUE TM9464L (default=32) -3 = "None" -2 = "Ref" -1 = "Dk" 0 = "Not applicable" ; VALUE TM9466L (default=32) 0 = "Not applicable" 1 = "$22,370 or more" 2 = "Less than $22,370" ; VALUE TM9472L (default=32) -1 = "DK - skip to TM9486" 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9486" ; VALUE TM9474L (default=32) -1 = "DK" -2 = "Refused" 0 = "Not applicable" ; VALUE TM9486L (default=32) 0 = "Not applicable" 1 = "Owned or being bought?" 2 = "Rented for cash? - skip" 3 = "Occupied without cash payment? -" ; VALUE TM9488L (default=32) 0 = "Not applicable" 1 = "No spouse in household" 2 = "Interview for spouse not yet" 3 = "Interview for spouse already" ; VALUE TM9490L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9610" ; VALUE TM9492L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9498" ; VALUE TM9498L (default=32) -1 = "DK" -2 = "Ref" 0 = "Not applicable" ; filename raw pipe "unzip -p /homes/data/sipp/1991/sipp91r8.zip "; data library.sip91r8; 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/1991/sipp91r8.dat' LRECL=20000 PAD END=EOF; *LENGTH SUSEQNUM $5 ID $9 ADDID $2 ENTRY $2 FINALWGT 8 TM8118 4 TM8120 4 TM8202 4 TM8214 4 TM8220 4 TM8168 4 TM8170 4 TM8252 4 TM8264 4 TM8270 4 TM8278 4 TM9334 4 TM9338 4 TM9340 4 TM9362 4 TM9366 4 TM9368 4 TM9388 4 TM9434 4 TM9448 4 TM9452 4 TM9460 4 TM9462 4 TM9464 4 TM9474 4 TM9498 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 TM8000 1. @70 TM8002 1. @71 TM8004 1. @72 TM8006 2. @74 TMIND1 3. @77 TM8010 2. @79 TM8012 1. @80 TM8014 3. @83 TM8016 2. @85 TM8018 2. @87 TM8020 1. @88 TM8104 1. @89 TM8106 2. @91 TM8108 3. @94 TM8110 3. @97 TM8112 1. @98 TM8114 2. @100 TM8116 2. @102 TM8118 6. @108 TM8120 6. @114 TM8122 1. @115 TM8124 1. @116 TM8126 1. @117 TM8202 6. @123 TM8206 1. @124 TM8208 1. @125 TM8210 2. @127 TM8212 3. @130 TM8214 6. @136 TM8218 3. @139 TM8220 6. @145 TM8274 1. @146 TMIND2 3. @149 TM8060 2. @151 TM8062 1. @152 TM8064 3. @155 TM8066 2. @157 TM8068 2. @159 TM8070 1. @160 TM8154 1. @161 TM8156 2. @163 TM8158 3. @166 TM8160 3. @169 TM8162 1. @170 TM8164 2. @172 TM8166 2. @174 TM8168 6. @180 TM8170 6. @186 TM8172 1. @187 TM8174 1. @188 TM8176 1. @189 TM8252 6. @195 TM8256 1. @196 TM8258 1. @197 TM8260 2. @199 TM8262 3. @202 TM8264 6. @208 TM8268 3. @211 TM8270 6. @217 TM8276 1. @218 TM8278 6. @224 TM9330 2. @226 TM9332 2. @228 TM9334 5. @233 TM9336 2. @235 TM9338 5. @240 TM9340 5. @245 TM9342 1. @246 TM9344 1. @247 TM9346 1. @248 TM9348 1. @249 TM9350 1. @250 TM9352 1. @251 TM9354 1. @252 TM9356 1. @253 TM9358 2. @255 TM9360 2. @257 TM9362 5. @262 TM9364 2. @264 TM9366 5. @269 TM9368 5. @274 TM9370 1. @275 TM9372 1. @276 TM9374 1. @277 TM9376 1. @278 TM9378 1. @279 TM9380 1. @280 TM9382 1. @281 TM9384 1. @282 TM9385 1. @283 TM9386 2. @285 TM9388 6. @291 TMEBCNT 3. @297 TM9390 1. @298 TM9392 1. @299 TM9394 1. @300 TM9396 2. @302 TM9398 2. @304 TM9400 1. @305 TM9402 3. @308 TM9404 3. @311 TM9406 3. @314 TM9408 3. @317 TM9410 3. @320 TM9412 1. @321 TM9414 1. @322 TM9416 1. @323 TM9418 1. @324 TM9420 2. @326 TM9422 2. @328 TM9424 2. @330 TM9428 1. @331 TM9430 1. @332 TM9432 1. @333 TM9434 6. @339 TM9446 1. @340 TM9448 6. @346 TM9450 1. @347 TM9452 5. @352 TM9458 1. @353 TM9460 6. @359 TM9462 6. @365 TM9464 6. @371 TM9466 1. @372 TM9472 2. @374 TM9474 6. @380 TM9486 1. @381 TM9488 1. @382 TM9490 1. @383 TM9492 1. @384 TM9494 3. @387 TM9496 3. @390 TM9498 6. @396 TMPICNT 2. ; 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" 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 of the panel" TM8000 = "Check item T1" TM8002 = "Check item T2" TM8004 = "Did ... own and operate a business" TM8006 = "How many different businesses did" TMIND1 = "Three digit industry code for" TM8010 = "Check item T3 for business" TM8012 = "Check item T4 for business" TM8014 = "Person number of other owner of" TM8016 = "Business ID number of business" TM8018 = "What was the form of this (business/" TM8020 = "Was this business primarily" TM8104 = "Check item T5 for business" TM8106 = "Were any other members of this" TM8108 = "Person number of other household" TM8110 = "Person number of other household" TM8112 = "Was this (business/practice) owned" TM8114 = "What percentage of this (business/" TM8116 = "What percentage of this (business/" TM8118 = "What were the gross receipts of this" TM8120 = "What were the total expenses of this" TM8122 = "Check item T6 for business" TM8124 = "Information on (receipts/expenses)" TM8126 = "Check item T7 for business" TM8206 = "This information is especially importa" TM8208 = "Check item T8 for business" TM8210 = "Apart from the net income already" TM8212 = "Person number of first co-owner of" TM8214 = "Amount of net income or loss for" TM8218 = "Person number of second co-owner of" TM8220 = "Amount of net income or loss for" TM8274 = "Check item T9" TMIND2 = "Three digit industry code for" TM8060 = "Check item T3 for business" TM8062 = "Check item T4 for business" TM8064 = "Person number of other owner of" TM8066 = "Business ID number of business" TM8068 = "What was the form of this (business/" TM8070 = "Was this business primarily" TM8154 = "Check item T5 for business" TM8156 = "Were any other members of this" TM8158 = "Person number of other household" TM8160 = "Person numberof other household" TM8162 = "Was this (business/practice) owned" TM8164 = "What percentage of this (business/" TM8166 = "What percentage of this (business/" TM8168 = "What were the gross receipts of this" TM8170 = "What were the total expenses of this" TM8172 = "Check item T6 for business" TM8174 = "Information on (receipts/expenses)" TM8176 = "Check item T7 for business one" TM8256 = "This information is especially" TM8258 = "Check item T8 for business" TM8260 = "Apart from the net income already" TM8262 = "Person number of first co-owner of" TM8264 = "Amount of net income or loss for" TM8268 = "Person number of second co-owner of" TM8270 = "Amount of net income or loss for" TM8276 = "Check item T10" TM8278 = "Amount of income or loss" TM9330 = "Does ... have an individual retirement" TM9332 = "Did ... make any contributions to IRA" TM9334 = "How much were ...'s contributions to" TM9336 = "Did ... make any withdrawals from" TM9338 = "How much did ... withdraw from IRA" TM9340 = "Including all IRA accounts in ...'s" TM9342 = "Certificates of deposit or other" TM9344 = "Money market funds" TM9346 = "U.S. government securities" TM9348 = "Municipal or corporate bonds" TM9350 = "U.S. Savings Bonds" TM9352 = "Stocks or mutual fund shares" TM9354 = "Other assets" TM9356 = "Don't know types of assets" TM9358 = "Does ... have a KEOGH account in ...'s" TM9360 = "Did ... make any contributions to a" TM9362 = "How much were ...'s contributions to" TM9364 = "Did ... make any withdrawals from ...'" TM9366 = "How much did ... withdraw from KEOGH" TM9368 = "Including all KEOGH accounts in ...'s" TM9370 = "Certificates of deposit or other" TM9372 = "Money market funds" TM9374 = "U.S. government securities" TM9376 = "Municipal or corporate bonds" TM9378 = "U.S. Savings Bonds" TM9380 = "Stocks or mutual fund shares" TM9382 = "Other assets" TM9384 = "Don't know of other assets" TM9385 = "Are the names of any employers listed " TM9386 = "During 1991, did...participate in a" TM9388 = "How much did ... contribute to this pl" TMEBCNT = "Number of items with data on" TM9390 = "Check item T12" TM9392 = "Did ... file a federal income tax" TM9394 = "Do you have a copy of the tax form" TM9396 = "What was ...'s filing status on ...'s" TM9398 = "What were the total number of exemp-" TM9400 = "Check item T13" TM9402 = "Person one" TM9404 = "Person two" TM9406 = "Person three" TM9408 = "Person four" TM9410 = "Person five" TM9414 = "Did ... claim exemptions for any" TM9416 = "First dependent" TM9418 = "Second dependent" TM9420 = "Did ... file form 1040, the long form" TM9422 = "Schedule A - Itemized deductions" TM9424 = "Schedule D - Capital gains and losses" TM9428 = "Check item T14" TM9430 = "Check item T15" TM9432 = "Check item T16" TM9434 = "How much were ...'s (and ...'s" TM9446 = "On ...'s Form 1040, did ... (and ...'s" TM9448 = "What was the amount claimed for" TM9450 = "On ...'s Form 1040, did ... (and ...'s" TM9452 = "What was the amount claimed as a" TM9458 = "Check item T17" TM9460 = "How much were ...'s (and ...'s husband" TM9462 = "Adjusted gross income is total" TM9464 = "Federal income tax liability is the" TM9466 = "Check item T18" TM9472 = "Did ... claim an earned income credit" TM9474 = "What was the amount of earned income" TM9486 = "Check item T19" TM9488 = "Check item T20" TM9490 = "Did ... pay any property taxes on ...'" TM9492 = "Did ... pay these jointly with some-" TM9494 = "Person one" TM9496 = "Person two" TM9498 = "What was the property tax bill for" TMPICNT = "Number of items with data on" ; proc print data=library.sip91r8 (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. TM8000 TM8000L. TM8002 TM8002L. TM8004 TM8004L. TM8006 TM8006L. TMIND1 TMIND1L. TM8010 TM8010L. TM8012 TM8012L. TM8014 TM8014L. TM8016 TM8016L. TM8018 TM8018L. TM8020 TM8020L. TM8104 TM8104L. TM8106 TM8106L. TM8108 TM8108L. TM8110 TM8110L. TM8112 TM8112L. TM8114 TM8114L. TM8116 TM8116L. TM8118 TM8118L. TM8120 TM8120L. TM8122 TM8122L. TM8124 TM8124L. TM8126 TM8126L. TM8202 TM8202L. TM8206 TM8206L. TM8208 TM8208L. TM8210 TM8210L. TM8212 TM8212L. TM8214 TM8214L. TM8218 TM8218L. TM8220 TM8220L. TM8274 TM8274L. TMIND2 TMIND2L. TM8060 TM8060L. TM8062 TM8062L. TM8064 TM8064L. TM8066 TM8066L. TM8068 TM8068L. TM8070 TM8070L. TM8154 TM8154L. TM8156 TM8156L. TM8158 TM8158L. TM8160 TM8160L. TM8162 TM8162L. TM8164 TM8164L. TM8166 TM8166L. TM8168 TM8168L. TM8170 TM8170L. TM8172 TM8172L. TM8174 TM8174L. TM8176 TM8176L. TM8252 TM8252L. TM8256 TM8256L. TM8258 TM8258L. TM8260 TM8260L. TM8262 TM8262L. TM8264 TM8264L. TM8268 TM8268L. TM8270 TM8270L. TM8276 TM8276L. TM8278 TM8278L. TM9330 TM9330L. TM9332 TM9332L. TM9334 TM9334L. TM9336 TM9336L. TM9338 TM9338L. TM9340 TM9340L. TM9356 TM9356L. TM9358 TM9358L. TM9360 TM9360L. TM9362 TM9362L. TM9364 TM9364L. TM9366 TM9366L. TM9368 TM9368L. TM9384 TM9384L. TM9385 TM9385L. TM9386 TM9386L. TM9388 TM9388L. TM9390 TM9390L. TM9392 TM9392L. TM9394 TM9394L. TM9396 TM9396L. TM9398 TM9398L. TM9400 TM9400L. TM9412 TM9412L. TM9414 TM9414L. TM9420 TM9420L. TM9428 TM9428L. TM9430 TM9430L. TM9432 TM9432L. TM9434 TM9434L. TM9446 TM9446L. TM9448 TM9448L. TM9450 TM9450L. TM9452 TM9452L. TM9458 TM9458L. TM9460 TM9460L. TM9462 TM9462L. TM9464 TM9464L. TM9466 TM9466L. TM9472 TM9472L. TM9474 TM9474L. TM9486 TM9486L. TM9488 TM9488L. TM9490 TM9490L. TM9492 TM9492L. TM9498 TM9498L. ; proc contents data=library.sip91r8; /* 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. */