/*------------------------------------------------------------------------------------*/ /*by Jean Roth Mon Jun 7 17:37:26 EDT 2004 This program reads the 1990 SIPP Wave 6 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.fsp90t6; /* The PROC FORMAT statement will store the formats in a sas data set called fsip90t6 To use the stored formats in a subsequent program, include something like this: proc format cntlin=library.fsp90t6; PROC freq; tables pesex ; format pesex P135L.; For more information, consult the SAS Procedures Guide section of PROC FORMAT */ ; 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" 1 = "Interview (self)" 2 = "Interview (proxy)" 3 = "Noninterview - Type Z refusal" 4 = "Noninterview - Type Z other" ; VALUE RRP (default=32) 0 = "Not a sample person in this" 1 = "Household reference person," 2 = "Household reference person" 3 = "Spouse of household reference" 4 = "Child of household reference" 5 = "Other relative of household" 6 = "Non-relative of household" 7 = "Non-relative of household" ; VALUE AGE (default=32) 0 = "Less than 1 full year" 1 = "1 year" ; VALUE SEX (default=32) 1 = "Male" 2 = "Female" ; VALUE Race (default=32) 1 = "White" 2 = "Black" 3 = "American Indian, Eskimo or 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" 2 = "No - skip to Check Item T2" ; VALUE TM8002L (default=32) 0 = "Not applicable" -3 = "Never worked 6 straight" ; VALUE TM8004L (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" 6 = "Other" ; VALUE TM8006L (default=32) -5 = "All years" 0 = "Not applicable" ; VALUE TM8008L (default=32) 0 = "Not applicable" 1 = "Full time" 2 = "Part time" ; VALUE TM8010L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to Check Item T2" ; VALUE TM8012L (default=32) 0 = "Not applicable" ; VALUE TM8014L (default=32) 0 = "Not applicable" ; VALUE TM8016L (default=32) -1 = "Don't know (DK)" 0 = "Not applicable" ; VALUE TM8017L (default=32) -1 = "Don't know (DK)" 0 = "Not applicable" ; VALUE TM8018L (default=32) 0 = "Not applicable" 1 = "Taking care of a minor child" 2 = "Taking care of an elderly" 3 = "Taking care of a disabled but" 4 = "Other family or home responsi-" 5 = "Own illness or disability" 6 = "Retirement or old age" 7 = "Could not find work" 8 = "Did not want to work" 9 = "Going to school" 10 = "Other" ; VALUE TM8020L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to Check Item T2" ; VALUE TM8022L (default=32) 0 = "Not applicable" 1 = "One time" 2 = "Two times" 3 = "Three times" ; VALUE TM8024L (default=32) 0 = "Not applicable" ; VALUE TM8026L (default=32) 0 = "Not applicable" 1 = "Taking care of a minor child" 2 = "Taking care of an elderly family" 3 = "Taking care of a disabled but" 4 = "Other family or home responsi-" 5 = "Own illness or disability" 6 = "Retirement or old age" 7 = "Could not find work" 8 = "Did not want to work" 9 = "Going to school" 10 = "Other" ; VALUE TM8027L (default=32) -1 = "Don't know (DK)" 0 = "Not applicable" ; VALUE TM8028L (default=32) 0 = "Not applicable" ; VALUE TM8030L (default=32) -1 = "Don't know (DK)" 0 = "Not applicable" ; VALUE TM8032L (default=32) 0 = "Not applicable" ; VALUE TM8034L (default=32) 0 = "Not applicable" 1 = "Taking care of a minor" 2 = "Taking care of an elderly family" 3 = "Taking care of a disabled but" 4 = "Other family or home responsi-" 5 = "Own illness or disability" 6 = "Retirement or old age" 7 = "Could not find work" 8 = "Did not want to work" 9 = "Going to school" 10 = "Other" ; VALUE TM8035L (default=32) -1 = "Don't know (DK)" 0 = "Not applicable" ; VALUE TM8036L (default=32) 0 = "Not applicable" ; VALUE TM8038L (default=32) -1 = "Don't know (DK)" 0 = "Not applicable" ; VALUE TM8040L (default=32) 0 = "Not applicable" ; VALUE TM8042L (default=32) 0 = "Not applicable" 1 = "Taking care of a minor" 2 = "Taking care of an elderly family" 3 = "Taking care of a disabled but" 4 = "Other family or home responsi-" 5 = "Own illness or disability" 6 = "Retirement or old age" 7 = "Could not find work" 8 = "Did not want to work" 9 = "Going to school" 10 = "Other" ; VALUE TM8043L (default=32) -1 = "Don't know (DK)" 0 = "Not applicable" ; VALUE TM8044L (default=32) 0 = "Not applicable" ; VALUE TM8046L (default=32) 0 = "Not applicable" -1 = "Don't know (DK)" ; VALUE TM8400L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8700" ; VALUE TM8402L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8700" ; VALUE TM8404L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8520" ; VALUE TM8406L (default=32) 0 = "Not applicable" ; VALUE TM8408L (default=32) 0 = "Not applicable" 1 = "Voluntary written agreement" 2 = "Court-ordered agreement" 3 = "Other type of written agreement" 4 = "Non-written agreement - skip" ; VALUE TM8410L (default=32) 0 = "Not applicable" -5 = "All" ; VALUE TM8411L (default=32) 0 = "Not applicable" -3 = "None" ; VALUE TM8412L (default=32) 0 = "Not applicable" 999 = "Person number unknown" ; VALUE TM8414L (default=32) 0 = "Not applicable" 999 = "Person number unknown" ; VALUE TM8416L (default=32) 0 = "Not applicable" 999 = "Person number unknown" ; VALUE TM8418L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM8420L (default=32) 0 = "Not applicable" ; VALUE TM8422L (default=32) 0 = "Not applicable" ; VALUE TM8424L (default=32) 0 = "Not applicable" ; VALUE TM8426L (default=32) 0 = "Not applicable" ; VALUE TM8428L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM8430L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8444" ; VALUE TM8432L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM8434L (default=32) 0 = "Not applicable" ; VALUE TM8436L (default=32) 0 = "Not applicable" ; VALUE TM8438L (default=32) 0 = "Not applicable" ; VALUE TM8440L (default=32) 0 = "Not applicable" ; VALUE TM8442L (default=32) 0 = "Not applicable" ; VALUE TM8444L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8448" 2 = "No" ; VALUE TM8446L (default=32) 0 = "Not applicable" 1 = "Child(ren) over the age limit -" 2 = "Other parent not working -" 3 = "Other parent deceased - skip" 4 = "Other - skip to TM8458" ; VALUE TM8448L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM8450L (default=32) -1 = "Don't know" -3 = "None" 0 = "Not applicable" ; VALUE TM8452L (default=32) 0 = "Not applicable" -1 = "Dont know" 1 = "Directly from the other parent" 2 = "Through a court" 3 = "Through the welfare or child" 4 = "Some other method" ; VALUE TM8454L (default=32) 0 = "Not applicable" 1 = "All of the time" 2 = "Most of the time" 3 = "Some of the time" 4 = "None of the time" ; VALUE TM8456L (default=32) 0 = "Not applicable" 1 = "All" 2 = "Most" 3 = "Some" 4 = "None" ; VALUE TM8458L (default=32) 0 = "Not applicable" 1 = "Non-custodial parent to provide" ; VALUE TM8460L (default=32) 0 = "Not applicable" 1 = "Custodial parent to provide" ; VALUE TM8462L (default=32) 0 = "Not applicable" 1 = "Non-custodial parent to pay" ; VALUE TM8464L (default=32) 0 = "Not applicable" 1 = "Child support payments to" ; VALUE TM8466L (default=32) 0 = "Not applicable" 1 = "None" ; VALUE TM8468L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE TM8470L (default=32) 0 = "Not applicable" 1 = "Joint legal and physical" 2 = "Joint legal with mother" 3 = "Joint legal with father" 4 = "Mother legal and physical" 5 = "Father legal and physical" 6 = "Split custody" 7 = "Other" ; VALUE TM8472L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8474L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8478" ; VALUE TM8476L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8478L (default=32) 0 = "Not applicable" ; VALUE TM8480L (default=32) 0 = "Not applicable" ; VALUE TM8482L (default=32) 0 = "Not applicable" ; VALUE TM8484L (default=32) -3 = "None" 0 = "Not applicable" ; VALUE TM8486L (default=32) -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8488L (default=32) -1 = "Don't know" 0 = "Not applicable" 1 = "Same county/city" 2 = "Same state (different county" 3 = "Different state" 4 = "Other parent now deceased -" 5 = "Other" ; VALUE TM8490L (default=32) 0 = "Not applicable" 1 = "Directly" 2 = "Through a friend" 3 = "Through a relative" 4 = "Other" 5 = "No way of contacting the other" ; VALUE TM8492L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8520" ; VALUE TM8494L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8520" ; VALUE TM8496L (default=32) 0 = "Not applicable" ; VALUE TM8498L (default=32) 0 = "Not applicable" 1 = "Voluntary written agreement" 2 = "Court-ordered agreement" 3 = "Other type of written agreement" ; VALUE TM8500L (default=32) 0 = "Not applicable" 999 = "Person number unknown" ; VALUE TM8502L (default=32) 0 = "Not applicable" 999 = "Person number unknown" ; VALUE TM8504L (default=32) 0 = "Not applicable" 999 = "Person number unknown" ; VALUE TM8506L (default=32) 0 = "Not applicable" ; VALUE TM8508L (default=32) 0 = "Not applicable" ; VALUE TM8510L (default=32) 0 = "Not applicable" ; VALUE TM8512L (default=32) 0 = "Not applicable" ; VALUE TM8513L (default=32) -1 = "Don't know" -3 = "None" 0 = "Not applicable" ; VALUE TM8516L (default=32) -1 = "Don't know" -3 = "None" 0 = "Not applicable" ; VALUE TM8518L (default=32) -1 = "Don't know" 0 = "Not applicable" 1 = "Same county/city" 2 = "Same state (different county/" 3 = "Different state" 4 = "Other parent now deceased" 5 = "Other" ; VALUE TM8520L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8554" ; VALUE TM8522L (default=32) -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8524L (default=32) 0 = "Not applicable" 1 = "Locate the other parent" ; VALUE TM8526L (default=32) 0 = "Not applicable" 1 = "Establish paternity/maternity" ; VALUE TM8528L (default=32) 0 = "Not applicable" 1 = "Establish support obligation" ; VALUE TM8530L (default=32) 0 = "Not applicable" 1 = "Establish medical support" ; VALUE TM8532L (default=32) 0 = "Not applicable" 1 = "Enforce support order" ; VALUE TM8534L (default=32) 0 = "Not applicable" 1 = "Modify an order" ; VALUE TM8536L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE TM8538L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8554" ; VALUE TM8540L (default=32) 0 = "Not applicable" 1 = "Locate the other parent" ; VALUE TM8542L (default=32) 0 = "Not applicable" 1 = "Establish paternity/maternity" ; VALUE TM8544L (default=32) 0 = "Not applicable" 1 = "Establish support obligation" ; VALUE TM8546L (default=32) 0 = "Not applicable" 1 = "Establish medical support" ; VALUE TM8548L (default=32) 0 = "Not applicable" 1 = "Enforce support order" ; VALUE TM8550L (default=32) 0 = "Not applicable" 1 = "Modify an order" ; VALUE TM8552L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE TM8554L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8620" 2 = "No" ; VALUE TM8556L (default=32) 0 = "Not applicable" -3 = "None - skip to TM8620" ; VALUE TM8558L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8560L (default=32) 0 = "Not applicable" 999 = "Person number unknown" ; VALUE TM8562L (default=32) 0 = "Not applicable" 999 = "Person number unknown" ; VALUE TM8564L (default=32) 0 = "Not applicable" 1 = "Paternity not established" ; VALUE TM8566L (default=32) 0 = "Not applicable" 1 = "Paternity not established" ; VALUE TM8568L (default=32) 0 = "Not applicable" 1 = "Unable to locate parent" ; VALUE TM8570L (default=32) 0 = "Not applicable" 1 = "Unable to locate parent" ; VALUE TM8572L (default=32) 0 = "Not applicable" 1 = "Father unable to pay" ; VALUE TM8574L (default=32) 0 = "Not applicable" 1 = "Father unable to pay" ; VALUE TM8576L (default=32) 0 = "Not applicable" 1 = "Final agreement pending" ; VALUE TM8578L (default=32) 0 = "Not applicable" 1 = "Final agreement pending" ; VALUE TM8580L (default=32) 0 = "Not applicable" 1 = "Accepted property settlement in" ; VALUE TM8582L (default=32) 0 = "Not applicable" 1 = "Accepted property settlement in" ; VALUE TM8584L (default=32) 0 = "Not applicable" 1 = "Do not want child support" ; VALUE TM8586L (default=32) 0 = "Not applicable" 1 = "Do not want child support" ; VALUE TM8588L (default=32) 0 = "Not applicable" 1 = "Did not pursue award" ; VALUE TM8590L (default=32) 0 = "Not applicable" 1 = "Did not pursue award" ; VALUE TM8592L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE TM8594L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE TM8596L (default=32) 0 = "Not applicable" 1 = "Same county/city" ; VALUE TM8598L (default=32) 0 = "Not applicable" 1 = "Same county/city" ; VALUE TM8600L (default=32) 0 = "Not applicable" 1 = "Same state (different" ; VALUE TM8602L (default=32) 0 = "Not applicable" ; VALUE TM8604L (default=32) 0 = "Not applicable" 1 = "Different state" ; VALUE TM8606L (default=32) 0 = "Not applicable" 1 = "Different state" ; VALUE TM8608L (default=32) 0 = "Not applicable" 1 = "Other parent deceased" ; VALUE TM8610L (default=32) 0 = "Not applicable" 1 = "Other parent deceased" ; VALUE TM8612L (default=32) -1 = "DK" 0 = "Not applicable" 1 = "Other" ; VALUE TM8614L (default=32) -1 = "DK" 0 = "Not applicable" 1 = "Other" ; VALUE TM8616L (default=32) 0 = "Not applicable" 1 = "Directly" 2 = "Through a friend" 3 = "Through a relative" 4 = "Other" 5 = "No way of contacting other" ; VALUE TM8618L (default=32) 0 = "Not applicable" 1 = "Directly" 2 = "Through a friend" 3 = "Through a relative" 4 = "Other" 5 = "No way of contacting other" ; VALUE TM8620L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8624" ; VALUE TM8622L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM8624L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8700L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8800" ; VALUE TM8702L (default=32) 0 = "Not applicable" 1 = "Regular" 2 = "Lump-sum" 3 = "Both" ; VALUE TM8704L (default=32) -1 = "Don't know - skip to TM8748" 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8748" ; VALUE TM8706L (default=32) -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8708L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8744" ; VALUE TM8710L (default=32) -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8712L (default=32) 0 = "Not applicable" 1 = "Voluntary written agreement" 2 = "Court-ordered agreement" 3 = "Other type of written agreement" 4 = "Non-written agreement - skip to" ; VALUE TM8714L (default=32) -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8716L (default=32) -1 = "Don't know - skip to TM8720" 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8720" ; VALUE TM8718L (default=32) -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8720L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8722L (default=32) -1 = "DK" 0 = "Not applicable" ; VALUE TM8724L (default=32) -1 = "DK" 0 = "Not applicable" 1 = "Through employment related wage" 2 = "Directly to the other parent" 3 = "Directly to the court" 4 = "Directly to a child support" 5 = "Other" ; VALUE TM8726L (default=32) 0 = "Not applicable" 1 = "Non-custodial parent to provide" ; VALUE TM8728L (default=32) 0 = "Not applicable" 1 = "Custodial parent to provide" ; VALUE TM8730L (default=32) 0 = "Not applicable" 1 = "Non custodial parent to pay" ; VALUE TM8732L (default=32) 0 = "Not applicable" 1 = "Child support payments to" ; VALUE TM8734L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE TM8736L (default=32) 0 = "Not applicable" -3 = "None" ; VALUE TM8738L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8742" ; VALUE TM8740L (default=32) -1 = "DK" 0 = "Not applicable" ; VALUE TM8742L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8746" ; VALUE TM8744L (default=32) -1 = "DK" 0 = "Not applicable" ; VALUE TM8746L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8800" ; VALUE TM8748L (default=32) -1 = "DK" 0 = "Not applicable" ; VALUE TM8750L (default=32) 0 = "Not applicable" 1 = "Parent" 2 = "Spouse" 3 = "Ex-spouse" 4 = "Child under 21" 5 = "Child 21 or older" 6 = "Other relative" ; VALUE TM8752L (default=32) 0 = "Not applicable" 1 = "Parent" 2 = "Spouse" 3 = "Ex-spouse" 4 = "Child under 21" 5 = "Child 21 or older" 6 = "Other relative" 7 = "Not related" ; VALUE TM8754L (default=32) 0 = "Not applicable" 1 = "Private home or apartment" 2 = "Nursing home" 3 = "Someplace else" ; VALUE TM8756L (default=32) 0 = "Not applicable" 1 = "Private home or apartment" 2 = "Nursing home" 3 = "Someplace else" ; VALUE TM8758L (default=32) -1 = "DK" 0 = "Not applicable" ; VALUE TM8760L (default=32) -1 = "DK" 0 = "Not applicable" ; VALUE TM8762L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8800" ; VALUE TM8764L (default=32) -1 = "DK" 0 = "Not applicable" ; VALUE TM8800L (default=32) 0 = "Not applicable" 1 = "Excellent" 2 = "Very good" 3 = "Good" 4 = "Fair" 5 = "Poor" ; VALUE TM8802L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8804L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8806L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM8810" ; VALUE TM8808L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8810L (default=32) 0 = "Not applicable" 1 = "Has difficulty" 2 = "No difficulty- skip to TM8814" ; VALUE TM8812L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8814L (default=32) 0 = "Not applicable" 1 = "Has difficulty" 2 = "No difficulty- skip to TM8818" ; VALUE TM8816L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8818L (default=32) 0 = "Not applicable" 1 = "Has difficulty" 2 = "No difficulty - skip To TM8822" ; VALUE TM8820L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8822L (default=32) 0 = "Not applicable" 1 = "Has difficulty" 2 = "No difficulty- skip to TM8826" ; VALUE TM8824L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8826L (default=32) 0 = "Not applicable" 1 = "Has difficulty" 2 = "No difficulty- skip to TM8830" ; VALUE TM8828L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8830L (default=32) 0 = "Not applicable" 1 = "Has difficulty" 2 = "No difficulty-skip to TM8834" ; VALUE TM8832L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8834L (default=32) 0 = "Not applicable" 1 = "Has difficulty" 2 = "No difficulty-skip to TM8838" ; VALUE TM8836L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8838L (default=32) 0 = "Not applicable" 1 = "Has difficulty" 2 = "No difficulty" ; VALUE TM8839L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8840L (default=32) 0 = "Not applicable" 1 = "Has difficulty" 2 = "No difficulty" ; VALUE TM8841L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8842L (default=32) 0 = "Not applicable" 1 = "Has difficulty" 2 = "No difficulty" ; VALUE TM8843L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8844L (default=32) 0 = "Not applicable" 1 = "Has difficulty" 2 = "No difficulty" ; VALUE TM8845L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8846L (default=32) 0 = "Not applicable" 1 = "Has difficulty" 2 = "No difficulty" ; VALUE TM8847L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8848L (default=32) 0 = "Not applicable" 1 = "Has difficulty" 2 = "No difficulty" ; VALUE TM8849L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8850L (default=32) 0 = "Not applicable" 1 = "Has difficulty" 2 = "No difficulty" ; VALUE TM8851L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8852L (default=32) 0 = "Not applicable" 1 = "Has difficulty" 2 = "No difficulty" ; VALUE TM8853L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8854L (default=32) 0 = "Not applicable" 1 = "Has difficulty" 2 = "No difficulty" ; VALUE TM8855L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8856L (default=32) 0 = "Not applicable" 1 = "Has difficulty" 2 = "No difficulty" ; VALUE TM8857L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8858L (default=32) 0 = "Not applicable" 1 = "Has difficulty" 2 = "No difficulty" ; VALUE TM8859L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8860L (default=32) 0 = "Not applicable" 1 = "Yes - go to TM8876" 2 = "No - skip to TM8890" ; VALUE TM8876L (default=32) 0 = "Not applicable" 1 = "Son" 2 = "Daughter" 3 = "Spouse" 4 = "Parent" 5 = "Other relative" 6 = "Friend or neighbor" 7 = "Paid help" 8 = "Other nonrelative" 9 = "Did not receive help - skip to" ; VALUE TM8878L (default=32) 0 = "Not applicable" 1 = "Son" 2 = "Daughter" 3 = "Spouse" 4 = "Parent" 5 = "Other relative" 6 = "Friend or neighbor" 7 = "Paid help" 8 = "Other nonrelative" ; VALUE TM8880L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8882L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8883L (default=32) 0 = "Not applicable" ; VALUE TM8884L (default=32) 0 = "Not applicable" ; VALUE TM8885L (default=32) 2 = "No" ; VALUE TM8886L (default=32) 2 = "No" ; VALUE TM8887L (default=32) 0 = "Not applicable" 1 = "Less than 6 months" 2 = "6 to 11 months" 3 = "1 to 2 years" 4 = "3 to 5 years" 5 = "More than 5 years" ; VALUE TM8888L (default=32) -1 = "Don't know - skip to TM8892" 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8892" ; VALUE TM8889L (default=32) -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8890L (default=32) 0 = "Not appicable" 1 = "Yes" 2 = "No - skip to TM8902" ; VALUE TM8892L (default=32) 0 = "Not applicable" ; VALUE TM8894L (default=32) 0 = "Not applicable" ; VALUE TM8896L (default=32) 0 = "Not applicable" ; VALUE TM8898L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8902" ; VALUE TM8900L (default=32) 0 = "Not applicable" ; VALUE TM8902L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8904L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8906L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8908L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8910L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8912L (default=32) 0 = "Not applicable" 1 = "15 years old - skip to TM8942" 2 = "16 to 67 years old" 3 = "68 years old or older - skip" ; VALUE TM8914L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8918" 2 = "No" ; VALUE TM8916L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8920" ; VALUE TM8918L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8922" 2 = "No - skip to TM8926" ; VALUE TM8920L (default=32) 0 = "Not applicable" 1 = "Yes - Mark '171' on ISS" 2 = "No - Skip to TM8926" ; VALUE TM8922L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8926" 2 = "No" ; VALUE TM8924L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8926L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8930" ; VALUE TM8928L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8930L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM8942" ; VALUE TM8932L (default=32) 0 = "Not applicable" ; VALUE TM8934L (default=32) 0 = "Not applicable" ; VALUE TM8936L (default=32) 0 = "Not applicable" ; VALUE TM8938L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8942" ; VALUE TM8940L (default=32) 0 = "Not applicable" ; VALUE TM8942L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8960" ; VALUE TM8944L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8952" ; VALUE TM8946L (default=32) 0 = "Not applicable" ; VALUE TM8948L (default=32) 0 = "Not applicable" ; VALUE TM8950L (default=32) 0 = "Not applicable" ; VALUE TM8952L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8960" ; VALUE TM8954L (default=32) 0 = "Not applicable" ; VALUE TM8956L (default=32) 0 = "Not applicable" ; VALUE TM8958L (default=32) 0 = "Not applicable" ; VALUE TM8960L (default=32) 0 = "Not appilcable" 1 = "Yes" 2 = "No - skip to TM8986" ; VALUE TM8962L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8970" ; VALUE TM8964L (default=32) 0 = "Not applicable" ; VALUE TM8966L (default=32) 0 = "Not applicable" ; VALUE TM8968L (default=32) 0 = "Not applicable" ; VALUE TM8970L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8986" ; VALUE TM8972L (default=32) 0 = "Not applicable" ; VALUE TM8974L (default=32) 0 = "Not applicable" ; VALUE TM8976L (default=32) 0 = "Not applicable" ; VALUE TM8978L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8986" ; VALUE TM8980L (default=32) 0 = "Not applicable" ; VALUE TM8982L (default=32) 0 = "Not applicable" ; VALUE TM8984L (default=32) 0 = "Not applicable" ; VALUE TM8986L (default=32) 0 = "Not appilcable" 1 = "Yes" 2 = "No - skip to TM8996" ; VALUE TM8988L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8996" ; VALUE TM8990L (default=32) 0 = "Not applicable" ; VALUE TM8992L (default=32) 0 = "Not applicable" ; VALUE TM8994L (default=32) 0 = "Not applicable" ; VALUE TM8996L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9022" ; VALUE TM8998L (default=32) 0 = "Not applicable" ; VALUE TM9000L (default=32) 0 = "Not applicable" ; VALUE TM9002L (default=32) 0 = "Not applicable" ; VALUE TM9004L (default=32) 0 = "Not applicable" ; VALUE TM9006L (default=32) 0 = "Not applicable" ; VALUE TM9008L (default=32) 0 = "Not applicable" ; VALUE TM9010L (default=32) 0 = "Not applicable" ; VALUE TM9012L (default=32) 0 = "Not applicable" ; VALUE TM9014L (default=32) 0 = "Not applicable" ; VALUE TM9016L (default=32) 0 = "Not applicable" ; VALUE TM9018L (default=32) 0 = "Not applicable" ; VALUE TM9020L (default=32) 0 = "Not applicable" ; VALUE TM9022L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9100" ; VALUE TM9024L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9100" ; VALUE TM9026L (default=32) 0 = "Not applicable" -1 = "Don't Know" ; VALUE TM9100L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9122" ; VALUE TM9102L (default=32) -1 = "Don't know" 0 = "Not applicable" ; VALUE TM9104L (default=32) 0 = "Not applicable" 1 = "Child birth" ; VALUE TM9106L (default=32) 0 = "Not applicable" 1 = "Surgery or operation (incl. bone" ; VALUE TM9108L (default=32) 0 = "Not applicable" 1 = "Other medical" ; VALUE TM9110L (default=32) 0 = "Not applicable" 1 = "Mental or emotional problem or" ; VALUE TM9112L (default=32) 0 = "Not applicable" 1 = "Drug or alcohol abuse problem" ; VALUE TM9114L (default=32) 0 = "Not applicable" 1 = "Yes, Military" 2 = "Yes, VA" 3 = "Yes, both military and VA" 4 = "No" ; VALUE TM9116L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM9118L (default=32) -1 = "Dk" 0 = "Not applicable" ; VALUE TM9120L (default=32) -5 = "All nights" -3 = "None" -1 = "Dk" 0 = "Not applicable" ; VALUE TM9122L (default=32) -5 = "All days" -3 = "None" -1 = "Dk" 0 = "Not applicable" ; VALUE TM9124L (default=32) -3 = "None - skip to TM9127" -1 = "Dk - skip to TM9127" 0 = "Not applicable" ; VALUE TM9126L (default=32) -3 = "None" -1 = "Dk" 0 = "Not applicable" ; VALUE TM9127L (default=32) -3 = "None - skip to TM9129" -1 = "Don't know" 0 = "Not applicable" ; VALUE TM9128L (default=32) -3 = "None - skip to TM9129" -1 = "Don't know" 0 = "Not applicable" ; VALUE TM9129L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9132" ; VALUE TM9130L (default=32) 1 = "Doctor's office (or HMO)" 2 = "VA hospital" 3 = "Military hospital" 4 = "Hospital outpatient clinic (not" 5 = "Hospital emergency room" 6 = "Company or industry clinic" 7 = "Health center (neighborhood" 8 = "Psychiatric clinic" 9 = "Psychiatric hostipal" 10 = "Private practice psychiatrist or" 11 = "Other" ; VALUE TM9132L (default=32) 0 = "Not applicable" 1 = "Yes - skip to next record" 2 = "No" ; VALUE TM9134L (default=32) 0 = "Not applicable" 1 = "Yes - skip to end" 2 = "No" ; VALUE TM9136L (default=32) 0 = "Not applicable" 1 = "Correct" 2 = "Incorrect - covered by some" ; VALUE TM9138L (default=32) 0 = "Not applicable" 1 = "Job layoff, job loss, or any" 2 = "Employer does not offer health" 3 = "Can't obtain health insurance" 4 = "Too expensive, can't afford" 5 = "Don't believe in health" 6 = "Have been healthy, not much" 7 = "Able to go to VA or military" 8 = "Covered by some other health" 9 = "Other" ; filename raw pipe "unzip -p /homes/data/sipp/1990/sipp90t6.zip "; data library.sip90t6; missing A; infile raw lrecl = 20000 missover ; * To read in uncompressed file, uncomment INFILE & comment filename & infile lines; * On a PC, you may need to change the direction of the slashes as in C:\; *INFILE '/homes/data/sipp/1990/sipp90t6.dat' LRECL=20000 PAD END=EOF; *LENGTH SUSEQNUM $5 ID 6 ADDID $2 ENTRY $2 FINALWGT 8 TM8002 4 TM8012 4 TM8014 4 TM8024 4 TM8028 4 TM8032 4 TM8036 4 TM8040 4 TM8044 4 TM8418 4 TM8420 4 TM8422 4 TM8424 4 TM8426 4 TM8432 4 TM8434 4 TM8436 4 TM8438 4 TM8440 4 TM8448 4 TM8450 4 TM8506 4 TM8508 4 TM8510 4 TM8512 4 TM8516 4 TM8522 4 TM8622 4 TM8714 4 TM8718 4 TM8722 4 TM8740 4 TM8744 4 TM8758 4 TM8760 4 TM8764 4 TM8889 4 TM9026 4 DEFAULT=3; /*-------------------------------------------------------------------------------------*/ /* The following changes in variable names have been made, if necessary: '$' to 'd'; '-' to '_'; '%' to 'p'; Note: Variable names in SAS are not case-sensitive */ /*-------------------------------------------------------------------------------------*/ INPUT @1 SUSEQNUM $5. @6 ID 9. @15 ROTATION 1. @16 STATE 2. @18 PINX 2. @20 ADDID $2. @22 ITEM36B 2. @24 INTVW 1. @25 ENTRY $2. @27 PNUM $3. @30 FINALWGT 12.4 @42 RRP 1. @43 AGE 3. @46 SEX 1. @47 Race 1. @48 MS 1. @49 PNSP 3. @52 PNPT 3. @55 HIGRADE 2. @57 GRD_CMPL 1. @58 ETHNICTY 2. @60 WAVE 1. @61 TM8000 1. @62 TM8002 4. @66 TM8004 2. @68 TM8006 2. @70 TM8008 1. @71 TM8010 1. @72 TM8012 4. @76 TM8014 4. @80 TM8016 2. @82 TM8017 2. @84 TM8018 2. @86 TM8020 1. @87 TM8022 1. @88 TM8024 4. @92 TM8026 2. @94 TM8027 2. @96 TM8028 4. @100 TM8030 2. @102 TM8032 4. @106 TM8034 2. @108 TM8035 2. @110 TM8036 4. @114 TM8038 2. @116 TM8040 4. @120 TM8042 2. @122 TM8043 2. @124 TM8044 4. @128 TM8046 2. @130 IM8000 1. @131 IM8002 1. @132 IM8004 1. @133 IM8006 1. @134 IM8008 1. @135 IM8010 1. @136 IM8012 1. @137 IM8014 1. @138 IM8018 1. @139 IM8020 1. @140 IM8022 1. @141 IM8024 1. @142 IM8026 1. @143 IM8028 1. @144 IM8032 1. @145 IM8034 1. @146 IM8036 1. @147 IM8040 1. @148 IM8042 1. @149 IM8044 1. @153 TM8400 1. @154 TM8402 1. @155 TM8404 1. @156 TM8406 2. @158 TM8408 1. @159 TM8410 2. @161 TM8411 2. @163 TM8412 3. @166 TM8414 3. @169 TM8416 3. @172 TM8418 4. @176 TM8420 6. @182 TM8422 6. @188 TM8424 6. @194 TM8426 6. @200 TM8428 2. @202 TM8430 1. @203 TM8432 4. @207 TM8434 6. @213 TM8436 6. @219 TM8438 6. @225 TM8440 6. @231 TM8442 2. @233 TM8444 1. @234 TM8446 1. @235 TM8448 6. @241 TM8450 6. @247 TM8452 2. @249 TM8454 1. @250 TM8456 1. @251 TM8458 1. @252 TM8460 1. @253 TM8462 1. @254 TM8464 1. @255 TM8466 1. @256 TM8468 1. @257 TM8470 1. @258 TM8472 1. @259 TM8474 1. @260 TM8476 1. @261 TM8478 3. @264 TM8480 2. @266 TM8482 2. @268 TM8484 2. @270 TM8486 2. @272 TM8488 2. @274 TM8490 1. @275 TM8492 1. @276 TM8494 1. @277 TM8496 1. @278 TM8498 1. @279 TM8500 3. @282 TM8502 3. @285 TM8504 3. @288 TM8506 6. @294 TM8508 6. @300 TM8510 6. @306 TM8512 6. @312 TM8513 2. @314 TM8516 6. @320 TM8518 2. @322 TM8520 1. @323 TM8522 4. @327 TM8524 1. @328 TM8526 1. @329 TM8528 1. @330 TM8530 1. @331 TM8532 1. @332 TM8534 1. @333 TM8536 1. @334 TM8538 1. @335 TM8540 1. @336 TM8542 1. @337 TM8544 1. @338 TM8546 1. @339 TM8548 1. @340 TM8550 1. @341 TM8552 1. @342 TM8554 1. @343 TM8556 2. @345 TM8558 1. @346 TM8560 3. @349 TM8562 3. @352 TM8564 1. @353 TM8566 1. @354 TM8568 1. @355 TM8570 1. @356 TM8572 1. @357 TM8574 1. @358 TM8576 1. @359 TM8578 1. @360 TM8580 1. @361 TM8582 1. @362 TM8584 1. @363 TM8586 1. @364 TM8588 1. @365 TM8590 1. @366 TM8592 1. @367 TM8594 1. @368 TM8596 1. @369 TM8598 1. @370 TM8600 1. @371 TM8602 1. @372 TM8604 1. @373 TM8606 1. @374 TM8608 1. @375 TM8610 1. @376 TM8612 2. @378 TM8614 2. @380 TM8616 1. @381 TM8618 1. @382 TM8620 1. @383 TM8622 6. @389 TM8624 1. @390 IM8402 1. @391 IM8404 1. @392 IM8406 1. @393 IM8408 1. @394 IM8418 1. @395 IM2026 1. @396 IM8430 1. @397 IM8432 1. @398 IM3440 1. @399 IM8444 1. @400 IM8446 1. @401 IM8448 1. @402 IM8450 1. @403 IM8452 1. @404 IM8454 1. @405 IM8456 1. @406 IM5868 1. @407 IM8470 1. @408 IM8472 1. @409 IM8476 1. @410 IM7884 1. @411 IM8488 1. @412 IM8490 1. @413 IM8494 1. @414 IM8498 1. @415 IM0613 1. @416 IM8516 1. @417 IM8518 1. @418 IM8520 1. @419 IM8522 1. @420 IM2436 1. @421 IM8538 1. @422 IM4052 1. @423 IM8556 1. @424 IM8558 1. @425 IM6492 1. @426 IM9612 1. @427 IM8616 1. @428 IM6694 1. @429 IM9814 1. @430 IM8618 1. @431 IM8620 1. @432 IM8622 1. @433 IM8624 1. @437 TM8700 1. @438 TM8702 1. @439 TM8704 2. @441 TM8706 2. @443 TM8708 1. @444 TM8710 2. @446 TM8712 1. @447 TM8714 4. @451 TM8716 2. @453 TM8718 4. @457 TM8720 1. @458 TM8722 6. @464 TM8724 2. @466 TM8726 1. @467 TM8728 1. @468 TM8730 1. @469 TM8732 1. @470 TM8734 1. @471 TM8736 2. @473 TM8738 1. @474 TM8740 6. @480 TM8742 1. @481 TM8744 6. @487 TM8746 1. @488 TM8748 2. @490 TM8750 1. @491 TM8752 1. @492 TM8754 1. @493 TM8756 1. @494 TM8758 6. @500 TM8760 6. @506 TM8762 1. @507 TM8764 6. @513 IMP8700 1. @514 IMP8702 1. @515 IMP8704 1. @516 IMP8706 1. @517 IMP8708 1. @518 IMP8710 1. @519 IMP8712 1. @520 IMP8714 1. @521 IMP8716 1. @522 IMP8718 1. @523 IMP8720 1. @524 IMP8722 1. @525 IMP8724 1. @526 IMP26_36 1. @527 IMP8738 1. @528 IMP8740 1. @529 IMP8742 1. @530 IMP8744 1. @531 IMP8746 1. @532 IMP8748 1. @533 IMP8750 1. @534 IMP8752 1. @535 IMP8754 1. @536 IMP8756 1. @537 IMP8758 1. @538 IMP8760 1. @539 IMP8764 1. @541 TM8800 1. @542 TM8802 1. @543 TM8804 1. @544 TM8806 1. @545 TM8808 1. @546 TM8810 1. @547 TM8812 1. @548 TM8814 1. @549 TM8816 1. @550 TM8818 1. @551 TM8820 1. @552 TM8822 1. @553 TM8824 1. @554 TM8826 1. @555 TM8828 1. @556 TM8830 1. @557 TM8832 1. @558 TM8834 1. @559 TM8836 1. @560 TM8838 1. @561 TM8839 1. @562 TM8840 1. @563 TM8841 1. @564 TM8842 1. @565 TM8843 1. @566 TM8844 1. @567 TM8845 1. @568 TM8846 1. @569 TM8847 1. @570 TM8848 1. @571 TM8849 1. @572 TM8850 1. @573 TM8851 1. @574 TM8852 1. @575 TM8853 1. @576 TM8854 1. @577 TM8855 1. @578 TM8856 1. @579 TM8857 1. @580 TM8858 1. @581 TM8859 1. @582 TM8860 1. @583 TM8876 1. @584 TM8878 1. @585 TM8880 1. @586 TM8882 1. @587 TM8883 3. @590 TM8884 3. @593 TM8885 1. @594 TM8886 1. @595 TM8887 1. @596 TM8888 2. @598 TM8889 6. @604 TM8890 1. @605 TM8892 2. @607 TM8894 2. @609 TM8896 2. @611 TM8898 1. @612 TM8900 2. @614 TM8902 1. @615 TM8904 1. @616 TM8906 1. @617 TM8908 1. @618 TM8910 1. @619 TM8912 1. @620 TM8914 1. @621 TM8916 1. @622 TM8918 1. @623 TM8920 1. @624 TM8922 1. @625 TM8924 1. @626 TM8926 1. @627 TM8928 1. @628 TM8930 1. @629 TM8932 2. @631 TM8934 2. @633 TM8936 2. @635 TM8938 1. @636 TM8940 2. @638 TM8942 1. @639 TM8944 1. @640 TM8946 3. @643 TM8948 3. @646 TM8950 3. @649 TM8952 1. @650 TM8954 3. @653 TM8956 3. @656 TM8958 3. @659 TM8960 1. @660 TM8962 1. @661 TM8964 3. @664 TM8966 3. @667 TM8968 3. @670 TM8970 1. @671 TM8972 3. @674 TM8974 3. @677 TM8976 3. @680 TM8978 1. @681 TM8980 3. @684 TM8982 3. @687 TM8984 3. @690 TM8986 1. @691 TM8988 1. @692 TM8990 3. @695 TM8992 3. @698 TM8994 3. @701 TM8996 1. @702 TM8998 3. @705 TM9000 2. @707 TM9002 2. @709 TM9004 2. @711 TM9006 3. @714 TM9008 2. @716 TM9010 2. @718 TM9012 2. @720 TM9014 3. @723 TM9016 2. @725 TM9018 2. @727 TM9020 2. @729 TM9022 1. @730 TM9024 1. @731 TM9026 4. @735 IM8800 1. @736 IM8802 1. @737 IM8804 1. @738 IM8808 1. @739 IM8810 1. @740 IM8812 1. @741 IM8814 1. @742 IM8816 1. @743 IM8818 1. @744 IM8820 1. @745 IM8822 1. @746 IM8824 1. @747 IM8826 1. @748 IM8828 1. @749 IM8830 1. @750 IM8832 1. @751 IM8834 1. @752 IM8836 1. @753 IM8838 1. @754 IM8839 1. @755 IM8840 1. @756 IM8841 1. @757 IM8842 1. @758 IM8843 1. @759 IM8844 1. @760 IM8845 1. @761 IM8846 1. @762 IM8847 1. @763 IM8848 1. @764 IM8849 1. @765 IM8850 1. @766 IM8851 1. @767 IM8852 1. @768 IM8853 1. @769 IM8854 1. @770 IM8855 1. @771 IM8856 1. @772 IM8857 1. @773 IM8858 1. @774 IM8859 1. @775 IM8876 1. @776 IM8878 1. @777 IM8887 1. @778 IM8888 1. @779 IM8889 1. @780 IM8892 1. @781 IM8894 1. @782 IM8896 1. @783 IM8902 1. @784 IM8904 1. @785 IM8906 1. @786 IM8908 1. @787 IM8910 1. @788 IM8918 1. @789 IM8924 1. @790 IM8926 1. @791 IM8928 1. @792 IM8932 1. @793 IM8934 1. @794 IM8936 1. @795 IM9000 1. @796 IM9002 1. @797 IM9004 1. @798 IM9008 1. @799 IM9010 1. @800 IM9012 1. @801 IM9016 1. @802 IM9018 1. @803 IM9020 1. @804 IM9022 1. @805 IM9024 1. @806 IM9026 1. @809 TM9100 1. @810 TM9102 2. @812 TM9104 1. @813 TM9106 1. @814 TM9108 1. @815 TM9110 1. @816 TM9112 1. @817 TM9114 1. @818 TM9116 1. @819 TM9118 3. @822 TM9120 3. @825 TM9122 3. @828 TM9124 2. @830 TM9126 2. @832 TM9127 2. @834 TM9128 2. @836 TM9129 1. @837 TM9130 2. @839 TM9132 1. @840 TM9134 1. @841 TM9136 1. @842 TM9138 1. @843 I9102 1. @844 I9104_12 1. @845 I9114 1. @846 I9116 1. @847 I9118 1. @848 I9120 1. @849 I9122 1. @850 I9124 1. @851 I9126 1. @852 I9127 1. @853 I9128 1. @854 I9129 1. @855 I9130 1. @856 I9136 1. @857 I9138 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 differentiates" ITEM36B = "Control card item 36B -" INTVW = "Person's interview status" ENTRY = "Edited entry address ID" PNUM = "Edited person number" FINALWGT = "'STAGE1WT' second stage factor." RRP = "Edited relationship to reference perso" AGE = "Edited and imputed age as of last" SEX = "Sex of this person" Race = "Race of this person" MS = "Marital status" PNSP = "Person number of spouse" PNPT = "Person number of parent" HIGRADE = "What is the highest grade or year of" GRD_CMPL = "Did he/she complete that grade" ETHNICTY = "Ethnic origin" WAVE = "Wave number within Panel" TM8000 = "Is ... 21 years of age or over?" TM8002 = "In what year did ... first work" TM8004 = "What is the main reason ... never" TM8006 = "Since (year entered in TM8002) how" TM8008 = "During the time that ... has generally" TM8010 = "People spend time not working at a pai" TM8012 = "From the time ... was 21 years old, wh" TM8014 = "From the time ... was 21 years old, wh" TM8016 = "From the time ... was 21 years old, wh" TM8017 = "From the time ... was 21 years old, wh" TM8018 = "What was the main reason ... did not" TM8020 = "After this first time were there any" TM8022 = "How many other times did this happen?" TM8024 = "When was the second time that ... went" TM8026 = "What was the main reason ... did not w" TM8027 = "When was the second time that ... went" TM8028 = "When was the second time that ... went" TM8030 = "When was the second time that ... went" TM8032 = "When was the third time that ... went " TM8034 = "What was the main reason ... did not" TM8035 = "When was the third time that ... went " TM8036 = "When was the third time that ... went" TM8038 = "When was the third time that ... went" TM8040 = "When was the fourth time that ... went" TM8042 = "What was the main reason ... did not" TM8043 = "When was the fourth time that ... went" TM8044 = "When was the fourth time that ... went" TM8046 = "When was the fourth time that ... went" IM8000 = "Imputation of 'TM8000'" IM8002 = "Imputation of 'TM8002'" IM8004 = "Imputation of 'TM8004'" IM8006 = "Imputation of 'TM8006'" IM8008 = "Imputation of 'TM8008'" IM8010 = "Imputation of 'TM8010'" IM8012 = "Imputation of 'TM8012'" IM8014 = "Imputation of 'TM8014'" IM8018 = "Imputation of 'TM8018'" IM8020 = "Imputation of 'TM8020'" IM8022 = "Imputation of 'TM8022'" IM8024 = "Computation of 'TM8024'" IM8026 = "Imputation of 'TM8026'" IM8028 = "Computation of 'TM8028'" IM8032 = "Computation of 'TM8032'" IM8034 = "Imputation of 'TM8034'" IM8036 = "Computation of 'TM8036'" IM8040 = "Computation of 'TM8040'" IM8042 = "Imputation of 'TM8042'" IM8044 = "Computation of 'TM8044'" TM8400 = "Check Item T2" TM8402 = "Does ... have any children in this" TM8404 = "Have child support payments ever" TM8406 = "For how many children?" TM8408 = "Was this agreement a voluntary written" TM8410 = "Which children living here are covered" TM8411 = "Which children living here are covered" TM8412 = "Which children living here are covered" TM8414 = "Which children living here are covered" TM8416 = "Which children living here are covered" TM8418 = "In what year was this agreement" TM8420 = "What was the dollar amount of that" TM8422 = "What was the dollar amount of that" TM8424 = "What was the dollar amount of that" TM8426 = "What was the dollar amount of that" TM8428 = "What was the dollar amount of that" TM8430 = "Has the dollar amount ever" TM8432 = "In what year was the amount" TM8434 = "What was the dollar amount for the" TM8436 = "What was the dollar amount for the" TM8438 = "What was the dollar amount for the" TM8440 = "What was the dollar amount for the" TM8442 = "What was the dollar amount for the" TM8444 = "Were any payments due in the last 12" TM8446 = "Why not?" TM8448 = "What is the total amount that ... was" TM8450 = "What is the total amount that ..." TM8452 = "How are the payments now received? Are" TM8454 = "How regularly are child support paymen" TM8456 = "During the past 12 months, how many" TM8458 = "What kinds of provisions for health ca" TM8460 = "What kinds of provisions for health ca" TM8462 = "What kinds of provisions for health ca" TM8464 = "What kinds of provisions for health ca" TM8466 = "What kinds of provisions for health ca" TM8468 = "What kinds of provisions for health ca" TM8470 = "What child custody arrangements does t" TM8472 = "Does the child support agreement speci" TM8474 = "Check Item T3" TM8476 = "Did all the children visit the other" TM8478 = "What is the total amount of time (the" TM8480 = "What is the total amount of time (the" TM8482 = "What is the total amount of time (the" TM8484 = "What is the total amount of time (the" TM8486 = "What is the total amount of time (the" TM8488 = "Where does the other parent (for this" TM8490 = "If ... had to contact the other parent" TM8492 = "Check Item T4" TM8494 = "(Other than the support agreement" TM8496 = "How many other agreements" TM8498 = "Was this agreement a voluntary written" TM8500 = "Which children living here are covered" TM8502 = "Which children living here are covered" TM8504 = "Which children living here are covered" TM8506 = "What is the total amount that ... was" TM8508 = "What is the total amount that .... was" TM8510 = "What is the total amount that ... was" TM8512 = "What is the total amount that ... was" TM8513 = "What is the total amount that ... was" TM8516 = "What is the total amount that ..." TM8518 = "Where does the other parent (for this" TM8520 = "For any of ...'s children, has ... eve" TM8522 = "In what year did ... last ask for help" TM8524 = "What type of help did ... ask for" TM8526 = "What type of help did ... ask for" TM8528 = "What type of help did ... ask for" TM8530 = "What type of help did ... ask for" TM8532 = "What type of help did ... ask for" TM8534 = "What type of help did ... ask for" TM8536 = "What type of help did ... ask for" TM8538 = "Did ... receive any help from the" TM8540 = "What kind of help did ... receive (las" TM8542 = "What kind of help did ... receive (las" TM8544 = "What kind of help did ... receive (las" TM8546 = "What kind of help did ... receive (las" TM8548 = "What kind of help did ... receive (las" TM8550 = "What kind of help did ... receive (las" TM8552 = "What kind of help did ... receive (las" TM8554 = "Check Item T5" TM8556 = "How many children living in ...'s" TM8558 = "Do all of ...'s children without a chi" TM8560 = "Youngest child" TM8562 = "Oldest child" TM8564 = "Youngest child" TM8566 = "Oldest child" TM8568 = "Youngest child" TM8570 = "Oldest child" TM8572 = "Youngest child" TM8574 = "Oldest child" TM8576 = "Youngest child" TM8578 = "Oldest child" TM8580 = "Youngest child" TM8582 = "Oldest child" TM8584 = "Youngest child" TM8586 = "Oldest child" TM8588 = "Youngest child" TM8590 = "Oldest child" TM8592 = "Youngest child" TM8594 = "Oldest child" TM8596 = "Youngest child" TM8598 = "Oldest child" TM8600 = "Youngest child" TM8602 = "Oldest child" TM8604 = "Youngest child" TM8606 = "Oldest child" TM8608 = "Youngest child" TM8610 = "Oldest child" TM8612 = "Youngest child" TM8614 = "Oldest child" TM8616 = "Youngest child" TM8618 = "Oldest child" TM8620 = "Were any child support payments receiv" TM8622 = "What is the total amount that ..." TM8624 = "Were any non-cash items or services fo" IM8402 = "Imputation of 'TM8402" IM8404 = "Imputation of 'TM8404'" IM8406 = "Imputation of 'TM8406'" IM8408 = "Imputation of 'TM8408'" IM8418 = "Imputation of 'TM8418'" IM2026 = "Imputation of 'TM8420 thru TM8426" IM8430 = "Imputation of 'TM8430'" IM8432 = "Imputation of 'TM8432'" IM3440 = "Imputation of 'TM8434 thru TM8440'" IM8444 = "Imputation of 'TM8444'" IM8446 = "Imputation of 'TM8446'" IM8448 = "Imputation of 'TM8448'" IM8450 = "Imputation of 'TM8450'" IM8452 = "Imputation of 'TM8452'" IM8454 = "Imputation of 'TM8454'" IM8456 = "Imputation of 'TM8456'" IM5868 = "Imputation of 'TM8458 thru TM8468" IM8470 = "Imputation of 'TM8470'" IM8472 = "Imputation of 'TM8472'" IM8476 = "Imputation of 'TM8476'" IM7884 = "Imputation of 'TM8478 thru TM8484'" IM8488 = "Imputation of 'TM8488'" IM8490 = "Imputation of 'TM8490'" IM8494 = "Imputation of 'TM8494'" IM8498 = "Imputation of 'TM8498'" IM0613 = "Imputation of 'TM8506 thru TM8513" IM8516 = "Imputation of 'TM8516'" IM8518 = "Imputation of 'TM8518'" IM8520 = "Imputation of 'TM8520'" IM8522 = "Imputation of 'TM8522'" IM2436 = "Imputation of 'TM8524 thru TM8536'" IM8538 = "Imputation of 'TM8538'" IM4052 = "Imputation of 'TM8540 thru TM8552'" IM8556 = "Imputation of 'TM8556'" IM8558 = "Imputation of 'TM8558'" IM6492 = "Imputation of 'TM8564-TM8592" IM9612 = "Imputation of 'TM8596-TM8612" IM8616 = "Imputation of 'TM8616'" IM6694 = "Imputation of 'TM8566-TM8594" IM9814 = "Imputation of 'TM8598-TM8614" IM8618 = "Imputation of 'TM8618'" IM8620 = "Imputation of 'TM8620'" IM8622 = "Imputation of 'TM8622'" IM8624 = "Imputation of 'TM8624'" TM8700 = "During the past 12 months did ..." TM8702 = "Did ... make regular payments,lump-sum" TM8704 = "Were any of these payments for" TM8706 = "For how many children did ... make" TM8708 = "Were any of these payments the result" TM8710 = "How many children are covered by that" TM8712 = "Was this agreement a voluntary written" TM8714 = "In what year was this agreement" TM8716 = "Has the dollar amount ever been" TM8718 = "In what year was the amount" TM8720 = "Is ... still supposed to pay child" TM8722 = "How much did ... pay for the support" TM8724 = "Are these payments made--" TM8726 = "What kinds of provisions for health ca" TM8728 = "What kinds of provisions for health ca" TM8730 = "What kinds of provisions for health ca" TM8732 = "What kinds of provisions for health ca" TM8734 = "What kinds of provisions for health ca" TM8736 = "What kinds of provisions for health ca" TM8738 = "(Other than the most recent support" TM8740 = "How much did ... pay in child support " TM8742 = "Were any child support payments made" TM8744 = "How much did ... pay for child support" TM8746 = "During the past 12 months, did ..." TM8748 = "For how many (other) persons did ..." TM8750 = "First person" TM8752 = "Second person" TM8754 = "First person" TM8756 = "Second person" TM8758 = "First person" TM8760 = "Second person" TM8762 = "Check item T6" TM8764 = "How much did ... pay during the past" IMP8700 = "Imputation of 'TM8700'" IMP8702 = "Imputation of 'TM8702'" IMP8704 = "Imputation of 'TM8704'" IMP8706 = "Imputation of 'TM8706'" IMP8708 = "Imputation of 'TM8708'" IMP8710 = "Imputation of 'TM8710'" IMP8712 = "Imputation of 'TM8712'" IMP8714 = "Imputation of 'TM8714'" IMP8716 = "Imputation of 'TM8716'" IMP8718 = "Imputation of 'TM8718'" IMP8720 = "Imputation of 'TM8720'" IMP8722 = "Imputation of 'TM8722'" IMP8724 = "Imputation of 'TM8724'" IMP26_36 = "Imputation of 'TM8726 thru TM8736'" IMP8738 = "Imputation of 'TM8738'" IMP8740 = "Imputation of 'TM8740'" IMP8742 = "Imputation of 'TM8742'" IMP8744 = "Imputation of 'TM8744'" IMP8746 = "Imputation of 'TM8746'" IMP8748 = "Imputation of 'TM8748'" IMP8750 = "Imputation of 'TM8750'" IMP8752 = "Imputation of 'TM8752'" IMP8754 = "Imputation of 'TM8754'" IMP8756 = "Imputation of 'TM8756'" IMP8758 = "Imputation of 'TM8758'" IMP8760 = "Imputation of 'TM8760'" IMP8764 = "Imputation of 'TM8764'" TM8800 = "These next few questions are about" TM8802 = "Does ... use any of the following" TM8804 = "Does ... use any of the following" TM8806 = "Is 'yes' marked in TM8802 or TM8804" TM8808 = "Has ... used (aid mentioned in TM8802 " TM8810 = "Does ... have any difficulty seeing wo" TM8812 = "Is ... able to see the words and lette" TM8814 = "Does...have any difficulty hearing" TM8816 = "Is...able to hear what is said in" TM8818 = "Because of a health condition" TM8820 = "Is ... able to have his/her speech" TM8822 = "Does...have any difficuly lifting and" TM8824 = "Is...able to lift and carry this" TM8826 = "Does...have any difficulty walking" TM8828 = "Is...able to walk up a flight of stair" TM8830 = "Does...have any difficulty walking" TM8832 = "Is ... able to walk a quarter of a mil" TM8834 = "Does ... have any difficulty using" TM8836 = "Is ... able to use the telephone at al" TM8838 = "Does ... have any difficulty getting" TM8839 = "Does...need the help of another person" TM8840 = "Does...have any difficulty getting" TM8841 = "Does...need the help of another person" TM8842 = "Does ... have any difficulty getting i" TM8843 = "Does ... need the help of another pers" TM8844 = "Does ... have any difficulty taking a" TM8845 = "Does ... need the help of another pers" TM8846 = "Does ... have any difficulty getting" TM8847 = "Does ... need the help of another pers" TM8848 = "Does ... have any difficulty walking?" TM8849 = "Does ... need the help of another pers" TM8850 = "Does ... have any difficulty eating?" TM8851 = "Does ... need the help of another pers" TM8852 = "Does ... have any difficulty using the" TM8853 = "Does...need the help of another person" TM8854 = "Does ... have any difficulty keeping" TM8855 = "Does ... need the help of another pers" TM8856 = "Does ... have any difficulty preparing" TM8857 = "Does ... need the help of another pers" TM8858 = "Does ... have any difficulty doing lig" TM8859 = "Does ... need the help of another pers" TM8860 = "Check item T8" TM8876 = "You have said that ... needs the help " TM8878 = "You have said that ... needs the help " TM8880 = "Is (person mentioned before) a" TM8882 = "Is (person mentioned before) a" TM8883 = "Is (person mentioned before) a" TM8884 = "Is (person mentioned before) a" TM8885 = "Is (person mentioned before) a" TM8886 = "Is (person mentioned before) a" TM8887 = "For how long has ... needed the" TM8888 = "During the past month did ... (or ...'" TM8889 = "How much was paid for such help in las" TM8890 = "Check item T9" TM8892 = "I have recorded that ... has difficult" TM8894 = "I have recorded that ... has difficult" TM8896 = "I have recorded that ... has difficult" TM8898 = "Check item T10" TM8900 = "Which if the conditions do you conside" TM8902 = "Does ... have a learning disability" TM8904 = "Does ... have a mental retardation?" TM8906 = "Does ... have a a developmental dis-" TM8908 = "Does ... have Alzheimer's disease," TM8910 = "Does ... have a any other mental or" TM8912 = "Check Item T11" TM8914 = "Check Item T12" TM8916 = "Check item T13" TM8918 = "We have recorded that ...'s health or" TM8920 = "Does ... have a physical, mental or ot" TM8922 = "Check item T14" TM8924 = "Does ...'s health or condition prevent" TM8926 = "Does ... have a physical, mental or ot" TM8928 = "Does ...'s health or condition complet" TM8930 = "Check item T15" TM8932 = "I have marked that ... is limited in" TM8934 = "I have marked that ... is limited in" TM8936 = "I have marked that ... is limited in" TM8938 = "Check item T16" TM8940 = "Which of the conditions do you conside" TM8942 = "Check item T17" TM8944 = "Because of a physical,learning or ment" TM8946 = "Which children have activity limitatio" TM8948 = "Which children have activity limitatio" TM8950 = "Which children have activity limitatio" TM8952 = "Have any of ...'s children under the a" TM8954 = "Which children have received these" TM8956 = "Which children have received these" TM8958 = "Which children have received these" TM8960 = "Check item T18" TM8962 = "Because of a physical, learning or men" TM8964 = "Which children have difficulty doing" TM8966 = "Which children have difficulty doing" TM8968 = "Which children have difficulty doing" TM8970 = "Have any of ...'s children between the" TM8972 = "Which children have received special" TM8974 = "Which children have received special" TM8976 = "Which children have received special" TM8978 = "Are any of ...'s children between the" TM8980 = "Which children are currently receiving" TM8982 = "Which children are currently receiving" TM8984 = "Which children are currently receiving" TM8986 = "Check item T19" TM8988 = "Do any of ...'s children between the a" TM8990 = "Which children have difficulty with" TM8992 = "Which children have difficulty with" TM8994 = "Which children have difficulty with" TM8996 = "Check item T20" TM8998 = "I have recorded that (read the name of" TM9000 = "Which conditiion or conditions are" TM9002 = "Which conditiion or conditions are" TM9004 = "Which conditiion or conditions are" TM9006 = "Which conditiion or conditions are" TM9008 = "Which conditiion or conditions are" TM9010 = "Which conditiion or conditions are" TM9012 = "Which conditiion or conditions are" TM9014 = "Which conditiion or conditions are" TM9016 = "Which conditiion or conditions are" TM9018 = "Which conditiion or conditions are" TM9020 = "Which conditiion or conditions are" TM9022 = "In the last 12 months, has ... applied" TM9024 = "Is ... receiving Social Security" TM9026 = "In which of the past 12 months did ..." IM8800 = "Imputation of 'TM8800'" IM8802 = "Imputation of 'TM8802'" IM8804 = "Imputation of 'TM8804'" IM8808 = "Imputation of 'TM8808'" IM8810 = "Imputation of 'TM8810'" IM8812 = "Imputation of 'TM8812'" IM8814 = "Imputation of 'TM8814'" IM8816 = "Imputation of 'TM8816'" IM8818 = "Imputation of 'TM8818'" IM8820 = "Imputation of 'TM8820'" IM8822 = "Imputation of 'TM8822'" IM8824 = "Imputation of 'TM8824'" IM8826 = "Imputation of 'TM8826'" IM8828 = "Imputation of 'TM8828'" IM8830 = "Imputation of 'TM8830'" IM8832 = "Imputation of 'TM8832'" IM8834 = "Imputation of 'TM8834'" IM8836 = "Imputation of 'TM8836'" IM8838 = "Imputation of 'TM8838'" IM8839 = "Imputation of 'TM8839'" IM8840 = "Imputation of 'TM8840'" IM8841 = "Imputation of 'TM8841'" IM8842 = "Imputation of 'TM8842'" IM8843 = "Imputation of 'TM8843'" IM8844 = "Imputation of 'TM8844'" IM8845 = "Imputation of 'TM8845'" IM8846 = "Imputation of 'TM8846'" IM8847 = "Imputation of 'TM8847'" IM8848 = "Imputation of 'TM8848'" IM8849 = "Imputation of 'TM8849'" IM8850 = "Imputation of 'TM8850'" IM8851 = "Imputation of 'TM8851'" IM8852 = "Imputation of 'TM8852'" IM8853 = "Imputation of 'TM8853'" IM8854 = "Imputation of 'TM8854'" IM8855 = "Imputation of 'TM8855'" IM8856 = "Imputation of 'TM8856'" IM8857 = "Imputation of 'TM8857'" IM8858 = "Imputation of 'TM8858'" IM8859 = "Imputation of 'TM8859'" IM8876 = "Imputation of 'TM8876'" IM8878 = "Imputation of 'TM8878'" IM8887 = "Imputation of 'TM8887'" IM8888 = "Imputation of 'TM8888'" IM8889 = "Imputation of 'TM8889'" IM8892 = "Imputation of 'TM8892'" IM8894 = "Imputation of 'TM8894'" IM8896 = "Imputation of 'TM8896'" IM8902 = "Imputation of 'TM8902'" IM8904 = "Imputation of 'TM8904'" IM8906 = "Imputation of 'TM8906'" IM8908 = "Imputation of 'TM8908'" IM8910 = "Imputation of 'TM8910'" IM8918 = "Imputation of 'TM8918'" IM8924 = "Imputation of 'TM8924'" IM8926 = "Imputation of 'TM8926'" IM8928 = "Imputation of 'TM8928'" IM8932 = "Imputation of 'TM8932'" IM8934 = "Imputation of 'TM8934'" IM8936 = "Imputation of 'TM8936'" IM9000 = "Imputation of 'TM9000'" IM9002 = "Imputation of 'TM9002'" IM9004 = "Imputation of 'TM9004'" IM9008 = "Imputation of 'TM9008'" IM9010 = "Imputation of 'TM9010'" IM9012 = "Imputation of 'TM9012'" IM9016 = "Imputation of 'TM9016'" IM9018 = "Imputation of 'TM9018'" IM9020 = "Imputation of 'TM9020'" IM9022 = "Imputation of 'TM9022'" IM9024 = "Imputation of 'TM9024'" IM9026 = "Imputation of 'TM9026'" TM9100 = "During the past 12 months, was ...." TM9102 = "How many different times did .... stay" TM9104 = "What was the reason for ...'s last" TM9106 = "What was the reason for ...'s last" TM9108 = "What was the reason for ...'s last" TM9110 = "What was the reason for ...'s last" TM9112 = "What was the reason for ...'s last" TM9114 = "Was ... a patient in a VA or military" TM9116 = "Was ... a patient in a psychiatric" TM9118 = "How many nights in all did ..." TM9120 = "How many of these nights were in" TM9122 = "During the past 4 months, about how" TM9124 = "During the past 12 months, how many" TM9126 = "How many of these visits or calls were" TM9127 = "During the past 12 months, how many" TM9128 = "How many of these visits were in the p" TM9129 = "Is there a particular clinic, health" TM9130 = "To what kind of place does" TM9132 = "Check Item T21" TM9134 = "Check item T22" TM9136 = "I have recorded that ... is not" TM9138 = "Which answer on this card best" I9102 = "Imputation of 'TM9102'" I9104_12 = "Imputation of 'TM9104 thru TM9112'" I9114 = "Imputation of 'TM9114'" I9116 = "Imputation of 'TM9116'" I9118 = "Imputation of 'TM9118'" I9120 = "Imputation of 'TM9120'" I9122 = "Imputation of 'TM9122'" I9124 = "Imputation of 'TM9124'" I9126 = "Imputation of 'TM9126'" I9127 = "Imputation of 'TM9127'" I9128 = "Imputation of 'TM9128'" I9129 = "Imputation of 'TM9129'" I9130 = "Imputation of 'TM9130'" I9136 = "Imputation of 'TM9136'" I9138 = "Imputation of 'TM9138'" ; proc print data=library.sip90t6 (obs=6); FORMAT ITEM36B ITEM36B. INTVW INTVW. RRP RRP. AGE AGE. SEX SEX. Race Race. MS MS. PNSP PNSP. PNPT PNPT. HIGRADE HIGRADE. GRD_CMPL GRD_CMPL. ETHNICTY ETHNICTY. TM8000 TM8000L. TM8002 TM8002L. TM8004 TM8004L. TM8006 TM8006L. TM8008 TM8008L. TM8010 TM8010L. TM8012 TM8012L. TM8014 TM8014L. TM8016 TM8016L. TM8017 TM8017L. TM8018 TM8018L. TM8020 TM8020L. TM8022 TM8022L. TM8024 TM8024L. TM8026 TM8026L. TM8027 TM8027L. TM8028 TM8028L. TM8030 TM8030L. TM8032 TM8032L. TM8034 TM8034L. TM8035 TM8035L. TM8036 TM8036L. TM8038 TM8038L. TM8040 TM8040L. TM8042 TM8042L. TM8043 TM8043L. TM8044 TM8044L. TM8046 TM8046L. TM8400 TM8400L. TM8402 TM8402L. TM8404 TM8404L. TM8406 TM8406L. TM8408 TM8408L. TM8410 TM8410L. TM8411 TM8411L. TM8412 TM8412L. TM8414 TM8414L. TM8416 TM8416L. TM8418 TM8418L. TM8420 TM8420L. TM8422 TM8422L. TM8424 TM8424L. TM8426 TM8426L. TM8428 TM8428L. TM8430 TM8430L. TM8432 TM8432L. TM8434 TM8434L. TM8436 TM8436L. TM8438 TM8438L. TM8440 TM8440L. TM8442 TM8442L. TM8444 TM8444L. TM8446 TM8446L. TM8448 TM8448L. TM8450 TM8450L. TM8452 TM8452L. TM8454 TM8454L. TM8456 TM8456L. TM8458 TM8458L. TM8460 TM8460L. TM8462 TM8462L. TM8464 TM8464L. TM8466 TM8466L. TM8468 TM8468L. TM8470 TM8470L. TM8472 TM8472L. TM8474 TM8474L. TM8476 TM8476L. TM8478 TM8478L. TM8480 TM8480L. TM8482 TM8482L. TM8484 TM8484L. TM8486 TM8486L. TM8488 TM8488L. TM8490 TM8490L. TM8492 TM8492L. TM8494 TM8494L. TM8496 TM8496L. TM8498 TM8498L. TM8500 TM8500L. TM8502 TM8502L. TM8504 TM8504L. TM8506 TM8506L. TM8508 TM8508L. TM8510 TM8510L. TM8512 TM8512L. TM8513 TM8513L. TM8516 TM8516L. TM8518 TM8518L. TM8520 TM8520L. TM8522 TM8522L. TM8524 TM8524L. TM8526 TM8526L. TM8528 TM8528L. TM8530 TM8530L. TM8532 TM8532L. TM8534 TM8534L. TM8536 TM8536L. TM8538 TM8538L. TM8540 TM8540L. TM8542 TM8542L. TM8544 TM8544L. TM8546 TM8546L. TM8548 TM8548L. TM8550 TM8550L. TM8552 TM8552L. TM8554 TM8554L. TM8556 TM8556L. TM8558 TM8558L. TM8560 TM8560L. TM8562 TM8562L. TM8564 TM8564L. TM8566 TM8566L. TM8568 TM8568L. TM8570 TM8570L. TM8572 TM8572L. TM8574 TM8574L. TM8576 TM8576L. TM8578 TM8578L. TM8580 TM8580L. TM8582 TM8582L. TM8584 TM8584L. TM8586 TM8586L. TM8588 TM8588L. TM8590 TM8590L. TM8592 TM8592L. TM8594 TM8594L. TM8596 TM8596L. TM8598 TM8598L. 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. 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. TM8726 TM8726L. TM8728 TM8728L. TM8730 TM8730L. TM8732 TM8732L. TM8734 TM8734L. TM8736 TM8736L. TM8738 TM8738L. TM8740 TM8740L. TM8742 TM8742L. TM8744 TM8744L. TM8746 TM8746L. TM8748 TM8748L. TM8750 TM8750L. TM8752 TM8752L. TM8754 TM8754L. TM8756 TM8756L. TM8758 TM8758L. TM8760 TM8760L. TM8762 TM8762L. TM8764 TM8764L. 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. TM8826 TM8826L. TM8828 TM8828L. TM8830 TM8830L. TM8832 TM8832L. TM8834 TM8834L. TM8836 TM8836L. TM8838 TM8838L. TM8839 TM8839L. TM8840 TM8840L. TM8841 TM8841L. TM8842 TM8842L. TM8843 TM8843L. TM8844 TM8844L. TM8845 TM8845L. TM8846 TM8846L. TM8847 TM8847L. TM8848 TM8848L. TM8849 TM8849L. TM8850 TM8850L. TM8851 TM8851L. TM8852 TM8852L. TM8853 TM8853L. TM8854 TM8854L. TM8855 TM8855L. TM8856 TM8856L. TM8857 TM8857L. TM8858 TM8858L. TM8859 TM8859L. TM8860 TM8860L. TM8876 TM8876L. TM8878 TM8878L. TM8880 TM8880L. TM8882 TM8882L. TM8883 TM8883L. TM8884 TM8884L. TM8885 TM8885L. TM8886 TM8886L. TM8887 TM8887L. TM8888 TM8888L. TM8889 TM8889L. TM8890 TM8890L. TM8892 TM8892L. TM8894 TM8894L. TM8896 TM8896L. TM8898 TM8898L. TM8900 TM8900L. TM8902 TM8902L. TM8904 TM8904L. TM8906 TM8906L. TM8908 TM8908L. TM8910 TM8910L. TM8912 TM8912L. TM8914 TM8914L. TM8916 TM8916L. TM8918 TM8918L. TM8920 TM8920L. TM8922 TM8922L. TM8924 TM8924L. TM8926 TM8926L. TM8928 TM8928L. TM8930 TM8930L. TM8932 TM8932L. TM8934 TM8934L. TM8936 TM8936L. TM8938 TM8938L. TM8940 TM8940L. TM8942 TM8942L. TM8944 TM8944L. TM8946 TM8946L. TM8948 TM8948L. TM8950 TM8950L. TM8952 TM8952L. TM8954 TM8954L. TM8956 TM8956L. TM8958 TM8958L. TM8960 TM8960L. TM8962 TM8962L. TM8964 TM8964L. TM8966 TM8966L. TM8968 TM8968L. TM8970 TM8970L. TM8972 TM8972L. TM8974 TM8974L. TM8976 TM8976L. TM8978 TM8978L. TM8980 TM8980L. TM8982 TM8982L. TM8984 TM8984L. TM8986 TM8986L. TM8988 TM8988L. TM8990 TM8990L. TM8992 TM8992L. TM8994 TM8994L. TM8996 TM8996L. TM8998 TM8998L. TM9000 TM9000L. TM9002 TM9002L. TM9004 TM9004L. TM9006 TM9006L. TM9008 TM9008L. TM9010 TM9010L. TM9012 TM9012L. TM9014 TM9014L. TM9016 TM9016L. TM9018 TM9018L. TM9020 TM9020L. TM9022 TM9022L. TM9024 TM9024L. TM9026 TM9026L. TM9100 TM9100L. TM9102 TM9102L. TM9104 TM9104L. TM9106 TM9106L. TM9108 TM9108L. TM9110 TM9110L. TM9112 TM9112L. TM9114 TM9114L. TM9116 TM9116L. TM9118 TM9118L. TM9120 TM9120L. TM9122 TM9122L. TM9124 TM9124L. TM9126 TM9126L. TM9127 TM9127L. TM9128 TM9128L. TM9129 TM9129L. TM9130 TM9130L. TM9132 TM9132L. TM9134 TM9134L. TM9136 TM9136L. TM9138 TM9138L. ; proc contents data=library.sip90t6; /* 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. */