/*------------------------------------------------------------------------------------*/ /*by Jean Roth Mon Jun 7 18:32:27 EDT 2004 This program reads the 1992 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.fsp92t6; /* The PROC FORMAT statement will store the formats in a sas data set called fsip92t6 To use the stored formats in a subsequent program, include something like this: proc format cntlin=library.fsp92t6; PROC freq; tables pesex ; format pesex P135L.; For more information, consult the SAS Procedures Guide section of PROC FORMAT */ ; VALUE STATE (default=32) 1 = "Alabama" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "District Of Columbia" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 17 = "Illinois" 18 = "Indiana" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 28 = "Mississippi" 29 = "Missouri" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 35 = "New Mexico" 36 = "New York" 37 = "North Carolina" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 51 = "Virginia" 53 = "Washington" 54 = "West Virginia" 55 = "Wisconsin" 61 = "Maine, Vermont" 62 = "Iowa,North Dakota,South Dakota" 63 = "Alaska,Idaho,Montana,Wyoming" ; VALUE ITEM36B (default=32) 1 = "Interviewed" 2 = "No one home" 3 = "Temporarily absent" 4 = "Refused" 5 = "Unable to locate" 6 = "Other Type A" 9 = "Vacant" 10 = "Occupied by persons with URE" 11 = "Unfit or to be demolished" 12 = "Under construction, not ready" 13 = "Converted to temporary business" 14 = "Unoccupied site for mobile home," 15 = "Permit granted, construction not" 17 = "Demolished" 18 = "House or trailer moved" 19 = "Converted to permanent business" 20 = "Merged" 21 = "Condemned" 23 = "Entire household deceased," 24 = "Moved, address unknown" 25 = "Moved within country beyond" 26 = "All sample persons relisted on" 28 = "Merged hhlds across panels SPP" ; VALUE INTVW (default=32) 0 = "Not applicable (children" 1 = "Interview (self)" 2 = "Interview (proxy)" 3 = "Noninterview - Type Z refusal" 4 = "Noninterview - Type Z other" ; VALUE PP_MIS (default=32) 1 = "Interview" 2 = "Non-interview" ; VALUE RRP (default=32) 0 = "Not a sample person in this" 1 = "Household reference person," 2 = "Household reference person" 3 = "Spouse of household reference" 4 = "Child of household reference" 5 = "Other relative of household" 6 = "Non-relative of household" 7 = "Non-relative of household" ; VALUE AGE (default=32) 0 = "Less than 1 full year" 1 = "1 year" ; VALUE SEX (default=32) 1 = "Male" 2 = "Female" ; VALUE RACE (default=32) 1 = "White" 2 = "Black" 3 = "American Indian, Eskimo or Aleut" 4 = "Asian or Pacific Islander" ; VALUE MS (default=32) 0 = "Not a sample person in this" 1 = "Married, spouse present" 2 = "Married, spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never married" ; VALUE PNSP (default=32) 0 = "Not a sample person in this" 999 = "Not applicable" ; VALUE PNPT (default=32) 0 = "Not a sample person in this" 999 = "Not applicable" ; VALUE HIGRADE (default=32) 0 = "Not applicable if under 15," ; VALUE GRD_CMPL (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE ETHNICTY (default=32) 1 = "German" 2 = "English" 3 = "Irish" 4 = "French" 5 = "Italian" 6 = "Scottish" 7 = "Polish" 8 = "Dutch" 9 = "Swedish" 10 = "Norwegian" 11 = "Russian" 12 = "Ukrainian" 13 = "Welsh" 14 = "Mexican-American" 15 = "Chicano" 16 = "Mexican" 17 = "Puerto Rican" 18 = "Cuban" 19 = "Central or South American" 20 = "Other Spanish" 21 = "Afro-American (Black or Negro)" 30 = "Another group not listed" 39 = "Don't know" ; VALUE TM8000L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to Check Item TM8100" ; 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) -5 = "All days (First employer)" 0 = "Not applicable" ; VALUE TM8046L (default=32) -5 = "All days (Second employer)" 0 = "Not applicable" ; 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 Item TM8400" ; VALUE TM8101L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8105" ; VALUE TM8102L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8105" ; VALUE TM8103L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to check item" ; VALUE TM8104L (default=32) 0 = "Not applicable" ; VALUE TM8105L (default=32) 0 = "Not applicable" 1 = "Yes - skip to check" 2 = "No" ; VALUE TM8106L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to check item" ; VALUE TM8107L (default=32) -1 = "Hours varied - skip to check" -2 = "Don't know - skip to check item" -3 = "Not enrolled last month" 0 = "Not applicable" ; VALUE TM8108L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8400" ; VALUE TM8109L (default=32) -1 = "Hours varied" -2 = "Don't know" -3 = "Did not look for a job last" 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) 0 = "Not applicable" 140 = "140+ amount paid per week" -1 = "Don't know" ; VALUE TM8154L (default=32) 0 = "Not applicable" 140 = "140+ amount paid per week" -1 = "Don't know" -2 = "Previously recorded for" ; VALUE TM8156L (default=32) 140 = "140+ amount paid per week" -1 = "Don't know" -2 = "Previously recorded for" -3 = "Previously recorded for" ; 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" 80 = "80+amount paid per week" ; 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 TM8232" 2 = "No - skip to next child or" 3 = "Stopped working (attending" ; VALUE TM8222L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8234" 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" ; VALUE TM8294L (default=32) 0 = "Not applicable" 1 = "Never had any regular" ; VALUE TM8296L (default=32) 0 = "Not applicable" 1 = "Never had any regular" ; 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) -2 = "All costs already recorded for" 0 = "Not applicable" ; VALUE TM8326L (default=32) 0 = "Not available" 1 = "Yes" 2 = "No - skip to TM8400" ; VALUE TM8328L (default=32) -1 = "Don't know" 0 = "Not applicable" 1 = "Yes, respondent lost time" 2 = "Yes, spouse lost time" 3 = "Both, respondent and spouse" 4 = "No" ; VALUE TM8400L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to Part D TM8700" ; VALUE TM8401L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8700" ; VALUE TM8402L (default=32) 0 = "Not applicable" 4 = "04+ children" ; VALUE TM8403L (default=32) 0 = "Not applicable" ; VALUE TM8404L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8405L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8406L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8407L (default=32) 0 = "Not applicable" ; VALUE TM8408L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8409L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8410L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8411L (default=32) 0 = "Not applicable" ; VALUE TM8412L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8413L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8414L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8415L (default=32) 0 = "Not applicable" ; VALUE TM8416L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8417L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8418L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8435L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - for each child listed in" ; VALUE TM8436L (default=32) 0 = "Not applicable" 4 = "4+ children" ; VALUE TM8437L (default=32) 0 = "Not applicable" 1 = "Yes - skip to 1I" 2 = "No" ; VALUE TM8438L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to 1I" ; VALUE TM8439L (default=32) 0 = "Not applicable" 1 = "Number of agreements" 2 = "2+ number of agreements" ; VALUE TM8440L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8441" ; VALUE TM8441L (default=32) 0 = "Not applicabple" 1 = "Voluntary written agreement" 2 = "Court-ordered agreement." 3 = "Other type of written agreement" 4 = "Non written (verbal agreement)" ; VALUE TM8442L (default=32) -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8443L (default=32) 0 = "Not applicable" ; VALUE TM8444L (default=32) 0 = "Not applicable" ; VALUE TM8445L (default=32) 0 = "Not applicable" ; VALUE TM8446L (default=32) 0 = "Not applicable" 99999 = "Dollars per year" 100000 = "100000+ dollars per year" ; VALUE TM8447L (default=32) -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8448L (default=32) 0 = "Not appplicable" 1 = "Yes" 2 = "No - skip to TM8456" ; VALUE TM8449L (default=32) -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8450L (default=32) 0 = "Not applicable" ; VALUE TM8451L (default=32) 0 = "Not applicable" ; VALUE TM8452L (default=32) 0 = "Not applicable" ; VALUE TM8453L (default=32) 0 = "Not applicable" 99999 = "Dollars per year" 100000 = "100000+ dollars per year" ; VALUE TM8454L (default=32) -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8455L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8456L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8458" 2 = "No" ; VALUE TM8457L (default=32) 0 = "Not applicable" 1 = "Child(ren) over the age limit" 2 = "Other parent not working" 3 = "Other parent in jail or" 4 = "Payment suspended by court or" 5 = "Other" ; VALUE TM8458L (default=32) -1 = "Don't know" 0 = "Not applicable" 99999 = "Amount supposed to have received" 100000 = "100000+ amount supposed to have" ; VALUE TM8459L (default=32) -1 = "Don't know" 0 = "Not applicable" 1 = "Directly from the other parent?" 2 = "Through a court?" 3 = "Through the welfare or child" 4 = "Some other method" ; VALUE TM8460L (default=32) -1 = "Don't know" 0 = "Not applicable" 99999 = "Total amount received" 100000 = "100000+ total amount received" ; VALUE TM8461L (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 TM8462L (default=32) -1 = "Don't know" 0 = "Not applicable" 1 = "Yes - skip to TM8464" 2 = "No" ; VALUE TM8463L (default=32) -1 = "Don't know" 0 = "Not applicable" 1 = "Less than $500" 2 = "Between $500 and $5,000" 3 = "More than $5,000" ; VALUE TM8464L (default=32) 0 = "Not applicable" 1 = "Child support payments to" ; VALUE TM8465L (default=32) 0 = "Not applicable" 1 = "Custodian parent to provide" ; VALUE TM8466L (default=32) 0 = "Not applicable" 1 = "Non-custodial parent to pay" ; VALUE TM8467L (default=32) 0 = "Not Applicable" 1 = "Child support payments to" ; VALUE TM8468L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE TM8469L (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 TM8471L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8472L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8474" ; VALUE TM8473L (default=32) 0 = "Not applicable" 1 = "Yes Ask TM8474 for all children" 2 = "No Ask TM8484 for oldest child" ; VALUE TM8474L (default=32) 0 = "Not applicable" ; VALUE TM8475L (default=32) 0 = "Not applicable" ; VALUE TM8476L (default=32) 0 = "Not applicable" ; VALUE TM8477L (default=32) -3 = "None" ; VALUE TM8478L (default=32) -1 = "Don't know" ; VALUE TM8479L (default=32) 0 = "Not applicable" 1 = "Same county/city" 2 = "Same state (different" 3 = "Different state" 4 = "Other parent now deceased -" 5 = "Other" 6 = "Unknown - skip to TM8528" ; VALUE TM8480L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8528" 2 = "No" ; VALUE TM8481L (default=32) 0 = "Not applicable" 1 = "Respondent - skip TM8528" 2 = "Other parent - skip TM8528" 3 = "Both respondent and other" ; VALUE TM8482L (default=32) -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8483L (default=32) 0 = "Not applicable" ; VALUE TM8484L (default=32) 0 = "Not applicable" ; VALUE TM8485L (default=32) 0 = "Not applicable" ; VALUE TM8486L (default=32) 0 = "Not applicable" 99999 = "Dollars per year" 100000 = "100000+ dollars per year" ; VALUE TM8487L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM8488L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8495" ; VALUE TM8489L (default=32) -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8490L (default=32) 0 = "Not applicable" ; VALUE TM8491L (default=32) 0 = "Not applicable" ; VALUE TM8492L (default=32) 0 = "Not applicable" ; VALUE TM8493L (default=32) 0 = "Not applicable" 99999 = "Dollars per year" 100000 = "100000+ dollars per year" ; VALUE TM8494L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM8495L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8497" 2 = "No" ; VALUE TM8496L (default=32) 0 = "Not applicable" 1 = "Child(ren) too old" 2 = "Other parent not working" 3 = "Other parent in jail or institut" 4 = "Other - skip to TM8500" ; VALUE TM8497L (default=32) -1 = "Don't know" 0 = "Not applicable" 99999 = "Total amount that... was" 100000 = "100000+ total amount that...Was" ; VALUE TM8498L (default=32) -1 = "Don't know" -3 = "None - skip to TM8500" 0 = "Not applicable" 99999 = "Total amount that...actually" 100000 = "100000+ total amount that..." ; VALUE TM8499L (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 TM8500L (default=32) -1 = "Don't know" 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8502" ; VALUE TM8501L (default=32) -1 = "Don't know" 0 = "Not applicable" 1 = "Less than $500" 2 = "Between $500 and $5,000" 3 = "More" ; VALUE TM8502L (default=32) 0 = "Not applicable" 1 = "Non-custodial parent to provide" ; VALUE TM8503L (default=32) 0 = "Not applicable" 1 = "Custodial parent to provide" ; VALUE TM8504L (default=32) 0 = "Not applicable" 1 = "Non-custodial parent to pay" ; VALUE TM8505L (default=32) 0 = "Not applicable" 1 = "Child support payments to" ; VALUE TM8506L (default=32) 0 = "Not applicable" 1 = "None" ; VALUE TM8507L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE TM8508L (default=32) 0 = "Not applicable" 1 = "Child(ren) live with mother" 2 = "Child(ren) live with father" 3 = "Child(ren) live with mother and" 4 = "None" 5 = "Other" ; VALUE TM8509L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8510L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8512" ; VALUE TM8511L (default=32) 0 = "Not applicable" 1 = "Yes ask TM8412 for all children" 2 = "No ask TM8412 for oldest child" ; VALUE TM8512L (default=32) 0 = "Not applicable" ; VALUE TM8513L (default=32) 0 = "Not applicable" ; VALUE TM8514L (default=32) 0 = "Not applicable" ; VALUE TM8516L (default=32) -1 = "Don't know" ; VALUE TM8517L (default=32) 0 = "Not applicable" 1 = "Legal paternity not established" ; VALUE TM8518L (default=32) 0 = "Not applicable" 1 = "Unable to locate parent" ; VALUE TM8519L (default=32) 0 = "Not applicable" 1 = "Other parent unable to pay" ; VALUE TM8520L (default=32) 0 = "Not applicable" 1 = "Final agreement pending" ; VALUE TM8521L (default=32) 0 = "Not applicable" 1 = "Accepted property settlement in" ; VALUE TM8522L (default=32) 0 = "Not applicable" 1 = "Do not want a legal child suppor" ; VALUE TM8523L (default=32) 0 = "Not applicable" 1 = "Did not pursue award" ; VALUE TM8524L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE TM8525L (default=32) 0 = "Not applicable" 1 = "Same county/city" 2 = "Same state (different county/cit" 3 = "Different state" 4 = "Other parent now deceased - skip" 5 = "Other" 6 = "Unknown - skip to TM8528" ; VALUE TM8526L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8528" 2 = "No" ; VALUE TM8527L (default=32) 0 = "Not applicable" 1 = "Respondent" 2 = "Other parent" 3 = "Both respondent and other parent" ; VALUE TM8528L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8535" ; VALUE TM8529L (default=32) 0 = "Not applicable" ; VALUE TM8530L (default=32) 0 = "Not applicable" ; VALUE TM8531L (default=32) 0 = "Not applicable" ; VALUE TM8532L (default=32) 0 = "Not applicable" 99999 = "Dollars per year" 100000 = "100000+ dollars per year" ; VALUE TM8533L (default=32) 0 = "Not applicable" -1 = "Don't know" -3 = "None" ; VALUE TM8534L (default=32) -1 = "Don't know" -3 = "None" 0 = "Not applicable" 99999 = "Total amount... actually" 100000 = "100000+ total amount... actually" ; VALUE TM8535L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8552" ; VALUE TM8536L (default=32) -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8537L (default=32) 0 = "Not applicable" 1 = "Locate the other parent" ; VALUE TM8538L (default=32) 0 = "Not applicable" 1 = "Establish paternity/maternity" ; VALUE TM8539L (default=32) 0 = "Not applicable" 1 = "Establish support obligation" ; VALUE TM8540L (default=32) 0 = "Not applicable" 1 = "Establish medical support" ; VALUE TM8541L (default=32) 0 = "Not applicable" 1 = "Enforce support order" ; VALUE TM8542L (default=32) 0 = "Not applicable" 1 = "Modify an order" ; VALUE TM8543L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE TM8544L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8552" ; VALUE TM8545L (default=32) 0 = "Not applicable" 1 = "Locate the other parent" ; VALUE TM8546L (default=32) 1 = "Establish paternity/maternity" ; VALUE TM8547L (default=32) 0 = "Not applicable" 1 = "Establish support obligation" ; VALUE TM8548L (default=32) 0 = "Not applicable" 1 = "Establish medical support" ; VALUE TM8549L (default=32) 0 = "Not applicable" 1 = "Enforce support order" ; VALUE TM8550L (default=32) 0 = "Not applicable" 1 = "Modify an order" ; VALUE TM8551L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE TM8552L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8595" ; VALUE TM8553L (default=32) 0 = "Not applicable" 4 = "4+ Children" ; VALUE TM8554L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8555L (default=32) 0 = "Not applicable" ; VALUE TM8556L (default=32) 0 = "Not applicable" ; VALUE TM8557L (default=32) 0 = "Not applicable" 1 = "Legal paternity not established" ; VALUE TM8558L (default=32) 0 = "Not applicable" 1 = "Legal paternity not established" ; VALUE TM8559L (default=32) 0 = "Not applicable" 1 = "Unable to locate parent" ; VALUE TM8560L (default=32) 0 = "Not applicable" 1 = "Unable to locate parent" ; VALUE TM8561L (default=32) 0 = "Not applicable" 1 = "Other parent unable to pay" ; VALUE TM8562L (default=32) 0 = "Not applicable" 1 = "Other parent unable to pay" ; VALUE TM8563L (default=32) 0 = "Not applicable" 1 = "Final agreement pending" ; VALUE TM8564L (default=32) 0 = "Not applicable" 1 = "Final agreement pending" ; VALUE TM8565L (default=32) 0 = "Not applicable" 1 = "Accepted property" ; VALUE TM8566L (default=32) 0 = "Not applicable" 1 = "Accepted property" ; VALUE TM8567L (default=32) 0 = "Not applicable" 1 = "Do not want child support" ; VALUE TM8568L (default=32) 0 = "Not applicable" 1 = "Do not want child support" ; VALUE TM8569L (default=32) 0 = "Not applicable" 1 = "Did not pursue award" ; VALUE TM8570L (default=32) 0 = "Not applicable" 1 = "Unable to locate parent" ; VALUE TM8571L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE TM8572L (default=32) 0 = "Not applicable" 1 = "Father unable to pay" ; VALUE TM8573L (default=32) 0 = "Not applicable" 1 = "Same county/city" ; VALUE TM8575L (default=32) 0 = "Not applicable" 1 = "Same state(diferent county/city)" ; VALUE TM8576L (default=32) 0 = "Not applicable" 1 = "Same state (different" ; VALUE TM8577L (default=32) 0 = "Not applicable" 1 = "Different state" ; VALUE TM8578L (default=32) 0 = "Not applicable" 1 = "Different state" ; VALUE TM8579L (default=32) 0 = "Not applicable" 1 = "Other parent deceased" ; VALUE TM8580L (default=32) 0 = "Not applicable" 1 = "Other parent deceased" ; VALUE TM8581L (default=32) -1 = "Unknown" 0 = "Not applicable" 1 = "Other" ; VALUE TM8582L (default=32) -1 = "Unknown" 0 = "Not applicable" 1 = "Other" ; VALUE TM8583L (default=32) 0 = "Not applicable" ; VALUE TM8584L (default=32) 0 = "Not applicable" ; VALUE TM8585L (default=32) 0 = "Not applicable" ; VALUE TM8586L (default=32) 0 = "Not applicable" ; VALUE TM8587L (default=32) 0 = "Not applicable" ; VALUE TM8588L (default=32) 0 = "Not applicable" ; VALUE TM8589L (default=32) 0 = "Not applicable" -3 = "None" ; VALUE TM8590L (default=32) 0 = "Not applicable" -3 = "None" ; VALUE TM8591L (default=32) -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8592L (default=32) -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8593L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8595" ; VALUE TM8594L (default=32) -1 = "Don't know" 0 = "Not applicable" 99999 = "Dollar amount received" 100000 = "100000+ dollar amount received" ; VALUE TM8595L (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) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8748" -1 = "Don't know - skip to TM8748" ; VALUE TM8706L (default=32) 0 = "Not applicable" 4 = "4+ children" -1 = "Don't know" ; 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" 4 = "4+ children" ; 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" ; 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 TM8719L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8720L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8722L (default=32) -1 = "Don't know" 0 = "Not applicable" 10000 = "10000+ amount paid" ; VALUE TM8724L (default=32) -1 = "Don't know" 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 agen" 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) -3 = "None" 0 = "Not applicable" ; VALUE TM8738L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8742" ; VALUE TM8740L (default=32) -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8742L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8746" ; VALUE TM8744L (default=32) -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8746L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8800" ; VALUE TM8748L (default=32) -1 = "Don't know" 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" 7 = "Not related" ; 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 = "Don't know" 0 = "Not applicable" 12000 = "12000+ the amount ... paid for" ; VALUE TM8760L (default=32) -1 = "Don't know" 0 = "Not applicable" 12000 = "12000+ the amount ... paid for" ; VALUE TM8762L (default=32) 1 = "Yes" 2 = "No - skip to TM8800" ; VALUE TM8764L (default=32) -1 = "Don't know" 0 = "Not applicable" 12000 = "12000+ the amount ... paid" ; 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" 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 -" ; 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 TM8941L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM9022" ; 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" 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) -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 = "Don't know" 0 = "Not applicable" ; VALUE TM9120L (default=32) 0 = "Not applicable" -5 = "All nights" -3 = "None" -1 = "Don't know" ; VALUE TM9122L (default=32) 0 = "Not applicable" -5 = "All days" -3 = "None" -1 = "Don't know" ; VALUE TM9124L (default=32) -1 = "Don't know - skip to TM9128" -3 = "None - skip to TM9128" 0 = "Not applicable" ; VALUE TM9126L (default=32) -1 = "Don't know" -3 = "None" 0 = "Not applicable" ; VALUE TM9127L (default=32) -1 = " Don't know - skip to TM9120" -3 = " None - skip to TM9120" 0 = " Not applicable" ; VALUE TM9128L (default=32) -1 = " Don't know" -3 = " None" 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 TM9133L (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/1992/sipp92t6.zip "; data library.sip92t6; 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/1992/sipp92t6.dat' LRECL=20000 PAD END=EOF; *LENGTH SUSEQNUM $5 ID $9 ADDID $2 PP_MIS 4 ENTRY $2 FINALWGT 8 TM8004 8 TM8006 8 TM8048 4 TM8052 4 TM8056 4 TM8060 4 TM8324 4 TM8442 4 TM8443 4 TM8444 4 TM8445 4 TM8446 4 TM8449 4 TM8450 4 TM8451 4 TM8452 4 TM8453 4 TM8458 4 TM8460 4 TM8482 4 TM8483 4 TM8484 4 TM8485 4 TM8486 4 TM8489 4 TM8490 4 TM8491 4 TM8492 4 TM8493 4 TM8497 4 TM8498 4 TM8529 4 TM8530 4 TM8531 4 TM8532 4 TM8534 4 TM8536 4 TM8594 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 PP_MIS 5. @30 ENTRY $2. @32 PNUM $3. @38 FINALWGT 9.4 @47 RRP 1. @48 AGE 3. @51 SEX 1. @52 RACE 1. @53 MS 1. @54 PNSP 3. @57 PNPT 3. @60 HIGRADE 2. @62 GRD_CMPL 1. @63 ETHNICTY 2. @65 WAVE 1. @69 TM8000 1. @70 TM8002 1. @71 TM8004 3.1 @74 TM8006 3.1 @77 TM8008 1. @78 TM8010 1. @79 TM8012 1. @80 TM8014 1. @81 TM8016 1. @82 TM8018 1. @83 TM8020 1. @84 TM8022 1. @85 TM8024 1. @86 TM8026 1. @87 TM8028 1. @88 TM8030 1. @89 TM8032 1. @90 TM8034 1. @91 TM8036 1. @92 TM8038 1. @93 TM8040 1. @94 TM8042 1. @95 TM8044 2. @97 TM8046 2. @99 TM8048 4. @103 TM8050 1. @104 TM8052 4. @108 TM8054 1. @109 TM8056 4. @113 TM8058 1. @114 TM8060 4. @118 TM8062 1. @119 TM8064 1. @120 TM8066 1. @121 TM8068 1. @122 TM8070 1. @123 TM8072 1. @124 IMP8004 1. @125 IMP0840 1. @126 IMP1640 1. @127 IMP4858 1. @128 IMP4850 1. @129 IMP8050 1. @130 IMP5658 1. @131 IMP8064 1. @132 IMP8068 1. @133 IMP8006 1. @134 IMP1042 1. @135 IMP1842 1. @136 IMP5262 1. @137 IMP5254 1. @138 IMP8054 1. @139 IMP6062 1. @140 IMP8066 1. @141 IMP8070 1. @145 TM8100 1. @146 TM8101 1. @147 TM8102 1. @148 TM8103 1. @149 TM8104 2. @151 TM8105 1. @152 TM8106 1. @153 TM8107 2. @155 TM8108 1. @156 TM8109 2. @158 TM8114 3. @161 TM8116 3. @164 TM8118 3. @167 TM8120 2. @169 TM8122 2. @171 TM8124 2. @173 TM8126 1. @174 TM8128 1. @175 TM8130 1. @176 TM8132 1. @177 TM8134 1. @178 TM8136 1. @179 TM8138 1. @180 TM8140 1. @181 TM8142 1. @182 TM8144 1. @183 TM8146 1. @184 TM8148 1. @185 TM8150 1. @186 TM8152 3. @189 TM8154 3. @192 TM8156 3. @195 TM8158 2. @197 TM8160 2. @199 TM8162 2. @201 TM8164 1. @202 TM8166 1. @203 TM8168 1. @204 TM8170 2. @206 TM8172 2. @208 TM8174 2. @210 TM8176 1. @211 TM8178 1. @212 TM8180 1. @213 TM8182 1. @214 TM8184 1. @215 TM8186 1. @216 TM8188 1. @217 TM8190 1. @218 TM8192 1. @219 TM8194 1. @220 TM8196 1. @221 TM8198 1. @222 TM8200 1. @223 TM8202 3. @226 TM8204 3. @229 TM8206 3. @232 TM8208 2. @234 TM8210 2. @236 TM8212 2. @238 TM8214 1. @239 TM8216 1. @240 TM8218 1. @241 TM8220 1. @242 TM8222 1. @243 TM8224 1. @244 TM8226 1. @245 TM8228 1. @246 TM8230 1. @247 TM8232 2. @249 TM8234 2. @251 TM8236 2. @253 TM8238 1. @254 TM8240 1. @255 TM8242 1. @256 TM8244 1. @257 TM8246 1. @258 TM8248 1. @259 TM8250 1. @260 TM8252 1. @261 TM8254 1. @262 TM8256 1. @263 TM8258 1. @264 TM8260 1. @265 TM8262 1. @266 TM8264 1. @267 TM8266 1. @268 TM8268 1. @269 TM8270 1. @270 TM8272 1. @271 TM8274 1. @272 TM8276 1. @273 TM8278 1. @274 TM8280 1. @275 TM8282 1. @276 TM8284 1. @277 TM8286 1. @278 TM8288 1. @279 TM8290 1. @280 TM8292 1. @281 TM8294 1. @282 TM8296 1. @283 TM8298 1. @284 TM8300 1. @285 TM8302 1. @286 TM8304 1. @287 TM8306 1. @288 TM8308 1. @289 TM8310 1. @290 TM8312 1. @291 TM8314 1. @292 TM8316 1. @293 TM8318 1. @294 TM8320 1. @295 TM8322 1. @296 TM8324 6. @302 TM8326 1. @303 TM8328 2. @305 IMP8102 1. @306 IMP8103 1. @307 IMP8104 1. @308 IMP8107 1. @309 IMP8109 1. @310 IMP8120 1. @311 IMP8122 1. @312 IMP8124 1. @313 IMP8126 1. @314 IMP8128 1. @315 IMP8130 1. @316 IMP8170 1. @317 IMP8172 1. @318 IMP8174 1. @319 IMP8176 1. @320 IMP8178 1. @321 IMP8180 1. @322 IMP8138 1. @323 IMP8140 1. @324 IMP8142 1. @325 IMP8146 1. @326 IMP8152 1. @327 IMP8148 1. @328 IMP8154 1. @329 IMP8150 1. @330 IMP8156 1. @331 IMP8158A 1. @332 IMP8160A 1. @333 IMP8162A 1. @334 IMP8158B 1. @335 IMP8160B 1. @336 IMP8162B 1. @337 IMP8188 1. @338 IMP8190 1. @339 IMP8192 1. @340 IMP8196 1. @341 IMP8202 1. @342 IMP8198 1. @343 IMP8204 1. @344 IMP8200 1. @345 IMP8206 1. @346 IMP8208A 1. @347 IMP8210A 1. @348 IMP8212A 1. @349 IMP8208B 1. @350 IMP8210B 1. @351 IMP8212B 1. @352 IMP8220 1. @353 IMP8222 1. @354 IMP8224 1. @355 IMP8226 1. @356 IMP8228 1. @357 IMP8230 1. @358 IMP8232 1. @359 IMP8234 1. @360 IMP8236 1. @361 IMP8324 1. @362 IMP8326 1. @363 IMP8328 1. @365 TM8400 1. @366 TM8401 1. @367 TM8402 2. @369 TM8403 3. @372 TM8404 1. @373 TM8405 1. @374 TM8406 1. @375 TM8407 3. @378 TM8408 1. @379 TM8409 1. @380 TM8410 1. @381 TM8411 3. @384 TM8412 1. @385 TM8413 1. @386 TM8414 1. @387 TM8415 3. @390 TM8416 1. @391 TM8417 1. @392 TM8418 1. @393 TM8419 3. @396 TM8420 1. @397 TM8421 1. @398 TM8422 1. @399 TM8423 3. @402 TM8424 1. @403 TM8425 1. @404 TM8426 1. @405 TM8427 3. @408 TM8428 1. @409 TM8429 1. @410 TM8430 1. @411 TM8431 3. @414 TM8432 1. @415 TM8433 1. @416 TM8434 1. @417 TM8435 1. @418 TM8436 2. @420 TM8437 1. @421 TM8438 1. @422 TM8439 2. @424 TM8440 1. @425 TM8441 1. @426 TM8442 4. @430 TM8443 6. @436 TM8444 6. @442 TM8445 6. @448 TM8446 6. @454 TM8447 2. @456 TM8448 1. @457 TM8449 4. @461 TM8450 6. @467 TM8451 6. @473 TM8452 6. @479 TM8453 6. @485 TM8454 2. @487 TM8455 1. @488 TM8456 1. @489 TM8457 1. @490 TM8458 6. @496 TM8459 2. @498 TM8460 6. @504 TM8461 1. @505 TM8462 2. @507 TM8463 2. @509 TM8464 1. @510 TM8465 1. @511 TM8466 1. @512 TM8467 1. @513 TM8468 1. @514 TM8469 1. @515 TM8470 1. @516 TM8471 1. @517 TM8472 1. @518 TM8473 1. @519 TM8474 3. @522 TM8475 2. @524 TM8476 2. @526 TM8477 2. @528 TM8478 2. @530 TM8479 1. @531 TM8480 1. @532 TM8481 1. @533 TM8482 4. @537 TM8483 6. @543 TM8484 6. @549 TM8485 6. @555 TM8486 6. @561 TM8487 2. @563 TM8488 1. @564 TM8489 4. @568 TM8490 6. @574 TM8491 6. @580 TM8492 6. @586 TM8493 6. @592 TM8494 2. @594 TM8495 1. @595 TM8496 1. @596 TM8497 6. @602 TM8498 6. @608 TM8499 1. @609 TM8500 2. @611 TM8501 2. @613 TM8502 1. @614 TM8503 1. @615 TM8504 1. @616 TM8505 1. @617 TM8506 1. @618 TM8507 1. @619 TM8508 1. @620 TM8509 1. @621 TM8510 1. @622 TM8511 1. @623 TM8512 3. @626 TM8513 2. @628 TM8514 2. @630 TM8515 2. @632 TM8516 2. @634 TM8517 1. @635 TM8518 1. @636 TM8519 1. @637 TM8520 1. @638 TM8521 1. @639 TM8522 1. @640 TM8523 1. @641 TM8524 1. @642 TM8525 1. @643 TM8526 1. @644 TM8527 1. @645 TM8528 1. @646 TM8529 6. @652 TM8530 6. @658 TM8531 6. @664 TM8532 6. @670 TM8533 2. @672 TM8534 6. @678 TM8535 1. @679 TM8536 4. @683 TM8537 1. @684 TM8538 1. @685 TM8539 1. @686 TM8540 1. @687 TM8541 1. @688 TM8542 1. @689 TM8543 1. @690 TM8544 1. @691 TM8545 1. @692 TM8546 1. @693 TM8547 1. @694 TM8548 1. @695 TM8549 1. @696 TM8550 1. @697 TM8551 1. @698 TM8552 1. @699 TM8553 2. @701 TM8554 1. @702 TM8555 3. @705 TM8556 3. @708 TM8557 1. @709 TM8558 1. @710 TM8559 1. @711 TM8560 1. @712 TM8561 1. @713 TM8562 1. @714 TM8563 1. @715 TM8564 1. @716 TM8565 1. @717 TM8566 1. @718 TM8567 1. @719 TM8568 1. @720 TM8569 1. @721 TM8570 1. @722 TM8571 1. @723 TM8572 1. @724 TM8573 1. @725 TM8574 1. @726 TM8575 1. @727 TM8576 1. @728 TM8577 1. @729 TM8578 1. @730 TM8579 1. @731 TM8580 1. @732 TM8581 2. @734 TM8582 2. @736 TM8583 3. @739 TM8584 3. @742 TM8585 2. @744 TM8586 2. @746 TM8587 2. @748 TM8588 2. @750 TM8589 2. @752 TM8590 2. @754 TM8591 2. @756 TM8592 2. @758 TM8593 1. @759 TM8594 6. @765 TM8595 1. @766 IM8401 1. @768 IM8403 1. @772 IM8439 1. @773 IM8441 1. @774 IM8442 1. @775 IM8443 1. @776 IM8448 1. @777 IM8449 1. @778 IM8450 1. @779 IM8455 1. @780 IM8456 1. @781 IM8457 1. @782 IM8458 1. @783 IM8459 1. @784 IM8460 1. @785 IM8461 1. @786 IM8462 1. @787 IM8463 1. @788 IM8464 1. @789 IM8470 1. @790 IM8471 1. @791 IM8473 1. @792 IM8474 1. @793 IM8479 1. @794 IM8480 1. @795 IM8481 1. @796 IM8482 1. @797 IM8483 1. @798 IM8488 1. @799 IM8489 1. @801 IM8493 1. @802 IM8495 1. @803 IM8496 1. @804 IM8497 1. @805 IM8498 1. @806 IM8499 1. @807 IM8500 1. @808 IM8501 1. @809 IM8502 1. @810 IM8508 1. @811 IM8509 1. @812 IM8511 1. @813 IM8512 1. @814 IM8517 1. @815 IM8525 1. @816 IM8526 1. @817 IM8527 1. @818 IM8529 1. @819 IM8534 1. @820 IM8535 1. @821 IM8536 1. @822 IM8537 1. @823 IM8544 1. @824 IM8545 1. @825 IM8554 1. @826 IM8557 1. @827 IM8558 1. @828 IM8573 1. @829 IM8574 1. @830 IM8583 1. @831 IM8584 1. @832 IM8593 1. @833 IM8594 1. @834 IM8595 1. @837 TM8700 1. @838 TM8702 1. @839 TM8704 2. @841 TM8706 2. @843 TM8708 1. @844 TM8710 2. @846 TM8712 1. @847 TM8714 4. @851 TM8716 2. @853 TM8718 4. @857 TM8719 1. @858 TM8720 1. @859 TM8722 6. @865 TM8724 2. @867 TM8726 1. @868 TM8728 1. @869 TM8730 1. @870 TM8732 1. @871 TM8734 1. @872 TM8736 2. @874 TM8738 1. @875 TM8740 6. @881 TM8742 1. @882 TM8744 6. @888 TM8746 1. @889 TM8748 2. @891 TM8750 1. @892 TM8752 1. @893 TM8754 1. @894 TM8756 1. @895 TM8758 6. @901 TM8760 6. @907 TM8762 1. @908 TM8764 6. @914 IMP8700 1. @915 IMP8702 1. @916 IMP8704 1. @917 IMP8706 1. @918 IMP8708 1. @919 IMP8710 1. @920 IMP8712 1. @921 IMP8714 1. @922 IMP8716 1. @923 IMP8718 1. @924 IMP8720 1. @925 IMP8722 1. @926 IMP8724 1. @927 IMP26_36 1. @928 IMP8738 1. @929 IMP8740 1. @930 IMP8742 1. @931 IMP8744 1. @932 IMP8746 1. @933 IMP8748 1. @934 IMP8750 1. @935 IMP8752 1. @936 IMP8754 1. @937 IMP8756 1. @938 IMP8758 1. @939 IMP8760 1. @940 IMP8764 1. @941 TM8800 1. @942 TM8802 1. @943 TM8804 1. @944 TM8806 1. @945 TM8808 1. @946 TM8810 1. @947 TM8812 1. @948 TM8814 1. @949 TM8816 1. @950 TM8818 1. @951 TM8820 1. @952 TM8822 1. @953 TM8824 1. @954 TM8826 1. @955 TM8828 1. @956 TM8830 1. @957 TM8832 1. @958 TM8834 1. @959 TM8836 1. @960 TM8838 1. @961 TM8839 1. @962 TM8840 1. @963 TM8841 1. @964 TM8842 1. @965 TM8843 1. @966 TM8844 1. @967 TM8845 1. @968 TM8846 1. @969 TM8847 1. @970 TM8848 1. @971 TM8849 1. @972 TM8850 1. @973 TM8851 1. @974 TM8852 1. @975 TM8853 1. @976 TM8854 1. @977 TM8855 1. @978 TM8856 1. @979 TM8857 1. @980 TM8858 1. @981 TM8859 1. @982 TM8860 1. @983 TM8876 1. @984 TM8878 1. @985 TM8880 1. @986 TM8882 1. @987 TM8883 3. @990 TM8884 3. @993 TM8885 1. @994 TM8886 1. @995 TM8887 1. @996 TM8888 2. @998 TM8889 6. @1004 TM8890 1. @1005 TM8892 2. @1007 TM8894 2. @1009 TM8896 2. @1011 TM8898 1. @1012 TM8900 2. @1014 TM8902 1. @1015 TM8904 1. @1016 TM8906 1. @1017 TM8908 1. @1018 TM8910 1. @1019 TM8912 1. @1020 TM8914 1. @1021 TM8916 1. @1022 TM8918 1. @1023 TM8920 1. @1024 TM8922 1. @1025 TM8924 1. @1026 TM8926 1. @1027 TM8928 1. @1028 TM8930 1. @1029 TM8932 2. @1031 TM8934 2. @1033 TM8936 2. @1035 TM8938 1. @1036 TM8940 2. @1038 TM8941 1. @1039 TM8942 1. @1040 TM8944 1. @1041 TM8946 3. @1044 TM8948 3. @1047 TM8950 3. @1050 TM8952 1. @1051 TM8954 3. @1054 TM8956 3. @1057 TM8958 3. @1060 TM8960 1. @1061 TM8962 1. @1062 TM8964 3. @1065 TM8966 3. @1068 TM8968 3. @1071 TM8970 1. @1072 TM8972 3. @1075 TM8974 3. @1078 TM8976 3. @1081 TM8978 1. @1082 TM8980 3. @1085 TM8982 3. @1088 TM8984 3. @1091 TM8986 1. @1092 TM8988 1. @1093 TM8990 3. @1096 TM8992 3. @1099 TM8994 3. @1102 TM8996 1. @1103 TM8998 3. @1106 TM9000 2. @1108 TM9002 2. @1110 TM9004 2. @1112 TM9006 3. @1115 TM9008 2. @1117 TM9010 2. @1119 TM9012 2. @1121 TM9014 3. @1124 TM9016 2. @1126 TM9018 2. @1128 TM9020 2. @1130 TM9022 1. @1131 TM9024 1. @1132 TM9026 4. @1136 IM8800 1. @1137 IM8802 1. @1138 IM8804 1. @1139 IM8808 1. @1140 IM8810 1. @1141 IM8812 1. @1142 IM8814 1. @1143 IM8816 1. @1144 IM8818 1. @1145 IM8820 1. @1146 IM8822 1. @1147 IM8824 1. @1148 IM8826 1. @1149 IM8828 1. @1150 IM8830 1. @1151 IM8832 1. @1152 IM8834 1. @1153 IM8836 1. @1154 IM8838 1. @1155 IM8839 1. @1156 IM8840 1. @1157 IM8841 1. @1158 IM8842 1. @1159 IM8843 1. @1160 IM8844 1. @1161 IM8845 1. @1162 IM8846 1. @1163 IM8847 1. @1164 IM8848 1. @1165 IM8849 1. @1166 IM8850 1. @1167 IM8851 1. @1168 IM8852 1. @1169 IM8853 1. @1170 IM8854 1. @1171 IM8855 1. @1172 IM8856 1. @1173 IM8857 1. @1174 IM8858 1. @1175 IM8859 1. @1176 IM8876 1. @1177 IM8878 1. @1178 IM8887 1. @1179 IM8888 1. @1180 IM8889 1. @1181 IM8892 1. @1182 IM8894 1. @1183 IM8896 1. @1184 IM8902 1. @1185 IM8904 1. @1186 IM8906 1. @1187 IM8908 1. @1188 IM8910 1. @1189 IM8918 1. @1190 IM8924 1. @1191 IM8926 1. @1192 IM8928 1. @1193 IM8932 1. @1194 IM8934 1. @1195 IM8936 1. @1196 IM9000 1. @1197 IM9002 1. @1198 IM9004 1. @1199 IM9008 1. @1200 IM9010 1. @1201 IM9012 1. @1202 IM9016 1. @1203 IM9018 1. @1204 IM9020 1. @1205 IM9022 1. @1206 IM9024 1. @1207 IM9026 1. @1209 TM9100 1. @1210 TM9102 2. @1212 TM9104 1. @1213 TM9106 1. @1214 TM9108 1. @1215 TM9110 1. @1216 TM9112 1. @1217 TM9114 1. @1218 TM9116 1. @1219 TM9118 3. @1222 TM9120 3. @1225 TM9122 3. @1228 TM9124 2. @1230 TM9126 2. @1232 TM9127 2. @1234 TM9128 2. @1236 TM9129 1. @1237 TM9130 2. @1239 TM9132 1. @1240 TM9133 1. @1241 TM9134 1. @1242 TM9136 1. @1243 TM9138 1. @1244 IM9102 1. @1245 IM9104 1. @1246 IM9114 1. @1247 IM9116 1. @1248 IM9118 1. @1249 IM9120 1. @1250 IM9122 1. @1251 IM9124 1. @1252 IM9126 1. @1253 IM9127 1. @1254 IM9128 1. @1255 IM9129 1. @1256 IM9130 1. @1257 IM9136 1. @1258 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" PP_MIS = "Monthly person's interview status" ENTRY = "Edited entry address ID" PNUM = "Edited person number" FINALWGT = "'STAGE1WT' second stage factor." RRP = "Edited relationship to reference perso" AGE = "Edited and imputed age as of last" SEX = "Sex of this person" RACE = "Race of this person" MS = "Marital status" PNSP = "Person number of spouse" PNPT = "Person number of parent" HIGRADE = "What is the highest grade or year of" GRD_CMPL = "Did he/she complete that grade" ETHNICTY = "Ethnic origin" WAVE = "Wave number within Panel" TM8000 = "Check Item T1" TM8002 = "How may employers did ... work for dur" 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" IMP8004 = "Imputation of 'TM8004'" IMP0840 = "Imputation of 'TM8008' and imputation" IMP1640 = "Imputation of 'TM8016' through 'TM8040" IMP4858 = "Imputation of 'TM8048, TM8050, TM8056," IMP4850 = "Imputation of 'TM8048' and 'TM8050'" IMP8050 = "Imputation of 'TM8050'" IMP5658 = "Imputation of 'TM8056' and 'TM8058'" IMP8064 = "Imputation of 'TM8064'" IMP8068 = "Imputation of 'TM8068'" IMP8006 = "Imputation of 'TM8006'" IMP1042 = "Imputation of 'TM8010' and imputation" IMP1842 = "Imputation of 'TM8018' through 'TM8042" IMP5262 = "Imputation of 'TM8052, TM8054, TM8060," IMP5254 = "Imputation of 'TM8052' and 'TM8054'" IMP8054 = "Imputation of 'TM8054'" IMP6062 = "Imputation of 'TM8060' and 'TM8062'" IMP8066 = "Imputation of 'TM8066'" IMP8070 = "Imputation of 'TM8070'" TM8100 = "Check Item T2" TM8101 = "Check item T3" TM8102 = "We have recorded that you have childre" TM8103 = "Was that organized preschool or nurser" TM8104 = "How many of your children participated" TM8105 = "Check item T3" TM8106 = "Check Item T4" TM8107 = "About how many hours per week did" TM8108 = "Check Item T5" TM8109 = "About how many hours did per week" 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" IMP8102 = "Imputation of 'TM8102'" IMP8103 = "Imputation of 'TM8103'" IMP8104 = "Imputation of 'TM8104'" IMP8107 = "Imputation of 'TM8170'" IMP8109 = "Imputation of 'TM8109'" IMP8120 = "Imputation of 'TM8120'" IMP8122 = "Imputation of 'TM8122'" IMP8124 = "Imputation of 'TM8124'" IMP8126 = "Imputation of 'TM8126'" IMP8128 = "Imputation of 'TM8128'" IMP8130 = "Imputation of 'TM8130'" IMP8170 = "Imputation of 'TM8170'" IMP8172 = "Imputation of 'TM8172'" IMP8174 = "Imputation of 'TM8174'" IMP8176 = "Imputation of 'TM8176'" IMP8178 = "Imputation of 'TM8178'" IMP8180 = "Imputation of 'TM8180'" IMP8138 = "Imputation of 'TM8138'" IMP8140 = "Imputation of 'TM8140'" IMP8142 = "Imputation of 'TM8142'" IMP8146 = "Imputation of 'TM8146'" IMP8152 = "Imputation of 'TM8152'" IMP8148 = "Imputation of 'TM8148'" IMP8154 = "Imputation of 'TM8154'" IMP8150 = "Imputation of 'TM8150'" 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'" IMP8188 = "Imputation of 'TM8188'" IMP8190 = "Imputation of 'TM8190'" IMP8192 = "Imputation of 'TM8192'" IMP8196 = "Imputation of 'TM8196'" IMP8202 = "Imputation of 'TM8202'" IMP8198 = "Imputation of 'TM8198'" IMP8204 = "Imputation of 'TM8204'" IMP8200 = "Imputation of 'TM8200'" 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" TM8401 = "Does ... have any children of...'s own" TM8402 = "How many of ...'s own children living" TM8403 = "Person number" TM8404 = "Children with no support agreement" TM8405 = "Children covered, most recent agreemen" TM8406 = "Children covered, all other agreements" TM8407 = "Person number" TM8408 = "Children with no support agreement" TM8409 = "Children covered, most recent agreemen" TM8410 = "Children covered, all other agreements" TM8411 = "Person number" TM8412 = "Children with no support agreement" TM8413 = "Children covered, most recent agreemen" TM8414 = "Children covered, all other agreements" TM8415 = "Person number" TM8416 = "Children with no support agreement" TM8417 = "Children covered, most recent" TM8418 = "Children covered, all other agreements" TM8435 = "Have child support payments ever been" TM8436 = "For how many children?" TM8437 = "Is 'one' entered" TM8438 = "Are...'s children that we have just li" TM8439 = "How many different child support" TM8440 = "Do any of the chidren listed in column" TM8441 = "The following questions refer to the" TM8442 = "In what year was this agreement first" TM8443 = "What was the dollar amount of that" TM8444 = "What was the dollar amount of that" TM8445 = "What was the dollar amount of that" TM8446 = "What was the dollar amount of that" TM8447 = "What was the dollar amount of that" TM8448 = "Has that dollar amount ever been" TM8449 = "In what year was the amount last" TM8450 = "What was the dollar amount of that" TM8451 = "What was the dollar amount of that" TM8452 = "What was the dollar amount of that" TM8453 = "What was the dollar amount of that" TM8454 = "What was the dollar amount of that" TM8455 = "Was this change made or agreed to by" TM8456 = "Were any payments due in the last 12" TM8457 = "Why were no payments due in the last" TM8458 = "What is the total amount that...Was" TM8459 = "How are the payments supposed to be" TM8460 = "What is the total amountthat...Actual" TM8461 = "How regularly are child support paymen" TM8462 = "Under the terms of the agreement with " TM8463 = "Would you say the amount due ... is -" TM8464 = "What kinds of provisions for health ca" TM8465 = "What kinds of provisions for health ca" TM8466 = "What kinds of provisions for health ca" TM8467 = "What kinds of provisions for health ca" TM8468 = "What kinds of provisions for health ca" TM8470 = "What child custody arrangement does th" TM8471 = "Does the child support agreement speci" TM8472 = "Is more than one child" TM8473 = "Did all the children visit the other" TM8474 = "What is the total amount of time (the" TM8475 = "What is the total amount of time (the" TM8476 = "What is the total amount of time (the" TM8477 = "What is the total amount of time (the" TM8478 = "What is the total amount of time (the" TM8479 = "Where does the other parent (for this" TM8480 = "Do you and the other parent still live" TM8481 = "Who moved?" TM8482 = "Now I would like to ask a few question" TM8483 = "What was the dollar amount of that" TM8484 = "What was the dollar amount of that" TM8485 = "What was the dollar amount of that" TM8486 = "What was the dollar amount of that" TM8487 = "What was the dollar amount of that" TM8488 = "Has the dollar amount ever been change" TM8489 = "In what year was the amount last chang" TM8490 = "What was the dollar amount for the" TM8491 = "What was the dollar amount for the" TM8492 = "What was the dollar amount for the" TM8493 = "What was the dollar amount for the" TM8494 = "What was the dollar amount for the" TM8495 = "Were any payments to be received in th" TM8496 = "Why were no payments due in the last 1" TM8497 = "What is the total amount that... was" TM8498 = "What is the total amount that..." TM8499 = "How regularly are child support paymen" TM8500 = "Under the terms of the (agreement/" TM8501 = "Would you say the amount due... is" TM8502 = "What kinds of provisions for health" TM8503 = "What kinds of provisions for health" TM8504 = "What kinds of provisions for health" TM8505 = "What kinds of provisions for health" TM8506 = "What kinds of provisions for health" TM8507 = "What kinds of provisions for health" TM8508 = "What child custody arrangements does t" TM8509 = "Does the child support (agreement/" TM8510 = "(Refer to the roster, column 1H/1J)" TM8511 = "Did all the children visit the other" TM8512 = "What is the total amount of time (the" TM8513 = "What is the total amount of time (the" TM8514 = "What is the total amount of time (the" TM8515 = "What is the total amount of time (the" TM8516 = "What is the total amount of time (the" TM8517 = "Why was this (agreement/understanding)" TM8518 = "Why was this (agreement/understanding)" TM8519 = "Why was this (agreement/understanding)" TM8520 = "Why was this (agreement/understanding)" TM8521 = "Why was this (agreement/understanding)" TM8522 = "Why was this (agreement/understanding)" TM8523 = "Why was this (agreement/understanding)" TM8524 = "Why was this (agreement/understanding)" TM8525 = "Where does the other parent (for this" TM8526 = "Do you and the other parent still live" TM8527 = "Who moved?" TM8528 = "(Refer to the roster, column 1i)" TM8529 = "What was the total amount that...Was" TM8530 = "What was the total amount that...Was" TM8531 = "What was the total amount that...Was" TM8532 = "What was the total amount that...Was" TM8533 = "What was the total amount that...Was" TM8534 = "What is the total amount that...Actual" TM8535 = "For any of ...'s children, has ... eve" TM8536 = "In what year did...last ask for help?" TM8537 = "What type of help did ...Ask for?" TM8538 = "What type of help did ...Ask for?" TM8539 = "What type of help did ...Ask for?" TM8540 = "What type of help did ...Ask for?" TM8541 = "What type of help did ...Ask for?" TM8542 = "What kind of help did ... receive (las" TM8543 = "What kind of help did ... receive (las" TM8544 = "Did...receive any help from the agency" TM8545 = "What kind of help did ... receive" TM8546 = "What type of help did ...Ask for?" TM8547 = "What type of help did ...Ask for?" TM8548 = "What kind of help did ... receive (las" TM8549 = "What kind of help did ... receive (las" TM8550 = "What kind of help did ... receive (las" TM8551 = "What kind of help did ... receive (las" TM8552 = "(Refer to the roster columns 1C" TM8553 = "How many of your own children, living" TM8554 = "Do all of ...'s children without a chi" TM8555 = "6C - Youngest child" TM8556 = "6C - Oldest child" TM8557 = "6C - Youngest child" TM8558 = "6C - Oldest child" TM8559 = "6C - Youngest child" TM8560 = "6C - Oldest child" TM8561 = "6C - Youngest child" TM8562 = "6C - Oldest child" TM8563 = "6C - Youngest child" TM8564 = "6C - Oldest child" TM8565 = "6C - Youngest child" TM8566 = "6C - Oldest child" TM8567 = "6C - Youngest child" TM8568 = "6C - Oldest child" TM8569 = "6C - Youngest child" TM8570 = "6C- Oldest child" TM8571 = "6C - Youngest child" TM8572 = "Youngest child" TM8573 = "6D - Oldest Child" TM8574 = "6D - Oldest child" TM8575 = "6D Youngest child" TM8576 = "6D Youngest child" TM8577 = "6D Youngest child" TM8578 = "6D - Oldest child" TM8579 = "6D Youngest child" TM8580 = "6D - Oldest child" TM8581 = "6D Youngest child" TM8582 = "6D - Oldest child" TM8583 = "6E - Youngest child" TM8584 = "6E - Oldest child" TM8585 = "6E - Youngest child" TM8586 = "6E - Oldest child" TM8587 = "6E - Youngest child" TM8588 = "6E - Oldest child" TM8589 = "6E - Youngest child" TM8590 = "6E - Oldest child" TM8591 = "6E - Youngest child" TM8592 = "6E - Oldest child" TM8593 = "Were any payments received from the ot" TM8594 = "What is the total amount that...receiv" TM8595 = "Were any non-cash items or services fo" IM8401 = "Imputation of 'TM8401'" IM8403 = "Imputation of 'TM8404-TM8434'" IM8439 = "Imputation of 'TM8439'" IM8441 = "Imputation of 'TM8441'" IM8442 = "Imputation of 'TM8442'" IM8443 = "Imputation of 'TM8443-TM8446'" IM8448 = "Imputation of 'TM8448'" IM8449 = "Imputation of 'TM8449'" IM8450 = "Imputation of 'TM8450-TM8453'" IM8455 = "Imputation of 'TM8455'" IM8456 = "Imputation of 'TM8456'" IM8457 = "Imputation of 'TM8457'" IM8458 = "Imputation of 'TM8452'" IM8459 = "Imputation of 'TM8459'" IM8460 = "Imputation of 'TM8460'" IM8461 = "Imputation of 'TM8461'" IM8462 = "Imputation of 'TM8462'" IM8463 = "Imputation of 'TM8463'" IM8464 = "Imputation of 'TM8464-TM8468'" IM8470 = "Imputation of 'TM8470'" IM8471 = "Imputation of 'TM8471'" IM8473 = "Imputation of 'TM8473'" IM8474 = "Imputation of 'TM8474-TM8477'" IM8479 = "Imputation of 'TM8479'" IM8480 = "Imputation of 'TM8480'" IM8481 = "Imputation of 'TM8481'" IM8482 = "Imputation of 'TM8482'" IM8483 = "Imputation of 'TM8483-TM8486'" IM8488 = "Imputation of 'TM8488'" IM8489 = "Imputation of 'TM8489'" IM8493 = "Imputation of 'TM8490-TM8493'" IM8495 = "Imputation of 'TM8495'" IM8496 = "Imputation of 'TM8496'" IM8497 = "Imputation of 'TM8497'" IM8498 = "Imputation of 'TM8498'" IM8499 = "Imputation of 'TM8499'" IM8500 = "Imputation of 'TM8500'" IM8501 = "Imputation of 'TM8501'" IM8502 = "Imputation of 'TM8502-TM8507'" IM8508 = "Imputation of 'TM8508'" IM8509 = "Imputation of 'TM8509'" IM8511 = "Imputation of 'TM8511'" IM8512 = "Imputation of 'TM8512-TM8515'" IM8517 = "Imputation of 'TM8517-TM8524'" IM8525 = "Imputation of 'TM8525'" IM8526 = "Imputation of 'TM8526'" IM8527 = "Imputation of 'TM8527'" IM8529 = "Imputation of 'TM8529-TM8533'" IM8534 = "Imputation of 'TM8534'" IM8535 = "Imputation of 'TM8535'" IM8536 = "Imputation of 'TM8536'" IM8537 = "Imputation of 'TM8537-TM8543'" IM8544 = "Imputation of 'TM8544'" IM8545 = "Imputation of 'TM8545-TM8551'" IM8554 = "Imputation of 'TM8554'" IM8557 = "Imputation of 'TM8557-TM8571 by 2'" IM8558 = "Imputation of 'TM8558-TM8572 by 2'" IM8573 = "Imputation of 'TM8573-TM8581 by 2'" IM8574 = "Imputation of 'TM8574-TM8582 by 2'" IM8583 = "Imputation of 'TM8583-TM8589 by 2'" IM8584 = "Imputation of 'TM8584-TM8590 by 2'" IM8593 = "Imputation of 'TM8593'" IM8594 = "Imputation of 'TM8594'" IM8595 = "Imputation of 'TM8595'" TM8700 = "During the past 12 months, did ..." TM8702 = "Did ... make regular payments, lump-su" TM8704 = "Were any of these payments for" TM8706 = "For how many children did ... make" TM8708 = "Were any of these payments the" TM8710 = "How many children are covered by that" TM8712 = "Was this agreegment a voluntary writte" TM8714 = "In what year was this agreement" TM8716 = "Has the dollar amount originally" TM8718 = "In what year was the amount" TM8719 = "Was this change made or agreed to by" TM8720 = "Is ... still supposed to pay" TM8722 = "How much did ... pay in child" 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" 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" 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 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 = "Check Item T17" TM8941 = "Is ...The designated parent or guardia" 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 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'" 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" TM9133 = "Check Item T22" 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'" IM9104 = "Imputation of 'TM9104'" 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.sip92t6 (obs=6); FORMAT STATE STATE. ITEM36B ITEM36B. INTVW INTVW. PP_MIS PP_MIS. 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. TM8101 TM8101L. TM8102 TM8102L. TM8103 TM8103L. TM8104 TM8104L. TM8105 TM8105L. TM8106 TM8106L. TM8107 TM8107L. TM8108 TM8108L. TM8109 TM8109L. 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. TM8401 TM8401L. TM8402 TM8402L. TM8403 TM8403L. TM8404 TM8404L. TM8405 TM8405L. TM8406 TM8406L. TM8407 TM8407L. TM8408 TM8408L. TM8409 TM8409L. TM8410 TM8410L. TM8411 TM8411L. TM8412 TM8412L. TM8413 TM8413L. TM8414 TM8414L. TM8415 TM8415L. TM8416 TM8416L. TM8417 TM8417L. TM8418 TM8418L. TM8435 TM8435L. TM8436 TM8436L. TM8437 TM8437L. TM8438 TM8438L. TM8439 TM8439L. TM8440 TM8440L. TM8441 TM8441L. TM8442 TM8442L. TM8443 TM8443L. TM8444 TM8444L. TM8445 TM8445L. TM8446 TM8446L. TM8447 TM8447L. TM8448 TM8448L. TM8449 TM8449L. TM8450 TM8450L. TM8451 TM8451L. TM8452 TM8452L. TM8453 TM8453L. TM8454 TM8454L. TM8455 TM8455L. TM8456 TM8456L. TM8457 TM8457L. TM8458 TM8458L. TM8459 TM8459L. TM8460 TM8460L. TM8461 TM8461L. TM8462 TM8462L. TM8463 TM8463L. TM8464 TM8464L. TM8465 TM8465L. TM8466 TM8466L. TM8467 TM8467L. TM8468 TM8468L. TM8469 TM8469L. TM8470 TM8470L. TM8471 TM8471L. TM8472 TM8472L. TM8473 TM8473L. TM8474 TM8474L. TM8475 TM8475L. TM8476 TM8476L. TM8477 TM8477L. TM8478 TM8478L. TM8479 TM8479L. TM8480 TM8480L. TM8481 TM8481L. TM8482 TM8482L. TM8483 TM8483L. TM8484 TM8484L. TM8485 TM8485L. TM8486 TM8486L. TM8487 TM8487L. TM8488 TM8488L. TM8489 TM8489L. TM8490 TM8490L. TM8491 TM8491L. TM8492 TM8492L. TM8493 TM8493L. TM8494 TM8494L. TM8495 TM8495L. TM8496 TM8496L. TM8497 TM8497L. TM8498 TM8498L. TM8499 TM8499L. TM8500 TM8500L. TM8501 TM8501L. TM8502 TM8502L. TM8503 TM8503L. TM8504 TM8504L. TM8505 TM8505L. TM8506 TM8506L. TM8507 TM8507L. TM8508 TM8508L. TM8509 TM8509L. TM8510 TM8510L. TM8511 TM8511L. TM8512 TM8512L. TM8513 TM8513L. TM8514 TM8514L. TM8516 TM8516L. TM8517 TM8517L. TM8518 TM8518L. TM8519 TM8519L. TM8520 TM8520L. TM8521 TM8521L. TM8522 TM8522L. TM8523 TM8523L. TM8524 TM8524L. TM8525 TM8525L. TM8526 TM8526L. TM8527 TM8527L. TM8528 TM8528L. TM8529 TM8529L. TM8530 TM8530L. TM8531 TM8531L. TM8532 TM8532L. TM8533 TM8533L. TM8534 TM8534L. TM8535 TM8535L. TM8536 TM8536L. TM8537 TM8537L. TM8538 TM8538L. TM8539 TM8539L. TM8540 TM8540L. TM8541 TM8541L. TM8542 TM8542L. TM8543 TM8543L. TM8544 TM8544L. TM8545 TM8545L. TM8546 TM8546L. TM8547 TM8547L. TM8548 TM8548L. TM8549 TM8549L. TM8550 TM8550L. TM8551 TM8551L. TM8552 TM8552L. TM8553 TM8553L. TM8554 TM8554L. TM8555 TM8555L. TM8556 TM8556L. TM8557 TM8557L. TM8558 TM8558L. TM8559 TM8559L. TM8560 TM8560L. TM8561 TM8561L. TM8562 TM8562L. TM8563 TM8563L. TM8564 TM8564L. TM8565 TM8565L. TM8566 TM8566L. TM8567 TM8567L. TM8568 TM8568L. TM8569 TM8569L. TM8570 TM8570L. TM8571 TM8571L. TM8572 TM8572L. TM8573 TM8573L. TM8575 TM8575L. TM8576 TM8576L. TM8577 TM8577L. TM8578 TM8578L. TM8579 TM8579L. TM8580 TM8580L. TM8581 TM8581L. TM8582 TM8582L. TM8583 TM8583L. TM8584 TM8584L. TM8585 TM8585L. TM8586 TM8586L. TM8587 TM8587L. TM8588 TM8588L. TM8589 TM8589L. TM8590 TM8590L. TM8591 TM8591L. TM8592 TM8592L. TM8593 TM8593L. TM8594 TM8594L. TM8595 TM8595L. TM8700 TM8700L. TM8702 TM8702L. TM8704 TM8704L. TM8706 TM8706L. TM8708 TM8708L. TM8710 TM8710L. TM8712 TM8712L. TM8714 TM8714L. TM8716 TM8716L. TM8718 TM8718L. TM8719 TM8719L. 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. TM8941 TM8941L. 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. TM9133 TM9133L. TM9134 TM9134L. TM9136 TM9136L. TM9138 TM9138L. ; proc contents data=library.sip92t6; /* 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. */