*options obs=100; /*------------------------------------------------ by Jean Roth Thu Aug 18 17:16:59 EDT 2005 This program reads the 1991 SIPP Wave 2 Topical Module Data File Report errors to jroth@nber.org A value of -1 (or -1/# of implied decimals) indicates 'Not in Universe' This program is distributed under the GNU GPL. See end of this file and http://www.gnu.org/licenses/ for details. ----------------------------------------------- */ * The following line should contain the directory where the SAS file is to be stored ; libname library "./"; * The following line should contain the complete path and name of the raw data file. On a PC, use backslashes in paths as in C:\ ; FILENAME datafile pipe "unzip -p /homes/data/sipp/1991/sipp91t2.zip "; * The following line should contain the name of the SAS dataset ; %let dataset = sip91t2 ; DATA library.&dataset ; INFILE datafile LRECL = 20000 ; *See the codebook for more detail; PROC FORMAT cntlout=library.fsp91t2; /*------------------------------------------------ The PROC FORMAT statement will store the formats in a sas data set called fsip91t2 To use the stored formats in a subsequent program, use code like the following: proc format cntlin=library.fsp91t2; PROC freq; tables pesex ; format pesex P135L.; For more information, consult PROC FORMAT in the SAS Procedures Guide ----------------------------------------------- */ ; VALUE ITEM36B (default=32) 1 = "Interviewed" 2 = "No one home" 3 = "Temporarily absent" 4 = "Refused" 5 = "Unable to locate" 6 = "Other Type A" 9 = "Vacant" 10 = "Occupied by persons with URE" 11 = "Unfit or to be demolished" 12 = "Under construction, not ready" 13 = "Converted to temporary business" 14 = "Unoccupied site for mobile home," 15 = "Permit granted, construction not" 17 = "Demolished" 18 = "House or trailer moved" 19 = "Converted to permanent business" 20 = "Merged" 21 = "Condemned" 23 = "Entire household deceased," 24 = "Moved, address unknown" 25 = "Moved within country beyond" 26 = "All sample persons relisted on" ; VALUE INTVW (default=32) 0 = "Not applicable (children" 1 = "Interview (self)" 2 = "Interview (proxy)" 3 = "Noninterview - Type Z refusal" 4 = "Noninterview - Type Z other" ; VALUE RRP (default=32) 0 = "Not a sample person in this" 1 = "Household reference person," 2 = "Household reference person" 3 = "Spouse of household reference" 4 = "Child of household reference" 5 = "Other relative of household" 6 = "Non-relative of household" 7 = "Non-relative of household" ; VALUE AGE (default=32) 0 = "Less than 1 full year" 1 = "1 year" ; VALUE SEX (default=32) 1 = "Male" 2 = "Female" ; VALUE Race (default=32) 1 = "White" 2 = "Black" 3 = "American Indian, Eskimo or Aleut" 4 = "Asian or Pacific Islander" ; VALUE MS (default=32) 0 = "Not a sample person in this" 1 = "Married, spouse present" 2 = "Married, spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never married" ; VALUE PNSP (default=32) 0 = "Not a sample person in this" 999 = "Not applicable" ; VALUE PNPT (default=32) 0 = "Not a sample person in this" 999 = "Not applicable" ; VALUE HIGRADE (default=32) 0 = "Not applicable if under 15," ; VALUE GRD_CMPL (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE ETHNICTY (default=32) 1 = "German" 2 = "English" 3 = "Irish" 4 = "French" 5 = "Italian" 6 = "Scottish" 7 = "Polish" 8 = "Dutch" 9 = "Swedish" 10 = "Norwegian" 11 = "Russian" 12 = "Ukrainian" 13 = "Welsh" 14 = "Mexican-American" 15 = "Chicano" 16 = "Mexican" 17 = "Puerto Rican" 18 = "Cuban" 19 = "Central or South American" 20 = "Other Spanish" 21 = "Afro-American (Black or Negro)" 30 = "Another group not listed" 39 = "Don't know" ; VALUE TM9266L (default=32) 0 = "Not in universe" 1 = "One person HH - skip to SC5000" 2 = "Two person HH consisting of" 3 = "Two person HH consisting of" 4 = "Other" ; VALUE TM9300L (default=32) 0 = "Not in universe" ; VALUE TM9330L (default=32) 0 = "Not in universe" ; VALUE TM9332L (default=32) 1 = "Husband" 2 = "Wife" 10 = "Natural father(biological)" 11 = "Stepfather" 12 = "Adoptive father" 13 = "Foster father" 14 = "Natural mother" 15 = "Stepmother" 16 = "Adoptive mother" 17 = "Foster mother" 18 = "Unknown male parent type" 19 = "Unknown female parent type" 20 = "Natural son" 21 = "Stepson" 22 = "Adopted son" 23 = "Foster son" 24 = "Natural daughter" 25 = "Stepdaughter" 26 = "Adopted daughter" 27 = "Foster daughter" 28 = "Unknown male child type" 29 = "Unknown female child type" 30 = "Full brother" 31 = "Half brother" 32 = "Stepbrother" 33 = "Adoptive brother" 34 = "Full sister" 35 = "Half sister" 36 = "Stepsister" 37 = "Adoptive sister" 38 = "Unknown sibling type" 40 = "Grandfather" 41 = "Grandmother" 42 = "Grandson" 43 = "Granddaughter" 44 = "Uncle" 45 = "Aunt" 46 = "Nephew" 47 = "Niece" 50 = "Father-in-law" 51 = "Mother-in-law" 52 = "Son-in-law" 53 = "Daughter-in-law" 54 = "Brother-in-law" 55 = "Sister-in-law" 60 = "Cousin,etc." 70 = "Not related" 88 = "Member of column with no" 98 = "Not found" 99 = "No response" ; VALUE TM9360L (default=32) 0 = "Not in universe" ; VALUE TM9390L (default=32) 0 = "Not in universe" ; VALUE TM9420L (default=32) 0 = "Not in universe" ; VALUE TM9450L (default=32) 0 = "Not in universe" ; VALUE TM9480L (default=32) 0 = "Not in universe" ; VALUE TM9510L (default=32) 0 = "Not in universe" ; VALUE TM9540L (default=32) 0 = "Not in universe" ; VALUE TM9570L (default=32) 0 = "Not in universe" ; VALUE TM9600L (default=32) 0 = "Not in universe" ; VALUE TM9630L (default=32) 0 = "Not in universe" ; VALUE TM9660L (default=32) 0 = "Not in universe" ; VALUE TM9690L (default=32) 0 = "Not in universe" ; VALUE U_TM926Y (default=32) 0 = "Not in universe" 1 = "One person hh - skip to SC5000" 2 = "Two person hh consisting of" 3 = "Two person hh consisting of" 4 = "Other" ; VALUE U_TM930Y (default=32) 0 = "Not in universe" ; VALUE U_TM933Y (default=32) 0 = "Not in universe" ; VALUE U_TM933K (default=32) 1 = "Husband" 2 = "Wife" 10 = "Natural father(biological)" 11 = "Stepfather" 12 = "Adoptive father" 13 = "Foster father" 14 = "Natural mother" 15 = "Stepmother" 16 = "Adoptive mother" 17 = "Foster mother" 18 = "Unknown male parent type" 19 = "Unknown female parent type" 20 = "Natural son" 21 = "Stepson" 22 = "Adopted son" 23 = "Foster son" 24 = "Natural daughter" 25 = "Stepdaughter" 26 = "Adopted daughter" 27 = "Foster daughter" 28 = "Unknown male child type" 29 = "Unknown female child type" 30 = "Full brother" 31 = "Half brother" 32 = "Stepbrother" 33 = "Adoptive brother" 34 = "Full sister" 35 = "Half sister" 36 = "Stepsister" 37 = "Adoptive sister" 38 = "Unknown sibling type" 40 = "Grandfather" 41 = "Grandmother" 42 = "Grandson" 43 = "Granddaughter" 44 = "Uncle" 45 = "Aunt" 46 = "Nephew" 47 = "Niece" 50 = "Father-in-law" 51 = "Mother-in-law" 52 = "Son-in-law" 53 = "Daughter-in-law" 54 = "Brother-in-law" 55 = "Sister-in-law" 60 = "Cousin,etc." 70 = "Not related" 88 = "Member of column with no" 98 = "Not found" 99 = "No response" ; VALUE U_TM936Y (default=32) 0 = "Not in universe" ; VALUE U_TM939Y (default=32) 0 = "Not in universe" ; VALUE U_TM942Y (default=32) 0 = "Not in universe" ; VALUE U_TM945Y (default=32) 0 = "Not in universe" ; VALUE U_TM948Y (default=32) 0 = "Not in universe" ; VALUE U_TM951Y (default=32) 0 = "Not in universe" ; VALUE U_TM954Y (default=32) 0 = "Not in universe" ; VALUE U_TM957Y (default=32) 0 = "Not in universe" ; VALUE U_TM960Y (default=32) 0 = "Not in universe" ; VALUE U_TM963Y (default=32) 0 = "Not in universe" ; VALUE U_TM966Y (default=32) 0 = "Not in universe" ; VALUE U_TM969Y (default=32) 0 = "Not in universe" ; VALUE TM8000L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8052" ; VALUE TM8002L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8052" ; VALUE TM8006L (default=32) 0 = "Not applicable" ; VALUE TM8008L (default=32) 0 = "Not applicable" ; VALUE TM8012L (default=32) 0 = "Not applicable" ; VALUE TM8014L (default=32) 0 = "Not applicable" ; VALUE TM8018L (default=32) 0 = "Not applicable" ; VALUE TM8020L (default=32) 0 = "Not applicable" ; VALUE TM8024L (default=32) 0 = "Not applicable" ; VALUE TM8026L (default=32) 0 = "Not applicable" ; VALUE TM8030L (default=32) 0 = "Not applicable" ; VALUE TM8032L (default=32) 0 = "Not applicable" ; VALUE TM8036L (default=32) 0 = "Not applicable" ; VALUE TM8038L (default=32) 0 = "Not applicable" ; VALUE TM8042L (default=32) 0 = "Not applicable" ; VALUE TM8044L (default=32) 0 = "Not applicable" ; VALUE TM8048L (default=32) 0 = "Not applicable" ; VALUE TM8050L (default=32) 0 = "Not applicable" ; VALUE TM8052L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No -skip to TM8124" ; VALUE TM8054L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8058" ; VALUE TM8056L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8062" 2 = "No - skip to TM8074" ; VALUE TM8058L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8074" ; VALUE TM8060L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8074" ; VALUE TM8062L (default=32) 0 = "Not applicable" ; VALUE TM8064L (default=32) 0 = "Not applicable" ; VALUE TM8066L (default=32) 0 = "Not applicable" ; VALUE TM8068L (default=32) 0 = "Not applicable" ; VALUE TM8072L (default=32) 0 = "Not applicable" ; VALUE TM8074L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8096" ; VALUE TM8076L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8080" ; VALUE TM8078L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8084" 2 = "No - skip to TM8096" ; VALUE TM8080L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8096" ; VALUE TM8082L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8096" ; VALUE TM8084L (default=32) 0 = "Not applicable" ; VALUE TM8086L (default=32) 0 = "Not applicable" ; VALUE TM8088L (default=32) 0 = "Not applicable" ; VALUE TM8090L (default=32) 0 = "Not applicable" ; VALUE TM8094L (default=32) 0 = "Not applicable" ; VALUE TM8096L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8100" ; VALUE TM8098L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8104" 2 = "No - skip to TM8114" ; VALUE TM8100L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8114" ; VALUE TM8102L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8114" ; VALUE TM8104L (default=32) 0 = "Not applicable" ; VALUE TM8106L (default=32) 0 = "Not applicable" ; VALUE TM8108L (default=32) 0 = "Not applicable" ; VALUE TM8110L (default=32) 0 = "Not applicable" ; VALUE TM8114L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8124" ; VALUE TM8116L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8124" 2 = "No" ; VALUE TM8118L (default=32) 0 = "Not applicable" ; VALUE TM8120L (default=32) 0 = "Not applicable" ; VALUE TM8122L (default=32) -3 = "Never covered by Medicaid" 0 = "Not applicable" ; VALUE TM8124L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8132" ; VALUE TM8126L (default=32) 0 = "Not applicable" ; VALUE TM8128L (default=32) 0 = "Not applicable" ; VALUE TM8130L (default=32) -3 = "Have always had insurance -" 0 = "Not applicable" ; VALUE TM8132L (default=32) 0 = "Not applicable" ; VALUE TM8134L (default=32) 0 = "Not applicable" ; VALUE TM8136L (default=32) -3 = "Has never been covered" 0 = "Not applicable" ; VALUE TM8138L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8200" ; VALUE TM8140L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8148" ; VALUE TM8142L (default=32) 0 = "Not applicable" ; VALUE TM8144L (default=32) 0 = "Not applicable" ; VALUE TM8146L (default=32) -3 = "Have always lived in public" 0 = "Not applicable" ; VALUE TM8148L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8200" ; VALUE TM8150L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM_IFA0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA1L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA2L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA3L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA4L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA5L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA6L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA7L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA8L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA9L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA1Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA1K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA1M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA1N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA1O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA1P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA1Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA1R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA1S (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA1T (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA2Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA2K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA2M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA2N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA2O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA2P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA2Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA2R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA2S (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA2T (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA3Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA3K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA3M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA3N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA3O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA3P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA3Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA3R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA3S (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_IFA3T (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM8200L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8300" ; VALUE TM8202L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8210" ; VALUE TM8206L (default=32) 0 = "Not applicable" ; VALUE TM8208L (default=32) 0 = "Not applicable" ; VALUE TM8210L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8240" ; VALUE TM8214L (default=32) 0 = "Not applicable" ; VALUE TM8216L (default=32) 0 = "Not applicable" ; VALUE TM8218L (default=32) 0 = "Not applicable" ; VALUE TM8220L (default=32) 0 = "Not applicable" ; VALUE TM8222L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8248" ; VALUE TM8224L (default=32) 0 = "Not applicable" 1 = "Under 25" 2 = "25 to 99" 3 = "100 to 499" 4 = "500 to 999" 5 = "1000 or more - skip to TM8230" ; VALUE TM8226L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No (skip to TM8248)" ; VALUE TM8228L (default=32) 0 = "Not applicable" 1 = "Under 25" 2 = "25 to 99" 3 = "100 to 499" 4 = "500 to 999" 5 = "1000 or more" ; VALUE TM8230L (default=32) 0 = "Don't know" 1 = "Yes" 2 = "No" ; VALUE TM8232L (default=32) 0 = "Don't know" 1 = "Yes" 2 = " No" ; VALUE TM8234L (default=32) 0 = "Don't know" ; VALUE TM8236L (default=32) 0 = "Not applicable" ; VALUE TM8240L (default=32) 0 = "Not applicable" ; VALUE TM8242L (default=32) 0 = "Not applicable" ; VALUE TM8244L (default=32) -3 = "Never worked for 2 consecutive" 0 = "Not applicable" ; VALUE TM8246L (default=32) 0 = "Don't know" 1 = "Taking care of home or family" 2 = "Ill or disabled" 3 = "Going go school" 4 = "Couldn't find work" 5 = "Didn't want to work" 7 = "Other" ; VALUE TM8248L (default=32) 0 = "Not applicable" ; VALUE TM8250L (default=32) 0 = "Don't know" ; VALUE TM8252L (default=32) -3 = "Never had another job lasting" 0 = "Not applicable" ; VALUE TM8254L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No (skip to TM8284)" ; VALUE TMIND3L (default=32) 0 = "Not applicable" ; VALUE TMIND4L (default=32) 0 = "Not applicable" ; VALUE TM8266L (default=32) 0 = "Not applicable" 1 = "Worked for an employer" 2 = "Self-employed" ; VALUE TM8268L (default=32) 0 = "Not applicable" ; VALUE TM8270L (default=32) 0 = "Not applicable" ; VALUE TM8272L (default=32) 0 = "Not applicable" 1 = "Layoff, plant closed" 2 = "Discharged" 3 = "Job was temporary and ended" 4 = "Found a better job" 5 = "Retirement/old age" 6 = "Did not like working conditions" 7 = "Dissatisfied with earnings" 8 = "Did not like location" 9 = "Going to school" 10 = "Became pregnant/had child" 11 = "Health reasons" 12 = "Other family or personal reasons" 13 = "Other" ; VALUE TM8274L (default=32) -3 = "Never worked 6 straight months" -1 = "Don't know - skip to TM8286" 0 = "Not applicable" ; VALUE TM8276L (default=32) -1 = "Don't know - skip to TM8300" 0 = "Not applicable" 1 = "Yes - skip To TM8300" 2 = "No" ; VALUE TM8278L (default=32) 0 = "Not applicable" ; VALUE TM8280L (default=32) 0 = "Not applicable" 1 = "Yes - skip To TM8286" 2 = "No" ; VALUE TM8282L (default=32) -5 = "All years" 0 = "Not applicable" ; VALUE TM8284L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8300" ; VALUE TM8286L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip To TM8300" ; VALUE TM8288L (default=32) 0 = "Not applicable" ; VALUE TM8290L (default=32) 0 = "Not applicable" ; VALUE TM8292L (default=32) 0 = "Not applicable" ; VALUE TM8294L (default=32) 0 = "Not applicable" 1 = "Took care of family or home" 2 = "Own illness or disability" 3 = "Could not find work" 4 = "Going to school" 5 = "Became pregnant/had child" 6 = "Other" ; VALUE IMP_821Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_822Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_822K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_822L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_822M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_823Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_823K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_823L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_824Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_824K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_824L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_824M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_824N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_825Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_825K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_826Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_826K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_827Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_827K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_827L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_827M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_827N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_828Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_828K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_828L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_829Y (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_829A (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_829K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_829L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_IND (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_OCC (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM8300L (default=32) 0 = "Not applicable" 1 = "15 years - skip to TM8400" 2 = "16 to 67 years" 3 = "68 years or over - skip to" ; VALUE TM8302L (default=32) 0 = "Not applicable" 1 = "Yes - skip To TM8306" 2 = "No" ; VALUE TM8304L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip To TM8308" ; VALUE TM8306L (default=32) 0 = "Not applicable" 1 = "Yes - skip To TM8310" 2 = "No - skip To TM8400" ; VALUE TM8308L (default=32) 0 = "Not applicable" 1 = "Yes - Mark '171' on ISS" 2 = "No - skip To TM8400" ; VALUE TM8310L (default=32) 0 = "Not applicable" ; VALUE TM8312L (default=32) 0 = "Not applicable" ; VALUE TM8314L (default=32) -5 = "Person became limited after" -3 = "Person was limited before" 0 = "Not applicable" ; VALUE TM8316L (default=32) 0 = "Not applicable" 1 = "Yes - skip To TM8324" 2 = "No" ; VALUE TM8318L (default=32) 0 = "Not applicable" ; VALUE TM8320L (default=32) 0 = "Not applicable" ; VALUE TM8322L (default=32) -3 = "Had never been employed before" 0 = "Not applicable" ; VALUE TM8324L (default=32) 0 = "Not applicable" 1 = "Arthritis or rheumatism" 2 = "Autism" 3 = "Back or spine problems (including" 4 = "Blindness or vision problems" 5 = "Cancer" 6 = "Cerebral palsy" 7 = "Deafness or serious trouble" 8 = "Diabetes" 9 = "Epilepsy" 10 = "Head or spinal cord injury" 11 = "Heart trouble (including heart" 12 = "Hernia or rupture" 13 = "High blood pressure(hypertension)" 14 = "Kidney stones or chronic kidney" 15 = "Lung or respiratory trouble" 16 = "Mental illness" 17 = "Mental retardation" 18 = "Missing legs, feet, arms, hands," 19 = "Nervous or emotional problems, or" 20 = "Paralysis of any kind" 21 = "Senility (Alzheimer's Disease)" 22 = "Stiffness or deformity of the" 23 = "Stomach trouble (including ulcers," 24 = "Stroke" 25 = "Thyroid trouble or goiter" 26 = "Tumor, cyst or growth" 27 = "Other" ; VALUE TM8326L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip To TM8330" ; VALUE TM8328L (default=32) 0 = "Not applicable" 1 = "On the job?" 2 = "During service in the Armed" 3 = "In the home?" 4 = "Somewhere else?" ; VALUE TM8330L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8340" 2 = "No" ; VALUE TM8332L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8342" ; VALUE TM8334L (default=32) 0 = "Not applicable" ; VALUE TM8336L (default=32) 0 = "Not applicable" ; VALUE TM8338L (default=32) -3 = "Has never been able to work at" 0 = "Not applicable" ; VALUE TM8340L (default=32) 0 = "Not applicable" 1 = "Yes -skip to TM8344" 2 = "No" ; VALUE TM8342L (default=32) 0 = "Not applicable" 1 = "Full-time" 2 = "Part-time" 3 = "Not able to work - skip to" ; VALUE TM8344L (default=32) 0 = "Not applicable" 1 = "Regularly" 2 = "Only occasionally or" 3 = "Not able to work - skip to" ; VALUE TM8346L (default=32) 0 = "Not applicable" 1 = "Yes, able to do same kind of" 2 = "No, not able to do same kind of" 3 = "Did not work before limitation" ; VALUE IMP_830C (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_830K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_831C (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_101C (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_831K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_182C (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_832C (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_832K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_832L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_833C (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_833K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_343C (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_834C (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_834K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMP_834L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM8400L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8410" ; VALUE TM8402L (default=32) 0 = "Not applicable" ; VALUE TM8404L (default=32) 0 = "Not applicable" ; VALUE TM8406L (default=32) 0 = "Not applicable" 1 = "Currently attending - skip to" 2 = "Never attended" ; VALUE TM8408L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8444" ; VALUE TM8410L (default=32) 0 = "Not applicable" ; VALUE TM8412L (default=32) 0 = "Not applicable" ; VALUE TM8414L (default=32) 0 = "Not applicable" 1 = "Public" 2 = "Private, church-related" 3 = "Private, not church-related" 4 = "Did not attend high school" ; VALUE TM8416L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8444" ; VALUE TM8418L (default=32) 0 = "Not applicable" ; VALUE TM8420L (default=32) 0 = "Not applicable" ; VALUE TM8422L (default=32) 0 = "Not applicable" 1 = "Ph.D. or equivalent" 2 = "Professional degree such as" 3 = "Master's degree" 4 = "Bachelor's degree" 5 = "Associate degree" 6 = "Vocational certificate or" 7 = "Has not earned a degree - skip" ; VALUE TM8424L (default=32) 0 = "Not applicable" ; VALUE TM8426L (default=32) 0 = "Not applicable" ; VALUE TM8428L (default=32) 0 = "Not applicable" 1 = "Agriculture or forestry" 2 = "Biology" 3 = "Business or management" 4 = "Economics" 5 = "Education" 6 = "Engineering (including" 7 = "English or journalism" 8 = "Home economics" 9 = "Law" 10 = "Liberal arts or humanities" 11 = "Mathematics or statistics" 12 = "Medicine or dentistry" 13 = "Nursing, pharmacy, or health" 14 = "Physical or earth sciences" 15 = "Police science or law" 16 = "Psychology" 17 = "Religion or theology" 18 = "Social sciences (history," 19 = "Vocational or technical studies" 20 = "Other" ; VALUE TM8430L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8444" ; VALUE TM8432L (default=32) 0 = "Not applicable" ; VALUE TM8434L (default=32) 0 = "Not applicable" ; VALUE TM8436L (default=32) 0 = "Not applicable" ; VALUE TM8438L (default=32) 0 = "Not applicable" ; VALUE TM8440L (default=32) 0 = "Not applicable" ; VALUE TM8442L (default=32) 0 = "Not applicable" 1 = "Is still a student" ; VALUE TM8444L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8550" 2 = "No" ; VALUE TM8446L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8550" ; VALUE TM8448L (default=32) 0 = "Not applicable" 1 = "Job Training Partnership" ; VALUE TM8450L (default=32) 0 = "Not applicable" 1 = "Comprehensive Employment" ; VALUE TM8452L (default=32) 0 = "Not applicable" 1 = "Work Incentive Program (WIN)" ; VALUE TM8454L (default=32) 0 = "Not applicable" 1 = "Trade Adjustment Assistance" ; VALUE TM8456L (default=32) 0 = "Not applicable" 1 = "Veterans' Training Programs" ; VALUE TM8458L (default=32) 0 = "Not applicable" 1 = "Other - skip to TM8472" ; VALUE TM8460L (default=32) 0 = "Not applicable" 1 = "Classroom training - job" ; VALUE TM8462L (default=32) 0 = "Not applicable" 1 = "Classroom training - basic" ; VALUE TM8464L (default=32) 0 = "Not applicable" 1 = "On-the-job training - skip to" ; VALUE TM8466L (default=32) 0 = "Not applicable" 1 = "Job search assistance - skip" ; VALUE TM8468L (default=32) 0 = "Not applicable" 1 = "Work experience - skip to" ; VALUE TM8470L (default=32) 0 = "Not applicable" 1 = "Other - skip to TM8496" ; VALUE TM8472L (default=32) 0 = "Not applicable" 1 = "Apprenticeship program" ; VALUE TM8474L (default=32) 0 = "Not applicable" 1 = "Business, commercial, or" ; VALUE TM8476L (default=32) 0 = "Not applicable" 1 = "Junior or community college" ; VALUE TM8478L (default=32) 0 = "Not applicable" 1 = "Program completed at a 4 year" ; VALUE TM8480L (default=32) 0 = "Not applicable" 1 = "High school vocational program" ; VALUE TM8482L (default=32) 0 = "Not applicable" 1 = "Training program at work" ; VALUE TM8484L (default=32) 0 = "Not applicable" 1 = "Military (exclude basic" ; VALUE TM8486L (default=32) 0 = "Not applicable" 1 = "Correspondence course" ; VALUE TM8488L (default=32) 0 = "Not applicable" 1 = "Training or experience" ; VALUE TM8490L (default=32) 0 = "Not applicable" 1 = "Sheltered workshop" ; VALUE TM8492L (default=32) 0 = "Not applicable" 1 = "Vocational rehabilitation" ; VALUE TM8494L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE TM8496L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8498L (default=32) -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8500L (default=32) -1 = "Don't know" 0 = "Not applicable" ; VALUE TM8502L (default=32) 0 = "Not applicable" ; VALUE TM8504L (default=32) -4 = "Less than 1 week" -3 = "Currently attending" 0 = "Not applicable" ; VALUE TM8506L (default=32) 0 = "Not applicable" 1 = "Self or family" ; VALUE TM8508L (default=32) 0 = "Not applicable" 1 = "Employer" ; VALUE TM8510L (default=32) 0 = "Not applicable" 1 = "Federal, State, or local" ; VALUE TM8512L (default=32) 0 = "Not applicable" 1 = "Someone else" ; VALUE TM_IFD0L (default=32) 0 = "Not imputed" 1 = "Imputed" 2 = "Computed" ; VALUE TM_IFD1L (default=32) 0 = "Not imputed" 1 = "Imputed" 2 = "Computed" ; VALUE TM_IFD2L (default=32) 0 = "Not imputed" 1 = "Imputed" 2 = "Computed" ; VALUE TM_IFD3L (default=32) 0 = "Not imputed" 1 = "Imputed" 2 = "Computed" ; VALUE TM_IFD4L (default=32) 0 = "Not imputed" 1 = "Imputed" 2 = "Computed" ; VALUE TM_IFD5L (default=32) 0 = "Not imputed" 1 = "Imputed" 2 = "Computed" ; VALUE TM_IFD6L (default=32) 0 = "Not imputed" 1 = "Imputed" 2 = "Computed" ; VALUE TM_IFD7L (default=32) 0 = "Not imputed" 1 = "Imputed" 2 = "Computed" ; VALUE TM_IFD8L (default=32) 0 = "Not imputed" 1 = "Imputed" 2 = "Computed" ; VALUE TM_IFD9L (default=32) 0 = "Not imputed" 1 = "Imputed" 2 = "Computed" ; VALUE TM_IFD1C (default=32) 0 = "Not imputed" 1 = "Imputed" 2 = "Computed" ; VALUE TM_IFD1K (default=32) 0 = "Not imputed" 1 = "Imputed" 2 = "Computed" ; VALUE TM_IFD1M (default=32) 0 = "Not imputed" 1 = "Imputed" 2 = "Computed" ; VALUE TM_IFD1N (default=32) 0 = "Not imputed" 1 = "Imputed" 2 = "Computed" ; VALUE TM_IFD1O (default=32) 0 = "Not imputed" 1 = "Imputed" 2 = "Computed" ; VALUE TM_IFD1P (default=32) 0 = "Not imputed" 1 = "Imputed" 2 = "Computed" ; VALUE TM8600L (default=32) 0 = "Not in universe" 1 = "Married, spouse present" 2 = "Married, spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never married - skip to" ; VALUE TM8602L (default=32) 0 = "Not in universe" 1 = "1 - skip to TM8638" 2 = "2" 3 = "3" 4 = "4+" ; VALUE TM8604L (default=32) 0 = "Not in universe" ; VALUE TM8606L (default=32) 0 = "Not in universe" ; VALUE TM8608L (default=32) 0 = "Not in universe" 1 = "Widowhood" 2 = "Divorce" ; VALUE TM8610L (default=32) 0 = "Not in universe" ; VALUE TM8612L (default=32) 0 = "Not in universe" ; VALUE TM8614L (default=32) 0 = "Not in universe" 1 = "Yes - skip to TM8620" 2 = "No" ; VALUE TM8616L (default=32) 0 = "Not in universe" ; VALUE TM8618L (default=32) 0 = "Not in universe" ; VALUE TM8620L (default=32) 0 = "Not in universe" 1 = "2 - skip to TM8638" 2 = "3+" ; VALUE TM8622L (default=32) 0 = "Not in universe" ; VALUE TM8624L (default=32) 0 = "Not in universe" ; VALUE TM8626L (default=32) 0 = "Not in universe" 1 = "Widowhood" 2 = "Divorce" ; VALUE TM8628L (default=32) 0 = "Not in universe" ; VALUE TM8630L (default=32) 0 = "Not in universe" ; VALUE TM8632L (default=32) 0 = "Not in universe" 1 = "Yes - skip to TM8638" 2 = "No" ; VALUE TM8634L (default=32) 0 = "Not in universe" ; VALUE TM8636L (default=32) 0 = "Not in universe" ; VALUE TM8638L (default=32) 0 = "Not in universe" 1 = "Yes - skip to TM8700" 2 = "No" 3 = "No, no spouse in household" ; VALUE TM8640L (default=32) 0 = "Not in universe" ; VALUE TM8642L (default=32) 0 = "Not in universe" ; VALUE TM8644L (default=32) 0 = "Not in universe" 1 = "Married, spouse present - skip" 2 = "Married, spouse absent - skip" 3 = "Widowed" 4 = "Divorced" 5 = "Separated - skip to TM8652" ; VALUE TM8646L (default=32) 0 = "Not in universe" ; VALUE TM8648L (default=32) 0 = "Not in universe" ; VALUE TM8650L (default=32) 0 = "Not in universe" 1 = "Yes - skip to TM8700" 2 = "No" ; VALUE TM8652L (default=32) 0 = "Not in universe" ; VALUE TM8654L (default=32) 0 = "Not in universe" ; VALUE FAFM (default=32) 0 = "Not in universe" 1 = "Everything is acceptable" 2 = "Month was not acceptable" 3 = "Year and/or month was not" ; VALUE FAFT (default=32) 0 = "Not in universe" 1 = "Everything is acceptable" 2 = "Month was not acceptable" 3 = "Year and/or month was not" ; VALUE FAFS (default=32) 0 = "Not in universe" 1 = "Everything is acceptable" 2 = "Month was not acceptable" 3 = "Year and/or month was not" ; VALUE FASM (default=32) 0 = "Not in universe" 1 = "Everything is acceptable" 2 = "Month was not acceptable" 3 = "Year and/or month was not" ; VALUE FAST (default=32) 0 = "Not in universe" 1 = "Everything is acceptable" 2 = "Month was not acceptable" 3 = "Year and/or month was not" ; VALUE FASS (default=32) 0 = "Not in universe" 1 = "Everything is acceptable" 2 = "Month was not acceptable" 3 = "Year and/or month was not" ; VALUE FALM (default=32) 0 = "Not in universe" 1 = "Everything is acceptable" 2 = "Month was not acceptable" 3 = "Year and/or month was not" ; VALUE FALT (default=32) 0 = "Not in universe" 1 = "Everything is acceptable" 2 = "Month was not acceptable" 3 = "Year and/or month was not" ; VALUE FALS (default=32) 0 = "Not in universe" 1 = "Everything is acceptable" 2 = "Month was not acceptable" 3 = "Year and/or month was not" ; VALUE FTIM (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE FFME (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE FSME (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM8700L (default=32) 0 = "Not in universe" ; VALUE TM8702L (default=32) -4 = "Always lived here/born" 0 = "Not in universe" ; VALUE TM8704L (default=32) 0 = "Not in universe" 1 = "Same state, same county" 2 = "Same state, different county" ; VALUE TM8706L (default=32) 0 = "Not in universe" 1 = "Alabama" 2 = "Alaska" 3 = "Arizona" 4 = "Arkansas" 5 = "California" 6 = "Colorado" 7 = "Connecticut" 8 = "Delaware" 9 = "District of Columbia" 10 = "Florida" 11 = "Georgia" 12 = "Hawaii" 13 = "Idaho" 14 = "Illinois" 15 = "Indiana" 16 = "Iowa" 17 = "Kansas" 18 = "Kentucky" 19 = "Louisiana" 20 = "Maine" 21 = "Maryland" 22 = "Massachusetts" 23 = "Michigan" 24 = "Minnesota" 25 = "Mississippi" 26 = "Missouri" 27 = "Montana" 28 = "Nebraska" 29 = "Nevada" 30 = "New Hampshire" 31 = "New Jersey" 32 = "New Mexico" 33 = "New York" 34 = "North Carolina" 35 = "North Dakota" 36 = "Ohio" 37 = "Oklahoma" 38 = "Oregon" 39 = "Pennsylvania" 40 = "Rhode Island" 41 = "South Carolina" 42 = "South Dakota" 43 = "Tennessee" 44 = "Texas" 45 = "Utah" 46 = "Vermont" 47 = "Virginia" 48 = "Washington" 49 = "West Virginia" 50 = "Wisconsin" 51 = "Wyoming" 60 = "Puerto Rico" 61 = "Outlying area of U.S." 62 = "Austria" 63 = "Canada" 64 = "China" 65 = "Cuba" 66 = "Czechoslovakia" 67 = "Dominican Republic" 68 = "Germany" 69 = "Greece" 70 = "Hungary" 71 = "India" 72 = "Ireland" 73 = "Italy" 74 = "Jamaica" 75 = "Japan" 76 = "Korea" 77 = "Mexico" 78 = "Norway" 79 = "Philippines" 80 = "Poland" 81 = "Portugal" 82 = "Sweden" 83 = "United Kingdom" 84 = "U. S. S. R." 85 = "Vietnam" 86 = "Other Europe" 87 = "Other Asia" 88 = "Central America" 89 = "South America" 90 = "Middle East" 91 = "Africa" 99 = "Other (specify)" ; VALUE TM8708L (default=32) 0 = "Not in universe" 1 = "Alabama" 2 = "Alaska" 3 = "Arizona" 4 = "Arkansas" 5 = "California" 6 = "Colorado" 7 = "Connecticut" 8 = "Delaware" 9 = "District of Columbia" 10 = "Florida" 11 = "Georgia" 12 = "Hawaii" 13 = "Idaho" 14 = "Illinois" 15 = "Indiana" 16 = "Iowa" 17 = "Kansas" 18 = "Kentucky" 19 = "Louisiana" 20 = "Maine" 21 = "Maryland" 22 = "Massachusetts" 23 = "Michigan" 24 = "Minnesota" 25 = "Mississippi" 26 = "Missouri" 27 = "Montana" 28 = "Nebraska" 29 = "Nevada" 30 = "New Hampshire" 31 = "New Jersey" 32 = "New Mexico" 33 = "New York" 34 = "North Carolina" 35 = "North Dakota" 36 = "Ohio" 37 = "Oklahoma" 38 = "Oregon" 39 = "Pennsylvania" 40 = "Rhode Island" 41 = "South Carolina" 42 = "South Dakota" 43 = "Tennessee" 44 = "Texas" 45 = "Utah" 46 = "Vermont" 47 = "Virginia" 48 = "Washington" 49 = "West Virginia" 50 = "Wisconsin" 51 = "Wyoming" 60 = "Puerto Rico" 61 = "Outlying area of U. S." 62 = "Austria" 63 = "Canada" 64 = "China" 65 = "Cuba" 66 = "Czechoslovakia" 67 = "Dominican Republic" 68 = "Germany" 69 = "Greece" 70 = "Hungary" 71 = "India" 72 = "Ireland" 73 = "Italy" 74 = "Jamaica" 75 = "Japan" 76 = "Korea" 77 = "Mexico" 78 = "Norway" 79 = "Philippines" 80 = "Poland" 81 = "Portugal" 82 = "Sweden" 83 = "United Kingdom" 84 = "U. S. S. R." 85 = "Vietnam" 86 = "Other Europe" 87 = "Other Asia" 88 = "Central America" 89 = "South America" 90 = "Middle East" 91 = "Africa" 99 = "Other(specify)" ; VALUE TM8709L (default=32) -4 = "Lived there since birth" 0 = "Not in universe" ; VALUE TM8710L (default=32) 0 = "Not in universe" ; VALUE TM8712L (default=32) 0 = "Not in universe" ; VALUE TM8714L (default=32) 0 = "Not in universe" ; VALUE TM8716L (default=32) 0 = "Not in universe" ; VALUE TM8718L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to TM8730" ; VALUE TM8720L (default=32) 0 = "Not in universe" 1 = "Alabama" 2 = "Alaska" 3 = "Arizona" 4 = "Arkansas" 5 = "California" 6 = "Colorado" 7 = "Connecticut" 8 = "Delaware" 9 = "District of Columbia" 10 = "Florida" 11 = "Georgia" 12 = "Hawaii" 13 = "Idaho" 14 = "Illinois" 15 = "Indiana" 16 = "Iowa" 17 = "Kansas" 18 = "Kentucky" 19 = "Louisiana" 20 = "Maine" 21 = "Maryland" 22 = "Massachusetts" 23 = "Michigan" 24 = "Minnesota" 25 = "Mississippi" 26 = "Missouri" 27 = "Montana" 28 = "Nebraska" 29 = "Nevada" 30 = "New Hampshire" 31 = "New Jersey" 32 = "New Nexico" 33 = "New York" 34 = "North Carolina" 35 = "North Dakota" 36 = "Ohio" 37 = "Oklahoma" 38 = "Oregon" 39 = "Pennsylvania" 40 = "Rhode island" 41 = "South Carolina" 42 = "South Dakota" 43 = "Tennessee" 44 = "Texas" 45 = "Utah" 46 = "Vermont" 47 = "Virginia" 48 = "Washington" 49 = "West Virginia" 50 = "Wisconsin" 51 = "Wyoming" 52 = "United States (Unknown State)" 60 = "Puerto Rico" 61 = "Outlying area of U. S." 62 = "Austria" 63 = "Canada" 64 = "China" 65 = "Cuba" 66 = "Czechoslovakia" 67 = "Dominican Republic" 68 = "Germany" 69 = "Greece" 70 = "Hungary" 71 = "India" 72 = "Ireland" 73 = "Italy" 74 = "Jamaica" 75 = "Japan" 76 = "Korea" 77 = "Mexico" 78 = "Norway" 79 = "Philippines" 80 = "Poland" 81 = "Portugal" 82 = "Sweden" 83 = "United Kingdom" 84 = "U. S. S. R." 85 = "Vietnam" 86 = "Other Europe" 87 = "Other Asia" 88 = "Central America" 89 = "South America" 90 = "Middle East" 91 = "Africa" 92 = "Overseas (country unknown)" 99 = "Other(specify)" ; VALUE TM8722L (default=32) 0 = "Not in universe" ; VALUE TM8724L (default=32) 0 = "Not in universe" ; VALUE TM8726L (default=32) 0 = "Not in universe" ; VALUE TM8728L (default=32) 0 = "Not in universe" ; VALUE TM8730L (default=32) 0 = "Not in universe" 1 = "Alabama" 2 = "Alaska" 3 = "Arizona" 4 = "Arkansas" 5 = "California" 6 = "Colorado" 7 = "Connecticut" 8 = "Delaware" 9 = "District of Columbia" 10 = "Florida" 11 = "Georgia" 12 = "Hawaii" 13 = "Idaho" 14 = "Illinois" 15 = "Indiana" 16 = "Iowa" 17 = "Kansas" 18 = "Kentucky" 19 = "Louisiana" 20 = "Maine" 21 = "Maryland" 22 = "Massachusetts" 23 = "Michigan" 24 = "Minnesota" 25 = "Mississippi" 26 = "Missouri" 27 = "Montana" 28 = "Nebraska" 29 = "Nevada" 30 = "New Hampshire" 31 = "New Jersey" 32 = "New Mexico" 33 = "New York" 34 = "North Carolina" 35 = "North Dakota" 36 = "Ohio" 37 = "Oklahoma" 38 = "Oregon" 39 = "Pennsylvania" 40 = "Rhode Island" 41 = "South Carolina" 42 = "South Dakota" 43 = "Tennessee" 44 = "Texas" 45 = "Utah" 46 = "Vermont" 47 = "Virginia" 48 = "Washington" 49 = "West Virginia" 50 = "Wisconsin" 51 = "Wyoming" 52 = "United States (Unknown State)" 60 = "Puerto Rico" 61 = "Outlying area of U. S." 62 = "Austria" 63 = "Canada" 64 = "China" 65 = "Cuba" 66 = "Czechoslovakia" 67 = "Dominican Republic" 68 = "Germany" 69 = "Greece" 70 = "Hungary" 71 = "India" 72 = "Ireland" 73 = "Italy" 74 = "Jamaica" 75 = "Japan" 76 = "Korea" 77 = "Mexico" 78 = "Norway" 79 = "Philippines" 80 = "Poland" 81 = "Portugal" 82 = "Sweden" 83 = "United Kingdom" 84 = "U. S. S. R." 85 = "Vietnam" 86 = "Other Europe" 87 = "Other Asia" 88 = "Central America" 89 = "South America" 90 = "Middle East" 91 = "Africa" 92 = "Overseas (country unknown)" 99 = "Other(specify)" ; VALUE TM8732L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to TM8750" ; VALUE TM8734L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "No, born abroad of American" ; VALUE TM8736L (default=32) 0 = "Not applicable" 1 = "Before 1959" 2 = "1960 - 1964" 3 = "1965 - 1969" 4 = "1970 - 1974" 5 = "1975 - 1979" 6 = "1980 - 1981" 7 = "1982 - 1984" 8 = "1985 - 1991" ; VALUE TM_MIG1L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE CT8700L (default=32) 0 = "Not computed" 1 = "Computed" ; VALUE TM_MIG2L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_MIG3L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_MIG4L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_MIG5L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE CT8710L (default=32) 0 = "Not computed" 1 = "Computed" ; VALUE CT8714L (default=32) 0 = "Not computed" 1 = "Computed" ; VALUE TM_MIG8L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_MIG9L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE CT8722L (default=32) 0 = "Not computed" 1 = "Computed" ; VALUE TM_MIG1E (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE CT8726L (default=32) 0 = "Not computed" 1 = "Computed" ; VALUE TM_MIG1K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_MIG1M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_MIG1N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_MIG1O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM8750L (default=32) 0 = "Not in universe" 1 = "Female- skip to TM8754" 2 = "Male, 18+ years old" 3 = "Male, 15 - 17 years old -" ; VALUE TM8752L (default=32) -1 = "Don't know - skip to the end" -3 = "None - skip to the end" 0 = "Not in universe" 99 = "Don't know for men only" ; VALUE TM8754L (default=32) -3 = "None - skip to the end" 0 = "Not in universe" ; VALUE TM8756L (default=32) 0 = "Not in universe" 1 = "Yes - skip to the end" 2 = "No" ; VALUE TM8758L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to TM8778" ; VALUE TM8760L (default=32) 0 = "Not in universe" ; VALUE TM8762L (default=32) 0 = "Not in universe" ; VALUE TM8764L (default=32) 999 = "Edited person number" ; VALUE TM8766L (default=32) 0 = "Not in universe" ; VALUE TM8768L (default=32) 0 = "Not in universe" ; VALUE TM8770L (default=32) 999 = "Edited person number" ; VALUE TM8778L (default=32) 0 = "Not in universe" 1 = "One child - skip to TM9266" 2 = "2+ children" ; VALUE TM8780L (default=32) 0 = "Not in universe" ; VALUE TM8782L (default=32) 0 = "Not in universe" ; VALUE TM8784L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to TM8792" ; VALUE TM8786L (default=32) 0 = "Not in universe" 1 = "Resides in this household -" 2 = "In his/her own household" 3 = "With own father - skip to" 4 = "With own grandparent(s) - skip" 5 = "With adoptive parents - skip" 6 = "Other relatives - skip" 7 = "In foster care/foster family" 8 = "In an institution (hospital)" 9 = "In school - skip to TM8792" 10 = "In correctional facility -" 11 = "Other - skip to TM8792" 12 = "Deceased- skip to TM8792" 13 = "Don't know" ; VALUE TM8788L (default=32) 999 = "Edited person number" ; VALUE TM8792L (default=32) 0 = "Not in universe" ; VALUE TM8794L (default=32) 0 = "Not in universe" ; VALUE TM8796L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to TM9266" ; VALUE TM8798L (default=32) 0 = "Not in universe" 1 = "Resides in this household -" 2 = "In his/her own household -" 3 = "With own father - skip to TM9266" 4 = "With own grandparent(s) - skip" 5 = "With adoptive parents - skip" 6 = "Other relatives - skip to TM9266" 7 = "In foster care/foster family" 8 = "In an institution (hospital)" 9 = "In school - skip to TM9266" 10 = "In correctional facility -" 11 = "Other - skip to TM9266" 12 = "Deceased - skip to TM9266" 13 = "Don't know" ; VALUE TM8800L (default=32) 999 = "Edited person number" ; VALUE TM_FER1L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_FER2L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_FER2A (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_FER3L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_FER4L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_FER5L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_FER6L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_FER7L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE TM_FER9L (default=32) 0 = "Not imputed" 1 = "Imputed" ; filename raw pipe "unzip -p /homes/data/sipp/1991/sipp91t2.zip "; data library.sip91t2; missing A; infile raw lrecl = 20000 missover ; * To read in uncompressed file, uncomment INFILE & comment filename & infile lines; * On a PC, you may need to change the direction of the slashes as in C:\; *INFILE '/homes/data/sipp/1991/sipp91t2.dat' LRECL=20000 PAD END=EOF; *LENGTH SUSEQNUM $5 ID $9 ADDID $2 ENTRY $2 FINALWGT 8 TMHHRSEQ 4 TM8008 4 TM8014 4 TM8020 4 TM8026 4 TM8032 4 TM8038 4 TM8044 4 TM8050 4 TM8064 4 TM8086 4 TM8106 4 TM8120 4 TM8134 4 TM8220 4 TM8242 4 TM8250 4 TM8270 4 TM8274 4 TM8290 4 TM8292 4 TM8312 4 TM8320 4 TM8336 4 TM8404 4 TM8412 4 TM8420 4 TM8426 4 TM8434 4 TM8440 4 TM8500 4 TM8606 4 TM8612 4 TM8618 4 TM8624 4 TM8630 4 TM8636 4 TM8642 4 TM8648 4 TM8654 4 TM8702 4 TM8712 4 TM8716 4 TM8724 4 TM8728 4 TM8762 4 TM8768 4 TM8782 4 TM8794 4 DEFAULT=3; /*------------------------------------------------ The following variable names have been changed, if necessary: '$' to 'd', '-' to '_', '%' to 'p' . ----------------------------------------------- */ INPUT @1 SUSEQNUM $5. @6 ID $9. @15 ROTATION 1. @16 STATE 2. @18 PINX 2. @20 ADDID $2. @22 ITEM36B 2. @24 INTVW 1. @25 ENTRY $2. @27 PNUM $3. @30 FINALWGT 12.4 @42 RRP 1. @43 AGE 3. @46 SEX 1. @47 Race 1. @48 MS 1. @49 PNSP 3. @52 PNPT 3. @55 HIGRADE 2. @57 GRD_CMPL 1. @58 ETHNICTY 2. @60 WAVE 1. @61 TMHHRSEQ 5. @66 TM9266 1. @67 TM9272 3. @70 TM9274 3. @73 TM9276 3. @76 TM9278 3. @79 TM9280 3. @82 TM9282 3. @85 TM9284 3. @88 TM9286 3. @91 TM9288 3. @94 TM9290 3. @97 TM9292 3. @100 TM9294 3. @103 TM9296 3. @106 TM9298 3. @109 TM9300 3. @112 TM9330 3. @115 TM9332 2. @117 TM9360 3. @120 TM9362 2. @122 TM9364 2. @124 TM9390 3. @127 TM9392 2. @129 TM9394 2. @131 TM9396 2. @133 TM9420 3. @136 TM9422 2. @138 TM9424 2. @140 TM9426 2. @142 TM9428 2. @144 TM9450 3. @147 TM9452 2. @149 TM9454 2. @151 TM9456 2. @153 TM9458 2. @155 TM9460 2. @157 TM9480 3. @160 TM9482 2. @162 TM9484 2. @164 TM9486 2. @166 TM9488 2. @168 TM9490 2. @170 TM9492 2. @172 TM9510 3. @175 TM9512 2. @177 TM9514 2. @179 TM9516 2. @181 TM9518 2. @183 TM9520 2. @185 TM9522 2. @187 TM9524 2. @189 TM9540 3. @192 TM9542 2. @194 TM9544 2. @196 TM9546 2. @198 TM9548 2. @200 TM9550 2. @202 TM9552 2. @204 TM9554 2. @206 TM9556 2. @208 TM9570 3. @211 TM9572 2. @213 TM9574 2. @215 TM9576 2. @217 TM9578 2. @219 TM9580 2. @221 TM9582 2. @223 TM9584 2. @225 TM9586 2. @227 TM9588 2. @229 TM9600 3. @232 TM9602 2. @234 TM9604 2. @236 TM9606 2. @238 TM9608 2. @240 TM9610 2. @242 TM9612 2. @244 TM9614 2. @246 TM9616 2. @248 TM9618 2. @250 TM9620 2. @252 TM9630 3. @255 TM9632 2. @257 TM9634 2. @259 TM9636 2. @261 TM9638 2. @263 TM9640 2. @265 TM9642 2. @267 TM9644 2. @269 TM9646 2. @271 TM9648 2. @273 TM9650 2. @275 TM9652 2. @277 TM9660 3. @280 TM9662 2. @282 TM9664 2. @284 TM9666 2. @286 TM9668 2. @288 TM9670 2. @290 TM9672 2. @292 TM9674 2. @294 TM9676 2. @296 TM9678 2. @298 TM9680 2. @300 TM9682 2. @302 TM9684 2. @304 TM9690 3. @307 TM9692 2. @309 TM9694 2. @311 TM9696 2. @313 TM9698 2. @315 TM9700 2. @317 TM9702 2. @319 TM9704 2. @321 TM9706 2. @323 TM9708 2. @325 TM9710 2. @327 TM9712 2. @329 TM9714 2. @331 TM9716 2. @333 U_TM9266 1. @334 U_TM9272 3. @337 U_TM9274 3. @340 U_TM9276 3. @343 U_TM9278 3. @346 U_TM9280 3. @349 U_TM9282 3. @352 U_TM9284 3. @355 U_TM9286 3. @358 U_TM9288 3. @361 U_TM9290 3. @364 U_TM9292 3. @367 U_TM9294 3. @370 U_TM9296 3. @373 U_TM9298 3. @376 U_TM9300 3. @379 U_TM9330 3. @382 U_TM9332 2. @384 U_TM9360 3. @387 U_TM9362 2. @389 U_TM9364 2. @391 U_TM9390 3. @394 U_TM9392 2. @396 U_TM9394 2. @398 U_TM9396 2. @400 U_TM9420 3. @403 U_TM9422 2. @405 U_TM9424 2. @407 U_TM9426 2. @409 U_TM9428 2. @411 U_TM9450 3. @414 U_TM9452 2. @416 U_TM9454 2. @418 U_TM9456 2. @420 U_TM9458 2. @422 U_TM9460 2. @424 U_TM9480 3. @427 U_TM9482 2. @429 U_TM9484 2. @431 U_TM9486 2. @433 U_TM9488 2. @435 U_TM9490 2. @437 U_TM9492 2. @439 U_TM9510 3. @442 U_TM9512 2. @444 U_TM9514 2. @446 U_TM9516 2. @448 U_TM9518 2. @450 U_TM9520 2. @452 U_TM9522 2. @454 U_TM9524 2. @456 U_TM9540 3. @459 U_TM9542 2. @461 U_TM9544 2. @463 U_TM9546 2. @465 U_TM9548 2. @467 U_TM9550 2. @469 U_TM9552 2. @471 U_TM9554 2. @473 U_TM9556 2. @475 U_TM9570 3. @478 U_TM9572 2. @480 U_TM9574 2. @482 U_TM9576 2. @484 U_TM9578 2. @486 U_TM9580 2. @488 U_TM9582 2. @490 U_TM9584 2. @492 U_TM9586 2. @494 U_TM9588 2. @496 U_TM9600 3. @499 U_TM9602 2. @501 U_TM9604 2. @503 U_TM9606 2. @505 U_TM9608 2. @507 U_TM9610 2. @509 U_TM9612 2. @511 U_TM9614 2. @513 U_TM9616 2. @515 U_TM9618 2. @517 U_TM9620 2. @519 U_TM9630 3. @522 U_TM9632 2. @524 U_TM9634 2. @526 U_TM9636 2. @528 U_TM9638 2. @530 U_TM9640 2. @532 U_TM9642 2. @534 U_TM9644 2. @536 U_TM9646 2. @538 U_TM9648 2. @540 U_TM9650 2. @542 U_TM9652 2. @544 U_TM9660 3. @547 U_TM9662 2. @549 U_TM9664 2. @551 U_TM9666 2. @553 U_TM9668 2. @555 U_TM9670 2. @557 U_TM9672 2. @559 U_TM9674 2. @561 U_TM9676 2. @563 U_TM9678 2. @565 U_TM9680 2. @567 U_TM9682 2. @569 U_TM9684 2. @571 U_TM9690 3. @574 U_TM9692 2. @576 U_TM9694 2. @578 U_TM9696 2. @580 U_TM9698 2. @582 U_TM9700 2. @584 U_TM9702 2. @586 U_TM9704 2. @588 U_TM9706 2. @590 U_TM9708 2. @592 U_TM9710 2. @594 U_TM9712 2. @596 U_TM9714 2. @598 U_TM9716 2. @600 ALTM9332 1. @601 ALTM9362 1. @602 ALTM9392 1. @603 ALTM9422 1. @604 ALTM9452 1. @605 ALTM9482 1. @606 ALTM9512 1. @607 ALTM9542 1. @608 ALTM9572 1. @609 ALTM9602 1. @610 ALTM9632 1. @611 ALTM9662 1. @612 ALTM9692 1. @613 ALTM9364 1. @614 ALTM9394 1. @615 ALTM9424 1. @616 ALTM9454 1. @617 ALTM9484 1. @618 ALTM9514 1. @619 ALTM9544 1. @620 ALTM9574 1. @621 ALTM9604 1. @622 ALTM9634 1. @623 ALTM9664 1. @624 ALTM9694 1. @625 ALTM9396 1. @626 ALTM9426 1. @627 ALTM9456 1. @628 ALTM9486 1. @629 ALTM9516 1. @630 ALTM9546 1. @631 ALTM9576 1. @632 ALTM9606 1. @633 ALTM9636 1. @634 ALTM9666 1. @635 ALTM9696 1. @636 ALTM9428 1. @637 ALTM9458 1. @638 ALTM9488 1. @639 ALTM9518 1. @640 ALTM9548 1. @641 ALTM9578 1. @642 ALTM9608 1. @643 ALTM9638 1. @644 ALTM9668 1. @645 ALTM9698 1. @646 ALTM9460 1. @647 ALTM9490 1. @648 ALTM9520 1. @649 ALTM9550 1. @650 ALTM9580 1. @651 ALTM9610 1. @652 ALTM9640 1. @653 ALTM9670 1. @654 ALTM9700 1. @655 ALTM9492 1. @656 ALTM9522 1. @657 ALTM9552 1. @658 ALTM9582 1. @659 ALTM9612 1. @660 ALTM9642 1. @661 ALTM9672 1. @662 ALTM9702 1. @663 ALTM9524 1. @664 ALTM9554 1. @665 ALTM9584 1. @666 ALTM9614 1. @667 ALTM9644 1. @668 ALTM9674 1. @669 ALTM9704 1. @670 ALTM9556 1. @671 ALTM9586 1. @672 ALTM9616 1. @673 ALTM9646 1. @674 ALTM9676 1. @675 ALTM9706 1. @676 ALTM9588 1. @677 ALTM9618 1. @678 ALTM9648 1. @679 ALTM9678 1. @680 ALTM9708 1. @681 ALTM9620 1. @682 ALTM9650 1. @683 ALTM9680 1. @684 ALTM9710 1. @685 ALTM9652 1. @686 ALTM9682 1. @687 ALTM9712 1. @688 ALTM9684 1. @689 ALTM9714 1. @690 ALTM9716 1. @691 TM8000 1. @692 TM8002 1. @693 TM8004 3. @696 TM8006 2. @698 TM8008 4. @702 TM8010 3. @705 TM8012 2. @707 TM8014 4. @711 TM8016 3. @714 TM8018 2. @716 TM8020 4. @720 TM8022 3. @723 TM8024 2. @725 TM8026 4. @729 TM8028 3. @732 TM8030 2. @734 TM8032 4. @738 TM8034 3. @741 TM8036 2. @743 TM8038 4. @747 TM8040 3. @750 TM8042 2. @752 TM8044 4. @756 TM8046 3. @759 TM8048 2. @761 TM8050 4. @765 TM8052 1. @766 TM8054 1. @767 TM8056 1. @768 TM8058 1. @769 TM8060 1. @770 TM8062 2. @772 TM8064 4. @776 TM8066 2. @778 TM8068 2. @780 TM8072 2. @782 TM8074 1. @783 TM8076 1. @784 TM8078 1. @785 TM8080 1. @786 TM8082 1. @787 TM8084 2. @789 TM8086 4. @793 TM8088 2. @795 TM8090 2. @797 TM8094 2. @799 TM8096 1. @800 TM8098 1. @801 TM8100 1. @802 TM8102 1. @803 TM8104 2. @805 TM8106 4. @809 TM8108 2. @811 TM8110 2. @813 TM8114 1. @814 TM8116 1. @815 TM8118 2. @817 TM8120 4. @821 TM8122 2. @823 TM8124 1. @824 TM8126 2. @826 TM8128 2. @828 TM8130 2. @830 TM8132 2. @832 TM8134 4. @836 TM8136 2. @838 TM8138 1. @839 TM8140 1. @840 TM8142 2. @842 TM8144 2. @844 TM8146 2. @846 TM8148 1. @847 TM8150 1. @848 TM_IFA0 1. @849 TM_IFA1 1. @850 TM_IFA2 1. @851 TM_IFA3 1. @852 TM_IFA4 1. @853 TM_IFA5 1. @854 TM_IFA6 1. @855 TM_IFA7 1. @856 TM_IFA8 1. @857 TM_IFA9 1. @858 TM_IFA10 1. @859 TM_IFA11 1. @860 TM_IFA12 1. @861 TM_IFA13 1. @862 TM_IFA14 1. @863 TM_IFA15 1. @864 TM_IFA16 1. @865 TM_IFA17 1. @866 TM_IFA18 1. @867 TM_IFA19 1. @868 TM_IFA20 1. @869 TM_IFA21 1. @870 TM_IFA22 1. @871 TM_IFA23 1. @872 TM_IFA24 1. @873 TM_IFA25 1. @874 TM_IFA26 1. @875 TM_IFA27 1. @876 TM_IFA28 1. @877 TM_IFA29 1. @878 TM_IFA30 1. @879 TM_IFA31 1. @880 TM_IFA32 1. @881 TM_IFA33 1. @882 TM_IFA34 1. @883 TM_IFA35 1. @884 TM_IFA36 1. @885 TM_IFA37 1. @886 TM_IFA38 1. @887 TM_IFA39 1. @888 TM8200 1. @889 TM8202 1. @890 TM8206 2. @892 TM8208 2. @894 TM8210 1. @895 TM8214 2. @897 TM8216 2. @899 TM8218 2. @901 TM8220 4. @905 TM8222 1. @906 TM8224 1. @907 TM8226 1. @908 TM8228 1. @909 TM8230 1. @910 TM8232 1. @911 TM8234 2. @913 TM8236 2. @915 TM8240 2. @917 TM8242 4. @921 TM8244 2. @923 TM8246 1. @924 TM8248 2. @926 TM8250 4. @930 TM8252 2. @932 TM8254 1. @933 TMIND3 3. @936 TMIND4 3. @939 TM8266 1. @940 TM8268 2. @942 TM8270 4. @946 TM8272 2. @948 TM8274 4. @952 TM8276 2. @954 TM8278 2. @956 TM8280 1. @957 TM8282 2. @959 TM8284 1. @960 TM8286 1. @961 TM8288 2. @963 TM8290 4. @967 TM8292 4. @971 TM8294 1. @972 IMP_8218 1. @973 IMP_8220 1. @974 IMP_8226 1. @975 IMP_8224 1. @976 IMP_8228 1. @977 IMP_8230 1. @978 IMP_8232 1. @979 IMP_8234 1. @980 IMP_8240 1. @981 IMP_8242 1. @982 IMP_8244 1. @983 IMP_8246 1. @984 IMP_8248 1. @985 IMP_8250 1. @986 IMP_8252 1. @987 IMP_8266 1. @988 IMP_8268 1. @989 IMP_8270 1. @990 IMP_8272 1. @991 IMP_8274 1. @992 IMP_8276 1. @993 IMP_8278 1. @994 IMP_8282 1. @995 IMP_8286 1. @996 IMP_8288 1. @997 IMP_8290 1. @998 IMP_829A 1. @999 IMP_8292 1. @1000 IMP_8294 1. @1001 IMP_IND 1. @1002 IMP_OCC 1. @1003 TM8300 1. @1004 TM8302 1. @1005 TM8304 1. @1006 TM8306 1. @1007 TM8308 1. @1008 TM8310 2. @1010 TM8312 4. @1014 TM8314 2. @1016 TM8316 1. @1017 TM8318 2. @1019 TM8320 4. @1023 TM8322 2. @1025 TM8324 2. @1027 TM8326 1. @1028 TM8328 1. @1029 TM8330 1. @1030 TM8332 1. @1031 TM8334 2. @1033 TM8336 4. @1037 TM8338 2. @1039 TM8340 1. @1040 TM8342 1. @1041 TM8344 1. @1042 TM8346 1. @1043 IMP_8306 1. @1044 IMP_8308 1. @1045 IMP_8310 1. @1046 IMP_1014 1. @1047 IMP_8318 1. @1048 IMP_1822 1. @1049 IMP_8324 1. @1050 IMP_8326 1. @1051 IMP_8328 1. @1052 IMP_8332 1. @1053 IMP_8334 1. @1054 IMP_3438 1. @1055 IMP_8342 1. @1056 IMP_8344 1. @1057 IMP_8346 1. @1058 TM8400 1. @1059 TM8402 2. @1061 TM8404 4. @1065 TM8406 1. @1066 TM8408 1. @1067 TM8410 2. @1069 TM8412 4. @1073 TM8414 1. @1074 TM8416 1. @1075 TM8418 2. @1077 TM8420 4. @1081 TM8422 1. @1082 TM8424 2. @1084 TM8426 4. @1088 TM8428 2. @1090 TM8430 1. @1091 TM8432 2. @1093 TM8434 4. @1097 TM8436 2. @1099 TM8438 2. @1101 TM8440 4. @1105 TM8442 1. @1106 TM8444 1. @1107 TM8446 1. @1108 TM8448 1. @1109 TM8450 1. @1110 TM8452 1. @1111 TM8454 1. @1112 TM8456 1. @1113 TM8458 1. @1114 TM8460 1. @1115 TM8462 1. @1116 TM8464 1. @1117 TM8466 1. @1118 TM8468 1. @1119 TM8470 1. @1120 TM8472 1. @1121 TM8474 1. @1122 TM8476 1. @1123 TM8478 1. @1124 TM8480 1. @1125 TM8482 1. @1126 TM8484 1. @1127 TM8486 1. @1128 TM8488 1. @1129 TM8490 1. @1130 TM8492 1. @1131 TM8494 1. @1132 TM8496 1. @1133 TM8498 2. @1135 TM8500 4. @1139 TM8502 3. @1142 TM8504 2. @1144 TM8506 1. @1145 TM8508 1. @1146 TM8510 1. @1147 TM8512 1. @1148 TM_IFD0 1. @1149 TM_IFD1 1. @1150 TM_IFD2 1. @1151 TM_IFD3 1. @1152 TM_IFD4 1. @1153 TM_IFD5 1. @1154 TM_IFD6 1. @1155 TM_IFD7 1. @1156 TM_IFD8 1. @1157 TM_IFD9 1. @1158 TM_IFD10 1. @1159 TM_IFD11 1. @1160 TM_IFD12 1. @1161 TM_IFD13 1. @1162 TM_IFD14 1. @1163 TM_IFD15 1. @1164 TM8600 1. @1165 TM8602 1. @1166 TM8604 2. @1168 TM8606 4. @1172 TM8608 1. @1173 TM8610 2. @1175 TM8612 4. @1179 TM8614 1. @1180 TM8616 2. @1182 TM8618 4. @1186 TM8620 1. @1187 TM8622 2. @1189 TM8624 4. @1193 TM8626 1. @1194 TM8628 2. @1196 TM8630 4. @1200 TM8632 1. @1201 TM8634 2. @1203 TM8636 4. @1207 TM8638 1. @1208 TM8640 2. @1210 TM8642 4. @1214 TM8644 1. @1215 TM8646 2. @1217 TM8648 4. @1221 TM8650 1. @1222 TM8652 2. @1224 TM8654 4. @1228 FAFM 1. @1229 FAFT 1. @1230 FAFS 1. @1231 FASM 1. @1232 FAST 1. @1233 FASS 1. @1234 FALM 1. @1235 FALT 1. @1236 FALS 1. @1237 FTIM 1. @1238 FFME 1. @1239 FSME 1. @1240 TM8700 2. @1242 TM8702 4. @1246 TM8704 1. @1247 TM8706 2. @1249 TM8708 2. @1251 TM8709 2. @1253 TM8710 2. @1255 TM8712 4. @1259 TM8714 2. @1261 TM8716 4. @1265 TM8718 1. @1266 TM8720 2. @1268 TM8722 2. @1270 TM8724 4. @1274 TM8726 2. @1276 TM8728 4. @1280 TM8730 2. @1282 TM8732 1. @1283 TM8734 1. @1284 TM8736 1. @1285 TM_MIG1 1. @1286 CT8700 1. @1287 TM_MIG2 1. @1288 TM_MIG3 1. @1289 TM_MIG4 1. @1290 TM_MIG5 1. @1291 CT8710 1. @1292 CT8714 1. @1293 TM_MIG8 1. @1294 TM_MIG9 1. @1295 CT8722 1. @1296 TM_MIG10 1. @1297 CT8726 1. @1298 TM_MIG11 1. @1299 TM_MIG12 1. @1300 TM_MIG13 1. @1301 TM_MIG14 1. @1302 TM8750 1. @1303 TM8752 2. @1305 TM8754 2. @1307 TM8756 1. @1308 TM8758 1. @1309 TM8760 2. @1311 TM8762 4. @1315 TM8764 3. @1318 TM8766 2. @1320 TM8768 4. @1324 TM8770 3. @1327 TM8778 1. @1328 TM8780 2. @1330 TM8782 4. @1334 TM8784 1. @1335 TM8786 2. @1337 TM8788 3. @1340 TM8792 2. @1342 TM8794 4. @1346 TM8796 1. @1347 TM8798 2. @1349 TM8800 3. @1352 TM_FER1 1. @1353 TM_FER2 1. @1354 TM_FER2A 1. @1355 TM_FER3 1. @1356 TM_FER4 1. @1357 TM_FER5 1. @1358 TM_FER6 1. @1359 TM_FER7 1. @1360 TM_FER9 1. ; LABEL SUSEQNUM = "Sequence number of sample unit" ID = "Sample unit identifier" ROTATION = "Rotation" STATE = "FIPS state code from the MST/GRIN file" PINX = "Person index from core" ADDID = "Address ID - This field differentiates" ITEM36B = "Control card item 36B -" INTVW = "Person's interview status" ENTRY = "Edited entry address ID" PNUM = "Edited person number" FINALWGT = "'STAGE1WT' second stage factor." RRP = "Edited relationship to reference perso" AGE = "Edited and imputed age as of last" SEX = "Sex of this person" Race = "Race of this person" MS = "Marital status" PNSP = "Person number of spouse" PNPT = "Prson number of parent" HIGRADE = "What is the highest grade or year of" GRD_CMPL = "Did he/she complete that grade" ETHNICTY = "Ethnic origin" WAVE = "Wave number within Panel" TMHHRSEQ = "Household sequence" TM9266 = "Check item T51" TM9272 = "Person number for A" TM9274 = "Person number for B" TM9276 = "Person number for C" TM9278 = "Person number for D" TM9280 = "Person number for E" TM9282 = "Person number for F" TM9284 = "Person number for G" TM9286 = "Person number for H" TM9288 = "Person number for I" TM9290 = "Person number for J" TM9292 = "Person number for K" TM9294 = "Person number for L" TM9296 = "Person number for M" TM9298 = "Person number for N" TM9300 = "Person number in roster" TM9330 = "Person number in roster" TM9332 = "Relationship" TM9360 = "Person number in roster" TM9362 = "Relationship in the household" TM9364 = "Relationship in the household" TM9390 = "Person number in roster" TM9392 = "Relationship in the household" TM9394 = "Relationship in the household" TM9396 = "Relationship in the household" TM9420 = "Person number in roster" TM9422 = "Relationship in the household" TM9424 = "Relationship in the household" TM9426 = "Relationship in the household" TM9428 = "Relationship in the household" TM9450 = "Person number in roster" TM9452 = "Relationship in the household" TM9454 = "Relationship in the household" TM9456 = "Relationship in the household" TM9458 = "Relationship in the household" TM9460 = "Relationship in the household" TM9480 = "Person number in roster" TM9482 = "Relationship in the household" TM9484 = "Relationship in the household" TM9486 = "Relationship in the household" TM9488 = "Relationship in the household" TM9490 = "Relationship in the household" TM9492 = "Relationship in the household" TM9510 = "Person number in roster" TM9512 = "Relationship in the household" TM9514 = "Relationship in the household" TM9516 = "Relationship in the household" TM9518 = "Relationship in the household" TM9520 = "Relationship in the household" TM9522 = "Relationship in the household" TM9524 = "Relationship in the household" TM9540 = "Person number in roster" TM9542 = "Relationship in the household" TM9544 = "Relationship in the household" TM9546 = "Relationship in the household" TM9548 = "Relationship in the household" TM9550 = "Relationship in the household" TM9552 = "Relationship in the household" TM9554 = "Relationship in the household" TM9556 = "Relationship in the household" TM9570 = "Person number" TM9572 = "Relationship in the household" TM9574 = "Relationship in the household" TM9576 = "Relationship in the household" TM9578 = "Relationship in the household" TM9580 = "Relationship in the household" TM9582 = "Relationship in the household" TM9584 = "Relationship in the household" TM9586 = "Relationship in the household" TM9588 = "Relationship in the household" TM9600 = "Person number" TM9602 = "Relationship in the household" TM9604 = "Relationship in the household" TM9606 = "Relationship in the household" TM9608 = "Relationship in the household" TM9610 = "Relationship in the household" TM9612 = "Relationship in the household" TM9614 = "Relationship in the household" TM9616 = "Relationship in the household" TM9618 = "Relationship in the household" TM9620 = "Relationship in the household" TM9630 = "Person number" TM9632 = "Relationship in the household" TM9634 = "Relationship in the household" TM9636 = "Relationship in the household" TM9638 = "Relationship in the household" TM9640 = "Relationship in the household" TM9642 = "Relationship in the household" TM9644 = "Relationship in the household" TM9646 = "Relationship in the household" TM9648 = "Relationship in the household" TM9650 = "Relationship in the household" TM9652 = "Relationship in the household" TM9660 = "Person number" TM9662 = "Relationship in the household" TM9664 = "Relationship in the household" TM9666 = "Relationship in the household" TM9668 = "Relationship in the household" TM9670 = "Relationship in the household" TM9672 = "Relationship in the household" TM9674 = "Relationship in the household" TM9676 = "Relationship in the household" TM9678 = "Relationship in the household" TM9680 = "Relationship in the household" TM9682 = "Relationship in the household" TM9684 = "Relationship in the household" TM9690 = "Person number" TM9692 = "Relationship in the household" TM9694 = "Relationship in the household" TM9696 = "Relationship in the household" TM9698 = "Relationship in the household" TM9700 = "Relationship in the household" TM9702 = "Relationship in the household" TM9704 = "Relationship in the household" TM9706 = "Relationship in the household" TM9708 = "Relationship in the household" TM9710 = "Relationship in the household" TM9712 = "Relationship in the household" TM9714 = "Relationship in the household" TM9716 = "Relationship in the household" U_TM9266 = "Check item T51" U_TM9272 = "Person number for A" U_TM9274 = "Person number for B" U_TM9276 = "Person number for C" U_TM9278 = "Person number for D" U_TM9280 = "Person number for E" U_TM9282 = "Person number for F" U_TM9284 = "Person number for G" U_TM9286 = "Person number for H" U_TM9288 = "Person number for I" U_TM9290 = "Person number for J" U_TM9292 = "Person number for K" U_TM9294 = "Person number for L" U_TM9296 = "Person number for M" U_TM9298 = "Person number for N" U_TM9300 = "Person listed in roster" U_TM9330 = "Person number in roster" U_TM9332 = "Relationship" U_TM9360 = "Person number in roster" U_TM9362 = "Relationship in the household" U_TM9364 = "Relationship in the household" U_TM9390 = "Person number in roster" U_TM9392 = "Relationship in the household" U_TM9394 = "Relationship in the household" U_TM9396 = "Relationship in the household" U_TM9420 = "Person number in roster" U_TM9422 = "Relationship in the household" U_TM9424 = "Relationship in the household" U_TM9426 = "Relationship in the household" U_TM9428 = "Relationship in the household" U_TM9450 = "Person number in roster" U_TM9452 = "Relationship in the household" U_TM9454 = "Relationship in the household" U_TM9456 = "Relationship in the household" U_TM9458 = "Relationship in the household" U_TM9460 = "Relationship in the household" U_TM9480 = "Person number in roster" U_TM9482 = "Relationship in the household" U_TM9484 = "Relationship in the household" U_TM9486 = "Relationship in the household" U_TM9488 = "Relationship in the household" U_TM9490 = "Relationship in the household" U_TM9492 = "Relationship in the household" U_TM9510 = "Person number in roster" U_TM9512 = "Relationship in the household" U_TM9514 = "Relationship in the household" U_TM9516 = "Relationship in the household" U_TM9518 = "Relationship in the household" U_TM9520 = "Relationship in the household" U_TM9522 = "Relationship in the household" U_TM9524 = "Relationship in the household" U_TM9540 = "Person number in roster" U_TM9542 = "Relationship in the household" U_TM9544 = "Relationship in the household" U_TM9546 = "Relationship in the household" U_TM9548 = "Relationship in the household" U_TM9550 = "Relationship in the household" U_TM9552 = "Relationship in the household" U_TM9554 = "Relationship in the household" U_TM9556 = "Relationship in the household" U_TM9570 = "Person number in roster" U_TM9572 = "Relationship in the household" U_TM9574 = "Relationship in the household" U_TM9576 = "Relationship in the household" U_TM9578 = "Relationship in the household" U_TM9580 = "Relationship in the household" U_TM9582 = "Relationship in the household" U_TM9584 = "Relationship in the household" U_TM9586 = "Relationship in the household" U_TM9588 = "Relationship in the household" U_TM9600 = "Person number in roster" U_TM9602 = "Relationship in the household" U_TM9604 = "Relationship in the household" U_TM9606 = "Relationship in the household" U_TM9608 = "Relationship in the household" U_TM9610 = "Relationship in the household" U_TM9612 = "Relationship in the household" U_TM9614 = "Relationship in the household" U_TM9616 = "Relationship in the household" U_TM9618 = "Relationship in the household" U_TM9620 = "Relationship in the household" U_TM9630 = "Person number in roster" U_TM9632 = "Relationship in the household" U_TM9634 = "Relationship in the household" U_TM9636 = "Relationship in the household" U_TM9638 = "Relationship in the household" U_TM9640 = "Relationship in the household" U_TM9642 = "Relationship in the household" U_TM9644 = "Relationship in the household" U_TM9646 = "Relationship in the household" U_TM9648 = "Relationship in the household" U_TM9650 = "Relationship in the household" U_TM9652 = "Relationship in the household" U_TM9660 = "Person number in roster" U_TM9662 = "Relationship in the household" U_TM9664 = "Relationship in the household" U_TM9666 = "Relationship in the household" U_TM9668 = "Relationship in the household" U_TM9670 = "Relationship in the household" U_TM9672 = "Relationship in the household" U_TM9674 = "Relationship in the household" U_TM9676 = "Relationship in the household" U_TM9678 = "Relationship in the household" U_TM9680 = "Relationship in the household" U_TM9682 = "Relationship in the household" U_TM9684 = "Relationship in the household" U_TM9690 = "Person number in roster" U_TM9692 = "Relationship in the household" U_TM9694 = "Relationship in the household" U_TM9696 = "Relationship in the household" U_TM9698 = "Relationship in the household" U_TM9700 = "Relationship in the household" U_TM9702 = "Relationship in the household" U_TM9704 = "Relationship in the household" U_TM9706 = "Relationship in the household" U_TM9708 = "Relationship in the household" U_TM9710 = "Relationship in the household" U_TM9712 = "Relationship in the household" U_TM9714 = "Relationship in the household" U_TM9716 = "Relationship in the household" ALTM9332 = "Imputation flag for TM9332." ALTM9362 = "Imputation flag for TM9362" ALTM9392 = "Imputation flag for TM9392." ALTM9422 = "Imputation flag for TM9422." ALTM9452 = "Imputation flag for TM9452" ALTM9482 = "Imputation flag for TM9482." ALTM9512 = "Imputation flag for TM9512." ALTM9542 = "Imputation flag for TM9542." ALTM9572 = "Imputation flag for TM9572." ALTM9602 = "Imputation flag for TM9602." ALTM9632 = "Imputation flag for TM9632." ALTM9662 = "Imputation flag for TM9662." ALTM9692 = "Imputation flag for TM9692." ALTM9364 = "Imputation flag for TM9364." ALTM9394 = "Imputation flag for TM9394." ALTM9424 = "Imputation flag for TM9424." ALTM9454 = "Imputation flag for TM9454." ALTM9484 = "Imputation flag for TM9484." ALTM9514 = "Imputation flag for TM9514." ALTM9544 = "Imputation flag for TM9544." ALTM9574 = "Imputation flag for TM9574." ALTM9604 = "Imputation flag for TM9604." ALTM9634 = "Imputation flag for TM9634." ALTM9664 = "Imputation flag for TM9664." ALTM9694 = "Imputation flag for TM9694." ALTM9396 = "Imputation flag for TM9396." ALTM9426 = "Imputation flag for TM9426" ALTM9456 = "Imputation flag for TM9456." ALTM9486 = "Imputation flag for TM9486." ALTM9516 = "Imputation flag for TM9516." ALTM9546 = "Imputation flag for TM9546." ALTM9576 = "Imputation flag for TM9576." ALTM9606 = "Imputation flag for TM9606." ALTM9636 = "Imputation flag for TM9636." ALTM9666 = "Imputation flag for TM9666." ALTM9696 = "Imputation flag for TM9696." ALTM9428 = "Imputation flag for TM9428." ALTM9458 = "Imputation flag for TM9458." ALTM9488 = "Imputation flag for TM9488." ALTM9518 = "Imputation flag for TM9518." ALTM9548 = "Imputation flag for TM9548." ALTM9578 = "Imputation flag for TM9578." ALTM9608 = "Imputation flag for TM9608" ALTM9638 = "Imputation flag for TM9638." ALTM9668 = "Imputation flag for TM9668." ALTM9698 = "Imputation flag for TM9698." ALTM9460 = "Imputation flag for TM9460." ALTM9490 = "Imputaiton flag for TM9490." ALTM9520 = "Imputation flag for TM9520." ALTM9550 = "Imputation flag for TM9550." ALTM9580 = "Imputation flag for TM9580." ALTM9610 = "Imputation flag for TM9610." ALTM9640 = "Imputation flag for TM9640." ALTM9670 = "Imputation flag for TM9670." ALTM9700 = "Imputation flag for TM9700." ALTM9492 = "Imputation flag for TM9492." ALTM9522 = "Imputation flag for TM9522." ALTM9552 = "Imputation flag for TM9552." ALTM9582 = "Imputation flag for TM9582." ALTM9612 = "Imputation flag for TM9612." ALTM9642 = "Impuation flag for TM9642." ALTM9672 = "Imputation flag for TM9672." ALTM9702 = "Imputation flag for TM9702." ALTM9524 = "Imputation flag for TM9524." ALTM9554 = "Imputation flag for TM9554." ALTM9584 = "Imputaiton flag for TM9584." ALTM9614 = "Imputation flag for TM9614." ALTM9644 = "Imputation flag for TM9644." ALTM9674 = "Imputation flag for TM9674." ALTM9704 = "Imputation flag for TM9704." ALTM9556 = "Imputation flag for TM9556." ALTM9586 = "Imputation flag for TM9586." ALTM9616 = "Imputation flag for TM9616." ALTM9646 = "Imputation flag for TM9646." ALTM9676 = "Imputation flag for TM9676." ALTM9706 = "Imputation flag for TM9706." ALTM9588 = "Imputation flag for TM9588." ALTM9618 = "Imputation flag for TM9618." ALTM9648 = "Imputation flag for TM9648." ALTM9678 = "Imputation flag for TM9678" ALTM9708 = "Imputation flag for TM9708." ALTM9620 = "Imputation flag for TM9620." ALTM9650 = "Imputation flag for TM9650." ALTM9680 = "Imputation flag for TM9680." ALTM9710 = "Imputation flag for TM9710." ALTM9652 = "Imputation flag for TM9652." ALTM9682 = "Imputation flag for TM9682." ALTM9712 = "Imputation flag for TM9712." ALTM9684 = "Imputation flag for TM9684." ALTM9714 = "Imputation flag for TM9714." ALTM9716 = "Imputation flag for TM9716." TM8000 = "Check item T1" TM8002 = "Check item T2" TM8004 = "ISS codes or asset codes" TM8006 = "Month recipiency began" TM8008 = "Year recipiency began" TM8010 = "ISS codes or asset codes" TM8012 = "Month recipiency began" TM8014 = "Year recipiency began" TM8016 = "ISS codes or asset codes" TM8018 = "Month recipiency began" TM8020 = "Year recipiency began" TM8022 = "ISS codes or asset codes" TM8024 = "Month recipiency began" TM8026 = "Year recipiency began" TM8028 = "ISS codes or asset codes" TM8030 = "Month recipiency began" TM8032 = "Year recipiency began" TM8034 = "ISS codes or asset codes" TM8036 = "Month recipiency began" TM8038 = "Year recipiency began" TM8040 = "ISS codes or asset codes" TM8042 = "Month recipiency began" TM8044 = "Year recipiency began" TM8046 = "Income codes or asset codes" TM8048 = "Month recipiency began" TM8050 = "Year recipiency began" TM8052 = "Check item T3" TM8054 = "Check item T4" TM8056 = "Besides this period of time, have ther" TM8058 = "Has ... ever applied for the Federal" TM8060 = "Has ... ever been authorized to receiv" TM8062 = "When did ... first start receiving foo" TM8064 = "When did ... first start receiving foo" TM8066 = "For how long did ... receive food stam" TM8068 = "For how long did ... receive food stam" TM8072 = "How many times in all have there been" TM8074 = "Check item T5" TM8076 = "Check item T6" TM8078 = "Besides this period of time, have ther" TM8080 = "Has ... ever applied for benefits from" TM8082 = "Has ... ever received AFDC (ADC)" TM8084 = "When did ... first start receiving AFD" TM8086 = "When did ... first start receiving AFD" TM8088 = "For how long did ... receive AFDC (ADC" TM8090 = "For how long did ... receive AFDC (ADC" TM8094 = "How many times in all have there been" TM8096 = "Check item T7" TM8098 = "Besides this period of time, have ther" TM8100 = "Has ... ever applied for benefits from" TM8102 = "Has ... ever received SSI benefits?" TM8104 = "When did ... first start receiving SSI" TM8106 = "When did ... first start receiving SSI" TM8108 = "For how long did ... receive SSI that" TM8110 = "For how long did ... receive SSI that" TM8114 = "Check item T8" TM8116 = "Check item T9" TM8118 = "During our last visit we recorded that" TM8120 = "During our last visit we recorded that" TM8122 = "During our last visit we recorded that" TM8124 = "Check item T10" TM8126 = "We have recorded that ... is covered b" TM8128 = "We have recorded that ... is covered b" TM8130 = "We have recorded that ... is covered b" TM8132 = "We have recorded that ... is not" TM8134 = "We have recorded that ... is not" TM8136 = "We have recorded that ... is not" TM8138 = "Check item T11" TM8140 = "Check item T12" TM8142 = "For how long has ... been living in" TM8144 = "For how long has ... been living in" TM8146 = "For how long has ... been living in" TM8148 = "Check item T13" TM8150 = "Is ... on a waiting list for public or" TM_IFA0 = "Topical module imputation flag #1" TM_IFA1 = "Topical module imputation flag #2" TM_IFA2 = "Topical module imputation flag #3" TM_IFA3 = "Topical module imputation flag #4" TM_IFA4 = "Topical module imputation flag #5" TM_IFA5 = "Topical module imputation flag #6" TM_IFA6 = "Topical module imputation flag #7" TM_IFA7 = "Topical module imputation flag #8" TM_IFA8 = "Topical module imputation flag #9" TM_IFA9 = "Topical module imputation flag #10" TM_IFA10 = "Topical module imputation flag #11" TM_IFA11 = "Topical module imputation flag #12" TM_IFA12 = "Topical module imputation flag #13" TM_IFA13 = "Topical module imputation flag #14" TM_IFA14 = "Topical module imputation flag #15" TM_IFA15 = "Topical module imputation flag #16" TM_IFA16 = "Topical module imputation flag #17" TM_IFA17 = "Topical module imputation flag #18" TM_IFA18 = "Topical module imputation flag #19" TM_IFA19 = "Topical module imputation flag #20" TM_IFA20 = "Topical module imputation flag #21" TM_IFA21 = "Topical module imputation flag #22" TM_IFA22 = "Topical module imputation flag #23" TM_IFA23 = "Topical module imputation flag #24" TM_IFA24 = "Topical module imputation flag #25" TM_IFA25 = "Topical module imputation flag #26" TM_IFA26 = "Topical module imputation flag #27" TM_IFA27 = "Topical module imputation flag #28" TM_IFA28 = "Topical module imputation flag #29" TM_IFA29 = "Topical module imputation flag #30" TM_IFA30 = "Topical module imputation flag #31" TM_IFA31 = "Topical module imputation flag #32" TM_IFA32 = "Topical module imputation flag #33" TM_IFA33 = "Topical module imputation flag #34" TM_IFA34 = "Topical module imputation flag #35" TM_IFA35 = "Topical module imputation flag #36" TM_IFA36 = "Topical module imputation flag #37" TM_IFA37 = "Topical module imputation flag #38" TM_IFA38 = "Topical module imputation flag #39" TM_IFA39 = "Topical module imputation flag #40" TM8200 = "Check item T14" TM8202 = "Check item T15" TM8206 = "Check item T16" TM8208 = "Check item T16" TM8210 = "Check item T17" TM8214 = "Check item T18" TM8216 = "Check item T18" TM8218 = "When did ... start working for (read n" TM8220 = "When did ... start working for (read n" TM8222 = "Check item T16 (TM8206 or TM8208) or" TM8224 = "About how many persons are (were)" TM8226 = "Does (Did) ... 's employer operate in" TM8228 = "About how many persons are (were)" TM8230 = "Is (Was) ... a member of a labor union" TM8232 = "Is (Was) ... covered by a union" TM8234 = "For now many years has ... done the" TM8236 = "For now many years has ... done the" TM8240 = "When did ... last work at a paid" TM8242 = "When did ... last work at a paid" TM8244 = "When did ... last work at a paid job o" TM8246 = "What is the main reason ... never work" TM8248 = "Before this job when did ... last" TM8250 = "Before this job when did ... last" TM8252 = "Before this job when did ... last" TM8254 = "Check item T20" TMIND3 = "What was the name of ...'s employer" TMIND4 = "What kind of company, business, or" TM8266 = "Did ... work for an employer on that" TM8268 = "Month started working for employer" TM8270 = "Year started working for an employer" TM8272 = "Main reason ... stopped working" TM8274 = "In what year did ... first work six" TM8276 = "Since (year in TM8274), has ..." TM8278 = "How many years were there when ..." TM8280 = "Check item T21" TM8282 = "Since 1976 how many years have there" TM8284 = "Check item T22" TM8286 = "(People spend time out of the labor" TM8288 = "About how many times has ... gone 6" TM8290 = "When was the last time that ... went" TM8292 = "When was the last time that ... went" TM8294 = "What was the reason .. did not work at" IMP_8218 = "Topical module imputation flag #1" IMP_8220 = "Topical module imputation flag #2" IMP_8226 = "Topical module imputation flag #4" IMP_8224 = "Topical module imputation flag #3" IMP_8228 = "Topical module imputation flag #5" IMP_8230 = "Topical module imputation flag #6" IMP_8232 = "Topical module imputation flag #7" IMP_8234 = "Topical module imputation flag #8" IMP_8240 = "Topical module imputation flag #9" IMP_8242 = "Topical module imputation flag #10" IMP_8244 = "Topical module imputation flag #11" IMP_8246 = "Topical module imputation flag #12" IMP_8248 = "Topical module imputation flag #12A" IMP_8250 = "Topical module imputation flag #13" IMP_8252 = "Topical module imputation flag #14" IMP_8266 = "Topical module imputation flag #15" IMP_8268 = "Topical module imputation flag #16" IMP_8270 = "Topical module imputation flag 17" IMP_8272 = "Topical module imputation flag #18" IMP_8274 = "Topical module imputation flag #19" IMP_8276 = "Topical module imputation flag #20" IMP_8278 = "Topical module imputation flag #21" IMP_8282 = "Topical module imputation flag #22" IMP_8286 = "Topical module imputation flag #23" IMP_8288 = "Topical module imputation flag #24" IMP_8290 = "Topical module imputation flag #25" IMP_829A = "Topical module imputation flag #26" IMP_8292 = "Topical module imputation flag #27" IMP_8294 = "Topical module imputation flag #28" IMP_IND = "Topical module imputation flag #29" IMP_OCC = "Topical module imputation flag #30" TM8300 = "Check item T23" TM8302 = "Check item T24" TM8304 = "Check item T25" TM8306 = "We have recorded that ...'s health or" TM8308 = "Physical, mental or other health" TM8310 = "When did ... become limited in the kin" TM8312 = "When did ... become limited in the kin" TM8314 = "When did ... become limited in the kin" TM8316 = "Was ... employed at the time ...'s wor" TM8318 = "When was the last time ... worked befo" TM8320 = "When was the last time ... worked befo" TM8322 = "When was the last time ... worked befo" TM8324 = "What health condition is the main" TM8326 = "Was this condition caused by an" TM8328 = "Where did the accident or injury take" TM8330 = "Check item T26" TM8332 = "Does ...'s health or condition prevent" TM8334 = "When did ... become unable to work at " TM8336 = "When did ... become unable to work at " TM8338 = "When did ... become unable to work at " TM8340 = "Check item T27" TM8342 = "Is ... now able to work at a full-time" TM8344 = "Is ... not able to work regularly or i" TM8346 = "Is ... now able to do the same kind of" IMP_8306 = "Topical module imputation flag #1" IMP_8308 = "Topical module imputation flag #2" IMP_8310 = "Topical module imputation flag #3" IMP_1014 = "Topical module imputation flag #4" IMP_8318 = "Topical module imputation flag #6" IMP_1822 = "Topical module imputation flag #7" IMP_8324 = "Topical module imputation flag #8" IMP_8326 = "Topical module imputation flag #9" IMP_8328 = "Topical module imputation flag #10" IMP_8332 = "Topical module imputation flag #11" IMP_8334 = "Topical module imputation flag #12A" IMP_3438 = "Topical module imputation flag #12" IMP_8342 = "Topical module imputation flag #13" IMP_8344 = "Topical module imputation flag #14" IMP_8346 = "Topical module imputation flag #15" TM8400 = "Check item T28" TM8402 = "When did ... last attend elementary or" TM8404 = "When did ... last attend elementary or" TM8406 = "When did ... last attend elementary or" TM8408 = "Has ... received a high school diploma" TM8410 = "When did ... receive a high school" TM8412 = "When did ... receive a high school" TM8414 = "Was the high school that ... attended" TM8416 = "Check item T29" TM8418 = "When did ... first attend college or a" TM8420 = "When did ... first attend college or a" TM8422 = "What is the highest degree beyond a" TM8424 = "When did ... receive that degree?" TM8426 = "When did ... receive that degree?" TM8428 = "In what field of study did ... receive" TM8430 = "Check item T30" TM8432 = "When did ... receive his/her Bachelor'" TM8434 = "When did ... receive his/her Bachelor'" TM8436 = "In what field of study were the course" TM8438 = "When was the last time that ... was a" TM8440 = "When was the last time that ... was a" TM8442 = "When was the last time that ... was a" TM8444 = "Check item T31" TM8446 = "Has ... ever received training designe" TM8448 = "Job Training Partnership Act (JTPA)" TM8450 = "Comprehensive Employment Training" TM8452 = "Work Incentive Program (WIN)" TM8454 = "Trade Adjustment Assistance Act" TM8456 = "Veterans' Training Programs" TM8458 = "Other sources of assistance" TM8460 = "What type of training program is (was)" TM8462 = "What type of training program is (was)" TM8464 = "What type of training program is (was)" TM8466 = "What type of training program is (was)" TM8468 = "What type of training program is (was)" TM8470 = "What type of training program is (was)" TM8472 = "Where did ... receive this training?" TM8474 = "Where did ... receive this training?" TM8476 = "Where did ... receive this training?" TM8478 = "Where did ... receive this training?" TM8480 = "Where did ... receive this training?" TM8482 = "Where did ... receive this training?" TM8484 = "Where did ... receive this training?" TM8486 = "Where did ... receive this training?" TM8488 = "Where did ... receive this training?" TM8490 = "Where did ... receive this training?" TM8492 = "Where did ... receive this training?" TM8494 = "Where did ... receive this training?" TM8496 = "Does ... use this training on ...'s (m" TM8498 = "When did ... start this (most recent)" TM8500 = "When did ... start this (most recent)" TM8502 = "For how many weeks did ... attend this" TM8504 = "For how many weeks did ... attend this" TM8506 = "Who paid for this (most recent)" TM8508 = "Who paid for this (most recent)" TM8510 = "Who paid for this (most recent) progra" TM8512 = "Who paid for this (most recent) progra" TM_IFD0 = "Topical module imputation flag #1" TM_IFD1 = "Topical module imputation flag #2" TM_IFD2 = "Topical module imputation flag #3" TM_IFD3 = "Topical module imputation flag #4" TM_IFD4 = "Topical module imputation flag #5" TM_IFD5 = "Topical module imputation flag #6" TM_IFD6 = "Topical module imputation flag #7" TM_IFD7 = "Topical module imputation flag #8" TM_IFD8 = "Topical module imputation flag #9" TM_IFD9 = "Topical module imputation flag #10" TM_IFD10 = "Topical module imputation flag #11" TM_IFD11 = "Topical module imputation flag #12" TM_IFD12 = "Topical module imputation flag #13" TM_IFD13 = "Topical module imputation flag #14" TM_IFD14 = "Topical module imputation flag #15" TM_IFD15 = "Topical module imputation flag #16" TM8600 = "What is ...'s current marital" TM8602 = "How many times has ... been" TM8604 = "In what month and year did ..." TM8606 = "In what month and year did ..." TM8608 = "Did ...'s first marriage end in" TM8610 = "In what month and year was ..." TM8612 = "In what month and year was ..." TM8614 = "Check item T35" TM8616 = "In what month and year did ..." TM8618 = "In what month and year did ..." TM8620 = "Check item T36" TM8622 = "In what month and year did ..." TM8624 = "In what month and year did ..." TM8626 = "Did ...'s second marriage end in" TM8628 = "In what month and year was ..." TM8630 = "In what month and year was ..." TM8632 = "Check item T37" TM8634 = "In what month and year did ..." TM8636 = "In what month and year did ..." TM8638 = "Check item T38" TM8640 = "In what month and year did ..." TM8642 = "In what month and year did ..." TM8644 = "Check item T39" TM8646 = "In what month and year was ..." TM8648 = "In what month and year was ..." TM8650 = "Check item T40" TM8652 = "When did ... actually stop living" TM8654 = "When did ... actually stop living" FAFM = "The imputation flag for" FAFT = "The imputation flag for" FAFS = "The imputation flag for" FASM = "The imputation flag for" FAST = "The imputation flag for" FASS = "The imputation flag for" FALM = "The imputation flag for" FALT = "The imputation flag for" FALS = "The imputation flag for" FTIM = "The imputation flag for 'TM8602'" FFME = "The imputation flag for 'TM8608'" FSME = "The imputation flag for 'TM8626'" TM8700 = "When did ... move into this" TM8702 = "When did ... move into this" TM8704 = "Before living here, where did ... live" TM8706 = "Before living here, where did ... live" TM8708 = "Before living here, where did ... live" TM8709 = "During what period of time did" TM8710 = "During what period of time did" TM8712 = "During what period of time did" TM8714 = "During what period of time did" TM8716 = "During what period of time did" TM8718 = "Has ... ever lived in another" TM8720 = "What state or foreign country was that" TM8722 = "During what period of time did" TM8724 = "During what period of time did" TM8726 = "During what period of time did" TM8728 = "During what period of time did" TM8730 = "In what state or foreign country" TM8732 = "Check item T41" TM8734 = "Is ... a naturalized citizen of the" TM8736 = "When did ... come to the United" TM_MIG1 = "Topical module imputation flag #1" CT8700 = "Topical module computation flag #1A" TM_MIG2 = "Topical module imputation flag #2" TM_MIG3 = "Topical module imputation flag #3" TM_MIG4 = "Topical module imputation flag #4" TM_MIG5 = "Topical module imputation flag #5" CT8710 = "Topical module computation flag #5A" CT8714 = "Topical module computation flag #5B" TM_MIG8 = "Topical module imputation flag #6" TM_MIG9 = "Topical module imputation flag #7" CT8722 = "Topical module computation flag #7A" TM_MIG10 = "Topical module imputation flag #8" CT8726 = "Topical module computation flag #8A" TM_MIG11 = "Topical module imputation flag #9" TM_MIG12 = "Topical module imputation flag #10" TM_MIG13 = "Topical module imputation flag #11" TM_MIG14 = "Topical module imputation flag #12" TM8750 = "Check item T42" TM8752 = "How many children, if any, is" TM8754 = "How many children, if any, has" TM8756 = "Is ... 65 years of age or over?" TM8758 = "Are all of ...'s children currently" TM8760 = "Verify the birth date of ...'s" TM8762 = "Verify the birth date of ...'s" TM8764 = "Verify the birth date of ...'s" TM8766 = "Verify the birth date of ...'s" TM8768 = "Verify the birth date of ...'s" TM8770 = "Verify the birth date of ...'s" TM8778 = "Check item T45" TM8780 = "When was ...'s last child born?" TM8782 = "When was ...'s last child born?" TM8784 = "Check item T46" TM8786 = "With whom does the child live now ?" TM8788 = "Check item T47" TM8792 = "When was ...'s second child born?" TM8794 = "When was ...'s second child born?" TM8796 = "Check item T49" TM8798 = "With whom does the child live now ?" TM8800 = "Check item T50" TM_FER1 = "Topical module imputation flag #1" TM_FER2 = "Topical module imputation flag #2" TM_FER2A = "Topical module imputation flag #2A" TM_FER3 = "Topical module imputation flag #3" TM_FER4 = "Topical module imputation flag #4" TM_FER5 = "Topical module imputation flag #5" TM_FER6 = "Topical module imputation flag #6" TM_FER7 = "Topical module imputation flag #7" TM_FER9 = "Topical module imputation flag #9" ; proc print data=library.sip91t2 (obs=6); FORMAT ITEM36B ITEM36B. INTVW INTVW. RRP RRP. AGE AGE. SEX SEX. Race Race. MS MS. PNSP PNSP. PNPT PNPT. HIGRADE HIGRADE. GRD_CMPL GRD_CMPL. ETHNICTY ETHNICTY. TM9266 TM9266L. TM9300 TM9300L. TM9330 TM9330L. TM9332 TM9332L. TM9360 TM9360L. TM9390 TM9390L. TM9420 TM9420L. TM9450 TM9450L. TM9480 TM9480L. TM9510 TM9510L. TM9540 TM9540L. TM9570 TM9570L. TM9600 TM9600L. TM9630 TM9630L. TM9660 TM9660L. TM9690 TM9690L. U_TM9266 U_TM926Y. U_TM9300 U_TM930Y. U_TM9330 U_TM933Y. U_TM9332 U_TM933K. U_TM9360 U_TM936Y. U_TM9390 U_TM939Y. U_TM9420 U_TM942Y. U_TM9450 U_TM945Y. U_TM9480 U_TM948Y. U_TM9510 U_TM951Y. U_TM9540 U_TM954Y. U_TM9570 U_TM957Y. U_TM9600 U_TM960Y. U_TM9630 U_TM963Y. U_TM9660 U_TM966Y. U_TM9690 U_TM969Y. TM8000 TM8000L. TM8002 TM8002L. TM8006 TM8006L. TM8008 TM8008L. TM8012 TM8012L. TM8014 TM8014L. TM8018 TM8018L. TM8020 TM8020L. TM8024 TM8024L. TM8026 TM8026L. TM8030 TM8030L. TM8032 TM8032L. TM8036 TM8036L. TM8038 TM8038L. TM8042 TM8042L. TM8044 TM8044L. TM8048 TM8048L. TM8050 TM8050L. TM8052 TM8052L. TM8054 TM8054L. TM8056 TM8056L. TM8058 TM8058L. TM8060 TM8060L. TM8062 TM8062L. TM8064 TM8064L. TM8066 TM8066L. TM8068 TM8068L. TM8072 TM8072L. TM8074 TM8074L. TM8076 TM8076L. TM8078 TM8078L. TM8080 TM8080L. TM8082 TM8082L. TM8084 TM8084L. TM8086 TM8086L. TM8088 TM8088L. TM8090 TM8090L. TM8094 TM8094L. TM8096 TM8096L. TM8098 TM8098L. TM8100 TM8100L. TM8102 TM8102L. TM8104 TM8104L. TM8106 TM8106L. TM8108 TM8108L. TM8110 TM8110L. TM8114 TM8114L. TM8116 TM8116L. TM8118 TM8118L. TM8120 TM8120L. TM8122 TM8122L. TM8124 TM8124L. TM8126 TM8126L. TM8128 TM8128L. TM8130 TM8130L. TM8132 TM8132L. TM8134 TM8134L. TM8136 TM8136L. TM8138 TM8138L. TM8140 TM8140L. TM8142 TM8142L. TM8144 TM8144L. TM8146 TM8146L. TM8148 TM8148L. TM8150 TM8150L. TM_IFA0 TM_IFA0L. TM_IFA1 TM_IFA1L. TM_IFA2 TM_IFA2L. TM_IFA3 TM_IFA3L. TM_IFA4 TM_IFA4L. TM_IFA5 TM_IFA5L. TM_IFA6 TM_IFA6L. TM_IFA7 TM_IFA7L. TM_IFA8 TM_IFA8L. TM_IFA9 TM_IFA9L. TM_IFA10 TM_IFA1Y. TM_IFA11 TM_IFA1K. TM_IFA12 TM_IFA1M. TM_IFA13 TM_IFA1N. TM_IFA14 TM_IFA1O. TM_IFA15 TM_IFA1P. TM_IFA16 TM_IFA1Q. TM_IFA17 TM_IFA1R. TM_IFA18 TM_IFA1S. TM_IFA19 TM_IFA1T. TM_IFA20 TM_IFA2Y. TM_IFA21 TM_IFA2K. TM_IFA22 TM_IFA2M. TM_IFA23 TM_IFA2N. TM_IFA24 TM_IFA2O. TM_IFA25 TM_IFA2P. TM_IFA26 TM_IFA2Q. TM_IFA27 TM_IFA2R. TM_IFA28 TM_IFA2S. TM_IFA29 TM_IFA2T. TM_IFA30 TM_IFA3Y. TM_IFA31 TM_IFA3K. TM_IFA32 TM_IFA3M. TM_IFA33 TM_IFA3N. TM_IFA34 TM_IFA3O. TM_IFA35 TM_IFA3P. TM_IFA36 TM_IFA3Q. TM_IFA37 TM_IFA3R. TM_IFA38 TM_IFA3S. TM_IFA39 TM_IFA3T. TM8200 TM8200L. TM8202 TM8202L. TM8206 TM8206L. TM8208 TM8208L. TM8210 TM8210L. TM8214 TM8214L. TM8216 TM8216L. TM8218 TM8218L. TM8220 TM8220L. TM8222 TM8222L. TM8224 TM8224L. TM8226 TM8226L. TM8228 TM8228L. TM8230 TM8230L. TM8232 TM8232L. TM8234 TM8234L. TM8236 TM8236L. TM8240 TM8240L. TM8242 TM8242L. TM8244 TM8244L. TM8246 TM8246L. TM8248 TM8248L. TM8250 TM8250L. TM8252 TM8252L. TM8254 TM8254L. TMIND3 TMIND3L. TMIND4 TMIND4L. TM8266 TM8266L. TM8268 TM8268L. TM8270 TM8270L. TM8272 TM8272L. TM8274 TM8274L. TM8276 TM8276L. TM8278 TM8278L. TM8280 TM8280L. TM8282 TM8282L. TM8284 TM8284L. TM8286 TM8286L. TM8288 TM8288L. TM8290 TM8290L. TM8292 TM8292L. TM8294 TM8294L. IMP_8218 IMP_821Y. IMP_8220 IMP_822Y. IMP_8226 IMP_822K. IMP_8224 IMP_822L. IMP_8228 IMP_822M. IMP_8230 IMP_823Y. IMP_8232 IMP_823K. IMP_8234 IMP_823L. IMP_8240 IMP_824Y. IMP_8242 IMP_824K. IMP_8244 IMP_824L. IMP_8246 IMP_824M. IMP_8248 IMP_824N. IMP_8250 IMP_825Y. IMP_8252 IMP_825K. IMP_8266 IMP_826Y. IMP_8268 IMP_826K. IMP_8270 IMP_827Y. IMP_8272 IMP_827K. IMP_8274 IMP_827L. IMP_8276 IMP_827M. IMP_8278 IMP_827N. IMP_8282 IMP_828Y. IMP_8286 IMP_828K. IMP_8288 IMP_828L. IMP_8290 IMP_829Y. IMP_829A IMP_829A. IMP_8292 IMP_829K. IMP_8294 IMP_829L. IMP_IND IMP_IND. IMP_OCC IMP_OCC. TM8300 TM8300L. TM8302 TM8302L. TM8304 TM8304L. TM8306 TM8306L. TM8308 TM8308L. TM8310 TM8310L. TM8312 TM8312L. TM8314 TM8314L. TM8316 TM8316L. TM8318 TM8318L. TM8320 TM8320L. TM8322 TM8322L. TM8324 TM8324L. TM8326 TM8326L. TM8328 TM8328L. TM8330 TM8330L. TM8332 TM8332L. TM8334 TM8334L. TM8336 TM8336L. TM8338 TM8338L. TM8340 TM8340L. TM8342 TM8342L. TM8344 TM8344L. TM8346 TM8346L. IMP_8306 IMP_830C. IMP_8308 IMP_830K. IMP_8310 IMP_831C. IMP_1014 IMP_101C. IMP_8318 IMP_831K. IMP_1822 IMP_182C. IMP_8324 IMP_832C. IMP_8326 IMP_832K. IMP_8328 IMP_832L. IMP_8332 IMP_833C. IMP_8334 IMP_833K. IMP_3438 IMP_343C. IMP_8342 IMP_834C. IMP_8344 IMP_834K. IMP_8346 IMP_834L. TM8400 TM8400L. TM8402 TM8402L. TM8404 TM8404L. TM8406 TM8406L. TM8408 TM8408L. TM8410 TM8410L. TM8412 TM8412L. TM8414 TM8414L. TM8416 TM8416L. TM8418 TM8418L. TM8420 TM8420L. TM8422 TM8422L. TM8424 TM8424L. TM8426 TM8426L. TM8428 TM8428L. TM8430 TM8430L. TM8432 TM8432L. TM8434 TM8434L. TM8436 TM8436L. TM8438 TM8438L. TM8440 TM8440L. TM8442 TM8442L. TM8444 TM8444L. TM8446 TM8446L. TM8448 TM8448L. TM8450 TM8450L. TM8452 TM8452L. TM8454 TM8454L. TM8456 TM8456L. TM8458 TM8458L. TM8460 TM8460L. TM8462 TM8462L. TM8464 TM8464L. TM8466 TM8466L. TM8468 TM8468L. TM8470 TM8470L. TM8472 TM8472L. TM8474 TM8474L. TM8476 TM8476L. TM8478 TM8478L. TM8480 TM8480L. TM8482 TM8482L. TM8484 TM8484L. TM8486 TM8486L. TM8488 TM8488L. TM8490 TM8490L. TM8492 TM8492L. TM8494 TM8494L. TM8496 TM8496L. TM8498 TM8498L. TM8500 TM8500L. TM8502 TM8502L. TM8504 TM8504L. TM8506 TM8506L. TM8508 TM8508L. TM8510 TM8510L. TM8512 TM8512L. TM_IFD0 TM_IFD0L. TM_IFD1 TM_IFD1L. TM_IFD2 TM_IFD2L. TM_IFD3 TM_IFD3L. TM_IFD4 TM_IFD4L. TM_IFD5 TM_IFD5L. TM_IFD6 TM_IFD6L. TM_IFD7 TM_IFD7L. TM_IFD8 TM_IFD8L. TM_IFD9 TM_IFD9L. TM_IFD10 TM_IFD1C. TM_IFD11 TM_IFD1K. TM_IFD12 TM_IFD1M. TM_IFD13 TM_IFD1N. TM_IFD14 TM_IFD1O. TM_IFD15 TM_IFD1P. TM8600 TM8600L. TM8602 TM8602L. TM8604 TM8604L. TM8606 TM8606L. TM8608 TM8608L. TM8610 TM8610L. TM8612 TM8612L. TM8614 TM8614L. TM8616 TM8616L. TM8618 TM8618L. TM8620 TM8620L. TM8622 TM8622L. TM8624 TM8624L. TM8626 TM8626L. TM8628 TM8628L. TM8630 TM8630L. TM8632 TM8632L. TM8634 TM8634L. TM8636 TM8636L. TM8638 TM8638L. TM8640 TM8640L. TM8642 TM8642L. TM8644 TM8644L. TM8646 TM8646L. TM8648 TM8648L. TM8650 TM8650L. TM8652 TM8652L. TM8654 TM8654L. FAFM FAFM. FAFT FAFT. FAFS FAFS. FASM FASM. FAST FAST. FASS FASS. FALM FALM. FALT FALT. FALS FALS. FTIM FTIM. FFME FFME. FSME FSME. TM8700 TM8700L. TM8702 TM8702L. TM8704 TM8704L. TM8706 TM8706L. TM8708 TM8708L. TM8709 TM8709L. TM8710 TM8710L. TM8712 TM8712L. TM8714 TM8714L. TM8716 TM8716L. TM8718 TM8718L. TM8720 TM8720L. TM8722 TM8722L. TM8724 TM8724L. TM8726 TM8726L. TM8728 TM8728L. TM8730 TM8730L. TM8732 TM8732L. TM8734 TM8734L. TM8736 TM8736L. TM_MIG1 TM_MIG1L. CT8700 CT8700L. TM_MIG2 TM_MIG2L. TM_MIG3 TM_MIG3L. TM_MIG4 TM_MIG4L. TM_MIG5 TM_MIG5L. CT8710 CT8710L. CT8714 CT8714L. TM_MIG8 TM_MIG8L. TM_MIG9 TM_MIG9L. CT8722 CT8722L. TM_MIG10 TM_MIG1E. CT8726 CT8726L. TM_MIG11 TM_MIG1K. TM_MIG12 TM_MIG1M. TM_MIG13 TM_MIG1N. TM_MIG14 TM_MIG1O. TM8750 TM8750L. TM8752 TM8752L. TM8754 TM8754L. TM8756 TM8756L. TM8758 TM8758L. TM8760 TM8760L. TM8762 TM8762L. TM8764 TM8764L. TM8766 TM8766L. TM8768 TM8768L. TM8770 TM8770L. TM8778 TM8778L. TM8780 TM8780L. TM8782 TM8782L. TM8784 TM8784L. TM8786 TM8786L. TM8788 TM8788L. TM8792 TM8792L. TM8794 TM8794L. TM8796 TM8796L. TM8798 TM8798L. TM8800 TM8800L. TM_FER1 TM_FER1L. TM_FER2 TM_FER2L. TM_FER2A TM_FER2A. TM_FER3 TM_FER3L. TM_FER4 TM_FER4L. TM_FER5 TM_FER5L. TM_FER6 TM_FER6L. TM_FER7 TM_FER7L. TM_FER9 TM_FER9L. ; proc contents data=library.sip91t2; /* Copyright 2005 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. */