/*------------------------------------------------------------------------------------*/ /*by Jean Roth Thu Mar 18 11:53:11 EST 2004 This program reads the 1993 SIPP Wave 1 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.fsp93t1; /* The PROC FORMAT statement will store the formats in a sas data set called fsip93t1 To use the stored formats in a subsequent program, include something like this: proc format cntlin=library.fsp93t1; 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" ; VALUE INTVW (default=32) 0 = "Not applicable (children under 1" 1 = "Interview (self)" 2 = "Interview (proxy)" 3 = "Noninterview - Type Z refusal" 4 = "Noninterview - Type Z other" ; VALUE PP_MIS1L (default=32) 1 = "Interviewed" 2 = "Noninterview" ; VALUE PP_MIS2L (default=32) 1 = "Interviewed" 2 = "Noninterview" ; VALUE PP_MIS3L (default=32) 1 = "Interviewed" 2 = "Noninterview" ; VALUE PP_MIS4L (default=32) 1 = "Interviewed" 2 = "Noninterview" ; VALUE PP_MIS5L (default=32) 1 = "Interviewed" 2 = "Noninterview" ; 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) 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 TM8052L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No -skip to TM8124" ; VALUE TM8054L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8058" ; VALUE TM8056L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8062" 2 = "No - skip to TM8074" ; VALUE TM8058L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8074" ; VALUE TM8060L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8074" ; VALUE TM8062L (default=32) 0 = "Not applicable" ; VALUE TM8064L (default=32) 0 = "Not applicable" ; VALUE TM8066L (default=32) 0 = "Not applicable" ; VALUE TM8068L (default=32) 0 = "Not applicable" ; VALUE TM8072L (default=32) 0 = "Not applicable" ; VALUE TM8074L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8096" ; VALUE TM8076L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8080" ; VALUE TM8078L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8084" 2 = "No - skip to TM8096" ; VALUE TM8080L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8096" ; VALUE TM8082L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8096" ; VALUE TM8084L (default=32) 0 = "Not applicable" ; VALUE TM8086L (default=32) 0 = "Not applicable" ; VALUE TM8088L (default=32) 0 = "Not applicable" ; VALUE TM8090L (default=32) 0 = "Not applicable" ; VALUE TM8094L (default=32) 0 = "Not applicable" ; VALUE TM8096L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8100" ; VALUE TM8098L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8104" 2 = "No - skip to TM8114" ; VALUE TM8100L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8114" ; VALUE TM8102L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8114" ; VALUE TM8104L (default=32) 0 = "Not applicable" ; VALUE TM8106L (default=32) 0 = "Not applicable" ; VALUE TM8108L (default=32) 0 = "Not applicable" ; VALUE TM8110L (default=32) 0 = "Not applicable" ; VALUE TM8114L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8124" ; VALUE TM8116L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8124" 2 = "No" ; VALUE TM8118L (default=32) 0 = "Not applicable" ; VALUE TM8120L (default=32) 0 = "Not applicable" ; VALUE TM8122L (default=32) -3 = "Never covered by Medicaid" 0 = "Not applicable" ; VALUE TM8124L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8132" ; VALUE TM8126L (default=32) 0 = "Not applicable" ; VALUE TM8128L (default=32) 0 = "Not applicable" ; VALUE TM8130L (default=32) -3 = "Have always had insurance -" 0 = "Not applicable" ; VALUE TM8132L (default=32) 0 = "Not applicable" ; VALUE TM8134L (default=32) 0 = "Not applicable" ; VALUE TM8136L (default=32) -3 = "Has never been covered" 0 = "Not applicable" ; VALUE TM8138L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8200" ; VALUE TM8140L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8148" ; VALUE TM8142L (default=32) 0 = "Not applicable" ; VALUE TM8144L (default=32) 0 = "Not applicable" ; VALUE TM8146L (default=32) -3 = "Have always lived in public" 0 = "Not applicable" ; VALUE TM8148L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8200" ; VALUE TM8150L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM3000L (default=32) 0 = "Not applicable" 1 = "Social Security" 2 = "U.S. Government railroad" 3 = "Fededral Supplemental Security" 5 = "State unemployment compensation" 6 = "Supplemental unemployment" 7 = "Other unemployment compensation" 8 = "Veterans' compensation or pensio" 10 = "Workers compensation" 11 = "State temporary sickness or" 12 = "Employer or union temporary" 13 = "Payments form a sickness," 20 = "Aid to families with dependent" 21 = "General assistance or general" 23 = "Foster child care payments" 24 = "Other welfare" 25 = "WIC (Women, Infants and Children" 27 = "Food stamps" 28 = "Child support payments" 29 = "Alimony payments" 30 = "Pension from company or union" 31 = "Federal Civil Service or other" 32 = "U.S. Military retirement pay" 34 = "State government pensions" 35 = "Local government pensions" 36 = "Income form paid-up life" 37 = "Estates and trusts" 38 = "Other payments for retirement," 40 = "GI bill education benefits" 41 = "Other VA education benefits" 50 = "Income assistance from a" 51 = "Money from relatives or friends" 52 = "Lump sum payments" 53 = "Income from roomers or boarders" 54 = "National guard or reserve pay" 55 = "Incidental or casual earnings" 56 = "Other cash income not included" ; VALUE TM8300L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to SC3032" ; VALUE TM8302L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to SC3032" ; VALUE TM8304L (default=32) 0 = "Not applicable" ; VALUE TM8306L (default=32) 0 = "Not applicable" ; VALUE TM8308L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to SC3086" ; VALUE TM8310L (default=32) 0 = "Not applicable" ; VALUE TM8312L (default=32) 0 = "Not applicable" ; VALUE TM8314L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to NEXT ISS CODE" ; VALUE TM8316L (default=32) 0 = "Not applicable" ; VALUE TM8318L (default=32) 0 = "Not applicable" ; VALUE TM8320L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to next ISS code" ; VALUE TM8322L (default=32) 0 = "Not applicable" ; VALUE TM8324L (default=32) 0 = "Not applicable" ; VALUE TM3200L (default=32) 0 = "Not applicable" 1 = "Social Security" 2 = "U.S. Government Railroad" 3 = "Federal Supplemental Security" 5 = "State Unemployment compensation" 6 = "Supplemental Unemployment" 7 = "Other Unemployment compensation" 8 = "Veterans' compensation or" 10 = "Workers compensation" 11 = "State temporary sickness or" 12 = "Employer or union temporary" 13 = "Payments from a sickness," 20 = "Aid to families with dependent" 21 = "General assistance or general" 23 = "Foster child care payments" 24 = "Other welfare" 25 = "WIC (Women, Infants and Children" 27 = "Food stamps" 28 = "Child support payments" 29 = "Alimony payments" 30 = "Pension from company or union" 31 = "Federal Civil Service or other" 32 = "U.S. Military retirement pay" 34 = "State government pensions" 35 = "Local government pensions" 36 = "Income from paid-up life" 37 = "Estates and trusts" 38 = "Other payments for retirement," 40 = "GI Bill education benefits" 41 = "Other VA education benefits" 50 = "Income assistance from a" 51 = "Money from relatives or friends" 52 = "Lump sum payments" 53 = "Income from roomers or boarders" 54 = "National Guard or reserve pay" 55 = "Incidental or casual earnings" 56 = "Other cash income not included" ; VALUE TM8400L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to SC3232" ; VALUE TM8402L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to SC3232" ; VALUE TM8404L (default=32) 0 = "Not applicable" ; VALUE TM8406L (default=32) 0 = "Not applicable" ; VALUE TM8408L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to SC3286" ; VALUE TM8410L (default=32) 0 = "Not applicable" ; VALUE TM8412L (default=32) 0 = "Not applicable" ; VALUE TM8414L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to NEXT ISS CODE" ; VALUE TM8416L (default=32) 0 = "Not applicable" ; VALUE TM8418L (default=32) 0 = "Not applicable" ; VALUE TM8420L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to NEXT ISS CODE" ; VALUE TM8422L (default=32) 0 = "Not applicable" ; VALUE TM8424L (default=32) 0 = "Not applicable" ; VALUE TM3400L (default=32) 0 = "Not applicable" 1 = "Social Security" 2 = "U.S. Government Railroad" 3 = "Federal Supplemental Security" 5 = "State Unemployment compensation" 6 = "Supplemental Unemployment" 7 = "Other Unemployment compensation" 8 = "Veterans' compensation or" 10 = "Workers compensation" 11 = "State temporary sickness or" 12 = "Employer or union temporary" 13 = "Payments from a sickness," 20 = "Aid to families with dependent" 21 = "General assistance or general" 23 = "Foster child care payments" 24 = "Other welfare" 25 = "WIC (Women, Infants And Children" 27 = "Food stamps" 28 = "Child support payments" 29 = "Alimony payments" 30 = "Pension from company or union" 31 = "Federal Civil Service or other" 32 = "U.S. Military retirement pay" 34 = "State government pensions" 35 = "Local government pensions" 36 = "Income from paid-up life" 37 = "Estates and trusts" 38 = "Other payments for retirement," 40 = "GI Bill education benefits" 41 = "Other VA education benefits" 50 = "Income assistance from a" 51 = "Money from relatives or friends" 52 = "Lump sum payments" 53 = "Income from roomers or boarders" 54 = "National Guard or reserve pay" 55 = "Incidental or casual earnings" 56 = "Other cash income not included" ; VALUE TM8500L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to SC3432" ; VALUE TM8502L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to SC3432" ; VALUE TM8504L (default=32) 0 = "Not applicable" ; VALUE TM8506L (default=32) 0 = "Not applicable" ; VALUE TM8508L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to SC3486" ; VALUE TM8510L (default=32) 0 = "Not applicable" ; VALUE TM8512L (default=32) 0 = "Not applicable" ; VALUE TM8514L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to next ISS code" ; VALUE TM8516L (default=32) 0 = "Not applicable" ; VALUE TM8518L (default=32) 0 = "Not applicable" ; VALUE TM8520L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to next ISS code" ; VALUE TM8522L (default=32) 0 = "Not applicable" ; VALUE TM8524L (default=32) 0 = "Not applicable" ; VALUE TM3600L (default=32) 0 = "Not applicable" 1 = "Social Security" 2 = "U.S. Government Railroad" 3 = "Federal Supplemental Security" 5 = "State Unemployment compensation" 6 = "Supplemental Unemployment" 7 = "Other Unemployment compensation" 8 = "Veterans' compensation or" 10 = "Workers compensation" 11 = "State temporary sickness or" 12 = "Employer or union temporary" 13 = "Payments from a sickness," 20 = "Aid to families with dependent" 21 = "General assistance or general" 23 = "Foster child care payments" 24 = "Other welfare" 25 = "WIC (Women, Infants And Children" 27 = "Food stamps" 28 = "Child support payments" 29 = "Alimony payments" 30 = "Pension from company or union" 31 = "Federal Civil Service or other" 32 = "U.S. Military retirement pay" 34 = "State government pensions" 35 = "Local government pensions" 36 = "Income from paid-up life" 37 = "Estates and trusts" 38 = "Other payments for retirement," 40 = "GI Bill education benefits" 41 = "Other VA education benefits" 50 = "Income assistance from a" 51 = "Money from relatives or friends" 52 = "Lump sum payments" 53 = "Income from roomers or boarders" 54 = "National Guard or reserve pay" 55 = "Incidental or casual earnings" 56 = "Other cash income not included" ; VALUE TM8600L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to SC3632" ; VALUE TM8602L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to SC3632" ; VALUE TM8604L (default=32) 0 = "Not applicable" ; VALUE TM8606L (default=32) 0 = "Not applicable" ; VALUE TM8608L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to SC3686" ; VALUE TM8610L (default=32) 0 = "Not applicable" ; VALUE TM8612L (default=32) 0 = "Not applicable" ; VALUE TM8614L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to next ISS code" ; VALUE TM8616L (default=32) 0 = "Not applicable" ; VALUE TM8618L (default=32) 0 = "Not applicable" ; VALUE TM8620L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to next ISS code" ; VALUE TM8622L (default=32) 0 = "Not applicable" ; VALUE TM8624L (default=32) 0 = "Not applicable" ; VALUE TM3800L (default=32) 0 = "Not applicable" 1 = "Social Security" 2 = "U.S. Government Railroad" 3 = "Federal Supplemental Security" 5 = "State Unemployment compensation" 6 = "Supplemental Unemployment" 7 = "Other Unemployment compensation" 8 = "Veterans' compensation or" 10 = "Workers compensation" 11 = "State temporary sickness or" 12 = "Employer or union temporary" 13 = "Payments from a sickness," 20 = "Aid to families with dependent" 21 = "General assistance or general" 23 = "Foster child care payments" 24 = "Other welfare" 25 = "WIC (Women, Infants and Children" 27 = "Food stamps" 28 = "Child support payments" 29 = "Alimony payments" 30 = "Pension from company or union" 31 = "Federal Civil Service or other" 32 = "U.S. Military retirement pay" 34 = "State government pensions" 35 = "Local government pensions" 36 = "Income from paid-up life" 37 = "Estates and trusts" 38 = "Other payments for retirement," 40 = "GI Bill education benefits" 41 = "Other VA education benefits" 50 = "Income assistance from a" 51 = "Money from relatives or friends" 52 = "Lump sum payments" 53 = "Income from roomers or boarders" 54 = "National Guard or reserve pay" 55 = "Incidental or casual earnings" 56 = "Other cash income not included" ; VALUE TM8700L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to SC3832" ; VALUE TM8702L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to SC3832" ; VALUE TM8704L (default=32) 0 = "Not applicable" ; VALUE TM8706L (default=32) 0 = "Not applicable" ; VALUE TM8708L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to SC3886" ; VALUE TM8710L (default=32) 0 = "Not applicable" ; VALUE TM8712L (default=32) 0 = "Not applicable" ; VALUE TM8714L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to next ISS code" ; VALUE TM8716L (default=32) 0 = "Not applicable" ; VALUE TM8718L (default=32) 0 = "Not applicable" ; VALUE TM8720L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to next ISS code" ; VALUE TM8722L (default=32) 0 = "Not applicable" ; VALUE TM8724L (default=32) 0 = "Not applicable" ; VALUE TM4000L (default=32) 0 = "Not applicable" 1 = "Social Security" 2 = "U.S. Government Railroad" 3 = "Federal Supplemental Security" 5 = "State unemployment compensation" 6 = "Supplemental unemployment" 7 = "Other unemployment compensation" 8 = "Veterans' compensation or" 10 = "Workers compensation" 11 = "State temporary sickness or" 12 = "Employer or union temporary" 13 = "Payments from a sickness," 20 = "Aid to families with dependent" 21 = "General assistance or general" 23 = "Foster child care payments" 24 = "Other welfare" 25 = "WIC (Women, Infants and Children" 27 = "Food stamps" 28 = "Child support payments" 29 = "Alimony payments" 30 = "Pension from company or union" 31 = "Federal Civil Service or other" 32 = "U.S. Military retirement pay" 34 = "State government pensions" 35 = "Local government pensions" 36 = "Income from paid-up life" 37 = "Estates and trusts" 38 = "Other payments for retirement," 40 = "GI Bill education benefits" 41 = "Other VA education benefits" 50 = "Income assistance from a" 51 = "Money from relatives or friends" 52 = "Lump sum payments" 53 = "Income from roomers or boarders" 54 = "National Guard or reserve pay" 55 = "Incidental or casual earnings" 56 = "Other cash income not included" ; VALUE TM8800L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to SC4032" ; VALUE TM8802L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to SC4032" ; VALUE TM8804L (default=32) 0 = "Not applicable" ; VALUE TM8806L (default=32) 0 = "Not applicable" ; VALUE TM8808L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to SC4086" ; VALUE TM8810L (default=32) 0 = "Not applicable" ; VALUE TM8812L (default=32) 0 = "Not applicable" ; VALUE TM8814L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to next ISS code" ; VALUE TM8816L (default=32) 0 = "Not applicable" ; VALUE TM8818L (default=32) 0 = "Not applicable" ; VALUE TM8820L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to next ISS code" ; VALUE TM8822L (default=32) 0 = "Not applicable" ; VALUE TM8824L (default=32) 0 = "Not applicable" ; VALUE IMP8058L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8060L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8062L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8064L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8066L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8068L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8072L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8080L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8082L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8084L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8086L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8088L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8090L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8094L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8100L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8102L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8104L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8106L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8108L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8110L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8118L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8120L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8122L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8126L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8128L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8130L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8132L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8134L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8136L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8142L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8144L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8146L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8150L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8304L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8306L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8310L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8312L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8316L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8318L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8322L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8324L (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 IMP8412L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8416L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8418L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8422L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8424L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8504L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8506L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8510L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8512L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8516L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8518L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8522L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8524L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8604L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8606L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8610L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8612L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8616L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8618L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8622L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8624L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8704L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8706L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8710L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8712L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8716L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8718L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8722L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8724L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8804L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8806L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8810L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8812L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8816L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8818L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8822L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8824L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM8200L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8300" ; VALUE TM8210L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8240" ; VALUE TM8214L (default=32) 0 = "Not applicable" ; VALUE TM8216L (default=32) 0 = "Not applicable" ; VALUE TM8218L (default=32) 0 = "Not applicable" ; VALUE TM8220L (default=32) 0 = "Not applicable" ; VALUE TM8222L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8248" ; VALUE TM8224L (default=32) 0 = "Not applicable" 1 = "Under 25" 2 = "25 TO 99" 3 = "100 TO 999" ; VALUE TM8226L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8248" ; VALUE TM8228L (default=32) 0 = "Not applicable" 1 = "Under 25" 2 = "25 TO 99" 3 = "100 TO 499" ; VALUE TM8234L (default=32) 0 = "Not applicable" ; VALUE TM8236L (default=32) 0 = "Not applicable" ; VALUE TM8240L (default=32) 0 = "Not applicable" ; VALUE TM8242L (default=32) 0 = "Not applicable" ; VALUE TM8244L (default=32) -3 = "Never worked for 2 consecutive" 0 = "Not applicable" ; VALUE TM8246L (default=32) 0 = "Not applicable" 1 = "Taking care of home or family" 2 = "Ill or disabled" 3 = "Going to school" 4 = "Couldn't find work" 5 = "Didn't want to work" 7 = "Other" ; VALUE TM8248L (default=32) 0 = "Not applicable" ; VALUE TM8250L (default=32) 0 = "Not applicable" ; VALUE TM8252L (default=32) -3 = "Never had another job lasting" 0 = "Not applicable" ; VALUE TM8254L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8284" ; VALUE TMIND3L (default=32) 0 = "Not applicable" ; VALUE TMIND4L (default=32) 0 = "Not applicable" ; VALUE TM8266L (default=32) 0 = "Not applicable" 1 = "Worked for an employer" 2 = "Self-employed" ; VALUE TM8268L (default=32) 0 = "Not applicable" ; VALUE TM8270L (default=32) 0 = "Not applicable" ; VALUE TM8272L (default=32) 0 = "Not applicable" 1 = "Layoff, plant closed" 2 = "Discharged" 3 = "Job was temporary and ended" 4 = "Found a better job" 5 = "Retirement/old age" 6 = "Did not like working conditions" 7 = "Dissatisfied with earnings" 8 = "Did not like location" 9 = "Going to school" 10 = "Became pregnant/had child" 11 = "Health reasons" 12 = "Other family or personal reasons" 13 = "Other" ; VALUE TM8274L (default=32) -3 = "Never worked 6 straight months" 0 = "Not applicable" ; VALUE TM8276L (default=32) -1 = "Don't know - skip to end" 0 = "Not applicable" 1 = "Yes - skip to end" 2 = "No" ; VALUE TM8278L (default=32) 0 = "Not applicable" ; VALUE TM8280L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8286" 2 = "No" ; VALUE TM8282L (default=32) -5 = "All years" 0 = "Not applicable" ; VALUE TM8284L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8300" ; VALUE TM8286L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8300" ; VALUE TM8288L (default=32) 0 = "Not applicable" ; VALUE TM8290L (default=32) 0 = "Not applicable" ; VALUE TM8292L (default=32) 0 = "Not applicable" ; VALUE TM8294L (default=32) 0 = "Not applicable" 1 = "Took care of family or home" 2 = "Own illness or disability" 3 = "Could not find work" 4 = "Going to school" 5 = "Became pregnant/had child" 6 = "Other" ; VALUE IMP8218L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8220L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8224L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8226L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8228L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8234L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8240L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8242L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8244L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8246L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8248L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8250L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8252L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8266L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8268L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8270L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8272L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8274L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8276L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8278L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8282L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8286L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8288L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8290L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP829A (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8292L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8294L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_IND (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_OCC (default=32) 0 = "Not imputed" 1 = "Imputed" ; filename raw pipe "unzip -p /homes/data/sipp/1993/sipp93t1.zip "; data library.sip93t1; 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/sipp93t1.dat' LRECL=20000 PAD END=EOF; *LENGTH SUSEQNUM 4 ID 6 ADDID $2 ENTRY $2 FINALWGT 8 TM8064 4 TM8086 4 TM8106 4 TM8120 4 TM8134 4 TM8306 4 TM8312 4 TM8318 4 TM8324 4 TM8406 4 TM8412 4 TM8418 4 TM8424 4 TM8506 4 TM8512 4 TM8518 4 TM8524 4 TM8606 4 TM8612 4 TM8618 4 TM8624 4 TM8706 4 TM8712 4 TM8718 4 TM8724 4 TM8806 4 TM8812 4 TM8818 4 TM8824 4 TM8220 4 TM8242 4 TM8250 4 TM8270 4 TM8274 4 TM8290 4 TM8292 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 TM8052 1. @70 TM8054 1. @71 TM8056 1. @72 TM8058 1. @73 TM8060 1. @74 TM8062 2. @76 TM8064 4. @80 TM8066 2. @82 TM8068 2. @86 TM8072 2. @88 TM8074 1. @89 TM8076 1. @90 TM8078 1. @91 TM8080 1. @92 TM8082 1. @93 TM8084 2. @95 TM8086 4. @99 TM8088 2. @101 TM8090 2. @105 TM8094 2. @107 TM8096 1. @108 TM8098 1. @109 TM8100 1. @110 TM8102 1. @111 TM8104 2. @113 TM8106 4. @117 TM8108 2. @119 TM8110 2. @123 TM8114 1. @124 TM8116 1. @125 TM8118 2. @127 TM8120 4. @131 TM8122 2. @133 TM8124 1. @134 TM8126 2. @136 TM8128 2. @138 TM8130 2. @140 TM8132 2. @142 TM8134 4. @146 TM8136 2. @148 TM8138 1. @149 TM8140 1. @150 TM8142 2. @152 TM8144 2. @154 TM8146 2. @156 TM8148 1. @157 TM8150 1. @158 TM3000 2. @160 TM8300 1. @161 TM8302 1. @162 TM8304 2. @164 TM8306 4. @168 TM8308 1. @169 TM8310 2. @171 TM8312 4. @175 TM8314 1. @176 TM8316 2. @178 TM8318 4. @182 TM8320 1. @183 TM8322 2. @185 TM8324 4. @189 TM3200 2. @191 TM8400 1. @192 TM8402 1. @193 TM8404 2. @195 TM8406 4. @199 TM8408 1. @200 TM8410 2. @202 TM8412 4. @206 TM8414 1. @207 TM8416 2. @209 TM8418 4. @213 TM8420 1. @214 TM8422 2. @216 TM8424 4. @220 TM3400 2. @222 TM8500 1. @223 TM8502 1. @224 TM8504 2. @226 TM8506 4. @230 TM8508 1. @231 TM8510 2. @233 TM8512 4. @237 TM8514 1. @238 TM8516 2. @240 TM8518 4. @244 TM8520 1. @245 TM8522 2. @247 TM8524 4. @251 TM3600 2. @253 TM8600 1. @254 TM8602 1. @255 TM8604 2. @257 TM8606 4. @261 TM8608 1. @262 TM8610 2. @264 TM8612 4. @268 TM8614 1. @269 TM8616 2. @271 TM8618 4. @275 TM8620 1. @276 TM8622 2. @278 TM8624 4. @282 TM3800 2. @284 TM8700 1. @285 TM8702 1. @286 TM8704 2. @288 TM8706 4. @292 TM8708 1. @293 TM8710 2. @295 TM8712 4. @299 TM8714 1. @300 TM8716 2. @302 TM8718 4. @306 TM8720 1. @307 TM8722 2. @309 TM8724 4. @314 TM4000 2. @316 TM8800 1. @317 TM8802 1. @318 TM8804 2. @320 TM8806 4. @324 TM8808 1. @325 TM8810 2. @327 TM8812 4. @331 TM8814 1. @332 TM8816 2. @334 TM8818 4. @338 TM8820 1. @339 TM8822 2. @341 TM8824 4. @345 IMP8058 1. @346 IMP8060 1. @347 IMP8062 1. @348 IMP8064 1. @349 IMP8066 1. @350 IMP8068 1. @351 IMP8072 1. @352 IMP8080 1. @353 IMP8082 1. @354 IMP8084 1. @355 IMP8086 1. @356 IMP8088 1. @357 IMP8090 1. @358 IMP8094 1. @359 IMP8100 1. @360 IMP8102 1. @361 IMP8104 1. @362 IMP8106 1. @363 IMP8108 1. @364 IMP8110 1. @365 IMP8118 1. @366 IMP8120 1. @367 IMP8122 1. @368 IMP8126 1. @369 IMP8128 1. @370 IMP8130 1. @371 IMP8132 1. @372 IMP8134 1. @373 IMP8136 1. @374 IMP8142 1. @375 IMP8144 1. @376 IMP8146 1. @377 IMP8150 1. @378 IMP8304 1. @379 IMP8306 1. @380 IMP8310 1. @381 IMP8312 1. @382 IMP8316 1. @383 IMP8318 1. @384 IMP8322 1. @385 IMP8324 1. @386 IMP8404 1. @387 IMP8406 1. @388 IMP8410 1. @389 IMP8412 1. @390 IMP8416 1. @391 IMP8418 1. @392 IMP8422 1. @393 IMP8424 1. @394 IMP8504 1. @395 IMP8506 1. @396 IMP8510 1. @397 IMP8512 1. @398 IMP8516 1. @399 IMP8518 1. @400 IMP8522 1. @401 IMP8524 1. @402 IMP8604 1. @403 IMP8606 1. @404 IMP8610 1. @405 IMP8612 1. @406 IMP8616 1. @407 IMP8618 1. @408 IMP8622 1. @409 IMP8624 1. @410 IMP8704 1. @411 IMP8706 1. @412 IMP8710 1. @413 IMP8712 1. @414 IMP8716 1. @415 IMP8718 1. @416 IMP8722 1. @417 IMP8724 1. @418 IMP8804 1. @419 IMP8806 1. @420 IMP8810 1. @421 IMP8812 1. @422 IMP8816 1. @423 IMP8818 1. @424 IMP8822 1. @425 IMP8824 1. @429 TM8200 1. @430 TM8210 1. @431 TM8214 2. @433 TM8216 2. @435 TM8218 2. @437 TM8220 4. @441 TM8222 1. @442 TM8224 2. @444 TM8226 2. @446 TM8228 2. @448 TM8234 2. @450 TM8236 2. @454 TM8240 2. @456 TM8242 4. @460 TM8244 2. @462 TM8246 2. @464 TM8248 2. @466 TM8250 4. @470 TM8252 2. @472 TM8254 1. @473 TMIND3 3. @476 TMIND4 3. @480 TM8266 1. @481 TM8268 2. @483 TM8270 4. @487 TM8272 2. @489 TM8274 4. @493 TM8276 2. @495 TM8278 2. @497 TM8280 1. @498 TM8282 2. @500 TM8284 1. @501 TM8286 1. @502 TM8288 2. @504 TM8290 4. @508 TM8292 4. @512 TM8294 1. @513 IMP8218 1. @514 IMP8220 1. @515 IMP8224 1. @516 IMP8226 1. @517 IMP8228 1. @518 IMP8234 1. @519 IMP8240 1. @520 IMP8242 1. @521 IMP8244 1. @522 IMP8246 1. @523 IMP8248 1. @524 IMP8250 1. @525 IMP8252 1. @526 IMP8266 1. @527 IMP8268 1. @528 IMP8270 1. @529 IMP8272 1. @530 IMP8274 1. @531 IMP8276 1. @532 IMP8278 1. @533 IMP8282 1. @534 IMP8286 1. @535 IMP8288 1. @536 IMP8290 1. @537 IMP829A 1. @538 IMP8292 1. @539 IMP8294 1. @540 IMP_IND 1. @541 IMP_OCC 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" ITEM36B = "Control card item 36B - Interview" 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 within Panel" TM8052 = "Check item T1" TM8054 = "Check item T2" TM8056 = "Besides this period of time, have ther" TM8058 = "Has ... ever applied for the Federal" TM8060 = "Has ... ever been authorized to receiv" TM8062 = "When did ... first start receiving foo" TM8064 = "When did ... first start receiving foo" TM8066 = "For how long did ... receive food stam" TM8068 = "For how long did ... receive food stam" TM8072 = "How many times in all have there been" TM8074 = "Check item T3" TM8076 = "Check item T4" TM8078 = "Besides this period of time, have ther" TM8080 = "Has ... ever applied for benefits from" TM8082 = "Has ... ever received AFDC (ADC)" TM8084 = "When did ... first start receiving AFD" TM8086 = "When did ... first strt receiving AFDC" TM8088 = "For how long did ... receive AFDC (ADC" TM8090 = "For how long did ... receive AFDC (ADC" TM8094 = "How many times in all have there been" TM8096 = "Check item T5" TM8098 = "Besides this period of time, have ther" TM8100 = "Has ... ever applied for benefits from" TM8102 = "Has ... ever received SSI benefits?" TM8104 = "When did ... first start receiving SSI" TM8106 = "When did ... first start receiving SSI" TM8108 = "For how long did ... receive SSI that" TM8110 = "For how long did ... receive SSI that" TM8114 = "Check item T6" TM8116 = "Check item T7" TM8118 = "Earlier we recorded that was" TM8120 = "Earlier we recorded that was" TM8122 = "Earlier we recorded that was" TM8124 = "Check item T8" TM8126 = "We have recorded that ... is covered b" TM8128 = "We have recorded that ... is covered b" TM8130 = "We have recorded that ... is covered b" TM8132 = "We have recorded that ... was not" TM8134 = "We have recorded that ... is not" TM8136 = "We have recorded that ... is not" TM8138 = "Check item T9" TM8140 = "Check item T10" TM8142 = "For how long has ... been living in" TM8144 = "For how long has ... been living in" TM8146 = "For how long has ... been living in" TM8148 = "Check item T11" TM8150 = "Is ... on a waiting list for public or" TM3000 = "You said ... received (was authorized" TM8300 = "Check item A4.1" TM8302 = "Check item A4.2" TM8304 = "When did ... begin to receive (income" TM8306 = "When did ... begin to receive" TM8308 = "Is the 'Yes' box marked for '4 months" TM8310 = "When did ... begin to receive Social" TM8312 = "When did ... begin to receive Social" TM8314 = "Check item A7.2" TM8316 = "When did ... begin to receive food" TM8318 = "When did ... begin to receive food" TM8320 = "Check item A7.3" TM8322 = "When did ... begin to receive WIC?" TM8324 = "When did ... begin to receive WIC?" TM3200 = "You said ... received (was authorized" TM8400 = "Check item A4.1" TM8402 = "Check item A4.2" TM8404 = "When did ... begin to receive" TM8406 = "When did ... begin to receive" TM8408 = "Check item A7.1" TM8410 = "When did ... begin to receive Social" TM8412 = "When did ... begin to receive Social" TM8414 = "Check item A7.2" TM8416 = "When did ... begin to receive food" TM8418 = "When did ... begin to receive food" TM8420 = "Check item A7.3" TM8422 = "When did ... begin to receive WIC?" TM8424 = "When did ... begin to receive WIC?" TM3400 = "You said ... received (was authorized" TM8500 = "Check item A4.1" TM8502 = "Check item A4.2" TM8504 = "When did ... begin to receive (income" TM8506 = "When did ... begin to receive" TM8508 = "Check item A7.1" TM8510 = "When did ... begin to receive Social" TM8512 = "When did ... begin to receive Social" TM8514 = "Check item A7.2" TM8516 = "When did ... begin to receive food" TM8518 = "When did ... begin to receive food" TM8520 = "Is the '4 months ago' box marked?" TM8522 = "When did ... begin to receive WIC?" TM8524 = "When did ... begin to receive WIC? (Ye" TM3600 = "You said ... received (was authorized" TM8600 = "Check item A4.1" TM8602 = "Check item A4.2" TM8604 = "When did ... begin to receive (income" TM8606 = "When did ... begin to receive (income" TM8608 = "Check item A7.1" TM8610 = "When did ... begin to receive Social" TM8612 = "When did ... begin to receive Social" TM8614 = "Check item A7.2" TM8616 = "When did ... begin to receive food" TM8618 = "When did ... begin to receive food" TM8620 = "Check item A7.3" TM8622 = "When did ... begin to receive WIC?" TM8624 = "When did ... begin to receive WIC?" TM3800 = "You said ... received (was authorized" TM8700 = "Check item A4.1" TM8702 = "Check item A4.2" TM8704 = "When did ... begin to receive (income" TM8706 = "When did ... begin to receive (income" TM8708 = "Is the 'Yes' box marked for '4 months" TM8710 = "When did ... begin to receive Social" TM8712 = "When did ... begin to receive Social" TM8714 = "Is the 'Yes' box marked for '4 months" TM8716 = "When did ... begin to receive food" TM8718 = "When did ... begin to receive food" TM8720 = "Is the '4 months ago' box marked?" TM8722 = "When did ... begin to receive WIC?" TM8724 = "When did ... begin to receive WIC?" TM4000 = "You said ... received (was authorized " TM8800 = "Is the 'Yes' box marked for '4 months" TM8802 = "Are income types 1-10,20-35,40 or 41" TM8804 = "When did ... begin to receive (income" TM8806 = "When did ... begin to receive (income" TM8808 = "Is the 'Yes' box marked for '4 months" TM8810 = "When did ... begin to receive Social" TM8812 = "When did ... begin to receive Social" TM8814 = "Is the 'Yes' box marked for '4 months" TM8816 = "When did ... begin to receive food" TM8818 = "When did ... begin to receive food" TM8820 = "Is the '4 months ago' box marked?" TM8822 = "When did ... begin to receive WIC?" TM8824 = "When did ... begin to receive WIC?" IMP8058 = "Topical module imputation flag #1" IMP8060 = "Topical module imputation flag #2" IMP8062 = "Topical module imputation flag #3" IMP8064 = "Topical module imputation flag #4" IMP8066 = "Topical module imputation flag #5" IMP8068 = "Topical module imputation flag #6" IMP8072 = "Topical module imputation flag #7" IMP8080 = "Topical module imputation flag #8" IMP8082 = "Topical module imputation flag #9" IMP8084 = "Topical module imputation flag #10" IMP8086 = "Topical module imputation flag #11" IMP8088 = "Topical module imputation flag #12" IMP8090 = "Topical module imputation flag #13" IMP8094 = "Topical module imputation flag #14" IMP8100 = "Topical module imputation flag #15" IMP8102 = "Topical module imputation flag #16" IMP8104 = "Topical module imputation flag #17" IMP8106 = "Topical module imputation flag #18" IMP8108 = "Topical module imputation flag #19" IMP8110 = "Topical module imputation flag #20" IMP8118 = "Topical module imputation flag #21" IMP8120 = "Topical module imputation flag #22" IMP8122 = "Topical module imputation flag #23" IMP8126 = "Topical module imputation flag #24" IMP8128 = "Topical module imputation flag #25" IMP8130 = "Topical module imputation flag #26" IMP8132 = "Topical module imputation flag #27" IMP8134 = "Topical module imputation flag #28" IMP8136 = "Topical module imputation flag #29" IMP8142 = "Topical module imputation flag #30" IMP8144 = "Topical module imputation flag #31" IMP8146 = "Topical module imputation flag #32" IMP8150 = "Topical module imputation flag #33" IMP8304 = "Topical module imputation flag #34" IMP8306 = "Topical module imputation flag #35" IMP8310 = "Topical module imputation flag #36" IMP8312 = "Topical module imputation flag #37" IMP8316 = "Topical module imputation flag #38" IMP8318 = "Topical module imputation flag #39" IMP8322 = "Topical module imputation flag #40" IMP8324 = "Topical module imputation flag #41" IMP8404 = "Topical module imputation flag #42" IMP8406 = "Topical module imputation flag #43" IMP8410 = "Topical module imputation flag #44" IMP8412 = "Topical module imputation flag #45" IMP8416 = "Topical module imputation flag #46" IMP8418 = "Topical module imputation flag #47" IMP8422 = "Topical module imputation flag #48" IMP8424 = "Topical module imputation flag #49" IMP8504 = "Topical module imputation flag #50" IMP8506 = "Topical module imputation flag #51" IMP8510 = "Topical module imputation flag #52" IMP8512 = "Topical module imputation flag #53" IMP8516 = "Topical module imputation flag #54" IMP8518 = "Topical module imputation flag #55" IMP8522 = "Topical module imputation flag #56" IMP8524 = "Topical module imputation flag #57" IMP8604 = "Topical module imputation flag #58" IMP8606 = "Topical module imputation flag #59" IMP8610 = "Topical module imputation flag #60" IMP8612 = "Topical module imputation flag #61" IMP8616 = "Topical module imputation flag #62" IMP8618 = "Topical module imputation flag #63" IMP8622 = "Topical module imputation flag #64" IMP8624 = "Topical module imputation flag #65" IMP8704 = "Topical module imputation flag #66" IMP8706 = "Topical module imputation flag #67" IMP8710 = "Topical module imputation flag #68" IMP8712 = "Topical module imputation flag #69" IMP8716 = "Topical module imputation flag #70" IMP8718 = "Topical module imputation flag #71" IMP8722 = "Topical module imputation flag #72" IMP8724 = "Topical module imputation flag #73" IMP8804 = "Topical module imputation flag #74" IMP8806 = "Topical module imputation flag #75" IMP8810 = "Topical module imputation flag #76" IMP8812 = "Topical module imputation flag #77" IMP8816 = "Topical module imputation flag #78" IMP8818 = "Topical module imputation flag #79" IMP8822 = "Topical module imputation flag #80" IMP8824 = "Topical module imputation flag #81" TM8200 = "Check item T12" TM8210 = "Check item T13" TM8214 = "Check item T14" TM8216 = "Check item T14" TM8218 = "When did ... start working for (read" TM8220 = "When did ... start working for (read" TM8222 = "Is an 'employer number' entered?" TM8224 = "About how many persons were employed" TM8226 = "Did ... 's employer operate in more th" TM8228 = "About how many persons are (were)" TM8234 = "For how many years has ... done the" TM8236 = "For how many years has ... done the ki" TM8240 = "When did ... last work at a paid job o" TM8242 = "When did ... last work at a paid job o" TM8244 = "When did ... last work at a paid job o" TM8246 = "What is the main reason ... never work" TM8248 = "Before this job when did ... last" TM8250 = "Before this job when did ... last work" TM8252 = "Before this job when did ... last work" TM8254 = "Check item T20" TMIND3 = "What was the name of ... 's employer o" TMIND4 = "What kind of company, business, or" TM8266 = "Did ... work for and employer on that" TM8268 = "When did ... start working for (name o" TM8270 = "When did ... start working for (name o" TM8272 = "What was the main reason ... stopped" TM8274 = "In what year did ... first work six" TM8276 = "Since (year in TM8274) has ... always" TM8278 = "How many years were there when ..." TM8280 = "Check item T17" TM8282 = "Since the beginning of 1981 how many" TM8284 = "Check item T18" TM8286 = "(People spend time out of the labor" TM8288 = "About how many times has ... gone 6" TM8290 = "When was the last time that ... went 6" TM8292 = "When was the last time that ... went 6" TM8294 = "What was the reason ... did not work a" IMP8218 = "Topical module imputation flag #1" IMP8220 = "Topical module imputation flag #2" IMP8224 = "Topical module imputation flag #3" IMP8226 = "Topical module imputation flag #4" IMP8228 = "Topical module imputation flag #5" IMP8234 = "Topical module imputation flag #6" IMP8240 = "Topical module imputation flag #7" IMP8242 = "Topical module imputation flag #8" IMP8244 = "Topical module imputation flag #9" IMP8246 = "Topical module imputation flag #10" IMP8248 = "Topical module imputation flag #11" IMP8250 = "Topical module imputation flag #12" IMP8252 = "Topical module imputation flag #13" IMP8266 = "Topical module imputation flag #14" IMP8268 = "Topical module imputation flag #15" IMP8270 = "Topical module imputation flag #16" IMP8272 = "Topical module imputation flag #17" IMP8274 = "Topical module imputation flag #18" IMP8276 = "Topical module imputation flag #19" IMP8278 = "Topical module imputation flag #20" IMP8282 = "Topical module imputation flag #21" IMP8286 = "Topical module imputation flag #22" IMP8288 = "Topical module imputation flag #23" IMP8290 = "Topical module imputation flag #24" IMP829A = "Topical module imputation flag #25" IMP8292 = "Topical module imputation flag #26" IMP8294 = "Topical module imputation flag #27" IMP_IND = "Topical module imputation flag #28" IMP_OCC = "Topical module imputation flag #29" ; proc print data=library.sip93t1 (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. TM8052 TM8052L. TM8054 TM8054L. TM8056 TM8056L. TM8058 TM8058L. TM8060 TM8060L. TM8062 TM8062L. TM8064 TM8064L. TM8066 TM8066L. TM8068 TM8068L. TM8072 TM8072L. TM8074 TM8074L. TM8076 TM8076L. TM8078 TM8078L. TM8080 TM8080L. TM8082 TM8082L. TM8084 TM8084L. TM8086 TM8086L. TM8088 TM8088L. TM8090 TM8090L. TM8094 TM8094L. TM8096 TM8096L. TM8098 TM8098L. TM8100 TM8100L. TM8102 TM8102L. TM8104 TM8104L. TM8106 TM8106L. TM8108 TM8108L. TM8110 TM8110L. TM8114 TM8114L. TM8116 TM8116L. TM8118 TM8118L. TM8120 TM8120L. TM8122 TM8122L. TM8124 TM8124L. TM8126 TM8126L. TM8128 TM8128L. TM8130 TM8130L. TM8132 TM8132L. TM8134 TM8134L. TM8136 TM8136L. TM8138 TM8138L. TM8140 TM8140L. TM8142 TM8142L. TM8144 TM8144L. TM8146 TM8146L. TM8148 TM8148L. TM8150 TM8150L. TM3000 TM3000L. TM8300 TM8300L. TM8302 TM8302L. TM8304 TM8304L. TM8306 TM8306L. TM8308 TM8308L. TM8310 TM8310L. TM8312 TM8312L. TM8314 TM8314L. TM8316 TM8316L. TM8318 TM8318L. TM8320 TM8320L. TM8322 TM8322L. TM8324 TM8324L. TM3200 TM3200L. TM8400 TM8400L. TM8402 TM8402L. TM8404 TM8404L. TM8406 TM8406L. TM8408 TM8408L. TM8410 TM8410L. TM8412 TM8412L. TM8414 TM8414L. TM8416 TM8416L. TM8418 TM8418L. TM8420 TM8420L. TM8422 TM8422L. TM8424 TM8424L. TM3400 TM3400L. TM8500 TM8500L. TM8502 TM8502L. TM8504 TM8504L. TM8506 TM8506L. TM8508 TM8508L. TM8510 TM8510L. TM8512 TM8512L. TM8514 TM8514L. TM8516 TM8516L. TM8518 TM8518L. TM8520 TM8520L. TM8522 TM8522L. TM8524 TM8524L. TM3600 TM3600L. TM8600 TM8600L. TM8602 TM8602L. TM8604 TM8604L. TM8606 TM8606L. TM8608 TM8608L. TM8610 TM8610L. TM8612 TM8612L. TM8614 TM8614L. TM8616 TM8616L. TM8618 TM8618L. TM8620 TM8620L. TM8622 TM8622L. TM8624 TM8624L. TM3800 TM3800L. TM8700 TM8700L. TM8702 TM8702L. TM8704 TM8704L. TM8706 TM8706L. TM8708 TM8708L. TM8710 TM8710L. TM8712 TM8712L. TM8714 TM8714L. TM8716 TM8716L. TM8718 TM8718L. TM8720 TM8720L. TM8722 TM8722L. TM8724 TM8724L. TM4000 TM4000L. TM8800 TM8800L. TM8802 TM8802L. TM8804 TM8804L. TM8806 TM8806L. TM8808 TM8808L. TM8810 TM8810L. TM8812 TM8812L. TM8814 TM8814L. TM8816 TM8816L. TM8818 TM8818L. TM8820 TM8820L. TM8822 TM8822L. TM8824 TM8824L. IMP8058 IMP8058L. IMP8060 IMP8060L. IMP8062 IMP8062L. IMP8064 IMP8064L. IMP8066 IMP8066L. IMP8068 IMP8068L. IMP8072 IMP8072L. IMP8080 IMP8080L. IMP8082 IMP8082L. IMP8084 IMP8084L. IMP8086 IMP8086L. IMP8088 IMP8088L. IMP8090 IMP8090L. IMP8094 IMP8094L. IMP8100 IMP8100L. IMP8102 IMP8102L. IMP8104 IMP8104L. IMP8106 IMP8106L. IMP8108 IMP8108L. IMP8110 IMP8110L. IMP8118 IMP8118L. IMP8120 IMP8120L. IMP8122 IMP8122L. IMP8126 IMP8126L. IMP8128 IMP8128L. IMP8130 IMP8130L. IMP8132 IMP8132L. IMP8134 IMP8134L. IMP8136 IMP8136L. IMP8142 IMP8142L. IMP8144 IMP8144L. IMP8146 IMP8146L. IMP8150 IMP8150L. IMP8304 IMP8304L. IMP8306 IMP8306L. IMP8310 IMP8310L. IMP8312 IMP8312L. IMP8316 IMP8316L. IMP8318 IMP8318L. IMP8322 IMP8322L. IMP8324 IMP8324L. IMP8404 IMP8404L. IMP8406 IMP8406L. IMP8410 IMP8410L. IMP8412 IMP8412L. IMP8416 IMP8416L. IMP8418 IMP8418L. IMP8422 IMP8422L. IMP8424 IMP8424L. IMP8504 IMP8504L. IMP8506 IMP8506L. IMP8510 IMP8510L. IMP8512 IMP8512L. IMP8516 IMP8516L. IMP8518 IMP8518L. IMP8522 IMP8522L. IMP8524 IMP8524L. IMP8604 IMP8604L. IMP8606 IMP8606L. IMP8610 IMP8610L. IMP8612 IMP8612L. IMP8616 IMP8616L. IMP8618 IMP8618L. IMP8622 IMP8622L. IMP8624 IMP8624L. IMP8704 IMP8704L. IMP8706 IMP8706L. IMP8710 IMP8710L. IMP8712 IMP8712L. IMP8716 IMP8716L. IMP8718 IMP8718L. IMP8722 IMP8722L. IMP8724 IMP8724L. IMP8804 IMP8804L. IMP8806 IMP8806L. IMP8810 IMP8810L. IMP8812 IMP8812L. IMP8816 IMP8816L. IMP8818 IMP8818L. IMP8822 IMP8822L. IMP8824 IMP8824L. TM8200 TM8200L. TM8210 TM8210L. TM8214 TM8214L. TM8216 TM8216L. TM8218 TM8218L. TM8220 TM8220L. TM8222 TM8222L. TM8224 TM8224L. TM8226 TM8226L. TM8228 TM8228L. TM8234 TM8234L. TM8236 TM8236L. TM8240 TM8240L. TM8242 TM8242L. TM8244 TM8244L. TM8246 TM8246L. TM8248 TM8248L. TM8250 TM8250L. TM8252 TM8252L. TM8254 TM8254L. TMIND3 TMIND3L. TMIND4 TMIND4L. TM8266 TM8266L. TM8268 TM8268L. TM8270 TM8270L. TM8272 TM8272L. TM8274 TM8274L. TM8276 TM8276L. TM8278 TM8278L. TM8280 TM8280L. TM8282 TM8282L. TM8284 TM8284L. TM8286 TM8286L. TM8288 TM8288L. TM8290 TM8290L. TM8292 TM8292L. TM8294 TM8294L. IMP8218 IMP8218L. IMP8220 IMP8220L. IMP8224 IMP8224L. IMP8226 IMP8226L. IMP8228 IMP8228L. IMP8234 IMP8234L. IMP8240 IMP8240L. IMP8242 IMP8242L. IMP8244 IMP8244L. IMP8246 IMP8246L. IMP8248 IMP8248L. IMP8250 IMP8250L. IMP8252 IMP8252L. IMP8266 IMP8266L. IMP8268 IMP8268L. IMP8270 IMP8270L. IMP8272 IMP8272L. IMP8274 IMP8274L. IMP8276 IMP8276L. IMP8278 IMP8278L. IMP8282 IMP8282L. IMP8286 IMP8286L. IMP8288 IMP8288L. IMP8290 IMP8290L. IMP829A IMP829A. IMP8292 IMP8292L. IMP8294 IMP8294L. IMP_IND IMP_IND. IMP_OCC IMP_OCC. ; proc contents data=library.sip93t1; /* 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. */