/*------------------------------------------------------------------------------------*/ /*by Jean Roth Wed Jun 9 16:33:48 EDT 2004 This program reads the 1986 SIPP Wave 6 Rectangular and Topical Data File NOTE: This program is distributed under the GNU GPL. See end of this file and http://www.gnu.org/licenses/ for details. Please report errors to jroth@nber.org Six steps: (1) Uncomment the 'options compress=yes' statement if desired to save space (2) Uncomment 'LENGTH' statement if desired to save space (3) Specify output directories in 'libname' statements (4) Specify the input file name/location in the 'filename' statement (5) On a PC, use backslashes as in C:\ (6) Read in the compressed or uncompressed raw data file. See the 'filename' and 'INFILE' statements. Other changes may be user and platform specific. NOTE: A value of -1 (or -1/# of implied decimals) indicates 'Not in Universe' */ /*------------------------------------------------------------------------------------*/ *options obs=100; *options compress=yes; *Choose compress=yes to save space ; *Choose compress=no if converting to another package using transfer software ; *options pagesize=59 linesize=72; /*------------------------------------------------------------------------------------*/ libname library './'; *See the codebook for more detail; PROC FORMAT cntlout=library.fsp86rt6; /* The PROC FORMAT statement will store the formats in a sas data set called fsip86rt6 To use the stored formats in a subsequent program, include something like this: proc format cntlin=library.fsp86rt6; PROC freq; tables pesex ; format pesex P135L.; For more information, consult the SAS Procedures Guide section of PROC FORMAT */ ; VALUE STATE (default=32) 0 = "Not applicable" 1 = "Alabama" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "District of Columbia" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 17 = "Illinois" 18 = "Indiana" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 29 = "Missouri" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 35 = "New Mexico" 36 = "New York" 37 = "North Carolina" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 51 = "Virginia" 53 = "Washington" 54 = "West Virginia" 55 = "Wisconsin" 61 = "Maine, Vermont" 62 = "Iowa, North Dakota, South Dakota" 63 = "Alaska, Idaho, Montana, Wyoming" ; VALUE SU_RGC (default=32) 0 = "Not applicable for coverage" ; VALUE H1_MIS (default=32) 0 = "Not applicable" 1 = "Interview" 2 = "Noninterview" 3 = "Not in sample" ; VALUE H1_INT1L (default=32) 0 = "Sample household added in Wave 2" 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" 16 = "Other type B" 17 = "Demolished" 18 = "House or trailer moved" 19 = "Converted to permanent business" 20 = "Merged" 21 = "Condemned" 22 = "Other" ; VALUE H1_STATE (default=32) 0 = "Not applicable" 1 = "Alabama" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "District of Columbia" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 17 = "Illinois" 18 = "Indiana" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 29 = "Missouri" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 35 = "New Mexico" 36 = "New York" 37 = "North Carolina" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 51 = "Virginia" 53 = "Washington" 54 = "West Virginia" 55 = "Wisconsin" 61 = "Maine, Vermont" 62 = "Iowa, North Dakota, South Dakota" 63 = "Alaska, Idaho, Montana, Wyoming" ; VALUE H1_METRO (default=32) 0 = "Not applicable" 1 = "Metro" 2 = "Residual" ; VALUE H1_MSA (default=32) 0 = "Not in universe or not identifiable" 7 = "Boston-Lawrence-Salem, MA-NH" 10 = "Buffalo-Niagara Falls, NY" 14 = "Chicago-Gary-Lake County, IL-IN" 21 = "Cincinnati-Hamilton, OH-KY" 28 = "Cleveland-Akron-Lorain, OH" 31 = "Dallas-Fort Worth, TX" 34 = "Denver-Boulder, CO" 35 = "Detroit-Ann Arbor, MI" 41 = "Hartford-New Britain-Middletown, CT" 42 = "Houston, TX" 49 = "Los Angeles-Anaheim-Riverside, CA" 56 = "Miami-Fort Lauderdale, FL" 63 = "Milwaukee-Racine, WI" 70 = "New York-N. New Jersey-Long" 77 = "Philadelphia-Wilmington-Trenton," 78 = "Pittsburgh-Beaver Valley, PA" 79 = "Portland-Vancouver, OR" 82 = "St. Louis, IL-MO" 84 = "San Francisco-Oakland-San Jose, CA" 91 = "Seattle-Tacoma, WA" 160 = "Albany-Schenectady-Troy, NY" 200 = "Albequerque, NM" 520 = "Atlanta, GA" 640 = "Austin, TX" 0680 = "Bakersfield, CA" 760 = "Baton Rouge, LA" 840 = "Beaumont-Port Arthur, TX" 1000 = "Birmingham, AL" 1520 = "Charlotte-Gastonia-Rock Hill, NC" 1720 = "Colorado Springs, CO" 1840 = "Columbus, OH" 1880 = "Corpus Christi, TX" 2000 = "Dayton-Springfield, OH" 2320 = "El Paso, TX" 2400 = "Eugene-Springfield, OR" 2560 = "Fayetville, NC" 2700 = "Ft. Myers-Cape Coral, FL" 2760 = "Fort Wayne, IN" 2840 = "Fresno, CA" 3120 = "Greensboro-Winston-Salem-High" 3160 = "Greenville - Spartansburg, SC" 3240 = "Harrisburg-Lebanon-Carlisle, PA" 3320 = "Honolulu, HI" 3480 = "Indianapolis, IN" 3600 = "Jacksonville, FL" 3840 = "Knoxville, TN" 3980 = "Lakeland-Winterhaven, FL" 4040 = "Lansing-East Lansing, MI" 4720 = "Madison, WI" 4880 = "McCallen-Edinburg-Mission, TX" 4900 = "Melbourne-Titusville-Palm Bay, FL" 4920 = "Memphis, TN" 5120 = "Minneapolis-St. Paul, MN" 5160 = "Mobile, AL" 5360 = "Nashville, TN" 5480 = "New Haven-Meriden, CT" 5560 = "New Orleans, LA" 5720 = "Norfolk-VA Beach-Newport News, VA" 5880 = "Oklahoma City, OK" 5960 = "Orlando, FL" 6080 = "Pensacola, FL" 6200 = "Phoenix, AZ" 6640 = "Raleigh-Durham, NC" 6840 = "Rochester, NY" 6880 = "Rockford, IL" 6920 = "Sacramento, CA" 7120 = "Salinas-Seaside-Monterey, CA" 7160 = "Salt Lake City-Ogden, UT" 7240 = "San Antonio, TX" 7320 = "San Diego, CA" 7560 = "Scranton-Wilkes-Barre, PA" 8000 = "Springfield, MA" 8120 = "Stockton, CA" 8160 = "Syracuse, NY" 8280 = "Tampa-St. Petersburg-Clearwater, FL" 8400 = "Toledo, OH" 8520 = "Tucson, AZ" 8560 = "Tulsa, OK" 8680 = "Utica-Rome, NY" 8840 = "Washington, DC-MD-VA" 8960 = "West Palm Beach-Boca Raton-Delray" 9240 = "Worcester, MA" ; VALUE H1_ACCES (default=32) 0 = "Not applicable" 1 = "Direct - skip to housunit" 2 = "Through another unit" ; VALUE H1_LVQTR (default=32) 0 = "Not applicable" 1 = "House, apartment, flat" 2 = "Housing/other unit (HU) in" 3 = "Hu, permanent in transient" 4 = "Housing/other unit (HU) in" 5 = "Mobile home or trailer with no" 6 = "Mobile home or trailer with one" 7 = "Housing/other unit (HU) not" 8 = "Quarters not Housing/other unit" 9 = "Unit not permanent in transient" 10 = "Unoccupied tent or trailer site" 11 = "Other unit not specified above" ; VALUE H1_UNITS (default=32) 0 = "Not applicable" 1 = "Only 'other' units" 2 = "Mobile home or trailer" 3 = "One, detached" 4 = "One, attached" 5 = "Two" 6 = "3-4" 7 = "5-9" 8 = "10-19" 9 = "20-49" 10 = "50 or more" ; VALUE H1_TENUR (default=32) 0 = "Not applicable" 1 = "Owned or being bought by someone" 2 = "Rented for cash" 3 = "Occupied without payment of cash" ; VALUE H1_PUBHS (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H1_LORNT (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H1_RACE (default=32) 0 = "Not applicable" 1 = "White" 2 = "Black" 3 = "American Indian, Eskimo or Aleut" 4 = "Asian or Pacific Islander" ; VALUE H1_SEX (default=32) 0 = "Not applicable" 1 = "Male" 2 = "Female" ; VALUE H1_SIZE (default=32) 0 = "Not applicable" ; VALUE H1_SEG (default=32) 0 = "Not applicable" 1 = "Address" 2 = "Unit" 3 = "Permit" 4 = "Area" 5 = "Special place" ; VALUE U1FRMSLE (default=32) 0 = "Not answered" 1 = "Yes" 2 = "No" 3 = "Not applicable" ; VALUE U1_ACCES (default=32) 0 = "Not applicable" 1 = "Direct - skip to housunit" 2 = "Through another unit" ; VALUE U1_LVQTR (default=32) -9 = "Not answered" 0 = "Not answered (types B and C)" 1 = "House, apartment, flat" 2 = "Housing/other unit (HU) in" 3 = "Hu, permanent in transient" 4 = "Housing/other unit (HU) in" 5 = "Mobile home or trailer with no" 6 = "Mobile home or trailer with one" 7 = "Housing/other unit (HU) not" 8 = "Quarters not Housing/other unit" 9 = "Unit not permanent in transient" 10 = "Unoccupied tent or trailer site" 11 = "Other unit not specified above" ; VALUE U1_UNITS (default=32) -9 = "Not answered" 0 = "Not answered (types B and C)" 1 = "Only 'other' units" 2 = "Mobile home or trailer" 3 = "One, detached" 4 = "One, attached" 5 = "Two" 6 = "3-4" 7 = "5-9" 8 = "10-19" 9 = "20-49" 10 = "50 or more" ; VALUE U1_TENUR (default=32) 0 = "Not answered (types B and C)" 1 = "Owned or being bought by someone" 2 = "Rented for cash" 3 = "Occupied without payment of cash" 9 = "Not answered" ; VALUE U1_PUBHS (default=32) -1 = "DK" 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE U1_LORNT (default=32) -1 = "DK" 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H1ITM36B (default=32) 1 = "Interviewed" 2 = "No one home" 3 = "Temporarily absent" 4 = "Refused" 5 = "Unable to locate" 6 = "Other" 16 = "Eniire HH institutionalized or" 22 = "Deleted (sample adjustment, error)" 23 = "Entire household deceased, moved" 24 = "Moved, address unknown" 25 = "Moved within country beyond" 26 = "All sample persons relisted on" ; VALUE U1_RACE (default=32) 0 = "Not applicable" 1 = "White" 2 = "Black" 3 = "American Indian, Eskimo or Aleut" 4 = "Asian or Pacific Islander" 9 = "Not answered" ; VALUE U1_SEX (default=32) 0 = "Not applicable" 1 = "Male" 2 = "Female" 9 = "Not answered" ; VALUE U1_SIZE (default=32) -9 = "Not answered" 0 = "Not applicable" ; VALUE U1TOTVST (default=32) -9 = "Not answered" 0 = "Not applicable" ; VALUE U1TOTPHN (default=32) 0 = "Not applicable" ; VALUE U1CCRSPP (default=32) 0 = "Not applicable" ; VALUE H1_0010L (default=32) 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE H1_0012L (default=32) 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE H1_0014L (default=32) 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE H1_0016L (default=32) 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE H1_0018L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H1_0020L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H1_0022L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H1_0024L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H1_MEANS (default=32) 0 = "Not in universe or no persons" 1 = "One or more persons in household" 2 = "No person in household received" ; VALUE H1_CASH (default=32) 0 = "Not in universe or no persons" 1 = "One or more persons in household" 2 = "No person in household received" ; VALUE H1NCASHB (default=32) 0 = "Not in universe or no persons" 1 = "One or more persons in household" 2 = "One or more persons in household" 3 = "No person in household received" ; VALUE H1_ENRGY (default=32) 0 = "Not applicable" 1 = "Checks sent to household" 2 = "Coupons or vouchers sent to" 3 = "Payments sent elsewhere" 4 = "Checks and coupons or vouchers" 5 = "Checks sent to household and" 6 = "Coupons or voucher sent to" 7 = "All three types of assistance" ; VALUE H1_LUNCH (default=32) 0 = "Not applicable" 1 = "Free" 2 = "Reduced-price" 3 = "Both" ; VALUE H1_BREAK (default=32) 0 = "Not applicable" 1 = "Free" 2 = "Reduced-price" 3 = "Both" ; VALUE H1_4816L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to H1-4826" ; VALUE H1_4818L (default=32) 0 = "Not marked as a place where" 1 = "Marked as a place where" ; VALUE H1_4820L (default=32) 0 = "Not marked as a place where" 1 = "Marked as a place where payments" ; VALUE H1_4822L (default=32) 0 = "Not marked as a place where" 1 = "Marked as a place where payments" ; VALUE H1_4824L (default=32) 0 = "Not in universe" ; VALUE H1_4826L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE H1_4828L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE H1_4830L (default=32) 0 = "Not in universe" ; VALUE H1_4832L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No- skip to H1-4840" ; VALUE H1_4834L (default=32) 0 = "Not in universe" ; VALUE H1_4836L (default=32) 0 = "Not marked as a free lunch or" 1 = "Marked as a free lunch" ; VALUE H1_4838L (default=32) 0 = "Not marked as a reduced-price" 1 = "Marked as a reduced-price" ; VALUE H1_4840L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE H1_4842L (default=32) 0 = "Not in universe" ; VALUE H1_4844L (default=32) 0 = "Not marked as a free breakfast" 1 = "Marked as a free breakfast" ; VALUE H1_4846L (default=32) 0 = "Not marked as a reduced-price" 1 = "Marked as a reduced-price" ; VALUE H1_IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H1_IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H1_IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H1_IMP0N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H1_IMP1K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H1_IMP1L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H1_IMP1M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H1_IMP1N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H1_IMP1O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H1_IMP1P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H1_IMP1Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H1_IMP1R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H1_IMP1S (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H1_IMP1T (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H1_IMP2K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H2_MIS (default=32) 0 = "Not applicable" 1 = "Interview" 2 = "Noninterview" 3 = "Not in sample" ; VALUE H2_INT1L (default=32) 0 = "Not a wave 1 household" 1 = "Interviewed" 2 = "No one home" 3 = "Temporarily absent" 4 = "Refused" 5 = "Unable to locate" 6 = "Other" 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" 16 = "Other type B" 17 = "Demolished" 18 = "House or trailer moved" 19 = "Converted to permanent business" 20 = "Merged" 21 = "Condemned" 22 = "Other" ; VALUE H2_STATE (default=32) 0 = "Not applicable" 1 = "Alabama" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "District of Columbia" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 17 = "Illinois" 18 = "Indiana" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 29 = "Missouri" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 35 = "New Mexico" 36 = "New York" 37 = "North Carolina" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 51 = "Virginia" 53 = "Washington" 54 = "West Virginia" 55 = "Wisconsin" 61 = "Maine, Vermont" 62 = "Iowa, North Dakota, South Dakota" 63 = "Alaska, Idaho, Montana, Wyoming" ; VALUE H2_METRO (default=32) 0 = "Not applicable" 1 = "Metro" 2 = "Residual" ; VALUE H2_MSA (default=32) 0 = "Not in universe or not identifiable" 7 = "Boston-Lawrence-Salem, MA-NH" 10 = "Buffalo-Niagara Falls, NY" 14 = "Chicago-Gary-Lake County, IL-IN" 21 = "Cincinnati-Hamilton, OH-KY" 28 = "Cleveland-Akron-Lorain, OH" 31 = "Dallas-Fort Worth, TX" 34 = "Denver-Boulder, CO" 35 = "Detroit-Ann Arbor, MI" 41 = "Hartford-New Britain-Middletown, CT" 42 = "Houston, TX" 49 = "Los Angeles-Anaheim-Riverside, CA" 56 = "Miami-Fort Lauderdale, FL" 63 = "Milwaukee-Racine, WI" 70 = "New York-N. New Jersey-Long" 77 = "Philadelphia-Wilmington-Trenton," 78 = "Pittsburgh-Beaver Valley, PA" 79 = "Portland-Vancouver, OR" 82 = "St. Louis, IL-MO" 84 = "San Francisco-Oakland-San Jose, CA" 91 = "Seattle-Tacoma, WA" 160 = "Albany-Schenectady-Troy, NY" 200 = "Albequerque, NM" 520 = "Atlanta, GA" 640 = "Austin, TX" 0680 = "Bakersfield, CA" 760 = "Baton Rouge, LA" 840 = "Beaumont-Port Arthur, TX" 1000 = "Birmingham, AL" 1520 = "Charlotte-Gastonia-Rock Hill, NC" 1720 = "Colorado Springs, CO" 1840 = "Columbus, OH" 1880 = "Corpus Christi, TX" 2000 = "Dayton-Springfield, OH" 2320 = "El Paso, TX" 2400 = "Eugene-Springfield, OR" 2560 = "Fayetville, NC" 2700 = "Ft. Myers-Cape Coral, FL" 2760 = "Fort Wayne, IN" 2840 = "Fresno, CA" 3120 = "Greensboro-Winston-Salem-" 3160 = "Greenville - Spartansburg, SC" 3240 = "Harrisburg-Lebanon-Carlisle, PA" 3320 = "Honolulu, HI" 3480 = "Indianapolis, IN" 3600 = "Jacksonville, FL" 3840 = "Knoxville, TN" 3980 = "Lakeland-Winterhaven, FL" 4040 = "Lansing-East Lansing, MI" 4720 = "Madison, WI" 4880 = "McCallen-Edinburg-Mission, TX" 4900 = "Melbourne-Titusville-Palm Bay, FL" 4920 = "Memphis, TN" 5120 = "Minneapolis-St. Paul, MN" 5160 = "Mobile, AL" 5360 = "Nashville, TN" 5480 = "New Haven-Meriden, CT" 5560 = "New Orleans, LA" 5720 = "Norfolk-VA Beach-Newport News, VA" 5880 = "Oklahoma City, OK" 5960 = "Orlando, FL" 6080 = "Pensacola, FL" 6200 = "Phoenix, AZ" 6640 = "Raleigh-Durham, NC" 6840 = "Rochester, NY" 6880 = "Rockford, IL" 6920 = "Sacramento, CA" 7120 = "Salinas-Seaside-Monterey, CA" 7160 = "Salt Lake City-Ogden, UT" 7240 = "San Antonio, TX" 7320 = "San Diego, CA" 7560 = "Scranton-Wilkes-Barre, PA" 8000 = "Springfield, MA" 8120 = "Stockton, CA" 8160 = "Syracuse, NY" 8280 = "Tampa-St. Petersburg-Clearwater, FL" 8400 = "Toledo, OH" 8520 = "Tucson, AZ" 8560 = "Tulsa, OK" 8680 = "Utica-Rome, NY" 8840 = "Washington, DC-MD-VA" 8960 = "West Palm Beach-Boca Raton-Delray" 9240 = "Worcester, MA" ; VALUE H2_ACCES (default=32) 0 = "Not applicable" 1 = "Direct - skip to housunit" 2 = "Through another unit" ; VALUE H2_LVQTR (default=32) 0 = "Not applicable" 1 = "House, apartment, flat" 2 = "Housing/other unit (HU) in" 3 = "Hu, permanent in transient" 4 = "Housing/other unit (HU) in" 5 = "Mobile home or trailer with no" 6 = "Mobile home or trailer with one" 7 = "Housing/other unit (HU) not" 8 = "Quarters not Housing/other unit" 9 = "Unit not permanent in transient" 10 = "Unoccupied tent or trailer site" 11 = "Other unit not specified above" ; VALUE H2_UNITS (default=32) 0 = "Not applicable" 1 = "Only 'other' units" 2 = "Mobile home or trailer" 3 = "One, detached" 4 = "One, attached" 5 = "Two" 6 = "3-4" 7 = "5-9" 8 = "10-19" 9 = "20-49" 10 = "50 or more" ; VALUE H2_TENUR (default=32) 0 = "Not applicable" 1 = "Owned or being bought by someone" 2 = "Rented for cash" 3 = "Occupied without payment of cash" ; VALUE H2_PUBHS (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H2_LORNT (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H2_RACE (default=32) 0 = "Not applicable" 1 = "White" 2 = "Black" 3 = "American Indian, Eskimo or Aleut" 4 = "Asian or Pacific Islander" ; VALUE H2_SEX (default=32) 0 = "Not applicable" 1 = "Male" 2 = "Female" ; VALUE H2_SIZE (default=32) 0 = "Not applicable" ; VALUE H2_SEG (default=32) 1 = "Address" 2 = "Unit" 3 = "Permit" 4 = "Area" 5 = "Special place" ; VALUE U2FRMSLE (default=32) 0 = "Not answered" 1 = "Yes" 2 = "No" 3 = "Not applicable" ; VALUE U2_ACCES (default=32) 0 = "Not applicable" 1 = "Direct - skip to housunit" 2 = "Through another unit" ; VALUE U2_LVQTR (default=32) -9 = "Not answered" 0 = "Not answered (types B and C)" 1 = "House, apartment, flat" 2 = "Housing/other unit (HU) in" 3 = "Hu, permanent in transient" 4 = "Housing/other unit (HU) in" 5 = "Mobile home or trailer with no" 6 = "Mobile home or trailer with one" 7 = "Housing/other unit (HU) not" 8 = "Quarters not Housing/other unit" 9 = "Unit not permanent in transient" 10 = "Unoccupied tent or trailer site" 11 = "Other unit not specified above" ; VALUE U2_UNITS (default=32) -9 = "Not answered" 0 = "Not answered (types B and C)" 1 = "Only 'other' units" 2 = "Mobile home or trailer" 3 = "One, detached" 4 = "One, attached" 5 = "Two" 6 = "3-4" 7 = "5-9" 8 = "10-19" 9 = "20-49" 10 = "50 or more" ; VALUE U2_TENUR (default=32) 0 = "Not answered (types B and C)" 1 = "Owned or being bought by someone" 2 = "Rented for cash" 3 = "Occupied without payment of cash" 9 = "Not answered" ; VALUE U2_PUBHS (default=32) -1 = "DK" 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE U2_LORNT (default=32) -1 = "DK" 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H2ITM36B (default=32) 0 = "Not applicable" 1 = "Interviewed" 2 = "No one home" 3 = "Temporarily absent" 4 = "Refused" 5 = "Unable to locate" 6 = "Other" 16 = " Entire HH institutionalized or" 22 = "Other" 23 = "Entire household out-of-scope" 24 = "Moved, address unknown" 25 = "Moved within country beyond" 26 = "All sample persons relisted on" ; VALUE U2_RACE (default=32) 0 = "Not applicable" 1 = "White" 2 = "Black" 3 = "American Indian, Eskimo or Aleut" 4 = "Asian or Pacific Islander" 9 = "Not answered" ; VALUE U2_SEX (default=32) 0 = "Not applicable" 1 = "Male" 2 = "Female" 9 = "Not answered" ; VALUE U2_SIZE (default=32) -9 = "Not answered" 0 = "Not applicable" ; VALUE U2TOTVST (default=32) -9 = "Not answered" 0 = "Not applicable" ; VALUE U2TOTPHN (default=32) 0 = "Not applicable" ; VALUE U2CCRSPP (default=32) 0 = "Not applicable" ; VALUE H2_0010L (default=32) 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE H2_0012L (default=32) 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE H2_0014L (default=32) 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE H2_0016L (default=32) 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE H2_0018L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H2_0020L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H2_0022L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H2_0024L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H2_MEANS (default=32) 0 = "Not in universe or no persons" 1 = "One or more persons in household" 2 = "No person in household received" ; VALUE H2_CASH (default=32) 0 = "Not in universe or no persons" 1 = "One or more persons in household" 2 = "No person in household received" ; VALUE H2NCASHB (default=32) 0 = "Not in universe or no persons" 1 = "One or more persons in household" 2 = "One or more persons in household" 3 = "No person in household received" ; VALUE H2_ENRGY (default=32) 0 = "Not applicable" 1 = "Checks sent to household" 2 = "Coupons or vouchers sent to" 3 = "Payments sent elsewhere" 4 = "Checks and coupons or vouchers" 5 = "Checks sent to household and" 6 = "Coupons or voucher sent to" 7 = "All three types of assistance" ; VALUE H2_LUNCH (default=32) 0 = "Not applicable" 1 = "Free" 2 = "Reduced-price" 3 = "Both" ; VALUE H2_BREAK (default=32) 0 = "Not applicable" 1 = "Free" 2 = "Reduced-price" 3 = "Both" ; VALUE H2_4816L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to H2-4826" ; VALUE H2_4818L (default=32) 0 = "Not marked as a place where" 1 = "Marked as a place where payments" ; VALUE H2_4820L (default=32) 0 = "Not marked as a place where" 1 = "Marked as a place where payments" ; VALUE H2_4822L (default=32) 0 = "Not marked as a place where" 1 = "Marked as a place where payments" ; VALUE H2_4824L (default=32) 0 = "Not in universe" ; VALUE H2_4826L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE H2_4828L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE H2_4830L (default=32) 0 = "Not in universe" ; VALUE H2_4832L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No- skip to H2-4840" ; VALUE H2_4834L (default=32) 0 = "Not in universe" ; VALUE H2_4836L (default=32) 0 = "Not marked as a free lunch or" 1 = "Marked as a free lunch" ; VALUE H2_4838L (default=32) 0 = "Not marked as a reduced-price" 1 = "Marked as a reduced-price" ; VALUE H2_4840L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE H2_4842L (default=32) 0 = "Not in universe" ; VALUE H2_4844L (default=32) 0 = "Not marked as a free breakfast" 1 = "Marked as a free breakfast" ; VALUE H2_4846L (default=32) 0 = "Not marked as a reduced-price" 1 = "Marked as a reduced-price" ; VALUE H2_IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H2_IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H2_IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H2_IMP0N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H2_IMP1K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H2_IMP1L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H2_IMP1M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H2_IMP1N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H2_IMP1O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H2_IMP1P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H2_IMP1Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H2_IMP1R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H2_IMP1S (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H2_IMP1T (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H2_IMP2K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H3_MIS (default=32) 0 = "Not applicable" 1 = "Interview" 2 = "Noninterview" 3 = "Not in sample" ; VALUE H3_INT1L (default=32) 0 = "Sample household added in Wave 2" 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" 16 = "Other Type B" 17 = "Demolished" 18 = "House or trailer moved" 19 = "Converted to permanent business" 20 = "Merged" 21 = "Condemned" 22 = "Other" ; VALUE H3_STATE (default=32) 0 = "Not applicable" 1 = "Alabama" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "District of Columbia" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 17 = "Illinois" 18 = "Indiana" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 29 = "Missouri" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 35 = "New Mexico" 36 = "New York" 37 = "North Carolina" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 51 = "Virginia" 53 = "Washington" 54 = "West Virginia" 55 = "Wisconsin" 61 = "Maine, Vermont" 62 = "Iowa, North Dakota, South Dakota" 63 = "Alaska, Idaho, Montana, Wyoming" ; VALUE H3_METRO (default=32) 0 = "Not applicable" 1 = "Metro" 2 = "Residual" ; VALUE H3_MSA (default=32) 0 = "Not in universe or not identifiable" 7 = "Boston-Lawrence-Salem, MA-NH" 10 = "Buffalo-Niagara Falls, NY" 14 = "Chicago-Gary-Lake County, IL-IN" 21 = "Cincinnati-Hamilton, OH-KY" 28 = "Cleveland-Akron-Lorain, OH" 31 = "Dallas-Fort Worth, TX" 34 = "Denver-Boulder, CO" 35 = "Detroit-Ann Arbor, MI" 41 = "Hartford-New Britain-Middletown, CT" 42 = "Houston, TX" 49 = "Los Angeles-Anaheim-Riverside, CA" 56 = "Miami-Fort Lauderdale, FL" 63 = "Milwaukee-Racine, WI" 70 = "New York-N. New Jersey-Long" 77 = "Philadelphia-Wilmington-Trenton," 78 = "Pittsburgh-Beaver Valley, PA" 79 = "Portland-Vancouver, OR" 82 = "St. Louis, IL-MO" 84 = "San Francisco-Oakland-San Jose, CA" 91 = "Seattle-Tacoma, WA" 160 = "Albany-Schenectady-Troy, NY" 200 = "Albequerque, NM" 520 = "Atlanta, GA" 640 = "Austin, TX" 0680 = "Bakersfield, CA" 760 = "Baton Rouge, LA" 840 = "Beaumont-Port Arthur, TX" 1000 = "Birmingham, AL" 1520 = "Charlotte-Gastonia-Rock Hill, NC" 1720 = "Colorado Springs, CO" 1840 = "Columbus, OH" 1880 = "Corpus Christi, TX" 2000 = "Dayton-Springfield, OH" 2320 = "El Paso, TX" 2400 = "Eugene-Springfield, OR" 2560 = "Fayetville, NC" 2700 = "Ft. Myers-Cape Coral, FL" 2760 = "Fort Wayne, IN" 2840 = "Fresno, CA" 3120 = "Greensboro-Winston-Salem-" 3160 = "Greenville - Spartansburg, SC" 3240 = "Harrisburg-Lebanon-Carlisle, PA" 3320 = "Honolulu, HI" 3480 = "Indianapolis, IN" 3600 = "Jacksonville, FL" 3840 = "Knoxville, TN" 3980 = "Lakeland-Winterhaven, FL" 4040 = "Lansing-East Lansing, MI" 4720 = "Madison, WI" 4880 = "McCallen-Edinburg-Mission, TX" 4900 = "Melbourne-Titusville-Palm Bay, FL" 4920 = "Memphis, TN" 5120 = "Minneapolis-St. Paul, MN" 5160 = "Mobile, AL" 5360 = "Nashville, TN" 5480 = "New Haven-Meriden, CT" 5560 = "New Orleans, LA" 5720 = "Norfolk-VA Beach-Newport News, VA" 5880 = "Oklahoma City, OK" 5960 = "Orlando, FL" 6080 = "Pensacola, FL" 6200 = "Phoenix, AZ" 6640 = "Raleigh-Durham, NC" 6840 = "Rochester, NY" 6880 = "Rockford, IL" 6920 = "Sacramento, CA" 7120 = "Salinas-Seaside-Monterey, CA" 7160 = "Salt Lake City-Ogden, UT" 7240 = "San Antonio, TX" 7320 = "San Diego, CA" 7560 = "Scranton-Wilkes-Barre, PA" 8000 = "Springfield, MA" 8120 = "Stockton, CA" 8160 = "Syracuse, NY" 8280 = "Tampa-St. Petersburg-Clearwater, FL" 8400 = "Toledo, OH" 8520 = "Tucson, AZ" 8560 = "Tulsa, OK" 8680 = "Utica-Rome, NY" 8840 = "Washington, DC-MD-VA" 8960 = "West Palm Beach-Boca Raton-Delray" 9240 = "Worcester, MA" ; VALUE H3_ACCES (default=32) 0 = "Not applicable" 1 = "Direct - skip to housunit" 2 = "Through another unit" ; VALUE H3_LVQTR (default=32) 0 = "Not applicable" 1 = "House, apartment, flat" 2 = "Housing/other unit (HU) in" 3 = "Hu, permanent in transient" 4 = "Housing/other unit (HU) in" 5 = "Mobile home or trailer with no" 6 = "Mobile home or trailer with one" 7 = "Housing/other unit (HU) not" 8 = "Quarters not Housing/other unit" 9 = "Unit not permanent in transient" 10 = "Unoccupied tent or trailer site" 11 = "Other unit not specified above" ; VALUE H3_UNITS (default=32) 0 = "Not applicable" 1 = "Only 'other' units" 2 = "Mobile home or trailer" 3 = "One, detached" 4 = "One, attached" 5 = "Two" 6 = "3-4" 7 = "5-9" 8 = "10-19" 9 = "20-49" 10 = "50 or more" ; VALUE H3_TENUR (default=32) 0 = "Not applicable" 1 = "Owned or being bought by someone" 2 = "Rented for cash" 3 = "Occupied without payment of cash" ; VALUE H3_PUBHS (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H3_LORNT (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H3_RACE (default=32) 0 = "Not applicable" 1 = "White" 2 = "Black" 3 = "American Indian, Eskimo or Aleut" 4 = "Asian or Pacific Islander" ; VALUE H3_SEX (default=32) 0 = "Not applicable" 1 = "Male" 2 = "Female" ; VALUE H3_SIZE (default=32) 0 = "Not applicable" ; VALUE H3_SEG (default=32) 1 = "Address" 2 = "Unit" 3 = "Permit" 4 = "Area" 5 = "Special place" ; VALUE U3FRMSLE (default=32) 0 = "Not answered" 1 = "Yes" 2 = "No" 3 = "Not applicable" ; VALUE U3_ACCES (default=32) 0 = "Not applicable" 1 = "Direct - skip to housunit" 2 = "Through another unit" ; VALUE U3_LVQTR (default=32) -9 = "Not answered" 0 = "Not answered (types B and C)" 1 = "House, apartment, flat" 2 = "Housing/other unit (HU) in" 3 = "Hu, permanent in transient" 4 = "Housing/other unit (HU) in" 5 = "Mobile home or trailer with no" 6 = "Mobile home or trailer with one" 7 = "Housing/other unit (HU) not" 8 = "Quarters not Housing/other unit" 9 = "Unit not permanent in transient" 10 = "Unoccupied tent or trailer site" 11 = "Other unit not specified above" ; VALUE U3_UNITS (default=32) -9 = "Not answered" 0 = "Not answered (types B and C)" 1 = "Only 'other' units" 2 = "Mobile home or trailer" 3 = "One, detached" 4 = "One, attached" 5 = "Two" 6 = "3-4" 7 = "5-9" 8 = "10-19" 9 = "20-49" 10 = "50 or more" ; VALUE U3_TENUR (default=32) 0 = "Not answered (types B and C)" 1 = "Owned or being bought by someone" 2 = "Rented for cash" 3 = "Occupied without payment of cash" 9 = "Not answered" ; VALUE U3_PUBHS (default=32) -1 = "DK" 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE U3_LORNT (default=32) -1 = "DK" 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H3ITM36B (default=32) 0 = "Not applicable" 1 = "Interviewed" 2 = "No one home" 3 = "Temporarily absent" 4 = "Refused" 5 = "Unable to locate" 6 = "Other" 16 = "Entire HH institutionalized or" 22 = "Deleted (sample adjustment, error)" 23 = "Entire household deceased, moved" 24 = "Moved, address unknown" 25 = "Moved within country beyond" 26 = "All sample persons relisted on" ; VALUE U3_RACE (default=32) 0 = "Not applicable" 1 = "White" 2 = "Black" 3 = "American Indian, Eskimo or Aleut" 4 = "Asian or Pacific Islander" 9 = "Not answered" ; VALUE U3_SEX (default=32) 0 = "Not applicable" 1 = "Male" 2 = "Female" 9 = "Not answered" ; VALUE U3_SIZE (default=32) -9 = "Not answered" 0 = "Not applicable" ; VALUE U3TOTVST (default=32) -9 = "Not answered" 0 = "Not applicable" ; VALUE U3TOTPHN (default=32) 0 = "Not applicable" ; VALUE U3CCRSPP (default=32) 0 = "Not applicable" ; VALUE H3_0010L (default=32) 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE H3_0012L (default=32) 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE H3_0014L (default=32) 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE H3_0016L (default=32) 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE H3_0018L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H3_0020L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H3_0022L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H3_0024L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H3_MEANS (default=32) 0 = "Not in universe or no persons" 1 = "One or more persons in household" 2 = "No person in household received" ; VALUE H3_CASH (default=32) 0 = "Not in universe or no persons" 1 = "One or more persons in household" 2 = "No person in household received" ; VALUE H3NCASHB (default=32) 0 = "Not in universe or no persons" 1 = "One or more persons in household" 2 = "One or more persons in household" 3 = "No person in household received" ; VALUE H3_ENRGY (default=32) 0 = "Not applicable" 1 = "Checks sent to household" 2 = "Coupons or vouchers sent to" 3 = "Payments sent elsewhere" 4 = "Checks and coupons or vouchers" 5 = "Checks sent to household and" 6 = "Coupons or voucher sent to" 7 = "All three types of assistance" ; VALUE H3_LUNCH (default=32) 0 = "Not applicable" 1 = "Free" 2 = "Reduced-price" 3 = "Both" ; VALUE H3_BREAK (default=32) 0 = "Not applicable" 1 = "Free" 2 = "Reduced-price" 3 = "Both" ; VALUE H3_4816L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to H3-4826" ; VALUE H3_4818L (default=32) 0 = "Not marked as a place where" 1 = "Marked as a place where payments" ; VALUE H3_4820L (default=32) 0 = "Not marked as a place where" 1 = "Marked as a place where payments" ; VALUE H3_4822L (default=32) 0 = "Not marked as a place where" 1 = "Marked as a place where payments" ; VALUE H3_4824L (default=32) 0 = "Not in universe" ; VALUE H3_4826L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE H3_4828L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE H3_4830L (default=32) 0 = "Not in universe" ; VALUE H3_4832L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No- skip to H3-4840" ; VALUE H3_4834L (default=32) 0 = "Not in universe" ; VALUE H3_4836L (default=32) 0 = "Not marked as a free lunch or" 1 = "Marked as a free lunch" ; VALUE H3_4838L (default=32) 0 = "Not marked as a reduced-price" 1 = "Marked as a reduced-price" ; VALUE H3_4840L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE H3_4842L (default=32) 0 = "Not in universe" ; VALUE H3_4844L (default=32) 0 = "Not marked as a free breakfast" 1 = "Marked as a free breakfast" ; VALUE H3_4846L (default=32) 0 = "Not marked as a reduced-price" 1 = "Marked as a reduced-price" ; VALUE H3_IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H3_IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H3_IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H3_IMP0N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H3_IMP1K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H3_IMP1L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H3_IMP1M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H3_IMP1N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H3_IMP1O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H3_IMP1P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H3_IMP1Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H3_IMP1R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H3_IMP1S (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H3_IMP1T (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H3_IMP2K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H4_MIS (default=32) 0 = "Not applicable" 1 = "Interview" 2 = "Noninterview" 3 = "Not in sample" ; VALUE H4_INT1L (default=32) 0 = "Sample household added in Wave 2" 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" 16 = "Other Type B" 17 = "Demolished" 18 = "House or trailer moved" 19 = "Converted to permanent business" 20 = "Merged" 21 = "Condemned" 22 = "Other" ; VALUE H4_STATE (default=32) 0 = "Not applicable" 1 = "Alabama" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "District of Columbia" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 17 = "Illinois" 18 = "Indiana" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 29 = "Missouri" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 35 = "New Mexico" 36 = "New York" 37 = "North Carolina" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 51 = "Virginia" 53 = "Washington" 54 = "West Virginia" 55 = "Wisconsin" 61 = "Maine, Vermont" 62 = "Iowa, North Dakota, South Dakota" 63 = "Alaska, Idaho, Montana, Wyoming" ; VALUE H4_METRO (default=32) 0 = "Not applicable" 1 = "Metro" 2 = "Residual" ; VALUE H4_MSA (default=32) 0 = "Not in universe or not identifiable" 7 = "Boston-Lawrence-Salem, MA-NH" 10 = "Buffalo-Niagara Falls, NY" 14 = "Chicago-Gary-Lake County, IL-IN" 21 = "Cincinnati-Hamilton, OH-KY" 28 = "Cleveland-Akron-Lorain, OH" 31 = "Dallas-Fort Worth, TX" 34 = "Denver-Boulder, CO" 35 = "Detroit-Ann Arbor, MI" 41 = "Hartford-New Britain-Middletown, CT" 42 = "Houston, TX" 49 = "Los Angeles-Anaheim-Riverside, CA" 56 = "Miami-Fort Lauderdale, FL" 63 = "Milwaukee-Racine, WI" 70 = "New York-N. New Jersey-Long" 77 = "Philadelphia-Wilmington-Trenton," 78 = "Pittsburgh-Beaver Valley, PA" 79 = "Portland-Vancouver, OR" 82 = "St. Louis, IL-MO" 84 = "San Francisco-Oakland-" 91 = "Seattle-Tacoma, WA" 160 = "Albany-Schenectady-Troy, NY" 200 = "Albequerque, NM" 520 = "Atlanta, GA" 640 = "Austin, TX" 0680 = "Bakersfield, CA" 760 = "Baton Rouge, LA" 840 = "Beaumont-Port Arthur, TX" 1000 = "Birmingham, AL" 1520 = "Charlotte-Gastonia-" 1720 = "Colorado Springs, CO" 1840 = "Columbus, OH" 1880 = "Corpus Christi, TX" 2000 = "Dayton-Springfield, OH" 2320 = "El Paso, TX" 2400 = "Eugene-Springfield, OR" 2560 = "Fayetville, NC" 2700 = "Ft. Myers-Cape Coral, FL" 2760 = "Fort Wayne, IN" 2840 = "Fresno, CA" 3120 = "Greensboro-Winston-Salem-" 3160 = "Greenville - Spartansburg, SC" 3240 = "Harrisburg-Lebanon-Carlisle, PA" 3320 = "Honolulu, HI" 3480 = "Indianapolis, IN" 3600 = "Jacksonville, FL" 3840 = "Knoxville, TN" 3980 = "Lakeland-Winterhaven, FL" 4040 = "Lansing-East Lansing, MI" 4720 = "Madison, WI" 4880 = "McCallen-Edinburg-Mission, TX" 4900 = "Melbourne-Titusville-" 4920 = "Memphis, TN" 5120 = "Minneapolis-St. Paul, MN" 5160 = "Mobile, AL" 5360 = "Nashville, TN" 5480 = "New Haven-Meriden, CT" 5560 = "New Orleans, LA" 5720 = "Norfolk-VA Beach-Newport News, VA" 5880 = "Oklahoma City, OK" 5960 = "Orlando, FL" 6080 = "Pensacola, FL" 6200 = "Phoenix, AZ" 6640 = "Raleigh-Durham, NC" 6840 = "Rochester, NY" 6880 = "Rockford, IL" 6920 = "Sacramento, CA" 7120 = "Salinas-Seaside-Monterey, CA" 7160 = "Salt Lake City-Ogden, UT" 7240 = "San Antonio, TX" 7320 = "San Diego, CA" 7560 = "Scranton-Wilkes-Barre, PA" 8000 = "Springfield, MA" 8120 = "Stockton, CA" 8160 = "Syracuse, NY" 8280 = "Tampa-St. Petersburg-" 8400 = "Toledo, OH" 8520 = "Tucson, AZ" 8560 = "Tulsa, OK" 8680 = "Utica-Rome, NY" 8840 = "Washington, DC-MD-VA" 8960 = "West Palm Beach-Boca Raton-Delray" 9240 = "Worcester, MA" ; VALUE H4_ACCES (default=32) 0 = "Not applicable" 1 = "Direct - skip to housunit" 2 = "Through another unit" ; VALUE H4_LVQTR (default=32) 0 = "Not applicable" 1 = "House, apartment, flat" 2 = "Housing/other unit (HU) in" 3 = "Hu, permanent in transient" 4 = "Housing/other unit (HU) in" 5 = "Mobile home or trailer with no" 6 = "Mobile home or trailer with one" 7 = "Housing/other unit (HU) not" 8 = "Quarters not Housing/other unit" 9 = "Unit not permanent in transient" 10 = "Unoccupied tent or trailer site" 11 = "Other unit not specified above" ; VALUE H4_UNITS (default=32) 0 = "Not applicable" 1 = "Only 'other' units" 2 = "Mobile home or trailer" 3 = "One, detached" 4 = "One, attached" 5 = "Two" 6 = "3-4" 7 = "5-9" 8 = "10-19" 9 = "20-49" 10 = "50 or more" ; VALUE H4_TENUR (default=32) 0 = "Not applicable" 1 = "Owned or being bought by someone" 2 = "Rented for cash" 3 = "Occupied without payment of cash" ; VALUE H4_PUBHS (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H4_LORNT (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H4_RACE (default=32) 0 = "Not applicable" 1 = "White" 2 = "Black" 3 = "American Indian, Eskimo or Aleut" 4 = "Asian or Pacific Islander" ; VALUE H4_SEX (default=32) 0 = "Not applicable" 1 = "Male" 2 = "Female" ; VALUE H4_SIZE (default=32) 0 = "Not applicable" ; VALUE H4_SEG (default=32) 1 = "Address" 2 = "Unit" 3 = "Permit" 4 = "Area" 5 = "Special place" ; VALUE U4FRMSLE (default=32) 0 = "Not answered" 1 = "Yes" 2 = "No" 3 = "Not applicable" ; VALUE U4_ACCES (default=32) 0 = "Not applicable" 1 = "Direct - skip to housunit" 2 = "Through another unit" ; VALUE U4_LVQTR (default=32) -9 = "Not answered" 0 = "Not answered (types B and C)" 1 = "House, apartment, flat" 2 = "Housing/other unit (HU) in" 3 = "Hu, permanent in transient" 4 = "Housing/other unit (HU) in" 5 = "Mobile home or trailer with no" 6 = "Mobile home or trailer with one" 7 = "Housing/other unit (HU) not" 8 = "Quarters not Housing/other unit" 9 = "Unit not permanent in transient" 10 = "Unoccupied tent or trailer site" 11 = "Other unit not specified above" ; VALUE U4_UNITS (default=32) -9 = "Not answered" 0 = "Not answered (types B and C)" 1 = "Only 'other' units" 2 = "Mobile home or trailer" 3 = "One, detached" 4 = "One, attached" 5 = "Two" 6 = "3-4" 7 = "5-9" 8 = "10-19" 9 = "20-49" 10 = "50 or more" ; VALUE U4_TENUR (default=32) 0 = "Not answered (types B and C)" 1 = "Owned or being bought by someone" 2 = "Rented for cash" 3 = "Occupied without payment of cash" 9 = "Not answered" ; VALUE U4_PUBHS (default=32) -1 = "DK" 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE U4_LORNT (default=32) -1 = "DK" 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H4ITM36B (default=32) 1 = "Interviewed" 2 = "No one home" 3 = "Temporarily absent" 4 = "Refused" 5 = "Unable to locate" 6 = "Other" 16 = "Entire HH institutionalized or" 22 = "Deleted (sample adjustment, error)" 23 = "Entire household deceased, moved" 24 = "Moved, address unknown" 25 = "Moved within country beyond" 26 = "All sample persons relisted on" ; VALUE U4_RACE (default=32) 0 = "Not applicable" 1 = "White" 2 = "Black" 3 = "American Indian, Eskimo or Aleut" 4 = "Asian or Pacific Islander" 9 = "Not answered" ; VALUE U4_SEX (default=32) 0 = "Not applicable" 1 = "Male" 2 = "Female" 9 = "Not answered" ; VALUE U4_SIZE (default=32) -9 = "Not answered" 0 = "Not applicable" ; VALUE U4TOTVST (default=32) -9 = "Not answered" 0 = "Not applicable" ; VALUE U4TOTPHN (default=32) 0 = "Not applicable" ; VALUE U4CCRSPP (default=32) 0 = "Not applicable" ; VALUE H4_0010L (default=32) 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE H4_0012L (default=32) 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE H4_0014L (default=32) 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE H4_0016L (default=32) 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE H4_0018L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H4_0020L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H4_0022L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H4_0024L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H4_MEANS (default=32) 0 = "Not in universe or no persons" 1 = "One or more persons in household" 2 = "No person in household received" ; VALUE H4_CASH (default=32) 0 = "Not in universe or no persons" 1 = "One or more persons in household" 2 = "No person in household received" ; VALUE H4NCASHB (default=32) 0 = "Not in universe or no persons" 1 = "One or more persons in household" 2 = "One or more persons in household" 3 = "No person in household received" ; VALUE H4_ENRGY (default=32) 0 = "Not applicable" 1 = "Checks sent to household" 2 = "Coupons or vouchers sent to" 3 = "Payments sent elsewhere" 4 = "Checks and coupons or vouchers" 5 = "Checks sent to household and" 6 = "Coupons or voucher sent to" 7 = "All three types of assistance" ; VALUE H4_LUNCH (default=32) 0 = "Not applicable" 1 = "Free" 2 = "Reduced-price" 3 = "Both" ; VALUE H4_BREAK (default=32) 0 = "Not applicable" 1 = "Free" 2 = "Reduced-price" 3 = "Both" ; VALUE H4_4816L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to H4-4826" ; VALUE H4_4818L (default=32) 0 = "Not marked as a place where" 1 = "Marked as a place where payments" ; VALUE H4_4820L (default=32) 0 = "Not marked as a place where" 1 = "Marked as a place where payments" ; VALUE H4_4822L (default=32) 0 = "Not marked as a place where" 1 = "Marked as a place where payments" ; VALUE H4_4824L (default=32) 0 = "Not in universe" ; VALUE H4_4826L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE H4_4828L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE H4_4830L (default=32) 0 = "Not in universe" ; VALUE H4_4832L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No- skip to H4-4840" ; VALUE H4_4834L (default=32) 0 = "Not in universe" ; VALUE H4_4836L (default=32) 0 = "Not marked as a free lunch or" 1 = "Marked as a free lunch" ; VALUE H4_4838L (default=32) 0 = "Not marked as a reduced-price" 1 = "Marked as a reduced-price" ; VALUE H4_4840L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE H4_4842L (default=32) 0 = "Not in universe" ; VALUE H4_4844L (default=32) 0 = "Not marked as a free breakfast" 1 = "Marked as a free breakfast" ; VALUE H4_4846L (default=32) 0 = "Not marked as a reduced-price" 1 = "Marked as a reduced-price" ; VALUE H4_IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H4_IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H4_IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H4_IMP0N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H4_IMP1K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H4_IMP1L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H4_IMP1M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H4_IMP1N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H4_IMP1O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H4_IMP1P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H4_IMP1Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H4_IMP1R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H4_IMP1S (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H4_IMP1T (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H4_IMP2K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H5_MIS (default=32) 1 = "Interview" 2 = "Noninterview" 3 = "Not in sample" ; VALUE H5_LVQTR (default=32) 0 = "Not applicable" 1 = "House, apartment, flat" 2 = "Housing/other unit (HU) in" 3 = "Hu, permanent in transient" 4 = "Housing/other unit (HU) in" 5 = "Mobile home or trailer with one" 6 = "Mobile home or trailer with one" 7 = "Housing/other unit (HU) not" 8 = "Quarters not Housing/other unit" 9 = "Unit not permanent in transient" 10 = "Unoccupied tent or trailer site" 11 = "Other unit not specified above" ; VALUE F1_TYPE (default=32) 1 = "Primary family" 3 = "Unrelated subfamily" 4 = "Primary individual" 5 = "Secondary individual" ; VALUE F1_KIND (default=32) 1 = "Headed by husband/ wife" 2 = "Male reference person" 3 = "Female reference person" ; VALUE F1OWNKID (default=32) 0 = "None" ; VALUE F1OKLT1D (default=32) 0 = "None" ; VALUE F2_TYPE (default=32) 1 = "Primary family" 3 = "Unrelated subfamily" 4 = "Primary individual" 5 = "Secondary individual" ; VALUE F2_KIND (default=32) 1 = "Headed by husband/ wife" 2 = "Male reference person" 3 = "Female reference person" ; VALUE F2OWNKID (default=32) 0 = "None" ; VALUE F2OKLT1D (default=32) 0 = "None" ; VALUE F3_TYPE (default=32) 1 = "Primary family" 3 = "Unrelated subfamily" 4 = "Primary individual" 5 = "Secondary individual" ; VALUE F3_KIND (default=32) 1 = "Headed by husband/ wife" 2 = "Male reference person" 3 = "Female reference person" ; VALUE F3OWNKID (default=32) 0 = "None" ; VALUE F3OKLT1D (default=32) 0 = "None" ; VALUE F4_TYPE (default=32) 1 = "Primary family" 3 = "Unrelated subfamily" 4 = "Primary individual" 5 = "Secondary individual" ; VALUE F4_KIND (default=32) 1 = "Headed by husband/ wife" 2 = "Male reference person" 3 = "Female reference person" ; VALUE F4OWNKID (default=32) 0 = "None" ; VALUE F4OKLT1D (default=32) 0 = "None" ; VALUE S1_TYPE (default=32) 2 = "Related subfamily" ; VALUE S1_KIND (default=32) 1 = "Headed by husband/ wife" 2 = "Male reference person" 3 = "Female reference person" ; VALUE S1OWNKID (default=32) 0 = "None" ; VALUE S1OKLT1D (default=32) 0 = "None" ; VALUE S2_TYPE (default=32) 2 = "Related subfamily" ; VALUE S2_KIND (default=32) 1 = "Headed by husband/ wife" 2 = "Male reference person" 3 = "Female reference person" ; VALUE S2OWNKID (default=32) 0 = "None" ; VALUE S2OKLT1D (default=32) 0 = "None" ; VALUE S3_TYPE (default=32) 2 = "Related subfamily" ; VALUE S3_KIND (default=32) 1 = "Headed by husband/ wife" 2 = "Male reference person" 3 = "Female reference person" ; VALUE S3OWNKID (default=32) 0 = "None" ; VALUE S3OKLT1D (default=32) 0 = "None" ; VALUE S4_TYPE (default=32) 2 = "Related subfamily" ; VALUE S4_KIND (default=32) 1 = "Headed by husband/ wife" 2 = "Male reference person" 3 = "Female reference person" ; VALUE S4OWNKID (default=32) 0 = "None" ; VALUE S4OKLT1D (default=32) 0 = "None" ; VALUE PP_INTVW (default=32) 0 = "Not applicable (children" 1 = "Interview (self)" 2 = "Interview (proxy)" 3 = "Noninterview - type Z refusal" 4 = "Noninterview - type Z other" ; VALUE PP_MIS_W (default=32) 1 = "Interview" 2 = "Noninterview" ; VALUE PP_MIS_K (default=32) 1 = "Interview" 2 = "Noninterview" ; VALUE PP_MIS_L (default=32) 1 = "Interview" 2 = "Noninterview" ; VALUE PP_MIS_M (default=32) 1 = "Interview" 2 = "Noninterview" ; VALUE PP_MIS_N (default=32) 1 = "Interview" 2 = "Noninterview" ; VALUE $PW_ADDI (default=32) "0" = "Not applicable (Person not in" ; VALUE PW_MS (default=32) 0 = "Not applicable" 1 = "Married, spouse present" 2 = "Married, spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never married" 9 = "Not answered" ; VALUE PW_PNSP (default=32) -09 = "Not answered" 0 = "Not in universe" 999 = "Not 'married, spouse present'" ; VALUE PW_PNPT (default=32) -09 = "Not answered" 0 = "Not in universe" 999 = "None" ; VALUE PW_POPST (default=32) 0 = "Not applicable" 1 = "Child (under 15 at interview)" 2 = "Adult (15 years of age or older)" ; VALUE PW_ADDIT (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE PW_INTVW (default=32) 0 = "Not applicable or not in" 1 = "Interview (self)" 2 = "Interview (proxy)" 3 = "Noninterview - type-Z" 4 = "Noninterview - type-Z other" ; VALUE RRP_1L (default=32) 0 = "Not a sample person this month" 1 = "Household reference person," 2 = "Household reference person" 3 = "Spouse of household reference" 4 = "Child of household reference" 5 = "Other relative of household" 6 = "Nonrelative of household" 7 = "Nonrelative of household" ; VALUE RRP_2L (default=32) 0 = "Not a sample person this month" 1 = "Household reference person," 2 = "Household reference person" 3 = "Spouse of household reference" 4 = "Child of household reference" 5 = "Other relative of household" 6 = "Nonrelative of household" 7 = "Nonrelative of household" ; VALUE RRP_3L (default=32) 0 = "Not a sample person this month" 1 = "Household reference person," 2 = "Household reference person" 3 = "Spouse of household reference" 4 = "Child of household reference" 5 = "Other relative of household" 6 = "Nonrelative of household" 7 = "Nonrelative of household" ; VALUE RRP_4L (default=32) 0 = "Not a sample person this month" 1 = "Household reference person," 2 = "Household reference person" 3 = "Spouse of household reference" 4 = "Child of household reference" 5 = "Other relative of household" 6 = "Nonrelative of household" 7 = "Nonrelative of household" ; VALUE RRP_5L (default=32) 0 = "Not a sample person this month" 1 = "Household reference person," 2 = "Household reference person" 3 = "Spouse of household reference" 4 = "Child of household reference" 5 = "Other relative of household" 6 = "Nonrelative of household" 7 = "Nonrelative of household" ; VALUE AGE_1L (default=32) 0 = "Less than 1 full year or not a" 85 = "85 years old or older" ; VALUE AGE_2L (default=32) 0 = "Less than 1 full year or not a" 85 = "85 years old or older" ; VALUE AGE_3L (default=32) 0 = "Less than 1 full year or not a" 85 = "85 years old or older" ; VALUE AGE_4L (default=32) 0 = "Less than 1 full year or not a" 85 = "85 years old or older" ; VALUE AGE_5L (default=32) 0 = "Less than 1 full year or not a" 85 = "85 years old or older" ; 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_1L (default=32) 0 = "Not a sample person this month" 1 = "Married, spouse present" 2 = "Married, spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never married" ; VALUE MS_2L (default=32) 0 = "Not a sample person this month" 1 = "Married, spouse present" 2 = "Married, spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never married" ; VALUE MS_3L (default=32) 0 = "Not a sample person this month" 1 = "Married, spouse present" 2 = "Married, spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never married" ; VALUE MS_4L (default=32) 0 = "Not a sample person this month" 1 = "Married, spouse present" 2 = "Married, spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never married" ; VALUE MS_5L (default=32) 0 = "Not a sample person this month" 1 = "Married, spouse present" 2 = "Married, spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never married" ; VALUE FAMTYP_E (default=32) 0 = "Primary family or not in sample" 1 = "Secondary individual (not a" 2 = "Unrelated sub (secondary) family" 3 = "Related subfamily" 4 = "Primary individual" ; VALUE FAMTYP_K (default=32) 0 = "Primary family or not in sample" 1 = "Secondary individual (not a" 2 = "Unrelated sub (secondary) family" 3 = "Related subfamily" 4 = "Primary individual" ; VALUE FAMTYP_L (default=32) 0 = "Primary family or not in sample" 1 = "Secondary individual (not a" 2 = "Unrelated sub (secondary) family" 3 = "Related subfamily" 4 = "Primary individual" ; VALUE FAMTYP_M (default=32) 0 = "Primary family or not in sample" 1 = "Secondary individual (not a" 2 = "Unrelated sub (secondary) family" 3 = "Related subfamily" 4 = "Primary individual" ; VALUE FAMTYP_N (default=32) 0 = "Primary family or not in sample" 1 = "Secondary individual (not a" 2 = "Unrelated sub (secondary) family" 3 = "Related subfamily" 4 = "Primary individual" ; VALUE FAMREL_E (default=32) 0 = "Not applicable (person not in" 1 = "Reference person of family" 2 = "Spouse of family reference" 3 = "Child of family reference person" 4 = "Other relative of family" ; VALUE FAMREL_K (default=32) 0 = "Not applicable (person not in" 1 = "Reference person of family" 2 = "Spouse of family reference" 3 = "Child of family reference person" 4 = "Other relative of family" ; VALUE FAMREL_L (default=32) 0 = "Not applicable (person not in" 1 = "Reference person of family" 2 = "Spouse of family reference" 3 = "Child of family reference person" 4 = "Other relative of family" ; VALUE FAMREL_M (default=32) 0 = "Not applicable (person not in" 1 = "Reference person of family" 2 = "Spouse of family reference" 3 = "Child of family reference person" 4 = "Other relative of family" ; VALUE FAMREL_N (default=32) 0 = "Not applicable (person not in" 1 = "Reference person of family" 2 = "Spouse of family reference" 3 = "Child of family reference person" 4 = "Other relative of family" ; VALUE FAMNUM_E (default=32) 0 = "Not applicable (person not in" ; VALUE FAMNUM_K (default=32) 0 = "Not applicable (person not in" ; VALUE FAMNUM_L (default=32) 0 = "Not applicable (person not in" ; VALUE FAMNUM_M (default=32) 0 = "Not applicable (person not in" ; VALUE FAMNUM_N (default=32) 0 = "Not applicable (person not in" ; VALUE POP_STAT (default=32) 1 = "Adult (15 years of age or older)" 2 = "Child (under 15 at interview)" ; VALUE PNSP_1L (default=32) 0 = "Not in sample this month" 999 = "Not 'married, spouse present'" ; VALUE PNSP_2L (default=32) 0 = "Not in sample this month" 999 = "Not 'married, spouse present'" ; VALUE PNSP_3L (default=32) 0 = "Not in sample this month" 999 = "Not 'married, spouse present'" ; VALUE PNSP_4L (default=32) 0 = "Not in sample this month" 999 = "Not 'married, spouse present'" ; VALUE PNSP_5L (default=32) 0 = "Not in sample this month" 999 = "Not 'married, spouse present'" ; VALUE PNPT_1L (default=32) 0 = "Not in sample this month" 999 = "None" ; VALUE PNPT_2L (default=32) 0 = "Not in sample this month" 999 = "None" ; VALUE PNPT_3L (default=32) 0 = "Not in sample this month" 999 = "None" ; VALUE PNPT_4L (default=32) 0 = "Not in sample this month" 999 = "None" ; VALUE PNPT_5L (default=32) 0 = "Not in sample this month" 999 = "None" ; VALUE VETSTAT (default=32) 0 = "Not applicable (under 15) or" 1 = "Yes" 2 = "No" ; VALUE HIGRADE (default=32) 0 = "Not applicable if under 15;" ; VALUE GRD_CMPL (default=32) 0 = "Not applicable if under 15." 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 IN_AF (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE U_HHMEM (default=32) 1 = "Yes - current HH member" 2 = "No" ; VALUE U_ENTLFM (default=32) 0 = "Not applicable or not answered" 1 = "Entered - birth" 2 = "Entered - marriage" 3 = "Entered - other" 4 = "Entered (before sample people)" 5 = "Left - deceased" 6 = "Left - institutionalized" 7 = "Left - living in Armed Forces" 8 = "Left - moved outside of country" 9 = "Left - separation or divorce" 10 = "Left - person #201 no longer" 11 = "Left - other" 12 = "Entered merged household" 13 = "Reentered household" 16 = "Entered - from institution" 17 = "Entered - from armed forces barracks" 18 = "Entered - from outside the country" 19 = "Entered - due to separation or" 21 = "Entered - birth" 22 = "Entered - marriage" 23 = "Entered - other" 24 = "Entered sample person added in" 25 = "Left - deceased" 26 = "Left - institutionalized" 27 = "Left - living in armed forces" 28 = "Left - moved outside of country" 29 = "Left - separation or divorce" 30 = "Left - 201+ persons not longer" 31 = "Left - other" 36 = "Entered - from institution" 37 = "Entered - from Armed Forces barracks" 38 = "Entered - from outside the country" 39 = "Entered - due to separation or" 99 = "Interviewed in previous wave but" ; VALUE U_ENTLFK (default=32) 0 = "Not applicable or not answered" 1 = "Entered - birth" 2 = "Entered - marriage" 3 = "Entered - other" 4 = "Entered (before sample people)" 5 = "Left - deceased" 6 = "Left - institutionalized" 7 = "Left - living in Armed Forces" 8 = "Left - moved outside of country" 9 = "Left - separation or divorce" 10 = "Left - person #201 no longer" 11 = "Left - other" 12 = "Entered merged household" 13 = "Reentered household" 16 = "Entered - from institution" 17 = "Entered - from armed forces barracks" 18 = "Entered - from outside the country" 19 = "Entered - due to separation or" 21 = "Entered - birth" 22 = "Entered - marriage" 23 = "Entered - other" 24 = "Entered sample person added in" 25 = "Left - deceased" 26 = "Left - institutionalized" 27 = "Left - living in armed forces" 28 = "Left - moved outside of country" 29 = "Left - separation or divorce" 30 = "Left - 201+ persons not longer" 31 = "Left - other" 36 = "Entered - from institution" 37 = "Entered - from Armed Forces barracks" 38 = "Entered - from outside the country" 39 = "Entered - due to separation or" 99 = "Interviewed in previous wave" ; VALUE U_MONLFT (default=32) 0 = "Not applicable (person did not move" ; VALUE U_MONENT (default=32) 0 = "Not applicable (person did not move" ; VALUE U_DAYLFT (default=32) 0 = "Not applicable (person did not move" ; VALUE U_DAYENT (default=32) 0 = "Not applicable (person did not move" ; VALUE CC_ADLFT (default=32) 0 = "Not applicable (person did not move" ; VALUE CC_ADENT (default=32) 0 = "Not applicable (person did not move" ; VALUE BRTHMN (default=32) -9 = "Not answered" ; VALUE BRTHYR (default=32) -009 = "Not answered" 1900 = "Born 1900 or earlier" ; VALUE U_PNPT (default=32) -09 = "Not answered" ; VALUE U_MS (default=32) 0 = "Not applicable" 1 = "Married - spouse present" 2 = "Married - spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never married" 9 = "Not answered" ; VALUE U_PNSP (default=32) -09 = "Not answered" 0 = "Not applicable" 999 = "Not 'married, spouse present'" ; VALUE U_PNGD (default=32) -09 = "Not answered" 0 = "Not applicable" ; VALUE U_SEX (default=32) 1 = "Male" 2 = "Female" 9 = "Not answered" ; VALUE U_RACE (default=32) 1 = "White" 2 = "Black" 3 = "American Indian, Eskimo or Aleut" 4 = "Asian or Pacific Islander" 5 = "Other" 9 = "Not answered" ; VALUE U_ORIGIN (default=32) -9 = "Not answered" 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 U_HIGRDE (default=32) -9 = "Not answered" 0 = "Not applicable, did not attend," ; VALUE U_COMPL (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" 9 = "Not answered" ; VALUE U_VET (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" 9 = "Not answered" ; VALUE U_AF (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" 9 = "Not answered" ; VALUE U_SSNDK (default=32) 0 = "Not answered, not applicable" 1 = "Don't know" 2 = "Refusal" 3 = "None" ; VALUE RECIPSUM (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE ASSETSUM (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE ESR_1L (default=32) 0 = "Not applicable" 1 = "With a job entire month, worked" 2 = "With a job entire month, missed" 3 = "With a job entire month, missed" 4 = "With job one or more weeks, no" 5 = "With job one or more weeks," 6 = "No job during month, spent" 7 = "No job during month, spent one" 8 = "No job during month, no time" ; VALUE ESR_2L (default=32) 0 = "Not applicable" 1 = "With a job entire month, worked" 2 = "With a job entire month, missed" 3 = "With a job entire month, missed" 4 = "With job one or more weeks, no" 5 = "With job one or more weeks," 6 = "No job during month, spent" 7 = "No job during month, spent one" 8 = "No job during month, no time" ; VALUE ESR_3L (default=32) 0 = "Not applicable" 1 = "With a job entire month, worked" 2 = "With a job entire month, missed" 3 = "With a job entire month, missed" 4 = "With job one or more weeks, no" 5 = "With job one or more weeks," 6 = "No job during month, spent" 7 = "No job during month, spent one" 8 = "No job during month, no time" ; VALUE ESR_4L (default=32) 0 = "Not applicable" 1 = "With a job entire month, worked" 2 = "With a job entire month, missed" 3 = "With a job entire month, missed" 4 = "With job one or more weeks, no" 5 = "With job one or more weeks," 6 = "No job during month, spent" 7 = "No job during month, spent one" 8 = "No job during month, no time" ; VALUE WKSPER1L (default=32) 0 = "Not applicable" 4 = "Four weeks" 5 = "Five weeks" ; VALUE WKSPER2L (default=32) 0 = "Not applicable" 4 = "Four weeks" 5 = "Five weeks" ; VALUE WKSPER3L (default=32) 0 = "Not applicable" 4 = "Four weeks" 5 = "Five weeks" ; VALUE WKSPER4L (default=32) 0 = "Not applicable" 4 = "Four weeks" 5 = "Five weeks" ; VALUE WKSJB1L (default=32) 0 = "0 weeks or not applicable" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (only applicable for" ; VALUE WKSJB2L (default=32) 0 = "0 weeks or not applicable" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (only applicable for" ; VALUE WKSJB3L (default=32) 0 = "0 weeks or not applicable" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (only applicable for" ; VALUE WKSJB4L (default=32) 0 = "0 weeks or not applicable" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (only applicable for" ; VALUE WKWJOB (default=32) 0 = "Not applicable ('have-job' = no)" 1 = "Yes" 2 = "No" ; VALUE WISWOP1L (default=32) 0 = "0 weeks or not applicable" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (only applicable for" ; VALUE WISWOP2L (default=32) 0 = "0 weeks or not applicable" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (only applicable for" ; VALUE WISWOP3L (default=32) 0 = "0 weeks or not applicable" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (only applicable for" ; VALUE WISWOP4L (default=32) 0 = "0 weeks or not applicable" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (only applicable for" ; VALUE WEEKSAB (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE WISLOK1L (default=32) 0 = "None or not applicable" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (only applicable for" ; VALUE WISLOK2L (default=32) 0 = "None or not applicable" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (only applicable for" ; VALUE WISLOK3L (default=32) 0 = "None or not applicable" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (only applicable for" ; VALUE WISLOK4L (default=32) 0 = "None or not applicable" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (only applicable for" ; VALUE WEEKSLK (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE CARECOVK (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE CARECOVL (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE CARECOVM (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE CARECOVN (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE MEDICAID (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE CAIDCOVD (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE CAIDCOVK (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE CAIDCOVL (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE CAIDCOVM (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE WICCOV1L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE WICCOV2L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE WICCOV3L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE WICCOV4L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE WICVAL1L (default=32) 0 = "Not applicable" ; VALUE WICVAL2L (default=32) 0 = "Not applicable" ; VALUE WICVAL3L (default=32) 0 = "Not applicable" ; VALUE WICVAL4L (default=32) 0 = "Not applicable" ; VALUE HIIND (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE HIMNTH1L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE HIMNTH2L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE HIMNTH3L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE HIMNTH4L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE INCSOURC (default=32) 0 = "Not applicable" 1 = "Social security" 2 = "Railroad retirement" 3 = "Federal supplemental security" 5 = "State unemployment compensation" 6 = "Supplemental unemployment" 7 = "Other unemployment compensation" 8 = "Veterans compensation or" 10 = "Workers compensation" 12 = "Employer or union temporary" 13 = "Payments from a sickness," 20 = "Aid to families with dependent" 21 = "General assistance or general" 23 = "Foster child care payments" 24 = "Other welfare" 25 = "WIC" 27 = "Food stamps" 28 = "Child support payments" 29 = "Alimony payments" 30 = "Pension from company or union" 31 = "Federal civil service or other" 32 = "U.S. military retirement pay" 34 = "State government pensions" 35 = "Local government pensions" 36 = "Income from paid up life" 37 = "Estates and trusts" 38 = "Other payments for retirement," 40 = "GI bill education benefits" 50 = "Income assistance from a" 51 = "Money from relatives or friends" 52 = "Lump sum payments" 53 = "Income from roomers or boarders" 54 = "National guard or reserve pay" 55 = "Incidental or casual earnings" 56 = "Other cash income not included" 75 = "Recoded for confidentiality (ISS" ; VALUE ASTSOURC (default=32) 0 = "Not applicable" 100 = "Regular/passbook savings" 101 = "Money market deposit accounts" 102 = "Certificates of deposit or other" 103 = "NOW, super NOW, or other" 104 = "Money market funds" 105 = "U.S. government securities" 106 = "Municipal or corporate bonds" 107 = "Other interest earning assets" 110 = "Stocks or mutual fund shares" 120 = "Rental property" 130 = "Mortgages" 140 = "Royalties" 150 = "Other financial investments" ; VALUE VETS1L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE VETS2L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE VETS3L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE VETS4L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE AFDC1L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE AFDC2L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE AFDC3L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE AFDC4L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE FOODSTPC (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE FOODSTPK (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE FOODSTPL (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE FOODSTPM (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE GENASSTC (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE GENASSTK (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE GENASSTL (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE GENASSTM (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE FOSTKIDC (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE FOSTKIDK (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE FOSTKIDL (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE FOSTKIDM (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE OTHWELFC (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE OTHWELFK (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE OTHWELFL (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE OTHWELFM (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE SOCSEC1L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE SOCSEC2L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE SOCSEC3L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE SOCSEC4L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE RAILRD1L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE RAILRD2L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE RAILRD3L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE RAILRD4L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE IT7A (default=32) 0 = "Not answered" 1 = "Self" 2 = "Proxy" ; VALUE IT7C (default=32) 0 = "Not answered" 1 = "Type Z refusal" 2 = "Type Z other" ; VALUE SC0900L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1000" ; VALUE SC0901L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SC1000" 2 = "No" ; VALUE SC1000L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SC1056" 2 = "No" ; VALUE SC1002L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1046" ; VALUE SC1004L (default=32) 0 = "Not marked as looking or on" 1 = "Marked as looking or on layoff" ; VALUE SC1006L (default=32) 0 = "Not marked as a week looking or" 1 = "Marked as a week looking or on" ; VALUE SC1008L (default=32) 0 = "Not marked as a week looking or" 1 = "Marked as a week looking or on" ; VALUE SC1010L (default=32) 0 = "Not marked as a week looking or" 1 = "Marked as a week looking or on" ; VALUE SC1012L (default=32) 0 = "Not marked as a week looking or" 1 = "Marked as a week looking or on" ; VALUE SC1014L (default=32) 0 = "Not marked as a week looking or" 1 = "Marked as a week looking or on" ; VALUE SC1016L (default=32) 0 = "Not marked as a week looking or" 1 = "Marked as a week looking or on" ; VALUE SC1018L (default=32) 0 = "Not marked as a week looking or" 1 = "Marked as a week looking or on" ; VALUE SC1020L (default=32) 0 = "Not marked as a week looking or" 1 = "Marked as a week looking or on" ; VALUE SC1022L (default=32) 0 = "Not marked as a week looking or" 1 = "Marked as a week looking or on" ; VALUE SC1024L (default=32) 0 = "Not marked as a week looking or" 1 = "Marked as a week looking or on" ; VALUE SC1026L (default=32) 0 = "Not marked as a week looking or" 1 = "Marked as a week looking or on" ; VALUE SC1028L (default=32) 0 = "Not marked as a week looking or" 1 = "Marked as a week looking or on" ; VALUE SC1030L (default=32) 0 = "Not marked as a week looking or" 1 = "Marked as a week looking or on" ; VALUE SC1032L (default=32) 0 = "Not marked as a week looking or" 1 = "Marked as a week looking or on" ; VALUE SC1034L (default=32) 0 = "Not marked as a week looking or" 1 = "Marked as a week looking or on" ; VALUE SC1036L (default=32) 0 = "Not marked as a week looking or" 1 = "Marked as a week looking or on" ; VALUE SC1038L (default=32) 0 = "Not marked as a week looking or" 1 = "Marked as a week looking or on" ; VALUE SC1040L (default=32) 0 = "Not marked as a week looking or" 1 = "Marked as a week looking or on" ; VALUE SC1042L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SC1046" 2 = "No" ; VALUE SC1044L (default=32) 0 = "Not in universe" 1 = "Already had a job" 2 = "Temporary illness" 3 = "School" 4 = "Other" ; VALUE SC1046L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SC1240" 2 = "No - skip to SC1050" ; VALUE SC1048L (default=32) 0 = "Not marked as a month ... did" 1 = "Marked a a month ... did that" ; VALUE SC1050L (default=32) 0 = "Not marked as a month ... did" 1 = "Marked as a month ... did that" ; VALUE SC1052L (default=32) 0 = "Not marked as a month ... did" 1 = "Marked a a month ... did that" ; VALUE SC1054L (default=32) 0 = "Not marked as a month ... did" 1 = "Marked a a month ... did that" ; VALUE SC1055L (default=32) 1 = "Believes no work available in" 2 = "Couldn't find any work - skip to" 3 = "Lacks necessary schooling," 4 = "Employers think too young or too" 5 = "Other personal handicap in" 6 = "Can't arrange child care - skip" 7 = "Family responsibilities - skip" 8 = "In school or other training -" 9 = "Ill health, physical disability" 10 = "Other - skip to SC1240" ; VALUE SC1056L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1100 through" ; VALUE SC1058L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1230" ; VALUE SC1060L (default=32) 0 = "Not marked as absent without pay" 1 = "Marked as a week absent without" ; VALUE SC1062L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1064L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1066L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1068L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1070L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1072L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1074L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1076L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1078L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1080L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1082L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1084L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1086L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1088L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1090L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1092L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1094L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1096L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1098L (default=32) 0 = "Not in universe" 1 = "On layoff - skip to SC1230" 2 = "Own illness - skip to SC1230" 3 = "On vacation - skip to SC1230" 4 = "Bad weather - skip to SC1230" 5 = "Labor dispute - skip to SC1230" 6 = "New job to begin within 30 days" 7 = "Other - skip to SC1230" ; VALUE SC1100L (default=32) 0 = "Not marked as a week having a" 1 = "Marked as a week having a job" ; VALUE SC1102L (default=32) 0 = "Not marked as a week having a" 1 = "Marked as a week having a job" ; VALUE SC1104L (default=32) 0 = "Not marked as a week having a" 1 = "Marked as a week having a job" ; VALUE SC1106L (default=32) 0 = "Not marked as a week having a" 1 = "Marked as a week having a job" ; VALUE SC1108L (default=32) 0 = "Not marked as a week having a" 1 = "Marked as a week having a job" ; VALUE SC1110L (default=32) 0 = "Not marked as a week having a" 1 = "Marked as a week having a job" ; VALUE SC1112L (default=32) 0 = "Not marked as a week having a" 1 = "Marked as a week having a job" ; VALUE SC1114L (default=32) 0 = "Not marked as a week having a" 1 = "Marked as a week having a job" ; VALUE SC1116L (default=32) 0 = "Not marked as a week having a" 1 = "Marked as a week having a job" ; VALUE SC1118L (default=32) 0 = "Not marked as a week having a" 1 = "Marked as a week having a job" ; VALUE SC1120L (default=32) 0 = "Not marked as a week having a" 1 = "Marked as a week having a job" ; VALUE SC1122L (default=32) 0 = "Not marked as a week having a" 1 = "Marked as a week having a job" ; VALUE SC1124L (default=32) 0 = "Not marked as a week having a" 1 = "Marked as a week having a job" ; VALUE SC1126L (default=32) 0 = "Not marked as a week having a" 1 = "Marked as a week having a job" ; VALUE SC1128L (default=32) 0 = "Not marked as a week having a" 1 = "Marked as a week having a job" ; VALUE SC1130L (default=32) 0 = "Not marked as a week having a" 1 = "Marked as a week having a job" ; VALUE SC1132L (default=32) 0 = "Not marked as a week having a" 1 = "Marked as a week having a job" ; VALUE SC1134L (default=32) 0 = "Not marked as a week having a" 1 = "Marked as a week having a job" ; VALUE SC1136L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1176" ; VALUE SC1138L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1140L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1142L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1144L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1146L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1148L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1150L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1152L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1154L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1156L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1158L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1160L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1162L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1164L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1166L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1168L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1170L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1172L (default=32) 0 = "Not marked as a week absent" 1 = "Marked as a week absent without" ; VALUE SC1174L (default=32) 0 = "Not in universe" 1 = "On layoff" 2 = "Own illness" 3 = "On vacation" 4 = "Bad weather" 5 = "Labor dispute" 6 = "New job to begin within 30 days" 7 = "Other" ; VALUE SC1176L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1222" ; VALUE SC1178L (default=32) 0 = "Not marked as looking for work" 1 = "Marked as looking for work or on" ; VALUE SC1180L (default=32) 0 = "Not marked as a week looking for" 1 = "Marked as a week looking for" ; VALUE SC1182L (default=32) 0 = "Not marked as a week looking for" 1 = "Marked as a week looking for" ; VALUE SC1184L (default=32) 0 = "Not marked as a week looking for" 1 = "Marked as a week looking for" ; VALUE SC1186L (default=32) 0 = "Not marked as a week looking for" 1 = "Marked as a week looking for" ; VALUE SC1188L (default=32) 0 = "Not marked as a week looking for" 1 = "Marked as a week looking for" ; VALUE SC1190L (default=32) 0 = "Not marked as a week looking for" 1 = "Marked as a week looking for" ; VALUE SC1192L (default=32) 0 = "Not marked as a week looking for" 1 = "Marked as a week looking for" ; VALUE SC1194L (default=32) 0 = "Not marked as a week looking for" 1 = "Marked as a week looking for" ; VALUE SC1196L (default=32) 0 = "Not marked as a week looking for" 1 = "Marked as a week looking for" ; VALUE SC1198L (default=32) 0 = "Not marked as a week looking for" 1 = "Marked as a week looking for" ; VALUE SC1200L (default=32) 0 = "Not marked as a week looking for" 1 = "Marked as a week looking for" ; VALUE SC1202L (default=32) 0 = "Not marked as a week looking for" 1 = "Marked as a week looking for" ; VALUE SC1204L (default=32) 0 = "Not marked as a week looking for" 1 = "Marked as a week looking for" ; VALUE SC1206L (default=32) 0 = "Not marked as a week looking for" 1 = "Marked as a week looking for" ; VALUE SC1208L (default=32) 0 = "Not marked as a week looking for" 1 = "Marked as a week looking for" ; VALUE SC1210L (default=32) 0 = "Not marked as a week looking for" 1 = "Marked as a week looking for" ; VALUE SC1212L (default=32) 0 = "Not marked as a week looking for" 1 = "Marked as a week looking for" ; VALUE SC1214L (default=32) 0 = "Not marked as a week looking for" 1 = "Marked as a week looking for" ; VALUE SC1216L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SC1220" 2 = "No" ; VALUE SC1218L (default=32) 0 = "Not in universe" 1 = "Already had a job" 2 = "Temporary illness" 3 = "School" 4 = "Other" ; VALUE SC1220L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1230" ; VALUE SC1222L (default=32) 0 = "Not marked as a month ... did" 1 = "Marked a a month ... did that" ; VALUE SC1224L (default=32) 0 = "Not marked as a month ... did" 1 = "Marked a a month ... did that" ; VALUE SC1226L (default=32) 0 = "Not marked as a month ... did" 1 = "Marked a a month ... did that" ; VALUE SC1228L (default=32) 0 = "Not marked as a month ... did" 1 = "Marked a a month ... did that" ; VALUE SC1230L (default=32) -9 = "Not in universe" 0 = "None - skip to SC1239" ; VALUE SC1239L (default=32) 0 = "Not in universe" 1 = "Yes (or blank)" 2 = "No - skip to SC1244" ; VALUE SC1240L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1244" ; VALUE SC1242L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1244L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No skip to SC1248" ; VALUE SC1246L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1248L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1330" ; VALUE SC1250L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1284" ; VALUE SC1251L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1252L (default=32) 0 = "Not in universe" 75 = "Confidentiality recode" ; VALUE SC1254L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1255L (default=32) 0 = "Not in universe" 1 = "Should not have been listed" 2 = "Was not listed; should have been" ; VALUE SC1256L (default=32) 0 = "Not in universe" ; VALUE SC1258L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1259L (default=32) 0 = "Not in universe" 1 = "Should not have been listed" 2 = "Was not listed; should have been" ; VALUE SC1260L (default=32) 0 = "Not in universe" ; VALUE SC1262L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1263L (default=32) 0 = "Not in universe" 1 = "Should not have been listed" 2 = "Was not listed, should have been" ; VALUE SC1264L (default=32) 0 = "Not in universe" 75 = "Source which has been recoded" ; VALUE SC1266L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1267L (default=32) 0 = "Not in universe" 1 = "Should not have been listed" 2 = "Was not listed; should have been" ; VALUE SC1268L (default=32) 0 = "Not in universe" 75 = "Source which has been recoded" ; VALUE SC1270L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1271L (default=32) 0 = "Not in universe" 1 = "Should not have been listed" 2 = "Was not listed; should have been" ; VALUE SC1272L (default=32) 0 = "Not in universe" ; VALUE SC1274L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1275L (default=32) 0 = "Not in universe" 1 = "Should not have been listed" 2 = "Was not listed; should have been" ; VALUE SC1276L (default=32) 0 = "Not in universe" 75 = "Source which has been recoded" ; VALUE SC1278L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1279L (default=32) 0 = "Not in universe" 1 = "Should not have been listed" 2 = "Was not listed; should have been" ; VALUE SC1280L (default=32) 0 = "Not in universe" ; VALUE SC1282L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1283L (default=32) 0 = "Not in universe" 1 = "Should not have been listed" 2 = "Was not listed; should have been" ; VALUE SC1284L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1296" ; VALUE SC1286L (default=32) 0 = "Not marked as a kind of income" 1 = "Marked as kind of income" ; VALUE SC1288L (default=32) 0 = "Not marked as a kind of income" 1 = "Marked as kind of income" ; VALUE SC1290L (default=32) 0 = "Not marked as a kind of income" 1 = "Marked as kind of income" ; VALUE SC1292L (default=32) 0 = "Not marked as a kind of income" 1 = "Marked as kind of income" ; VALUE SC1294L (default=32) 0 = "Not in universe" ; VALUE SC1296L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1324" ; VALUE SC1298L (default=32) 0 = "Not marked as a source of income" 1 = "Marked as a source of income" ; VALUE SC1302L (default=32) 0 = "Not marked as a source of income" 1 = "Marked as a source of income" ; VALUE SC1304L (default=32) 0 = "Not marked as a source of income" 1 = "Marked as a source of income" ; VALUE SC1306L (default=32) 0 = "Not marked as a source of income" 1 = "Marked as a source of income" ; VALUE SC1308L (default=32) 0 = "Not marked as a source of income" 1 = "Marked as a source of income" ; VALUE SC1310L (default=32) 0 = "Not marked as a source of income" 1 = "Marked as a source of income" ; VALUE SC1314L (default=32) 0 = "Not marked as a source of income" 1 = "Marked as a source of income" ; VALUE SC1316L (default=32) 0 = "Not marked as a source of income" 1 = "Marked as a source of income" ; VALUE SC1318L (default=32) 0 = "Not marked as a source of income" 1 = "Marked as a source of income" ; VALUE SC1320L (default=32) 0 = "Not marked as a source of income" 1 = "Marked as a source of income" ; VALUE SC1322L (default=32) 0 = "Not in universe" ; VALUE SC1324L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SC1474" 2 = "No" ; VALUE SC1326L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SC1462" 2 = "No" ; VALUE SC1328L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SC1462" 2 = "No - skip to SC1474" ; VALUE SC1330L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1340" ; VALUE SC1332L (default=32) -1 = "DK" 0 = "Not in universe" 1 = "Less than 6 months" 2 = "6 to 23 months" 3 = "2 to 19 years" 4 = "20 or more years" ; VALUE SC1334L (default=32) -1 = "DK" 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1338" ; VALUE SC1336L (default=32) 0 = "Not in universe" 1 = "1-10 percent" 2 = "11-29 percent" 3 = "30-49 percent" 4 = "50 percent" 5 = "51-89 percent" 6 = "90-99 percent" 7 = "100 percent" ; VALUE SC1338L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1340L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1386" ; VALUE SC1342L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1350" ; VALUE SC1344L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SC1354" 2 = "No" ; VALUE SC1346L (default=32) -1 = "DK - skip to SC1354" 0 = "Not in universe" 1 = "Retired" 2 = "Disabled" 3 = "Widow(ed) or surviving child" 4 = "Spouse or dependent child" 5 = "Some other reason - skip to" ; VALUE SC1348L (default=32) -1 = "DK - skip to SC1354" 0 = "Not in universe" 1 = "Retired - skip to SC1354" 2 = "Disabled - skip to SC1354" 3 = "Widow(ed) or surviving child -" 4 = "Spouse or dependent child -" 5 = "No other reason - skip to SC1354" ; VALUE SC1350L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1354" ; VALUE SC1352L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1354L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1358" ; VALUE SC1358L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1386" ; VALUE SC1360L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1384" ; VALUE SC1362L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1382" ; VALUE SC1364L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of retirement" ; VALUE SC1366L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of retirement" ; VALUE SC1368L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of retirement" ; VALUE SC1370L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of retirement" ; VALUE SC1374L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of retirement" ; VALUE SC1376L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of retirement" ; VALUE SC1378L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of retirement" ; VALUE SC1380L (default=32) 0 = "Not in universe" 75 = "Confidentiality recode list" ; VALUE SC1382L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1384L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SC1414" 2 = "No" ; VALUE SC1386L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1414" ; VALUE SC1388L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1414" ; VALUE SC1390L (default=32) 0 = "Not marked as a kind of income" 1 = "Marked as a kind of income" ; VALUE SC1394L (default=32) 0 = "Not marked as a kind of income" 1 = "Marked as a kind of income" ; VALUE SC1396L (default=32) 0 = "Not marked as a kind of income" 1 = "Marked as a kind of income" ; VALUE SC1398L (default=32) 0 = "Not marked as a kind of income" 1 = "Marked as a kind of income" ; VALUE SC1400L (default=32) 0 = "Not marked as a kind of income" 1 = "Marked as a kind of income" ; VALUE SC1402L (default=32) 0 = "Not marked as a kind of income" 1 = "Marked as a kind of income" ; VALUE SC1406L (default=32) 0 = "Not marked as a kind of income" 1 = "Marked as a kind of income" ; VALUE SC1408L (default=32) 0 = "Not marked as a kind of income" 1 = "Marked as a kind of income" ; VALUE SC1410L (default=32) 0 = "Not marked as a kind of income" 1 = "Marked as a kind of income" ; VALUE SC1412L (default=32) 0 = "Not in universe" ; VALUE SC1414L (default=32) 0 = "Not in universe" 1 = "Married - skip to SC1418" 2 = "Widowed - skip to SC1426" 3 = "Divorced" 4 = "Separated" 5 = "Never married - skip to SC1420" ; VALUE SC1416L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SC1420" 2 = "No - skip to SC1420" ; VALUE SC1418L (default=32) 0 = "Not in universe" 1 = "Widowed - skip to SC1426" 2 = "Divorced" 3 = "Both widowed and divorced" 4 = "No - skip to SC1458" ; VALUE SC1420L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1424" ; VALUE SC1422L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1424L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1458" ; VALUE SC1426L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1458" ; VALUE SC1428L (default=32) 0 = "Not marked as a kind of income" 1 = "Marked as a kind of income" ; VALUE SC1430L (default=32) 0 = "Not marked as a kind of income" 1 = "Marked as a kind of income" ; VALUE SC1434L (default=32) 0 = "Not marked as a kind of income" 1 = "Marked as a kind of income" ; VALUE SC1436L (default=32) 0 = "Not marked as a kind of income" 1 = "Marked as a kind of income" ; VALUE SC1438L (default=32) 0 = "Not marked as a kind of income" 1 = "Marked as a kind of income" ; VALUE SC1442L (default=32) 0 = "Not marked as a kind of income" 1 = "Marked as a kind of income" ; VALUE SC1444L (default=32) 0 = "Not marked as a kind of income" 1 = "Marked as a kind of income" ; VALUE SC1446L (default=32) 0 = "Not marked as a kind of income" 1 = "Marked as a kind of income" ; VALUE SC1448L (default=32) 0 = "Not marked as a kind of income" 1 = "Marked as a kind of income" ; VALUE SC1450L (default=32) 0 = "Not marked as a kind of income" 1 = "Marked as a kind of income" ; VALUE SC1452L (default=32) 0 = "Not in universe based on" ; VALUE SC1454L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1458" ; VALUE SC1456L (default=32) 0 = "Not in universe" 1 = "Yes, in the service" 2 = "Yes, from service-related injury" 3 = "No" ; VALUE SC1458L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SC1462" 2 = "No" ; VALUE SC1460L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1474" ; VALUE SC1462L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1474" ; VALUE SC1468L (default=32) 0 = "Not in universe" 1 = "Hospital only (type A) - skip" 2 = "Medical only (type B) - skip to" 3 = "Both hospital and medical (type" 4 = "Card not available" ; VALUE SC1470L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1472L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1474L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SC1478" 2 = "No" ; VALUE SC1476L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1536" ; VALUE SC1478L (default=32) 0 = "Not in universe" 1 = "Yes - skip to 1482" 2 = "No" ; VALUE SC1480L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1482L (default=32) 0 = "Not in universe" 1 = "No spouse in household" 2 = "Interview for spouse not yet" 3 = "Interview for spouse already" ; VALUE SC1484L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1500" ; VALUE SC1486L (default=32) 0 = "Not marked as a kind of welfare" 1 = "Marked as a kind of welfare" ; VALUE SC1488L (default=32) 0 = "Not marked as a kind of welfare" 1 = "Marked as a kind of welfare" ; VALUE SC1492L (default=32) 0 = "Not marked as a kind of welfare" 1 = "Marked as a kind of welfare" ; VALUE SC1494L (default=32) 0 = "Not marked as a kind of welfare" 1 = "Marked as a kind of welfare" ; VALUE SC1496L (default=32) 0 = "Not marked as a kind of welfare" 1 = "Marked as a kind of welfare" ; VALUE SC1498L (default=32) 0 = "Not in universe" ; VALUE SC1500L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SC1504" 2 = "No" ; VALUE SC1502L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SC1506" 2 = "No - skip to SC1506" ; VALUE SC1504L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1506L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1524" ; VALUE SC1508L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1524" ; VALUE SC1510L (default=32) -5 = "All children (skip to SC1524)" 0 = "Not applicable (SC1508 = 2)" 1 = "1 child" 2 = "2 children" 3 = "3 children" 4 = "4 children" 5 = "5 or more children but not all" ; VALUE SC1512L (default=32) 0 = "Not in universe" ; VALUE SC1514L (default=32) 0 = "Not in universe" ; VALUE SC1516L (default=32) 0 = "Not in universe" ; VALUE SC1518L (default=32) 0 = "Not in universe" ; VALUE SC1520L (default=32) 0 = "Not in universe" ; VALUE SC1524L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1536" ; VALUE SC1526L (default=32) 0 = "Not in universe" 1 = "Yes - ship to SC1536" 2 = "No" ; VALUE SC1528L (default=32) 0 = "Not marked as a month covered or" 1 = "Marked as a month covered" ; VALUE SC1530L (default=32) 0 = "Not marked as a month covered or" 1 = "Marked as a month covered" ; VALUE SC1532L (default=32) 0 = "Not marked as a month covered or" 1 = "Marked as a month covered" ; VALUE SC1534L (default=32) 0 = "Not marked as a month covered or" 1 = "Marked as a month covered" ; VALUE SC1536L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SC1538" 2 = "No" ; VALUE SC1537L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SC1568" 2 = "No - skip to SC1568" ; VALUE SC1538L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SC1548" 2 = "No" ; VALUE SC1540L (default=32) 0 = "Not marked as a month with the" 1 = "Marked as a month with the plan" ; VALUE SC1542L (default=32) 0 = "Not marked as a month with the" 1 = "Marked as a month with the plan" ; VALUE SC1544L (default=32) 0 = "Not marked as a month with the" 1 = "Marked as a month with the plan" ; VALUE SC1546L (default=32) 0 = "Not marked as a month with the" 1 = "Marked as a month with the plan" ; VALUE SC1548L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1552" ; VALUE SC1550L (default=32) 0 = "Not in universe" 1 = "All" 2 = "Part" 3 = "None" ; VALUE SC1552L (default=32) 0 = "Not in universe" 1 = "Individual - skip to SC1568" 2 = "Family" ; VALUE SC1554L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SC1588" 2 = "No" ; VALUE SC1556L (default=32) 0 = "Not in universe" ; VALUE SC1558L (default=32) 0 = "Not in universe" ; VALUE SC1560L (default=32) 0 = "Not in universe" ; VALUE SC1562L (default=32) 0 = "Not in universe" ; VALUE SC1564L (default=32) 0 = "Not in universe" ; VALUE SC1566L (default=32) 0 = "Not in universe, some others" 1 = "No one else covered" ; VALUE SC1568L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1588" ; VALUE SC1570L (default=32) -1 = "DK - skip to SC1574 through" 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1574 through" ; VALUE SC1572L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SC1588" 2 = "No" ; VALUE SC1574L (default=32) -5 = "All children - skip to SC1588" 0 = "Not applicable" 1 = "1 child" 2 = "2 children" 3 = "3 children" 4 = "4 children" 5 = "5 or more children but not all" ; VALUE SC1576L (default=32) 0 = "Not in universe" ; VALUE SC1578L (default=32) 0 = "Not in universe" ; VALUE SC1580L (default=32) 0 = "Not in universe" ; VALUE SC1582L (default=32) 0 = "Not in universe" ; VALUE SC1584L (default=32) 0 = "Not in universe" ; VALUE SC1586L (default=32) 0 = "Not in universe, some children" 1 = "No children covered" ; VALUE SC1588L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1622" ; VALUE SC1589L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1590L (default=32) 0 = "Not in universe" ; VALUE SC1592L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1593L (default=32) 0 = "Not in universe" 1 = "Should not have been listed" 2 = "Was not listed; should have been" ; VALUE SC1594L (default=32) 0 = "Not in universe" ; VALUE SC1596L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1597L (default=32) 0 = "Not in universe" 1 = "Should not have been listed" 2 = "Was not listed; should have been" ; VALUE SC1598L (default=32) 0 = "Not in universe" ; VALUE SC1600L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1601L (default=32) 0 = "Not in universe" 1 = "Should not have been listed" 2 = "Was not listed; should have been" ; VALUE SC1602L (default=32) 0 = "Not in universe" ; VALUE SC1604L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1605L (default=32) 0 = "Not in universe" 1 = "Should not have been listed" 2 = "Was not listed; should have been" ; VALUE SC1606L (default=32) 0 = "Not in universe" ; VALUE SC1608L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1609L (default=32) 0 = "Not in universe" 1 = "Should not have been listed" 2 = "Was not listed; should have been" ; VALUE SC1610L (default=32) 0 = "Not in universe" ; VALUE SC1612L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1613L (default=32) 0 = "Not in universe" 1 = "Should not have been listed" 2 = "Was not listed; should have been" ; VALUE SC1614L (default=32) 0 = "Not in universe" ; VALUE SC1616L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1617L (default=32) 0 = "Not in universe" 1 = "Should not have been listed" 2 = "Was not listed; should have been" ; VALUE SC1618L (default=32) 0 = "Not in universe" ; VALUE SC1620L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1621L (default=32) 0 = "Not in universe" 1 = "Should not have been listed" 2 = "Was not listed; should have been" ; VALUE SC1622L (default=32) -1 = "DK - skip to SC1656" -2 = "REF. - skip to SC1656" 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1656" ; VALUE SC1626L (default=32) 0 = "Not marked as a kind of asset" 1 = "Marked as a kind of asset" ; VALUE SC1628L (default=32) 0 = "Not marked as a kind of asset" 1 = "Marked as a kind of asset" ; VALUE SC1630L (default=32) 0 = "Not marked as a kind of asset" 1 = "Marked as a kind of asset" ; VALUE SC1632L (default=32) 0 = "Not marked as a kind of asset" 1 = "Marked as a kind of asset" ; VALUE SC1636L (default=32) 0 = "Not marked as a kind of asset or" 1 = "Marked as a kind of asset" ; VALUE SC1638L (default=32) 0 = "Not marked as a kind of asset or" 1 = "Marked as a kind of asset" ; VALUE SC1640L (default=32) 0 = "Not marked as a kind of asset or" 1 = "Marked as a kind of asset" ; VALUE SC1642L (default=32) 0 = "Not marked as a kind of asset or" 1 = "Marked as a kind of asset" ; VALUE SC1644L (default=32) 0 = "Not marked as a kind of asset or" 1 = "Marked as a kind of asset" ; VALUE SC1646L (default=32) 0 = "Not marked as a kind of asset or" 1 = "Marked as a kind of asset" ; VALUE SC1648L (default=32) 0 = "Not marked as a kind of asset or" 1 = "Marked as a kind of asset" ; VALUE SC1650L (default=32) 0 = "Not marked as a kind of asset or" 1 = "Marked as a kind of asset" ; VALUE SC1652L (default=32) 0 = "Not marked as a kind of asset or" 1 = "Marked as a kind of asset" ; VALUE SC1654L (default=32) 0 = "Not marked as a kind of asset or" 1 = "Marked as a kind of asset" ; VALUE SC1694L (default=32) 0 = "Not in universe" 1 = "Married, spouse absent" 2 = "Other - skip to SC1698" ; VALUE SC1696L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1698L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1704" ; VALUE SC1700L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1702L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SC1706" 2 = "No - skip to SC1712" ; VALUE SC1704L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1706L (default=32) 0 = "Not in universe" ; VALUE SC1708L (default=32) 0 = "Not in universe" ; VALUE SC1710L (default=32) 0 = "Not in universe" ; VALUE SC1712L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to first ISS code" ; VALUE SC1714L (default=32) 0 = "Not in universe" 1 = "Worked for employer only" 2 = "Self-employed only" 3 = "Both worked for employer and" ; VALUE SC1716L (default=32) 0 = "Not in universe" 1 = "1 employer" 2 = "2 employers" 3 = "3 or more employers" ; VALUE PI01L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI02L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI03L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI04L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI05L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI06L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI09L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI10L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI11L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI12L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI13L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI14L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI15L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI16L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI17L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI18L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI19L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI20L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI21L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI22L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI25L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI26L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI27L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI28L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI29L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI30L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI31L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI32L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI33L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI34L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI35L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI36L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI37L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI38L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI39L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI40L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI41L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI42L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI43L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI44L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI45L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI46L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI47L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI48L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI49L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI50L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI51L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI52L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI53L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI54L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI55L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI56L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI57L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI58L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI59L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI60L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI61L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI62L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI63L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI75L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI76L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI77L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI78L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI79L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI83L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI85L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI86L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI87L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI88L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI89L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI90L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI91L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI92L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI93L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI94L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI95L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI96L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI97L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI98L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI99L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI100L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI101L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI102L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI103L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI104L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI105L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI106L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI107L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE WS1_OCC (default=32) 0 = "Not in universe" ; VALUE WS1_IND (default=32) 0 = "Not in universe" ; VALUE WS1_WKSD (default=32) 0 = "None or not in universe if" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" 9 = "Not in universe" ; VALUE WS1_WKSK (default=32) 0 = "None or not in universe if" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" 9 = "Not in universe" ; VALUE WS1_WKSL (default=32) 0 = "None or not in universe if" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" 9 = "Not in universe" ; VALUE WS1_WKSM (default=32) 0 = "None or not in universe if" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" 9 = "Not in universe" ; VALUE WS1RECID (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS1RECIK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS1RECIL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS1RECIM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS1_AMTD (default=32) -0009 = "Not in universe" ; VALUE WS1_AMTK (default=32) -0009 = "Not in universe" ; VALUE WS1_AMTL (default=32) -0009 = "Not in universe" ; VALUE WS1_AMTM (default=32) -0009 = "Not in universe" ; VALUE WS1_201D (default=32) 0 = "Not answered" 1 = "A private company or individual" 2 = "A private not-for-profit, tax" 3 = "Federal government" 4 = "State government" 5 = "Local government" 6 = "Armed Forces" 7 = "Unpaid in family business or" 9 = "Not in universe" ; VALUE WS1_201K (default=32) 0 = "Not in universe" 1 = "Yes - skip to WS1-2025" 2 = "No" ; VALUE WS1_201L (default=32) 0 = "Not in universe" ; VALUE WS1_201M (default=32) 0 = "Not in universe" ; VALUE WS1_202D (default=32) 0 = "Not in universe" ; VALUE WS1_202K (default=32) 0 = "Not in universe" ; VALUE WS1_202L (default=32) -9 = "Not in universe" -1 = "DK" 0 = "None" ; VALUE WS1_202M (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to WS1-2030" ; VALUE WS1_202N (default=32) 0 = "Not in universe" ; VALUE WS1_203D (default=32) 0 = "Not in universe" 1 = "Once a week" 2 = "Once each 2 weeks" 3 = "Once a month" 4 = "Twice a month" 5 = "Some other way" ; VALUE WS1_203K (default=32) -0009 = "Not in universe" 0 = "None" ; VALUE WS1_203L (default=32) -0009 = "Not in universe" 0 = "None" ; VALUE WS1_203M (default=32) -0009 = "Not in universe" 0 = "None" ; VALUE WS1_203N (default=32) -0009 = "Not in universe" 0 = "None" ; VALUE WS1_204D (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to WS1-2044" ; VALUE WS1_204K (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS1IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE WS1IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE WS1IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE WS1IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE WS1IMP0N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE WS1IMP0O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE WS1CAL0D (default=32) 0 = "Not calculated" 1 = "Imputed input" 2 = "No imputed input" ; VALUE WS1CAL0K (default=32) 0 = "Not calculated" 1 = "Imputed input" 2 = "No imputed input" ; VALUE WS1CAL0L (default=32) 0 = "Not calculated" 1 = "Imputed input" 2 = "No imputed input" ; VALUE WS1CAL0M (default=32) 0 = "Not calculated" 1 = "Imputed input" 2 = "No imputed input" ; VALUE WS2_OCC (default=32) 0 = "Not in universe" ; VALUE WS2_IND (default=32) 0 = "Not in universe" ; VALUE WS2_WKSD (default=32) 0 = "None or not in universe if" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" 9 = "Not in universe" ; VALUE WS2_WKSK (default=32) 0 = "None or not in universe if" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" 9 = "Not in universe" ; VALUE WS2_WKSL (default=32) 0 = "None or not in universe if" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" 9 = "Not in universe" ; VALUE WS2_WKSM (default=32) 0 = "None or not in universe if" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" 9 = "Not in universe" ; VALUE WS2RECID (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS2RECIK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS2RECIL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS2RECIM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS2_AMTD (default=32) -0009 = "Not in universe" ; VALUE WS2_AMTK (default=32) -0009 = "Not in universe" ; VALUE WS2_AMTL (default=32) -0009 = "Not in universe" ; VALUE WS2_AMTM (default=32) -0009 = "Not in universe" ; VALUE WS2_211D (default=32) 0 = "Not answered" 1 = "A private company or individual" 2 = "A private not-for-profit, tax" 3 = "Federal government" 4 = "State government" 5 = "Local government" 6 = "Armed Forces" 7 = "Unpaid in family business or" ; VALUE WS2_211K (default=32) 0 = "Not in universe" 1 = "Yes - skip to WS2-2124" 2 = "No" ; VALUE WS2_211L (default=32) 0 = "Not in universe" ; VALUE WS2_211M (default=32) 0 = "Not in universe" ; VALUE WS2_212D (default=32) 0 = "Not in universe" ; VALUE WS2_212K (default=32) 0 = "Not in universe" ; VALUE WS2_212L (default=32) -9 = "Not in universe" -1 = "DK" 0 = "None" ; VALUE WS2_212M (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to WS2-2130" ; VALUE WS2_212N (default=32) 0 = "Not in universe" ; VALUE WS2_213D (default=32) 0 = "Not in universe" 1 = "Once a week" 2 = "Once each 2 weeks" 3 = "Once a month" 4 = "Twice a month" 5 = "Some other way" ; VALUE WS2_213K (default=32) -0009 = "Not in universe" 0 = "None" ; VALUE WS2_213L (default=32) -0009 = "Not in universe" 0 = "None" ; VALUE WS2_213M (default=32) -0009 = "Not in universe" 0 = "None" ; VALUE WS2_213N (default=32) -0009 = "Not in universe" 0 = "None" ; VALUE WS2_214D (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to WS2-2144" ; VALUE WS2_214K (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS2IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE WS2IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE WS2IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE WS2IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE WS2IMP0N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE WS2IMP0O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE WS2CAL0D (default=32) 0 = "Not calculated" 1 = "Imputed input" 2 = "No imputed input" ; VALUE WS2CAL0K (default=32) 0 = "Not calculated" 1 = "Imputed input" 2 = "No imputed input" ; VALUE WS2CAL0L (default=32) 0 = "Not calculated" 1 = "Imputed input" 2 = "No imputed input" ; VALUE WS2CAL0M (default=32) 0 = "Not calculated" 1 = "Imputed input" 2 = "No imputed input" ; VALUE SE1_OCC (default=32) 0 = "Not in universe" ; VALUE SE1_INDR (default=32) 1 = "Agriculture, forestry, fisheries" ; VALUE SE1WKS1L (default=32) 0 = "None" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" 9 = "Not in universe" ; VALUE SE1WKS2L (default=32) 0 = "None" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" 9 = "Not in universe" ; VALUE SE1WKS3L (default=32) 0 = "None" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" 9 = "Not in universe" ; VALUE SE1WKS4L (default=32) 0 = "None" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" 9 = "Not in universe" ; VALUE SE1REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE1REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE1REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE1REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE1AMT1L (default=32) -0009 = "Not in universe" ; VALUE SE1AMT2L (default=32) -0009 = "Not in universe" ; VALUE SE1AMT3L (default=32) -0009 = "Not in universe" ; VALUE SE1AMT4L (default=32) -0009 = "Not in universe" ; VALUE SE12212L (default=32) -9 = "Not in universe" 0 = "None" ; VALUE SE12214L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SE1-2260" ; VALUE SE12216L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SE12232" 2 = "No" ; VALUE SE12218L (default=32) 0 = "Not in universe" 1 = "1 employee" 2 = "2 employees" 3 = "3 - 5 employees" 4 = "6 or more employees" ; VALUE SE12220L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SE12224" 2 = "No" ; VALUE SE12222L (default=32) 0 = "Not in universe" 1 = "Sole proprietorship - skip to" 2 = "Partnership" ; VALUE SE12224L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SE12232" ; VALUE SE12226L (default=32) 0 = "Not in universe" ; VALUE SE12228L (default=32) 0 = "Not in universe" ; VALUE SE12230L (default=32) 0 = "Not in universe" ; VALUE SE12232L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE12234L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE12236L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SE12250" ; VALUE SE12238L (default=32) -0009 = "Not in universe" 0 = "None" ; VALUE SE12240L (default=32) -0009 = "Not in universe" 0 = "None" ; VALUE SE12242L (default=32) -0009 = "Not in universe" 0 = "None" ; VALUE SE12244L (default=32) -0009 = "Not in universe" 0 = "None" ; VALUE SE12246L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SE12250" ; VALUE SE12248L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE12250L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SE12262" 2 = "No" ; VALUE SE12252L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SE12262" 2 = "No" ; VALUE SE12254L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SE12262" ; VALUE SE12256L (default=32) 0 = "Not in universe" ; VALUE SE12260L (default=32) -0009 = "Not in universe" 0 = "None" ; VALUE SE1IMP0R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE1IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE1IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE1IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE1IMP0N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE1IMP0O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE1IMP0P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE1IMP0Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE1IMP0S (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE1IMP1R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE1IMP1K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE1CAL0R (default=32) 0 = "Not calculated" 1 = "Imputed input" 2 = "No imputed input" ; VALUE SE1CAL0K (default=32) 0 = "Not calculated" 1 = "Imputed input" 2 = "No imputed input" ; VALUE SE1CAL0L (default=32) 0 = "Not calculated" 1 = "Imputed input" 2 = "No imputed input" ; VALUE SE1CAL0M (default=32) 0 = "Not calculated" 1 = "Imputed input" 2 = "No imputed input" ; VALUE SE2OCC (default=32) 0 = "Not in universe" ; VALUE SE2_INDR (default=32) 1 = "Agriculture, forestry, fisheries" 2 = "Mining" 3 = "Construction" 4 = "Manufacturing-nondurable goods" 5 = "Manufacturing-durable goods" 6 = "Transportation, communications," 7 = "Wholesale trade-durable goods" 8 = "Wholdsale trade-nondurable goods" 9 = "Retail trade" 10 = "Finance, insurance, real estate" 11 = "Business and repair services" 12 = "Personal services" 13 = "Entertainment and recreation" 14 = "Professional and related services" 15 = "Public administration" 16 = "Industry not reported" ; VALUE SE2WKS1L (default=32) 0 = "None" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" 9 = "Not in universe" ; VALUE SE2WKS2L (default=32) 0 = "None" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" 9 = "Not in universe" ; VALUE SE2WKS3L (default=32) 0 = "None" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" 9 = "Not in universe" ; VALUE SE2WKS4L (default=32) 0 = "None" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" 9 = "Not in universe" ; VALUE SE2REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE2REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE2REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE2REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE2AMT1L (default=32) -0009 = "Not in universe" ; VALUE SE2AMT2L (default=32) -0009 = "Not in universe" ; VALUE SE2AMT3L (default=32) -0009 = "Not in universe" ; VALUE SE2AMT4L (default=32) -0009 = "Not in universe" ; VALUE SE22312L (default=32) -9 = "Not in universe" 0 = "None" ; VALUE SE22314L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SE22260" ; VALUE SE22316L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SE22332" 2 = "No" ; VALUE SE22318L (default=32) 0 = "Not in universe" 1 = "1 employee" 2 = "2 employees" 3 = "3 - 5 employees" 4 = "6 or more employees" ; VALUE SE22320L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SE22324" 2 = "No" ; VALUE SE22322L (default=32) 0 = "Not in universe" 1 = "Sole proprietorship - skip to" 2 = "Partnership" ; VALUE SE22324L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SE22332" ; VALUE SE22326L (default=32) 0 = "Not in universe" ; VALUE SE22328L (default=32) 0 = "Not in universe" ; VALUE SE22330L (default=32) 0 = "Not in universe" ; VALUE SE22332L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE22334L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE22336L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SE22350" ; VALUE SE22338L (default=32) -0009 = "Not in universe" 0 = "None" ; VALUE SE22340L (default=32) -0009 = "Not in universe" 0 = "None" ; VALUE SE22342L (default=32) -0009 = "Not in universe" 0 = "None" ; VALUE SE22344L (default=32) -0009 = "Not in universe" 0 = "None" ; VALUE SE22346L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SE22350" ; VALUE SE22348L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE22350L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SE22362" 2 = "No" ; VALUE SE22352L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SE22362" 2 = "No" ; VALUE SE22354L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SE22362" ; VALUE SE22356L (default=32) 0 = "Not in universe" ; VALUE SE22360L (default=32) -0009 = "Not in universe" 0 = "None" ; VALUE SE2IMP0R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE2IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE2IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE2IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE2IMP0N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE2IMP0O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE2IMP0P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE2IMP0Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE2IMP0S (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE2IMP1R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE2IMP1K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE2CAL0R (default=32) 0 = "Not calculated" 1 = "Imputed input" 2 = "No imputed input" ; VALUE SE2CAL0K (default=32) 0 = "Not calculated" 1 = "Imputed input" 2 = "No imputed input" ; VALUE SE2CAL0L (default=32) 0 = "Not calculated" 1 = "Imputed input" 2 = "No imputed input" ; VALUE SE2CAL0M (default=32) 0 = "Not calculated" 1 = "Imputed input" 2 = "No imputed input" ; VALUE I01REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I01REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I01REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I01REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I01AMT1L (default=32) -0009 = "Not in universe" ; VALUE I01AMT2L (default=32) -0009 = "Not in universe" ; VALUE I01AMT3L (default=32) -0009 = "Not in universe" ; VALUE I01AMT4L (default=32) -0009 = "Not in universe" ; VALUE KIDSSYNR (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE KIDSSYNK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE KIDSSYNL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE KIDSSYNM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE KDSSAMTR (default=32) -009 = "Not in universe" ; VALUE KDSSAMTK (default=32) -009 = "Not in universe" ; VALUE KDSSAMTL (default=32) -009 = "Not in universe" ; VALUE KDSSAMTM (default=32) -009 = "Not in universe" ; VALUE SSRECIND (default=32) 0 = "Not in universe" 1 = "Adult benefits received in own" 2 = "Only adult benefits received" 3 = "Only child benefits received" 4 = "Adult benefits received in own" 5 = "Adult benefits received jointly" ; VALUE SS3004L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SS3006L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SS3008L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC3070 through" ; VALUE SS3012L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC3016 through" ; VALUE SS3014L (default=32) 0 = "Not in universe" 1 = "Yes - skip to next ISS code" 2 = "No" ; VALUE SS3064L (default=32) -1 = "DK" 0 = "Not in universe" 1 = "Green" 2 = "Gold" 3 = "Other" ; VALUE SS3066L (default=32) -1 = "DK" 0 = "Not in universe" 1 = "First" 2 = "Third" 3 = "Other" ; VALUE SS3068L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to next ISS code" ; VALUE SS3086L (default=32) 0 = "Not in universe" 1 = "Yes - skip to next ISS code" 2 = "No" ; VALUE SS3088L (default=32) 0 = "Not in universe" ; VALUE SS3090L (default=32) 0 = "Not in universe" ; VALUE SS3092L (default=32) 0 = "Not in universe" ; VALUE SS3094L (default=32) 0 = "Not in universe" ; VALUE SS3096L (default=32) 0 = "Not in universe" ; VALUE SS3098L (default=32) 0 = "Not in universe" ; VALUE I01IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I01IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I01IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I01IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I01IMP0N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I01IMP0O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I01IMP0P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I01IMP0Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I01IMP0R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I02REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I02REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I02REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I02REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I02AMT1L (default=32) -0009 = "Not in universe" ; VALUE I02AMT2L (default=32) -0009 = "Not in universe" ; VALUE I02AMT3L (default=32) -0009 = "Not in universe" ; VALUE I02AMT4L (default=32) -0009 = "Not in universe" ; VALUE KIDRRYND (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE KIDRRYNK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE KIDRRYNL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE KIDRRYNM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE KDRRAMTD (default=32) -009 = "Not in universe" ; VALUE KDRRAMTK (default=32) -009 = "Not in universe" ; VALUE KDRRAMTL (default=32) -009 = "Not in universe" ; VALUE KDRRAMTM (default=32) -009 = "Not in universe" ; VALUE RRRECIND (default=32) 0 = "Not in universe" 1 = "Adult benefits received in own" 2 = "Only adult benefits received" 3 = "Only child benefits received" 4 = "Adult benefits received in own" 5 = "Adult benefits received jointly" ; VALUE RR3004L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE RR3006L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE RR3008L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC3070 through" ; VALUE RR3012L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC3016 through" ; VALUE RR3014L (default=32) 0 = "Not in universe" 1 = "Yes - skip to next ISS code" 2 = "No" ; VALUE RR3064L (default=32) -1 = "DK" 0 = "Not in universe" 1 = "Green" 2 = "Gold" 3 = "Other" ; VALUE RR3066L (default=32) -1 = "DK" 0 = "Not in universe" 1 = "First" 2 = "Third" 3 = "Other" ; VALUE RR3068L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to next ISS code" ; VALUE RR3086L (default=32) 0 = "Not in universe" 1 = "Yes - skip to next ISS code" 2 = "No" ; VALUE RR3088L (default=32) 0 = "Not in universe" ; VALUE RR3090L (default=32) 0 = "Not in universe" ; VALUE RR3092L (default=32) 0 = "Not in universe" ; VALUE RR3094L (default=32) 0 = "Not in universe" ; VALUE RR3096L (default=32) 0 = "Not in universe" ; VALUE RR3098L (default=32) 0 = "Not in universe" ; VALUE I02IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I02IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I02IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I02IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I02IMP0N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I02IMP0O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I02IMP0P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I02IMP0Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I02IMP0R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I03REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I03REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I03REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I03REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I03AMT1L (default=32) -0009 = "Not in universe" ; VALUE I03AMT2L (default=32) -0009 = "Not in universe" ; VALUE I03AMT3L (default=32) -0009 = "Not in universe" ; VALUE I03AMT4L (default=32) -0009 = "Not in universe" ; VALUE I03IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I03IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I03IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I03IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I05REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I05REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I05REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I05REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I05AMT1L (default=32) -0009 = "Not in universe" ; VALUE I05AMT2L (default=32) -0009 = "Not in universe" ; VALUE I05AMT3L (default=32) -0009 = "Not in universe" ; VALUE I05AMT4L (default=32) -0009 = "Not in universe" ; VALUE I05IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I05IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I05IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I05IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I06REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I06REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I06REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I06REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I06AMT1L (default=32) -0009 = "Not in universe" ; VALUE I06AMT2L (default=32) -0009 = "Not in universe" ; VALUE I06AMT3L (default=32) -0009 = "Not in universe" ; VALUE I06AMT4L (default=32) -0009 = "Not in universe" ; VALUE I06IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I06IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I06IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I06IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I07REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I07REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I07REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I07REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I07AMT1L (default=32) -0009 = "Not in universe" ; VALUE I07AMT2L (default=32) -0009 = "Not in universe" ; VALUE I07AMT3L (default=32) -0009 = "Not in universe" ; VALUE I07AMT4L (default=32) -0009 = "Not in universe" ; VALUE I07IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I07IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I07IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I07IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I08REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I08REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I08REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I08REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I08AMT1L (default=32) -0009 = "Not in universe" ; VALUE I08AMT2L (default=32) -0009 = "Not in universe" ; VALUE I08AMT3L (default=32) -0009 = "Not in universe" ; VALUE I08AMT4L (default=32) -0009 = "Not in universe" ; VALUE VET3034L (default=32) 0 = "Not in universe" 1 = "Yes - skip to next income source" 2 = "No" ; VALUE VET3036L (default=32) 0 = "Not in universe" ; VALUE VET3038L (default=32) 0 = "Not in universe" ; VALUE VET3040L (default=32) 0 = "Not in universe" ; VALUE VET3042L (default=32) 0 = "Not in universe" ; VALUE VET3044L (default=32) 0 = "Not in universe" ; VALUE VET3046L (default=32) 0 = "Not in universe" ; VALUE VET3048L (default=32) 0 = "Not in universe" ; VALUE VET3050L (default=32) 0 = "Not in universe" ; VALUE VET3052L (default=32) 0 = "Not in universe" ; VALUE VET3054L (default=32) 0 = "Not in universe" ; VALUE VET3060L (default=32) -1 = "DK - skip to next ISS code" 0 = "Not in universe" 1 = "Yes - skip to next ISS code" 2 = "No - skip to next ISS code" ; VALUE I08IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I08IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I08IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I08IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I10REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I10REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I10REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I10REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I10AMT1L (default=32) -0009 = "Not in universe" ; VALUE I10AMT2L (default=32) -0009 = "Not in universe" ; VALUE I10AMT3L (default=32) -0009 = "Not in universe" ; VALUE I10AMT4L (default=32) -0009 = "Not in universe" ; VALUE I10IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I10IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I10IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I10IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I12REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I12REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I12REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I12REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I12AMT1L (default=32) -0009 = "Not in universe" ; VALUE I12AMT2L (default=32) -0009 = "Not in universe" ; VALUE I12AMT3L (default=32) -0009 = "Not in universe" ; VALUE I12AMT4L (default=32) -0009 = "Not in universe" ; VALUE I12IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I12IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I12IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I12IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I13REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I13REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I13REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I13REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I13AMT1L (default=32) -0009 = "Not in universe" ; VALUE I13AMT2L (default=32) -0009 = "Not in universe" ; VALUE I13AMT3L (default=32) -0009 = "Not in universe" ; VALUE I13AMT4L (default=32) -0009 = "Not in universe" ; VALUE I13IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I13IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I13IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I13IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I20REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I20REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I20REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I20REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I20AMT1L (default=32) -0009 = "Not in universe" ; VALUE I20AMT2L (default=32) -0009 = "Not in universe" ; VALUE I20AMT3L (default=32) -0009 = "Not in universe" ; VALUE I20AMT4L (default=32) -0009 = "Not in universe" ; VALUE AFDC303D (default=32) 0 = "Not in universe" 1 = "Yes - skip to next income source" 2 = "No" ; VALUE AFDC303K (default=32) 0 = "Not in universe" ; VALUE AFDC303L (default=32) 0 = "Not in universe" ; VALUE AFDC304D (default=32) 0 = "Not in universe" ; VALUE AFDC304K (default=32) 0 = "Not in universe" ; VALUE AFDC304L (default=32) 0 = "Not in universe" ; VALUE AFDC304M (default=32) 0 = "Not in universe" ; VALUE AFDC304N (default=32) 0 = "Not in universe" ; VALUE AFDC305D (default=32) 0 = "Not in universe" ; VALUE AFDC305K (default=32) 0 = "Not in universe" ; VALUE AFDC305L (default=32) 0 = "Not in universe" ; VALUE I20IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I20IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I20IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I20IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I21REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I21REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I21REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I21REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I21AMT1L (default=32) -0009 = "Not in universe" ; VALUE I21AMT2L (default=32) -0009 = "Not in universe" ; VALUE I21AMT3L (default=32) -0009 = "Not in universe" ; VALUE I21AMT4L (default=32) -0009 = "Not in universe" ; VALUE GA3034L (default=32) 0 = "Not in universe" 1 = "Yes - skip to next income source" 2 = "No" ; VALUE GA3036L (default=32) 0 = "Not in universe" ; VALUE GA3038L (default=32) 0 = "Not in universe" ; VALUE GA3040L (default=32) 0 = "Not in universe" ; VALUE GA3042L (default=32) 0 = "Not in universe" ; VALUE GA3044L (default=32) 0 = "Not in universe" ; VALUE GA3046L (default=32) 0 = "Not in universe" ; VALUE GA3048L (default=32) 0 = "Not in universe" ; VALUE GA3050L (default=32) 0 = "Not in universe" ; VALUE GA3052L (default=32) 0 = "Not in universe" ; VALUE GA3054L (default=32) 0 = "Not in universe" ; VALUE I21IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I21IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I21IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I21IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I23REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I23REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I23REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I23REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I23AMT1L (default=32) -0009 = "Not in universe" ; VALUE I23AMT2L (default=32) -0009 = "Not in universe" ; VALUE I23AMT3L (default=32) -0009 = "Not in universe" ; VALUE I23AMT4L (default=32) -0009 = "Not in universe" ; VALUE FCC3034L (default=32) 0 = "Not in universe" 1 = "Yes - skip to next income source" 2 = "No" ; VALUE FCC3036L (default=32) 0 = "Not in universe" ; VALUE FCC3038L (default=32) 0 = "Not in universe" ; VALUE FCC3040L (default=32) 0 = "Not in universe" ; VALUE FCC3042L (default=32) 0 = "Not in universe" ; VALUE FCC3044L (default=32) 0 = "Not in universe" ; VALUE FCC3046L (default=32) 0 = "Not in universe" ; VALUE FCC3048L (default=32) 0 = "Not in universe" ; VALUE FCC3050L (default=32) 0 = "Not in universe" ; VALUE FCC3052L (default=32) 0 = "Not in universe" ; VALUE FCC3054L (default=32) 0 = "Not in universe" ; VALUE I23IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I23IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I23IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I23IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I24REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I24REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I24REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I24REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I24AMT1L (default=32) -0009 = "Not in universe" ; VALUE I24AMT2L (default=32) -0009 = "Not in universe" ; VALUE I24AMT3L (default=32) -0009 = "Not in universe" ; VALUE I24AMT4L (default=32) -0009 = "Not in universe" ; VALUE OW3034L (default=32) 0 = "Not in universe" 1 = "Yes - skip to next income source" 2 = "No" ; VALUE OW3036L (default=32) 0 = "Not in universe" ; VALUE OW3038L (default=32) 0 = "Not in universe" ; VALUE OW3040L (default=32) 0 = "Not in universe" ; VALUE OW3042L (default=32) 0 = "Not in universe" ; VALUE OW3044L (default=32) 0 = "Not in universe" ; VALUE OW3046L (default=32) 0 = "Not in universe" ; VALUE OW3048L (default=32) 0 = "Not in universe" ; VALUE OW3050L (default=32) 0 = "Not in universe" ; VALUE OW3052L (default=32) 0 = "Not in universe" ; VALUE OW3054L (default=32) 0 = "Not in universe" ; VALUE I24IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I24IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I24IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I24IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE WIC3138L (default=32) 0 = "No" 1 = "Yes" 9 = "Not in universe" ; VALUE WIC3140L (default=32) 0 = "No" 1 = "Yes" 9 = "Not in universe" ; VALUE WIC3142L (default=32) 0 = "No" 1 = "Yes" 9 = "Not in universe" ; VALUE WIC3144L (default=32) 0 = "No" 1 = "Yes" 9 = "Not in universe" ; VALUE I25IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I25IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I25IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I25IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I27REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I27REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I27REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I27REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I27AMT1L (default=32) -0009 = "Not in universe" ; VALUE I27AMT2L (default=32) -0009 = "Not in universe" ; VALUE I27AMT3L (default=32) -0009 = "Not in universe" ; VALUE I27AMT4L (default=32) -0009 = "Not in universe" ; VALUE FS3100L (default=32) 0 = "Not in universe" 1 = "Yes - skip to next income source" 2 = "No" ; VALUE FS3102L (default=32) 0 = "Not in universe" ; VALUE FS3104L (default=32) 0 = "Not in universe" ; VALUE FS3106L (default=32) 0 = "Not in universe" ; VALUE FS3108L (default=32) 0 = "Not in universe" ; VALUE FS3110L (default=32) 0 = "Not in universe" ; VALUE FS3112L (default=32) 0 = "Not in universe" ; VALUE FS3114L (default=32) 0 = "Not in universe" ; VALUE FS3116L (default=32) 0 = "Not in universe" ; VALUE FS3118L (default=32) 0 = "Not in universe" ; VALUE FS3120L (default=32) 0 = "Not in universe" ; VALUE I27IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I27IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I27IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I27IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I28REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I28REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I28REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I28REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I28AMT1L (default=32) -0009 = "Not in universe" ; VALUE I28AMT2L (default=32) -0009 = "Not in universe" ; VALUE I28AMT3L (default=32) -0009 = "Not in universe" ; VALUE I28AMT4L (default=32) -0009 = "Not in universe" ; VALUE I28IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I28IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I28IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I28IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I29REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I29REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I29REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I29REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I29AMT1L (default=32) -0009 = "Not in universe" ; VALUE I29AMT2L (default=32) -0009 = "Not in universe" ; VALUE I29AMT3L (default=32) -0009 = "Not in universe" ; VALUE I29AMT4L (default=32) -0009 = "Not in universe" ; VALUE I29IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I29IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I29IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I29IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I30REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I30REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I30REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I30REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I30AMT1L (default=32) -0009 = "Not in universe" ; VALUE I30AMT2L (default=32) -0009 = "Not in universe" ; VALUE I30AMT3L (default=32) -0009 = "Not in universe" ; VALUE I30AMT4L (default=32) -0009 = "Not in universe" ; VALUE I30IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I30IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I30IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I30IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I31REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I31REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I31REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I31REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I31AMT1L (default=32) -0009 = "Not in universe" ; VALUE I31AMT2L (default=32) -0009 = "Not in universe" ; VALUE I31AMT3L (default=32) -0009 = "Not in universe" ; VALUE I31AMT4L (default=32) -0009 = "Not in universe" ; VALUE I31IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I31IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I31IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I31IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I32REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I32REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I32REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I32REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I32AMT1L (default=32) -0009 = "Not in universe" ; VALUE I32AMT2L (default=32) -0009 = "Not in universe" ; VALUE I32AMT3L (default=32) -0009 = "Not in universe" ; VALUE I32AMT4L (default=32) -0009 = "Not in universe" ; VALUE I32IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I32IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I32IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I32IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I34REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I34REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I34REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I34REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I34AMT1L (default=32) -0009 = "Not in universe" ; VALUE I34AMT2L (default=32) -0009 = "Not in universe" ; VALUE I34AMT3L (default=32) -0009 = "Not in universe" ; VALUE I34AMT4L (default=32) -0009 = "Not in universe" ; VALUE I34IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I34IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I34IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I34IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I35REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I35REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I35REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I35REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I35AMT1L (default=32) -0009 = "Not in universe" ; VALUE I35AMT2L (default=32) -0009 = "Not in universe" ; VALUE I35AMT3L (default=32) -0009 = "Not in universe" ; VALUE I35AMT4L (default=32) -0009 = "Not in universe" ; VALUE I35IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I35IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I35IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I35IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I36REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I36REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "no" ; VALUE I36REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "no" ; VALUE I36REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I36AMT1L (default=32) -0009 = "Not in universe" ; VALUE I36AMT2L (default=32) -0009 = "Not in universe" ; VALUE I36AMT3L (default=32) -0009 = "Not in universe" ; VALUE I36AMT4L (default=32) -0009 = "Not in universe" ; VALUE I36IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I36IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I36IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I36IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I37REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I37REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I37REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I37REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I37AMT1L (default=32) -0009 = "Not in universe" ; VALUE I37AMT2L (default=32) -0009 = "Not in universe" ; VALUE I37AMT3L (default=32) -0009 = "Not in universe" ; VALUE I37AMT4L (default=32) -0009 = "Not in universe" ; VALUE I37IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I37IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I37IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I37IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I38REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I38REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I38REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I38REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I38AMT1L (default=32) -0009 = "Not in universe" ; VALUE I38AMT2L (default=32) -0009 = "Not in universe" ; VALUE I38AMT3L (default=32) -0009 = "Not in universe" ; VALUE I38AMT4L (default=32) -0009 = "Not in universe" ; VALUE I38IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I38IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I38IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I38IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I40REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I40REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I40REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I40REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I40AMT1L (default=32) -0009 = "Not in universe" ; VALUE I40AMT2L (default=32) -0009 = "Not in universe" ; VALUE I40AMT3L (default=32) -0009 = "Not in universe" ; VALUE I40AMT4L (default=32) -0009 = "Not in universe" ; VALUE I40IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I40IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I40IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I40IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I50REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I50REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I50REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I50REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I50AMT1L (default=32) -0009 = "Not in universe" ; VALUE I50AMT2L (default=32) -0009 = "Not in universe" ; VALUE I50AMT3L (default=32) -0009 = "Not in universe" ; VALUE I50AMT4L (default=32) -0009 = "Not in universe" ; VALUE I50IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I50IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I50IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I50IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I51REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I51REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "no" ; VALUE I51REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I51REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I51AMT1L (default=32) -0009 = "Not in universe" ; VALUE I51AMT2L (default=32) -0009 = "Not in universe" ; VALUE I51AMT3L (default=32) -0009 = "Not in universe" ; VALUE I51AMT4L (default=32) -0009 = "Not in universe" ; VALUE I51IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I51IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I51IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I51IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I52REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I52REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I52REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I52REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I52AMT1L (default=32) -0009 = "Not in universe" ; VALUE I52AMT2L (default=32) -0009 = "Not in universe" ; VALUE I52AMT3L (default=32) -0009 = "Not in universe" ; VALUE I52AMT4L (default=32) -0009 = "Not in universe" ; VALUE I52IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I52IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I52IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I52IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I53REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I53REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I53REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I53REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I53AMT1L (default=32) -0009 = "Not in universe" ; VALUE I53AMT2L (default=32) -0009 = "Not in universe" ; VALUE I53AMT3L (default=32) -0009 = "Not in universe" ; VALUE I53AMT4L (default=32) -0009 = "Not in universe" ; VALUE I53IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I53IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I53IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I53IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I54REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I54REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I54REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I54REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I54AMT1L (default=32) -0009 = "Not in universe" ; VALUE I54AMT2L (default=32) -0009 = "Not in universe" ; VALUE I54AMT3L (default=32) -0009 = "Not in universe" ; VALUE I54AMT4L (default=32) -0009 = "Not in universe" ; VALUE I54IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I54IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I54IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I54IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I55REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I55REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I55REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I55REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I55AMT1L (default=32) -0009 = "Not in universe" ; VALUE I55AMT2L (default=32) -0009 = "Not in universe" ; VALUE I55AMT3L (default=32) -0009 = "Not in universe" ; VALUE I55AMT4L (default=32) -0009 = "Not in universe" ; VALUE I55IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I55IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I55IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I55IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I56REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I56REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I56REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I56REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I56AMT1L (default=32) -0009 = "Not in universe" ; VALUE I56AMT2L (default=32) -0009 = "Not in universe" ; VALUE I56AMT3L (default=32) -0009 = "Not in universe" ; VALUE I56AMT4L (default=32) -0009 = "Not in universe" ; VALUE I56IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I56IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I56IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I56IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I75REC1L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I75REC2L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I75REC3L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I75REC4L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I75AMT1L (default=32) -0009 = "Not in universe" ; VALUE I75AMT2L (default=32) -0009 = "Not in universe" ; VALUE I75AMT3L (default=32) -0009 = "Not in universe" ; VALUE I75AMT4L (default=32) -0009 = "Not in universe" ; VALUE I75IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I75IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I75IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I75IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE J100YN_D (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE J100YN_K (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE J100YN_L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE J100YN_M (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE JINT100D (default=32) -009 = "Not in universe" 0 = "None" ; VALUE JINT100K (default=32) -009 = "Not in universe" 0 = "None" ; VALUE JINT100L (default=32) -009 = "Not in universe" 0 = "None" ; VALUE JINT100M (default=32) -009 = "Not in universe" 0 = "None" ; VALUE O100YN_D (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE O100YN_K (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE O100YN_L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE O100YN_M (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OINT100D (default=32) -009 = "Not in universe" 0 = "None" ; VALUE OINT100K (default=32) -009 = "Not in universe" 0 = "None" ; VALUE OINT100L (default=32) -009 = "Not in universe" 0 = "None" ; VALUE OINT100M (default=32) -009 = "Not in universe" 0 = "None" ; VALUE JCALC10D (default=32) 0 = "No, not calculated" 1 = "Yes, interest was calculated" 9 = "Not in universe" ; VALUE OCALC10D (default=32) 0 = "No, not calculated" 1 = "Yes, calculated" 9 = "Not in universe" ; VALUE J104YN_D (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE J104YN_K (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE J104YN_L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE J104YN_M (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE JINT104D (default=32) -009 = "Not in universe" 0 = "None" ; VALUE JINT104K (default=32) -009 = "Not in universe" 0 = "None" ; VALUE JINT104L (default=32) -009 = "Not in universe" 0 = "None" ; VALUE JINT104M (default=32) -009 = "Not in universe" 0 = "None" ; VALUE O104YN_D (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE O104YN_K (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE O104YN_L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE O104YN_M (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OINT104D (default=32) -009 = "Not in universe" 0 = "None" ; VALUE OINT104K (default=32) -009 = "Not in universe" 0 = "None" ; VALUE OINT104L (default=32) -009 = "Not in universe" 0 = "None" ; VALUE OINT104M (default=32) -009 = "Not in universe" 0 = "None" ; VALUE JCALC10K (default=32) 0 = "No, not calculated" 1 = "Yes, interest was calculated" 9 = "Not in universe" ; VALUE OCALC10K (default=32) 0 = "No, not calculated" 1 = "Yes, calculated" 9 = "Not in universe" ; VALUE J110RYND (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE J110RYNK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE J110RYNL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE J110RYNM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE JDIR110D (default=32) -009 = "Not in universe" 0 = "None" ; VALUE JDIR110K (default=32) -009 = "Not in universe" 0 = "None" ; VALUE JDIR110L (default=32) -009 = "Not in universe" 0 = "None" ; VALUE JDIR110M (default=32) -009 = "Not in universe" 0 = "None" ; VALUE O110RYND (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE O110RYNK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE O110RYNL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE O110RYNM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ODIR110D (default=32) -009 = "Not in universe" 0 = "None" ; VALUE ODIR110K (default=32) -009 = "Not in universe" 0 = "None" ; VALUE ODIR110L (default=32) -009 = "Not in universe" 0 = "None" ; VALUE ODIR110M (default=32) -009 = "Not in universe" 0 = "None" ; VALUE J110CYND (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE J110CYNK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE J110CYNL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE J110CYNM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE JDIC110D (default=32) -009 = "Not in universe" 0 = "None" ; VALUE JDIC110K (default=32) -009 = "Not in universe" 0 = "None" ; VALUE JDIC110L (default=32) -009 = "Not in universe" 0 = "None" ; VALUE JDIC110M (default=32) -009 = "Not in universe" 0 = "None" ; VALUE O110CYND (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE O110CYNK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE O110CYNL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE O110CYNM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ODIC110D (default=32) -009 = "Not in universe" 0 = "None" ; VALUE ODIC110K (default=32) -009 = "Not in universe" 0 = "None" ; VALUE ODIC110L (default=32) -009 = "Not in universe" 0 = "None" ; VALUE ODIC110M (default=32) -009 = "Not in universe" 0 = "None" ; VALUE J120YN_D (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE J120YN_K (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE J120YN_L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE J120YN_M (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE JRNT120D (default=32) -9999 = "Not in universe" 0 = "None" ; VALUE JRNT120K (default=32) -9999 = "Not in universe" 0 = "None" ; VALUE JRNT120L (default=32) -9999 = "Not in universe" 0 = "None" ; VALUE JRNT120M (default=32) -9999 = "Not in universe" 0 = "None" ; VALUE O120YN_D (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE O120YN_K (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE O120YN_L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE O120YN_M (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ORNT120D (default=32) -9999 = "Not in universe" 0 = "None" ; VALUE ORNT120K (default=32) -9999 = "Not in universe" 0 = "None" ; VALUE ORNT120L (default=32) -9999 = "Not in universe" 0 = "None" ; VALUE ORNT120M (default=32) -9999 = "Not in universe" 0 = "None" ; VALUE OJ120YND (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OJ120YNK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OJ120YNL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OJ120YNM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OJRT120D (default=32) -9999 = "Not in universe" 0 = "None" ; VALUE OJRT120K (default=32) -9999 = "Not in universe" 0 = "None" ; VALUE OJRT120L (default=32) -999 = "Not in universe" 0 = "None" ; VALUE OJRT120M (default=32) -9999 = "Not in universe" 0 = "None" ; VALUE JMTGNYND (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE JMTGNYNK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE JMTGNYNL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE JMTGNYNM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE JMORTYND (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE JMORTYNK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE JMORTYNL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE JMORTYNM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE JMAM130D (default=32) -009 = "Not in universe" 0 = "None" ; VALUE JMAM130K (default=32) -009 = "Not in universe" 0 = "None" ; VALUE JMAM130L (default=32) -009 = "Not in universe" 0 = "None" ; VALUE JMAM130M (default=32) -009 = "Not in universe" 0 = "None" ; VALUE OMTGNYND (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OMTGNYNK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OMTGNYNL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OMTGNYNM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OMORTYND (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OMORTYNK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OMORTYNL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OMORTYNM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OMAM130D (default=32) -009 = "Not in universe" 0 = "None" ; VALUE OMAM130K (default=32) -009 = "Not in universe" 0 = "None" ; VALUE OMAM130L (default=32) -009 = "Not in universe" 0 = "None" ; VALUE OMAM130M (default=32) -009 = "Not in universe" 0 = "None" ; VALUE O4050YND (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE O4050YNK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE O4050YNL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE O4050YNM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE RAM4050D (default=32) -9999 = "Not in universe" 0 = "None" ; VALUE RAM4050K (default=32) -9999 = "Not in universe" 0 = "None" ; VALUE RAM4050L (default=32) -9999 = "Not in universe" 0 = "None" ; VALUE RAM4050M (default=32) -9999 = "Not in universe" 0 = "None" ; VALUE SC4300L (default=32) 0 = "Not marked as a type of asset" 1 = "Marked as a type of asset owned" 9 = "Not in universe" ; VALUE SC4302L (default=32) 0 = "Not marked as a type of asset" 1 = "Marked as a type of asset owned" 9 = "Not in universe" ; VALUE SC4304L (default=32) 0 = "Not marked as a type of asset" 1 = "Marked as a type of asset owned" 9 = "Not in universe" ; VALUE SC4306L (default=32) 0 = "Not marked as a type of asset" 1 = "Marked as a type of asset owned" 9 = "Not in universe" ; VALUE SC4308L (default=32) 0 = "Not in universe" 1 = "No spouse in household - skip" 2 = "Interview for spouse not yet" 3 = "Interview for spouse already" ; VALUE SC4310L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC4320" ; VALUE SC4312L (default=32) 0 = "Not in universe" ; VALUE SC4318L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to next ISS code" ; VALUE SC4320L (default=32) -3 = "None" 0 = "Not in universe" ; VALUE SC4400L (default=32) 0 = "Not marked as a type of asset" 1 = "Marked as a type of asset owned" 9 = "Not in universe" ; VALUE SC4402L (default=32) 0 = "Not marked as a type of asset" 1 = "Marked as a type of asset owned" 9 = "Not in universe" ; VALUE SC4404L (default=32) 0 = "Not marked as a type of asset" 1 = "Marked as a type of asset owned" 9 = "Not in universe" ; VALUE SC4406L (default=32) 0 = "Not marked as a type of asset" 1 = "Marked as a type of asset owned" 9 = "Not in universe" ; VALUE SC4408L (default=32) 0 = "Not in universe" 1 = "No spouse in household - skip" 2 = "Interview for spouse not yet" 3 = "Interview for spouse already" ; VALUE SC4410L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC4420" ; VALUE SC4412L (default=32) 0 = "Not in universe" ; VALUE SC4418L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to next ISS code" ; VALUE SC4420L (default=32) 0 = "Not in universe" ; VALUE SC4500L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC4512" ; VALUE SC4502L (default=32) 0 = "Not in universe" 1 = "No spouse in household - skip" 2 = "Interview for spouse not yet" 3 = "Interview for spouse already" ; VALUE SC4504L (default=32) -9 = "Not in universe" 0 = "None - skip to SC4508" ; VALUE SC4508L (default=32) -9 = "Not in universe" 0 = "None - skip to SC4512" ; VALUE SC4512L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to next ISS code" ; VALUE SC4514L (default=32) 0 = "Not in universe" 1 = "No spouse in household - skip" 2 = "Interview for spouse not yet" 3 = "Interview for spouse already" ; VALUE SC4516L (default=32) -9 = "Not in universe" 0 = "None" ; VALUE SC4518L (default=32) -9 = "Not in universe" 0 = "None - skip to next ISS code" ; VALUE SC4600L (default=32) 0 = "Not in universe" 1 = "No spouse in household - skip" 2 = "Interview for spouse not yet" 3 = "Interview for spouse already" ; VALUE SC4602L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC4610" ; VALUE SC4604L (default=32) 0 = "Not in universe" ; VALUE SC4606L (default=32) 0 = "Not in universe" ; VALUE SC4610L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC4618" ; VALUE SC4612L (default=32) 0 = "Not in universe" ; VALUE SC4614L (default=32) 0 = "Not in universe" ; VALUE SC4618L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to next ISS code" ; VALUE SC4620L (default=32) 0 = "Not in universe" ; VALUE SC4700L (default=32) 0 = "Not marked as a type of asset" 1 = "Marked as a type of asset owned" 9 = "Not in universe" ; VALUE SC4702L (default=32) 0 = "Not marked as a type of asset" 1 = "Marked as a type of asset owned" 9 = "Not in universe" ; VALUE SC4704L (default=32) 0 = "Not marked as a type of asset" 1 = "Marked as a type of asset owned" 9 = "Not in universe" ; VALUE SC4706L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC4720" ; VALUE SC4708L (default=32) 0 = "Not in universe" 1 = "No spouse in household - skip" 2 = "Interview for spouse not yet" 3 = "Interview for spouse already" ; VALUE SC4710L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC4716" ; VALUE SC4712L (default=32) -9 = "Not in universe" 0 = "None" ; VALUE SC4714L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC4718" ; VALUE SC4716L (default=32) -9 = "Not in universe" 0 = "None" ; VALUE SC4718L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC4720L (default=32) -99999 = "Not in universe" 0 = "None" ; VALUE G2_IMP0D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP0K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP0L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP0M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP0N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP0O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP0P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP0Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP0R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP1D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP1K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP1L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP1M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP1N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP1O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP1P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP1Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP1R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP1S (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP2D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP2K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP2L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP2M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP2N (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP2O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP2P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE G2_IMP2Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE VERSION (default=32) 1 = "Original version" ; VALUE JCALB10N (default=32) 0 = "No, not calculated" 1 = "Yes, balance was calculated" ; VALUE OCALB10N (default=32) 0 = "No, not calculated" 1 = "Yes, balance was calculated" ; VALUE JCALB10K (default=32) 0 = "No, not calculated" 1 = "Yes, balance was calculated" ; VALUE OCALB10K (default=32) 0 = "No, not calculated" 1 = "Yes, balance was calculated" ; VALUE WS1_202O (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to WS1-2025" ; VALUE WS1_202P (default=32) 0 = "Not in universe" 1 = "Laid off" 2 = "Retired" 3 = "Discharged" 4 = "Job was temporary and ended" 5 = "Quit to take another job" 6 = "Quit for some other reason" ; VALUE WS2_212O (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to WS2-2125" ; VALUE WS2_212P (default=32) 0 = "Not in universe" 1 = "Laid off" 2 = "Retired" 3 = "Discharged" 4 = "Job was temporary and ended" 5 = "Quit to take another job" 6 = "Quit for some other reason" ; VALUE SE1_220N (default=32) -9 = "Not in universe" 0 = "Not answered" ; VALUE SE2_230N (default=32) -9 = "Not in universe" 0 = "Not answered" ; VALUE I41RECPN (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I41RECPK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I41RECPL (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I41RECPM (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE I41AMT1L (default=32) 0 = "None" -9 = "Not in universe" ; VALUE I41AMT2L (default=32) 0 = "None" -9 = "Not in universe" ; VALUE I41AMT3L (default=32) 0 = "None" -9 = "Not in universe" ; VALUE I41AMT4L (default=32) 0 = "None" -9 = "Not in universe" ; VALUE I41IMPON (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I41IMPOK (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I41IMPOL (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE I41IMPOM (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H1_TYPE (default=32) 0 = "Not in household" 1 = "Married couple family HH" 2 = "Male householder family HH" 3 = "Female householder family HH" 4 = "Male householder nonfamily HH" 5 = "Female householder nonfamily HH" 6 = "Group quarters" ; VALUE U1_REINT (default=32) 0 = "Not answered" 1 = "Observed" 2 = "Reinterview" ; VALUE H2_TYPE (default=32) 0 = "Not in household" 1 = "Married couple family HH" 2 = "Male householder family HH" 3 = "Female householder family HH" 4 = "Male householder nonfamily HH" 5 = "Female householder nonfamily HH" 6 = "Group quarters" ; VALUE U2_REINT (default=32) 0 = "Not answered" 1 = "Observed" 2 = "Reinterview" ; VALUE H3_TYPE (default=32) 0 = "Not in household" 1 = "Married couple family HH" 2 = "Male householder family HH" 3 = "Female householder family HH" 4 = "Male householder nonfamily HH" 5 = "Female householder nonfamily HH" 6 = "Group quarters" ; VALUE U3_REINT (default=32) 0 = "Not answered" 1 = "Observed" 2 = "Reinterview" ; VALUE H4_TYPE (default=32) 0 = "Not in household" 1 = "Married couple family HH" 2 = "Male householder family HH" 3 = "Female householder family HH" 4 = "Male householder nonfamily HH" 5 = "Female householder nonfamily HH" 6 = "Group quarters" ; VALUE U4_REINT (default=32) 0 = "Not answered" 1 = "Observed" 2 = "Reinterview" ; VALUE H5_TYPE (default=32) 0 = "Not in household" 1 = "Married couple family HH" 2 = "Male householder family HH" 3 = "Female householder family HH" 4 = "Male householder nonfamily HH" 5 = "Female householder nonfamily HH" 6 = "Group quarters" ; VALUE SC0064L (default=32) 0 = "Not in universe" 5 = "1985 panel" ; VALUE SC0066L (default=32) 0 = "Not in universe" ; VALUE SC0068L (default=32) 0 = "Not in universe" ; VALUE MEDCODE (default=32) 0 = "Not in universe" 1 = "Retired or disabled worker" 2 = "Spouse or retired or" 3 = "Widow or retired or disabled" 4 = "Adult disabled as a child" 5 = "Uninsured" 7 = "Other or invalid code" 9 = "Missing code" ; VALUE SC1231L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1233" ; VALUE SC1232L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1239" ; VALUE SC1233L (default=32) 0 = "Not in universe" -5 = "All weeks working" ; VALUE SC1234L (default=32) 0 = "Not marked as a month" ; VALUE SC1235L (default=32) 0 = "Not marked as a month" ; VALUE SC1236L (default=32) 0 = "Not marked as a month" ; VALUE SC1237L (default=32) 0 = "Not marked as a month" ; VALUE SC1238L (default=32) 0 = "Not in universe" 1 = "Could not find a full-time" 2 = "Wanted to work part-time" 3 = "Health condition or" 4 = "Normal working hours are" 5 = "Slack work or material" 6 = "Other" ; VALUE SC1656L (default=32) 0 = "Not in universe" 1 = "Yes, full-time" 2 = "Yes, part-time" 3 = "No - skip to SC1694" ; VALUE SC1658L (default=32) 0 = "Not marked as a month" 1 = "Marked as a month" ; VALUE SC1660L (default=32) 0 = "Not marked as a month" 1 = "Marked as a month" ; VALUE SC1662L (default=32) 0 = "Not marked as a month" 1 = "Marked as a month" ; VALUE SC1664L (default=32) 0 = "Not marked as a month" 1 = "Marked as a month" ; VALUE SC1666L (default=32) 0 = "Not marked as a month" 1 = "Marked as a month" ; VALUE SC1668L (default=32) 0 = "Not in universe" 1 = "Elementary grades 1-8" 2 = "High school grades 9-12" 3 = "College year 1" 4 = "College year 2" 5 = "College year 3" 6 = "College year 4" 7 = "College year 5" 8 = "College year 6" 9 = "Vocational school" 10 = "Technical school" 11 = "Business school" ; VALUE SC1670L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1694" ; VALUE SC1672L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of" ; VALUE SC1674L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of" ; VALUE SC1676L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of" ; VALUE SC1678L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of" ; VALUE SC1680L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of" ; VALUE SC1682L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of" ; VALUE SC1684L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of" ; VALUE SC1686L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of" ; VALUE SC1688L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of" ; VALUE SC1690L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of" ; VALUE SC1692L (default=32) 0 = "Not marked as a kind of" 1 = "Marked as a kind of" ; VALUE SC0914L (default=32) -1 = "DK - skip to SC0918" -2 = "Refusal - skip to SC0918" 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC0918" 9 = "Not answered" ; VALUE SC0916L (default=32) 0 = "Not in universe" 1 = "Armed Forces Barracks" 2 = "Outside the United States" 3 = "Nonhousehold setting" 9 = "Not answered" ; VALUE SC0918L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1000" ; VALUE SC0920L (default=32) -1 = "DK - skip to SC1000" -2 = "Ref. - skip to SC1000" 0 = "Not in universe" 1 = "Yes - skip to SC1000" 2 = "No" 9 = "Not answered" ; VALUE SC0922L (default=32) -1 = "DK - skip to SC0928" -2 = "Ref. - skip to SC0928" 0 = "Not in universe" 1 = "Yes - skip to SC1000" 2 = "No" 9 = "Not answered" ; VALUE SC0924L (default=32) -1 = "DK - skip to SC0928" -2 = "Ref. - skip to SC0928" -3 = "None" 0 = "Not in universe" 99 = "Not answered" ; VALUE SC0926L (default=32) -1 = "DK" -2 = "Ref" -3 = "None" 0 = "Not in universe" 99 = "Not answered" ; VALUE SC0928L (default=32) -1 = "DK - skip to SC1000" -2 = "REF. - skip to SC1000" 0 = "Not in universe" 1 = "Yes - skip to SC1000" 2 = "No" 9 = "Not answered" ; VALUE SC0930L (default=32) -1 = "DK" -2 = "Ref." 0 = "Not in universe" 1 = "Spouse" 2 = "Other" 9 = "Not answered" ; VALUE U_RRP (default=32) 0 = "Not applicable" 1 = "Reference person with relatives" 2 = "Reference person with no relatives" 3 = "Husband/wife of reference person" 4 = "Natural/adopted child of reference" 5 = "Stepchild of reference person" 6 = "Foster child of reference person" 7 = "Grandchild of reference person" 8 = "Parent of reference person" 9 = "Brother/sister of reference person" 10 = "Other relative of reference person" 11 = "Non-relative of reference person" 12 = "Partner/roommate of reference person" 13 = "Non-relative of reference person" ; VALUE PW_RRP (default=32) 0 = "Not applicable" 1 = "Reference person with relatives" 2 = "Reference person with no relatives" 3 = "Husband/wife of reference person" 4 = "Natural/adopted child of reference" 5 = "Stepchild of reference person" 6 = "Foster child of reference person" 7 = "Grandchild of reference person" 8 = "Parent of reference person" 9 = "Brother/sister of reference person" 10 = "Other relative of reference person" 11 = "Non-relative of reference person" 12 = "Partner/roommate of reference person" 13 = "Non-relative of reference person" ; VALUE U_SRVDTP (default=32) 0 = "Not applicable" 1 = "Vietnam era (August 1964 -" 2 = "Korean conflict (June 1950 -" 3 = "World War II (September 1940 -" 4 = "World War I (April 1917 -" 5 = "May 1975 to August 1980" 6 = "September 1980 or later" 7 = "Other service (all other periods)" 9 = "Not answered" ; VALUE U_SRVDTK (default=32) 0 = "Not applicable" 1 = "Vietnam era (August 1964 -" 2 = "Korean conflict (June 1950 -" 3 = "World War II (September 1940 -" 4 = "World War I (April 1917 -" 5 = "May 1975 to August 1980" 6 = "September 1980 or later" 7 = "Other service (all other periods)" 9 = "Not answered" ; VALUE U_SRVDTL (default=32) 0 = "Not applicable" 1 = "Vietnam era (August 1964 -" 2 = "Korean conflict (June 1950 -" 3 = "World War II (September 1940 -" 4 = "World War I (April 1917 -" 5 = "May 1975 to August 1980" 6 = "September 1980 or later" 7 = "Other service (all other periods)" 9 = "Not answered" ; VALUE WS1IMP0P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE WS2IMP0P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE WS1_200P (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS1_200K (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS2_210P (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS2_210K (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE1_220P (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE1_220K (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE2_230P (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE22303L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE TM8000L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8056" ; VALUE TM8002L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8004" 2 = "No" ; VALUE TM8003L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8056" ; VALUE TM8004L (default=32) 0 = "Not applicable" ; VALUE TM8010L (default=32) 0 = "Not applicable" 1 = "Child's other parent/" 2 = "Child's brother/sister 15+" 3 = "Child's brother/sister" 4 = "Child's grandparent" 5 = "Other relative of child" 6 = "Nonrelative of child" 7 = "Child in day/group care" 8 = "Child in nursery/preschool" 9 = "Child in kindergarten," 10 = "Child cares for self" 11 = "... works at home" 12 = "... cares for child at work" 13 = "Child not born as of last" 14 = "... did not work (not enrolled" ; VALUE TM8012L (default=32) 0 = "Not applicable" 1 = "Child's other parent/" 2 = "Child's brother/sister 15+" 3 = "Child's brother/sister" 4 = "Child's grandparent" 5 = "Other relative of child" 6 = "Nonrelative of child" 7 = "Child in day/group care" 8 = "Child in nursery/preschool" 9 = "Child in kindergarten," 10 = "Child cares for self" 11 = "... works at home" 12 = "... cares for child at work" 13 = "Child not born as of last" ; VALUE TM8014L (default=32) 0 = "Not applicable" 1 = "Child's other parent/" 2 = "Child's brother/sister 15+" 3 = "Child's brother/sister" 4 = "Child's grandparent" 5 = "Other relative of child" 6 = "Nonrelative of child" 7 = "Child in day/group care" 8 = "Child in nursery/preschool" 9 = "Child in kindergarten," 10 = "Child cares for self" 11 = "... works at home" 12 = "... cares for child at work" 13 = "Child not born as of last" ; VALUE TM8016L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM8018L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM8020L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM8022L (default=32) 0 = "Not applicable" 1 = "Yes - skip to next child or" 2 = "No" ; VALUE TM8024L (default=32) 0 = "Not applicable" 1 = "Yes - skip to next child or" 2 = "No" ; VALUE TM8026L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8046" 2 = "No" ; VALUE TM8028L (default=32) 0 = "Not applicable" ; VALUE TM8030L (default=32) 0 = "Not applicable" ; VALUE TM8032L (default=32) 0 = "Not applicable" ; VALUE TM8034L (default=32) 0 = "Not applicable" 1 = "Child's other parent/step-" 2 = "Child's brother/sister 15+" 3 = "Child's brother/sister under" 4 = "Child's grandparent" 5 = "Other relative of child" 6 = "Nonrelative of child" 7 = "Child in day/group care" 8 = "Child in nursery/preschool" 9 = "Child in kindergarten" 10 = "Child cares for self" 11 = "... works at home" 12 = "... cares for child at work" ; VALUE TM8036L (default=32) 0 = "Not applicable" 1 = "Child's other parent/" 2 = "Child's brother/sister 15+" 3 = "Child's brother/sister under" 4 = "Child's grandparent" 5 = "Other relative of child" 6 = "Nonrelative of child" 7 = "Child in day/group care" 8 = "Child in nursery/preschool" 9 = "Child in kindergarten" 10 = "Child cares for self" 11 = "... works at home" 12 = "... cares for child at work" ; VALUE TM8038L (default=32) 0 = "Not applicable" 1 = "Child's other parent/" 2 = "Child's brother/sister 15+" 3 = "Child's brother/sister under" 4 = "Child's grandparent" 5 = "Other relative of child" 6 = "Nonrelative of child" 7 = "Child in day/group care center" 8 = "Child in nursey/preschool" 9 = "Child in kindergarten," 10 = "Child cares for self" 11 = "... works at home" 12 = "... cares for child at work" ; VALUE TM8040L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM8042L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM8044L (default=32) 0 = "Not applicable" 1 = "Child's home" 2 = "Other private home" 3 = "Other place" ; VALUE TM8046L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8056" ; VALUE TM8048L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8052" ; VALUE TM8050L (default=32) 0 = "Not applicable" ; VALUE TM8052L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8054L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8056L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8200" ; VALUE TM8058L (default=32) 0 = "Not applicable" 1 = "Yes - skip to TM8068" 2 = "No" ; VALUE TM8060L (default=32) 0 = "Not applicable" 1 = "Married, spouse present" 2 = "Married, spouse absent" 3 = "Widowed - skip to TM8200" 4 = "Divorced" 5 = "Separated" 6 = "Never married" ; VALUE TM8062L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8200" ; VALUE TM8064L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8200" ; VALUE TM8066L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8096" ; VALUE TM8068L (default=32) 0 = "Not applicable" 1 = "Voluntary written agreement" 2 = "Court-ordered agreement" 3 = "Other" ; VALUE TM8070L (default=32) 0 = "Not applicable" 1 = "Directly from the father" 2 = "Through a court" 3 = "Through the welfare agency" 4 = "Some other method" ; VALUE TM8072L (default=32) 0 = "Not applicable" -3 = "None" -5 = "All" -9 = "DK" ; VALUE TM8080L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8082L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" 3 = "Father deceased - skip to TM8092" ; VALUE TM8084L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8088" -1 = "DK" ; VALUE TM8086L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "DK" ; VALUE TM8088L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8096" ; VALUE TM8090L (default=32) 0 = "Not applicable" 1 = "Regularly" 2 = "Occasionally" 3 = "Seldom" 4 = "Never" ; VALUE TM8092L (default=32) 0 = "Not applicable" ; VALUE TM8094L (default=32) 0 = "Not applicable" -3 = "None" ; VALUE TM8096L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8200" ; VALUE TM8098L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8200" ; VALUE TM8100L (default=32) 0 = "Not applicable" 1 = "Locate the father" ; VALUE TM8102L (default=32) 0 = "Not applicable" 1 = "Establish paternity" ; VALUE TM8104L (default=32) 0 = "Not applicable" 1 = "Establish support obligation" ; VALUE TM8106L (default=32) 0 = "Not applicable" 1 = "Enforce support order" ; VALUE TM8108L (default=32) 0 = "Not applicable" 1 = "Obtain collection" ; VALUE TM8110L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE TM8200L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8230" ; VALUE TM8202L (default=32) 0 = "Not applicable" 1 = "Regular" 2 = "Lump-sum" 3 = "Both" ; VALUE TM8204L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8212" -1 = "DK - skip to TM8212" ; 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 TM8230" ; VALUE TM8212L (default=32) 0 = "Not applicable" ; VALUE TM8214L (default=32) 0 = "Not applicable" 1 = "Parent" 2 = "Spouse" 3 = "Ex-spouse" 4 = "Child 21 or older" 5 = "Other relative" 6 = "Nonrelative" ; VALUE TM8216L (default=32) 0 = "Not applicable" 1 = "Parent" 2 = "Spouse" 3 = "Ex-spouse" 4 = "Child 21 or older" 5 = "Other relative" 6 = "Nonrelative" ; VALUE TM8218L (default=32) 0 = "Not applicable" 1 = "Private home or apartment" 2 = "Nursing home" 3 = "Someplace else" ; VALUE TM8220L (default=32) 0 = "Not applicable" 1 = "Private home or apartment" 2 = "Nursing home" 3 = "Someplace else" ; VALUE TM8222L (default=32) 0 = "Not applicable" ; VALUE TM8224L (default=32) 0 = "Not applicable" ; VALUE TM8226L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8230" ; VALUE TM8228L (default=32) 0 = "Not applicable" ; VALUE TM8230L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8300" ; VALUE TM8232L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8300" ; VALUE TM8234L (default=32) 0 = "Not applicable" ; VALUE TM8236L (default=32) 0 = "Not applicable" 1 = "Children" ; VALUE TM8238L (default=32) 0 = "Not applicable" 1 = "Spouse" ; VALUE TM8240L (default=32) 0 = "Not applicable" 1 = "Other" ; VALUE TM8300L (default=32) 0 = "Not applicable" 1 = "None - skip to check item T12" 2 = "One employer" 3 = "Two employers" 4 = "Three or more employers" ; VALUE TM8302L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8310" ; VALUE TM8304L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8310" ; VALUE TM8306L (default=32) 0 = "Not applicable" ; VALUE TM8308L (default=32) 0 = "Not applicable" ; VALUE TM8310L (default=32) 1 = "Yes" 2 = "No - skip to TM8318" ; VALUE TM8312L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8320" ; VALUE TM8314L (default=32) 0 = "Not applicable" ; VALUE TM8316L (default=32) 0 = "Not applicable" ; VALUE TM8318L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to next job or check" ; VALUE TM8320L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to check item T12" ; VALUE TM8322L (default=32) 0 = "Not applicable" ; VALUE TM8324L (default=32) 0 = "Not applicable" ; VALUE TM8400L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to check item C1" ; VALUE TM8402L (default=32) 0 = "Not applicable" 1 = "Owned or begin bought" 2 = "Rented for cash - skip to" 3 = "Occupied without cash payment -" ; VALUE TM8404L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No - skip to TM8412" ; VALUE TM8406L (default=32) 0 = "Not applicable" ; VALUE TM8408L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8410L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8412L (default=32) 0 = "Not applicable" -3 = "None" ; VALUE TM8414L (default=32) 0 = "Not applicable" -3 = "None" ; VALUE TM8416L (default=32) 0 = "Not applicable" -3 = "None" ; VALUE TM8418L (default=32) 0 = "Not applicable" ; VALUE TM8420L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8422L (default=32) 0 = "Not applicable" ; VALUE TM8424L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8426L (default=32) 0 = "Not applicable" ; VALUE TM8428L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE TM8430L (default=32) 0 = "Not applicable" ; VALUE TM8432L (default=32) 0 = "Not applicable" ; VALUE TM8434L (default=32) 0 = "Not applicable" 1 = "Gas from underground pipes" 2 = "Bottled,tank, or lp gas" 3 = "Fuel oil" 4 = "Kerosene or coal oil" 5 = "Electricity" 6 = "Coal or coke" 7 = "Wood" 8 = "Solar heat" 9 = "Other fuel" 10 = "No fuel used" ; VALUE TM8436L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; filename raw pipe "unzip -p /homes/data/sipp/1986/sipp86rt6.zip "; data library.sip86rt6; 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/1986/sipp86rt6.dat' LRECL=20000 PAD END=EOF; *LENGTH SUSEQNUM $5 SU_ID $9 H1_ADDID $2 H1REFPER 4 H1_WGT 8 H1_MSA 4 H1_POVD 4 H1TOTINC 5 H1_EARN 5 H1_PROP 5 H1_TRAN 5 H1_OTHER 5 H1NONCSH 4 H1SOCSEC 4 H1_SSI 4 H1_UNEMP 4 H1_VETS 4 H1_AFDC 4 H1_FDSTP 4 H1_4824 4 H2_ADDID $2 H2REFPER 4 H2_WGT 8 H2_MSA 4 H2_POVD 4 H2TOTINC 5 H2_EARN 5 H2_PROP 5 H2_TRAN 5 H2_OTHER 5 H2NONCSH 4 H2SOCSEC 4 H2_SSI 4 H2_UNEMP 4 H2_VETS 4 H2_AFDC 4 H2_FDSTP 4 H2_4824 4 H3_ADDID $2 H3REFPER 4 H3_WGT 8 H3_MSA 4 H3_POVD 4 H3TOTINC 5 H3_EARN 5 H3_PROP 5 H3_TRAN 5 H3_OTHER 5 H3NONCSH 4 H3SOCSEC 4 H3_SSI 4 H3_UNEMP 4 H3_VETS 4 H3_AFDC 4 H3_FDSTP 4 H3_4824 4 H4_ADDID $2 H4REFPER 4 H4_WGT 8 H4_MSA 4 H4_POVD 4 H4TOTINC 5 H4_EARN 5 H4_PROP 5 H4_TRAN 5 H4_OTHER 5 H4NONCSH 4 H4SOCSEC 4 H4_SSI 4 H4_UNEMP 4 H4_VETS 4 H4_AFDC 4 H4_FDSTP 4 H4_4824 4 H5REFPER 4 H5_ADDID $2 H5_WGT 8 F1REFPER 4 F1SPOUSE 4 F1_WGT 8 F1_POVD 4 F1TOTINC 5 F1_EARN 5 F1_PROP 5 F1_TRAN 5 F1_OTHER 5 F1SOCSEC 4 F1_SSI 4 F1_UNEMP 4 F1_VETS 4 F1_AFDC 4 F1_FDSTP 4 F2REFPER 4 F2SPOUSE 4 F2_WGT 8 F2_POVD 4 F2TOTINC 5 F2_EARN 5 F2_PROP 5 F2_TRAN 5 F2_OTHER 5 F2SOCSEC 4 F2_SSI 4 F2_UNEMP 4 F2_VETS 4 F2_AFDC 4 F2_FDSTP 4 F3REFPER 4 F3SPOUSE 4 F3_WGT 8 F3_POVD 4 F3TOTINC 5 F3_EARN 5 F3_PROP 5 F3_TRAN 5 F3_OTHER 5 F3SOCSEC 4 F3_SSI 4 F3_UNEMP 4 F3_VETS 4 F3_AFDC 4 F3_FDSTP 4 F4REFPER 4 F4SPOUSE 4 F4_WGT 8 F4_POVD 4 F4TOTINC 5 F4_EARN 5 F4_PROP 5 F4_TRAN 5 F4_OTHER 5 F4SOCSEC 4 F4_SSI 4 F4_UNEMP 4 F4_VETS 4 F4_AFDC 4 F4_FDSTP 4 S1REFPER 4 S1SPOUSE 4 S1_WGT 8 S1_POVD 4 S1TOTINC 5 S1_EARN 5 S1_PROP 5 S1_TRAN 5 S1_OTHER 5 S1SOCSEC 4 S1_SSI 4 S1_UNEMP 4 S1_VETS 4 S1_AFDC 4 S1_FDSTP 4 S2REFPER 4 S2SPOUSE 4 S2_WGT 8 S2_POVD 4 S2TOTINC 5 S2_EARN 5 S2_PROP 5 S2_TRAN 5 S2_OTHER 5 S2SOCSEC 4 S2_SSI 4 S2_UNEMP 4 S2_VETS 4 S2_AFDC 4 S2_FDSTP 4 S3REFPER 4 S3SPOUSE 4 S3_WGT 8 S3_POVD 4 S3TOTINC 5 S3_EARN 5 S3_PROP 5 S3_TRAN 5 S3_OTHER 5 S3SOCSEC 4 S3_SSI 4 S3_UNEMP 4 S3_VETS 4 S3_AFDC 4 S3_FDSTP 4 S4REFPER 4 S4SPOUSE 4 S4_WGT 8 S4_POVD 4 S4TOTINC 5 S4_EARN 5 S4_PROP 5 S4_TRAN 5 S4_OTHER 5 S4SOCSEC 4 S4_SSI 4 S4_UNEMP 4 S4_VETS 4 S4_AFDC 4 S4_FDSTP 4 PP_ENTRY $2 FNLWGT_1 8 FNLWGT_2 8 FNLWGT_3 8 FNLWGT_4 8 FNLWGT_5 8 PW_ADDID $2 U_ENTRY $2 BRTHYR 4 PPTOTIN1 5 PPTOTIN2 5 PPTOTIN3 5 PPTOTIN4 5 PP_EARN1 5 PP_EARN2 5 PP_EARN3 5 PP_EARN4 5 PP_PROP1 5 PP_PROP2 5 PP_PROP3 5 PP_PROP4 5 PP_TRAN1 5 PP_TRAN2 5 PP_TRAN3 5 PP_TRAN4 5 PPOTHER1 5 PPOTHER2 5 PPOTHER3 5 PPOTHER4 5 WICVAL1 8 WICVAL2 8 WICVAL3 8 WICVAL4 8 WS1_AMT1 4 WS1_AMT2 4 WS1_AMT3 4 WS1_AMT4 4 WS1_2028 8 WS1_2032 4 WS1_2034 4 WS1_2036 4 WS1_2038 4 WS2_AMT1 4 WS2_AMT2 4 WS2_AMT3 4 WS2_AMT4 4 WS2_2128 8 WS2_2132 4 WS2_2134 4 WS2_2136 4 WS2_2138 4 SE1AMT1 4 SE1AMT2 4 SE1AMT3 4 SE1AMT4 4 SE12238 4 SE12240 4 SE12242 4 SE12244 4 SE12256 4 SE12260 4 SE2AMT1 4 SE2AMT2 4 SE2AMT3 4 SE2AMT4 4 SE22338 4 SE22340 4 SE22342 4 SE22344 4 SE22356 4 SE22360 4 I01AMT1 4 I01AMT2 4 I01AMT3 4 I01AMT4 4 KDSSAMT1 4 KDSSAMT2 4 KDSSAMT3 4 KDSSAMT4 4 I02AMT1 4 I02AMT2 4 I02AMT3 4 I02AMT4 4 KDRRAMT1 4 KDRRAMT2 4 KDRRAMT3 4 KDRRAMT4 4 I03AMT1 4 I03AMT2 4 I03AMT3 4 I03AMT4 4 I05AMT1 4 I05AMT2 4 I05AMT3 4 I05AMT4 4 I06AMT1 4 I06AMT2 4 I06AMT3 4 I06AMT4 4 I07AMT1 4 I07AMT2 4 I07AMT3 4 I07AMT4 4 I08AMT1 4 I08AMT2 4 I08AMT3 4 I08AMT4 4 I10AMT1 4 I10AMT2 4 I10AMT3 4 I10AMT4 4 I12AMT1 4 I12AMT2 4 I12AMT3 4 I12AMT4 4 I13AMT1 4 I13AMT2 4 I13AMT3 4 I13AMT4 4 I20AMT1 4 I20AMT2 4 I20AMT3 4 I20AMT4 4 I21AMT1 4 I21AMT2 4 I21AMT3 4 I21AMT4 4 I23AMT1 4 I23AMT2 4 I23AMT3 4 I23AMT4 4 I24AMT1 4 I24AMT2 4 I24AMT3 4 I24AMT4 4 I27AMT1 4 I27AMT2 4 I27AMT3 4 I27AMT4 4 I28AMT1 4 I28AMT2 4 I28AMT3 4 I28AMT4 4 I29AMT1 4 I29AMT2 4 I29AMT3 4 I29AMT4 4 I30AMT1 4 I30AMT2 4 I30AMT3 4 I30AMT4 4 I31AMT1 4 I31AMT2 4 I31AMT3 4 I31AMT4 4 I32AMT1 4 I32AMT2 4 I32AMT3 4 I32AMT4 4 I34AMT1 4 I34AMT2 4 I34AMT3 4 I34AMT4 4 I35AMT1 4 I35AMT2 4 I35AMT3 4 I35AMT4 4 I36AMT1 4 I36AMT2 4 I36AMT3 4 I36AMT4 4 I37AMT1 4 I37AMT2 4 I37AMT3 4 I37AMT4 4 I38AMT1 4 I38AMT2 4 I38AMT3 4 I38AMT4 4 I40AMT1 4 I40AMT2 4 I40AMT3 4 I40AMT4 4 I50AMT1 4 I50AMT2 4 I50AMT3 4 I50AMT4 4 I51AMT1 4 I51AMT2 4 I51AMT3 4 I51AMT4 4 I52AMT1 4 I52AMT2 4 I52AMT3 4 I52AMT4 4 I53AMT1 4 I53AMT2 4 I53AMT3 4 I53AMT4 4 I54AMT1 4 I54AMT2 4 I54AMT3 4 I54AMT4 4 I55AMT1 4 I55AMT2 4 I55AMT3 4 I55AMT4 4 I56AMT1 4 I56AMT2 4 I56AMT3 4 I56AMT4 4 I75AMT1 4 I75AMT2 4 I75AMT3 4 I75AMT4 4 JINT1001 4 JINT1002 4 JINT1003 4 JINT1004 4 OINT1001 4 OINT1002 4 OINT1003 4 OINT1004 4 JINT1041 4 JINT1042 4 JINT1043 4 JINT1044 4 OINT1041 4 OINT1042 4 OINT1043 4 OINT1044 4 JDIR1101 4 JDIR1102 4 JDIR1103 4 JDIR1104 4 ODIR1101 4 ODIR1102 4 ODIR1103 4 ODIR1104 4 JDIC1101 4 JDIC1102 4 JDIC1103 4 JDIC1104 4 ODIC1101 4 ODIC1102 4 ODIC1103 4 ODIC1104 4 JRNT1201 4 JRNT1202 4 JRNT1203 4 JRNT1204 4 ORNT1201 4 ORNT1202 4 ORNT1203 4 ORNT1204 4 OJRT1201 4 OJRT1202 4 OJRT1203 4 OJRT1204 4 JMAM1301 4 JMAM1302 4 JMAM1303 4 JMAM1304 4 OMAM1301 4 OMAM1302 4 OMAM1303 4 OMAM1304 4 RAM40501 4 RAM40502 4 RAM40503 4 RAM40504 4 SC4312 4 SC4320 4 SC4412 4 SC4420 4 SC4504 4 SC4508 4 SC4516 4 SC4518 4 SC4604 4 SC4606 4 SC4612 4 SC4614 4 SC4620 4 SC4712 4 SC4716 4 SC4720 4 I41AMT1 4 I41AMT2 4 I41AMT3 4 I41AMT4 4 MOVER_ID 6 TM8050 4 TM8092 4 TM8094 4 TM8208 4 TM8222 4 TM8224 4 TM8228 4 TM8306 4 TM8308 4 TM8322 4 TM8324 4 TM8406 4 TM8412 4 TM8414 4 TM8416 4 TM8418 4 TM8422 4 TM8426 4 TM8430 4 DEFAULT=3; /*-------------------------------------------------------------------------------------*/ /* The following changes in variable names have been made, if necessary: '$' to 'd'; '-' to '_'; '%' to 'p'; Note: Variable names in SAS are not case-sensitive */ /*-------------------------------------------------------------------------------------*/ INPUT @1 SUSEQNUM $5. @6 SU_ID $9. @15 SU_ROT 1. @16 SUHHCNT1 2. @18 SUHHCNT2 2. @20 SUHHCNT3 2. @22 SUHHCNT4 2. @24 SUHHCNT5 2. @26 SU_TOTHH 2. @28 SU_TOTFF 2. @30 SU_TOTPP 2. @32 SU_TOTWS 2. @34 SU_TOTSE 2. @36 SU_TOTG2 2. @38 STATE 2. @40 SU_RGC 3. @43 H1_ADDID $2. @45 H1_MONTH 2. @47 H1_YEAR 2. @49 H1_NF 2. @51 H1_FFCNT 2. @53 H1_SSCNT 2. @55 H1REFPER 5. @60 H1_NP 2. @62 H1_MIS 1. @63 H1_INT1 2. @77 H1_WGT 12.4 @89 H1_HSC 1. @90 H1_STRAT 2. @92 H1_STATE 2. @94 H1_METRO 1. @95 H1_MSA 4. @99 H1_ACCES 1. @101 H1_LVQTR 2. @103 H1_UNITS 2. @105 H1_TENUR 1. @106 H1_PUBHS 1. @107 H1_LORNT 1. @108 H1_RACE 1. @109 H1_SEX 1. @110 H1_SIZE 2. @112 H1_SAMPL 2. @114 H1_SEG 1. @115 H1_INTCD $3. @118 U1CCWAVE 1. @119 U1FRMSLE 1. @120 U1_ACCES 1. @122 U1_LVQTR 2. @124 U1_UNITS 2. @126 U1_TENUR 1. @127 U1_PUBHS 2. @129 U1_LORNT 2. @131 H1ITM36A 1. @132 H1ITM36B 2. @134 U1_RACE 1. @135 U1_SEX 1. @136 U1_SIZE 2. @138 U1ITM38A 1. @139 U1ITM38B 2. @141 U1TOTVST 2. @143 U1TOTPHN 2. @145 U1CCRSPP 3. @148 H1_0010 1. @149 H1_0012 1. @150 H1_0014 1. @151 H1_0016 1. @152 H1_0018 1. @153 H1_0020 1. @155 H1_00221 1. @156 H1_00222 1. @157 H1_00223 1. @158 H1_00224 1. @159 H1_00225 1. @160 H1_00226 1. @161 H1_00227 1. @163 H1_00241 1. @164 H1_00242 1. @165 H1_00243 1. @166 H1_00244 1. @167 H1_00245 1. @168 H1_00246 1. @169 H1_00247 1. @170 H1_MEANS 1. @171 H1_CASH 1. @172 H1NCASHB 1. @173 H1_POVd 5. @178 H1TOTINC 8. @186 H1_EARN 7. @193 H1_PROP 8. @201 H1_TRAN 7. @208 H1_OTHER 7. @215 H1NONCSH 6. @221 H1SOCSEC 6. @227 H1_SSI 6. @233 H1_UNEMP 6. @239 H1_VETS 6. @245 H1_AFDC 6. @251 H1_FDSTP 6. @257 H1_ENRGY 1. @258 H1_LUNCH 1. @259 H1_BREAK 1. @260 H1_4816 1. @261 H1_4818 1. @262 H1_4820 1. @263 H1_4822 1. @264 H1_4824 6. @270 H1_4826 1. @271 H1_4828 1. @272 H1_4830 2. @274 H1_4832 1. @275 H1_4834 2. @277 H1_4836 1. @278 H1_4838 1. @279 H1_4840 1. @280 H1_4842 2. @282 H1_4844 1. @283 H1_4846 1. @284 H1_IMP06 1. @285 H1_IMP07 1. @286 H1_IMP08 1. @287 H1_IMP09 1. @288 H1_IMP10 1. @289 H1_IMP11 1. @290 H1_IMP12 1. @291 H1_IMP13 1. @292 H1_IMP14 1. @293 H1_IMP15 1. @294 H1_IMP16 1. @295 H1_IMP17 1. @296 H1_IMP18 1. @297 H1_IMP19 1. @298 H1_IMP20 1. @299 H2_ADDID $2. @301 H2_MONTH 2. @303 H2_YEAR 2. @305 H2_NF 2. @307 H2_FFCNT 2. @309 H2_SSCNT 2. @311 H2REFPER 5. @316 H2_NP 2. @318 H2_MIS 1. @319 H2_INT1 2. @333 H2_WGT 12.4 @345 H2_HSC 1. @346 H2_STRAT 2. @348 H2_STATE 2. @350 H2_METRO 1. @351 H2_MSA 4. @355 H2_ACCES 1. @357 H2_LVQTR 2. @359 H2_UNITS 2. @361 H2_TENUR 1. @362 H2_PUBHS 1. @363 H2_LORNT 1. @364 H2_RACE 1. @365 H2_SEX 1. @366 H2_SIZE 2. @368 H2_SAMPL 2. @370 H2_SEG 1. @371 H2_INTCD $3. @374 U2CCWAVE 1. @375 U2FRMSLE 1. @376 U2_ACCES 1. @378 U2_LVQTR 2. @380 U2_UNITS 2. @382 U2_TENUR 1. @383 U2_PUBHS 2. @385 U2_LORNT 2. @387 H2ITM36A 1. @388 H2ITM36B 2. @390 U2_RACE 1. @391 U2_SEX 1. @392 U2_SIZE 2. @394 U2ITM38A 1. @395 U2ITM38B 2. @397 U2TOTVST 2. @399 U2TOTPHN 2. @401 U2CCRSPP 3. @404 H2_0010 1. @405 H2_0012 1. @406 H2_0014 1. @407 H2_0016 1. @408 H2_0018 1. @409 H2_0020 1. @411 H2_00221 1. @412 H2_00222 1. @413 H2_00223 1. @414 H2_00224 1. @415 H2_00225 1. @416 H2_00226 1. @417 H2_00227 1. @419 H2_00241 1. @420 H2_00242 1. @421 H2_00243 1. @422 H2_00244 1. @423 H2_00245 1. @424 H2_00246 1. @425 H2_00247 1. @426 H2_MEANS 1. @427 H2_CASH 1. @428 H2NCASHB 1. @429 H2_POVd 5. @434 H2TOTINC 8. @442 H2_EARN 7. @449 H2_PROP 8. @457 H2_TRAN 7. @464 H2_OTHER 7. @471 H2NONCSH 6. @477 H2SOCSEC 6. @483 H2_SSI 6. @489 H2_UNEMP 6. @495 H2_VETS 6. @501 H2_AFDC 6. @507 H2_FDSTP 6. @513 H2_ENRGY 1. @514 H2_LUNCH 1. @515 H2_BREAK 1. @516 H2_4816 1. @517 H2_4818 1. @518 H2_4820 1. @519 H2_4822 1. @520 H2_4824 6. @526 H2_4826 1. @527 H2_4828 1. @528 H2_4830 2. @530 H2_4832 1. @531 H2_4834 2. @533 H2_4836 1. @534 H2_4838 1. @535 H2_4840 1. @536 H2_4842 2. @538 H2_4844 1. @539 H2_4846 1. @540 H2_IMP06 1. @541 H2_IMP07 1. @542 H2_IMP08 1. @543 H2_IMP09 1. @544 H2_IMP10 1. @545 H2_IMP11 1. @546 H2_IMP12 1. @547 H2_IMP13 1. @548 H2_IMP14 1. @549 H2_IMP15 1. @550 H2_IMP16 1. @551 H2_IMP17 1. @552 H2_IMP18 1. @553 H2_IMP19 1. @554 H2_IMP20 1. @555 H3_ADDID $2. @557 H3_MONTH 2. @559 H3_YEAR 2. @561 H3_NF 2. @563 H3_FFCNT 2. @565 H3_SSCNT 2. @567 H3REFPER 5. @572 H3_NP 2. @574 H3_MIS 1. @575 H3_INT1 2. @589 H3_WGT 12.4 @601 H3_HSC 1. @602 H3_STRAT 2. @604 H3_STATE 2. @606 H3_METRO 1. @607 H3_MSA 4. @611 H3_ACCES 1. @613 H3_LVQTR 2. @615 H3_UNITS 2. @617 H3_TENUR 1. @618 H3_PUBHS 1. @619 H3_LORNT 1. @620 H3_RACE 1. @621 H3_SEX 1. @622 H3_SIZE 2. @624 H3_SAMPL 2. @626 H3_SEG 1. @627 H3_INTCD $3. @630 U3CCWAVE 1. @631 U3FRMSLE 1. @632 U3_ACCES 1. @634 U3_LVQTR 2. @636 U3_UNITS 2. @638 U3_TENUR 1. @639 U3_PUBHS 2. @641 U3_LORNT 2. @643 H3ITM36A 1. @644 H3ITM36B 2. @646 U3_RACE 1. @647 U3_SEX 1. @648 U3_SIZE 2. @650 U3ITM38A 1. @651 U3ITM38B 2. @653 U3TOTVST 2. @655 U3TOTPHN 2. @657 U3CCRSPP 3. @660 H3_0010 1. @661 H3_0012 1. @662 H3_0014 1. @663 H3_0016 1. @664 H3_0018 1. @665 H3_0020 1. @667 H3_00221 1. @668 H3_00222 1. @669 H3_00223 1. @670 H3_00224 1. @671 H3_00225 1. @672 H3_00226 1. @673 H3_00227 1. @675 H3_00241 1. @676 H3_00242 1. @677 H3_00243 1. @678 H3_00244 1. @679 H3_00245 1. @680 H3_00246 1. @681 H3_00247 1. @682 H3_MEANS 1. @683 H3_CASH 1. @684 H3NCASHB 1. @685 H3_POVd 5. @690 H3TOTINC 8. @698 H3_EARN 7. @705 H3_PROP 8. @713 H3_TRAN 7. @720 H3_OTHER 7. @727 H3NONCSH 6. @733 H3SOCSEC 6. @739 H3_SSI 6. @745 H3_UNEMP 6. @751 H3_VETS 6. @757 H3_AFDC 6. @763 H3_FDSTP 6. @769 H3_ENRGY 1. @770 H3_LUNCH 1. @771 H3_BREAK 1. @772 H3_4816 1. @773 H3_4818 1. @774 H3_4820 1. @775 H3_4822 1. @776 H3_4824 6. @782 H3_4826 1. @783 H3_4828 1. @784 H3_4830 2. @786 H3_4832 1. @787 H3_4834 2. @789 H3_4836 1. @790 H3_4838 1. @791 H3_4840 1. @792 H3_4842 2. @794 H3_4844 1. @795 H3_4846 1. @796 H3_IMP06 1. @797 H3_IMP07 1. @798 H3_IMP08 1. @799 H3_IMP09 1. @800 H3_IMP10 1. @801 H3_IMP11 1. @802 H3_IMP12 1. @803 H3_IMP13 1. @804 H3_IMP14 1. @805 H3_IMP15 1. @806 H3_IMP16 1. @807 H3_IMP17 1. @808 H3_IMP18 1. @809 H3_IMP19 1. @810 H3_IMP20 1. @811 H4_ADDID $2. @813 H4_MONTH 2. @815 H4_YEAR 2. @817 H4_NF 2. @819 H4_FFCNT 2. @821 H4_SSCNT 2. @823 H4REFPER 5. @828 H4_NP 2. @830 H4_MIS 1. @831 H4_INT1 2. @845 H4_WGT 12.4 @857 H4_HSC 1. @858 H4_STRAT 2. @860 H4_STATE 2. @862 H4_METRO 1. @863 H4_MSA 4. @867 H4_ACCES 1. @869 H4_LVQTR 2. @871 H4_UNITS 2. @873 H4_TENUR 1. @874 H4_PUBHS 1. @875 H4_LORNT 1. @876 H4_RACE 1. @877 H4_SEX 1. @878 H4_SIZE 2. @880 H4_SAMPL 2. @882 H4_SEG 1. @883 H4_INTCD $3. @886 U4CCWAVE 1. @887 U4FRMSLE 1. @888 U4_ACCES 1. @890 U4_LVQTR 2. @892 U4_UNITS 2. @894 U4_TENUR 1. @895 U4_PUBHS 2. @897 U4_LORNT 2. @899 H4ITM36A 1. @900 H4ITM36B 2. @902 U4_RACE 1. @903 U4_SEX 1. @904 U4_SIZE 2. @906 U4ITM38A 1. @907 U4ITM38B 2. @909 U4TOTVST 2. @911 U4TOTPHN 2. @913 U4CCRSPP 3. @916 H4_0010 1. @917 H4_0012 1. @918 H4_0014 1. @919 H4_0016 1. @920 H4_0018 1. @921 H4_0020 1. @923 H4_00221 1. @924 H4_00222 1. @925 H4_00223 1. @926 H4_00224 1. @927 H4_00225 1. @928 H4_00226 1. @929 H4_00227 1. @931 H4_00241 1. @932 H4_00242 1. @933 H4_00243 1. @934 H4_00244 1. @935 H4_00245 1. @936 H4_00246 1. @937 H4_00247 1. @938 H4_MEANS 1. @939 H4_CASH 1. @940 H4NCASHB 1. @941 H4_POVd 5. @946 H4TOTINC 8. @954 H4_EARN 7. @961 H4_PROP 8. @969 H4_TRAN 7. @976 H4_OTHER 7. @983 H4NONCSH 6. @989 H4SOCSEC 6. @995 H4_SSI 6. @1001 H4_UNEMP 6. @1007 H4_VETS 6. @1013 H4_AFDC 6. @1019 H4_FDSTP 6. @1025 H4_ENRGY 1. @1026 H4_LUNCH 1. @1027 H4_BREAK 1. @1028 H4_4816 1. @1029 H4_4818 1. @1030 H4_4820 1. @1031 H4_4822 1. @1032 H4_4824 6. @1038 H4_4826 1. @1039 H4_4828 1. @1040 H4_4830 2. @1042 H4_4832 1. @1043 H4_4834 2. @1045 H4_4836 1. @1046 H4_4838 1. @1047 H4_4840 1. @1048 H4_4842 2. @1050 H4_4844 1. @1051 H4_4846 1. @1052 H4_IMP06 1. @1053 H4_IMP07 1. @1054 H4_IMP08 1. @1055 H4_IMP09 1. @1056 H4_IMP10 1. @1057 H4_IMP11 1. @1058 H4_IMP12 1. @1059 H4_IMP13 1. @1060 H4_IMP14 1. @1061 H4_IMP15 1. @1062 H4_IMP16 1. @1063 H4_IMP17 1. @1064 H4_IMP18 1. @1065 H4_IMP19 1. @1066 H4_IMP20 1. @1067 H5REFPER 5. @1072 H5_NP 2. @1074 H5_MIS 1. @1075 H5_LVQTR 2. @1077 H5_ADDID $2. @1079 H5_WGT 12.4 @1091 F1_NUMBR 2. @1093 F1_MONTH 2. @1095 F1_YEAR 2. @1097 F1NUMPER 2. @1099 F1REFPER 5. @1104 F1SPOUSE 5. @1109 F1_TYPE 1. @1110 F1_KIND 1. @1111 F1OWNKID 2. @1113 F1OKLT18 2. @1115 F1_WGT 12.4 @1127 F1_POVd 5. @1132 F1TOTINC 8. @1140 F1_EARN 7. @1147 F1_PROP 8. @1155 F1_TRAN 7. @1162 F1_OTHER 7. @1169 F1SOCSEC 6. @1175 F1_SSI 6. @1181 F1_UNEMP 6. @1187 F1_VETS 6. @1193 F1_AFDC 6. @1199 F1_FDSTP 6. @1205 F2_NUMBR 2. @1207 F2_MONTH 2. @1209 F2_YEAR 2. @1211 F2NUMPER 2. @1213 F2REFPER 5. @1218 F2SPOUSE 5. @1223 F2_TYPE 1. @1224 F2_KIND 1. @1225 F2OWNKID 2. @1227 F2OKLT18 2. @1229 F2_WGT 12.4 @1241 F2_POVd 5. @1246 F2TOTINC 8. @1254 F2_EARN 7. @1261 F2_PROP 8. @1269 F2_TRAN 7. @1276 F2_OTHER 7. @1283 F2SOCSEC 6. @1289 F2_SSI 6. @1295 F2_UNEMP 6. @1301 F2_VETS 6. @1307 F2_AFDC 6. @1313 F2_FDSTP 6. @1319 F3_NUMBR 2. @1321 F3_MONTH 2. @1323 F3_YEAR 2. @1325 F3NUMPER 2. @1327 F3REFPER 5. @1332 F3SPOUSE 5. @1337 F3_TYPE 1. @1338 F3_KIND 1. @1339 F3OWNKID 2. @1341 F3OKLT18 2. @1343 F3_WGT 12.4 @1355 F3_POVd 5. @1360 F3TOTINC 8. @1368 F3_EARN 7. @1375 F3_PROP 8. @1383 F3_TRAN 7. @1390 F3_OTHER 7. @1397 F3SOCSEC 6. @1403 F3_SSI 6. @1409 F3_UNEMP 6. @1415 F3_VETS 6. @1421 F3_AFDC 6. @1427 F3_FDSTP 6. @1433 F4_NUMBR 2. @1435 F4_MONTH 2. @1437 F4_YEAR 2. @1439 F4NUMPER 2. @1441 F4REFPER 5. @1446 F4SPOUSE 5. @1451 F4_TYPE 1. @1452 F4_KIND 1. @1453 F4OWNKID 2. @1455 F4OKLT18 2. @1457 F4_WGT 12.4 @1469 F4_POVd 5. @1474 F4TOTINC 8. @1482 F4_EARN 7. @1489 F4_PROP 8. @1497 F4_TRAN 7. @1504 F4_OTHER 7. @1511 F4SOCSEC 6. @1517 F4_SSI 6. @1523 F4_UNEMP 6. @1529 F4_VETS 6. @1535 F4_AFDC 6. @1541 F4_FDSTP 6. @1547 S1_NUMBR 2. @1549 S1_MONTH 2. @1551 S1_YEAR 2. @1553 S1NUMPER 2. @1555 S1REFPER 5. @1560 S1SPOUSE 5. @1565 S1_TYPE 1. @1566 S1_KIND 1. @1567 S1OWNKID 2. @1569 S1OKLT18 2. @1571 S1_WGT 12.4 @1583 S1_POVd 5. @1588 S1TOTINC 8. @1596 S1_EARN 7. @1603 S1_PROP 8. @1611 S1_TRAN 7. @1618 S1_OTHER 7. @1625 S1SOCSEC 6. @1631 S1_SSI 6. @1637 S1_UNEMP 6. @1643 S1_VETS 6. @1649 S1_AFDC 6. @1655 S1_FDSTP 6. @1661 S2_NUMBR 2. @1663 S2_MONTH 2. @1665 S2_YEAR 2. @1667 S2NUMPER 2. @1669 S2REFPER 5. @1674 S2SPOUSE 5. @1679 S2_TYPE 1. @1680 S2_KIND 1. @1681 S2OWNKID 2. @1683 S2OKLT18 2. @1685 S2_WGT 12.4 @1697 S2_POVd 5. @1702 S2TOTINC 8. @1710 S2_EARN 7. @1717 S2_PROP 8. @1725 S2_TRAN 7. @1732 S2_OTHER 7. @1739 S2SOCSEC 6. @1745 S2_SSI 6. @1751 S2_UNEMP 6. @1757 S2_VETS 6. @1763 S2_AFDC 6. @1769 S2_FDSTP 6. @1775 S3_NUMBR 2. @1777 S3_MONTH 2. @1779 S3_YEAR 2. @1781 S3NUMPER 2. @1783 S3REFPER 5. @1788 S3SPOUSE 5. @1793 S3_TYPE 1. @1794 S3_KIND 1. @1795 S3OWNKID 2. @1797 S3OKLT18 2. @1799 S3_WGT 12.4 @1811 S3_POVd 5. @1816 S3TOTINC 8. @1824 S3_EARN 7. @1831 S3_PROP 8. @1839 S3_TRAN 7. @1846 S3_OTHER 7. @1853 S3SOCSEC 6. @1859 S3_SSI 6. @1865 S3_UNEMP 6. @1871 S3_VETS 6. @1877 S3_AFDC 6. @1883 S3_FDSTP 6. @1889 S4_NUMBR 2. @1891 S4_MONTH 2. @1893 S4_YEAR 2. @1895 S4NUMPER 2. @1897 S4REFPER 5. @1902 S4SPOUSE 5. @1907 S4_TYPE 1. @1908 S4_KIND 1. @1909 S4OWNKID 2. @1911 S4OKLT18 2. @1913 S4_WGT 12.4 @1925 S4_POVd 5. @1930 S4TOTINC 8. @1938 S4_EARN 7. @1945 S4_PROP 8. @1953 S4_TRAN 7. @1960 S4_OTHER 7. @1967 S4SOCSEC 6. @1973 S4_SSI 6. @1979 S4_UNEMP 6. @1985 S4_VETS 6. @1991 S4_AFDC 6. @1997 S4_FDSTP 6. @2003 PP_RCSEQ 2. @2005 PP_WAVE 1. @2006 PP_INTVW 1. @2007 PP_MIS_1 1. @2008 PP_MIS_2 1. @2009 PP_MIS_3 1. @2010 PP_MIS_4 1. @2011 PP_MIS_5 1. @2012 PP_ENTRY $2. @2014 PP_PNUM $3. @2017 FNLWGT_1 10.4 @2027 FNLWGT_2 10.4 @2037 FNLWGT_3 10.4 @2047 FNLWGT_4 10.4 @2057 FNLWGT_5 10.4 @2067 PW_ADDID $2. @2070 PW_MS 1. @2071 PW_PNSP 3. @2074 PW_PNPT 3. @2077 PW_POPST 1. @2078 PW_ADDIT 1. @2079 PW_INTVW 1. @2080 RRP_1 1. @2081 RRP_2 1. @2082 RRP_3 1. @2083 RRP_4 1. @2084 RRP_5 1. @2085 AGE_1 2. @2087 AGE_2 2. @2089 AGE_3 2. @2091 AGE_4 2. @2093 AGE_5 2. @2095 SEX 1. @2096 RACE 1. @2097 MS_1 1. @2098 MS_2 1. @2099 MS_3 1. @2100 MS_4 1. @2101 MS_5 1. @2102 FAMTYP_1 1. @2103 FAMTYP_2 1. @2104 FAMTYP_3 1. @2105 FAMTYP_4 1. @2106 FAMTYP_5 1. @2107 FAMREL_1 1. @2108 FAMREL_2 1. @2109 FAMREL_3 1. @2110 FAMREL_4 1. @2111 FAMREL_5 1. @2112 FAMNUM_1 1. @2113 FAMNUM_2 1. @2114 FAMNUM_3 1. @2115 FAMNUM_4 1. @2116 FAMNUM_5 1. @2117 POP_STAT 1. @2118 PNSP_1 3. @2121 PNSP_2 3. @2124 PNSP_3 3. @2127 PNSP_4 3. @2130 PNSP_5 3. @2133 PNPT_1 3. @2136 PNPT_2 3. @2139 PNPT_3 3. @2142 PNPT_4 3. @2145 PNPT_5 3. @2148 VETSTAT 1. @2149 HIGRADE 2. @2151 GRD_CMPL 1. @2152 ETHNICTY 2. @2154 IN_AF 1. @2155 U_ENTRY $2. @2157 U_PNUM $3. @2161 U_HHMEM 1. @2162 U_ENTLF1 2. @2164 U_ENTLF2 2. @2166 U_MONLFT 2. @2168 U_MONENT 2. @2170 U_DAYLFT 2. @2172 U_DAYENT 2. @2174 CC_ADLFT 2. @2176 CC_ADENT 2. @2178 BRTHMN 2. @2180 BRTHYR 4. @2184 U_PNPT 3. @2187 U_MS 1. @2188 U_PNSP 3. @2191 U_PNGD 3. @2194 U_SEX 1. @2195 U_RACE 1. @2196 U_ORIGIN 2. @2198 U_HIGRDE 2. @2200 U_COMPL 1. @2201 U_VET 1. @2203 U_AF 1. @2204 U_SSNDK 1. @2214 PREV_ROT 1. @2220 HCHANGE1 1. @2221 HCHANGE2 1. @2222 HCHANGE3 1. @2223 HCHANGE4 1. @2224 HCHANGE5 1. @2225 FCHANGE1 1. @2226 FCHANGE2 1. @2227 FCHANGE3 1. @2228 FCHANGE4 1. @2229 SCHANGE1 1. @2230 SCHANGE2 1. @2231 SCHANGE3 1. @2232 SCHANGE4 1. @2233 PPTOTIN1 8. @2241 PPTOTIN2 8. @2249 PPTOTIN3 8. @2257 PPTOTIN4 8. @2265 PP_EARN1 7. @2272 PP_EARN2 7. @2279 PP_EARN3 7. @2286 PP_EARN4 7. @2293 PP_PROP1 8. @2301 PP_PROP2 8. @2309 PP_PROP3 8. @2317 PP_PROP4 8. @2325 PP_TRAN1 7. @2332 PP_TRAN2 7. @2339 PP_TRAN3 7. @2346 PP_TRAN4 7. @2353 PPOTHER1 7. @2360 PPOTHER2 7. @2367 PPOTHER3 7. @2374 PPOTHER4 7. @2381 RECIPS01 1. @2382 RECIPS02 1. @2383 RECIPS03 1. @2384 RECIPS04 1. @2385 RECIPS05 1. @2386 RECIPS06 1. @2387 RECIPS07 1. @2388 RECIPS08 1. @2389 RECIPS09 1. @2390 RECIPS10 1. @2391 RECIPS11 1. @2392 RECIPS12 1. @2393 RECIPS13 1. @2394 RECIPS14 1. @2395 RECIPS15 1. @2396 RECIPS16 1. @2397 RECIPS17 1. @2398 RECIPS18 1. @2399 RECIPS19 1. @2400 RECIPS20 1. @2401 RECIPS21 1. @2402 RECIPS22 1. @2403 RECIPS23 1. @2404 RECIPS24 1. @2405 RECIPS25 1. @2406 RECIPS26 1. @2407 RECIPS27 1. @2408 RECIPS28 1. @2409 RECIPS29 1. @2410 RECIPS30 1. @2411 RECIPS31 1. @2412 RECIPS32 1. @2413 RECIPS33 1. @2414 RECIPS34 1. @2415 RECIPS35 1. @2416 RECIPS36 1. @2417 RECIPS37 1. @2418 RECIPS38 1. @2419 RECIPS39 1. @2420 RECIPS40 1. @2421 RECIPS41 1. @2422 RECIPS42 1. @2423 RECIPS43 1. @2424 RECIPS44 1. @2425 RECIPS45 1. @2426 RECIPS46 1. @2427 RECIPS47 1. @2428 RECIPS48 1. @2429 RECIPS49 1. @2430 RECIPS50 1. @2431 RECIPS51 1. @2432 RECIPS52 1. @2433 RECIPS53 1. @2434 RECIPS54 1. @2435 RECIPS55 1. @2436 RECIPS56 1. @2437 RECIPS57 1. @2438 RECIPS58 1. @2439 RECIPS59 1. @2440 RECIPS60 1. @2441 RECIPS61 1. @2442 RECIPS62 1. @2443 RECIPS63 1. @2444 RECIPS64 1. @2445 RECIPS65 1. @2446 RECIPS66 1. @2447 RECIPS67 1. @2448 RECIPS68 1. @2449 RECIPS69 1. @2450 RECIPS70 1. @2451 RECIPS71 1. @2452 RECIPS72 1. @2453 RECIPS73 1. @2454 RECIPS74 1. @2455 RECIPS75 1. @2456 ASSETS01 1. @2457 ASSETS02 1. @2458 ASSETS03 1. @2459 ASSETS04 1. @2460 ASSETS05 1. @2461 ASSETS06 1. @2462 ASSETS07 1. @2463 ASSETS08 1. @2464 ASSETS09 1. @2465 ASSETS10 1. @2466 ASSETS11 1. @2467 ASSETS12 1. @2468 ASSETS13 1. @2469 ESR_1 1. @2470 ESR_2 1. @2471 ESR_3 1. @2472 ESR_4 1. @2473 WKSPER1 1. @2474 WKSPER2 1. @2475 WKSPER3 1. @2476 WKSPER4 1. @2477 WKSJB1 1. @2478 WKSJB2 1. @2479 WKSJB3 1. @2480 WKSJB4 1. @2481 WKWJOB01 1. @2482 WKWJOB02 1. @2483 WKWJOB03 1. @2484 WKWJOB04 1. @2485 WKWJOB05 1. @2486 WKWJOB06 1. @2487 WKWJOB07 1. @2488 WKWJOB08 1. @2489 WKWJOB09 1. @2490 WKWJOB10 1. @2491 WKWJOB11 1. @2492 WKWJOB12 1. @2493 WKWJOB13 1. @2494 WKWJOB14 1. @2495 WKWJOB15 1. @2496 WKWJOB16 1. @2497 WKWJOB17 1. @2498 WKWJOB18 1. @2499 WISWOP1 1. @2500 WISWOP2 1. @2501 WISWOP3 1. @2502 WISWOP4 1. @2503 WEEKSA01 1. @2504 WEEKSA02 1. @2505 WEEKSA03 1. @2506 WEEKSA04 1. @2507 WEEKSA05 1. @2508 WEEKSA06 1. @2509 WEEKSA07 1. @2510 WEEKSA08 1. @2511 WEEKSA09 1. @2512 WEEKSA10 1. @2513 WEEKSA11 1. @2514 WEEKSA12 1. @2515 WEEKSA13 1. @2516 WEEKSA14 1. @2517 WEEKSA15 1. @2518 WEEKSA16 1. @2519 WEEKSA17 1. @2520 WEEKSA18 1. @2521 WISLOK1 1. @2522 WISLOK2 1. @2523 WISLOK3 1. @2524 WISLOK4 1. @2525 WEEKSL01 1. @2526 WEEKSL02 1. @2527 WEEKSL03 1. @2528 WEEKSL04 1. @2529 WEEKSL05 1. @2530 WEEKSL06 1. @2531 WEEKSL07 1. @2532 WEEKSL08 1. @2533 WEEKSL09 1. @2534 WEEKSL10 1. @2535 WEEKSL11 1. @2536 WEEKSL12 1. @2537 WEEKSL13 1. @2538 WEEKSL14 1. @2539 WEEKSL15 1. @2540 WEEKSL16 1. @2541 WEEKSL17 1. @2542 WEEKSL18 1. @2543 CARECOV1 1. @2544 CARECOV2 1. @2545 CARECOV3 1. @2546 CARECOV4 1. @2547 MEDICAID 1. @2548 CAIDCOV1 1. @2549 CAIDCOV2 1. @2550 CAIDCOV3 1. @2551 CAIDCOV4 1. @2552 WICCOV1 1. @2553 WICCOV2 1. @2554 WICCOV3 1. @2555 WICCOV4 1. @2556 WICVAL1 4.2 @2560 WICVAL2 4.2 @2564 WICVAL3 4.2 @2568 WICVAL4 4.2 @2572 HIIND 1. @2573 HIMNTH1 1. @2574 HIMNTH2 1. @2575 HIMNTH3 1. @2576 HIMNTH4 1. @2577 INCSOU01 2. @2579 INCSOU02 2. @2581 INCSOU03 2. @2583 INCSOU04 2. @2585 INCSOU05 2. @2587 INCSOU06 2. @2589 INCSOU07 2. @2591 INCSOU08 2. @2593 INCSOU09 2. @2595 INCSOU10 2. @2597 ASTSOU01 3. @2600 ASTSOU02 3. @2603 ASTSOU03 3. @2606 ASTSOU04 3. @2609 ASTSOU05 3. @2612 ASTSOU06 3. @2615 ASTSOU07 3. @2618 ASTSOU08 3. @2621 ASTSOU09 3. @2624 ASTSOU10 3. @2627 ASTSOU11 3. @2630 ASTSOU12 3. @2633 ASTSOU13 3. @2636 VETS1 1. @2637 VETS2 1. @2638 VETS3 1. @2639 VETS4 1. @2640 AFDC1 1. @2641 AFDC2 1. @2642 AFDC3 1. @2643 AFDC4 1. @2644 FOODSTP1 1. @2645 FOODSTP2 1. @2646 FOODSTP3 1. @2647 FOODSTP4 1. @2648 GENASST1 1. @2649 GENASST2 1. @2650 GENASST3 1. @2651 GENASST4 1. @2652 FOSTKID1 1. @2653 FOSTKID2 1. @2654 FOSTKID3 1. @2655 FOSTKID4 1. @2656 OTHWELF1 1. @2657 OTHWELF2 1. @2658 OTHWELF3 1. @2659 OTHWELF4 1. @2660 SOCSEC1 1. @2661 SOCSEC2 1. @2662 SOCSEC3 1. @2663 SOCSEC4 1. @2664 RAILRD1 1. @2665 RAILRD2 1. @2666 RAILRD3 1. @2667 RAILRD4 1. @2668 IT7A 1. @2669 IT7B 3. @2672 IT7C 1. @2673 IT8MTH 2. @2675 IT8DAY 2. @2677 IT9B 3. @2680 IT10B 3. @2683 IT11B 3. @2686 IT12 1. @2687 SC0900 1. @2688 SC0901 1. @2695 SC1000 1. @2696 SC1002 1. @2697 SC1004 1. @2698 SC1006 1. @2699 SC1008 1. @2700 SC1010 1. @2701 SC1012 1. @2702 SC1014 1. @2703 SC1016 1. @2704 SC1018 1. @2705 SC1020 1. @2706 SC1022 1. @2707 SC1024 1. @2708 SC1026 1. @2709 SC1028 1. @2710 SC1030 1. @2711 SC1032 1. @2712 SC1034 1. @2713 SC1036 1. @2714 SC1038 1. @2715 SC1040 1. @2716 SC1042 1. @2717 SC1044 1. @2718 SC1046 1. @2719 SC1048 1. @2720 SC1050 1. @2721 SC1052 1. @2722 SC1054 1. @2723 SC1055 1. @2724 SC1056 1. @2725 SC1058 1. @2726 SC1060 1. @2727 SC1062 1. @2728 SC1064 1. @2729 SC1066 1. @2730 SC1068 1. @2731 SC1070 1. @2732 SC1072 1. @2733 SC1074 1. @2734 SC1076 1. @2735 SC1078 1. @2736 SC1080 1. @2737 SC1082 1. @2738 SC1084 1. @2739 SC1086 1. @2740 SC1088 1. @2741 SC1090 1. @2742 SC1092 1. @2743 SC1094 1. @2744 SC1096 1. @2745 SC1098 1. @2746 SC1100 1. @2747 SC1102 1. @2748 SC1104 1. @2749 SC1106 1. @2750 SC1108 1. @2751 SC1110 1. @2752 SC1112 1. @2753 SC1114 1. @2754 SC1116 1. @2755 SC1118 1. @2756 SC1120 1. @2757 SC1122 1. @2758 SC1124 1. @2759 SC1126 1. @2760 SC1128 1. @2761 SC1130 1. @2762 SC1132 1. @2763 SC1134 1. @2764 SC1136 1. @2765 SC1138 1. @2766 SC1140 1. @2767 SC1142 1. @2768 SC1144 1. @2769 SC1146 1. @2770 SC1148 1. @2771 SC1150 1. @2772 SC1152 1. @2773 SC1154 1. @2774 SC1156 1. @2775 SC1158 1. @2776 SC1160 1. @2777 SC1162 1. @2778 SC1164 1. @2779 SC1166 1. @2780 SC1168 1. @2781 SC1170 1. @2782 SC1172 1. @2783 SC1174 1. @2784 SC1176 1. @2785 SC1178 1. @2786 SC1180 1. @2787 SC1182 1. @2788 SC1184 1. @2789 SC1186 1. @2790 SC1188 1. @2791 SC1190 1. @2792 SC1192 1. @2793 SC1194 1. @2794 SC1196 1. @2795 SC1198 1. @2796 SC1200 1. @2797 SC1202 1. @2798 SC1204 1. @2799 SC1206 1. @2800 SC1208 1. @2801 SC1210 1. @2802 SC1212 1. @2803 SC1214 1. @2804 SC1216 1. @2805 SC1218 1. @2806 SC1220 1. @2807 SC1222 1. @2808 SC1224 1. @2809 SC1226 1. @2810 SC1228 1. @2812 SC1230 2. @2819 SC1239 1. @2820 SC1240 1. @2821 SC1242 1. @2822 SC1244 1. @2823 SC1246 1. @2824 SC1248 1. @2825 SC1250 1. @2826 SC1251 1. @2827 SC1252 2. @2829 SC1254 1. @2830 SC1255 1. @2831 SC1256 2. @2833 SC1258 1. @2834 SC1259 1. @2835 SC1260 2. @2837 SC1262 1. @2838 SC1263 1. @2839 SC1264 2. @2841 SC1266 1. @2842 SC1267 1. @2843 SC1268 2. @2845 SC1270 1. @2846 SC1271 1. @2847 SC1272 2. @2849 SC1274 1. @2850 SC1275 1. @2851 SC1276 2. @2853 SC1278 1. @2854 SC1279 1. @2855 SC1280 2. @2857 SC1282 1. @2858 SC1283 1. @2859 SC1284 1. @2860 SC1286 1. @2861 SC1288 1. @2862 SC1290 1. @2863 SC1292 1. @2864 SC1294 2. @2866 SC1296 1. @2867 SC1298 1. @2868 SC1302 1. @2869 SC1304 1. @2870 SC1306 1. @2871 SC1308 1. @2872 SC1310 1. @2873 SC1314 1. @2874 SC1316 1. @2875 SC1318 1. @2876 SC1320 1. @2877 SC1322 2. @2879 SC1324 1. @2880 SC1326 1. @2881 SC1328 1. @2882 SC1330 1. @2883 SC1332 2. @2885 SC1334 2. @2887 SC1336 1. @2888 SC1338 1. @2889 SC1340 1. @2890 SC1342 1. @2891 SC1344 1. @2892 SC1346 2. @2894 SC1348 2. @2896 SC1350 1. @2897 SC1352 1. @2898 SC1354 1. @2899 SC1358 1. @2900 SC1360 1. @2901 SC1362 1. @2902 SC1364 1. @2903 SC1366 1. @2904 SC1368 1. @2905 SC1370 1. @2906 SC1374 1. @2907 SC1376 1. @2908 SC1378 1. @2909 SC1380 2. @2911 SC1382 1. @2912 SC1384 1. @2913 SC1386 1. @2914 SC1388 1. @2915 SC1390 1. @2916 SC1394 1. @2917 SC1396 1. @2918 SC1398 1. @2919 SC1400 1. @2920 SC1402 1. @2921 SC1406 1. @2922 SC1408 1. @2923 SC1410 1. @2924 SC1412 2. @2926 SC1414 1. @2927 SC1416 1. @2928 SC1418 1. @2929 SC1420 1. @2930 SC1422 1. @2931 SC1424 1. @2932 SC1426 1. @2933 SC1428 1. @2934 SC1430 1. @2935 SC1434 1. @2936 SC1436 1. @2937 SC1438 1. @2938 SC1442 1. @2939 SC1444 1. @2940 SC1446 1. @2941 SC1448 1. @2942 SC1450 1. @2943 SC1452 2. @2945 SC1454 1. @2946 SC1456 1. @2947 SC1458 1. @2948 SC1460 1. @2949 SC1462 1. @2952 SC1468 1. @2953 SC1470 1. @2954 SC1472 1. @2955 SC1474 1. @2956 SC1476 1. @2957 SC1478 1. @2958 SC1480 1. @2959 SC1482 1. @2960 SC1484 1. @2961 SC1486 1. @2962 SC1488 1. @2963 SC1492 1. @2964 SC1494 1. @2965 SC1496 1. @2966 SC1498 2. @2968 SC1500 1. @2969 SC1502 1. @2970 SC1504 1. @2971 SC1506 1. @2972 SC1508 1. @2973 SC1510 2. @2975 SC1512 3. @2978 SC1514 3. @2981 SC1516 3. @2984 SC1518 3. @2987 SC1520 3. @2990 SC1524 1. @2991 SC1526 1. @2992 SC1528 1. @2993 SC1530 1. @2994 SC1532 1. @2995 SC1534 1. @2996 SC1536 1. @2997 SC1537 1. @2998 SC1538 1. @2999 SC1540 1. @3000 SC1542 1. @3001 SC1544 1. @3002 SC1546 1. @3003 SC1548 1. @3004 SC1550 1. @3005 SC1552 1. @3006 SC1554 1. @3007 SC1556 3. @3010 SC1558 3. @3013 SC1560 3. @3016 SC1562 3. @3019 SC1564 3. @3022 SC1566 1. @3023 SC1568 1. @3024 SC1570 2. @3026 SC1572 1. @3027 SC1574 2. @3029 SC1576 3. @3032 SC1578 3. @3035 SC1580 3. @3038 SC1582 3. @3041 SC1584 3. @3044 SC1586 1. @3045 SC1588 1. @3046 SC1589 1. @3047 SC1590 3. @3050 SC1592 1. @3051 SC1593 1. @3052 SC1594 3. @3055 SC1596 1. @3056 SC1597 1. @3057 SC1598 3. @3060 SC1600 1. @3061 SC1601 1. @3062 SC1602 3. @3065 SC1604 1. @3066 SC1605 1. @3067 SC1606 3. @3070 SC1608 1. @3071 SC1609 1. @3072 SC1610 3. @3075 SC1612 1. @3076 SC1613 1. @3077 SC1614 3. @3080 SC1616 1. @3081 SC1617 1. @3082 SC1618 3. @3085 SC1620 1. @3086 SC1621 1. @3087 SC1622 2. @3089 SC1626 1. @3090 SC1628 1. @3091 SC1630 1. @3092 SC1632 1. @3093 SC1636 1. @3094 SC1638 1. @3095 SC1640 1. @3096 SC1642 1. @3097 SC1644 1. @3098 SC1646 1. @3099 SC1648 1. @3100 SC1650 1. @3101 SC1652 1. @3102 SC1654 1. @3131 SC1694 1. @3132 SC1696 1. @3133 SC1698 1. @3134 SC1700 1. @3135 SC1702 1. @3136 SC1704 1. @3137 SC1706 3. @3140 SC1708 3. @3143 SC1710 3. @3146 SC1712 1. @3147 SC1714 1. @3148 SC1716 1. @3149 PI01 1. @3150 PI02 1. @3151 PI03 1. @3152 PI04 1. @3153 PI05 1. @3154 PI06 1. @3157 PI09 1. @3158 PI10 1. @3159 PI11 1. @3160 PI12 1. @3161 PI13 1. @3162 PI14 1. @3163 PI15 1. @3164 PI16 1. @3165 PI17 1. @3166 PI18 1. @3167 PI19 1. @3168 PI20 1. @3169 PI21 1. @3170 PI22 1. @3173 PI25 1. @3174 PI26 1. @3175 PI27 1. @3176 PI28 1. @3177 PI29 1. @3178 PI30 1. @3179 PI31 1. @3180 PI32 1. @3181 PI33 1. @3182 PI34 1. @3183 PI35 1. @3184 PI36 1. @3185 PI37 1. @3186 PI38 1. @3187 PI39 1. @3188 PI40 1. @3189 PI41 1. @3190 PI42 1. @3191 PI43 1. @3192 PI44 1. @3193 PI45 1. @3194 PI46 1. @3195 PI47 1. @3196 PI48 1. @3197 PI49 1. @3198 PI50 1. @3199 PI51 1. @3200 PI52 1. @3201 PI53 1. @3202 PI54 1. @3203 PI55 1. @3204 PI56 1. @3205 PI57 1. @3206 PI58 1. @3207 PI59 1. @3208 PI60 1. @3209 PI61 1. @3210 PI62 1. @3211 PI63 1. @3212 PI75 1. @3213 PI76 1. @3214 PI77 1. @3215 PI78 1. @3216 PI79 1. @3220 PI83 1. @3222 PI85 1. @3223 PI86 1. @3224 PI87 1. @3225 PI88 1. @3226 PI89 1. @3227 PI90 1. @3228 PI91 1. @3229 PI92 1. @3230 PI93 1. @3231 PI94 1. @3232 PI95 1. @3233 PI96 1. @3234 PI97 1. @3235 PI98 1. @3236 PI99 1. @3237 PI100 1. @3238 PI101 1. @3239 PI102 1. @3240 PI103 1. @3241 PI104 1. @3242 PI105 1. @3243 PI106 1. @3244 PI107 1. @3245 WS1_OCC 3. @3248 WS1_IND 3. @3251 WS1_WKS1 1. @3252 WS1_WKS2 1. @3253 WS1_WKS3 1. @3254 WS1_WKS4 1. @3255 WS1RECI1 1. @3256 WS1RECI2 1. @3257 WS1RECI3 1. @3258 WS1RECI4 1. @3259 WS1_AMT1 5. @3264 WS1_AMT2 5. @3269 WS1_AMT3 5. @3274 WS1_AMT4 5. @3280 WS1_2012 1. @3281 WS1_2014 1. @3282 WS1_2016 2. @3284 WS1_2018 2. @3286 WS1_2020 2. @3288 WS1_2022 2. @3290 WS1_2025 2. @3292 WS1_2026 1. @3293 WS1_2028 4.2 @3297 WS1_2030 1. @3298 WS1_2032 5. @3303 WS1_2034 5. @3308 WS1_2036 5. @3313 WS1_2038 5. @3318 WS1_2040 1. @3319 WS1_2042 1. @3320 WS1IMP01 1. @3321 WS1IMP02 1. @3322 WS1IMP03 1. @3323 WS1IMP04 1. @3324 WS1IMP05 1. @3325 WS1IMP06 1. @3326 WS1CAL01 1. @3327 WS1CAL02 1. @3328 WS1CAL03 1. @3329 WS1CAL04 1. @3330 WS2_OCC 3. @3333 WS2_IND 3. @3336 WS2_WKS1 1. @3337 WS2_WKS2 1. @3338 WS2_WKS3 1. @3339 WS2_WKS4 1. @3340 WS2RECI1 1. @3341 WS2RECI2 1. @3342 WS2RECI3 1. @3343 WS2RECI4 1. @3344 WS2_AMT1 5. @3349 WS2_AMT2 5. @3354 WS2_AMT3 5. @3359 WS2_AMT4 5. @3365 WS2_2112 1. @3366 WS2_2114 1. @3367 WS2_2116 2. @3369 WS2_2118 2. @3371 WS2_2120 2. @3373 WS2_2122 2. @3375 WS2_2125 2. @3377 WS2_2126 1. @3378 WS2_2128 4.2 @3382 WS2_2130 1. @3383 WS2_2132 5. @3388 WS2_2134 5. @3393 WS2_2136 5. @3398 WS2_2138 5. @3403 WS2_2140 1. @3404 WS2_2142 1. @3405 WS2IMP01 1. @3406 WS2IMP02 1. @3407 WS2IMP03 1. @3408 WS2IMP04 1. @3409 WS2IMP05 1. @3410 WS2IMP06 1. @3411 WS2CAL01 1. @3412 WS2CAL02 1. @3413 WS2CAL03 1. @3414 WS2CAL04 1. @3415 SE1_OCC 3. @3419 SE1_INDR 2. @3421 SE1WKS1 1. @3422 SE1WKS2 1. @3423 SE1WKS3 1. @3424 SE1WKS4 1. @3425 SE1REC1 1. @3426 SE1REC2 1. @3427 SE1REC3 1. @3428 SE1REC4 1. @3429 SE1AMT1 5. @3434 SE1AMT2 5. @3439 SE1AMT3 5. @3444 SE1AMT4 5. @3450 SE12212 2. @3452 SE12214 1. @3453 SE12216 1. @3454 SE12218 1. @3455 SE12220 1. @3456 SE12222 1. @3457 SE12224 1. @3458 SE12226 3. @3461 SE12228 3. @3464 SE12230 3. @3467 SE12232 1. @3468 SE12234 1. @3469 SE12236 1. @3470 SE12238 5. @3475 SE12240 5. @3480 SE12242 5. @3485 SE12244 5. @3490 SE12246 1. @3491 SE12248 1. @3492 SE12250 1. @3493 SE12252 1. @3494 SE12254 1. @3495 SE12256 6. @3501 SE12260 5. @3506 SE1IMP01 1. @3507 SE1IMP02 1. @3508 SE1IMP03 1. @3509 SE1IMP04 1. @3510 SE1IMP05 1. @3511 SE1IMP06 1. @3512 SE1IMP07 1. @3513 SE1IMP08 1. @3514 SE1IMP09 1. @3515 SE1IMP10 1. @3516 SE1IMP11 1. @3517 SE1CAL01 1. @3518 SE1CAL02 1. @3519 SE1CAL03 1. @3520 SE1CAL04 1. @3521 SE2OCC 3. @3525 SE2_INDR 2. @3527 SE2WKS1 1. @3528 SE2WKS2 1. @3529 SE2WKS3 1. @3530 SE2WKS4 1. @3531 SE2REC1 1. @3532 SE2REC2 1. @3533 SE2REC3 1. @3534 SE2REC4 1. @3535 SE2AMT1 5. @3540 SE2AMT2 5. @3545 SE2AMT3 5. @3550 SE2AMT4 5. @3556 SE22312 2. @3558 SE22314 1. @3559 SE22316 1. @3560 SE22318 1. @3561 SE22320 1. @3562 SE22322 1. @3563 SE22324 1. @3564 SE22326 3. @3567 SE22328 3. @3570 SE22330 3. @3573 SE22332 1. @3574 SE22334 1. @3575 SE22336 1. @3576 SE22338 5. @3581 SE22340 5. @3586 SE22342 5. @3591 SE22344 5. @3596 SE22346 1. @3597 SE22348 1. @3598 SE22350 1. @3599 SE22352 1. @3600 SE22354 1. @3601 SE22356 6. @3607 SE22360 5. @3612 SE2IMP01 1. @3613 SE2IMP02 1. @3614 SE2IMP03 1. @3615 SE2IMP04 1. @3616 SE2IMP05 1. @3617 SE2IMP06 1. @3618 SE2IMP07 1. @3619 SE2IMP08 1. @3620 SE2IMP09 1. @3621 SE2IMP10 1. @3622 SE2IMP11 1. @3623 SE2CAL01 1. @3624 SE2CAL02 1. @3625 SE2CAL03 1. @3626 SE2CAL04 1. @3627 I01REC1 1. @3628 I01REC2 1. @3629 I01REC3 1. @3630 I01REC4 1. @3631 I01AMT1 5. @3636 I01AMT2 5. @3641 I01AMT3 5. @3646 I01AMT4 5. @3651 KIDSSYN1 1. @3652 KIDSSYN2 1. @3653 KIDSSYN3 1. @3654 KIDSSYN4 1. @3655 KDSSAMT1 4. @3659 KDSSAMT2 4. @3663 KDSSAMT3 4. @3667 KDSSAMT4 4. @3671 SSRECIND 1. @3672 SS3004 1. @3673 SS3006 1. @3674 SS3008 1. @3675 SS3012 1. @3676 SS3014 1. @3677 SS3064 2. @3679 SS3066 2. @3681 SS3068 1. @3682 SS3086 1. @3683 SS3088 3. @3686 SS3090 3. @3689 SS3092 3. @3692 SS3094 3. @3695 SS3096 3. @3698 SS3098 3. @3701 I01IMP01 1. @3702 I01IMP02 1. @3703 I01IMP03 1. @3704 I01IMP04 1. @3705 I01IMP05 1. @3706 I01IMP06 1. @3707 I01IMP07 1. @3708 I01IMP08 1. @3709 I01IMP09 1. @3710 I02REC1 1. @3711 I02REC2 1. @3712 I02REC3 1. @3713 I02REC4 1. @3714 I02AMT1 5. @3719 I02AMT2 5. @3724 I02AMT3 5. @3729 I02AMT4 5. @3734 KIDRRYN1 1. @3735 KIDRRYN2 1. @3736 KIDRRYN3 1. @3737 KIDRRYN4 1. @3738 KDRRAMT1 4. @3742 KDRRAMT2 4. @3746 KDRRAMT3 4. @3750 KDRRAMT4 4. @3754 RRRECIND 1. @3755 RR3004 1. @3756 RR3006 1. @3757 RR3008 1. @3758 RR3012 1. @3759 RR3014 1. @3760 RR3064 2. @3762 RR3066 2. @3764 RR3068 1. @3765 RR3086 1. @3766 RR3088 3. @3769 RR3090 3. @3772 RR3092 3. @3775 RR3094 3. @3778 RR3096 3. @3781 RR3098 3. @3784 I02IMP01 1. @3785 I02IMP02 1. @3786 I02IMP03 1. @3787 I02IMP04 1. @3788 I02IMP05 1. @3789 I02IMP06 1. @3790 I02IMP07 1. @3791 I02IMP08 1. @3792 I02IMP09 1. @3793 I03REC1 1. @3794 I03REC2 1. @3795 I03REC3 1. @3796 I03REC4 1. @3797 I03AMT1 5. @3802 I03AMT2 5. @3807 I03AMT3 5. @3812 I03AMT4 5. @3817 I03IMP01 1. @3818 I03IMP02 1. @3819 I03IMP03 1. @3820 I03IMP04 1. @3821 I05REC1 1. @3822 I05REC2 1. @3823 I05REC3 1. @3824 I05REC4 1. @3825 I05AMT1 5. @3830 I05AMT2 5. @3835 I05AMT3 5. @3840 I05AMT4 5. @3845 I05IMP01 1. @3846 I05IMP02 1. @3847 I05IMP03 1. @3848 I05IMP04 1. @3849 I06REC1 1. @3850 I06REC2 1. @3851 I06REC3 1. @3852 I06REC4 1. @3853 I06AMT1 5. @3858 I06AMT2 5. @3863 I06AMT3 5. @3868 I06AMT4 5. @3873 I06IMP01 1. @3874 I06IMP02 1. @3875 I06IMP03 1. @3876 I06IMP04 1. @3877 I07REC1 1. @3878 I07REC2 1. @3879 I07REC3 1. @3880 I07REC4 1. @3881 I07AMT1 5. @3886 I07AMT2 5. @3891 I07AMT3 5. @3896 I07AMT4 5. @3901 I07IMP01 1. @3902 I07IMP02 1. @3903 I07IMP03 1. @3904 I07IMP04 1. @3905 I08REC1 1. @3906 I08REC2 1. @3907 I08REC3 1. @3908 I08REC4 1. @3909 I08AMT1 5. @3914 I08AMT2 5. @3919 I08AMT3 5. @3924 I08AMT4 5. @3929 VET3034 1. @3930 VET3036 3. @3933 VET3038 3. @3936 VET3040 3. @3939 VET3042 3. @3942 VET3044 3. @3945 VET3046 3. @3948 VET3048 3. @3951 VET3050 3. @3954 VET3052 3. @3957 VET3054 3. @3960 VET3060 2. @3962 I08IMP01 1. @3963 I08IMP02 1. @3964 I08IMP03 1. @3965 I08IMP04 1. @3966 I10REC1 1. @3967 I10REC2 1. @3968 I10REC3 1. @3969 I10REC4 1. @3970 I10AMT1 5. @3975 I10AMT2 5. @3980 I10AMT3 5. @3985 I10AMT4 5. @3990 I10IMP01 1. @3991 I10IMP02 1. @3992 I10IMP03 1. @3993 I10IMP04 1. @3994 I12REC1 1. @3995 I12REC2 1. @3996 I12REC3 1. @3997 I12REC4 1. @3998 I12AMT1 5. @4003 I12AMT2 5. @4008 I12AMT3 5. @4013 I12AMT4 5. @4018 I12IMP01 1. @4019 I12IMP02 1. @4020 I12IMP03 1. @4021 I12IMP04 1. @4022 I13REC1 1. @4023 I13REC2 1. @4024 I13REC3 1. @4025 I13REC4 1. @4026 I13AMT1 5. @4031 I13AMT2 5. @4036 I13AMT3 5. @4041 I13AMT4 5. @4046 I13IMP01 1. @4047 I13IMP02 1. @4048 I13IMP03 1. @4049 I13IMP04 1. @4050 I20REC1 1. @4051 I20REC2 1. @4052 I20REC3 1. @4053 I20REC4 1. @4054 I20AMT1 6. @4060 I20AMT2 6. @4066 I20AMT3 6. @4072 I20AMT4 6. @4078 AFDC3034 1. @4079 AFDC3036 3. @4082 AFDC3038 3. @4085 AFDC3040 3. @4088 AFDC3042 3. @4091 AFDC3044 3. @4094 AFDC3046 3. @4097 AFDC3048 3. @4100 AFDC3050 3. @4103 AFDC3052 3. @4106 AFDC3054 3. @4109 I20IMP01 1. @4110 I20IMP02 1. @4111 I20IMP03 1. @4112 I20IMP04 1. @4113 I21REC1 1. @4114 I21REC2 1. @4115 I21REC3 1. @4116 I21REC4 1. @4117 I21AMT1 5. @4122 I21AMT2 5. @4127 I21AMT3 5. @4132 I21AMT4 5. @4137 GA3034 1. @4138 GA3036 3. @4141 GA3038 3. @4144 GA3040 3. @4147 GA3042 3. @4150 GA3044 3. @4153 GA3046 3. @4156 GA3048 3. @4159 GA3050 3. @4162 GA3052 3. @4165 GA3054 3. @4168 I21IMP01 1. @4169 I21IMP02 1. @4170 I21IMP03 1. @4171 I21IMP04 1. @4172 I23REC1 1. @4173 I23REC2 1. @4174 I23REC3 1. @4175 I23REC4 1. @4176 I23AMT1 5. @4181 I23AMT2 5. @4186 I23AMT3 5. @4191 I23AMT4 5. @4196 FCC3034 1. @4197 FCC3036 3. @4200 FCC3038 3. @4203 FCC3040 3. @4206 FCC3042 3. @4209 FCC3044 3. @4212 FCC3046 3. @4215 FCC3048 3. @4218 FCC3050 3. @4221 FCC3052 3. @4224 FCC3054 3. @4227 I23IMP01 1. @4228 I23IMP02 1. @4229 I23IMP03 1. @4230 I23IMP04 1. @4231 I24REC1 1. @4232 I24REC2 1. @4233 I24REC3 1. @4234 I24REC4 1. @4235 I24AMT1 5. @4240 I24AMT2 5. @4245 I24AMT3 5. @4250 I24AMT4 5. @4255 OW3034 1. @4256 OW3036 3. @4259 OW3038 3. @4262 OW3040 3. @4265 OW3042 3. @4268 OW3044 3. @4271 OW3046 3. @4274 OW3048 3. @4277 OW3050 3. @4280 OW3052 3. @4283 OW3054 3. @4286 I24IMP01 1. @4287 I24IMP02 1. @4288 I24IMP03 1. @4289 I24IMP04 1. @4290 WIC3138 1. @4291 WIC3140 1. @4292 WIC3142 1. @4293 WIC3144 1. @4294 I25IMP01 1. @4295 I25IMP02 1. @4296 I25IMP03 1. @4297 I25IMP04 1. @4298 I27REC1 1. @4299 I27REC2 1. @4300 I27REC3 1. @4301 I27REC4 1. @4302 I27AMT1 5. @4307 I27AMT2 5. @4312 I27AMT3 5. @4317 I27AMT4 5. @4322 FS3100 1. @4323 FS3102 3. @4326 FS3104 3. @4329 FS3106 3. @4332 FS3108 3. @4335 FS3110 3. @4338 FS3112 3. @4341 FS3114 3. @4344 FS3116 3. @4347 FS3118 3. @4350 FS3120 3. @4353 I27IMP01 1. @4354 I27IMP02 1. @4355 I27IMP03 1. @4356 I27IMP04 1. @4357 I28REC1 1. @4358 I28REC2 1. @4359 I28REC3 1. @4360 I28REC4 1. @4361 I28AMT1 5. @4366 I28AMT2 5. @4371 I28AMT3 5. @4376 I28AMT4 5. @4381 I28IMP01 1. @4382 I28IMP02 1. @4383 I28IMP03 1. @4384 I28IMP04 1. @4385 I29REC1 1. @4386 I29REC2 1. @4387 I29REC3 1. @4388 I29REC4 1. @4389 I29AMT1 5. @4394 I29AMT2 5. @4399 I29AMT3 5. @4404 I29AMT4 5. @4409 I29IMP01 1. @4410 I29IMP02 1. @4411 I29IMP03 1. @4412 I29IMP04 1. @4413 I30REC1 1. @4414 I30REC2 1. @4415 I30REC3 1. @4416 I30REC4 1. @4417 I30AMT1 5. @4422 I30AMT2 5. @4427 I30AMT3 5. @4432 I30AMT4 5. @4437 I30IMP01 1. @4438 I30IMP02 1. @4439 I30IMP03 1. @4440 I30IMP04 1. @4441 I31REC1 1. @4442 I31REC2 1. @4443 I31REC3 1. @4444 I31REC4 1. @4445 I31AMT1 5. @4450 I31AMT2 5. @4455 I31AMT3 5. @4460 I31AMT4 5. @4465 I31IMP01 1. @4466 I31IMP02 1. @4467 I31IMP03 1. @4468 I31IMP04 1. @4469 I32REC1 1. @4470 I32REC2 1. @4471 I32REC3 1. @4472 I32REC4 1. @4473 I32AMT1 5. @4478 I32AMT2 5. @4483 I32AMT3 5. @4488 I32AMT4 5. @4493 I32IMP01 1. @4494 I32IMP02 1. @4495 I32IMP03 1. @4496 I32IMP04 1. @4497 I34REC1 1. @4498 I34REC2 1. @4499 I34REC3 1. @4500 I34REC4 1. @4501 I34AMT1 5. @4506 I34AMT2 5. @4511 I34AMT3 5. @4516 I34AMT4 5. @4521 I34IMP01 1. @4522 I34IMP02 1. @4523 I34IMP03 1. @4524 I34IMP04 1. @4525 I35REC1 1. @4526 I35REC2 1. @4527 I35REC3 1. @4528 I35REC4 1. @4529 I35AMT1 5. @4534 I35AMT2 5. @4539 I35AMT3 5. @4544 I35AMT4 5. @4549 I35IMP01 1. @4550 I35IMP02 1. @4551 I35IMP03 1. @4552 I35IMP04 1. @4553 I36REC1 1. @4554 I36REC2 1. @4555 I36REC3 1. @4556 I36REC4 1. @4557 I36AMT1 5. @4562 I36AMT2 5. @4567 I36AMT3 5. @4572 I36AMT4 5. @4577 I36IMP01 1. @4578 I36IMP02 1. @4579 I36IMP03 1. @4580 I36IMP04 1. @4581 I37REC1 1. @4582 I37REC2 1. @4583 I37REC3 1. @4584 I37REC4 1. @4585 I37AMT1 5. @4590 I37AMT2 5. @4595 I37AMT3 5. @4600 I37AMT4 5. @4605 I37IMP01 1. @4606 I37IMP02 1. @4607 I37IMP03 1. @4608 I37IMP04 1. @4609 I38REC1 1. @4610 I38REC2 1. @4611 I38REC3 1. @4612 I38REC4 1. @4613 I38AMT1 5. @4618 I38AMT2 5. @4623 I38AMT3 5. @4628 I38AMT4 5. @4633 I38IMP01 1. @4634 I38IMP02 1. @4635 I38IMP03 1. @4636 I38IMP04 1. @4637 I40REC1 1. @4638 I40REC2 1. @4639 I40REC3 1. @4640 I40REC4 1. @4641 I40AMT1 5. @4646 I40AMT2 5. @4651 I40AMT3 5. @4656 I40AMT4 5. @4661 I40IMP01 1. @4662 I40IMP02 1. @4663 I40IMP03 1. @4664 I40IMP04 1. @4665 I50REC1 1. @4666 I50REC2 1. @4667 I50REC3 1. @4668 I50REC4 1. @4669 I50AMT1 5. @4674 I50AMT2 5. @4679 I50AMT3 5. @4684 I50AMT4 5. @4689 I50IMP01 1. @4690 I50IMP02 1. @4691 I50IMP03 1. @4692 I50IMP04 1. @4693 I51REC1 1. @4694 I51REC2 1. @4695 I51REC3 1. @4696 I51REC4 1. @4697 I51AMT1 5. @4702 I51AMT2 5. @4707 I51AMT3 5. @4712 I51AMT4 5. @4717 I51IMP01 1. @4718 I51IMP02 1. @4719 I51IMP03 1. @4720 I51IMP04 1. @4721 I52REC1 1. @4722 I52REC2 1. @4723 I52REC3 1. @4724 I52REC4 1. @4725 I52AMT1 5. @4730 I52AMT2 5. @4735 I52AMT3 5. @4740 I52AMT4 5. @4745 I52IMP01 1. @4746 I52IMP02 1. @4747 I52IMP03 1. @4748 I52IMP04 1. @4749 I53REC1 1. @4750 I53REC2 1. @4751 I53REC3 1. @4752 I53REC4 1. @4753 I53AMT1 5. @4758 I53AMT2 5. @4763 I53AMT3 5. @4768 I53AMT4 5. @4773 I53IMP01 1. @4774 I53IMP02 1. @4775 I53IMP03 1. @4776 I53IMP04 1. @4777 I54REC1 1. @4778 I54REC2 1. @4779 I54REC3 1. @4780 I54REC4 1. @4781 I54AMT1 5. @4786 I54AMT2 5. @4791 I54AMT3 5. @4796 I54AMT4 5. @4801 I54IMP01 1. @4802 I54IMP02 1. @4803 I54IMP03 1. @4804 I54IMP04 1. @4805 I55REC1 1. @4806 I55REC2 1. @4807 I55REC3 1. @4808 I55REC4 1. @4809 I55AMT1 5. @4814 I55AMT2 5. @4819 I55AMT3 5. @4824 I55AMT4 5. @4829 I55IMP01 1. @4830 I55IMP02 1. @4831 I55IMP03 1. @4832 I55IMP04 1. @4833 I56REC1 1. @4834 I56REC2 1. @4835 I56REC3 1. @4836 I56REC4 1. @4837 I56AMT1 5. @4842 I56AMT2 5. @4847 I56AMT3 5. @4852 I56AMT4 5. @4857 I56IMP01 1. @4858 I56IMP02 1. @4859 I56IMP03 1. @4860 I56IMP04 1. @4861 I75REC1 1. @4862 I75REC2 1. @4863 I75REC3 1. @4864 I75REC4 1. @4865 I75AMT1 6. @4871 I75AMT2 6. @4877 I75AMT3 6. @4883 I75AMT4 6. @4889 I75IMP01 1. @4890 I75IMP02 1. @4891 I75IMP03 1. @4892 I75IMP04 1. @4893 J100YN_1 1. @4894 J100YN_2 1. @4895 J100YN_3 1. @4896 J100YN_4 1. @4897 JINT1001 4. @4901 JINT1002 4. @4905 JINT1003 4. @4909 JINT1004 4. @4913 O100YN_1 1. @4914 O100YN_2 1. @4915 O100YN_3 1. @4916 O100YN_4 1. @4917 OINT1001 4. @4921 OINT1002 4. @4925 OINT1003 4. @4929 OINT1004 4. @4933 JCALC100 1. @4934 OCALC100 1. @4935 J104YN_1 1. @4936 J104YN_2 1. @4937 J104YN_3 1. @4938 J104YN_4 1. @4939 JINT1041 4. @4943 JINT1042 4. @4947 JINT1043 4. @4951 JINT1044 4. @4955 O104YN_1 1. @4956 O104YN_2 1. @4957 O104YN_3 1. @4958 O104YN_4 1. @4959 OINT1041 4. @4963 OINT1042 4. @4967 OINT1043 4. @4971 OINT1044 4. @4975 JCALC104 1. @4976 OCALC104 1. @4977 J110RYN1 1. @4978 J110RYN2 1. @4979 J110RYN3 1. @4980 J110RYN4 1. @4981 JDIR1101 4. @4985 JDIR1102 4. @4989 JDIR1103 4. @4993 JDIR1104 4. @4997 O110RYN1 1. @4998 O110RYN2 1. @4999 O110RYN3 1. @5000 O110RYN4 1. @5001 ODIR1101 4. @5005 ODIR1102 4. @5009 ODIR1103 4. @5013 ODIR1104 4. @5017 J110CYN1 1. @5018 J110CYN2 1. @5019 J110CYN3 1. @5020 J110CYN4 1. @5021 JDIC1101 4. @5025 JDIC1102 4. @5029 JDIC1103 4. @5033 JDIC1104 4. @5037 O110CYN1 1. @5038 O110CYN2 1. @5039 O110CYN3 1. @5040 O110CYN4 1. @5041 ODIC1101 4. @5045 ODIC1102 4. @5049 ODIC1103 4. @5053 ODIC1104 4. @5057 J120YN_1 1. @5058 J120YN_2 1. @5059 J120YN_3 1. @5060 J120YN_4 1. @5061 JRNT1201 5. @5066 JRNT1202 5. @5071 JRNT1203 5. @5076 JRNT1204 5. @5081 O120YN_1 1. @5082 O120YN_2 1. @5083 O120YN_3 1. @5084 O120YN_4 1. @5085 ORNT1201 5. @5090 ORNT1202 5. @5095 ORNT1203 5. @5100 ORNT1204 5. @5105 OJ120YN1 1. @5106 OJ120YN2 1. @5107 OJ120YN3 1. @5108 OJ120YN4 1. @5109 OJRT1201 5. @5114 OJRT1202 5. @5119 OJRT1203 5. @5124 OJRT1204 5. @5129 JMTGNYN1 1. @5130 JMTGNYN2 1. @5131 JMTGNYN3 1. @5132 JMTGNYN4 1. @5133 JMORTYN1 1. @5134 JMORTYN2 1. @5135 JMORTYN3 1. @5136 JMORTYN4 1. @5137 JMAM1301 4. @5141 JMAM1302 4. @5145 JMAM1303 4. @5149 JMAM1304 4. @5153 OMTGNYN1 1. @5154 OMTGNYN2 1. @5155 OMTGNYN3 1. @5156 OMTGNYN4 1. @5157 OMORTYN1 1. @5158 OMORTYN2 1. @5159 OMORTYN3 1. @5160 OMORTYN4 1. @5161 OMAM1301 4. @5165 OMAM1302 4. @5169 OMAM1303 4. @5173 OMAM1304 4. @5177 O4050YN1 1. @5178 O4050YN2 1. @5179 O4050YN3 1. @5180 O4050YN4 1. @5181 RAM40501 5. @5186 RAM40502 5. @5191 RAM40503 5. @5196 RAM40504 5. @5201 SC4300 1. @5202 SC4302 1. @5203 SC4304 1. @5204 SC4306 1. @5205 SC4308 1. @5206 SC4310 1. @5207 SC4312 5. @5213 SC4318 1. @5214 SC4320 5. @5220 SC4400 1. @5221 SC4402 1. @5222 SC4404 1. @5223 SC4406 1. @5224 SC4408 1. @5225 SC4410 1. @5226 SC4412 5. @5232 SC4418 1. @5233 SC4420 5. @5239 SC4500 1. @5240 SC4502 1. @5241 SC4504 5. @5247 SC4508 5. @5253 SC4512 1. @5254 SC4514 1. @5255 SC4516 5. @5260 SC4518 5. @5265 SC4600 1. @5266 SC4602 1. @5267 SC4604 5. @5272 SC4606 6. @5278 SC4610 1. @5279 SC4612 5. @5284 SC4614 6. @5290 SC4618 1. @5291 SC4620 6. @5297 SC4700 1. @5298 SC4702 1. @5299 SC4704 1. @5300 SC4706 1. @5301 SC4708 1. @5302 SC4710 1. @5303 SC4712 5. @5308 SC4714 1. @5309 SC4716 5. @5314 SC4718 1. @5315 SC4720 6. @5321 G2_IMP01 1. @5322 G2_IMP02 1. @5323 G2_IMP03 1. @5324 G2_IMP04 1. @5325 G2_IMP05 1. @5326 G2_IMP06 1. @5327 G2_IMP07 1. @5328 G2_IMP08 1. @5329 G2_IMP09 1. @5330 G2_IMP10 1. @5331 G2_IMP11 1. @5332 G2_IMP12 1. @5333 G2_IMP13 1. @5334 G2_IMP14 1. @5335 G2_IMP15 1. @5336 G2_IMP16 1. @5337 G2_IMP17 1. @5338 G2_IMP18 1. @5339 G2_IMP19 1. @5340 G2_IMP20 1. @5341 G2_IMP21 1. @5342 G2_IMP22 1. @5343 G2_IMP23 1. @5344 G2_IMP24 1. @5345 G2_IMP25 1. @5346 G2_IMP26 1. @5347 G2_IMP27 1. @5348 VERSION 1. @5349 JCALB100 1. @5350 OCALB100 1. @5351 JCALB104 1. @5352 OCALB104 1. @5353 WS1_2002 2. @5355 WS1_2044 1. @5356 WS1_2046 1. @5357 WS1IMP07 1. @5358 WS1IMP08 1. @5359 WS1_2023 1. @5360 WS1_2024 1. @5361 WS2_2102 2. @5363 WS2_2144 1. @5364 WS2_2146 1. @5365 WS2IMP07 1. @5366 WS2IMP08 1. @5367 WS2_2123 1. @5368 WS2_2124 1. @5369 SE1_2201 2. @5371 SE2_2301 2. @5373 I41RECP1 1. @5374 I41RECP2 1. @5375 I41RECP3 1. @5376 I41RECP4 1. @5377 I41AMT1 5. @5382 I41AMT2 5. @5387 I41AMT3 5. @5392 I41AMT4 5. @5397 I41IMPO1 1. @5398 I41IMPO2 1. @5399 I41IMPO3 1. @5400 I41IMPO4 1. @5401 H1_TYPE 1. @5402 U1ITM38C 2. @5404 U1_REINT 1. @5405 H2_TYPE 1. @5406 U2ITM38C 2. @5408 U2_REINT 1. @5409 H3_TYPE 1. @5410 U3_REINT 1. @5411 U3ITM38C 2. @5413 H4_TYPE 1. @5414 U4ITM38C 2. @5416 U4_REINT 1. @5417 H5_TYPE 1. @5418 U_YEARE1 2. @5420 U_YEARE2 2. @5422 MOVER_ID 9. @5431 SC0064 1. @5432 SC0066 2. @5434 SC0068 3. @5437 MEDCODE 1. @5438 SC1231 1. @5439 SC1232 1. @5440 SC1233 2. @5442 SC1234 1. @5443 SC1235 1. @5444 SC1236 1. @5445 SC1237 1. @5446 SC1238 1. @5447 SC1656 1. @5448 SC1658 1. @5449 SC1660 1. @5450 SC1662 1. @5451 SC1664 1. @5452 SC1666 1. @5453 SC1668 2. @5455 SC1670 1. @5456 SC1672 1. @5457 SC1674 1. @5458 SC1676 1. @5459 SC1678 1. @5460 SC1680 1. @5461 SC1682 1. @5462 SC1684 1. @5463 SC1686 1. @5464 SC1688 1. @5465 SC1690 1. @5466 SC1692 1. @5467 SC0914 2. @5469 SC0916 1. @5470 SC0918 1. @5471 SC0920 2. @5473 SC0922 2. @5475 SC0924 2. @5477 SC0926 2. @5479 SC0928 2. @5481 SC0930 2. @5483 U_RRP 2. @5485 PW_RRP 2. @5487 U_SRVDT1 1. @5488 U_SRVDT2 1. @5489 U_SRVDT3 1. @5490 WS1IMP09 1. @5491 WS2IMP09 1. @5492 WIC3146 3. @5495 WIC3148 3. @5498 WIC3150 3. @5501 WIC3152 3. @5504 WIC3154 3. @5507 WS1_2003 1. @5508 WS1_2004 1. @5509 WS2_2103 1. @5510 WS2_2104 1. @5511 SE1_2202 1. @5512 SE1_2203 1. @5513 SE2_2302 1. @5514 SE22303 1. @5529 TM8000 1. @5530 TM8002 1. @5531 TM8003 1. @5532 TM8004 3. @5535 TM8006 3. @5538 TM8008 3. @5541 TM8010 2. @5543 TM8012 2. @5545 TM8014 2. @5547 TM8016 1. @5548 TM8018 1. @5549 TM8020 1. @5550 TM8022 1. @5551 TM8024 1. @5552 TM8026 1. @5553 TM8028 2. @5555 TM8030 2. @5557 TM8032 2. @5559 TM8034 2. @5561 TM8036 2. @5563 TM8038 2. @5565 TM8040 1. @5566 TM8042 1. @5567 TM8044 1. @5568 TM8046 1. @5569 TM8048 1. @5570 TM8050 6. @5576 TM8052 1. @5577 TM8054 1. @5578 TM8056 1. @5579 TM8058 1. @5580 TM8060 1. @5581 TM8062 1. @5582 TM8064 1. @5583 TM8066 1. @5584 TM8068 1. @5585 TM8070 1. @5586 TM8072 2. @5588 TM8074 3. @5591 TM8076 3. @5594 TM8078 3. @5597 TM8080 1. @5598 TM8082 1. @5599 TM8084 2. @5601 TM8086 2. @5603 TM8088 1. @5604 TM8090 1. @5605 TM8092 6. @5611 TM8094 6. @5617 TM8096 1. @5618 TM8098 1. @5619 TM8100 1. @5620 TM8102 1. @5621 TM8104 1. @5622 TM8106 1. @5623 TM8108 1. @5624 TM8110 1. @5625 TM_IFA01 1. @5626 TM_IFA02 1. @5627 TM_IFA03 1. @5628 TM_IFA04 1. @5629 TM_IFA05 1. @5630 TM_IFA06 1. @5631 TM_IFA10 1. @5632 TM_IFA11 1. @5633 TM_IFA12 1. @5634 TM_IFA13 1. @5635 TM_IFA14 1. @5636 TM_IFA15 1. @5637 TM_IFA16 1. @5638 TM_IFA17 1. @5639 TM_IFA18 1. @5640 TM_IFA20 1. @5641 TM_IFA21 1. @5642 TM_IFA22 1. @5643 TM_IFA49 1. @5644 TM_IFA50 1. @5645 TM_IFA51 1. @5646 TM_IFA52 1. @5647 TM_IFA53 1. @5648 TM_IFA54 1. @5649 TM_IFA55 1. @5650 TM_IFA56 1. @5651 TM_IFA57 1. @5652 TM_IFA58 1. @5653 TM_IFA59 1. @5654 TM_IFA60 1. @5655 TM_IFA61 1. @5656 TM_IFA62 1. @5657 TM_IFA63 1. @5658 TM_IFA64 1. @5659 TM_IFA65 1. @5660 TM_IFA66 1. @5661 TM_IFA67 1. @5662 TM_IFA68 1. @5663 TM_IFA69 1. @5664 TM_CAL01 1. @5665 TM_CAL02 1. @5666 TM_CAL03 1. @5667 TM_CAL04 1. @5668 TM8200 1. @5669 TM8202 1. @5670 TM8204 2. @5672 TM8206 2. @5674 TM8208 5. @5679 TM8210 1. @5680 TM8212 2. @5682 TM8214 1. @5683 TM8216 1. @5684 TM8218 1. @5685 TM8220 1. @5686 TM8222 5. @5691 TM8224 5. @5696 TM8226 1. @5697 TM8228 5. @5702 TM8230 1. @5703 TM8232 1. @5704 TM8234 2. @5706 TM8236 1. @5707 TM8238 1. @5708 TM8240 1. @5709 TM_IFB0 1. @5710 TM_IFB1 1. @5711 TM_IFB2 1. @5712 TM_IFB3 1. @5713 TM_IFB4 1. @5714 TM_IFB5 1. @5715 TM_IFB6 1. @5716 TM_IFB7 1. @5717 TM_IFB8 1. @5718 TM_IFB9 1. @5719 TM_IFB10 1. @5720 TM_IFB11 1. @5721 TM_IFB12 1. @5722 TM_IFB13 1. @5723 TM_IFB14 1. @5724 TM_IFB15 1. @5725 TM_IFB16 1. @5726 TM8300 1. @5727 TM8302 1. @5728 TM8304 1. @5729 TM8306 6. @5735 TM8308 6. @5741 TM8310 1. @5742 TM8312 1. @5743 TM8314 3. @5746 TM8316 3. @5749 TM8318 1. @5750 TM8320 1. @5751 TM8322 6. @5757 TM8324 6. @5763 TM_IFC0 1. @5764 TM_IFC1 1. @5765 TM_IFC2 1. @5766 TM_IFC3 1. @5767 TM_IFC4 1. @5768 TM_IFC5 1. @5769 TM_IFC6 1. @5770 TM_IFC7 1. @5771 TM_IFC8 1. @5772 TM_IFC9 1. @5773 TM_IFC10 1. @5774 TM_IFC11 1. @5775 TM8400 1. @5776 TM8402 1. @5777 TM8404 1. @5778 TM8406 6. @5784 TM8408 1. @5785 TM8410 1. @5786 TM8412 6. @5792 TM8414 6. @5798 TM8416 6. @5804 TM8418 6. @5810 TM8420 1. @5811 TM8422 6. @5817 TM8424 1. @5818 TM8426 6. @5824 TM8428 1. @5825 TM8430 6. @5831 TM8432 2. @5833 TM8434 2. @5835 TM8436 1. @5836 TM_IFD0 1. @5837 TM_IFD1 1. @5838 TM_IFD2 1. @5839 TM_IFD3 1. @5840 TM_IFD4 1. @5841 TM_IFD5 1. @5842 TM_IFD6 1. @5843 TM_IFD7 1. @5844 TM_IFD8 1. @5845 TM_IFD9 1. @5846 TM_IFD10 1. @5847 TM_IFD11 1. @5848 TM_IFD12 1. @5849 TM_IFD13 1. ; LABEL SUSEQNUM = "Sequence number of sample unit" SU_ID = "Sample unit identifier" SUHHCNT1 = "Number of households in sample for" SUHHCNT2 = "Number of households in sample for" SUHHCNT3 = "Number of households in sample for" SUHHCNT4 = "Number of households in sample for" SUHHCNT5 = "Number of households in sample as of" SU_TOTHH = "Total number of households" SU_TOTFF = "Total number of families and pseudo" SU_TOTPP = "Total number of person records" SU_TOTWS = "Total number of wage or salaried" SU_TOTSE = "Total number of self-employment" SU_TOTG2 = "Total number of persons in the sample" STATE = "FIPS State code for the sample unit" SU_RGC = "Reduction group code established to ma" H1_ADDID = "Current address ID. - This field" H1_MONTH = "Month for which this household is defi" H1_YEAR = "Year for which this household is" H1_NF = "Number of families and pseudo" H1_FFCNT = "Count of number of family groups" H1_SSCNT = "Count of number of related subfamily" H1REFPER = "Entry address ID and person number of" H1_NP = "Number of persons in household in" H1_MIS = "Monthly household interview status" H1_INT1 = "Wave 1 household interview status" H1_WGT = "Household weight--month 1. Four implie" H1_HSC = "Half sample code for variance estimati" H1_STRAT = "Stratum code for variance estimation" H1_STATE = "FIPS State code for the household" H1_METRO = "Metro/Residual status" H1_MSA = "Identifiable MSA/CMSA codes" H1_ACCES = "Control card item 13B - access to the " H1_LVQTR = "Control card items 13D and 13E -" H1_UNITS = "Control card item 14 - number of units" H1_TENUR = "Control card item 15 - are the living" H1_PUBHS = "Control card item 16A - is the residen" H1_LORNT = "Control card item 16B - are you paying" H1_RACE = "Control card item 37A - race of" H1_SEX = "Control card item 37B - sex of referen" H1_SIZE = "Control card item 37C - size of" H1_SAMPL = "Sample code - indicates panel year" H1_SEG = "Segment type - item 4 on the control" H1_INTCD = "Interviewer code, an alphabetic" U1CCWAVE = "Wave for which the control card was" U1FRMSLE = "Control card item 12B - during the" U1_ACCES = "Control card item 13B - access to" U1_LVQTR = "Control card items 13D and 13E" U1_UNITS = "Control card item 14 - number of units" U1_TENUR = "Control card item 15 - are the living" U1_PUBHS = "Control card item 16A - is the residen" U1_LORNT = "Control card item 16B - are you paying" H1ITM36A = "Control card item 36A - wave number" H1ITM36B = "Control card item 36B - interview" U1_RACE = "Control card item 37A - race of" U1_SEX = "Control card item 37B - sex of referen" U1_SIZE = "Control card item 37C - size of" U1ITM38A = "Control card item 38A - wave of visit" U1ITM38B = "Control card item 38B - month of visit" U1TOTVST = "Control card item 38D - total number" U1TOTPHN = "Control card item 38F - total number" U1CCRSPP = "Control card item 38G - control card" H1_0010 = "Control card source code 10 -" H1_0012 = "Control card source code 12 -" H1_0014 = "Control card source code 14 -" H1_0016 = "Control card source code 16 -" H1_0018 = "Control card source code 18 -" H1_0020 = "Control card source code 20 -" H1_00221 = "Control card source codes 22, 26, 30," H1_00222 = "Control card source codes 22, 26, 30," H1_00223 = "Control card source codes 22, 26, 30," H1_00224 = "Control card source codes 22, 26, 30," H1_00225 = "Control card source codes 22, 26, 30," H1_00226 = "Control card source codes 22, 26, 30," H1_00227 = "Control card source codes 22, 26, 30," H1_00241 = "Control card source codes 24, 28, 32," H1_00242 = "Control card source codes 24, 28, 32," H1_00243 = "Control card source codes 24, 28, 32," H1_00244 = "Control card source codes 24, 28, 32," H1_00245 = "Control card source codes 24, 28, 32," H1_00246 = "Control card source codes 24, 28, 32," H1_00247 = "Control card source codes 24, 28, 32," H1_MEANS = "Receipt of benefits from a means-teste" H1_CASH = "Receipt of cash benefits" H1NCASHB = "Receipt of noncash benefits" H1_POVd = "Low income cutoff for this household." H1TOTINC = "Total household income for month 1" H1_EARN = "Total household earned income for mont" H1_PROP = "Total household property income for" H1_TRAN = "Total household means-tested cash" H1_OTHER = "Total 'other' household income for" H1NONCSH = "Noncash household income for month 1 o" H1SOCSEC = "Total household social security income" H1_SSI = "Total household supplemental security" H1_UNEMP = "Total household unemployment" H1_VETS = "Total household veterans payment incom" H1_AFDC = "Total household AFDC income for month " H1_FDSTP = "Total household food stamps received f" H1_ENRGY = "What type of energy assistance was" H1_LUNCH = "Are the lunches free or reduced-price" H1_BREAK = "Are the breakfasts free or reduced-pri" H1_4816 = "Has this household received energy" H1_4818 = "Checks sent to household" H1_4820 = "Coupons or vouchers sent to household" H1_4822 = "Payments sent directly to utility" H1_4824 = "What was the total amount of the" H1_4826 = "Check item P2" H1_4828 = "Do any of the children in this" H1_4830 = "How many children" H1_4832 = "Do any of the children receive free" H1_4834 = "How many children" H1_4836 = "Free lunch" H1_4838 = "Reduced-price lunch" H1_4840 = "Do any of the children receive free" H1_4842 = "How many children" H1_4844 = "Free breakfast" H1_4846 = "Reduced-price breakfast" H1_IMP06 = "Program questions imputation flag 6" H1_IMP07 = "Program questions imputation flag 7" H1_IMP08 = "Program questions imputation flag 8" H1_IMP09 = "Program questions imputation flag 9" H1_IMP10 = "Program questions imputation flag 10" H1_IMP11 = "Program questions imputation flag 11" H1_IMP12 = "Program questions imputation flag 12" H1_IMP13 = "Program questions imputation flag 13" H1_IMP14 = "Program questions imputation flag 14" H1_IMP15 = "Program questions imputation flag 15" H1_IMP16 = "Program questions imputation flag 16" H1_IMP17 = "Program questions imputation flag 17" H1_IMP18 = "Program questions imputation flag 18" H1_IMP19 = "Program questions imputation flag 19" H1_IMP20 = "Program questions imputation flag 20" H2_ADDID = "Current address ID. - This field" H2_MONTH = "Month for which this household is" H2_YEAR = "Year for which this household is" H2_NF = "Number of families and pseudo" H2_FFCNT = "Count of number of family groups" H2_SSCNT = "Count of number of related subfamily" H2REFPER = "Entry address ID and person number of" H2_NP = "Number of persons in household in" H2_MIS = "Monthly household interview status" H2_INT1 = "Wave 1 household interview status" H2_WGT = "Household weight--month 2. Four implie" H2_HSC = "Half sample code for variance estimati" H2_STRAT = "Stratum code for variance estimation" H2_STATE = "FIPS State code for the household" H2_METRO = "Metro/Residual status" H2_MSA = "Identifiable MSA/CMSA codes" H2_ACCES = "Control card item 13B - access to" H2_LVQTR = "Control card items 13D and 13E -" H2_UNITS = "Control card item 14 - number of units" H2_TENUR = "Control card item 15 - are the living" H2_PUBHS = "Control card item 16A - is the residen" H2_LORNT = "Control card item 16B - are you paying" H2_RACE = "Control card item 37A - race of" H2_SEX = "Control card item 37B - sex of referen" H2_SIZE = "Control card item 37C - size of" H2_SAMPL = "Sample code - indicates panel year" H2_SEG = "Segment type - item 4 on the control" H2_INTCD = "Interviewer code, an alphabetic" U2CCWAVE = "Wave for which the control card was" U2FRMSLE = "Control card item 12B - during the" U2_ACCES = "Control card item 13B - access to" U2_LVQTR = "Control card items 13D and 13E" U2_UNITS = "Control card item 14 - number of units" U2_TENUR = "Control card item 15 - are the living" U2_PUBHS = "Control card item 16A - is the residen" U2_LORNT = "Control card item 16B - are you paying" H2ITM36A = "Control card item 36A - wave number" H2ITM36B = "Control card item 36B - interview" U2_RACE = "Control card item 37A - race of" U2_SEX = "Control card item 37B - sex of referen" U2_SIZE = "Control card item 37C - size of" U2ITM38A = "Control card item 38A - wave of visit" U2ITM38B = "Control card item 38B - month of visit" U2TOTVST = "Control card item 38D - total number" U2TOTPHN = "Control card item 38F - total number" U2CCRSPP = "Control card item 38G - control card" H2_0010 = "Control card source code 10 -" H2_0012 = "Control card source code 12 -" H2_0014 = "Control card source code 14 -" H2_0016 = "Control card source code 16 -" H2_0018 = "Control card source code 18 -" H2_0020 = "Control card source code 20 -" H2_00221 = "Control card source codes 22, 26, 30," H2_00222 = "Control card source codes 22, 26, 30," H2_00223 = "Control card source codes 22, 26, 30," H2_00224 = "Control card source codes 22, 26, 30," H2_00225 = "Control card source codes 22, 26, 30," H2_00226 = "Control card source codes 22, 26, 30," H2_00227 = "Control card source codes 22, 26, 30," H2_00241 = "Control card source codes 24, 28, 32," H2_00242 = "Control card source codes 24, 28, 32," H2_00243 = "Control card source codes 24, 28, 32," H2_00244 = "Control card source codes 24, 28, 32," H2_00245 = "Control card source codes 24, 28, 32," H2_00246 = "Control card source codes 24, 28, 32," H2_00247 = "Control card source codes 24, 28, 32," H2_MEANS = "Receipt of benefits from a means-teste" H2_CASH = "Receipt of cash benefits" H2NCASHB = "Receipt of noncash benefits" H2_POVd = "Low income cutoff for this household." H2TOTINC = "Total household income for month 2" H2_EARN = "Total household earned income for mont" H2_PROP = "Total household property income for" H2_TRAN = "Total household means-tested cash" H2_OTHER = "Total 'other' household income for mon" H2NONCSH = "Noncash household income for month 2 o" H2SOCSEC = "Total household social security income" H2_SSI = "Total household supplemental security" H2_UNEMP = "Total household unemployment" H2_VETS = "Total household veterans payment incom" H2_AFDC = "Total household AFDC income for month " H2_FDSTP = "Total household food stamps received f" H2_ENRGY = "What type of energy assistance was" H2_LUNCH = "Are the lunches free or reduced-price" H2_BREAK = "Are the breakfasts free or reduced-pri" H2_4816 = "Has this household received energy" H2_4818 = "Checks sent to household" H2_4820 = "Coupons or vouchers sent to household" H2_4822 = "Payments sent directly to utility" H2_4824 = "What was the total amount of the" H2_4826 = "Check item P2" H2_4828 = "Do any of the children in this" H2_4830 = "How many children" H2_4832 = "Do any of the children receive free" H2_4834 = "How many children" H2_4836 = "Free lunch" H2_4838 = "Reduced-price lunch" H2_4840 = "Do any of the children receive free" H2_4842 = "How many children" H2_4844 = "Free breakfast" H2_4846 = "Reduced-price breakfast" H2_IMP06 = "Program questions imputation flag 6" H2_IMP07 = "Program questions imputation flag 7" H2_IMP08 = "Program questions imputation flag 8" H2_IMP09 = "Program questions imputation flag 9" H2_IMP10 = "Program questions imputation flag 10" H2_IMP11 = "Program questions imputation flag 11" H2_IMP12 = "Program questions imputation flag 12" H2_IMP13 = "Program questions imputation flag 13" H2_IMP14 = "Program questions imputation flag 14" H2_IMP15 = "Program questions imputation flag 15" H2_IMP16 = "Program questions imputation flag 16" H2_IMP17 = "Program questions imputation flag 17" H2_IMP18 = "Program questions imputation flag 18" H2_IMP19 = "Program questions imputation flag 19" H2_IMP20 = "Program questions imputation flag 20" H3_ADDID = "Current address ID. - This field" H3_MONTH = "Month for which this household is" H3_YEAR = "Year for which this household is" H3_NF = "Number of families and pseudo" H3_FFCNT = "Count of number of family groups" H3_SSCNT = "Count of number of related subfamily" H3REFPER = "Entry address ID and person number of" H3_NP = "Number of persons in household in" H3_MIS = "Monthly household interview status" H3_INT1 = "Wave 1 household interview status" H3_WGT = "Household weight--month 3." H3_HSC = "Half sample code for variance estimati" H3_STRAT = "Stratum code for variance estimation" H3_STATE = "FIPS State code for the household" H3_METRO = "Metro/Residual Status" H3_MSA = "Identifiable MSA/CMSA codes" H3_ACCES = "Control card item 13B - access to" H3_LVQTR = "Control card items 13D and 13E -" H3_UNITS = "Control card item 14 - number of units" H3_TENUR = "Control card item 15 - are the living" H3_PUBHS = "Control card item 16A - is the residen" H3_LORNT = "Control card item 16B - are you paying" H3_RACE = "Control card item 37A - race of" H3_SEX = "Control card item 37B - sex of" H3_SIZE = "Control card item 37C - size of" H3_SAMPL = "Sample code - indicates panel year" H3_SEG = "Segment type - item 4 on the control" H3_INTCD = "Interviewer code, an alphabetic" U3CCWAVE = "Wave for which the control card was" U3FRMSLE = "Control card item 12B - during the" U3_ACCES = "Control card item 13B - access to" U3_LVQTR = "Control card items 13D and 13E" U3_UNITS = "Control card item 14 - number of units" U3_TENUR = "Control card item 15 - are the living" U3_PUBHS = "Control card item 16A - is the residen" U3_LORNT = "Control card item 16B - are you paying" H3ITM36A = "Control card item 36A - wave number" H3ITM36B = "Control card item 36B - interview" U3_RACE = "Control card item 37A - race of" U3_SEX = "Control card item 37B - sex of referen" U3_SIZE = "Control card item 37C - size of" U3ITM38A = "Control card item 38A - wave of visit" U3ITM38B = "Control card item 38B - month of visit" U3TOTVST = "Control card item 38D - total number" U3TOTPHN = "Control card item 38F - total number" U3CCRSPP = "Control card item 38G - control card" H3_0010 = "Control card source code 10 -" H3_0012 = "Control card source code 12 -" H3_0014 = "Control card source code 14 -" H3_0016 = "Control card source code 16 -" H3_0018 = "Control card source code 18 -" H3_0020 = "Control card source code 20 -" H3_00221 = "Control card source codes 22, 26, 30," H3_00222 = "Control card source codes 22, 26, 30," H3_00223 = "Control card source codes 22, 26, 30," H3_00224 = "Control card source codes 22, 26, 30," H3_00225 = "Control card source codes 22, 26, 30," H3_00226 = "Control card source codes 22, 26, 30," H3_00227 = "Control card source codes 22, 26, 30," H3_00241 = "Control card source codes 24, 28, 32," H3_00242 = "Control card source codes 24, 28, 32," H3_00243 = "Control card source codes 24, 28, 32," H3_00244 = "Control card source codes 24, 28, 32," H3_00245 = "Control card source codes 24, 28, 32," H3_00246 = "Control card source codes 24, 28, 32," H3_00247 = "Control card source codes 24, 28, 32," H3_MEANS = "Receipt of benefits from a means-teste" H3_CASH = "Receipt of cash benefits" H3NCASHB = "Receipt of noncash benefits" H3_POVd = "Low income cutoff for this household." H3TOTINC = "Total household income for month 3" H3_EARN = "Total household earned income for mont" H3_PROP = "Total household property income for" H3_TRAN = "Total household means-tested cash" H3_OTHER = "Total 'other' household income for" H3NONCSH = "Noncash household income for month 3 o" H3SOCSEC = "Total household social security income" H3_SSI = "Total household supplemental security" H3_UNEMP = "Total household unemployment" H3_VETS = "Total household veterans payment incom" H3_AFDC = "Total household AFDC income for month " H3_FDSTP = "Total household food stamps received f" H3_ENRGY = "What type of energy assistance was" H3_LUNCH = "Are the lunches free or reduced-price" H3_BREAK = "Are the breakfasts free or reduced-pri" H3_4816 = "Has this household received energy" H3_4818 = "Checks sent to household" H3_4820 = "Coupons or vouchers sent to household" H3_4822 = "Payments sent directly to utility" H3_4824 = "What was the total amount of the" H3_4826 = "Check item P2" H3_4828 = "Do any of the children in this" H3_4830 = "How many children" H3_4832 = "Do any of the children receive free" H3_4834 = "How many children" H3_4836 = "Free lunch" H3_4838 = "Reduced-price lunch" H3_4840 = "Do any of the children receive free" H3_4842 = "How many children" H3_4844 = "Free breakfast" H3_4846 = "Reduced-price breakfast" H3_IMP06 = "Program questions imputation flag 6" H3_IMP07 = "Program questions imputation flag 7" H3_IMP08 = "Program questions imputation flag 8" H3_IMP09 = "Program questions imputation flag 9" H3_IMP10 = "Program questions imputation flag 10" H3_IMP11 = "Program questions imputation flag 11" H3_IMP12 = "Program questions imputation flag 12" H3_IMP13 = "Program questions imputation flag 13" H3_IMP14 = "Program questions imputation flag 14" H3_IMP15 = "Program questions imputation flag 15" H3_IMP16 = "Program questions imputation flag 16" H3_IMP17 = "Program questions imputation flag 17" H3_IMP18 = "Program questions imputation flag 18" H3_IMP19 = "Program questions imputation flag 19" H3_IMP20 = "Program questions imputation flag 20" H4_ADDID = "Current address ID. - This field" H4_MONTH = "Month for which this household is" H4_YEAR = "Year for which this household is" H4_NF = "Number of families and pseudo" H4_FFCNT = "Count of number of family groups" H4_SSCNT = "Count of number of related subfamily" H4REFPER = "Entry address ID and person number of" H4_NP = "Number of persons in household in" H4_MIS = "Monthly household interview status" H4_INT1 = "Wave 1 household interview status" H4_WGT = "Household weight--month 4. Four implie" H4_HSC = "Half sample code for variance estimati" H4_STRAT = "Stratum code for variance estimation" H4_STATE = "FIPS State code for the household" H4_METRO = "Metro\Residual status" H4_MSA = "Identifiable MSA/CMSA codes" H4_ACCES = "Control card item 13B - access to" H4_LVQTR = "Control card items 13D and 13E -" H4_UNITS = "Control card item 14 - number of units" H4_TENUR = "Control card item 15 - are the living" H4_PUBHS = "Control card item 16A - is the residen" H4_LORNT = "Control card item 16B - are you paying" H4_RACE = "Control card item 37A - race of refere" H4_SEX = "Control card item 37B - sex of referen" H4_SIZE = "Control card item 37C - size of" H4_SAMPL = "Sample code - indicates panel year" H4_SEG = "Segment type - item 4 on the control" H4_INTCD = "Interviewer code, an alphabetic" U4CCWAVE = "Wave for which the control card was" U4FRMSLE = "Control card item 12B - during the" U4_ACCES = "Control card item 13B - access to" U4_LVQTR = "Control card items 13D and 13E" U4_UNITS = "Control card item 14 - number of units" U4_TENUR = "Control card item 15 - are the living" U4_PUBHS = "Control card item 16A - is the residen" U4_LORNT = "Control card item 16B - are you paying" H4ITM36A = "Control card item 36A - wave number" H4ITM36B = "Control card item 36B - interview" U4_RACE = "Control card item 37A - race of" U4_SEX = "Control card item 37B - sex of referen" U4_SIZE = "Control card item 37C - size of" U4ITM38A = "Control card item 38A - wave of visit" U4ITM38B = "Control card item 38B - month of visit" U4TOTVST = "Control card item 38D - total number" U4TOTPHN = "Control card item 38F - total number" U4CCRSPP = "Control card item 38G - control card" H4_0010 = "Control card source code 10 -" H4_0012 = "Control card source code 12 -" H4_0014 = "Control card source code 14 -" H4_0016 = "Control card source code 16 -" H4_0018 = "Control card source code 18 -" H4_0020 = "Control card source code 20 -" H4_00221 = "Control card source codes 22, 26, 30," H4_00222 = "Control card source codes 22, 26, 30," H4_00223 = "Control card source codes 22, 26, 30," H4_00224 = "Control card source codes 22, 26, 30," H4_00225 = "Control card source codes 22, 26, 30," H4_00226 = "Control card source codes 22, 26, 30," H4_00227 = "Control card source codes 22, 26, 30," H4_00241 = "Control card source codes 24, 28, 32," H4_00242 = "Control card source codes 24, 28, 32," H4_00243 = "Control card source codes 24, 28, 32," H4_00244 = "Control card source codes 24, 28, 32," H4_00245 = "Control card source codes 24, 28, 32," H4_00246 = "Control card source codes 24, 28, 32," H4_00247 = "Control card source codes 24, 28, 32," H4_MEANS = "Receipt of benefits from a means-teste" H4_CASH = "Receipt of cash benefits" H4NCASHB = "Receipt of noncash benefits" H4_POVd = "Low income cutoff for this household." H4TOTINC = "Total household income for month 4" H4_EARN = "Total household earned income for" H4_PROP = "Total household property income for" H4_TRAN = "Total household means-tested cash" H4_OTHER = "Total 'other' household income for" H4NONCSH = "Noncash household income for month 4 o" H4SOCSEC = "Total household social security income" H4_SSI = "Total household supplemental security" H4_UNEMP = "Total household unemployment" H4_VETS = "Total household veterans payment incom" H4_AFDC = "Total household AFDC income for month " H4_FDSTP = "Total household food stamps received f" H4_ENRGY = "What type of energy assistance was" H4_LUNCH = "Are the lunches free or reduced-price" H4_BREAK = "Are the breakfasts free or reduced-pri" H4_4816 = "Has this household received energy" H4_4818 = "Checks sent to household" H4_4820 = "Coupons or vouchers sent to household" H4_4822 = "Payments sent directly to utility" H4_4824 = "What was the total amount of the" H4_4826 = "Check item P2" H4_4828 = "Do any of the children in this" H4_4830 = "How many children" H4_4832 = "Do any of the children receive free" H4_4834 = "How many children" H4_4836 = "Free lunch" H4_4838 = "Reduced-price lunch" H4_4840 = "Do any of the children receive free" H4_4842 = "How many children" H4_4844 = "Free breakfast" H4_4846 = "Reduced-price breakfast" H4_IMP06 = "Program questions imputation flag 6" H4_IMP07 = "Program questions imputation flag 7" H4_IMP08 = "Program questions imputation flag 8" H4_IMP09 = "Program questions imputation flag 9" H4_IMP10 = "Program questions imputation flag 10" H4_IMP11 = "Program questions imputation flag 11" H4_IMP12 = "Program questions imputation flag 12" H4_IMP13 = "Program questions imputation flag 13" H4_IMP14 = "Program questions imputation flag 14" H4_IMP15 = "Program questions imputation flag 15" H4_IMP16 = "Program questions imputation flag 16" H4_IMP17 = "Program questions imputation flag 17" H4_IMP18 = "Program questions imputation flag 18" H4_IMP19 = "Program questions imputation flag 19" H4_IMP20 = "Program questions imputation flag 20" H5REFPER = "Entry address ID and person number of" H5_NP = "Number of persons in household." H5_MIS = "Monthly household interview status" H5_LVQTR = "Control card items 13D and 13E" H5_ADDID = "Current address ID. - This field" H5_WGT = "Household weight--Interview date" F1_NUMBR = "Family sequence number of sample unit." F1_MONTH = "Month for which this family is defined" F1_YEAR = "Year for which this family is defined." F1NUMPER = "Number of persons in this family." F1REFPER = "Entry address ID and person number of" F1SPOUSE = "Entry address ID and person number of" F1_TYPE = "Type of family (or pseudo-family)" F1_KIND = "Kind of family (or pseudo-family)" F1OWNKID = "Number of own children in family." F1OKLT18 = "Number of own children under age 18" F1_WGT = "Family weight." F1_POVd = "Low income cutoff for this family." F1TOTINC = "Total family income for month 1 of" F1_EARN = "Total family earned income for month 1" F1_PROP = "Total family property income for month" F1_TRAN = "Total family means-tested cash transfe" F1_OTHER = "Total 'other' family income for month " F1SOCSEC = "Total family Social Security income fo" F1_SSI = "Total family supplemental security" F1_UNEMP = "Total family unemployment income for" F1_VETS = "Total family veterans payment income f" F1_AFDC = "Total family AFDC income for month 1" F1_FDSTP = "Total family food stamps received for" F2_NUMBR = "Family sequence number of sample unit." F2_MONTH = "Month for which this family is defined" F2_YEAR = "Year for which this family is defined." F2NUMPER = "Number of persons in this family." F2REFPER = "Entry address ID and person number of" F2SPOUSE = "Entry address ID and person number of" F2_TYPE = "Type of family (or pseudo-family)" F2_KIND = "Kind of family (or pseudo-family)" F2OWNKID = "Number of own children in family." F2OKLT18 = "Number of own children under age 18" F2_WGT = "Family weight." F2_POVd = "Low income cutoff for this family." F2TOTINC = "Total family income for month 2 of" F2_EARN = "Total family earned income for month 2" F2_PROP = "Total family property income for month" F2_TRAN = "Total family means-tested cash transfe" F2_OTHER = "Total 'other' family income for month " F2SOCSEC = "Total family Social Security income fo" F2_SSI = "Total family supplemental security" F2_UNEMP = "Total family unemployment income for" F2_VETS = "Total family veterans payment income f" F2_AFDC = "Total family AFDC income for month 2" F2_FDSTP = "Total family food stamps received for" F3_NUMBR = "Family sequence number of sample unit." F3_MONTH = "Month for which this family is defined" F3_YEAR = "Year for which this family is defined." F3NUMPER = "Number of persons in this family." F3REFPER = "Entry address ID and person number of" F3SPOUSE = "Entry address ID and person number of" F3_TYPE = "Type of family (or pseudo-family)" F3_KIND = "Kind of family (or pseudo-family)" F3OWNKID = "Number of own children in family." F3OKLT18 = "Number of own children under age 18" F3_WGT = "Family weight." F3_POVd = "Low income cutoff for this family." F3TOTINC = "Total family income for month 3 of" F3_EARN = "Total family earned income for month 3" F3_PROP = "Total family property income for month" F3_TRAN = "Total family means-tested cash transfe" F3_OTHER = "Total 'other' family income for month " F3SOCSEC = "Total family Social Security income fo" F3_SSI = "Total family supplemental security" F3_UNEMP = "Total family unemployment income for" F3_VETS = "Total family veterans payment income f" F3_AFDC = "Total family AFDC income for month 3" F3_FDSTP = "Total family food stamps received for" F4_NUMBR = "Family sequence number of sample unit." F4_MONTH = "Month for which this family is defined" F4_YEAR = "Year for which this family is defined." F4NUMPER = "Number of persons in this family." F4REFPER = "Entry address ID and person number of" F4SPOUSE = "Entry address ID and person number of" F4_TYPE = "Type of family (or pseudo-family)" F4_KIND = "Kind of family (or pseudo-family)" F4OWNKID = "Number of own children in family." F4OKLT18 = "Number of own children under age 18" F4_WGT = "Family weight." F4_POVd = "Low income cutoff for this family." F4TOTINC = "Total family income for month 4 of" F4_EARN = "Total family earned income for month 4" F4_PROP = "Total family property income for month" F4_TRAN = "Total family means-tested cash transfe" F4_OTHER = "Total 'other' family income for month " F4SOCSEC = "Total family Social Security income fo" F4_SSI = "Total family supplemental security" F4_UNEMP = "Total family unemployment income for" F4_VETS = "Total family veterans payment income f" F4_AFDC = "Total family AFDC income for month 4 o" F4_FDSTP = "Total family food stamps received for" S1_NUMBR = "Family sequence number of sample unit." S1_MONTH = "Month for which this subfamily is" S1_YEAR = "Year for which this subfamily is" S1NUMPER = "Number of persons in this subfamily." S1REFPER = "Entry address ID and person number of" S1SPOUSE = "Entry address ID and person number of" S1_TYPE = "Type of subfamily" S1_KIND = "Kind of subfamily" S1OWNKID = "Number of own children in subfamily." S1OKLT18 = "Number of own children under age 18" S1_WGT = "Subfamily weight." S1_POVd = "Low income cutoff for this subfamily." S1TOTINC = "Total subfamily income for month 1 of" S1_EARN = "Total subfamily earned income for mont" S1_PROP = "Total subfamily property income for" S1_TRAN = "Total subfamily means-tested cash" S1_OTHER = "Total 'other' subfamily income for mon" S1SOCSEC = "Total subfamily Social Security income" S1_SSI = "Total subfamily supplemental security" S1_UNEMP = "Total subfamily unemployment income fo" S1_VETS = "Total subfamily veterans payment incom" S1_AFDC = "Total subfamily AFDC income for month " S1_FDSTP = "Total subfamily food stamps received f" S2_NUMBR = "Family sequence number of sample unit." S2_MONTH = "Month for which this subfamily is" S2_YEAR = "Year for which this subfamily is" S2NUMPER = "Number of persons in this subfamily." S2REFPER = "Entry address ID and person number of" S2SPOUSE = "Entry address ID and person number of" S2_TYPE = "Type of subfamily" S2_KIND = "Kind of subfamily" S2OWNKID = "Number of own children in subfamily." S2OKLT18 = "Number of own children under age 18" S2_WGT = "Subfamily weight." S2_POVd = "Low income cutoff for this subfamily." S2TOTINC = "Total subfamily income for month 2 of" S2_EARN = "Total subfamily earned income for mont" S2_PROP = "Total subfamily property income for" S2_TRAN = "Total subfamily means-tested cash" S2_OTHER = "Total 'other' subfamily income for" S2SOCSEC = "Total subfamily Social Security income" S2_SSI = "Total subfamily supplemental security" S2_UNEMP = "Total subfamily unemployment income fo" S2_VETS = "Total subfamily veterans payment incom" S2_AFDC = "Total subfamily AFDC income for month" S2_FDSTP = "Total subfamily food stamps received f" S3_NUMBR = "Family sequence number of sample unit." S3_MONTH = "Month for which this subfamily is" S3_YEAR = "Year for which this subfamily is" S3NUMPER = "Number of persons in this subfamily." S3REFPER = "Entry address ID and person number of" S3SPOUSE = "Entry address ID and person number of" S3_TYPE = "Type of subfamily" S3_KIND = "Kind of subfamily" S3OWNKID = "Number of own children in subfamily." S3OKLT18 = "Number of own children under age 18" S3_WGT = "Subfamily weight." S3_POVd = "Low income cutoff for this subfamily." S3TOTINC = "Total subfamily income for month 3 of" S3_EARN = "Total subfamily earned income for mont" S3_PROP = "Total subfamily property income for" S3_TRAN = "Total subfamily means-tested cash" S3_OTHER = "Total 'other' subfamily income for" S3SOCSEC = "Total subfamily Social Security income" S3_SSI = "Total subfamily supplemental security" S3_UNEMP = "Total subfamily unemployment income fo" S3_VETS = "Total subfamily veterans payment incom" S3_AFDC = "Total subfamily AFDC income for month" S3_FDSTP = "Total subfamily food stamps received f" S4_NUMBR = "Family sequence number of sample unit." S4_MONTH = "Month for which this subfamily is" S4_YEAR = "Year for which this subfamily is" S4NUMPER = "Number of persons in this subfamily." S4REFPER = "Entry address ID and person number of" S4SPOUSE = "Entry address ID and person number of" S4_TYPE = "Type of subfamily" S4_KIND = "Kind of subfamily" S4OWNKID = "Number of own children in subfamily." S4OKLT18 = "Number of own children under age 18" S4_WGT = "Subfamily weight." S4_POVd = "Low income cutoff for this subfamily." S4TOTINC = "Total subfamily income for month 4 of" S4_EARN = "Total subfamily earned income for" S4_PROP = "Total subfamily property income for" S4_TRAN = "Total subfamily means-tested cash" S4_OTHER = "Total 'other' subfamily income for" S4SOCSEC = "Total subfamily Social Security income" S4_SSI = "Total subfamily supplemental security" S4_UNEMP = "Total subfamily unemployment income fo" S4_VETS = "Total subfamily veterans payment incom" S4_AFDC = "Total subfamily AFDC income for month " S4_FDSTP = "Total subfamily food stamps received f" PP_RCSEQ = "Record sequence number within" PP_WAVE = "Wave of data collection" PP_INTVW = "Person's interview status" PP_MIS_1 = "Person's interview status - month 1" PP_MIS_2 = "Person's interview status - month 2" PP_MIS_3 = "Person's interview status - month 3" PP_MIS_4 = "Person's interview status - month 4" PP_MIS_5 = "Person's interview status -" PP_ENTRY = "Edited entry address ID" PP_PNUM = "Edited person number" FNLWGT_1 = "Weight for the person. Month 1." FNLWGT_2 = "Weight for the person. Month 2." FNLWGT_3 = "Weight for the person. Month 3." FNLWGT_4 = "Weight for the person. Month 4." FNLWGT_5 = "Weight for the person. Interview" PW_ADDID = "Previous wave address ID" PW_MS = "Previous wave marital status" PW_PNSP = "Previous wave person number of spouse" PW_PNPT = "Previous wave person number of parent" PW_POPST = "Previous wave population status" PW_ADDIT = "Was... living in any of the following" PW_INTVW = "Previous wave person's interview statu" RRP_1 = "Edited relationship to reference perso" RRP_2 = "Edited relationship to reference perso" RRP_3 = "Edited relationship to reference perso" RRP_4 = "Edited relationship to reference perso" RRP_5 = "Edited relationship to reference perso" AGE_1 = "Edited and imputed age as of last" AGE_2 = "Edited and imputed age as of last" AGE_3 = "Edited and imputed age as of last" AGE_4 = "Edited and imputed age as of last" AGE_5 = "Edited and imputed age as of last" SEX = "Sex of this person" RACE = "Race of this person" MS_1 = "Marital status. Month 1" MS_2 = "Marital status. Month 2" MS_3 = "Marital status. Month 3" MS_4 = "Marital status. Month 4" MS_5 = "Marital status. Interview date" FAMTYP_1 = "Family type to which this person belon" FAMTYP_2 = "Family type to which this person belon" FAMTYP_3 = "Family type to which this person belon" FAMTYP_4 = "Family type to which this person belon" FAMTYP_5 = "Family type to which this person belon" FAMREL_1 = "Sub/secondary family relationship code" FAMREL_2 = "Sub/secondary family relationship code" FAMREL_3 = "Sub/secondary family relationship code" FAMREL_4 = "Sub/secondary family relationship code" FAMREL_5 = "Sub/secondary family relationship code" FAMNUM_1 = "Sub/secondary family number. Month 1." FAMNUM_2 = "Sub/secondary family number. Month 2." FAMNUM_3 = "Sub/secondary family number. Month 3." FAMNUM_4 = "Sub/secondary family number. Month 4." FAMNUM_5 = "Sub/secondary family number. Interview" POP_STAT = "Population status. This field" PNSP_1 = "Person number of spouse. Month 1" PNSP_2 = "Person number of spouse. Month 2" PNSP_3 = "Person number of spouse. Month 3" PNSP_4 = "Person number of spouse. Month 4" PNSP_5 = "Person number of spouse. Interview" PNPT_1 = "Person number of parent. Month 1" PNPT_2 = "Person number of parent. Month 2" PNPT_3 = "Person number of parent. Month 3" PNPT_4 = "Person number of parent. Month 4" PNPT_5 = "Person number of parent. Interview" VETSTAT = "Did this person ever serve on active" HIGRADE = "What is the highest grade or year of" GRD_CMPL = "Did he/she complete that grade" ETHNICTY = "Ethnic origin" IN_AF = "Is this person currently in the Armed" U_ENTRY = "Preedited entry address I.D." U_PNUM = "Preedited person number" U_HHMEM = "Preedited household member status" U_ENTLF1 = "Preedited reason for leaving previous" U_ENTLF2 = "Preedited reason for leaving previous" U_MONLFT = "Preedited month left previous wave" U_MONENT = "Preedited month entered current addres" U_DAYLFT = "Preedited day left previous wave" U_DAYENT = "Preedited day entered current address." CC_ADLFT = "Control card address ID of previous wa" CC_ADENT = "Control card address ID of current wav" BRTHMN = "Edited month of birth" BRTHYR = "Edited year of birth." U_PNPT = "Preedited person number of parent." U_MS = "Preedited marital status." U_PNSP = "Preedited person number of spouse" U_PNGD = "Preedited person number of designated" U_SEX = "Preedited sex code." U_RACE = "Preedited race code." U_ORIGIN = "Unedited ethnic origin code." U_HIGRDE = "Unedited highest grade of school" U_COMPL = "Was highest grade completed." U_VET = "Unedited veteran status." U_AF = "Currently in Armed Forces - unedited" U_SSNDK = "Reason Social Security number ('U-SSN'" PREV_ROT = "Rotation in which this person was" HCHANGE1 = "Used to determine if the household in" HCHANGE2 = "Used to determine if the household in" HCHANGE3 = "Used to determine if the household in" HCHANGE4 = "Used to determine if the household in" HCHANGE5 = "Used to determine if the household in" FCHANGE1 = "Used to determine if the family (or" FCHANGE2 = "Used to determine if the family (or" FCHANGE3 = "Used to determine if the family (or" FCHANGE4 = "Used to determine if the family (or" SCHANGE1 = "Used to determine if the related" SCHANGE2 = "Used to determine if the related" SCHANGE3 = "Used to determine if the related" SCHANGE4 = "Used to determine if the related" PPTOTIN1 = "Total persons income for month 1." PPTOTIN2 = "Total persons income for month 2." PPTOTIN3 = "Total persons income for month 3." PPTOTIN4 = "Total persons income for month 4." PP_EARN1 = "Total persons earned income for month " PP_EARN2 = "Total persons earned income for month " PP_EARN3 = "Total persons earned income for month " PP_EARN4 = "Total persons earned income for month " PP_PROP1 = "Total property (asset) income for mont" PP_PROP2 = "Total property (asset) income for" PP_PROP3 = "Total property (asset) income for" PP_PROP4 = "Total property (asset) income for" PP_TRAN1 = "Total persons mean-tested cash transfe" PP_TRAN2 = "Total persons mean-tested cash transfe" PP_TRAN3 = "Total persons mean-tested cash transfe" PP_TRAN4 = "Total persons mean-tested cash transfe" PPOTHER1 = "Total persons other income for month 1" PPOTHER2 = "Total persons other income for month 2" PPOTHER3 = "Total persons other income for month 3" PPOTHER4 = "Total persons other income for month 4" RECIPS01 = "Income recipiency summary." RECIPS02 = "Income recipiency summary." RECIPS03 = "Income recipiency summary." RECIPS04 = "Income recipiency summary." RECIPS05 = "Income recipiency summary." RECIPS06 = "Income recipiency summary." RECIPS07 = "Income recipiency summary." RECIPS08 = "Income recipiency summary." RECIPS09 = "Income recipiency summary." RECIPS10 = "Income recipiency summary." RECIPS11 = "Income recipiency summary." RECIPS12 = "Income recipiency summary." RECIPS13 = "Income recipiency summary." RECIPS14 = "Income recipiency summary." RECIPS15 = "Income recipiency summary." RECIPS16 = "Income recipiency summary." RECIPS17 = "Income recipiency summary." RECIPS18 = "Income recipiency summary." RECIPS19 = "Income recipiency summary." RECIPS20 = "Income recipiency summary." RECIPS21 = "Income recipiency summary." RECIPS22 = "Income recipiency summary." RECIPS23 = "Income recipiency summary." RECIPS24 = "Income recipiency summary." RECIPS25 = "Income recipiency summary." RECIPS26 = "Income recipiency summary." RECIPS27 = "Income recipiency summary." RECIPS28 = "Income recipiency summary." RECIPS29 = "Income recipiency summary." RECIPS30 = "Income recipiency summary." RECIPS31 = "Income recipiency summary." RECIPS32 = "Income recipiency summary." RECIPS33 = "Income recipiency summary." RECIPS34 = "Income recipiency summary." RECIPS35 = "Income recipiency summary." RECIPS36 = "Income recipiency summary." RECIPS37 = "Income recipiency summary." RECIPS38 = "Income recipiency summary." RECIPS39 = "Income recipiency summary." RECIPS40 = "Income recipiency summary." RECIPS41 = "Income recipiency summary." RECIPS42 = "Income recipiency summary." RECIPS43 = "Income recipiency summary." RECIPS44 = "Income recipiency summary." RECIPS45 = "Income recipiency summary." RECIPS46 = "Income recipiency summary." RECIPS47 = "Income recipiency summary." RECIPS48 = "Income recipiency summary." RECIPS49 = "Income recipiency summary." RECIPS50 = "Income recipiency summary." RECIPS51 = "Income recipiency summary." RECIPS52 = "Income recipiency summary." RECIPS53 = "Income recipiency summary." RECIPS54 = "Income recipiency summary." RECIPS55 = "Income recipiency summary." RECIPS56 = "Income recipiency summary." RECIPS57 = "Income recipiency summary." RECIPS58 = "Income recipiency summary." RECIPS59 = "Income recipiency summary." RECIPS60 = "Income recipiency summary." RECIPS61 = "Income recipiency summary." RECIPS62 = "Income recipiency summary." RECIPS63 = "Income recipiency summary." RECIPS64 = "Income recipiency summary." RECIPS65 = "Income recipiency summary." RECIPS66 = "Income recipiency summary." RECIPS67 = "Income recipiency summary." RECIPS68 = "Income recipiency summary." RECIPS69 = "Income recipiency summary." RECIPS70 = "Income recipiency summary." RECIPS71 = "Income recipiency summary." RECIPS72 = "Income recipiency summary." RECIPS73 = "Income recipiency summary." RECIPS74 = "Income recipiency summary." RECIPS75 = "Income recipiency summary." ASSETS01 = "Asset ownership summary. There are 13" ASSETS02 = "Asset ownership summary. There are 13" ASSETS03 = "Asset ownership summary. There are 13" ASSETS04 = "Asset ownership summary. There are 13" ASSETS05 = "Asset ownership summary. There are 13" ASSETS06 = "Asset ownership summary. There are 13" ASSETS07 = "Asset ownership summary. There are 13" ASSETS08 = "Asset ownership summary. There are 13" ASSETS09 = "Asset ownership summary. There are 13" ASSETS10 = "Asset ownership summary. There are 13" ASSETS11 = "Asset ownership summary. There are 13" ASSETS12 = "Asset ownership summary. There are 13" ASSETS13 = "Asset ownership summary. There are 13" ESR_1 = "Employment status recode for month" ESR_2 = "Employment status recode for month 2 o" ESR_3 = "Employment status recode for month 3 o" ESR_4 = "Employment status recode for month 4" WKSPER1 = "Number of weeks in month 1 of the" WKSPER2 = "Number of weeks in month 2 of the" WKSPER3 = "Number of weeks in month 3 of the" WKSPER4 = "Number of weeks in month 4 of the" WKSJB1 = "Number of weeks with a job or business" WKSJB2 = "Number of weeks with a job or business" WKSJB3 = "Number of weeks with a job or business" WKSJB4 = "Number of weeks with a job or business" WKWJOB01 = "Did this person have a job or business" WKWJOB02 = "Did this person have a job or business" WKWJOB03 = "Did this person have a job or business" WKWJOB04 = "Did this person have a job or business" WKWJOB05 = "Did this person have a job or business" WKWJOB06 = "Did this person have a job or business" WKWJOB07 = "Did this person have a job or business" WKWJOB08 = "Did this person have a job or business" WKWJOB09 = "Did this person have a job or business" WKWJOB10 = "Did this person have a job or business" WKWJOB11 = "Did this person have a job or business" WKWJOB12 = "Did this person have a job or business" WKWJOB13 = "Did this person have a job or business" WKWJOB14 = "Did this person have a job or business" WKWJOB15 = "Did this person have a job or business" WKWJOB16 = "Did this person have a job or business" WKWJOB17 = "Did this person have a job or business" WKWJOB18 = "Did this person have a job or business" WISWOP1 = "Number of weeks without pay, at a job" WISWOP2 = "Number of weeks without pay, at a job" WISWOP3 = "Number of weeks without pay, at a job" WISWOP4 = "Number of weeks without pay, at a job" WEEKSA01 = "Was this person with a job or business" WEEKSA02 = "Was this person with a job or business" WEEKSA03 = "Was this person with a job or business" WEEKSA04 = "Was this person with a job or business" WEEKSA05 = "Was this person with a job or business" WEEKSA06 = "Was this person with a job or business" WEEKSA07 = "Was this person with a job or business" WEEKSA08 = "Was this person with a job or business" WEEKSA09 = "Was this person with a job or business" WEEKSA10 = "Was this person with a job or business" WEEKSA11 = "Was this person with a job or business" WEEKSA12 = "Was this person with a job or business" WEEKSA13 = "Was this person with a job or business" WEEKSA14 = "Was this person with a job or business" WEEKSA15 = "Was this person with a job or business" WEEKSA16 = "Was this person with a job or business" WEEKSA17 = "Was this person with a job or business" WEEKSA18 = "Was this person with a job or business" WISLOK1 = "Number of weeks looking for work or on" WISLOK2 = "Number of weeks looking for work or on" WISLOK3 = "Number of weeks looking for work or on" WISLOK4 = "Number of weeks looking for work or on" WEEKSL01 = "Was this person looking for work or on" WEEKSL02 = "Was this person looking for work or on" WEEKSL03 = "Was this person looking for work or on" WEEKSL04 = "Was this person looking for work or on" WEEKSL05 = "Was this person looking for work or on" WEEKSL06 = "Was this person looking for work or on" WEEKSL07 = "Was this person looking for work or on" WEEKSL08 = "Was this person looking for work or on" WEEKSL09 = "Was this person looking for work or on" WEEKSL10 = "Was this person looking for work or on" WEEKSL11 = "Was this person looking for work or on" WEEKSL12 = "Was this person looking for work or on" WEEKSL13 = "Was this person looking for work or on" WEEKSL14 = "Was this person looking for work or on" WEEKSL15 = "Was this person looking for work or on" WEEKSL16 = "Was this person looking for work or on" WEEKSL17 = "Was this person looking for work or on" WEEKSL18 = "Was this person looking for work or on" CARECOV1 = "Is this person covered by medicare for" CARECOV2 = "Is this person covered by medicare for" CARECOV3 = "Is this person covered by medicare for" CARECOV4 = "Is this person covered by medicare for" MEDICAID = "Is this person covered by medicaid" CAIDCOV1 = "Was this person covered by medicaid fo" CAIDCOV2 = "Was this person covered by medicaid fo" CAIDCOV3 = "Was this person covered by medicaid fo" CAIDCOV4 = "Was this person covered by medicaid fo" WICCOV1 = "Was this person covered by WIC for" WICCOV2 = "Was this person covered by WIC for" WICCOV3 = "Was this person covered by WIC for" WICCOV4 = "Was this person covered by WIC for" WICVAL1 = "Value of WIC voucher in month 1 of the" WICVAL2 = "Value of WIC voucher in month 2 of the" WICVAL3 = "Value of WIC voucher in month 3 of the" WICVAL4 = "Value of WIC voucher in month 4 of the" HIIND = "Is this person covered by health" HIMNTH1 = "Did this person have health insurance" HIMNTH2 = "Did this person have health insurance" HIMNTH3 = "Did this person have health insurance" HIMNTH4 = "Did this person have health insurance" INCSOU01 = "Income source code (10 answer fields o" INCSOU02 = "Income source code (10 answer fields o" INCSOU03 = "Income source code (10 answer fields o" INCSOU04 = "Income source code (10 answer fields o" INCSOU05 = "Income source code (10 answer fields o" INCSOU06 = "Income source code (10 answer fields o" INCSOU07 = "Income source code (10 answer fields o" INCSOU08 = "Income source code (10 answer fields o" INCSOU09 = "Income source code (10 answer fields o" INCSOU10 = "Income source code (10 answer fields o" ASTSOU01 = "Asset source code (13 answer fields of" ASTSOU02 = "Asset source code (13 answer fields of" ASTSOU03 = "Asset source code (13 answer fields of" ASTSOU04 = "Asset source code (13 answer fields of" ASTSOU05 = "Asset source code (13 answer fields of" ASTSOU06 = "Asset source code (13 answer fields of" ASTSOU07 = "Asset source code (13 answer fields of" ASTSOU08 = "Asset source code (13 answer fields of" ASTSOU09 = "Asset source code (13 answer fields of" ASTSOU10 = "Asset source code (13 answer fields of" ASTSOU11 = "Asset source code (13 answer fields of" ASTSOU12 = "Asset source code (13 answer fields of" ASTSOU13 = "Asset source code (13 answer fields of" VETS1 = "Was this person covered by veterans" VETS2 = "Was this person covered by veterans" VETS3 = "Was this person covered by veterans" VETS4 = "Was this person covered by veterans" AFDC1 = "Was this person covered by AFDC income" AFDC2 = "Was this person covered by AFDC income" AFDC3 = "Was this person covered by AFDC income" AFDC4 = "Was this person covered by AFDC income" FOODSTP1 = "Was this person covered by food stamps" FOODSTP2 = "Was this person covered by food stamps" FOODSTP3 = "Was this person covered by food stamps" FOODSTP4 = "Was this person covered by food stamps" GENASST1 = "Was this person covered by any general" GENASST2 = "Was this person covered by any general" GENASST3 = "Was this person covered by any general" GENASST4 = "Was this person covered by any general" FOSTKID1 = "Was this person covered by any foster" FOSTKID2 = "Was this person covered by any foster" FOSTKID3 = "Was this person covered by any foster" FOSTKID4 = "Was this person covered by any foster" OTHWELF1 = "Was this person covered by any other" OTHWELF2 = "Was this person covered by any other" OTHWELF3 = "Was this person covered by any other" OTHWELF4 = "Was this person covered by any other" SOCSEC1 = "Was this person covered by Social" SOCSEC2 = "Was this person covered by Social" SOCSEC3 = "Was this person covered by Social" SOCSEC4 = "Was this person covered by Social" RAILRD1 = "Was this person covered by railroad" RAILRD2 = "Was this person covered by railroad" RAILRD3 = "Was this person covered by railroad" RAILRD4 = "Was this person covered by railroad" IT7A = "Preedited ques. item 7A - persons" IT7B = "Unedited ques. item 7B - person number" IT7C = "Preedited persons noninterview status" IT8MTH = "Unedited month of interview - ques." IT8DAY = "Unedited day of interview - ques." IT9B = "Unedited total interview time in" IT10B = "Unedited total clerical review time" IT11B = "Unedited total pre-interview time" IT12 = "Phone interview. Questionnaire" SC0900 = "Check item N" SC0901 = "Was ... missed when household members" SC1000 = "During the 4-month period did ..." SC1002 = "Did ... spend any time looking for" SC1004 = "All weeks in reference period" SC1006 = "First week" SC1008 = "Second week." SC1010 = "Third week" SC1012 = "Fourth week" SC1014 = "Fifth week" SC1016 = "Sixth week" SC1018 = "Seventh week" SC1020 = "Eighth week" SC1022 = "Ninth week" SC1024 = "Tenth week" SC1026 = "Eleventh week" SC1028 = "Twelfth week" SC1030 = "Thirteenth week" SC1032 = "Fourteenth week" SC1034 = "Fifthteenth week" SC1036 = "Sixteenth week" SC1038 = "Seventeenth week" SC1040 = "Eighteenth week" SC1042 = "Could ... have taken a job during" SC1044 = "What was the main reason ... could" SC1046 = "Check item R1" SC1048 = "Last month" SC1050 = "Two months ago" SC1052 = "Three months ago" SC1054 = "Four months ago" SC1055 = "Was looking for work" SC1056 = "Did ... have a job or business," SC1058 = "Was ... absent without pay from" SC1060 = "All weeks in reference period" SC1062 = "First week" SC1064 = "Second week" SC1066 = "Third week" SC1068 = "Fourth week" SC1070 = "Fifth week" SC1072 = "Sixth week" SC1074 = "Seventh week" SC1076 = "Eighth week" SC1078 = "Ninth week" SC1080 = "Tenth week" SC1082 = "Eleventh week" SC1084 = "Twelfth week" SC1086 = "Thirteenth week" SC1088 = "Fourteenth week" SC1090 = "Fifteenth week" SC1092 = "Sixteenth week" SC1094 = "Seventeenth week" SC1096 = "Eighteenth week" SC1098 = "What was the main reason ... was" SC1100 = "First week" SC1102 = "Second week" SC1104 = "Third week" SC1106 = "Fourth week" SC1108 = "Fifth week" SC1110 = "Sixth week" SC1112 = "Seventh week" SC1114 = "Eighth week" SC1116 = "Ninth week" SC1118 = "Tenth week" SC1120 = "Eleventh week" SC1122 = "Twelfth week" SC1124 = "Thirteenth week" SC1126 = "Fourteenth week" SC1128 = "Fifteenth week" SC1130 = "Sixteenth week" SC1132 = "Seventeenth week" SC1134 = "Eighteenth week" SC1136 = "Of those weeks that ... had a job" SC1138 = "First week" SC1140 = "Second week" SC1142 = "Third week" SC1144 = "Fourth week" SC1146 = "Fifth week" SC1148 = "Sixth week" SC1150 = "Seventh week" SC1152 = "Eighth week" SC1154 = "Ninth week" SC1156 = "Tenth week" SC1158 = "Eleventh week" SC1160 = "Twelfth week" SC1162 = "Thirteenth week" SC1164 = "Fourteenth week" SC1166 = "Fifteenth week" SC1168 = "Sixteenth week" SC1170 = "Seventeenth week" SC1172 = "Eighteenth week" SC1174 = "What was the main reason ... was" SC1176 = "Did ... spend any time looking for" SC1178 = "All weeks without a job in reference" SC1180 = "First week" SC1182 = "Second week" SC1184 = "Third week" SC1186 = "Fourth week" SC1188 = "Fifth week" SC1190 = "Sixth week" SC1192 = "Seventh week" SC1194 = "Eighth week" SC1196 = "Ninth week" SC1198 = "Tenth week" SC1200 = "Eleventh week" SC1202 = "Twelfth week" SC1204 = "Thirteenth week" SC1206 = "Fourteenth week" SC1208 = "Fifteenth week" SC1210 = "Sixteenth week" SC1212 = "Seventeenth week" SC1214 = "Eighteenth week" SC1216 = "Could ... have taken a job during" SC1218 = "What was the main reason ... could" SC1220 = "Check item R2" SC1222 = "Last month" SC1224 = "Two months ago" SC1226 = "Three months ago" SC1228 = "Four months ago" SC1230 = "In the weeks that ... worked during" SC1239 = "Check item R4" SC1240 = "During this 4-month period, did ..." SC1242 = "During this period, did ... also" SC1244 = "Check item R5" SC1246 = "During this 4-month period did ..." SC1248 = "Check item R6" SC1250 = "Check item R7" SC1251 = "The last time we obtained" SC1252 = "Income code. Code from Income" SC1254 = "In this reference period, did..." SC1255 = "In the previous reference period," SC1256 = "Income code. Code from Income" SC1258 = "In this reference period, did..." SC1259 = "In the previous reference period," SC1260 = "Income code. Code from Income" SC1262 = "In this reference period, did ..." SC1263 = "In the previous reference period," SC1264 = "Income code. Code from Income" SC1266 = "In this reference period, did ..." SC1267 = "In the previous reference period," SC1268 = "Income code. Code from Income" SC1270 = "In this reference period, did ..." SC1271 = "In the previous reference period," SC1272 = "Income code. Code from Income" SC1274 = "In this reference period, did ..." SC1275 = "In the previous reference period," SC1276 = "Income code. Code from Income" SC1278 = "In this reference period, did ..." SC1279 = "In the previous reference period," SC1280 = "Income code. Code from Income" SC1282 = "In this reference period, did ..." SC1283 = "In the previous reference period," SC1284 = "Did ... get any income from the" SC1286 = "Social Security" SC1288 = "Federal Supplemental Security" SC1290 = "A serviceman's or widow's pension" SC1292 = "Anything else" SC1294 = "The income that ... received from" SC1296 = "Did ... receive any (other) pension," SC1298 = "U.S. government railroad retirement" SC1302 = "Worker's compensation" SC1304 = "Payments from a sickness, accident" SC1306 = "Pension from company or union" SC1308 = "Federal civil service or other" SC1310 = "U.S. military retirement pay" SC1314 = "State government pension" SC1316 = "Local government pension" SC1318 = "Income from paid-up life insurance" SC1320 = "Other or don't know" SC1322 = "What was the source of this ..." SC1324 = "Check item R8" SC1326 = "Check item R9" SC1328 = "Check item R10" SC1330 = "Check item R11" SC1332 = "How long did ... serve on active" SC1334 = "Does ... have a service connected" SC1336 = "What is ...'s VA percent disability" SC1338 = "During this 4-month period did ..." SC1340 = "Check item R12" SC1342 = "During this 4-month period did ..." SC1344 = "Check item R13" SC1346 = "What is the reason ... is getting" SC1348 = "Is there another reason ..." SC1350 = "Check item R14" SC1352 = "During the 4-month period did ..." SC1354 = "During this 4-month period did ..." SC1358 = "Check item R15" SC1360 = "Has ... ever retired from a job or" SC1362 = "During the 4-month period did ..." SC1364 = "U.S. government railroad retirement" SC1366 = "Pension from company or union" SC1368 = "Federal civil service or other" SC1370 = "U.S. military retirement pay" SC1374 = "State government pension" SC1376 = "Local government pension" SC1378 = "Other or DK" SC1380 = "What kind of retirement income;" SC1382 = "During this 4-month period did ..." SC1384 = "Check item R16" SC1386 = "Does ... have a physical, mental, or" SC1388 = "During this 4-month period, did ..." SC1390 = "U.S. government railroad retirement" SC1394 = "Worker's compensation" SC1396 = "Payments from a sickness, accident" SC1398 = "Pension from company or union" SC1400 = "Federal civil service or other" SC1402 = "U.S. military retirement pay" SC1406 = "State government pension" SC1408 = "Local government pension" SC1410 = "Other or DK" SC1412 = "What kind of income" SC1414 = "Check item R17" SC1416 = "Did ... receive any alimony during" SC1418 = "Has ... ever been widowed or divorced" SC1420 = "Check item R18" SC1422 = "Did ... receive any child support" SC1424 = "Check item R19" SC1426 = "During this 4-month period, did ..." SC1428 = "U.S. government railroad retirement" SC1430 = "Veterans compensation or pension" SC1434 = "Pension from company or union" SC1436 = "Federal civil service or other" SC1438 = "U.S. military retirement pay" SC1442 = "State government pension" SC1444 = "Local government pension" SC1446 = "Income from paid up life insurance" SC1448 = "Payments from estate or trust" SC1450 = "Other or DK (income received as widow)" SC1452 = "Income source code for other pension" SC1454 = "Check item R20" SC1456 = "Did ...'s late husband die while in" SC1458 = "Check item R21" SC1460 = "Check item R22" SC1462 = "Is ... covered by Medicare" SC1468 = "Type of Medicare coverage" SC1470 = "If I were to call later would you be" SC1472 = "Does ...'s medicare help pay for" SC1474 = "Check item R23" SC1476 = "Check item R24" SC1478 = "Check item R25" SC1480 = "Was ... authorized to receive food" SC1482 = "Check item R26" SC1484 = "During the 4-month period, did ..." SC1486 = "AFDC" SC1488 = "General assistance or general relief" SC1492 = "Foster child care" SC1494 = "WIC" SC1496 = "Other or DK" SC1498 = "What kind of welfare did ..." SC1500 = "Check item R27" SC1502 = "During the 4-month period was ..." SC1504 = "Was ... covered by Medicaid during" SC1506 = "Check item R28" SC1508 = "Were any of ...'s children under 18" SC1510 = "How many of ...'s children were covere" SC1512 = "Person No." SC1514 = "Person No." SC1516 = "Person No." SC1518 = "Person No." SC1520 = "Person No." SC1524 = "Check item R29" SC1526 = "Was (.../(and)...'s children)" SC1528 = "Last month" SC1530 = "2 months ago" SC1532 = "3 months ago" SC1534 = "4 months ago" SC1536 = "During the 4-month period, did ..." SC1537 = "Was ... covered by a health insurance" SC1538 = "Did ... have this health insurance" SC1540 = "Last month" SC1542 = "2 months ago" SC1544 = "3 months ago" SC1546 = "4 months ago" SC1548 = "Did ...have a health plan provided" SC1550 = "Did the employer or union (former" SC1552 = "Was this an individual plan or a" SC1554 = "Did ...'s health plan cover all the" SC1556 = "Person no. = 101-999" SC1558 = "Person no. = 101-999" SC1560 = "Person no. = 101-999" SC1562 = "Person no. = 101-999" SC1564 = "Person no. = 101-999" SC1566 = "Other than ..., which persons in this" SC1568 = "Check item R30" SC1570 = "Check item R31" SC1572 = "I have recorded that all of ...'s" SC1574 = "How many of ...'s children were" SC1576 = "Person no. = 101-999" SC1578 = "Person no. = 101-999" SC1580 = "Person no. = 101-999" SC1582 = "Person no. = 101-999" SC1584 = "Person no. = 101-999" SC1586 = "If this person was covered by a" SC1588 = "Check item R32" SC1589 = "The last time we obtained information," SC1590 = "Asset code" SC1592 = "In this reference period, did ..." SC1593 = "In the previous reference period," SC1594 = "Asset code." SC1596 = "In this reference period, did ..." SC1597 = "In the previous reference period," SC1598 = "Asset code" SC1600 = "In this reference period, did ..." SC1601 = "In the previous reference period," SC1602 = "Asset code" SC1604 = "In this reference period, did ..." SC1605 = "In the previous reference period," SC1606 = "Asset code" SC1608 = "In this reference period, did ..." SC1609 = "In the previous reference period," SC1610 = "Asset code" SC1612 = "In this reference period, did ..." SC1613 = "In the previous reference period," SC1614 = "Asset code" SC1616 = "In this reference period, did ..." SC1617 = "In the previous reference period," SC1618 = "Asset code" SC1620 = "In this reference period, did ..." SC1621 = "In the previous reference period," SC1622 = "During the 4-month period did ..." SC1626 = "Regular or passbook savings accounts" SC1628 = "Money market accounts" SC1630 = "Certificates of deposit or other" SC1632 = "NOW, Super NOW, or other" SC1636 = "Money market funds" SC1638 = "U.S. government securities" SC1640 = "Municipal or corporate bonds" SC1642 = "Mortgages" SC1644 = "U.S. savings bonds (E,EE)" SC1646 = "Other interest earnings" SC1648 = "Stocks or mutual fund shares" SC1650 = "Rental property" SC1652 = "Royalties" SC1654 = "Other financial investments" SC1694 = "Check item R36" SC1696 = "Is ...'s spouse in the Armed Forces" SC1698 = "Check item R37" SC1700 = "During the 4-month period ..." SC1702 = "Did ... receive income from any" SC1704 = "Did ... receive income from some" SC1706 = "Code from Income Source List" SC1708 = "Code from Income Source List" SC1710 = "Code from Income Source List" SC1712 = "Check item E1" SC1714 = "During the 4-month period was ..." SC1716 = "How many different employers did ..." PI01 = "Person imputation flag 01" PI02 = "Person imputation flag 02" PI03 = "Person imputation flag 03" PI04 = "Person imputation flag 04" PI05 = "Person imputation flag 05" PI06 = "Person imputation flag 06" PI09 = "Person imputation flag 09" PI10 = "Person imputation flag 10" PI11 = "Person imputation flag 11" PI12 = "Person imputation flag 12" PI13 = "Person imputation flag 13" PI14 = "Person imputation flag 14" PI15 = "Person imputation flag 15" PI16 = "Person imputation flag 16" PI17 = "Person imputation flag 17" PI18 = "Person imputation flag 18" PI19 = "Person imputation flag 19" PI20 = "Person imputation flag 20" PI21 = "Person imputation flag 21" PI22 = "Person imputation flag 22" PI25 = "Person imputation flag 25" PI26 = "Person imputation flag 26" PI27 = "Person imputation flag 27" PI28 = "Person imputation flag 28" PI29 = "Person imputation flag 29" PI30 = "Person imputation flag 30" PI31 = "Person imputation flag 31" PI32 = "Person imputation flag 32" PI33 = "Person imputation flag 33" PI34 = "Person imputation flag 34" PI35 = "Person imputation flag 35" PI36 = "Person imputation flag 36" PI37 = "Person imputation flag 37" PI38 = "Person imputation flag 38" PI39 = "Person imputation flag 39" PI40 = "Person imputation flag 40" PI41 = "Person imputation flag 41" PI42 = "Person imputation flag 42" PI43 = "Person imputation flag 43" PI44 = "Person imputation flag 44" PI45 = "Person imputation flag 45" PI46 = "Person imputation flag 46" PI47 = "Person imputation flag 47" PI48 = "Person imputation flag 48" PI49 = "Person imputation flag 49" PI50 = "Person imputation flag 50" PI51 = "Person imputation flag 51" PI52 = "Person imputation flag 52" PI53 = "Person imputation flag 53" PI54 = "Person imputation flag 54" PI55 = "Person imputation flag 55" PI56 = "Person imputation flag 56" PI57 = "Person imputation flag 57" PI58 = "Person imputation flag 58" PI59 = "Person imputation flag 59" PI60 = "Person imputation flag 60" PI61 = "Person imputation flag 61" PI62 = "Person imputation flag 62" PI63 = "Person imputation flag 63" PI75 = "Person imputation flag 75" PI76 = "Person imputation flag 76" PI77 = "Person imputation flag 77" PI78 = "Person imputation flag 78" PI79 = "Person imputation flag 79" PI83 = "Person imputation flag 83" PI85 = "Person imputation flag 85" PI86 = "Person imputation flag 86" PI87 = "Person imputation flag 87" PI88 = "Person imputation flag 88" PI89 = "Person imputation flag 89" PI90 = "Person imputation flag 90" PI91 = "Person imputation flag 91" PI92 = "Person imputation flag 92" PI93 = "Person imputation flag 93" PI94 = "Person imputation flag 94" PI95 = "Person imputation flag 95" PI96 = "Person imputation flag 96" PI97 = "Person imputation flag 97" PI98 = "Person imputation flag 98" PI99 = "Person imputation flag 99" PI100 = "Person imputation flag 100" PI101 = "Person imputation flag 101" PI102 = "Person imputation flag 102" PI103 = "Person imputation flag 103" PI104 = "Person imputation flag 104" PI105 = "Person imputation flag 105" PI106 = "Person imputation flag 106" PI107 = "Person imputation flag 107" WS1_OCC = "Edited and imputed 3-digit occupation" WS1_IND = "Edited and imputed 3-digit industry" WS1_WKS1 = "Number of weeks employed during month " WS1_WKS2 = "Number of weeks employed during month " WS1_WKS3 = "Number of weeks employed during month " WS1_WKS4 = "Number of weeks employed during month " WS1RECI1 = "Were earnings received during month 1" WS1RECI2 = "Were earnings received during month 2" WS1RECI3 = "Were earnings received during month 3" WS1RECI4 = "Were earnings received during month 4" WS1_AMT1 = "What is the dollar amount of the earni" WS1_AMT2 = "What is the dollar amount of the earni" WS1_AMT3 = "What is the dollar amount of the earni" WS1_AMT4 = "What is the dollar amount of the earni" WS1_2012 = "Was ... an employee of ..." WS1_2014 = "Was ... employed by ... during the" WS1_2016 = "Month in which this person" WS1_2018 = "Day of month shown in WS1-2016" WS1_2020 = "Month in which this person left" WS1_2022 = "Day of month shown in WS1-2020" WS1_2025 = "How many hours per week did ..." WS1_2026 = "Was ... paid by the hour on this" WS1_2028 = "What was ...'s regular hourly pay rate" WS1_2030 = "During the 4-month period how often" WS1_2032 = "What was the total amount of pay" WS1_2034 = "What was the total amount of pay" WS1_2036 = "What was the total amount of pay" WS1_2038 = "What was the total amount of pay" WS1_2040 = "Check item E4" WS1_2042 = "If we were to call back later would" WS1IMP01 = "Wage and salary imputation flag 1" WS1IMP02 = "Wage and salary imputation flag 2" WS1IMP03 = "Wage and salary imputation flag 3" WS1IMP04 = "Wage and salary imputation flag 4" WS1IMP05 = "Wage and salary imputation flag 5" WS1IMP06 = "Wage and salary imputation flag 6" WS1CAL01 = "Field 'WS1-2032' was calculated" WS1CAL02 = "Field 'WS1-2034' was calculated" WS1CAL03 = "Field 'WS1-2036' was calculated" WS1CAL04 = "Field 'WS1-2038' was calculated" WS2_OCC = "Edited and imputed 3-digit occupation" WS2_IND = "Edited and imputed 3-digit industry" WS2_WKS1 = "Number of weeks employed during month " WS2_WKS2 = "Number of weeks employed during month " WS2_WKS3 = "Number of weeks employed during month " WS2_WKS4 = "Number of weeks employed during month " WS2RECI1 = "Were earnings received during month 1" WS2RECI2 = "Were earnings received during month 2" WS2RECI3 = "Were earnings received during month 3" WS2RECI4 = "Were earnings received during month 4" WS2_AMT1 = "What is the dollar amount of the earni" WS2_AMT2 = "What is the dollar amount of the earni" WS2_AMT3 = "What is the dollar amount of the earni" WS2_AMT4 = "What is the dollar amount of the earni" WS2_2112 = "Was ... an employee of ..." WS2_2114 = "Was ... employed by ... during the" WS2_2116 = "Month in which this person" WS2_2118 = "Day of month shown in WS2-2116" WS2_2120 = "Month in which this person left" WS2_2122 = "Day of month shown in WS2-2120" WS2_2125 = "How many hours per week did ..." WS2_2126 = "Was ... paid by the hour on this" WS2_2128 = "What was ...'s regular hourly pay rate" WS2_2130 = "During the 4-month period how often" WS2_2132 = "What was the total amount of pay" WS2_2134 = "What was the total amount of pay" WS2_2136 = "What was the total amount of pay" WS2_2138 = "What was the total amount of pay" WS2_2140 = "Check item E4" WS2_2142 = "If we were to call back later would" WS2IMP01 = "Wage and salary imputation flag 1" WS2IMP02 = "Wage and salary imputation flag 2" WS2IMP03 = "Wage and salary imputation flag 3" WS2IMP04 = "Wage and salary imputation flag 4" WS2IMP05 = "Wage and salary imputation flag 5" WS2IMP06 = "Wage and salary imputation flag 6" WS2CAL01 = "Field 'WS2-2132' was calculated" WS2CAL02 = "Field 'WS2-2134' was calculated" WS2CAL03 = "Field 'WS2-2136' was calculated" WS2CAL04 = "Field 'WS2-2138' was calculated" SE1_OCC = "Edited and imputed 3-digit occupation" SE1_INDR = "Self-employment industry code recode" SE1WKS1 = "Weeks with business this month (1)." SE1WKS2 = "Weeks with business this month (2)." SE1WKS3 = "See COMMENT NO. 38" SE1WKS4 = "Weeks with business this month (4)." SE1REC1 = "Did this person receive income from" SE1REC2 = "Did this person receive income from" SE1REC3 = "Did this person receive income from" SE1REC4 = "Did this person receive income from" SE1AMT1 = "Amount of income received this month (" SE1AMT2 = "Amount of income received this month (" SE1AMT3 = "Amount of income received this month (" SE1AMT4 = "Amount of income received this month (" SE12212 = "How many hours per week did ..." SE12214 = "Do you think that the gross earnings" SE12216 = "Check item S2" SE12218 = "What was the total number of" SE12220 = "Was ...'s business incorporated" SE12222 = "Was ...'s business a sole" SE12224 = "Aside from ... were any other" SE12226 = "Person No. 101 - 899" SE12228 = "Person No. 101 - 899" SE12230 = "Person No. 101 - 899" SE12232 = "Was ... paid a regular salary from" SE12234 = "Did ... receive any (other) income fro" SE12236 = "Check item S3" SE12238 = "What was the total amount of income" SE12240 = "What was the total amount of income" SE12242 = "What was the total amount of income" SE12244 = "What was the total amount of income" SE12246 = "Check item S4" SE12248 = "If I were to call back later would" SE12250 = "Check item S5" SE12252 = "Check item S6" SE12254 = "Can...give an estimate of the net" SE12256 = "What was the net profit (or loss)" SE12260 = "About how much did ... earn from" SE1IMP01 = "Self-employment imputation flag 1" SE1IMP02 = "Self-employment imputation flag 2" SE1IMP03 = "Self-employment imputation flag 3" SE1IMP04 = "Self-employment imputation flag 4" SE1IMP05 = "Self-employment imputation flag 5" SE1IMP06 = "Self-employment imputation flag 6" SE1IMP07 = "Self-employment imputation flag 7" SE1IMP08 = "Self-employment imputation flag 8" SE1IMP09 = "Self-employment imputation flag 9" SE1IMP10 = "Self-employment imputation flag 10" SE1IMP11 = "Self-employment imputation flag 11" SE1CAL01 = "Field 'SE12238' was calculated" SE1CAL02 = "Field 'SE12240' was calculated" SE1CAL03 = "Field 'SE12242' was calculated" SE1CAL04 = "Field 'SE12244' was calculated" SE2OCC = "Edited and imputed 3-digit occupation" SE2_INDR = "Self-employment industry code recode" SE2WKS1 = "Weeks with business this month (1)." SE2WKS2 = "Weeks with business this month (2)." SE2WKS3 = "Weeks with business this month (3)." SE2WKS4 = "Weeks with business this month (4)." SE2REC1 = "Did this person receive income from" SE2REC2 = "Did this person receive income from" SE2REC3 = "Did this person receive income from" SE2REC4 = "Did this person receive income from" SE2AMT1 = "Amount of income received this month (" SE2AMT2 = "Amount of income received this month (" SE2AMT3 = "Amount of income received this month (" SE2AMT4 = "Amount of income received this month (" SE22312 = "How many hours per week did ..." SE22314 = "Do you think that the gross earnings" SE22316 = "Check item S2" SE22318 = "What was the total number of" SE22320 = "Was ...'s business incorporated" SE22322 = "Was ...'s business a sole" SE22324 = "Aside from ... were any other" SE22326 = "Person No. 101 - 999" SE22328 = "Person No. 101 - 999" SE22330 = "Person No. 101 - 999" SE22332 = "Was ... paid a regular salary from" SE22334 = "Did ... receive any (other) income fro" SE22336 = "Check item S3" SE22338 = "What was the total amount of income" SE22340 = "What was the total amount of income" SE22342 = "What was the total amount of income" SE22344 = "What was the total amount of income" SE22346 = "Check item S4" SE22348 = "If I were to call back later would" SE22350 = "Check item S5" SE22352 = "Check item S6" SE22354 = "Can...give an estimate of the net" SE22356 = "What was the net profit (or loss)" SE22360 = "About how much did ... earn from" SE2IMP01 = "Self-employment imputation flag 1" SE2IMP02 = "Self-employment imputation flag 2" SE2IMP03 = "Self-employment imputation flag 3" SE2IMP04 = "Self-employment imputation flag 4" SE2IMP05 = "Self-employment imputation flag 5" SE2IMP06 = "Self-employment imputation flag 6" SE2IMP07 = "Self-employment imputation flag 7" SE2IMP08 = "Self-employment imputation flag 8" SE2IMP09 = "Self-employment imputation flag 9" SE2IMP10 = "Self-employment imputation flag 10" SE2IMP11 = "Self-employment imputation flag 11" SE2CAL01 = "Field 'SE22338' was calculated" SE2CAL02 = "Field 'SE22340' was calculated" SE2CAL03 = "Field 'SE22342' was calculated" SE2CAL04 = "Field 'SE22344' was calculated" I01REC1 = "Recipiency of Social Security income." I01REC2 = "Recipiency of Social Security income." I01REC3 = "Recipiency of Social Security income." I01REC4 = "Recipiency of Social Security income." I01AMT1 = "Amount of Social Security income" I01AMT2 = "Amount of Social Security income" I01AMT3 = "Amount of Social Security income" I01AMT4 = "Amount of Social Security income" KIDSSYN1 = "Recipiency of Social Security income f" KIDSSYN2 = "Recipiency of Social Security income f" KIDSSYN3 = "Recipiency of Social Security income f" KIDSSYN4 = "Recipiency of Social Security income f" KDSSAMT1 = "Amount of Social Security income" KDSSAMT2 = "Amount of Social Security income" KDSSAMT3 = "Amount of Social Security income" KDSSAMT4 = "Amount of Social Security income" SSRECIND = "Social Security recipiency indicator" SS3004 = "Check item A2" SS3006 = "During this 4-month period, were any" SS3008 = "Did ... also receive a separate" SS3012 = "Did ... receive Social Security" SS3014 = "Check item A4" SS3064 = "Social Security sends out two types of" SS3066 = "Do ...'s payments usually come on" SS3068 = "Check item A9" SS3086 = "Were all children living here" SS3088 = "Person No. 101-899" SS3090 = "Person No. 101-899" SS3092 = "Person No. 101-899" SS3094 = "Person No. 101-899" SS3096 = "Person No. 101-899" SS3098 = "Person No. 101-899" I01IMP01 = "Social Security imputation flag 1" I01IMP02 = "Social Security imputation flag 2" I01IMP03 = "Social Security imputation flag 3" I01IMP04 = "Social Security imputation flag 4" I01IMP05 = "Social Security imputation flag 5" I01IMP06 = "Social Security imputation flag 6" I01IMP07 = "Social Security imputation flag 7" I01IMP08 = "Social Security imputation flag 8" I01IMP09 = "Social Security imputation flag 9" I02REC1 = "Recipiency of railroad retirement" I02REC2 = "Recipiency of railroad retirement" I02REC3 = "Recipiency of railroad retirement" I02REC4 = "Recipiency of railroad retirement" I02AMT1 = "Amount of railroad retirement" I02AMT2 = "Amount of railroad retirement" I02AMT3 = "Amount of railroad retirement" I02AMT4 = "Amount of railroad retirement" KIDRRYN1 = "Recipiency of railroad retirement" KIDRRYN2 = "Recipiency of railroad retirement" KIDRRYN3 = "Recipiency of railroad retirement" KIDRRYN4 = "Recipiency of railroad retirement" KDRRAMT1 = "Amount of railroad retirement income" KDRRAMT2 = "Amount of railroad retirement income" KDRRAMT3 = "Amount of railroad retirement income" KDRRAMT4 = "Amount of railroad retirement income" RRRECIND = "Railroad retirement recipiency indicat" RR3004 = "Check item A2" RR3006 = "During this 4-month period, were any" RR3008 = "Did ... also receive a separate" RR3012 = "Did ... receive railroad retirement" RR3014 = "Check item A4" RR3064 = "Railroad retirement sends out two type" RR3066 = "Do ...'s payments usually come on" RR3068 = "Check item A9" RR3086 = "Were all children living here" RR3088 = "Person No. 101-899" RR3090 = "Person No. 101-899" RR3092 = "Person No. 101-899" RR3094 = "Person No. 101-899" RR3096 = "Person No. 101-899" RR3098 = "Person No. 101-899" I02IMP01 = "Railroad retirement imputation flag 1" I02IMP02 = "Railroad retirement imputation flag 2" I02IMP03 = "Railroad retirement imputation flag 3" I02IMP04 = "Railroad retirement imputation flag 4" I02IMP05 = "Railroad retirement imputation flag 5" I02IMP06 = "Railroad retirement imputation flag 6" I02IMP07 = "Railroad retirement imputation flag 7" I02IMP08 = "Railroad retirement imputation flag 8" I02IMP09 = "Railroad retirement imputation flag 9" I03REC1 = "Recipiency of Federal SSI income." I03REC2 = "Recipiency of Federal SSI income." I03REC3 = "Recipiency of Federal SSI income." I03REC4 = "Recipiency of Federal SSI income." I03AMT1 = "Amount of Federal SSI income received." I03AMT2 = "Amount of Federal SSI income received." I03AMT3 = "Amount of Federal SSI income received." I03AMT4 = "Amount of Federal SSI income received." I03IMP01 = "Federal SSI imputation flag 1" I03IMP02 = "Federal SSI imputation flag 2" I03IMP03 = "Federal SSI imputation flag 3" I03IMP04 = "Federal SSI imputation flag 4" I05REC1 = "Recipiency of State unemployment" I05REC2 = "Recipiency of State unemployment" I05REC3 = "Recipiency of State unemployment" I05REC4 = "Recipiency of State unemployment" I05AMT1 = "Amount of State unemployment" I05AMT2 = "Amount of State unemployment" I05AMT3 = "Amount of State unemployment" I05AMT4 = "Amount of State unemployment" I05IMP01 = "State unemployment compensation" I05IMP02 = "State unemployment compensation" I05IMP03 = "State unemployment compensation" I05IMP04 = "State unemployment compensation" I06REC1 = "Recipiency of supplemental unemploymen" I06REC2 = "Recipiency of supplemental unemploymen" I06REC3 = "Recipiency of supplemental unemploymen" I06REC4 = "Recipiency of supplemental unemploymen" I06AMT1 = "Amount of supplemental unemployment" I06AMT2 = "Amount of supplemental unemployment" I06AMT3 = "Amount of supplemental unemployment" I06AMT4 = "Amount of supplemental unemployment" I06IMP01 = "Supplemental unemployment benefits" I06IMP02 = "Supplemental unemployment benefits" I06IMP03 = "Supplemental unemployment benefits" I06IMP04 = "Supplemental unemployment benefits" I07REC1 = "Recipiency of other unemployment" I07REC2 = "Recipiency of other unemployment" I07REC3 = "Recipiency of other unemployment" I07REC4 = "Recipiency of other unemployment" I07AMT1 = "Amount of other unemployment" I07AMT2 = "Amount of other unemployment" I07AMT3 = "Amount of other unemployment" I07AMT4 = "Amount of other unemployment" I07IMP01 = "Other unemployment compensation" I07IMP02 = "Other unemployment compensation" I07IMP03 = "Other unemployment compensation" I07IMP04 = "Other unemployment compensation" I08REC1 = "Recipiency of Veterans compensation" I08REC2 = "Recipiency of Veterans compensation" I08REC3 = "Recipiency of Veterans compensation" I08REC4 = "Recipiency of Veterans compensation" I08AMT1 = "Amount of Veterans compensation or" I08AMT2 = "Amount of Veterans compensation or" I08AMT3 = "Amount of Veterans compensation or" I08AMT4 = "Amount of Veterans compensation or" VET3034 = "Were all the people living here" VET3036 = "Person No. 101-899" VET3038 = "Person No. 101-899" VET3040 = "Person No. 101-899" VET3042 = "Person No. 101-899" VET3044 = "Person No. 101-899" VET3046 = "Person No. 101-899" VET3048 = "Person No. 101-899" VET3050 = "Person No. 101-899" VET3052 = "Person No. 101-899" VET3054 = "Person No. 101-899" VET3060 = "Is ... required to fill out an" I08IMP01 = "Veterans compensation or pension" I08IMP02 = "Veterans compensation or pension" I08IMP03 = "Veterans compensation or pension" I08IMP04 = "Veterans compensation or pension" I10REC1 = "Recipiency of workers compensation." I10REC2 = "Recipiency of workers compensation." I10REC3 = "Recipiency of workers compensation." I10REC4 = "Recipiency of workers compensation." I10AMT1 = "Amount of workers compensation receive" I10AMT2 = "Amount of workers compensation receive" I10AMT3 = "Amount of workers compensation receive" I10AMT4 = "Amount of workers compensation receive" I10IMP01 = "Workers compensation imputation flag 1" I10IMP02 = "Workers compensation imputation flag 2" I10IMP03 = "Workers compensation imputation flag 3" I10IMP04 = "Workers compensation imputation flag 4" I12REC1 = "Recipiency of employer or union sickne" I12REC2 = "Recipiency of employer or union sickne" I12REC3 = "Recipiency of employer or union sickne" I12REC4 = "Recipiency of employer or union sickne" I12AMT1 = "Amount of employer or union sickness" I12AMT2 = "Amount of employer or union sickness" I12AMT3 = "Amount of employer or union sickness" I12AMT4 = "Amount of employer or union sickness" I12IMP01 = "Employer or union sickness plan" I12IMP02 = "Employer or union sickness plan" I12IMP03 = "Employer or union sickness plan" I12IMP04 = "Employer or union sickness plan" I13REC1 = "Recipiency of private disability" I13REC2 = "Recipiency of private disability" I13REC3 = "Recipiency of private disability" I13REC4 = "Recipiency of private disability" I13AMT1 = "Amount of private disability insurance" I13AMT2 = "Amount of private disability insurance" I13AMT3 = "Amount of private disability insurance" I13AMT4 = "Amount of private disability insurance" I13IMP01 = "Private disability insurance" I13IMP02 = "Private disability insurance" I13IMP03 = "Private disability insurance" I13IMP04 = "Private disability insurance" I20REC1 = "Recipiency of AFDC income." I20REC2 = "Recipiency of AFDC income." I20REC3 = "Recipiency of AFDC income." I20REC4 = "Recipiency of AFDC income." I20AMT1 = "Amount of AFDC income received." I20AMT2 = "Amount of AFDC income received." I20AMT3 = "Amount of AFDC income received." I20AMT4 = "Amount of AFDC income received." AFDC3034 = "Were all the people living here" AFDC3036 = "Person No. 101-899" AFDC3038 = "Person No. 101-899" AFDC3040 = "Person No. 101-899" AFDC3042 = "Person No. 101-899" AFDC3044 = "Person No. 101-899" AFDC3046 = "Person No. 101-899" AFDC3048 = "Person No. 101-899" AFDC3050 = "Person No. 101-899" AFDC3052 = "Person No. 101-899" AFDC3054 = "Person No. 101-899" I20IMP01 = "AFDC imputation flag 1" I20IMP02 = "AFDC imputation flag 2" I20IMP03 = "AFDC imputation flag 3" I20IMP04 = "AFDC imputation flag 4" I21REC1 = "Recipiency of general assistance incom" I21REC2 = "Recipiency of general assistance incom" I21REC3 = "Recipiency of general assistance incom" I21REC4 = "Recipiency of general assistance incom" I21AMT1 = "Amount of general assistance income" I21AMT2 = "Amount of general assistance income" I21AMT3 = "Amount of general assistance income" I21AMT4 = "Amount of general assistance income" GA3034 = "Were all the people living here" GA3036 = "Person No. 101-899" GA3038 = "Person No. 101-899" GA3040 = "Person No. 101-899" GA3042 = "Person No. 101-899" GA3044 = "Person No. 101-899" GA3046 = "Person No. 101-899" GA3048 = "Person No. 101-899" GA3050 = "Person No. 101-899" GA3052 = "Person No. 101-899" GA3054 = "Person No. 101-899" I21IMP01 = "General assistance imputation flag 1" I21IMP02 = "General assistance imputation flag 2" I21IMP03 = "General assistance imputation flag 3" I21IMP04 = "General assistance imputation flag 4" I23REC1 = "Recipiency of foster child care" I23REC2 = "Recipiency of foster child care" I23REC3 = "Recipiency of foster child care" I23REC4 = "Recipiency of foster child care" I23AMT1 = "Amount of foster child care payments" I23AMT2 = "Amount of foster child care payments" I23AMT3 = "Amount of foster child care payments" I23AMT4 = "Amount of foster child care payments" FCC3034 = "Were all the people living here" FCC3036 = "Person No. 101-899" FCC3038 = "Person No. 101-899" FCC3040 = "Person No. 101-899" FCC3042 = "Person No. 101-899" FCC3044 = "Person No. 101-899" FCC3046 = "Person No. 101-899" FCC3048 = "Person No. 101-899" FCC3050 = "Person No. 101-899" FCC3052 = "Person No. 101-899" FCC3054 = "Person No. 101-899" I23IMP01 = "Foster child care imputation flag 1" I23IMP02 = "Foster child care imputation flag 2" I23IMP03 = "Foster child care imputation flag 3" I23IMP04 = "Foster child care imputation flag 4" I24REC1 = "Recipiency of other welfare." I24REC2 = "Recipiency of other welfare." I24REC3 = "Recipiency of other welfare." I24REC4 = "Recipiency of other welfare." I24AMT1 = "Amount of other welfare received." I24AMT2 = "Amount of other welfare received." I24AMT3 = "Amount of other welfare received." I24AMT4 = "Amount of other welfare received." OW3034 = "Were all the people living here" OW3036 = "Person No. 101-899" OW3038 = "Person No. 101-899" OW3040 = "Person No. 101-899" OW3042 = "Person No. 101-899" OW3044 = "Person No. 101-899" OW3046 = "Person No. 101-899" OW3048 = "Person No. 101-899" OW3050 = "Person No. 101-899" OW3052 = "Person No. 101-899" OW3054 = "Person No. 101-899" I24IMP01 = "Other welfare imputation flag 1" I24IMP02 = "Other welfare imputation flag 2" I24IMP03 = "Other welfare imputation flag 3" I24IMP04 = "Other welfare imputation flag 4" WIC3138 = "Did ... receive any WIC vouchers last" WIC3140 = "Did ... receive any WIC vouchers" WIC3142 = "Did ... receive any WIC vouchers" WIC3144 = "Did ... receive any WIC vouchers" I25IMP01 = "WIC imputation flag 1" I25IMP02 = "WIC imputation flag 2" I25IMP03 = "WIC imputation flag 3" I25IMP04 = "WIC imputation flag 4" I27REC1 = "Recipiency of food stamps." I27REC2 = "Recipiency of food stamps." I27REC3 = "Recipiency of food stamps." I27REC4 = "Recipiency of food stamps." I27AMT1 = "Amount of food stamps received." I27AMT2 = "Amount of food stamps received." I27AMT3 = "Amount of food stamps received." I27AMT4 = "Amount of food stamps received." FS3100 = "Were all the people living here" FS3102 = "Person No. 101-899" FS3104 = "Person No. 101-899" FS3106 = "Person No. 101-899" FS3108 = "Person No. 101-899" FS3110 = "Person No. 101-899" FS3112 = "Person No. 101-899" FS3114 = "Person No. 101-899" FS3116 = "Person No. 101-899" FS3118 = "Person No. 101-899" FS3120 = "Person No. 101-899" I27IMP01 = "Food stamp imputation flag 1" I27IMP02 = "Food stamp imputation flag 2" I27IMP03 = "Food stamp imputation flag 3" I27IMP04 = "Food stamp imputation flag 4" I28REC1 = "Recipiency of child support payments." I28REC2 = "Recipiency of child support payments." I28REC3 = "Recipiency of child support payments." I28REC4 = "Recipiency of child support payments." I28AMT1 = "Amount of child support payments" I28AMT2 = "Amount of child support payments" I28AMT3 = "Amount of child support payments" I28AMT4 = "Amount of child support payments" I28IMP01 = "Child support imputation flag 1" I28IMP02 = "Child support imputation flag 2" I28IMP03 = "Child support imputation flag 3" I28IMP04 = "Child support imputation flag 4" I29REC1 = "Recipiency of alimony payments." I29REC2 = "Recipiency of alimony payments." I29REC3 = "Recipiency of alimony payments." I29REC4 = "Recipiency of alimony payments." I29AMT1 = "Amount of alimony payments received." I29AMT2 = "Amount of alimony payments received." I29AMT3 = "Amount of alimony payments received." I29AMT4 = "Amount of alimony payments received." I29IMP01 = "Alimony payments imputation flag 1" I29IMP02 = "Alimony payments imputation flag 2" I29IMP03 = "Alimony payments imputation flag 3" I29IMP04 = "Alimony payments imputation flag 4" I30REC1 = "Recipiency of company or union pension" I30REC2 = "Recipiency of company or union pension" I30REC3 = "Recipiency of company or union pension" I30REC4 = "Recipiency of company or union pension" I30AMT1 = "Amount of company or union pension" I30AMT2 = "Amount of company or union pension" I30AMT3 = "Amount of company or union pension" I30AMT4 = "Amount of company or union pension" I30IMP01 = "Company or union pension imputation" I30IMP02 = "Company or union pension imputation" I30IMP03 = "Company or union pension imputation" I30IMP04 = "Company or union pension imputation" I31REC1 = "Recipiency of Federal civil service" I31REC2 = "Recipiency of Federal civil service" I31REC3 = "Recipiency of Federal civil service" I31REC4 = "Recipiency of Federal civil service" I31AMT1 = "Amount of Federal civil service pensio" I31AMT2 = "Amount of Federal civil service pensio" I31AMT3 = "Amount of Federal civil service pensio" I31AMT4 = "Amount of Federal civil service pensio" I31IMP01 = "Federal civilian pension imputation" I31IMP02 = "Federal civilian pension imputation" I31IMP03 = "Federal civilian pension imputation" I31IMP04 = "Federal civilian pension imputation" I32REC1 = "Recipiency of U.S. military retirement" I32REC2 = "Recipiency of U.S. military retirement" I32REC3 = "Recipiency of U.S. military retirement" I32REC4 = "Recipiency of U.S. military retirement" I32AMT1 = "Amount of U.S. military retirement inc" I32AMT2 = "Amount of U.S. military retirement inc" I32AMT3 = "Amount of U.S. military retirement" I32AMT4 = "Amount of U.S. military retirement" I32IMP01 = "Military retirement imputation flag 1" I32IMP02 = "Military retirement imputation flag 2" I32IMP03 = "Military retirement imputation flag 3" I32IMP04 = "Military retirement imputation flag 4" I34REC1 = "Recipiency of State government pension" I34REC2 = "Recipiency of State government pension" I34REC3 = "Recipiency of State government pension" I34REC4 = "Recipiency of State government pension" I34AMT1 = "Amount of State government pension" I34AMT2 = "Amount of State government pension" I34AMT3 = "Amount of State government pension" I34AMT4 = "Amount of State government pension" I34IMP01 = "State government pension imputation" I34IMP02 = "State government pension imputation" I34IMP03 = "State government pension imputation" I34IMP04 = "State government pension imputation" I35REC1 = "Recipiency of local government pension" I35REC2 = "Recipiency of local government pension" I35REC3 = "Recipiency of local government pension" I35REC4 = "Recipiency of local government pension" I35AMT1 = "Amount of local government pension inc" I35AMT2 = "Amount of local government pension inc" I35AMT3 = "Amount of local government pension inc" I35AMT4 = "Amount of local government pension inc" I35IMP01 = "Local government pension imputation" I35IMP02 = "Local government pension imputation" I35IMP03 = "Local government pension imputation" I35IMP04 = "Local government pension imputation" I36REC1 = "Recipiency of life insurance income" I36REC2 = "Recipiency of life insurance income" I36REC3 = "Recipiency of life insurance income" I36REC4 = "Recipiency of life insurance income" I36AMT1 = "Amount of life insurance income" I36AMT2 = "Amount of life insurance income" I36AMT3 = "Amount of life insurance income" I36AMT4 = "Amount of life insurance income" I36IMP01 = "Life insurance income imputation flag " I36IMP02 = "Life insurance income imputation flag " I36IMP03 = "Life insurance income imputation flag " I36IMP04 = "Life insurance income imputation flag " I37REC1 = "Recipiency of estates and trusts incom" I37REC2 = "Recipiency of estates and trusts incom" I37REC3 = "Recipiency of estates and trusts incom" I37REC4 = "Recipiency of estates and trusts incom" I37AMT1 = "Amount of estates and trusts income" I37AMT2 = "Amount of estates and trusts income" I37AMT3 = "Amount of estates and trusts income" I37AMT4 = "Amount of estates and trusts income" I37IMP01 = "Estates and trusts imputation flag 1" I37IMP02 = "Estates and trusts imputation flag 2" I37IMP03 = "Estates and trusts imputation flag 3" I37IMP04 = "Estates and trusts imputation flag 4" I38REC1 = "Recipiency of other retirement," I38REC2 = "Recipiency of other retirement," I38REC3 = "Recipiency of other retirement," I38REC4 = "Recipiency of other retirement," I38AMT1 = "Amount of other retirement, disability" I38AMT2 = "Amount of other retirement, disability" I38AMT3 = "Amount of other retirement, disability" I38AMT4 = "Amount of other retirement, disability" I38IMP01 = "Other retirement, disability or" I38IMP02 = "Other retirement, disability or" I38IMP03 = "Other retirement, disability or" I38IMP04 = "Other retirement, disability or" I40REC1 = "Recipiency of G.I. Bill education" I40REC2 = "Recipiency of G.I. Bill education" I40REC3 = "Recipiency of G.I. Bill education" I40REC4 = "Recipiency of G.I. Bill education" I40AMT1 = "Amount of G.I. Bill education benefits" I40AMT2 = "Amount of G.I. Bill education benefits" I40AMT3 = "Amount of G.I. Bill education benefits" I40AMT4 = "Amount of G.I. Bill education benefits" I40IMP01 = "G.I. Bill education benefits imputatio" I40IMP02 = "G.I. Bill education benefits imputatio" I40IMP03 = "G.I. Bill education benefits imputatio" I40IMP04 = "G.I. Bill education benefits imputatio" I50REC1 = "Recipiency of income from charitable" I50REC2 = "Recipiency of income from charitable" I50REC3 = "Recipiency of income from charitable" I50REC4 = "Recipiency of income from charitable" I50AMT1 = "Amount of income received from" I50AMT2 = "Amount of income received from" I50AMT3 = "Amount of income received from" I50AMT4 = "Amount of income received from" I50IMP01 = "Charitable group imputation flag 1" I50IMP02 = "Charitable group imputation flag 2" I50IMP03 = "Charitable group imputation flag 3" I50IMP04 = "Charitable group imputation flag 4" I51REC1 = "Recipiency of money from relatives or" I51REC2 = "Recipiency of money from relatives or" I51REC3 = "Recipiency of money from relatives or" I51REC4 = "Recipiency of money from relatives or" I51AMT1 = "Amount of money received from relative" I51AMT2 = "Amount of money received from relative" I51AMT3 = "Amount of money received from relative" I51AMT4 = "Amount of money received from relative" I51IMP01 = "Money from relatives or friends" I51IMP02 = "Money from relatives or friends" I51IMP03 = "Money from relatives or friends" I51IMP04 = "Money from relatives or friends" I52REC1 = "Recipiency of lump sum payments." I52REC2 = "Recipiency of lump sum payments." I52REC3 = "Recipiency of lump sum payments." I52REC4 = "Recipiency of lump sum payments." I52AMT1 = "Amount of lump sum payments received." I52AMT2 = "Amount of lump sum payments received." I52AMT3 = "Amount of lump sum payments received." I52AMT4 = "Amount of lump sum payments received." I52IMP01 = "Lump sum payment imputation flag 1" I52IMP02 = "Lump sum payment imputation flag 2" I52IMP03 = "Lump sum payment imputation flag 3" I52IMP04 = "Lump sum payment imputation flag 4" I53REC1 = "Recipiency of income from roomers or" I53REC2 = "Recipiency of income from roomers or" I53REC3 = "Recipiency of income from roomers or" I53REC4 = "Recipiency of income from roomers or" I53AMT1 = "Amount of income from roomers or" I53AMT2 = "Amount of income from roomers or" I53AMT3 = "Amount of income from roomers or" I53AMT4 = "Amount of income from roomers or" I53IMP01 = "Income from roomers or boarders" I53IMP02 = "Income from roomers or boarders" I53IMP03 = "Income from roomers or boarders" I53IMP04 = "Income from roomers or boarders" I54REC1 = "Recipiency of income from National Gua" I54REC2 = "Recipiency of income from National" I54REC3 = "Recipiency of income from National" I54REC4 = "Recipiency of income from National" I54AMT1 = "Amount of National Guard or reserve pa" I54AMT2 = "Amount of National Guard or reserve pa" I54AMT3 = "Amount of National Guard or reserve pa" I54AMT4 = "Amount of National Guard or reserve pa" I54IMP01 = "National Guard or reserve pay imputati" I54IMP02 = "National Guard or reserve pay imputati" I54IMP03 = "National Guard or reserve pay imputati" I54IMP04 = "National Guard or reserve pay imputati" I55REC1 = "Recipiency of incidental or casual" I55REC2 = "Recipiency of incidental or casual" I55REC3 = "Recipiency of incidental or casual" I55REC4 = "Recipiency of incidental or casual" I55AMT1 = "Amount of incidental or casual earning" I55AMT2 = "Amount of incidental or casual earning" I55AMT3 = "Amount of incidental or casual earning" I55AMT4 = "Amount of incidental or casual earning" I55IMP01 = "Casual earnings imputation flag 1" I55IMP02 = "Casual earnings imputation flag 2" I55IMP03 = "Casual earnings imputation flag 3" I55IMP04 = "Casual earnings imputation flag 4" I56REC1 = "Recipiency of other cash income." I56REC2 = "Recipiency of other cash income." I56REC3 = "Recipiency of other cash income." I56REC4 = "Recipiency of other cash income." I56AMT1 = "Amount of other cash income received." I56AMT2 = "Amount of other cash income received." I56AMT3 = "Amount of other cash income received." I56AMT4 = "Amount of other cash income received." I56IMP01 = "Other cash income imputation flag 1" I56IMP02 = "Other cash income imputation flag 2" I56IMP03 = "Other cash income imputation flag 3" I56IMP04 = "Other cash income imputation flag 4" I75REC1 = "Recipiency of undisclosable income." I75REC2 = "Recipiency of undisclosable income." I75REC3 = "Recipiency of undisclosable income." I75REC4 = "Recipiency of undisclosable income." I75AMT1 = "Amount of undisclosable income receive" I75AMT2 = "Amount of undisclosable income receive" I75AMT3 = "Amount of undisclosable income receive" I75AMT4 = "Amount of undisclosable income receive" I75IMP01 = "Undisclosable income imputation flag 1" I75IMP02 = "Undisclosable income imputation flag 2" I75IMP03 = "Undisclosable income imputation flag 3" I75IMP04 = "Undisclosable income imputation flag 4" J100YN_1 = "Were assets 100 through 103 owned" J100YN_2 = "Were assets 100 through 103 owned" J100YN_3 = "Were assets 100 through 103 owned" J100YN_4 = "Were assets 100 through 103 owned" JINT1001 = "Amount of interest income received" JINT1002 = "Amount of interest income received" JINT1003 = "Amount of interest income received" JINT1004 = "Amount of interest income received" O100YN_1 = "Were assets 100 through 103 owned in o" O100YN_2 = "Were assets 100 through 103 owned in o" O100YN_3 = "Were assets 100 through 103 owned in o" O100YN_4 = "Were assets 100 through 103 owned in o" OINT1001 = "Amount of interest income received in" OINT1002 = "Amount of interest income received in" OINT1003 = "Amount of interest income received in" OINT1004 = "Amount of interest income received in" JCALC100 = "Were the fields 'JINT1001....4'" OCALC100 = "Were the fields 'OINT1001....4'" J104YN_1 = "Were assets 104 through 107 owned" J104YN_2 = "Were assets 104 through 107 owned" J104YN_3 = "Were assets 104 through 107 owned" J104YN_4 = "Were assets 104 through 107 owned" JINT1041 = "Amount of income received jointly with" JINT1042 = "Amount of income received jointly with" JINT1043 = "Amount of income received jointly with" JINT1044 = "Amount of income received jointly with" O104YN_1 = "Were assets 104 through 107 owned in o" O104YN_2 = "Were assets 104 through 107 owned in o" O104YN_3 = "Were assets 104 through 107 owned in o" O104YN_4 = "Were assets 104 through 107 owned in o" OINT1041 = "Amount of income received in own name" OINT1042 = "Amount of income received in own name" OINT1043 = "Amount of income received in own name" OINT1044 = "Amount of income received in own name" JCALC104 = "Were the fields 'JINT1041....4'" OCALC104 = "Were the fields 'OINT1041....4'" J110RYN1 = "Were dividend checks received jointly" J110RYN2 = "Were dividend checks received jointly" J110RYN3 = "Were dividend checks received jointly" J110RYN4 = "Were dividend checks received jointly" JDIR1101 = "Amount of income received jointly with" JDIR1102 = "Amount of income received jointly with" JDIR1103 = "Amount of income received jointly with" JDIR1104 = "Amount of income received jointly with" O110RYN1 = "Were dividend checks received in own" O110RYN2 = "Were dividend checks received in own" O110RYN3 = "Were dividend checks received in own" O110RYN4 = "Were dividend checks received in own" ODIR1101 = "Amount of income received in own name" ODIR1102 = "Amount of income received in own name" ODIR1103 = "Amount of income received in own name" ODIR1104 = "Amount of income received in own name" J110CYN1 = "Were credited dividends from source" J110CYN2 = "Were credited dividends from source 11" J110CYN3 = "Were credited dividends from source 11" J110CYN4 = "Were credited dividends from source 11" JDIC1101 = "Amount of income received jointly with" JDIC1102 = "Amount of income received jointly with" JDIC1103 = "Amount of income received jointly with" JDIC1104 = "Amount of income received jointly with" O110CYN1 = "Were credited dividends from source 11" O110CYN2 = "Were credited dividends from source 11" O110CYN3 = "Were credited dividends from source 11" O110CYN4 = "Were credited dividends from source 11" ODIC1101 = "Amount of income received in own name" ODIC1102 = "Amount of income received in own name" ODIC1103 = "Amount of income received in own name" ODIC1104 = "Amount of income received in own name" J120YN_1 = "Was rental income received from proper" J120YN_2 = "Was rental income received from proper" J120YN_3 = "Was rental income received from proper" J120YN_4 = "Was rental income received from proper" JRNT1201 = "Amount of rental income cleared jointl" JRNT1202 = "Amount of rental income cleared jointl" JRNT1203 = "Amount of rental income cleared jointl" JRNT1204 = "Amount of rental income cleared jointl" O120YN_1 = "Was rental income received from proper" O120YN_2 = "Was rental income received from proper" O120YN_3 = "Was rental income received from proper" O120YN_4 = "Was rental income received from proper" ORNT1201 = "Amount of rental income cleared in own" ORNT1202 = "Amount of rental income cleared in own" ORNT1203 = "Amount of rental income cleared in own" ORNT1204 = "Amount of rental income cleared in own" OJ120YN1 = "Was rental income received from proper" OJ120YN2 = "Was rental income received from proper" OJ120YN3 = "Was rental income received from proper" OJ120YN4 = "Was rental income received from proper" OJRT1201 = "Amount of rental income cleared jointl" OJRT1202 = "Amount of rental income cleared jointl" OJRT1203 = "Amount of rental income cleared jointl" OJRT1204 = "Amount of rental income cleared jointl" JMTGNYN1 = "Was mortgage held jointly with spouse" JMTGNYN2 = "Was mortgage held jointly with spouse" JMTGNYN3 = "Was mortgage held jointly with spouse" JMTGNYN4 = "Was mortgage held jointly with spouse" JMORTYN1 = "Was interest received from jointly own" JMORTYN2 = "Was interest received from jointly own" JMORTYN3 = "Was interest received from jointly own" JMORTYN4 = "Was interest received from jointly own" JMAM1301 = "Amount of mortgage interest earned" JMAM1302 = "Amount of mortgage interest earned" JMAM1303 = "Amount of mortgage interest earned" JMAM1304 = "Amount of mortgage interest earned" OMTGNYN1 = "Was mortgage held in own name in month" OMTGNYN2 = "Was mortgage held in own name in month" OMTGNYN3 = "Was mortgage held in own name in month" OMTGNYN4 = "Was mortgage held in own name in month" OMORTYN1 = "Was interest received from mortgage he" OMORTYN2 = "Was interest received from mortgage he" OMORTYN3 = "Was interest received from mortgage he" OMORTYN4 = "Was interest received from mortgage he" OMAM1301 = "Amount of mortgage interest earned in" OMAM1302 = "Amount of mortgage interest earned in" OMAM1303 = "Amount of mortgage interest earned in" OMAM1304 = "Amount of mortgage interest earned in" O4050YN1 = "Were royalties or other financial" O4050YN2 = "Were royalties or other financial" O4050YN3 = "Were royalties or other financial" O4050YN4 = "Were royalties or other financial" RAM40501 = "Amount earned from royalties and other" RAM40502 = "Amount earned from royalties and other" RAM40503 = "Amount earned from royalties and other" RAM40504 = "Amount earned from royalties and other" SC4300 = "ISS code 100 - regular/passbook" SC4302 = "ISS code 101 - money market deposit" SC4304 = "ISS code 102 - certificates of" SC4306 = "ISS code 103 - NOW, Super NOW or" SC4308 = "Check item A11" SC4310 = "Did ... own any of these assets" SC4312 = "What is your best estimate of the" SC4318 = "Besides the assets owned jointly" SC4320 = "What is your best estimate of the" SC4400 = "ISS code 104 - money market funds" SC4402 = "ISS code 105 - U.S. government" SC4404 = "ISS code 106 - municipal or corporate" SC4406 = "ISS code 107 - other interest-earning" SC4408 = "Check item A13" SC4410 = "Did ... own any of these assets" SC4412 = "What is your best estimate of the" SC4418 = "Besides the assets owned jointly" SC4420 = "What is your best estimate of the" SC4500 = "Did ... receive any dividend checks" SC4502 = "Check item A14" SC4504 = "During the past 4 months how much" SC4508 = "During this 4-month period, how" SC4512 = "Did ... earn any (other) dividends" SC4514 = "Check item A15" SC4516 = "During the 4-month period how much" SC4518 = "During the 4-month period, how much" SC4600 = "Check item A17" SC4602 = "Did ... receive any rental income" SC4604 = "About how much was received in" SC4606 = "What is your best estimate of the" SC4610 = "Did ... receive rental income from" SC4612 = "About how much was received in" SC4614 = "What is your best estimate of the" SC4618 = "Did ... receive any rental income" SC4620 = "What is your best estimate of ...'s" SC4700 = "ISS code 130 - mortgages" SC4702 = "ISS code 140 - royalties" SC4704 = "ISS code 150 - other financial" SC4706 = "Check item A19" SC4708 = "Check item A20" SC4710 = "Did ... own this mortgage jointly" SC4712 = "During the past 4 months how much" SC4714 = "Did ... hold any mortgages in ...'s" SC4716 = "During the past 4 months how much" SC4718 = "Check item A21" SC4720 = "During the past 4 months, how much" G2_IMP01 = "General amounts 2 imputation flag 1" G2_IMP02 = "General amounts 2 imputation flag 2" G2_IMP03 = "General amounts 2 imputation flag 3" G2_IMP04 = "General amounts 2 imputation flag 4" G2_IMP05 = "General amounts 2 imputation flag 5" G2_IMP06 = "General amounts 2 imputation flag 6" G2_IMP07 = "General amounts 2 imputation flag 7" G2_IMP08 = "General amounts 2 imputation flag 8" G2_IMP09 = "General amounts 2 imputation flag 9" G2_IMP10 = "General amounts 2 imputation flag 10" G2_IMP11 = "General amounts 2 imputation flag 11" G2_IMP12 = "General amounts 2 imputation flag 12" G2_IMP13 = "General amounts 2 imputation flag 13" G2_IMP14 = "General amounts 2 imputation flag 14" G2_IMP15 = "General amounts 2 imputation flag 15" G2_IMP16 = "General amounts 2 imputation flag 16" G2_IMP17 = "General amounts 2 imputation flag 17" G2_IMP18 = "General amounts 2 imputation flag 18" G2_IMP19 = "General amounts 2 imputation flag 19" G2_IMP20 = "General amounts 2 imputation flag 20" G2_IMP21 = "General amounts 2 imputation flag 21" G2_IMP22 = "General amounts 2 imputation flag 22" G2_IMP23 = "General amounts 2 imputation flag 23" G2_IMP24 = "General amounts 2 imputation flag 24" G2_IMP25 = "General amounts 2 imputation flag 25" G2_IMP26 = "General amounts 2 imputation flag 26" G2_IMP27 = "General amounts 2 imputation flag 27" VERSION = "Release number of file" JCALB100 = "Were the fields '4314' calculated" OCALB100 = "Were the fields '4322' calculated" JCALB104 = "Were the fields '4414' calculated" OCALB104 = "Were the fields '4422' calculated" WS1_2002 = "Check Item E3 - Employer I.D. number" WS1_2044 = "On this job, is (was) ... a member" WS1_2046 = "Is (was) ... covered by a union or" WS1IMP07 = "Wage and salary imputation flag #7" WS1IMP08 = "Wage and salary imputation flag #8" WS1_2023 = "Did ... stop working for this employer" WS1_2024 = "What is the main reason ... stopped" WS2_2102 = "New variable for the 1986 panel" WS2_2144 = "New variable for the 1986 panel" WS2_2146 = "New variable for the 1986 panel" WS2IMP07 = "Wage and salary imputation flag" WS2IMP08 = "Wage and salary imputation flag" WS2_2123 = "Did ... stop working for this employer" WS2_2124 = "What is the main reason ... stopped" SE1_2201 = "Redefined variable for the" SE2_2301 = "Redefined variable for the" I41RECP1 = "New variable for the 1985 panel" I41RECP2 = "New variable for the 1985 panel" I41RECP3 = "New variable for the 1985 panel" I41RECP4 = "New variable for the 1985 panel" I41AMT1 = "New variable for the 1985 panel" I41AMT2 = "New variable for the 1985 panel" I41AMT3 = "New variable for the 1985 panel" I41AMT4 = "New variable for the 1985 panel" I41IMPO1 = "New variable for the 1985 panel" I41IMPO2 = "New variable for the 1985 panel" I41IMPO3 = "New variable for the 1985 panel" I41IMPO4 = "New variable for the 1985 panel" H1_TYPE = "New variable for the 1985 panel" U1ITM38C = "New variable for the 1985 panel" U1_REINT = "New variable for the 1985 panel" H2_TYPE = "New variable for the 1985 panel" U2ITM38C = "New variable for the 1985 panel" U2_REINT = "New variable for the 1985 panel" H3_TYPE = "New variable for the 1985 panel" U3_REINT = "New variable for the 1985 panel" U3ITM38C = "New variable for the 1985 panel" H4_TYPE = "New variable for the 1985 panel" U4ITM38C = "New variable for the 1985 panel" U4_REINT = "New variable for the 1985 panel" H5_TYPE = "New variable for the 1985 panel" U_YEARE1 = "New variable for the 1985 panel" U_YEARE2 = "New variable for the 1985 panel" MOVER_ID = "New variable for the 1985 panel" SC0064 = "Redefined variable for the" SC0066 = "Redefined variable for the" SC0068 = "New variable for the 1985 panel" MEDCODE = "New variable for the 1985 panel" SC1231 = "New variable for the 1985 panel" SC1232 = "Redefined variable for the 1985 panel" SC1233 = "New variable for the 1985 panel" SC1234 = "Redefined variable for the 1985 panel" SC1235 = "New variable for the 1985 panel" SC1236 = "Redefined variable for the 1985 panel" SC1237 = "New variable for the 1985 panel" SC1238 = "Redefined variable for the 1985 panel" SC1656 = "Redefined variable for the 1985 panel" SC1658 = "Redefined variable for the 1985 panel" SC1660 = "Redefined variable for the 1985 panel" SC1662 = "Redefined variable for the 1985 panel" SC1664 = "Redefined variable for the 1985 panel" SC1666 = "Redefined variable for the 1985 panel" SC1668 = "Redefined variable for the 1985 panel" SC1670 = "Redefined variable for the 1985 panel" SC1672 = "Redefined variable for the 1985 panel" SC1674 = "Redefined variable for the 1985 panel" SC1676 = "Redefined variable for the 1985 panel" SC1678 = "Redefined variable for the 1985 panel" SC1680 = "Redefined variable for the 1985 panel" SC1682 = "Redefined variable for the 1985 panel" SC1684 = "Redefined variable for the 1985 panel" SC1686 = "New variable for the 1985 panel" SC1688 = "Redefined variable for the 1985 panel" SC1690 = "Redefined variable for the 1985 panel" SC1692 = "Redefined variable for the 1985 panel" SC0914 = "New for 1985 panel" SC0916 = "Redefined variable for the 1985 panel" SC0918 = "Redefined variable for the 1985 panel" SC0920 = "Redefined variable for the 1985 panel" SC0922 = "Redefined variable for the 1985 panel" SC0924 = "Redefined variable for the 1985 panel" SC0926 = "Redefined variable for the 1985 panel" SC0928 = "Redefined variable for the 1985 panel" SC0930 = "Redefined variable for the 1985 panel" U_RRP = "Redefined for 1986" PW_RRP = "Redefined for 1986" U_SRVDT1 = "New for 1986" U_SRVDT2 = "New for 1986" U_SRVDT3 = "New for 1986" WS1IMP09 = "New for 1986" WS2IMP09 = "New for 1986" WIC3146 = "New for 1986" WIC3148 = "New for 1986" WIC3150 = "New for 1986" WIC3152 = "New for 1986" WIC3154 = "New for 1986" WS1_2003 = "New for 1986" WS1_2004 = "New for 1986" WS2_2103 = "New for 1986" WS2_2104 = "New for 1986" SE1_2202 = "Redefined for 1986" SE1_2203 = "New for 1986" SE2_2302 = "Redefined for 1986" SE22303 = "New for 1986" TM8000 = "Is...the designated parent or" TM8002 = "Is 'worked' marked on the ISS" TM8003 = "Was ...enrolled in school during the" TM8004 = "Check Item T4" TM8006 = "Person number of second youngest child" TM8008 = "Person number of third youngest child" TM8010 = "During (last month) what was" TM8012 = "During (last month) what was" TM8014 = "During (last month) what was" TM8016 = "Where was (name of child)" TM8018 = "Where was (name of child)" TM8020 = "Where was (name of child)" TM8022 = "Was (name of child) usually" TM8024 = "Was (name of child) usually" TM8026 = "Was (name of child) usually" TM8028 = "About how many hours per week was" TM8030 = "About how many hours per week was" TM8032 = "About how many hours per week was" TM8034 = "What did (name of child) do or" TM8036 = "What did (name of child) do or" TM8038 = "What did (name of child) do or" TM8040 = "Where was (name of child) usually" TM8042 = "Where was (name of child) usually" TM8044 = "Where was (name of child) usually" TM8046 = "Are any of the children cared" TM8048 = "Did...(or...'s family) usually" TM8050 = "In a typical week, how much did..." TM8052 = "(Besides any cash payment) did..." TM8054 = "During the month of (last month)" TM8056 = "Is...the female parent of children" TM8058 = "Is 'child support payments'" TM8060 = "What is...'s marital status" TM8062 = "Has...ever been divorced" TM8064 = "Does...have any children living" TM8066 = "Have child support payments ever" TM8068 = "Was...'s most recent child support" TM8070 = "How were the payments to be" TM8072 = "Which children living here were" TM8074 = "Person number" TM8076 = "Person number" TM8078 = "Person number" TM8080 = "Did the agreement specify joint" TM8082 = "Does...know the current address" TM8084 = "Does the father now live" TM8086 = "Does the father now live" TM8088 = "Is...still supposed to receive" TM8090 = "How regularly are the child support" TM8092 = "What is the total amount that..." TM8094 = "What is the total amount that..." TM8096 = "Has...ever contacted a child" TM8098 = "Did...receive any help from that" TM8100 = "What type of help did the office" TM8102 = "What type of help did the office" TM8104 = "What type of help did the office" TM8106 = "What type of help did the office" TM8108 = "What type of help did the office" TM8110 = "What type of help did the office" TM_IFA01 = "Imputation of 'TM8010'" TM_IFA02 = "Imputation of 'TM8012'" TM_IFA03 = "Imputation of 'TM8014'" TM_IFA04 = "Imputation of 'TM8016'" TM_IFA05 = "Imputation of 'TM8018'" TM_IFA06 = "Imputation of 'TM8020'" TM_IFA10 = "Imputation of 'TM8028'" TM_IFA11 = "Imputation of 'TM8030'" TM_IFA12 = "Imputation of 'TM8032'" TM_IFA13 = "Imputation of 'TM8034'" TM_IFA14 = "Imputation of 'TM8036'" TM_IFA15 = "Imputation of 'TM8038'" TM_IFA16 = "Imputation of 'TM8040'" TM_IFA17 = "Imputation of 'TM8042'" TM_IFA18 = "Imputation of 'TM8044'" TM_IFA20 = "Imputation of 'TM8050'" TM_IFA21 = "Imputation of 'TM8052'" TM_IFA22 = "Imputation of 'TM8054'" TM_IFA49 = "Imputation of 'TM8062'" TM_IFA50 = "Imputation of 'TM8064'" TM_IFA51 = "Imputation of 'TM8066'" TM_IFA52 = "Imputation of 'TM8068'" TM_IFA53 = "Imputation of 'TM8070'" TM_IFA54 = "Imputation of 'TM8080'" TM_IFA55 = "Imputation of 'TM8082'" TM_IFA56 = "Imputation of 'TM8084'" TM_IFA57 = "Imputation of 'TM8086'" TM_IFA58 = "Imputation of 'TM8088'" TM_IFA59 = "Imputation of 'TM8090'" TM_IFA60 = "Imputation of 'TM8092'" TM_IFA61 = "Imputation of 'TM8094'" TM_IFA62 = "Imputation of 'TM8096'" TM_IFA63 = "Imputation of 'TM8098'" TM_IFA64 = "Imputation of 'TM8100'" TM_IFA65 = "Imputation of 'TM8102'" TM_IFA66 = "Imputation of 'TM8104'" TM_IFA67 = "Imputation of 'TM8106'" TM_IFA68 = "Imputation of 'TM8108'" TM_IFA69 = "Imputation of 'TM8110'" TM_CAL01 = "Field 'TM8022' was calculated" TM_CAL02 = "Field 'TM8024' was calculated" TM_CAL03 = "Field 'TM8026' was calculated" TM_CAL04 = "Field 'TM8048' was calculated" TM8200 = "During the past 12 months did ..." TM8202 = "Did ... make regular payments,lump-sum" TM8204 = "Were any of these payments for" TM8206 = "For how many children did...make" TM8208 = "How much did...pay in child support" TM8210 = "During the past 12 months,did..." TM8212 = "For how many(other)persons did..." TM8214 = "How is this person related to..." TM8216 = "Second person" TM8218 = "Where was this person living" TM8220 = "Second person" TM8222 = "How much did...pay for the support" TM8224 = "Second person" TM8226 = "Is the entry in TM8212 '03' or more" TM8228 = "How much did...pay during the past" TM8230 = "Did...have a family plan health" TM8232 = "Did that family plan health" TM8234 = "How many persons outside of" TM8236 = "How were these persons related to ..." TM8238 = "How were these persons related to ..." TM8240 = "How were these persons related to ..." TM_IFB0 = "Imputation of 'TM8200'" TM_IFB1 = "Imputation of 'TM8202'" TM_IFB2 = "Imputation of 'TM8204'" TM_IFB3 = "Imputation of 'TM8206'" TM_IFB4 = "Imputation of 'TM8208'" TM_IFB5 = "Imputation of 'TM8210'" TM_IFB6 = "Imputation of 'TM8212'" TM_IFB7 = "Imputation of 'TM8214'" TM_IFB8 = "Imputation of 'TM8216'" TM_IFB9 = "Imputation of 'TM8218'" TM_IFB10 = "Imputation of 'TM8220'" TM_IFB11 = "Imputation of 'TM8222'" TM_IFB12 = "Imputation of 'TM8224'" TM_IFB13 = "Imputation of 'TM8228'" TM_IFB14 = "Imputation of 'TM8232'" TM_IFB15 = "Imputation of 'TM8234'" TM_IFB16 = "Imputation of 'TM8236-TM8240'" TM8300 = "Number of employers...worked for" TM8302 = "Not counting commuting costs or" TM8304 = "Not counting commuting costs or" TM8306 = "How much were...'s annual expenses" TM8308 = "How much were...'s annual expenses" TM8310 = "During a typical week did...do some" TM8312 = "During a typical week did...do some" TM8314 = "Altogether, how many miles did...usual" TM8316 = "Altogether, how many miles did...usual" TM8318 = "Did...have any (other) expenses gettin" TM8320 = "Did...have any (other) expenses gettin" TM8322 = "Altogether, how much were these (other" TM8324 = "Altogether, how much were these (other" TM_IFC0 = "Imputation of 'TM8302'" TM_IFC1 = "Imputation of 'TM8304'" TM_IFC2 = "Imputation of 'TM8306'" TM_IFC3 = "Imputation of 'TM8308'" TM_IFC4 = "Imputation of 'TM8310'" TM_IFC5 = "Imputation of 'TM8312'" TM_IFC6 = "Imputation of 'TM8314'" TM_IFC7 = "Imputation of 'TM8316'" TM_IFC8 = "Imputation of 'TM8318'" TM_IFC9 = "Imputation of 'TM8320'" TM_IFC10 = "Imputation of 'TM8322'" TM_IFC11 = "Imputation of 'TM8324'" TM8400 = "Is this the reference" TM8402 = "What is the tenure of these" TM8404 = "Is there a mortgage or other home" TM8406 = "What are the (total) required" TM8408 = "Do the required payments include" TM8410 = "Do the required payments include" TM8412 = "What is the yearly cost for" TM8414 = "What is the yearly cost for" TM8416 = "What is the yearly cost for" TM8418 = "What is the monthly rent for" TM8420 = "(In addition to rent) does..." TM8422 = "Over a 12 month period, what is" TM8424 = "(In addition to rent) does..." TM8426 = "Over a 12 month period, what is" TM8428 = "(In addition to rent) does..." TM8430 = "During a full year, what is the" TM8432 = "Altogether how many rooms are" TM8434 = "What is the main fuel used for" TM8436 = "Does ... have air-conditioning" TM_IFD0 = "Imputation of 'TM8404'" TM_IFD1 = "Imputation of 'TM8406'" TM_IFD2 = "Imputation of 'TM8408'" TM_IFD3 = "Imputation of 'TM8410'" TM_IFD4 = "Imputation of 'TM8412'" TM_IFD5 = "Imputation of 'TM8414'" TM_IFD6 = "Imputation of 'TM8416'" TM_IFD7 = "Imputation of 'TM8418'" TM_IFD8 = "Imputation of 'TM8422'" TM_IFD9 = "Imputation of 'TM8426'" TM_IFD10 = "Imputation of 'TM8430'" TM_IFD11 = "Imputation of 'TM8432'" TM_IFD12 = "Imputation of 'TM8434'" TM_IFD13 = "Imputation of 'TM8436'" ; proc print data=library.sip86rt6 (obs=6); FORMAT STATE STATE. SU_RGC SU_RGC. H1_MIS H1_MIS. H1_INT1 H1_INT1L. H1_STATE H1_STATE. H1_METRO H1_METRO. H1_MSA H1_MSA. H1_ACCES H1_ACCES. H1_LVQTR H1_LVQTR. H1_UNITS H1_UNITS. H1_TENUR H1_TENUR. H1_PUBHS H1_PUBHS. H1_LORNT H1_LORNT. H1_RACE H1_RACE. H1_SEX H1_SEX. H1_SIZE H1_SIZE. H1_SEG H1_SEG. U1FRMSLE U1FRMSLE. U1_ACCES U1_ACCES. U1_LVQTR U1_LVQTR. U1_UNITS U1_UNITS. U1_TENUR U1_TENUR. U1_PUBHS U1_PUBHS. U1_LORNT U1_LORNT. H1ITM36B H1ITM36B. U1_RACE U1_RACE. U1_SEX U1_SEX. U1_SIZE U1_SIZE. U1TOTVST U1TOTVST. U1TOTPHN U1TOTPHN. U1CCRSPP U1CCRSPP. H1_0010 H1_0010L. H1_0012 H1_0012L. H1_0014 H1_0014L. H1_0016 H1_0016L. H1_0018 H1_0018L. H1_0020 H1_0020L. H1_00221 H1_0022L. H1_00222 H1_0022L. H1_00223 H1_0022L. H1_00224 H1_0022L. H1_00225 H1_0022L. H1_00226 H1_0022L. H1_00227 H1_0022L. H1_00241 H1_0024L. H1_00242 H1_0024L. H1_00243 H1_0024L. H1_00244 H1_0024L. H1_00245 H1_0024L. H1_00246 H1_0024L. H1_00247 H1_0024L. H1_MEANS H1_MEANS. H1_CASH H1_CASH. H1NCASHB H1NCASHB. H1_ENRGY H1_ENRGY. H1_LUNCH H1_LUNCH. H1_BREAK H1_BREAK. H1_4816 H1_4816L. H1_4818 H1_4818L. H1_4820 H1_4820L. H1_4822 H1_4822L. H1_4824 H1_4824L. H1_4826 H1_4826L. H1_4828 H1_4828L. H1_4830 H1_4830L. H1_4832 H1_4832L. H1_4834 H1_4834L. H1_4836 H1_4836L. H1_4838 H1_4838L. H1_4840 H1_4840L. H1_4842 H1_4842L. H1_4844 H1_4844L. H1_4846 H1_4846L. H1_IMP06 H1_IMP0K. H1_IMP07 H1_IMP0L. H1_IMP08 H1_IMP0M. H1_IMP09 H1_IMP0N. H1_IMP10 H1_IMP1K. H1_IMP11 H1_IMP1L. H1_IMP12 H1_IMP1M. H1_IMP13 H1_IMP1N. H1_IMP14 H1_IMP1O. H1_IMP15 H1_IMP1P. H1_IMP16 H1_IMP1Q. H1_IMP17 H1_IMP1R. H1_IMP18 H1_IMP1S. H1_IMP19 H1_IMP1T. H1_IMP20 H1_IMP2K. H2_MIS H2_MIS. H2_INT1 H2_INT1L. H2_STATE H2_STATE. H2_METRO H2_METRO. H2_MSA H2_MSA. H2_ACCES H2_ACCES. H2_LVQTR H2_LVQTR. H2_UNITS H2_UNITS. H2_TENUR H2_TENUR. H2_PUBHS H2_PUBHS. H2_LORNT H2_LORNT. H2_RACE H2_RACE. H2_SEX H2_SEX. H2_SIZE H2_SIZE. H2_SEG H2_SEG. U2FRMSLE U2FRMSLE. U2_ACCES U2_ACCES. U2_LVQTR U2_LVQTR. U2_UNITS U2_UNITS. U2_TENUR U2_TENUR. U2_PUBHS U2_PUBHS. U2_LORNT U2_LORNT. H2ITM36B H2ITM36B. U2_RACE U2_RACE. U2_SEX U2_SEX. U2_SIZE U2_SIZE. U2TOTVST U2TOTVST. U2TOTPHN U2TOTPHN. U2CCRSPP U2CCRSPP. H2_0010 H2_0010L. H2_0012 H2_0012L. H2_0014 H2_0014L. H2_0016 H2_0016L. H2_0018 H2_0018L. H2_0020 H2_0020L. H2_00221 H2_0022L. H2_00222 H2_0022L. H2_00223 H2_0022L. H2_00224 H2_0022L. H2_00225 H2_0022L. H2_00226 H2_0022L. H2_00227 H2_0022L. H2_00241 H2_0024L. H2_00242 H2_0024L. H2_00243 H2_0024L. H2_00244 H2_0024L. H2_00245 H2_0024L. H2_00246 H2_0024L. H2_00247 H2_0024L. H2_MEANS H2_MEANS. H2_CASH H2_CASH. H2NCASHB H2NCASHB. H2_ENRGY H2_ENRGY. H2_LUNCH H2_LUNCH. H2_BREAK H2_BREAK. H2_4816 H2_4816L. H2_4818 H2_4818L. H2_4820 H2_4820L. H2_4822 H2_4822L. H2_4824 H2_4824L. H2_4826 H2_4826L. H2_4828 H2_4828L. H2_4830 H2_4830L. H2_4832 H2_4832L. H2_4834 H2_4834L. H2_4836 H2_4836L. H2_4838 H2_4838L. H2_4840 H2_4840L. H2_4842 H2_4842L. H2_4844 H2_4844L. H2_4846 H2_4846L. H2_IMP06 H2_IMP0K. H2_IMP07 H2_IMP0L. H2_IMP08 H2_IMP0M. H2_IMP09 H2_IMP0N. H2_IMP10 H2_IMP1K. H2_IMP11 H2_IMP1L. H2_IMP12 H2_IMP1M. H2_IMP13 H2_IMP1N. H2_IMP14 H2_IMP1O. H2_IMP15 H2_IMP1P. H2_IMP16 H2_IMP1Q. H2_IMP17 H2_IMP1R. H2_IMP18 H2_IMP1S. H2_IMP19 H2_IMP1T. H2_IMP20 H2_IMP2K. H3_MIS H3_MIS. H3_INT1 H3_INT1L. H3_STATE H3_STATE. H3_METRO H3_METRO. H3_MSA H3_MSA. H3_ACCES H3_ACCES. H3_LVQTR H3_LVQTR. H3_UNITS H3_UNITS. H3_TENUR H3_TENUR. H3_PUBHS H3_PUBHS. H3_LORNT H3_LORNT. H3_RACE H3_RACE. H3_SEX H3_SEX. H3_SIZE H3_SIZE. H3_SEG H3_SEG. U3FRMSLE U3FRMSLE. U3_ACCES U3_ACCES. U3_LVQTR U3_LVQTR. U3_UNITS U3_UNITS. U3_TENUR U3_TENUR. U3_PUBHS U3_PUBHS. U3_LORNT U3_LORNT. H3ITM36B H3ITM36B. U3_RACE U3_RACE. U3_SEX U3_SEX. U3_SIZE U3_SIZE. U3TOTVST U3TOTVST. U3TOTPHN U3TOTPHN. U3CCRSPP U3CCRSPP. H3_0010 H3_0010L. H3_0012 H3_0012L. H3_0014 H3_0014L. H3_0016 H3_0016L. H3_0018 H3_0018L. H3_0020 H3_0020L. H3_00221 H3_0022L. H3_00222 H3_0022L. H3_00223 H3_0022L. H3_00224 H3_0022L. H3_00225 H3_0022L. H3_00226 H3_0022L. H3_00227 H3_0022L. H3_00241 H3_0024L. H3_00242 H3_0024L. H3_00243 H3_0024L. H3_00244 H3_0024L. H3_00245 H3_0024L. H3_00246 H3_0024L. H3_00247 H3_0024L. H3_MEANS H3_MEANS. H3_CASH H3_CASH. H3NCASHB H3NCASHB. H3_ENRGY H3_ENRGY. H3_LUNCH H3_LUNCH. H3_BREAK H3_BREAK. H3_4816 H3_4816L. H3_4818 H3_4818L. H3_4820 H3_4820L. H3_4822 H3_4822L. H3_4824 H3_4824L. H3_4826 H3_4826L. H3_4828 H3_4828L. H3_4830 H3_4830L. H3_4832 H3_4832L. H3_4834 H3_4834L. H3_4836 H3_4836L. H3_4838 H3_4838L. H3_4840 H3_4840L. H3_4842 H3_4842L. H3_4844 H3_4844L. H3_4846 H3_4846L. H3_IMP06 H3_IMP0K. H3_IMP07 H3_IMP0L. H3_IMP08 H3_IMP0M. H3_IMP09 H3_IMP0N. H3_IMP10 H3_IMP1K. H3_IMP11 H3_IMP1L. H3_IMP12 H3_IMP1M. H3_IMP13 H3_IMP1N. H3_IMP14 H3_IMP1O. H3_IMP15 H3_IMP1P. H3_IMP16 H3_IMP1Q. H3_IMP17 H3_IMP1R. H3_IMP18 H3_IMP1S. H3_IMP19 H3_IMP1T. H3_IMP20 H3_IMP2K. H4_MIS H4_MIS. H4_INT1 H4_INT1L. H4_STATE H4_STATE. H4_METRO H4_METRO. H4_MSA H4_MSA. H4_ACCES H4_ACCES. H4_LVQTR H4_LVQTR. H4_UNITS H4_UNITS. H4_TENUR H4_TENUR. H4_PUBHS H4_PUBHS. H4_LORNT H4_LORNT. H4_RACE H4_RACE. H4_SEX H4_SEX. H4_SIZE H4_SIZE. H4_SEG H4_SEG. U4FRMSLE U4FRMSLE. U4_ACCES U4_ACCES. U4_LVQTR U4_LVQTR. U4_UNITS U4_UNITS. U4_TENUR U4_TENUR. U4_PUBHS U4_PUBHS. U4_LORNT U4_LORNT. H4ITM36B H4ITM36B. U4_RACE U4_RACE. U4_SEX U4_SEX. U4_SIZE U4_SIZE. U4TOTVST U4TOTVST. U4TOTPHN U4TOTPHN. U4CCRSPP U4CCRSPP. H4_0010 H4_0010L. H4_0012 H4_0012L. H4_0014 H4_0014L. H4_0016 H4_0016L. H4_0018 H4_0018L. H4_0020 H4_0020L. H4_00221 H4_0022L. H4_00222 H4_0022L. H4_00223 H4_0022L. H4_00224 H4_0022L. H4_00225 H4_0022L. H4_00226 H4_0022L. H4_00227 H4_0022L. H4_00241 H4_0024L. H4_00242 H4_0024L. H4_00243 H4_0024L. H4_00244 H4_0024L. H4_00245 H4_0024L. H4_00246 H4_0024L. H4_00247 H4_0024L. H4_MEANS H4_MEANS. H4_CASH H4_CASH. H4NCASHB H4NCASHB. H4_ENRGY H4_ENRGY. H4_LUNCH H4_LUNCH. H4_BREAK H4_BREAK. H4_4816 H4_4816L. H4_4818 H4_4818L. H4_4820 H4_4820L. H4_4822 H4_4822L. H4_4824 H4_4824L. H4_4826 H4_4826L. H4_4828 H4_4828L. H4_4830 H4_4830L. H4_4832 H4_4832L. H4_4834 H4_4834L. H4_4836 H4_4836L. H4_4838 H4_4838L. H4_4840 H4_4840L. H4_4842 H4_4842L. H4_4844 H4_4844L. H4_4846 H4_4846L. H4_IMP06 H4_IMP0K. H4_IMP07 H4_IMP0L. H4_IMP08 H4_IMP0M. H4_IMP09 H4_IMP0N. H4_IMP10 H4_IMP1K. H4_IMP11 H4_IMP1L. H4_IMP12 H4_IMP1M. H4_IMP13 H4_IMP1N. H4_IMP14 H4_IMP1O. H4_IMP15 H4_IMP1P. H4_IMP16 H4_IMP1Q. H4_IMP17 H4_IMP1R. H4_IMP18 H4_IMP1S. H4_IMP19 H4_IMP1T. H4_IMP20 H4_IMP2K. H5_MIS H5_MIS. H5_LVQTR H5_LVQTR. F1_TYPE F1_TYPE. F1_KIND F1_KIND. F1OWNKID F1OWNKID. F1OKLT18 F1OKLT1D. F2_TYPE F2_TYPE. F2_KIND F2_KIND. F2OWNKID F2OWNKID. F2OKLT18 F2OKLT1D. F3_TYPE F3_TYPE. F3_KIND F3_KIND. F3OWNKID F3OWNKID. F3OKLT18 F3OKLT1D. F4_TYPE F4_TYPE. F4_KIND F4_KIND. F4OWNKID F4OWNKID. F4OKLT18 F4OKLT1D. S1_TYPE S1_TYPE. S1_KIND S1_KIND. S1OWNKID S1OWNKID. S1OKLT18 S1OKLT1D. S2_TYPE S2_TYPE. S2_KIND S2_KIND. S2OWNKID S2OWNKID. S2OKLT18 S2OKLT1D. S3_TYPE S3_TYPE. S3_KIND S3_KIND. S3OWNKID S3OWNKID. S3OKLT18 S3OKLT1D. S4_TYPE S4_TYPE. S4_KIND S4_KIND. S4OWNKID S4OWNKID. S4OKLT18 S4OKLT1D. PP_INTVW PP_INTVW. PP_MIS_1 PP_MIS_W. PP_MIS_2 PP_MIS_K. PP_MIS_3 PP_MIS_L. PP_MIS_4 PP_MIS_M. PP_MIS_5 PP_MIS_N. PW_ADDID $PW_ADDI. PW_MS PW_MS. PW_PNSP PW_PNSP. PW_PNPT PW_PNPT. PW_POPST PW_POPST. PW_ADDIT PW_ADDIT. PW_INTVW PW_INTVW. RRP_1 RRP_1L. RRP_2 RRP_2L. RRP_3 RRP_3L. RRP_4 RRP_4L. RRP_5 RRP_5L. AGE_1 AGE_1L. AGE_2 AGE_2L. AGE_3 AGE_3L. AGE_4 AGE_4L. AGE_5 AGE_5L. SEX SEX. RACE RACE. MS_1 MS_1L. MS_2 MS_2L. MS_3 MS_3L. MS_4 MS_4L. MS_5 MS_5L. FAMTYP_1 FAMTYP_E. FAMTYP_2 FAMTYP_K. FAMTYP_3 FAMTYP_L. FAMTYP_4 FAMTYP_M. FAMTYP_5 FAMTYP_N. FAMREL_1 FAMREL_E. FAMREL_2 FAMREL_K. FAMREL_3 FAMREL_L. FAMREL_4 FAMREL_M. FAMREL_5 FAMREL_N. FAMNUM_1 FAMNUM_E. FAMNUM_2 FAMNUM_K. FAMNUM_3 FAMNUM_L. FAMNUM_4 FAMNUM_M. FAMNUM_5 FAMNUM_N. POP_STAT POP_STAT. PNSP_1 PNSP_1L. PNSP_2 PNSP_2L. PNSP_3 PNSP_3L. PNSP_4 PNSP_4L. PNSP_5 PNSP_5L. PNPT_1 PNPT_1L. PNPT_2 PNPT_2L. PNPT_3 PNPT_3L. PNPT_4 PNPT_4L. PNPT_5 PNPT_5L. VETSTAT VETSTAT. HIGRADE HIGRADE. GRD_CMPL GRD_CMPL. ETHNICTY ETHNICTY. IN_AF IN_AF. U_HHMEM U_HHMEM. U_ENTLF1 U_ENTLFM. U_ENTLF2 U_ENTLFK. U_MONLFT U_MONLFT. U_MONENT U_MONENT. U_DAYLFT U_DAYLFT. U_DAYENT U_DAYENT. CC_ADLFT CC_ADLFT. CC_ADENT CC_ADENT. BRTHMN BRTHMN. BRTHYR BRTHYR. U_PNPT U_PNPT. U_MS U_MS. U_PNSP U_PNSP. U_PNGD U_PNGD. U_SEX U_SEX. U_RACE U_RACE. U_ORIGIN U_ORIGIN. U_HIGRDE U_HIGRDE. U_COMPL U_COMPL. U_VET U_VET. U_AF U_AF. U_SSNDK U_SSNDK. RECIPS01 RECIPSUM. RECIPS02 RECIPSUM. RECIPS03 RECIPSUM. RECIPS04 RECIPSUM. RECIPS05 RECIPSUM. RECIPS06 RECIPSUM. RECIPS07 RECIPSUM. RECIPS08 RECIPSUM. RECIPS09 RECIPSUM. RECIPS10 RECIPSUM. RECIPS11 RECIPSUM. RECIPS12 RECIPSUM. RECIPS13 RECIPSUM. RECIPS14 RECIPSUM. RECIPS15 RECIPSUM. RECIPS16 RECIPSUM. RECIPS17 RECIPSUM. RECIPS18 RECIPSUM. RECIPS19 RECIPSUM. RECIPS20 RECIPSUM. RECIPS21 RECIPSUM. RECIPS22 RECIPSUM. RECIPS23 RECIPSUM. RECIPS24 RECIPSUM. RECIPS25 RECIPSUM. RECIPS26 RECIPSUM. RECIPS27 RECIPSUM. RECIPS28 RECIPSUM. RECIPS29 RECIPSUM. RECIPS30 RECIPSUM. RECIPS31 RECIPSUM. RECIPS32 RECIPSUM. RECIPS33 RECIPSUM. RECIPS34 RECIPSUM. RECIPS35 RECIPSUM. RECIPS36 RECIPSUM. RECIPS37 RECIPSUM. RECIPS38 RECIPSUM. RECIPS39 RECIPSUM. RECIPS40 RECIPSUM. RECIPS41 RECIPSUM. RECIPS42 RECIPSUM. RECIPS43 RECIPSUM. RECIPS44 RECIPSUM. RECIPS45 RECIPSUM. RECIPS46 RECIPSUM. RECIPS47 RECIPSUM. RECIPS48 RECIPSUM. RECIPS49 RECIPSUM. RECIPS50 RECIPSUM. RECIPS51 RECIPSUM. RECIPS52 RECIPSUM. RECIPS53 RECIPSUM. RECIPS54 RECIPSUM. RECIPS55 RECIPSUM. RECIPS56 RECIPSUM. RECIPS57 RECIPSUM. RECIPS58 RECIPSUM. RECIPS59 RECIPSUM. RECIPS60 RECIPSUM. RECIPS61 RECIPSUM. RECIPS62 RECIPSUM. RECIPS63 RECIPSUM. RECIPS64 RECIPSUM. RECIPS65 RECIPSUM. RECIPS66 RECIPSUM. RECIPS67 RECIPSUM. RECIPS68 RECIPSUM. RECIPS69 RECIPSUM. RECIPS70 RECIPSUM. RECIPS71 RECIPSUM. RECIPS72 RECIPSUM. RECIPS73 RECIPSUM. RECIPS74 RECIPSUM. RECIPS75 RECIPSUM. ASSETS01 ASSETSUM. ASSETS02 ASSETSUM. ASSETS03 ASSETSUM. ASSETS04 ASSETSUM. ASSETS05 ASSETSUM. ASSETS06 ASSETSUM. ASSETS07 ASSETSUM. ASSETS08 ASSETSUM. ASSETS09 ASSETSUM. ASSETS10 ASSETSUM. ASSETS11 ASSETSUM. ASSETS12 ASSETSUM. ASSETS13 ASSETSUM. ESR_1 ESR_1L. ESR_2 ESR_2L. ESR_3 ESR_3L. ESR_4 ESR_4L. WKSPER1 WKSPER1L. WKSPER2 WKSPER2L. WKSPER3 WKSPER3L. WKSPER4 WKSPER4L. WKSJB1 WKSJB1L. WKSJB2 WKSJB2L. WKSJB3 WKSJB3L. WKSJB4 WKSJB4L. WKWJOB01 WKWJOB. WKWJOB02 WKWJOB. WKWJOB03 WKWJOB. WKWJOB04 WKWJOB. WKWJOB05 WKWJOB. WKWJOB06 WKWJOB. WKWJOB07 WKWJOB. WKWJOB08 WKWJOB. WKWJOB09 WKWJOB. WKWJOB10 WKWJOB. WKWJOB11 WKWJOB. WKWJOB12 WKWJOB. WKWJOB13 WKWJOB. WKWJOB14 WKWJOB. WKWJOB15 WKWJOB. WKWJOB16 WKWJOB. WKWJOB17 WKWJOB. WKWJOB18 WKWJOB. WISWOP1 WISWOP1L. WISWOP2 WISWOP2L. WISWOP3 WISWOP3L. WISWOP4 WISWOP4L. WEEKSA01 WEEKSAB. WEEKSA02 WEEKSAB. WEEKSA03 WEEKSAB. WEEKSA04 WEEKSAB. WEEKSA05 WEEKSAB. WEEKSA06 WEEKSAB. WEEKSA07 WEEKSAB. WEEKSA08 WEEKSAB. WEEKSA09 WEEKSAB. WEEKSA10 WEEKSAB. WEEKSA11 WEEKSAB. WEEKSA12 WEEKSAB. WEEKSA13 WEEKSAB. WEEKSA14 WEEKSAB. WEEKSA15 WEEKSAB. WEEKSA16 WEEKSAB. WEEKSA17 WEEKSAB. WEEKSA18 WEEKSAB. WISLOK1 WISLOK1L. WISLOK2 WISLOK2L. WISLOK3 WISLOK3L. WISLOK4 WISLOK4L. WEEKSL01 WEEKSLK. WEEKSL02 WEEKSLK. WEEKSL03 WEEKSLK. WEEKSL04 WEEKSLK. WEEKSL05 WEEKSLK. WEEKSL06 WEEKSLK. WEEKSL07 WEEKSLK. WEEKSL08 WEEKSLK. WEEKSL09 WEEKSLK. WEEKSL10 WEEKSLK. WEEKSL11 WEEKSLK. WEEKSL12 WEEKSLK. WEEKSL13 WEEKSLK. WEEKSL14 WEEKSLK. WEEKSL15 WEEKSLK. WEEKSL16 WEEKSLK. WEEKSL17 WEEKSLK. WEEKSL18 WEEKSLK. CARECOV1 CARECOVK. CARECOV2 CARECOVL. CARECOV3 CARECOVM. CARECOV4 CARECOVN. MEDICAID MEDICAID. CAIDCOV1 CAIDCOVD. CAIDCOV2 CAIDCOVK. CAIDCOV3 CAIDCOVL. CAIDCOV4 CAIDCOVM. WICCOV1 WICCOV1L. WICCOV2 WICCOV2L. WICCOV3 WICCOV3L. WICCOV4 WICCOV4L. WICVAL1 WICVAL1L. WICVAL2 WICVAL2L. WICVAL3 WICVAL3L. WICVAL4 WICVAL4L. HIIND HIIND. HIMNTH1 HIMNTH1L. HIMNTH2 HIMNTH2L. HIMNTH3 HIMNTH3L. HIMNTH4 HIMNTH4L. INCSOU01 INCSOURC. INCSOU02 INCSOURC. INCSOU03 INCSOURC. INCSOU04 INCSOURC. INCSOU05 INCSOURC. INCSOU06 INCSOURC. INCSOU07 INCSOURC. INCSOU08 INCSOURC. INCSOU09 INCSOURC. INCSOU10 INCSOURC. ASTSOU01 ASTSOURC. ASTSOU02 ASTSOURC. ASTSOU03 ASTSOURC. ASTSOU04 ASTSOURC. ASTSOU05 ASTSOURC. ASTSOU06 ASTSOURC. ASTSOU07 ASTSOURC. ASTSOU08 ASTSOURC. ASTSOU09 ASTSOURC. ASTSOU10 ASTSOURC. ASTSOU11 ASTSOURC. ASTSOU12 ASTSOURC. ASTSOU13 ASTSOURC. VETS1 VETS1L. VETS2 VETS2L. VETS3 VETS3L. VETS4 VETS4L. AFDC1 AFDC1L. AFDC2 AFDC2L. AFDC3 AFDC3L. AFDC4 AFDC4L. FOODSTP1 FOODSTPC. FOODSTP2 FOODSTPK. FOODSTP3 FOODSTPL. FOODSTP4 FOODSTPM. GENASST1 GENASSTC. GENASST2 GENASSTK. GENASST3 GENASSTL. GENASST4 GENASSTM. FOSTKID1 FOSTKIDC. FOSTKID2 FOSTKIDK. FOSTKID3 FOSTKIDL. FOSTKID4 FOSTKIDM. OTHWELF1 OTHWELFC. OTHWELF2 OTHWELFK. OTHWELF3 OTHWELFL. OTHWELF4 OTHWELFM. SOCSEC1 SOCSEC1L. SOCSEC2 SOCSEC2L. SOCSEC3 SOCSEC3L. SOCSEC4 SOCSEC4L. RAILRD1 RAILRD1L. RAILRD2 RAILRD2L. RAILRD3 RAILRD3L. RAILRD4 RAILRD4L. IT7A IT7A. IT7C IT7C. SC0900 SC0900L. SC0901 SC0901L. SC1000 SC1000L. SC1002 SC1002L. SC1004 SC1004L. SC1006 SC1006L. SC1008 SC1008L. SC1010 SC1010L. SC1012 SC1012L. SC1014 SC1014L. SC1016 SC1016L. SC1018 SC1018L. SC1020 SC1020L. SC1022 SC1022L. SC1024 SC1024L. SC1026 SC1026L. SC1028 SC1028L. SC1030 SC1030L. SC1032 SC1032L. SC1034 SC1034L. SC1036 SC1036L. SC1038 SC1038L. SC1040 SC1040L. SC1042 SC1042L. SC1044 SC1044L. SC1046 SC1046L. SC1048 SC1048L. SC1050 SC1050L. SC1052 SC1052L. SC1054 SC1054L. SC1055 SC1055L. SC1056 SC1056L. SC1058 SC1058L. SC1060 SC1060L. SC1062 SC1062L. SC1064 SC1064L. SC1066 SC1066L. SC1068 SC1068L. SC1070 SC1070L. SC1072 SC1072L. SC1074 SC1074L. SC1076 SC1076L. SC1078 SC1078L. SC1080 SC1080L. SC1082 SC1082L. SC1084 SC1084L. SC1086 SC1086L. SC1088 SC1088L. SC1090 SC1090L. SC1092 SC1092L. SC1094 SC1094L. SC1096 SC1096L. SC1098 SC1098L. SC1100 SC1100L. SC1102 SC1102L. SC1104 SC1104L. SC1106 SC1106L. SC1108 SC1108L. SC1110 SC1110L. SC1112 SC1112L. SC1114 SC1114L. SC1116 SC1116L. SC1118 SC1118L. SC1120 SC1120L. SC1122 SC1122L. SC1124 SC1124L. SC1126 SC1126L. SC1128 SC1128L. SC1130 SC1130L. SC1132 SC1132L. SC1134 SC1134L. SC1136 SC1136L. SC1138 SC1138L. SC1140 SC1140L. SC1142 SC1142L. SC1144 SC1144L. SC1146 SC1146L. SC1148 SC1148L. SC1150 SC1150L. SC1152 SC1152L. SC1154 SC1154L. SC1156 SC1156L. SC1158 SC1158L. SC1160 SC1160L. SC1162 SC1162L. SC1164 SC1164L. SC1166 SC1166L. SC1168 SC1168L. SC1170 SC1170L. SC1172 SC1172L. SC1174 SC1174L. SC1176 SC1176L. SC1178 SC1178L. SC1180 SC1180L. SC1182 SC1182L. SC1184 SC1184L. SC1186 SC1186L. SC1188 SC1188L. SC1190 SC1190L. SC1192 SC1192L. SC1194 SC1194L. SC1196 SC1196L. SC1198 SC1198L. SC1200 SC1200L. SC1202 SC1202L. SC1204 SC1204L. SC1206 SC1206L. SC1208 SC1208L. SC1210 SC1210L. SC1212 SC1212L. SC1214 SC1214L. SC1216 SC1216L. SC1218 SC1218L. SC1220 SC1220L. SC1222 SC1222L. SC1224 SC1224L. SC1226 SC1226L. SC1228 SC1228L. SC1230 SC1230L. SC1239 SC1239L. SC1240 SC1240L. SC1242 SC1242L. SC1244 SC1244L. SC1246 SC1246L. SC1248 SC1248L. SC1250 SC1250L. SC1251 SC1251L. SC1252 SC1252L. SC1254 SC1254L. SC1255 SC1255L. SC1256 SC1256L. SC1258 SC1258L. SC1259 SC1259L. SC1260 SC1260L. SC1262 SC1262L. SC1263 SC1263L. SC1264 SC1264L. SC1266 SC1266L. SC1267 SC1267L. SC1268 SC1268L. SC1270 SC1270L. SC1271 SC1271L. SC1272 SC1272L. SC1274 SC1274L. SC1275 SC1275L. SC1276 SC1276L. SC1278 SC1278L. SC1279 SC1279L. SC1280 SC1280L. SC1282 SC1282L. SC1283 SC1283L. SC1284 SC1284L. SC1286 SC1286L. SC1288 SC1288L. SC1290 SC1290L. SC1292 SC1292L. SC1294 SC1294L. SC1296 SC1296L. SC1298 SC1298L. SC1302 SC1302L. SC1304 SC1304L. SC1306 SC1306L. SC1308 SC1308L. SC1310 SC1310L. SC1314 SC1314L. SC1316 SC1316L. SC1318 SC1318L. SC1320 SC1320L. SC1322 SC1322L. SC1324 SC1324L. SC1326 SC1326L. SC1328 SC1328L. SC1330 SC1330L. SC1332 SC1332L. SC1334 SC1334L. SC1336 SC1336L. SC1338 SC1338L. SC1340 SC1340L. SC1342 SC1342L. SC1344 SC1344L. SC1346 SC1346L. SC1348 SC1348L. SC1350 SC1350L. SC1352 SC1352L. SC1354 SC1354L. SC1358 SC1358L. SC1360 SC1360L. SC1362 SC1362L. SC1364 SC1364L. SC1366 SC1366L. SC1368 SC1368L. SC1370 SC1370L. SC1374 SC1374L. SC1376 SC1376L. SC1378 SC1378L. SC1380 SC1380L. SC1382 SC1382L. SC1384 SC1384L. SC1386 SC1386L. SC1388 SC1388L. SC1390 SC1390L. SC1394 SC1394L. SC1396 SC1396L. SC1398 SC1398L. SC1400 SC1400L. SC1402 SC1402L. SC1406 SC1406L. SC1408 SC1408L. SC1410 SC1410L. SC1412 SC1412L. SC1414 SC1414L. SC1416 SC1416L. SC1418 SC1418L. SC1420 SC1420L. SC1422 SC1422L. SC1424 SC1424L. SC1426 SC1426L. SC1428 SC1428L. SC1430 SC1430L. SC1434 SC1434L. SC1436 SC1436L. SC1438 SC1438L. SC1442 SC1442L. SC1444 SC1444L. SC1446 SC1446L. SC1448 SC1448L. SC1450 SC1450L. SC1452 SC1452L. SC1454 SC1454L. SC1456 SC1456L. SC1458 SC1458L. SC1460 SC1460L. SC1462 SC1462L. SC1468 SC1468L. SC1470 SC1470L. SC1472 SC1472L. SC1474 SC1474L. SC1476 SC1476L. SC1478 SC1478L. SC1480 SC1480L. SC1482 SC1482L. SC1484 SC1484L. SC1486 SC1486L. SC1488 SC1488L. SC1492 SC1492L. SC1494 SC1494L. SC1496 SC1496L. SC1498 SC1498L. SC1500 SC1500L. SC1502 SC1502L. SC1504 SC1504L. SC1506 SC1506L. SC1508 SC1508L. SC1510 SC1510L. SC1512 SC1512L. SC1514 SC1514L. SC1516 SC1516L. SC1518 SC1518L. SC1520 SC1520L. SC1524 SC1524L. SC1526 SC1526L. SC1528 SC1528L. SC1530 SC1530L. SC1532 SC1532L. SC1534 SC1534L. SC1536 SC1536L. SC1537 SC1537L. SC1538 SC1538L. SC1540 SC1540L. SC1542 SC1542L. SC1544 SC1544L. SC1546 SC1546L. SC1548 SC1548L. SC1550 SC1550L. SC1552 SC1552L. SC1554 SC1554L. SC1556 SC1556L. SC1558 SC1558L. SC1560 SC1560L. SC1562 SC1562L. SC1564 SC1564L. SC1566 SC1566L. SC1568 SC1568L. SC1570 SC1570L. SC1572 SC1572L. SC1574 SC1574L. SC1576 SC1576L. SC1578 SC1578L. SC1580 SC1580L. SC1582 SC1582L. SC1584 SC1584L. SC1586 SC1586L. SC1588 SC1588L. SC1589 SC1589L. SC1590 SC1590L. SC1592 SC1592L. SC1593 SC1593L. SC1594 SC1594L. SC1596 SC1596L. SC1597 SC1597L. SC1598 SC1598L. SC1600 SC1600L. SC1601 SC1601L. SC1602 SC1602L. SC1604 SC1604L. SC1605 SC1605L. SC1606 SC1606L. SC1608 SC1608L. SC1609 SC1609L. SC1610 SC1610L. SC1612 SC1612L. SC1613 SC1613L. SC1614 SC1614L. SC1616 SC1616L. SC1617 SC1617L. SC1618 SC1618L. SC1620 SC1620L. SC1621 SC1621L. SC1622 SC1622L. SC1626 SC1626L. SC1628 SC1628L. SC1630 SC1630L. SC1632 SC1632L. SC1636 SC1636L. SC1638 SC1638L. SC1640 SC1640L. SC1642 SC1642L. SC1644 SC1644L. SC1646 SC1646L. SC1648 SC1648L. SC1650 SC1650L. SC1652 SC1652L. SC1654 SC1654L. SC1694 SC1694L. SC1696 SC1696L. SC1698 SC1698L. SC1700 SC1700L. SC1702 SC1702L. SC1704 SC1704L. SC1706 SC1706L. SC1708 SC1708L. SC1710 SC1710L. SC1712 SC1712L. SC1714 SC1714L. SC1716 SC1716L. PI01 PI01L. PI02 PI02L. PI03 PI03L. PI04 PI04L. PI05 PI05L. PI06 PI06L. PI09 PI09L. PI10 PI10L. PI11 PI11L. PI12 PI12L. PI13 PI13L. PI14 PI14L. PI15 PI15L. PI16 PI16L. PI17 PI17L. PI18 PI18L. PI19 PI19L. PI20 PI20L. PI21 PI21L. PI22 PI22L. PI25 PI25L. PI26 PI26L. PI27 PI27L. PI28 PI28L. PI29 PI29L. PI30 PI30L. PI31 PI31L. PI32 PI32L. PI33 PI33L. PI34 PI34L. PI35 PI35L. PI36 PI36L. PI37 PI37L. PI38 PI38L. PI39 PI39L. PI40 PI40L. PI41 PI41L. PI42 PI42L. PI43 PI43L. PI44 PI44L. PI45 PI45L. PI46 PI46L. PI47 PI47L. PI48 PI48L. PI49 PI49L. PI50 PI50L. PI51 PI51L. PI52 PI52L. PI53 PI53L. PI54 PI54L. PI55 PI55L. PI56 PI56L. PI57 PI57L. PI58 PI58L. PI59 PI59L. PI60 PI60L. PI61 PI61L. PI62 PI62L. PI63 PI63L. PI75 PI75L. PI76 PI76L. PI77 PI77L. PI78 PI78L. PI79 PI79L. PI83 PI83L. PI85 PI85L. PI86 PI86L. PI87 PI87L. PI88 PI88L. PI89 PI89L. PI90 PI90L. PI91 PI91L. PI92 PI92L. PI93 PI93L. PI94 PI94L. PI95 PI95L. PI96 PI96L. PI97 PI97L. PI98 PI98L. PI99 PI99L. PI100 PI100L. PI101 PI101L. PI102 PI102L. PI103 PI103L. PI104 PI104L. PI105 PI105L. PI106 PI106L. PI107 PI107L. WS1_OCC WS1_OCC. WS1_IND WS1_IND. WS1_WKS1 WS1_WKSD. WS1_WKS2 WS1_WKSK. WS1_WKS3 WS1_WKSL. WS1_WKS4 WS1_WKSM. WS1RECI1 WS1RECID. WS1RECI2 WS1RECIK. WS1RECI3 WS1RECIL. WS1RECI4 WS1RECIM. WS1_AMT1 WS1_AMTD. WS1_AMT2 WS1_AMTK. WS1_AMT3 WS1_AMTL. WS1_AMT4 WS1_AMTM. WS1_2012 WS1_201D. WS1_2014 WS1_201K. WS1_2016 WS1_201L. WS1_2018 WS1_201M. WS1_2020 WS1_202D. WS1_2022 WS1_202K. WS1_2025 WS1_202L. WS1_2026 WS1_202M. WS1_2028 WS1_202N. WS1_2030 WS1_203D. WS1_2032 WS1_203K. WS1_2034 WS1_203L. WS1_2036 WS1_203M. WS1_2038 WS1_203N. WS1_2040 WS1_204D. WS1_2042 WS1_204K. WS1IMP01 WS1IMP0D. WS1IMP02 WS1IMP0K. WS1IMP03 WS1IMP0L. WS1IMP04 WS1IMP0M. WS1IMP05 WS1IMP0N. WS1IMP06 WS1IMP0O. WS1CAL01 WS1CAL0D. WS1CAL02 WS1CAL0K. WS1CAL03 WS1CAL0L. WS1CAL04 WS1CAL0M. WS2_OCC WS2_OCC. WS2_IND WS2_IND. WS2_WKS1 WS2_WKSD. WS2_WKS2 WS2_WKSK. WS2_WKS3 WS2_WKSL. WS2_WKS4 WS2_WKSM. WS2RECI1 WS2RECID. WS2RECI2 WS2RECIK. WS2RECI3 WS2RECIL. WS2RECI4 WS2RECIM. WS2_AMT1 WS2_AMTD. WS2_AMT2 WS2_AMTK. WS2_AMT3 WS2_AMTL. WS2_AMT4 WS2_AMTM. WS2_2112 WS2_211D. WS2_2114 WS2_211K. WS2_2116 WS2_211L. WS2_2118 WS2_211M. WS2_2120 WS2_212D. WS2_2122 WS2_212K. WS2_2125 WS2_212L. WS2_2126 WS2_212M. WS2_2128 WS2_212N. WS2_2130 WS2_213D. WS2_2132 WS2_213K. WS2_2134 WS2_213L. WS2_2136 WS2_213M. WS2_2138 WS2_213N. WS2_2140 WS2_214D. WS2_2142 WS2_214K. WS2IMP01 WS2IMP0D. WS2IMP02 WS2IMP0K. WS2IMP03 WS2IMP0L. WS2IMP04 WS2IMP0M. WS2IMP05 WS2IMP0N. WS2IMP06 WS2IMP0O. WS2CAL01 WS2CAL0D. WS2CAL02 WS2CAL0K. WS2CAL03 WS2CAL0L. WS2CAL04 WS2CAL0M. SE1_OCC SE1_OCC. SE1_INDR SE1_INDR. SE1WKS1 SE1WKS1L. SE1WKS2 SE1WKS2L. SE1WKS3 SE1WKS3L. SE1WKS4 SE1WKS4L. SE1REC1 SE1REC1L. SE1REC2 SE1REC2L. SE1REC3 SE1REC3L. SE1REC4 SE1REC4L. SE1AMT1 SE1AMT1L. SE1AMT2 SE1AMT2L. SE1AMT3 SE1AMT3L. SE1AMT4 SE1AMT4L. SE12212 SE12212L. SE12214 SE12214L. SE12216 SE12216L. SE12218 SE12218L. SE12220 SE12220L. SE12222 SE12222L. SE12224 SE12224L. SE12226 SE12226L. SE12228 SE12228L. SE12230 SE12230L. SE12232 SE12232L. SE12234 SE12234L. SE12236 SE12236L. SE12238 SE12238L. SE12240 SE12240L. SE12242 SE12242L. SE12244 SE12244L. SE12246 SE12246L. SE12248 SE12248L. SE12250 SE12250L. SE12252 SE12252L. SE12254 SE12254L. SE12256 SE12256L. SE12260 SE12260L. SE1IMP01 SE1IMP0R. SE1IMP02 SE1IMP0K. SE1IMP03 SE1IMP0L. SE1IMP04 SE1IMP0M. SE1IMP05 SE1IMP0N. SE1IMP06 SE1IMP0O. SE1IMP07 SE1IMP0P. SE1IMP08 SE1IMP0Q. SE1IMP09 SE1IMP0S. SE1IMP10 SE1IMP1R. SE1IMP11 SE1IMP1K. SE1CAL01 SE1CAL0R. SE1CAL02 SE1CAL0K. SE1CAL03 SE1CAL0L. SE1CAL04 SE1CAL0M. SE2OCC SE2OCC. SE2_INDR SE2_INDR. SE2WKS1 SE2WKS1L. SE2WKS2 SE2WKS2L. SE2WKS3 SE2WKS3L. SE2WKS4 SE2WKS4L. SE2REC1 SE2REC1L. SE2REC2 SE2REC2L. SE2REC3 SE2REC3L. SE2REC4 SE2REC4L. SE2AMT1 SE2AMT1L. SE2AMT2 SE2AMT2L. SE2AMT3 SE2AMT3L. SE2AMT4 SE2AMT4L. SE22312 SE22312L. SE22314 SE22314L. SE22316 SE22316L. SE22318 SE22318L. SE22320 SE22320L. SE22322 SE22322L. SE22324 SE22324L. SE22326 SE22326L. SE22328 SE22328L. SE22330 SE22330L. SE22332 SE22332L. SE22334 SE22334L. SE22336 SE22336L. SE22338 SE22338L. SE22340 SE22340L. SE22342 SE22342L. SE22344 SE22344L. SE22346 SE22346L. SE22348 SE22348L. SE22350 SE22350L. SE22352 SE22352L. SE22354 SE22354L. SE22356 SE22356L. SE22360 SE22360L. SE2IMP01 SE2IMP0R. SE2IMP02 SE2IMP0K. SE2IMP03 SE2IMP0L. SE2IMP04 SE2IMP0M. SE2IMP05 SE2IMP0N. SE2IMP06 SE2IMP0O. SE2IMP07 SE2IMP0P. SE2IMP08 SE2IMP0Q. SE2IMP09 SE2IMP0S. SE2IMP10 SE2IMP1R. SE2IMP11 SE2IMP1K. SE2CAL01 SE2CAL0R. SE2CAL02 SE2CAL0K. SE2CAL03 SE2CAL0L. SE2CAL04 SE2CAL0M. I01REC1 I01REC1L. I01REC2 I01REC2L. I01REC3 I01REC3L. I01REC4 I01REC4L. I01AMT1 I01AMT1L. I01AMT2 I01AMT2L. I01AMT3 I01AMT3L. I01AMT4 I01AMT4L. KIDSSYN1 KIDSSYNR. KIDSSYN2 KIDSSYNK. KIDSSYN3 KIDSSYNL. KIDSSYN4 KIDSSYNM. KDSSAMT1 KDSSAMTR. KDSSAMT2 KDSSAMTK. KDSSAMT3 KDSSAMTL. KDSSAMT4 KDSSAMTM. SSRECIND SSRECIND. SS3004 SS3004L. SS3006 SS3006L. SS3008 SS3008L. SS3012 SS3012L. SS3014 SS3014L. SS3064 SS3064L. SS3066 SS3066L. SS3068 SS3068L. SS3086 SS3086L. SS3088 SS3088L. SS3090 SS3090L. SS3092 SS3092L. SS3094 SS3094L. SS3096 SS3096L. SS3098 SS3098L. I01IMP01 I01IMP0D. I01IMP02 I01IMP0K. I01IMP03 I01IMP0L. I01IMP04 I01IMP0M. I01IMP05 I01IMP0N. I01IMP06 I01IMP0O. I01IMP07 I01IMP0P. I01IMP08 I01IMP0Q. I01IMP09 I01IMP0R. I02REC1 I02REC1L. I02REC2 I02REC2L. I02REC3 I02REC3L. I02REC4 I02REC4L. I02AMT1 I02AMT1L. I02AMT2 I02AMT2L. I02AMT3 I02AMT3L. I02AMT4 I02AMT4L. KIDRRYN1 KIDRRYND. KIDRRYN2 KIDRRYNK. KIDRRYN3 KIDRRYNL. KIDRRYN4 KIDRRYNM. KDRRAMT1 KDRRAMTD. KDRRAMT2 KDRRAMTK. KDRRAMT3 KDRRAMTL. KDRRAMT4 KDRRAMTM. RRRECIND RRRECIND. RR3004 RR3004L. RR3006 RR3006L. RR3008 RR3008L. RR3012 RR3012L. RR3014 RR3014L. RR3064 RR3064L. RR3066 RR3066L. RR3068 RR3068L. RR3086 RR3086L. RR3088 RR3088L. RR3090 RR3090L. RR3092 RR3092L. RR3094 RR3094L. RR3096 RR3096L. RR3098 RR3098L. I02IMP01 I02IMP0D. I02IMP02 I02IMP0K. I02IMP03 I02IMP0L. I02IMP04 I02IMP0M. I02IMP05 I02IMP0N. I02IMP06 I02IMP0O. I02IMP07 I02IMP0P. I02IMP08 I02IMP0Q. I02IMP09 I02IMP0R. I03REC1 I03REC1L. I03REC2 I03REC2L. I03REC3 I03REC3L. I03REC4 I03REC4L. I03AMT1 I03AMT1L. I03AMT2 I03AMT2L. I03AMT3 I03AMT3L. I03AMT4 I03AMT4L. I03IMP01 I03IMP0D. I03IMP02 I03IMP0K. I03IMP03 I03IMP0L. I03IMP04 I03IMP0M. I05REC1 I05REC1L. I05REC2 I05REC2L. I05REC3 I05REC3L. I05REC4 I05REC4L. I05AMT1 I05AMT1L. I05AMT2 I05AMT2L. I05AMT3 I05AMT3L. I05AMT4 I05AMT4L. I05IMP01 I05IMP0D. I05IMP02 I05IMP0K. I05IMP03 I05IMP0L. I05IMP04 I05IMP0M. I06REC1 I06REC1L. I06REC2 I06REC2L. I06REC3 I06REC3L. I06REC4 I06REC4L. I06AMT1 I06AMT1L. I06AMT2 I06AMT2L. I06AMT3 I06AMT3L. I06AMT4 I06AMT4L. I06IMP01 I06IMP0D. I06IMP02 I06IMP0K. I06IMP03 I06IMP0L. I06IMP04 I06IMP0M. I07REC1 I07REC1L. I07REC2 I07REC2L. I07REC3 I07REC3L. I07REC4 I07REC4L. I07AMT1 I07AMT1L. I07AMT2 I07AMT2L. I07AMT3 I07AMT3L. I07AMT4 I07AMT4L. I07IMP01 I07IMP0D. I07IMP02 I07IMP0K. I07IMP03 I07IMP0L. I07IMP04 I07IMP0M. I08REC1 I08REC1L. I08REC2 I08REC2L. I08REC3 I08REC3L. I08REC4 I08REC4L. I08AMT1 I08AMT1L. I08AMT2 I08AMT2L. I08AMT3 I08AMT3L. I08AMT4 I08AMT4L. VET3034 VET3034L. VET3036 VET3036L. VET3038 VET3038L. VET3040 VET3040L. VET3042 VET3042L. VET3044 VET3044L. VET3046 VET3046L. VET3048 VET3048L. VET3050 VET3050L. VET3052 VET3052L. VET3054 VET3054L. VET3060 VET3060L. I08IMP01 I08IMP0D. I08IMP02 I08IMP0K. I08IMP03 I08IMP0L. I08IMP04 I08IMP0M. I10REC1 I10REC1L. I10REC2 I10REC2L. I10REC3 I10REC3L. I10REC4 I10REC4L. I10AMT1 I10AMT1L. I10AMT2 I10AMT2L. I10AMT3 I10AMT3L. I10AMT4 I10AMT4L. I10IMP01 I10IMP0D. I10IMP02 I10IMP0K. I10IMP03 I10IMP0L. I10IMP04 I10IMP0M. I12REC1 I12REC1L. I12REC2 I12REC2L. I12REC3 I12REC3L. I12REC4 I12REC4L. I12AMT1 I12AMT1L. I12AMT2 I12AMT2L. I12AMT3 I12AMT3L. I12AMT4 I12AMT4L. I12IMP01 I12IMP0D. I12IMP02 I12IMP0K. I12IMP03 I12IMP0L. I12IMP04 I12IMP0M. I13REC1 I13REC1L. I13REC2 I13REC2L. I13REC3 I13REC3L. I13REC4 I13REC4L. I13AMT1 I13AMT1L. I13AMT2 I13AMT2L. I13AMT3 I13AMT3L. I13AMT4 I13AMT4L. I13IMP01 I13IMP0D. I13IMP02 I13IMP0K. I13IMP03 I13IMP0L. I13IMP04 I13IMP0M. I20REC1 I20REC1L. I20REC2 I20REC2L. I20REC3 I20REC3L. I20REC4 I20REC4L. I20AMT1 I20AMT1L. I20AMT2 I20AMT2L. I20AMT3 I20AMT3L. I20AMT4 I20AMT4L. AFDC3034 AFDC303D. AFDC3036 AFDC303K. AFDC3038 AFDC303L. AFDC3040 AFDC304D. AFDC3042 AFDC304K. AFDC3044 AFDC304L. AFDC3046 AFDC304M. AFDC3048 AFDC304N. AFDC3050 AFDC305D. AFDC3052 AFDC305K. AFDC3054 AFDC305L. I20IMP01 I20IMP0D. I20IMP02 I20IMP0K. I20IMP03 I20IMP0L. I20IMP04 I20IMP0M. I21REC1 I21REC1L. I21REC2 I21REC2L. I21REC3 I21REC3L. I21REC4 I21REC4L. I21AMT1 I21AMT1L. I21AMT2 I21AMT2L. I21AMT3 I21AMT3L. I21AMT4 I21AMT4L. GA3034 GA3034L. GA3036 GA3036L. GA3038 GA3038L. GA3040 GA3040L. GA3042 GA3042L. GA3044 GA3044L. GA3046 GA3046L. GA3048 GA3048L. GA3050 GA3050L. GA3052 GA3052L. GA3054 GA3054L. I21IMP01 I21IMP0D. I21IMP02 I21IMP0K. I21IMP03 I21IMP0L. I21IMP04 I21IMP0M. I23REC1 I23REC1L. I23REC2 I23REC2L. I23REC3 I23REC3L. I23REC4 I23REC4L. I23AMT1 I23AMT1L. I23AMT2 I23AMT2L. I23AMT3 I23AMT3L. I23AMT4 I23AMT4L. FCC3034 FCC3034L. FCC3036 FCC3036L. FCC3038 FCC3038L. FCC3040 FCC3040L. FCC3042 FCC3042L. FCC3044 FCC3044L. FCC3046 FCC3046L. FCC3048 FCC3048L. FCC3050 FCC3050L. FCC3052 FCC3052L. FCC3054 FCC3054L. I23IMP01 I23IMP0D. I23IMP02 I23IMP0K. I23IMP03 I23IMP0L. I23IMP04 I23IMP0M. I24REC1 I24REC1L. I24REC2 I24REC2L. I24REC3 I24REC3L. I24REC4 I24REC4L. I24AMT1 I24AMT1L. I24AMT2 I24AMT2L. I24AMT3 I24AMT3L. I24AMT4 I24AMT4L. OW3034 OW3034L. OW3036 OW3036L. OW3038 OW3038L. OW3040 OW3040L. OW3042 OW3042L. OW3044 OW3044L. OW3046 OW3046L. OW3048 OW3048L. OW3050 OW3050L. OW3052 OW3052L. OW3054 OW3054L. I24IMP01 I24IMP0D. I24IMP02 I24IMP0K. I24IMP03 I24IMP0L. I24IMP04 I24IMP0M. WIC3138 WIC3138L. WIC3140 WIC3140L. WIC3142 WIC3142L. WIC3144 WIC3144L. I25IMP01 I25IMP0D. I25IMP02 I25IMP0K. I25IMP03 I25IMP0L. I25IMP04 I25IMP0M. I27REC1 I27REC1L. I27REC2 I27REC2L. I27REC3 I27REC3L. I27REC4 I27REC4L. I27AMT1 I27AMT1L. I27AMT2 I27AMT2L. I27AMT3 I27AMT3L. I27AMT4 I27AMT4L. FS3100 FS3100L. FS3102 FS3102L. FS3104 FS3104L. FS3106 FS3106L. FS3108 FS3108L. FS3110 FS3110L. FS3112 FS3112L. FS3114 FS3114L. FS3116 FS3116L. FS3118 FS3118L. FS3120 FS3120L. I27IMP01 I27IMP0D. I27IMP02 I27IMP0K. I27IMP03 I27IMP0L. I27IMP04 I27IMP0M. I28REC1 I28REC1L. I28REC2 I28REC2L. I28REC3 I28REC3L. I28REC4 I28REC4L. I28AMT1 I28AMT1L. I28AMT2 I28AMT2L. I28AMT3 I28AMT3L. I28AMT4 I28AMT4L. I28IMP01 I28IMP0D. I28IMP02 I28IMP0K. I28IMP03 I28IMP0L. I28IMP04 I28IMP0M. I29REC1 I29REC1L. I29REC2 I29REC2L. I29REC3 I29REC3L. I29REC4 I29REC4L. I29AMT1 I29AMT1L. I29AMT2 I29AMT2L. I29AMT3 I29AMT3L. I29AMT4 I29AMT4L. I29IMP01 I29IMP0D. I29IMP02 I29IMP0K. I29IMP03 I29IMP0L. I29IMP04 I29IMP0M. I30REC1 I30REC1L. I30REC2 I30REC2L. I30REC3 I30REC3L. I30REC4 I30REC4L. I30AMT1 I30AMT1L. I30AMT2 I30AMT2L. I30AMT3 I30AMT3L. I30AMT4 I30AMT4L. I30IMP01 I30IMP0D. I30IMP02 I30IMP0K. I30IMP03 I30IMP0L. I30IMP04 I30IMP0M. I31REC1 I31REC1L. I31REC2 I31REC2L. I31REC3 I31REC3L. I31REC4 I31REC4L. I31AMT1 I31AMT1L. I31AMT2 I31AMT2L. I31AMT3 I31AMT3L. I31AMT4 I31AMT4L. I31IMP01 I31IMP0D. I31IMP02 I31IMP0K. I31IMP03 I31IMP0L. I31IMP04 I31IMP0M. I32REC1 I32REC1L. I32REC2 I32REC2L. I32REC3 I32REC3L. I32REC4 I32REC4L. I32AMT1 I32AMT1L. I32AMT2 I32AMT2L. I32AMT3 I32AMT3L. I32AMT4 I32AMT4L. I32IMP01 I32IMP0D. I32IMP02 I32IMP0K. I32IMP03 I32IMP0L. I32IMP04 I32IMP0M. I34REC1 I34REC1L. I34REC2 I34REC2L. I34REC3 I34REC3L. I34REC4 I34REC4L. I34AMT1 I34AMT1L. I34AMT2 I34AMT2L. I34AMT3 I34AMT3L. I34AMT4 I34AMT4L. I34IMP01 I34IMP0D. I34IMP02 I34IMP0K. I34IMP03 I34IMP0L. I34IMP04 I34IMP0M. I35REC1 I35REC1L. I35REC2 I35REC2L. I35REC3 I35REC3L. I35REC4 I35REC4L. I35AMT1 I35AMT1L. I35AMT2 I35AMT2L. I35AMT3 I35AMT3L. I35AMT4 I35AMT4L. I35IMP01 I35IMP0D. I35IMP02 I35IMP0K. I35IMP03 I35IMP0L. I35IMP04 I35IMP0M. I36REC1 I36REC1L. I36REC2 I36REC2L. I36REC3 I36REC3L. I36REC4 I36REC4L. I36AMT1 I36AMT1L. I36AMT2 I36AMT2L. I36AMT3 I36AMT3L. I36AMT4 I36AMT4L. I36IMP01 I36IMP0D. I36IMP02 I36IMP0K. I36IMP03 I36IMP0L. I36IMP04 I36IMP0M. I37REC1 I37REC1L. I37REC2 I37REC2L. I37REC3 I37REC3L. I37REC4 I37REC4L. I37AMT1 I37AMT1L. I37AMT2 I37AMT2L. I37AMT3 I37AMT3L. I37AMT4 I37AMT4L. I37IMP01 I37IMP0D. I37IMP02 I37IMP0K. I37IMP03 I37IMP0L. I37IMP04 I37IMP0M. I38REC1 I38REC1L. I38REC2 I38REC2L. I38REC3 I38REC3L. I38REC4 I38REC4L. I38AMT1 I38AMT1L. I38AMT2 I38AMT2L. I38AMT3 I38AMT3L. I38AMT4 I38AMT4L. I38IMP01 I38IMP0D. I38IMP02 I38IMP0K. I38IMP03 I38IMP0L. I38IMP04 I38IMP0M. I40REC1 I40REC1L. I40REC2 I40REC2L. I40REC3 I40REC3L. I40REC4 I40REC4L. I40AMT1 I40AMT1L. I40AMT2 I40AMT2L. I40AMT3 I40AMT3L. I40AMT4 I40AMT4L. I40IMP01 I40IMP0D. I40IMP02 I40IMP0K. I40IMP03 I40IMP0L. I40IMP04 I40IMP0M. I50REC1 I50REC1L. I50REC2 I50REC2L. I50REC3 I50REC3L. I50REC4 I50REC4L. I50AMT1 I50AMT1L. I50AMT2 I50AMT2L. I50AMT3 I50AMT3L. I50AMT4 I50AMT4L. I50IMP01 I50IMP0D. I50IMP02 I50IMP0K. I50IMP03 I50IMP0L. I50IMP04 I50IMP0M. I51REC1 I51REC1L. I51REC2 I51REC2L. I51REC3 I51REC3L. I51REC4 I51REC4L. I51AMT1 I51AMT1L. I51AMT2 I51AMT2L. I51AMT3 I51AMT3L. I51AMT4 I51AMT4L. I51IMP01 I51IMP0D. I51IMP02 I51IMP0K. I51IMP03 I51IMP0L. I51IMP04 I51IMP0M. I52REC1 I52REC1L. I52REC2 I52REC2L. I52REC3 I52REC3L. I52REC4 I52REC4L. I52AMT1 I52AMT1L. I52AMT2 I52AMT2L. I52AMT3 I52AMT3L. I52AMT4 I52AMT4L. I52IMP01 I52IMP0D. I52IMP02 I52IMP0K. I52IMP03 I52IMP0L. I52IMP04 I52IMP0M. I53REC1 I53REC1L. I53REC2 I53REC2L. I53REC3 I53REC3L. I53REC4 I53REC4L. I53AMT1 I53AMT1L. I53AMT2 I53AMT2L. I53AMT3 I53AMT3L. I53AMT4 I53AMT4L. I53IMP01 I53IMP0D. I53IMP02 I53IMP0K. I53IMP03 I53IMP0L. I53IMP04 I53IMP0M. I54REC1 I54REC1L. I54REC2 I54REC2L. I54REC3 I54REC3L. I54REC4 I54REC4L. I54AMT1 I54AMT1L. I54AMT2 I54AMT2L. I54AMT3 I54AMT3L. I54AMT4 I54AMT4L. I54IMP01 I54IMP0D. I54IMP02 I54IMP0K. I54IMP03 I54IMP0L. I54IMP04 I54IMP0M. I55REC1 I55REC1L. I55REC2 I55REC2L. I55REC3 I55REC3L. I55REC4 I55REC4L. I55AMT1 I55AMT1L. I55AMT2 I55AMT2L. I55AMT3 I55AMT3L. I55AMT4 I55AMT4L. I55IMP01 I55IMP0D. I55IMP02 I55IMP0K. I55IMP03 I55IMP0L. I55IMP04 I55IMP0M. I56REC1 I56REC1L. I56REC2 I56REC2L. I56REC3 I56REC3L. I56REC4 I56REC4L. I56AMT1 I56AMT1L. I56AMT2 I56AMT2L. I56AMT3 I56AMT3L. I56AMT4 I56AMT4L. I56IMP01 I56IMP0D. I56IMP02 I56IMP0K. I56IMP03 I56IMP0L. I56IMP04 I56IMP0M. I75REC1 I75REC1L. I75REC2 I75REC2L. I75REC3 I75REC3L. I75REC4 I75REC4L. I75AMT1 I75AMT1L. I75AMT2 I75AMT2L. I75AMT3 I75AMT3L. I75AMT4 I75AMT4L. I75IMP01 I75IMP0D. I75IMP02 I75IMP0K. I75IMP03 I75IMP0L. I75IMP04 I75IMP0M. J100YN_1 J100YN_D. J100YN_2 J100YN_K. J100YN_3 J100YN_L. J100YN_4 J100YN_M. JINT1001 JINT100D. JINT1002 JINT100K. JINT1003 JINT100L. JINT1004 JINT100M. O100YN_1 O100YN_D. O100YN_2 O100YN_K. O100YN_3 O100YN_L. O100YN_4 O100YN_M. OINT1001 OINT100D. OINT1002 OINT100K. OINT1003 OINT100L. OINT1004 OINT100M. JCALC100 JCALC10D. OCALC100 OCALC10D. J104YN_1 J104YN_D. J104YN_2 J104YN_K. J104YN_3 J104YN_L. J104YN_4 J104YN_M. JINT1041 JINT104D. JINT1042 JINT104K. JINT1043 JINT104L. JINT1044 JINT104M. O104YN_1 O104YN_D. O104YN_2 O104YN_K. O104YN_3 O104YN_L. O104YN_4 O104YN_M. OINT1041 OINT104D. OINT1042 OINT104K. OINT1043 OINT104L. OINT1044 OINT104M. JCALC104 JCALC10K. OCALC104 OCALC10K. J110RYN1 J110RYND. J110RYN2 J110RYNK. J110RYN3 J110RYNL. J110RYN4 J110RYNM. JDIR1101 JDIR110D. JDIR1102 JDIR110K. JDIR1103 JDIR110L. JDIR1104 JDIR110M. O110RYN1 O110RYND. O110RYN2 O110RYNK. O110RYN3 O110RYNL. O110RYN4 O110RYNM. ODIR1101 ODIR110D. ODIR1102 ODIR110K. ODIR1103 ODIR110L. ODIR1104 ODIR110M. J110CYN1 J110CYND. J110CYN2 J110CYNK. J110CYN3 J110CYNL. J110CYN4 J110CYNM. JDIC1101 JDIC110D. JDIC1102 JDIC110K. JDIC1103 JDIC110L. JDIC1104 JDIC110M. O110CYN1 O110CYND. O110CYN2 O110CYNK. O110CYN3 O110CYNL. O110CYN4 O110CYNM. ODIC1101 ODIC110D. ODIC1102 ODIC110K. ODIC1103 ODIC110L. ODIC1104 ODIC110M. J120YN_1 J120YN_D. J120YN_2 J120YN_K. J120YN_3 J120YN_L. J120YN_4 J120YN_M. JRNT1201 JRNT120D. JRNT1202 JRNT120K. JRNT1203 JRNT120L. JRNT1204 JRNT120M. O120YN_1 O120YN_D. O120YN_2 O120YN_K. O120YN_3 O120YN_L. O120YN_4 O120YN_M. ORNT1201 ORNT120D. ORNT1202 ORNT120K. ORNT1203 ORNT120L. ORNT1204 ORNT120M. OJ120YN1 OJ120YND. OJ120YN2 OJ120YNK. OJ120YN3 OJ120YNL. OJ120YN4 OJ120YNM. OJRT1201 OJRT120D. OJRT1202 OJRT120K. OJRT1203 OJRT120L. OJRT1204 OJRT120M. JMTGNYN1 JMTGNYND. JMTGNYN2 JMTGNYNK. JMTGNYN3 JMTGNYNL. JMTGNYN4 JMTGNYNM. JMORTYN1 JMORTYND. JMORTYN2 JMORTYNK. JMORTYN3 JMORTYNL. JMORTYN4 JMORTYNM. JMAM1301 JMAM130D. JMAM1302 JMAM130K. JMAM1303 JMAM130L. JMAM1304 JMAM130M. OMTGNYN1 OMTGNYND. OMTGNYN2 OMTGNYNK. OMTGNYN3 OMTGNYNL. OMTGNYN4 OMTGNYNM. OMORTYN1 OMORTYND. OMORTYN2 OMORTYNK. OMORTYN3 OMORTYNL. OMORTYN4 OMORTYNM. OMAM1301 OMAM130D. OMAM1302 OMAM130K. OMAM1303 OMAM130L. OMAM1304 OMAM130M. O4050YN1 O4050YND. O4050YN2 O4050YNK. O4050YN3 O4050YNL. O4050YN4 O4050YNM. RAM40501 RAM4050D. RAM40502 RAM4050K. RAM40503 RAM4050L. RAM40504 RAM4050M. SC4300 SC4300L. SC4302 SC4302L. SC4304 SC4304L. SC4306 SC4306L. SC4308 SC4308L. SC4310 SC4310L. SC4312 SC4312L. SC4318 SC4318L. SC4320 SC4320L. SC4400 SC4400L. SC4402 SC4402L. SC4404 SC4404L. SC4406 SC4406L. SC4408 SC4408L. SC4410 SC4410L. SC4412 SC4412L. SC4418 SC4418L. SC4420 SC4420L. SC4500 SC4500L. SC4502 SC4502L. SC4504 SC4504L. SC4508 SC4508L. SC4512 SC4512L. SC4514 SC4514L. SC4516 SC4516L. SC4518 SC4518L. SC4600 SC4600L. SC4602 SC4602L. SC4604 SC4604L. SC4606 SC4606L. SC4610 SC4610L. SC4612 SC4612L. SC4614 SC4614L. SC4618 SC4618L. SC4620 SC4620L. SC4700 SC4700L. SC4702 SC4702L. SC4704 SC4704L. SC4706 SC4706L. SC4708 SC4708L. SC4710 SC4710L. SC4712 SC4712L. SC4714 SC4714L. SC4716 SC4716L. SC4718 SC4718L. SC4720 SC4720L. G2_IMP01 G2_IMP0D. G2_IMP02 G2_IMP0K. G2_IMP03 G2_IMP0L. G2_IMP04 G2_IMP0M. G2_IMP05 G2_IMP0N. G2_IMP06 G2_IMP0O. G2_IMP07 G2_IMP0P. G2_IMP08 G2_IMP0Q. G2_IMP09 G2_IMP0R. G2_IMP10 G2_IMP1D. G2_IMP11 G2_IMP1K. G2_IMP12 G2_IMP1L. G2_IMP13 G2_IMP1M. G2_IMP14 G2_IMP1N. G2_IMP15 G2_IMP1O. G2_IMP16 G2_IMP1P. G2_IMP17 G2_IMP1Q. G2_IMP18 G2_IMP1R. G2_IMP19 G2_IMP1S. G2_IMP20 G2_IMP2D. G2_IMP21 G2_IMP2K. G2_IMP22 G2_IMP2L. G2_IMP23 G2_IMP2M. G2_IMP24 G2_IMP2N. G2_IMP25 G2_IMP2O. G2_IMP26 G2_IMP2P. G2_IMP27 G2_IMP2Q. VERSION VERSION. JCALB100 JCALB10N. OCALB100 OCALB10N. JCALB104 JCALB10K. OCALB104 OCALB10K. WS1_2023 WS1_202O. WS1_2024 WS1_202P. WS2_2123 WS2_212O. WS2_2124 WS2_212P. SE1_2201 SE1_220N. SE2_2301 SE2_230N. I41RECP1 I41RECPN. I41RECP2 I41RECPK. I41RECP3 I41RECPL. I41RECP4 I41RECPM. I41AMT1 I41AMT1L. I41AMT2 I41AMT2L. I41AMT3 I41AMT3L. I41AMT4 I41AMT4L. I41IMPO1 I41IMPON. I41IMPO2 I41IMPOK. I41IMPO3 I41IMPOL. I41IMPO4 I41IMPOM. H1_TYPE H1_TYPE. U1_REINT U1_REINT. H2_TYPE H2_TYPE. U2_REINT U2_REINT. H3_TYPE H3_TYPE. U3_REINT U3_REINT. H4_TYPE H4_TYPE. U4_REINT U4_REINT. H5_TYPE H5_TYPE. SC0064 SC0064L. SC0066 SC0066L. SC0068 SC0068L. MEDCODE MEDCODE. SC1231 SC1231L. SC1232 SC1232L. SC1233 SC1233L. SC1234 SC1234L. SC1235 SC1235L. SC1236 SC1236L. SC1237 SC1237L. SC1238 SC1238L. SC1656 SC1656L. SC1658 SC1658L. SC1660 SC1660L. SC1662 SC1662L. SC1664 SC1664L. SC1666 SC1666L. SC1668 SC1668L. SC1670 SC1670L. SC1672 SC1672L. SC1674 SC1674L. SC1676 SC1676L. SC1678 SC1678L. SC1680 SC1680L. SC1682 SC1682L. SC1684 SC1684L. SC1686 SC1686L. SC1688 SC1688L. SC1690 SC1690L. SC1692 SC1692L. SC0914 SC0914L. SC0916 SC0916L. SC0918 SC0918L. SC0920 SC0920L. SC0922 SC0922L. SC0924 SC0924L. SC0926 SC0926L. SC0928 SC0928L. SC0930 SC0930L. U_RRP U_RRP. PW_RRP PW_RRP. U_SRVDT1 U_SRVDTP. U_SRVDT2 U_SRVDTK. U_SRVDT3 U_SRVDTL. WS1IMP09 WS1IMP0P. WS2IMP09 WS2IMP0P. WS1_2003 WS1_200P. WS1_2004 WS1_200K. WS2_2103 WS2_210P. WS2_2104 WS2_210K. SE1_2202 SE1_220P. SE1_2203 SE1_220K. SE2_2302 SE2_230P. SE22303 SE22303L. TM8000 TM8000L. TM8002 TM8002L. TM8003 TM8003L. TM8004 TM8004L. TM8010 TM8010L. TM8012 TM8012L. TM8014 TM8014L. TM8016 TM8016L. TM8018 TM8018L. TM8020 TM8020L. TM8022 TM8022L. TM8024 TM8024L. TM8026 TM8026L. TM8028 TM8028L. TM8030 TM8030L. TM8032 TM8032L. TM8034 TM8034L. TM8036 TM8036L. TM8038 TM8038L. TM8040 TM8040L. TM8042 TM8042L. TM8044 TM8044L. TM8046 TM8046L. TM8048 TM8048L. TM8050 TM8050L. TM8052 TM8052L. TM8054 TM8054L. TM8056 TM8056L. TM8058 TM8058L. TM8060 TM8060L. TM8062 TM8062L. TM8064 TM8064L. TM8066 TM8066L. TM8068 TM8068L. TM8070 TM8070L. TM8072 TM8072L. TM8080 TM8080L. TM8082 TM8082L. TM8084 TM8084L. TM8086 TM8086L. TM8088 TM8088L. TM8090 TM8090L. TM8092 TM8092L. TM8094 TM8094L. TM8096 TM8096L. TM8098 TM8098L. TM8100 TM8100L. TM8102 TM8102L. TM8104 TM8104L. TM8106 TM8106L. TM8108 TM8108L. TM8110 TM8110L. TM8200 TM8200L. TM8202 TM8202L. TM8204 TM8204L. TM8206 TM8206L. TM8208 TM8208L. TM8210 TM8210L. TM8212 TM8212L. TM8214 TM8214L. TM8216 TM8216L. TM8218 TM8218L. TM8220 TM8220L. TM8222 TM8222L. TM8224 TM8224L. TM8226 TM8226L. TM8228 TM8228L. TM8230 TM8230L. TM8232 TM8232L. TM8234 TM8234L. TM8236 TM8236L. TM8238 TM8238L. TM8240 TM8240L. 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. 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. ; proc contents data=library.sip86rt6; /* Copyright 2004 shared by the National Bureau of Economic Research and Jean Roth National Bureau of Economic Research. 1050 Massachusetts Avenue Cambridge, MA 02138 jroth@nber.org This program and all programs referenced in it are free software. You can redistribute the program or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */