/*------------------------------------------------------------------------------------*/ /*by Jean Roth Thu Mar 18 11:55:28 EST 2004 This program reads the 1993 SIPP Wave 9 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.fsp93t9; /* The PROC FORMAT statement will store the formats in a sas data set called fsip93t9 To use the stored formats in a subsequent program, include something like this: proc format cntlin=library.fsp93t9; 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, moved" 24 = "Moved, address unknown" 25 = "Moved within country beyond" 26 = "All sample persons relisted on" 28 = "Merged HHlds across panels" ; VALUE INTVW (default=32) 0 = "Not applicable (children" 1 = "Interview (self)" 2 = "Interview (proxy)" 3 = "Noninterview - Type Z refusal" 4 = "Noninterview - Type Z other" ; VALUE PP_MIS1L (default=32) 1 = "Interview" 2 = "Non-interview" ; VALUE PP_MIS2L (default=32) 1 = "Interview" 2 = "Non-interview" ; VALUE PP_MIS3L (default=32) 1 = "Interview" 2 = "Non-interview" ; VALUE PP_MIS4L (default=32) 1 = "Interview" 2 = "Non-interview" ; VALUE PP_MIS5L (default=32) 1 = "Interview" 2 = "Non-interview" ; VALUE RRP (default=32) 0 = "Not a sample person in this" 1 = "Household reference person," 2 = "Household reference person" 3 = "Spouse of household reference" 4 = "Child of household reference" 5 = "Other relative of household" 6 = "Non-relative of household" 7 = "Non-relative of household" ; VALUE AGE (default=32) 0 = "Less than 1 full year" 1 = "1 year etc." ; VALUE SEX (default=32) 1 = "Male" 2 = "Female" ; VALUE RACE (default=32) 1 = "White" 2 = "Black" 3 = "American Indian, Eskimo or" 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, did" ; 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 TM9200L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to TM9202" 2 = "No" ; VALUE TM9201L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to Check Item C1" 2 = "No" ; VALUE TM9202L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM9204L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM9210L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM9216L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM9222L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM9228L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM9234L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM9240L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM9206L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM9212L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM9218L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM9224L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM9230L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM9236L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM9242L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM9208L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM9214L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM9220L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM9226L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM9232L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM9238L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM9244L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM9246L (default=32) 0 = "Not applicable" 1 = "All of the help I/we need" 2 = "Most of the help I/we need" 3 = "Very little of the help I/we" 4 = "No help" -1 = "Don't know" -3 = "Not applicable" ; VALUE TM9248L (default=32) 0 = "Not applicable" 1 = "All of the help I/we need" 2 = "Most of the help I/we need" 3 = "Very little help I/we need" 4 = "No help" -1 = "Don't know" -3 = "Not applicable" ; VALUE TM9250L (default=32) 0 = "Not applicable" 1 = "All of the help I/we need" 2 = "Most of the help I/we need" 3 = "Very little help I/we need" 4 = "No help" -1 = "Don't know" -3 = "Not applicable" ; VALUE TM9252L (default=32) 0 = "Not applicable" 1 = "Enough food to eat" 2 = "Sometimes not enough to eat -" 3 = "Often not enough to eat - Skip" ; VALUE TM9254L (default=32) 0 = "Not applicable" 1 = "Enough and the kind - Skip to" ; VALUE TM9256L (default=32) 0 = "Not applicable" 2 = "Enough but not always the kind -" ; VALUE TM9258L (default=32) 0 = "Not applicable" 1 = "Last month" ; VALUE TM9260L (default=32) 0 = "Not applicable" 1 = "Two months ago" ; VALUE TM9262L (default=32) 0 = "Not applicable" 1 = "Three months ago" ; VALUE TM9264L (default=32) 0 = "Not applicable" 1 = "Four months ago" ; VALUE TM9266L (default=32) 0 = "Not applicable" 1 = "Not enough money for food" ; VALUE TM9268L (default=32) 0 = "Not applicable" 1 = "Too hard to get to the store" ; VALUE TM9270L (default=32) 0 = "Not applicable" 1 = "No working stove" ; VALUE TM9272L (default=32) 0 = "Not applicable" 1 = "No working refrigerator" ; VALUE TM9274L (default=32) 0 = "Not applicable" 1 = "Not able to cook or eat because" ; VALUE TM9276L (default=32) 0 = "Not applicable" -3 = "None - Skip to TM9280" ; VALUE TM9278L (default=32) 0 = "Not applicable" 999999 = "Amount short on food budget" ; VALUE TM9280L (default=32) 0 = "Not applicable" 1 = "Delighted" 2 = "Pleased" 3 = "Mostly satisfied" 4 = "Mixed (about equally satisfied" 5 = "Mostly dissatified" 6 = "Unhappy" 7 = "Terrible" ; VALUE TM9282L (default=32) 0 = "Not applicable" 1 = "Check digit is an even number -" 2 = "Check digit is an odd number -" ; VALUE TM9284L (default=32) 0 = "Not applicable" 999999 = "Yearly - Skip to Check Item C1" -1 = "Dk" ; VALUE TM9286L (default=32) 0 = "Not applicable" 999999 = "Per week - Skip to Check Item C1" ; VALUE TM9288L (default=32) 0 = "Not applicable" 999999 = "Biweekly - Skip to Check Item C1" ; VALUE TM9290L (default=32) 0 = "Not applicable" 999999 = "Per month - Skip to" ; VALUE TM9292L (default=32) 0 = "Not applicable" 999999 = "Yearly - Skip to Check Item C1" -1 = "Dk" ; VALUE TM9294L (default=32) 0 = "Not applicable" 999999 = "Per week - Skip to Check Item C1" ; VALUE TM9296L (default=32) 0 = "Not applicable" 999999 = "Biweekly - Skip to Check Item C1" ; VALUE TM9298L (default=32) 0 = "Not applicable" 999999 = "Per month - Skip to" ; VALUE TM6000L (default=32) 0 = "Not applicable" 1 = "Yes - enter employer ID below" 2 = "No - Skip to TM6136" ; VALUE TM6002L (default=32) 0 = "Not applicable" ; VALUE TM6004L (default=32) 0 = "Not applicable" ; VALUE TM6006L (default=32) 0 = "Not applicable" 1 = "Under 10" 2 = "10 to 24" 3 = "25 to 99" 4 = "100 or more" ; VALUE TM6008L (default=32) 0 = "Not applicable" 1 = "Under 10" 2 = "10 to 24" 3 = "25 to 99" 4 = "100 or more" ; VALUE TM6010L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM6020" ; VALUE TM6012L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM6020" ; VALUE TM6014L (default=32) 0 = "Not applicable" 1 = "Under 10" 2 = "10 to 24" 3 = "25 to 99" 4 = "100 or more" ; VALUE TM6016L (default=32) 0 = "Not applicable" 1 = "Under 10" 2 = "10 to 24" 3 = "25 to 99" 4 = "100 or more" ; VALUE TM6018L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to TM6026" 2 = "No" ; VALUE TM6020L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to TM6028" 2 = "No" ; VALUE TM6022L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM6110" ; VALUE TM6024L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM6112" ; VALUE TM6026L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to TM6062" 2 = "No" ; VALUE TM6028L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to TM6064" 2 = "No" ; VALUE TM6030L (default=32) 0 = "Not applicable" 1 = "Chose not to belong" ; VALUE TM6032L (default=32) 0 = "Not applicable" 1 = "Chose not to belong" ; VALUE TM6034L (default=32) 0 = "Not applicable" 1 = "No one in...'s type of job" ; VALUE TM6036L (default=32) 0 = "Not applicable" 1 = "No one in...'s type of job" ; VALUE TM6038L (default=32) 0 = "Not applicable" 1 = "... does not work enough hours," ; VALUE TM6040L (default=32) 0 = "Not applicable" 1 = "... does not work enough hours," ; VALUE TM6042L (default=32) 0 = "Not applicable" 1 = "... Started this job too close" ; VALUE TM6044L (default=32) 0 = "Not applicable" 1 = "... Started this job too close" ; VALUE TM6046L (default=32) 0 = "Not applicable" 1 = "... is too young" ; VALUE TM6048L (default=32) 0 = "Not applicable" 1 = "... is too young" ; VALUE TM6050L (default=32) 0 = "Not applicable" 1 = "... Has not worked for this" ; VALUE TM6052L (default=32) 0 = "Not applicable" 1 = "... Has not worked for this" ; VALUE TM6054L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE TM6056L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE TM6058L (default=32) 0 = "Not applicable" ; VALUE TM6060L (default=32) 0 = "Not applicable" ; VALUE TM6062L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM6064L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM6066L (default=32) 0 = "Not applicable" 1 = "Based on years of service and" 2 = "Based on the amount contributed" 3 = "Other" ; VALUE TM6068L (default=32) 0 = "Not applicable" 1 = "Based on years of service and" 2 = "Based on the amount contributed" 3 = "Other" ; VALUE TM6070L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM6072L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM6074L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM6094" ; VALUE TM6076L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM6096" ; VALUE TM6078L (default=32) 0 = "Not applicable" 999999 = "Amount" ; VALUE TM6080L (default=32) 0 = "Not applicable" 999999 = "Amount" ; VALUE TM6082L (default=32) 0 = "Not applicable" 1 = "Week" 2 = "Biweekly" 3 = "Month" 4 = "Quarter" 5 = "Year" ; VALUE TM6084L (default=32) 0 = "Not applicable" 1 = "Week" 2 = "Biweekly" 3 = "Month" 4 = "Quarter" 5 = "Year" ; VALUE TM6086L (default=32) 0 = "Not applicable" ; VALUE TM6088L (default=32) 0 = "Not applicable" ; VALUE TM6090L (default=32) 0 = "Not applicable" ; VALUE TM6092L (default=32) 0 = "Not applicable" ; VALUE TM6094L (default=32) 0 = "Not applicable" 1 = "Less than a year" ; VALUE TM6096L (default=32) 0 = "Not applicable" 1 = "Less than a year" ; VALUE TM6098L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to TM6106" 2 = "No" ; VALUE TM6100L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to TM6108" 2 = "No" ; VALUE TM6102L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM6104L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM6106L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM6108L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM6110L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM6134" ; VALUE TM6112L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM6134" ; VALUE TM6114L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM6134" ; VALUE TM6116L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM6134" ; VALUE TM6118L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM6120L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM6122L (default=32) 0 = "Not applicable" 90000 = "Amount" ; VALUE TM6124L (default=32) 0 = "Not applicable" 90000 = "Amount" ; VALUE TM6126L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM6134" ; VALUE TM6128L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM6134" ; VALUE TM6130L (default=32) 0 = "Not applicable" 1 = "Same plan" 2 = "Different plan" ; VALUE TM6132L (default=32) 0 = "Not applicable" 1 = "Same plan" 2 = "Different plan" ; VALUE TM6134L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM6008 for next" 2 = "No - go to TM6136" ; VALUE TM6136L (default=32) 0 = "Not applicable" 1 = "Yes - enter business ID number" 2 = "No - Skip to TM6146" ; VALUE TM6138L (default=32) 0 = "Not applicable" ; VALUE TM6140L (default=32) 0 = "Not applicable" ; VALUE TM6142L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM6144L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM6146L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM6164" ; VALUE TM6148L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM6164" ; VALUE TM6150L (default=32) 0 = "Not applicable" 1 = "A private employer?" ; VALUE TM6152L (default=32) 0 = "Not applicable" 1 = "Military?" ; VALUE TM6154L (default=32) 0 = "Not applicable" 1 = "Federal government (civilian)?" ; VALUE TM6156L (default=32) 0 = "Not applicable" 1 = "State or local government?" ; VALUE TM6158L (default=32) 0 = "Not applicable" 1 = "A union?" ; VALUE TM6160L (default=32) 0 = "Not applicable" 1 = "Other?" ; VALUE TM6162L (default=32) 0 = "Not applicable" ; VALUE TM6164L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM8000" ; VALUE TM6166L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM8000" ; VALUE TM6168L (default=32) 0 = "Not applicable" ; VALUE TM6170L (default=32) 0 = "Not applicable" ; VALUE TM6172L (default=32) 0 = "Not applicable" 66000 = "Amount" ; VALUE TM6174L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to TM8000" 2 = "No" ; VALUE TM6176L (default=32) 0 = "Not applicable" 1 = "Purchased a home or paid off a" ; VALUE TM6178L (default=32) 0 = "Not applicable" 1 = "Used it for children's education" ; VALUE TM6180L (default=32) 0 = "Not applicable" 1 = "Used it for a period of" ; VALUE TM6182L (default=32) 0 = "Not applicable" 1 = "Paid off loans, bills, or spent" ; VALUE TM6184L (default=32) 0 = "Not applicable" 1 = "Put it in a savings account" ; VALUE TM6186L (default=32) 0 = "Not applicable" 1 = "Invested it in some other" ; VALUE TM6188L (default=32) 0 = "Not applicable" 1 = "Used it to start or purchase a" ; VALUE TM6190L (default=32) 0 = "Not applicable" 1 = "Bought a car, boat, or other" ; VALUE TM6192L (default=32) 0 = "Not applicable" 1 = "Paid medical or dental expenses" ; VALUE TM6194L (default=32) 0 = "Not applicable" 1 = "Used it for general everyday" ; VALUE TM6196L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE IMP6006L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6008L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6010L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6012L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6014L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6016L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6018L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6020L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6022L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6024L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6026L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6028L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP30_5Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP32_5Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6062L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6064L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6066L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6068L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6070L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6072L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6074L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6076L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6078L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6086L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6088L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6094L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6096L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6098L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6100L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6102L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6104L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6106L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6108L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6110L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6112L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6114L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6116L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6118L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6120L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6122L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6124L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6126L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6128L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6130L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6132L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6142L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6144L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6148L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP50_6Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6162L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6166L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6168L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6170L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6172L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6174L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP76_9Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP6178L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE CAL6094L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE CAL6096L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE CAL6138L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE CAL6140L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE CAL6162L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM8000L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9330" ; VALUE TM8001L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9330" ; 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 (first" ; VALUE TM8014L (default=32) 0 = "Not applicable" 1 = "Monday through Friday (second" ; VALUE TM8016L (default=32) 0 = "Not applicable" 1 = "Sunday (first employer)" ; VALUE TM8018L (default=32) 0 = "Not applicable" 1 = "Sunday (second employer)" ; VALUE TM8020L (default=32) 0 = "Not applicable" 1 = "Monday (first employer)" ; VALUE TM8022L (default=32) 0 = "Not applicable" 1 = "Monday (second employer)" ; VALUE TM8024L (default=32) 0 = "Not applicable" 1 = "Tuesday (first employer)" ; VALUE TM8026L (default=32) 0 = "Not applicable" 1 = "Tuesday (second employer)" ; VALUE TM8028L (default=32) 0 = "Not applicable" 1 = "Wednesday (first employer)" ; VALUE TM8030L (default=32) 0 = "Not applicable" 1 = "Wednesday (second employer)" ; VALUE TM8032L (default=32) 0 = "Not applicable" 1 = "Thursday (first employer)" ; VALUE TM8034L (default=32) 0 = "Not applicable" 1 = "Thursday (second employer)" ; VALUE TM8036L (default=32) 0 = "Not applicable" 1 = "Friday (first employer)" ; VALUE TM8038L (default=32) 0 = "Not applicable" 1 = "Friday (second employer)" ; VALUE TM8040L (default=32) 0 = "Not applicable" 1 = "Saturday (first employer)" ; VALUE TM8042L (default=32) 0 = "Not applicable" 1 = "Saturday (second employer)" ; VALUE TM8044L (default=32) 0 = "Not applicable" -5 = "All seven days (first employer)" ; VALUE TM8046L (default=32) 0 = "Not applicable" -5 = "All seven days (second employer)" ; VALUE TM8048L (default=32) 0 = "Not applicable" ; VALUE TM8050L (default=32) 0 = "Not applicable" 1 = "A.M." 2 = "P.M." ; VALUE TM8052L (default=32) 0 = "Not applicable" ; VALUE TM8054L (default=32) 0 = "Not applicable" 1 = "A.M." 2 = "P.M." ; VALUE TM8056L (default=32) 0 = "Not applicable" ; VALUE TM8058L (default=32) 0 = "Not applicable" 1 = "A.M." 2 = "P.M." ; VALUE TM8060L (default=32) 0 = "Not applicable" ; VALUE TM8062L (default=32) 0 = "Not applicable" 1 = "A.M." 2 = "P.M." ; VALUE TM8066L (default=32) 0 = "Not applicable" -5 = "Did not work at home (first" ; VALUE TM8067L (default=32) 0 = "Not applicable" -5 = "Did not work at home (second" ; VALUE TM8068L (default=32) 0 = "Not applicable" 1 = "Monday through Friday (first" ; VALUE TM8069L (default=32) 0 = "Not applicable" 1 = "Monday through Friday (second" ; VALUE TM8070L (default=32) 0 = "Not applicable" 1 = "Sunday (first Employer)" ; VALUE TM8071L (default=32) 0 = "Not applicable" 1 = "Sunday (second employer)" ; VALUE TM8072L (default=32) 0 = "Not applicable" 1 = "Monday (first employer)" ; VALUE TM8073L (default=32) 0 = "Not applicable" 1 = "Monday (second employer)" ; VALUE TM8074L (default=32) 0 = "Not applicable" 1 = "Tuesday (first employer)" ; VALUE TM8075L (default=32) 0 = "Not applicable" 1 = "Tuesday (second employer)" ; VALUE TM8076L (default=32) 0 = "Not applicable" 1 = "Wednesday (first employer)" ; VALUE TM8077L (default=32) 0 = "Not applicable" 1 = "Wednesday (second employer)" ; VALUE TM8078L (default=32) 0 = "Not applicable" 1 = "Thursday (first employer)" ; VALUE TM8079L (default=32) 0 = "Not applicable" 1 = "Thursday (second employer)" ; VALUE TM8080L (default=32) 0 = "Not applicable" 1 = "Friday (first employer)" ; VALUE TM8081L (default=32) 0 = "Not applicable" 1 = "Friday (second employer)" ; VALUE TM8082L (default=32) 0 = "Not applicable" 1 = "Saturday (first employer)" ; VALUE TM8083L (default=32) 0 = "Not applicable" 1 = "Saturday (second employer)" ; VALUE TM8084L (default=32) 0 = "Not applicable" -5 = "All seven days (first employer)" ; VALUE TM8085L (default=32) 0 = "Not applicable" -5 = "All seven days (second employer)" ; VALUE TM8086L (default=32) 0 = "Not applicable" 1 = "Regular daytime schedule" 2 = "Regular evening shift" 3 = "Regular night shift" 4 = "Rotating shift (one that changes" 5 = "Split shift (one consisting of" 6 = "Irregular schedule (one that" 7 = "Other" ; VALUE TM8087L (default=32) 0 = "Not applicable" 1 = "Regular daytime schedule" 2 = "Regular evening shift" 3 = "Regular night shift" 4 = "Rotating shift (one that changes" 5 = "Split shift (one consisting of" 6 = "Irregular schedule (one that" 7 = "Other" ; VALUE TM8088L (default=32) 0 = "Not applicable" 1 = "Better child care arrangements" 2 = "Better pay" 3 = "Better arrangements for care of" 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 TM8089L (default=32) 0 = "Not applicable" 1 = "Better child care arrangements" 2 = "Better pay" 3 = "Better arrangements for care of" 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 TM8090L (default=32) 0 = "Not applicable" 1 = "Yes - ask items TM8006 though" 2 = "No - go to Check Item" ; VALUE IMP8001L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8004L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8006L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8050L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8054L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8086L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8087L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8088L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP8089L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP08_4Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP10_4Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP16_4Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP18_4Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP48_5Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP48_5K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP52_5Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP52_6Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP56_5Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP60_6Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP66_8Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP67_8Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM9330L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip TM7000" ; VALUE TM9332L (default=32) 0 = "Not applicable" ; VALUE TM9334L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to Check Item TM9338" ; VALUE TM9336L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to Check Item TM9342" 2 = "No" ; VALUE TM9338L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to Check Item TM9344" ; VALUE TM9340L (default=32) 0 = "Not applicable" -1 = "Hours varied" -2 = "Don't know" -3 = "Not enrolled last month" ; VALUE TM9342L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to TM9348" 2 = "No" ; VALUE TM9344L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to Statement G" ; VALUE TM9346L (default=32) 0 = "Not applicable" -1 = "Hours varied - Skip to" -2 = "Don't know" -3 = "Did not look for a job last" ; VALUE TM9348L (default=32) 0 = "Not applicable" ; VALUE TM9350L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to next child TM9546" ; VALUE TM9352L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9354 and TM9356" 2 = "No" ; VALUE TM9354L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM9356L (default=32) 0 = "Not applicable" ; VALUE TM9358L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9360 and TM9362" 2 = "No" ; VALUE TM9360L (default=32) 0 = "Not applicable" 1 = "In ...'s home" 2 = "At work/at school" 3 = "Some place else" ; VALUE TM9362L (default=32) 0 = "Not applicable" ; VALUE TM9364L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9366 and TM9368" 2 = "No" ; VALUE TM9366L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM9368L (default=32) 0 = "Not applicable" ; VALUE TM9370L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9372 and TM9374" 2 = "No" ; VALUE TM9372L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM9374L (default=32) 0 = "Not applicable" ; VALUE TM9376L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9378 and TM9380" 2 = "No" ; VALUE TM9378L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Grandparent's home" 3 = "Other place" ; VALUE TM9380L (default=32) 0 = "Not applicable" ; VALUE TM9382L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9384 and TM9386" 2 = "No" ; VALUE TM9384L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other relative's home" 3 = "Other place" ; VALUE TM9386L (default=32) 0 = "Not applicable" ; VALUE TM9388L (default=32) 0 = "Not applicable" 1 = "Yes - ask - TM9390" 2 = "No" ; VALUE TM9390L (default=32) 0 = "Not applicable" ; VALUE TM9392L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9394 and TM9396" 2 = "No" ; VALUE TM9394L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM9396L (default=32) 0 = "Not applicable" ; VALUE TM9398L (default=32) 0 = "Not applicable" 1 = "Yes, less than 6 years old" 2 = "No, 6 years old or older" ; VALUE TM9400L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9402 and TM9404" 2 = "No" ; VALUE TM9402L (default=32) 0 = "Not applicable" 1 = "At work (school)" 2 = "Someplace else (includes ..." ; VALUE TM9404L (default=32) 0 = "Not applicable" ; VALUE TM9406L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9408 and TM9410" 2 = "No" ; VALUE TM9408L (default=32) 0 = "Not applicable" 1 = "At work (school)" 2 = "Someplace else (includes ..." ; VALUE TM9410L (default=32) 0 = "Not applicable" ; VALUE TM9412L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9414" 2 = "No" ; VALUE TM9414L (default=32) 0 = "Not applicable" ; VALUE TM9416L (default=32) 0 = "Not applicable" 1 = "Less than 4 years old - Skip to" 2 = "4 to 5 years old - Skip to" 3 = "6 or more years old" ; VALUE TM9418L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9420 and TM9422" 2 = "No" ; VALUE TM9420L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9422L (default=32) 0 = "Not applicable" ; VALUE TM9424L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9426 and TM9428" 2 = "No" ; VALUE TM9426L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9428L (default=32) 0 = "Not applicable" ; VALUE TM9430L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9432 and TM9434" 2 = "No" ; VALUE TM9432L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9434L (default=32) 0 = "Not applicable" ; VALUE TM9436L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9438 and TM9440" 2 = "No" ; VALUE TM9438L (default=32) 0 = "Not applicable" 1 = "At work" 2 = "At school" 3 = "Someplace else" ; VALUE TM9440L (default=32) 0 = "Not applicable" ; VALUE TM9442L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9446" ; VALUE TM9444L (default=32) 0 = "Not applicable" ; VALUE TM9446L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9450" ; VALUE TM9448L (default=32) 0 = "Not applicable" ; VALUE TM9450L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9454" ; VALUE TM9452L (default=32) 0 = "Not applicable" -4 = "Less than an hour" ; VALUE TM9454L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9458" ; VALUE TM9456L (default=32) 0 = "Not applicable" -4 = "Less than 1 hour" ; VALUE TM9458L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9462" ; VALUE TM9460L (default=32) 0 = "Not applicable" ; VALUE TM9462L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to Statement F" ; VALUE TM9464L (default=32) 0 = "Not applicable" 1 = "Yes, respondent lost time" 2 = "Yes, spouse lost time" 3 = "Both respondent an spouse lost" 4 = "No" -1 = "Don't know" ; VALUE TM9465L (default=32) 0 = "Not applicable" ; VALUE TM9466L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9546" ; VALUE TM9468L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9470 and TM9472" 2 = "No" ; VALUE TM9470L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Grandparent's home" 3 = "Other place" ; VALUE TM9472L (default=32) 0 = "Not applicable" ; VALUE TM9474L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9476 and TM9478" 2 = "No" ; VALUE TM9476L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other relative's home" 3 = "Someplace else" ; VALUE TM9478L (default=32) 0 = "Not applicable" ; VALUE TM9480L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9482" 2 = "No" ; VALUE TM9482L (default=32) 0 = "Not applicable" ; VALUE TM9484L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9486 and TM9488" 2 = "No" ; VALUE TM9486L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM9488L (default=32) 0 = "Not applicable" ; VALUE TM9490L (default=32) 0 = "Not applicable" 1 = "Yes, less than 6 years old" 2 = "No, 6 years old or older - Skip" ; VALUE TM9492L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9494" 2 = "No" ; VALUE TM9494L (default=32) 0 = "Not applicable" ; VALUE TM9496L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9498" 2 = "No" ; VALUE TM9498L (default=32) 0 = "Not applicable" ; VALUE TM9500L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9502" 2 = "No" ; VALUE TM9502L (default=32) 0 = "Not applicable" ; VALUE TM9504L (default=32) 0 = "Not applicable" 1 = "Less than 4 years old - Skip to" 2 = "4 to 5 years old - Skip to" 3 = "6 or more years old" ; VALUE TM9506L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9508 and 9510" 2 = "No" ; VALUE TM9508L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9510L (default=32) 0 = "Not applicable" ; VALUE TM9512L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9514 and 9516" 2 = "No" ; VALUE TM9514L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9516L (default=32) 0 = "Not applicable" ; VALUE TM9518L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9520 and 9522" 2 = "No" ; VALUE TM9520L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9522L (default=32) 0 = "Not applicable" ; VALUE TM9524L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9526 and 9528" 2 = "No" ; VALUE TM9526L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9528L (default=32) 0 = "Not applicable" ; VALUE TM9530L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to TM9544" 2 = "No" ; VALUE TM9532L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9536" ; VALUE TM9534L (default=32) 0 = "Not applicable" ; VALUE TM9536L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9540" ; VALUE TM9538L (default=32) 0 = "Not applicable" -4 = "Less than 1 hour" ; VALUE TM9540L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9544" ; VALUE TM9542L (default=32) 0 = "Not applicable" ; VALUE TM9544L (default=32) 0 = "Not applicable" -1 = "None" ; VALUE TM9546L (default=32) 0 = "Not applicable" 1 = "Yes - go to TM9548 for second" 2 = "No - go to TM7000" ; VALUE TM9548L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to Statement J" 2 = "No" ; VALUE TM9550L (default=32) 0 = "Not applicable" ; VALUE TM9552L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to next child TM9748" ; VALUE TM9554L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9556 and TM9598" 2 = "No" ; VALUE TM9556L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM9558L (default=32) 0 = "Not applicable" ; VALUE TM9560L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9562 and TM9564" 2 = "No" ; VALUE TM9562L (default=32) 0 = "Not applicable" 1 = "In ...'s home" 2 = "At work/at school" 3 = "Someplace else" ; VALUE TM9564L (default=32) 0 = "Not applicable" ; VALUE TM9566L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9568 and TM9570" 2 = "No" ; VALUE TM9568L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM9570L (default=32) 0 = "Not applicable" ; VALUE TM9572L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9574 and TM9576" 2 = "No" ; VALUE TM9574L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM9576L (default=32) 0 = "Not applicable" ; VALUE TM9578L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9580 and TM9582" 2 = "No" ; VALUE TM9580L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Grandparent's home" 3 = "Other place" ; VALUE TM9582L (default=32) 0 = "Not applicable" ; VALUE TM9584L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9586 and TM9588" 2 = "No" ; VALUE TM9586L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other relative's home" 3 = "Other place" ; VALUE TM9588L (default=32) 0 = "Not applicable" ; VALUE TM9590L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9592" 2 = "No" ; VALUE TM9592L (default=32) 0 = "Not applicable" ; VALUE TM9594L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9596 and TM9598" 2 = "No" ; VALUE TM9596L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM9598L (default=32) 0 = "Not applicable" ; VALUE TM9600L (default=32) 0 = "Not applicable" 1 = "Yes, less than 6 years old" 2 = "No, 6 years old or older - Skip" ; VALUE TM9602L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9604 and TM9606" 2 = "No" ; VALUE TM9604L (default=32) 0 = "Not applicable" 1 = "At work (school)" 2 = "Someplace else (includes ..." ; VALUE TM9606L (default=32) 0 = "Not applicable" ; VALUE TM9608L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9610 and TM9612" 2 = "No" ; VALUE TM9610L (default=32) 0 = "Not applicable" 1 = "At work (school)" 2 = "Someplace else (includes ..." ; VALUE TM9612L (default=32) 0 = "Not applicable" ; VALUE TM9614L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9616" 2 = "No" ; VALUE TM9616L (default=32) 0 = "Not applicable" ; VALUE TM9618L (default=32) 0 = "Not applicable" 1 = "Less than 4 years old - Skip to" 2 = "4 to 5 years old - Skip to" 3 = "6 or more years old" ; VALUE TM9620L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9622 and TM9624" 2 = "No" ; VALUE TM9622L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9624L (default=32) 0 = "Not applicable" ; VALUE TM9626L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9628 and TM9630" 2 = "No" ; VALUE TM9628L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9630L (default=32) 0 = "Not applicable" ; VALUE TM9632L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9634 and TM9636" 2 = "No" ; VALUE TM9634L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9636L (default=32) 0 = "Not applicable" ; VALUE TM9638L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9640 and TM9642" 2 = "No" ; VALUE TM9640L (default=32) 0 = "Not applicable" 1 = "At work" 2 = "At school" 3 = "Someplace else" ; VALUE TM9642L (default=32) 0 = "Not applicable" ; VALUE TM9644L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9648" ; VALUE TM9646L (default=32) 0 = "Not applicable" ; VALUE TM9648L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9652" ; VALUE TM9650L (default=32) 0 = "Not applicable" ; VALUE TM9652L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9656" ; VALUE TM9654L (default=32) 0 = "Not applicable" ; VALUE TM9656L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9660" ; VALUE TM9658L (default=32) 0 = "Not applicable" -4 = "Less than 1 hour" ; VALUE TM9660L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9664" ; VALUE TM9662L (default=32) 0 = "Not applicable" ; VALUE TM9664L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to Statement I" ; VALUE TM9666L (default=32) 0 = "Not applicable" 1 = "Yes, respondent lost time" 2 = "Yes, spouse lost time" 3 = "Both respondent and spouse lost" 4 = "No" ; VALUE TM9667L (default=32) 0 = "Not applicable" ; VALUE TM9668L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to next child TM9748" ; VALUE TM9670L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9672 and TM9674" 2 = "No" ; VALUE TM9672L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Grandparent's home" 3 = "Other place" ; VALUE TM9674L (default=32) 0 = "Not applicable" ; VALUE TM9676L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9678 and TM9680" 2 = "No" ; VALUE TM9678L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other relative's home" 3 = "Someplace else" ; VALUE TM9680L (default=32) 0 = "Not applicable" ; VALUE TM9682L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9684" 2 = "No" ; VALUE TM9684L (default=32) 0 = "Not applicable" ; VALUE TM9686L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9688 and TM9690" 2 = "No" ; VALUE TM9688L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM9692L (default=32) 0 = "Not applicable" 1 = "Yes, less than 6 years old" 2 = "No, 6 years old or older - Skip" ; VALUE TM9694L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9696" 2 = "No" ; VALUE TM9696L (default=32) 0 = "Not applicable" ; VALUE TM9698L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9700" 2 = "No" ; VALUE TM9700L (default=32) 0 = "Not applicable" ; VALUE TM9702L (default=32) 0 = "Not applicable" 1 = "Yes - ask - TM9704" 2 = "No" ; VALUE TM9704L (default=32) 0 = "Not applicable" ; VALUE TM9706L (default=32) 0 = "Not applicable" 1 = "Less than 4 years old - Skip to" 2 = "4 to 5 years old - Skip to" 3 = "6 or more years old" ; VALUE TM9708L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9710 and 9712" 2 = "No" ; VALUE TM9710L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9712L (default=32) 0 = "Not applicable" ; VALUE TM9714L (default=32) 0 = "Not applicable" 1 = "Yes - ask 9716 and 9718" 2 = "No" ; VALUE TM9716L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9718L (default=32) 0 = "Not applicable" ; VALUE TM9720L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9722 and 9724" 2 = "No" ; VALUE TM9722L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9724L (default=32) 0 = "Not applicable" ; VALUE TM9726L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9728 and 9730" 2 = "No" ; VALUE TM9728L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9730L (default=32) 0 = "Not applicable" ; VALUE TM9732L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to TM9746" 2 = "No" ; VALUE TM9734L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9738" ; VALUE TM9736L (default=32) 0 = "Not applicable" ; VALUE TM9738L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9742" ; VALUE TM9740L (default=32) 0 = "Not applicable" -4 = "Less than 1 hour" ; VALUE TM9742L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9746" ; VALUE TM9744L (default=32) 0 = "Not applicable" ; VALUE TM9746L (default=32) 0 = "Not applicable" -1 = "None Check" ; VALUE TM9748L (default=32) 0 = "Not applicable" 1 = "Yes - go to third child TM9751" 2 = "No - go to TM7000" ; VALUE TM9750L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to Statement M" 2 = "No" ; VALUE TM9751L (default=32) 0 = "Not applicable" ; VALUE TM9752L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "NO - SKIP TO NEXT CHILD TM9851" ; VALUE TM9753L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9754 and TM9755" 2 = "No" ; VALUE TM9754L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM9755L (default=32) 0 = "Not applicable" ; VALUE TM9756L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9757 and TM9758" 2 = "No" ; VALUE TM9757L (default=32) 0 = "Not applicable" 1 = "In ...'s home" 2 = "At work/at school" 3 = "Someplace else" ; VALUE TM9758L (default=32) 0 = "Not applicable" ; VALUE TM9759L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9760 and TM9761" 2 = "No" ; VALUE TM9760L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM9761L (default=32) 0 = "Not applicable" ; VALUE TM9762L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9763 and TM9764" 2 = "No" ; VALUE TM9763L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM9764L (default=32) 0 = "Not applicable" ; VALUE TM9765L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9766 and TM9767" 2 = "No" ; VALUE TM9766L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Grandparent's home" 3 = "Other place" ; VALUE TM9767L (default=32) 0 = "Not applicable" ; VALUE TM9768L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9769 and TM9770" 2 = "No" ; VALUE TM9769L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other relative's home" 3 = "Other place" ; VALUE TM9770L (default=32) 0 = "Not applicable" ; VALUE TM9771L (default=32) 0 = "Not applicable" 1 = "Yes - ask - TM9772" 2 = "No" ; VALUE TM9772L (default=32) 0 = "Not applicable" ; VALUE TM9773L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9774 and TM9775" 2 = "No" ; VALUE TM9774L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM9775L (default=32) 0 = "Not applicable" ; VALUE TM9776L (default=32) 0 = "Not applicable" 1 = "Yes, less than 6 years old" 2 = "No, 6 years old or older - Skip" ; VALUE TM9777L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9778 and TM9779" 2 = "No" ; VALUE TM9778L (default=32) 0 = "Not applicable" 1 = "At work (school)" 2 = "Someplace else (includes ..." ; VALUE TM9779L (default=32) 0 = "Not applicable" ; VALUE TM9780L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9781 and TM9782" 2 = "No" ; VALUE TM9781L (default=32) 0 = "Not applicable" 1 = "At work (school)" 2 = "Someplace else (includes ..." ; VALUE TM9782L (default=32) 0 = "Not applicable" ; VALUE TM9783L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9484" 2 = "No" ; VALUE TM9784L (default=32) 0 = "Not applicable" ; VALUE TM9785L (default=32) 0 = "Not applicable" 1 = "Less than 4 years old - Skip to" 2 = "4 to 5 years old - Skip to" 3 = "6 or more years old" ; VALUE TM9786L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9787 and TM9788" 2 = "No" ; VALUE TM9787L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9788L (default=32) 0 = "Not applicable" ; VALUE TM9789L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9790 and TM9791" 2 = "No" ; VALUE TM9790L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9791L (default=32) 0 = "Not applicable" ; VALUE TM9792L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9792 and TM9793" 2 = "No" ; VALUE TM9793L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9794L (default=32) 0 = "Not applicable" ; VALUE TM9795L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9796 and TM9797" 2 = "No" ; VALUE TM9796L (default=32) 0 = "Not applicable" 1 = "At work" 2 = "At school" 3 = "Someplace else" ; VALUE TM9797L (default=32) 0 = "Not applicable" ; VALUE TM9798L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9800" ; VALUE TM9799L (default=32) 0 = "Not applicable" ; VALUE TM9800L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9802" ; VALUE TM9801L (default=32) 0 = "Not applicable" ; VALUE TM9802L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9804" ; VALUE TM9803L (default=32) 0 = "Not applicable" ; VALUE TM9804L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9806" ; VALUE TM9805L (default=32) 0 = "Not applicable" -4 = "Less than 1 hour" ; VALUE TM9806L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9808" ; VALUE TM9807L (default=32) 0 = "Not applicable" ; VALUE TM9808L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to Statement L" ; VALUE TM9809L (default=32) 0 = "Not applicable" 1 = "Yes, respondent lost time" 2 = "Yes, spouse lost time" 3 = "Both respondent an spouse lost" 4 = "No" ; VALUE TM9810L (default=32) 0 = "Not applicable" ; VALUE TM9811L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to next child TM9851" ; VALUE TM9812L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9813 and TM9814" 2 = "No" ; VALUE TM9813L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Grandparent's home" 3 = "Other place" ; VALUE TM9814L (default=32) 0 = "Not applicable" ; VALUE TM9815L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9816 and TM9817" 2 = "No" ; VALUE TM9816L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other relative's home" 3 = "Someplace else" ; VALUE TM9817L (default=32) 0 = "Not applicable" ; VALUE TM9818L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9819" 2 = "No" ; VALUE TM9819L (default=32) 0 = "Not applicable" ; VALUE TM9820L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9821 and TM9822" 2 = "No" ; VALUE TM9821L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM9822L (default=32) 0 = "Not applicable" ; VALUE TM9823L (default=32) 0 = "Not applicable" 1 = "Yes, less than 6 years old" 2 = "No, 6 years old or older - Skip" ; VALUE TM9824L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9825" 2 = "No" ; VALUE TM9825L (default=32) 0 = "Not applicable" ; VALUE TM9826L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9827" 2 = "No" ; VALUE TM9827L (default=32) 0 = "Not applicable" ; VALUE TM9828L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9829" 2 = "No" ; VALUE TM9829L (default=32) 0 = "Not applicable" ; VALUE TM9830L (default=32) 0 = "Not applicable" 1 = "Less than 4 years old - Skip to" 2 = "4 to 5 years old - Skip to" 3 = "6 or more years old" ; VALUE TM9831L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9832 and TM9833" 2 = "No" ; VALUE TM9832L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9833L (default=32) 0 = "Not applicable" ; VALUE TM9834L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9835 and TM9836" 2 = "No" ; VALUE TM9835L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9836L (default=32) 0 = "Not applicable" ; VALUE TM9837L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9837 and TM9838" 2 = "No" ; VALUE TM9838L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9839L (default=32) 0 = "Not applicable" ; VALUE TM9840L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9841 and TM9842" 2 = "No" ; VALUE TM9841L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9842L (default=32) 0 = "Not applicable" ; VALUE TM9843L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to TM9850" 2 = "No" ; VALUE TM9844L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9846" ; VALUE TM9845L (default=32) 0 = "Not applicable" ; VALUE TM9846L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9848" ; VALUE TM9847L (default=32) 0 = "Not applicable" -4 = "Less than 1 hour" ; VALUE TM9848L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9850" ; VALUE TM9849L (default=32) 0 = "Not applicable" ; VALUE TM9850L (default=32) 0 = "Not applicable" -1 = "None Check Item T43" ; VALUE TM9851L (default=32) 0 = "Not applicable" 1 = "Yes - go to fourth child -" 2 = "No - go to TM7000" ; VALUE TM9852L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - go to Statement P" ; VALUE TM9853L (default=32) 0 = "Not applicable" ; VALUE TM9854L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM7000" ; VALUE TM9855L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9856 and TM9877" 2 = "No" ; VALUE TM9856L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM9857L (default=32) 0 = "Not applicable" ; VALUE TM9858L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9859 and TM9860" 2 = "No" ; VALUE TM9859L (default=32) 0 = "Not applicable" 1 = "In ...'s home" 2 = "At work/at school" 3 = "Someplace else" ; VALUE TM9860L (default=32) 0 = "Not applicable" ; VALUE TM9861L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9862 and TM9863" 2 = "No" ; VALUE TM9862L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM9863L (default=32) 0 = "Not applicable" ; VALUE TM9864L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9865 and TM9866" 2 = "No" ; VALUE TM9865L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM9866L (default=32) 0 = "Not applicable" ; VALUE TM9867L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9868 and TM9869" 2 = "No" ; VALUE TM9868L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Grandparent's home" 3 = "Other place" ; VALUE TM9869L (default=32) 0 = "Not applicable" ; VALUE TM9870L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9871 and TM9872" 2 = "No" ; VALUE TM9871L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other relative's home" 3 = "Other place" ; VALUE TM9872L (default=32) 0 = "Not applicable" ; VALUE TM9873L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9874" 2 = "No" ; VALUE TM9874L (default=32) 0 = "Not applicable" ; VALUE TM9875L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9876 and TM9877" 2 = "No" ; VALUE TM9876L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM9877L (default=32) 0 = "Not applicable" ; VALUE TM9878L (default=32) 0 = "Not applicable" 1 = "Yes, less than 6 years old" 2 = "No, 6 years old or older - Skip" ; VALUE TM9879L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9880 and TM9881" 2 = "No" ; VALUE TM9880L (default=32) 0 = "Not applicable" 1 = "At work (school)" 2 = "Someplace else (includes ..." ; VALUE TM9881L (default=32) 0 = "Not applicable" ; VALUE TM9882L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9883 and TM9884" 2 = "No" ; VALUE TM9883L (default=32) 0 = "Not applicable" 1 = "At work (school)" 2 = "Someplace else (includes ..." ; VALUE TM9884L (default=32) 0 = "Not applicable" ; VALUE TM9885L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9886" 2 = "No" ; VALUE TM9886L (default=32) 0 = "Not applicable" ; VALUE TM9887L (default=32) 0 = "Not applicable" 1 = "Less than 4 years old - Skip to" 2 = "4 to 5 years old - Skip to" 3 = "6 or more years old" ; VALUE TM9888L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9889 and TM9890" 2 = "No" ; VALUE TM9889L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9890L (default=32) 0 = "Not applicable" ; VALUE TM9891L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9892 and TM9893" 2 = "No" ; VALUE TM9892L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9893L (default=32) 0 = "Not applicable" ; VALUE TM9894L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9895 and TM9896" 2 = "No" ; VALUE TM9895L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9896L (default=32) 0 = "Not applicable" ; VALUE TM9897L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9898 and TM9899" 2 = "No" ; VALUE TM9898L (default=32) 0 = "Not applicable" 1 = "At work" 2 = "At school" 3 = "Someplace else" ; VALUE TM9899L (default=32) 0 = "Not applicable" ; VALUE TM9900L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9902" ; VALUE TM9901L (default=32) 0 = "Not applicable" ; VALUE TM9902L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9904" ; VALUE TM9903L (default=32) 0 = "Not applicable" ; VALUE TM9904L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9906" ; VALUE TM9905L (default=32) 0 = "Not applicable" ; VALUE TM9906L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9908" ; VALUE TM9907L (default=32) 0 = "Not applicable" -4 = "Less than 1 hour" ; VALUE TM9908L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9462" ; VALUE TM9909L (default=32) 0 = "Not applicable" ; VALUE TM9910L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to Statement O" ; VALUE TM9911L (default=32) 0 = "Not applicable" 1 = "Yes, respondent lost time" 2 = "Yes, spouse lost time" 3 = "Both respondent an spouse lost" 4 = "No" ; VALUE TM9912L (default=32) 0 = "Not applicable" ; VALUE TM9913L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM7000" ; VALUE TM9914L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9915 and TM9916" 2 = "No" ; VALUE TM9915L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Grandparent's home" 3 = "Other place" ; VALUE TM9916L (default=32) 0 = "Not applicable" ; VALUE TM9917L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9918 and TM9919" 2 = "No" ; VALUE TM9918L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other relative's home" 3 = "Someplace else" ; VALUE TM9919L (default=32) 0 = "Not applicable" ; VALUE TM9920L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9921" 2 = "No" ; VALUE TM9921L (default=32) 0 = "Not applicable" ; VALUE TM9922L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9923 and TM9924" 2 = "No" ; VALUE TM9923L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM9924L (default=32) 0 = "Not applicable" ; VALUE TM9925L (default=32) 0 = "Not applicable" 1 = "Yes, less than 6 years old" 2 = "No, 6 years old or older" ; VALUE TM9926L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9927" 2 = "No" ; VALUE TM9927L (default=32) 0 = "Not applicable" ; VALUE TM9928L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9929" 2 = "No" ; VALUE TM9929L (default=32) 0 = "Not applicable" ; VALUE TM9930L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9931" 2 = "No" ; VALUE TM9931L (default=32) 0 = "Not applicable" ; VALUE TM9932L (default=32) 0 = "Not applicable" 1 = "Less than 4 years old - Skip" 2 = "4 to 5 years old - Skip to" 3 = "6 or more years old" ; VALUE TM9933L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9934 and TM9944" 2 = "No" ; VALUE TM9934L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9935L (default=32) 0 = "Not applicable" ; VALUE TM9936L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9937 and TM9938" 2 = "No" ; VALUE TM9937L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9938L (default=32) 0 = "Not applicable" ; VALUE TM9939L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9940 and TM9941" 2 = "No" ; VALUE TM9940L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9941L (default=32) 0 = "Not applicable" ; VALUE TM9942L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM9943 and TM9944" 2 = "No" ; VALUE TM9943L (default=32) 0 = "Not applicable" 1 = "At school" 2 = "Someplace else" ; VALUE TM9944L (default=32) 0 = "Not applicable" ; VALUE TM9945L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to TM9952" 2 = "No" ; VALUE TM9946L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9948" ; VALUE TM9947L (default=32) 0 = "Not applicable" ; VALUE TM9948L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9950" ; VALUE TM9949L (default=32) 0 = "Not applicable" -4 = "Less than 1 hour" ; VALUE TM9950L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9952" ; VALUE TM9951L (default=32) 0 = "Not applicable" ; VALUE TM9952L (default=32) 0 = "Not applicable" -1 = "none" ; VALUE IM9340L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9346L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9352L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9354L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9356L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9360L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9362L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9366L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9368L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9372L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9374L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9378L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9380L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9384L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9386L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9390L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9394L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9396L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9400L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9402L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9404L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9408L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9410L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9414L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9418L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9420L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9422L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9426L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9428L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9432L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9434L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9438L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9440L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9442L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9444L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9446L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9448L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9450L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9452L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9454L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9456L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9458L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9460L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9462L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9464L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9468L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9470L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9472L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9476L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9478L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9482L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9486L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9488L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9492L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9494L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9498L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9502L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9506L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9508L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9510L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9514L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9516L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9520L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9522L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9526L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9528L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9532L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9534L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9536L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9538L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9540L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9542L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9544L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9554L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9556L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9558L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9562L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9564L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9568L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9570L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9574L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9576L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9580L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9582L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9586L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9588L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9592L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9596L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9598L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9602L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9604L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9606L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9610L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9612L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9616L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9620L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9622L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9624L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9628L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9630L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9634L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9636L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9640L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9642L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9644L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9646L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9648L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9650L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9652L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9654L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9656L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9658L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9660L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9662L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9664L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9666L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9670L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9672L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9674L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9678L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9680L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9684L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9688L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9690L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9694L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9696L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9700L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9704L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9708L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9710L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9712L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9716L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9718L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9722L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9724L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9728L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9730L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9734L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9736L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9738L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9740L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9742L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9744L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9746L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9753L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9754L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9755L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9757L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9758L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9760L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9761L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9763L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9764L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9766L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9767L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9769L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9770L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9772L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9774L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9775L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9777L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9778L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9779L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9781L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9782L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9784L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9786L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9787L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9788L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9790L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9791L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9793L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9794L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9796L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9797L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9798L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9799L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9800L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9801L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9802L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9803L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9804L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9805L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9806L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9807L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9808L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9809L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9812L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9813L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9814L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9816L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9817L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9819L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9821L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9822L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9824L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9825L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9827L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9829L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9831L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9832L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9833L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9835L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9836L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9838L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9839L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9841L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9842L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9844L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9845L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9846L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9847L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9848L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9849L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9850L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9855L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9856L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9857L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9859L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9860L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9862L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9863L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9865L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9866L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9868L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9869L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9871L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9872L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9874L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9876L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9877L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9879L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9880L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9881L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9883L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9884L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9886L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9888L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9889L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9890L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9892L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9893L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9895L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9896L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9898L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9899L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9900L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9901L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9902L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9903L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9904L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9905L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9906L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9907L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9908L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9909L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9910L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9911L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9914L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9915L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9916L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9918L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9919L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9921L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9923L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9924L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9926L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9927L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9929L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9931L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9933L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9934L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9935L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9937L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9938L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9940L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9941L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9943L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9944L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9946L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9947L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9948L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9949L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9950L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9951L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM9952L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM7000L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM8400" ; VALUE TM7001L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM7310" ; VALUE TM7002L (default=32) 0 = "Not applicable" ; VALUE TM7003L (default=32) 0 = "Not applicable" ; VALUE TM7004L (default=32) 0 = "Not applicable" ; VALUE TM7005L (default=32) 0 = "Not applicable" ; VALUE TM7006L (default=32) 0 = "Not applicable" ; VALUE TM7007L (default=32) 0 = "Not applicable" ; VALUE TM7008L (default=32) 0 = "Not applicable" ; VALUE TM7009L (default=32) 0 = "Not applicable" ; VALUE TM7010L (default=32) 0 = "Not applicable" ; VALUE TM7011L (default=32) 0 = "Not applicable" ; VALUE TM7012L (default=32) 0 = "Not applicable" ; VALUE TM7013L (default=32) 0 = "Not applicable" ; VALUE TM7014L (default=32) 0 = "Not applicable" ; VALUE TM7015L (default=32) 0 = "Not applicable" ; VALUE TM7016L (default=32) 0 = "Not applicable" 1 = "Excellent" 2 = "Very good" 3 = "Good" 4 = "Fair" 5 = "Poor" -9 = "Dk/no response" ; VALUE TM7017L (default=32) 0 = "Not applicable" 1 = "Excellent" 2 = "Very good" 3 = "Good" 4 = "Fair" 5 = "Poor" -9 = "Dk/no response" ; VALUE TM7018L (default=32) 0 = "Not applicable" 1 = "Excellent" 2 = "Very good" 3 = "Good" 4 = "Fair" 5 = "Poor" -9 = "Dk" ; VALUE TM7019L (default=32) 0 = "Not applicable" 1 = "Excellent" 2 = "Very good" 3 = "Good" 4 = "Fair" 5 = "Poor" -9 = "Dk" ; VALUE TM7020L (default=32) 0 = "Not applicable" 1 = "Excellent" 2 = "Very good" 3 = "Good" 4 = "Fair" 5 = "Poor" -9 = "Dk" ; VALUE TM7021L (default=32) 0 = "Not applicable" 1 = "Excellent" 2 = "Very good" 3 = "Good" 4 = "Fair" 5 = "Poor" -9 = "Dk/no response" ; VALUE TM7022L (default=32) 0 = "Not applicable" 1 = "Excellent" 2 = "Very good" 3 = "Good" 4 = "Fair" 5 = "Poor" -9 = "Dk/no response" ; VALUE TM7261L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM7017 or TM7310 if" ; VALUE TM7262L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM7018 or TM7310 if" ; VALUE TM7263L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM7019 or TM7310 if" ; VALUE TM7264L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM7020" ; VALUE TM7265L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM7021" ; VALUE TM7266L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM7022" ; VALUE TM7267L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM7310" ; VALUE TM7268L (default=32) 0 = "Not applicable" -3 = "None" -9 = "Dk/no response" ; VALUE TM7269L (default=32) 0 = "Not applicable" -3 = "None" -9 = "Dk/no response" ; VALUE TM7270L (default=32) 0 = "Not applicable" -3 = "None" -9 = "Dk/no response" ; VALUE TM7271L (default=32) 0 = "Not applicable" -3 = "None" -9 = "Dk/no response" ; VALUE TM7272L (default=32) 0 = "Not applicable" -3 = "None" -9 = "Dk/no response" ; VALUE TM7273L (default=32) 0 = "Not applicable" -3 = "None" -9 = "Dk/no response" ; VALUE TM7274L (default=32) 0 = "Not applicable" -3 = "None" -9 = "Dk/no response" ; VALUE TM7275L (default=32) 0 = "Not applicable" -3 = "None" -9 = "Dk/no response" ; VALUE TM7276L (default=32) 0 = "Not applicable" -3 = "None" -9 = "Dk/no response" ; VALUE TM7277L (default=32) 0 = "Not applicable" -3 = "None" -9 = "Dk/no response" ; VALUE TM7278L (default=32) 0 = "Not applicable" -3 = "None" -9 = "Dk/no response" ; VALUE TM7279L (default=32) 0 = "Not applicable" -3 = "None" -9 = "Dk/no response" ; VALUE TM7280L (default=32) 0 = "Not applicable" -3 = "None" -9 = "Dk/no response" ; VALUE TM7281L (default=32) 0 = "Not applicable" -3 = "None" -9 = "Dk/no response" ; VALUE TM7282L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM7017 or TM7310 if" ; VALUE TM7283L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM7018 or TM7310 if" ; VALUE TM7284L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM7019 or TM7310 if" ; VALUE TM7285L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM7020 or TM7310 if" ; VALUE TM7286L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM7021 or TM7310 if" ; VALUE TM7287L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM7288L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to Check Item TM7310" ; VALUE TM7289L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -9 = "Dk/no response" ; VALUE TM7290L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -9 = "Dk/no response" ; VALUE TM7291L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -9 = "Dk/no response" ; VALUE TM7292L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -9 = "Dk/no response" ; VALUE TM7293L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -9 = "Dk/no response" ; VALUE TM7294L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -9 = "Dk/no response" ; VALUE TM7295L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -9 = "Dk/no response" ; VALUE TM7296L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -9 = "Dk/no response" ; VALUE TM7297L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -9 = "Dk/no response" ; VALUE TM7298L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -9 = "Dk/no response" ; VALUE TM7299L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -9 = "Dk/no response" ; VALUE TM7300L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -9 = "Dk/no response" ; VALUE TM7301L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -9 = "Dk/no response" ; VALUE TM7302L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -9 = "Dk/no response" ; VALUE TM7303L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -9 = "Dk/no response" ; VALUE TM7304L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -9 = "Dk/no response" ; VALUE TM7305L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -9 = "Dk/no response" ; VALUE TM7306L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -9 = "Dk/no response" ; VALUE TM7307L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -9 = "Dk/no response" ; VALUE TM7308L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -9 = "Dk/no response" ; VALUE TM7309L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -9 = "Dk/no response" ; VALUE TM7310L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to Check" ; VALUE TM7311L (default=32) 0 = "Not applicable" ; VALUE TM7312L (default=32) 0 = "Not applicable" ; VALUE TM7313L (default=32) 0 = "Not applicable" ; VALUE TM7314L (default=32) 0 = "Not applicable" ; VALUE TM7315L (default=32) 0 = "Not applicable" ; VALUE TM7316L (default=32) 0 = "Not applicable" ; VALUE TM7317L (default=32) 0 = "Not applicable" ; VALUE TM7318L (default=32) 0 = "Not applicable" ; VALUE TM7319L (default=32) 0 = "Not applicable" ; VALUE TM7320L (default=32) 0 = "Not applicable" ; VALUE TM7321L (default=32) 0 = "Not applicable" ; VALUE TM7322L (default=32) 0 = "Not applicable" ; VALUE TM7323L (default=32) 0 = "Not applicable" ; VALUE TM7324L (default=32) 0 = "Not applicable" ; VALUE TM7577L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7578L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7579L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7580L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7581L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7582L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7583L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7584L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7585L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7586L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7587L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7588L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7589L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7590L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7591L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7592L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7593L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7594L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7595L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7596L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7597L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7598L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM7851" ; VALUE TM7599L (default=32) 0 = "Not applicable" ; VALUE TM7600L (default=32) 0 = "Not applicable" ; VALUE TM7601L (default=32) 0 = "Not applicable" ; VALUE TM7602L (default=32) 0 = "Not applicable" ; VALUE TM7603L (default=32) 0 = "Not applicable" ; VALUE TM7604L (default=32) 0 = "Not applicable" ; VALUE TM7605L (default=32) 0 = "Not applicable" ; VALUE TM7606L (default=32) 0 = "Not applicable" ; VALUE TM7607L (default=32) 0 = "Not applicable" ; VALUE TM7608L (default=32) 0 = "Not applicable" ; VALUE TM7609L (default=32) 0 = "Not applicable" ; VALUE TM7610L (default=32) 0 = "Not applicable" ; VALUE TM7611L (default=32) 0 = "Not applicable" ; VALUE TM7612L (default=32) 0 = "Not applicable" ; VALUE TM7613L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to TM7641" 2 = "No" ; VALUE TM7614L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to TM7642" 2 = "No" ; VALUE TM7615L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to TM7643" 2 = "No" ; VALUE TM7616L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to TM7644" 2 = "No" ; VALUE TM7617L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to TM7645" 2 = "No" ; VALUE TM7618L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to TM7646" 2 = "No" ; VALUE TM7619L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to TM7647" 2 = "No" ; VALUE TM7620L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7621L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7622L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7623L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7624L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7625L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7626L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7627L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7628L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7629L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7630L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7631L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7632L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7633L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7634L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7635L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7636L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7637L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7638L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7639L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7640L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7641L (default=32) 0 = "Not applicable" 1 = "Yes" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7642L (default=32) 0 = "Not applicable" 1 = "Yes" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7643L (default=32) 0 = "Not applicable" 1 = "Yes" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7644L (default=32) 0 = "Not applicable" 1 = "Yes" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7645L (default=32) 0 = "Not applicable" 1 = "Yes" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7646L (default=32) 0 = "Not applicable" 1 = "Yes" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7647L (default=32) 0 = "Not applicable" 1 = "Yes" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7648L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7649L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7650L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7651L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7652L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7653L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7654L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7655L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7656L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7657L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7658L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7659L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7660L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7661L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" -2 = "Ref." -9 = "Dk/no response" ; VALUE TM7662L (default=32) 0 = "Not applicable" ; VALUE TM7663L (default=32) 0 = "Not applicable" ; VALUE TM7664L (default=32) 0 = "Not applicable" ; VALUE TM7665L (default=32) 0 = "Not applicable" ; VALUE TM7666L (default=32) 0 = "Not applicable" ; VALUE TM7667L (default=32) 0 = "Not applicable" ; VALUE TM7668L (default=32) 0 = "Not applicable" ; VALUE TM7669L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - go to TM7620 for next child" -9 = "Dk/no response" ; VALUE TM7670L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - go to TM7621 for next child" -9 = "Dk/no response" ; VALUE TM7671L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - go to TM7622 for next child" -9 = "Dk/no response if this is last" ; VALUE TM7672L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - go to TM7623 for next child" -9 = "Dk/no response" ; VALUE TM7673L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - go to TM7624 for next child" -9 = "Dk/no response" ; VALUE TM7674L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - go to TM7625 for next child" -9 = "Dk/no response" ; VALUE TM7675L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - go to TM7626 for next child" -9 = "Dk/no response" ; VALUE TM7676L (default=32) 0 = "Not applicable" 1 = "One injury - Skip to TM7683" 2 = "More than one injury - Skip to" -9 = "Dk/no response" ; VALUE TM7677L (default=32) 0 = "Not applicable" 1 = "One injury - Skip to TM7684" 2 = "More than one injury - Skip to" -9 = "Dk/no response" ; VALUE TM7678L (default=32) 0 = "Not applicable" 1 = "One injury - Skip to TM7684" 2 = "More than one injury - Skip to" -9 = "Dk/no response" ; VALUE TM7679L (default=32) 0 = "Not applicable" 1 = "One injury - Skip to TM7685" 2 = "More than one injury - Skip to" -9 = "Dk/no response" ; VALUE TM7680L (default=32) 0 = "Not applicable" 1 = "One injury - Skip to TM7686" 2 = "More than one injury - Skip to" -9 = "Dk/no response" ; VALUE TM7681L (default=32) 0 = "Not applicable" 1 = "One injury - Skip to TM7687" 2 = "More than one injury - Skip to" -9 = "Dk/no response" ; VALUE TM7682L (default=32) 0 = "Not applicable" 1 = "One injury - Skip to TM7688" 2 = "More than one injury - Skip to" -9 = "Dk/no response" ; VALUE TM7683L (default=32) 0 = "Not applicable" 1 = "Organized" 2 = "Informal/organized" -9 = "Dk/no response" ; VALUE TM7684L (default=32) 0 = "Not applicable" 1 = "Organized" 2 = "Informal/organized" -9 = "Dk/no response" ; VALUE TM7685L (default=32) 0 = "Not applicable" 1 = "Organized" 2 = "Informal/organized" -9 = "Dk/no response" ; VALUE TM7686L (default=32) 0 = "Not applicable" 1 = "Organized" 2 = "Informal/organized" -9 = "Dk/no response" ; VALUE TM7687L (default=32) 0 = "Not applicable" 1 = "Organized" 2 = "Informal/organized" -9 = "Dk/no response" ; VALUE TM7688L (default=32) 0 = "Not applicable" 1 = "Organized" 2 = "Informal/organized" -9 = "Dk/no response" ; VALUE TM7689L (default=32) 0 = "Not applicable" 1 = "Organized" 2 = "Informal/organized" -9 = "Dk/no response" ; VALUE TM7690L (default=32) 0 = "Not applicable" 1 = "School activity besides" -9 = "Dk/no response" ; VALUE TM7691L (default=32) 0 = "Not applicable" 1 = "School activity besides" -9 = "Dk/no response" ; VALUE TM7692L (default=32) 0 = "Not applicable" 1 = "School activity besides" -9 = "Dk/no response" ; VALUE TM7693L (default=32) 0 = "Not applicable" 1 = "School activity besides" -9 = "Dk/no response" ; VALUE TM7694L (default=32) 0 = "Not applicable" 1 = "School activity besides" -9 = "Dk/no response" ; VALUE TM7695L (default=32) 0 = "Not applicable" 1 = "School activity besides" -9 = "Dk/no response" ; VALUE TM7696L (default=32) 0 = "Not applicable" 1 = "School activity besides" -9 = "Dk/no response" ; VALUE TM7697L (default=32) 0 = "Not applicable" 1 = "Community, club and church" -9 = "Dk/no response" ; VALUE TM7698L (default=32) 0 = "Not applicable" 1 = "Community, club and church" -9 = "Dk/no response" ; VALUE TM7699L (default=32) 0 = "Not applicable" 1 = "Community, club and church" -9 = "Dk/no response" ; VALUE TM7700L (default=32) 0 = "Not applicable" 1 = "Community, club and church" -9 = "Dk/no response" ; VALUE TM7701L (default=32) 0 = "Not applicable" 1 = "Community, club and church" -9 = "Dk/no response" ; VALUE TM7702L (default=32) 0 = "Not applicable" 1 = "Community, club and church" -9 = "Dk/no response" ; VALUE TM7703L (default=32) 0 = "Not applicable" 1 = "Community, club and church" -9 = "Dk/no response" ; VALUE TM7704L (default=32) 0 = "Not applicable" 1 = "Other recreational activity" -9 = "Dk/no response" ; VALUE TM7705L (default=32) 0 = "Not applicable" 1 = "Other recreational activity" -9 = "Dk/no response" ; VALUE TM7706L (default=32) 0 = "Not applicable" 1 = "Other recreational activity" -9 = "Dk/no response" ; VALUE TM7707L (default=32) 0 = "Not applicable" 1 = "Other recreational activity" -9 = "Dk/no response" ; VALUE TM7708L (default=32) 0 = "Not applicable" 1 = "Other recreational activity" -9 = "Dk/no response" ; VALUE TM7709L (default=32) 0 = "Not applicable" 1 = "Other recreational activity" -9 = "Dk/no response" ; VALUE TM7710L (default=32) 0 = "Not applicable" 1 = "Other recreational activity" -9 = "Dk/no response" ; VALUE TM7711L (default=32) 0 = "Not applicable" 1 = "Hanging out, fooling around," -9 = "Dk/no response" ; VALUE TM7712L (default=32) 0 = "Not applicable" 1 = "Hanging out, fooling around," -9 = "Dk/no response" ; VALUE TM7713L (default=32) 0 = "Not applicable" 1 = "Hanging out, fooling around," -9 = "Dk/no response" ; VALUE TM7714L (default=32) 0 = "Not applicable" 1 = "Hanging out, fooling around," -9 = "Dk/no response" ; VALUE TM7715L (default=32) 0 = "Not applicable" 1 = "Hanging out, fooling around," -9 = "Dk/no response" ; VALUE TM7716L (default=32) 0 = "Not applicable" 1 = "Hanging out, fooling around," -9 = "Dk/no response" ; VALUE TM7717L (default=32) 0 = "Not applicable" 1 = "Hanging out, fooling around," -9 = "Dk/no response" ; VALUE TM7718L (default=32) 0 = "Not applicable" 1 = "For income" 2 = "Not for income" 7 = "For income" 8 = "Not for income" -9 = "Dk/no response" ; VALUE TM7719L (default=32) 0 = "Not applicable" 1 = "For income" 2 = "Not for income" 7 = "For income" 8 = "Not for income" -9 = "Dk/no response" ; VALUE TM7720L (default=32) 0 = "Not applicable" 1 = "For income" 2 = "Not for income" 7 = "For income" 8 = "Not for income" -9 = "Dk/no response" ; VALUE TM7721L (default=32) 0 = "Not applicable" 1 = "For income" 2 = "Not for income" 7 = "For income" 8 = "Not for income" -9 = "Dk/no response" ; VALUE TM7722L (default=32) 0 = "Not applicable" 1 = "For income" 2 = "Not for income" 7 = "For income" 8 = "Not for income" -9 = "Dk/no response" ; VALUE TM7723L (default=32) 0 = "Not applicable" 1 = "For income" 2 = "Not for income" 7 = "For income" 8 = "Not for income" -9 = "Dk/no response" ; VALUE TM7724L (default=32) 0 = "Not applicable" 1 = "For income" 2 = "Not for income" 7 = "For income" 8 = "Not for income" -9 = "Dk/no response" ; VALUE TM7725L (default=32) 0 = "Not applicable" 9 = "Passenger vehicle (includes" 10 = "Truck or other commercial" 11 = "Motorcycle, ATV" 12 = "Work equipment" 13 = "Other" -9 = "Dk/no response" ; VALUE TM7726L (default=32) 0 = "Not applicable" 9 = "Passenger vehicle (includes" 10 = "Truck or other commercial" 11 = "Motorcycle, ATV" 12 = "Work equipment" 13 = "Other" -9 = "Dk/no response" ; VALUE TM7727L (default=32) 0 = "Not applicable" 9 = "Passenger vehicle (includes" 10 = "Truck or other commercial" 11 = "Motorcycle, ATV" 12 = "Work equipment" 13 = "Other" -9 = "Dk/no response" ; VALUE TM7728L (default=32) 0 = "Not applicable" 9 = "Passenger vehicle (includes" 10 = "Truck or other commercial" 11 = "Motorcycle, ATV" 12 = "Work equipment" 13 = "Other" -9 = "Dk/no response" ; VALUE TM7729L (default=32) 0 = "Not applicable" 9 = "Passenger vehicle (includes" 10 = "Truck or other commercial" 11 = "Motorcycle, ATV" 12 = "Work equipment" 13 = "Other" -9 = "Dk/no response" ; VALUE TM7730L (default=32) 0 = "Not applicable" 9 = "Passenger vehicle (includes" 10 = "Truck or other commercial" 11 = "Motorcycle, ATV" 12 = "Work equipment" 13 = "Other" -9 = "Dk/no response" ; VALUE TM7731L (default=32) 0 = "Not applicable" 9 = "Passenger vehicle (includes" 10 = "Truck or other commercial" 11 = "Motorcycle, ATV" 12 = "Work equipment" 13 = "Other" -9 = "Dk/no response" ; VALUE TM7732L (default=32) 0 = "Not applicable" 9 = "Passenger vehicle (includes" 10 = "Truck or other commercial" 11 = "Motorcycle, ATV" 12 = "Work equipment" 13 = "Other" -9 = "Dk/no response" ; VALUE TM7733L (default=32) 0 = "Not applicable" 14 = "Passenger vehicle (includes" 15 = "Truck or other commercial" 16 = "Motorcycle, ATV" 17 = "Work equipment" 18 = "Other" -9 = "Dk/no response" ; VALUE TM7734L (default=32) 0 = "Not applicable" 14 = "Passenger vehicle (includes" 15 = "Truck or other commercial" 16 = "Motorcycle, ATV" 17 = "Work equipment" 18 = "Other" -9 = "Dk/no response" ; VALUE TM7735L (default=32) 0 = "Not applicable" 14 = "Passenger vehicle (includes" 15 = "Truck or other commercial" 16 = "Motorcycle, ATV" 17 = "Work equipment" 18 = "Other" -9 = "Dk/no response" ; VALUE TM7736L (default=32) 0 = "Not applicable" 14 = "Passenger vehicle (includes" 15 = "Truck or other commercial" 16 = "Motorcycle, ATV" 17 = "Work equipment" 18 = "Other" -9 = "Dk/no response" ; VALUE TM7737L (default=32) 0 = "Not applicable" 14 = "Passenger vehicle (includes" 15 = "Truck or other commercial" 16 = "Motorcycle, ATV" 17 = "Work equipment" 18 = "Other" -9 = "Dk/no response" ; VALUE TM7738L (default=32) 0 = "Not applicable" 14 = "Passenger vehicle (includes" 15 = "Truck or other commercial" 16 = "Motorcycle, ATV" 17 = "Work equipment" 18 = "Other" -9 = "Dk/no response" ; VALUE TM7739L (default=32) 0 = "Not applicable" 19 = "Bikes" 20 = "Skates, skateboards" 21 = "Horse, other animal" 22 = "Other" -9 = "Dk/no response" ; VALUE TM7740L (default=32) 0 = "Not applicable" 19 = "Bikes" 20 = "Skates, skateboards" 21 = "Horse, other animal" 22 = "Other" -9 = "Dk/no response" ; VALUE TM7741L (default=32) 0 = "Not applicable" 19 = "Bikes" 20 = "Skates, skateboards" 21 = "Horse, other animal" 22 = "Other" -9 = "Dk/no response" ; VALUE TM7742L (default=32) 0 = "Not applicable" 19 = "Bikes" 20 = "Skates, skateboards" 21 = "Horse, other animal" 22 = "Other" -9 = "Dk/no response" ; VALUE TM7743L (default=32) 0 = "Not applicable" 19 = "Bikes" 20 = "Skates, skateboards" 21 = "Horse, other animal" 22 = "Other" -9 = "Dk/no response" ; VALUE TM7744L (default=32) 0 = "Not applicable" 19 = "Bikes" 20 = "Skates, skateboards" 21 = "Horse, other animal" 22 = "Other" -9 = "Dk/no response" ; VALUE TM7745L (default=32) 0 = "Not applicable" 19 = "Bikes" 20 = "Skates, skateboards" 21 = "Horse, other animal" 22 = "Other" -9 = "Dk/no response" ; VALUE TM7746L (default=32) 0 = "Not applicable" 1 = "Cooking (at home or work)" -9 = "Dk/no response" ; VALUE TM7747L (default=32) 0 = "Not applicable" 1 = "Cooking (at home or work)" -9 = "Dk/no response" ; VALUE TM7748L (default=32) 0 = "Not applicable" 1 = "Cooking (at home or work)" -9 = "Dk/no response" ; VALUE TM7749L (default=32) 0 = "Not applicable" 1 = "Cooking (at home or work)" -9 = "Dk/no response" ; VALUE TM7750L (default=32) 0 = "Not applicable" 1 = "Cooking (at home or work)" -9 = "Dk/no response" ; VALUE TM7751L (default=32) 0 = "Not applicable" 1 = "Cooking (at home or work)" -9 = "Dk/no response" ; VALUE TM7752L (default=32) 0 = "Not applicable" 1 = "Cooking (at home or work)" -9 = "Dk/no response" ; VALUE TM7753L (default=32) 0 = "Not applicable" 1 = "Eating, drinking" -9 = "Dk/no response" ; VALUE TM7754L (default=32) 0 = "Not applicable" 1 = "Eating, drinking" -9 = "Dk/no response" ; VALUE TM7755L (default=32) 0 = "Not applicable" 1 = "Eating, drinking" -9 = "Dk/no response" ; VALUE TM7756L (default=32) 0 = "Not applicable" 1 = "Eating, drinking" -9 = "Dk/no response" ; VALUE TM7757L (default=32) 0 = "Not applicable" 1 = "Eating, drinking" -9 = "Dk/no response" ; VALUE TM7758L (default=32) 0 = "Not applicable" 1 = "Eating, drinking" -9 = "Dk/no response" ; VALUE TM7759L (default=32) 0 = "Not applicable" 1 = "Eating, drinking" -9 = "Dk/no response" ; VALUE TM7760L (default=32) 0 = "Not applicable" 1 = "Sleeping" -9 = "Dk/no response" ; VALUE TM7761L (default=32) 0 = "Not applicable" 1 = "Sleeping" -9 = "Dk/no response" ; VALUE TM7762L (default=32) 0 = "Not applicable" 1 = "Sleeping" -9 = "Dk/no response" ; VALUE TM7763L (default=32) 0 = "Not applicable" 1 = "Sleeping" -9 = "Dk/no response" ; VALUE TM7764L (default=32) 0 = "Not applicable" 1 = "Sleeping" -9 = "Dk/no response" ; VALUE TM7765L (default=32) 0 = "Not applicable" 1 = "Sleeping" -9 = "Dk/no response" ; VALUE TM7766L (default=32) 0 = "Not applicable" 1 = "Sleeping" -9 = "Dk/no response" ; VALUE TM7767L (default=32) 0 = "Not applicable" 1 = "Unspecified" -9 = "Dk/no response" ; VALUE TM7768L (default=32) 0 = "Not applicable" 1 = "Unspecified" -9 = "Dk/no response" ; VALUE TM7769L (default=32) 0 = "Not applicable" 1 = "Unspecified" -9 = "Dk/no response" ; VALUE TM7770L (default=32) 0 = "Not applicable" 1 = "Unspecified" -9 = "Dk/no response" ; VALUE TM7771L (default=32) 0 = "Not applicable" 1 = "Unspecified" -9 = "Dk/no response" ; VALUE TM7772L (default=32) 0 = "Not applicable" 1 = "Unspecified" -9 = "Dk/no response" ; VALUE TM7773L (default=32) 0 = "Not applicable" 1 = "Unspecified" -9 = "Dk/no response" ; VALUE TM7774L (default=32) 0 = "Not applicable" ; VALUE TM7775L (default=32) 0 = "Not applicable" ; VALUE TM7776L (default=32) 0 = "Not applicable" ; VALUE TM7777L (default=32) 0 = "Not applicable" ; VALUE TM7778L (default=32) 0 = "Not applicable" ; VALUE TM7779L (default=32) 0 = "Not applicable" ; VALUE TM7780L (default=32) 0 = "Not applicable" ; VALUE TM7781L (default=32) 0 = "Not applicable" 1 = "Inside" 2 = "Outside" -9 = "Dk/no response" ; VALUE TM7782L (default=32) 0 = "Not applicable" 1 = "Inside" 2 = "Outside" -9 = "Dk/no response" ; VALUE TM7783L (default=32) 0 = "Not applicable" 1 = "Inside" 2 = "Outside" -9 = "Dk/no response" ; VALUE TM7784L (default=32) 0 = "Not applicable" 1 = "Inside" 2 = "Outside" -9 = "Dk/no response" ; VALUE TM7785L (default=32) 0 = "Not applicable" 1 = "Inside" 2 = "Outside" -9 = "Dk/no response" ; VALUE TM7786L (default=32) 0 = "Not applicable" 1 = "Inside" 2 = "Outside" -9 = "Dk/no response" ; VALUE TM7787L (default=32) 0 = "Not applicable" 1 = "Inside" 2 = "Outside" -9 = "Dk/no response" ; VALUE TM7788L (default=32) 0 = "Not applicable" 1 = "Inside" 2 = "Outside" 3 = "Inside" 4 = "Outside" -9 = "Dk/no response" ; VALUE TM7789L (default=32) 0 = "Not applicable" 1 = "Inside" 2 = "Outside" 3 = "Inside" 4 = "Outside" -9 = "Dk/no response" ; VALUE TM7790L (default=32) 0 = "Not applicable" 1 = "Inside" 2 = "Outside" 3 = "Inside" 4 = "Outside" -9 = "Dk/no response" ; VALUE TM7791L (default=32) 0 = "Not applicable" 1 = "Inside" 2 = "Outside" 3 = "Inside" 4 = "Outside" -9 = "Dk/no response" ; VALUE TM7792L (default=32) 0 = "Not applicable" 1 = "Inside" 2 = "Outside" 3 = "Inside" 4 = "Outside" -9 = "Dk/no response" ; VALUE TM7793L (default=32) 0 = "Not applicable" 1 = "Inside" 2 = "Outside" 3 = "Inside" 4 = "Outside" -9 = "Dk/no response" ; VALUE TM7794L (default=32) 0 = "Not applicable" 1 = "Inside" 2 = "Outside" 3 = "Inside" 4 = "Outside" -9 = "Dk/no response" ; VALUE TM7795L (default=32) 0 = "Not applicable" 1 = "Inside" 2 = "Outside" 5 = "Inside" 6 = "Outside" -9 = "Dk/no response" ; VALUE TM7796L (default=32) 0 = "Not applicable" 1 = "Inside" 2 = "Outside" 5 = "Inside" 6 = "Outside" -9 = "Dk/no response" ; VALUE TM7797L (default=32) 0 = "Not applicable" 1 = "Inside" 2 = "Outside" 5 = "Inside" 6 = "Outside" -9 = "Dk/no response" ; VALUE TM7798L (default=32) 0 = "Not applicable" 1 = "Inside" 2 = "Outside" 5 = "Inside" 6 = "Outside" -9 = "Dk/no response" ; VALUE TM7799L (default=32) 0 = "Not applicable" 1 = "Inside" 2 = "Outside" 5 = "Inside" 6 = "Outside" -9 = "Dk/no response" ; VALUE TM7800L (default=32) 0 = "Not applicable" 1 = "Inside" 2 = "Outside" 5 = "Inside" 6 = "Outside" -9 = "Dk/no response" ; VALUE TM7801L (default=32) 0 = "Not applicable" 1 = "Inside" 2 = "Outside" 5 = "Inside" 6 = "Outside" -9 = "Dk/no response" ; VALUE TM7802L (default=32) 0 = "Not applicable" 1 = "Street/highway, sidewalk" -9 = "Dk/no response" ; VALUE TM7803L (default=32) 0 = "Not applicable" 1 = "Street/highway, sidewalk" -9 = "Dk/no response" ; VALUE TM7804L (default=32) 0 = "Not applicable" 1 = "Street/highway, sidewalk" -9 = "Dk/no response" ; VALUE TM7805L (default=32) 0 = "Not applicable" 1 = "Street/highway, sidewalk" -9 = "Dk/no response" ; VALUE TM7806L (default=32) 0 = "Not applicable" 1 = "Street/highway, sidewalk" -9 = "Dk/no response" ; VALUE TM7807L (default=32) 0 = "Not applicable" 1 = "Street/highway, sidewalk" -9 = "Dk/no response" ; VALUE TM7808L (default=32) 0 = "Not applicable" 1 = "Street/highway, sidewalk" -9 = "Dk/no response" ; VALUE TM7809L (default=32) 0 = "Not applicable" 1 = "Parking lot" -9 = "Dk/no response" ; VALUE TM7810L (default=32) 0 = "Not applicable" 1 = "Parking lot" -9 = "Dk/no response" ; VALUE TM7811L (default=32) 0 = "Not applicable" 1 = "Parking lot" -9 = "Dk/no response" ; VALUE TM7812L (default=32) 0 = "Not applicable" 1 = "Parking lot" -9 = "Dk/no response" ; VALUE TM7813L (default=32) 0 = "Not applicable" 1 = "Parking lot" -9 = "Dk/no response" ; VALUE TM7814L (default=32) 0 = "Not applicable" 1 = "Parking lot" -9 = "Dk/no response" ; VALUE TM7815L (default=32) 0 = "Not applicable" 1 = "Parking lot" -9 = "Dk/no response" ; VALUE TM7816L (default=32) 0 = "Not applicable" 1 = "Recreation center, sport" -9 = "Dk/no response" ; VALUE TM7817L (default=32) 0 = "Not applicable" 1 = "Recreation center, sport" -9 = "Dk/no response" ; VALUE TM7818L (default=32) 0 = "Not applicable" 1 = "Recreation center, sport" -9 = "Dk/no response" ; VALUE TM7819L (default=32) 0 = "Not applicable" 1 = "Recreation center, sport" -9 = "Dk/no response" ; VALUE TM7820L (default=32) 0 = "Not applicable" 1 = "Recreation center, sport" -9 = "Dk/no response" ; VALUE TM7821L (default=32) 0 = "Not applicable" 1 = "Recreation center, sport" -9 = "Dk/no response" ; VALUE TM7822L (default=32) 0 = "Not applicable" 1 = "Recreation center, sport" -9 = "Dk/no response" ; VALUE TM7823L (default=32) 0 = "Not applicable" 1 = "Park, play-grounds, playing" -9 = "Dk/no response" ; VALUE TM7824L (default=32) 0 = "Not applicable" 1 = "Park, play-grounds, playing" -9 = "Dk/no response" ; VALUE TM7825L (default=32) 0 = "Not applicable" 1 = "Park, play-grounds, playing" -9 = "Dk/no response" ; VALUE TM7826L (default=32) 0 = "Not applicable" 1 = "Park, play-grounds, playing" -9 = "Dk/no response" ; VALUE TM7827L (default=32) 0 = "Not applicable" 1 = "Park, play-grounds, playing" -9 = "Dk/no response" ; VALUE TM7828L (default=32) 0 = "Not applicable" 1 = "Park, play-grounds, playing" -9 = "Dk/no response" ; VALUE TM7829L (default=32) 0 = "Not applicable" 1 = "Park, play-grounds, playing" -9 = "Dk/no response" ; VALUE TM7830L (default=32) 0 = "Not applicable" 1 = "Pool" 2 = "Other" 11 = "Pool" 12 = "Other" -9 = "Dk/no response" ; VALUE TM7831L (default=32) 0 = "Not applicable" 1 = "Pool" 2 = "Other" 11 = "Pool" 12 = "Other" -9 = "Dk/no response" ; VALUE TM7832L (default=32) 0 = "Not applicable" 1 = "Pool" 2 = "Other" 11 = "Pool" 12 = "Other" -9 = "Dk/no response" ; VALUE TM7833L (default=32) 0 = "Not applicable" 1 = "Pool" 2 = "Other" 11 = "Pool" 12 = "Other" -9 = "Dk/no response" ; VALUE TM7834L (default=32) 0 = "Not applicable" 1 = "Pool" 2 = "Other" 11 = "Pool" 12 = "Other" -9 = "Dk/no response" ; VALUE TM7835L (default=32) 0 = "Not applicable" 1 = "Pool" 2 = "Other" 11 = "Pool" 12 = "Other" -9 = "Dk/no response" ; VALUE TM7836L (default=32) 0 = "Not applicable" 1 = "Pool" 2 = "Other" 11 = "Pool" 12 = "Other" -9 = "Dk/no response" ; VALUE TM7837L (default=32) 0 = "Not applicable" 1 = "Farm" -9 = "Dk/no response" ; VALUE TM7838L (default=32) 0 = "Not applicable" 1 = "Farm" -9 = "Dk/no response" ; VALUE TM7839L (default=32) 0 = "Not applicable" 1 = "Farm" -9 = "Dk/no response" ; VALUE TM7840L (default=32) 0 = "Not applicable" 1 = "Farm" -9 = "Dk/no response" ; VALUE TM7841L (default=32) 0 = "Not applicable" 1 = "Farm" -9 = "Dk/no response" ; VALUE TM7842L (default=32) 0 = "Not applicable" 1 = "Farm" -9 = "Dk/no response" ; VALUE TM7843L (default=32) 0 = "Not applicable" 1 = "Farm" -9 = "Dk/no response" ; VALUE TM7844L (default=32) 0 = "Not applicable" 1 = "Other" -9 = "Dk/no response go to TM7621 for" ; VALUE TM7845L (default=32) 0 = "Not applicable" 1 = "Other" -9 = "Dk/no response go to TM7622 for" ; VALUE TM7846L (default=32) 0 = "Not applicable" 1 = "Other" -9 = "Dk/no response go to TM7623 for" ; VALUE TM7847L (default=32) 0 = "Not applicable" 1 = "Other" -9 = "Dk/no response go to TM7624 for" ; VALUE TM7848L (default=32) 0 = "Not applicable" 1 = "Other" -9 = "Dk/no response go to TM7625 for" ; VALUE TM7849L (default=32) 0 = "Not applicable" 1 = "Other" -9 = "Dk/no response go to TM7626 for" ; VALUE TM7850L (default=32) 0 = "Not applicable" 1 = "Other" -9 = "Dk/no response go to TM7851" ; VALUE TM7851L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM8400" ; VALUE TM7852L (default=32) -1 = "Dk" -3 = "Na - item missing" -9 = "Out of universe for the child" 99 = "In universe, but missing or" ; VALUE TM7853L (default=32) -1 = "Dk" -3 = "Na - item missing" -9 = "Out of universe for the child" 9 = "In universe, but missing or" ; VALUE TM7854L (default=32) -1 = "Dk" -3 = "Na - item missing" -9 = "Out of universe for the child" 99 = "In universe, but missing or" ; VALUE TM7855L (default=32) -1 = "Dk" -3 = "Na - item missing" -9 = "Out of universe for the child" 99 = "In universe, but missing or" ; VALUE TM7856L (default=32) -1 = "Dk" -3 = "Na - item missing" -9 = "Out of universe for the child" 99 = "In universe, but missing or" ; VALUE TM7857L (default=32) -1 = "Dk" -3 = "Na - item missing" -9 = "Out of universe for the child" 99 = "In universe, but missing or" ; VALUE TM7858L (default=32) -1 = "Dk" -3 = "Na - item missing" -9 = "Out of universe for the child" 99 = "In universe, but missing or" ; VALUE TM8400L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to Part F (TM9002)" ; VALUE TM8401L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to Part F (TM9002)" ; VALUE TM8402L (default=32) 0 = "Not applicable" ; 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 TM8419L (default=32) 0 = "Not applicable" ; VALUE TM8420L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8421L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8422L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8423L (default=32) 0 = "Not applicable" ; VALUE TM8424L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8425L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8426L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8427L (default=32) 0 = "Not applicable" ; VALUE TM8428L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8429L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8430L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8431L (default=32) 0 = "Not applicable" ; VALUE TM8432L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8433L (default=32) 0 = "Not applicable" 1 = "Yes" ; VALUE TM8434L (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" 1 = "Yes - mark the 'yes' box in" 2 = "No" ; VALUE TM8437L (default=32) 0 = "Not applicable" ; VALUE TM8438L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to 1j" ; VALUE TM8439L (default=32) 0 = "Not applicable" ; VALUE TM8440L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM8441" ; VALUE TM8441L (default=32) 0 = "Not applicable" 1 = "Voluntary written agreement" 2 = "Court-ordered agreement" 3 = "Other type of written agreement" 4 = "Non written (verbal agreement)" ; VALUE TM8442L (default=32) 0 = "Not applicable" -1 = "Dk" ; 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" ; VALUE TM8447L (default=32) 0 = "Not applicable" -1 = "Don't know (dk)" ; VALUE TM8448L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM8451" ; VALUE TM8449L (default=32) 0 = "Not applicable" -1 = "Dk" ; VALUE TM8450L (default=32) 0 = "Not applicable" 1 = "1993 -1996 - Skip to TM8452" 2 = "1992 or earlier - Skip to TM8460" 3 = "Dk - Skip to TM8460" ; VALUE TM8451L (default=32) 0 = "Not applicable" 1 = "1993 - 1996 - Skip to TM8458" 2 = "1992 or earlier - Skip to TM8460" 3 = "Dk - Skip to TM8460" ; VALUE TM8452L (default=32) 0 = "Not applicable" ; VALUE TM8453L (default=32) 0 = "Not applicable" ; VALUE TM8454L (default=32) 0 = "Not applicable" ; VALUE TM8455L (default=32) 0 = "Not applicable" 60000 = "Dollars per year" ; VALUE TM8456L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM8457L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8458L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to TM8460" 2 = "No" ; VALUE TM8459L (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 TM8460L (default=32) 0 = "Not applicable" 13200 = "Amount supposed to have" -1 = "Don't know" ; VALUE TM8461L (default=32) 0 = "Not applicable" 1 = "Directly from the other parent?" 2 = "Through a court?" 3 = "Through the welfare or child" 4 = "Some other method" -1 = "Don't know" ; VALUE TM8462L (default=32) 0 = "Not applicable" 13200 = "Total amount received" -3 = "None - Skip to TM8465" -1 = "Don't know" ; VALUE TM8463L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to Check Item TM8475" ; VALUE TM8464L (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 TM8465L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM8467-72" -1 = "Don't know" ; VALUE TM8466L (default=32) 0 = "Not applicable" 1 = "Less than $500" 2 = "Between $500 and $5, 000" 3 = "More than $5, 000" -1 = "Don't know" ; VALUE TM8467L (default=32) 0 = "Not applicable" 1 = "Non-custodial parent to provide" ; VALUE TM8468L (default=32) 0 = "Not applicable" 1 = "Custodial parent to provide" ; VALUE TM8469L (default=32) 0 = "Not applicable" 1 = "Non-custodial parent to pay" ; VALUE TM8470L (default=32) 0 = "Not applicable" 1 = "Child support payments to" ; VALUE TM8471L (default=32) 0 = "Not applicable" 1 = "None" ; VALUE TM8472L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE TM8473L (default=32) 0 = "Not applicable" 1 = "Joint legal and physical custody" 2 = "Joint legal with mother physical" 3 = "Joint legal with father physical" 4 = "Mother legal and physical" 5 = "Father legal and physical" 6 = "Split custody" 7 = "Other" ; VALUE TM8474L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8475L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM8477-81" ; VALUE TM8476L (default=32) 0 = "Not applicable" 1 = "Yes ask TM8477 for all children" 2 = "No ask TM8477 for oldest child" ; VALUE TM8477L (default=32) 0 = "Not applicable" ; VALUE TM8478L (default=32) 0 = "Not applicable" ; VALUE TM8479L (default=32) 0 = "Not applicable" ; VALUE TM8480L (default=32) 0 = "Not applicable" -3 = "None" ; VALUE TM8481L (default=32) 0 = "Not applicable" -1 = "Dk" ; VALUE TM8482L (default=32) 0 = "Not applicable" 1 = "Same county/city" 2 = "Same state (different county/" 3 = "Different state" 4 = "Other parent now deceased -" 5 = "Other" 6 = "Unknown - Skip to TM8668" ; VALUE TM8483L (default=32) 1 = "Yes" 2 = "No - Skip to Check Item TM8668" ; VALUE TM8484L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to TM8662" 2 = "No" ; VALUE TM8485L (default=32) 0 = "Not applicable" 1 = "Respondent - Skip TM8668" 2 = "Other parent - Skip TM8668" 3 = "Both respondent and other" ; VALUE TM8486L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM8487L (default=32) 0 = "Not applicable" ; VALUE TM8488L (default=32) 0 = "Not applicable" ; VALUE TM8489L (default=32) 0 = "Not applicable" ; VALUE TM8490L (default=32) 0 = "Not applicable" 999999 = "Dollars per year" ; VALUE TM8491L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM8492L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM8495" ; VALUE TM8493L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM8494L (default=32) 0 = "Not applicable" 1 = "1993 -1996 - Skip to TM8496" 2 = "1992 or earlier - Skip to TM8503" 3 = "Dk - Skip to TM8503" ; VALUE TM8495L (default=32) 0 = "Not applicable" 1 = "1993 -1996 - Skip to TM8496" 2 = "1992 or earlier - Skip to TM8503" 3 = "Dk - Skip to TM8503" ; VALUE TM8496L (default=32) 0 = "Not applicable" 999999 = "Dollars per week" ; VALUE TM8497L (default=32) 0 = "Not applicable" 999999 = "Dollars per biweekly" ; VALUE TM8498L (default=32) 0 = "Not applicable" ; VALUE TM8499L (default=32) 0 = "Not applicable" 999999 = "Dollars per year" ; VALUE TM8500L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM8501L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to TM8503" 2 = "No" ; VALUE TM8502L (default=32) 0 = "Not applicable" 1 = "Child(ren) too old" 2 = "Other parent not working" 3 = "Other parent in jail or" 4 = "Other" ; VALUE TM8503L (default=32) 0 = "Not applicable" 13200 = "Total amount that ... was" -1 = "Don't know" ; VALUE TM8504L (default=32) 0 = "Not applicable" 13200 = "Total amount that ... are" -1 = "Don't know" -3 = "None - Skip to TM8507" ; VALUE TM8505L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM8517" ; VALUE TM8506L (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 TM8507L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM8509-14" -1 = "Dk" ; VALUE TM8508L (default=32) 0 = "Not applicable" 1 = "Less than $500" 2 = "Between $500 and $5, 000" 3 = "More than $5, 000" -1 = "Dk" ; VALUE TM8509L (default=32) 0 = "Not applicable" 1 = "Non-custodial parent to provide" ; VALUE TM8510L (default=32) 0 = "Not applicable" 1 = "Custodial parent to provide" ; VALUE TM8511L (default=32) 0 = "Not applicable" 1 = "Non-custodial parent to pay" ; VALUE TM8512L (default=32) 0 = "Not applicable" 1 = "Child support payments to" ; VALUE TM8513L (default=32) 0 = "Not applicable" 1 = "None" ; VALUE TM8514L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE TM8515L (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 TM8516L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8517L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM8519-23" ; VALUE TM8518L (default=32) 0 = "Not applicable" 1 = "Yes ask TM8519-23 for all" 2 = "No ask TM8519-23 for oldest" ; VALUE TM8519L (default=32) 0 = "Not applicable" ; VALUE TM8520L (default=32) 0 = "Not applicable" ; VALUE TM8521L (default=32) 0 = "Not applicable" ; VALUE TM8522L (default=32) -3 = "None" ; VALUE TM8523L (default=32) -1 = "Don't know" ; VALUE TM8524L (default=32) 0 = "Not applicable" 1 = "Male - Skip to TM8655" 2 = "Female" ; VALUE TM8525L (default=32) 0 = "Not applicable" 1 = "Never married - go to TM8526" 2 = "All others - Skip to TM8590" ; VALUE TM8526L (default=32) 0 = "Not applicable" ; VALUE TM8527L (default=32) 0 = "Not applicable" ; VALUE TM8528L (default=32) 0 = "Not applicable" ; 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" ; VALUE TM8533L (default=32) 0 = "Not applicable" ; VALUE TM8534L (default=32) 0 = "Not applicable" ; VALUE TM8535L (default=32) 0 = "Not applicable" ; VALUE TM8536L (default=32) 0 = "Not applicable" ; VALUE TM8537L (default=32) 0 = "Not applicable" ; VALUE TM8538L (default=32) 0 = "Not applicable" ; VALUE TM8539L (default=32) 0 = "Not applicable" ; VALUE TM8540L (default=32) 0 = "Not applicable" ; VALUE TM8541L (default=32) 0 = "Not applicable" ; VALUE TM8542L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8543L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8544L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8545L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8546L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8547L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8548L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8549L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8550L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8551L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8552L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8553L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8554L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8555L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8556L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8557L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8558L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8559L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8560L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8561L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8562L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8563L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8564L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8565L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8566L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8567L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8568L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8569L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8570L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8571L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8572L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8573L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8574L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8575L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8576L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8577L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8578L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8579L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8580L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8581L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE TM8582L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM8542 through TM8574" 2 = "No - Skip to TM8655" ; VALUE TM8583L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM8542 through TM8574" 2 = "No - Skip to TM8655" ; VALUE TM8584L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM8542 through TM8574" 2 = "No - Skip to TM8655" ; VALUE TM8585L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM8542 through TM8574" 2 = "No - Skip to TM8655" ; VALUE TM8586L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM8542 through TM8574" 2 = "No - Skip to TM8655" ; VALUE TM8587L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM8542 through TM8574" 2 = "No - Skip to TM8655" ; VALUE TM8588L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM8542 through TM8574" 2 = "No - Skip to TM8655" ; VALUE TM8590L (default=32) 0 = "Not applicalbe" ; VALUE TM8591L (default=32) 0 = "Not applicalbe" ; VALUE TM8592L (default=32) 0 = "Not applicalbe" ; VALUE TM8593L (default=32) 0 = "Not applicalbe" ; VALUE TM8594L (default=32) 0 = "Not applicalbe" ; VALUE TM8595L (default=32) 0 = "Not applicalbe" ; VALUE TM8596L (default=32) 0 = "Not applicalbe" ; VALUE TM8597L (default=32) 0 = "Not applicalbe" ; VALUE TM8598L (default=32) 0 = "Not applicable" ; VALUE TM8599L (default=32) 0 = "Not applicable" ; VALUE TM8600L (default=32) 0 = "Not applicable" ; VALUE TM8601L (default=32) 0 = "Not applicable" ; VALUE TM8602L (default=32) 0 = "Not applicable" ; VALUE TM8603L (default=32) 0 = "Not applicable" ; VALUE TM8604L (default=32) 0 = "Not applicable" ; VALUE TM8605L (default=32) 0 = "Not applicable" ; VALUE TM8606L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to TM8655" 2 = "No" ; VALUE TM8607L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8608L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8609L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8610L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8611L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8612L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8613L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8614L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8615L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8616L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8617L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8618L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8619L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8620L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8621L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8622L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8623L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8624L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8625L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8626L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8627L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8628L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8629L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8630L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8631L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8632L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8633L (default=32) 0 = "Not Applicable" 1 = "Yes" 2 = "No" -1 = "Don't Know" ; VALUE TM8634L (default=32) 0 = "Not Applicable" 1 = "Yes" 2 = "No" -1 = "Don't Know" ; VALUE TM8635L (default=32) 0 = "Not Applicable" 1 = "Yes" 2 = "No" -1 = "Don't Know" ; VALUE TM8636L (default=32) 0 = "Not Applicable" 1 = "Yes" 2 = "No" -1 = "Don't Know" ; VALUE TM8637L (default=32) 0 = "Not Applicable" 1 = "Yes" 2 = "No" -1 = "Don't Know" ; VALUE TM8638L (default=32) 0 = "Not Applicable" 1 = "Yes" 2 = "No" -1 = "Don't Know" ; VALUE TM8639L (default=32) 0 = "Not Applicable" 1 = "Yes" 2 = "No" -1 = "Don't Know" ; VALUE TM8640L (default=32) 0 = "Not Applicable" 1 = "Yes" 2 = "No" -1 = "Don't Know" ; VALUE TM8641L (default=32) 0 = "Not Applicable" 1 = "Yes" 2 = "No" -1 = "Don't Know" ; VALUE TM8642L (default=32) 0 = "Not Applicable" 1 = "Yes" 2 = "No" -1 = "Don't Know" ; VALUE TM8643L (default=32) 0 = "Not Applicable" 1 = "Yes" 2 = "No" -1 = "Don't Know" ; VALUE TM8644L (default=32) 0 = "Not Applicable" 1 = "Yes" 2 = "No" -1 = "Don't Know" ; VALUE TM8645L (default=32) 0 = "Not Applicable" 1 = "Yes" 2 = "No" -1 = "Don't Know" ; VALUE TM8646L (default=32) 0 = "Not Applicable" 1 = "Yes" 2 = "No" -1 = "Don't Know" ; VALUE TM8647L (default=32) 0 = "Not Applicable" 1 = "Yes - Ask TM8607 Through TM8639" 2 = "No - Skip To TM8655" ; VALUE TM8648L (default=32) 0 = "Not Applicable" 1 = "Yes - Ask TM8608 Through TM8639" 2 = "No - Skip To TM8655" ; VALUE TM8649L (default=32) 0 = "Not Applicable" 1 = "Yes - Ask TM8609 Through TM8639" 2 = "No - Skip To TM8655" ; VALUE TM8650L (default=32) 0 = "Not Applicable" 1 = "Yes - Ask TM8610 Through TM8639" 2 = "No - Skip To TM8655" ; VALUE TM8651L (default=32) 0 = "Not Applicable" 1 = "Yes - Ask TM8611 Through TM8639" 2 = "No - Skip To TM8655" ; VALUE TM8652L (default=32) 0 = "Not Applicable" 1 = "Yes - Ask TM8600 Through TM8639" 2 = "No - Skip To TM8655" ; VALUE TM8653L (default=32) 0 = "Not Applicable" 1 = "Yes - Ask TM8612 Through TM8639" 2 = "No - Skip To TM8655" ; VALUE TM8655L (default=32) 0 = "Not Applicable" 1 = "Yes" 2 = "No - Skip To TM8664" ; VALUE TM8656L (default=32) 0 = "Not Applicable" 1 = "Legal Paternity Not Established" ; VALUE TM8657L (default=32) 0 = "Not Applicable" 1 = "Unable To Locate Parent" ; VALUE TM8658L (default=32) 0 = "Not Applicable" 1 = "Other Parent Unable To Pay" ; VALUE TM8659L (default=32) 0 = "Not Applicable" 1 = "Final Agreement Pending" ; VALUE TM8660L (default=32) 0 = "Not Applicable" 1 = "Accepted Property Settlement" ; VALUE TM8661L (default=32) 0 = "Not Applicable" 1 = "Do Not Want A Legal Child" ; VALUE TM8662L (default=32) 0 = "Not Applicable" 1 = "Did Not Pursue Award" ; VALUE TM8663L (default=32) 0 = "Not Applicable" 1 = "Other" ; VALUE TM8664L (default=32) 0 = "Not Applicable" 1 = "Same County / City" 2 = "Same State (Different County /" 3 = "Different State" 4 = "Other Parent Now Deceased - Skip" 5 = "Other" 6 = "Unknown - Skip To Check Item" ; VALUE TM8665L (default=32) 0 = "Not Applicable" 1 = "Yes" 2 = "No - Skip To TM8668" ; VALUE TM8666L (default=32) 0 = "Not Applicable" 1 = "Yes" 2 = "No" ; VALUE TM8667L (default=32) 0 = "Not Applicable" 1 = "Respondent" 2 = "Other Parent" 3 = "Both Respondent And Other Parent" ; VALUE TM8668L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM8676" ; VALUE TM8669L (default=32) 0 = "Not applicable" ; VALUE TM8670L (default=32) 0 = "Not applicable" 999999 = "Dollars per biweek" ; VALUE TM8671L (default=32) 0 = "Not applicable" ; VALUE TM8672L (default=32) 0 = "Not applicable" ; VALUE TM8673L (default=32) 0 = "Not applicable" -1 = "Don't know" -3 = "None" ; VALUE TM8674L (default=32) 0 = "Not applicable" 13200 = "Total amount that ... actually" -1 = "Don't know" -3 = "None" ; VALUE TM8676L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to Check Item TM8710" ; VALUE TM8678L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM8680L (default=32) 0 = "Not applicable" 1 = "Locate the other parent" ; VALUE TM8682L (default=32) 0 = "Not applicable" 1 = "Establish paternity" ; VALUE TM8684L (default=32) 0 = "Not applicable" 1 = "Establish support obligation" ; VALUE TM8686L (default=32) 0 = "Not applicable" 1 = "Establish medical support" ; VALUE TM8688L (default=32) 0 = "Not applicable" 1 = "Enforce support order" ; VALUE TM8690L (default=32) 0 = "Not applicable" 1 = "Modify an order" ; VALUE TM8692L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE TM8694L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to Check Item TM8710" ; VALUE TM8696L (default=32) 0 = "Not applicable" 1 = "Locate the other parent" ; VALUE TM8698L (default=32) 0 = "Not applicable" 1 = "Establish paternity" ; VALUE TM8700L (default=32) 0 = "Not applicable" 1 = "Establish support obligation" ; VALUE TM8702L (default=32) 0 = "Not applicable" 1 = "Establish medical support" ; VALUE TM8704L (default=32) 0 = "Not applicable" 1 = "Enforce support order" ; VALUE TM8706L (default=32) 0 = "Not applicable" 1 = "Modify an order" ; VALUE TM8708L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE TM8710L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM8910" ; VALUE TM8712L (default=32) 0 = "Not applicable" 1 = "Male - Skip to Check Item TM8866" 2 = "Female" ; VALUE TM8714L (default=32) 0 = "Not applicable" 1 = "Never married" 2 = "All others - Skip to Check" ; VALUE TM8715L (default=32) 0 = "Not applicalbe" ; VALUE TM8716L (default=32) 0 = "Not applicalbe" ; VALUE TM8717L (default=32) 0 = "Not applicalbe" ; VALUE TM8718L (default=32) 0 = "Not applicalbe" ; VALUE TM8719L (default=32) 0 = "Not applicalbe" ; VALUE TM8720L (default=32) 0 = "Not applicalbe" ; VALUE TM8721L (default=32) 0 = "Not applicalbe" ; VALUE TM8722L (default=32) 0 = "Not applicalbe" ; VALUE TM8723L (default=32) 0 = "Not applicable" ; VALUE TM8724L (default=32) 0 = "Not applicable" ; VALUE TM8725L (default=32) 0 = "Not applicable" ; VALUE TM8726L (default=32) 0 = "Not applicable" ; VALUE TM8727L (default=32) 0 = "Not applicable" ; VALUE TM8728L (default=32) 0 = "Not applicable" ; VALUE TM8729L (default=32) 0 = "Not applicable" ; VALUE TM8730L (default=32) 0 = "Not applicable" ; VALUE TM8731L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8732L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8733L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8734L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8735L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8736L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8737L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8738L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8739L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8740L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8741L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8742L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8743L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8744L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8745L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8746L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8747L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8748L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8749L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8750L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8751L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8752L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8753L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8754L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8755L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8756L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8757L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8758L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8759L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8760L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8761L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8762L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8763L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8764L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8765L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8766L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8767L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8768L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8769L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8770L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8771L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM8731 through TM8763" 2 = "No - Skip to TM8864" ; VALUE TM8772L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM8732 through TM8763" 2 = "No - Skip to TM8864" ; VALUE TM8773L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM8733 through TM8763" 2 = "No - Skip to TM8864" ; VALUE TM8774L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM8734 through TM8763" 2 = "No - Skip to TM8864" ; VALUE TM8775L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM8735 through TM8763" 2 = "No - Skip to TM8864" ; VALUE TM8776L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM8736 through TM8763" 2 = "No - Skip to TM8864" ; VALUE TM8777L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM8737 through TM8763" 2 = "No - Skip to TM8864" ; VALUE TM8779L (default=32) 0 = "Not applicalbe" ; VALUE TM8780L (default=32) 0 = "Not applicalbe" ; VALUE TM8781L (default=32) 0 = "Not applicalbe" ; VALUE TM8782L (default=32) 0 = "Not applicalbe" ; VALUE TM8783L (default=32) 0 = "Not applicalbe" ; VALUE TM8784L (default=32) 0 = "Not applicalbe" ; VALUE TM8785L (default=32) 0 = "Not applicalbe" ; VALUE TM8786L (default=32) 0 = "Not applicalbe" ; VALUE TM8787L (default=32) 0 = "Not applicable" ; VALUE TM8788L (default=32) 0 = "Not applicable" ; VALUE TM8789L (default=32) 0 = "Not applicable" ; VALUE TM8790L (default=32) 0 = "Not applicable" ; VALUE TM8791L (default=32) 0 = "Not applicable" ; VALUE TM8792L (default=32) 0 = "Not applicable" ; VALUE TM8793L (default=32) 0 = "Not applicable" ; VALUE TM8794L (default=32) 0 = "Not applicable" ; VALUE TM8795L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM8805 for this" ; VALUE TM8796L (default=32) 0 = "Not applicable" 1 = "Yes - if last child skip to" 2 = "No - Skip to TM8805 for this" ; VALUE TM8797L (default=32) 0 = "Not applicable" 1 = "Yes - if last child skip to" 2 = "No - Skip to TM8805 for child" ; VALUE TM8798L (default=32) 0 = "Not applicable" 1 = "Yes - if last child skip to" 2 = "No - Skip to TM8805 for this" ; VALUE TM8799L (default=32) 0 = "Not applicable" 1 = "Yes - if last child skip to" 2 = "No - Skip to TM8805 for this" ; VALUE TM8800L (default=32) 0 = "Not applicable" 1 = "Yes - if last child skip to" 2 = "No - Skip to TM8805 for this" ; VALUE TM8801L (default=32) 0 = "Not applicable" 1 = "Yes - if last child skip to" 2 = "No - Skip to TM8805 for this" ; VALUE TM8802L (default=32) 0 = "Not applicable" 1 = "Yes - skip to Check Item T79" 2 = "No - Skip to TM8805 for child" ; VALUE TM8803L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - ask TM8869 through TM8907" ; VALUE TM8804L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM8869 through TM8907" 2 = "No - go to 7a for the next child" ; VALUE TM8805L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8806L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8807L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8808L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8809L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8810L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8811L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8812L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8813L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8814L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8815L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8816L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8817L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8818L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8819L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8820L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8821L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8822L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8823L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8824L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8825L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8826L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8827L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8828L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8829L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8830L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8831L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8832L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8833L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8834L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8835L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8836L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8837L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8838L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8839L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8840L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8841L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8842L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8843L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8844L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE TM8845L (default=32) 0 = "Not applicable" 1 = "Yes - go to TM8796 for next" 2 = "No - Skip to TM8869" ; VALUE TM8846L (default=32) 0 = "Not applicable" 1 = "Yes - go to TM8797 for next" 2 = "No - Skip to TM8869" ; VALUE TM8847L (default=32) 0 = "Not applicable" 1 = "Yes - go to TM8798 for next" 2 = "No - Skip to TM8869" ; VALUE TM8848L (default=32) 0 = "Not applicable" 1 = "Yes - go to TM8799 for next" 2 = "No - Skip to TM8869" ; VALUE TM8849L (default=32) 0 = "Not applicable" 1 = "Yes - go to TM8800 for next" 2 = "No - Skip to TM8869" ; VALUE TM8850L (default=32) 0 = "Not applicable" 1 = "Yes - go to TM8801 for next" 2 = "No - Skip to TM8869" ; VALUE TM8851L (default=32) 0 = "Not applicable" 1 = "Yes - go to TM8802 for next" 2 = "No - Skip to TM8869" ; VALUE TM8853L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to Check" 2 = "No - Skip to TM8862" ; VALUE TM8854L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to Check" 2 = "No - Skip to TM8862" ; VALUE TM8855L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to Check" 2 = "No - Skip to TM8862" ; VALUE TM8856L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to Check" 2 = "No - Skip to TM8862" ; VALUE TM8857L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to Check" 2 = "No - Skip to TM8862" ; VALUE TM8858L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to Check" 2 = "No - Skip to TM8862" ; VALUE TM8859L (default=32) 0 = "Not applicable" 1 = "Yes - Skip to Check" 2 = "No - Skip to TM8862" ; VALUE TM8862L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8864L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM8715-TM8722 for" 2 = "No - ask TM8715-TM8722 for first" ; VALUE TM8866L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - ask TM8715-TM8722 for child" ; VALUE TM8868L (default=32) 0 = "Not applicable" 1 = "Yes - ask TM8715-TM8722 for" 2 = "No - ask TM8715-TM8722 for" ; VALUE TM8869L (default=32) 0 = "Not applicalbe" ; VALUE TM8870L (default=32) 0 = "Not applicalbe" ; VALUE TM8871L (default=32) 0 = "Not applicable" 1 = "Legal paternity not established" ; VALUE TM8872L (default=32) 0 = "Not applicable" 1 = "Legal paternity not established" ; VALUE TM8873L (default=32) 0 = "Not applicable" 1 = "Unable to locate parent" ; VALUE TM8874L (default=32) 0 = "Not applicable" 1 = "Unable to locate parent" ; VALUE TM8875L (default=32) 0 = "Not applicable" 1 = "Other parent unable to pay" ; VALUE TM8876L (default=32) 0 = "Not applicable" 1 = "Other parent unable to pay" ; VALUE TM8877L (default=32) 0 = "Not applicable" 1 = "Final agreement pending" ; VALUE TM8878L (default=32) 0 = "Not applicable" 1 = "Final agreement pending" ; VALUE TM8879L (default=32) 0 = "Not applicable" 1 = "Accepted property or cash" ; VALUE TM8880L (default=32) 0 = "Not applicable" 1 = "Accepted property or cash" ; VALUE TM8881L (default=32) 0 = "Not applicable" 1 = "Do not want child support" ; VALUE TM8882L (default=32) 0 = "Not applicable" 1 = "Do not want child support" ; VALUE TM8883L (default=32) 0 = "Not applicable" 1 = "Did not pursue award" ; VALUE TM8884L (default=32) 0 = "Not applicable" 1 = "Did not pursue award" ; VALUE TM8885L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE TM8886L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE TM8887L (default=32) 0 = "Not applicable" 1 = "Same county/city" ; VALUE TM8888L (default=32) 0 = "Not applicable" 1 = "Same county/city" ; VALUE TM8889L (default=32) 0 = "Not applicable" 1 = "Same state (different" ; VALUE TM8890L (default=32) 0 = "Not applicable" 1 = "Same state (different" ; VALUE TM8891L (default=32) 0 = "Not applicable" 1 = "Different state" ; VALUE TM8892L (default=32) 0 = "Not applicable" 1 = "Different state" ; VALUE TM8893L (default=32) 0 = "Not applicable" 1 = "Other parent deceased - Skip" ; VALUE TM8894L (default=32) 0 = "Not applicable" 1 = "Other parent deceased - Skip" ; VALUE TM8895L (default=32) 0 = "Not applicable" 1 = "Other" -1 = "Unknown" ; VALUE TM8896L (default=32) 0 = "Not applicable" 1 = "Other" -1 = "Unknown what is the total amount" ; VALUE TM8897L (default=32) 0 = "Not applicable" ; VALUE TM8898L (default=32) 0 = "Not applicable" ; VALUE TM8900L (default=32) 0 = "Not applicable" ; VALUE TM8901L (default=32) 0 = "Not applicable" ; VALUE TM8902L (default=32) 0 = "Not applicable" ; VALUE TM8903L (default=32) 0 = "Not applicable" ; VALUE TM8904L (default=32) 0 = "Not applicable" -3 = "None" ; VALUE TM8905L (default=32) 0 = "Not applicable" -3 = "None" ; VALUE TM8906L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM8907L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM8908L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM8910" ; VALUE TM8909L (default=32) 0 = "Not applicable" 13200 = "Dollars" -1 = "Don't know" ; VALUE TM8910L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE IM8401L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8403L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8439L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8441L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8442L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8443L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8448L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8449L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8452L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8457L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8458L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8459L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8460L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8461L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8462L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8464L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8465L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8466L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8467L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8473L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8474L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8476L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8477L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8482L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8484L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8485L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8486L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8487L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8492L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8493L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8494L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8496L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8501L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8502L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8503L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8504L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8506L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8507L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8508L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8509L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8515L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8516L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8518L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8519L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8542L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8543L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8544L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8545L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8546L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8547L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8548L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8549L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8550L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8551L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8552L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8553L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8554L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8555L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8556L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8557L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8558L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8559L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8560L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8561L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8562L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8563L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8564L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8565L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8566L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8567L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8568L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8569L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8570L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8571L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8572L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8573L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8574L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8575L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8576L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8577L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8578L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8579L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8580L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8581L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8607L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8608L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8609L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8610L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8611L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8612L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8613L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8614L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8615L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8616L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8617L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8618L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8619L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8620L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8621L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8622L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8623L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8624L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8625L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8626L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8627L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8628L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8629L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8630L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8631L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8632L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8633L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8634L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8635L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8636L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8637L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8638L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8639L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8640L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8641L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8642L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8643L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8644L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8645L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8646L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8656L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8664L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8666L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8667L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8669L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8674L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8676L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8678L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8680L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8694L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8696L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8731L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8732L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8733L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8734L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8735L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8736L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8737L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8738L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8739L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8740L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8741L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8742L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8743L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8744L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8745L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8746L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8747L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8748L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8749L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8750L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8751L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8752L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8753L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8754L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8755L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8756L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8757L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8758L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8759L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8760L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8761L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8762L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8763L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8764L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8765L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8766L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8767L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8768L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8769L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8770L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8795L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8796L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8797L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8798L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8799L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8800L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8801L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8802L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8804L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8805L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8806L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8807L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8808L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8809L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8810L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8811L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8812L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8813L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8814L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8815L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8816L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8817L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8818L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8819L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8820L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8821L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8822L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8823L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8824L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8825L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8826L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8827L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8828L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8829L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8830L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8831L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8832L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8833L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8834L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8835L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8836L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8837L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8838L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8839L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8840L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8841L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8842L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8843L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8844L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8868L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8871L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8872L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8887L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8888L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8897L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8898L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8908L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8909L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IM8910L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM9100L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9148" -1 = "Don't know - Skip to TM9148" ; VALUE TM9102L (default=32) 0 = "Not applicable" 1 = "Regular" 2 = "Lump-sum" 3 = "Both" ; VALUE TM9104L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM9106L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM9108L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9146" ; VALUE TM9110L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM9112L (default=32) 0 = "Not applicable" 1 = "Voluntary written agreement" 2 = "Court-ordered agreement" 3 = "Other type of written agreement" 4 = "Non-written agreement" ; VALUE TM9114L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM9116L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9122" -1 = "Don't know - Skip to TM9122" ; VALUE TM9118L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM9120L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM9122L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM9124L (default=32) 0 = "Not applicable" 15600 = "Amount paid" -1 = "Don't know" ; VALUE TM9126L (default=32) 0 = "Not applicable" 1 = "Through employment related wage" 2 = "Directly to the other parent" 3 = "Directly to the court" 4 = "Directly to a child support" 5 = "Other" -1 = "Don't know" ; VALUE TM9128L (default=32) 0 = "Not applicable" 1 = "Non-custodial parent to provide" ; VALUE TM9130L (default=32) 0 = "Not applicable" 1 = "Custodial parent to provide" ; VALUE TM9132L (default=32) 0 = "Not applicable" 1 = "Non-custodial parent to pay" ; VALUE TM9134L (default=32) 0 = "Not applicable" 1 = "Child support payments to" ; VALUE TM9136L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE TM9138L (default=32) 0 = "Not applicable" -3 = "None" ; VALUE TM9140L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9042" ; VALUE TM9142L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM9144L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to part e" ; VALUE TM9146L (default=32) 0 = "Not applicable" 18000 = "The amount of child" -1 = "Don't know" ; VALUE TM9148L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9200 - part g" ; VALUE TM9150L (default=32) 0 = "Not applicable" -1 = "Don't know" ; VALUE TM9152L (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 TM9153L (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 TM9154L (default=32) 0 = "Not applicable" 1 = "Private home or apt" 2 = "Nursing home" 3 = "Someplace else" ; VALUE TM9155L (default=32) 0 = "Not applicable" 1 = "Private home or apt" 2 = "Nursing home" 3 = "Someplace else" ; VALUE TM9156L (default=32) 0 = "Not applicable" 18000 = "Per week" ; VALUE TM9157L (default=32) 0 = "Not applicable" 10000 = "Per week" ; VALUE TM9158L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - Skip to TM9200" ; VALUE TM9159L (default=32) 0 = "Not applicable" 50000 = "Amount" -1 = "Dk" ; VALUE IMP9100L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9102L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9104L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9106L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9108L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9110L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9112L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9114L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9116L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9118L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9120L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9122L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9124L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9126L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP28_3Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9140L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9142L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9144L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9146L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9148L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9150L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9152L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9153L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9154L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9155L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9156L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9157L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9158L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP9159L (default=32) 0 = "Not imputed" 1 = "Imputed" ; filename raw pipe "unzip -p /homes/data/sipp/1993/sipp93t9.zip "; data library.sip93t9; missing A; infile raw lrecl = 20000 missover ; * To read in uncompressed file, uncomment INFILE & comment filename & infile lines; * On a PC, you may need to change the direction of the slashes as in C:\; *INFILE '/homes/data/sipp/1993/sipp93t9.dat' LRECL=20000 PAD END=EOF; *LENGTH SUSEQNUM 4 ID 6 ADDID $2 ENTRY $2 FINALWGT 8 TM9278 4 TM9284 4 TM9286 4 TM9288 4 TM9290 4 TM9292 4 TM9294 4 TM9296 4 TM9298 4 TM6078 4 TM6080 4 TM6086 8 TM6088 8 TM6122 4 TM6124 4 TM6170 4 TM6172 4 TM8004 8 TM8006 8 TM8048 4 TM8052 4 TM8056 4 TM8060 4 TM9460 4 TM9542 4 TM9662 4 TM9744 4 TM9807 4 TM9849 4 TM9909 4 TM9951 4 TM8442 4 TM8443 4 TM8444 4 TM8445 4 TM8446 4 TM8449 4 TM8452 4 TM8453 4 TM8454 4 TM8455 4 TM8460 4 TM8462 4 TM8486 4 TM8487 4 TM8488 4 TM8489 4 TM8490 4 TM8493 4 TM8496 4 TM8497 4 TM8498 4 TM8499 4 TM8503 4 TM8504 4 TM8669 4 TM8670 4 TM8671 4 TM8672 4 TM8674 4 TM8678 4 TM8909 4 TM9114 4 TM9118 4 TM9124 4 TM9142 4 TM9146 4 TM9156 4 TM9157 4 TM9159 4 DEFAULT=3; /*-------------------------------------------------------------------------------------*/ /* The following changes in variable names have been made, if necessary: '$' to 'd'; '-' to '_'; '%' to 'p'; Note: Variable names in SAS are not case-sensitive */ /*-------------------------------------------------------------------------------------*/ INPUT @1 SUSEQNUM 5. @6 ID 9. @15 ROTATION 1. @16 STATE 2. @18 PINX 2. @20 ADDID $2. @22 ITEM36B 2. @24 INTVW 1. @25 PP_MIS1 1. @26 PP_MIS2 1. @27 PP_MIS3 1. @28 PP_MIS4 1. @29 PP_MIS5 1. @30 ENTRY $2. @32 PNUM $3. @35 FINALWGT 12.4 @47 RRP 1. @48 AGE 3. @51 SEX 1. @52 RACE 1. @53 MS 1. @54 PNSP 3. @57 PNPT 3. @60 HIGRADE 2. @62 GRD_CMPL 1. @63 ETHNICTY 2. @65 WAVE 1. @69 TM9200 1. @70 TM9201 1. @71 TM9202 2. @73 TM9204 2. @75 TM9210 2. @77 TM9216 2. @79 TM9222 2. @81 TM9228 2. @83 TM9234 2. @85 TM9240 2. @87 TM9206 1. @88 TM9212 1. @89 TM9218 1. @90 TM9224 1. @91 TM9230 1. @92 TM9236 1. @93 TM9242 1. @94 TM9208 2. @96 TM9214 2. @98 TM9220 2. @100 TM9226 2. @102 TM9232 2. @104 TM9238 2. @106 TM9244 2. @108 TM9246 2. @110 TM9248 2. @112 TM9250 2. @114 TM9252 1. @115 TM9254 1. @116 TM9256 1. @117 TM9258 1. @118 TM9260 1. @119 TM9262 1. @120 TM9264 1. @121 TM9266 1. @122 TM9268 1. @123 TM9270 1. @124 TM9272 1. @125 TM9274 1. @126 TM9276 2. @128 TM9278 6. @134 TM9280 1. @135 TM9282 1. @136 TM9284 6. @142 TM9286 6. @148 TM9288 6. @154 TM9290 6. @160 TM9292 6. @166 TM9294 6. @172 TM9296 6. @178 TM9298 6. @184 TM6000 1. @185 TM6002 2. @187 TM6004 2. @189 TM6006 2. @191 TM6008 2. @193 TM6010 2. @195 TM6012 2. @197 TM6014 2. @199 TM6016 2. @201 TM6018 2. @203 TM6020 2. @205 TM6022 2. @207 TM6024 2. @209 TM6026 2. @211 TM6028 2. @213 TM6030 1. @214 TM6032 1. @215 TM6034 1. @216 TM6036 1. @217 TM6038 1. @218 TM6040 1. @219 TM6042 1. @220 TM6044 1. @221 TM6046 1. @222 TM6048 1. @223 TM6050 1. @224 TM6052 1. @225 TM6054 1. @226 TM6056 1. @227 TM6058 2. @229 TM6060 2. @231 TM6062 2. @233 TM6064 2. @235 TM6066 2. @237 TM6068 2. @239 TM6070 2. @241 TM6072 2. @243 TM6074 2. @245 TM6076 2. @247 TM6078 6. @253 TM6080 6. @259 TM6082 1. @260 TM6084 1. @261 TM6086 3.1 @264 TM6088 3.1 @267 TM6090 2. @269 TM6092 2. @271 TM6094 2. @273 TM6096 2. @275 TM6098 2. @277 TM6100 2. @279 TM6102 2. @281 TM6104 2. @283 TM6106 2. @285 TM6108 2. @287 TM6110 2. @289 TM6112 2. @291 TM6114 2. @293 TM6116 2. @295 TM6118 2. @297 TM6120 2. @299 TM6122 6. @305 TM6124 6. @311 TM6126 2. @313 TM6128 2. @315 TM6130 2. @317 TM6132 2. @319 TM6134 1. @320 TM6136 1. @321 TM6138 1. @322 TM6140 1. @323 TM6142 2. @325 TM6144 2. @327 TM6146 1. @328 TM6148 2. @330 TM6150 1. @331 TM6152 1. @332 TM6154 1. @333 TM6156 1. @334 TM6158 1. @335 TM6160 1. @336 TM6162 2. @338 TM6164 1. @339 TM6166 2. @341 TM6168 2. @343 TM6170 4. @347 TM6172 6. @353 TM6174 2. @355 TM6176 1. @356 TM6178 1. @357 TM6180 1. @358 TM6182 1. @359 TM6184 1. @360 TM6186 1. @361 TM6188 1. @362 TM6190 1. @363 TM6192 1. @364 TM6194 1. @365 TM6196 1. @366 IMP6006 1. @367 IMP6008 1. @368 IMP6010 1. @369 IMP6012 1. @370 IMP6014 1. @371 IMP6016 1. @372 IMP6018 1. @373 IMP6020 1. @374 IMP6022 1. @375 IMP6024 1. @376 IMP6026 1. @377 IMP6028 1. @378 IMP30_54 1. @379 IMP32_56 1. @380 IMP6062 1. @381 IMP6064 1. @382 IMP6066 1. @383 IMP6068 1. @384 IMP6070 1. @385 IMP6072 1. @386 IMP6074 1. @387 IMP6076 1. @388 IMP6078 1. @389 IMP6086 1. @390 IMP6088 1. @391 IMP6094 1. @392 IMP6096 1. @393 IMP6098 1. @394 IMP6100 1. @395 IMP6102 1. @396 IMP6104 1. @397 IMP6106 1. @398 IMP6108 1. @399 IMP6110 1. @400 IMP6112 1. @401 IMP6114 1. @402 IMP6116 1. @403 IMP6118 1. @404 IMP6120 1. @405 IMP6122 1. @406 IMP6124 1. @407 IMP6126 1. @408 IMP6128 1. @409 IMP6130 1. @410 IMP6132 1. @411 IMP6142 1. @412 IMP6144 1. @413 IMP6148 1. @414 IMP50_60 1. @415 IMP6162 1. @416 IMP6166 1. @417 IMP6168 1. @418 IMP6170 1. @419 IMP6172 1. @420 IMP6174 1. @421 IMP76_96 1. @422 IMP6178 1. @423 CAL6094 1. @424 CAL6096 1. @425 CAL6138 1. @426 CAL6140 1. @427 CAL6162 1. @428 TM8000 1. @429 TM8001 1. @430 TM8002 1. @431 TM8004 3.1 @434 TM8006 3.1 @437 TM8008 1. @438 TM8010 1. @439 TM8012 1. @440 TM8014 1. @441 TM8016 1. @442 TM8018 1. @443 TM8020 1. @444 TM8022 1. @445 TM8024 1. @446 TM8026 1. @447 TM8028 1. @448 TM8030 1. @449 TM8032 1. @450 TM8034 1. @451 TM8036 1. @452 TM8038 1. @453 TM8040 1. @454 TM8042 1. @455 TM8044 2. @457 TM8046 2. @459 TM8048 4. @463 TM8050 1. @464 TM8052 4. @468 TM8054 1. @469 TM8056 4. @473 TM8058 1. @474 TM8060 4. @478 TM8062 1. @479 TM8066 2. @481 TM8067 2. @483 TM8068 1. @484 TM8069 1. @485 TM8070 1. @486 TM8071 1. @487 TM8072 1. @488 TM8073 1. @489 TM8074 1. @490 TM8075 1. @491 TM8076 1. @492 TM8077 1. @493 TM8078 1. @494 TM8079 1. @495 TM8080 1. @496 TM8081 1. @497 TM8082 1. @498 TM8083 1. @499 TM8084 2. @501 TM8085 2. @503 TM8086 1. @504 TM8087 1. @505 TM8088 1. @506 TM8089 1. @507 TM8090 1. @508 IMP8001 1. @509 IMP8004 1. @510 IMP8006 1. @511 IMP8050 1. @512 IMP8054 1. @513 IMP8086 1. @514 IMP8087 1. @515 IMP8088 1. @516 IMP8089 1. @517 IMP08_40 1. @518 IMP10_42 1. @519 IMP16_40 1. @520 IMP18_42 1. @521 IMP48_50 1. @522 IMP48_58 1. @523 IMP52_54 1. @524 IMP52_62 1. @525 IMP56_58 1. @526 IMP60_62 1. @527 IMP66_82 1. @528 IMP67_83 1. @529 TM9330 1. @530 TM9332 2. @532 TM9334 1. @533 TM9336 1. @534 TM9338 1. @535 TM9340 2. @537 TM9342 1. @538 TM9344 1. @539 TM9346 2. @541 TM9348 3. @544 TM9350 1. @545 TM9352 1. @546 TM9354 1. @547 TM9356 2. @549 TM9358 1. @550 TM9360 1. @551 TM9362 2. @553 TM9364 1. @554 TM9366 1. @555 TM9368 2. @557 TM9370 1. @558 TM9372 1. @559 TM9374 2. @561 TM9376 1. @562 TM9378 1. @563 TM9380 2. @565 TM9382 1. @566 TM9384 1. @567 TM9386 2. @569 TM9388 1. @570 TM9390 2. @572 TM9392 1. @573 TM9394 1. @574 TM9396 2. @576 TM9398 1. @577 TM9400 1. @578 TM9402 1. @579 TM9404 2. @581 TM9406 1. @582 TM9408 1. @583 TM9410 2. @585 TM9412 1. @586 TM9414 2. @588 TM9416 1. @589 TM9418 1. @590 TM9420 1. @591 TM9422 2. @593 TM9424 1. @594 TM9426 1. @595 TM9428 2. @597 TM9430 1. @598 TM9432 1. @599 TM9434 2. @601 TM9436 1. @602 TM9438 1. @603 TM9440 2. @605 TM9442 1. @606 TM9444 2. @608 TM9446 1. @609 TM9448 2. @611 TM9450 1. @612 TM9452 2. @614 TM9454 1. @615 TM9456 2. @617 TM9458 1. @618 TM9460 6. @624 TM9462 1. @625 TM9464 2. @627 TM9465 3. @630 TM9466 1. @631 TM9468 1. @632 TM9470 1. @633 TM9472 2. @635 TM9474 1. @636 TM9476 1. @637 TM9478 2. @639 TM9480 1. @640 TM9482 2. @642 TM9484 1. @643 TM9486 1. @644 TM9488 2. @646 TM9490 1. @647 TM9492 1. @648 TM9494 2. @650 TM9496 1. @651 TM9498 2. @653 TM9500 1. @654 TM9502 2. @656 TM9504 1. @657 TM9506 1. @658 TM9508 1. @659 TM9510 2. @661 TM9512 1. @662 TM9514 1. @663 TM9516 2. @665 TM9518 1. @666 TM9520 1. @667 TM9522 2. @669 TM9524 1. @670 TM9526 1. @671 TM9528 2. @673 TM9530 1. @674 TM9532 1. @675 TM9534 2. @677 TM9536 1. @678 TM9538 2. @680 TM9540 1. @681 TM9542 6. @687 TM9544 2. @689 TM9546 1. @690 TM9548 1. @691 TM9550 3. @694 TM9552 1. @695 TM9554 1. @696 TM9556 1. @697 TM9558 2. @699 TM9560 1. @700 TM9562 1. @701 TM9564 2. @703 TM9566 1. @704 TM9568 1. @705 TM9570 2. @707 TM9572 1. @708 TM9574 1. @709 TM9576 2. @711 TM9578 1. @712 TM9580 1. @713 TM9582 2. @715 TM9584 1. @716 TM9586 1. @717 TM9588 2. @719 TM9590 1. @720 TM9592 2. @722 TM9594 1. @723 TM9596 1. @724 TM9598 2. @726 TM9600 1. @727 TM9602 1. @728 TM9604 1. @729 TM9606 2. @731 TM9608 1. @732 TM9610 1. @733 TM9612 2. @735 TM9614 1. @736 TM9616 2. @738 TM9618 1. @739 TM9620 1. @740 TM9622 1. @741 TM9624 2. @743 TM9626 1. @744 TM9628 1. @745 TM9630 2. @747 TM9632 1. @748 TM9634 1. @749 TM9636 2. @751 TM9638 1. @752 TM9640 1. @753 TM9642 2. @755 TM9644 1. @756 TM9646 2. @758 TM9648 1. @759 TM9650 2. @761 TM9652 1. @762 TM9654 2. @764 TM9656 1. @765 TM9658 2. @767 TM9660 1. @768 TM9662 6. @774 TM9664 1. @775 TM9666 2. @777 TM9667 3. @780 TM9668 1. @781 TM9670 1. @782 TM9672 1. @783 TM9674 2. @785 TM9676 1. @786 TM9678 1. @787 TM9680 2. @789 TM9682 1. @790 TM9684 2. @792 TM9686 1. @793 TM9688 1. @794 TM9690 2. @796 TM9692 1. @797 TM9694 1. @798 TM9696 2. @800 TM9698 1. @801 TM9700 2. @803 TM9702 1. @804 TM9704 2. @806 TM9706 1. @807 TM9708 1. @808 TM9710 1. @809 TM9712 2. @811 TM9714 1. @812 TM9716 1. @813 TM9718 2. @815 TM9720 1. @816 TM9722 1. @817 TM9724 2. @819 TM9726 1. @820 TM9728 1. @821 TM9730 2. @823 TM9732 1. @824 TM9734 1. @825 TM9736 2. @827 TM9738 1. @828 TM9740 2. @830 TM9742 1. @831 TM9744 6. @837 TM9746 2. @839 TM9748 1. @840 TM9750 1. @841 TM9751 3. @844 TM9752 1. @845 TM9753 1. @846 TM9754 1. @847 TM9755 2. @849 TM9756 1. @850 TM9757 1. @851 TM9758 2. @853 TM9759 1. @854 TM9760 1. @855 TM9761 2. @857 TM9762 1. @858 TM9763 1. @859 TM9764 2. @861 TM9765 1. @862 TM9766 1. @863 TM9767 2. @865 TM9768 1. @866 TM9769 1. @867 TM9770 2. @869 TM9771 1. @870 TM9772 2. @872 TM9773 1. @873 TM9774 1. @874 TM9775 2. @876 TM9776 1. @877 TM9777 1. @878 TM9778 1. @879 TM9779 2. @881 TM9780 1. @882 TM9781 1. @883 TM9782 2. @885 TM9783 1. @886 TM9784 2. @888 TM9785 1. @889 TM9786 1. @890 TM9787 1. @891 TM9788 2. @893 TM9789 1. @894 TM9790 1. @895 TM9791 2. @897 TM9792 1. @898 TM9793 1. @899 TM9794 2. @901 TM9795 1. @902 TM9796 1. @903 TM9797 2. @905 TM9798 1. @906 TM9799 2. @908 TM9800 1. @909 TM9801 2. @911 TM9802 1. @912 TM9803 2. @914 TM9804 1. @915 TM9805 2. @917 TM9806 1. @918 TM9807 6. @924 TM9808 1. @925 TM9809 2. @927 TM9810 3. @930 TM9811 1. @931 TM9812 1. @932 TM9813 1. @933 TM9814 2. @935 TM9815 1. @936 TM9816 1. @937 TM9817 2. @939 TM9818 1. @940 TM9819 2. @942 TM9820 1. @943 TM9821 1. @944 TM9822 2. @946 TM9823 1. @947 TM9824 1. @948 TM9825 2. @950 TM9826 1. @951 TM9827 2. @953 TM9828 1. @954 TM9829 2. @956 TM9830 1. @957 TM9831 1. @958 TM9832 1. @959 TM9833 2. @961 TM9834 1. @962 TM9835 1. @963 TM9836 2. @965 TM9837 1. @966 TM9838 1. @967 TM9839 2. @969 TM9840 1. @970 TM9841 1. @971 TM9842 2. @973 TM9843 1. @974 TM9844 1. @975 TM9845 2. @977 TM9846 1. @978 TM9847 2. @980 TM9848 1. @981 TM9849 6. @987 TM9850 2. @989 TM9851 1. @990 TM9852 1. @991 TM9853 3. @994 TM9854 1. @995 TM9855 1. @996 TM9856 1. @997 TM9857 2. @999 TM9858 1. @1000 TM9859 1. @1001 TM9860 2. @1003 TM9861 1. @1004 TM9862 1. @1005 TM9863 2. @1007 TM9864 1. @1008 TM9865 1. @1009 TM9866 2. @1011 TM9867 1. @1012 TM9868 1. @1013 TM9869 2. @1015 TM9870 1. @1016 TM9871 1. @1017 TM9872 2. @1019 TM9873 1. @1020 TM9874 2. @1022 TM9875 1. @1023 TM9876 1. @1024 TM9877 2. @1026 TM9878 1. @1027 TM9879 1. @1028 TM9880 1. @1029 TM9881 2. @1031 TM9882 1. @1032 TM9883 1. @1033 TM9884 2. @1035 TM9885 1. @1036 TM9886 2. @1038 TM9887 1. @1039 TM9888 1. @1040 TM9889 1. @1041 TM9890 2. @1043 TM9891 1. @1044 TM9892 1. @1045 TM9893 2. @1047 TM9894 1. @1048 TM9895 1. @1049 TM9896 2. @1051 TM9897 1. @1052 TM9898 1. @1053 TM9899 2. @1055 TM9900 1. @1056 TM9901 2. @1058 TM9902 1. @1059 TM9903 2. @1061 TM9904 1. @1062 TM9905 2. @1064 TM9906 1. @1065 TM9907 2. @1067 TM9908 1. @1068 TM9909 6. @1074 TM9910 1. @1075 TM9911 2. @1077 TM9912 3. @1080 TM9913 1. @1081 TM9914 1. @1082 TM9915 1. @1083 TM9916 2. @1085 TM9917 1. @1086 TM9918 1. @1087 TM9919 2. @1089 TM9920 1. @1090 TM9921 2. @1092 TM9922 1. @1093 TM9923 1. @1094 TM9924 2. @1096 TM9925 1. @1097 TM9926 1. @1098 TM9927 2. @1100 TM9928 1. @1101 TM9929 2. @1103 TM9930 1. @1104 TM9931 2. @1106 TM9932 1. @1107 TM9933 1. @1108 TM9934 1. @1109 TM9935 2. @1111 TM9936 1. @1112 TM9937 1. @1113 TM9938 2. @1115 TM9939 1. @1116 TM9940 1. @1117 TM9941 2. @1119 TM9942 1. @1120 TM9943 1. @1121 TM9944 2. @1123 TM9945 1. @1124 TM9946 1. @1125 TM9947 2. @1127 TM9948 1. @1128 TM9949 2. @1130 TM9950 1. @1131 TM9951 6. @1137 TM9952 2. @1139 IM9340 1. @1140 IM9346 1. @1141 IM9352 1. @1142 IM9354 1. @1143 IM9356 1. @1144 IM9360 1. @1145 IM9362 1. @1146 IM9366 1. @1147 IM9368 1. @1148 IM9372 1. @1149 IM9374 1. @1150 IM9378 1. @1151 IM9380 1. @1152 IM9384 1. @1153 IM9386 1. @1154 IM9390 1. @1155 IM9394 1. @1156 IM9396 1. @1157 IM9400 1. @1158 IM9402 1. @1159 IM9404 1. @1160 IM9408 1. @1161 IM9410 1. @1162 IM9414 1. @1163 IM9418 1. @1164 IM9420 1. @1165 IM9422 1. @1166 IM9426 1. @1167 IM9428 1. @1168 IM9432 1. @1169 IM9434 1. @1170 IM9438 1. @1171 IM9440 1. @1172 IM9442 1. @1173 IM9444 1. @1174 IM9446 1. @1175 IM9448 1. @1176 IM9450 1. @1177 IM9452 1. @1178 IM9454 1. @1179 IM9456 1. @1180 IM9458 1. @1181 IM9460 1. @1182 IM9462 1. @1183 IM9464 1. @1184 IM9468 1. @1185 IM9470 1. @1186 IM9472 1. @1187 IM9476 1. @1188 IM9478 1. @1189 IM9482 1. @1190 IM9486 1. @1191 IM9488 1. @1192 IM9492 1. @1193 IM9494 1. @1194 IM9498 1. @1195 IM9502 1. @1196 IM9506 1. @1197 IM9508 1. @1198 IM9510 1. @1199 IM9514 1. @1200 IM9516 1. @1201 IM9520 1. @1202 IM9522 1. @1203 IM9526 1. @1204 IM9528 1. @1205 IM9532 1. @1206 IM9534 1. @1207 IM9536 1. @1208 IM9538 1. @1209 IM9540 1. @1210 IM9542 1. @1211 IM9544 1. @1212 IM9554 1. @1213 IM9556 1. @1214 IM9558 1. @1215 IM9562 1. @1216 IM9564 1. @1217 IM9568 1. @1218 IM9570 1. @1219 IM9574 1. @1220 IM9576 1. @1221 IM9580 1. @1222 IM9582 1. @1223 IM9586 1. @1224 IM9588 1. @1225 IM9592 1. @1226 IM9596 1. @1227 IM9598 1. @1228 IM9602 1. @1229 IM9604 1. @1230 IM9606 1. @1231 IM9610 1. @1232 IM9612 1. @1233 IM9616 1. @1234 IM9620 1. @1235 IM9622 1. @1236 IM9624 1. @1237 IM9628 1. @1238 IM9630 1. @1239 IM9634 1. @1240 IM9636 1. @1241 IM9640 1. @1242 IM9642 1. @1243 IM9644 1. @1244 IM9646 1. @1245 IM9648 1. @1246 IM9650 1. @1247 IM9652 1. @1248 IM9654 1. @1249 IM9656 1. @1250 IM9658 1. @1251 IM9660 1. @1252 IM9662 1. @1253 IM9664 1. @1254 IM9666 1. @1255 IM9670 1. @1256 IM9672 1. @1257 IM9674 1. @1258 IM9678 1. @1259 IM9680 1. @1260 IM9684 1. @1261 IM9688 1. @1262 IM9690 1. @1263 IM9694 1. @1264 IM9696 1. @1265 IM9700 1. @1266 IM9704 1. @1267 IM9708 1. @1268 IM9710 1. @1269 IM9712 1. @1270 IM9716 1. @1271 IM9718 1. @1272 IM9722 1. @1273 IM9724 1. @1274 IM9728 1. @1275 IM9730 1. @1276 IM9734 1. @1277 IM9736 1. @1278 IM9738 1. @1279 IM9740 1. @1280 IM9742 1. @1281 IM9744 1. @1282 IM9746 1. @1283 IM9753 1. @1284 IM9754 1. @1285 IM9755 1. @1286 IM9757 1. @1287 IM9758 1. @1288 IM9760 1. @1289 IM9761 1. @1290 IM9763 1. @1291 IM9764 1. @1292 IM9766 1. @1293 IM9767 1. @1294 IM9769 1. @1295 IM9770 1. @1296 IM9772 1. @1297 IM9774 1. @1298 IM9775 1. @1299 IM9777 1. @1300 IM9778 1. @1301 IM9779 1. @1302 IM9781 1. @1303 IM9782 1. @1304 IM9784 1. @1305 IM9786 1. @1306 IM9787 1. @1307 IM9788 1. @1308 IM9790 1. @1309 IM9791 1. @1310 IM9793 1. @1311 IM9794 1. @1312 IM9796 1. @1313 IM9797 1. @1314 IM9798 1. @1315 IM9799 1. @1316 IM9800 1. @1317 IM9801 1. @1318 IM9802 1. @1319 IM9803 1. @1320 IM9804 1. @1321 IM9805 1. @1322 IM9806 1. @1323 IM9807 1. @1324 IM9808 1. @1325 IM9809 1. @1326 IM9812 1. @1327 IM9813 1. @1328 IM9814 1. @1329 IM9816 1. @1330 IM9817 1. @1331 IM9819 1. @1332 IM9821 1. @1333 IM9822 1. @1334 IM9824 1. @1335 IM9825 1. @1336 IM9827 1. @1337 IM9829 1. @1338 IM9831 1. @1339 IM9832 1. @1340 IM9833 1. @1341 IM9835 1. @1342 IM9836 1. @1343 IM9838 1. @1344 IM9839 1. @1345 IM9841 1. @1346 IM9842 1. @1347 IM9844 1. @1348 IM9845 1. @1349 IM9846 1. @1350 IM9847 1. @1351 IM9848 1. @1352 IM9849 1. @1353 IM9850 1. @1354 IM9855 1. @1355 IM9856 1. @1356 IM9857 1. @1357 IM9859 1. @1358 IM9860 1. @1359 IM9862 1. @1360 IM9863 1. @1361 IM9865 1. @1362 IM9866 1. @1363 IM9868 1. @1364 IM9869 1. @1365 IM9871 1. @1366 IM9872 1. @1367 IM9874 1. @1368 IM9876 1. @1369 IM9877 1. @1370 IM9879 1. @1371 IM9880 1. @1372 IM9881 1. @1373 IM9883 1. @1374 IM9884 1. @1375 IM9886 1. @1376 IM9888 1. @1377 IM9889 1. @1378 IM9890 1. @1379 IM9892 1. @1380 IM9893 1. @1381 IM9895 1. @1382 IM9896 1. @1383 IM9898 1. @1384 IM9899 1. @1385 IM9900 1. @1386 IM9901 1. @1387 IM9902 1. @1388 IM9903 1. @1389 IM9904 1. @1390 IM9905 1. @1391 IM9906 1. @1392 IM9907 1. @1393 IM9908 1. @1394 IM9909 1. @1395 IM9910 1. @1396 IM9911 1. @1397 IM9914 1. @1398 IM9915 1. @1399 IM9916 1. @1400 IM9918 1. @1401 IM9919 1. @1402 IM9921 1. @1403 IM9923 1. @1404 IM9924 1. @1405 IM9926 1. @1406 IM9927 1. @1407 IM9929 1. @1408 IM9931 1. @1409 IM9933 1. @1410 IM9934 1. @1411 IM9935 1. @1412 IM9937 1. @1413 IM9938 1. @1414 IM9940 1. @1415 IM9941 1. @1416 IM9943 1. @1417 IM9944 1. @1418 IM9946 1. @1419 IM9947 1. @1420 IM9948 1. @1421 IM9949 1. @1422 IM9950 1. @1423 IM9951 1. @1424 IM9952 1. @1425 TM7000 1. @1426 TM7001 1. @1427 TM7002 3. @1430 TM7003 3. @1433 TM7004 3. @1436 TM7005 3. @1439 TM7006 3. @1442 TM7007 3. @1445 TM7008 3. @1448 TM7009 2. @1450 TM7010 2. @1452 TM7011 2. @1454 TM7012 2. @1456 TM7013 2. @1458 TM7014 2. @1460 TM7015 2. @1462 TM7016 2. @1464 TM7017 2. @1466 TM7018 2. @1468 TM7019 2. @1470 TM7020 2. @1472 TM7021 2. @1474 TM7022 2. @1476 TM7261 1. @1477 TM7262 1. @1478 TM7263 1. @1479 TM7264 1. @1480 TM7265 1. @1481 TM7266 1. @1482 TM7267 1. @1483 TM7268 2. @1485 TM7269 2. @1487 TM7270 2. @1489 TM7271 2. @1491 TM7272 2. @1493 TM7273 2. @1495 TM7274 2. @1497 TM7275 2. @1499 TM7276 2. @1501 TM7277 2. @1503 TM7278 2. @1505 TM7279 2. @1507 TM7280 2. @1509 TM7281 2. @1511 TM7282 1. @1512 TM7283 1. @1513 TM7284 1. @1514 TM7285 1. @1515 TM7286 1. @1516 TM7287 1. @1517 TM7288 1. @1518 TM7289 2. @1520 TM7290 2. @1522 TM7291 2. @1524 TM7292 2. @1526 TM7293 2. @1528 TM7294 2. @1530 TM7295 2. @1532 TM7296 2. @1534 TM7297 2. @1536 TM7298 2. @1538 TM7299 2. @1540 TM7300 2. @1542 TM7301 2. @1544 TM7302 2. @1546 TM7303 2. @1548 TM7304 2. @1550 TM7305 2. @1552 TM7306 2. @1554 TM7307 2. @1556 TM7308 2. @1558 TM7309 2. @1560 TM7310 1. @1561 TM7311 3. @1564 TM7312 3. @1567 TM7313 3. @1570 TM7314 3. @1573 TM7315 3. @1576 TM7316 3. @1579 TM7317 3. @1582 TM7318 2. @1584 TM7319 2. @1586 TM7320 2. @1588 TM7321 2. @1590 TM7322 2. @1592 TM7323 2. @1594 TM7324 2. @1596 TM7577 2. @1598 TM7578 2. @1600 TM7579 2. @1602 TM7580 2. @1604 TM7581 2. @1606 TM7582 2. @1608 TM7583 2. @1610 TM7584 2. @1612 TM7585 2. @1614 TM7586 2. @1616 TM7587 2. @1618 TM7588 2. @1620 TM7589 2. @1622 TM7590 2. @1624 TM7591 2. @1626 TM7592 2. @1628 TM7593 2. @1630 TM7594 2. @1632 TM7595 2. @1634 TM7596 2. @1636 TM7597 2. @1638 TM7598 1. @1639 TM7599 3. @1642 TM7600 3. @1645 TM7601 3. @1648 TM7602 3. @1651 TM7603 3. @1654 TM7604 3. @1657 TM7605 3. @1660 TM7606 2. @1662 TM7607 2. @1664 TM7608 2. @1666 TM7609 2. @1668 TM7610 2. @1670 TM7611 2. @1672 TM7612 2. @1674 TM7613 1. @1675 TM7614 1. @1676 TM7615 1. @1677 TM7616 1. @1678 TM7617 1. @1679 TM7618 1. @1680 TM7619 1. @1681 TM7620 2. @1683 TM7621 2. @1685 TM7622 2. @1687 TM7623 2. @1689 TM7624 2. @1691 TM7625 2. @1693 TM7626 2. @1695 TM7627 2. @1697 TM7628 2. @1699 TM7629 2. @1701 TM7630 2. @1703 TM7631 2. @1705 TM7632 2. @1707 TM7633 2. @1709 TM7634 2. @1711 TM7635 2. @1713 TM7636 2. @1715 TM7637 2. @1717 TM7638 2. @1719 TM7639 2. @1721 TM7640 2. @1723 TM7641 2. @1725 TM7642 2. @1727 TM7643 2. @1729 TM7644 2. @1731 TM7645 2. @1733 TM7646 2. @1735 TM7647 2. @1737 TM7648 2. @1739 TM7649 2. @1741 TM7650 2. @1743 TM7651 2. @1745 TM7652 2. @1747 TM7653 2. @1749 TM7654 2. @1751 TM7655 2. @1753 TM7656 2. @1755 TM7657 2. @1757 TM7658 2. @1759 TM7659 2. @1761 TM7660 2. @1763 TM7661 2. @1765 TM7662 3. @1768 TM7663 3. @1771 TM7664 3. @1774 TM7665 3. @1777 TM7666 3. @1780 TM7667 3. @1783 TM7668 3. @1786 TM7669 2. @1788 TM7670 2. @1790 TM7671 2. @1792 TM7672 2. @1794 TM7673 2. @1796 TM7674 2. @1798 TM7675 2. @1800 TM7676 2. @1802 TM7677 2. @1804 TM7678 2. @1806 TM7679 2. @1808 TM7680 2. @1810 TM7681 2. @1812 TM7682 2. @1814 TM7683 2. @1816 TM7684 2. @1818 TM7685 2. @1820 TM7686 2. @1822 TM7687 2. @1824 TM7688 2. @1826 TM7689 2. @1828 TM7690 2. @1830 TM7691 2. @1832 TM7692 2. @1834 TM7693 2. @1836 TM7694 2. @1838 TM7695 2. @1840 TM7696 2. @1842 TM7697 2. @1844 TM7698 2. @1846 TM7699 2. @1848 TM7700 2. @1850 TM7701 2. @1852 TM7702 2. @1854 TM7703 2. @1856 TM7704 2. @1858 TM7705 2. @1860 TM7706 2. @1862 TM7707 2. @1864 TM7708 2. @1866 TM7709 2. @1868 TM7710 2. @1870 TM7711 2. @1872 TM7712 2. @1874 TM7713 2. @1876 TM7714 2. @1878 TM7715 2. @1880 TM7716 2. @1882 TM7717 2. @1884 TM7718 2. @1886 TM7719 2. @1888 TM7720 2. @1890 TM7721 2. @1892 TM7722 2. @1894 TM7723 2. @1896 TM7724 2. @1898 TM7725 2. @1900 TM7726 2. @1902 TM7727 2. @1904 TM7728 2. @1906 TM7729 2. @1908 TM7730 2. @1910 TM7731 2. @1912 TM7732 2. @1914 TM7733 2. @1916 TM7734 2. @1918 TM7735 2. @1920 TM7736 2. @1922 TM7737 2. @1924 TM7738 2. @1926 TM7739 2. @1928 TM7740 2. @1930 TM7741 2. @1932 TM7742 2. @1934 TM7743 2. @1936 TM7744 2. @1938 TM7745 2. @1940 TM7746 2. @1942 TM7747 2. @1944 TM7748 2. @1946 TM7749 2. @1948 TM7750 2. @1950 TM7751 2. @1952 TM7752 2. @1954 TM7753 2. @1956 TM7754 2. @1958 TM7755 2. @1960 TM7756 2. @1962 TM7757 2. @1964 TM7758 2. @1966 TM7759 2. @1968 TM7760 2. @1970 TM7761 2. @1972 TM7762 2. @1974 TM7763 2. @1976 TM7764 2. @1978 TM7765 2. @1980 TM7766 2. @1982 TM7767 2. @1984 TM7768 2. @1986 TM7769 2. @1988 TM7770 2. @1990 TM7771 2. @1992 TM7772 2. @1994 TM7773 2. @1996 TM7774 3. @1999 TM7775 3. @2002 TM7776 3. @2005 TM7777 3. @2008 TM7778 3. @2011 TM7779 3. @2014 TM7780 3. @2017 TM7781 2. @2019 TM7782 2. @2021 TM7783 2. @2023 TM7784 2. @2025 TM7785 2. @2027 TM7786 2. @2029 TM7787 2. @2031 TM7788 2. @2033 TM7789 2. @2035 TM7790 2. @2037 TM7791 2. @2039 TM7792 2. @2041 TM7793 2. @2043 TM7794 2. @2045 TM7795 2. @2047 TM7796 2. @2049 TM7797 2. @2051 TM7798 2. @2053 TM7799 2. @2055 TM7800 2. @2057 TM7801 2. @2059 TM7802 2. @2061 TM7803 2. @2063 TM7804 2. @2065 TM7805 2. @2067 TM7806 2. @2069 TM7807 2. @2071 TM7808 2. @2073 TM7809 2. @2075 TM7810 2. @2077 TM7811 2. @2079 TM7812 2. @2081 TM7813 2. @2083 TM7814 2. @2085 TM7815 2. @2087 TM7816 2. @2089 TM7817 2. @2091 TM7818 2. @2093 TM7819 2. @2095 TM7820 2. @2097 TM7821 2. @2099 TM7822 2. @2101 TM7823 2. @2103 TM7824 2. @2105 TM7825 2. @2107 TM7826 2. @2109 TM7827 2. @2111 TM7828 2. @2113 TM7829 2. @2115 TM7830 2. @2117 TM7831 2. @2119 TM7832 2. @2121 TM7833 2. @2123 TM7834 2. @2125 TM7835 2. @2127 TM7836 2. @2129 TM7837 2. @2131 TM7838 2. @2133 TM7839 2. @2135 TM7840 2. @2137 TM7841 2. @2139 TM7842 2. @2141 TM7843 2. @2143 TM7844 2. @2145 TM7845 2. @2147 TM7846 2. @2149 TM7847 2. @2151 TM7848 2. @2153 TM7849 2. @2155 TM7850 2. @2157 TM7851 1. @2158 TM7852 2. @2160 TM7853 2. @2162 TM7854 2. @2164 TM7855 2. @2166 TM7856 2. @2168 TM7857 2. @2170 TM7858 2. @2172 TM8400 1. @2173 TM8401 1. @2174 TM8402 2. @2176 TM8403 3. @2179 TM8404 1. @2180 TM8405 1. @2181 TM8406 1. @2182 TM8407 3. @2185 TM8408 1. @2186 TM8409 1. @2187 TM8410 1. @2188 TM8411 3. @2191 TM8412 1. @2192 TM8413 1. @2193 TM8414 1. @2194 TM8415 3. @2197 TM8416 1. @2198 TM8417 1. @2199 TM8418 1. @2200 TM8419 3. @2203 TM8420 1. @2204 TM8421 1. @2205 TM8422 1. @2206 TM8423 3. @2209 TM8424 1. @2210 TM8425 1. @2211 TM8426 1. @2212 TM8427 3. @2215 TM8428 1. @2216 TM8429 1. @2217 TM8430 1. @2218 TM8431 3. @2221 TM8432 1. @2222 TM8433 1. @2223 TM8434 1. @2224 TM8435 1. @2225 TM8436 1. @2226 TM8437 2. @2228 TM8438 1. @2229 TM8439 2. @2231 TM8440 1. @2232 TM8441 1. @2233 TM8442 4. @2237 TM8443 6. @2243 TM8444 6. @2249 TM8445 6. @2255 TM8446 6. @2261 TM8447 2. @2263 TM8448 1. @2264 TM8449 4. @2268 TM8450 1. @2269 TM8451 1. @2270 TM8452 6. @2276 TM8453 6. @2282 TM8454 6. @2288 TM8455 6. @2294 TM8456 2. @2296 TM8457 1. @2297 TM8458 1. @2298 TM8459 1. @2299 TM8460 6. @2305 TM8461 2. @2307 TM8462 6. @2313 TM8463 1. @2314 TM8464 1. @2315 TM8465 2. @2317 TM8466 2. @2319 TM8467 1. @2320 TM8468 1. @2321 TM8469 1. @2322 TM8470 1. @2323 TM8471 1. @2324 TM8472 1. @2325 TM8473 1. @2326 TM8474 1. @2327 TM8475 1. @2328 TM8476 1. @2329 TM8477 3. @2332 TM8478 2. @2334 TM8479 2. @2336 TM8480 2. @2338 TM8481 2. @2340 TM8482 1. @2341 TM8483 1. @2342 TM8484 1. @2343 TM8485 1. @2344 TM8486 4. @2348 TM8487 6. @2354 TM8488 6. @2360 TM8489 6. @2366 TM8490 6. @2372 TM8491 2. @2374 TM8492 1. @2375 TM8493 4. @2379 TM8494 1. @2380 TM8495 1. @2381 TM8496 6. @2387 TM8497 6. @2393 TM8498 6. @2399 TM8499 6. @2405 TM8500 2. @2407 TM8501 1. @2408 TM8502 1. @2409 TM8503 6. @2415 TM8504 6. @2421 TM8505 1. @2422 TM8506 1. @2423 TM8507 2. @2425 TM8508 2. @2427 TM8509 1. @2428 TM8510 1. @2429 TM8511 1. @2430 TM8512 1. @2431 TM8513 1. @2432 TM8514 1. @2433 TM8515 1. @2434 TM8516 1. @2435 TM8517 1. @2436 TM8518 1. @2437 TM8519 3. @2440 TM8520 2. @2442 TM8521 2. @2444 TM8522 2. @2446 TM8523 2. @2448 TM8524 1. @2449 TM8525 1. @2450 TM8526 3. @2453 TM8527 3. @2456 TM8528 3. @2459 TM8529 3. @2462 TM8530 3. @2465 TM8531 3. @2468 TM8532 3. @2471 TM8533 3. @2474 TM8534 2. @2476 TM8535 2. @2478 TM8536 2. @2480 TM8537 2. @2482 TM8538 2. @2484 TM8539 2. @2486 TM8540 2. @2488 TM8541 2. @2490 TM8542 2. @2492 TM8543 2. @2494 TM8544 2. @2496 TM8545 2. @2498 TM8546 2. @2500 TM8547 2. @2502 TM8548 2. @2504 TM8549 2. @2506 TM8550 2. @2508 TM8551 2. @2510 TM8552 2. @2512 TM8553 2. @2514 TM8554 2. @2516 TM8555 2. @2518 TM8556 2. @2520 TM8557 2. @2522 TM8558 2. @2524 TM8559 2. @2526 TM8560 2. @2528 TM8561 2. @2530 TM8562 2. @2532 TM8563 2. @2534 TM8564 2. @2536 TM8565 2. @2538 TM8566 2. @2540 TM8567 2. @2542 TM8568 2. @2544 TM8569 2. @2546 TM8570 2. @2548 TM8571 2. @2550 TM8572 2. @2552 TM8573 2. @2554 TM8574 2. @2556 TM8575 2. @2558 TM8576 2. @2560 TM8577 2. @2562 TM8578 2. @2564 TM8579 2. @2566 TM8580 2. @2568 TM8581 2. @2570 TM8582 1. @2571 TM8583 1. @2572 TM8584 1. @2573 TM8585 1. @2574 TM8586 1. @2575 TM8587 1. @2576 TM8588 1. @2577 TM8590 3. @2580 TM8591 3. @2583 TM8592 3. @2586 TM8593 3. @2589 TM8594 3. @2592 TM8595 3. @2595 TM8596 3. @2598 TM8597 3. @2601 TM8598 2. @2603 TM8599 2. @2605 TM8600 2. @2607 TM8601 2. @2609 TM8602 2. @2611 TM8603 2. @2613 TM8604 2. @2615 TM8605 2. @2617 TM8606 1. @2618 TM8607 2. @2620 TM8608 2. @2622 TM8609 2. @2624 TM8610 2. @2626 TM8611 2. @2628 TM8612 2. @2630 TM8613 2. @2632 TM8614 2. @2634 TM8615 2. @2636 TM8616 2. @2638 TM8617 2. @2640 TM8618 2. @2642 TM8619 2. @2644 TM8620 2. @2646 TM8621 2. @2648 TM8622 2. @2650 TM8623 2. @2652 TM8624 2. @2654 TM8625 2. @2656 TM8626 2. @2658 TM8627 2. @2660 TM8628 2. @2662 TM8629 2. @2664 TM8630 2. @2666 TM8631 2. @2668 TM8632 2. @2670 TM8633 2. @2672 TM8634 2. @2674 TM8635 2. @2676 TM8636 2. @2678 TM8637 2. @2680 TM8638 2. @2682 TM8639 2. @2684 TM8640 2. @2686 TM8641 2. @2688 TM8642 2. @2690 TM8643 2. @2692 TM8644 2. @2694 TM8645 2. @2696 TM8646 2. @2698 TM8647 1. @2699 TM8648 1. @2700 TM8649 1. @2701 TM8650 1. @2702 TM8651 1. @2703 TM8652 1. @2704 TM8653 1. @2705 TM8655 1. @2706 TM8656 1. @2707 TM8657 1. @2708 TM8658 1. @2709 TM8659 1. @2710 TM8660 1. @2711 TM8661 1. @2712 TM8662 1. @2713 TM8663 1. @2714 TM8664 1. @2715 TM8665 1. @2716 TM8666 1. @2717 TM8667 1. @2718 TM8668 1. @2719 TM8669 6. @2725 TM8670 6. @2731 TM8671 6. @2737 TM8672 6. @2743 TM8673 2. @2745 TM8674 6. @2751 TM8676 1. @2752 TM8678 4. @2756 TM8680 1. @2757 TM8682 1. @2758 TM8684 1. @2759 TM8686 1. @2760 TM8688 1. @2761 TM8690 1. @2762 TM8692 1. @2763 TM8694 1. @2764 TM8696 1. @2765 TM8698 1. @2766 TM8700 1. @2767 TM8702 1. @2768 TM8704 1. @2769 TM8706 1. @2770 TM8708 1. @2771 TM8710 1. @2772 TM8712 1. @2773 TM8714 1. @2774 TM8715 3. @2777 TM8716 3. @2780 TM8717 3. @2783 TM8718 3. @2786 TM8719 3. @2789 TM8720 3. @2792 TM8721 3. @2795 TM8722 3. @2798 TM8723 2. @2800 TM8724 2. @2802 TM8725 2. @2804 TM8726 2. @2806 TM8727 2. @2808 TM8728 2. @2810 TM8729 2. @2812 TM8730 2. @2814 TM8731 2. @2816 TM8732 2. @2818 TM8733 2. @2820 TM8734 2. @2822 TM8735 2. @2824 TM8736 2. @2826 TM8737 2. @2828 TM8738 2. @2830 TM8739 2. @2832 TM8740 2. @2834 TM8741 2. @2836 TM8742 2. @2838 TM8743 2. @2840 TM8744 2. @2842 TM8745 2. @2844 TM8746 2. @2846 TM8747 2. @2848 TM8748 2. @2850 TM8749 2. @2852 TM8750 2. @2854 TM8751 2. @2856 TM8752 2. @2858 TM8753 2. @2860 TM8754 2. @2862 TM8755 2. @2864 TM8756 2. @2866 TM8757 2. @2868 TM8758 2. @2870 TM8759 2. @2872 TM8760 2. @2874 TM8761 2. @2876 TM8762 2. @2878 TM8763 2. @2880 TM8764 2. @2882 TM8765 2. @2884 TM8766 2. @2886 TM8767 2. @2888 TM8768 2. @2890 TM8769 2. @2892 TM8770 2. @2894 TM8771 1. @2895 TM8772 1. @2896 TM8773 1. @2897 TM8774 1. @2898 TM8775 1. @2899 TM8776 1. @2900 TM8777 1. @2901 TM8779 3. @2904 TM8780 3. @2907 TM8781 3. @2910 TM8782 3. @2913 TM8783 3. @2916 TM8784 3. @2919 TM8785 3. @2922 TM8786 3. @2925 TM8787 2. @2927 TM8788 2. @2929 TM8789 2. @2931 TM8790 2. @2933 TM8791 2. @2935 TM8792 2. @2937 TM8793 2. @2939 TM8794 2. @2941 TM8795 1. @2942 TM8796 1. @2943 TM8797 1. @2944 TM8798 1. @2945 TM8799 1. @2946 TM8800 1. @2947 TM8801 1. @2948 TM8802 1. @2949 TM8803 1. @2950 TM8804 1. @2951 TM8805 2. @2953 TM8806 2. @2955 TM8807 2. @2957 TM8808 2. @2959 TM8809 2. @2961 TM8810 2. @2963 TM8811 2. @2965 TM8812 2. @2967 TM8813 2. @2969 TM8814 2. @2971 TM8815 2. @2973 TM8816 2. @2975 TM8817 2. @2977 TM8818 2. @2979 TM8819 2. @2981 TM8820 2. @2983 TM8821 2. @2985 TM8822 2. @2987 TM8823 2. @2989 TM8824 2. @2991 TM8825 2. @2993 TM8826 2. @2995 TM8827 2. @2997 TM8828 2. @2999 TM8829 2. @3001 TM8830 2. @3003 TM8831 2. @3005 TM8832 2. @3007 TM8833 2. @3009 TM8834 2. @3011 TM8835 2. @3013 TM8836 2. @3015 TM8837 2. @3017 TM8838 2. @3019 TM8839 2. @3021 TM8840 2. @3023 TM8841 2. @3025 TM8842 2. @3027 TM8843 2. @3029 TM8844 2. @3031 TM8845 1. @3032 TM8846 1. @3033 TM8847 1. @3034 TM8848 1. @3035 TM8849 1. @3036 TM8850 1. @3037 TM8851 1. @3038 TM8853 1. @3039 TM8854 1. @3040 TM8855 1. @3041 TM8856 1. @3042 TM8857 1. @3043 TM8858 1. @3044 TM8859 1. @3045 TM8862 1. @3046 TM8864 1. @3047 TM8866 1. @3048 TM8868 1. @3049 TM8869 3. @3052 TM8870 3. @3055 TM8871 1. @3056 TM8872 1. @3057 TM8873 1. @3058 TM8874 1. @3059 TM8875 1. @3060 TM8876 1. @3061 TM8877 1. @3062 TM8878 1. @3063 TM8879 1. @3064 TM8880 1. @3065 TM8881 1. @3066 TM8882 1. @3067 TM8883 1. @3068 TM8884 1. @3069 TM8885 1. @3070 TM8886 1. @3071 TM8887 1. @3072 TM8888 1. @3073 TM8889 1. @3074 TM8890 1. @3075 TM8891 1. @3076 TM8892 1. @3077 TM8893 1. @3078 TM8894 1. @3079 TM8895 2. @3081 TM8896 2. @3083 TM8897 3. @3086 TM8898 3. @3089 TM8900 2. @3091 TM8901 2. @3093 TM8902 2. @3095 TM8903 2. @3097 TM8904 2. @3099 TM8905 2. @3101 TM8906 2. @3103 TM8907 2. @3105 TM8908 1. @3106 TM8909 6. @3112 TM8910 1. @3113 IM8401 1. @3114 IM8403 1. @3115 IM8439 1. @3116 IM8441 1. @3117 IM8442 1. @3118 IM8443 1. @3119 IM8448 1. @3120 IM8449 1. @3121 IM8452 1. @3122 IM8457 1. @3123 IM8458 1. @3124 IM8459 1. @3125 IM8460 1. @3126 IM8461 1. @3127 IM8462 1. @3128 IM8464 1. @3129 IM8465 1. @3130 IM8466 1. @3131 IM8467 1. @3132 IM8473 1. @3133 IM8474 1. @3134 IM8476 1. @3135 IM8477 1. @3136 IM8482 1. @3137 IM8484 1. @3138 IM8485 1. @3139 IM8486 1. @3140 IM8487 1. @3141 IM8492 1. @3142 IM8493 1. @3143 IM8494 1. @3144 IM8496 1. @3145 IM8501 1. @3146 IM8502 1. @3147 IM8503 1. @3148 IM8504 1. @3149 IM8506 1. @3150 IM8507 1. @3151 IM8508 1. @3152 IM8509 1. @3153 IM8515 1. @3154 IM8516 1. @3155 IM8518 1. @3156 IM8519 1. @3157 IM8542 1. @3158 IM8543 1. @3159 IM8544 1. @3160 IM8545 1. @3161 IM8546 1. @3162 IM8547 1. @3163 IM8548 1. @3164 IM8549 1. @3165 IM8550 1. @3166 IM8551 1. @3167 IM8552 1. @3168 IM8553 1. @3169 IM8554 1. @3170 IM8555 1. @3171 IM8556 1. @3172 IM8557 1. @3173 IM8558 1. @3174 IM8559 1. @3175 IM8560 1. @3176 IM8561 1. @3177 IM8562 1. @3178 IM8563 1. @3179 IM8564 1. @3180 IM8565 1. @3181 IM8566 1. @3182 IM8567 1. @3183 IM8568 1. @3184 IM8569 1. @3185 IM8570 1. @3186 IM8571 1. @3187 IM8572 1. @3188 IM8573 1. @3189 IM8574 1. @3190 IM8575 1. @3191 IM8576 1. @3192 IM8577 1. @3193 IM8578 1. @3194 IM8579 1. @3195 IM8580 1. @3196 IM8581 1. @3197 IM8607 1. @3198 IM8608 1. @3199 IM8609 1. @3200 IM8610 1. @3201 IM8611 1. @3202 IM8612 1. @3203 IM8613 1. @3204 IM8614 1. @3205 IM8615 1. @3206 IM8616 1. @3207 IM8617 1. @3208 IM8618 1. @3209 IM8619 1. @3210 IM8620 1. @3211 IM8621 1. @3212 IM8622 1. @3213 IM8623 1. @3214 IM8624 1. @3215 IM8625 1. @3216 IM8626 1. @3217 IM8627 1. @3218 IM8628 1. @3219 IM8629 1. @3220 IM8630 1. @3221 IM8631 1. @3222 IM8632 1. @3223 IM8633 1. @3224 IM8634 1. @3225 IM8635 1. @3226 IM8636 1. @3227 IM8637 1. @3228 IM8638 1. @3229 IM8639 1. @3230 IM8640 1. @3231 IM8641 1. @3232 IM8642 1. @3233 IM8643 1. @3234 IM8644 1. @3235 IM8645 1. @3236 IM8646 1. @3237 IM8656 1. @3238 IM8664 1. @3239 IM8666 1. @3240 IM8667 1. @3241 IM8669 1. @3242 IM8674 1. @3243 IM8676 1. @3244 IM8678 1. @3245 IM8680 1. @3246 IM8694 1. @3247 IM8696 1. @3248 IM8731 1. @3249 IM8732 1. @3250 IM8733 1. @3251 IM8734 1. @3252 IM8735 1. @3253 IM8736 1. @3254 IM8737 1. @3255 IM8738 1. @3256 IM8739 1. @3257 IM8740 1. @3258 IM8741 1. @3259 IM8742 1. @3260 IM8743 1. @3261 IM8744 1. @3262 IM8745 1. @3263 IM8746 1. @3264 IM8747 1. @3265 IM8748 1. @3266 IM8749 1. @3267 IM8750 1. @3268 IM8751 1. @3269 IM8752 1. @3270 IM8753 1. @3271 IM8754 1. @3272 IM8755 1. @3273 IM8756 1. @3274 IM8757 1. @3275 IM8758 1. @3276 IM8759 1. @3277 IM8760 1. @3278 IM8761 1. @3279 IM8762 1. @3280 IM8763 1. @3281 IM8764 1. @3282 IM8765 1. @3283 IM8766 1. @3284 IM8767 1. @3285 IM8768 1. @3286 IM8769 1. @3287 IM8770 1. @3288 IM8795 1. @3289 IM8796 1. @3290 IM8797 1. @3291 IM8798 1. @3292 IM8799 1. @3293 IM8800 1. @3294 IM8801 1. @3295 IM8802 1. @3296 IM8804 1. @3297 IM8805 1. @3298 IM8806 1. @3299 IM8807 1. @3300 IM8808 1. @3301 IM8809 1. @3302 IM8810 1. @3303 IM8811 1. @3304 IM8812 1. @3305 IM8813 1. @3306 IM8814 1. @3307 IM8815 1. @3308 IM8816 1. @3309 IM8817 1. @3310 IM8818 1. @3311 IM8819 1. @3312 IM8820 1. @3313 IM8821 1. @3314 IM8822 1. @3315 IM8823 1. @3316 IM8824 1. @3317 IM8825 1. @3318 IM8826 1. @3319 IM8827 1. @3320 IM8828 1. @3321 IM8829 1. @3322 IM8830 1. @3323 IM8831 1. @3324 IM8832 1. @3325 IM8833 1. @3326 IM8834 1. @3327 IM8835 1. @3328 IM8836 1. @3329 IM8837 1. @3330 IM8838 1. @3331 IM8839 1. @3332 IM8840 1. @3333 IM8841 1. @3334 IM8842 1. @3335 IM8843 1. @3336 IM8844 1. @3337 IM8868 1. @3338 IM8871 1. @3339 IM8872 1. @3340 IM8887 1. @3341 IM8888 1. @3342 IM8897 1. @3343 IM8898 1. @3344 IM8908 1. @3345 IM8909 1. @3346 IM8910 1. @3347 TM9100 2. @3349 TM9102 1. @3350 TM9104 2. @3352 TM9106 2. @3354 TM9108 1. @3355 TM9110 2. @3357 TM9112 1. @3358 TM9114 4. @3362 TM9116 2. @3364 TM9118 4. @3368 TM9120 1. @3369 TM9122 1. @3370 TM9124 6. @3376 TM9126 2. @3378 TM9128 1. @3379 TM9130 1. @3380 TM9132 1. @3381 TM9134 1. @3382 TM9136 1. @3383 TM9138 2. @3385 TM9140 1. @3386 TM9142 6. @3392 TM9144 1. @3393 TM9146 6. @3399 TM9148 1. @3400 TM9150 2. @3402 TM9152 1. @3403 TM9153 1. @3404 TM9154 1. @3405 TM9155 1. @3406 TM9156 6. @3412 TM9157 6. @3418 TM9158 1. @3419 TM9159 6. @3425 IMP9100 1. @3426 IMP9102 1. @3427 IMP9104 1. @3428 IMP9106 1. @3429 IMP9108 1. @3430 IMP9110 1. @3431 IMP9112 1. @3432 IMP9114 1. @3433 IMP9116 1. @3434 IMP9118 1. @3435 IMP9120 1. @3436 IMP9122 1. @3437 IMP9124 1. @3438 IMP9126 1. @3439 IMP28_38 1. @3440 IMP9140 1. @3441 IMP9142 1. @3442 IMP9144 1. @3443 IMP9146 1. @3444 IMP9148 1. @3445 IMP9150 1. @3446 IMP9152 1. @3447 IMP9153 1. @3448 IMP9154 1. @3449 IMP9155 1. @3450 IMP9156 1. @3451 IMP9157 1. @3452 IMP9158 1. @3453 IMP9159 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 differentiate" ITEM36B = "Control card item 36b - interview stat" INTVW = "Person's interview status" PP_MIS1 = "Monthly person's interview status" PP_MIS2 = "Monthly person's interview status" PP_MIS3 = "Monthly person's interview status" PP_MIS4 = "Monthly person's interview status" PP_MIS5 = "Monthly person's interview status" ENTRY = "Edited entry address ID" PNUM = "Edited person number" FINALWGT = "'STAGE1WT' second stage factor." RRP = "Edited relationship to reference perso" AGE = "Edited and imputed age as of last" SEX = "Sex of this person" RACE = "Race of this person" MS = "Marital status." PNSP = "Person number of spouse." PNPT = "Person number of parent." HIGRADE = "What is the highest grade or year of" GRD_CMPL = "Did he/she complete that grade" ETHNICTY = "Ethnic origin" WAVE = "Panel's wave" TM9200 = "Is this the reference person's" TM9201 = "Is the reference person available to b" TM9202 = "During the past 12 months, has there" TM9204 = "In the past 12 months, has there been" TM9210 = "In the past 12 months, has there been" TM9216 = "In the past 12 months, has there been" TM9222 = "In the past 12 months, has there been" TM9228 = "In the past 12 months, has there been" TM9234 = "In the past 12 months, has there been" TM9240 = "In the past 12 months, has there been" TM9206 = "Did any person or organization help?" TM9212 = "Did any person or organization help?" TM9218 = "Did any person or organization help?" TM9224 = "Did any person or organization help?" TM9230 = "Did any person or organization help?" TM9236 = "Did any person or organization help?" TM9242 = "Did any person or organization help?" TM9208 = "Who helped" TM9214 = "Who helped" TM9220 = "Who helped" TM9226 = "Who helped" TM9232 = "Who helped" TM9238 = "Who helped" TM9244 = "Who helped" TM9246 = "If your household had a problem with" TM9248 = "If your household had a problem with" TM9250 = "If your household had a problem with" TM9252 = "Which of the following statements best" TM9254 = "Do you have enough and the kind of foo" TM9256 = "Do you have enough and the kind of foo" TM9258 = "Thinking now about the past four month" TM9260 = "Thinking now about the past four month" TM9262 = "Thinking now about the past four month" TM9264 = "Thinking now about the past four month" TM9266 = "Here are some reasons why people don't" TM9268 = "Here are some reasons why people don't" TM9270 = "Here are some reasons why people don't" TM9272 = "Here are some reasons why people don't" TM9274 = "Here are some reasons why people don't" TM9276 = "Now, please think about the past 30" TM9278 = "About how much money did your househol" TM9280 = "(Please look at flashcard mm.) which o" TM9284 = "To meet the expenses you consider" TM9286 = "If it is easier, give me an estimate f" TM9288 = "If it is easier, give me an estimate f" TM9290 = "If it is easier, give me an estimate f" TM9292 = "In your opinion, how much would you ha" TM9294 = "If easier, give me an estimate for a" TM9296 = "If easier, give me an estimate for a" TM9298 = "If easier, give me an estimate for a" TM6000 = "Are any employers entered in Source" TM6002 = "Are any employers entered in Source" TM6004 = "Are any employers entered in Source" TM6006 = "About how many persons are employed by" TM6008 = "About how many persons are employed by" TM6010 = "Does (read employer's name) operate in" TM6012 = "Does (read employer's name) operate in" TM6014 = "About how many persons are employed by" TM6016 = "About how many persons are employed by" TM6018 = "Does ...'s employer or union have a" TM6020 = "Does ...'s employer or union have a" TM6022 = "Does ...'s employer offer a deferred" TM6024 = "Does ...'s employer offer a deferred" TM6026 = "Is ... included in such a plan?" TM6028 = "Is ... included in such a plan?" TM6030 = "Why isn't ... included in such a plan?" TM6032 = "Why isn't ... included in such a plan?" TM6034 = "Why isn't ... included in such a plan?" TM6036 = "Why isn't ... included in such a plan?" TM6038 = "Why isn't ... included in such a plan?" TM6040 = "Why isn't ... included in such a plan?" TM6042 = "Why isn't ... included in such a plan?" TM6044 = "Why isn't ... included in such a plan?" TM6046 = "Why isn't ... included in such a plan?" TM6048 = "Why isn't ... included in such a plan?" TM6050 = "Why isn't ... included in such a plan?" TM6052 = "Why isn't ... included in such a plan?" TM6054 = "Why isn't ... included in such a plan?" TM6056 = "Why isn't ... included in such a plan?" TM6058 = "Why isn't ... included in such a plan?" TM6060 = "Why isn't ... included in such a plan?" TM6062 = "Is ... included in more than one" TM6064 = "Is ... included in more than one" TM6066 = "Are the retirement benefits of ...'s" TM6068 = "Are the retirement benefits of ...'s" TM6070 = "Does (read employer's name) make" TM6072 = "Does (read employer's name) make" TM6074 = "Does ... make payments toward ...'s" TM6076 = "Does ... make payments toward ...'s" TM6078 = "How much does ... contribute toward" TM6080 = "How much does ... contribute toward" TM6082 = "How much does ... contribute toward" TM6084 = "How much does ... contribute toward" TM6086 = "How much does ... contribute toward" TM6088 = "How much does ... contribute toward" TM6090 = "How much does ... contribute toward" TM6092 = "How much does ... contribute toward" TM6094 = "How long has ... been included in this" TM6096 = "How long has ... been included in this" TM6098 = "If ... were to leave (read employer's" TM6100 = "If ... were to leave (read employer's" TM6102 = "Is that because ... has not been" TM6104 = "Is that because ... has not been" TM6106 = "Under this plan, could ...'s retiremen" TM6108 = "Under this plan, could ...'s retiremen" TM6110 = "Does (read employer's name) offer a 40" TM6112 = "Does (read employer's name) offer a 40" TM6114 = "Does ... participate in this plan?" TM6116 = "Does ... participate in this plan?" TM6118 = "Does ...'s employer also contribute to" TM6120 = "Does ...'s employer also contribute to" TM6122 = "As of (read last day of reference" TM6124 = "As of (read last day of reference" TM6126 = "Is TM6026 marked 'yes'?" TM6128 = "Is TM6028 marked 'yes'?" TM6130 = "Is the 401K plan the same plan that wa" TM6132 = "Is the 401K plan the same plan that wa" TM6134 = "Is another employer listed in Check" TM6136 = "Is ... self employed?" TM6138 = "Each business owned" TM6140 = "Each business owned" TM6142 = "Not counting Social Security, IRA, Keo" TM6144 = "Not counting Social Security, IRA, Keo" TM6146 = "Is ... 25 to 64 years of age?" TM6148 = "(Other than the plans we have already" TM6150 = "Is this pension plan from -- mark all" TM6152 = "Is this pension plan from -- mark all" TM6154 = "Is this pension plan from -- mark all" TM6156 = "Is this pension plan from -- mark all" TM6158 = "Is this pension plan from -- mark all" TM6160 = "Is this pension plan from -- mark all" TM6162 = "How many years (altogether) did ... wo" TM6164 = "Is ... 25 years of age or older?" TM6166 = "Did ... ever receive a lump sum paymen" TM6168 = "How many times did ... receive a lump" TM6170 = "When did ... receive the (most recent)" TM6172 = "Approximately how much did ... receive" TM6174 = "At the time ... received the (most" TM6176 = "At the time ... received the lump sum" TM6178 = "At the time ... received the lump sum" TM6180 = "At the time ... received the lump sum" TM6182 = "At the time ... received the lump sum" TM6184 = "At the time ... received the lump sum" TM6186 = "At the time ... received the lump sum" TM6188 = "At the time ... received the lump sum" TM6190 = "At the time ... received the lump sum" TM6192 = "At the time ... received the lump sum" TM6194 = "At the time ... received the lump sum" TM6196 = "At the time ... received the lump sum" IMP6006 = "Imputation flag for TM6006" IMP6008 = "Imputation flag for TM6008" IMP6010 = "Imputation flag for TM6010" IMP6012 = "Imputation flag for TM6012" IMP6014 = "Imputation flag for TM6014" IMP6016 = "Imputation flag for TM6016" IMP6018 = "Imputation flag for TM6018" IMP6020 = "Imputation flag for TM6020" IMP6022 = "Imputation flag for TM6022" IMP6024 = "Imputation flag for TM6024" IMP6026 = "Imputation flag for TM6026" IMP6028 = "Imputation flag for TM6028" IMP30_54 = "Imputation flag for TM6030 through" IMP32_56 = "Imputation flag for TM6032 through" IMP6062 = "Imputation flag for TM6062" IMP6064 = "Imputation flag for TM6064" IMP6066 = "Imputation flag for TM6066" IMP6068 = "Imputation flag for TM6068" IMP6070 = "Imputation flag for TM6070" IMP6072 = "Imputation flag for TM6072" IMP6074 = "Imputation flag for TM6074" IMP6076 = "Imputation flag for TM6076" IMP6078 = "Imputation flag for TM6078" IMP6086 = "Imputation flag for TM6086" IMP6088 = "Imputation flag for TM6088" IMP6094 = "Imputation flag for TM6094" IMP6096 = "Imputation flag for TM6096" IMP6098 = "Imputation flag for TM6098" IMP6100 = "Imputation flag for TM6100" IMP6102 = "Imputation flag for TM6102" IMP6104 = "Imputation flag for TM6104" IMP6106 = "Imputation flag for TM6106" IMP6108 = "Imputation flag for TM6108" IMP6110 = "Imputation flag for TM6110" IMP6112 = "Imputation flag for TM6112" IMP6114 = "Imputation flag for TM6114" IMP6116 = "Imputation flag for TM6116" IMP6118 = "Imputation flag for TM6118" IMP6120 = "Imputation flag for TM6120" IMP6122 = "Imputation flag for TM6122" IMP6124 = "Imputation flag for TM6124" IMP6126 = "Imputation flag for TM6126" IMP6128 = "Imputation flag for TM6128" IMP6130 = "Imputation flag for TM6130" IMP6132 = "Imputation flag for TM6132" IMP6142 = "Imputation flag for TM6142" IMP6144 = "Imputation flag for TM6144" IMP6148 = "Imputation flag for TM6148" IMP50_60 = "Imputation flag for TM6150 through" IMP6162 = "Imputation flag for TM6162" IMP6166 = "Imputation flag for TM6166" IMP6168 = "Imputation flag for TM6168" IMP6170 = "Imputation flag for TM6170" IMP6172 = "Imputation flag for TM6172" IMP6174 = "Imputation flag for TM6174" IMP76_96 = "Imputation flag for TM6176 through" IMP6178 = "Imputation flag for TM6178" CAL6094 = "Calculation flag for TM6094" CAL6096 = "Calculation flag for TM6096" CAL6138 = "Calculation flag for TM6138" CAL6140 = "Calculation flag for TM6140" CAL6162 = "Calculation flag for TM6162" TM8000 = "Is 'worked' (code 170) marked on the I" TM8001 = "Did ... work at all last month" TM8002 = "How many employers did ... work for" TM8004 = "How many hours per day did ... work th" TM8006 = "How many hours per day did ... work th" TM8008 = "How many days did ... work during that" TM8010 = "How many days did ... work during that" 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 day" TM8050 = "During that week, at what time of day" TM8052 = "During that week, at what time of day" TM8054 = "During that week, at what time of day" TM8056 = "At what time of day did ... end work" TM8058 = "At what time of day did ... end work" TM8060 = "At what time of day did ... end work" TM8062 = "At what time of day did ... end work" TM8066 = "As part of the work schedule for that" TM8067 = "As part of the work schedule for that" TM8068 = "As part of the work schedule for that" TM8069 = "As part of the work schedule for that" TM8070 = "As part of the work schedule for that" TM8071 = "As part of the work schedule for that" TM8072 = "As part of the work schedule for that" TM8073 = "As part of the work schedule for that" TM8074 = "As part of the work schedule for that" TM8075 = "As part of the work schedule for that" TM8076 = "As part of the work schedule for that" TM8077 = "As part of the work schedule for that" TM8078 = "As part of the work schedule for that" TM8079 = "As part of the work schedule for that" TM8080 = "As part of the work schedule for that" TM8081 = "As part of the work schedule for that" TM8082 = "As part of the work schedule for that" TM8083 = "As part of the work schedule for that" TM8084 = "As part of the work schedule for that" TM8085 = "As part of the work schedule for that" TM8086 = "Which of the following best describes" TM8087 = "Which of the following best describes" TM8088 = "What is the main reason ... works(read" TM8089 = "What is the main reason ... works(read" TM8090 = "Refer to item 1B (TM8002) ." IMP8001 = "Imputation flag for TM8001" IMP8004 = "Imputation flag for TM8004" IMP8006 = "Imputation flag for TM8006" IMP8050 = "Imputation flag for TM8050" IMP8054 = "Imputation flag for TM8054" IMP8086 = "Imputation flag for TM8086" IMP8087 = "Imputation flag for TM8087" IMP8088 = "Imputation flag for TM8088" IMP8089 = "Imputation flag for TM8089" IMP08_40 = "Imputation flag for TM8008 through" IMP10_42 = "Imputation flag for TM8010 through" IMP16_40 = "Imputation flag for TM8016 through" IMP18_42 = "Imputation flag for TM8018 through" IMP48_50 = "Imputation flag for TM8048 through" IMP48_58 = "Imputation flag for TM8048 through" IMP52_54 = "Imputation flag for TM8052 through" IMP52_62 = "Imputation flag for TM8052 through" IMP56_58 = "Imputation flag for TM8056 through" IMP60_62 = "Imputation flag for TM8060 through" IMP66_82 = "Imputation flag for TM8066 through" IMP67_83 = "Imputation flag for TM8067 through" TM9330 = "Is ... the designated parent or guardi" TM9332 = "How many children are under age 15 for" TM9334 = "Is 'worked' marked on the ISS" TM9336 = "Did ... work last month?" TM9338 = "Was ... enrolled in school during the" TM9340 = "About how many hours per week did ..." TM9342 = "Is TM9336 marked 'yes' or are hours or" TM9344 = "Did ... spend any time looking for wor" TM9346 = "About how many hours did per week did" TM9348 = "Enter the person number, age and name " TM9350 = "This child was born or entered the" TM9352 = "During a typical week in (last month)," TM9354 = "Was that usually at (name of child)'s" TM9356 = "About how many hours per week was (nam" TM9358 = "During a typical week in (last month)," TM9360 = "Was that usually at (name of child)'s" TM9362 = "About how many hours per week was (nam" TM9364 = "During a typical week in (last month)," TM9366 = "Was that usually at (name of child)'s" TM9368 = "About how many hours per week was (nam" TM9370 = "During a typical week in (last month)," TM9372 = "Was that usually at (name of child)'s" TM9374 = "About how many hours per week was (nam" TM9376 = "During a typical week in (last month)," TM9378 = "Was that usually at (name of child)'s" TM9380 = "About how many hours per week was (nam" TM9382 = "During a typical week in (last month)," TM9384 = "Was that usually at (name of child)'s" TM9386 = "About how many hours per week was (nam" TM9388 = "During a typical week in (last month)," TM9390 = "About how many hours per week was (nam" TM9392 = "During a typical week in (last month)," TM9394 = "Was that usually at (name of child)'s" TM9396 = "About how many hours per week was (nam" TM9398 = "Is (name of child) less than 6 years" TM9400 = "During a typical week in (last month)," TM9402 = "And where was that?" TM9404 = "About how many hours per week was (nam" TM9406 = "During a typical week in (last month)," TM9408 = "And where was that?" TM9410 = "About how many hours per week was (nam" TM9412 = "During a typical week in (last month)," TM9414 = "About how many hours per week was (nam" TM9416 = "Age of (name of child)" TM9418 = "During a typical week in (last month)," TM9420 = "And where was that?" TM9422 = "About how many hours per week was (nam" TM9424 = "During a typical week in (last month)," TM9426 = "And where was that?" TM9428 = "About how many hours per week was (nam" TM9430 = "During a typical week in (last month)," TM9432 = "And where was that?" TM9434 = "About how many hours per week was (nam" TM9436 = "During a typical week in (last month)," TM9438 = "And where was that?" TM9440 = "About how many hours per week was (nam" TM9442 = "Did (name of child) usually attend" TM9444 = "About how many hours per week was (nam" TM9446 = "Did (name of child) usually attend" TM9448 = "About how many hours per week was (nam" TM9450 = "Sometimes it is difficult to make" TM9452 = "About how many hours per week did (nam" TM9454 = "Were there any other times when ... wa" TM9456 = "And about how many hours per week did" TM9458 = "Considering all of the arrangements us" TM9460 = "In a typical week in (last month), how" TM9462 = "Thinking now only about the arrangemen" TM9464 = "When these changes in arrangements" TM9465 = "Enter the person number, age and name " TM9466 = "This child was born or entered the" TM9468 = "During a typical week in (last month)," TM9470 = "Was that usually at (name of child)'s" TM9472 = "About how many hours per week was (nam" TM9474 = "During a typical week in (last month)," TM9476 = "Was that usually at (name of child)'s" TM9478 = "About how many hours per week was (nam" TM9480 = "During a typical week in (last month)," TM9482 = "About how many hours per week was (nam" TM9484 = "During a typical week in (last month)," TM9486 = "Was that usually at (name of child)'s" TM9488 = "About how many hours per week was (nam" TM9490 = "Is (name of child) less than 6 years" TM9492 = "During a typical week in (last month)," TM9494 = "About how many hours per week was (nam" TM9496 = "During a typical week in (last month)," TM9498 = "About how many hours per week was (nam" TM9500 = "During a typical week in (last month)," TM9502 = "About how many hours per week was (nam" TM9504 = "Age of (name of child)" TM9506 = "During a typical week in (last month)," TM9508 = "Was that at school or someplace else?" TM9510 = "About how many hours per week was (nam" TM9512 = "During a typical week in (last month)," TM9514 = "Was that at school or someplace else?" TM9516 = "About how many hours per week was (nam" TM9518 = "During a typical week in (last month)," TM9520 = "Was that at school or someplace else?" TM9522 = "About how many hours per week was (nam" TM9524 = "During a typical week in (last month)," TM9526 = "Was that at school or someplace else?" TM9528 = "About how many hours per week was (nam" TM9530 = "Is this Check Item marked yes or no?" TM9532 = "During a typical week, did (name of" TM9534 = "About how many hours per week was (nam" TM9536 = "Sometimes it is difficult to make" TM9538 = "About how many hours per week did (nam" TM9540 = "Considering all of the arrangements us" TM9542 = "In a typical week in (last month), how" TM9544 = "During the past 12 months, how many" TM9546 = "Are there two or more children in this" TM9548 = "Is TM9342 marked yes or no? (... At" TM9550 = "Enter the person number, age and name " TM9552 = "This child was born or entered the" TM9554 = "During a typical week in (last month)," TM9556 = "Was that usually at (name of child)'" TM9558 = "About how many hours per week was (nam" TM9560 = "During a typical week in (last month)," TM9562 = "Was that usually at (name of child)'" TM9564 = "About how many hours per week was (nam" TM9566 = "During a typical week in (last month)," TM9568 = "Was that usually at (name of child)'" TM9570 = "About how many hours per week was (nam" TM9572 = "During a typical week in (last month)," TM9574 = "Was that usually at (name of child)'" TM9576 = "About how many hours per week was (nam" TM9578 = "During a typical week in (last month)," TM9580 = "Was that usually at (name of child)'" TM9582 = "About how many hours per week was (nam" TM9584 = "During a typical week in (last month)," TM9586 = "Was that usually at (name of child)'" TM9588 = "About how many hours per week was (nam" TM9590 = "Family day care provider caring for 2 " TM9592 = "About how many hours per week was (nam" TM9594 = "Any other friend neighbor/sitter/nanny" TM9596 = "Was that usually at (name of child)'" TM9598 = "About how many hours per week was (nam" TM9600 = "Is (name of child) less than 6 years" TM9602 = "During a typical week in (last month)," TM9604 = "And where was that?" TM9606 = "About how many hours per week was (nam" TM9608 = "During a typical week in (last month)," TM9610 = "And where was that?" TM9612 = "About how many hours per week was (nam" TM9614 = "During a typical week in (last month)," TM9616 = "About how many hours per week was (nam" TM9618 = "Age of (name of child)" TM9620 = "During a typical week in (last month)," TM9622 = "And where was that?" TM9624 = "About how many hours per week was (nam" TM9626 = "During a typical week in (last month)," TM9628 = "And where was that?" TM9630 = "About how many hours per week was (nam" TM9632 = "During a typical week in (last month)," TM9634 = "And where was that?" TM9636 = "About how many hours per week was (nam" TM9638 = "During a typical week in (last month)," TM9640 = "And where was that?" TM9642 = "About how many hours per week was (nam" TM9644 = "Did (name of child) usually attend" TM9646 = "About how many hours per week was (nam" TM9648 = "Did (name of child) usually attend" TM9650 = "About how many hours per week was (nam" TM9652 = "Sometimes it is difficult to make" TM9654 = "About how many hours per week did (nam" TM9656 = "Were there any other times when ... wa" TM9658 = "And about how many hours per week did" TM9660 = "Considering all of the arrangements us" TM9662 = "In a typical week in (last month), how" TM9664 = "Thinking now only about the arrangemen" TM9666 = "When these changes in arrangements" TM9667 = "Enter the person number, age and name " TM9668 = "This child was born or entered the" TM9670 = "During a typical week in (last month)," TM9672 = "Was that usually at (name of child)'" TM9674 = "About how many hours per week was (nam" TM9676 = "During a typical week in (last month)," TM9678 = "Was that usually at (name of child)'" TM9680 = "About how many hours per week was (nam" TM9682 = "During a typical week in (last month)," TM9684 = "About how many hours per week was (nam" TM9686 = "During a typical week in (last month)," TM9688 = "Was that usually at (name of child)'" TM9690 = "00 .Not applicable" TM9692 = "Is (name of child) less than 6 years" TM9694 = "During a typical week in (last month)," TM9696 = "About how many hours per week was (nam" TM9698 = "During a typical week in (last month)," TM9700 = "About how many hours per week was (nam" TM9702 = "During a typical week in (last month)," TM9704 = "About how many hours per week was (nam" TM9706 = "Age of (name of child)" TM9708 = "During a typical week in (last month)," TM9710 = "Was that at school or someplace else" TM9712 = "About how many hours per week was (nam" TM9714 = "During a typical week in (last month)," TM9716 = "Was that at school or someplace else" TM9718 = "About how many hours per week was (nam" TM9720 = "During a typical week in (last month)," TM9722 = "Was that at school or someplace else" TM9724 = "About how many hours per week was (nam" TM9726 = "During a typical week in (last month)," TM9728 = "Was that at school or someplace else" TM9730 = "About how many hours per week was (nam" TM9732 = "Is this Check Item marked yes or no?" TM9734 = "During a typical week, did (name of" TM9736 = "About how many hours per week was (nam" TM9738 = "Sometimes it is difficult to make" TM9740 = "About how many hours per week did (nam" TM9742 = "Considering all of the arrangements us" TM9744 = "In a typical week in (last month), how" TM9746 = "During the past 12 months, how many" TM9748 = "Are there two or more children in this" TM9750 = "Is this Check Item marked yes or no?" TM9751 = "Enter the person number, age and name " TM9752 = "This child was born or entered the" TM9753 = "During a typical week in (last month)," TM9754 = "Was that usually at (name of child)'" TM9755 = "About how many hours per week was (nam" TM9756 = "During a typical week in (last month)," TM9757 = "Was that usually at (name of child)'" TM9758 = "About how many hours per week was (nam" TM9759 = "During a typical week in (last month)," TM9760 = "Was that usually at (name of child)'" TM9761 = "About how many hours per week was (nam" TM9762 = "During a typical week in (last month)," TM9763 = "Was that usually at (name of child)'" TM9764 = "About how many hours per week was (nam" TM9765 = "During a typical week in (last month)," TM9766 = "Was that usually at (name of child)'" TM9767 = "About how many hours per week was (nam" TM9768 = "During a typical week in (last month)," TM9769 = "Was that usually at (name of child)'" TM9770 = "About how many hours per week was (nam" TM9771 = "During a typical week in (last month)," TM9772 = "About how many hours per week was (nam" TM9773 = "During a typical week in (last month)," TM9774 = "Was that usually at (name of child)'" TM9775 = "About how many hours per week was (nam" TM9776 = "Is (name of child) less than 6 years" TM9777 = "During a typical week in (last month)," TM9778 = "And where was that?" TM9779 = "About how many hours per week was (nam" TM9780 = "During a typical week in (last month)," TM9781 = "And where was that?" TM9782 = "About how many hours per week was (nam" TM9783 = "During a typical week in (last month)," TM9784 = "About how many hours per week was (nam" TM9785 = "Age of (name of child)" TM9786 = "During a typical week in (last month)," TM9787 = "And where was that?" TM9788 = "About how many hours per week was (nam" TM9789 = "During a typical week in (last month)," TM9790 = "And where was that?" TM9791 = "About how many hours per week was (nam" TM9792 = "During a typical week in (last month)," TM9793 = "And where was that?" TM9794 = "About how many hours per week was (nam" TM9795 = "During a typical week in (last month)," TM9796 = "And where was that?" TM9797 = "About how many hours per week was (nam" TM9798 = "Did (name of child) usually attend" TM9799 = "About how many hours per week was (nam" TM9800 = "Did (name of child) usually attend" TM9801 = "About how many hours per week was (nam" TM9802 = "Sometimes it is difficult to make" TM9803 = "About how many hours per week did (nam" TM9804 = "Were there any other times when ... wa" TM9805 = "And about how many hours per week did" TM9806 = "Considering all of the arrangements us" TM9807 = "In a typical week in (last month), how" TM9808 = "Thinking now only about the arrangemen" TM9809 = "When these changes in arrangements" TM9810 = "Enter the person number, age and name " TM9811 = "This child was born or entered the" TM9812 = "During a typical week in (last month)," TM9813 = "Was that usually at (name of child)'" TM9814 = "About how many hours per week was (nam" TM9815 = "During a typical week in (last month)," TM9816 = "Was that usually at (name of child)'" TM9817 = "About how many hours per week was (nam" TM9818 = "During a typical week in (last month)," TM9819 = "About how many hours per week was (nam" TM9820 = "During a typical week in (last month)," TM9821 = "Was that usually at (name of child)'" TM9822 = "About how many hours per week was" TM9823 = "Is (name of child) less than 6 years" TM9824 = "During a typical week in (last month)," TM9825 = "About how many hours per week was (nam" TM9826 = "During a typical week in (last month)," TM9827 = "About how many hours per week was (nam" TM9828 = "During a typical week in (last month)," TM9829 = "About how many hours per week was (nam" TM9830 = "Age of (name of child)" TM9831 = "During a typical week in (last month)," TM9832 = "Was that at school or someplace else" TM9833 = "About how many hours per week was (nam" TM9834 = "During a typical week in (last month)," TM9835 = "Was that at school or someplace else" TM9836 = "About how many hours per week was (nam" TM9837 = "During a typical week in (last month)," TM9838 = "Was that at school or someplace else" TM9839 = "About how many hours per week was (nam" TM9840 = "During a typical week in (last month)," TM9841 = "Was that at school or someplace else" TM9842 = "About how many hours per week was (nam" TM9843 = "Is this Check Item marked yes or no?" TM9844 = "During a typical week, did (name of" TM9845 = "About how many hours per week was (nam" TM9846 = "Sometimes it is difficult to make" TM9847 = "About how many hours per week did (nam" TM9848 = "Considering all of the arrangements us" TM9849 = "In a typical week in (last month), how" TM9850 = "During the past 12 months, how many" TM9851 = "Are there four or more children in thi" TM9852 = "Is this Check Item marked yes or no?" TM9853 = "Enter the person number, age and name " TM9854 = "This child was born or entered the" TM9855 = "During a typical week in (last month)," TM9856 = "Was that usually at (name of child)'" TM9857 = "About how many hours per week was (nam" TM9858 = "During a typical week in (last month)," TM9859 = "Was that usually at (name of child)'" TM9860 = "About how many hours per week was (nam" TM9861 = "During a typical week in (last month)," TM9862 = "Was that usually at (name of child)'" TM9863 = "About how many hours per week was (nam" TM9864 = "During a typical week in (last month)," TM9865 = "Was that usually at (name of child)'" TM9866 = "About how many hours per week was (nam" TM9867 = "During a typical week in (last month)," TM9868 = "Was that usually at (name of child)'" TM9869 = "About how many hours per week was (nam" TM9870 = "During a typical week in (last month)," TM9871 = "Was that usually at (name of child)'" TM9872 = "About how many hours per week was (nam" TM9873 = "During a typical week in (last month)," TM9874 = "About how many hours per week was (nam" TM9875 = "During a typical week in (last month)," TM9876 = "Was that usually at (name of child)'" TM9877 = "About how many hours per week was (nam" TM9878 = "Is (name of child) less than 6 years" TM9879 = "During a typical week in (last month)," TM9880 = "And where was that?" TM9881 = "About how many hours per week was (nam" TM9882 = "During a typical week in (last month)," TM9883 = "And where was that?" TM9884 = "About how many hours per week was (nam" TM9885 = "During a typical week in (last month)," TM9886 = "About how many hours per week was (nam" TM9887 = "Age of (name of child)" TM9888 = "Organized sports (include practices)?" TM9889 = "And where was that?" TM9890 = "About how many hours per week was (nam" TM9891 = "During a typical week in (last month)," TM9892 = "And where was that?" TM9893 = "About how many hours per week was (nam" TM9894 = "During a typical week in (last month)," TM9895 = "And where was that?" TM9896 = "About how many hours per week was (nam" TM9897 = "During a typical week in (last month)," TM9898 = "And where was that?" TM9899 = "About how many hours per week was (nam" TM9900 = "Did (name of child) usually attend" TM9901 = "About how many hours per week was (nam" TM9902 = "Did (name of child) usually attend" TM9903 = "About how many hours per week was (nam" TM9904 = "Sometimes it is difficult to make" TM9905 = "About how many hours per week did (nam" TM9906 = "Were there any other times when ... wa" TM9907 = "And about how many hours per week did" TM9908 = "Considering all of the arrangements us" TM9909 = "In a typical week in (last month), how" TM9910 = "Thinking now only about the arrangemen" TM9911 = "When these changes in arrangements" TM9912 = "Enter the person number, age and name " TM9913 = "This child was born or entered the" TM9914 = "During a typical week in (last month)," TM9915 = "Was that usually at (name of child)'" TM9916 = "About how many hours per week was (nam" TM9917 = "During a typical week in (last month)," TM9918 = "Was that usually at (name of child)'" TM9919 = "About how many hours per week was (nam" TM9920 = "During a typical week in (last month)," TM9921 = "About how many hours per week was (nam" TM9922 = "During a typical week in (last month)," TM9923 = "Was that usually at (name of child)'" TM9924 = "About how many hours per week was (nam" TM9925 = "Is (name of child) less than 6 years" TM9926 = "During a typical week in (last month)," TM9927 = "About how many hours per week was (nam" TM9928 = "During a typical week in (last month)," TM9929 = "About how many hours per week was (nam" TM9930 = "During a typical week in (last month)," TM9931 = "About how many hours per week was (nam" TM9932 = "Age of (name of child)" TM9933 = "During a typical week in (last month)," TM9934 = "Was that at school or someplace else" TM9935 = "About how many hours per week was (nam" TM9936 = "During a typical week in (last month)," TM9937 = "Was that at school or someplace else" TM9938 = "About how many hours per week was (nam" TM9939 = "During a typical week in (last month)," TM9940 = "Was that at school or someplace else" TM9941 = "About how many hours per week was (nam" TM9942 = "During a typical week in (last month)," TM9943 = "Was that at school or someplace else" TM9944 = "About how many hours per week was (nam" TM9945 = "Is this Check Item marked yes or no?" TM9946 = "During a typical week, did (name of" TM9947 = "About how many hours per week was (nam" TM9948 = "Sometimes it is difficult to make" TM9949 = "About how many hours per week did (nam" TM9950 = "Considering all of the arrangements us" TM9951 = "In a typical week in (last month), how" TM9952 = "During the past 12 months, how many" IM9340 = "Imputation flag for TM9340" IM9346 = "Imputation flag for TM9346" IM9352 = "Imputation flag for TM9352" IM9354 = "Imputation flag for TM9354" IM9356 = "Imputation flag for TM9356" IM9360 = "Imputation flag for TM9360" IM9362 = "Imputation flag for TM9362" IM9366 = "Imputation flag for TM9366" IM9368 = "Imputation flag for TM9368" IM9372 = "Imputation flag for TM9372" IM9374 = "Imputation flag for TM9374" IM9378 = "Imputation flag for TM9378" IM9380 = "Imputation flag for TM9380" IM9384 = "Imputation flag for TM9384" IM9386 = "Imputation flag for TM9386" IM9390 = "Imputation flag for TM9390" IM9394 = "Imputation flag for TM9394" IM9396 = "Imputation flag for TM9396" IM9400 = "Imputation flag for TM9400" IM9402 = "Imputation flag for TM9402" IM9404 = "Imputation flag for TM9404" IM9408 = "Imputation flag for TM9408" IM9410 = "Imputation flag for TM9410" IM9414 = "Imputation flag for TM9414" IM9418 = "Imputation flag for TM9418" IM9420 = "Imputation flag for TM9420" IM9422 = "Imputation flag for TM9422" IM9426 = "Imputation flag for TM9426" IM9428 = "Imputation flag for TM9428" IM9432 = "Imputation flag for TM9432" IM9434 = "Imputation flag for TM9434" IM9438 = "Imputation flag for TM9438" IM9440 = "Imputation flag for TM9440" IM9442 = "Imputation flag for TM9442" IM9444 = "Imputation flag for TM9444" IM9446 = "Imputation flag for TM9446" IM9448 = "Imputation flag for TM9448" IM9450 = "Imputation flag for TM9450" IM9452 = "Imputation flag for TM9452" IM9454 = "Imputation flag for TM9454" IM9456 = "Imputation flag for TM9456" IM9458 = "Imputation flag for TM9458" IM9460 = "Imputation flag for TM9460" IM9462 = "Imputation flag for TM9462" IM9464 = "Imputation flag for TM9464" IM9468 = "Imputation flag for TM9468" IM9470 = "Imputation flag for TM9470" IM9472 = "Imputation flag for TM9472" IM9476 = "Imputation flag for TM9476" IM9478 = "Imputation flag for TM9478" IM9482 = "Imputation flag for TM9482" IM9486 = "Imputation flag for TM9486" IM9488 = "Imputation flag for TM9488" IM9492 = "Imputation flag for TM9492" IM9494 = "Imputation flag for TM9494" IM9498 = "Imputation flag for TM9498" IM9502 = "Imputation flag for TM9502" IM9506 = "Imputation flag for TM9506" IM9508 = "Imputation flag for TM9508" IM9510 = "Imputation flag for TM9510" IM9514 = "Imputation flag for TM9514" IM9516 = "Imputation flag for TM9516" IM9520 = "Imputation flag for TM9520" IM9522 = "Imputation flag for TM9522" IM9526 = "Imputation flag for TM9526" IM9528 = "Imputation flag for TM9528" IM9532 = "Imputation flag for TM9532" IM9534 = "Imputation flag for TM9534" IM9536 = "Imputation flag for TM9536" IM9538 = "Imputation flag for TM9538" IM9540 = "Imputation flag for TM9540" IM9542 = "Imputation flag for TM9542" IM9544 = "Imputation flag for TM9544" IM9554 = "Imputation flag for TM9554" IM9556 = "Imputation flag for TM9556" IM9558 = "Imputation flag for TM9558" IM9562 = "Imputation flag for TM9562" IM9564 = "Imputation flag for TM9564" IM9568 = "Imputation flag for TM9568" IM9570 = "Imputation flag for TM9570" IM9574 = "Imputation flag for TM9574" IM9576 = "Imputation flag for TM9576" IM9580 = "Imputation flag for TM9580" IM9582 = "Imputation flag for TM9582" IM9586 = "Imputation flag for TM9586" IM9588 = "Imputation flag for TM9588" IM9592 = "Imputation flag for TM9592" IM9596 = "Imputation flag for TM9596" IM9598 = "Imputation flag for TM9598" IM9602 = "Imputation flag for TM9602" IM9604 = "Imputation flag for TM9604" IM9606 = "Imputation flag for TM9606" IM9610 = "Imputation flag for TM9610" IM9612 = "Imputation flag for TM9612" IM9616 = "Imputation flag for TM9616" IM9620 = "Imputation flag for TM9620" IM9622 = "Imputation flag for TM9622" IM9624 = "Imputation flag for TM9624" IM9628 = "Imputation flag for TM9628" IM9630 = "Imputation flag for TM9630" IM9634 = "Imputation flag for TM9634" IM9636 = "Imputation flag for TM9636" IM9640 = "Imputation flag for TM9640" IM9642 = "Imputation flag for TM9642" IM9644 = "Imputation flag for TM9644" IM9646 = "Imputation flag for TM9646" IM9648 = "Imputation flag for TM9648" IM9650 = "Imputation flag for TM9650" IM9652 = "Imputation flag for TM9652" IM9654 = "Imputation flag for TM9654" IM9656 = "Imputation flag for TM9656" IM9658 = "Imputation flag for TM9658" IM9660 = "Imputation flag for TM9660" IM9662 = "Imputation flag for TM9662" IM9664 = "Imputation flag for TM9664" IM9666 = "Imputation flag for TM9666" IM9670 = "Imputation flag for TM9670" IM9672 = "Imputation flag for TM9672" IM9674 = "Imputation flag for TM9674" IM9678 = "Imputation flag for TM9678" IM9680 = "Imputation flag for TM9680" IM9684 = "Imputation flag for TM9684" IM9688 = "Imputation flag for TM9688" IM9690 = "Imputation flag for TM9690" IM9694 = "Imputation flag for TM9694" IM9696 = "Imputation flag for TM9696" IM9700 = "Imputation flag for TM9700" IM9704 = "Imputation flag for TM9704" IM9708 = "Imputation flag for TM9708" IM9710 = "Imputation flag for TM9710" IM9712 = "Imputation flag for TM9712" IM9716 = "Imputation flag for TM9716" IM9718 = "Imputation flag for TM9718" IM9722 = "Imputation flag for TM9722" IM9724 = "Imputation flag for TM9724" IM9728 = "Imputation flag for TM9728" IM9730 = "Imputation flag for TM9730" IM9734 = "Imputation flag for TM9734" IM9736 = "Imputation flag for TM9736" IM9738 = "Imputation flag for TM9738" IM9740 = "Imputation flag for TM9740" IM9742 = "Imputation flag for TM9742" IM9744 = "Imputation flag for TM9744" IM9746 = "Imputation flag for TM9746" IM9753 = "Imputation flag for TM9753" IM9754 = "Imputation flag for TM9754" IM9755 = "Imputation flag for TM9755" IM9757 = "Imputation flag for TM9757" IM9758 = "Imputation flag for TM9758" IM9760 = "Imputation flag for TM9760" IM9761 = "Imputation flag for TM9761" IM9763 = "Imputation flag for TM9763" IM9764 = "Imputation flag for TM9764" IM9766 = "Imputation flag for TM9766" IM9767 = "Imputation flag for TM9767" IM9769 = "Imputation flag for TM9769" IM9770 = "Imputation flag for TM9770" IM9772 = "Imputation flag for TM9772" IM9774 = "Imputation flag for TM9774" IM9775 = "Imputation flag for TM9775" IM9777 = "Imputation flag for TM9777" IM9778 = "Imputation flag for TM9778" IM9779 = "Imputation flag for TM9779" IM9781 = "Imputation flag for TM9781" IM9782 = "Imputation flag for TM9782" IM9784 = "Imputation flag for TM9784" IM9786 = "Imputation flag for TM9786" IM9787 = "Imputation flag for TM9787" IM9788 = "Imputation flag for TM9788" IM9790 = "Imputation flag for TM9790" IM9791 = "Imputation flag for TM9791" IM9793 = "Imputation flag for TM9793" IM9794 = "Imputation flag for TM9794" IM9796 = "Imputation flag for TM9796" IM9797 = "Imputation flag for TM9797" IM9798 = "Imputation flag for TM9798" IM9799 = "Imputation flag for TM9799" IM9800 = "Imputation flag for TM9800" IM9801 = "Imputation flag for TM9801" IM9802 = "Imputation flag for TM9802" IM9803 = "Imputation flag for TM9803" IM9804 = "Imputation flag for TM9804" IM9805 = "Imputation flag for TM9805" IM9806 = "Imputation flag for TM9806" IM9807 = "Imputation flag for TM9807" IM9808 = "Imputation flag for TM9808" IM9809 = "Imputation flag for TM9809" IM9812 = "Imputation flag for TM9812" IM9813 = "Imputation flag for TM9813" IM9814 = "Imputation flag for TM9814" IM9816 = "Imputation flag for TM9816" IM9817 = "Imputation flag for TM9817" IM9819 = "Imputation flag for TM9819" IM9821 = "Imputation flag for TM9821" IM9822 = "Imputation flag for TM9822" IM9824 = "Imputation flag for TM9824" IM9825 = "Imputation flag for TM9825" IM9827 = "Imputation flag for TM9827" IM9829 = "Imputation flag for TM9829" IM9831 = "Imputation flag for TM9831" IM9832 = "Imputation flag for TM9832" IM9833 = "Imputation flag for TM9833" IM9835 = "Imputation flag for TM9835" IM9836 = "Imputation flag for TM9836" IM9838 = "Imputation flag for TM9838" IM9839 = "Imputation flag for TM9839" IM9841 = "Imputation flag for TM9841" IM9842 = "Imputation flag for TM9842" IM9844 = "Imputation flag for TM9844" IM9845 = "Imputation flag for TM9845" IM9846 = "Imputation flag for TM9846" IM9847 = "Imputation flag for TM9847" IM9848 = "Imputation flag for TM9848" IM9849 = "Imputation flag for TM9849" IM9850 = "Imputation flag for TM9850" IM9855 = "Imputation flag for TM9855" IM9856 = "Imputation flag for TM9856" IM9857 = "Imputation flag for TM9857" IM9859 = "Imputation flag for TM9859" IM9860 = "Imputation flag for TM9860" IM9862 = "Imputation flag for TM9862" IM9863 = "Imputation flag for TM9863" IM9865 = "Imputation flag for TM9865" IM9866 = "Imputation flag for TM9866" IM9868 = "Imputation flag for TM9868" IM9869 = "Imputation flag for TM9869" IM9871 = "Imputation flag for TM9871" IM9872 = "Imputation flag for TM9872" IM9874 = "Imputation flag for TM9874" IM9876 = "Imputation flag for TM9876" IM9877 = "Imputation flag for TM9877" IM9879 = "Imputation flag for TM9879" IM9880 = "Imputation flag for TM9880" IM9881 = "Imputation flag for TM9881" IM9883 = "Imputation flag for TM9883" IM9884 = "Imputation flag for TM9884" IM9886 = "Imputation flag for TM9886" IM9888 = "Imputation flag for TM9888" IM9889 = "Imputation flag for TM9889" IM9890 = "Imputation flag for TM9890" IM9892 = "Imputation flag for TM9892" IM9893 = "Imputation flag for TM9893" IM9895 = "Imputation flag for TM9895" IM9896 = "Imputation flag for TM9896" IM9898 = "Imputation flag for TM9898" IM9899 = "Imputation flag for TM9899" IM9900 = "Imputation flag for TM9900" IM9901 = "Imputation flag for TM9901" IM9902 = "Imputation flag for TM9902" IM9903 = "Imputation flag for TM9903" IM9904 = "Imputation flag for TM9904" IM9905 = "Imputation flag for TM9905" IM9906 = "Imputation flag for TM9906" IM9907 = "Imputation flag for TM9907" IM9908 = "Imputation flag for TM9908" IM9909 = "Imputation flag for TM9909" IM9910 = "Imputation flag for TM9910" IM9911 = "Imputation flag for TM9911" IM9914 = "Imputation flag for TM9914" IM9915 = "Imputation flag for TM9915" IM9916 = "Imputation flag for TM9916" IM9918 = "Imputation flag for TM9918" IM9919 = "Imputation flag for TM9919" IM9921 = "Imputation flag for TM9921" IM9923 = "Imputation flag for TM9923" IM9924 = "Imputation flag for TM9924" IM9926 = "Imputation flag for TM9926" IM9927 = "Imputation flag for TM9927" IM9929 = "Imputation flag for TM9929" IM9931 = "Imputation flag for TM9931" IM9933 = "Imputation flag for TM9933" IM9934 = "Imputation flag for TM9934" IM9935 = "Imputation flag for TM9935" IM9937 = "Imputation flag for TM9937" IM9938 = "Imputation flag for TM9938" IM9940 = "Imputation flag for TM9940" IM9941 = "Imputation flag for TM9941" IM9943 = "Imputation flag for TM9943" IM9944 = "Imputation flag for TM9944" IM9946 = "Imputation flag for TM9946" IM9947 = "Imputation flag for TM9947" IM9948 = "Imputation flag for TM9948" IM9949 = "Imputation flag for TM9949" IM9950 = "Imputation flag for TM9950" IM9951 = "Imputation flag for TM9951" IM9952 = "Imputation flag for TM9952" TM7000 = "Is ... the designated parent or guardi" TM7001 = "Is ... the designated parent or guardi" TM7002 = "Person number of youngest child" TM7003 = "Person number of second youngest child" TM7004 = "Person number of third youngest child" TM7005 = "Person number of fourth youngest child" TM7006 = "Person number of fifth youngest child" TM7007 = "Person number of sixth youngest child" TM7008 = "Person number of seventh youngest chil" TM7009 = "Age of youngest child" TM7010 = "Age of second youngest child" TM7011 = "Age of third youngest child" TM7012 = "Age of fourth youngest child" TM7013 = "Age of fifth youngest child" TM7014 = "Age of sixth youngest child" TM7015 = "Age of seventh youngest child" TM7016 = "Would you say that (youngest child's" TM7017 = "Would you say that (second youngest" TM7018 = "Would you say that (third youngest" TM7019 = "Would you say that (fourth youngest" TM7020 = "Would you say that (fifth youngest" TM7021 = "Would you say that (sixth youngest" TM7022 = "Would you say that (seventh youngest" TM7261 = "Is (youngest child's name) aged 1" TM7262 = "Is (second youngest child's name) aged" TM7263 = "Is (third youngest child's name) aged " TM7264 = "Is (fourth youngest child's name) aged" TM7265 = "Is (fifth youngest child's name) aged " TM7266 = "Is (sixth youngest child's name) aged " TM7267 = "Is (seventh youngest child's name) age" TM7268 = "How many times in the past week did yo" TM7269 = "How many times in the past week did yo" TM7270 = "How many times in the past week did yo" TM7271 = "How many times in the past week did yo" TM7272 = "How many times in the past week did yo" TM7273 = "How many times in the past week did yo" TM7274 = "How many times in the past week did yo" TM7275 = "How many times in the past month did y" TM7276 = "How many times in the past month did y" TM7277 = "How many times in the past month did y" TM7278 = "How many times in the past month did y" TM7279 = "How many times in the past month did y" TM7280 = "How many times in the past month did y" TM7281 = "How many times in the past month did y" TM7282 = "Is (youngest child's name) 3, 4, or 5" TM7283 = "Is (second youngest child's name) 3, 4" TM7284 = "Is (third youngest child's name) 3, 4," TM7285 = "Is (fourth youngest child's name) 3, 4" TM7286 = "Is (fifth youngest child's name) 3, 4," TM7287 = "Is (sixth youngest child's name) 3, 4," TM7288 = "Is (seventh youngest child's name) 3, " TM7289 = "Are there family rules for (youngest" TM7290 = "Are there family rules for (second" TM7291 = "Are there family rules for (third" TM7292 = "Are there family rules for (fourth" TM7293 = "Are there family rules for (fifth" TM7294 = "Are there family rules for (sixth" TM7295 = "Are there family rules for (seventh" TM7296 = "Are there family rules about how early" TM7297 = "Are there family rules about how early" TM7298 = "Are there family rules about how early" TM7299 = "Are there family rules about how early" TM7300 = "Are there family rules about how early" TM7301 = "Are there family rules about how early" TM7302 = "Are there family rules about how early" TM7303 = "Are there family rules about how many" TM7304 = "Are there family rules about how many" TM7305 = "Are there family rules about how many" TM7306 = "Are there family rules about how many" TM7307 = "Are there family rules about how many" TM7308 = "Are there family rules about how many" TM7309 = "Are there family rules about how many" TM7310 = "Is ... the designated parent or guardi" TM7311 = "Person number of youngest child" TM7312 = "Person number of second youngest child" TM7313 = "Person number of third youngest child" TM7314 = "Person number of fourth youngest child" TM7315 = "Person number of fifth youngest child" TM7316 = "Person number of sixth youngest child" TM7317 = "Person number of seventh youngest chil" TM7318 = "Age of youngest child" TM7319 = "Age of second youngest child" TM7320 = "Age of third youngest child" TM7321 = "Age of fourth youngest child" TM7322 = "Age of fifth youngest child" TM7323 = "Age of sixth youngest child" TM7324 = "Age of seventh youngest child" TM7577 = "Are there family rules for (youngest" TM7578 = "Are there family rules for (second" TM7579 = "Are there family rules for (third" TM7580 = "Are there family rules for (fourth" TM7581 = "Are there family rules for (fifth" TM7582 = "Are there family rules for (sixth" TM7583 = "Are there family rules for (seventh" TM7584 = "Are there family rules about how early" TM7585 = "Are there family rules about how early" TM7586 = "Are there family rules about how early" TM7587 = "Are there family rules about how early" TM7588 = "Are there family rules about how early" TM7589 = "Are there family rules about how early" TM7590 = "Are there family rules about how early" TM7591 = "Are there family rules about how many" TM7592 = "Are there family rules about how many" TM7593 = "Are there family rules about how many" TM7594 = "Are there family rules about how many" TM7595 = "Are there family rules about how many" TM7596 = "Are there family rules about how many" TM7597 = "Are there family rules about how many" TM7598 = "Is ... the designated parent or guardi" TM7599 = "Person number of youngest child" TM7600 = "Person number of second youngest child" TM7601 = "Person number of third youngest child" TM7602 = "Person number of fourth youngest child" TM7603 = "Person number of fifth youngest child" TM7604 = "Person number of sixth youngest child" TM7605 = "Person number of seventh youngest chil" TM7606 = "Age of youngest child" TM7607 = "Age of second youngest child" TM7608 = "Age of third youngest child" TM7609 = "Age of fourth youngest child" TM7610 = "Age of fifth youngest child" TM7611 = "Age of sixth youngest child" TM7612 = "Age of seventh youngest child" TM7613 = "What is (youngest child's) age?" TM7614 = "What is (second youngest child's) age?" TM7615 = "What is (third youngest child's) age?" TM7616 = "What is (fourth youngest child's) age?" TM7617 = "What is (fifth youngest child's) age?" TM7618 = "What is (sixth youngest child's) age?" TM7619 = "What is (seventh youngest child's) age" TM7620 = "Is (youngest child's name) on a sports" TM7621 = "Is (second youngest child's name) on a" TM7622 = "Is (third youngest child's name) on a" TM7623 = "Is (fourth youngest child's name) on a" TM7624 = "Is (fifth youngest child's name) on a" TM7625 = "Is (sixth youngest child's name) on a" TM7626 = "Is (seventh youngest child's name) on " TM7627 = "Does (youngest child's name) take" TM7628 = "Does (second youngest child's name) ta" TM7629 = "Does (third youngest child's name) tak" TM7630 = "Does (fourth youngest child's name) ta" TM7631 = "Does (fifth youngest child's name) tak" TM7632 = "Does (sixth youngest child's name) tak" TM7633 = "Does (seventh youngest child's name)" TM7634 = "Does (youngest child's name) participa" TM7635 = "Does (second youngest child's name)" TM7636 = "Does (third youngest child's name)" TM7637 = "Does (fourth youngest child's name)" TM7638 = "Does (fifth youngest child's name)" TM7639 = "Does (sixth youngest child's name)" TM7640 = "Does (seventh youngest child's name)" TM7641 = "Are there family rules for (youngest" TM7642 = "Are there family rules for (second" TM7643 = "Are there family rules for (third" TM7644 = "Are there family rules for (fourth" TM7645 = "Are there family rules for (fifth" TM7646 = "Are there family rules for (sixth" TM7647 = "Are there family rules for (seventh" TM7648 = "Are there family rules about how early" TM7649 = "Are there family rules about how early" TM7650 = "Are there family rules about how early" TM7651 = "Are there family rules about how early" TM7652 = "Are there family rules about how early" TM7653 = "Are there family rules about how early" TM7654 = "Are there family rules about how early" TM7655 = "Are there family rules about how many" TM7656 = "Are there family rules about how many" TM7657 = "Are there family rules about how many" TM7658 = "Are there family rules about how many" TM7659 = "Are there family rules about how many" TM7660 = "Are there family rules about how many" TM7661 = "Are there family rules about how many" TM7662 = "Person number of youngest child" TM7663 = "Person number of second youngest child" TM7664 = "Person number of third youngest child" TM7665 = "Person number of fourth youngest child" TM7666 = "Person number of fifth youngest child" TM7667 = "Person number of sixth youngest child" TM7668 = "Person number of seventh youngest chil" TM7669 = "During the last four months, did" TM7670 = "During the last four months, did (seco" TM7671 = "During the last four months, did (thir" TM7672 = "During the last four months, did (four" TM7673 = "During the last four months, did (fift" TM7674 = "During the last four months, did (sixt" TM7675 = "During the last four months, did" TM7676 = "Was there only one injury or more than" TM7677 = "Was there only one injury or more than" TM7678 = "Was there only one injury or more than" TM7679 = "Was there only one injury or more than" TM7680 = "Was there only one injury or more than" TM7681 = "Was there only one injury or more than" TM7682 = "Was there only one injury or more than" TM7683 = "Physical exercise or sports (youngest" TM7684 = "Physical exercise or sports (second" TM7685 = "Physical exercise or sports (third" TM7686 = "Physical exercise or sports (fourth" TM7687 = "Physical exercise or sports (fifth" TM7688 = "Physical exercise or sports (sixth" TM7689 = "Physical exercise or sports (seventh" TM7690 = "Physical exercise or sports (youngest" TM7691 = "Physical exercise or sports (second" TM7692 = "Physical exercise or sports (third" TM7693 = "Physical exercise or sports (fourth" TM7694 = "Physical exercise or sports (fifth" TM7695 = "Physical exercise or sports (sixth" TM7696 = "Physical exercise or sports (seventh" TM7697 = "Physical exercise or sports (youngest" TM7698 = "Physical exercise or sports (second" TM7699 = "Physical exercise or sports (third" TM7700 = "Physical exercise or sports (fourth" TM7701 = "Physical exercise or sports (fifth" TM7702 = "Physical exercise or sports (sixth" TM7703 = "Physical exercise or sports (seventh" TM7704 = "Physical exercise or sports (youngest" TM7705 = "Physical exercise or sports (second" TM7706 = "Physical exercise or sports (third" TM7707 = "Physical exercise or sports (fourth" TM7708 = "Physical exercise or sports (fifth" TM7709 = "Physical exercise or sports (sixth" TM7710 = "Physical exercise or sports (seventh" TM7711 = "Physical exercise or sports (youngest" TM7712 = "Physical exercise or sports (second" TM7713 = "Physical exercise or sports (third" TM7714 = "Physical exercise or sports (fourth" TM7715 = "Physical exercise or sports (fifth" TM7716 = "Physical exercise or sports (sixth" TM7717 = "Physical exercise or sports (seventh" TM7718 = "Working (youngest child)" TM7719 = "Working (second youngest child)" TM7720 = "Working (third youngest child)" TM7721 = "Working (fourth youngest child)" TM7722 = "Working (fifth youngest child)" TM7723 = "Working (sixth youngest child)" TM7724 = "Working (seventh youngest child)" TM7725 = "Driving/riding in motorized vehicle" TM7726 = "Driving/riding in motorized vehicle" TM7727 = "Driving/riding in motorized vehicle" TM7728 = "Driving/riding in motorized vehicle" TM7729 = "Driving/riding in motorized vehicle" TM7730 = "Driving/riding in motorized vehicle" TM7731 = "Driving/riding in motorized vehicle" TM7732 = "Motorized vehicle(not as passenger)" TM7733 = "Motorized vehicle(not as passenger)" TM7734 = "Motorized vehicle(not as passenger)" TM7735 = "Motorized vehicle(not as passenger)" TM7736 = "Motorized vehicle(not as passenger)" TM7737 = "Motorized vehicle(not as passenger)" TM7738 = "Motorized vehicle(not as passenger)" TM7739 = "Non-motorized vehicle(as a rider or no" TM7740 = "Non-motorized vehicle(as a rider or" TM7741 = "Non-motorized vehicle(as a rider or" TM7742 = "Non-motorized vehicle(as a rider or" TM7743 = "Non-motorized vehicle(as a rider or" TM7744 = "Non-motorized vehicle(as a rider or" TM7745 = "Non-motorized vehicle(as a rider or" TM7746 = "(Youngest child)" TM7747 = "(Second youngest child)" TM7748 = "(Third youngest child)" TM7749 = "(Fourth youngest child)" TM7750 = "(Fifth youngest child)" TM7751 = "(Sixth youngest child)" TM7752 = "(Seventh youngest child)" TM7753 = "(Youngest child)" TM7754 = "(Second youngest child)" TM7755 = "(Third youngest child)" TM7756 = "(Fourth youngest child)" TM7757 = "(Fifth youngest child)" TM7758 = "(Sixth youngest child)" TM7759 = "(Seventh youngest child)" TM7760 = "(Youngest child)" TM7761 = "(Second youngest child)" TM7762 = "(Third youngest child)" TM7763 = "(Fourth youngest child)" TM7764 = "(Fifth youngest child)" TM7765 = "(Sixth youngest child)" TM7766 = "(Seventh youngest child)" TM7767 = "(Youngest child)" TM7768 = "(Second youngest child)" TM7769 = "(Third youngest child)" TM7770 = "(Fourth youngest child)" TM7771 = "(Fifth youngest child)" TM7772 = "(Sixth youngest child)" TM7773 = "(Seventh youngest child)" TM7774 = "Transcribe youngest child's person" TM7775 = "Transcribe second youngest child's" TM7776 = "Transcribe third youngest child's pers" TM7777 = "Transcribe fourth youngest child's" TM7778 = "Transcribe fifth youngest child's pers" TM7779 = "Transcribe sixth youngest child's pers" TM7780 = "Transcribe seventh youngest child's" TM7781 = "Own home (youngest child)" TM7782 = "Own home (second youngest child)" TM7783 = "Own home (third youngest child)" TM7784 = "Own home (fourth youngest child)" TM7785 = "Own home (fifth youngest child)" TM7786 = "Own home (sixth youngest child)" TM7787 = "Own home (seventh youngest child)" TM7788 = "Other home (youngest child)" TM7789 = "Other home (second youngest child)" TM7790 = "Other home (third youngest child)" TM7791 = "Other home (fourth youngest child)" TM7792 = "Other home (fifth youngest child)" TM7793 = "Other home (sixth youngest child)" TM7794 = "Other home (seventh youngest child)" TM7795 = "School (youngest child)" TM7796 = "School (second youngest child)" TM7797 = "School (third youngest child)" TM7798 = "School (fourth youngest child)" TM7799 = "School (fifth youngest child)" TM7800 = "School (sixth youngest child)" TM7801 = "School (seventh youngest child)" TM7802 = "(Youngest child)" TM7803 = "(Second youngest child)" TM7804 = "(Third youngest child)" TM7805 = "(Fourth youngest child)" TM7806 = "(Fifth youngest child)" TM7807 = "(Sixth youngest child)" TM7808 = "(Seventh youngest child)" TM7809 = "(Youngest child)" TM7810 = "(Second youngest child)" TM7811 = "(Third youngest child)" TM7812 = "(Fourth youngest child)" TM7813 = "(Fifth youngest child)" TM7814 = "(Sixth youngest child)" TM7815 = "(Seventh youngest child)" TM7816 = "(Youngest child)" TM7817 = "(Second youngest child)" TM7818 = "(Third youngest child)" TM7819 = "(Fourth youngest child)" TM7820 = "(Fifth youngest child)" TM7821 = "(Sixth youngest child)" TM7822 = "(Seventh youngest child)" TM7823 = "(Youngest child)" TM7824 = "(Second youngest child)" TM7825 = "(Third youngest child)" TM7826 = "(Fourth youngest child)" TM7827 = "(Fifth youngest child)" TM7828 = "(Sixth youngest child)" TM7829 = "(Seventh youngest child)" TM7830 = "Water (youngest child)" TM7831 = "Water (Second youngest child)" TM7832 = "Water (Third youngest child)" TM7833 = "Water (Fourth youngest child)" TM7834 = "Water (Fifth youngest child)" TM7835 = "Water (Sixth youngest child)" TM7836 = "Water (Seventh youngest child)" TM7837 = "(Youngest child)" TM7838 = "(Second youngest child)" TM7839 = "(Third youngest child)" TM7840 = "(Fourth youngest child)" TM7841 = "(Fifth youngest child)" TM7842 = "(Sixth youngest child)" TM7843 = "(Seventh youngest child)" TM7844 = "(Youngest child)" TM7845 = "(Second youngest child)" TM7846 = "(Third youngest child)" TM7847 = "(Fourth youngest child)" TM7848 = "(Fifth youngest child)" TM7849 = "(Sixth youngest child)" TM7850 = "(Seventh youngest child)" TM7851 = "Is ... the designated parent or guardi" TM7852 = "How much would you say that - people i" TM7853 = "How much would you say that - we watch" TM7854 = "How much would you say that - there ar" TM7855 = "How much would you say that - there ar" TM7856 = "How much would you say that - if my" TM7857 = "How much would you say that - I keep m" TM7858 = "How much would you say that - there ar" TM8400 = "Is ... the parent of children under" TM8401 = "Does ... have any children of ...'s ow" 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 agreemen" TM8418 = "Children covered, all other agreements" TM8419 = "Person number" TM8420 = "Children with no support agreement" TM8421 = "Children covered, most recent agreemen" TM8422 = "Children covered, all other agreements" TM8423 = "Person number" TM8424 = "Children with no support agreement" TM8425 = "Children covered, most recent agreemen" TM8426 = "Children covered, all other agreements" TM8427 = "Person number" TM8428 = "Children with no support agreement" TM8429 = "Children covered, most recent agreemen" TM8430 = "Children covered, all other agreements" TM8431 = "Person number" TM8432 = "Children with no support agreement" TM8433 = "Children covered, most recent agreemen" TM8434 = "Children covered, all other agreements" TM8435 = "Have child support payments ever been" TM8436 = "Is only one person number entered?" TM8437 = "How many children are covered by a chi" TM8438 = "Are ...'s children that we have just" TM8439 = "How many different child support" TM8440 = "Do any of the children listed in the" 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 = "Is the entry ...? (refer to TM8449)" TM8451 = "Is the entry ...? (refer to TM8442)" TM8452 = "What was the dollar amount for the" TM8453 = "What was the dollar amount for the" TM8454 = "What was the dollar amount for the" TM8455 = "What was the dollar amount for the" TM8456 = "What was the dollar amount for the" TM8457 = "Was this change made or agreed to by a" TM8458 = "Were any payments due in the last" TM8459 = "Why were no payments due in the last" TM8460 = "What is the total amount that ... was" TM8461 = "How are the payments supposed to be" TM8462 = "What is the total amount that ..." TM8463 = "Is either 1993 - 1996 marked in TM8450" TM8464 = "How regularly were child support" TM8465 = "Under the terms of the agreement with" TM8466 = "Would you say the amount of back" TM8473 = "What child custody arrangements does t" TM8474 = "Does the child support agreement speci" TM8475 = "Is more than one child marked 'yes'?" TM8476 = "Did all the children visit the other" TM8477 = "What is the total amount of time (the" TM8478 = "What is the total amount of time (the" TM8479 = "What is the total amount of time (the" TM8480 = "What is the total amount of time (the" TM8481 = "What is the total amount of time (the" TM8482 = "Where does the other parent (for this" TM8483 = "Refer to TM8450 or TM8451" TM8484 = "Do you and the other parent still live" TM8485 = "Who moved?" TM8486 = "Now I would like to ask a few question" TM8487 = "What was the dollar amount of that" TM8488 = "What was the dollar amount of that" TM8489 = "What was the dollar amount of that" TM8490 = "What was the dollar amount of that" TM8491 = "What was the dollar amount of that" TM8492 = "Has the dollar amount ever been change" TM8493 = "In what year was the amount last" TM8494 = "Is the entry ...? (refer to TM8493)" TM8495 = "Is the entry ...? (refer to TM8486)" TM8496 = "What was the dollar amount for the" TM8497 = "What was the dollar amount for the" TM8498 = "What was the dollar amount for the" TM8499 = "What was the dollar amount for the" TM8500 = "What was the dollar amount for the" TM8501 = "Were any payments to be received in th" TM8502 = "Why were no payments due in the last" TM8503 = "What is the total amount that ... was" TM8504 = "What is the total amount that ... are" TM8505 = "Is either item '1' marked?" TM8506 = "How regularly are child support paymen" TM8507 = "Under the terms of the (agreement/" TM8508 = "Would you say the amount of back" TM8509 = "What kinds of provisions for health ca" TM8510 = "What kinds of provisions for health ca" TM8511 = "What kinds of provisions for health ca" TM8512 = "What kinds of provisions for health ca" TM8513 = "What kinds of provisions for health ca" TM8514 = "What kinds of provisions for health ca" TM8515 = "What child custody arrangements does t" TM8516 = "Does the child support (agreement/" TM8517 = "Is more than one child marked 'yes'?" TM8518 = "Did all the children visit the other" TM8519 = "What is the total amount of time (the" TM8520 = "What is the total amount of time (the" TM8521 = "What is the total amount of time (the" TM8522 = "What is the total amount of time (the" TM8523 = "What is the total amount of time (the" TM8524 = "Is ... male/female?" TM8525 = "What is ...'s marital status?" TM8526 = "Person number of youngest child" TM8527 = "Person number of second youngest child" TM8528 = "Person number of third youngest child" TM8529 = "Person number of fourth youngest child" TM8530 = "Person number of fifth youngest child" TM8531 = "Person number of sixth youngest child" TM8532 = "Person number of seventh youngest chil" TM8533 = "Person number of eighth youngest child" TM8534 = "Age of youngest child" TM8535 = "Age of second youngest child" TM8536 = "Age of third youngest child" TM8537 = "Age of fourth youngest child" TM8538 = "Age of fifth youngest child" TM8539 = "Age of sixth youngest child" TM8540 = "Age of seventh youngest child" TM8541 = "Age of eighth youngest child" TM8542 = "Was (youngest child's name) father eve" TM8543 = "Was (second youngest child's name)" TM8544 = "Was (third youngest child's name) fath" TM8545 = "Was (fourth youngest child's name)" TM8546 = "Was (fifth youngest child's name) fath" TM8547 = "Was (sixth youngest child's name) fath" TM8548 = "Was (seventh youngest child's name)" TM8549 = "Was (eighth youngest child's name)" TM8550 = "Was (youngest child's name) father eve" TM8551 = "Was (second youngest child's name)" TM8552 = "Was (third youngest child's name) fath" TM8553 = "Was (fourth youngest child's name)" TM8554 = "Was (fifth youngest child's name) fath" TM8555 = "Was (sixth youngest child's name) fath" TM8556 = "Was (seventh youngest child's name)" TM8557 = "Was (eighth youngest child's name)" TM8558 = "Did (his/her) father ever write his ow" TM8559 = "Did (his/her) father ever write his ow" TM8560 = "Did (his/her) father ever write his ow" TM8561 = "Did (his/her) father ever write his ow" TM8562 = "Did (his/her) father ever write his ow" TM8563 = "Did (his/her) father ever write his ow" TM8564 = "Did (his/her) father ever write his ow" TM8565 = "Did (his/her) father ever write his ow" TM8566 = "Other than the application for a birth" TM8567 = "Other than the application for a birth" TM8568 = "Other than the application for a birth" TM8569 = "Other than the application for a birth" TM8570 = "Other than the application for a birth" TM8571 = "Other than the application for a birth" TM8572 = "Other than the application for a birth" TM8573 = "Other than the application for a birth" TM8574 = "Did (youngest child's name) father eve" TM8575 = "Did (second youngest child's name)" TM8576 = "Did (third youngest child's name) fath" TM8577 = "Did (fourth youngest child's name)" TM8578 = "Did (fifth youngest child's name) fath" TM8579 = "Did (sixth youngest child's name) fath" TM8580 = "Did (seventh youngest child's name)" TM8581 = "Did (eighth youngest child's name)" TM8582 = "Are there any more children recorded i" TM8583 = "Are there any more children recorded i" TM8584 = "Are there any more children recorded i" TM8585 = "Are there any more children recorded i" TM8586 = "Are there any more children recorded i" TM8587 = "Are there any more children recorded i" TM8588 = "Are there any more children recorded i" TM8590 = "Person number of youngest child" TM8591 = "Person number of second youngest child" TM8592 = "Person number of third youngest child" TM8593 = "Person number of fourth youngest child" TM8594 = "Person number of fifth youngest child" TM8595 = "Person number of sixth youngest child" TM8596 = "Person number of seventh youngest chil" TM8597 = "Person number of eighth youngest child" TM8598 = "Age of youngest child" TM8599 = "Age of second youngest child" TM8600 = "Age of third youngest child" TM8601 = "Age of fourth youngest child" TM8602 = "Age of fifth youngest child" TM8603 = "Age of sixth youngest child" TM8604 = "Age of seventh youngest child" TM8605 = "Age of eighth youngest child" TM8606 = "Was ... ever married to (child's name)" TM8607 = "Was (youngest child's name) father eve" TM8608 = "Was (second youngest child's name)" TM8609 = "Was (third youngest child's name) fath" TM8610 = "Was (fourth youngest child's name)" TM8611 = "Was (fifth youngest child's name) fath" TM8612 = "Was (sixth youngest child's name) fath" TM8613 = "Was (seventh youngest child's name)" TM8614 = "Was (eighth youngest child's name)" TM8615 = "Was (youngest child's name) father eve" TM8616 = "Was (second youngest child's name)" TM8617 = "Was (third youngest child's name) fath" TM8618 = "Was (fourth youngest child's name)" TM8619 = "Was (fifth youngest child's name) fath" TM8620 = "Was (sixth youngest child's name) fath" TM8621 = "Was (seventh youngest child's name)" TM8622 = "Was (eighth youngest child's name)" TM8623 = "Did (his/her) father ever write his ow" TM8624 = "Did (his/her) father ever write his ow" TM8625 = "Did (his/her) father ever write his ow" TM8626 = "Did (his/her) father ever write his ow" TM8627 = "Did (his/her) father ever write his ow" TM8628 = "Did (his/her) father ever write his ow" TM8629 = "Did (his/her) father ever write his ow" TM8630 = "Did (his/her) father ever write his ow" TM8631 = "Other than the application for a birth" TM8632 = "Other than the application for a birth" TM8633 = "Other Than the application for a birth" TM8634 = "Other than the application for a birth" TM8635 = "Other than the application for a birth" TM8636 = "Other than the application for a birth" TM8637 = "Other than the application for a birth" TM8638 = "Other than the application for a birth" TM8639 = "Did (youngest child's name) father eve" TM8640 = "Did (second youngest child's name)" TM8641 = "Did (third youngest child's name) fath" TM8642 = "Did (fourth youngest child's name)" TM8643 = "Did (fifth youngest child's name) fath" TM8644 = "Did (sixth youngest child's name) fath" TM8645 = "Did (seventh youngest child's name)" TM8646 = "Did (eighth youngest child's name)" TM8647 = "Are there any more children recorded i" TM8648 = "Are there any more children recorded i" TM8649 = "Are there any more children recorded i" TM8650 = "Are there any more children recorded i" TM8651 = "Are there any more children recorded i" TM8652 = "Are there any more children recorded i" TM8653 = "Are there any more children recorded i" TM8655 = "Is Either Box 1 TM8494 Or TM8459 Marke" TM8664 = "Where Does The Other Parent (For This" TM8665 = "Is '1' Marked?" TM8666 = "Do You And The Other Parent Still Live" TM8667 = "Who Moved?" TM8668 = "Were any other of ...'s own children" TM8669 = "What is the total amount that ... was" TM8670 = "What is the total amount that ... was" TM8671 = "What is the total amount that ... was" TM8672 = "What is the total amount that ... was" TM8673 = "What is the total amount that ... was" TM8674 = "What is the total amount that ..." TM8676 = "This next question refers to all of" TM8678 = "In what year did ... last ask for help" TM8680 = "What type of help did ... ask for (las" TM8682 = "What type of help did ... ask for (las" TM8684 = "What type of help did ... ask for (las" TM8686 = "What type of help did ... ask for (las" TM8688 = "What type of help did ... ask for (las" TM8690 = "What type of help did ... ask for (las" TM8692 = "What type of help did ... ask for (las" TM8694 = "Did ... receive any help from the agen" TM8696 = "What kind of help did ... receive (las" TM8698 = "What kind of help did ... receive (las" TM8700 = "What kind of help did ... receive (las" TM8702 = "What kind of help did ... receive (las" TM8704 = "What kind of help did ... receive (las" TM8706 = "What kind of help did ... receive (las" TM8708 = "What kind of help did ... receive (las" TM8710 = "Are any children listed in column A of" TM8712 = "What is ...'s sex?" TM8714 = "What is ...'s marital status?" TM8715 = "Person number of youngest child" TM8716 = "Person number of second youngest child" TM8717 = "Person number of third youngest child" TM8718 = "Person number of fourth youngest child" TM8719 = "Person number of fifth youngest child" TM8720 = "Person number of sixth youngest child" TM8721 = "Person number of seventh youngest chil" TM8722 = "Person number of eighth youngest child" TM8723 = "Age of youngest child" TM8724 = "Age of second youngest child" TM8725 = "Age of third youngest child" TM8726 = "Age of fourth youngest child" TM8727 = "Age of fifth youngest child" TM8728 = "Age of sixth youngest child" TM8729 = "Age of seventh youngest child" TM8730 = "Age of eighth youngest child" TM8731 = "Was (youngest child's name) father eve" TM8732 = "Was (second youngest child's name)" TM8733 = "Was (third youngest child's name) fath" TM8734 = "Was (fourth youngest child's name)" TM8735 = "Was (fifth youngest child's name) fath" TM8736 = "Was (sixth youngest child's name) fath" TM8737 = "Was (seventh youngest child's name)" TM8738 = "Was (eighth youngest child's name)" TM8739 = "Was (youngest child's name) father eve" TM8740 = "Was (second youngest child's name)" TM8741 = "Was (third youngest child's name) fath" TM8742 = "Was (fourth youngest child's name)" TM8743 = "Was (fifth youngest child's name) fath" TM8744 = "Was (sixth youngest child's name) fath" TM8745 = "Was (seventh youngest child's name)" TM8746 = "Was (eighth youngest child's name)" TM8747 = "Did (his/her) father ever write his ow" TM8748 = "Did (his/her) father ever write his ow" TM8749 = "Did (his/her) father ever write his ow" TM8750 = "Did (his/her) father ever write his ow" TM8751 = "Did (his/her) father ever write his ow" TM8752 = "Did (his/her) father ever write his ow" TM8753 = "Did (his/her) father ever write his ow" TM8754 = "Did (his/her) father ever write his ow" TM8755 = "Other than the application for a birth" TM8756 = "Other than the application for a birth" TM8757 = "Other than the application for a birth" TM8758 = "Other than the application for a birth" TM8759 = "Other than the application for a birth" TM8760 = "Other than the application for a birth" TM8761 = "Other than the application for a birth" TM8762 = "Other than the application for a birth" TM8763 = "Did (youngest child's name) father eve" TM8764 = "Did (second youngest child's name)" TM8765 = "Did (third youngest child's name) fath" TM8766 = "Did (fourth youngest child's name)" TM8767 = "Did (fifth youngest child's name) fath" TM8768 = "Did (sixth youngest child's name) fath" TM8769 = "Did (seventh youngest child's name)" TM8770 = "Did (eighth youngest child's name)" TM8771 = "Are there any more children recorded i" TM8772 = "Are there any more children recorded i" TM8773 = "Are there any more children recorded i" TM8774 = "Are there any more children recorded i" TM8775 = "Are there any more children recorded i" TM8776 = "Are there any more children recorded i" TM8777 = "Are there any more children recorded i" TM8779 = "Person number of youngest child" TM8780 = "Person number of second youngest child" TM8781 = "Person number of third youngest child" TM8782 = "Person number of fourth youngest child" TM8783 = "Person number of fifth youngest child" TM8784 = "Person number of sixth youngest child" TM8785 = "Person number of seventh youngest chil" TM8786 = "Person number of eighth youngest child" TM8787 = "Age of youngest child" TM8788 = "Age of second youngest child" TM8789 = "Age of third youngest child" TM8790 = "Age of fourth youngest child" TM8791 = "Age of fifth youngest child" TM8792 = "Age of sixth youngest child" TM8793 = "Age of seventh youngest child" TM8794 = "Age of eighth youngest child" TM8795 = "Was ... ever married to (youngest" TM8796 = "Was ... ever married to (second younge" TM8797 = "Was ... ever married to (third younges" TM8798 = "Was ... ever married to (fourth child'" TM8799 = "Was ... ever married to (fifth younges" TM8800 = "Was ... ever married to (sixth younges" TM8801 = "Was ... ever married to (seventh" TM8802 = "Was ... ever married to (eighth younge" TM8803 = "Are there any more children recorded i" TM8804 = "Do (read names of all children recorde" TM8805 = "Was (youngest child's name) father eve" TM8806 = "Was (second youngest child's name)" TM8807 = "Was (third youngest child's name) fath" TM8808 = "Was (fourth youngest child's name)" TM8809 = "Was (fifth youngest child's name) fath" TM8810 = "Was (sixth youngest child's name) fath" TM8811 = "Was (seventh youngest child's name)" TM8812 = "Was (eighth youngest child's name)" TM8813 = "Was (youngest child's name) father eve" TM8814 = "Was (second youngest child's name)" TM8815 = "Was (third youngest child's name) fath" TM8816 = "Was (fourth youngest child's name)" TM8817 = "Was (fifth youngest child's name)" TM8818 = "Was (sixth youngest child's name) fath" TM8819 = "Was (seventh youngest child's name)" TM8820 = "Was (eighth youngest child's name)" TM8821 = "Did (his/her) father ever write his ow" TM8822 = "Did (his/her) father ever write his ow" TM8823 = "Did (his/her) father ever write his ow" TM8824 = "Did (his/her) father ever write his ow" TM8825 = "Did (his/her) father ever write his ow" TM8826 = "Did (his/her) father ever write his ow" TM8827 = "Did (his/her) father ever write his ow" TM8828 = "Did (his/her) father ever write his ow" TM8829 = "Other than the application for a birth" TM8830 = "Other than the application for a birth" TM8831 = "Other than the application for a birth" TM8832 = "Other than the application for a birth" TM8833 = "Other than the application for a birth" TM8834 = "Other than the application for a birth" TM8835 = "Other than the application for a birth" TM8836 = "Other than the application for a birth" TM8837 = "Did (youngest child's name) father eve" TM8838 = "Did (second youngest child's name)" TM8839 = "Did (third youngest child's name) fath" TM8840 = "Did (fourth youngest child's name)" TM8841 = "Did (fifth youngest child's name) fath" TM8842 = "Did (sixth youngest child's name) fath" TM8843 = "Did (seventh youngest child's name)" TM8844 = "Did (eighth youngest child's name)" TM8845 = "Are there any more children recorded i" TM8846 = "Are there any more children recorded i" TM8847 = "Are there any more children recorded i" TM8848 = "Are there any more children recorded i" TM8849 = "Are there any more children recorded i" TM8850 = "Are there any more children recorded i" TM8851 = "Are there any more children recorded i" TM8853 = "Is there an answer marked, in item" TM8854 = "Is there an answer marked, in item" TM8855 = "Is there an answer marked, in item" TM8856 = "Is there an answer marked, in item" TM8857 = "Is there an answer marked, in item" TM8858 = "Is there an answer marked, in item" TM8859 = "Is there an answer marked, in item" TM8862 = "Do (read names of all children recorde" TM8864 = "Do all of the children have the same" TM8866 = "Does more than one child have column b" TM8868 = "Do (read names of all children marked" TM8869 = "Person number of youngest child" TM8870 = "Person number of oldest child" TM8871 = "Youngest child" TM8872 = "Oldest child" TM8873 = "Youngest child" TM8874 = "Oldest child" TM8875 = "Youngest child" TM8876 = "Oldest child" TM8877 = "Youngest child" TM8878 = "Oldest child" TM8879 = "Youngest child" TM8880 = "Oldest child" TM8881 = "Youngest child" TM8882 = "Oldest child" TM8883 = "Youngest child" TM8884 = "Oldest child" TM8885 = "Youngest child" TM8886 = "Oldest child" TM8887 = "Youngest child" TM8888 = "Oldest child" TM8889 = "Youngest child" TM8890 = "Oldest child" TM8891 = "Youngest child" TM8892 = "Oldest child" TM8893 = "Youngest child" TM8894 = "Oldest child" TM8895 = "Youngest child" TM8896 = "Oldest child" TM8897 = "Number of days for youngest child" TM8898 = "Number of days for oldest child" TM8900 = "Number of weeks for youngest child" TM8901 = "Number of weeks for oldest child" TM8902 = "Number of months for youngest child" TM8903 = "Number of months for oldest child" TM8904 = "Youngest child" TM8905 = "Oldest child" TM8906 = "Youngest child" TM8907 = "Oldest child" TM8908 = "Were any payments received from the ot" TM8909 = "What is the total amount that ..." TM8910 = "Were any non-cash items or services fo" IM8401 = "Imputation flag for TM8401" IM8403 = "Imputation flag for TM8403" IM8439 = "Imputation flag for TM8439" IM8441 = "Imputation flag for TM8441" IM8442 = "Imputation flag for TM8442" IM8443 = "Imputation flag for TM8443" IM8448 = "Imputation flag for TM8448" IM8449 = "Imputation flag for TM8449" IM8452 = "Imputation flag for TM8452" IM8457 = "Imputation flag for TM8457" IM8458 = "Imputation flag for TM8458" IM8459 = "Imputation flag for TM8459" IM8460 = "Imputation flag for TM8460" IM8461 = "Imputation flag for TM8461" IM8462 = "Imputation flag for TM8462" IM8464 = "Imputation flag for TM8464" IM8465 = "Imputation flag for TM8465" IM8466 = "Imputation flag for TM8466" IM8467 = "Imputation flag for TM8467" IM8473 = "Imputation flag for TM8473" IM8474 = "Imputation flag for TM8474" IM8476 = "Imputation flag for TM8476" IM8477 = "Imputation flag for TM8477" IM8482 = "Imputation flag for TM8482" IM8484 = "Imputation flag for TM8484" IM8485 = "Imputation flag for TM8485" IM8486 = "Imputation flag for TM8486" IM8487 = "Imputation flag for TM8487" IM8492 = "Imputation flag for TM8492" IM8493 = "Imputation flag for TM8493" IM8494 = "Imputation flag for TM8494" IM8496 = "Imputation flag for TM8496" IM8501 = "Imputation flag for TM8501" IM8502 = "Imputation flag for TM8502" IM8503 = "Imputation flag for TM8503" IM8504 = "Imputation flag for TM8504" IM8506 = "Imputation flag for TM8506" IM8507 = "Imputation flag for TM8507" IM8508 = "Imputation flag for TM8508" IM8509 = "Imputation flag for TM8509" IM8515 = "Imputation flag for TM8515" IM8516 = "Imputation flag for TM8516" IM8518 = "Imputation flag for TM8518" IM8519 = "Imputation flag for TM8519" IM8542 = "Imputation flag for TM8542" IM8543 = "Imputation flag for TM8543" IM8544 = "Imputation flag for TM8544" IM8545 = "Imputation flag for TM8545" IM8546 = "Imputation flag for TM8546" IM8547 = "Imputation flag for TM8547" IM8548 = "Imputation flag for TM8548" IM8549 = "Imputation flag for TM8549" IM8550 = "Imputation flag for TM8550" IM8551 = "Imputation flag for TM8551" IM8552 = "Imputation flag for TM8552" IM8553 = "Imputation flag for TM8553" IM8554 = "Imputation flag for TM8554" IM8555 = "Imputation flag for TM8555" IM8556 = "Imputation flag for TM8556" IM8557 = "Imputation flag for TM8557" IM8558 = "Imputation flag for TM8558" IM8559 = "Imputation flag for TM8559" IM8560 = "Imputation flag for TM8560" IM8561 = "Imputation flag for TM8561" IM8562 = "Imputation flag for TM8562" IM8563 = "Imputation flag for TM8563" IM8564 = "Imputation flag for TM8564" IM8565 = "Imputation flag for TM8565" IM8566 = "Imputation flag for TM8566" IM8567 = "Imputation flag for TM8567" IM8568 = "Imputation flag for TM8568" IM8569 = "Imputation flag for TM8569" IM8570 = "Imputation flag for TM8570" IM8571 = "Imputation flag for TM8571" IM8572 = "Imputation flag for TM8572" IM8573 = "Imputation flag for TM8573" IM8574 = "Imputation flag for TM8574" IM8575 = "Imputation flag for TM8575" IM8576 = "Imputation flag for TM8576" IM8577 = "Imputation flag for TM8577" IM8578 = "Imputation flag for TM8578" IM8579 = "Imputation flag for TM8579" IM8580 = "Imputation flag for TM8580" IM8581 = "Imputation flag for TM8581" IM8607 = "Imputation flag for TM8607" IM8608 = "Imputation flag for TM8608" IM8609 = "Imputation flag for TM8609" IM8610 = "Imputation flag for TM8610" IM8611 = "Imputation flag for TM8611" IM8612 = "Imputation flag for TM8612" IM8613 = "Imputation flag for TM8613" IM8614 = "Imputation flag for TM8614" IM8615 = "Imputation flag for TM8615" IM8616 = "Imputation flag for TM8616" IM8617 = "Imputation flag for TM8617" IM8618 = "Imputation flag for TM8618" IM8619 = "Imputation flag for TM8619" IM8620 = "Imputation flag for TM8620" IM8621 = "Imputation flag for TM8621" IM8622 = "Imputation flag for TM8622" IM8623 = "Imputation flag for TM8623" IM8624 = "Imputation flag for TM8624" IM8625 = "Imputation flag for TM8625" IM8626 = "Imputation flag for TM8626" IM8627 = "Imputation flag for TM8627" IM8628 = "Imputation flag for TM8628" IM8629 = "Imputation flag for TM8629" IM8630 = "Imputation flag for TM8630" IM8631 = "Imputation flag for TM8631" IM8632 = "Imputation flag for TM8632" IM8633 = "Imputation flag for TM8633" IM8634 = "Imputation flag for TM8634" IM8635 = "Imputation flag for TM8635" IM8636 = "Imputation flag for TM8636" IM8637 = "Imputation flag for TM8637" IM8638 = "Imputation flag for TM8638" IM8639 = "Imputation flag for TM8639" IM8640 = "Imputation flag for TM8640" IM8641 = "Imputation flag for TM8641" IM8642 = "Imputation flag for TM8642" IM8643 = "Imputation flag for TM8643" IM8644 = "Imputation flag for TM8644" IM8645 = "Imputation flag for TM8645" IM8646 = "Imputation flag for TM8646" IM8656 = "Imputation flag for TM8656" IM8664 = "Imputation flag for TM8664" IM8666 = "Imputation flag for TM8666" IM8667 = "Imputation flag for TM8667" IM8669 = "Imputation flag for TM8669" IM8674 = "Imputation flag for TM8674" IM8676 = "Imputation flag for TM8676" IM8678 = "Imputation flag for TM8678" IM8680 = "Imputation flag for TM8680" IM8694 = "Imputation flag for TM8694" IM8696 = "Imputation flag for TM8696" IM8731 = "Imputation flag for TM8731" IM8732 = "Imputation flag for TM8732" IM8733 = "Imputation flag for TM8733" IM8734 = "Imputation flag for TM8734" IM8735 = "Imputation flag for TM8735" IM8736 = "Imputation flag for TM8736" IM8737 = "Imputation flag for TM8737" IM8738 = "Imputation flag for TM8738" IM8739 = "Imputation flag for TM8739" IM8740 = "Imputation flag for TM8740" IM8741 = "Imputation flag for TM8741" IM8742 = "Imputation flag for TM8742" IM8743 = "Imputation flag for TM8743" IM8744 = "Imputation flag for TM8744" IM8745 = "Imputation flag for TM8745" IM8746 = "Imputation flag for TM8746" IM8747 = "Imputation flag for TM8747" IM8748 = "Imputation flag for TM8748" IM8749 = "Imputation flag for TM8749" IM8750 = "Imputation flag for TM8750" IM8751 = "Imputation flag for TM8751" IM8752 = "Imputation flag for TM8752" IM8753 = "Imputation flag for TM8753" IM8754 = "Imputation flag for TM8754" IM8755 = "Imputation flag for TM8755" IM8756 = "Imputation flag for TM8756" IM8757 = "Imputation flag for TM8757" IM8758 = "Imputation flag for TM8758" IM8759 = "Imputation flag for TM8759" IM8760 = "Imputation flag for TM8760" IM8761 = "Imputation flag for TM8761" IM8762 = "Imputation flag for TM8762" IM8763 = "Imputation flag for TM8763" IM8764 = "Imputation flag for TM8764" IM8765 = "Imputation flag for TM8765" IM8766 = "Imputation flag for TM8766" IM8767 = "Imputation flag for TM8767" IM8768 = "Imputation flag for TM8768" IM8769 = "Imputation flag for TM8769" IM8770 = "Imputation flag for TM8770" IM8795 = "Imputation flag for TM8795" IM8796 = "Imputation flag for TM8796" IM8797 = "Imputation flag for TM8797" IM8798 = "Imputation flag for TM8798" IM8799 = "Imputation flag for TM8799" IM8800 = "Imputation flag for TM8800" IM8801 = "Imputation flag for TM8801" IM8802 = "Imputation flag for TM8802" IM8804 = "Imputation flag for TM8804" IM8805 = "Imputation flag for TM8805" IM8806 = "Imputation flag for TM8806" IM8807 = "Imputation flag for TM8807" IM8808 = "Imputation flag for TM8808" IM8809 = "Imputation flag for TM8809" IM8810 = "Imputation flag for TM8810" IM8811 = "Imputation flag for TM8811" IM8812 = "Imputation flag for TM8812" IM8813 = "Imputation flag for TM8813" IM8814 = "Imputation flag for TM8814" IM8815 = "Imputation flag for TM8815" IM8816 = "Imputation flag for TM8816" IM8817 = "Imputation flag for TM8817" IM8818 = "Imputation flag for TM8818" IM8819 = "Imputation flag for TM8819" IM8820 = "Imputation flag for TM8820" IM8821 = "Imputation flag for TM8821" IM8822 = "Imputation flag for TM8822" IM8823 = "Imputation flag for TM8823" IM8824 = "Imputation flag for TM8824" IM8825 = "Imputation flag for TM8825" IM8826 = "Imputation flag for TM8826" IM8827 = "Imputation flag for TM8827" IM8828 = "Imputation flag for TM8828" IM8829 = "Imputation flag for TM8829" IM8830 = "Imputation flag for TM8830" IM8831 = "Imputation flag for TM8831" IM8832 = "Imputation flag for TM8832" IM8833 = "Imputation flag for TM8833" IM8834 = "Imputation flag for TM8834" IM8835 = "Imputation flag for TM8835" IM8836 = "Imputation flag for TM8836" IM8837 = "Imputation flag for TM8837" IM8838 = "Imputation flag for TM8838" IM8839 = "Imputation flag for TM8839" IM8840 = "Imputation flag for TM8840" IM8841 = "Imputation flag for TM8841" IM8842 = "Imputation flag for TM8842" IM8843 = "Imputation flag for TM8843" IM8844 = "Imputation flag for TM8844" IM8868 = "Imputation flag for TM8868" IM8871 = "Imputation flag for TM8871" IM8872 = "Imputation flag for TM8872" IM8887 = "Imputation flag for TM8887" IM8888 = "Imputation flag for TM8888" IM8897 = "Imputation flag for TM8897" IM8898 = "Imputation flag for TM8898" IM8908 = "Imputation flag for TM8908" IM8909 = "Imputation flag for TM8909" IM8910 = "Imputation flag for TM8910" TM9100 = "During the past 12 months, did ... mak" TM9102 = "Did ... make regular payments, lump-su" TM9104 = "For how many children did ... make" TM9106 = "How many of these children were under" TM9108 = "Were any of these payments the result " TM9110 = "How many children are covered by that" TM9112 = "Was this agreement a voluntary written" TM9114 = "In what year was this agreement first" TM9116 = "Has the dollar amount originally agree" TM9118 = "In what year was the amount last chang" TM9120 = "Was this change made or agreed to by a" TM9122 = "Is ... still supposed to pay child" TM9124 = "How much did ... pay in child support" TM9126 = "Are these payments made--" TM9128 = "What kinds of provisions for health ca" TM9130 = "What kinds of provisions for health ca" TM9132 = "What kinds of provisions for health ca" TM9134 = "What kinds of provisions for health ca" TM9136 = "What kinds of provisions for health ca" TM9138 = "What kinds of provisions for health ca" TM9140 = "(other than the most recent support" TM9142 = "How much did ... pay in child support" TM9144 = "Were any child support payments made" TM9146 = "How much did ... pay for child support" TM9148 = "During the past 12 months, did ... mak" TM9150 = "For how many (other) persons did ..." TM9152 = "How is this person related to ...?" TM9153 = "How is this person related to ...?" TM9154 = "Where was this person most often livin" TM9155 = "Where was this person most often livin" TM9156 = "How much did ... pay for the support o" TM9157 = "How much did ... pay for the support o" TM9158 = "Is the entry in TM9150 '3' or more?" TM9159 = "How much did ... pay during the past" IMP9100 = "Imputation flag for TM9100" IMP9102 = "Imputation flag for TM9102" IMP9104 = "Imputation flag for TM9104" IMP9106 = "Imputation flag for TM9106" IMP9108 = "Imputation flag for TM9108" IMP9110 = "Imputation flag for TM9110" IMP9112 = "Imputation flag for TM9112" IMP9114 = "Imputation flag for TM9114" IMP9116 = "Imputation flag for TM9116" IMP9118 = "Imputation flag for TM9118" IMP9120 = "Imputation flag for TM9120" IMP9122 = "Imputation flag for TM9122" IMP9124 = "Imputation flag for TM9124" IMP9126 = "Imputation flag for TM9126" IMP28_38 = "Imputation flag for TM9128-9138" IMP9140 = "Imputation flag for TM9140" IMP9142 = "Imputation flag for TM9142" IMP9144 = "Imputation flag for TM9144" IMP9146 = "Imputation flag for TM9146" IMP9148 = "Imputation flag for TM9148" IMP9150 = "Imputation flag for TM9150" IMP9152 = "Imputation flag for TM9152" IMP9153 = "Imputation flag for TM9153" IMP9154 = "Imputation flag for TM9154" IMP9155 = "Imputation flag for TM9155" IMP9156 = "Imputation flag for TM9156" IMP9157 = "Imputation flag for TM9157" IMP9158 = "Imputation flag for TM9158" IMP9159 = "Imputation flag for TM9159" ; proc print data=library.sip93t9 (obs=6); FORMAT STATE STATE. ITEM36B ITEM36B. INTVW INTVW. PP_MIS1 PP_MIS1L. PP_MIS2 PP_MIS2L. PP_MIS3 PP_MIS3L. PP_MIS4 PP_MIS4L. PP_MIS5 PP_MIS5L. RRP RRP. AGE AGE. SEX SEX. RACE RACE. MS MS. PNSP PNSP. PNPT PNPT. HIGRADE HIGRADE. GRD_CMPL GRD_CMPL. ETHNICTY ETHNICTY. TM9200 TM9200L. TM9201 TM9201L. TM9202 TM9202L. TM9204 TM9204L. TM9210 TM9210L. TM9216 TM9216L. TM9222 TM9222L. TM9228 TM9228L. TM9234 TM9234L. TM9240 TM9240L. TM9206 TM9206L. TM9212 TM9212L. TM9218 TM9218L. TM9224 TM9224L. TM9230 TM9230L. TM9236 TM9236L. TM9242 TM9242L. TM9208 TM9208L. TM9214 TM9214L. TM9220 TM9220L. TM9226 TM9226L. TM9232 TM9232L. TM9238 TM9238L. TM9244 TM9244L. TM9246 TM9246L. TM9248 TM9248L. TM9250 TM9250L. TM9252 TM9252L. TM9254 TM9254L. TM9256 TM9256L. TM9258 TM9258L. TM9260 TM9260L. TM9262 TM9262L. TM9264 TM9264L. TM9266 TM9266L. TM9268 TM9268L. TM9270 TM9270L. TM9272 TM9272L. TM9274 TM9274L. TM9276 TM9276L. TM9278 TM9278L. TM9280 TM9280L. TM9282 TM9282L. TM9284 TM9284L. TM9286 TM9286L. TM9288 TM9288L. TM9290 TM9290L. TM9292 TM9292L. TM9294 TM9294L. TM9296 TM9296L. TM9298 TM9298L. TM6000 TM6000L. TM6002 TM6002L. TM6004 TM6004L. TM6006 TM6006L. TM6008 TM6008L. TM6010 TM6010L. TM6012 TM6012L. TM6014 TM6014L. TM6016 TM6016L. TM6018 TM6018L. TM6020 TM6020L. TM6022 TM6022L. TM6024 TM6024L. TM6026 TM6026L. TM6028 TM6028L. TM6030 TM6030L. TM6032 TM6032L. TM6034 TM6034L. TM6036 TM6036L. TM6038 TM6038L. TM6040 TM6040L. TM6042 TM6042L. TM6044 TM6044L. TM6046 TM6046L. TM6048 TM6048L. TM6050 TM6050L. TM6052 TM6052L. TM6054 TM6054L. TM6056 TM6056L. TM6058 TM6058L. TM6060 TM6060L. TM6062 TM6062L. TM6064 TM6064L. TM6066 TM6066L. TM6068 TM6068L. TM6070 TM6070L. TM6072 TM6072L. TM6074 TM6074L. TM6076 TM6076L. TM6078 TM6078L. TM6080 TM6080L. TM6082 TM6082L. TM6084 TM6084L. TM6086 TM6086L. TM6088 TM6088L. TM6090 TM6090L. TM6092 TM6092L. TM6094 TM6094L. TM6096 TM6096L. TM6098 TM6098L. TM6100 TM6100L. TM6102 TM6102L. TM6104 TM6104L. TM6106 TM6106L. TM6108 TM6108L. TM6110 TM6110L. TM6112 TM6112L. TM6114 TM6114L. TM6116 TM6116L. TM6118 TM6118L. TM6120 TM6120L. TM6122 TM6122L. TM6124 TM6124L. TM6126 TM6126L. TM6128 TM6128L. TM6130 TM6130L. TM6132 TM6132L. TM6134 TM6134L. TM6136 TM6136L. TM6138 TM6138L. TM6140 TM6140L. TM6142 TM6142L. TM6144 TM6144L. TM6146 TM6146L. TM6148 TM6148L. TM6150 TM6150L. TM6152 TM6152L. TM6154 TM6154L. TM6156 TM6156L. TM6158 TM6158L. TM6160 TM6160L. TM6162 TM6162L. TM6164 TM6164L. TM6166 TM6166L. TM6168 TM6168L. TM6170 TM6170L. TM6172 TM6172L. TM6174 TM6174L. TM6176 TM6176L. TM6178 TM6178L. TM6180 TM6180L. TM6182 TM6182L. TM6184 TM6184L. TM6186 TM6186L. TM6188 TM6188L. TM6190 TM6190L. TM6192 TM6192L. TM6194 TM6194L. TM6196 TM6196L. IMP6006 IMP6006L. IMP6008 IMP6008L. IMP6010 IMP6010L. IMP6012 IMP6012L. IMP6014 IMP6014L. IMP6016 IMP6016L. IMP6018 IMP6018L. IMP6020 IMP6020L. IMP6022 IMP6022L. IMP6024 IMP6024L. IMP6026 IMP6026L. IMP6028 IMP6028L. IMP30_54 IMP30_5Y. IMP32_56 IMP32_5Y. IMP6062 IMP6062L. IMP6064 IMP6064L. IMP6066 IMP6066L. IMP6068 IMP6068L. IMP6070 IMP6070L. IMP6072 IMP6072L. IMP6074 IMP6074L. IMP6076 IMP6076L. IMP6078 IMP6078L. IMP6086 IMP6086L. IMP6088 IMP6088L. IMP6094 IMP6094L. IMP6096 IMP6096L. IMP6098 IMP6098L. IMP6100 IMP6100L. IMP6102 IMP6102L. IMP6104 IMP6104L. IMP6106 IMP6106L. IMP6108 IMP6108L. IMP6110 IMP6110L. IMP6112 IMP6112L. IMP6114 IMP6114L. IMP6116 IMP6116L. IMP6118 IMP6118L. IMP6120 IMP6120L. IMP6122 IMP6122L. IMP6124 IMP6124L. IMP6126 IMP6126L. IMP6128 IMP6128L. IMP6130 IMP6130L. IMP6132 IMP6132L. IMP6142 IMP6142L. IMP6144 IMP6144L. IMP6148 IMP6148L. IMP50_60 IMP50_6Y. IMP6162 IMP6162L. IMP6166 IMP6166L. IMP6168 IMP6168L. IMP6170 IMP6170L. IMP6172 IMP6172L. IMP6174 IMP6174L. IMP76_96 IMP76_9Y. IMP6178 IMP6178L. CAL6094 CAL6094L. CAL6096 CAL6096L. CAL6138 CAL6138L. CAL6140 CAL6140L. CAL6162 CAL6162L. TM8000 TM8000L. TM8001 TM8001L. 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. TM8066 TM8066L. TM8067 TM8067L. TM8068 TM8068L. TM8069 TM8069L. TM8070 TM8070L. TM8071 TM8071L. TM8072 TM8072L. TM8073 TM8073L. TM8074 TM8074L. TM8075 TM8075L. TM8076 TM8076L. TM8077 TM8077L. TM8078 TM8078L. TM8079 TM8079L. TM8080 TM8080L. TM8081 TM8081L. TM8082 TM8082L. TM8083 TM8083L. TM8084 TM8084L. TM8085 TM8085L. TM8086 TM8086L. TM8087 TM8087L. TM8088 TM8088L. TM8089 TM8089L. TM8090 TM8090L. IMP8001 IMP8001L. IMP8004 IMP8004L. IMP8006 IMP8006L. IMP8050 IMP8050L. IMP8054 IMP8054L. IMP8086 IMP8086L. IMP8087 IMP8087L. IMP8088 IMP8088L. IMP8089 IMP8089L. IMP08_40 IMP08_4Y. IMP10_42 IMP10_4Y. IMP16_40 IMP16_4Y. IMP18_42 IMP18_4Y. IMP48_50 IMP48_5Y. IMP48_58 IMP48_5K. IMP52_54 IMP52_5Y. IMP52_62 IMP52_6Y. IMP56_58 IMP56_5Y. IMP60_62 IMP60_6Y. IMP66_82 IMP66_8Y. IMP67_83 IMP67_8Y. TM9330 TM9330L. TM9332 TM9332L. TM9334 TM9334L. TM9336 TM9336L. TM9338 TM9338L. TM9340 TM9340L. TM9342 TM9342L. TM9344 TM9344L. TM9346 TM9346L. TM9348 TM9348L. TM9350 TM9350L. TM9352 TM9352L. TM9354 TM9354L. TM9356 TM9356L. TM9358 TM9358L. TM9360 TM9360L. TM9362 TM9362L. TM9364 TM9364L. TM9366 TM9366L. TM9368 TM9368L. TM9370 TM9370L. TM9372 TM9372L. TM9374 TM9374L. TM9376 TM9376L. TM9378 TM9378L. TM9380 TM9380L. TM9382 TM9382L. TM9384 TM9384L. TM9386 TM9386L. TM9388 TM9388L. TM9390 TM9390L. TM9392 TM9392L. TM9394 TM9394L. TM9396 TM9396L. TM9398 TM9398L. TM9400 TM9400L. TM9402 TM9402L. TM9404 TM9404L. TM9406 TM9406L. TM9408 TM9408L. TM9410 TM9410L. TM9412 TM9412L. TM9414 TM9414L. TM9416 TM9416L. TM9418 TM9418L. TM9420 TM9420L. TM9422 TM9422L. TM9424 TM9424L. TM9426 TM9426L. TM9428 TM9428L. TM9430 TM9430L. TM9432 TM9432L. TM9434 TM9434L. TM9436 TM9436L. TM9438 TM9438L. TM9440 TM9440L. TM9442 TM9442L. TM9444 TM9444L. TM9446 TM9446L. TM9448 TM9448L. TM9450 TM9450L. TM9452 TM9452L. TM9454 TM9454L. TM9456 TM9456L. TM9458 TM9458L. TM9460 TM9460L. TM9462 TM9462L. TM9464 TM9464L. TM9465 TM9465L. TM9466 TM9466L. TM9468 TM9468L. TM9470 TM9470L. TM9472 TM9472L. TM9474 TM9474L. TM9476 TM9476L. TM9478 TM9478L. TM9480 TM9480L. TM9482 TM9482L. TM9484 TM9484L. TM9486 TM9486L. TM9488 TM9488L. TM9490 TM9490L. TM9492 TM9492L. TM9494 TM9494L. TM9496 TM9496L. TM9498 TM9498L. TM9500 TM9500L. TM9502 TM9502L. TM9504 TM9504L. TM9506 TM9506L. TM9508 TM9508L. TM9510 TM9510L. TM9512 TM9512L. TM9514 TM9514L. TM9516 TM9516L. TM9518 TM9518L. TM9520 TM9520L. TM9522 TM9522L. TM9524 TM9524L. TM9526 TM9526L. TM9528 TM9528L. TM9530 TM9530L. TM9532 TM9532L. TM9534 TM9534L. TM9536 TM9536L. TM9538 TM9538L. TM9540 TM9540L. TM9542 TM9542L. TM9544 TM9544L. TM9546 TM9546L. TM9548 TM9548L. TM9550 TM9550L. TM9552 TM9552L. TM9554 TM9554L. TM9556 TM9556L. TM9558 TM9558L. TM9560 TM9560L. TM9562 TM9562L. TM9564 TM9564L. TM9566 TM9566L. TM9568 TM9568L. TM9570 TM9570L. TM9572 TM9572L. TM9574 TM9574L. TM9576 TM9576L. TM9578 TM9578L. TM9580 TM9580L. TM9582 TM9582L. TM9584 TM9584L. TM9586 TM9586L. TM9588 TM9588L. TM9590 TM9590L. TM9592 TM9592L. TM9594 TM9594L. TM9596 TM9596L. TM9598 TM9598L. TM9600 TM9600L. TM9602 TM9602L. TM9604 TM9604L. TM9606 TM9606L. TM9608 TM9608L. TM9610 TM9610L. TM9612 TM9612L. TM9614 TM9614L. TM9616 TM9616L. TM9618 TM9618L. TM9620 TM9620L. TM9622 TM9622L. TM9624 TM9624L. TM9626 TM9626L. TM9628 TM9628L. TM9630 TM9630L. TM9632 TM9632L. TM9634 TM9634L. TM9636 TM9636L. TM9638 TM9638L. TM9640 TM9640L. TM9642 TM9642L. TM9644 TM9644L. TM9646 TM9646L. TM9648 TM9648L. TM9650 TM9650L. TM9652 TM9652L. TM9654 TM9654L. TM9656 TM9656L. TM9658 TM9658L. TM9660 TM9660L. TM9662 TM9662L. TM9664 TM9664L. TM9666 TM9666L. TM9667 TM9667L. TM9668 TM9668L. TM9670 TM9670L. TM9672 TM9672L. TM9674 TM9674L. TM9676 TM9676L. TM9678 TM9678L. TM9680 TM9680L. TM9682 TM9682L. TM9684 TM9684L. TM9686 TM9686L. TM9688 TM9688L. TM9692 TM9692L. TM9694 TM9694L. TM9696 TM9696L. TM9698 TM9698L. TM9700 TM9700L. TM9702 TM9702L. TM9704 TM9704L. TM9706 TM9706L. TM9708 TM9708L. TM9710 TM9710L. TM9712 TM9712L. TM9714 TM9714L. TM9716 TM9716L. TM9718 TM9718L. TM9720 TM9720L. TM9722 TM9722L. TM9724 TM9724L. TM9726 TM9726L. TM9728 TM9728L. TM9730 TM9730L. TM9732 TM9732L. TM9734 TM9734L. TM9736 TM9736L. TM9738 TM9738L. TM9740 TM9740L. TM9742 TM9742L. TM9744 TM9744L. TM9746 TM9746L. TM9748 TM9748L. TM9750 TM9750L. TM9751 TM9751L. TM9752 TM9752L. TM9753 TM9753L. TM9754 TM9754L. TM9755 TM9755L. TM9756 TM9756L. TM9757 TM9757L. TM9758 TM9758L. TM9759 TM9759L. TM9760 TM9760L. TM9761 TM9761L. TM9762 TM9762L. TM9763 TM9763L. TM9764 TM9764L. TM9765 TM9765L. TM9766 TM9766L. TM9767 TM9767L. TM9768 TM9768L. TM9769 TM9769L. TM9770 TM9770L. TM9771 TM9771L. TM9772 TM9772L. TM9773 TM9773L. TM9774 TM9774L. TM9775 TM9775L. TM9776 TM9776L. TM9777 TM9777L. TM9778 TM9778L. TM9779 TM9779L. TM9780 TM9780L. TM9781 TM9781L. TM9782 TM9782L. TM9783 TM9783L. TM9784 TM9784L. TM9785 TM9785L. TM9786 TM9786L. TM9787 TM9787L. TM9788 TM9788L. TM9789 TM9789L. TM9790 TM9790L. TM9791 TM9791L. TM9792 TM9792L. TM9793 TM9793L. TM9794 TM9794L. TM9795 TM9795L. TM9796 TM9796L. TM9797 TM9797L. TM9798 TM9798L. TM9799 TM9799L. TM9800 TM9800L. TM9801 TM9801L. TM9802 TM9802L. TM9803 TM9803L. TM9804 TM9804L. TM9805 TM9805L. TM9806 TM9806L. TM9807 TM9807L. TM9808 TM9808L. TM9809 TM9809L. TM9810 TM9810L. TM9811 TM9811L. TM9812 TM9812L. TM9813 TM9813L. TM9814 TM9814L. TM9815 TM9815L. TM9816 TM9816L. TM9817 TM9817L. TM9818 TM9818L. TM9819 TM9819L. TM9820 TM9820L. TM9821 TM9821L. TM9822 TM9822L. TM9823 TM9823L. TM9824 TM9824L. TM9825 TM9825L. TM9826 TM9826L. TM9827 TM9827L. TM9828 TM9828L. TM9829 TM9829L. TM9830 TM9830L. TM9831 TM9831L. TM9832 TM9832L. TM9833 TM9833L. TM9834 TM9834L. TM9835 TM9835L. TM9836 TM9836L. TM9837 TM9837L. TM9838 TM9838L. TM9839 TM9839L. TM9840 TM9840L. TM9841 TM9841L. TM9842 TM9842L. TM9843 TM9843L. TM9844 TM9844L. TM9845 TM9845L. TM9846 TM9846L. TM9847 TM9847L. TM9848 TM9848L. TM9849 TM9849L. TM9850 TM9850L. TM9851 TM9851L. TM9852 TM9852L. TM9853 TM9853L. TM9854 TM9854L. TM9855 TM9855L. TM9856 TM9856L. TM9857 TM9857L. TM9858 TM9858L. TM9859 TM9859L. TM9860 TM9860L. TM9861 TM9861L. TM9862 TM9862L. TM9863 TM9863L. TM9864 TM9864L. TM9865 TM9865L. TM9866 TM9866L. TM9867 TM9867L. TM9868 TM9868L. TM9869 TM9869L. TM9870 TM9870L. TM9871 TM9871L. TM9872 TM9872L. TM9873 TM9873L. TM9874 TM9874L. TM9875 TM9875L. TM9876 TM9876L. TM9877 TM9877L. TM9878 TM9878L. TM9879 TM9879L. TM9880 TM9880L. TM9881 TM9881L. TM9882 TM9882L. TM9883 TM9883L. TM9884 TM9884L. TM9885 TM9885L. TM9886 TM9886L. TM9887 TM9887L. TM9888 TM9888L. TM9889 TM9889L. TM9890 TM9890L. TM9891 TM9891L. TM9892 TM9892L. TM9893 TM9893L. TM9894 TM9894L. TM9895 TM9895L. TM9896 TM9896L. TM9897 TM9897L. TM9898 TM9898L. TM9899 TM9899L. TM9900 TM9900L. TM9901 TM9901L. TM9902 TM9902L. TM9903 TM9903L. TM9904 TM9904L. TM9905 TM9905L. TM9906 TM9906L. TM9907 TM9907L. TM9908 TM9908L. TM9909 TM9909L. TM9910 TM9910L. TM9911 TM9911L. TM9912 TM9912L. TM9913 TM9913L. TM9914 TM9914L. TM9915 TM9915L. TM9916 TM9916L. TM9917 TM9917L. TM9918 TM9918L. TM9919 TM9919L. TM9920 TM9920L. TM9921 TM9921L. TM9922 TM9922L. TM9923 TM9923L. TM9924 TM9924L. TM9925 TM9925L. TM9926 TM9926L. TM9927 TM9927L. TM9928 TM9928L. TM9929 TM9929L. TM9930 TM9930L. TM9931 TM9931L. TM9932 TM9932L. TM9933 TM9933L. TM9934 TM9934L. TM9935 TM9935L. TM9936 TM9936L. TM9937 TM9937L. TM9938 TM9938L. TM9939 TM9939L. TM9940 TM9940L. TM9941 TM9941L. TM9942 TM9942L. TM9943 TM9943L. TM9944 TM9944L. TM9945 TM9945L. TM9946 TM9946L. TM9947 TM9947L. TM9948 TM9948L. TM9949 TM9949L. TM9950 TM9950L. TM9951 TM9951L. TM9952 TM9952L. IM9340 IM9340L. IM9346 IM9346L. IM9352 IM9352L. IM9354 IM9354L. IM9356 IM9356L. IM9360 IM9360L. IM9362 IM9362L. IM9366 IM9366L. IM9368 IM9368L. IM9372 IM9372L. IM9374 IM9374L. IM9378 IM9378L. IM9380 IM9380L. IM9384 IM9384L. IM9386 IM9386L. IM9390 IM9390L. IM9394 IM9394L. IM9396 IM9396L. IM9400 IM9400L. IM9402 IM9402L. IM9404 IM9404L. IM9408 IM9408L. IM9410 IM9410L. IM9414 IM9414L. IM9418 IM9418L. IM9420 IM9420L. IM9422 IM9422L. IM9426 IM9426L. IM9428 IM9428L. IM9432 IM9432L. IM9434 IM9434L. IM9438 IM9438L. IM9440 IM9440L. IM9442 IM9442L. IM9444 IM9444L. IM9446 IM9446L. IM9448 IM9448L. IM9450 IM9450L. IM9452 IM9452L. IM9454 IM9454L. IM9456 IM9456L. IM9458 IM9458L. IM9460 IM9460L. IM9462 IM9462L. IM9464 IM9464L. IM9468 IM9468L. IM9470 IM9470L. IM9472 IM9472L. IM9476 IM9476L. IM9478 IM9478L. IM9482 IM9482L. IM9486 IM9486L. IM9488 IM9488L. IM9492 IM9492L. IM9494 IM9494L. IM9498 IM9498L. IM9502 IM9502L. IM9506 IM9506L. IM9508 IM9508L. IM9510 IM9510L. IM9514 IM9514L. IM9516 IM9516L. IM9520 IM9520L. IM9522 IM9522L. IM9526 IM9526L. IM9528 IM9528L. IM9532 IM9532L. IM9534 IM9534L. IM9536 IM9536L. IM9538 IM9538L. IM9540 IM9540L. IM9542 IM9542L. IM9544 IM9544L. IM9554 IM9554L. IM9556 IM9556L. IM9558 IM9558L. IM9562 IM9562L. IM9564 IM9564L. IM9568 IM9568L. IM9570 IM9570L. IM9574 IM9574L. IM9576 IM9576L. IM9580 IM9580L. IM9582 IM9582L. IM9586 IM9586L. IM9588 IM9588L. IM9592 IM9592L. IM9596 IM9596L. IM9598 IM9598L. IM9602 IM9602L. IM9604 IM9604L. IM9606 IM9606L. IM9610 IM9610L. IM9612 IM9612L. IM9616 IM9616L. IM9620 IM9620L. IM9622 IM9622L. IM9624 IM9624L. IM9628 IM9628L. IM9630 IM9630L. IM9634 IM9634L. IM9636 IM9636L. IM9640 IM9640L. IM9642 IM9642L. IM9644 IM9644L. IM9646 IM9646L. IM9648 IM9648L. IM9650 IM9650L. IM9652 IM9652L. IM9654 IM9654L. IM9656 IM9656L. IM9658 IM9658L. IM9660 IM9660L. IM9662 IM9662L. IM9664 IM9664L. IM9666 IM9666L. IM9670 IM9670L. IM9672 IM9672L. IM9674 IM9674L. IM9678 IM9678L. IM9680 IM9680L. IM9684 IM9684L. IM9688 IM9688L. IM9690 IM9690L. IM9694 IM9694L. IM9696 IM9696L. IM9700 IM9700L. IM9704 IM9704L. IM9708 IM9708L. IM9710 IM9710L. IM9712 IM9712L. IM9716 IM9716L. IM9718 IM9718L. IM9722 IM9722L. IM9724 IM9724L. IM9728 IM9728L. IM9730 IM9730L. IM9734 IM9734L. IM9736 IM9736L. IM9738 IM9738L. IM9740 IM9740L. IM9742 IM9742L. IM9744 IM9744L. IM9746 IM9746L. IM9753 IM9753L. IM9754 IM9754L. IM9755 IM9755L. IM9757 IM9757L. IM9758 IM9758L. IM9760 IM9760L. IM9761 IM9761L. IM9763 IM9763L. IM9764 IM9764L. IM9766 IM9766L. IM9767 IM9767L. IM9769 IM9769L. IM9770 IM9770L. IM9772 IM9772L. IM9774 IM9774L. IM9775 IM9775L. IM9777 IM9777L. IM9778 IM9778L. IM9779 IM9779L. IM9781 IM9781L. IM9782 IM9782L. IM9784 IM9784L. IM9786 IM9786L. IM9787 IM9787L. IM9788 IM9788L. IM9790 IM9790L. IM9791 IM9791L. IM9793 IM9793L. IM9794 IM9794L. IM9796 IM9796L. IM9797 IM9797L. IM9798 IM9798L. IM9799 IM9799L. IM9800 IM9800L. IM9801 IM9801L. IM9802 IM9802L. IM9803 IM9803L. IM9804 IM9804L. IM9805 IM9805L. IM9806 IM9806L. IM9807 IM9807L. IM9808 IM9808L. IM9809 IM9809L. IM9812 IM9812L. IM9813 IM9813L. IM9814 IM9814L. IM9816 IM9816L. IM9817 IM9817L. IM9819 IM9819L. IM9821 IM9821L. IM9822 IM9822L. IM9824 IM9824L. IM9825 IM9825L. IM9827 IM9827L. IM9829 IM9829L. IM9831 IM9831L. IM9832 IM9832L. IM9833 IM9833L. IM9835 IM9835L. IM9836 IM9836L. IM9838 IM9838L. IM9839 IM9839L. IM9841 IM9841L. IM9842 IM9842L. IM9844 IM9844L. IM9845 IM9845L. IM9846 IM9846L. IM9847 IM9847L. IM9848 IM9848L. IM9849 IM9849L. IM9850 IM9850L. IM9855 IM9855L. IM9856 IM9856L. IM9857 IM9857L. IM9859 IM9859L. IM9860 IM9860L. IM9862 IM9862L. IM9863 IM9863L. IM9865 IM9865L. IM9866 IM9866L. IM9868 IM9868L. IM9869 IM9869L. IM9871 IM9871L. IM9872 IM9872L. IM9874 IM9874L. IM9876 IM9876L. IM9877 IM9877L. IM9879 IM9879L. IM9880 IM9880L. IM9881 IM9881L. IM9883 IM9883L. IM9884 IM9884L. IM9886 IM9886L. IM9888 IM9888L. IM9889 IM9889L. IM9890 IM9890L. IM9892 IM9892L. IM9893 IM9893L. IM9895 IM9895L. IM9896 IM9896L. IM9898 IM9898L. IM9899 IM9899L. IM9900 IM9900L. IM9901 IM9901L. IM9902 IM9902L. IM9903 IM9903L. IM9904 IM9904L. IM9905 IM9905L. IM9906 IM9906L. IM9907 IM9907L. IM9908 IM9908L. IM9909 IM9909L. IM9910 IM9910L. IM9911 IM9911L. IM9914 IM9914L. IM9915 IM9915L. IM9916 IM9916L. IM9918 IM9918L. IM9919 IM9919L. IM9921 IM9921L. IM9923 IM9923L. IM9924 IM9924L. IM9926 IM9926L. IM9927 IM9927L. IM9929 IM9929L. IM9931 IM9931L. IM9933 IM9933L. IM9934 IM9934L. IM9935 IM9935L. IM9937 IM9937L. IM9938 IM9938L. IM9940 IM9940L. IM9941 IM9941L. IM9943 IM9943L. IM9944 IM9944L. IM9946 IM9946L. IM9947 IM9947L. IM9948 IM9948L. IM9949 IM9949L. IM9950 IM9950L. IM9951 IM9951L. IM9952 IM9952L. TM7000 TM7000L. TM7001 TM7001L. TM7002 TM7002L. TM7003 TM7003L. TM7004 TM7004L. TM7005 TM7005L. TM7006 TM7006L. TM7007 TM7007L. TM7008 TM7008L. TM7009 TM7009L. TM7010 TM7010L. TM7011 TM7011L. TM7012 TM7012L. TM7013 TM7013L. TM7014 TM7014L. TM7015 TM7015L. TM7016 TM7016L. TM7017 TM7017L. TM7018 TM7018L. TM7019 TM7019L. TM7020 TM7020L. TM7021 TM7021L. TM7022 TM7022L. TM7261 TM7261L. TM7262 TM7262L. TM7263 TM7263L. TM7264 TM7264L. TM7265 TM7265L. TM7266 TM7266L. TM7267 TM7267L. TM7268 TM7268L. TM7269 TM7269L. TM7270 TM7270L. TM7271 TM7271L. TM7272 TM7272L. TM7273 TM7273L. TM7274 TM7274L. TM7275 TM7275L. TM7276 TM7276L. TM7277 TM7277L. TM7278 TM7278L. TM7279 TM7279L. TM7280 TM7280L. TM7281 TM7281L. TM7282 TM7282L. TM7283 TM7283L. TM7284 TM7284L. TM7285 TM7285L. TM7286 TM7286L. TM7287 TM7287L. TM7288 TM7288L. TM7289 TM7289L. TM7290 TM7290L. TM7291 TM7291L. TM7292 TM7292L. TM7293 TM7293L. TM7294 TM7294L. TM7295 TM7295L. TM7296 TM7296L. TM7297 TM7297L. TM7298 TM7298L. TM7299 TM7299L. TM7300 TM7300L. TM7301 TM7301L. TM7302 TM7302L. TM7303 TM7303L. TM7304 TM7304L. TM7305 TM7305L. TM7306 TM7306L. TM7307 TM7307L. TM7308 TM7308L. TM7309 TM7309L. TM7310 TM7310L. TM7311 TM7311L. TM7312 TM7312L. TM7313 TM7313L. TM7314 TM7314L. TM7315 TM7315L. TM7316 TM7316L. TM7317 TM7317L. TM7318 TM7318L. TM7319 TM7319L. TM7320 TM7320L. TM7321 TM7321L. TM7322 TM7322L. TM7323 TM7323L. TM7324 TM7324L. TM7577 TM7577L. TM7578 TM7578L. TM7579 TM7579L. TM7580 TM7580L. TM7581 TM7581L. TM7582 TM7582L. TM7583 TM7583L. TM7584 TM7584L. TM7585 TM7585L. TM7586 TM7586L. TM7587 TM7587L. TM7588 TM7588L. TM7589 TM7589L. TM7590 TM7590L. TM7591 TM7591L. TM7592 TM7592L. TM7593 TM7593L. TM7594 TM7594L. TM7595 TM7595L. TM7596 TM7596L. TM7597 TM7597L. TM7598 TM7598L. TM7599 TM7599L. TM7600 TM7600L. TM7601 TM7601L. TM7602 TM7602L. TM7603 TM7603L. TM7604 TM7604L. TM7605 TM7605L. TM7606 TM7606L. TM7607 TM7607L. TM7608 TM7608L. TM7609 TM7609L. TM7610 TM7610L. TM7611 TM7611L. TM7612 TM7612L. TM7613 TM7613L. TM7614 TM7614L. TM7615 TM7615L. TM7616 TM7616L. TM7617 TM7617L. TM7618 TM7618L. TM7619 TM7619L. TM7620 TM7620L. TM7621 TM7621L. TM7622 TM7622L. TM7623 TM7623L. TM7624 TM7624L. TM7625 TM7625L. TM7626 TM7626L. TM7627 TM7627L. TM7628 TM7628L. TM7629 TM7629L. TM7630 TM7630L. TM7631 TM7631L. TM7632 TM7632L. TM7633 TM7633L. TM7634 TM7634L. TM7635 TM7635L. TM7636 TM7636L. TM7637 TM7637L. TM7638 TM7638L. TM7639 TM7639L. TM7640 TM7640L. TM7641 TM7641L. TM7642 TM7642L. TM7643 TM7643L. TM7644 TM7644L. TM7645 TM7645L. TM7646 TM7646L. TM7647 TM7647L. TM7648 TM7648L. TM7649 TM7649L. TM7650 TM7650L. TM7651 TM7651L. TM7652 TM7652L. TM7653 TM7653L. TM7654 TM7654L. TM7655 TM7655L. TM7656 TM7656L. TM7657 TM7657L. TM7658 TM7658L. TM7659 TM7659L. TM7660 TM7660L. TM7661 TM7661L. TM7662 TM7662L. TM7663 TM7663L. TM7664 TM7664L. TM7665 TM7665L. TM7666 TM7666L. TM7667 TM7667L. TM7668 TM7668L. TM7669 TM7669L. TM7670 TM7670L. TM7671 TM7671L. TM7672 TM7672L. TM7673 TM7673L. TM7674 TM7674L. TM7675 TM7675L. TM7676 TM7676L. TM7677 TM7677L. TM7678 TM7678L. TM7679 TM7679L. TM7680 TM7680L. TM7681 TM7681L. TM7682 TM7682L. TM7683 TM7683L. TM7684 TM7684L. TM7685 TM7685L. TM7686 TM7686L. TM7687 TM7687L. TM7688 TM7688L. TM7689 TM7689L. TM7690 TM7690L. TM7691 TM7691L. TM7692 TM7692L. TM7693 TM7693L. TM7694 TM7694L. TM7695 TM7695L. TM7696 TM7696L. TM7697 TM7697L. TM7698 TM7698L. TM7699 TM7699L. TM7700 TM7700L. TM7701 TM7701L. TM7702 TM7702L. TM7703 TM7703L. TM7704 TM7704L. TM7705 TM7705L. TM7706 TM7706L. TM7707 TM7707L. TM7708 TM7708L. TM7709 TM7709L. TM7710 TM7710L. TM7711 TM7711L. TM7712 TM7712L. TM7713 TM7713L. TM7714 TM7714L. TM7715 TM7715L. TM7716 TM7716L. TM7717 TM7717L. TM7718 TM7718L. TM7719 TM7719L. TM7720 TM7720L. TM7721 TM7721L. TM7722 TM7722L. TM7723 TM7723L. TM7724 TM7724L. TM7725 TM7725L. TM7726 TM7726L. TM7727 TM7727L. TM7728 TM7728L. TM7729 TM7729L. TM7730 TM7730L. TM7731 TM7731L. TM7732 TM7732L. TM7733 TM7733L. TM7734 TM7734L. TM7735 TM7735L. TM7736 TM7736L. TM7737 TM7737L. TM7738 TM7738L. TM7739 TM7739L. TM7740 TM7740L. TM7741 TM7741L. TM7742 TM7742L. TM7743 TM7743L. TM7744 TM7744L. TM7745 TM7745L. TM7746 TM7746L. TM7747 TM7747L. TM7748 TM7748L. TM7749 TM7749L. TM7750 TM7750L. TM7751 TM7751L. TM7752 TM7752L. TM7753 TM7753L. TM7754 TM7754L. TM7755 TM7755L. TM7756 TM7756L. TM7757 TM7757L. TM7758 TM7758L. TM7759 TM7759L. TM7760 TM7760L. TM7761 TM7761L. TM7762 TM7762L. TM7763 TM7763L. TM7764 TM7764L. TM7765 TM7765L. TM7766 TM7766L. TM7767 TM7767L. TM7768 TM7768L. TM7769 TM7769L. TM7770 TM7770L. TM7771 TM7771L. TM7772 TM7772L. TM7773 TM7773L. TM7774 TM7774L. TM7775 TM7775L. TM7776 TM7776L. TM7777 TM7777L. TM7778 TM7778L. TM7779 TM7779L. TM7780 TM7780L. TM7781 TM7781L. TM7782 TM7782L. TM7783 TM7783L. TM7784 TM7784L. TM7785 TM7785L. TM7786 TM7786L. TM7787 TM7787L. TM7788 TM7788L. TM7789 TM7789L. TM7790 TM7790L. TM7791 TM7791L. TM7792 TM7792L. TM7793 TM7793L. TM7794 TM7794L. TM7795 TM7795L. TM7796 TM7796L. TM7797 TM7797L. TM7798 TM7798L. TM7799 TM7799L. TM7800 TM7800L. TM7801 TM7801L. TM7802 TM7802L. TM7803 TM7803L. TM7804 TM7804L. TM7805 TM7805L. TM7806 TM7806L. TM7807 TM7807L. TM7808 TM7808L. TM7809 TM7809L. TM7810 TM7810L. TM7811 TM7811L. TM7812 TM7812L. TM7813 TM7813L. TM7814 TM7814L. TM7815 TM7815L. TM7816 TM7816L. TM7817 TM7817L. TM7818 TM7818L. TM7819 TM7819L. TM7820 TM7820L. TM7821 TM7821L. TM7822 TM7822L. TM7823 TM7823L. TM7824 TM7824L. TM7825 TM7825L. TM7826 TM7826L. TM7827 TM7827L. TM7828 TM7828L. TM7829 TM7829L. TM7830 TM7830L. TM7831 TM7831L. TM7832 TM7832L. TM7833 TM7833L. TM7834 TM7834L. TM7835 TM7835L. TM7836 TM7836L. TM7837 TM7837L. TM7838 TM7838L. TM7839 TM7839L. TM7840 TM7840L. TM7841 TM7841L. TM7842 TM7842L. TM7843 TM7843L. TM7844 TM7844L. TM7845 TM7845L. TM7846 TM7846L. TM7847 TM7847L. TM7848 TM7848L. TM7849 TM7849L. TM7850 TM7850L. TM7851 TM7851L. TM7852 TM7852L. TM7853 TM7853L. TM7854 TM7854L. TM7855 TM7855L. TM7856 TM7856L. TM7857 TM7857L. TM7858 TM7858L. 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. TM8419 TM8419L. TM8420 TM8420L. TM8421 TM8421L. TM8422 TM8422L. TM8423 TM8423L. TM8424 TM8424L. TM8425 TM8425L. TM8426 TM8426L. TM8427 TM8427L. TM8428 TM8428L. TM8429 TM8429L. TM8430 TM8430L. TM8431 TM8431L. TM8432 TM8432L. TM8433 TM8433L. TM8434 TM8434L. 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. TM8515 TM8515L. 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. TM8574 TM8574L. 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. TM8590 TM8590L. TM8591 TM8591L. TM8592 TM8592L. TM8593 TM8593L. TM8594 TM8594L. TM8595 TM8595L. TM8596 TM8596L. TM8597 TM8597L. TM8598 TM8598L. TM8599 TM8599L. TM8600 TM8600L. TM8601 TM8601L. TM8602 TM8602L. TM8603 TM8603L. TM8604 TM8604L. TM8605 TM8605L. TM8606 TM8606L. TM8607 TM8607L. TM8608 TM8608L. TM8609 TM8609L. TM8610 TM8610L. TM8611 TM8611L. TM8612 TM8612L. TM8613 TM8613L. TM8614 TM8614L. TM8615 TM8615L. TM8616 TM8616L. TM8617 TM8617L. TM8618 TM8618L. TM8619 TM8619L. TM8620 TM8620L. TM8621 TM8621L. TM8622 TM8622L. TM8623 TM8623L. TM8624 TM8624L. TM8625 TM8625L. TM8626 TM8626L. TM8627 TM8627L. TM8628 TM8628L. TM8629 TM8629L. TM8630 TM8630L. TM8631 TM8631L. TM8632 TM8632L. TM8633 TM8633L. TM8634 TM8634L. TM8635 TM8635L. TM8636 TM8636L. TM8637 TM8637L. TM8638 TM8638L. TM8639 TM8639L. TM8640 TM8640L. TM8641 TM8641L. TM8642 TM8642L. TM8643 TM8643L. TM8644 TM8644L. TM8645 TM8645L. TM8646 TM8646L. TM8647 TM8647L. TM8648 TM8648L. TM8649 TM8649L. TM8650 TM8650L. TM8651 TM8651L. TM8652 TM8652L. TM8653 TM8653L. TM8655 TM8655L. TM8656 TM8656L. TM8657 TM8657L. TM8658 TM8658L. TM8659 TM8659L. TM8660 TM8660L. TM8661 TM8661L. TM8662 TM8662L. TM8663 TM8663L. TM8664 TM8664L. TM8665 TM8665L. TM8666 TM8666L. TM8667 TM8667L. TM8668 TM8668L. TM8669 TM8669L. TM8670 TM8670L. TM8671 TM8671L. TM8672 TM8672L. TM8673 TM8673L. TM8674 TM8674L. TM8676 TM8676L. TM8678 TM8678L. TM8680 TM8680L. TM8682 TM8682L. TM8684 TM8684L. TM8686 TM8686L. TM8688 TM8688L. TM8690 TM8690L. TM8692 TM8692L. TM8694 TM8694L. TM8696 TM8696L. TM8698 TM8698L. TM8700 TM8700L. TM8702 TM8702L. TM8704 TM8704L. TM8706 TM8706L. TM8708 TM8708L. TM8710 TM8710L. TM8712 TM8712L. TM8714 TM8714L. TM8715 TM8715L. TM8716 TM8716L. TM8717 TM8717L. TM8718 TM8718L. TM8719 TM8719L. TM8720 TM8720L. TM8721 TM8721L. TM8722 TM8722L. TM8723 TM8723L. TM8724 TM8724L. TM8725 TM8725L. TM8726 TM8726L. TM8727 TM8727L. TM8728 TM8728L. TM8729 TM8729L. TM8730 TM8730L. TM8731 TM8731L. TM8732 TM8732L. TM8733 TM8733L. TM8734 TM8734L. TM8735 TM8735L. TM8736 TM8736L. TM8737 TM8737L. TM8738 TM8738L. TM8739 TM8739L. TM8740 TM8740L. TM8741 TM8741L. TM8742 TM8742L. TM8743 TM8743L. TM8744 TM8744L. TM8745 TM8745L. TM8746 TM8746L. TM8747 TM8747L. TM8748 TM8748L. TM8749 TM8749L. TM8750 TM8750L. TM8751 TM8751L. TM8752 TM8752L. TM8753 TM8753L. TM8754 TM8754L. TM8755 TM8755L. TM8756 TM8756L. TM8757 TM8757L. TM8758 TM8758L. TM8759 TM8759L. TM8760 TM8760L. TM8761 TM8761L. TM8762 TM8762L. TM8763 TM8763L. TM8764 TM8764L. TM8765 TM8765L. TM8766 TM8766L. TM8767 TM8767L. TM8768 TM8768L. TM8769 TM8769L. TM8770 TM8770L. TM8771 TM8771L. TM8772 TM8772L. TM8773 TM8773L. TM8774 TM8774L. TM8775 TM8775L. TM8776 TM8776L. TM8777 TM8777L. TM8779 TM8779L. TM8780 TM8780L. TM8781 TM8781L. TM8782 TM8782L. TM8783 TM8783L. TM8784 TM8784L. TM8785 TM8785L. TM8786 TM8786L. TM8787 TM8787L. TM8788 TM8788L. TM8789 TM8789L. TM8790 TM8790L. TM8791 TM8791L. TM8792 TM8792L. TM8793 TM8793L. TM8794 TM8794L. TM8795 TM8795L. TM8796 TM8796L. TM8797 TM8797L. TM8798 TM8798L. TM8799 TM8799L. TM8800 TM8800L. TM8801 TM8801L. TM8802 TM8802L. TM8803 TM8803L. TM8804 TM8804L. TM8805 TM8805L. TM8806 TM8806L. TM8807 TM8807L. TM8808 TM8808L. TM8809 TM8809L. TM8810 TM8810L. TM8811 TM8811L. TM8812 TM8812L. TM8813 TM8813L. TM8814 TM8814L. TM8815 TM8815L. TM8816 TM8816L. TM8817 TM8817L. TM8818 TM8818L. TM8819 TM8819L. TM8820 TM8820L. TM8821 TM8821L. TM8822 TM8822L. TM8823 TM8823L. TM8824 TM8824L. TM8825 TM8825L. TM8826 TM8826L. TM8827 TM8827L. TM8828 TM8828L. TM8829 TM8829L. TM8830 TM8830L. TM8831 TM8831L. TM8832 TM8832L. TM8833 TM8833L. TM8834 TM8834L. TM8835 TM8835L. TM8836 TM8836L. TM8837 TM8837L. 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. TM8853 TM8853L. TM8854 TM8854L. TM8855 TM8855L. TM8856 TM8856L. TM8857 TM8857L. TM8858 TM8858L. TM8859 TM8859L. TM8862 TM8862L. TM8864 TM8864L. TM8866 TM8866L. TM8868 TM8868L. TM8869 TM8869L. TM8870 TM8870L. TM8871 TM8871L. TM8872 TM8872L. TM8873 TM8873L. TM8874 TM8874L. TM8875 TM8875L. TM8876 TM8876L. TM8877 TM8877L. TM8878 TM8878L. TM8879 TM8879L. TM8880 TM8880L. TM8881 TM8881L. TM8882 TM8882L. TM8883 TM8883L. TM8884 TM8884L. TM8885 TM8885L. TM8886 TM8886L. TM8887 TM8887L. TM8888 TM8888L. TM8889 TM8889L. TM8890 TM8890L. TM8891 TM8891L. TM8892 TM8892L. TM8893 TM8893L. TM8894 TM8894L. TM8895 TM8895L. TM8896 TM8896L. TM8897 TM8897L. TM8898 TM8898L. TM8900 TM8900L. TM8901 TM8901L. TM8902 TM8902L. TM8903 TM8903L. TM8904 TM8904L. TM8905 TM8905L. TM8906 TM8906L. TM8907 TM8907L. TM8908 TM8908L. TM8909 TM8909L. TM8910 TM8910L. IM8401 IM8401L. IM8403 IM8403L. IM8439 IM8439L. IM8441 IM8441L. IM8442 IM8442L. IM8443 IM8443L. IM8448 IM8448L. IM8449 IM8449L. IM8452 IM8452L. IM8457 IM8457L. IM8458 IM8458L. IM8459 IM8459L. IM8460 IM8460L. IM8461 IM8461L. IM8462 IM8462L. IM8464 IM8464L. IM8465 IM8465L. IM8466 IM8466L. IM8467 IM8467L. IM8473 IM8473L. IM8474 IM8474L. IM8476 IM8476L. IM8477 IM8477L. IM8482 IM8482L. IM8484 IM8484L. IM8485 IM8485L. IM8486 IM8486L. IM8487 IM8487L. IM8492 IM8492L. IM8493 IM8493L. IM8494 IM8494L. IM8496 IM8496L. IM8501 IM8501L. IM8502 IM8502L. IM8503 IM8503L. IM8504 IM8504L. IM8506 IM8506L. IM8507 IM8507L. IM8508 IM8508L. IM8509 IM8509L. IM8515 IM8515L. IM8516 IM8516L. IM8518 IM8518L. IM8519 IM8519L. IM8542 IM8542L. IM8543 IM8543L. IM8544 IM8544L. IM8545 IM8545L. IM8546 IM8546L. IM8547 IM8547L. IM8548 IM8548L. IM8549 IM8549L. IM8550 IM8550L. IM8551 IM8551L. IM8552 IM8552L. IM8553 IM8553L. IM8554 IM8554L. IM8555 IM8555L. IM8556 IM8556L. IM8557 IM8557L. IM8558 IM8558L. IM8559 IM8559L. IM8560 IM8560L. IM8561 IM8561L. IM8562 IM8562L. IM8563 IM8563L. IM8564 IM8564L. IM8565 IM8565L. IM8566 IM8566L. IM8567 IM8567L. IM8568 IM8568L. IM8569 IM8569L. IM8570 IM8570L. IM8571 IM8571L. IM8572 IM8572L. IM8573 IM8573L. IM8574 IM8574L. IM8575 IM8575L. IM8576 IM8576L. IM8577 IM8577L. IM8578 IM8578L. IM8579 IM8579L. IM8580 IM8580L. IM8581 IM8581L. IM8607 IM8607L. IM8608 IM8608L. IM8609 IM8609L. IM8610 IM8610L. IM8611 IM8611L. IM8612 IM8612L. IM8613 IM8613L. IM8614 IM8614L. IM8615 IM8615L. IM8616 IM8616L. IM8617 IM8617L. IM8618 IM8618L. IM8619 IM8619L. IM8620 IM8620L. IM8621 IM8621L. IM8622 IM8622L. IM8623 IM8623L. IM8624 IM8624L. IM8625 IM8625L. IM8626 IM8626L. IM8627 IM8627L. IM8628 IM8628L. IM8629 IM8629L. IM8630 IM8630L. IM8631 IM8631L. IM8632 IM8632L. IM8633 IM8633L. IM8634 IM8634L. IM8635 IM8635L. IM8636 IM8636L. IM8637 IM8637L. IM8638 IM8638L. IM8639 IM8639L. IM8640 IM8640L. IM8641 IM8641L. IM8642 IM8642L. IM8643 IM8643L. IM8644 IM8644L. IM8645 IM8645L. IM8646 IM8646L. IM8656 IM8656L. IM8664 IM8664L. IM8666 IM8666L. IM8667 IM8667L. IM8669 IM8669L. IM8674 IM8674L. IM8676 IM8676L. IM8678 IM8678L. IM8680 IM8680L. IM8694 IM8694L. IM8696 IM8696L. IM8731 IM8731L. IM8732 IM8732L. IM8733 IM8733L. IM8734 IM8734L. IM8735 IM8735L. IM8736 IM8736L. IM8737 IM8737L. IM8738 IM8738L. IM8739 IM8739L. IM8740 IM8740L. IM8741 IM8741L. IM8742 IM8742L. IM8743 IM8743L. IM8744 IM8744L. IM8745 IM8745L. IM8746 IM8746L. IM8747 IM8747L. IM8748 IM8748L. IM8749 IM8749L. IM8750 IM8750L. IM8751 IM8751L. IM8752 IM8752L. IM8753 IM8753L. IM8754 IM8754L. IM8755 IM8755L. IM8756 IM8756L. IM8757 IM8757L. IM8758 IM8758L. IM8759 IM8759L. IM8760 IM8760L. IM8761 IM8761L. IM8762 IM8762L. IM8763 IM8763L. IM8764 IM8764L. IM8765 IM8765L. IM8766 IM8766L. IM8767 IM8767L. IM8768 IM8768L. IM8769 IM8769L. IM8770 IM8770L. IM8795 IM8795L. IM8796 IM8796L. IM8797 IM8797L. IM8798 IM8798L. IM8799 IM8799L. IM8800 IM8800L. IM8801 IM8801L. IM8802 IM8802L. IM8804 IM8804L. IM8805 IM8805L. IM8806 IM8806L. IM8807 IM8807L. IM8808 IM8808L. IM8809 IM8809L. IM8810 IM8810L. IM8811 IM8811L. IM8812 IM8812L. IM8813 IM8813L. IM8814 IM8814L. IM8815 IM8815L. IM8816 IM8816L. IM8817 IM8817L. IM8818 IM8818L. IM8819 IM8819L. IM8820 IM8820L. IM8821 IM8821L. IM8822 IM8822L. IM8823 IM8823L. IM8824 IM8824L. IM8825 IM8825L. IM8826 IM8826L. IM8827 IM8827L. IM8828 IM8828L. IM8829 IM8829L. IM8830 IM8830L. IM8831 IM8831L. IM8832 IM8832L. IM8833 IM8833L. IM8834 IM8834L. IM8835 IM8835L. IM8836 IM8836L. IM8837 IM8837L. IM8838 IM8838L. IM8839 IM8839L. IM8840 IM8840L. IM8841 IM8841L. IM8842 IM8842L. IM8843 IM8843L. IM8844 IM8844L. IM8868 IM8868L. IM8871 IM8871L. IM8872 IM8872L. IM8887 IM8887L. IM8888 IM8888L. IM8897 IM8897L. IM8898 IM8898L. IM8908 IM8908L. IM8909 IM8909L. IM8910 IM8910L. 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. TM9128 TM9128L. TM9130 TM9130L. TM9132 TM9132L. TM9134 TM9134L. TM9136 TM9136L. TM9138 TM9138L. TM9140 TM9140L. TM9142 TM9142L. TM9144 TM9144L. TM9146 TM9146L. TM9148 TM9148L. TM9150 TM9150L. TM9152 TM9152L. TM9153 TM9153L. TM9154 TM9154L. TM9155 TM9155L. TM9156 TM9156L. TM9157 TM9157L. TM9158 TM9158L. TM9159 TM9159L. IMP9100 IMP9100L. IMP9102 IMP9102L. IMP9104 IMP9104L. IMP9106 IMP9106L. IMP9108 IMP9108L. IMP9110 IMP9110L. IMP9112 IMP9112L. IMP9114 IMP9114L. IMP9116 IMP9116L. IMP9118 IMP9118L. IMP9120 IMP9120L. IMP9122 IMP9122L. IMP9124 IMP9124L. IMP9126 IMP9126L. IMP28_38 IMP28_3Y. IMP9140 IMP9140L. IMP9142 IMP9142L. IMP9144 IMP9144L. IMP9146 IMP9146L. IMP9148 IMP9148L. IMP9150 IMP9150L. IMP9152 IMP9152L. IMP9153 IMP9153L. IMP9154 IMP9154L. IMP9155 IMP9155L. IMP9156 IMP9156L. IMP9157 IMP9157L. IMP9158 IMP9158L. IMP9159 IMP9159L. ; proc contents data=library.sip93t9; /* 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. */