/*------------------------------------------------------------------------------------*/ /*by Jean Roth Wed Jun 9 17:00:46 EDT 2004 This program reads the 1984 SIPP Wave 1 Core 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.fsp84w1; /* The PROC FORMAT statement will store the formats in a sas data set called fsip84w1 To use the stored formats in a subsequent program, include something like this: proc format cntlin=library.fsp84w1; PROC freq; tables pesex ; format pesex P135L.; For more information, consult the SAS Procedures Guide section of PROC FORMAT */ ; VALUE SU_STATE (default=32) 1 = "Alabama" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "District of Columbia" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 17 = "Illinois" 18 = "Indiana" 19 = "Iowa" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 23 = "Maine" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 29 = "Missouri" 31 = "Nebraska" 34 = "New Jersey" 36 = "New York" 37 = "North Carolina" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 47 = "Tennessee" 48 = "Texas" 51 = "Virginia" 53 = "Washington" 55 = "Wisconsin" 90 = "Idaho, New Mexico, South Dakota, Wyomi" /* ng */ 91 = "Mississippi, West Virginia" ; VALUE SU_RGC (default=32) 0 = "Not applicable for coverage improvemen" /* t */ ; VALUE H1_STATE (default=32) 1 = "Alabama" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "District of Columbia" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 17 = "Illinois" 18 = "Indiana" 19 = "Iowa" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 23 = "Maine" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 29 = "Missouri" 30 = "Montana*" 31 = "Nebraska" 32 = "Nevada*" 33 = "New Hampshire" 34 = "New Jersey" 36 = "New York" 37 = "North Carolina" 38 = "North Dakota*" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 47 = "Tennessee" 48 = "Texas" 49 = "Utah*" 50 = "Vermont*" 51 = "Virginia" 53 = "Washington" 55 = "Wisconsin" 90 = "Idaho, New Mexico, South Dakota, Wyomi" /* ng */ 91 = "Mississippi, West Virginia" ; VALUE H1_METRO (default=32) 1 = "In metropolitan subsample" 2 = "Not in metropolitan subsample (may be" ; VALUE H1_MSA (default=32) 0 = "Not in metropolitan subsample or not" 160 = "Albany-Schenectady-Troy, NY" 640 = "Austin, TX" 840 = "Beaumont-Port Arthur, TX" 1000 = "Birmingham, AL" 1122 = "Boston-Lawrence-Salem, MA-NH CMSA" 1282 = "Buffalo-Niagara Falls, NY CMSA" 1602 = "Chicago-Gary-Lake County (IL)," 1642 = "Cincinnati-Hamilton, OH-KY-IN CMSA" 1692 = "Cleveland-Akron-Lorain, OH CMSA" 1840 = "Columbus, OH" 1922 = "Dallas-Fort Worth, TX CMSA" 2000 = "Dayton-Springfield, OH" 2082 = "Denver-Boulder, CO CMSA" 2162 = "Detroit-Ann Arbor, MI CMSA" 2400 = "Eugene-Springfield, OR" 2840 = "Fresno, CA" 3120 = "Greensboro--Winston-Salem--High" 3240 = "Harrisburg-Lebanon-Carlisle, PA" 3282 = "Hartford-New Britain-Middletown, CT CM" /* SA */ 3320 = "Honolulu, HI" 3362 = "Houston-Galveston-Brazoria, TX CMSA" 3480 = "Indianapolis, IN" 3762 = "Kansas City, MO-Kansas City, KS CMSA" 4000 = "Lancaster, PA" 4472 = "Los Angeles-Anaheim-Riverside, CA CMSA" 4720 = "Madison, WI" 4920 = "Memphis, TN-AR-MS (part in TN only)" 4992 = "Miami-Fort Lauderdale, FL CMSA" 5082 = "Milwaukee-Racine, WI CMSA" 5160 = "Mobile, AL" 5360 = "Nashville, TN" 5480 = "New Haven-Meriden, CT" 5560 = "New Orleans, LA" 5602 = "New York-Northern NJ-Long Island," 5880 = "Oklahoma City, OK" 5920 = "Omaha, NE-IA (part in NE only)" 5960 = "Orlando, FL" 6162 = "Philadelphia-Wilmington-Trenton," 6200 = "Phoenix, AZ" 6282 = "Pittsburgh-Beaver Valley, PA CMSA" 6442 = "Portland-Vancouver, OR-WA CMSA" 6840 = "Rochester, NY" 6920 = "Sacramento, CA" 7042 = "St. Louis-E. St Louis-Alton, MO-IL CMS" /* A */ 7080 = "Salem, OR" 7240 = "San Antonio, TX" 7320 = "San Diego, CA" 7362 = "San Francisco-Oakland-San Jose, CA CMS" /* A */ 7560 = "Scranton-Wilkes-Barre, PA" 8000 = "Springfield, MA" 8280 = "Tampa-St. Petersburg-Clearwater, FL" 8400 = "Toledo, OH" 8520 = "Tucson, AZ" 8560 = "Tulsa, OK" 8840 = "Washington, DC-MD-VA" 8960 = "West Palm Beach-Boca Raton-Delray" 9240 = "Worcester, MA" 9280 = "York, PA" 9320 = "Youngstown-Warren, OH" ; VALUE H1_ACCES (default=32) 0 = "Not applicable" 1 = "Direct - skip to housunit" 2 = "Through another unit" ; VALUE H1_KTCHN (default=32) 0 = "Not applicable" 1 = "For this unit only" 2 = "Also used by another household" 3 = "None" ; VALUE H1_LVQTR (default=32) 1 = "House, apartment, flat" 2 = "Hu in nontransient hotel, motel etc." 3 = "Hu, permanent in transient hotel, mote" /* l, etc. */ 4 = "Hu in rooming house" 5 = "Mobile home or trailer with no permane" /* nt */ 6 = "Mobile home or trailer with one or mor" /* e */ 7 = "Hu not specified above" 8 = "Quarters not hu in rooming or boarding" 9 = "Unit not permanent in transient hotel," 10 = "Unoccupied tent or trailer site" 11 = "Other unit not specified above" ; VALUE H1_UNITS (default=32) 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) 1 = "Owned or being bought by someone" 2 = "Rented for cash" 3 = "Occupied without payment of cash rent" ; 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) 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_KTCHN (default=32) 0 = "Not applicable" 1 = "For this unit only" 2 = "Also used by another household" 3 = "None" ; VALUE U1_LVQTR (default=32) -9 = "Not answered" 0 = "Not answered (types B and C)" 1 = "House, apartment, flat" 2 = "Hu in nontransient hotel, motel etc." 3 = "Hu, permanent in transient hotel, mote" /* l, etc. */ 4 = "Hu in rooming house" 5 = "Mobile home or trailer with no permane" /* nt */ 6 = "Mobile home or trailer with one or mor" /* e */ 7 = "Hu not specified above" 8 = "Quarters not hu in rooming or boarding" 9 = "Unit not permanent in transient hotel," 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 rent" 9 = "Not answered" ; VALUE U1_PUBHS (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE U1_LORNT (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE H1ITM36B (default=32) 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 or sto" /* rage */ 14 = "Unoccupied tent or trailer site" 15 = "Permit granted, construction not start" /* ed */ 16 = "Other type B" 17 = "Demolished" 18 = "House or trailer moved" 19 = "Converted to permanent business or sto" /* rage */ 20 = "Merged" 21 = "Condemned" 22 = "Other" ; 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) 1 = "One or more persons in household recei" /* ved */ 2 = "No person in household received benefi" /* ts from */ ; VALUE H1_CASH (default=32) 1 = "One or more persons in household recei" /* ved */ 2 = "No person in household received cash b" /* enefits */ ; VALUE H1NCASHB (default=32) 1 = "One or more persons in household recei" /* ved */ 2 = "One or more persons in household recei" /* ved */ 3 = "No person in household received noncas" /* h benefits */ ; VALUE H1_PUB (default=32) 1 = "Yes" 2 = "No" ; VALUE H1PUBAMT (default=32) -9 = "Not applicable" ; VALUE H1_UTLTY (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H1_ENRGY (default=32) 0 = "Not applicable" 1 = "Checks sent to household" 2 = "Coupons or vouchers sent to household" 3 = "Payments sent elsewhere" 4 = "Checks and coupons or vouchers sent to" 5 = "Checks sent to household and payments" 6 = "Coupons or voucher sent to household" 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_4802L (default=32) 1 = "Yes" 2 = "No - skip to H1-4808" ; VALUE H1_4804L (default=32) -9 = "Not applicable" 0 = "None" ; VALUE H1_4806L (default=32) 0 = "Not in universe" 1 = "Yes - skip to H1-4816" 2 = "No - skip to H1-4816" ; VALUE H1_4808L (default=32) 1 = "Yes" 2 = "No - skip to H1-4816" ; VALUE H1_4810L (default=32) -9 = "Not applicable" 0 = "None" ; VALUE H1_4812L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE H1_4814L (default=32) -9 = "Not in universe" ; VALUE H1_4816L (default=32) 1 = "Yes" 2 = "No - skip to H1-4826" ; VALUE H1_4818L (default=32) 0 = "Not marked as a place where payments" 1 = "Marked as a place where payments" ; VALUE H1_4820L (default=32) 0 = "Not marked as a place where payments" 1 = "Marked as a place where payments" ; VALUE H1_4822L (default=32) 0 = "Not marked as a place where payments" 1 = "Marked as a place where payments" ; VALUE H1_4826L (default=32) 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 not" 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 or" 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_IMP0O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H1_IMP0P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H1_IMP0Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H1_IMP0R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H1_IMP0S (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_STATE (default=32) 1 = "Alabama" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "District of Columbia" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 17 = "Illinois" 18 = "Indiana" 19 = "Iowa" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 23 = "Maine" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 29 = "Missouri" 30 = "Montana" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 36 = "New York" 37 = "North Carolina" 38 = "North Dakota" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 50 = "Vermont" 51 = "Virginia" 53 = "Washington" 55 = "Wisconsin" 90 = "Idaho, New Mexico, South Dakota, Wyomi" /* ng */ 91 = "Mississippi, West Virginia" ; VALUE H2_METRO (default=32) 1 = "In metropolitan subsample" 2 = "Not in metropolitan subfamily (may be" ; VALUE H2_MSA (default=32) 0 = "Not in metropolitan subsample or not" 160 = "Albany-Schenectady-Troy, NY" 640 = "Austin, TX" 840 = "Beaumont-Port Arthur, TX" 1000 = "Birmingham, AL" 1122 = "Boston-Lawrence-Salem, MA-NH CMSA" 1282 = "Buffalo-Niagara Falls, NY CMSA" 1602 = "Chicago-Gary-Lake County (IL)," 1642 = "Cincinnati-Hamilton, OH-KY-IN CMSA" 1692 = "Cleveland-Akron-Lorain, OH CMSA" 1840 = "Columbus, OH" 1922 = "Dallas-Fort Worth, TX CMSA" 2000 = "Dayton-Springfield, OH" 2082 = "Denver-Boulder, CO CMSA" 2162 = "Detroit-Ann Arbor, MI CMSA" 2400 = "Eugene-Springfield, OR" 2840 = "Fresno, CA" 3120 = "Greensboro--Winston-Salem--High" 3240 = "Harrisburg-Lebanon-Carlisle, PA" 3282 = "Hartford-New Britain-Middletown, CT CM" /* SA */ 3320 = "Honolulu, HI" 3362 = "Houston-Galveston-Brazoria, TX CMSA" 3480 = "Indianapolis, IN" 3762 = "Kansas City, MO-Kansas City, KS CMSA" 4000 = "Lancaster, PA" 4472 = "Los Angeles-Anaheim-Riverside, CA CMSA" 4720 = "Madison, WI" 4920 = "Memphis, TN-AR-MS (part in TN only)" 4992 = "Miami-Fort Lauderdale, FL CMSA" 5082 = "Milwaukee-Racine, WI CMSA" 5160 = "Mobile, AL" 5360 = "Nashville, TN" 5480 = "New Haven-Meriden, CT" 5560 = "New Orleans, LA" 5602 = "New York-Northern NJ-Long Island," 5880 = "Oklahoma City, OK" 5920 = "Omaha, NE-IA (part in NE only)" 5960 = "Orlando, FL" 6162 = "Philadelphia-Wilmington-Trenton," 6200 = "Phoenix, AZ" 6282 = "Pittsburgh-Beaver Valley, PA CMSA" 6442 = "Portland-Vancouver, OR-WA CMSA" 6840 = "Rochester, NY" 6920 = "Sacramento, CA" 7042 = "St. Louis-E. St Louis-Alton, MO-IL CMS" /* A */ 7080 = "Salem, OR" 7240 = "San Antonio, TX" 7320 = "San Diego, CA" 7362 = "San Francisco-Oakland-San Jose, CA CMS" /* A */ 7560 = "Scranton-Wilkes-Barre, PA" 8000 = "Springfield, MA" 8280 = "Tampa-St. Petersburg-Clearwater, FL" 8400 = "Toledo, OH" 8520 = "Tucson, AZ" 8560 = "Tulsa, OK" 8840 = "Washington, DC-MD-VA" 8960 = "West Palm Beach-Boca Raton-Delray" 9240 = "Worcester, MA" 9280 = "York, PA" 9320 = "Youngstown-Warren, OH" ; VALUE H2_ACCES (default=32) 0 = "Not applicable" 1 = "Direct - skip to housunit" 2 = "Through another unit" ; VALUE H2_KTCHN (default=32) 0 = "Not applicable" 1 = "For this unit only" 2 = "Also used by another household" 3 = "None" ; VALUE H2_LVQTR (default=32) 1 = "House, apartment, flat" 2 = "Hu in nontransient hotel, motel etc." 3 = "Hu, permanent in transient hotel, mote" /* l, etc. */ 4 = "Hu in rooming house" 5 = "Mobile home or trailer with no permane" /* nt */ 6 = "Mobile home or trailer with one or mor" /* e */ 7 = "Hu not specified above" 8 = "Quarters not hu in rooming or boarding" 9 = "Unit not permanent in transient hotel," 10 = "Unoccupied tent or trailer site" 11 = "Other unit not specified above" ; VALUE H2_UNITS (default=32) 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) 1 = "Owned or being bought by someone" 2 = "Rented for cash" 3 = "Occupied without payment of cash rent" ; 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_KTCHN (default=32) 0 = "Not applicable" 1 = "For this unit only" 2 = "Also used by another household" 3 = "None" ; VALUE U2_LVQTR (default=32) -9 = "Not answered" 0 = "Not answered (types B and C)" 1 = "House, apartment, flat" 2 = "Hu in nontransient hotel, motel etc." 3 = "Hu, permanent in transient hotel, mote" /* l, etc. */ 4 = "Hu in rooming house" 5 = "Mobile home or trailer with no permane" /* nt */ 6 = "Mobile home or trailer with one or mor" /* e */ 7 = "Hu not specified above" 8 = "Quarters not hu in rooming or boarding" 9 = "Unit not permanent in transient hotel," 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 rent" 9 = "Not answered" ; VALUE U2_PUBHS (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE U2_LORNT (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE H2ITM36B (default=32) 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 or sto" /* rage */ 14 = "Unoccupied tent or trailer site" 15 = "Permit granted, construction not start" /* ed */ 16 = "Other type B" 17 = "Demolished" 18 = "House or trailer moved" 19 = "Converted to permanent business or sto" /* rage */ 20 = "Merged" 21 = "Condemned" 22 = "Other" ; 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) 1 = "One or more persons in household recei" /* ved */ 2 = "No person in household received benefi" /* ts from */ ; VALUE H2_CASH (default=32) 1 = "One or more persons in household recei" /* ved */ 2 = "No person in household received cash b" /* enefits */ ; VALUE H2NCASHB (default=32) 1 = "One or more persons in household recei" /* ved */ 2 = "One or more persons in household recei" /* ved */ 3 = "No person in household received noncas" /* h benefits */ ; VALUE H2_PUB (default=32) 1 = "Yes" 2 = "No" ; VALUE H2PUBAMT (default=32) -9 = "Not applicable" ; VALUE H2_UTLTY (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H2_ENRGY (default=32) 0 = "Not applicable" 1 = "Checks sent to household" 2 = "Coupons or vouchers sent to household" 3 = "Payments sent elsewhere" 4 = "Checks and coupons or vouchers sent to" 5 = "Checks sent to household and payments" 6 = "Coupons or voucher sent to household" 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_4802L (default=32) 1 = "Yes" 2 = "No - skip to H2-4808" ; VALUE H2_4804L (default=32) -9 = "Not in universe" 0 = "None" ; VALUE H2_4806L (default=32) 0 = "Not in universe" 1 = "Yes - skip to H2-4816" 2 = "No - skip to H2-4816" ; VALUE H2_4808L (default=32) 1 = "Yes" 2 = "No - skip to H2-4816" ; VALUE H2_4810L (default=32) -9 = "Not applicable" 0 = "None" ; VALUE H2_4812L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE H2_4814L (default=32) -9 = "Not in universe" ; VALUE H2_4816L (default=32) 1 = "Yes" 2 = "No - skip to H2-4826" ; VALUE H2_4818L (default=32) 0 = "Not marked as a place where payments" 1 = "Marked as a place where payments" ; VALUE H2_4820L (default=32) 0 = "Not marked as a place where payments" 1 = "Marked as a place where payments" ; VALUE H2_4822L (default=32) 0 = "Not marked as a place where payments" 1 = "Marked as a place where payments" ; VALUE H2_4826L (default=32) 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 not" 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 or" 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_IMP0O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H2_IMP0P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H2_IMP0Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H2_IMP0R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H2_IMP0S (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_STATE (default=32) 1 = "Alabama" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "District of Columbia" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 17 = "Illinois" 18 = "Indiana" 19 = "Iowa" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 23 = "Maine" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 29 = "Missouri" 30 = "Montana" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 36 = "New York" 37 = "North Carolina" 38 = "North Dakota" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 50 = "Vermont" 51 = "Virginia" 53 = "Washington" 55 = "Wisconsin" 90 = "Idaho, New Mexico, South Dakota, Wyomi" /* ng */ 91 = "Mississippi, West Virginia" ; VALUE H3_METRO (default=32) 1 = "In metropolitan subsample" 2 = "Not in metropolitan subfamily (may be" ; VALUE H3_MSA (default=32) 0 = "Not in metropolitan subsample or not" 160 = "Albany-Schenectady-Troy, NY" 640 = "Austin, TX" 840 = "Beaumont-Port Arthur, TX" 1000 = "Birmingham, AL" 1122 = "Boston-Lawrence-Salem, MA-NH CMSA" 1282 = "Buffalo-Niagara Falls, NY CMSA" 1602 = "Chicago-Gary-Lake County (IL)," 1642 = "Cincinnati-Hamilton, OH-KY-IN CMSA" 1692 = "Cleveland-Akron-Lorain, OH CMSA" 1840 = "Columbus, OH" 1922 = "Dallas-Fort Worth, TX CMSA" 2000 = "Dayton-Springfield, OH" 2082 = "Denver-Boulder, CO CMSA" 2162 = "Detroit-Ann Arbor, MI CMSA" 2400 = "Eugene-Springfield, OR" 2840 = "Fresno, CA" 3120 = "Greensboro--Winston-Salem--High" 3240 = "Harrisburg-Lebanon-Carlisle, PA" 3282 = "Hartford-New Britain-Middletown, CT CM" /* SA */ 3320 = "Honolulu, HI" 3362 = "Houston-Galveston-Brazoria, TX CMSA" 3480 = "Indianapolis, IN" 3762 = "Kansas City, MO-Kansas City, KS CMSA" 4000 = "Lancaster, PA" 4472 = "Los Angeles-Anaheim-Riverside, CA CMSA" 4720 = "Madison, WI" 4920 = "Memphis, TN-AR-MS (part in TN only)" 4992 = "Miami-Fort Lauderdale, FL CMSA" 5082 = "Milwaukee-Racine, WI CMSA" 5160 = "Mobile, AL" 5360 = "Nashville, TN" 5480 = "New Haven-Meriden, CT" 5560 = "New Orleans, LA" 5602 = "New York-Northern NJ-Long Island," 5880 = "Oklahoma City, OK" 5920 = "Omaha, NE-IA (part in NE only)" 5960 = "Orlando, FL" 6162 = "Philadelphia-Wilmington-Trenton," 6200 = "Phoenix, AZ" 6282 = "Pittsburgh-Beaver Valley, PA CMSA" 6442 = "Portland-Vancouver, OR-WA CMSA" 6840 = "Rochester, NY" 6920 = "Sacramento, CA" 7042 = "St. Louis-E. St Louis-Alton, MO-IL CMS" /* A */ 7080 = "Salem, OR" 7240 = "San Antonio, TX" 7320 = "San Diego, CA" 7362 = "San Francisco-Oakland-San Jose, CA CMS" /* A */ 7560 = "Scranton-Wilkes-Barre, PA" 8000 = "Springfield, MA" 8280 = "Tampa-St. Petersburg-Clearwater, FL" 8400 = "Toledo, OH" 8520 = "Tucson, AZ" 8560 = "Tulsa, OK" 8840 = "Washington, DC-MD-VA" 8960 = "West Palm Beach-Boca Raton-Delray" 9240 = "Worcester, MA" 9280 = "York, PA" 9320 = "Youngstown-Warren, OH" ; VALUE H3_ACCES (default=32) 0 = "Not applicable" 1 = "Direct - skip to housunit" 2 = "Through another unit" ; VALUE H3_KTCHN (default=32) 0 = "Not applicable" 1 = "For this unit only" 2 = "Also used by another household" 3 = "None" ; VALUE H3_LVQTR (default=32) 1 = "House, apartment, flat" 2 = "Hu in nontransient hotel, motel etc." 3 = "Hu, permanent in transient hotel, mote" /* l, etc. */ 4 = "Hu in rooming house" 5 = "Mobile home or trailer with no permane" /* nt */ 6 = "Mobile home or trailer with one or mor" /* e */ 7 = "Hu not specified above" 8 = "Quarters not hu in rooming or boarding" 9 = "Unit not permanent in transient hotel," 10 = "Unoccupied tent or trailer site" 11 = "Other unit not specified above" ; VALUE H3_UNITS (default=32) 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) 1 = "Owned or being bought by someone" 2 = "Rented for cash" 3 = "Occupied without payment of cash rent" ; 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_KTCHN (default=32) 0 = "Not applicable" 1 = "For this unit only" 2 = "Also used by another household" 3 = "None" ; VALUE U3_LVQTR (default=32) -9 = "Not answered" 0 = "Not answered (types B and C)" 1 = "House, apartment, flat" 2 = "Hu in nontransient hotel, motel etc." 3 = "Hu, permanent in transient hotel, mote" /* l, etc. */ 4 = "Hu in rooming house" 5 = "Mobile home or trailer with no permane" /* nt */ 6 = "Mobile home or trailer with one or mor" /* e */ 7 = "Hu not specified above" 8 = "Quarters not hu in rooming or boarding" 9 = "Unit not permanent in transient hotel," 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 rent" 9 = "Not answered" ; VALUE U3_PUBHS (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE U3_LORNT (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE H3ITM36B (default=32) 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 or sto" /* rage */ 14 = "Unoccupied tent or trailer site" 15 = "Permit granted, construction not start" /* ed */ 16 = "Other type B" 17 = "Demolished" 18 = "House or trailer moved" 19 = "Converted to permanent business or sto" /* rage */ 20 = "Merged" 21 = "Condemned" 22 = "Other" ; 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) 1 = "One or more persons in household recei" /* ved */ 2 = "No person in household received benefi" /* ts from */ ; VALUE H3_CASH (default=32) 1 = "One or more persons in household recei" /* ved */ 2 = "No person in household received cash b" /* enefits */ ; VALUE H3NCASHB (default=32) 1 = "One or more persons in household recei" /* ved */ 2 = "One or more persons in household recei" /* ved */ 3 = "No person in household received noncas" /* h benefits */ ; VALUE H3_PUB (default=32) 1 = "Yes" 2 = "No" ; VALUE H3PUBAMT (default=32) -9 = "Not applicable" ; VALUE H3_UTLTY (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H3_ENRGY (default=32) 0 = "Not applicable" 1 = "Checks sent to household" 2 = "Coupons or vouchers sent to household" 3 = "Payments sent elsewhere" 4 = "Checks and coupons or vouchers sent to" 5 = "Checks sent to household and payments" 6 = "Coupons or voucher sent to household" 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_4802L (default=32) 1 = "Yes" 2 = "No - skip to H3-4808" ; VALUE H3_4804L (default=32) -9 = "Not in universe" 0 = "None" ; VALUE H3_4806L (default=32) 0 = "Not in universe" 1 = "Yes - skip to H3-4816" 2 = "No - skip to H3-4816" ; VALUE H3_4808L (default=32) 1 = "Yes" 2 = "No - skip to H3-4816" ; VALUE H3_4810L (default=32) -9 = "Not applicable" 0 = "None" ; VALUE H3_4812L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE H3_4814L (default=32) -9 = "Not in universe" ; VALUE H3_4816L (default=32) 1 = "Yes" 2 = "No - skip to H3-4826" ; VALUE H3_4818L (default=32) 0 = "Not marked as a place where payments" 1 = "Marked as a place where payments" ; VALUE H3_4820L (default=32) 0 = "Not marked as a place where payments" 1 = "Marked as a place where payments" ; VALUE H3_4822L (default=32) 0 = "Not marked as a place where payments" 1 = "Marked as a place where payments" ; VALUE H3_4826L (default=32) 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 not" 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 or" 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_IMP0O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H3_IMP0P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H3_IMP0Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H3_IMP0R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H3_IMP0S (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_STATE (default=32) 1 = "Alabama" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "District of Columbia" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 17 = "Illinois" 18 = "Indiana" 19 = "Iowa" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 23 = "Maine" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 29 = "Missouri" 30 = "Montana" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 36 = "New York" 37 = "North Carolina" 38 = "North Dakota" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 50 = "Vermont" 51 = "Virginia" 53 = "Washington" 55 = "Wisconsin" 90 = "Idaho, New Mexico, South Dakota, Wyomi" /* ng */ 91 = "Mississippi, West Virginia" ; VALUE H4_METRO (default=32) 1 = "In metropolitan subsample" 2 = "Not in metropolitan subfamily (may be" ; VALUE H4_MSA (default=32) 0 = "Not in metropolitan subsample or not" 160 = "Albany-Schenectady-Troy, NY" 640 = "Austin, TX" 840 = "Beaumont-Port Arthur, TX" 1000 = "Birmingham, AL" 1122 = "Boston-Lawrence-Salem, MA-NH CMSA" 1282 = "Buffalo-Niagara Falls, NY CMSA" 1602 = "Chicago-Gary-Lake County (IL)," 1642 = "Cincinnati-Hamilton, OH-KY-IN CMSA" 1692 = "Cleveland-Akron-Lorain, OH CMSA" 1840 = "Columbus, OH" 1922 = "Dallas-Fort Worth, TX CMSA" 2000 = "Dayton-Springfield, OH" 2082 = "Denver-Boulder, CO CMSA" 2162 = "Detroit-Ann Arbor, MI CMSA" 2400 = "Eugene-Springfield, OR" 2840 = "Fresno, CA" 3120 = "Greensboro--Winston-Salem--High" 3240 = "Harrisburg-Lebanon-Carlisle, PA" 3282 = "Hartford-New Britain-Middletown, CT CM" /* SA */ 3320 = "Honolulu, HI" 3362 = "Houston-Galveston-Brazoria, TX CMSA" 3480 = "Indianapolis, IN" 3762 = "Kansas City, MO-Kansas City, KS CMSA" 4000 = "Lancaster, PA" 4472 = "Los Angeles-Anaheim-Riverside, CA CMSA" 4720 = "Madison, WI" 4920 = "Memphis, TN-AR-MS (part in TN only)" 4992 = "Miami-Fort Lauderdale, FL CMSA" 5082 = "Milwaukee-Racine, WI CMSA" 5160 = "Mobile, AL" 5360 = "Nashville, TN" 5480 = "New Haven-Meriden, CT" 5560 = "New Orleans, LA" 5602 = "New York-Northern NJ-Long Island," 5880 = "Oklahoma City, OK" 5920 = "Omaha, NE-IA (part in NE only)" 5960 = "Orlando, FL" 6162 = "Philadelphia-Wilmington-Trenton," 6200 = "Phoenix, AZ" 6282 = "Pittsburgh-Beaver Valley, PA CMSA" 6442 = "Portland-Vancouver, OR-WA CMSA" 6840 = "Rochester, NY" 6920 = "Sacramento, CA" 7042 = "St. Louis-E. St Louis-Alton, MO-IL CMS" /* A */ 7080 = "Salem, OR" 7240 = "San Antonio, TX" 7320 = "San Diego, CA" 7362 = "San Francisco-Oakland-San Jose, CA CMS" /* A */ 7560 = "Scranton-Wilkes-Barre, PA" 8000 = "Springfield, MA" 8280 = "Tampa-St. Petersburg-Clearwater, FL" 8400 = "Toledo, OH" 8520 = "Tucson, AZ" 8560 = "Tulsa, OK" 8840 = "Washington, DC-MD-VA" 8960 = "West Palm Beach-Boca Raton-Delray" 9240 = "Worcester, MA" 9280 = "York, PA" 9320 = "Youngstown-Warren, OH" ; VALUE H4_ACCES (default=32) 0 = "Not applicable" 1 = "Direct - skip to housunit" 2 = "Through another unit" ; VALUE H4_KTCHN (default=32) 0 = "Not applicable" 1 = "For this unit only" 2 = "Also used by another household" 3 = "None" ; VALUE H4_LVQTR (default=32) 1 = "House, apartment, flat" 2 = "Hu in nontransient hotel, motel etc." 3 = "Hu, permanent in transient hotel, mote" /* l, etc. */ 4 = "Hu in rooming house" 5 = "Mobile home or trailer with no permane" /* nt */ 6 = "Mobile home or trailer with one or mor" /* e */ 7 = "Hu not specified above" 8 = "Quarters not hu in rooming or boarding" 9 = "Unit not permanent in transient hotel," 10 = "Unoccupied tent or trailer site" 11 = "Other unit not specified above" ; VALUE H4_UNITS (default=32) 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) 1 = "Owned or being bought by someone" 2 = "Rented for cash" 3 = "Occupied without payment of cash rent" ; 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_KTCHN (default=32) 0 = "Not applicable" 1 = "For this unit only" 2 = "Also used by another household" 3 = "None" ; VALUE U4_LVQTR (default=32) -9 = "Not answered" 0 = "Not answered (types B and C)" 1 = "House, apartment, flat" 2 = "Hu in nontransient hotel, motel etc." 3 = "Hu, permanent in transient hotel, mote" /* l, etc. */ 4 = "Hu in rooming house" 5 = "Mobile home or trailer with no permane" /* nt */ 6 = "Mobile home or trailer with one or mor" /* e */ 7 = "Hu not specified above" 8 = "Quarters not hu in rooming or boarding" 9 = "Unit not permanent in transient hotel," 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 rent" 9 = "Not answered" ; VALUE U4_PUBHS (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE U4_LORNT (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" -1 = "Dk" ; VALUE H4ITM36B (default=32) 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 or sto" /* rage */ 14 = "Unoccupied tent or trailer site" 15 = "Permit granted, construction not start" /* ed */ 16 = "Other type B" 17 = "Demolished" 18 = "House or trailer moved" 19 = "Converted to permanent business or sto" /* rage */ 20 = "Merged" 21 = "Condemned" 22 = "Other" ; 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) 1 = "One or more persons in household recei" /* ved */ 2 = "No person in household received benefi" /* ts from */ ; VALUE H4_CASH (default=32) 1 = "One or more persons in household recei" /* ved */ 2 = "No person in household received cash b" /* enefits */ ; VALUE H4NCASHB (default=32) 1 = "One or more persons in household recei" /* ved */ 2 = "One or more persons in household recei" /* ved */ 3 = "No person in household received noncas" /* h benefits */ ; VALUE H4_PUB (default=32) 1 = "Yes" 2 = "No" ; VALUE H4PUBAMT (default=32) -9 = "Not applicable" ; VALUE H4_UTLTY (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE H4_ENRGY (default=32) 0 = "Not applicable" 1 = "Checks sent to household" 2 = "Coupons or vouchers sent to household" 3 = "Payments sent elsewhere" 4 = "Checks and coupons or vouchers sent to" 5 = "Checks sent to household and payments" 6 = "Coupons or voucher sent to household" 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_4802L (default=32) 1 = "Yes" 2 = "No - skip to H4-4808" ; VALUE H4_4804L (default=32) -9 = "Not in universe" 0 = "None" ; VALUE H4_4806L (default=32) 0 = "Not in universe" 1 = "Yes - skip to H4-4816" 2 = "No - skip to H4-4816" ; VALUE H4_4808L (default=32) 1 = "Yes" 2 = "No - skip to H4-4816" ; VALUE H4_4810L (default=32) -9 = "Not applicable" 0 = "None" ; VALUE H4_4812L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE H4_4814L (default=32) -9 = "Not in universe" ; VALUE H4_4816L (default=32) 1 = "Yes" 2 = "No - skip to H4-4826" ; VALUE H4_4818L (default=32) 0 = "Not marked as a place where payments" 1 = "Marked as a place where payments" ; VALUE H4_4820L (default=32) 0 = "Not marked as a place where payments" 1 = "Marked as a place where payments" ; VALUE H4_4822L (default=32) 0 = "Not marked as a place where payments" 1 = "Marked as a place where payments" ; VALUE H4_4826L (default=32) 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 not" 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 or" 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_IMP0O (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H4_IMP0P (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H4_IMP0Q (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H4_IMP0R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H4_IMP0S (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 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" 1 = "One" 2 = "Two" ; VALUE F1OKLT1D (default=32) 0 = "None" 1 = "One" 2 = "Two" ; 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" 1 = "One" 2 = "Two" ; VALUE F2OKLT1D (default=32) 0 = "None" 1 = "One" 2 = "Two" ; 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" 1 = "One" 2 = "Two" ; VALUE F3OKLT1D (default=32) 0 = "None" 1 = "One" 2 = "Two" ; 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" 1 = "One" 2 = "Two" ; VALUE F4OKLT1D (default=32) 0 = "None" 1 = "One" 2 = "Two" ; 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" 1 = "One" 2 = "Two" ; VALUE S1OKLT1D (default=32) 0 = "None" 1 = "One" 2 = "Two" ; 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" 1 = "One" 2 = "Two" ; VALUE S2OKLT1D (default=32) 0 = "None" 1 = "One" 2 = "Two" ; 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" 1 = "One" 2 = "Two" ; VALUE S3OKLT1D (default=32) 0 = "None" 1 = "One" 2 = "Two" ; 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" 1 = "One" 2 = "Two" ; VALUE S4OKLT1D (default=32) 0 = "None" 1 = "One" 2 = "Two" ; VALUE PP_INTVW (default=32) 0 = "Not applicable (children under 15)" 1 = "Interview (self)" 2 = "Interview (proxy)" 3 = "Noninterview - type Z refusal" 4 = "Noninterview - type Z other" ; VALUE $PW_ADDI (default=32) "0" = "Not applicable (Person not in sample p" /* revious wave) */ ; VALUE PW_RRP (default=32) 0 = "Not applicable" 1 = "Household reference person, living wit" /* h */ 2 = "Household reference person living alon" /* e */ 3 = "Spouse of household reference person" 4 = "Child of household reference person" 5 = "Other relative of household reference " /* person */ 6 = "Nonrelative of household reference per" /* son */ 7 = "Nonrelative of household reference per" /* son and */ ; 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" ; VALUE PW_PNSP (default=32) 0 = "Not in universe" 999 = "Not applicable" ; VALUE PW_PNPT (default=32) 0 = "Not in universe" 999 = "Not applicable" ; VALUE PW_POPST (default=32) 0 = "Not applicable" 1 = "Child (under 15 at interview)" 2 = "Adult (15 years of age or older)" ; VALUE RRP_1L (default=32) 1 = "Household reference person, living" 2 = "Household reference person living" 3 = "Spouse of household reference person" 4 = "Child of household reference person" 5 = "Other relative of household reference" 6 = "Nonrelative of household reference" 7 = "Nonrelative of household reference" ; VALUE RRP_2L (default=32) 1 = "Household reference person, living" 2 = "Household reference person living" 3 = "Spouse of household reference person" 4 = "Child of household reference person" 5 = "Other relative of household reference" 6 = "Nonrelative of household reference" 7 = "Nonrelative of household reference" ; VALUE RRP_3L (default=32) 1 = "Household reference person, living" 2 = "Household reference person living" 3 = "Spouse of household reference person" 4 = "Child of household reference person" 5 = "Other relative of household reference" 6 = "Nonrelative of household reference" 7 = "Nonrelative of household reference" ; VALUE RRP_4L (default=32) 1 = "Household reference person, living" 2 = "Household reference person living" 3 = "Spouse of household reference person" 4 = "Child of household reference person" 5 = "Other relative of household reference" 6 = "Nonrelative of household reference" 7 = "Nonrelative of household reference" ; VALUE RRP_5L (default=32) 1 = "Household reference person, living" 2 = "Household reference person living" 3 = "Spouse of household reference person" 4 = "Child of household reference person" 5 = "Other relative of household reference" 6 = "Nonrelative of household reference" 7 = "Nonrelative of household reference" ; VALUE AGE_1L (default=32) 0 = "Less than 1 full year" 85 = "85 years old or older" ; VALUE AGE_2L (default=32) 0 = "Less than 1 full year" 85 = "85 years old or older" ; VALUE AGE_3L (default=32) 0 = "Less than 1 full year" 85 = "85 years old or older" ; VALUE AGE_4L (default=32) 0 = "Less than 1 full year" 85 = "85 years old or older" ; VALUE AGE_5L (default=32) 0 = "Less than 1 full year" 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) 1 = "Married, spouse present" 2 = "Married, spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never married" ; VALUE MS_2L (default=32) 1 = "Married, spouse present" 2 = "Married, spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never married" ; VALUE MS_3L (default=32) 1 = "Married, spouse present" 2 = "Married, spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never married" ; VALUE MS_4L (default=32) 1 = "Married, spouse present" 2 = "Married, spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never married" ; VALUE MS_5L (default=32) 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" 1 = "Secondary individual (not a family mem" /* ber) */ 2 = "Unrelated sub (secondary) family" 3 = "Related subfamily" 4 = "Primary individual" ; VALUE FAMTYP_K (default=32) 0 = "Primary family" 1 = "Secondary individual (not a family mem" /* ber) */ 2 = "Unrelated sub (secondary) family" 3 = "Related subfamily" 4 = "Primary individual" ; VALUE FAMTYP_L (default=32) 0 = "Primary family" 1 = "Secondary individual (not a family mem" /* ber) */ 2 = "Unrelated sub (secondary) family" 3 = "Related subfamily" 4 = "Primary individual" ; VALUE FAMTYP_M (default=32) 0 = "Primary family" 1 = "Secondary individual (not a family mem" /* ber) */ 2 = "Unrelated sub (secondary) family" 3 = "Related subfamily" 4 = "Primary individual" ; VALUE FAMTYP_N (default=32) 0 = "Primary family" 1 = "Secondary individual (not a family mem" /* ber) */ 2 = "Unrelated sub (secondary) family" 3 = "Related subfamily" 4 = "Primary individual" ; VALUE FAMREL_E (default=32) 0 = "Not applicable (person not in related" 1 = "Reference person of family" 2 = "Spouse of family reference person" 3 = "Child of family reference person" 4 = "Other relative of family reference" ; VALUE FAMREL_K (default=32) 0 = "Not applicable (person not in related" 1 = "Reference person of family" 2 = "Spouse of family reference person" 3 = "Child of family reference person" 4 = "Other relative of family reference" ; VALUE FAMREL_L (default=32) 0 = "Not applicable (person not in related" 1 = "Reference person of family" 2 = "Spouse of family reference person" 3 = "Child of family reference person" 4 = "Other relative of family reference" ; VALUE FAMREL_M (default=32) 0 = "Not applicable (person not in related" 1 = "Reference person of family" 2 = "Spouse of family reference person" 3 = "Child of family reference person" 4 = "Other relative of family reference" ; VALUE FAMREL_N (default=32) 0 = "Not applicable (person not in related" 1 = "Reference person of family" 2 = "Spouse of family reference person" 3 = "Child of family reference person" 4 = "Other relative of family reference" ; VALUE FAMNUM_E (default=32) 0 = "Not applicable (person not in related " /* subfamily */ ; VALUE FAMNUM_K (default=32) 0 = "Not applicable (person not in related " /* subfamily */ ; VALUE FAMNUM_L (default=32) 0 = "Not applicable (person not in related " /* subfamily */ ; VALUE FAMNUM_M (default=32) 0 = "Not applicable (person not in related " /* subfamily */ ; VALUE FAMNUM_N (default=32) 0 = "Not applicable (person not in related " /* subfamily */ ; VALUE POP_STAT (default=32) 1 = "Adult (15 years of age or older)" 2 = "Child (under 15 at interview)" ; VALUE PNSP_1L (default=32) 999 = "Not applicable" ; VALUE VETSTAT (default=32) 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 = "Scotish" 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 (Spanish)" 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_RRP (default=32) 1 = "Reference person with relatives in HH" 2 = "Reference person with no rel. In HH" 3 = "Husband of reference person" 4 = "Wife of reference person" 5 = "Own child of reference person" 6 = "Parent of reference person" 7 = "Brother/sister of reference person" 8 = "Other relative of reference person" 9 = "Nonrelative of reference person" 10 = "Nonrelative of reference person" ; VALUE U_HHMEM (default=32) 1 = "Yes - current HH member" 2 = "No" ; VALUE U_REALFT (default=32) 0 = "Not applicable (person did not move or" 5 = "Left - deceased" 6 = "Left - institutionalized" 7 = "Left - living in Armed Forces barracks" 8 = "Left - moved outside of country" 9 = "Left - separation or divorce" 10 = "Left - person 201 or greater no longer" 11 = "Left - other" ; VALUE U_REAENT (default=32) 0 = "Not applicable (person did not move" 1 = "Entered - birth" 2 = "Entered - marriage" 3 = "Entered - other" 4 = "Entered (before sample people)" ; VALUE U_MONLFT (default=32) 0 = "Not applicable (person did not move or" ; VALUE U_MONENT (default=32) 0 = "Not applicable (person did not move or" ; VALUE U_DAYLFT (default=32) 0 = "Not applicable (person did not move or" ; VALUE U_DAYENT (default=32) 0 = "Not applicable (person did not move or" ; VALUE CC_ADLFT (default=32) 0 = "Not applicable (person did not move or" ; VALUE CC_ADENT (default=32) 0 = "Not applicable (person did not move or" ; VALUE U_BRTHYR (default=32) -9 = "Not answered" ; VALUE U_PNPT (default=32) -9 = "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) 0 = "Not applicable" -9 = "Not answered" ; VALUE U_PNGD (default=32) 0 = "Not applicable (person did not move or" ; 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_SRVDTE (default=32) 0 = "Not applicable" 1 = "Vietnam era (Aug'64-Apr'75)" 2 = "Korean conflict (June'50-Jan'55)" 3 = "World war II (Sept'40-July'47)" 4 = "World warI (Apr'17-Nov'18)" 5 = "May 1975 or later" 6 = "Other service" 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" 1 = "Don't know" 2 = "Refusal" 3 = "None" ; VALUE SC0064L (default=32) 0 = "Not in universe" ; VALUE SC0066L (default=32) 0 = "Not in universe" ; 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 all we" /* eks */ 2 = "With a job entire month, missed one or" /* more */ 3 = "With a job entire month, missed one or" /* more */ 4 = "With job one or more weeks, no time sp" /* ent looking */ 5 = "With job one or more weeks, spent one " /* or more */ 6 = "No job during month, spent entire mont" /* h looking */ 7 = "No job during month, spent one or more" /* weeks */ 8 = "No job during month, no time spent loo" /* king or */ ; VALUE ESR_2L (default=32) 0 = "Not applicable" 1 = "With a job entire month, worked all we" /* eks */ 2 = "With a job entire month, missed one or" /* more */ 3 = "With a job entire month, missed one or" /* more */ 4 = "With job one or more weeks, no time sp" /* ent looking */ 5 = "With job one or more weeks, spent one " /* or more */ 6 = "No job during month, spent entire mont" /* h looking */ 7 = "No job during month, spent one or more" /* weeks */ 8 = "No job during month, no time spent loo" /* king or */ ; VALUE ESR_3L (default=32) 0 = "Not applicable" 1 = "With a job entire month, worked all we" /* eks */ 2 = "With a job entire month, missed one or" /* more */ 3 = "With a job entire month, missed one or" /* more */ 4 = "With job one or more weeks, no time sp" /* ent looking */ 5 = "With job one or more weeks, spent one " /* or more */ 6 = "No job during month, spent entire mont" /* h looking */ 7 = "No job during month, spent one or more" /* weeks */ 8 = "No job during month, no time spent loo" /* king or */ ; VALUE ESR_4L (default=32) 0 = "Not applicable" 1 = "With a job entire month, worked all we" /* eks */ 2 = "With a job entire month, missed one or" /* more */ 3 = "With a job entire month, missed one or" /* more */ 4 = "With job one or more weeks, no time sp" /* ent looking */ 5 = "With job one or more weeks, spent one " /* or more */ 6 = "No job during month, spent entire mont" /* h looking */ 7 = "No job during month, spent one or more" /* weeks */ 8 = "No job during month, no time spent loo" /* king or */ ; 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 ('have-job' " /* = no) */ 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (only applicable for months wi" /* th 5 weeks) */ ; VALUE WKSJB2L (default=32) 0 = "0 weeks or not applicable ('have-job' " /* = no) */ 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (only applicable for months wi" /* th 5 weeks) */ ; VALUE WKSJB3L (default=32) 0 = "0 weeks or not applicable ('have-job' " /* = no) */ 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (only applicable for months wi" /* th 5 weeks) */ ; VALUE WKSJB4L (default=32) 0 = "0 weeks or not applicable ('have-job' " /* = no) */ 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (only applicable for months wi" /* th 5 weeks) */ ; VALUE WKWJOB (default=32) 0 = "Not applicable ('have-job' = no)" 1 = "Yes" 2 = "No" ; VALUE WKSWOP1L (default=32) 0 = "0 weeks or not applicable ('have-job' " /* = no) */ 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (only applicable for months wi" /* th 5 weeks) */ ; VALUE WKSWOP2L (default=32) 0 = "0 weeks or not applicable ('have-job' " /* = no) */ 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (only applicable for months wi" /* th 5 weeks) */ ; VALUE WKSWOP3L (default=32) 0 = "0 weeks or not applicable ('have-job' " /* = no) */ 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (only applicable for months wi" /* th 5 weeks) */ ; VALUE WKSWOP4L (default=32) 0 = "0 weeks or not applicable ('have-job' " /* = no) */ 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (only applicable for months wi" /* th 5 weeks) */ ; VALUE WEEKSAB (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE WKSLOK1L (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 months wi" /* th 5 weeks) */ ; VALUE WKSLOK2L (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 months wi" /* th 5 weeks) */ ; VALUE WKSLOK3L (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 months wi" /* th 5 weeks) */ ; VALUE WKSLOK4L (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 months wi" /* th 5 weeks) */ ; 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 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 income" 5 = "State unemployment compensation" 6 = "Supplemental unemployment benefits" 7 = "Other unemployment compensation" 8 = "Veterans compensation or pensions" 10 = "Workers compensation" 12 = "Employer or union temporary sickness p" /* olicy */ 13 = "Payments from a sickness, accident, or" 20 = "Aid to families with dependent" 21 = "General assistance or general relief" 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 Federal" 32 = "U.S. military retirement pay" 34 = "State government pensions" 35 = "Local government pensions" 36 = "Income from paid up life insurance pol" /* icies */ 37 = "Estates and trusts" 38 = "Other payments for retirement, disabil" /* ity or */ 40 = "GI bill education benefits" 50 = "Income assistance from a charitable gr" /* oup */ 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 elsewhe" /* re */ 75 = "Recoded for confidentiality (ISS codes" /* 4,9,11,22,33) */ ; VALUE ASTSOURC (default=32) 0 = "Not applicable" 100 = "Regular/passbook savings accounts in a" 101 = "Money market deposit accounts" 102 = "Certificates of deposit or other" 103 = "NOW, super NOW, or other interest" 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 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 SC1048" ; VALUE SC1004L (default=32) 0 = "Not marked as looking or on layoff all" 1 = "Marked as looking or on layoff all wee" /* ks */ ; VALUE SC1006L (default=32) 0 = "Not marked as a week looking or on" 1 = "Marked as a week looking or on layoff" ; VALUE SC1008L (default=32) 0 = "Not marked as a week looking or on" 1 = "Marked as a week looking or on layoff" ; VALUE SC1010L (default=32) 0 = "Not marked as a week looking or on" 1 = "Marked as a week looking or on layoff" ; VALUE SC1012L (default=32) 0 = "Not marked as a week looking or on" 1 = "Marked as a week looking or on layoff" ; VALUE SC1014L (default=32) 0 = "Not marked as a week looking or on" 1 = "Marked as a week looking or on layoff" ; VALUE SC1016L (default=32) 0 = "Not marked as a week looking or on" 1 = "Marked as a week looking or on layoff" ; VALUE SC1018L (default=32) 0 = "Not marked as a week looking or on" 1 = "Marked as a week looking or on layoff" ; VALUE SC1020L (default=32) 0 = "Not marked as a week looking or on" 1 = "Marked as a week looking or on layoff" ; VALUE SC1022L (default=32) 0 = "Not marked as a week looking or on" 1 = "Marked as a week looking or on layoff" ; VALUE SC1024L (default=32) 0 = "Not marked as a week looking or on" 1 = "Marked as a week looking or on layoff" ; VALUE SC1026L (default=32) 0 = "Not marked as a week looking or on" 1 = "Marked as a week looking or on layoff" ; VALUE SC1028L (default=32) 0 = "Not marked as a week looking or on" 1 = "Marked as a week looking or on layoff" ; VALUE SC1030L (default=32) 0 = "Not marked as a week looking or on" 1 = "Marked as a week looking or on layoff" ; VALUE SC1032L (default=32) 0 = "Not marked as a week looking or on" 1 = "Marked as a week looking or on layoff" ; VALUE SC1034L (default=32) 0 = "Not marked as a week looking or on" 1 = "Marked as a week looking or on layoff" ; VALUE SC1036L (default=32) 0 = "Not marked as a week looking or on" 1 = "Marked as a week looking or on layoff" ; VALUE SC1038L (default=32) 0 = "Not marked as a week looking or on" 1 = "Marked as a week looking or on layoff" ; VALUE SC1040L (default=32) 0 = "Not marked as a week looking or on" 1 = "Marked as a week looking or on layoff" ; 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 in universe" 1 = "Yes - skip to SC1052" 2 = "No - skip to SC1240" ; VALUE SC1050L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1240" ; VALUE SC1052L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1240" ; VALUE SC1054L (default=32) 0 = "Not in universe" 1 = "Believes no work available in line" 2 = "Couldn't find any work - skip to SC124"0 3 = "Lacks necessary schooling, training," 4 = "Employers think too young or too" 5 = "Other personal handicap in finding" 6 = "Can't arrange child care - skip to SC1" /* 240 */ 7 = "Family responsibilities - skip to SC12" /* 40 */ 8 = "In school or other training - skip to " /* SC1240 */ 9 = "Ill health, physical disability - skip" /* to SC1240 */ 10 = "Other - skip to SC1240" ; VALUE SC1056L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1100" ; 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 for a" /* ll */ 1 = "Marked as a week absent without pay" ; VALUE SC1062L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1064L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1066L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1068L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1070L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1072L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1074L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1076L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1078L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1080L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1082L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1084L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1086L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1088L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1090L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1092L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1094L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1096L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; 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 job" 1 = "Marked as a week having a job" ; VALUE SC1102L (default=32) 0 = "Not marked as a week having a job" 1 = "Marked as a week having a job" ; VALUE SC1104L (default=32) 0 = "Not marked as a week having a job" 1 = "Marked as a week having a job" ; VALUE SC1106L (default=32) 0 = "Not marked as a week having a job" 1 = "Marked as a week having a job" ; VALUE SC1108L (default=32) 0 = "Not marked as a week having a job" 1 = "Marked as a week having a job" ; VALUE SC1110L (default=32) 0 = "Not marked as a week having a job" 1 = "Marked as a week having a job" ; VALUE SC1112L (default=32) 0 = "Not marked as a week having a job" 1 = "Marked as a week having a job" ; VALUE SC1114L (default=32) 0 = "Not marked as a week having a job" 1 = "Marked as a week having a job" ; VALUE SC1116L (default=32) 0 = "Not marked as a week having a job" 1 = "Marked as a week having a job" ; VALUE SC1118L (default=32) 0 = "Not marked as a week having a job" 1 = "Marked as a week having a job" ; VALUE SC1120L (default=32) 0 = "Not marked as a week having a job" 1 = "Marked as a week having a job" ; VALUE SC1122L (default=32) 0 = "Not marked as a week having a job" 1 = "Marked as a week having a job" ; VALUE SC1124L (default=32) 0 = "Not marked as a week having a job" 1 = "Marked as a week having a job" ; VALUE SC1126L (default=32) 0 = "Not marked as a week having a job" 1 = "Marked as a week having a job" ; VALUE SC1128L (default=32) 0 = "Not marked as a week having a job" 1 = "Marked as a week having a job" ; VALUE SC1130L (default=32) 0 = "Not marked as a week having a job" 1 = "Marked as a week having a job" ; VALUE SC1132L (default=32) 0 = "Not marked as a week having a job" 1 = "Marked as a week having a job" ; VALUE SC1134L (default=32) 0 = "Not marked as a week having a job" 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 without" 1 = "Marked as a week absent without pay" ; VALUE SC1140L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1142L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1144L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1146L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1148L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1150L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1152L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1154L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1156L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1158L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1160L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1162L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1164L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1166L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1168L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1170L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; VALUE SC1172L (default=32) 0 = "Not marked as a week absent without" 1 = "Marked as a week absent without pay" ; 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 or on" 1 = "Marked as looking for work or on" ; VALUE SC1180L (default=32) 0 = "Not marked as a week looking for work" 1 = "Marked as a week looking for work or" ; VALUE SC1182L (default=32) 0 = "Not marked as a week looking for work" 1 = "Marked as a week looking for work or" ; VALUE SC1184L (default=32) 0 = "Not marked as a week looking for work" 1 = "Marked as a week looking for work or" ; VALUE SC1186L (default=32) 0 = "Not marked as a week looking for work" 1 = "Marked as a week looking for work or" ; VALUE SC1188L (default=32) 0 = "Not marked as a week looking for work" 1 = "Marked as a week looking for work or" ; VALUE SC1190L (default=32) 0 = "Not marked as a week looking for work" 1 = "Marked as a week looking for work or" ; VALUE SC1192L (default=32) 0 = "Not marked as a week looking for work" 1 = "Marked as a week looking for work or" ; VALUE SC1194L (default=32) 0 = "Not marked as a week looking for work" 1 = "Marked as a week looking for work or" ; VALUE SC1196L (default=32) 0 = "Not marked as a week looking for work" 1 = "Marked as a week looking for work or" ; VALUE SC1198L (default=32) 0 = "Not marked as a week looking for work" 1 = "Marked as a week looking for work or" ; VALUE SC1200L (default=32) 0 = "Not marked as a week looking for work" 1 = "Marked as a week looking for work or" ; VALUE SC1202L (default=32) 0 = "Not marked as a week looking for work" 1 = "Marked as a week looking for work or" ; VALUE SC1204L (default=32) 0 = "Not marked as a week looking for work" 1 = "Marked as a week looking for work or" ; VALUE SC1206L (default=32) 0 = "Not marked as a week looking for work" 1 = "Marked as a week looking for work or" ; VALUE SC1208L (default=32) 0 = "Not marked as a week looking for work" 1 = "Marked as a week looking for work or" ; VALUE SC1210L (default=32) 0 = "Not marked as a week looking for work" 1 = "Marked as a week looking for work or" ; VALUE SC1212L (default=32) 0 = "Not marked as a week looking for work" 1 = "Marked as a week looking for work or" ; VALUE SC1214L (default=32) 0 = "Not marked as a week looking for work" 1 = "Marked as a week looking for work or" ; 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 has a job" 2 = "Temporary illness" 3 = "School" 4 = "Other" ; VALUE SC1220L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SC1230" 2 = "No - skip to SC1224" ; VALUE SC1222L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SC1226" 2 = "No - skip to SC1230" ; VALUE SC1224L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1230" ; VALUE SC1226L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1230" ; VALUE SC1228L (default=32) 0 = "Not in universe" 1 = "Believes no work available in" 2 = "Couldn't find any work" 3 = "Lacks necessary schooling," 4 = "Employers think too young or" 5 = "Other personal handicap in" 6 = "Can't arrange child care" 7 = "Family responsibilities" 8 = "In school or other training" 9 = "Ill health, physical disability" 10 = "Other" ; VALUE SC1230L (default=32) -9 = "Not in universe" 0 = "None - skip to SC1240" ; VALUE SC1232L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1236" ; VALUE SC1234L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1240" ; VALUE SC1236L (default=32) 0 = "Not in universe" -5 = "All weeks in reference period" ; VALUE SC1238L (default=32) 0 = "Not in universe" 1 = "Could not find a full-time job" 2 = "Wanted to work part-time" 3 = "Health condition or disability" 4 = "Normal working hours are less" 5 = "Slack work or material shortage" 6 = "Other" ; 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 SC1330" ; VALUE SC1246L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1330L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1340" ; VALUE SC1332L (default=32) 0 = "Not in universe" 1 = "Less than 6 months" 2 = "6 to 23 months" 3 = "2 to 19 years" 4 = "20 or more years" -1 = "Dk" ; VALUE SC1334L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1338" -1 = "DK - 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) 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 SC1354" -1 = "Dk - skip to SC1354" ; VALUE SC1348L (default=32) 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" -1 = "Dk - 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 retirement" 1 = "Marked as a kind of retirement income" ; VALUE SC1366L (default=32) 0 = "Not marked as a kind of retirement" 1 = "Marked as a kind of retirement income" ; VALUE SC1368L (default=32) 0 = "Not marked as a kind of retirement" 1 = "Marked as a kind of retirement income" ; VALUE SC1370L (default=32) 0 = "Not marked as a kind of retirement" 1 = "Marked as a kind of retirement income" ; VALUE SC1374L (default=32) 0 = "Not marked as a kind of retirement" 1 = "Marked as a kind of retirement income" ; VALUE SC1376L (default=32) 0 = "Not marked as a kind of retirement" 1 = "Marked as a kind of retirement income" ; VALUE SC1378L (default=32) 0 = "Not marked as a kind of retirement" 1 = "Marked as a kind of retirement income" ; VALUE SC1380L (default=32) 0 = "Not in universe based on response to S" /* C1362 */ ; 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 or" 1 = "Marked as a kind of income" ; VALUE SC1394L (default=32) 0 = "Not marked as a kind of income or" 1 = "Marked as a kind of income" ; VALUE SC1396L (default=32) 0 = "Not marked as a kind of income or" 1 = "Marked as a kind of income" ; VALUE SC1398L (default=32) 0 = "Not marked as a kind of income or" 1 = "Marked as a kind of income" ; VALUE SC1400L (default=32) 0 = "Not marked as a kind of income or" 1 = "Marked as a kind of income" ; VALUE SC1402L (default=32) 0 = "Not marked as a kind of income or" 1 = "Marked as a kind of income" ; VALUE SC1406L (default=32) 0 = "Not marked as a kind of income or" 1 = "Marked as a kind of income" ; VALUE SC1408L (default=32) 0 = "Not marked as a kind of income or" 1 = "Marked as a kind of income" ; VALUE SC1410L (default=32) 0 = "Not marked as a kind of income or" 1 = "Marked as a kind of income" ; VALUE SC1412L (default=32) 0 = "Not in universe based on response to S" /* C1388 */ ; 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 or" 1 = "Marked as a kind of income" ; VALUE SC1430L (default=32) 0 = "Not marked as a kind of income or" 1 = "Marked as a kind of income" ; VALUE SC1434L (default=32) 0 = "Not marked as a kind of income or" 1 = "Marked as a kind of income" ; VALUE SC1436L (default=32) 0 = "Not marked as a kind of income or" 1 = "Marked as a kind of income" ; VALUE SC1438L (default=32) 0 = "Not marked as a kind of income or" 1 = "Marked as a kind of income" ; VALUE SC1442L (default=32) 0 = "Not marked as a kind of income or" 1 = "Marked as a kind of income" ; VALUE SC1444L (default=32) 0 = "Not marked as a kind of income or" 1 = "Marked as a kind of income" ; VALUE SC1446L (default=32) 0 = "Not marked as a kind of income or" 1 = "Marked as a kind of income" ; VALUE SC1448L (default=32) 0 = "Not marked as a kind of income or" 1 = "Marked as a kind of income" ; VALUE SC1450L (default=32) 0 = "Not marked as a kind of income or" 1 = "Marked as a kind of income" ; VALUE SC1452L (default=32) 0 = "Not in universe based on response to S" /* C1426 */ ; 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 SC1024" ; VALUE SC1462L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1024" ; VALUE $SC1466L (default=32) "0" = "Not in universe / not answered" ; VALUE SC1468L (default=32) 0 = "Not in universe" 1 = "Hospital only (type A) - skip" 2 = "Medical only (type B) - skip to SC1474" 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 SC1480" 2 = "No" ; VALUE SC1476L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1536" ; 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 SC1502" ; VALUE SC1486L (default=32) 0 = "Not marked as a kind of welfare or" 1 = "Marked as a kind of welfare" ; VALUE SC1488L (default=32) 0 = "Not marked as a kind of welfare or" 1 = "Marked as a kind of welfare" ; VALUE SC1492L (default=32) 0 = "Not marked as a kind of welfare or" 1 = "Marked as a kind of welfare" ; VALUE SC1494L (default=32) 0 = "Not marked as a kind of welfare or" 1 = "Marked as a kind of welfare" ; VALUE SC1496L (default=32) 0 = "Not marked as a kind of welfare or" 1 = "Marked as a kind of welfare" ; VALUE SC1498L (default=32) 0 = "Not in universe based on response to S" /* C1484 */ ; VALUE SC1502L (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 SC1536" ; VALUE SC1510L (default=32) 0 = "Not applicable (SC1508 = 2)" -5 = "All children (skip to SC1524)" 1 = "1 child" 2 = "2 children" 3 = "3 children" 4 = "4 children" 5 = "5 or more children but not all" ; 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" ; 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 SC1624" 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 covered" 1 = "No one else covered" ; VALUE SC1568L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1624" ; VALUE SC1570L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1574" -1 = "DK - skip to SC1574" ; VALUE SC1572L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SC1624" 2 = "No" ; VALUE SC1574L (default=32) 0 = "Not applicable" -5 = "All children - skip to SC1624" 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 covered" 1 = "No children covered" ; VALUE SC1624L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1634" ; VALUE SC1626L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1628L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1630L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1632L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1634L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1648" ; 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 in universe" 1 = "Yes" 2 = "No" ; VALUE SC1650L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1652L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1654L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1656L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1694" ; VALUE SC1658L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1694" ; VALUE SC1660L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1692" ; VALUE SC1662L (default=32) 0 = "Not marked as a kind of educational" 1 = "Marked as a kind of educational" ; VALUE SC1664L (default=32) 0 = "Not marked as a kind of educational" 1 = "Marked as a kind of educational" ; VALUE SC1666L (default=32) 0 = "Not marked as a kind of educational" 1 = "Marked as a kind of educational" ; VALUE SC1668L (default=32) 0 = "Not marked as a kind of educational" 1 = "Marked as a kind of educational" ; VALUE SC1670L (default=32) 0 = "Not marked as a kind of educational" 1 = "Marked as a kind of educational" ; VALUE SC1672L (default=32) 0 = "Not marked as a kind of educational" 1 = "Marked as a kind of educational" ; VALUE SC1674L (default=32) 0 = "Not marked as a kind of educational" 1 = "Marked as a kind of educational" ; VALUE SC1676L (default=32) 0 = "Not marked as a kind of educational" 1 = "Marked as a kind of educational" ; VALUE SC1678L (default=32) 0 = "Not marked as a kind of educational" 1 = "Marked as a kind of educational" ; VALUE SC1680L (default=32) 0 = "Not in universe" 1 = "Semester" 2 = "Trimester" 3 = "Quarter" 4 = "Other" ; VALUE SC1682L (default=32) 0 = "Not in universe" ; VALUE SC1684L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1688" ; VALUE SC1688L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SC1692" ; VALUE SC1690L (default=32) 0 = "Not in universe" ; VALUE SC1692L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; 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 - skip to SC4800" ; 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 PI07L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI08L (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 PI23L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI24L (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 PI64L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI65L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI66L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI67L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI68L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI69L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI70L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI71L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI72L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI73L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI74L (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 PI80L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI81L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI82L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE PI83L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE WS1_WKSC (default=32) 0 = "None or not in universe if classwk = 6" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" ; VALUE WS1_WKSK (default=32) 0 = "None or not in universe if classwk = 6" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" ; VALUE WS1_WKSL (default=32) 0 = "None or not in universe if classwk = 6" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" ; VALUE WS1_WKSM (default=32) 0 = "None or not in universe if classwk = 6" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" ; VALUE WS1RECIC (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_200C (default=32) 0 = "Not answered" 1 = "First business reported" 2 = "Second business reported" ; VALUE WS1_201C (default=32) 0 = "Not answered" 1 = "A private company or individual" 2 = "Federal government" 3 = "State government" 4 = "Local government" 5 = "Armed Forces" 6 = "Unpaid in family business or" ; VALUE WS1_201K (default=32) 0 = "Not in universe" 1 = "Yes - skip to WS1-2024" 2 = "No" ; VALUE WS1_201L (default=32) 0 = "Not in universe" ; VALUE WS1_201M (default=32) 0 = "Not in universe" ; VALUE WS1_202C (default=32) 0 = "Not in universe" ; VALUE WS1_202K (default=32) 0 = "Not in universe" ; VALUE WS1_202L (default=32) -9 = "Not in universe" 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_203C (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) -9 = "Not in universe" 0 = "None" ; VALUE WS1_203L (default=32) -9 = "Not in universe" 0 = "None" ; VALUE WS1_203M (default=32) -9 = "Not in universe" 0 = "None" ; VALUE WS1_203N (default=32) -9 = "Not in universe" 0 = "None" ; VALUE WS1_204C (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 WS1IMP0C (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 WS1CAL0C (default=32) 0 = "No imputed input" 1 = "Imputed input" ; VALUE WS1CAL0K (default=32) 0 = "No imputed input" 1 = "Imputed input" ; VALUE WS1CAL0L (default=32) 0 = "No imputed input" 1 = "Imputed input" ; VALUE WS1CAL0M (default=32) 0 = "No imputed input" 1 = "Imputed input" ; VALUE WS2_WKSC (default=32) 0 = "None or not in universe if classwk = 6" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" ; VALUE WS2_WKSK (default=32) 0 = "None or not in universe if classwk = 6" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" ; VALUE WS2_WKSL (default=32) 0 = "None or not in universe if classwk = 6" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" ; VALUE WS2_WKSM (default=32) 0 = "None or not in universe if classwk = 6" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" ; VALUE WS2RECIC (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_200C (default=32) 0 = "Not answered" ; VALUE WS2_201C (default=32) 0 = "Not answered" 1 = "A private company or individual" 2 = "Federal government" 3 = "State government" 4 = "Local government" 5 = "Armed Forces" 6 = "Unpaid in family business or" ; VALUE WS2_201K (default=32) 0 = "Not in universe" 1 = "Yes - skip to WS2-2024" 2 = "No" ; VALUE WS2_201L (default=32) 0 = "Not in universe" ; VALUE WS2_201M (default=32) 0 = "Not in universe" ; VALUE WS2_202C (default=32) 0 = "Not in universe" ; VALUE WS2_202K (default=32) 0 = "Not in universe" ; VALUE WS2_202L (default=32) -9 = "Not in universe" 0 = "None" ; VALUE WS2_202M (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to WS2-2030" ; VALUE WS2_202N (default=32) 0 = "Not in universe" ; VALUE WS2_203C (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_203K (default=32) -9 = "Not in universe" 0 = "None" ; VALUE WS2_203L (default=32) -9 = "Not in universe" 0 = "None" ; VALUE WS2_203M (default=32) -9 = "Not in universe" 0 = "None" ; VALUE WS2_203N (default=32) -9 = "Not in universe" 0 = "None" ; VALUE WS2_204C (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to WS2-2044" ; VALUE WS2_204K (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS2IMP0C (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 WS2CAL0C (default=32) 0 = "No imputed input" 1 = "Imputed input" ; VALUE WS2CAL0K (default=32) 0 = "No imputed input" 1 = "Imputed input" ; VALUE WS2CAL0L (default=32) 0 = "No imputed input" 1 = "Imputed input" ; VALUE WS2CAL0M (default=32) 0 = "No imputed input" 1 = "Imputed input" ; VALUE SE1WKS1L (default=32) 0 = "None" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" ; VALUE SE1WKS2L (default=32) 0 = "None" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" ; VALUE SE1WKS3L (default=32) 0 = "None" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" ; VALUE SE1WKS4L (default=32) 0 = "None" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" ; 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 SE12202L (default=32) 0 = "Not answered" 1 = "First business reported" 2 = "Second business reported" ; VALUE SE12212L (default=32) -3 = "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 SE12232" 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) -9 = "Not in universe" 0 = "None" ; VALUE SE12240L (default=32) -9 = "Not in universe" 0 = "None" ; VALUE SE12242L (default=32) -9 = "Not in universe" 0 = "None" ; VALUE SE12244L (default=32) -9 = "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) -9 = "Not in universe" 0 = "None" ; VALUE SE1IMP0C (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 SE1IMP0R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE1IMP1C (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE1IMP1K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE1CAL0C (default=32) 0 = "No imputed input" 1 = "Imputed input" ; VALUE SE1CAL0K (default=32) 0 = "No imputed input" 1 = "Imputed input" ; VALUE SE1CAL0L (default=32) 0 = "No imputed input" 1 = "Imputed input" ; VALUE SE1CAL0M (default=32) 0 = "No imputed input" 1 = "Imputed input" ; VALUE SE2WKS1L (default=32) 0 = "None" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" ; VALUE SE2WKS2L (default=32) 0 = "None" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" ; VALUE SE2WKS3L (default=32) 0 = "None" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" ; VALUE SE2WKS4L (default=32) 0 = "None" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" ; 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 SE22202L (default=32) 0 = "Not answered" 1 = "First business reported" 2 = "Second business reported" ; VALUE SE22212L (default=32) -3 = "None" ; VALUE SE22214L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SE22260" ; VALUE SE22216L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SE22232" 2 = "No" ; VALUE SE22218L (default=32) 0 = "Not in universe" 1 = "1 employee" 2 = "2 employees" 3 = "3 - 5 employees" 4 = "6 or more employees" ; VALUE SE22220L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SE22224" 2 = "No" ; VALUE SE22222L (default=32) 0 = "Not in universe" 1 = "Sole proprietorship - skip to SE22232" 2 = "Partnership" ; VALUE SE22224L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SE22232" ; VALUE SE22226L (default=32) 0 = "Not in universe" ; VALUE SE22228L (default=32) 0 = "Not in universe" ; VALUE SE22230L (default=32) 0 = "Not in universe" ; VALUE SE22232L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE22234L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE22236L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SE22250" ; VALUE SE22238L (default=32) -9 = "Not in universe" 0 = "None" ; VALUE SE22240L (default=32) -9 = "Not in universe" 0 = "None" ; VALUE SE22242L (default=32) -9 = "Not in universe" 0 = "None" ; VALUE SE22244L (default=32) -9 = "Not in universe" 0 = "None" ; VALUE SE22246L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SE22250" ; VALUE SE22248L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE22250L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SE22262" 2 = "No" ; VALUE SE22252L (default=32) 0 = "Not in universe" 1 = "Yes - skip to SE22262" 2 = "No" ; VALUE SE22254L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to SE22262" ; VALUE SE22256L (default=32) 0 = "Not in universe" ; VALUE SE22260L (default=32) -9 = "Not in universe" 0 = "None" ; VALUE SE2IMP0C (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 SE2IMP0R (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE2IMP1C (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE2IMP1K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE2CAL0C (default=32) 0 = "No imputed input" 1 = "Imputed input" ; VALUE SE2CAL0K (default=32) 0 = "No imputed input" 1 = "Imputed input" ; VALUE SE2CAL0L (default=32) 0 = "No imputed input" 1 = "Imputed input" ; VALUE SE2CAL0M (default=32) 0 = "No imputed input" 1 = "Imputed input" ; VALUE I01REC1L (default=32) 1 = "Yes" 2 = "No" ; VALUE I01REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I01REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I01REC4L (default=32) 1 = "Yes" 2 = "No" ; VALUE KIDSSYNC (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 SSRECIND (default=32) 0 = "Not in universe" 1 = "Adult benefits received in own name on" /* ly */ 2 = "Only adult benefits received jointly w" /* ith */ 3 = "Only child benefits received" 4 = "Adult benefits received in own name an" /* d */ 5 = "Adult benefits received jointly with s" /* pouse */ ; 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" ; VALUE SS3012L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SS3014L (default=32) 0 = "Not in universe" 1 = "Yes - skip to next ISS code" 2 = "No" ; VALUE SS3064L (default=32) 0 = "Not in universe" 1 = "Green" 2 = "Gold" 3 = "Other" -1 = "DK" ; VALUE SS3066L (default=32) 0 = "Not in universe" 1 = "First" 2 = "Third" 3 = "Other" -1 = "DK" ; 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) 1 = "Yes" 2 = "No" ; VALUE I02REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I02REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I02REC4L (default=32) 1 = "Yes" 2 = "No" ; 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 RRRECIND (default=32) 0 = "Not in universe" 1 = "Adult benefits received in own name on" /* ly */ 2 = "Only adult benefits received jointly w" /* ith */ 3 = "Only child benefits received" 4 = "Adult benefits received in own name an" /* d */ 5 = "Adult benefits received jointly with s" /* pouse */ ; 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" ; VALUE RR3012L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE RR3014L (default=32) 0 = "Not in universe" 1 = "Yes - skip to next ISS code" 2 = "No" ; VALUE RR3064L (default=32) 0 = "Not in universe" 1 = "Green" 2 = "Gold" 3 = "Other" -1 = "DK" ; VALUE RR3066L (default=32) 0 = "Not in universe" 1 = "First" 2 = "Third" 3 = "Other" -1 = "DK" ; 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) 1 = "Yes" 2 = "No" ; VALUE I03REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I03REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I03REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I05REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I05REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I05REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I06REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I06REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I06REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I07REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I07REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I07REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I08REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I08REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I08REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 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) 1 = "Yes" 2 = "No" ; VALUE I10REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I10REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I10REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I12REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I12REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I12REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I13REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I13REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I13REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I20REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I20REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I20REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I21REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I21REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I21REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I23REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I23REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I23REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I24REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I24REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I24REC4L (default=32) 1 = "Yes" 2 = "No" ; 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" ; VALUE WIC3140L (default=32) 0 = "No" 1 = "Yes" ; VALUE WIC3142L (default=32) 0 = "No" 1 = "Yes" ; VALUE WIC3144L (default=32) 0 = "No" 1 = "Yes" ; 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) 1 = "Yes" 2 = "No" ; VALUE I27REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I27REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I27REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I28REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I28REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I28REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I29REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I29REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I29REC4L (default=32) 1 = "Yes" 2 = "No" ; VALUE I29AMT1L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I30REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I30REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I30REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I31REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I31REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I31REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I32REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I32REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I32REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I34REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I34REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I34REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I35REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I35REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I35REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I36REC2L (default=32) 1 = "Yes" 2 = "no" ; VALUE I36REC3L (default=32) 1 = "Yes" 2 = "no" ; VALUE I36REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I37REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I37REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I37REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I38REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I38REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I38REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I40REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I40REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I40REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I50REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I50REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I50REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I51REC2L (default=32) 1 = "Yes" 2 = "no" ; VALUE I51REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I51REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I52REC2L (default=32) 1 = "Yes" 2 = "NO" ; VALUE I52REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I52REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I53REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I53REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I53REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I54REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I54REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I54REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I55REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I55REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I55REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I56REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I56REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I56REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 1 = "Yes" 2 = "No" ; VALUE I75REC2L (default=32) 1 = "Yes" 2 = "No" ; VALUE I75REC3L (default=32) 1 = "Yes" 2 = "No" ; VALUE I75REC4L (default=32) 1 = "Yes" 2 = "No" ; 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) 0 = "None" ; VALUE JINT100K (default=32) 0 = "None" ; VALUE JINT100L (default=32) 0 = "None" ; VALUE JINT100M (default=32) 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) 0 = "None" ; VALUE OINT100K (default=32) 0 = "None" ; VALUE OINT100L (default=32) 0 = "None" ; VALUE OINT100M (default=32) 0 = "None" ; VALUE JCALC10D (default=32) 0 = "No, not calculated" 1 = "Yes, interest was calculated" ; VALUE OCALC10D (default=32) 0 = "No, not calculated" 1 = "Yes, calculated" ; 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) 0 = "None" ; VALUE JINT104K (default=32) 0 = "None" ; VALUE JINT104L (default=32) 0 = "None" ; VALUE JINT104M (default=32) 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) 0 = "None" ; VALUE OINT104K (default=32) 0 = "None" ; VALUE OINT104L (default=32) 0 = "None" ; VALUE OINT104M (default=32) 0 = "None" ; VALUE JCALC10K (default=32) 0 = "No, not calculated" 1 = "Yes, interest was calculated" ; VALUE OCALC10K (default=32) 0 = "No, not calculated" 1 = "Yes, calculated" ; 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) 0 = "None" ; VALUE JDIR110K (default=32) 0 = "None" ; VALUE JDIR110L (default=32) 0 = "None" ; VALUE JDIR110M (default=32) 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) 0 = "None" ; VALUE ODIR110K (default=32) 0 = "None" ; VALUE ODIR110L (default=32) 0 = "None" ; VALUE ODIR110M (default=32) 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) 0 = "None" ; VALUE JDIC110K (default=32) 0 = "None" ; VALUE JDIC110L (default=32) 0 = "None" ; VALUE JDIC110M (default=32) 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) 0 = "None" ; VALUE ODIC110K (default=32) 0 = "None" ; VALUE ODIC110L (default=32) 0 = "None" ; VALUE ODIC110M (default=32) 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) 0 = "None" ; VALUE JRNT120K (default=32) 0 = "None" ; VALUE JRNT120L (default=32) 0 = "None" ; VALUE JRNT120M (default=32) 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) 0 = "None" ; VALUE ORNT120K (default=32) 0 = "None" ; VALUE ORNT120L (default=32) 0 = "None" ; VALUE ORNT120M (default=32) 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) 0 = "None" ; VALUE OJRT120K (default=32) 0 = "None" ; VALUE OJRT120L (default=32) 0 = "None" ; VALUE OJRT120M (default=32) 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) 0 = "None" ; VALUE JMAM130K (default=32) 0 = "None" ; VALUE JMAM130L (default=32) 0 = "None" ; VALUE JMAM130M (default=32) 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) 0 = "None" ; VALUE OMAM130K (default=32) 0 = "None" ; VALUE OMAM130L (default=32) 0 = "None" ; VALUE OMAM130M (default=32) 0 = "None" ; VALUE O4050YND (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE O4040YND (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 RAM4050D (default=32) 0 = "None" ; VALUE RAM4050K (default=32) 0 = "None" ; VALUE RAM4050L (default=32) 0 = "None" ; VALUE RAM4050M (default=32) 0 = "None" ; VALUE SC4300L (default=32) 0 = "Not marked as a type of asset owned" 1 = "Marked as a type of asset owned" ; VALUE SC4302L (default=32) 0 = "Not marked as a type of asset owned" 1 = "Marked as a type of asset owned" ; VALUE SC4304L (default=32) 0 = "Not marked as a type of asset owned" 1 = "Marked as a type of asset owned" ; VALUE SC4306L (default=32) 0 = "Not marked as a type of asset owned" 1 = "Marked as a type of asset owned" ; 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 SC4316L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC4318L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to next ISS code or" ; VALUE SC4320L (default=32) 0 = "Not in universe" ; VALUE SC4324L (default=32) 0 = "Not in universe" 1 = "Yes - skip to next ISS code or" 2 = "No - skip to next ISS code or" ; VALUE SC4400L (default=32) 0 = "Not marked as a type of asset owned" 1 = "Marked as a type of asset owned" ; VALUE SC4402L (default=32) 0 = "Not marked as a type of asset owned" 1 = "Marked as a type of asset owned" ; VALUE SC4404L (default=32) 0 = "Not marked as a type of asset owned" 1 = "Marked as a type of asset owned" ; VALUE SC4406L (default=32) 0 = "Not marked as a type of asset owned" 1 = "Marked as a type of asset owned" ; 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 SC4416L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC4418L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No - skip to next ISS code or" ; VALUE SC4420L (default=32) 0 = "Not in univierse" ; VALUE SC4424L (default=32) 0 = "Not in universe" 1 = "Yes - skip to next ISS code or" 2 = "No - skip to next ISS code or" ; 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 SC4506L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC4508L (default=32) -9 = "Not in universe" 0 = "None - skip to SC4512" ; VALUE SC4510L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; 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 or" ; VALUE SC4620L (default=32) 0 = "Not in universe" ; VALUE SC4700L (default=32) 0 = "Not marked as a type of asset owned" 1 = "Marked as a type of asset owned" ; VALUE SC4702L (default=32) 0 = "Not marked as a type of asset owned" 1 = "Marked as a type of asset owned" ; VALUE SC4704L (default=32) 0 = "Not marked as a type of asset owned" 1 = "Marked as a type of asset owned" ; 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) -10000 = "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" 2 = "First re-release, etc." ; filename raw pipe "unzip -p /homes/data/sipp/1984/sipp84w1.zip "; data library.sip84w1; 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/1984/sipp84w1.dat' LRECL=20000 PAD END=EOF; *LENGTH SUSEQNUM $5 SU_ID $9 H1_ADDID $2 H1REFPER 4 H1_BW 8 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 H1PUBAMT 4 H1_4804 4 H1_4810 4 H1_4814 4 H1_4824 4 H2_ADDID $2 H2REFPER 4 H2_BW 8 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 H2PUBAMT 4 H2_4804 4 H2_4810 4 H2_4814 4 H2_4824 4 H3_ADDID $2 H3REFPER 4 H3_BW 8 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 H3PUBAMT 4 H3_4804 4 H3_4810 4 H3_4814 4 H3_4824 4 H4_ADDID $2 H4REFPER 4 H4_BW 8 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 H4PUBAMT 4 H4_4804 4 H4_4810 4 H4_4814 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 U_BRTHYR 4 PREV_ID 6 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 SC1466 $2 SC1682 4 SC1690 4 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_2028 8 WS2_2032 4 WS2_2034 4 WS2_2036 4 WS2_2038 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 SE22238 4 SE22240 4 SE22242 4 SE22244 4 SE22256 4 SE22260 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 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. @18 SU_ROT 1. @19 SUHHCNT1 2. @21 SUHHCNT2 2. @23 SUHHCNT3 2. @25 SUHHCNT4 2. @27 SUHHCNT5 2. @29 SU_TOTHH 2. @31 SU_TOTFF 2. @33 SU_TOTPP 2. @35 SU_TOTWS 2. @37 SU_TOTSE 2. @39 SU_TOTG2 2. @41 SU_STATE 2. @43 SU_RGC 3. @46 H1_ADDID $2. @48 H1_MONTH 2. @50 H1_YEAR 2. @52 H1_NF 2. @54 H1_FFCNT 2. @56 H1_SSCNT 2. @58 H1REFPER 5. @63 H1_NP 2. @65 H1_BW 12.4 @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. @100 H1_KTCHN 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. @121 U1_KTCHN 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. @154 H1_00221 1. @155 H1_00222 1. @156 H1_00223 1. @157 H1_00224 1. @158 H1_00225 1. @159 H1_00226 1. @160 H1_00227 1. @162 H1_00241 1. @163 H1_00242 1. @164 H1_00243 1. @165 H1_00244 1. @166 H1_00245 1. @167 H1_00246 1. @168 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_PUB 1. @258 H1PUBAMT 6. @264 H1_UTLTY 1. @265 H1_ENRGY 1. @266 H1_LUNCH 1. @267 H1_BREAK 1. @268 H1_4802 1. @269 H1_4804 6. @275 H1_4806 1. @276 H1_4808 1. @277 H1_4810 6. @283 H1_4812 1. @284 H1_4814 6. @290 H1_4816 1. @291 H1_4818 1. @292 H1_4820 1. @293 H1_4822 1. @294 H1_4824 6. @300 H1_4826 1. @301 H1_4828 1. @302 H1_4830 2. @304 H1_4832 1. @305 H1_4834 2. @307 H1_4836 1. @308 H1_4838 1. @309 H1_4840 1. @310 H1_4842 2. @312 H1_4844 1. @313 H1_4846 1. @314 H1_IMP01 1. @315 H1_IMP02 1. @316 H1_IMP03 1. @317 H1_IMP04 1. @318 H1_IMP05 1. @319 H1_IMP06 1. @320 H1_IMP07 1. @321 H1_IMP08 1. @322 H1_IMP09 1. @323 H1_IMP10 1. @324 H1_IMP11 1. @325 H1_IMP12 1. @326 H1_IMP13 1. @327 H1_IMP14 1. @328 H1_IMP15 1. @329 H1_IMP16 1. @330 H1_IMP17 1. @331 H1_IMP18 1. @332 H1_IMP19 1. @333 H1_IMP20 1. @334 H2_ADDID $2. @336 H2_MONTH 2. @338 H2_YEAR 2. @340 H2_NF 2. @342 H2_FFCNT 2. @344 H2_SSCNT 2. @346 H2REFPER 5. @351 H2_NP 2. @353 H2_BW 12.4 @365 H2_WGT 12.4 @377 H2_HSC 1. @378 H2_STRAT 2. @380 H2_STATE 2. @382 H2_METRO 1. @383 H2_MSA 4. @387 H2_ACCES 1. @388 H2_KTCHN 1. @389 H2_LVQTR 2. @391 H2_UNITS 2. @393 H2_TENUR 1. @394 H2_PUBHS 1. @395 H2_LORNT 1. @396 H2_RACE 1. @397 H2_SEX 1. @398 H2_SIZE 2. @400 H2_SAMPL 2. @402 H2_SEG 1. @403 H2_INTCD $3. @406 U2CCWAVE 1. @407 U2FRMSLE 1. @408 U2_ACCES 1. @409 U2_KTCHN 1. @410 U2_LVQTR 2. @412 U2_UNITS 2. @414 U2_TENUR 1. @415 U2_PUBHS 2. @417 U2_LORNT 2. @419 H2ITM36A 1. @420 H2ITM36B 2. @422 U2_RACE 1. @423 U2_SEX 1. @424 U2_SIZE 2. @426 U2ITM38A 1. @427 U2ITM38B 2. @429 U2TOTVST 2. @431 U2TOTPHN 2. @433 U2CCRSPP 3. @436 H2_0010 1. @437 H2_0012 1. @438 H2_0014 1. @439 H2_0016 1. @440 H2_0018 1. @441 H2_0020 1. @442 H2_00221 1. @443 H2_00222 1. @444 H2_00223 1. @445 H2_00224 1. @446 H2_00225 1. @447 H2_00226 1. @448 H2_00227 1. @450 H2_00241 1. @451 H2_00242 1. @452 H2_00243 1. @453 H2_00244 1. @454 H2_00245 1. @455 H2_00246 1. @456 H2_00247 1. @458 H2_MEANS 1. @459 H2_CASH 1. @460 H2NCASHB 1. @461 H2_POVd 5. @466 H2TOTINC 8. @474 H2_EARN 7. @481 H2_PROP 8. @489 H2_TRAN 7. @496 H2_OTHER 7. @503 H2NONCSH 6. @509 H2SOCSEC 6. @515 H2_SSI 6. @521 H2_UNEMP 6. @527 H2_VETS 6. @533 H2_AFDC 6. @539 H2_FDSTP 6. @545 H2_PUB 1. @546 H2PUBAMT 6. @552 H2_UTLTY 1. @553 H2_ENRGY 1. @554 H2_LUNCH 1. @555 H2_BREAK 1. @556 H2_4802 1. @557 H2_4804 6. @563 H2_4806 1. @564 H2_4808 1. @565 H2_4810 6. @571 H2_4812 1. @572 H2_4814 6. @578 H2_4816 1. @579 H2_4818 1. @580 H2_4820 1. @581 H2_4822 1. @582 H2_4824 6. @588 H2_4826 1. @589 H2_4828 1. @590 H2_4830 2. @592 H2_4832 1. @593 H2_4834 2. @595 H2_4836 1. @596 H2_4838 1. @597 H2_4840 1. @598 H2_4842 2. @600 H2_4844 1. @601 H2_4846 1. @602 H2_IMP01 1. @603 H2_IMP02 1. @604 H2_IMP03 1. @605 H2_IMP04 1. @606 H2_IMP05 1. @607 H2_IMP06 1. @608 H2_IMP07 1. @609 H2_IMP08 1. @610 H2_IMP09 1. @611 H2_IMP10 1. @612 H2_IMP11 1. @613 H2_IMP12 1. @614 H2_IMP13 1. @615 H2_IMP14 1. @616 H2_IMP15 1. @617 H2_IMP16 1. @618 H2_IMP17 1. @619 H2_IMP18 1. @620 H2_IMP19 1. @621 H2_IMP20 1. @622 H3_ADDID $2. @624 H3_MONTH 2. @626 H3_YEAR 2. @628 H3_NF 2. @630 H3_FFCNT 2. @632 H3_SSCNT 2. @634 H3REFPER 5. @639 H3_NP 2. @641 H3_BW 12.4 @653 H3_WGT 12.4 @665 H3_HSC 1. @666 H3_STRAT 2. @668 H3_STATE 2. @670 H3_METRO 1. @671 H3_MSA 4. @675 H3_ACCES 1. @676 H3_KTCHN 1. @677 H3_LVQTR 2. @679 H3_UNITS 2. @681 H3_TENUR 1. @682 H3_PUBHS 1. @683 H3_LORNT 1. @684 H3_RACE 1. @685 H3_SEX 1. @686 H3_SIZE 2. @688 H3_SAMPL 2. @690 H3_SEG 1. @691 H3_INTCD $3. @694 U3CCWAVE 1. @695 U3FRMSLE 1. @696 U3_ACCES 1. @697 U3_KTCHN 1. @698 U3_LVQTR 2. @700 U3_UNITS 2. @702 U3_TENUR 1. @703 U3_PUBHS 2. @705 U3_LORNT 2. @707 H3ITM36A 1. @708 H3ITM36B 2. @710 U3_RACE 1. @711 U3_SEX 1. @712 U3_SIZE 2. @714 U3ITM38A 1. @715 U3ITM38B 2. @717 U3TOTVST 2. @719 U3TOTPHN 2. @721 U3CCRSPP 3. @724 H3_0010 1. @725 H3_0012 1. @726 H3_0014 1. @727 H3_0016 1. @728 H3_0018 1. @729 H3_0020 1. @730 H3_00221 1. @731 H3_00222 1. @732 H3_00223 1. @733 H3_00224 1. @734 H3_00225 1. @735 H3_00226 1. @736 H3_00227 1. @738 H3_00241 1. @739 H3_00242 1. @740 H3_00243 1. @741 H3_00244 1. @742 H3_00245 1. @743 H3_00246 1. @744 H3_00247 1. @746 H3_MEANS 1. @747 H3_CASH 1. @748 H3NCASHB 1. @749 H3_POVd 5. @754 H3TOTINC 8. @762 H3_EARN 7. @769 H3_PROP 8. @777 H3_TRAN 7. @784 H3_OTHER 7. @791 H3NONCSH 6. @797 H3SOCSEC 6. @803 H3_SSI 6. @809 H3_UNEMP 6. @815 H3_VETS 6. @821 H3_AFDC 6. @827 H3_FDSTP 6. @833 H3_PUB 1. @834 H3PUBAMT 6. @840 H3_UTLTY 1. @841 H3_ENRGY 1. @842 H3_LUNCH 1. @843 H3_BREAK 1. @844 H3_4802 1. @845 H3_4804 6. @851 H3_4806 1. @852 H3_4808 1. @853 H3_4810 6. @859 H3_4812 1. @860 H3_4814 6. @866 H3_4816 1. @867 H3_4818 1. @868 H3_4820 1. @869 H3_4822 1. @870 H3_4824 6. @876 H3_4826 1. @877 H3_4828 1. @878 H3_4830 2. @880 H3_4832 1. @881 H3_4834 2. @883 H3_4836 1. @884 H3_4838 1. @885 H3_4840 1. @886 H3_4842 2. @888 H3_4844 1. @889 H3_4846 1. @890 H3_IMP01 1. @891 H3_IMP02 1. @892 H3_IMP03 1. @893 H3_IMP04 1. @894 H3_IMP05 1. @895 H3_IMP06 1. @896 H3_IMP07 1. @897 H3_IMP08 1. @898 H3_IMP09 1. @899 H3_IMP10 1. @900 H3_IMP11 1. @901 H3_IMP12 1. @902 H3_IMP13 1. @903 H3_IMP14 1. @904 H3_IMP15 1. @905 H3_IMP16 1. @906 H3_IMP17 1. @907 H3_IMP18 1. @908 H3_IMP19 1. @909 H3_IMP20 1. @910 H4_ADDID $2. @912 H4_MONTH 2. @914 H4_YEAR 2. @916 H4_NF 2. @918 H4_FFCNT 2. @920 H4_SSCNT 2. @922 H4REFPER 5. @927 H4_NP 2. @929 H4_BW 12.4 @941 H4_WGT 12.4 @953 H4_HSC 1. @954 H4_STRAT 2. @956 H4_STATE 2. @958 H4_METRO 1. @959 H4_MSA 4. @963 H4_ACCES 1. @964 H4_KTCHN 1. @965 H4_LVQTR 2. @967 H4_UNITS 2. @969 H4_TENUR 1. @970 H4_PUBHS 1. @971 H4_LORNT 1. @972 H4_RACE 1. @973 H4_SEX 1. @974 H4_SIZE 2. @976 H4_SAMPL 2. @978 H4_SEG 1. @979 H4_INTCD $3. @982 U4CCWAVE 1. @983 U4FRMSLE 1. @984 U4_ACCES 1. @985 U4_KTCHN 1. @986 U4_LVQTR 2. @988 U4_UNITS 2. @990 U4_TENUR 1. @991 U4_PUBHS 2. @993 U4_LORNT 2. @995 H4ITM36A 1. @996 H4ITM36B 2. @998 U4_RACE 1. @999 U4_SEX 1. @1000 U4_SIZE 2. @1002 U4ITM38A 1. @1003 U4ITM38B 2. @1005 U4TOTVST 2. @1007 U4TOTPHN 2. @1009 U4CCRSPP 3. @1012 H4_0010 1. @1013 H4_0012 1. @1014 H4_0014 1. @1015 H4_0016 1. @1016 H4_0018 1. @1017 H4_0020 1. @1018 H4_00221 1. @1019 H4_00222 1. @1020 H4_00223 1. @1021 H4_00224 1. @1022 H4_00225 1. @1023 H4_00226 1. @1024 H4_00227 1. @1026 H4_00241 1. @1027 H4_00242 1. @1028 H4_00243 1. @1029 H4_00244 1. @1030 H4_00245 1. @1031 H4_00246 1. @1032 H4_00247 1. @1034 H4_MEANS 1. @1035 H4_CASH 1. @1036 H4NCASHB 1. @1037 H4_POVd 5. @1042 H4TOTINC 8. @1050 H4_EARN 7. @1057 H4_PROP 8. @1065 H4_TRAN 7. @1072 H4_OTHER 7. @1079 H4NONCSH 6. @1085 H4SOCSEC 6. @1091 H4_SSI 6. @1097 H4_UNEMP 6. @1103 H4_VETS 6. @1109 H4_AFDC 6. @1115 H4_FDSTP 6. @1121 H4_PUB 1. @1122 H4PUBAMT 6. @1128 H4_UTLTY 1. @1129 H4_ENRGY 1. @1130 H4_LUNCH 1. @1131 H4_BREAK 1. @1132 H4_4802 1. @1133 H4_4804 6. @1139 H4_4806 1. @1140 H4_4808 1. @1141 H4_4810 6. @1147 H4_4812 1. @1148 H4_4814 6. @1154 H4_4816 1. @1155 H4_4818 1. @1156 H4_4820 1. @1157 H4_4822 1. @1158 H4_4824 6. @1164 H4_4826 1. @1165 H4_4828 1. @1166 H4_4830 2. @1168 H4_4832 1. @1169 H4_4834 2. @1171 H4_4836 1. @1172 H4_4838 1. @1173 H4_4840 1. @1174 H4_4842 2. @1176 H4_4844 1. @1177 H4_4846 1. @1178 H4_IMP01 1. @1179 H4_IMP02 1. @1180 H4_IMP03 1. @1181 H4_IMP04 1. @1182 H4_IMP05 1. @1183 H4_IMP06 1. @1184 H4_IMP07 1. @1185 H4_IMP08 1. @1186 H4_IMP09 1. @1187 H4_IMP10 1. @1188 H4_IMP11 1. @1189 H4_IMP12 1. @1190 H4_IMP13 1. @1191 H4_IMP14 1. @1192 H4_IMP15 1. @1193 H4_IMP16 1. @1194 H4_IMP17 1. @1195 H4_IMP18 1. @1196 H4_IMP19 1. @1197 H4_IMP20 1. @1198 H5REFPER 5. @1203 H5_NP 2. @1205 H5_ADDID $2. @1207 H5_WGT 12.4 @1219 F1_NUMBR 2. @1221 F1_MONTH 2. @1223 F1_YEAR 2. @1225 F1NUMPER 2. @1227 F1REFPER 5. @1232 F1SPOUSE 5. @1237 F1_TYPE 1. @1238 F1_KIND 1. @1239 F1OWNKID 2. @1241 F1OKLT18 2. @1243 F1_WGT 12.4 @1255 F1_POVd 5. @1260 F1TOTINC 8. @1268 F1_EARN 7. @1275 F1_PROP 8. @1283 F1_TRAN 7. @1290 F1_OTHER 7. @1297 F1SOCSEC 6. @1303 F1_SSI 6. @1309 F1_UNEMP 6. @1315 F1_VETS 6. @1321 F1_AFDC 6. @1327 F1_FDSTP 6. @1333 F2_NUMBR 2. @1335 F2_MONTH 2. @1337 F2_YEAR 2. @1339 F2NUMPER 2. @1341 F2REFPER 5. @1346 F2SPOUSE 5. @1351 F2_TYPE 1. @1352 F2_KIND 1. @1353 F2OWNKID 2. @1355 F2OKLT18 2. @1357 F2_WGT 12.4 @1369 F2_POVd 5. @1374 F2TOTINC 8. @1382 F2_EARN 7. @1389 F2_PROP 8. @1397 F2_TRAN 7. @1404 F2_OTHER 7. @1411 F2SOCSEC 6. @1417 F2_SSI 6. @1423 F2_UNEMP 6. @1429 F2_VETS 6. @1435 F2_AFDC 6. @1441 F2_FDSTP 6. @1447 F3_NUMBR 2. @1449 F3_MONTH 2. @1451 F3_YEAR 2. @1453 F3NUMPER 2. @1455 F3REFPER 5. @1460 F3SPOUSE 5. @1465 F3_TYPE 1. @1466 F3_KIND 1. @1467 F3OWNKID 2. @1469 F3OKLT18 2. @1471 F3_WGT 12.4 @1483 F3_POVd 5. @1488 F3TOTINC 8. @1496 F3_EARN 7. @1503 F3_PROP 8. @1511 F3_TRAN 7. @1518 F3_OTHER 7. @1525 F3SOCSEC 6. @1531 F3_SSI 6. @1537 F3_UNEMP 6. @1543 F3_VETS 6. @1549 F3_AFDC 6. @1555 F3_FDSTP 6. @1561 F4_NUMBR 2. @1563 F4_MONTH 2. @1565 F4_YEAR 2. @1567 F4NUMPER 2. @1569 F4REFPER 5. @1574 F4SPOUSE 5. @1579 F4_TYPE 1. @1580 F4_KIND 1. @1581 F4OWNKID 2. @1583 F4OKLT18 2. @1585 F4_WGT 12.4 @1597 F4_POVd 5. @1602 F4TOTINC 8. @1610 F4_EARN 7. @1617 F4_PROP 8. @1625 F4_TRAN 7. @1632 F4_OTHER 7. @1639 F4SOCSEC 6. @1645 F4_SSI 6. @1651 F4_UNEMP 6. @1657 F4_VETS 6. @1663 F4_AFDC 6. @1669 F4_FDSTP 6. @1675 S1_NUMBR 2. @1677 S1_MONTH 2. @1679 S1_YEAR 2. @1681 S1NUMPER 2. @1683 S1REFPER 5. @1688 S1SPOUSE 5. @1693 S1_TYPE 1. @1694 S1_KIND 1. @1695 S1OWNKID 2. @1697 S1OKLT18 2. @1699 S1_WGT 12.4 @1711 S1_POVd 5. @1716 S1TOTINC 8. @1724 S1_EARN 7. @1731 S1_PROP 8. @1739 S1_TRAN 7. @1746 S1_OTHER 7. @1753 S1SOCSEC 6. @1759 S1_SSI 6. @1765 S1_UNEMP 6. @1771 S1_VETS 6. @1777 S1_AFDC 6. @1783 S1_FDSTP 6. @1789 S2_NUMBR 2. @1791 S2_MONTH 2. @1793 S2_YEAR 2. @1795 S2NUMPER 2. @1797 S2REFPER 5. @1802 S2SPOUSE 5. @1807 S2_TYPE 1. @1808 S2_KIND 1. @1809 S2OWNKID 2. @1811 S2OKLT18 2. @1813 S2_WGT 12.4 @1825 S2_POVd 5. @1830 S2TOTINC 8. @1838 S2_EARN 7. @1845 S2_PROP 8. @1853 S2_TRAN 7. @1860 S2_OTHER 7. @1867 S2SOCSEC 6. @1873 S2_SSI 6. @1879 S2_UNEMP 6. @1885 S2_VETS 6. @1891 S2_AFDC 6. @1897 S2_FDSTP 6. @1903 S3_NUMBR 2. @1905 S3_MONTH 2. @1907 S3_YEAR 2. @1909 S3NUMPER 2. @1911 S3REFPER 5. @1916 S3SPOUSE 5. @1921 S3_TYPE 1. @1922 S3_KIND 1. @1923 S3OWNKID 2. @1925 S3OKLT18 2. @1927 S3_WGT 12.4 @1939 S3_POVd 5. @1944 S3TOTINC 8. @1952 S3_EARN 7. @1959 S3_PROP 8. @1967 S3_TRAN 7. @1974 S3_OTHER 7. @1981 S3SOCSEC 6. @1987 S3_SSI 6. @1993 S3_UNEMP 6. @1999 S3_VETS 6. @2005 S3_AFDC 6. @2011 S3_FDSTP 6. @2017 S4_NUMBR 2. @2019 S4_MONTH 2. @2021 S4_YEAR 2. @2023 S4NUMPER 2. @2025 S4REFPER 5. @2030 S4SPOUSE 5. @2035 S4_TYPE 1. @2036 S4_KIND 1. @2037 S4OWNKID 2. @2039 S4OKLT18 2. @2041 S4_WGT 12.4 @2053 S4_POVd 5. @2058 S4TOTINC 8. @2066 S4_EARN 7. @2073 S4_PROP 8. @2081 S4_TRAN 7. @2088 S4_OTHER 7. @2095 S4SOCSEC 6. @2101 S4_SSI 6. @2107 S4_UNEMP 6. @2113 S4_VETS 6. @2119 S4_AFDC 6. @2125 S4_FDSTP 6. @2131 PP_RCSEQ 2. @2133 PP_WAVE 1. @2134 PP_INTVW 1. @2135 PP_ENTRY $2. @2137 PP_PNUM $3. @2140 FNLWGT_1 10.4 @2150 FNLWGT_2 10.4 @2160 FNLWGT_3 10.4 @2170 FNLWGT_4 10.4 @2180 FNLWGT_5 10.4 @2190 PW_ADDID $2. @2192 PW_RRP 1. @2193 PW_MS 1. @2194 PW_PNSP 3. @2197 PW_PNPT 3. @2200 PW_POPST 1. @2201 RRP_1 1. @2202 RRP_2 1. @2203 RRP_3 1. @2204 RRP_4 1. @2205 RRP_5 1. @2206 AGE_1 2. @2209 AGE_2 2. @2212 AGE_3 2. @2215 AGE_4 2. @2218 AGE_5 2. @2221 SEX 1. @2222 RACE 1. @2223 MS_1 1. @2224 MS_2 1. @2225 MS_3 1. @2226 MS_4 1. @2227 MS_5 1. @2228 FAMTYP_1 1. @2229 FAMTYP_2 1. @2230 FAMTYP_3 1. @2231 FAMTYP_4 1. @2232 FAMTYP_5 1. @2233 FAMREL_1 1. @2234 FAMREL_2 1. @2235 FAMREL_3 1. @2236 FAMREL_4 1. @2237 FAMREL_5 1. @2238 FAMNUM_1 1. @2239 FAMNUM_2 1. @2240 FAMNUM_3 1. @2241 FAMNUM_4 1. @2242 FAMNUM_5 1. @2243 POP_STAT 1. @2244 PNSP_1 3. @2247 PNSP_2 3. @2250 PNSP_3 3. @2253 PNSP_4 3. @2256 PNSP_5 3. @2259 PNPT_1 3. @2262 PNPT_2 3. @2265 PNPT_3 3. @2268 PNPT_4 3. @2271 PNPT_5 3. @2274 VETSTAT 1. @2275 HIGRADE 2. @2277 GRD_CMPL 1. @2278 ETHNICTY 2. @2280 IN_AF 1. @2281 U_ENTRY $2. @2283 U_PNUM $3. @2286 U_RRP 1. @2287 U_HHMEM 1. @2288 U_REALFT 2. @2290 U_REAENT 2. @2292 U_MONLFT 2. @2294 U_MONENT 2. @2296 U_DAYLFT 2. @2298 U_DAYENT 2. @2300 CC_ADLFT 2. @2302 CC_ADENT 2. @2304 U_BRTHYR 4. @2308 U_PNPT 3. @2311 U_MS 1. @2312 U_PNSP 3. @2315 U_PNGD 3. @2318 U_SEX 1. @2319 U_RACE 1. @2320 U_ORIGIN 2. @2322 U_HIGRDE 2. @2324 U_COMPL 1. @2325 U_VET 1. @2326 U_SRVDTE 1. @2327 U_AF 1. @2328 U_SSNDK 1. @2329 PREV_ID 9. @2338 PREV_ROT 1. @2339 SC0064 2. @2341 SC0066 3. @2344 HCHANGE1 1. @2345 HCHANGE2 1. @2346 HCHANGE3 1. @2347 HCHANGE4 1. @2348 HCHANGE5 1. @2349 FCHANGE1 1. @2350 FCHANGE2 1. @2351 FCHANGE3 1. @2352 FCHANGE4 1. @2353 SCHANGE1 1. @2354 SCHANGE2 1. @2355 SCHANGE3 1. @2356 SCHANGE4 1. @2357 PPTOTIN1 8. @2365 PPTOTIN2 8. @2373 PPTOTIN3 8. @2381 PPTOTIN4 8. @2389 PP_EARN1 7. @2396 PP_EARN2 7. @2403 PP_EARN3 7. @2410 PP_EARN4 7. @2417 PP_PROP1 8. @2425 PP_PROP2 8. @2433 PP_PROP3 8. @2441 PP_PROP4 8. @2449 PP_TRAN1 7. @2456 PP_TRAN2 7. @2463 PP_TRAN3 7. @2470 PP_TRAN4 7. @2477 PPOTHER1 7. @2484 PPOTHER2 7. @2491 PPOTHER3 7. @2498 PPOTHER4 7. @2505 RECIPS01 1. @2506 RECIPS02 1. @2507 RECIPS03 1. @2508 RECIPS04 1. @2509 RECIPS05 1. @2510 RECIPS06 1. @2511 RECIPS07 1. @2512 RECIPS08 1. @2513 RECIPS09 1. @2514 RECIPS10 1. @2515 RECIPS11 1. @2516 RECIPS12 1. @2517 RECIPS13 1. @2518 RECIPS14 1. @2519 RECIPS15 1. @2520 RECIPS16 1. @2521 RECIPS17 1. @2522 RECIPS18 1. @2523 RECIPS19 1. @2524 RECIPS20 1. @2525 RECIPS21 1. @2526 RECIPS22 1. @2527 RECIPS23 1. @2528 RECIPS24 1. @2529 RECIPS25 1. @2530 RECIPS26 1. @2531 RECIPS27 1. @2532 RECIPS28 1. @2533 RECIPS29 1. @2534 RECIPS30 1. @2535 RECIPS31 1. @2536 RECIPS32 1. @2537 RECIPS33 1. @2538 RECIPS34 1. @2539 RECIPS35 1. @2540 RECIPS36 1. @2541 RECIPS37 1. @2542 RECIPS38 1. @2543 RECIPS39 1. @2544 RECIPS40 1. @2545 RECIPS41 1. @2546 RECIPS42 1. @2547 RECIPS43 1. @2548 RECIPS44 1. @2549 RECIPS45 1. @2550 RECIPS46 1. @2551 RECIPS47 1. @2552 RECIPS48 1. @2553 RECIPS49 1. @2554 RECIPS50 1. @2555 RECIPS51 1. @2556 RECIPS52 1. @2557 RECIPS53 1. @2558 RECIPS54 1. @2559 RECIPS55 1. @2560 RECIPS56 1. @2561 RECIPS57 1. @2562 RECIPS58 1. @2563 RECIPS59 1. @2564 RECIPS60 1. @2565 RECIPS61 1. @2566 RECIPS62 1. @2567 RECIPS63 1. @2568 RECIPS64 1. @2569 RECIPS65 1. @2570 RECIPS66 1. @2571 RECIPS67 1. @2572 RECIPS68 1. @2573 RECIPS69 1. @2574 RECIPS70 1. @2575 RECIPS71 1. @2576 RECIPS72 1. @2577 RECIPS73 1. @2578 RECIPS74 1. @2579 RECIPS75 1. @2580 ASSETS01 1. @2581 ASSETS02 1. @2582 ASSETS03 1. @2583 ASSETS04 1. @2584 ASSETS05 1. @2585 ASSETS06 1. @2586 ASSETS07 1. @2587 ASSETS08 1. @2588 ASSETS09 1. @2589 ASSETS10 1. @2590 ASSETS11 1. @2591 ASSETS12 1. @2592 ASSETS13 1. @2593 ESR_1 1. @2594 ESR_2 1. @2595 ESR_3 1. @2596 ESR_4 1. @2597 WKSPER1 1. @2598 WKSPER2 1. @2599 WKSPER3 1. @2600 WKSPER4 1. @2601 WKSJB1 1. @2602 WKSJB2 1. @2603 WKSJB3 1. @2604 WKSJB4 1. @2605 WKWJOB01 1. @2606 WKWJOB02 1. @2607 WKWJOB03 1. @2608 WKWJOB04 1. @2609 WKWJOB05 1. @2610 WKWJOB06 1. @2611 WKWJOB07 1. @2612 WKWJOB08 1. @2613 WKWJOB09 1. @2614 WKWJOB10 1. @2615 WKWJOB11 1. @2616 WKWJOB12 1. @2617 WKWJOB13 1. @2618 WKWJOB14 1. @2619 WKWJOB15 1. @2620 WKWJOB16 1. @2621 WKWJOB17 1. @2622 WKWJOB18 1. @2623 WKSWOP1 1. @2624 WKSWOP2 1. @2625 WKSWOP3 1. @2626 WKSWOP4 1. @2627 WEEKSA01 1. @2628 WEEKSA02 1. @2629 WEEKSA03 1. @2630 WEEKSA04 1. @2631 WEEKSA05 1. @2632 WEEKSA06 1. @2633 WEEKSA07 1. @2634 WEEKSA08 1. @2635 WEEKSA09 1. @2636 WEEKSA10 1. @2637 WEEKSA11 1. @2638 WEEKSA12 1. @2639 WEEKSA13 1. @2640 WEEKSA14 1. @2641 WEEKSA15 1. @2642 WEEKSA16 1. @2643 WEEKSA17 1. @2644 WEEKSA18 1. @2645 WKSLOK1 1. @2646 WKSLOK2 1. @2647 WKSLOK3 1. @2648 WKSLOK4 1. @2649 WEEKSL01 1. @2650 WEEKSL02 1. @2651 WEEKSL03 1. @2652 WEEKSL04 1. @2653 WEEKSL05 1. @2654 WEEKSL06 1. @2655 WEEKSL07 1. @2656 WEEKSL08 1. @2657 WEEKSL09 1. @2658 WEEKSL10 1. @2659 WEEKSL11 1. @2660 WEEKSL12 1. @2661 WEEKSL13 1. @2662 WEEKSL14 1. @2663 WEEKSL15 1. @2664 WEEKSL16 1. @2665 WEEKSL17 1. @2666 WEEKSL18 1. @2667 CARECOV1 1. @2668 CARECOV2 1. @2669 CARECOV3 1. @2670 CARECOV4 1. @2671 MEDICAID 1. @2672 CAIDCOV1 1. @2673 CAIDCOV2 1. @2674 CAIDCOV3 1. @2675 CAIDCOV4 1. @2676 WICCOV1 1. @2677 WICCOV2 1. @2678 WICCOV3 1. @2679 WICCOV4 1. @2680 WICVAL1 4.2 @2684 WICVAL2 4.2 @2688 WICVAL3 4.2 @2692 WICVAL4 4.2 @2696 HIIND 1. @2697 HIMNTH1 1. @2698 HIMNTH2 1. @2699 HIMNTH3 1. @2700 HIMNTH4 1. @2701 INCSOU01 2. @2703 INCSOU02 2. @2705 INCSOU03 2. @2707 INCSOU04 2. @2709 INCSOU05 2. @2711 INCSOU06 2. @2713 INCSOU07 2. @2715 INCSOU08 2. @2717 INCSOU09 2. @2719 INCSOU10 2. @2721 ASTSOU01 3. @2724 ASTSOU02 3. @2727 ASTSOU03 3. @2730 ASTSOU04 3. @2733 ASTSOU05 3. @2736 ASTSOU06 3. @2739 ASTSOU07 3. @2742 ASTSOU08 3. @2745 ASTSOU09 3. @2748 ASTSOU10 3. @2751 ASTSOU11 3. @2754 ASTSOU12 3. @2757 ASTSOU13 3. @2760 VETS1 1. @2761 VETS2 1. @2762 VETS3 1. @2763 VETS4 1. @2764 AFDC1 1. @2765 AFDC2 1. @2766 AFDC3 1. @2767 AFDC4 1. @2768 FOODSTP1 1. @2769 FOODSTP2 1. @2770 FOODSTP3 1. @2771 FOODSTP4 1. @2772 GENASST1 1. @2773 GENASST2 1. @2774 GENASST3 1. @2775 GENASST4 1. @2776 FOSTKID1 1. @2777 FOSTKID2 1. @2778 FOSTKID3 1. @2779 FOSTKID4 1. @2780 OTHWELF1 1. @2781 OTHWELF2 1. @2782 OTHWELF3 1. @2783 OTHWELF4 1. @2784 SOCSEC1 1. @2785 SOCSEC2 1. @2786 SOCSEC3 1. @2787 SOCSEC4 1. @2788 RAILRD1 1. @2789 RAILRD2 1. @2790 RAILRD3 1. @2791 RAILRD4 1. @2792 IT7A 1. @2793 IT7B 3. @2796 IT7C 1. @2797 IT8MTH 2. @2799 IT8DAY 2. @2801 IT9B 3. @2804 IT10B 3. @2807 SC1000 1. @2808 SC1002 1. @2809 SC1004 1. @2810 SC1006 1. @2811 SC1008 1. @2812 SC1010 1. @2813 SC1012 1. @2814 SC1014 1. @2815 SC1016 1. @2816 SC1018 1. @2817 SC1020 1. @2818 SC1022 1. @2819 SC1024 1. @2820 SC1026 1. @2821 SC1028 1. @2822 SC1030 1. @2823 SC1032 1. @2824 SC1034 1. @2825 SC1036 1. @2826 SC1038 1. @2827 SC1040 1. @2828 SC1042 1. @2829 SC1044 1. @2830 SC1046 1. @2831 SC1048 1. @2832 SC1050 1. @2833 SC1052 1. @2834 SC1054 2. @2836 SC1056 1. @2837 SC1058 1. @2838 SC1060 1. @2839 SC1062 1. @2840 SC1064 1. @2841 SC1066 1. @2842 SC1068 1. @2843 SC1070 1. @2844 SC1072 1. @2845 SC1074 1. @2846 SC1076 1. @2847 SC1078 1. @2848 SC1080 1. @2849 SC1082 1. @2850 SC1084 1. @2851 SC1086 1. @2852 SC1088 1. @2853 SC1090 1. @2854 SC1092 1. @2855 SC1094 1. @2856 SC1096 1. @2857 SC1098 1. @2858 SC1100 1. @2859 SC1102 1. @2860 SC1104 1. @2861 SC1106 1. @2862 SC1108 1. @2863 SC1110 1. @2864 SC1112 1. @2865 SC1114 1. @2866 SC1116 1. @2867 SC1118 1. @2868 SC1120 1. @2869 SC1122 1. @2870 SC1124 1. @2871 SC1126 1. @2872 SC1128 1. @2873 SC1130 1. @2874 SC1132 1. @2875 SC1134 1. @2876 SC1136 1. @2877 SC1138 1. @2878 SC1140 1. @2879 SC1142 1. @2880 SC1144 1. @2881 SC1146 1. @2882 SC1148 1. @2883 SC1150 1. @2884 SC1152 1. @2885 SC1154 1. @2886 SC1156 1. @2887 SC1158 1. @2888 SC1160 1. @2889 SC1162 1. @2890 SC1164 1. @2891 SC1166 1. @2892 SC1168 1. @2893 SC1170 1. @2894 SC1172 1. @2895 SC1174 1. @2896 SC1176 1. @2897 SC1178 1. @2898 SC1180 1. @2899 SC1182 1. @2900 SC1184 1. @2901 SC1186 1. @2902 SC1188 1. @2903 SC1190 1. @2904 SC1192 1. @2905 SC1194 1. @2906 SC1196 1. @2907 SC1198 1. @2908 SC1200 1. @2909 SC1202 1. @2910 SC1204 1. @2911 SC1206 1. @2912 SC1208 1. @2913 SC1210 1. @2914 SC1212 1. @2915 SC1214 1. @2916 SC1216 1. @2917 SC1218 1. @2918 SC1220 1. @2919 SC1222 1. @2920 SC1224 1. @2921 SC1226 1. @2922 SC1228 2. @2924 SC1230 2. @2926 SC1232 1. @2927 SC1234 1. @2928 SC1236 2. @2930 SC1238 1. @2931 SC1240 1. @2932 SC1242 1. @2933 SC1244 1. @2934 SC1246 1. @2935 SC1330 1. @2936 SC1332 2. @2938 SC1334 2. @2940 SC1336 1. @2941 SC1338 1. @2942 SC1340 1. @2943 SC1342 1. @2944 SC1344 1. @2945 SC1346 2. @2947 SC1348 2. @2949 SC1350 1. @2950 SC1352 1. @2951 SC1354 1. @2952 SC1358 1. @2953 SC1360 1. @2954 SC1362 1. @2955 SC1364 1. @2956 SC1366 1. @2957 SC1368 1. @2958 SC1370 1. @2959 SC1374 1. @2960 SC1376 1. @2961 SC1378 1. @2962 SC1380 2. @2964 SC1382 1. @2965 SC1384 1. @2966 SC1386 1. @2967 SC1388 1. @2968 SC1390 1. @2969 SC1394 1. @2970 SC1396 1. @2971 SC1398 1. @2972 SC1400 1. @2973 SC1402 1. @2974 SC1406 1. @2975 SC1408 1. @2976 SC1410 1. @2977 SC1412 2. @2979 SC1414 1. @2980 SC1416 1. @2981 SC1418 1. @2982 SC1420 1. @2983 SC1422 1. @2984 SC1424 1. @2985 SC1426 1. @2986 SC1428 1. @2987 SC1430 1. @2988 SC1434 1. @2989 SC1436 1. @2990 SC1438 1. @2991 SC1442 1. @2992 SC1444 1. @2993 SC1446 1. @2994 SC1448 1. @2995 SC1450 1. @2996 SC1452 2. @2998 SC1454 1. @2999 SC1456 1. @3000 SC1458 1. @3001 SC1460 1. @3002 SC1462 1. @3003 SC1466 $2. @3005 SC1468 1. @3006 SC1470 1. @3007 SC1472 1. @3008 SC1474 1. @3009 SC1476 1. @3010 SC1480 1. @3011 SC1482 1. @3012 SC1484 1. @3013 SC1486 1. @3014 SC1488 1. @3015 SC1492 1. @3016 SC1494 1. @3017 SC1496 1. @3018 SC1498 2. @3020 SC1502 1. @3021 SC1506 1. @3022 SC1508 1. @3023 SC1510 2. @3025 SC1512 3. @3028 SC1514 3. @3031 SC1516 3. @3034 SC1518 3. @3037 SC1520 3. @3040 SC1524 1. @3041 SC1526 1. @3042 SC1528 1. @3043 SC1530 1. @3044 SC1532 1. @3045 SC1534 1. @3046 SC1536 1. @3047 SC1537 1. @3048 SC1538 1. @3049 SC1540 1. @3050 SC1542 1. @3051 SC1544 1. @3052 SC1546 1. @3053 SC1548 1. @3054 SC1550 1. @3055 SC1552 1. @3056 SC1554 1. @3057 SC1556 3. @3060 SC1558 3. @3063 SC1560 3. @3066 SC1562 3. @3069 SC1564 3. @3072 SC1566 1. @3073 SC1568 1. @3074 SC1570 2. @3076 SC1572 1. @3077 SC1574 2. @3079 SC1576 3. @3082 SC1578 3. @3085 SC1580 3. @3088 SC1582 3. @3091 SC1584 3. @3094 SC1586 1. @3095 SC1624 1. @3096 SC1626 1. @3097 SC1628 1. @3098 SC1630 1. @3099 SC1632 1. @3100 SC1634 1. @3101 SC1636 1. @3102 SC1638 1. @3103 SC1640 1. @3104 SC1642 1. @3105 SC1644 1. @3106 SC1646 1. @3107 SC1648 1. @3108 SC1650 1. @3109 SC1652 1. @3110 SC1654 1. @3111 SC1656 1. @3112 SC1658 1. @3113 SC1660 1. @3114 SC1662 1. @3115 SC1664 1. @3116 SC1666 1. @3117 SC1668 1. @3118 SC1670 1. @3119 SC1672 1. @3120 SC1674 1. @3121 SC1676 1. @3122 SC1678 1. @3123 SC1680 1. @3124 SC1682 4. @3130 SC1684 1. @3131 SC1688 1. @3132 SC1690 4. @3138 SC1692 1. @3139 SC1694 1. @3140 SC1696 1. @3141 SC1698 1. @3142 SC1700 1. @3143 SC1702 1. @3144 SC1704 1. @3145 SC1706 3. @3148 SC1708 3. @3151 SC1710 3. @3154 SC1712 1. @3155 SC1714 1. @3156 SC1716 1. @3157 PI01 1. @3158 PI02 1. @3159 PI03 1. @3160 PI04 1. @3161 PI05 1. @3162 PI06 1. @3163 PI07 1. @3164 PI08 1. @3165 PI09 1. @3166 PI10 1. @3167 PI11 1. @3168 PI12 1. @3169 PI13 1. @3170 PI14 1. @3171 PI15 1. @3172 PI16 1. @3173 PI17 1. @3174 PI18 1. @3175 PI19 1. @3176 PI20 1. @3177 PI21 1. @3178 PI22 1. @3179 PI23 1. @3180 PI24 1. @3181 PI25 1. @3182 PI26 1. @3183 PI27 1. @3184 PI28 1. @3185 PI29 1. @3186 PI30 1. @3187 PI31 1. @3188 PI32 1. @3189 PI33 1. @3190 PI34 1. @3191 PI35 1. @3192 PI36 1. @3193 PI37 1. @3194 PI38 1. @3195 PI39 1. @3196 PI40 1. @3197 PI41 1. @3198 PI42 1. @3199 PI43 1. @3200 PI44 1. @3201 PI45 1. @3202 PI46 1. @3203 PI47 1. @3204 PI48 1. @3205 PI49 1. @3206 PI50 1. @3207 PI51 1. @3208 PI52 1. @3209 PI53 1. @3210 PI54 1. @3211 PI55 1. @3212 PI56 1. @3213 PI57 1. @3214 PI58 1. @3215 PI59 1. @3216 PI60 1. @3217 PI61 1. @3218 PI62 1. @3219 PI63 1. @3220 PI64 1. @3221 PI65 1. @3222 PI66 1. @3223 PI67 1. @3224 PI68 1. @3225 PI69 1. @3226 PI70 1. @3227 PI71 1. @3228 PI72 1. @3229 PI73 1. @3230 PI74 1. @3231 PI75 1. @3232 PI76 1. @3233 PI77 1. @3234 PI78 1. @3235 PI79 1. @3236 PI80 1. @3237 PI81 1. @3238 PI82 1. @3239 PI83 1. @3240 WS1_OCC 3. @3243 WS1_IND 3. @3246 WS1_WKS1 1. @3247 WS1_WKS2 1. @3248 WS1_WKS3 1. @3249 WS1_WKS4 1. @3250 WS1RECI1 1. @3251 WS1RECI2 1. @3252 WS1RECI3 1. @3253 WS1RECI4 1. @3254 WS1_AMT1 5. @3259 WS1_AMT2 5. @3264 WS1_AMT3 5. @3269 WS1_AMT4 5. @3274 WS1_2002 1. @3275 WS1_2012 1. @3276 WS1_2014 1. @3277 WS1_2016 2. @3279 WS1_2018 2. @3281 WS1_2020 2. @3283 WS1_2022 2. @3285 WS1_2024 2. @3287 WS1_2026 1. @3288 WS1_2028 4.2 @3292 WS1_2030 1. @3293 WS1_2032 5. @3298 WS1_2034 5. @3303 WS1_2036 5. @3308 WS1_2038 5. @3313 WS1_2040 1. @3314 WS1_2042 1. @3315 WS1IMP01 1. @3316 WS1IMP02 1. @3317 WS1IMP03 1. @3318 WS1IMP04 1. @3319 WS1IMP05 1. @3320 WS1IMP06 1. @3321 WS1CAL01 1. @3322 WS1CAL02 1. @3323 WS1CAL03 1. @3324 WS1CAL04 1. @3325 WS2_OCC 3. @3328 WS2_IND 3. @3331 WS2_WKS1 1. @3332 WS2_WKS2 1. @3333 WS2_WKS3 1. @3334 WS2_WKS4 1. @3335 WS2RECI1 1. @3336 WS2RECI2 1. @3337 WS2RECI3 1. @3338 WS2RECI4 1. @3339 WS2_AMT1 5. @3344 WS2_AMT2 5. @3349 WS2_AMT3 5. @3354 WS2_AMT4 5. @3359 WS2_2002 1. @3360 WS2_2012 1. @3361 WS2_2014 1. @3362 WS2_2016 2. @3364 WS2_2018 2. @3366 WS2_2020 2. @3368 WS2_2022 2. @3370 WS2_2024 2. @3372 WS2_2026 1. @3373 WS2_2028 4.2 @3377 WS2_2030 1. @3378 WS2_2032 5. @3383 WS2_2034 5. @3388 WS2_2036 5. @3393 WS2_2038 5. @3398 WS2_2040 1. @3399 WS2_2042 1. @3400 WS2IMP01 1. @3401 WS2IMP02 1. @3402 WS2IMP03 1. @3403 WS2IMP04 1. @3404 WS2IMP05 1. @3405 WS2IMP06 1. @3406 WS2CAL01 1. @3407 WS2CAL02 1. @3408 WS2CAL03 1. @3409 WS2CAL04 1. @3410 SE1OCC 3. @3413 SE1IND 3. @3416 SE1WKS1 1. @3417 SE1WKS2 1. @3418 SE1WKS3 1. @3419 SE1WKS4 1. @3420 SE1REC1 1. @3421 SE1REC2 1. @3422 SE1REC3 1. @3423 SE1REC4 1. @3424 SE1AMT1 5. @3429 SE1AMT2 5. @3434 SE1AMT3 5. @3439 SE1AMT4 5. @3444 SE12202 1. @3445 SE12212 2. @3447 SE12214 1. @3448 SE12216 1. @3449 SE12218 1. @3450 SE12220 1. @3451 SE12222 1. @3452 SE12224 1. @3453 SE12226 3. @3456 SE12228 3. @3459 SE12230 3. @3462 SE12232 1. @3463 SE12234 1. @3464 SE12236 1. @3465 SE12238 5. @3470 SE12240 5. @3475 SE12242 5. @3480 SE12244 5. @3485 SE12246 1. @3486 SE12248 1. @3487 SE12250 1. @3488 SE12252 1. @3489 SE12254 1. @3490 SE12256 6. @3496 SE12260 5. @3501 SE1IMP01 1. @3502 SE1IMP02 1. @3503 SE1IMP03 1. @3504 SE1IMP04 1. @3505 SE1IMP05 1. @3506 SE1IMP06 1. @3507 SE1IMP07 1. @3508 SE1IMP08 1. @3509 SE1IMP09 1. @3510 SE1IMP10 1. @3511 SE1IMP11 1. @3512 SE1CAL01 1. @3513 SE1CAL02 1. @3514 SE1CAL03 1. @3515 SE1CAL04 1. @3516 SE2OCC 3. @3519 SE2IND 3. @3522 SE2WKS1 1. @3523 SE2WKS2 1. @3524 SE2WKS3 1. @3525 SE2WKS4 1. @3526 SE2REC1 1. @3527 SE2REC2 1. @3528 SE2REC3 1. @3529 SE2REC4 1. @3530 SE2AMT1 5. @3535 SE2AMT2 5. @3540 SE2AMT3 5. @3545 SE2AMT4 5. @3550 SE22202 1. @3551 SE22212 2. @3553 SE22214 1. @3554 SE22216 1. @3555 SE22218 1. @3556 SE22220 1. @3557 SE22222 1. @3558 SE22224 1. @3559 SE22226 3. @3562 SE22228 3. @3565 SE22230 3. @3568 SE22232 1. @3569 SE22234 1. @3570 SE22236 1. @3571 SE22238 5. @3576 SE22240 5. @3581 SE22242 5. @3586 SE22244 5. @3591 SE22246 1. @3592 SE22248 1. @3593 SE22250 1. @3594 SE22252 1. @3595 SE22254 1. @3596 SE22256 6. @3602 SE22260 5. @3607 SE2IMP01 1. @3608 SE2IMP02 1. @3609 SE2IMP03 1. @3610 SE2IMP04 1. @3611 SE2IMP05 1. @3612 SE2IMP06 1. @3613 SE2IMP07 1. @3614 SE2IMP08 1. @3615 SE2IMP09 1. @3616 SE2IMP10 1. @3617 SE2IMP11 1. @3618 SE2CAL01 1. @3619 SE2CAL02 1. @3620 SE2CAL03 1. @3621 SE2CAL04 1. @3622 I01REC1 1. @3623 I01REC2 1. @3624 I01REC3 1. @3625 I01REC4 1. @3626 I01AMT1 5. @3631 I01AMT2 5. @3636 I01AMT3 5. @3641 I01AMT4 5. @3646 KIDSSYN1 1. @3647 KIDSSYN2 1. @3648 KIDSSYN3 1. @3649 KIDSSYN4 1. @3650 KDSSAMT1 4. @3654 KDSSAMT2 4. @3658 KDSSAMT3 4. @3662 KDSSAMT4 4. @3666 SSRECIND 1. @3667 SS3004 1. @3668 SS3006 1. @3669 SS3008 1. @3670 SS3012 1. @3671 SS3014 1. @3672 SS3064 2. @3674 SS3066 2. @3676 SS3068 1. @3677 SS3086 1. @3678 SS3088 3. @3681 SS3090 3. @3684 SS3092 3. @3687 SS3094 3. @3690 SS3096 3. @3693 SS3098 3. @3696 I01IMP01 1. @3697 I01IMP02 1. @3698 I01IMP03 1. @3699 I01IMP04 1. @3700 I01IMP05 1. @3701 I01IMP06 1. @3702 I01IMP07 1. @3703 I01IMP08 1. @3704 I01IMP09 1. @3705 I02REC1 1. @3706 I02REC2 1. @3707 I02REC3 1. @3708 I02REC4 1. @3709 I02AMT1 5. @3714 I02AMT2 5. @3719 I02AMT3 5. @3724 I02AMT4 5. @3729 KIDRRYN1 1. @3730 KIDRRYN2 1. @3731 KIDRRYN3 1. @3732 KIDRRYN4 1. @3733 KDRRAMT1 4. @3737 KDRRAMT2 4. @3741 KDRRAMT3 4. @3745 KDRRAMT4 4. @3749 RRRECIND 1. @3750 RR3004 1. @3751 RR3006 1. @3752 RR3008 1. @3753 RR3012 1. @3754 RR3014 1. @3755 RR3064 2. @3757 RR3066 2. @3759 RR3068 1. @3760 RR3086 1. @3761 RR3088 3. @3764 RR3090 3. @3767 RR3092 3. @3770 RR3094 3. @3773 RR3096 3. @3776 RR3098 3. @3779 I02IMP01 1. @3780 I02IMP02 1. @3781 I02IMP03 1. @3782 I02IMP04 1. @3783 I02IMP05 1. @3784 I02IMP06 1. @3785 I02IMP07 1. @3786 I02IMP08 1. @3787 I02IMP09 1. @3788 I03REC1 1. @3789 I03REC2 1. @3790 I03REC3 1. @3791 I03REC4 1. @3792 I03AMT1 5. @3797 I03AMT2 5. @3802 I03AMT3 5. @3807 I03AMT4 5. @3812 I03IMP01 1. @3813 I03IMP02 1. @3814 I03IMP03 1. @3815 I03IMP04 1. @3816 I05REC1 1. @3817 I05REC2 1. @3818 I05REC3 1. @3819 I05REC4 1. @3820 I05AMT1 5. @3825 I05AMT2 5. @3830 I05AMT3 5. @3835 I05AMT4 5. @3840 I05IMP01 1. @3841 I05IMP02 1. @3842 I05IMP03 1. @3843 I05IMP04 1. @3844 I06REC1 1. @3845 I06REC2 1. @3846 I06REC3 1. @3847 I06REC4 1. @3848 I06AMT1 5. @3853 I06AMT2 5. @3858 I06AMT3 5. @3863 I06AMT4 5. @3868 I06IMP01 1. @3869 I06IMP02 1. @3870 I06IMP03 1. @3871 I06IMP04 1. @3872 I07REC1 1. @3873 I07REC2 1. @3874 I07REC3 1. @3875 I07REC4 1. @3876 I07AMT1 5. @3881 I07AMT2 5. @3886 I07AMT3 5. @3891 I07AMT4 5. @3896 I07IMP01 1. @3897 I07IMP02 1. @3898 I07IMP03 1. @3899 I07IMP04 1. @3900 I08REC1 1. @3901 I08REC2 1. @3902 I08REC3 1. @3903 I08REC4 1. @3904 I08AMT1 5. @3909 I08AMT2 5. @3914 I08AMT3 5. @3919 I08AMT4 5. @3924 VET3034 1. @3925 VET3036 3. @3928 VET3038 3. @3931 VET3040 3. @3934 VET3042 3. @3937 VET3044 3. @3940 VET3046 3. @3943 VET3048 3. @3946 VET3050 3. @3949 VET3052 3. @3952 VET3054 3. @3955 VET3060 2. @3957 I08IMP01 1. @3958 I08IMP02 1. @3959 I08IMP03 1. @3960 I08IMP04 1. @3961 I10REC1 1. @3962 I10REC2 1. @3963 I10REC3 1. @3964 I10REC4 1. @3965 I10AMT1 5. @3970 I10AMT2 5. @3975 I10AMT3 5. @3980 I10AMT4 5. @3985 I10IMP01 1. @3986 I10IMP02 1. @3987 I10IMP03 1. @3988 I10IMP04 1. @3989 I12REC1 1. @3990 I12REC2 1. @3991 I12REC3 1. @3992 I12REC4 1. @3993 I12AMT1 5. @3998 I12AMT2 5. @4003 I12AMT3 5. @4008 I12AMT4 5. @4013 I12IMP01 1. @4014 I12IMP02 1. @4015 I12IMP03 1. @4016 I12IMP04 1. @4017 I13REC1 1. @4018 I13REC2 1. @4019 I13REC3 1. @4020 I13REC4 1. @4021 I13AMT1 5. @4026 I13AMT2 5. @4031 I13AMT3 5. @4036 I13AMT4 5. @4041 I13IMP01 1. @4042 I13IMP02 1. @4043 I13IMP03 1. @4044 I13IMP04 1. @4045 I20REC1 1. @4046 I20REC2 1. @4047 I20REC3 1. @4048 I20REC4 1. @4049 I20AMT1 6. @4055 I20AMT2 6. @4061 I20AMT3 6. @4067 I20AMT4 6. @4073 AFDC3034 1. @4074 AFDC3036 3. @4077 AFDC3038 3. @4080 AFDC3040 3. @4083 AFDC3042 3. @4086 AFDC3044 3. @4089 AFDC3046 3. @4092 AFDC3048 3. @4095 AFDC3050 3. @4098 AFDC3052 3. @4101 AFDC3054 3. @4104 I20IMP01 1. @4105 I20IMP02 1. @4106 I20IMP03 1. @4107 I20IMP04 1. @4108 I21REC1 1. @4109 I21REC2 1. @4110 I21REC3 1. @4111 I21REC4 1. @4112 I21AMT1 5. @4117 I21AMT2 5. @4122 I21AMT3 5. @4127 I21AMT4 5. @4132 GA3034 1. @4133 GA3036 3. @4136 GA3038 3. @4139 GA3040 3. @4142 GA3042 3. @4145 GA3044 3. @4148 GA3046 3. @4151 GA3048 3. @4154 GA3050 3. @4157 GA3052 3. @4160 GA3054 3. @4163 I21IMP01 1. @4164 I21IMP02 1. @4165 I21IMP03 1. @4166 I21IMP04 1. @4167 I23REC1 1. @4168 I23REC2 1. @4169 I23REC3 1. @4170 I23REC4 1. @4171 I23AMT1 5. @4176 I23AMT2 5. @4181 I23AMT3 5. @4186 I23AMT4 5. @4191 FCC3034 1. @4192 FCC3036 3. @4195 FCC3038 3. @4198 FCC3040 3. @4201 FCC3042 3. @4204 FCC3044 3. @4207 FCC3046 3. @4210 FCC3048 3. @4213 FCC3050 3. @4216 FCC3052 3. @4219 FCC3054 3. @4222 I23IMP01 1. @4223 I23IMP02 1. @4224 I23IMP03 1. @4225 I23IMP04 1. @4226 I24REC1 1. @4227 I24REC2 1. @4228 I24REC3 1. @4229 I24REC4 1. @4230 I24AMT1 5. @4235 I24AMT2 5. @4240 I24AMT3 5. @4245 I24AMT4 5. @4250 OW3034 1. @4251 OW3036 3. @4254 OW3038 3. @4257 OW3040 3. @4260 OW3042 3. @4263 OW3044 3. @4266 OW3046 3. @4269 OW3048 3. @4272 OW3050 3. @4275 OW3052 3. @4278 OW3054 3. @4281 I24IMP01 1. @4282 I24IMP02 1. @4283 I24IMP03 1. @4284 I24IMP04 1. @4285 WIC3138 1. @4286 WIC3140 1. @4287 WIC3142 1. @4288 WIC3144 1. @4289 I25IMP01 1. @4290 I25IMP02 1. @4291 I25IMP03 1. @4292 I25IMP04 1. @4293 I27REC1 1. @4294 I27REC2 1. @4295 I27REC3 1. @4296 I27REC4 1. @4297 I27AMT1 5. @4302 I27AMT2 5. @4307 I27AMT3 5. @4312 I27AMT4 5. @4317 FS3100 1. @4318 FS3102 3. @4321 FS3104 3. @4324 FS3106 3. @4327 FS3108 3. @4330 FS3110 3. @4333 FS3112 3. @4336 FS3114 3. @4339 FS3116 3. @4342 FS3118 3. @4345 FS3120 3. @4348 I27IMP01 1. @4349 I27IMP02 1. @4350 I27IMP03 1. @4351 I27IMP04 1. @4352 I28REC1 1. @4353 I28REC2 1. @4354 I28REC3 1. @4355 I28REC4 1. @4356 I28AMT1 5. @4361 I28AMT2 5. @4366 I28AMT3 5. @4371 I28AMT4 5. @4376 I28IMP01 1. @4377 I28IMP02 1. @4378 I28IMP03 1. @4379 I28IMP04 1. @4380 I29REC1 1. @4381 I29REC2 1. @4382 I29REC3 1. @4383 I29REC4 1. @4384 I29AMT1 5. @4389 I29AMT2 5. @4394 I29AMT3 5. @4399 I29AMT4 5. @4404 I29IMP01 1. @4405 I29IMP02 1. @4406 I29IMP03 1. @4407 I29IMP04 1. @4408 I30REC1 1. @4409 I30REC2 1. @4410 I30REC3 1. @4411 I30REC4 1. @4412 I30AMT1 5. @4417 I30AMT2 5. @4422 I30AMT3 5. @4427 I30AMT4 5. @4432 I30IMP01 1. @4433 I30IMP02 1. @4434 I30IMP03 1. @4435 I30IMP04 1. @4436 I31REC1 1. @4437 I31REC2 1. @4438 I31REC3 1. @4439 I31REC4 1. @4440 I31AMT1 5. @4445 I31AMT2 5. @4450 I31AMT3 5. @4455 I31AMT4 5. @4460 I31IMP01 1. @4461 I31IMP02 1. @4462 I31IMP03 1. @4463 I31IMP04 1. @4464 I32REC1 1. @4465 I32REC2 1. @4466 I32REC3 1. @4467 I32REC4 1. @4468 I32AMT1 5. @4473 I32AMT2 5. @4478 I32AMT3 5. @4483 I32AMT4 5. @4488 I32IMP01 1. @4489 I32IMP02 1. @4490 I32IMP03 1. @4491 I32IMP04 1. @4492 I34REC1 1. @4493 I34REC2 1. @4494 I34REC3 1. @4495 I34REC4 1. @4496 I34AMT1 5. @4501 I34AMT2 5. @4506 I34AMT3 5. @4511 I34AMT4 5. @4516 I34IMP01 1. @4517 I34IMP02 1. @4518 I34IMP03 1. @4519 I34IMP04 1. @4520 I35REC1 1. @4521 I35REC2 1. @4522 I35REC3 1. @4523 I35REC4 1. @4524 I35AMT1 5. @4529 I35AMT2 5. @4534 I35AMT3 5. @4539 I35AMT4 5. @4544 I35IMP01 1. @4545 I35IMP02 1. @4546 I35IMP03 1. @4547 I35IMP04 1. @4548 I36REC1 1. @4549 I36REC2 1. @4550 I36REC3 1. @4551 I36REC4 1. @4552 I36AMT1 5. @4557 I36AMT2 5. @4562 I36AMT3 5. @4567 I36AMT4 5. @4572 I36IMP01 1. @4573 I36IMP02 1. @4574 I36IMP03 1. @4575 I36IMP04 1. @4576 I37REC1 1. @4577 I37REC2 1. @4578 I37REC3 1. @4579 I37REC4 1. @4580 I37AMT1 5. @4585 I37AMT2 5. @4590 I37AMT3 5. @4595 I37AMT4 5. @4600 I37IMP01 1. @4601 I37IMP02 1. @4602 I37IMP03 1. @4603 I37IMP04 1. @4604 I38REC1 1. @4605 I38REC2 1. @4606 I38REC3 1. @4607 I38REC4 1. @4608 I38AMT1 5. @4613 I38AMT2 5. @4618 I38AMT3 5. @4623 I38AMT4 5. @4628 I38IMP01 1. @4629 I38IMP02 1. @4630 I38IMP03 1. @4631 I38IMP04 1. @4632 I40REC1 1. @4633 I40REC2 1. @4634 I40REC3 1. @4635 I40REC4 1. @4636 I40AMT1 5. @4641 I40AMT2 5. @4646 I40AMT3 5. @4651 I40AMT4 5. @4656 I40IMP01 1. @4657 I40IMP02 1. @4658 I40IMP03 1. @4659 I40IMP04 1. @4660 I50REC1 1. @4661 I50REC2 1. @4662 I50REC3 1. @4663 I50REC4 1. @4664 I50AMT1 5. @4669 I50AMT2 5. @4674 I50AMT3 5. @4679 I50AMT4 5. @4684 I50IMP01 1. @4685 I50IMP02 1. @4686 I50IMP03 1. @4687 I50IMP04 1. @4688 I51REC1 1. @4689 I51REC2 1. @4690 I51REC3 1. @4691 I51REC4 1. @4692 I51AMT1 5. @4697 I51AMT2 5. @4702 I51AMT3 5. @4707 I51AMT4 5. @4712 I51IMP01 1. @4713 I51IMP02 1. @4714 I51IMP03 1. @4715 I51IMP04 1. @4716 I52REC1 1. @4717 I52REC2 1. @4718 I52REC3 1. @4719 I52REC4 1. @4720 I52AMT1 5. @4725 I52AMT2 5. @4730 I52AMT3 5. @4735 I52AMT4 5. @4740 I52IMP01 1. @4741 I52IMP02 1. @4742 I52IMP03 1. @4743 I52IMP04 1. @4744 I53REC1 1. @4745 I53REC2 1. @4746 I53REC3 1. @4747 I53REC4 1. @4748 I53AMT1 5. @4753 I53AMT2 5. @4758 I53AMT3 5. @4763 I53AMT4 5. @4768 I53IMP01 1. @4769 I53IMP02 1. @4770 I53IMP03 1. @4771 I53IMP04 1. @4772 I54REC1 1. @4773 I54REC2 1. @4774 I54REC3 1. @4775 I54REC4 1. @4776 I54AMT1 5. @4781 I54AMT2 5. @4786 I54AMT3 5. @4791 I54AMT4 5. @4796 I54IMP01 1. @4797 I54IMP02 1. @4798 I54IMP03 1. @4799 I54IMP04 1. @4800 I55REC1 1. @4801 I55REC2 1. @4802 I55REC3 1. @4803 I55REC4 1. @4804 I55AMT1 5. @4809 I55AMT2 5. @4814 I55AMT3 5. @4819 I55AMT4 5. @4824 I55IMP01 1. @4825 I55IMP02 1. @4826 I55IMP03 1. @4827 I55IMP04 1. @4828 I56REC1 1. @4829 I56REC2 1. @4830 I56REC3 1. @4831 I56REC4 1. @4832 I56AMT1 5. @4837 I56AMT2 5. @4842 I56AMT3 5. @4847 I56AMT4 5. @4852 I56IMP01 1. @4853 I56IMP02 1. @4854 I56IMP03 1. @4855 I56IMP04 1. @4856 I75REC1 1. @4857 I75REC2 1. @4858 I75REC3 1. @4859 I75REC4 1. @4860 I75AMT1 6. @4866 I75AMT2 6. @4872 I75AMT3 6. @4878 I75AMT4 6. @4884 I75IMP01 1. @4885 I75IMP02 1. @4886 I75IMP03 1. @4887 I75IMP04 1. @4888 J100YN_1 1. @4889 J100YN_2 1. @4890 J100YN_3 1. @4891 J100YN_4 1. @4892 JINT1001 4. @4896 JINT1002 4. @4900 JINT1003 4. @4904 JINT1004 4. @4908 O100YN_1 1. @4909 O100YN_2 1. @4910 O100YN_3 1. @4911 O100YN_4 1. @4912 OINT1001 4. @4916 OINT1002 4. @4920 OINT1003 4. @4924 OINT1004 4. @4928 JCALC100 1. @4929 OCALC100 1. @4930 J104YN_1 1. @4931 J104YN_2 1. @4932 J104YN_3 1. @4933 J104YN_4 1. @4934 JINT1041 4. @4938 JINT1042 4. @4942 JINT1043 4. @4946 JINT1044 4. @4950 O104YN_1 1. @4951 O104YN_2 1. @4952 O104YN_3 1. @4953 O104YN_4 1. @4954 OINT1041 4. @4958 OINT1042 4. @4962 OINT1043 4. @4966 OINT1044 4. @4970 JCALC104 1. @4971 OCALC104 1. @4972 J110RYN1 1. @4973 J110RYN2 1. @4974 J110RYN3 1. @4975 J110RYN4 1. @4976 JDIR1101 4. @4980 JDIR1102 4. @4984 JDIR1103 4. @4988 JDIR1104 4. @4992 O110RYN1 1. @4993 O110RYN2 1. @4994 O110RYN3 1. @4995 O110RYN4 1. @4996 ODIR1101 4. @5000 ODIR1102 4. @5004 ODIR1103 4. @5008 ODIR1104 4. @5012 J110CYN1 1. @5013 J110CYN2 1. @5014 J110CYN3 1. @5015 J110CYN4 1. @5016 JDIC1101 4. @5020 JDIC1102 4. @5024 JDIC1103 4. @5028 JDIC1104 4. @5032 O110CYN1 1. @5033 O110CYN2 1. @5034 O110CYN3 1. @5035 O110CYN4 1. @5036 ODIC1101 4. @5040 ODIC1102 4. @5044 ODIC1103 4. @5048 ODIC1104 4. @5052 J120YN_1 1. @5053 J120YN_2 1. @5054 J120YN_3 1. @5055 J120YN_4 1. @5056 JRNT1201 5. @5061 JRNT1202 5. @5066 JRNT1203 5. @5071 JRNT1204 5. @5076 O120YN_1 1. @5077 O120YN_2 1. @5078 O120YN_3 1. @5079 O120YN_4 1. @5080 ORNT1201 5. @5085 ORNT1202 5. @5090 ORNT1203 5. @5095 ORNT1204 5. @5100 OJ120YN1 1. @5101 OJ120YN2 1. @5102 OJ120YN3 1. @5103 OJ120YN4 1. @5104 OJRT1201 5. @5109 OJRT1202 5. @5114 OJRT1203 5. @5119 OJRT1204 5. @5124 JMTGNYN1 1. @5125 JMTGNYN2 1. @5126 JMTGNYN3 1. @5127 JMTGNYN4 1. @5128 JMORTYN1 1. @5129 JMORTYN2 1. @5130 JMORTYN3 1. @5131 JMORTYN4 1. @5132 JMAM1301 4. @5136 JMAM1302 4. @5140 JMAM1303 4. @5144 JMAM1304 4. @5148 OMTGNYN1 1. @5149 OMTGNYN2 1. @5150 OMTGNYN3 1. @5151 OMTGNYN4 1. @5152 OMORTYN1 1. @5153 OMORTYN2 1. @5154 OMORTYN3 1. @5155 OMORTYN4 1. @5156 OMAM1301 4. @5160 OMAM1302 4. @5164 OMAM1303 4. @5168 OMAM1304 4. @5172 O4050YN1 1. @5173 O4040YN2 1. @5174 O4050YN3 1. @5175 O4050YN4 1. @5176 RAM40501 5. @5181 RAM40502 5. @5186 RAM40503 5. @5191 RAM40504 5. @5196 SC4300 1. @5197 SC4302 1. @5198 SC4304 1. @5199 SC4306 1. @5200 SC4308 1. @5201 SC4310 1. @5202 SC4312 5. @5207 SC4316 1. @5208 SC4318 1. @5209 SC4320 5. @5214 SC4324 1. @5215 SC4400 1. @5216 SC4402 1. @5217 SC4404 1. @5218 SC4406 1. @5219 SC4408 1. @5220 SC4410 1. @5221 SC4412 5. @5226 SC4416 1. @5227 SC4418 1. @5228 SC4420 5. @5233 SC4424 1. @5234 SC4500 1. @5235 SC4502 1. @5236 SC4504 5. @5241 SC4506 1. @5242 SC4508 5. @5247 SC4510 1. @5248 SC4512 1. @5249 SC4514 1. @5250 SC4516 5. @5255 SC4518 5. @5260 SC4600 1. @5261 SC4602 1. @5262 SC4604 5. @5267 SC4606 6. @5273 SC4610 1. @5274 SC4612 5. @5279 SC4614 6. @5285 SC4618 1. @5286 SC4620 6. @5292 SC4700 1. @5293 SC4702 1. @5294 SC4704 1. @5295 SC4706 1. @5296 SC4708 1. @5297 SC4710 1. @5298 SC4712 5. @5303 SC4714 1. @5304 SC4716 5. @5309 SC4718 1. @5310 SC4720 6. @5316 G2_IMP01 1. @5317 G2_IMP02 1. @5318 G2_IMP03 1. @5319 G2_IMP04 1. @5320 G2_IMP05 1. @5321 G2_IMP06 1. @5322 G2_IMP07 1. @5323 G2_IMP08 1. @5324 G2_IMP09 1. @5325 G2_IMP10 1. @5326 G2_IMP11 1. @5327 G2_IMP12 1. @5328 G2_IMP13 1. @5329 G2_IMP14 1. @5330 G2_IMP15 1. @5331 G2_IMP16 1. @5332 G2_IMP17 1. @5333 G2_IMP18 1. @5334 G2_IMP19 1. @5335 G2_IMP20 1. @5336 G2_IMP21 1. @5337 G2_IMP22 1. @5338 G2_IMP23 1. @5339 G2_IMP24 1. @5340 G2_IMP25 1. @5341 G2_IMP26 1. @5342 G2_IMP27 1. @5343 VERSION 1. ; LABEL SUSEQNUM = "Sequence number of sample unit" SU_ID = "Sample unit identifier" SU_ROT = "Rotation group." 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 for" 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" SU_STATE = "FIPS State code for the sample unit" SU_RGC = "Reduction group code established to ma" H1_ADDID = "Address ID. - This field" H1_MONTH = "Month for which this household is" 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_BW = "Base weight." H1_WGT = "Household weight--month 1." 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 as" H1_ACCES = "Control card item 13B - access to" H1_KTCHN = "Control card item 13C - kitchen facili" 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 refere" H1_SEX = "Control card item 37B - sex of referen" H1_SIZE = "Control card item 37C - size of househ" 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_KTCHN = "Control card item 13C - kitchen facili" 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 refere" U1_SEX = "Control card item 37B - sex of referen" U1_SIZE = "Control card item 37C - size of househ" 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 mo" H1_TRAN = "Total household means-tested cash tran" H1_OTHER = "Total 'other' household income for mon" 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 compensat" H1_VETS = "Total household veterans payment incom" H1_AFDC = "Total household AFDC income for month " H1_FDSTP = "Total household food stamps received f" H1_PUB = "Is this a public housing unit for whic" H1PUBAMT = "What is the monthly rent for this publ" H1_UTLTY = "Is there a utility payment for this un" H1_ENRGY = "What type of energy assistance was rec" H1_LUNCH = "Are the lunches free or reduced-price" H1_BREAK = "Are the breakfasts free or reduced-pri" H1_4802 = "Check item P2" H1_4804 = "What is your monthly rent? In dollars." H1_4806 = "Do you pay for any utilities such" H1_4808 = "Check item P3" H1_4810 = "What is your monthly rent?" H1_4812 = "Do you pay for any utilities such as" H1_4814 = "What would the monthly rent be on this" 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 P4" 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_IMP01 = "Program questions imputation flag 1" H1_IMP02 = "Program questions imputation flag 2" H1_IMP03 = "Program questions imputation flag 3" H1_IMP04 = "Program questions imputation flag 4" H1_IMP05 = "Program questions imputation flag 5" 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 = "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_BW = "Base weight." H2_WGT = "Household weight--month 2." 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 as" H2_ACCES = "Control card item 13B - access to" H2_KTCHN = "Control card item 13C - kitchen facili" 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 refere" H2_SEX = "Control card item 37B - sex of referen" H2_SIZE = "Control card item 37C - size of househ" 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_KTCHN = "Control card item 13C - kitchen facili" 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 refere" U2_SEX = "Control card item 37B - sex of referen" U2_SIZE = "Control card item 37C - size of househ" 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 mo" H2_TRAN = "Total household means-tested cash tran" 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 compensat" H2_VETS = "Total household veterans payment incom" H2_AFDC = "Total household AFDC income for month " H2_FDSTP = "Total household food stamps received f" H2_PUB = "Is this a public housing unit for whic" H2PUBAMT = "What is the monthly rent for this publ" H2_UTLTY = "Is there a utility payment for this un" H2_ENRGY = "What type of energy assistance was rec" H2_LUNCH = "Are the lunches free or reduced-price" H2_BREAK = "Are the breakfasts free or reduced-pri" H2_4802 = "Check item P2" H2_4804 = "What is your monthly rent? In dollars." H2_4806 = "Do you pay for any utilities such" H2_4808 = "Check item P3" H2_4810 = "What is your monthly rent?" H2_4812 = "Do you pay for any utilities such as" H2_4814 = "What would the monthly rent be on this" 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 P4" 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_IMP01 = "Program questions imputation flag 1" H2_IMP02 = "Program questions imputation flag 2" H2_IMP03 = "Program questions imputation flag 3" H2_IMP04 = "Program questions imputation flag 4" H2_IMP05 = "Program questions imputation flag 5" 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 = "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_BW = "Base weight." 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 as" H3_ACCES = "Control card item 13B - access to" H3_KTCHN = "Control card item 13C - kitchen facili" 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 refere" H3_SEX = "Control card item 37B - sex of referen" H3_SIZE = "Control card item 37C - size of househ" 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_KTCHN = "Control card item 13C - kitchen facili" 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 refere" U3_SEX = "Control card item 37B - sex of referen" U3_SIZE = "Control card item 37C - size of househ" 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 mo" H3_TRAN = "Total household means-tested cash tran" H3_OTHER = "Total 'other' household income for mon" 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 compensat" H3_VETS = "Total household veterans payment incom" H3_AFDC = "Total household AFDC income for month " H3_FDSTP = "Total household food stamps received f" H3_PUB = "Is this a public housing unit for whic" H3PUBAMT = "What is the monthly rent for this publ" H3_UTLTY = "Is there a utility payment for this un" H3_ENRGY = "What type of energy assistance was rec" H3_LUNCH = "Are the lunches free or reduced-price" H3_BREAK = "Are the breakfasts free or reduced-pri" H3_4802 = "Check item P2" H3_4804 = "What is your monthly rent? In dollars." H3_4806 = "Do you pay for any utilities such" H3_4808 = "Check item P3" H3_4810 = "What is your monthly rent?" H3_4812 = "Do you pay for any utilities such as" H3_4814 = "What would the monthly rent be on this" 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 P4" 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_IMP01 = "Program questions imputation flag 1" H3_IMP02 = "Program questions imputation flag 2" H3_IMP03 = "Program questions imputation flag 3" H3_IMP04 = "Program questions imputation flag 4" H3_IMP05 = "Program questions imputation flag 5" 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 = "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_BW = "Base weight." H4_WGT = "Household weight--month 4." 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 as" H4_ACCES = "Control card item 13B - access to" H4_KTCHN = "Control card item 13C - kitchen facili" 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 househ" 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_KTCHN = "Control card item 13C - kitchen facili" 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 refere" U4_SEX = "Control card item 37B - sex of referen" U4_SIZE = "Control card item 37C - size of househ" 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 mont" H4_PROP = "Total household property income for mo" H4_TRAN = "Total household means-tested cash tran" H4_OTHER = "Total 'other' household income for mon" 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 compensat" H4_VETS = "Total household veterans payment incom" H4_AFDC = "Total household AFDC income for month " H4_FDSTP = "Total household food stamps received f" H4_PUB = "Is this a public housing unit for whic" H4PUBAMT = "What is the monthly rent for this publ" H4_UTLTY = "Is there a utility payment for this un" H4_ENRGY = "What type of energy assistance was rec" H4_LUNCH = "Are the lunches free or reduced-price" H4_BREAK = "Are the breakfasts free or reduced-pri" H4_4802 = "Check item P2" H4_4804 = "What is your monthly rent? In dollars." H4_4806 = "Do you pay for any utilities such" H4_4808 = "Check item P3" H4_4810 = "What is your monthly rent?" H4_4812 = "Do you pay for any utilities such as" H4_4814 = "What would the monthly rent be on this" 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 P4" 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_IMP01 = "Program questions imputation flag 1" H4_IMP02 = "Program questions imputation flag 2" H4_IMP03 = "Program questions imputation flag 3" H4_IMP04 = "Program questions imputation flag 4" H4_IMP05 = "Program questions imputation flag 5" 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_ADDID = "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 inc" F1_UNEMP = "Total family unemployment income for m" F1_VETS = "Total family veterans payment income f" F1_AFDC = "Total family AFDC income for month 1 o" 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 inc" F2_UNEMP = "Total family unemployment income for m" F2_VETS = "Total family veterans payment income f" F2_AFDC = "Total family AFDC income for month 2 o" 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 inc" F3_UNEMP = "Total family unemployment income for m" F3_VETS = "Total family veterans payment income f" F3_AFDC = "Total family AFDC income for month 3 o" 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 inc" F4_UNEMP = "Total family unemployment income for m" 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 mo" S1_TRAN = "Total subfamily means-tested cash tran" 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 mo" S2_TRAN = "Total subfamily means-tested cash tran" S2_OTHER = "Total 'other' subfamily income for mon" 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 mo" S3_TRAN = "Total subfamily means-tested cash tran" S3_OTHER = "Total 'other' subfamily income for mon" 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 mont" S4_PROP = "Total subfamily property income for mo" S4_TRAN = "Total subfamily means-tested cash tran" S4_OTHER = "Total 'other' subfamily income for mon" 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_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_RRP = "Previous wave relationship to referenc" 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" 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 identifi" 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_RRP = "Preedited relationship to reference" U_HHMEM = "Preedited household member status" U_REALFT = "Preedited reason for leaving previous" U_REAENT = "Preedited reason for entering current" U_MONLFT = "Preedited month left previous wave" U_MONENT = "Preedited month entered current addres" U_DAYLFT = "Preedited day left previous wave addre" 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" U_BRTHYR = "Preedited 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 guardian." U_SEX = "Preedited sex code." U_RACE = "Preedited race code." U_ORIGIN = "Unedited ethnic origin code." U_HIGRDE = "Unedited highest grade of school atten" U_COMPL = "Was highest grade completed." U_VET = "Unedited veteran status." U_SRVDTE = "Unedited period of service." U_AF = "Currently in Armed Forces - unedited" U_SSNDK = "Reason Social Security number ('U-SSN'" PREV_ID = "Unique scrambled combination of the" PREV_ROT = "Rotation in which this person was inte" SC0064 = "Previous identification entry address " SC0066 = "Previous identification person number" 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 mont" PP_PROP3 = "Total property (asset) income for mont" PP_PROP4 = "Total property (asset) income for mont" 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 1 o" 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 o" WKSPER1 = "Number of weeks in month 1 of the refe" WKSPER2 = "Number of weeks in month 2 of the refe" WKSPER3 = "Number of weeks in month 3 of the refe" WKSPER4 = "Number of weeks in month 4 of the refe" 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" WKSWOP1 = "Number of weeks without pay, at a job" WKSWOP2 = "Number of weeks without pay, at a job" WKSWOP3 = "Number of weeks without pay, at a job" WKSWOP4 = "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" WKSLOK1 = "Number of weeks looking for work or on" WKSLOK2 = "Number of weeks looking for work or on" WKSLOK3 = "Number of weeks looking for work or on" WKSLOK4 = "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 insur" 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" SC1000 = "During the 4-month period did ..." SC1002 = "Did ... spend any time looking for" SC1004 = "All weeks in reference period" SC1006 = "1st week" SC1008 = "2nd week" SC1010 = "3rd week" SC1012 = "4th week" SC1014 = "5th week" SC1016 = "6th week" SC1018 = "7th week" SC1020 = "8th week" SC1022 = "9th week" SC1024 = "10th week" SC1026 = "11th week" SC1028 = "12th week" SC1030 = "13th week" SC1032 = "14th week" SC1034 = "15th week" SC1036 = "16th week" SC1038 = "17th week" SC1040 = "18th week" SC1042 = "Could ... have taken a job during" SC1044 = "What was the main reason ... could" SC1046 = "Check item R1" SC1048 = "Were there any weeks in the 4-month" SC1050 = "There were weeks that ... did not" SC1052 = "Could ... have taken a job in those" SC1054 = "During the weeks that ... wanted a" SC1056 = "Did ... have a job or business," SC1058 = "Was ... absent without pay from" SC1060 = "All weeks in reference period" SC1062 = "1st week" SC1064 = "2nd week" SC1066 = "3rd week" SC1068 = "4th week" SC1070 = "5th week" SC1072 = "6th week" SC1074 = "7th week" SC1076 = "8th week" SC1078 = "9th week" SC1080 = "10th week" SC1082 = "11th week" SC1084 = "12th week" SC1086 = "13th week" SC1088 = "14th week" SC1090 = "15th week" SC1092 = "16th week" SC1094 = "17th week" SC1096 = "18th week" SC1098 = "What was the main reason ... was" SC1100 = "1st week" SC1102 = "2nd week" SC1104 = "3rd week" SC1106 = "4th week" SC1108 = "5th week" SC1110 = "6th week" SC1112 = "7th week" SC1114 = "8th week" SC1116 = "9th week" SC1118 = "10th week" SC1120 = "11th week" SC1122 = "12th week" SC1124 = "13th week" SC1126 = "14th week" SC1128 = "15th week" SC1130 = "16th week" SC1132 = "17th week" SC1134 = "18th week" SC1136 = "Of those weeks that ... had a job" SC1138 = "1st week" SC1140 = "2nd week" SC1142 = "3rd week" SC1144 = "4th week" SC1146 = "5th week" SC1148 = "6th week" SC1150 = "7th week" SC1152 = "8th week" SC1154 = "9th week" SC1156 = "10th week" SC1158 = "11th week" SC1160 = "12th week" SC1162 = "13th week" SC1164 = "14th week" SC1166 = "15th week" SC1168 = "16th week" SC1170 = "17th week" SC1172 = "18th week" SC1174 = "What was the main reason ... was" SC1176 = "Did ... spend any time looking for" SC1178 = "All weeks without a job in reference" SC1180 = "1st week" SC1182 = "2nd week" SC1184 = "3rd week" SC1186 = "4th week" SC1188 = "5th week" SC1190 = "6th week" SC1192 = "7th week" SC1194 = "8th week" SC1196 = "9th week" SC1198 = "10th week" SC1200 = "11th week" SC1202 = "12th week" SC1204 = "13th week" SC1206 = "14th week" SC1208 = "15th week" SC1210 = "16th week" SC1212 = "17th week" SC1214 = "18th week" SC1216 = "Could ... have taken a job during" SC1218 = "What was the main reason ... could" SC1220 = "Check item R2" SC1222 = "Did ... want a job in those weeks" SC1224 = "There were weeks in this period" SC1226 = "Could ... have taken a job during" SC1228 = "During the weeks that ... wanted a" SC1230 = "In the weeks that ... worked during" SC1232 = "Check item R3" SC1234 = "Did ... work less than 35 hours in" SC1236 = "In how many weeks did ... work less" SC1238 = "What was the main reason ... worked" SC1240 = "During this 4-month period, did ..." SC1242 = "During this period, did ... also" SC1244 = "Check item R4" SC1246 = "During this 4-month period did ... rec" SC1330 = "Check item R5" 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 R6" SC1342 = "During this 4-month period did ..." SC1344 = "Check item R7" SC1346 = "What is the reason ... is getting" SC1348 = "Is there another reason ..." SC1350 = "Check item R8" SC1352 = "During the 4-month period did ..." SC1354 = "During this 4-month period did ..." SC1358 = "Check item R9" SC1360 = "Has ... ever retired from a job or bus" 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 R10" 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 R11" SC1416 = "Did ... receive any alimony during" SC1418 = "Has ... ever been widowed or divorced" SC1420 = "Check item R12" SC1422 = "Did ... receive any child support" SC1424 = "Check item R13" 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" 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 R14" SC1456 = "Did ...'s late husband die while in" SC1458 = "Check item R15" SC1460 = "Check item R16" SC1462 = "Is ... covered by Medicare" SC1466 = "Last two digits of claim number from" SC1470 = "If I were to call later would you be" SC1472 = "Does ...'s medicare help pay for" SC1474 = "Check item R17" SC1476 = "Check item R18" SC1480 = "Was ... authorized to receive food" SC1482 = "Check item R19" 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 ..." SC1502 = "During the 4-month period was ..." SC1506 = "Check item R20" SC1508 = "Were any of ...'s children under 18" SC1510 = "How many of ...'s children were covere" SC1512 = "Person no. = 101-199" SC1514 = "Person no. = 101-199" SC1516 = "Person no. = 101-199" SC1518 = "Person no. = 101-199" SC1520 = "Person no. = 101-199" SC1524 = "Check item R21" 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 = "Was ...'s plan provided through an" 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 R22" SC1570 = "Check item R23" 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" SC1624 = "Did ... have any accounts or" SC1626 = "Did ... have any regular or" SC1628 = "Did ... have any money market" SC1630 = "Did ... have any certificates of" SC1632 = "Did ... have any NOW, super NOW," SC1634 = "At any time during the 4-month" 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" SC1648 = "During the 4-month period did ..." SC1650 = "During the 4-month period did ..." SC1652 = "During the 4-month period did ..." SC1654 = "During the 4-month period did ..." SC1656 = "Check item R24" SC1658 = "During the past 4 months did ..." SC1660 = "Were any of ...'s educational" SC1662 = "GI/VEAP benefits" SC1664 = "Pell grant(BEOG)" SC1666 = "Supplemental educational opportunity" SC1668 = "Other VA educational assistance" SC1670 = "Other scholarship, fellowship, or" SC1672 = "Employer assistance" SC1674 = "JTPA/CETA training allowance" SC1676 = "Guaranteed student loan (GSL)" SC1678 = "National direct student loan (NSL)" SC1680 = "What kind of term system does ...'s" SC1682 = "How much was ...'s total tuition" SC1684 = "Check item R25" SC1688 = "Check item R26" SC1690 = "What was the total amount of ...'s" SC1692 = "Did ... participate in the" SC1694 = "Check item R27" SC1696 = "Is ...'s spouse in the Armed Forces" SC1698 = "Check item R28" 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" PI07 = "Person imputation flag 07" PI08 = "Person imputation flag 08" 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" PI23 = "Person imputation flag 23" PI24 = "Person imputation flag 24" 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" PI64 = "Person imputation flag 64" PI65 = "Person imputation flag 65" PI66 = "Person imputation flag 66" PI67 = "Person imputation flag 67" PI68 = "Person imputation flag 68" PI69 = "Person imputation flag 69" PI70 = "Person imputation flag 70" PI71 = "Person imputation flag 71" PI72 = "Person imputation flag 72" PI73 = "Person imputation flag 73" PI74 = "Person imputation flag 74" 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" PI80 = "Person imputation flag 80" PI81 = "Person imputation flag 81" PI82 = "Person imputation flag 82" PI83 = "Person imputation flag 83" 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_2002 = "Check item E3 - employer I.D. number" 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_2024 = "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 imputed" WS1CAL02 = "Field 'WS1-2034' was imputed" WS1CAL03 = "Field 'WS1-2036' was imputed" WS1CAL04 = "Field 'WS1-2038' was imputed" 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_2002 = "Check item E3 - employer I.D. number" WS2_2012 = "Was ... an employee of ..." WS2_2014 = "Was ... employed by ... during the" WS2_2016 = "Month in which this person" WS2_2018 = "Day of month shown in WS2-2016" WS2_2020 = "Month in which this person left" WS2_2022 = "Day of month shown in WS2-2020" WS2_2024 = "How many hours per week did ..." WS2_2026 = "Was ... paid by the hour on this" WS2_2028 = "What was ...'s regular hourly pay rate" WS2_2030 = "During the 4-month period how often" WS2_2032 = "What was the total amount of pay" WS2_2034 = "What was the total amount of pay" WS2_2036 = "What was the total amount of pay" WS2_2038 = "What was the total amount of pay" WS2_2040 = "Check item E4" WS2_2042 = "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-2032' was imputed" WS2CAL02 = "Field 'WS2-2034' was imputed" WS2CAL03 = "Field 'WS2-2036' was imputed" WS2CAL04 = "Field 'WS2-2038' was imputed" SE1OCC = "Edited and imputed 3-digit occupation" SE1IND = "Edited and imputed 3-digit industry" SE1WKS1 = "Weeks with business this month (1)." SE1WKS2 = "Weeks with business this month (2)." SE1WKS3 = "Weeks with business this month (3)." 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 (" SE12202 = "Check item S1 - business I.D. number" 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 - 999" SE12228 = "Person No. 101 - 199" SE12230 = "Person No. 101 - 999" 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 imputed" SE1CAL02 = "Field 'SE12240' was imputed" SE1CAL03 = "Field 'SE12242' was imputed" SE1CAL04 = "Field 'SE12244' was imputed" SE2OCC = "Edited and imputed 3-digit occupation" SE2IND = "Edited and imputed 3-digit industry" 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 (" SE22202 = "Check item S2 - business I.D. number" SE22212 = "How many hours per week did ..." SE22214 = "Do you think that the gross earnings" SE22216 = "Check item S2" SE22218 = "What was the total number of" SE22220 = "Was ...'s business incorporated" SE22222 = "Was ...'s business a sole" SE22224 = "Aside from ... were any other" SE22226 = "Person No. 101 - 999" SE22228 = "Person No. 101 - 199" SE22230 = "Person No. 101 - 999" SE22232 = "Was ... paid a regular salary from" SE22234 = "Did ... receive any (other) income fro" SE22236 = "Check item S3" SE22238 = "What was the total amount of income" SE22240 = "What was the total amount of income" SE22242 = "What was the total amount of income" SE22244 = "What was the total amount of income" SE22246 = "Check item S4" SE22248 = "If I were to call back later would" SE22250 = "Check item S5" SE22252 = "Check item S6" SE22254 = "Can...give an estimate of the net" SE22256 = "What was the net profit (or loss)" SE22260 = "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 'SE22238' was imputed" SE2CAL02 = "Field 'SE22240' was imputed" SE2CAL03 = "Field 'SE22242' was imputed" SE2CAL04 = "Field 'SE22244' was imputed" 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 recei" I01AMT2 = "Amount of Social Security income recei" I01AMT3 = "Amount of Social Security income recei" I01AMT4 = "Amount of Social Security income recei" 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 recei" KDSSAMT2 = "Amount of Social Security income recei" KDSSAMT3 = "Amount of Social Security income recei" KDSSAMT4 = "Amount of Social Security income recei" SSRECIND = "Social Security recipiency indicator" SS3004 = "Check item A2" SS3006 = "During this 4-month period, were" 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 A7" SS3086 = "Were all children living here" SS3088 = "Person No. 101-999" SS3090 = "Person No. 101-999" SS3092 = "Person No. 101-999" SS3094 = "Person No. 101-999" SS3096 = "Person No. 101-999" SS3098 = "Person No. 101-999" 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 inco" I02REC2 = "Recipiency of railroad retirement inco" I02REC3 = "Recipiency of railroad retirement inco" I02REC4 = "Recipiency of railroad retirement inco" I02AMT1 = "Amount of railroad retirement income" I02AMT2 = "Amount of railroad retirement income" I02AMT3 = "Amount of railroad retirement income" I02AMT4 = "Amount of railroad retirement income" KIDRRYN1 = "Recipiency of railroad retirement inco" KIDRRYN2 = "Recipiency of railroad retirement inco" KIDRRYN3 = "Recipiency of railroad retirement inco" KIDRRYN4 = "Recipiency of railroad retirement inco" KDRRAMT1 = "Amount of railroad retirement income r" KDRRAMT2 = "Amount of railroad retirement income r" KDRRAMT3 = "Amount of railroad retirement income r" KDRRAMT4 = "Amount of railroad retirement income r" 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 A7" RR3086 = "Were all children living here" RR3088 = "Person No. 101-999" RR3090 = "Person No. 101-999" RR3092 = "Person No. 101-999" RR3094 = "Person No. 101-999" RR3096 = "Person No. 101-999" RR3098 = "Person No. 101-999" 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-999" VET3038 = "Person No. 101-999" VET3040 = "Person No. 101-999" VET3042 = "Person No. 101-999" VET3044 = "Person No. 101-999" VET3046 = "Person No. 101-999" VET3048 = "Person No. 101-999" VET3050 = "Person No. 101-999" VET3052 = "Person No. 101-999" VET3054 = "Person No. 101-999" 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-999" AFDC3038 = "Person No. 101-999" AFDC3040 = "Person No. 101-999" AFDC3042 = "Person No. 101-999" AFDC3044 = "Person No. 101-999" AFDC3046 = "Person No. 101-999" AFDC3048 = "Person No. 101-999" AFDC3050 = "Person No. 101-999" AFDC3052 = "Person No. 101-999" AFDC3054 = "Person No. 101-999" 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-999" GA3040 = "Person No. 101-999" GA3042 = "Person No. 101-999" GA3044 = "Person No. 101-999" GA3046 = "Person No. 101-999" GA3048 = "Person No. 101-999" GA3050 = "Person No. 101-999" GA3052 = "Person No. 101-999" GA3054 = "Person No. 101-999" 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 paymen" I23REC2 = "Recipiency of foster child care paymen" I23REC3 = "Recipiency of foster child care paymen" I23REC4 = "Recipiency of foster child care paymen" 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-999" FCC3038 = "Person No. 101-999" FCC3040 = "Person No. 101-999" FCC3042 = "Person No. 101-999" FCC3044 = "Person No. 101-999" FCC3046 = "Person No. 101-999" FCC3050 = "Person No. 101-999" FCC3052 = "Person No. 101-999" FCC3054 = "Person No. 101-999" 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-999" OW3038 = "Person No. 101-999" OW3040 = "Person No. 101-999" OW3042 = "Person No. 101-999" OW3044 = "Person No. 101-999" OW3046 = "Person No. 101-999" OW3048 = "Person No. 101-999" OW3050 = "Person No. 101-999" OW3052 = "Person No. 101-999" OW3054 = "Person No. 101-999" 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 2 mon" WIC3142 = "Did ... receive any WIC vouchers 3 mon" WIC3144 = "Did ... receive any WIC vouchers 4 mon" 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-999" FS3104 = "Person No. 101-999" FS3106 = "Person No. 101-999" FS3108 = "Person No. 101-999" FS3110 = "Person No. 101-999" FS3112 = "Person No. 101-999" FS3114 = "Person No. 101-999" FS3116 = "Person No. 101-999" FS3118 = "Person No. 101-999" FS3120 = "Person No. 101-999" 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 recei" I28AMT2 = "Amount of child support payments recei" I28AMT3 = "Amount of child support payments recei" I28AMT4 = "Amount of child support payments recei" 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 inc" I30AMT2 = "Amount of company or union pension inc" I30AMT3 = "Amount of company or union pension inc" I30AMT4 = "Amount of company or union pension inc" I30IMP01 = "Company or union pension imputation fl" I30IMP02 = "Company or union pension imputation fl" I30IMP03 = "Company or union pension imputation fl" I30IMP04 = "Company or union pension imputation fl" I31REC1 = "Recipiency of Federal civil service pe" I31REC2 = "Recipiency of Federal civil service pe" I31REC3 = "Recipiency of Federal civil service pe" I31REC4 = "Recipiency of Federal civil service pe" 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 fl" I31IMP02 = "Federal civilian pension imputation fl" I31IMP03 = "Federal civilian pension imputation fl" I31IMP04 = "Federal civilian pension imputation fl" 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 inc" I32AMT4 = "Amount of U.S. military retirement inc" 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 inc" I34AMT2 = "Amount of State government pension inc" I34AMT3 = "Amount of State government pension inc" I34AMT4 = "Amount of State government pension inc" I34IMP01 = "State government pension imputation fl" I34IMP02 = "State government pension imputation fl" I34IMP03 = "State government pension imputation fl" I34IMP04 = "State government pension imputation fl" 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 fl" I35IMP02 = "Local government pension imputation fl" I35IMP03 = "Local government pension imputation fl" I35IMP04 = "Local government pension imputation fl" 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 receiv" I36AMT2 = "Amount of life insurance income receiv" I36AMT3 = "Amount of life insurance income receiv" I36AMT4 = "Amount of life insurance income receiv" 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, disabi" I38REC2 = "Recipiency of other retirement, disabi" I38REC3 = "Recipiency of other retirement, disabi" I38REC4 = "Recipiency of other retirement, disabi" 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 bene" I40REC2 = "Recipiency of G.I. Bill education bene" I40REC3 = "Recipiency of G.I. Bill education bene" I40REC4 = "Recipiency of G.I. Bill education bene" 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 charitable groups income" I50REC2 = "Recipiency of charitable groups income" I50REC3 = "Recipiency of charitable groups income" I50REC4 = "Recipiency of charitable groups income" I50AMT1 = "Amount of charitable groups income rec" I50AMT2 = "Amount of charitable groups income rec" I50AMT3 = "Amount of charitable groups income rec" I50AMT4 = "Amount of charitable groups income rec" 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 from relatives or frie" I51AMT2 = "Amount of money from relatives or frie" I51AMT3 = "Amount of money from relatives or frie" I51AMT4 = "Amount of money from relatives or frie" I51IMP01 = "Money from relatives or friends imputa" I51IMP02 = "Money from relatives or friends imputa" I51IMP03 = "Money from relatives or friends imputa" I51IMP04 = "Money from relatives or friends imputa" 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 board" I53AMT2 = "Amount of income from roomers or board" I53AMT3 = "Amount of income from roomers or board" I53AMT4 = "Amount of income from roomers or board" I53IMP01 = "Income from roomers or boarders imputa" I53IMP02 = "Income from roomers or boarders imputa" I53IMP03 = "Income from roomers or boarders imputa" I53IMP04 = "Income from roomers or boarders imputa" I54REC1 = "Recipiency of income from National Gua" I54REC2 = "Recipiency of income from National Gua" I54REC3 = "Recipiency of income from National Gua" I54REC4 = "Recipiency of income from National Gua" 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 join" J100YN_2 = "Were assets 100 through 103 owned join" J100YN_3 = "Were assets 100 through 103 owned join" J100YN_4 = "Were assets 100 through 103 owned join" JINT1001 = "Amount of interest income received joi" JINT1002 = "Amount of interest income received joi" JINT1003 = "Amount of interest income received joi" JINT1004 = "Amount of interest income received joi" 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' calcul" OCALC100 = "Were the fields 'OINT1001....4' calcul" J104YN_1 = "Were assets 104 through 107 owned join" J104YN_2 = "Were assets 104 through 107 owned join" J104YN_3 = "Were assets 104 through 107 owned join" J104YN_4 = "Were assets 104 through 107 owned join" 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' calcul" OCALC104 = "Were the fields 'OINT1041....4' calcul" 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 n" O110RYN2 = "Were dividend checks received in own n" O110RYN3 = "Were dividend checks received in own n" O110RYN4 = "Were dividend checks received in own n" 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 11" 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 joi" JMAM1302 = "Amount of mortgage interest earned joi" JMAM1303 = "Amount of mortgage interest earned joi" JMAM1304 = "Amount of mortgage interest earned joi" 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 inve" O4040YN2 = "Were royalties or other financial inve" O4050YN3 = "Were royalties or other financial inve" O4050YN4 = "Were royalties or other financial inve" 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 A9" SC4310 = "Did ... own any of these assets" SC4312 = "What is your best estimate of the" SC4316 = "If I were to call back later" SC4318 = "Besides the assets owned jointly" SC4320 = "What is your best estimate of the" SC4324 = "If I were to call back later would" SC4400 = "ISS code 104 - money market funds" SC4402 = "ISS code 105 - U.S. government securit" SC4404 = "ISS code 106 - Municipal or corporate " SC4406 = "ISS code 107 - other interest-earning " SC4408 = "Check item A11" SC4410 = "Did ... own any of these assets" SC4412 = "What is your best estimate of the" SC4416 = "If I were to call back later would" SC4418 = "Besides the assets owned jointly" SC4420 = "What is your best estimate of the" SC4424 = "If I were to call back later would" SC4500 = "Did ... receive any dividend checks" SC4502 = "Check item A12" SC4504 = "During the past 4 months how much" SC4506 = "If I were to call back later would" SC4508 = "During this 4-month period, how" SC4510 = "If I were to call back later would" SC4512 = "Did ... earn any (other) dividends" SC4514 = "Check item A13" SC4516 = "During the 4-month period how much" SC4518 = "During the 4-month period, how much" SC4600 = "Check item A14" 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 A16" SC4708 = "Check item A17" 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 A18" 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" ; proc print data=library.sip84w1 (obs=6); FORMAT SU_STATE SU_STATE. SU_RGC SU_RGC. H1_STATE H1_STATE. H1_METRO H1_METRO. H1_MSA H1_MSA. H1_ACCES H1_ACCES. H1_KTCHN H1_KTCHN. 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_KTCHN U1_KTCHN. 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_PUB H1_PUB. H1PUBAMT H1PUBAMT. H1_UTLTY H1_UTLTY. H1_ENRGY H1_ENRGY. H1_LUNCH H1_LUNCH. H1_BREAK H1_BREAK. H1_4802 H1_4802L. H1_4804 H1_4804L. H1_4806 H1_4806L. H1_4808 H1_4808L. H1_4810 H1_4810L. H1_4812 H1_4812L. H1_4814 H1_4814L. H1_4816 H1_4816L. H1_4818 H1_4818L. H1_4820 H1_4820L. H1_4822 H1_4822L. 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_IMP01 H1_IMP0K. H1_IMP02 H1_IMP0L. H1_IMP03 H1_IMP0M. H1_IMP04 H1_IMP0N. H1_IMP05 H1_IMP0O. H1_IMP06 H1_IMP0P. H1_IMP07 H1_IMP0Q. H1_IMP08 H1_IMP0R. H1_IMP09 H1_IMP0S. 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_STATE H2_STATE. H2_METRO H2_METRO. H2_MSA H2_MSA. H2_ACCES H2_ACCES. H2_KTCHN H2_KTCHN. 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_KTCHN U2_KTCHN. 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_PUB H2_PUB. H2PUBAMT H2PUBAMT. H2_UTLTY H2_UTLTY. H2_ENRGY H2_ENRGY. H2_LUNCH H2_LUNCH. H2_BREAK H2_BREAK. H2_4802 H2_4802L. H2_4804 H2_4804L. H2_4806 H2_4806L. H2_4808 H2_4808L. H2_4810 H2_4810L. H2_4812 H2_4812L. H2_4814 H2_4814L. H2_4816 H2_4816L. H2_4818 H2_4818L. H2_4820 H2_4820L. H2_4822 H2_4822L. 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_IMP01 H2_IMP0K. H2_IMP02 H2_IMP0L. H2_IMP03 H2_IMP0M. H2_IMP04 H2_IMP0N. H2_IMP05 H2_IMP0O. H2_IMP06 H2_IMP0P. H2_IMP07 H2_IMP0Q. H2_IMP08 H2_IMP0R. H2_IMP09 H2_IMP0S. 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_STATE H3_STATE. H3_METRO H3_METRO. H3_MSA H3_MSA. H3_ACCES H3_ACCES. H3_KTCHN H3_KTCHN. 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_KTCHN U3_KTCHN. 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_PUB H3_PUB. H3PUBAMT H3PUBAMT. H3_UTLTY H3_UTLTY. H3_ENRGY H3_ENRGY. H3_LUNCH H3_LUNCH. H3_BREAK H3_BREAK. H3_4802 H3_4802L. H3_4804 H3_4804L. H3_4806 H3_4806L. H3_4808 H3_4808L. H3_4810 H3_4810L. H3_4812 H3_4812L. H3_4814 H3_4814L. H3_4816 H3_4816L. H3_4818 H3_4818L. H3_4820 H3_4820L. H3_4822 H3_4822L. 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_IMP01 H3_IMP0K. H3_IMP02 H3_IMP0L. H3_IMP03 H3_IMP0M. H3_IMP04 H3_IMP0N. H3_IMP05 H3_IMP0O. H3_IMP06 H3_IMP0P. H3_IMP07 H3_IMP0Q. H3_IMP08 H3_IMP0R. H3_IMP09 H3_IMP0S. 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_STATE H4_STATE. H4_METRO H4_METRO. H4_MSA H4_MSA. H4_ACCES H4_ACCES. H4_KTCHN H4_KTCHN. 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_KTCHN U4_KTCHN. 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_PUB H4_PUB. H4PUBAMT H4PUBAMT. H4_UTLTY H4_UTLTY. H4_ENRGY H4_ENRGY. H4_LUNCH H4_LUNCH. H4_BREAK H4_BREAK. H4_4802 H4_4802L. H4_4804 H4_4804L. H4_4806 H4_4806L. H4_4808 H4_4808L. H4_4810 H4_4810L. H4_4812 H4_4812L. H4_4814 H4_4814L. H4_4816 H4_4816L. H4_4818 H4_4818L. H4_4820 H4_4820L. H4_4822 H4_4822L. 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_IMP01 H4_IMP0K. H4_IMP02 H4_IMP0L. H4_IMP03 H4_IMP0M. H4_IMP04 H4_IMP0N. H4_IMP05 H4_IMP0O. H4_IMP06 H4_IMP0P. H4_IMP07 H4_IMP0Q. H4_IMP08 H4_IMP0R. H4_IMP09 H4_IMP0S. 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. 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. PW_ADDID $PW_ADDI. PW_RRP PW_RRP. PW_MS PW_MS. PW_PNSP PW_PNSP. PW_PNPT PW_PNPT. PW_POPST PW_POPST. 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. VETSTAT VETSTAT. HIGRADE HIGRADE. GRD_CMPL GRD_CMPL. ETHNICTY ETHNICTY. IN_AF IN_AF. U_RRP U_RRP. U_HHMEM U_HHMEM. U_REALFT U_REALFT. U_REAENT U_REAENT. U_MONLFT U_MONLFT. U_MONENT U_MONENT. U_DAYLFT U_DAYLFT. U_DAYENT U_DAYENT. CC_ADLFT CC_ADLFT. CC_ADENT CC_ADENT. U_BRTHYR U_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_SRVDTE U_SRVDTE. U_AF U_AF. U_SSNDK U_SSNDK. SC0064 SC0064L. SC0066 SC0066L. 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. WKSWOP1 WKSWOP1L. WKSWOP2 WKSWOP2L. WKSWOP3 WKSWOP3L. WKSWOP4 WKSWOP4L. 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. WKSLOK1 WKSLOK1L. WKSLOK2 WKSLOK2L. WKSLOK3 WKSLOK3L. WKSLOK4 WKSLOK4L. 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. 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. 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. 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. SC1232 SC1232L. SC1234 SC1234L. SC1236 SC1236L. SC1238 SC1238L. SC1240 SC1240L. SC1242 SC1242L. SC1244 SC1244L. SC1246 SC1246L. 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. SC1466 $SC1466L. SC1468 SC1468L. SC1470 SC1470L. SC1472 SC1472L. SC1474 SC1474L. SC1476 SC1476L. SC1480 SC1480L. SC1482 SC1482L. SC1484 SC1484L. SC1486 SC1486L. SC1488 SC1488L. SC1492 SC1492L. SC1494 SC1494L. SC1496 SC1496L. SC1498 SC1498L. SC1502 SC1502L. SC1506 SC1506L. SC1508 SC1508L. SC1510 SC1510L. 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. SC1624 SC1624L. SC1626 SC1626L. SC1628 SC1628L. SC1630 SC1630L. SC1632 SC1632L. SC1634 SC1634L. SC1636 SC1636L. SC1638 SC1638L. SC1640 SC1640L. SC1642 SC1642L. SC1644 SC1644L. SC1646 SC1646L. SC1648 SC1648L. SC1650 SC1650L. SC1652 SC1652L. SC1654 SC1654L. 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. SC1688 SC1688L. SC1690 SC1690L. SC1692 SC1692L. 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. PI07 PI07L. PI08 PI08L. 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. PI23 PI23L. PI24 PI24L. 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. PI64 PI64L. PI65 PI65L. PI66 PI66L. PI67 PI67L. PI68 PI68L. PI69 PI69L. PI70 PI70L. PI71 PI71L. PI72 PI72L. PI73 PI73L. PI74 PI74L. PI75 PI75L. PI76 PI76L. PI77 PI77L. PI78 PI78L. PI79 PI79L. PI80 PI80L. PI81 PI81L. PI82 PI82L. PI83 PI83L. WS1_WKS1 WS1_WKSC. WS1_WKS2 WS1_WKSK. WS1_WKS3 WS1_WKSL. WS1_WKS4 WS1_WKSM. WS1RECI1 WS1RECIC. WS1RECI2 WS1RECIK. WS1RECI3 WS1RECIL. WS1RECI4 WS1RECIM. WS1_2002 WS1_200C. WS1_2012 WS1_201C. WS1_2014 WS1_201K. WS1_2016 WS1_201L. WS1_2018 WS1_201M. WS1_2020 WS1_202C. WS1_2022 WS1_202K. WS1_2024 WS1_202L. WS1_2026 WS1_202M. WS1_2028 WS1_202N. WS1_2030 WS1_203C. WS1_2032 WS1_203K. WS1_2034 WS1_203L. WS1_2036 WS1_203M. WS1_2038 WS1_203N. WS1_2040 WS1_204C. WS1_2042 WS1_204K. WS1IMP01 WS1IMP0C. WS1IMP02 WS1IMP0K. WS1IMP03 WS1IMP0L. WS1IMP04 WS1IMP0M. WS1IMP05 WS1IMP0N. WS1IMP06 WS1IMP0O. WS1CAL01 WS1CAL0C. WS1CAL02 WS1CAL0K. WS1CAL03 WS1CAL0L. WS1CAL04 WS1CAL0M. WS2_WKS1 WS2_WKSC. WS2_WKS2 WS2_WKSK. WS2_WKS3 WS2_WKSL. WS2_WKS4 WS2_WKSM. WS2RECI1 WS2RECIC. WS2RECI2 WS2RECIK. WS2RECI3 WS2RECIL. WS2RECI4 WS2RECIM. WS2_2002 WS2_200C. WS2_2012 WS2_201C. WS2_2014 WS2_201K. WS2_2016 WS2_201L. WS2_2018 WS2_201M. WS2_2020 WS2_202C. WS2_2022 WS2_202K. WS2_2024 WS2_202L. WS2_2026 WS2_202M. WS2_2028 WS2_202N. WS2_2030 WS2_203C. WS2_2032 WS2_203K. WS2_2034 WS2_203L. WS2_2036 WS2_203M. WS2_2038 WS2_203N. WS2_2040 WS2_204C. WS2_2042 WS2_204K. WS2IMP01 WS2IMP0C. WS2IMP02 WS2IMP0K. WS2IMP03 WS2IMP0L. WS2IMP04 WS2IMP0M. WS2IMP05 WS2IMP0N. WS2IMP06 WS2IMP0O. WS2CAL01 WS2CAL0C. WS2CAL02 WS2CAL0K. WS2CAL03 WS2CAL0L. WS2CAL04 WS2CAL0M. SE1WKS1 SE1WKS1L. SE1WKS2 SE1WKS2L. SE1WKS3 SE1WKS3L. SE1WKS4 SE1WKS4L. SE1REC1 SE1REC1L. SE1REC2 SE1REC2L. SE1REC3 SE1REC3L. SE1REC4 SE1REC4L. SE12202 SE12202L. 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 SE1IMP0C. SE1IMP02 SE1IMP0K. SE1IMP03 SE1IMP0L. SE1IMP04 SE1IMP0M. SE1IMP05 SE1IMP0N. SE1IMP06 SE1IMP0O. SE1IMP07 SE1IMP0P. SE1IMP08 SE1IMP0Q. SE1IMP09 SE1IMP0R. SE1IMP10 SE1IMP1C. SE1IMP11 SE1IMP1K. SE1CAL01 SE1CAL0C. SE1CAL02 SE1CAL0K. SE1CAL03 SE1CAL0L. SE1CAL04 SE1CAL0M. SE2WKS1 SE2WKS1L. SE2WKS2 SE2WKS2L. SE2WKS3 SE2WKS3L. SE2WKS4 SE2WKS4L. SE2REC1 SE2REC1L. SE2REC2 SE2REC2L. SE2REC3 SE2REC3L. SE2REC4 SE2REC4L. SE22202 SE22202L. SE22212 SE22212L. SE22214 SE22214L. SE22216 SE22216L. SE22218 SE22218L. SE22220 SE22220L. SE22222 SE22222L. SE22224 SE22224L. SE22226 SE22226L. SE22228 SE22228L. SE22230 SE22230L. SE22232 SE22232L. SE22234 SE22234L. SE22236 SE22236L. SE22238 SE22238L. SE22240 SE22240L. SE22242 SE22242L. SE22244 SE22244L. SE22246 SE22246L. SE22248 SE22248L. SE22250 SE22250L. SE22252 SE22252L. SE22254 SE22254L. SE22256 SE22256L. SE22260 SE22260L. SE2IMP01 SE2IMP0C. SE2IMP02 SE2IMP0K. SE2IMP03 SE2IMP0L. SE2IMP04 SE2IMP0M. SE2IMP05 SE2IMP0N. SE2IMP06 SE2IMP0O. SE2IMP07 SE2IMP0P. SE2IMP08 SE2IMP0Q. SE2IMP09 SE2IMP0R. SE2IMP10 SE2IMP1C. SE2IMP11 SE2IMP1K. SE2CAL01 SE2CAL0C. SE2CAL02 SE2CAL0K. SE2CAL03 SE2CAL0L. SE2CAL04 SE2CAL0M. I01REC1 I01REC1L. I01REC2 I01REC2L. I01REC3 I01REC3L. I01REC4 I01REC4L. KIDSSYN1 KIDSSYNC. KIDSSYN2 KIDSSYNK. KIDSSYN3 KIDSSYNL. KIDSSYN4 KIDSSYNM. 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. KIDRRYN1 KIDRRYND. KIDRRYN2 KIDRRYNK. KIDRRYN3 KIDRRYNL. KIDRRYN4 KIDRRYNM. 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. I03IMP01 I03IMP0D. I03IMP02 I03IMP0K. I03IMP03 I03IMP0L. I03IMP04 I03IMP0M. I05REC1 I05REC1L. I05REC2 I05REC2L. I05REC3 I05REC3L. I05REC4 I05REC4L. I05IMP01 I05IMP0D. I05IMP02 I05IMP0K. I05IMP03 I05IMP0L. I05IMP04 I05IMP0M. I06REC1 I06REC1L. I06REC2 I06REC2L. I06REC3 I06REC3L. I06REC4 I06REC4L. I06IMP01 I06IMP0D. I06IMP02 I06IMP0K. I06IMP03 I06IMP0L. I06IMP04 I06IMP0M. I07REC1 I07REC1L. I07REC2 I07REC2L. I07REC3 I07REC3L. I07REC4 I07REC4L. I07IMP01 I07IMP0D. I07IMP02 I07IMP0K. I07IMP03 I07IMP0L. I07IMP04 I07IMP0M. I08REC1 I08REC1L. I08REC2 I08REC2L. I08REC3 I08REC3L. I08REC4 I08REC4L. 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. I10IMP01 I10IMP0D. I10IMP02 I10IMP0K. I10IMP03 I10IMP0L. I10IMP04 I10IMP0M. I12REC1 I12REC1L. I12REC2 I12REC2L. I12REC3 I12REC3L. I12REC4 I12REC4L. I12IMP01 I12IMP0D. I12IMP02 I12IMP0K. I12IMP03 I12IMP0L. I12IMP04 I12IMP0M. I13REC1 I13REC1L. I13REC2 I13REC2L. I13REC3 I13REC3L. I13REC4 I13REC4L. I13IMP01 I13IMP0D. I13IMP02 I13IMP0K. I13IMP03 I13IMP0L. I13IMP04 I13IMP0M. I20REC1 I20REC1L. I20REC2 I20REC2L. I20REC3 I20REC3L. I20REC4 I20REC4L. 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. 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. 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. 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. 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. I28IMP01 I28IMP0D. I28IMP02 I28IMP0K. I28IMP03 I28IMP0L. I28IMP04 I28IMP0M. I29REC1 I29REC1L. I29REC2 I29REC2L. I29REC3 I29REC3L. I29REC4 I29REC4L. I29AMT1 I29AMT1L. I29IMP01 I29IMP0D. I29IMP02 I29IMP0K. I29IMP03 I29IMP0L. I29IMP04 I29IMP0M. I30REC1 I30REC1L. I30REC2 I30REC2L. I30REC3 I30REC3L. I30REC4 I30REC4L. I30IMP01 I30IMP0D. I30IMP02 I30IMP0K. I30IMP03 I30IMP0L. I30IMP04 I30IMP0M. I31REC1 I31REC1L. I31REC2 I31REC2L. I31REC3 I31REC3L. I31REC4 I31REC4L. I31IMP01 I31IMP0D. I31IMP02 I31IMP0K. I31IMP03 I31IMP0L. I31IMP04 I31IMP0M. I32REC1 I32REC1L. I32REC2 I32REC2L. I32REC3 I32REC3L. I32REC4 I32REC4L. I32IMP01 I32IMP0D. I32IMP02 I32IMP0K. I32IMP03 I32IMP0L. I32IMP04 I32IMP0M. I34REC1 I34REC1L. I34REC2 I34REC2L. I34REC3 I34REC3L. I34REC4 I34REC4L. I34IMP01 I34IMP0D. I34IMP02 I34IMP0K. I34IMP03 I34IMP0L. I34IMP04 I34IMP0M. I35REC1 I35REC1L. I35REC2 I35REC2L. I35REC3 I35REC3L. I35REC4 I35REC4L. I35IMP01 I35IMP0D. I35IMP02 I35IMP0K. I35IMP03 I35IMP0L. I35IMP04 I35IMP0M. I36REC1 I36REC1L. I36REC2 I36REC2L. I36REC3 I36REC3L. I36REC4 I36REC4L. I36IMP01 I36IMP0D. I36IMP02 I36IMP0K. I36IMP03 I36IMP0L. I36IMP04 I36IMP0M. I37REC1 I37REC1L. I37REC2 I37REC2L. I37REC3 I37REC3L. I37REC4 I37REC4L. I37IMP01 I37IMP0D. I37IMP02 I37IMP0K. I37IMP03 I37IMP0L. I37IMP04 I37IMP0M. I38REC1 I38REC1L. I38REC2 I38REC2L. I38REC3 I38REC3L. I38REC4 I38REC4L. I38IMP01 I38IMP0D. I38IMP02 I38IMP0K. I38IMP03 I38IMP0L. I38IMP04 I38IMP0M. I40REC1 I40REC1L. I40REC2 I40REC2L. I40REC3 I40REC3L. I40REC4 I40REC4L. I40IMP01 I40IMP0D. I40IMP02 I40IMP0K. I40IMP03 I40IMP0L. I40IMP04 I40IMP0M. I50REC1 I50REC1L. I50REC2 I50REC2L. I50REC3 I50REC3L. I50REC4 I50REC4L. I50IMP01 I50IMP0D. I50IMP02 I50IMP0K. I50IMP03 I50IMP0L. I50IMP04 I50IMP0M. I51REC1 I51REC1L. I51REC2 I51REC2L. I51REC3 I51REC3L. I51REC4 I51REC4L. I51IMP01 I51IMP0D. I51IMP02 I51IMP0K. I51IMP03 I51IMP0L. I51IMP04 I51IMP0M. I52REC1 I52REC1L. I52REC2 I52REC2L. I52REC3 I52REC3L. I52REC4 I52REC4L. I52IMP01 I52IMP0D. I52IMP02 I52IMP0K. I52IMP03 I52IMP0L. I52IMP04 I52IMP0M. I53REC1 I53REC1L. I53REC2 I53REC2L. I53REC3 I53REC3L. I53REC4 I53REC4L. I53IMP01 I53IMP0D. I53IMP02 I53IMP0K. I53IMP03 I53IMP0L. I53IMP04 I53IMP0M. I54REC1 I54REC1L. I54REC2 I54REC2L. I54REC3 I54REC3L. I54REC4 I54REC4L. I54IMP01 I54IMP0D. I54IMP02 I54IMP0K. I54IMP03 I54IMP0L. I54IMP04 I54IMP0M. I55REC1 I55REC1L. I55REC2 I55REC2L. I55REC3 I55REC3L. I55REC4 I55REC4L. I55IMP01 I55IMP0D. I55IMP02 I55IMP0K. I55IMP03 I55IMP0L. I55IMP04 I55IMP0M. I56REC1 I56REC1L. I56REC2 I56REC2L. I56REC3 I56REC3L. I56REC4 I56REC4L. I56IMP01 I56IMP0D. I56IMP02 I56IMP0K. I56IMP03 I56IMP0L. I56IMP04 I56IMP0M. I75REC1 I75REC1L. I75REC2 I75REC2L. I75REC3 I75REC3L. I75REC4 I75REC4L. 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. O4040YN2 O4040YND. O4050YN3 O4050YNK. O4050YN4 O4050YNL. RAM40501 RAM4050D. RAM40502 RAM4050K. RAM40503 RAM4050L. RAM40504 RAM4050M. SC4300 SC4300L. SC4302 SC4302L. SC4304 SC4304L. SC4306 SC4306L. SC4308 SC4308L. SC4310 SC4310L. SC4312 SC4312L. SC4316 SC4316L. SC4318 SC4318L. SC4320 SC4320L. SC4324 SC4324L. SC4400 SC4400L. SC4402 SC4402L. SC4404 SC4404L. SC4406 SC4406L. SC4408 SC4408L. SC4410 SC4410L. SC4412 SC4412L. SC4416 SC4416L. SC4418 SC4418L. SC4420 SC4420L. SC4424 SC4424L. SC4500 SC4500L. SC4502 SC4502L. SC4504 SC4504L. SC4506 SC4506L. SC4508 SC4508L. SC4510 SC4510L. 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. ; proc contents data=library.sip84w1; /* 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. */