/*------------------------------------------------------------------------------------*/ /*by Jean Roth Mon Jun 7 18:23:47 EDT 2004 This program reads the 1991 SIPP Wave 3 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.fsp91t3; /* The PROC FORMAT statement will store the formats in a sas data set called fsip91t3 To use the stored formats in a subsequent program, include something like this: proc format cntlin=library.fsp91t3; 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" 1 = "One" 2 = "Two" 3 = "Three or more" ; VALUE TM8004L (default=32) 0 = "Not applicable" ; VALUE TM8006L (default=32) 0 = "Not applicable" ; VALUE TM8008L (default=32) 0 = "Not applicable" ; VALUE TM8010L (default=32) 0 = "Not applicable" ; VALUE TM8012L (default=32) 0 = "Not applicable" 1 = "Monday through Friday" ; VALUE TM8014L (default=32) 0 = "Not applicable" 1 = "Monday through Friday" ; VALUE TM8016L (default=32) 0 = "Not applicable" 1 = "Sunday" ; VALUE TM8018L (default=32) 0 = "Not applicable" 1 = "Sunday" ; VALUE TM8020L (default=32) 0 = "Not applicable" 1 = "Monday" ; VALUE TM8022L (default=32) 0 = "Not applicable" 1 = "Monday" ; VALUE TM8024L (default=32) 0 = "Not applicable" 1 = "Tuesday" ; VALUE TM8026L (default=32) 0 = "Not applicable" 1 = "Tuesday" ; VALUE TM8028L (default=32) 0 = "Not applicable" 1 = "Wednesday" ; VALUE TM8030L (default=32) 0 = "Not applicable" 1 = "Wednesday" ; VALUE TM8032L (default=32) 0 = "Not applicable" 1 = "Thursday" ; VALUE TM8034L (default=32) 0 = "Not applicable" 1 = "Thursday" ; VALUE TM8036L (default=32) 0 = "Not applicable" 1 = "Friday" ; VALUE TM8038L (default=32) 0 = "Not applicable" 1 = "Friday" ; VALUE TM8040L (default=32) 0 = "Not applicable" 1 = "Saturday" ; VALUE TM8042L (default=32) 0 = "Not applicable" 1 = "Saturday" ; VALUE TM8044L (default=32) 0 = "Not applicable" -5 = "All days (First employer)" ; VALUE TM8046L (default=32) 0 = "Not applicable" -5 = "All days (Second employer)" ; VALUE TM8048L (default=32) 0 = "Not applicable" ; VALUE TM8050L (default=32) 0 = "Not applicable" 1 = "A.M." 2 = "P.M." ; VALUE TM8052L (default=32) 0 = "Not applicable" ; VALUE TM8054L (default=32) 0 = "Not applicable" 1 = "A.M." 2 = "P.M." ; VALUE TM8056L (default=32) 0 = "Not applicable" ; VALUE TM8058L (default=32) 0 = "Not applicable" 1 = "A.M." 2 = "P.M." ; VALUE TM8060L (default=32) 0 = "Not applicable" ; VALUE TM8062L (default=32) 0 = "Not applicable" 1 = "A.M." 2 = "P.M." ; VALUE TM8064L (default=32) 0 = "Not applicable" 1 = "Regular daytime schedule" 2 = "Regular evening shift" 3 = "Regular night shift" 4 = "Rotating shift (one that" 5 = "Split shift (one consisting of" 6 = "Irregular schedule (one that" 7 = "Other" ; VALUE TM8066L (default=32) 0 = "Not applicable" 1 = "Regular daytime schedule" 2 = "Regular evening shift" 3 = "Regular night shift" 4 = "Rotating shift (one that" 5 = "Split shift (one consisting of" 6 = "Irregular schedule (one that" 7 = "Other" ; VALUE TM8068L (default=32) 0 = "Not applicable" 1 = "Better child care arrangements" 2 = "Better pay" 3 = "Better arrangements for care" 4 = "Allows time for school" 5 = "Other voluntary reasons" 6 = "Could not get any other job" 7 = "Requirements of the job" 8 = "Other involuntary reasons" ; VALUE TM8070L (default=32) 0 = "Not applicable" 1 = "Better child care arrangements" 2 = "Better pay" 3 = "Better arrangements for care" 4 = "Allows time for school" 5 = "Other voluntary reasons" 6 = "Could not get any other job" 7 = "Requirement of the job" 8 = "Other involuntary reasons" ; VALUE TM8072L (default=32) 0 = "Not applicable" 1 = "Yes - ask Items 1B through" 2 = "No - go to Check Item T2" ; VALUE TM8100L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to Check Item T12" ; VALUE TM8102L (default=32) 0 = "Not applicable" 1 = "Yes - skip to Check Item T6" 2 = "No" ; VALUE TM8103L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to Check Item T5" ; VALUE TM8104L (default=32) 0 = "Not applicable" -1 = "Hours varied - skip to Check" -2 = "DK - Skip to Check Item T6" -3 = "Not enrolled last month" ; VALUE TM8106L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to Check Item T12" ; VALUE TM8108L (default=32) 0 = "Not applicable" -1 = "Hours varied" -2 = "Don't know" -3 = "Did not look for a job last" ; VALUE TM8114L (default=32) 0 = "Not applicable" ; VALUE TM8116L (default=32) 0 = "Not applicable" ; VALUE TM8118L (default=32) 0 = "Not applicable" ; VALUE TM8120L (default=32) 0 = "Not applicable" 1 = "Child's other parent/" 2 = "Child's brother/sister" 3 = "Child's grandparent" 4 = "Other relative of child" 5 = "Nonrelative of child" 6 = "Child in day/group care" 7 = "Child in nursery/preschool" 8 = "Child in organized school-based" 9 = "Child in kindergarten," 10 = "Child cares for self" 11 = "...works at home" 12 = "...cares for child at work" 13 = "Child not born as of last" 14 = "...did not work (not enrolled" ; VALUE TM8122L (default=32) 0 = "Not applicable" 1 = "Child's other parent/" 2 = "Child's brother/sister" 3 = "Child's grandparent" 4 = "Other relative of child" 5 = "Nonrelative of child" 6 = "Child in day/group care" 7 = "Child in nursery/preschool" 8 = "Child in organized school-based" 9 = "Child in kindergarten," 10 = "Child cares for self" 11 = "...works at home" 12 = "...cares for child at work" 13 = "Child not born as of last" ; VALUE TM8124L (default=32) 0 = "Not applicable" 1 = "Child's other parent/" 2 = "Child's brother/sister" 3 = "Child's grandparent" 4 = "Other relative of child" 5 = "Nonrelative of child" 6 = "Child in day/group care" 7 = "Child in nursery/preschool" 8 = "Child in organized school-based" 9 = "Child in kindergarten," 10 = "Child cares for self" 11 = "...works at home" 12 = "...cares for child at work" 13 = "Child not born as of last" ; VALUE TM8126L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM8128L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM8130L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM8132L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8158" ; VALUE TM8134L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8160" ; VALUE TM8136L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8162" ; VALUE TM8138L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8158" ; VALUE TM8140L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8160" ; VALUE TM8142L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8162" ; VALUE TM8144L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8152" ; VALUE TM8146L (default=32) 0 = "Not applicable" 1 = "Payment for youngest child" 2 = "Includes another child" ; VALUE TM8148L (default=32) 0 = "Not applicable" 1 = "Payment for second youngest" 2 = "Includes another child" ; VALUE TM8150L (default=32) 0 = "Not applicable" 1 = "Payment for third youngest" 2 = "Includes another child" ; VALUE TM8152L (default=32) -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8154L (default=32) -2 = "Previously recorded for" -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8156L (default=32) -3 = "Previously recorded for" -2 = "Previously recorded for" -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8158L (default=32) 0 = "Not applicable" ; VALUE TM8160L (default=32) 0 = "Not applicable" ; VALUE TM8162L (default=32) 0 = "Not applicable" ; VALUE TM8164L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to next child or" ; VALUE TM8166L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to next child or" ; VALUE TM8168L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to Check Item T11" ; VALUE TM8170L (default=32) 0 = "Not applicable" 1 = "Child's other parent/step-" 2 = "Child's brother/sister" 3 = "Child's grandparent" 4 = "Other relative of child" 5 = "Nonrelative of child" 6 = "Child in day/group care" 7 = "Child in nursery/preschool" 8 = "Child in organized school-" 9 = "Child in kindergarten," 10 = "Child cares for self" 11 = ".. .works at home" 12 = "...cares for child at work" ; VALUE TM8172L (default=32) 0 = "Not applicable" 1 = "Child's other parent/step-" 2 = "Child's brother/sister" 3 = "Child's grandparent" 4 = "Other relative of child" 5 = "Nonrelative of child" 6 = "Child in day/group care" 7 = "Child in nursery/preschool" 8 = "Child in organized school-" 9 = "Child in kindergarten," 10 = "Child cares for self" 11 = "...works at home" 12 = "...cares for child at work" ; VALUE TM8174L (default=32) 0 = "Not applicable" 1 = "Child's other parent/step-" 2 = "Child's brother/sister" 3 = "Child's grandparent" 4 = "Other relative of child" 5 = "Nonrelative of child" 6 = "Child in day/group care" 7 = "Child in nursery/preschool" 8 = "Child in organized school-" 9 = "Child in kindergarten," 10 = "Child cares for self" 11 = "...works at home" 12 = "...cares for child at work" ; VALUE TM8176L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM8178L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM8180L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM8182L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8208" ; VALUE TM8184L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8210" ; VALUE TM8186L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8212" ; VALUE TM8188L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8208" ; VALUE TM8190L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8198" 2 = "No - skip to TM8210" ; VALUE TM8192L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8200" 2 = "No - skip to TM8212" ; VALUE TM8194L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8202" ; VALUE TM8196L (default=32) 0 = "Not applicable" 1 = "Payment for youngest child" 2 = "Includes another child" ; VALUE TM8198L (default=32) 0 = "Not applicable" 1 = "Payment for second youngest" 2 = "Includes another child" ; VALUE TM8200L (default=32) 0 = "Not applicable" 1 = "Payment for third youngest" 2 = "Includes another child" ; VALUE TM8202L (default=32) -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8204L (default=32) -1 = "Don't know" -2 = "Previously recorded for" 0 = "Not applicable" ; VALUE TM8206L (default=32) -3 = "Previously recorded for" -2 = "Previously recorded for" -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8208L (default=32) 0 = "Not applicable" ; VALUE TM8210L (default=32) 0 = "Not applicable" ; VALUE TM8212L (default=32) 0 = "Not applicable" ; VALUE TM8214L (default=32) 0 = "Not applicable" 1 = "Less than 5 years old" 2 = "5 or more years old - skip" ; VALUE TM8216L (default=32) 0 = "Not applicable" 2 = "5 or more years old - skip" ; VALUE TM8218L (default=32) 0 = "Not applicable" 1 = "Less than 5 years" 2 = "5 or more years old - skip" ; VALUE TM8220L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8236" 2 = "No - skip to next child or" 3 = "Stopped working (attending" ; VALUE TM8222L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8236" 2 = "No - skip to next child or" 3 = "Stopped working (attending" ; VALUE TM8224L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8236" 2 = "No - skip to next child or" 3 = "Stopped working (attending" ; VALUE TM8226L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8232" 2 = "No - skip to next child or" 3 = "Stopped working (attending" ; VALUE TM8228L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8234" 2 = "No - skip to next child or" 3 = "Stopped working (attending" ; VALUE TM8230L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8236" 2 = "No - skip to next child or" 3 = "Stopped working (attending" ; VALUE TM8232L (default=32) 0 = "Not applicable" 99 = "Arrangement(s)" ; VALUE TM8234L (default=32) 0 = "Not applicable" 99 = "Arrangement(s)" ; VALUE TM8236L (default=32) 0 = "Not applicable" ; VALUE TM8238L (default=32) 0 = "Not applicable" 1 = "Beginning/ending/changes in" ; VALUE TM8240L (default=32) 0 = "Not applicable" 1 = "Beginning/ending/changes in" ; VALUE TM8242L (default=32) 0 = "Not applicable" 1 = "Beginning/ending/changes in" ; VALUE TM8244L (default=32) 0 = "Not applicable" 1 = "Beginning/ending/changes" ; VALUE TM8246L (default=32) 0 = "Not applicable" 1 = "Beginning/ending/changes" ; VALUE TM8248L (default=32) 0 = "Not applicable" 1 = "Beginning/ending/changes" ; VALUE TM8250L (default=32) 0 = "Not applicable" 1 = "Beginning/ending/changes" ; VALUE TM8252L (default=32) 0 = "Not applicable" 1 = "Beginning/ending/changes in" ; VALUE TM8254L (default=32) 0 = "Not applicable" 1 = "Beginning/ending/changes in" ; VALUE TM8256L (default=32) 0 = "Not applicable" 1 = "Cost" ; VALUE TM8258L (default=32) 0 = "Not applicable" 1 = "Cost" ; VALUE TM8260L (default=32) 0 = "Not applicable" 1 = "Cost" ; VALUE TM8262L (default=32) 0 = "Not applicable" 1 = "Availability or hours of" ; VALUE TM8264L (default=32) 0 = "Not applicable" 1 = "Availability or hours of" ; VALUE TM8266L (default=32) 0 = "Not applicable" 1 = "Availability or hours of" ; VALUE TM8268L (default=32) 0 = "Not applicable" 1 = "Reliability of care provider" ; VALUE TM8270L (default=32) 0 = "Not applicable" 1 = "Reliability of care provider" ; VALUE TM8272L (default=32) 0 = "Not applicable" 1 = "Reliability of care provider" ; VALUE TM8274L (default=32) 0 = "Not applicable" 1 = "Quality of care provided" ; VALUE TM8276L (default=32) 1 = "Quality of care provided" ; VALUE TM8278L (default=32) 0 = "Not applicable" 1 = "Quality of care provided" ; VALUE TM8280L (default=32) 0 = "Not applicable" 1 = "Location or accessability" ; VALUE TM8282L (default=32) 0 = "Not applicable" 1 = "Location or accessability" ; VALUE TM8284L (default=32) 0 = "Not applicable" 1 = "Location or accessability" ; VALUE TM8286L (default=32) 0 = "Not applicable" 1 = "Found better/less expensive/" ; VALUE TM8288L (default=32) 0 = "Not applicable" 1 = "Found better/less expensive/" ; VALUE TM8290L (default=32) 0 = "Not applicable" 1 = "Found better/less expensive/" ; VALUE TM8292L (default=32) 0 = "Not applicable" 1 = "Never had any regular arrange-" ; VALUE TM8294L (default=32) 0 = "Not applicable" 1 = "Never had any regular arrange-" ; VALUE TM8296L (default=32) 0 = "Not applicable" 1 = "Never had any regular arrange-" ; VALUE TM8298L (default=32) 0 = "Not applicable" 1 = "Child outgrew arrangement" ; VALUE TM8300L (default=32) 0 = "Not applicable" 1 = "Child outgrew arrangement" ; VALUE TM8302L (default=32) 0 = "Not applicable" 1 = "Child outgrew arrangement" ; VALUE TM8304L (default=32) 0 = "Not applicable" 1 = "No longer eligible for" ; VALUE TM8306L (default=32) 0 = "Not applicable" 1 = "No longer eligible for" ; VALUE TM8308L (default=32) 0 = "Not applicable" 1 = "No longer eligible for" ; VALUE TM8310L (default=32) 0 = "Not applicable" 1 = "Arrangement no longer available" ; VALUE TM8312L (default=32) 0 = "Not applicable" 1 = "Arrangement no longer available" ; VALUE TM8314L (default=32) 0 = "Not applicable" 1 = "Arrangement no longer available" ; VALUE TM8316L (default=32) 0 = "Not applicable" 1 = "Other - skip to next child" ; VALUE TM8318L (default=32) 0 = "Not applicable" 1 = "Other - skip to next child" ; VALUE TM8320L (default=32) 0 = "Not applicable" 1 = "Other - skip to TM8322" ; VALUE TM8322L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8326" ; VALUE TM8324L (default=32) 0 = "Not applicable" -2 = "All costs already recorded for" ; VALUE TM8326L (default=32) 0 = "Not available" 1 = "Yes" 2 = "No - skip to TM8400" ; VALUE TM8328L (default=32) 0 = "Not applicable" 1 = "Yes, respondent lost time" 2 = "Yes, spouse lost time" 3 = "Both, respondent and spouse" 4 = "No" -1 = "Don't know" ; 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" ; VALUE TM8414L (default=32) 0 = "Not applicable" ; VALUE TM8416L (default=32) 0 = "Not applicable" ; 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) 0 = "Not applicable" -1 = "Don't know" -3 = "None" ; VALUE TM8452L (default=32) 0 = "Not applicable" -1 = "Don't 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" ; VALUE TM8502L (default=32) 0 = "Not applicable" ; VALUE TM8504L (default=32) 0 = "Not applicable" ; 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) 0 = "Not applicable" -1 = "Don't know" -3 = "None" ; VALUE TM8516L (default=32) 0 = "Not applicable" -1 = "Don't know" -3 = "None" ; VALUE TM8518L (default=32) 0 = "Not applicable" 1 = "Same county/city" 2 = "Same state (different county/" 3 = "Different state" 4 = "Other parent now deceased" 5 = "Other" -1 = "Don't know" ; VALUE TM8520L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8554" ; VALUE TM8522L (default=32) 0 = "Not applicable" -1 = "Don't know" ; 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 no. unknown" ; VALUE TM8562L (default=32) 0 = "Not applicable" ; 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) 0 = "Not applicable" 1 = "Other" -1 = "DK" ; VALUE TM8614L (default=32) 0 = "Not applicable" 1 = "Other" -1 = "DK" ; 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 Check Item T16" ; VALUE TM8702L (default=32) 0 = "Not applicable" 1 = "Regular" 2 = "Lump-sum" 3 = "Both" ; VALUE TM8704L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8736" ; VALUE TM8706L (default=32) 0 = "Not applicable" ; VALUE TM8708L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8730" ; VALUE TM8710L (default=32) 0 = "Not applicable" -1 = "Don't know" ; 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) 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" ; 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" ; 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 -" ; 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) 0 = "Not applicable" 1 = "No" ; VALUE TM8886L (default=32) 0 = "Not applicable" 1 = "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 applicable" 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 TM9036" ; VALUE TM9024L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9038" ; 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) 0 = "Not applicable" -1 = "Don't know" ; 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) 0 = "Not applicable" -5 = "All nights" -3 = "None" -1 = "Dk" ; VALUE TM9122L (default=32) 0 = "Not applicable" -5 = "All days" -3 = "None" -1 = "Dk" ; VALUE TM9124L (default=32) 0 = "Not applicable" -3 = "None - skip to TM9128" -1 = "Dk - skip to TM9128" ; VALUE TM9126L (default=32) 0 = "Not applicable" -3 = "None" -1 = "Dk" ; VALUE TM9127L (default=32) -3 = " None - skip to TM9120" -1 = " Don't know - skip to TM9120" 0 = " Not applicable" ; VALUE TM9128L (default=32) -3 = " None" -1 = " Don't know" 0 = " Not applicable" 2 = " No - skip to TM9132" ; VALUE TM9129L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9132" ; VALUE TM9130L (default=32) 0 = "Not applicable" 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/1991/sipp91t3.zip "; data library.sip91t3; missing A; infile raw lrecl = 20000 missover ; * To read in uncompressed file, uncomment INFILE & comment filename & infile lines; * On a PC, you may need to change the direction of the slashes as in C:\; *INFILE '/homes/data/sipp/1991/sipp91t3.dat' LRECL=20000 PAD END=EOF; *LENGTH SUSEQNUM $5 ID $9 ADDID $2 ENTRY $2 FINALWGT 8 TM8004 8 TM8006 8 TM8048 4 TM8052 4 TM8056 4 TM8060 4 TM8324 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 1. @63 TM8004 3.1 @66 TM8006 3.1 @69 TM8008 1. @70 TM8010 1. @71 TM8012 1. @72 TM8014 1. @73 TM8016 1. @74 TM8018 1. @75 TM8020 1. @76 TM8022 1. @77 TM8024 1. @78 TM8026 1. @79 TM8028 1. @80 TM8030 1. @81 TM8032 1. @82 TM8034 1. @83 TM8036 1. @84 TM8038 1. @85 TM8040 1. @86 TM8042 1. @87 TM8044 2. @89 TM8046 2. @91 TM8048 4. @95 TM8050 1. @96 TM8052 4. @100 TM8054 1. @101 TM8056 4. @105 TM8058 1. @106 TM8060 4. @110 TM8062 1. @111 TM8064 1. @112 TM8066 1. @113 TM8068 1. @114 TM8070 1. @115 TM8072 1. @116 TM_IFA1 1. @117 TM_IFA2 1. @118 TM_IFA3 1. @119 TM_IFA4 1. @120 TM_IFA5 1. @121 TM_IFA6 1. @122 TM_IFA7 1. @123 TM_IFA8 1. @124 TM_IFA9 1. @125 TM_IFA10 1. @126 TM_IFA11 1. @127 TM_IFA12 1. @128 TM_IFA13 1. @129 TM_IFA14 1. @130 TM_IFA15 1. @131 TM_IFA16 1. @132 TM_IFA17 1. @133 TM_IFA18 1. @137 TM8100 1. @138 TM8102 1. @139 TM8103 1. @140 TM8104 2. @142 TM8106 1. @143 TM8108 2. @145 TM8114 3. @148 TM8116 3. @151 TM8118 3. @154 TM8120 2. @156 TM8122 2. @158 TM8124 2. @160 TM8126 1. @161 TM8128 1. @162 TM8130 1. @163 TM8132 1. @164 TM8134 1. @165 TM8136 1. @166 TM8138 1. @167 TM8140 1. @168 TM8142 1. @169 TM8144 1. @170 TM8146 1. @171 TM8148 1. @172 TM8150 1. @173 TM8152 3. @176 TM8154 3. @179 TM8156 3. @182 TM8158 2. @184 TM8160 2. @186 TM8162 2. @188 TM8164 1. @189 TM8166 1. @190 TM8168 1. @191 TM8170 2. @193 TM8172 2. @195 TM8174 2. @197 TM8176 1. @198 TM8178 1. @199 TM8180 1. @200 TM8182 1. @201 TM8184 1. @202 TM8186 1. @203 TM8188 1. @204 TM8190 1. @205 TM8192 1. @206 TM8194 1. @207 TM8196 1. @208 TM8198 1. @209 TM8200 1. @210 TM8202 3. @213 TM8204 3. @216 TM8206 3. @219 TM8208 2. @221 TM8210 2. @223 TM8212 2. @225 TM8214 1. @226 TM8216 1. @227 TM8218 1. @228 TM8220 1. @229 TM8222 1. @230 TM8224 1. @231 TM8226 1. @232 TM8228 1. @233 TM8230 1. @234 TM8232 2. @236 TM8234 2. @238 TM8236 2. @240 TM8238 1. @241 TM8240 1. @242 TM8242 1. @243 TM8244 1. @244 TM8246 1. @245 TM8248 1. @246 TM8250 1. @247 TM8252 1. @248 TM8254 1. @249 TM8256 1. @250 TM8258 1. @251 TM8260 1. @252 TM8262 1. @253 TM8264 1. @254 TM8266 1. @255 TM8268 1. @256 TM8270 1. @257 TM8272 1. @258 TM8274 1. @259 TM8276 1. @260 TM8278 1. @261 TM8280 1. @262 TM8282 1. @263 TM8284 1. @264 TM8286 1. @265 TM8288 1. @266 TM8290 1. @267 TM8292 1. @268 TM8294 1. @269 TM8296 1. @270 TM8298 1. @271 TM8300 1. @272 TM8302 1. @273 TM8304 1. @274 TM8306 1. @275 TM8308 1. @276 TM8310 1. @277 TM8312 1. @278 TM8314 1. @279 TM8316 1. @280 TM8318 1. @281 TM8320 1. @282 TM8322 1. @283 TM8324 6. @289 TM8326 1. @290 TM8328 2. @292 IMP8104 1. @293 IMP8108 1. @294 IMP8120 1. @295 IMP8122 1. @296 IMP8124 1. @297 IMP8126 1. @298 IMP8128 1. @299 IMP8130 1. @300 IMP8138 1. @301 IMP8140 1. @302 IMP8142 1. @303 IMP8146 1. @304 IMP8148 1. @305 IMP8150 1. @306 IMP8152 1. @307 IMP8154 1. @308 IMP8156 1. @309 IMP8158A 1. @310 IMP8160A 1. @311 IMP8162A 1. @312 IMP8158B 1. @313 IMP8160B 1. @314 IMP8162B 1. @315 IMP8170 1. @316 IMP8172 1. @317 IMP8174 1. @318 IMP8176 1. @319 IMP8178 1. @320 IMP8180 1. @321 IMP8188 1. @322 IMP8190 1. @323 IMP8192 1. @324 IMP8196 1. @325 IMP8198 1. @326 IMP8200 1. @327 IMP8202 1. @328 IMP8204 1. @329 IMP8206 1. @330 IMP8208A 1. @331 IMP8210A 1. @332 IMP8212A 1. @333 IMP8208B 1. @334 IMP8210B 1. @335 IMP8212B 1. @336 IMP8220 1. @337 IMP8222 1. @338 IMP8224 1. @339 IMP8226 1. @340 IMP8228 1. @341 IMP8230 1. @342 IMP8232 1. @343 IMP8234 1. @344 IMP8236 1. @345 IMP8324 1. @346 IMP8326 1. @347 IMP8328 1. @349 TM8400 1. @350 TM8402 1. @351 TM8404 1. @352 TM8406 2. @354 TM8408 1. @355 TM8410 2. @357 TM8411 2. @359 TM8412 3. @362 TM8414 3. @365 TM8416 3. @368 TM8418 4. @372 TM8420 6. @378 TM8422 6. @384 TM8424 6. @390 TM8426 6. @396 TM8428 2. @398 TM8430 1. @399 TM8432 4. @403 TM8434 6. @409 TM8436 6. @415 TM8438 6. @421 TM8440 6. @427 TM8442 2. @429 TM8444 1. @430 TM8446 1. @431 TM8448 6. @437 TM8450 6. @443 TM8452 2. @445 TM8454 1. @446 TM8456 1. @447 TM8458 1. @448 TM8460 1. @449 TM8462 1. @450 TM8464 1. @451 TM8466 1. @452 TM8468 1. @453 TM8470 1. @454 TM8472 1. @455 TM8474 1. @456 TM8476 1. @457 TM8478 3. @460 TM8480 2. @462 TM8482 2. @464 TM8484 2. @466 TM8486 2. @468 TM8488 2. @470 TM8490 1. @471 TM8492 1. @472 TM8494 1. @473 TM8496 1. @474 TM8498 1. @475 TM8500 3. @478 TM8502 3. @481 TM8504 3. @484 TM8506 6. @490 TM8508 6. @496 TM8510 6. @502 TM8512 6. @508 TM8513 2. @510 TM8516 6. @516 TM8518 2. @518 TM8520 1. @519 TM8522 4. @523 TM8524 1. @524 TM8526 1. @525 TM8528 1. @526 TM8530 1. @527 TM8532 1. @528 TM8534 1. @529 TM8536 1. @530 TM8538 1. @531 TM8540 1. @532 TM8542 1. @533 TM8544 1. @534 TM8546 1. @535 TM8548 1. @536 TM8550 1. @537 TM8552 1. @538 TM8554 1. @539 TM8556 2. @541 TM8558 1. @542 TM8560 3. @545 TM8562 3. @548 TM8564 1. @549 TM8566 1. @550 TM8568 1. @551 TM8570 1. @552 TM8572 1. @553 TM8574 1. @554 TM8576 1. @555 TM8578 1. @556 TM8580 1. @557 TM8582 1. @558 TM8584 1. @559 TM8586 1. @560 TM8588 1. @561 TM8590 1. @562 TM8592 1. @563 TM8594 1. @564 TM8596 1. @565 TM8598 1. @566 TM8600 1. @567 TM8602 1. @568 TM8604 1. @569 TM8606 1. @570 TM8608 1. @571 TM8610 1. @572 TM8612 2. @574 TM8614 2. @576 TM8616 1. @577 TM8618 1. @578 TM8620 1. @579 TM8622 6. @585 TM8624 1. @586 IM8402 1. @587 IM8404 1. @588 IM8406 1. @589 IM8408 1. @590 IM8418 1. @591 IM2026 1. @592 IM8430 1. @593 IM8432 1. @594 IM3440 1. @595 IM8444 1. @596 IM8446 1. @597 IM8448 1. @598 IM8450 1. @599 IM8452 1. @600 IM8454 1. @601 IM8456 1. @602 IM5868 1. @603 IM8470 1. @604 IM8472 1. @605 IM8476 1. @606 IM7884 1. @607 IM8488 1. @608 IM8490 1. @609 IM8494 1. @610 IM8498 1. @611 IM0613 1. @612 IM8516 1. @613 IM8518 1. @614 IM8520 1. @615 IM8522 1. @616 IM2436 1. @617 IM8538 1. @618 IM4052 1. @619 IM8556 1. @620 IM8558 1. @621 IM6492 1. @622 IM9612 1. @623 IM8616 1. @624 IM6694 1. @625 IM9814 1. @626 IM8618 1. @627 IM8620 1. @628 IM8622 1. @629 IM8624 1. @633 TM8700 1. @634 TM8702 1. @635 TM8704 2. @637 TM8706 2. @639 TM8708 1. @640 TM8710 2. @642 TM8712 1. @643 TM8714 4. @647 TM8716 2. @649 TM8718 4. @653 TM8720 1. @654 TM8722 6. @660 TM8724 2. @662 TM8726 1. @663 TM8728 1. @664 TM8730 1. @665 TM8732 1. @666 TM8734 1. @667 TM8736 2. @669 TM8738 1. @670 TM8740 6. @676 TM8742 1. @677 TM8744 6. @683 TM8746 1. @684 TM8748 2. @686 TM8750 1. @687 TM8752 1. @688 TM8754 1. @689 TM8756 1. @690 TM8758 6. @696 TM8760 6. @702 TM8762 1. @703 TM8764 6. @709 IMP8700 1. @710 IMP8702 1. @711 IMP8704 1. @712 IMP8706 1. @713 IMP8708 1. @714 IMP8710 1. @715 IMP8712 1. @716 IMP8714 1. @717 IMP8716 1. @718 IMP8718 1. @719 IMP8720 1. @720 IMP8722 1. @721 IMP8724 1. @722 IMP26_36 1. @723 IMP8738 1. @724 IMP8740 1. @725 IMP8742 1. @726 IMP8744 1. @727 IMP8746 1. @728 IMP8748 1. @729 IMP8750 1. @730 IMP8752 1. @731 IMP8754 1. @732 IMP8756 1. @733 IMP8758 1. @734 IMP8760 1. @735 IMP8764 1. @737 TM8800 1. @738 TM8802 1. @739 TM8804 1. @740 TM8806 1. @741 TM8808 1. @742 TM8810 1. @743 TM8812 1. @744 TM8814 1. @745 TM8816 1. @746 TM8818 1. @747 TM8820 1. @748 TM8822 1. @749 TM8824 1. @750 TM8826 1. @751 TM8828 1. @752 TM8830 1. @753 TM8832 1. @754 TM8834 1. @755 TM8836 1. @756 TM8838 1. @757 TM8839 1. @758 TM8840 1. @759 TM8841 1. @760 TM8842 1. @761 TM8843 1. @762 TM8844 1. @763 TM8845 1. @764 TM8846 1. @765 TM8847 1. @766 TM8848 1. @767 TM8849 1. @768 TM8850 1. @769 TM8851 1. @770 TM8852 1. @771 TM8853 1. @772 TM8854 1. @773 TM8855 1. @774 TM8856 1. @775 TM8857 1. @776 TM8858 1. @777 TM8859 1. @778 TM8860 1. @779 TM8876 1. @780 TM8878 1. @781 TM8880 1. @782 TM8882 1. @783 TM8883 3. @786 TM8884 3. @789 TM8885 1. @790 TM8886 1. @791 TM8887 1. @792 TM8888 2. @794 TM8889 6. @800 TM8890 1. @801 TM8892 2. @803 TM8894 2. @805 TM8896 2. @807 TM8898 1. @808 TM8900 2. @810 TM8902 1. @811 TM8904 1. @812 TM8906 1. @813 TM8908 1. @814 TM8910 1. @815 TM8912 1. @816 TM8914 1. @817 TM8916 1. @818 TM8918 1. @819 TM8920 1. @820 TM8922 1. @821 TM8924 1. @822 TM8926 1. @823 TM8928 1. @824 TM8930 1. @825 TM8932 2. @827 TM8934 2. @829 TM8936 2. @831 TM8938 1. @832 TM8940 2. @834 TM8942 1. @835 TM8944 1. @836 TM8946 3. @839 TM8948 3. @842 TM8950 3. @845 TM8952 1. @846 TM8954 3. @849 TM8956 3. @852 TM8958 3. @855 TM8960 1. @856 TM8962 1. @857 TM8964 3. @860 TM8966 3. @863 TM8968 3. @866 TM8970 1. @867 TM8972 3. @870 TM8974 3. @873 TM8976 3. @876 TM8978 1. @877 TM8980 3. @880 TM8982 3. @883 TM8984 3. @886 TM8986 1. @887 TM8988 1. @888 TM8990 3. @891 TM8992 3. @894 TM8994 3. @897 TM8996 1. @898 TM8998 3. @901 TM9000 2. @903 TM9002 2. @905 TM9004 2. @907 TM9006 3. @910 TM9008 2. @912 TM9010 2. @914 TM9012 2. @916 TM9014 3. @919 TM9016 2. @921 TM9018 2. @923 TM9020 2. @925 TM9022 1. @926 TM9024 1. @927 TM9026 4. @931 IM8800 1. @932 IM8802 1. @933 IM8804 1. @934 IM8808 1. @935 IM8810 1. @936 IM8812 1. @937 IM8814 1. @938 IM8816 1. @939 IM8818 1. @940 IM8820 1. @941 IM8822 1. @942 IM8824 1. @943 IM8826 1. @944 IM8828 1. @945 IM8830 1. @946 IM8832 1. @947 IM8834 1. @948 IM8836 1. @949 IM8838 1. @950 IM8839 1. @951 IM8840 1. @952 IM8841 1. @953 IM8842 1. @954 IM8843 1. @955 IM8844 1. @956 IM8845 1. @957 IM8846 1. @958 IM8847 1. @959 IM8848 1. @960 IM8849 1. @961 IM8850 1. @962 IM8851 1. @963 IM8852 1. @964 IM8853 1. @965 IM8854 1. @966 IM8855 1. @967 IM8856 1. @968 IM8857 1. @969 IM8858 1. @970 IM8859 1. @971 IM8860 1. @972 IM8876 1. @973 IM8878 1. @974 IM8887 1. @975 IM8888 1. @976 IM8889 1. @977 IM8892 1. @978 IM8894 1. @979 IM8896 1. @980 IM8902 1. @981 IM8904 1. @982 IM8906 1. @983 IM8908 1. @984 IM8910 1. @985 IM8918 1. @986 IM8924 1. @987 IM8926 1. @988 IM8928 1. @989 IM8932 1. @990 IM8934 1. @991 IM8936 1. @992 IM9000 1. @993 IM9002 1. @994 IM9004 1. @995 IM9008 1. @996 IM9010 1. @997 IM9012 1. @998 IM9016 1. @999 IM9018 1. @1000 IM9020 1. @1001 IM9022 1. @1002 IM9024 1. @1003 IM9026 1. @1005 TM9100 1. @1006 TM9102 2. @1008 TM9104 1. @1009 TM9106 1. @1010 TM9108 1. @1011 TM9110 1. @1012 TM9112 1. @1013 TM9114 1. @1014 TM9116 1. @1015 TM9118 3. @1018 TM9120 3. @1021 TM9122 3. @1024 TM9124 2. @1026 TM9126 2. @1028 TM9127 2. @1030 TM9128 2. @1032 TM9129 1. @1033 TM9130 2. @1035 TM9132 1. @1036 TM9134 1. @1037 TM9136 1. @1038 TM9138 1. @1039 IM9102 1. @1040 I9104_12 1. @1041 IM9114 1. @1042 IM9116 1. @1043 IM9118 1. @1044 IM9120 1. @1045 IM9122 1. @1046 IM9124 1. @1047 IM9126 1. @1048 IM9127 1. @1049 IM9128 1. @1050 IM9129 1. @1051 IM9130 1. @1052 IM9136 1. @1053 IM9138 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 = "Check Item T1" TM8002 = "During that four month period, how man" TM8004 = "How many hours per day did ... work" TM8006 = "How many hours per day did ... work" TM8008 = "How many days did ... work" TM8010 = "How many days did ... work" TM8012 = "Which days of the week were these" TM8014 = "Which days of the week were these" TM8016 = "Which days of the week were these" TM8018 = "Which days of the week were these" TM8020 = "Which days of the week were these" TM8022 = "Which days of the week were these" TM8024 = "Which days of the week were these" TM8026 = "Which days of the week were these" TM8028 = "Which days of the week were these" TM8030 = "Which days of the week were these" TM8032 = "Which days of the week were these" TM8034 = "Which days of the week were these" TM8036 = "Which days of the week were these" TM8038 = "Which days of the week were these" TM8040 = "Which days of the week were these" TM8042 = "Which days of the week were these" TM8044 = "Which days of the week were these" TM8046 = "Which days of the week were these" TM8048 = "During that week, at what time of" TM8050 = "During that week, did ... begin" TM8052 = "During that week, at what time of" TM8054 = "During that week, did ... begin" TM8056 = "During that week, at what time of" TM8058 = "During that week, did ... end" TM8060 = "During that week, at what time of" TM8062 = "During that week, did ... end" TM8064 = "Which of the following best describes" TM8066 = "Which of the following best describes" TM8068 = "What is the main reason ... works" TM8070 = "What is the main reason ... works" TM8072 = "Check Item T1.1" TM_IFA1 = "Imputation of 'TM8004'" TM_IFA2 = "Imputation of 'TM8008' and imputation" TM_IFA3 = "Imputation of 'TM8016' through 'TM8040" TM_IFA4 = "Imputation of 'TM8048, TM8050, TM8056," TM_IFA5 = "Imputation of 'TM8048' and 'TM8050'" TM_IFA6 = "Imputation of 'TM8050'" TM_IFA7 = "Imputation of 'TM8056' and 'TM8058'" TM_IFA8 = "Imputation of 'TM8064'" TM_IFA9 = "Imputation of 'TM8068'" TM_IFA10 = "Imputation of 'TM8006'" TM_IFA11 = "Imputation of 'TM8010' and imputation" TM_IFA12 = "Imputation of 'TM8018' through 'TM8042" TM_IFA13 = "Imputation of 'TM8052, TM8054, TM8060," TM_IFA14 = "Imputation of 'TM8052' and 'TM8054'" TM_IFA15 = "Imputation of 'TM8054'" TM_IFA16 = "Imputation of 'TM8060' and 'TM8062'" TM_IFA17 = "Imputation of 'TM8066'" TM_IFA18 = "Imputation of 'TM8070'" TM8100 = "Check Item T2" TM8102 = "Check Item T3" TM8103 = "Check Item T4" TM8104 = "Check Item T6" TM8106 = "Check Item T5" TM8108 = "About how many hours per week did ..." TM8114 = "Check Item T6" TM8116 = "Person number of second youngest child" TM8118 = "Person number of third youngest child" TM8120 = "During (last month) what was" TM8122 = "During (last month) what was" TM8124 = "During (last month) what was" TM8126 = "Was name of child) usually cared for a" TM8128 = "Was (name of child) usually cared for " TM8130 = "Was (name of child) usually cared for " TM8132 = "Check Item T7" TM8134 = "Is box 3-8 marked in TM8122" TM8136 = "Is box 3-8 marked in TM8124" TM8138 = "Was any money payment usually made" TM8140 = "Was any money payment usually made" TM8142 = "Was any money payment usually made" TM8144 = "Check Item T8" TM8146 = "Does ... (or ...'s family) pay for" TM8148 = "Does ... (or ...'s family) pay for" TM8150 = "Does ... (or ...'s family) pay for" TM8152 = "In a typical week, how much did ..." TM8154 = "In a typical week, how much did ..." TM8156 = "In a typical week, how much did ..." TM8158 = "About how many hours per week was" TM8160 = "About how many hours per week was" TM8162 = "About how many hours per week was" TM8164 = "Check Item T11" TM8166 = "Was any other arrangement usually used" TM8168 = "Was any other arrangement usually used" TM8170 = "What did (name of child) do or" TM8172 = "What did (name of child) do or" TM8174 = "What did (name of child) do or" TM8176 = "Was (name of child) usually" TM8178 = "Was (name of child) usually" TM8180 = "Was (name of child) usually" TM8182 = "Check Item T9" TM8184 = "Are any of the children cared for" TM8186 = "Are any of the children cared for" TM8188 = "Was any money payment usually made" TM8190 = "Was any money payment usually made" TM8192 = "Was any money payment usually made" TM8194 = "Check Item T10" TM8196 = "Does ... (or ...'s family) pay for" TM8198 = "Does ... (or ...'s family) pay for" TM8200 = "Does ... (or ...'s family) pay for" TM8202 = "In a typical week, how much did ..." TM8204 = "In a typical week, how much did ..." TM8206 = "In a typical week, how much did ..." TM8208 = "About how many hours per week was" TM8210 = "About how many hours per week was" TM8212 = "About how many hours per week was" TM8214 = "Check Item T11" TM8216 = "Check Item T11" TM8218 = "Check Item T11" TM8220 = "During the past 12 months, did ..." TM8222 = "During the past 12 months, did ..." TM8224 = "During the past 12 months, did ..." TM8226 = "During the past 12 months, did ..." TM8228 = "During the past 12 months, did ..." TM8230 = "During the past 12 months, did ..." TM8232 = "Excluding any time spent in kindergart" TM8234 = "Excluding any time spent in kindergart" TM8236 = "Excluding any time spent in kindergart" TM8238 = "For what reason(s) did this/these chil" TM8240 = "For what reason(s) did this/these chil" TM8242 = "For what reason(s) did this/these chil" TM8244 = "For what reason(s) did this/these chil" TM8246 = "For what reason(s) did this/these chil" TM8248 = "For what reason(s) did this/these chil" TM8250 = "For what reason(s) did this/these chil" TM8252 = "For what reason(s) did this/these chil" TM8254 = "For what reason(s) did this/these chil" TM8256 = "For what reason(s) did this/these chil" TM8258 = "For what reason(s) did this/these chil" TM8260 = "For what reason(s) did this/these chil" TM8262 = "For what reason(s) did this/these chil" TM8264 = "For what reason(s) did this/these chil" TM8266 = "For what reason(s) did this/these chil" TM8268 = "For what reason(s) did this/these chil" TM8270 = "For what reason(s) did this/these chil" TM8272 = "For what reason(s) did this/these chil" TM8274 = "For what reason(s) did this/these chil" TM8276 = "For what reason(s) did this/these chil" TM8278 = "For what reason(s) did this/these chil" TM8280 = "For what reason(s) did this/these chil" TM8282 = "For what reason(s) did this/these chil" TM8284 = "For what reason(s) did this/these chil" TM8286 = "For what reason(s) did this/these chil" TM8288 = "For what reason(s) did this/these chil" TM8290 = "For what reason(s) did this/these chil" TM8292 = "For what reason(s) did this/these chil" TM8294 = "For what reason(s) did this/these chil" TM8296 = "For what reason(s) did this/these chil" TM8298 = "For what reason(s) did this/these chil" TM8300 = "For what reason(s) did this/these chil" TM8302 = "For what reason(s) did this/these chil" TM8304 = "For what reason(s) did this/these chil" TM8306 = "For what reason(s) did this/these chil" TM8308 = "For what reason(s) did this/these chil" TM8310 = "For what reason(s) did this/these chil" TM8312 = "For what reason(s) did this/these chil" TM8314 = "For what reason(s) did this/these chil" TM8316 = "For what reason(s) did this/these chil" TM8318 = "For what reason(s) did this/these chil" TM8320 = "For what reason(s) did this/these chil" TM8322 = "Check Item T11.1" TM8324 = "Considering all of ...'s children unde" TM8326 = "During (last month) were any changes" TM8328 = "When these changes in arrangements" IMP8104 = "Imputation of 'TM8104'" IMP8108 = "Imputation of 'TM8108'" IMP8120 = "Imputation of 'TM8120'" IMP8122 = "Imputation of 'TM8122'" IMP8124 = "Imputation of 'TM8124'" IMP8126 = "Imputation of 'TM8126'" IMP8128 = "Imputation of 'TM8128'" IMP8130 = "Imputation of 'TM8130'" IMP8138 = "Imputation of 'TM8138'" IMP8140 = "Imputation of 'TM8140'" IMP8142 = "Imputation of 'TM8142'" IMP8146 = "Imputation of 'TM8146'" IMP8148 = "Imputation of 'TM8148'" IMP8150 = "Imputation of 'TM8150'" IMP8152 = "Imputation of 'TM8152'" IMP8154 = "Imputation of 'TM8154'" IMP8156 = "Imputation of 'TM8156'" IMP8158A = "Imputation of 'TM8158'" IMP8160A = "Imputation of 'TM8160'" IMP8162A = "Imputation of 'TM8162'" IMP8158B = "Imputation of 'TM8158'" IMP8160B = "Imputation of 'TM8160'" IMP8162B = "Imputation of 'TM8162'" IMP8170 = "Imputation of 'TM8170'" IMP8172 = "Imputation of 'TM8172'" IMP8174 = "Imputation of 'TM8174'" IMP8176 = "Imputation of 'TM8176'" IMP8178 = "Imputation of 'TM8178'" IMP8180 = "Imputation of 'TM8180'" IMP8188 = "Imputation of 'TM8188'" IMP8190 = "Imputation of 'TM8190'" IMP8192 = "Imputation of 'TM8192'" IMP8196 = "Imputation of 'TM8196'" IMP8198 = "Imputation of 'TM8198'" IMP8200 = "Imputation of 'TM8200'" IMP8202 = "Imputation of 'TM8202'" IMP8204 = "Imputation of 'TM8204'" IMP8206 = "Imputation of 'TM8206'" IMP8208A = "Imputation of 'TM8208'" IMP8210A = "Imputation of 'TM8210'" IMP8212A = "Imputation Of 'TM8212'" IMP8208B = "Imputation of 'TM8208'" IMP8210B = "Imputation of 'TM8210'" IMP8212B = "Imputation of 'TM8212'" IMP8220 = "Imputation of 'TM8220'" IMP8222 = "Imputation of 'TM8222'" IMP8224 = "Imputation of 'TM8224'" IMP8226 = "Imputation of 'TM8226'" IMP8228 = "Imputation of 'TM8228'" IMP8230 = "Imputation of 'TM8230'" IMP8232 = "Imputaton of 'TM8232'" IMP8234 = "Imputation of 'TM8234'" IMP8236 = "Imputation of 'TM8236'" IMP8324 = "Imputation of 'TM8324'" IMP8326 = "Imputation of 'TM8326'" IMP8328 = "Imputation of 'TM8328'" TM8400 = "Check Item T12" 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 arrangement does th" TM8472 = "Does the child support agreement speci" TM8474 = "Check Item T13" 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 T14" 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 T15" 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 'TM3440'" 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 'TM5868'" IM8470 = "Imputation of 'TM8470'" IM8472 = "Imputation of 'TM8472'" IM8476 = "Imputation of 'TM8476'" IM7884 = "Imputation of 'TM7884'" IM8488 = "Imputation of 'TM8488'" IM8490 = "Imputation of 'TM8490'" IM8494 = "Imputation of 'TM8494'" IM8498 = "Imputation of 'TM8498'" IM0613 = "Imputation of '8506-13'" IM8516 = "Imputation of 'TM8516'" IM8518 = "Imputation of 'TM8518'" IM8520 = "Imputation of 'TM8520'" IM8522 = "Imputation of 'TM8522'" IM2436 = "Imputation of 'TM8524-36'" IM8538 = "Imputation of 'TM8538'" IM4052 = "Imputation of 'TM8540-52" IM8556 = "Imputation of 'TM8556'" IM8558 = "Imputation of 'TM8558'" IM6492 = "Imputation of 'TM8564-8592" IM9612 = "Imputation of '8596-8612" IM8616 = "Imputation of 'TM8616'" IM6694 = "Imputation of '8566-8594" IM9814 = "Imputation of '8598-8614" 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 = "Check Item T16" TM8762 = "Is the entry in TM8748 '03' or more" 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-36'" 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 = "Check Item T17" 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 = "Is 'yes' marked in TM8850 for any of" 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 T19" TM8892 = "I have recorded that ... has difficult" TM8894 = "I have recorded that ... has difficult" TM8896 = "Check Item T20" TM8898 = "Check Item T20" 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 = "Check Item T21" TM8912 = "Check Item T21" TM8914 = "Check Item T22" TM8916 = "Check Item T23" TM8918 = "We have recorded that ...'s health or" TM8920 = "Check Item T24" TM8922 = "Check Item T24" 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 T25" 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 T26" TM8940 = "Check Item T27" TM8942 = "Check Item T27" 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 T28" 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 T29" 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 T30" TM8998 = "I have recorded that (read the name of" TM9000 = "Which condition or conditions are" TM9002 = "Which condition or conditions are" TM9004 = "Which condition or conditions are" TM9006 = "Which condition or conditions are" TM9008 = "Which condition or conditions are" TM9010 = "Which condition or conditions are" TM9012 = "Which condition or conditions are" TM9014 = "Which condition or conditions are" TM9016 = "Which condition or conditions are" TM9018 = "Which condition or conditions are" TM9020 = "Which condition or conditions are" TM9022 = "Has ... ever applied for Social" TM9024 = "Has ... ever received Social Security" TM9026 = "In what year did ... start receiving" 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'" IM8860 = "Imputation of 'TM8860'" 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" TM9129 = "Is there a particular clinic, health" TM9130 = "To what kind of place does" TM9132 = "Check Item T21" TM9134 = "Is 'Medicare' (code 172) or 'Medicaid'" TM9136 = "I have recorded that ... is not" TM9138 = "Which answer on this card best" IM9102 = "Imputation of 'TM9102'" I9104_12 = "Imputation of 'TM9104-12'" IM9114 = "Imputation of 'TM9114'" IM9116 = "Imputation of 'TM9116'" IM9118 = "Imputation of 'TM9118'" IM9120 = "Imputation of 'TM9120'" IM9122 = "Imputation of 'TM9122'" IM9124 = "Imputation of 'TM9124'" IM9126 = "Imputation of 'TM9126'" IM9127 = "Imputation of 'TM9127'" IM9128 = "Imputation of 'TM9128'" IM9129 = "Imputation of 'TM9129'" IM9130 = "Imputation of 'TM9130'" IM9136 = "Imputation of 'TM9136'" IM9138 = "Imputation of 'TM9138'" ; proc print data=library.sip91t3 (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. TM8018 TM8018L. TM8020 TM8020L. TM8022 TM8022L. TM8024 TM8024L. TM8026 TM8026L. TM8028 TM8028L. TM8030 TM8030L. TM8032 TM8032L. TM8034 TM8034L. TM8036 TM8036L. TM8038 TM8038L. TM8040 TM8040L. TM8042 TM8042L. TM8044 TM8044L. TM8046 TM8046L. TM8048 TM8048L. TM8050 TM8050L. TM8052 TM8052L. TM8054 TM8054L. TM8056 TM8056L. TM8058 TM8058L. TM8060 TM8060L. TM8062 TM8062L. TM8064 TM8064L. TM8066 TM8066L. TM8068 TM8068L. TM8070 TM8070L. TM8072 TM8072L. TM8100 TM8100L. TM8102 TM8102L. TM8103 TM8103L. TM8104 TM8104L. TM8106 TM8106L. TM8108 TM8108L. 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. TM8152 TM8152L. TM8154 TM8154L. TM8156 TM8156L. TM8158 TM8158L. TM8160 TM8160L. TM8162 TM8162L. TM8164 TM8164L. TM8166 TM8166L. TM8168 TM8168L. TM8170 TM8170L. TM8172 TM8172L. TM8174 TM8174L. TM8176 TM8176L. TM8178 TM8178L. TM8180 TM8180L. TM8182 TM8182L. TM8184 TM8184L. TM8186 TM8186L. TM8188 TM8188L. TM8190 TM8190L. TM8192 TM8192L. TM8194 TM8194L. TM8196 TM8196L. TM8198 TM8198L. TM8200 TM8200L. TM8202 TM8202L. TM8204 TM8204L. TM8206 TM8206L. TM8208 TM8208L. TM8210 TM8210L. TM8212 TM8212L. TM8214 TM8214L. TM8216 TM8216L. TM8218 TM8218L. TM8220 TM8220L. TM8222 TM8222L. TM8224 TM8224L. TM8226 TM8226L. TM8228 TM8228L. TM8230 TM8230L. TM8232 TM8232L. TM8234 TM8234L. TM8236 TM8236L. TM8238 TM8238L. TM8240 TM8240L. TM8242 TM8242L. TM8244 TM8244L. TM8246 TM8246L. TM8248 TM8248L. TM8250 TM8250L. TM8252 TM8252L. TM8254 TM8254L. TM8256 TM8256L. TM8258 TM8258L. TM8260 TM8260L. TM8262 TM8262L. TM8264 TM8264L. 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. TM8296 TM8296L. TM8298 TM8298L. 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. TM8326 TM8326L. TM8328 TM8328L. 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.sip91t3; /* 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. */