/*------------------------------------------------------------------------------------*/ /*by Jean Roth Mon Jun 7 17:33:51 EDT 2004 This program reads the 1990 SIPP Wave 2 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.fsp90w2; /* The PROC FORMAT statement will store the formats in a sas data set called fsip90w2 To use the stored formats in a subsequent program, include something like this: proc format cntlin=library.fsp90w2; PROC freq; tables pesex ; format pesex P135L.; For more information, consult the SAS Procedures Guide section of PROC FORMAT */ ; VALUE SUSTATE (default=32) 1 = "Alabama" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "District of Columbia" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 17 = "Illinois" 18 = "Indiana" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 28 = "Mississippi" 29 = "Missouri" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 35 = "New Mexico" 36 = "New York" 37 = "North Carolina" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 51 = "Virginia" 53 = "Washington" 54 = "West Virginia" 55 = "Wisconsin" 61 = "Maine,Vermont" 62 = "Iowa,North Dakota,South Dakota" 63 = "Alaska,Idaho,Montana,Wyoming" ; VALUE SURGC (default=32) 0 = "Not applicable for coverage" ; VALUE HTYPE (default=32) 0 = "Not in household" 1 = "Married couple family household" 2 = "Male householder family" 3 = "Female householder family" 4 = "Male householder nonfamily" 5 = "Female householder nonfamily" 6 = "Group quarters" ; VALUE HSTATE (default=32) 1 = "Alabama" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "District of Columbia" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 17 = "Illinois" 18 = "Indiana" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 28 = "Mississippi" 29 = "Missouri" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 35 = "New Mexico" 36 = "New York" 37 = "North Carolina" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 51 = "Virginia" 53 = "Washington" 54 = "West Virginia" 55 = "Wisconsin" 61 = "Maine,Vermont" 62 = "Iowa,North Dakota,South Dakota" 63 = "Alaska,Idaho,Montana,Wyoming" ; VALUE HMETRO (default=32) 0 = "Not applicable" 1 = "Metro" 2 = "Residual" ; VALUE HMSA (default=32) 0 = "Not in universe or not" 7 = "Boston-Lawrence-Salem, MA-NH" 10 = "Buffalo-Niagara Falls, NY" 14 = "Chicago-Gary Lake County, IL-IN" 21 = "Cincinnati-Hamilton, OH-KY" 28 = "Cleveland-Akron-Lorraine, OH" 31 = "Dallas-Fort Worth, TX" 34 = "Denver-Boulder, CO" 35 = "Detroit-Ann Arbor, MI" 41 = "Hartford-New Britain-" 42 = "Houston, TX" 49 = "Los Angeles-Anaheim-" 56 = "Miami-Ft. Lauderdale, FL" 63 = "Milwaukee-Racine, WI" 70 = "New York-New Jersey-Long" 77 = "Philadelphia-Wilmington-" 78 = "Pittsburgh-Beaver Valley, PA" 79 = "Portland-Vancouver, OR" 84 = "San Francisco-Oakland-" 91 = "Seattle-Tacoma, WA" 160 = "Albany-Schenectady-Troy, NY" 200 = "Albequerque, NM" 520 = "Atlanta, CA" 640 = "Austin, TX" 0680 = "Bakersfield, CA" 760 = "Baton Rouge, LA" 840 = "Beaumont-Port Arthur, TX" 1000 = "Birmingham, AL" 1520 = "Charlotte-Gastonia-" 1720 = "Colorado Springs, CO" 1840 = "Columbus, OH" 1880 = "Corpus Christi, TX" 2000 = "Dayton-Springfield, OH" 2320 = "El Paso, TX" 2400 = "Eugene-Springfield, OR" 2560 = "Fayetteville, NC" 2700 = "Ft. Myers, FL" 2760 = "Fort Wayne, IN" 2840 = "Fresno, CA" 3120 = "Greensboro--Winston-Salem--" 3160 = "Greensville-Spartanburg, SC" 3240 = "Harrisburg-Lebanon-Carlisle, PA" 3320 = "Honolulu, HI" 3480 = "Indianapolis, IN" 3600 = "Jacksonville, FL" 3840 = "Knoxville, TN" 3980 = "Lakeland-Winterhaven, FL" 4040 = "Lansing-East Lansing, MI" 4720 = "Madison, WI" 4880 = "McCallen-Edinburg-Mission, TX" 4900 = "Melbourne-Titusville-" 4920 = "Memphis, TN" 5120 = "Minneapolis-St. Paul, MN" 5160 = "Mobile, AL" 5360 = "Nashville, TN" 5480 = "New Haven-Meriden, CT" 5560 = "New Orleans, LA" 5720 = "Norfolk-VA Beach-Newport" 5880 = "Oklahoma City, OK" 5960 = "Orlando, FL" 6080 = "Pensacola, FL" 6200 = "Phoenix, AZ" 6640 = "Raleigh-Durham, NC" 6840 = "Rochester, NY" 6880 = "Rockford, IL" 6920 = "Sacramento, CA" 7040 = "St. Louis, Mo" 7120 = "Salinas-Seaside-Monterey, CA" 7160 = "Salt Lake City-Ogden, UT" 7240 = "San Antonio, TX" 7320 = "San Diego, CA" 7560 = "Scranton--Wilkes-Barre, PA" 8000 = "Springfield, MA" 8120 = "Stockton, CA" 8160 = "Syracuse, NY" 8280 = "Tampa-St.Petersburg-" 8400 = "Toledo, Oh" 8520 = "Tucson, AZ" 8560 = "Tulsa, OK" 8680 = "Utica-Rome, NY" 8840 = "Washington, DC-MD-VA" 8960 = "West Palm Beach-Boca Raton-" 9240 = "Worcester, MA" ; VALUE HNSSR (default=32) 0 = "Not applicable" ; VALUE HACCESS (default=32) 0 = "Not applicable" 1 = "Direct - skip to housing unit" 2 = "Through another unit" ; VALUE HLVQTR (default=32) 0 = "Not applicable" 1 = "House, apartment, flat" 2 = "HU in nontransient hotel," 3 = "HU, permanent in transient" 4 = "HU in rooming house" 5 = "Mobile home or trailer with no" 6 = "Mobile home or trailer with one" 7 = "HU not specified above" 8 = "Quarters not HU in rooming or" 9 = "Unit not permanent in transient" 10 = "Unoccupied site for mobile home," 11 = "Other unit not specified above" ; VALUE HUNITS (default=32) 0 = "Not applicable" 1 = "Only 'other' units" 2 = "Mobile home or trailer" 3 = "One, detached" 4 = "One, attached" 5 = "Two" 6 = "3-4" 7 = "5-9" 8 = "10-19" 9 = "20-49" 10 = "50 or more" ; VALUE HTENURE (default=32) 0 = "Not applicable" 1 = "Owned or being bought by you or" 2 = "Rented for cash" 3 = "Occupied without payment of" ; VALUE HPUBHS (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE HLORNT (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE HTENUREU (default=32) 0 = "Not answered (Types B and C)" 1 = "Owned or being bought by you or" 2 = "Rented for cash" 3 = "Occupied without payment of" 9 = "Not answered" ; VALUE HPUBHSU (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" 3 = "Don't know" ; VALUE HLORNTU (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" 3 = "Don't know" ; VALUE HITM36B (default=32) 1 = "Interviewed" 2 = "No one home" 3 = "Temporarily absent" 4 = "Refused" 5 = "Unable to locate" 6 = "Other Type A" 9 = "Vacant" 10 = "Occupied by persons with URE" 11 = "Unfit or to be demolished" 12 = "Under construction, not ready" 13 = "Converted to temporary business" 14 = "Unoccupied site for mobile home," 15 = "Permit granted, construction" 17 = "Demolished" 18 = "House or trailer moved" 19 = "Converted to permanent business" 20 = "Merged" 21 = "Condemned" 23 = "Entire household deceased, moved" 24 = "Moved, address unknown" 25 = "Moved within country beyond limit" 26 = "All sample persons relisted on new" ; VALUE HMEANS (default=32) 0 = "Not in universe or no persons" 1 = "One or more persons in household" 2 = "No person in household received" ; VALUE HCASH (default=32) 1 = "One or more persons in" 2 = "No person in household received" ; VALUE HNCASH (default=32) 1 = "One or more persons in household" 2 = "One or more persons in household" 3 = "No person in hhld. received" ; VALUE PHRENT (default=32) 0 = "None, or not in universe" ; VALUE UTILS (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "Don't know" ; VALUE HENRGY (default=32) 0 = "No energy assistance" 1 = "Checks sent to household" 2 = "Coupons or vouchers sent to" 3 = "Payments sent elsewhere" 4 = "Checks and coupons or vouchers" 5 = "Checks sent to household and" 6 = "Coupons or voucher sent to" 7 = "All three types of assistance" ; VALUE EASTAMT (default=32) 0 = "Not in universe" ; VALUE LUNCH (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE NKIDSHL (default=32) 0 = "Not in universe" ; VALUE LCHTOT (default=32) 0 = "Not in universe" ; VALUE LCHPT (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE LCHFREE (default=32) 0 = "Not in universe" 1 = "Free lunch" 2 = "Reduced-price lunch" 3 = "Full-price lunch" ; VALUE LCHCOST (default=32) 0 = "Not in universe" ; VALUE BREAKF (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE NKIDSBF (default=32) 0 = "Not in universe" ; VALUE BFTOT (default=32) -1 = "Don't know" 0 = "Not in universe" ; VALUE BFFREE (default=32) 0 = "Not in universe" 1 = "Free breakfast" 2 = "Reduced-price breakfast" 3 = "Full-price breakfast" ; VALUE IPHRENT (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IUTILS (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IHENRGY (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IEASTAMT (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ILUNCH (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE INKIDSHL (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ILCHTOT (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ILCHPT (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ILCHFREE (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ILCHCOST (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IBREAKF (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE INKIDSBF (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IBFTOT (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IBFFREE (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE H5REF (default=32) 0 = "Not in household in interview" ; VALUE H5NP (default=32) 0 = "Not in household in interview" ; VALUE H5MIS (default=32) 0 = "Not in household in interview" 1 = "Interview" 2 = "Non-interview" 3 = "Not in sample" ; VALUE $H5ADDID (default=32) "0" = "Not in household in interview" ; VALUE H5WGT (default=32) 0 = "Not in household in interview" ; VALUE FID2L (default=32) 0 = "Not in universe" ; VALUE FTYPE (default=32) 1 = "Primary family" 3 = "Unrelated subfamily" 4 = "Primary individual" 5 = "Secondary individual" ; VALUE FKIND (default=32) 1 = "Headed by husband/wife" 2 = "Male reference person" 3 = "Female reference person" ; VALUE FNKIDS (default=32) 0 = "None" 1 = "One" 2 = "Two" 30 = "Thirty or more" ; VALUE FOWNKID (default=32) 0 = "None" 1 = "One" 2 = "Two" 30 = "Thirty or more" ; VALUE FOKLT18L (default=32) 0 = "None" 1 = "One" 2 = "Two" 30 = "Thirty or more" ; VALUE FNSSR (default=32) 0 = "None" ; VALUE FSSUNIT (default=32) 0 = "No Social Security recipient" 1 = "Husband, wife, and minor child" 2 = "Parent and minor child" 3 = "Individual recipient" 4 = "Husband, wife only" 5 = "Minor child only" 6 = "Other" ; VALUE SID (default=32) 0 = "Not in sub family" ; VALUE STYPE (default=32) 0 = "Not in related subfamily" 2 = "Related subfamily" ; VALUE SKIND (default=32) 0 = "Not applicable" 1 = "Headed by husband/wife" 2 = "Male reference person" 3 = "Female reference person" ; VALUE SOWNKID (default=32) 0 = "None" 1 = "One" 2 = "Two" 30 = "Thirty or more" ; VALUE SOKLT18L (default=32) 0 = "None" 1 = "One" 2 = "Two" 30 = "Thirty or more" ; VALUE INTVW (default=32) 0 = "Not applicable (children" 1 = "Interview (self)" 2 = "Interview (proxy)" 3 = "Noninterview - Type Z refusal" 4 = "Noninterview - Type Z other" 5 = "Noninterview - left before" ; VALUE MIS5L (default=32) 1 = "Interview" 2 = "Non-interview" ; VALUE RRP (default=32) 1 = "Household reference person," 2 = "Household reference person" 3 = "Spouse of household reference" 4 = "Child of household reference" 5 = "Other relative of household" 6 = "Non-relative of household" 7 = "Non-relative of household" ; VALUE RRPU (default=32) 1 = "Reference person with" 2 = "Reference person with no" 3 = "Husband/wife of reference" 4 = "Natural/adopted child of" 5 = "Stepchild of reference person" 6 = "Foster child of reference person" 7 = "Grandchild of reference person" 8 = "Parent of reference person" 9 = "Brother/sister of reference" 10 = "Other relative of reference" 11 = "Non-relative of reference person" 12 = "Partner/roommate of reference" 13 = "Non-relative of reference person" ; VALUE AGE (default=32) 0 = "Less than 1 full year" 1 = "1 year" 85 = "85 years or older" ; VALUE POPSTAT (default=32) 1 = "Adult (15 years of age or" 2 = "Child (under 15 at interview)" ; VALUE SEX (default=32) 1 = "Male" 2 = "Female" ; VALUE RACE (default=32) 1 = "White" 2 = "Black" 3 = "American Indian, Eskimo or" 4 = "Asian or Pacific Islander" ; VALUE ETHNCTY (default=32) 1 = "German" 2 = "English" 3 = "Irish" 4 = "French" 5 = "Italian" 6 = "Scottish" 7 = "Polish" 8 = "Dutch" 9 = "Swedish" 10 = "Norwegian" 11 = "Russian" 12 = "Ukrainian" 13 = "Welsh" 14 = "Mexican-American" 15 = "Chicano" 16 = "Mexican" 17 = "Puerto Rican" 18 = "Cuban" 19 = "Central or South American" 20 = "Other Spanish" 21 = "Afro-American (Black or Negro)" 30 = "Another group not listed" 39 = "Don't know" ; VALUE MS (default=32) 0 = "Not a sample person this month" 1 = "Married, spouse present" 2 = "Married, spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never married" ; VALUE MSU (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 EWID (default=32) 0 = "Not in universe" 1 = "Widowed" 2 = "Divorced" 3 = "Both widowed and divorced" 4 = "No" ; VALUE FAMTYP (default=32) 0 = "Primary family or not in" 1 = "Secondary individual (not a" 2 = "Unrelated sub (secondary)" 3 = "Related subfamily" 4 = "Primary individual" ; VALUE FAMREL (default=32) 0 = "Not applicable or not in" 1 = "Reference person of family" 2 = "Spouse of family reference person" 3 = "Child of family reference person" ; VALUE PNSP (default=32) 0 = "Not in sample this month" 999 = "Not applicable" ; VALUE PNSPU (default=32) 0 = "Not answered" 999 = "Not applicable" ; VALUE PNPT (default=32) 0 = "Not in sample this month" 999 = "Not applicable" ; VALUE PNPTU (default=32) 0 = "Not answered" 999 = "Not applicable" ; VALUE PNGDU (default=32) 0 = "Not answered / not applicable" 999 = "No parent or guardian" ; VALUE DESGPNPT (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE REALFT (default=32) 0 = "Not applicable or not answered" 5 = "Left - deceased" 6 = "Left - institutionalized" 7 = "Left - living in Armed Forces" 8 = "Left - moved outside of country" 9 = "Left - separation or divorce" 10 = "Left - person #201+ no" 11 = "Left - other" 12 = "Left - entered merged household" 25 = "Left - deceased" 26 = "Left - institutionalized" 27 = "Left - living in Armed Forces" 28 = "Left - moved outside of country" 29 = "Left - separation or divorce" 30 = "Left - 201+ person no longer" 31 = "Left - other" 99 = "Listed in error" ; VALUE REAENT (default=32) 0 = "Not applicable or not answered" 1 = "Entered - birth" 2 = "Entered - marriage" 3 = "Entered - other" 4 = "Entered (before sample people)" 13 = "Reentered household after" 16 = "Entered - from institution" 17 = "Entered - from Armed Forces" 18 = "Entered - from outside the" 19 = "Entered - due to separation or" 21 = "Entered - birth" 22 = "Entered - marriage" 23 = "Entered - other" 24 = "Entered - sample person added" 36 = "Entered - from institution" 37 = "Entered - from Armed Forces" 38 = "Entered - from outside the" 39 = "Entered - due to separation" ; VALUE HCHANGE (default=32) 1 = "Yes" 2 = "No" ; VALUE FCHANGE (default=32) 1 = "Yes" 2 = "No" ; VALUE SCHANGE (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE SC1000L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ESR (default=32) 0 = "Not applicable" 1 = "With a job entire month," 2 = "With a job entire month," 3 = "With a job entire month," 4 = "With job one or more weeks, no" 5 = "With job one or more weeks," 6 = "No job during month, spent" 7 = "No job during month, spent one" 8 = "No job during month, no time" ; VALUE WEEKS (default=32) 4 = "Four weeks" 5 = "Five weeks" ; VALUE WESR1L (default=32) 0 = "Not in universe" 1 = "With a job this week" 2 = "With a job, absent without pay," 3 = "With a job, absent without pay," 4 = "Looking for a job this week" 5 = "Without a job, not looking for" ; VALUE WESR2L (default=32) 0 = "Not in universe" 1 = "With a job this week" 2 = "With a job, absent without pay," 3 = "With a job, absent without pay," 4 = "Looking for a job this week" 5 = "Without a job, not looking for" ; VALUE WESR3L (default=32) 0 = "Not in universe" 1 = "With a job this week" 2 = "With a job, absent without pay," 3 = "With a job, absent without pay," 4 = "Looking for a job this week" 5 = "Without a job, not looking for" ; VALUE WESR4L (default=32) 0 = "Not in universe" 1 = "With a job this week" 2 = "With a job, absent without pay," 3 = "With a job, absent without pay," 4 = "Looking for a job this week" 5 = "Without a job, not looking for" ; VALUE WESR5L (default=32) 0 = "Not in universe or no week 5" 1 = "With a job this week" 2 = "With a job, absent without pay," 3 = "With a job, absent without pay," 4 = "Looking for a job this week" 5 = "Without a job, not looking for" ; VALUE WKSJOB (default=32) 0 = "None, or not in universe" 1 = "1 week" 5 = "5 weeks" ; VALUE WKSWOP (default=32) 0 = "None, or not in universe" 1 = "1 week" 5 = "5 weeks" ; VALUE WKSLOK (default=32) 0 = "None, or not in universe" 1 = "1 week" 5 = "5 weeks" ; VALUE REASAB (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 TAKJOB (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE TAKJOBN (default=32) 0 = "Not in universe" 1 = "Already had a job" 2 = "Temporary illness" 3 = "School" 4 = "Other" ; VALUE CWORK (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE UHOURS (default=32) 0 = "Not in universe or none" ; VALUE WKSPT (default=32) 0 = "None, or not in universe" 1 = "1 week" 5 = "5 weeks" ; VALUE WKSPTR (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 EMPLED (default=32) 0 = "Not in universe" 1 = "Worked for employer only" 2 = "Self-employed only" 3 = "Worked for both employer and" ; VALUE DISAB (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE RHCDIS (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE VETSTAT (default=32) 0 = "Not applicable (under 15) or" 1 = "Yes" 2 = "No" ; VALUE INAF (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE SPINAF (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE USRVDT1L (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)" 5 = "May 1975 to August 1980" 6 = "September 1980 or later" 7 = "Other service (all other periods)" 9 = "Not answered" ; VALUE USRVDT2L (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)" 5 = "May 1975 to August 1980" 6 = "September 1980 or later" 7 = "Other service (all other periods)" 9 = "Not answered" ; VALUE USRVDT3L (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)" 5 = "May 1975 to August 1980" 6 = "September 1980 or later" 7 = "Other service (all other periods)" 9 = "Not answered" ; VALUE AFTIME (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" 5 = "Don't know" ; VALUE AFDSAB (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "Don't know" ; VALUE AFDPCT (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 SPDAF (default=32) 0 = "Not in universe" 1 = "Yes, in the service" 2 = "Yes, from service-related" 3 = "No" ; VALUE VETS (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE VETSMT (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "Don't know" ; VALUE VETNUM (default=32) 0 = "Not applicable" ; VALUE RETIRD (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SOCSEC (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE $SSPNUM (default=32) "0" = "Not applicable" ; VALUE SOCSR1L (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" 6 = "Don't know" ; VALUE SOCSR2L (default=32) 0 = "Not in universe" 1 = "Retired" 2 = "Disabled" 3 = "Widow(ed) or surviving child" 4 = "Spouse or dependent child" 5 = "No other reason" 6 = "Don't know" ; VALUE DISAGE (default=32) 0 = "Not in universe" ; VALUE RAILRD (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE $RRPNUM (default=32) "0" = "Not applicable" ; VALUE CARECOV (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE MEDCODE (default=32) 0 = "Not in universe" 1 = "Retired or disabled worker" 2 = "Spouse of retired or disabled" 3 = "Widow of retired or disabled" 4 = "Adult disabled as a child" 5 = "Uninsured" 7 = "Other or invalid code" 9 = "Missing code" ; VALUE MCOPT (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE FOODSTP (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE $FSPNUM (default=32) "0" = "Not applicable" ; VALUE AFDC (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE $AFDCPNU (default=32) "0" = "Not applicable" ; VALUE GENASST (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE $GAPNUM (default=32) "0" = "Not applicable" ; VALUE FOSTKID (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE $FKPNUM (default=32) "0" = "Not applicable" ; VALUE OTHWELF (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE $OWPNUM (default=32) "0" = "Not applicable" ; VALUE WICCOV (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE WICVAL (default=32) 0 = "None" ; VALUE $WICPNUM (default=32) "0" = "Not applicable" ; VALUE CAIDCOV (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE $MCDPNUM (default=32) "0" = "Not applicable" ; VALUE HIIND (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE $HIPNUM (default=32) "0" = "Not applicable" ; VALUE HINONH (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE CHAMP (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE $CHPNUM (default=32) "0" = "Not applicable" ; VALUE HIOWN (default=32) 0 = "Not in universe" 1 = "Plan in own name" 2 = "Someone else's plan" 3 = "Both" ; VALUE HISRC (default=32) 0 = "Not in universe" 1 = "Current employer or union" 2 = "Former employer" 3 = "CHAMPUS" 4 = "CHAMPVA" 5 = "Military" 6 = "Other" ; VALUE HIPAY (default=32) 0 = "Not in universe" 1 = "All" 2 = "Part" 3 = "None" ; VALUE HITYPE (default=32) 0 = "Not in universe" 1 = "Individual" 2 = "Family" ; VALUE HIFAM (default=32) 0 = "Not applicable" 1 = "Yes, All persons covered" 2 = "No, some persons covered" 3 = "No one else covered" ; VALUE NONHHI (default=32) 0 = "Not applicable" 1 = "Yes, spouse" 2 = "Yes, child(ren)" 3 = "Yes, someone else" 4 = "Yes, spouse and child(ren)" 5 = "Yes, spouse and someone else" 6 = "Yes, child(ren) and someone" 7 = "Yes, spouse, children, and" 8 = "No" ; VALUE HIGRADE (default=32) 0 = "Not applicable if under 15," ; VALUE GRDCMPL (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE ENROLD (default=32) 0 = "Not in universe" 1 = "Yes, full-time" 2 = "Yes, part-time" 3 = "No" ; VALUE LEVEL (default=32) 0 = "Not in universe" 1 = "Elementary grades 1-8" 2 = "High school grades 9-12" 3 = "College year 1" 4 = "College year 2" 5 = "College year 3" 6 = "College year 4" 7 = "College year 5" 8 = "College year 6" 9 = "Vocational school" 10 = "Technical school" 11 = "Business school" ; VALUE EDASST (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE OTHINC (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE NOINC (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE $PWSUID (default=32) "0" = "Not in universe" ; VALUE $PWENTRY (default=32) "0" = "Not in universe" ; VALUE $PWPNUM (default=32) "0" = "Not in universe" ; VALUE PWRRP (default=32) 0 = "Not applicable" 1 = "Reference person with" 2 = "Reference person with no rel." 3 = "Husband/wife of reference person" 4 = "Natural/adopted child of" 5 = "Stepchild of reference person" 6 = "Foster child of reference" 7 = "Grandchild of reference person" 8 = "Parent of reference person" 9 = "Brother/sister of reference" 10 = "Other relative of reference" 11 = "Non-relative of reference person" 12 = "Partner/roommate of reference" 13 = "Non-relative of reference person" ; VALUE $PWADDID (default=32) "0" = "Not applicable" ; VALUE ISEX (default=32) 0 = "Not changed" 1 = "Changed" ; VALUE IRACE (default=32) 0 = "Not changed" 1 = "Changed" ; VALUE IETHNCTY (default=32) 0 = "Not changed" 1 = "Changed" ; VALUE IHIGRADE (default=32) 0 = "Not changed" 1 = "Changed" ; VALUE IGRDCMPL (default=32) 0 = "Not changed" 1 = "Changed" ; VALUE IEWID (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWKSJOB (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWKSWOP (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWKSLOK (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IREASAB (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ITAKJOB (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ITAKJOBN (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ICWORK (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IUHOURS (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWKSPT (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWKSPTR (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IDISAB (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IDISAGE (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IRHCDIS (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IVETSTAT (default=32) 0 = "Not changed" 1 = "Changed" ; VALUE IINAF (default=32) 0 = "Not changed" 1 = "Changed" ; VALUE ISPINAF (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISPDAF (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IRETIRD (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ICARECOV (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IMCOPT (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ICAIDCOV (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IHIIND (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IHIOWN (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IHISRC (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IHIPAY (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IHITYPE (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE INONHHI (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IENROLD (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ILEVEL (default=32) 0 = "Not Imputed" 1 = "Imputed" ; VALUE IEDASST (default=32) 0 = "Not Imputed" 1 = "Imputed" ; VALUE IGIBILL (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IOTHVET (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWKSTDY (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IPELL (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISUPPED (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE INDSL (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISTLOAN (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IJTPA (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IEMPLYR (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IFSSHIP (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IOTHAID (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE NJOBS (default=32) 0 = "Not in universe" 1 = "Only 1 job" 2 = "Dual jobs all month" 3 = "Dual jobs not all month" 4 = "Dual jobs without overlapping" ; VALUE WS12003L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS12004L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS1OCC (default=32) 0 = "Not in universe" ; VALUE WS1IND (default=32) 0 = "Not in universe" ; VALUE WS1WKS (default=32) 0 = "None, or not in universe" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" ; VALUE WS1AMT (default=32) 0 = "None, or not in universe" ; VALUE WS12002L (default=32) 0 = "Not in universe" ; VALUE WS12012L (default=32) 0 = "Not in universe" 1 = "A private for-profit company or" 2 = "A private not-for-profit," 3 = "Federal government ?" 4 = "State government ?" 5 = "Local government ?" 6 = "Armed Forces ?" 7 = "Unpaid in family business or" ; VALUE WS1CHG (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS12018L (default=32) 0 = "Not in universe" ; VALUE WS12016L (default=32) 0 = "Not in universe" ; VALUE WS12022L (default=32) 0 = "Not in universe" ; VALUE WS12020L (default=32) 0 = "Not in universe" ; VALUE WS12023L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS12024L (default=32) 0 = "Not in universe" 1 = "Laid off" 2 = "Retired" 3 = "Discharged" 4 = "Job was temporary and ended" 5 = "Quit to take another job" 6 = "Quit for some other reason" ; VALUE WS12025L (default=32) 0 = "Not in universe / none" ; VALUE WS12026L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS12028L (default=32) 0 = "Not in universe" ; VALUE WS12029L (default=32) 0 = "Not in universe" 1 = "Once a week" 2 = "Once each 2 weeks" 3 = "Once a month" 4 = "Twice a month" 5 = "Unpaid in family business or" 6 = "Some other way" ; VALUE WS12031L (default=32) 0 = "Not in universe" 32 = "Not paid during reference" ; VALUE WS12030L (default=32) 0 = "Not in universe" 13 = "Not paid during reference" ; VALUE WS12044L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS12046L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE IWS1OCC (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWS1IND (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWS1201D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWS1202D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWS1202K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWS1202L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWS1202M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWS1203D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWS1203K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWS1204D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWS1204K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE WS1CALC (default=32) 0 = "Not calculated" 1 = "Imputed input" 2 = "No imputed input" ; VALUE WS22103L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS22104L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS2OCC (default=32) 0 = "Not in universe" ; VALUE WS2IND (default=32) 0 = "Not in universe" ; VALUE WS2WKS (default=32) 0 = "None, or not in universe" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" ; VALUE WS2AMT (default=32) 0 = "None, or not in universe" ; VALUE WS22102L (default=32) 0 = "Not in universe" ; VALUE WS22112L (default=32) 0 = "Not in universe" 1 = "A private for-profit company or" 2 = "A private not-for-profit," 3 = "Federal government" 4 = "State government ?" 5 = "Local government ?" 6 = "Armed Forces ?" 7 = "Unpaid in family business or" ; VALUE WS2CHG (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS22118L (default=32) 0 = "Not in universe" ; VALUE WS22116L (default=32) 0 = "Not in universe" ; VALUE WS22122L (default=32) 0 = "Not in universe" ; VALUE WS22120L (default=32) 0 = "Not in universe" ; VALUE WS22123L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS22124L (default=32) 0 = "Not in universe" 1 = "Laid off" 2 = "Retired" 3 = "Discharged" 4 = "Job was temporary and ended" 5 = "Quit to take another job" 6 = "Quit for some other reason" ; VALUE WS22125L (default=32) 0 = "Not in universe / none" ; VALUE WS22126L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS22128L (default=32) 0 = "Not in universe" ; VALUE WS22129L (default=32) 0 = "Not in universe" 1 = "Once a week" 2 = "Once each 2 weeks" 3 = "Once a month" 4 = "Twice a month" 5 = "Unpaid in family business or" 6 = "Some other way" ; VALUE WS22131L (default=32) 0 = "Not in universe" 32 = "Not paid during reference" ; VALUE WS22130L (default=32) 0 = "Not in universe" 13 = "Not paid during reference period" ; VALUE WS22144L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE WS22146L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE IWS2OCC (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWS2IND (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWS2211D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWS2212D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWS2212K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWS2212L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWS2212M (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWS2213D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWS2213K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWS2214D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IWS2214K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE WS2CALC (default=32) 0 = "Not calculated" 1 = "Imputed input" 2 = "No imputed input" ; VALUE SE12202L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE12203L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE1IND (default=32) 0 = "Not in universe" 1 = "Agriculture,forestry,fisheries" 2 = "Mining (040-050)" 3 = "Construction (060)" 4 = "Manufacturing-nondurable goods" 5 = "Manufacturing-durable goods" 6 = "Transportation,communications," 7 = "Wholesale trade-durable goods" 8 = "Wholesale trade-nondurable" 9 = "Retail trade (580-691)" 10 = "Finance,insurance,real estate" 11 = "Business and repair services" 12 = "Personal services (761-791)" 13 = "Entertainment and recreation" 14 = "Professional and related" 15 = "Public administration (900-932)" 16 = "Industry not reported (990)" ; VALUE SE1OCC (default=32) 0 = "Not in universe" ; VALUE SE1WKS (default=32) 0 = "None" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" 9 = "Not in universe" ; VALUE SE1AMT (default=32) 0 = "None, or not in universe" ; VALUE SE12201L (default=32) 0 = "Not answered" ; VALUE SE12212L (default=32) 0 = "Not in universe / none" ; VALUE SE12214L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE12218L (default=32) 0 = "Not in universe" 3 = "3 - 5 employees" 4 = "6 or more employees" ; VALUE SE12220L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE12222L (default=32) 0 = "Not in universe" 1 = "Sole proprietorship" 2 = "Partnership" ; VALUE SE12224L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; 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 SE12252L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE12254L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE12256L (default=32) 0 = "None, or not in universe" ; VALUE SE12260L (default=32) 0 = "None, or not in universe" ; VALUE ISE1OCC (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISE1IND (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISE1221D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISE1221K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISE1222D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISE1222K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISE1223D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISE1223K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISE1225D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISE1225K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISE1226D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISE1AMT (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SE22302L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE22303L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE2IND (default=32) 0 = "Not in universe" 1 = "Agriculture,forestry,fisheries" 2 = "Mining (040-050)" 3 = "Construction (060)" 4 = "Manufacturing-nondurable" 5 = "Manufacturing-durable" 6 = "Transportation,communications," 7 = "Wholesale trade-durable" 8 = "Wholesale trade-nondurable" 9 = "Retail trade (580-691)" 10 = "Finance,insurance,real estate" 11 = "Business and repair services" 12 = "Personal services (761-791)" 13 = "Entertainment and recreation" 14 = "Professional and related" 15 = "Public administration (900-932)" 16 = "Industry not reported (990)" ; VALUE SE2OCC (default=32) 0 = "Not in universe" ; VALUE SE2WKS (default=32) 0 = "None" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" 9 = "Not in universe" ; VALUE SE2AMT (default=32) 0 = "None, or not in universe" ; VALUE SE22301L (default=32) 0 = "Not answered" ; VALUE SE22312L (default=32) 0 = "Not in universe / none" ; VALUE SE22314L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE22318L (default=32) 0 = "Not in universe" 3 = "3 - 5 employees" 4 = "6 or more employees" ; VALUE SE22320L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE22322L (default=32) 0 = "Not in universe" 1 = "Sole proprietorship" 2 = "Partnership" ; VALUE SE22324L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE22326L (default=32) 0 = "Not in universe" ; VALUE SE22328L (default=32) 0 = "Not in universe" ; VALUE SE22330L (default=32) 0 = "Not in universe" ; VALUE SE22332L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE22334L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE22352L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE22354L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SE22356L (default=32) 0 = "Not in universe" ; VALUE SE22360L (default=32) 0 = "None, or not in universe" ; VALUE ISE2OCC (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISE2IND (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISE2231D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISE2231K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISE2232D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISE2232K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISE2233D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISE2233K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISE2235D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISE2235K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISE2236D (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE ISE2AMT (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE R01A (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R01K (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R02A (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R02K (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R03L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R05L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R06L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R07L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R08L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R10L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R12L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R13L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R20L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R21L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R23L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R24L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R25L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R27L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R28L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R29L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R30L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R31L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R32L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R34L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R35L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R36L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R37L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R38L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R40L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R41L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R50L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R51L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R52L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R53L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R54L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R55L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R56L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE R75L (default=32) 0 = "Not applicable" 1 = "Yes, recipiency this month" 2 = "No recipiency this month" ; VALUE S01AMTA (default=32) 0 = "None" ; VALUE S01AMTK (default=32) 0 = "None" ; VALUE S02AMTA (default=32) 0 = "None" ; VALUE S02AMTK (default=32) 0 = "None" ; VALUE S03AMT (default=32) 0 = "None" ; VALUE S05AMT (default=32) 0 = "None" ; VALUE S06AMT (default=32) 0 = "None" ; VALUE S07AMT (default=32) 0 = "None" ; VALUE S08AMT (default=32) 0 = "None" ; VALUE S10AMT (default=32) 0 = "None" ; VALUE S12AMT (default=32) 0 = "None" ; VALUE S13AMT (default=32) 0 = "None" ; VALUE S20AMT (default=32) 0 = "None" ; VALUE S21AMT (default=32) 0 = "None" ; VALUE S23AMT (default=32) 0 = "None" ; VALUE S24AMT (default=32) 0 = "None" ; VALUE S27AMT (default=32) 0 = "None" ; VALUE S28AMT (default=32) 0 = "None" ; VALUE S29AMT (default=32) 0 = "None" ; VALUE S30AMT (default=32) 0 = "None" ; VALUE S31AMT (default=32) 0 = "None" ; VALUE S32AMT (default=32) 0 = "None" ; VALUE S34AMT (default=32) 0 = "None" ; VALUE S35AMT (default=32) 0 = "None" ; VALUE S36AMT (default=32) 0 = "None" ; VALUE S37AMT (default=32) 0 = "None" ; VALUE S38AMT (default=32) 0 = "None" ; VALUE S40AMT (default=32) 0 = "None" ; VALUE S41AMT (default=32) 0 = "None" ; VALUE S50AMT (default=32) 0 = "None" ; VALUE S51AMT (default=32) 0 = "None" ; VALUE S52AMT (default=32) 0 = "None" ; VALUE S53AMT (default=32) 0 = "None" ; VALUE S54AMT (default=32) 0 = "None" ; VALUE S55AMT (default=32) 0 = "None" ; VALUE S56AMT (default=32) 0 = "None" ; VALUE S75AMT (default=32) 0 = "None" ; VALUE IR01A (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR01K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR02A (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR03L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR05L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR06L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR07L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR08L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR10L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR12L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR13L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR20L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR21L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR23L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR24L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR25L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR27L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR28L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR29L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR30L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR31L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR32L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR34L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR35L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR36L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR37L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR38L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR40L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR41L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR50L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR51L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR52L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR53L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR54L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR55L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR56L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS01A (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS01K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS02A (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS02K (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS03L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS05L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS06L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS07L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS08L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS10L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS12L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS13L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS20L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS21L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS23L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS24L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS27L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS28L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS29L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS30L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS31L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS32L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS34L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS35L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS36L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS37L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS38L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS40L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS41L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS50L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS51L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS52L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS53L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS54L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS55L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS56L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IS75L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE R100L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE R101L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE R102L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE R103L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE RJ10003L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE RO10003L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE R104L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE R105L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE R106L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE R107L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE RJ10407L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE RO10407L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE R110L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE RJ110L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE RO110L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE RJ110RI (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE RO110RI (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE R120L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE RJ120L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE RO120L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE RJ120OT (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE R130L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE RJ130L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE RO130L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE R140L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE R150L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE RO14050L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE J10003L (default=32) 0 = "None" ; VALUE O10003L (default=32) 0 = "None" ; VALUE J10407L (default=32) 0 = "None" ; VALUE O10407L (default=32) 0 = "None" ; VALUE J110L (default=32) 0 = "None" ; VALUE O110L (default=32) 0 = "None" ; VALUE J110RI (default=32) 0 = "None" ; VALUE O110RI (default=32) 0 = "None" ; VALUE JGRENT (default=32) 0 = "Not in universe" ; VALUE JNRENT (default=32) 0 = "Not in universe" ; VALUE OGRENT (default=32) 0 = "Not in universe" ; VALUE ONRENT (default=32) 0 = "Not in universe" ; VALUE J120OT (default=32) 0 = "None" ; VALUE J130L (default=32) 0 = "None" ; VALUE O130L (default=32) 0 = "None" ; VALUE O14050L (default=32) 0 = "None" ; VALUE CJ10003L (default=32) 0 = "No, not calculated" 1 = "Yes, interest was calculated" ; VALUE CO10003L (default=32) 0 = "No, not calculated" 1 = "Yes, calculated" ; VALUE CJ10407L (default=32) 0 = "No, not calculated" 1 = "Yes, interest was calculated" ; VALUE CO10407L (default=32) 0 = "No, not calculated" 1 = "Yes, calculated" ; VALUE IR100L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR101L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR102L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR103L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IRJ1000T (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IRO1000T (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR104L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR105L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR106L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR107L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IRJ1040T (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IRO1040T (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR110L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IJO110L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IJO110RI (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR120L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IRJ120L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IRO120L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IRJ120OT (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR130L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IRJ130L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IRO130L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR140L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IR150L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IJ10003L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IO10003L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IJ10407L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IO10407L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IJ110L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IO110L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IJ110RI (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IO110RI (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IJGRENT (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IJNRENT (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IOGRENT (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IONRENT (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IJ120OT (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IJ130L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IO130L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE IO14050L (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE VETTYP (default=32) 0 = "Not in universe" 1 = "Service connected disability" 2 = "Survivor benefits" 3 = "Veterans' pension" 4 = "Other veterans' payments" ; VALUE IVETTYP (default=32) 0 = "Not imputed" 1 = "Imputed" ; VALUE SSUNIT (default=32) 0 = "Not in universe" 1 = "Individual husband-wife" 2 = "Joint husband-wife benefits and" 3 = "Individual husband-wife" 4 = "Joint husband-wife benefits, no" 5 = "Individual adult benefits" 6 = "Individual adult benefits and" 7 = "Child benefits only" ; VALUE SENVELOP (default=32) 0 = "Not in universe" 1 = "Service connected disability" 2 = "Survivor benefits" 3 = "Veterans' pension" 4 = "Other veterans' payments" -1 = "Don't know" ; VALUE SSDAY (default=32) 0 = "Not in universe" 1 = "First" 2 = "Third" 3 = "Other" -1 = "Don't know" ; VALUE RENVELOP (default=32) 0 = "Not in universe" 1 = "Service connected disability" 2 = "Survivor benefits" 3 = "Veterans' pension" 4 = "Other veterans' payments" -1 = "Don't know" ; VALUE RRDAY (default=32) 0 = "Not in universe" 1 = "First" 2 = "Third" 3 = "Other" -1 = "Don't know" ; filename raw pipe "unzip -p /homes/data/sipp/1990/sipp90w2.zip "; data library.sip90w2; 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/1990/sipp90w2.dat' LRECL=20000 PAD END=EOF; *LENGTH SUSEQNUM $5 SUID $9 ADDID $2 HREFPER 4 HWGT 8 HMSA 4 HPOV 4 HTOTINC 5 HEARN 5 HPROP 5 HTRAN 5 HOTHER 5 HNONCSH 4 HSOCSEC 4 HSSI 4 HUNEMP 4 HVETS 4 HAFDC 4 HFDSTP 4 PHRENT 4 EASTAMT 4 LCHCOST 8 H5REF 4 H5ADDID $2 H5WGT 8 FREFPER 4 FSPOUSE 4 FWGT 8 FPOV 4 FTOTINC 5 FEARN 5 FPROP 5 FTRAN 5 FOTHER 5 FSOCSEC 4 FSSI 4 FUNEMP 4 FVETS 4 FAFDC 4 FFDSTP 4 SREFPER 4 SSPOUSE 4 SWGT 8 SPOV 4 STOTINC 5 SEARN 5 SPROP 5 STRAN 5 SOTHER 5 SSOCSEC 4 SSSI 4 SUNEMP 4 SVETS 4 SAFDC 4 SFDSTP 4 ENTRY $2 FNLWGT 8 P5WGT 8 BRTHYR 4 TOTINC 5 EARN 5 PROP 5 TRAN 5 OTHER 5 VETNUM 4 SSPNUM $5 RRPNUM $5 FSPNUM $5 AFDCPNUM $5 GAPNUM $5 FKPNUM $5 OWPNUM $5 WICVAL 4 WICPNUM $5 MCDPNUM $5 HIPNUM $5 CHPNUM $5 PWSUID $9 PWENTRY $2 PWADDID $2 WS1AMT 4 WS12028 8 WS2AMT 4 WS22128 8 SE1AMT 4 SE12256 4 SE12260 4 SE2AMT 4 SE22356 4 SE22360 4 S01AMTA 4 S01AMTK 4 S02AMTA 4 S02AMTK 4 S03AMT 4 S05AMT 4 S06AMT 4 S07AMT 4 S08AMT 4 S10AMT 4 S12AMT 4 S13AMT 4 S20AMT 4 S21AMT 4 S23AMT 4 S24AMT 4 S27AMT 4 S28AMT 4 S29AMT 4 S30AMT 4 S31AMT 4 S32AMT 4 S34AMT 4 S35AMT 4 S36AMT 4 S37AMT 4 S38AMT 4 S40AMT 4 S41AMT 4 S50AMT 4 S51AMT 4 S52AMT 4 S53AMT 4 S54AMT 4 S55AMT 4 S56AMT 4 S75AMT 4 J10003 4 O10003 4 J10407 4 O10407 4 J110 4 O110 4 J110RI 4 O110RI 4 JGRENT 4 JNRENT 4 OGRENT 4 ONRENT 4 J120OT 4 J130 4 O130 4 O14050 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 SUID $9. @15 ADDID $2. @17 PANEL 2. @19 WAVE 1. @20 MONTH 2. @22 YEAR 2. @24 ROT 1. @25 REFMTH 1. @26 SUSTATE 2. @28 SURGC 3. @31 HHSC 1. @32 HSTRAT 2. @34 HNF 2. @36 HNFAM 2. @38 HNSF 2. @40 HREFPER 5. @45 HNP 2. @47 HTYPE 1. @48 HWGT 10.4 @58 HSTATE 2. @60 HMETRO 1. @61 HMSA 4. @65 HNSSR 2. @67 HACCESS 1. @68 HLVQTR 2. @70 HUNITS 2. @72 HTENURE 1. @73 HPUBHS 1. @74 HLORNT 1. @75 HTENUREU 1. @76 HPUBHSU 1. @77 HLORNTU 1. @78 HITM36B 2. @80 HMEANS 1. @81 HCASH 1. @82 HNCASH 1. @83 HPOV 5. @88 HTOTINC 8. @96 HEARN 7. @103 HPROP 8. @111 HTRAN 7. @118 HOTHER 7. @125 HNONCSH 6. @131 HSOCSEC 6. @137 HSSI 6. @143 HUNEMP 6. @149 HVETS 6. @155 HAFDC 6. @161 HFDSTP 6. @167 PHRENT 6. @173 UTILS 1. @174 HENRGY 1. @175 EASTAMT 6. @181 LUNCH 1. @182 NKIDSHL 2. @184 LCHTOT 2. @186 LCHPT 1. @187 LCHFREE 1. @188 LCHCOST 3.2 @191 BREAKF 1. @192 NKIDSBF 2. @194 BFTOT 2. @196 BFFREE 1. @197 IPHRENT 1. @198 IUTILS 1. @199 IHENRGY 1. @200 IEASTAMT 1. @201 ILUNCH 1. @202 INKIDSHL 1. @203 ILCHTOT 1. @204 ILCHPT 1. @205 ILCHFREE 1. @206 ILCHCOST 1. @207 IBREAKF 1. @208 INKIDSBF 1. @209 IBFTOT 1. @210 IBFFREE 1. @211 H5REF 5. @216 H5NP 2. @218 H5MIS 1. @219 H5ADDID $2. @221 H5WGT 10.4 @231 FID 3. @234 FID2 3. @237 FNP 2. @239 FREFPER 5. @244 FSPOUSE 5. @249 FTYPE 1. @250 FKIND 1. @251 FNKIDS 2. @253 FOWNKID 2. @255 FOKLT18 2. @257 FNSSR 2. @259 FSSUNIT 1. @260 FWGT 10.4 @270 FPOV 5. @275 FTOTINC 8. @283 FEARN 7. @290 FPROP 8. @298 FTRAN 7. @305 FOTHER 7. @312 FSOCSEC 6. @318 FSSI 6. @324 FUNEMP 6. @330 FVETS 6. @336 FAFDC 6. @342 FFDSTP 6. @348 SID 3. @351 SNP 2. @353 SREFPER 5. @358 SSPOUSE 5. @363 STYPE 1. @364 SKIND 1. @365 SOWNKID 2. @367 SOKLT18 2. @369 SWGT 10.4 @379 SPOV 5. @384 STOTINC 8. @392 SEARN 7. @399 SPROP 8. @407 STRAN 7. @414 SOTHER 7. @421 SSOCSEC 6. @427 SSSI 6. @433 SUNEMP 6. @439 SVETS 6. @445 SAFDC 6. @451 SFDSTP 6. @457 ENTRY $2. @459 PNUM $3. @462 INTVW 1. @463 MIS5 1. @464 FNLWGT 10.4 @474 P5WGT 10.4 @484 RRP 1. @485 RRPU 2. @487 AGE 2. @489 BRTHMN 2. @491 BRTHYR 4. @495 POPSTAT 1. @496 SEX 1. @497 RACE 1. @498 ETHNCTY 2. @500 MS 1. @501 MSU 1. @502 EWID 1. @503 FAMTYP 1. @504 FAMREL 1. @505 PNSP 3. @508 PNSPU 3. @511 PNPT 3. @514 PNPTU 3. @517 PNGDU 3. @520 DESGPNPT 1. @521 REALFT 2. @523 REAENT 2. @525 DAYLFT 2. @527 MONLFT 2. @529 YRLFT 2. @531 DAYENT 2. @533 MONENT 2. @535 YRENT 2. @537 HCHANGE 1. @538 FCHANGE 1. @539 SCHANGE 1. @540 TOTINC 8. @548 EARN 7. @555 PROP 8. @563 TRAN 7. @570 OTHER 7. @577 SC1000 1. @578 ESR 1. @579 WEEKS 1. @580 WESR1 1. @581 WESR2 1. @582 WESR3 1. @583 WESR4 1. @584 WESR5 1. @585 WKSJOB 1. @586 WKSWOP 1. @587 WKSLOK 1. @588 REASAB 1. @589 TAKJOB 1. @590 TAKJOBN 1. @591 CWORK 1. @592 UHOURS 2. @594 WKSPT 1. @595 WKSPTR 1. @596 EMPLED 1. @597 DISAB 1. @598 RHCDIS 1. @599 VETSTAT 1. @600 INAF 1. @601 SPINAF 1. @602 USRVDT1 1. @603 USRVDT2 1. @604 USRVDT3 1. @605 AFTIME 1. @606 AFDSAB 1. @607 AFDPCT 1. @608 SPDAF 1. @609 VETS 1. @610 VETSMT 1. @611 VETNUM 5. @616 RETIRD 1. @617 SOCSEC 1. @618 SSPNUM $5. @623 SOCSR1 1. @624 SOCSR2 1. @625 DISAGE 2. @627 RAILRD 1. @628 RRPNUM $5. @633 CARECOV 1. @634 MEDCODE 1. @635 MCOPT 1. @636 FOODSTP 1. @637 FSPNUM $5. @642 AFDC 1. @643 AFDCPNUM $5. @648 GENASST 1. @649 GAPNUM $5. @654 FOSTKID 1. @655 FKPNUM $5. @660 OTHWELF 1. @661 OWPNUM $5. @666 WICCOV 1. @667 WICVAL 4. @671 WICPNUM $5. @676 CAIDCOV 1. @677 MCDPNUM $5. @682 HIIND 1. @683 HIPNUM $5. @688 HINONH 1. @689 CHAMP 1. @690 CHPNUM $5. @695 HIOWN 1. @696 HISRC 1. @697 HIPAY 1. @698 HITYPE 1. @699 HIFAM 1. @700 NONHHI 1. @701 HIGRADE 2. @703 GRDCMPL 1. @704 ENROLD 1. @705 LEVEL 2. @707 EDASST 1. @708 GIBILL 1. @709 OTHVET 1. @710 WKSTDY 1. @711 PELL 1. @712 SUPPED 1. @713 NDSL 1. @714 STLOAN 1. @715 JTPA 1. @716 EMPLYR 1. @717 FSSHIP 1. @718 OTHAID 1. @719 OTHINC 1. @720 NOINC 1. @721 PWSUID $9. @730 PWENTRY $2. @732 PWPNUM $3. @735 PWRRP 2. @737 PWADDID $2. @739 ISEX 1. @740 IRACE 1. @741 IETHNCTY 1. @742 IHIGRADE 1. @743 IGRDCMPL 1. @744 IEWID 1. @745 IWKSJOB 1. @746 IWKSWOP 1. @747 IWKSLOK 1. @748 IREASAB 1. @749 ITAKJOB 1. @750 ITAKJOBN 1. @751 ICWORK 1. @752 IUHOURS 1. @753 IWKSPT 1. @754 IWKSPTR 1. @755 IDISAB 1. @756 IDISAGE 1. @757 IRHCDIS 1. @758 IVETSTAT 1. @759 IINAF 1. @760 ISPINAF 1. @761 ISPDAF 1. @762 IRETIRD 1. @763 ICARECOV 1. @764 IMCOPT 1. @765 ICAIDCOV 1. @766 IHIIND 1. @767 IHIOWN 1. @768 IHISRC 1. @769 IHIPAY 1. @770 IHITYPE 1. @771 INONHHI 1. @772 IENROLD 1. @773 ILEVEL 1. @774 IEDASST 1. @775 IGIBILL 1. @776 IOTHVET 1. @777 IWKSTDY 1. @778 IPELL 1. @779 ISUPPED 1. @780 INDSL 1. @781 ISTLOAN 1. @782 IJTPA 1. @783 IEMPLYR 1. @784 IFSSHIP 1. @785 IOTHAID 1. @786 NJOBS 1. @787 WS12003 1. @788 WS12004 1. @789 WS1OCC 3. @792 WS1IND 3. @795 WS1WKS 1. @796 WS1AMT 5. @801 WS12002 2. @803 WS12012 1. @804 WS1CHG 1. @805 WS12018 2. @807 WS12016 2. @809 WS12022 2. @811 WS12020 2. @813 WS12023 1. @814 WS12024 1. @815 WS12025 2. @817 WS12026 1. @818 WS12028 4.2 @822 WS12029 1. @823 WS12031 2. @825 WS12030 2. @827 WS12044 1. @828 WS12046 1. @829 IWS1OCC 1. @830 IWS1IND 1. @831 IWS12012 1. @832 IWS12024 1. @833 IWS12026 1. @834 IWS12028 1. @835 IWS12029 1. @836 IWS12031 1. @837 IWS12030 1. @838 IWS12044 1. @839 IWS12046 1. @840 WS1CALC 1. @841 WS22103 1. @842 WS22104 1. @843 WS2OCC 3. @846 WS2IND 3. @849 WS2WKS 1. @850 WS2AMT 5. @855 WS22102 2. @857 WS22112 1. @858 WS2CHG 1. @859 WS22118 2. @861 WS22116 2. @863 WS22122 2. @865 WS22120 2. @867 WS22123 1. @868 WS22124 1. @869 WS22125 2. @871 WS22126 1. @872 WS22128 4.2 @876 WS22129 1. @877 WS22131 2. @879 WS22130 2. @881 WS22144 1. @882 WS22146 1. @883 IWS2OCC 1. @884 IWS2IND 1. @885 IWS22112 1. @886 IWS22124 1. @887 IWS22126 1. @888 IWS22128 1. @889 IWS22129 1. @890 IWS22131 1. @891 IWS22130 1. @892 IWS22144 1. @893 IWS22146 1. @894 WS2CALC 1. @895 SE12202 1. @896 SE12203 1. @897 SE1IND 2. @899 SE1OCC 3. @902 SE1WKS 1. @903 SE1AMT 5. @908 SE12201 2. @910 SE12212 2. @912 SE12214 1. @913 SE12218 1. @914 SE12220 1. @915 SE12222 1. @916 SE12224 1. @917 SE12226 3. @920 SE12228 3. @923 SE12230 3. @926 SE12232 1. @927 SE12234 1. @928 SE12252 1. @929 SE12254 1. @930 SE12256 6. @936 SE12260 5. @941 ISE1OCC 1. @942 ISE1IND 1. @943 ISE12214 1. @944 ISE12218 1. @945 ISE12220 1. @946 ISE12222 1. @947 ISE12232 1. @948 ISE12234 1. @949 ISE12254 1. @950 ISE12256 1. @951 ISE12260 1. @952 ISE1AMT 1. @953 SE22302 1. @954 SE22303 1. @955 SE2IND 2. @957 SE2OCC 3. @960 SE2WKS 1. @961 SE2AMT 5. @966 SE22301 2. @968 SE22312 2. @970 SE22314 1. @971 SE22318 1. @972 SE22320 1. @973 SE22322 1. @974 SE22324 1. @975 SE22326 3. @978 SE22328 3. @981 SE22330 3. @984 SE22332 1. @985 SE22334 1. @986 SE22352 1. @987 SE22354 1. @988 SE22356 6. @994 SE22360 5. @999 ISE2OCC 1. @1000 ISE2IND 1. @1001 ISE22314 1. @1002 ISE22318 1. @1003 ISE22320 1. @1004 ISE22322 1. @1005 ISE22332 1. @1006 ISE22334 1. @1007 ISE22354 1. @1008 ISE22356 1. @1009 ISE22360 1. @1010 ISE2AMT 1. @1011 R01A 1. @1012 R01K 1. @1013 R02A 1. @1014 R02K 1. @1015 R03 1. @1016 R05 1. @1017 R06 1. @1018 R07 1. @1019 R08 1. @1020 R10 1. @1021 R12 1. @1022 R13 1. @1023 R20 1. @1024 R21 1. @1025 R23 1. @1026 R24 1. @1027 R25 1. @1028 R27 1. @1029 R28 1. @1030 R29 1. @1031 R30 1. @1032 R31 1. @1033 R32 1. @1034 R34 1. @1035 R35 1. @1036 R36 1. @1037 R37 1. @1038 R38 1. @1039 R40 1. @1040 R41 1. @1041 R50 1. @1042 R51 1. @1043 R52 1. @1044 R53 1. @1045 R54 1. @1046 R55 1. @1047 R56 1. @1048 R75 1. @1049 S01AMTA 5. @1054 S01AMTK 4. @1058 S02AMTA 5. @1063 S02AMTK 4. @1067 S03AMT 5. @1072 S05AMT 5. @1077 S06AMT 5. @1082 S07AMT 5. @1087 S08AMT 5. @1092 S10AMT 5. @1097 S12AMT 5. @1102 S13AMT 5. @1107 S20AMT 5. @1112 S21AMT 5. @1117 S23AMT 5. @1122 S24AMT 5. @1127 S27AMT 5. @1132 S28AMT 5. @1137 S29AMT 5. @1142 S30AMT 5. @1147 S31AMT 5. @1152 S32AMT 5. @1157 S34AMT 5. @1162 S35AMT 5. @1167 S36AMT 5. @1172 S37AMT 5. @1177 S38AMT 5. @1182 S40AMT 5. @1187 S41AMT 5. @1192 S50AMT 5. @1197 S51AMT 5. @1202 S52AMT 5. @1207 S53AMT 5. @1212 S54AMT 5. @1217 S55AMT 5. @1222 S56AMT 5. @1227 S75AMT 5. @1232 IR01A 1. @1233 IR01K 1. @1234 IR02A 1. @1235 IR03 1. @1236 IR05 1. @1237 IR06 1. @1238 IR07 1. @1239 IR08 1. @1240 IR10 1. @1241 IR12 1. @1242 IR13 1. @1243 IR20 1. @1244 IR21 1. @1245 IR23 1. @1246 IR24 1. @1247 IR25 1. @1248 IR27 1. @1249 IR28 1. @1250 IR29 1. @1251 IR30 1. @1252 IR31 1. @1253 IR32 1. @1254 IR34 1. @1255 IR35 1. @1256 IR36 1. @1257 IR37 1. @1258 IR38 1. @1259 IR40 1. @1260 IR41 1. @1261 IR50 1. @1262 IR51 1. @1263 IR52 1. @1264 IR53 1. @1265 IR54 1. @1266 IR55 1. @1267 IR56 1. @1268 IS01A 1. @1269 IS01K 1. @1270 IS02A 1. @1271 IS02K 1. @1272 IS03 1. @1273 IS05 1. @1274 IS06 1. @1275 IS07 1. @1276 IS08 1. @1277 IS10 1. @1278 IS12 1. @1279 IS13 1. @1280 IS20 1. @1281 IS21 1. @1282 IS23 1. @1283 IS24 1. @1284 IS27 1. @1285 IS28 1. @1286 IS29 1. @1287 IS30 1. @1288 IS31 1. @1289 IS32 1. @1290 IS34 1. @1291 IS35 1. @1292 IS36 1. @1293 IS37 1. @1294 IS38 1. @1295 IS40 1. @1296 IS41 1. @1297 IS50 1. @1298 IS51 1. @1299 IS52 1. @1300 IS53 1. @1301 IS54 1. @1302 IS55 1. @1303 IS56 1. @1304 IS75 1. @1305 R100 1. @1306 R101 1. @1307 R102 1. @1308 R103 1. @1309 RJ10003 1. @1310 RO10003 1. @1311 R104 1. @1312 R105 1. @1313 R106 1. @1314 R107 1. @1315 RJ10407 1. @1316 RO10407 1. @1317 R110 1. @1318 RJ110 1. @1319 RO110 1. @1320 RJ110RI 1. @1321 RO110RI 1. @1322 R120 1. @1323 RJ120 1. @1324 RO120 1. @1325 RJ120OT 1. @1326 R130 1. @1327 RJ130 1. @1328 RO130 1. @1329 R140 1. @1330 R150 1. @1331 RO14050 1. @1332 J10003 4. @1336 O10003 4. @1340 J10407 4. @1344 O10407 4. @1348 J110 4. @1352 O110 4. @1356 J110RI 4. @1360 O110RI 4. @1364 JGRENT 5. @1369 JNRENT 5. @1374 OGRENT 5. @1379 ONRENT 5. @1384 J120OT 5. @1389 J130 4. @1393 O130 4. @1397 O14050 5. @1402 CJ10003 1. @1403 CO10003 1. @1404 CJ10407 1. @1405 CO10407 1. @1406 IR100 1. @1407 IR101 1. @1408 IR102 1. @1409 IR103 1. @1410 IRJ10003 1. @1411 IRO10003 1. @1412 IR104 1. @1413 IR105 1. @1414 IR106 1. @1415 IR107 1. @1416 IRJ10407 1. @1417 IRO10407 1. @1418 IR110 1. @1419 IJO110 1. @1420 IJO110RI 1. @1421 IR120 1. @1422 IRJ120 1. @1423 IRO120 1. @1424 IRJ120OT 1. @1425 IR130 1. @1426 IRJ130 1. @1427 IRO130 1. @1428 IR140 1. @1429 IR150 1. @1430 IJ10003 1. @1431 IO10003 1. @1432 IJ10407 1. @1433 IO10407 1. @1434 IJ110 1. @1435 IO110 1. @1436 IJ110RI 1. @1437 IO110RI 1. @1438 IJGRENT 1. @1439 IJNRENT 1. @1440 IOGRENT 1. @1441 IONRENT 1. @1442 IJ120OT 1. @1443 IJ130 1. @1444 IO130 1. @1445 IO14050 1. @1446 VETTYP 1. @1447 IVETTYP 1. @1448 SSUNIT 1. @1449 SENVELOP 2. @1451 SSDAY 2. @1453 RENVELOP 2. @1455 RRDAY 2. ; LABEL SUSEQNUM = "Sequence number of sample unit" SUID = "Sample unit identifier" ADDID = "Address ID. - This field" PANEL = "Sample code - indicates panel year" WAVE = "Control card item 36A - wave number" MONTH = "Calendar month of the reference month" YEAR = "Calendar year of the reference month" ROT = "Rotation group" REFMTH = "Reference month" SUSTATE = "FIPS state code from the MST file" SURGC = "Reduction group code established to" HHSC = "Half sample code for variance" HSTRAT = "Stratum code for variance estimation" HNF = "Number of families and pseudo families" HNFAM = "Count of number of family groups" HNSF = "Count of number of related subfamily" HREFPER = "Entry address ID. and" HNP = "Number of persons in household" HTYPE = "Household type" HWGT = "Household weight" HSTATE = "FIPS state code from the MST file" HMETRO = "Metro/residual status" HMSA = "Identifiable MSA/CMSA codes" HNSSR = "Number of Social Security recipients" HACCESS = "Control card item 13B - access to" HLVQTR = "Control card items 13C and 13D" HUNITS = "Control card item 14 - number of units" HTENURE = "Control card item 15 - are your living" HPUBHS = "Control card item 16A - is this" HLORNT = "Control card item 16B - are you paying" HTENUREU = "Unedited owner/renter occupied" HPUBHSU = "Unedited public housing" HLORNTU = "Unedited rent subsidy" HITM36B = "Control card item 36B - interview" HMEANS = "Receipt of benefits from a" HCASH = "Receipt of cash benefits" HNCASH = "Receipt of noncash benefits" HPOV = "Low income cutoff for this household." HTOTINC = "Total household income for this month" HEARN = "Total household earned income for" HPROP = "Total household property income for" HTRAN = "Total household means-tested cash" HOTHER = "Total 'other' household income for" HNONCSH = "Noncash household income for this mont" HSOCSEC = "Total household Social Security income" HSSI = "Total household Supplemental Security" HUNEMP = "Total household unemployment" HVETS = "Total household veterans payment" HAFDC = "Total household AFDC income" HFDSTP = "Total household food stamps received" PHRENT = "What is your monthly rent?" UTILS = "Do you pay for any utilities such" HENRGY = "What type of energy assistance was" EASTAMT = "What was the total amount of the" LUNCH = "Do any of the children in this" NKIDSHL = "How many children?" LCHTOT = "How many complete school lunches do" LCHPT = "Did you (or another person) apply" LCHFREE = "In the past 4 months were the lunches" LCHCOST = "What was the average price paid by all" BREAKF = "Do any of the children usually" NKIDSBF = "How many children ?" BFTOT = "How many complete school breakfasts" BFFREE = "In the past 4 months, were the" IPHRENT = "Imputed public housing rent amount" IUTILS = "Imputed utility payment" IHENRGY = "Imputed energy assistance" IEASTAMT = "Imputed energy amount" ILUNCH = "Imputed children eat hot lunch" INKIDSHL = "Imputed number of children w/hot lunch" ILCHTOT = "Imputed total lunches" ILCHPT = "Imputed school lunch participation" ILCHFREE = "Imputed reduced price lunch" ILCHCOST = "Imputed cost of lunch" IBREAKF = "Imputed breakfast participation" INKIDSBF = "Imputed number of children in" IBFTOT = "Imputed number of breakfasts" IBFFREE = "Imputed free or reduced price breakfas" H5REF = "Entry address ID and person number" H5NP = "Number of persons in household as of" H5MIS = "Monthly household interview status" H5ADDID = "Address ID as of month of interview" H5WGT = "Household weight as of month of" FID = "Family ID number may be used to identi" FID2 = "Family ID number excluding members of" FNP = "Number of persons in this family" FREFPER = "Entry address ID and person number" FSPOUSE = "Entry address ID and person" FTYPE = "Type of family (or pseudo-family)" FKIND = "Kind of family (or pseudo-family)" FNKIDS = "Number of children under 18 in family" FOWNKID = "Number of own children in family" FOKLT18 = "Number of own children under age 18" FNSSR = "Number of Social Security recipients i" FSSUNIT = "Social Security Unit" FWGT = "Family weight" FPOV = "Low income cutoff for this family" FTOTINC = "Total family income for this month" FEARN = "Total family earned income for this" FPROP = "Total family property income for" FTRAN = "Total family means-tested cash" FOTHER = "Total family 'other' income for this" FSOCSEC = "Total family Social Security income" FSSI = "Total family Supplemental Security" FUNEMP = "Total family unemployment compensation" FVETS = "Total family veterans payment income" FAFDC = "Total family AFDC income" FFDSTP = "Total family food stamps received" SID = "Subfamily ID number" SNP = "Number of persons in subfamily" SREFPER = "Entry address ID and person" SSPOUSE = "Entry address ID and person" STYPE = "Type of subfamily (or pseudo-family)" SKIND = "Kind of subfamily (or pseudo-family)" SOWNKID = "Number of own children in subfamily" SOKLT18 = "Number of own children under age 18" SWGT = "Subfamily weight. There" SPOV = "Low income cutoff for subfamily" STOTINC = "Total subfamily income for this month" SEARN = "Total subfamily earned income for" SPROP = "Total subfamily property income for" STRAN = "Total subfamily means-tested cash" SOTHER = "Total subfamily 'other' income for" SSOCSEC = "Total subfamily Social Security income" SSSI = "Total subfamily supplemental security" SUNEMP = "Total subfamily unemployment" SVETS = "Total subfamily veterans payment incom" SAFDC = "Total subfamily AFDC income" SFDSTP = "Total subfamily food stamps received" ENTRY = "Edited entry address ID" PNUM = "Edited person number" INTVW = "Person's interview status" MIS5 = "Month 5 interview status" FNLWGT = "Person weight" P5WGT = "Person weight for month of interview" RRP = "Edited relationship to reference perso" RRPU = "Preedited relationship to reference" AGE = "Edited and imputed age as of last" BRTHMN = "Edited month of birth" BRTHYR = "Edited year of birth" POPSTAT = "Population status. This field identifi" SEX = "Sex of this person" RACE = "Race of this person" ETHNCTY = "Ethnic origin" MS = "Marital status" MSU = "Preedited marital status" EWID = "Has ... ever been widowed or divorced?" FAMTYP = "Type of family in which this person" FAMREL = "Family relationship code - this field" PNSP = "Person number of spouse" PNSPU = "Preedited person number of spouse" PNPT = "Person number of parent" PNPTU = "Preedited person number of parent" PNGDU = "Preeditted person number of guardian" DESGPNPT = "Is ... the designated parent or" REALFT = "Reason for leaving the household" REAENT = "Reason for entering the household" DAYLFT = "Day left" MONLFT = "Month left" YRLFT = "Year left" DAYENT = "Day entered" MONENT = "Month entered" YRENT = "Year entered" HCHANGE = "Change in household composition" FCHANGE = "Change in family composition from" SCHANGE = "Change in sub-family composition" TOTINC = "Total persons income for month -" EARN = "Total persons earned income for month" PROP = "Total property (asset) income for mont" TRAN = "Total persons mean-tested cash transfe" OTHER = "Total persons other income for month" SC1000 = "During the 4-month reference period" ESR = "Employment status recode for month" WEEKS = "Number of designated weeks for this" WESR1 = "Week 1 employment status" WESR2 = "Week 2 employment status" WESR3 = "Week 3 employment status" WESR4 = "Week 4 employment status" WESR5 = "Week 5 employment status" WKSJOB = "Number of weeks employed this month" WKSWOP = "Number of weeks without pay, at a" WKSLOK = "Number of weeks looking or layoff" REASAB = "What was the main reason ... was" TAKJOB = "Could ... take a job if offered during" TAKJOBN = "What was the main reason ... could" CWORK = "Did ... do any work at all that" UHOURS = "In the weeks that ... worked during" WKSPT = "Number of weeks worked less than 35" WKSPTR = "What was the main reason ... worked" EMPLED = "During the month was ..." DISAB = "Has ... ever indicated having a" RHCDIS = "During this 4-month period, did" VETSTAT = "Did this person ever serve on active" INAF = "Is this person currently in the Armed" SPINAF = "Is ...'s spouse in Armed Forces ?" USRVDT1 = "Unedited period of service" USRVDT2 = "Unedited period of service" USRVDT3 = "Unedited period of service" AFTIME = "How long did ... serve on active" AFDSAB = "Does ... have a service connected" AFDPCT = "What is ...'s VA percent disability" SPDAF = "Did ...'s late spouse die while in" VETS = "Was this person covered by veterans" VETSMT = "Is ... required to fill out an" VETNUM = "Entry address ID and person number of" RETIRD = "Has ... ever retired from a job or" SOCSEC = "Was this person covered by Social" SSPNUM = "Entry address ID and person number of" SOCSR1 = "What is the reason ... is getting" SOCSR2 = "Is there another reason ..." DISAGE = "At what age did ... begin receiving" RAILRD = "Was this person covered by railroad" RRPNUM = "Entry address ID and person number of" CARECOV = "Is this person covered by Medicare" MEDCODE = "Type of Medicare coverage" MCOPT = "Does ...'s Medicare help pay for" FOODSTP = "Was this person covered by food stamps" FSPNUM = "Entry address ID and person number of" AFDC = "Was this person covered by AFDC income" AFDCPNUM = "Entry address ID and person number of" GENASST = "Was this person covered by any general" GAPNUM = "Entry address ID and person number of" FOSTKID = "Was this person covered by any foster" FKPNUM = "Entry address ID and person number of" OTHWELF = "Was this person covered by any other" OWPNUM = "Entry address ID and person number of" WICCOV = "Was this person covered by WIC for thi" WICVAL = "Amount of WIC received this month." WICPNUM = "Entry address ID and person number of" CAIDCOV = "Was this person covered by Medicaid" MCDPNUM = "Entry address ID and person number of" HIIND = "Did this person have health insurance" HIPNUM = "Entry address ID and person number of" HINONH = "Health insurance by a non-household" CHAMP = "CHAMPUS or CHAMPA coverage ?" CHPNUM = "Entry address ID and person number of" HIOWN = "Was ...'s health insurance coverage" HISRC = "Was ...'s policy obtained through ...'" HIPAY = "Did the employer or union (former" HITYPE = "Was this an individual plan or a" HIFAM = "Did ...'s family health plan cover all" NONHHI = "Health insurance plan covered" HIGRADE = "What is the highest grade or year of" GRDCMPL = "Did he/she complete that grade" ENROLD = "Was ... enrolled in school either" LEVEL = "At what level or grade was ..." EDASST = "Were any of ...'s educational" GIBILL = "GI bill" OTHVET = "Other veteran's administration" WKSTDY = "College work study" PELL = "PELL grant" SUPPED = "Supplemental Educational Opportunity" NDSL = "National Direct Student Loan (NDSL)" STLOAN = "Guaranteed student loan" JTPA = "JTPA training" EMPLYR = "Employer assistance" FSSHIP = "Fellowship/scholarship" OTHAID = "Other financial aid" OTHINC = "Did ... receive income from any" NOINC = "Did ... receive income from some" PWSUID = "Wave 1: The information is from the" PWENTRY = "Wave 1: The information is from the" PWPNUM = "Wave 1: The information is from the" PWRRP = "Previous wave relationship to referenc" PWADDID = "Previous wave address ID" ISEX = "Was the value of 'SEX' changed from" IRACE = "Was the value of 'RACE' changed from" IETHNCTY = "Was the value of 'ETHNCTY' changed fro" IHIGRADE = "Was the value of 'HIGRADE' changed fro" IGRDCMPL = "Was the value of 'GRDCMPL' changed fro" IEWID = "Imputation of 'EWID'" IWKSJOB = "Imputation of 'WKSJOB'" IWKSWOP = "Imputation of 'WKSWOP'" IWKSLOK = "Imputation of 'WKSLOK'" IREASAB = "Imputation of 'REASAB'" ITAKJOB = "Imputation of 'TAKJOB'" ITAKJOBN = "Imputation of 'TAKJOBN'" ICWORK = "Imputation of 'CWORK'" IUHOURS = "Imputation of 'UHOURS'" IWKSPT = "Imputation of 'WKSPT'" IWKSPTR = "Imputation of 'WKSPTR'" IDISAB = "Imputation of 'DISAB'" IDISAGE = "Imputation of 'DISAGE'" IRHCDIS = "Imputation of 'RHCDIS'" IVETSTAT = "Was the value of 'VETSTAT' changed fro" IINAF = "Was the value of 'INAF' changed from" ISPINAF = "Imputation of 'SPINAF'" ISPDAF = "Imputation of 'SPDAF'" IRETIRD = "Imputation of 'RETIRD'" ICARECOV = "Imputation of 'CARECOV'" IMCOPT = "Imputation of 'MCOPT'" ICAIDCOV = "Imputation of 'CAIDCOV'" IHIIND = "Imputation of 'HIIND'" IHIOWN = "Imputation of 'HIOWN'" IHISRC = "Imputation of 'HISRC'" IHIPAY = "Imputation of 'HIPAY'" IHITYPE = "Imputation of 'HITYPE'" INONHHI = "Imputation of 'NONHHI'" IENROLD = "Imputation of 'ENROLD'" ILEVEL = "Imputation of 'LEVEL'" IEDASST = "Imputation Of 'EDASST'" IGIBILL = "Imputation of 'GIBILL'" IOTHVET = "Imputation of 'OTHVET'" IWKSTDY = "Imputation of 'WKSTDY'" IPELL = "Imputation of 'PELL'" ISUPPED = "Imputation of 'SUPPED'" INDSL = "Imputation of 'NDSL'" ISTLOAN = "Imputation of 'STLOAN'" IJTPA = "Imputation of 'JTPA'" IEMPLYR = "Imputation of 'EMPLYR'" IFSSHIP = "Imputation of 'FSSHIP'" IOTHAID = "Imputation of 'OTHAID'" NJOBS = "Number of wage/salary jobs this month" WS12003 = "Did ... work for this employer in the" WS12004 = "Have ...'s main activities or duties" WS1OCC = "Edited and imputed 3 digit occupation" WS1IND = "Edited and imputed 3 digit industry" WS1WKS = "Number of weeks employed during the" WS1AMT = "What is the amount of the earnings fro" WS12002 = "Employer I.D. number" WS12012 = "Was ... an employee of-" WS1CHG = "Job change this month ?" WS12018 = "Beginning day" WS12016 = "Month in which this person became" WS12022 = "Ending day" WS12020 = "Ending month" WS12023 = "Did ... stop working for this" WS12024 = "What is the main reason ..." WS12026 = "Was ... paid by the hour on this" WS12028 = "What was ...'s regular hourly pay" WS12029 = "Frequency of pay" WS12031 = "On what day was ... last paid during" WS12030 = "In which month was ... last paid" WS12044 = "On this job, was ... a member" WS12046 = "Was ... covered by a union or" IWS1OCC = "Imputation of field 'WS1OCC'" IWS1IND = "Imputation of field 'WS1IND'" IWS12012 = "Imputation of field 'WS12012'" IWS12024 = "Imputation of field 'WS12024'" IWS12026 = "Imputation of field 'WS12026'" IWS12028 = "Imputation of field 'WS12028'" IWS12029 = "Imputation of field 'WS12029'" IWS12031 = "Imputation of field 'WS12031'" IWS12030 = "Imputation of field 'WS12030'" IWS12044 = "Imputation of field 'WS12044'" IWS12046 = "Imputation of field 'WS12046'" WS1CALC = "Imputed or calculated earnings" WS22103 = "Did ... work for this employer in the" WS22104 = "Have ...'s main activities or duties" WS2OCC = "Edited and imputed 3 digit occupation" WS2IND = "Edited and imputed 3 digit industry" WS2WKS = "Number of weeks employed during the" WS2AMT = "What is the amount of the earnings fro" WS22102 = "Employer ID number" WS22112 = "Was ... an employee of-" WS2CHG = "Job change this month ?" WS22118 = "Beginning day" WS22116 = "Month in which this person became" WS22122 = "Ending day" WS22120 = "Ending month" WS22123 = "Did ... stop working for this" WS22124 = "What is the main reason ..." WS22125 = "How many hours per week did" WS22126 = "Was ... paid by the hour on this" WS22128 = "What was ...'s regular hourly pay" WS22129 = "During the 4-month period how often" WS22131 = "On what day was ... last paid during" WS22130 = "In which month was ... last paid" WS22144 = "On this job, was ... a member" WS22146 = "Was ... covered by a union or" IWS2OCC = "Imputation of field 'WS2OCC'" IWS2IND = "Imputation of field 'WS2IND'" IWS22112 = "Imputation of field 'WS22112'" IWS22124 = "Imputation of field 'WS22124'" IWS22126 = "Imputation of field 'WS22126'" IWS22128 = "Imputation of field 'WS22128'" IWS22129 = "Imputation of field 'WS22129'" IWS22131 = "Imputation of field 'WS22131'" IWS22130 = "Imputation of field 'WS22130'" IWS22144 = "Imputation of field 'WS22144'" IWS22146 = "Imputation of field 'WS22146'" WS2CALC = "Imputed or calculated earnings" SE12202 = "Was ... self-employed in this business" SE12203 = "Have ...'s main activities or duties" SE1IND = "Self-employment industry code recode" SE1OCC = "Self-employment occupation code" SE1WKS = "Weeks with business this month" SE1AMT = "Amount of income received this month" SE12201 = "Business I.D. number" SE12212 = "How many hours per week did ..." SE12214 = "Do you think that the gross" 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 = "Member 1" SE12228 = "Member 2" SE12230 = "Member 3" SE12232 = "Was ... paid a regular salary from" SE12234 = "Did ... receive any (other) income" SE12252 = "Has information about the net" SE12254 = "Can you give an estimate of the net" SE12256 = "What was the net profit (or loss)" SE12260 = "About how much did ... earn from" ISE1OCC = "Imputation of field 'SE1OCC'" ISE1IND = "Imputation of field 'SE1IND'" ISE12214 = "Imputation of field 'SE12214'" ISE12218 = "Imputation of field 'SE12218'" ISE12220 = "Imputation of field 'SE12220'" ISE12222 = "Imputation of field 'SE12222'" ISE12232 = "Imputation of field 'SE12232'" ISE12234 = "Imputation of field 'SE12234'" ISE12254 = "Imputation of field 'SE12254'" ISE12256 = "Imputation of field 'SE12256'" ISE12260 = "Imputation of field 'SE12260'" ISE1AMT = "Imputation of field 'SE1AMT'" SE22302 = "Was ... self-employed in this business" SE22303 = "Have ...'s main activities or duties" SE2IND = "Self-employment industry code recode" SE2OCC = "Self-employment occupation code" SE2WKS = "Weeks with business this month" SE2AMT = "Amount of income received this month" SE22301 = "Business I.D. number" SE22312 = "How many hours per week did ..." SE22314 = "Do you think that the gross" SE22318 = "What was the total number of" SE22320 = "Was ...'s business incorporated ?" SE22322 = "Was ...'s business a sole" SE22324 = "Aside from ... were any other" SE22326 = "Member 1" SE22328 = "Member 2" SE22330 = "Member 3" SE22332 = "Was ... paid a regular salary from" SE22334 = "Did ... receive any (other) income" SE22352 = "Has information about the net" SE22354 = "Can you give an estimate of the net" SE22356 = "What was the net profit (or loss)" SE22360 = "About how much did ... earn from" ISE2OCC = "Imputation of field 'SE2OCC'" ISE2IND = "Imputation of field 'SE2IND'" ISE22314 = "Imputation of field 'SE22314'" ISE22318 = "Imputation of field 'SE22318'" ISE22320 = "Imputation of field 'SE22320'" ISE22322 = "Imputation of field 'SE22322'" ISE22332 = "Imputation of field 'SE22332'" ISE22334 = "Imputation of field 'SE22334'" ISE22354 = "Imputation of field 'SE22354'" ISE22356 = "Imputation of field 'SE22356'" ISE22360 = "Imputation of field 'SE22360'" ISE2AMT = "Imputation of field 'SE2AMT'" R01A = "Social Security recipiency - adult" R01K = "Social Security recipiency - children" R02A = "Railroad retirement recipiency - adult" R02K = "Railroad retirement recipiency -" R03 = "Federal Supplemental Security" R05 = "State unemployment compensation" R06 = "Supplemental unemployment benefits" R07 = "Other unemployment compensation" R08 = "Veterans' compensation or pensions" R10 = "Workers' compensation recipiency" R12 = "Employer or union temporary sickness" R13 = "Own sickness, accident, or disability" R20 = "Aid to families with dependent childre" R21 = "General assistance or general" R23 = "Foster child care payments recipiency" R24 = "Other welfare recipiency" R25 = "WIC recipiency" R27 = "Food stamps recipiency" R28 = "Child support payments recipiency" R29 = "Alimony payments recipiency" R30 = "Pension from company or union" R31 = "Federal civil service, or other" R32 = "U.S. military retirement pay recipienc" R34 = "State government pensions recipiency" R35 = "Local government pensions recipiency" R36 = "Income from paid-up life insurance" R37 = "Estates and trusts recipiency" R38 = "Other payment for retirement," R40 = "GI bill recipiency" R41 = "Other VA educational assistance" R50 = "Income assistance from a charitable" R51 = "Money from relatives or friends" R52 = "Lump sum payments recipiency" R53 = "Income from roomers or boarders" R54 = "National Guard or reserve pay recipien" R55 = "Incidental or casual earnings recipien" R56 = "Other cash income not included elsewhe" R75 = "State SSI/Black Lung/State Temporary" S01AMTA = "Amount of Social Security received" S01AMTK = "Amount of Social Security income" S02AMTA = "Amount of railroad retirement received" S02AMTK = "Amount of railroad retirement received" S03AMT = "Amount of Federal SSI income received" S05AMT = "Amount of state unemployment" S06AMT = "Amount of supplemental unemployment" S07AMT = "Amount of other unemployment" S08AMT = "Amount of veterans' compensation or" S10AMT = "Amount of workers' compensation" S12AMT = "Amount of employer or union temporary" S13AMT = "Amount of private sickness, accident," S20AMT = "Amount of AFDC,ADC incomes" S21AMT = "Amount of general assistance or genera" S23AMT = "Amount of foster child care payments" S24AMT = "Amount of other welfare" S27AMT = "Amount of food stamps" S28AMT = "Amount of child support payments" S29AMT = "Amount of alimony payments" S30AMT = "Amount of income from company or" S31AMT = "Amount of Federal civil service or oth" S32AMT = "Amount of U.S. military retirement pay" S34AMT = "Amount of state government pensions" S35AMT = "Amount of local government pensions" S36AMT = "Amount of income from life insurance" S37AMT = "Amount of income from estates and" S38AMT = "Amount of income from other" S40AMT = "Amount of income from GI bill" S41AMT = "Amount of income from other VA educati" S50AMT = "Amount of income assistance from" S51AMT = "Amount of money from relatives or" S52AMT = "Amount of income from lump sum payment" S53AMT = "Amount of income from roomers or" S54AMT = "Amount of income from National Guard" S55AMT = "Amount of income from incidental" S56AMT = "Amount of other cash income not" S75AMT = "Amount of nondisclosure income" IR01A = "Imputed recipiency of adult" IR01K = "Imputed recipiency of children's" IR02A = "Imputed recipiency of adult railroad" IR03 = "Imputed recipiency of Federal" IR05 = "Imputed recipiency of state" IR06 = "Imputed recipiency of supplemental" IR07 = "Imputed recipiency of other unemployme" IR08 = "Imputed recipiency of veterans'" IR10 = "Imputed recipiency of workers'" IR12 = "Imputed recipiency of employer or" IR13 = "Imputed recipiency of private sickness" IR20 = "Imputed recipiency of AFDC, and ADC" IR21 = "Imputed recipiency of general" IR23 = "Imputed recipiency of foster child" IR24 = "Imputed recipiency of other welfare" IR25 = "Imputed recipiency of WIC" IR27 = "Imputed recipiency of food stamps" IR28 = "Imputed recipiency of child support" IR29 = "Imputed recipiency of alimony payments" IR30 = "Imputed recipiency of income from" IR31 = "Imputed recipiency of Federal civil" IR32 = "Imputed recipiency of U.S. military" IR34 = "Imputed recipiency of State government" IR35 = "Imputed recipiency of local government" IR36 = "Imputed recipiency of income from" IR37 = "Imputed recipiency of income from" IR38 = "Imputed recipiency of income from" IR40 = "Imputed recipiency of income from GI" IR41 = "Imputed recipiency of income from" IR50 = "Imputed recipiency of income assistanc" IR51 = "Imputed recipiency of money from" IR52 = "Imputed recipiency of income from lump" IR53 = "Imputed recipiency of income from" IR54 = "Imputed recipiency of income from" IR55 = "Imputed recipiency of income from" IR56 = "Imputed recipiency of other cash incom" IS01A = "Imputed amount of adult Social Securit" IS01K = "Imputed amount of children's Social" IS02A = "Imputed amount of adult railroad" IS02K = "Imputed amount of children's railroad" IS03 = "Imputed amount of Federal SSI income" IS05 = "Imputed amount of State unemployment" IS06 = "Imputed amount of supplemental" IS07 = "Imputed amount of other unemployment" IS08 = "Imputed amount of veterans'" IS10 = "Imputed amount of workers' compensatio" IS12 = "Imputed amount of employer or union" IS13 = "Imputed amount of private sickness," IS20 = "Imputed amount of AFDC,ADC incomes" IS21 = "Imputed amount of general assistance," IS23 = "Imputed amount of foster child care" IS24 = "Imputed amount of other welfare" IS27 = "Imputed amount of food stamps" IS28 = "Imputed amount of child support" IS29 = "Imputed amount of alimony payments" IS30 = "Imputed amount of income from company" IS31 = "Imputed amount of Federal civil servic" IS32 = "Imputed amount of U.S. military" IS34 = "Imputed amount of State government" IS35 = "Imputed amount of local government" IS36 = "Imputed amount of income from life" IS37 = "Imputed amount of income from estates" IS38 = "Imputed amount of income from other" IS40 = "Imputed amount of income from GI bill" IS41 = "Imputed amount of income from other VA" IS50 = "Imputed amount of income assistance" IS51 = "Imputed amount of money from relatives" IS52 = "Imputed amount of income from lump" IS53 = "Imputed amount of income from roomers" IS54 = "Imputed amount of income from National" IS55 = "Imputed amount of income from incident" IS56 = "Imputed amount of other cash income" IS75 = "Imputed amount of undisclosureable" R100 = "Savings account interest recipiency" R101 = "Money market interest recipiency" R102 = "Certificate of deposit interest" R103 = "Checking account interest recipiency" RJ10003 = "Joint savings account interest" RO10003 = "Own savings account interest recipienc" R104 = "Money market funds interest recipiency" R105 = "U.S. Government securities interest" R106 = "Municipal/corporate bond interest" R107 = "Other interest-earning assets" RJ10407 = "Joint other interest recipiency" RO10407 = "Own other interest recipiency" R110 = "Stock or mutual fund shares ownership" RJ110 = "Joint dividend recipiency" RO110 = "Own dividend recipiency" RJ110RI = "Joint reinvested dividend recipiency" RO110RI = "Own reinvested dividend recipiency" R120 = "Rental property income recipiency" RJ120 = "Joint rental property income recipienc" RO120 = "Own rental property income recipiency" RJ120OT = "Rental property income joint with" R130 = "Mortgage income recipiency" RJ130 = "Joint mortgage income recipiency" RO130 = "Own mortgage income recipiency" R140 = "Royalty income recipiency" R150 = "Other financial investments recipiency" RO14050 = "Own royalty and other investment" J10003 = "Average monthly amount of interest" O10003 = "Average monthly amount of interest" J10407 = "Average monthly amount of income" O10407 = "Average monthly amount of income" J110 = "Average monthly amount of dividend" O110 = "Average monthly amount of dividend" J110RI = "Average monthly amount of dividend" O110RI = "Average monthly amount of dividend" JGRENT = "Average monthly amount of gross" JNRENT = "Average monthly amount received" OGRENT = "Average monthly amount of gross" ONRENT = "Average monthly amount received from" J120OT = "Average monthly amount of rental" J130 = "Average monthly amount of mortgage" O130 = "Average monthly amount of mortgage" O14050 = "Average monthly amount earned from" CJ10003 = "Was the field 'J10003' calculated" CO10003 = "Was the field 'O10003' calculated" CJ10407 = "Was the field 'J10407' calculated" CO10407 = "Was the field 'O10407' calculated" IR100 = "Imputed savings account interest" IR101 = "Imputed money market interest" IR102 = "Imputed certificate of deposit" IR103 = "Imputed checking account interest" IRJ10003 = "Imputed joint savings account interest" IRO10003 = "Imputed own savings account interest" IR104 = "Imputed money market funds interest" IR105 = "Imputed U.S. Government securities" IR106 = "Imputed municipal/corporate bond" IR107 = "Imputed other interest-earning assets" IRJ10407 = "Imputed joint other interest recipienc" IRO10407 = "Imputed own other interest recipiency" IR110 = "Imputed stock or mutual fund shares" IJO110 = "Imputed joint/own dividend recipiency" IJO110RI = "Imputed joint/own reinvest dividend" IR120 = "Imputed rental property income" IRJ120 = "Imputed joint rental property income" IRO120 = "Imputed own rental property income" IRJ120OT = "Imputed rental property recipiency" IR130 = "Imputed mortgage income recipiency" IRJ130 = "Imputed joint mortgage income recipien" IRO130 = "Imputed own mortgage income recipiency" IR140 = "Imputed royalty income recipiency" IR150 = "Imputed other financial investments" IJ10003 = "Imputed joint interest amount 100-3" IO10003 = "Imputed own interest amount 100-3" IJ10407 = "Imputed joint interest amount 104-7" IO10407 = "Imputed own interest amount 104-7" IJ110 = "Imputed joint dividend amount" IO110 = "Imputed own dividend amount" IJ110RI = "Imputed joint reinvestment dividend" IO110RI = "Imputed own reinvested dividend amount" IJGRENT = "Imputed gross rent joint" IJNRENT = "Imputed rental after expenses joint" IOGRENT = "Imputed own gross rent" IONRENT = "Imputed own rental after expenses" IJ120OT = "Imputed rental income joint with other" IJ130 = "Imputed joint mortgage income" IO130 = "Imputed own mortgage income" IO14050 = "Imputed royalty/other financial" VETTYP = "What type of veterans' payment?" IVETTYP = "Imputed type of veterans' payments" SSUNIT = "Social Security unit" SENVELOP = "Which color envelope does . . ." SSDAY = "Do . . . 's payments usually come on" RENVELOP = "Which color envelope does . . ." RRDAY = "Do . . . 's payments usually come on" ; proc print data=library.sip90w2 (obs=6); FORMAT SUSTATE SUSTATE. SURGC SURGC. HTYPE HTYPE. HSTATE HSTATE. HMETRO HMETRO. HMSA HMSA. HNSSR HNSSR. HACCESS HACCESS. HLVQTR HLVQTR. HUNITS HUNITS. HTENURE HTENURE. HPUBHS HPUBHS. HLORNT HLORNT. HTENUREU HTENUREU. HPUBHSU HPUBHSU. HLORNTU HLORNTU. HITM36B HITM36B. HMEANS HMEANS. HCASH HCASH. HNCASH HNCASH. PHRENT PHRENT. UTILS UTILS. HENRGY HENRGY. EASTAMT EASTAMT. LUNCH LUNCH. NKIDSHL NKIDSHL. LCHTOT LCHTOT. LCHPT LCHPT. LCHFREE LCHFREE. LCHCOST LCHCOST. BREAKF BREAKF. NKIDSBF NKIDSBF. BFTOT BFTOT. BFFREE BFFREE. IPHRENT IPHRENT. IUTILS IUTILS. IHENRGY IHENRGY. IEASTAMT IEASTAMT. ILUNCH ILUNCH. INKIDSHL INKIDSHL. ILCHTOT ILCHTOT. ILCHPT ILCHPT. ILCHFREE ILCHFREE. ILCHCOST ILCHCOST. IBREAKF IBREAKF. INKIDSBF INKIDSBF. IBFTOT IBFTOT. IBFFREE IBFFREE. H5REF H5REF. H5NP H5NP. H5MIS H5MIS. H5ADDID $H5ADDID. H5WGT H5WGT. FID2 FID2L. FTYPE FTYPE. FKIND FKIND. FNKIDS FNKIDS. FOWNKID FOWNKID. FOKLT18 FOKLT18L. FNSSR FNSSR. FSSUNIT FSSUNIT. SID SID. STYPE STYPE. SKIND SKIND. SOWNKID SOWNKID. SOKLT18 SOKLT18L. INTVW INTVW. MIS5 MIS5L. RRP RRP. RRPU RRPU. AGE AGE. POPSTAT POPSTAT. SEX SEX. RACE RACE. ETHNCTY ETHNCTY. MS MS. MSU MSU. EWID EWID. FAMTYP FAMTYP. FAMREL FAMREL. PNSP PNSP. PNSPU PNSPU. PNPT PNPT. PNPTU PNPTU. PNGDU PNGDU. DESGPNPT DESGPNPT. REALFT REALFT. REAENT REAENT. HCHANGE HCHANGE. FCHANGE FCHANGE. SCHANGE SCHANGE. SC1000 SC1000L. ESR ESR. WEEKS WEEKS. WESR1 WESR1L. WESR2 WESR2L. WESR3 WESR3L. WESR4 WESR4L. WESR5 WESR5L. WKSJOB WKSJOB. WKSWOP WKSWOP. WKSLOK WKSLOK. REASAB REASAB. TAKJOB TAKJOB. TAKJOBN TAKJOBN. CWORK CWORK. UHOURS UHOURS. WKSPT WKSPT. WKSPTR WKSPTR. EMPLED EMPLED. DISAB DISAB. RHCDIS RHCDIS. VETSTAT VETSTAT. INAF INAF. SPINAF SPINAF. USRVDT1 USRVDT1L. USRVDT2 USRVDT2L. USRVDT3 USRVDT3L. AFTIME AFTIME. AFDSAB AFDSAB. AFDPCT AFDPCT. SPDAF SPDAF. VETS VETS. VETSMT VETSMT. VETNUM VETNUM. RETIRD RETIRD. SOCSEC SOCSEC. SSPNUM $SSPNUM. SOCSR1 SOCSR1L. SOCSR2 SOCSR2L. DISAGE DISAGE. RAILRD RAILRD. RRPNUM $RRPNUM. CARECOV CARECOV. MEDCODE MEDCODE. MCOPT MCOPT. FOODSTP FOODSTP. FSPNUM $FSPNUM. AFDC AFDC. AFDCPNUM $AFDCPNU. GENASST GENASST. GAPNUM $GAPNUM. FOSTKID FOSTKID. FKPNUM $FKPNUM. OTHWELF OTHWELF. OWPNUM $OWPNUM. WICCOV WICCOV. WICVAL WICVAL. WICPNUM $WICPNUM. CAIDCOV CAIDCOV. MCDPNUM $MCDPNUM. HIIND HIIND. HIPNUM $HIPNUM. HINONH HINONH. CHAMP CHAMP. CHPNUM $CHPNUM. HIOWN HIOWN. HISRC HISRC. HIPAY HIPAY. HITYPE HITYPE. HIFAM HIFAM. NONHHI NONHHI. HIGRADE HIGRADE. GRDCMPL GRDCMPL. ENROLD ENROLD. LEVEL LEVEL. EDASST EDASST. OTHINC OTHINC. NOINC NOINC. PWSUID $PWSUID. PWENTRY $PWENTRY. PWPNUM $PWPNUM. PWRRP PWRRP. PWADDID $PWADDID. ISEX ISEX. IRACE IRACE. IETHNCTY IETHNCTY. IHIGRADE IHIGRADE. IGRDCMPL IGRDCMPL. IEWID IEWID. IWKSJOB IWKSJOB. IWKSWOP IWKSWOP. IWKSLOK IWKSLOK. IREASAB IREASAB. ITAKJOB ITAKJOB. ITAKJOBN ITAKJOBN. ICWORK ICWORK. IUHOURS IUHOURS. IWKSPT IWKSPT. IWKSPTR IWKSPTR. IDISAB IDISAB. IDISAGE IDISAGE. IRHCDIS IRHCDIS. IVETSTAT IVETSTAT. IINAF IINAF. ISPINAF ISPINAF. ISPDAF ISPDAF. IRETIRD IRETIRD. ICARECOV ICARECOV. IMCOPT IMCOPT. ICAIDCOV ICAIDCOV. IHIIND IHIIND. IHIOWN IHIOWN. IHISRC IHISRC. IHIPAY IHIPAY. IHITYPE IHITYPE. INONHHI INONHHI. IENROLD IENROLD. ILEVEL ILEVEL. IEDASST IEDASST. IGIBILL IGIBILL. IOTHVET IOTHVET. IWKSTDY IWKSTDY. IPELL IPELL. ISUPPED ISUPPED. INDSL INDSL. ISTLOAN ISTLOAN. IJTPA IJTPA. IEMPLYR IEMPLYR. IFSSHIP IFSSHIP. IOTHAID IOTHAID. NJOBS NJOBS. WS12003 WS12003L. WS12004 WS12004L. WS1OCC WS1OCC. WS1IND WS1IND. WS1WKS WS1WKS. WS1AMT WS1AMT. WS12002 WS12002L. WS12012 WS12012L. WS1CHG WS1CHG. WS12018 WS12018L. WS12016 WS12016L. WS12022 WS12022L. WS12020 WS12020L. WS12023 WS12023L. WS12024 WS12024L. WS12025 WS12025L. WS12026 WS12026L. WS12028 WS12028L. WS12029 WS12029L. WS12031 WS12031L. WS12030 WS12030L. WS12044 WS12044L. WS12046 WS12046L. IWS1OCC IWS1OCC. IWS1IND IWS1IND. IWS12012 IWS1201D. IWS12024 IWS1202D. IWS12026 IWS1202K. IWS12028 IWS1202L. IWS12029 IWS1202M. IWS12031 IWS1203D. IWS12030 IWS1203K. IWS12044 IWS1204D. IWS12046 IWS1204K. WS1CALC WS1CALC. WS22103 WS22103L. WS22104 WS22104L. WS2OCC WS2OCC. WS2IND WS2IND. WS2WKS WS2WKS. WS2AMT WS2AMT. WS22102 WS22102L. WS22112 WS22112L. WS2CHG WS2CHG. WS22118 WS22118L. WS22116 WS22116L. WS22122 WS22122L. WS22120 WS22120L. WS22123 WS22123L. WS22124 WS22124L. WS22125 WS22125L. WS22126 WS22126L. WS22128 WS22128L. WS22129 WS22129L. WS22131 WS22131L. WS22130 WS22130L. WS22144 WS22144L. WS22146 WS22146L. IWS2OCC IWS2OCC. IWS2IND IWS2IND. IWS22112 IWS2211D. IWS22124 IWS2212D. IWS22126 IWS2212K. IWS22128 IWS2212L. IWS22129 IWS2212M. IWS22131 IWS2213D. IWS22130 IWS2213K. IWS22144 IWS2214D. IWS22146 IWS2214K. WS2CALC WS2CALC. SE12202 SE12202L. SE12203 SE12203L. SE1IND SE1IND. SE1OCC SE1OCC. SE1WKS SE1WKS. SE1AMT SE1AMT. SE12201 SE12201L. SE12212 SE12212L. SE12214 SE12214L. SE12218 SE12218L. SE12220 SE12220L. SE12222 SE12222L. SE12224 SE12224L. SE12226 SE12226L. SE12228 SE12228L. SE12230 SE12230L. SE12232 SE12232L. SE12234 SE12234L. SE12252 SE12252L. SE12254 SE12254L. SE12256 SE12256L. SE12260 SE12260L. ISE1OCC ISE1OCC. ISE1IND ISE1IND. ISE12214 ISE1221D. ISE12218 ISE1221K. ISE12220 ISE1222D. ISE12222 ISE1222K. ISE12232 ISE1223D. ISE12234 ISE1223K. ISE12254 ISE1225D. ISE12256 ISE1225K. ISE12260 ISE1226D. ISE1AMT ISE1AMT. SE22302 SE22302L. SE22303 SE22303L. SE2IND SE2IND. SE2OCC SE2OCC. SE2WKS SE2WKS. SE2AMT SE2AMT. SE22301 SE22301L. SE22312 SE22312L. SE22314 SE22314L. SE22318 SE22318L. SE22320 SE22320L. SE22322 SE22322L. SE22324 SE22324L. SE22326 SE22326L. SE22328 SE22328L. SE22330 SE22330L. SE22332 SE22332L. SE22334 SE22334L. SE22352 SE22352L. SE22354 SE22354L. SE22356 SE22356L. SE22360 SE22360L. ISE2OCC ISE2OCC. ISE2IND ISE2IND. ISE22314 ISE2231D. ISE22318 ISE2231K. ISE22320 ISE2232D. ISE22322 ISE2232K. ISE22332 ISE2233D. ISE22334 ISE2233K. ISE22354 ISE2235D. ISE22356 ISE2235K. ISE22360 ISE2236D. ISE2AMT ISE2AMT. R01A R01A. R01K R01K. R02A R02A. R02K R02K. R03 R03L. R05 R05L. R06 R06L. R07 R07L. R08 R08L. R10 R10L. R12 R12L. R13 R13L. R20 R20L. R21 R21L. R23 R23L. R24 R24L. R25 R25L. R27 R27L. R28 R28L. R29 R29L. R30 R30L. R31 R31L. R32 R32L. R34 R34L. R35 R35L. R36 R36L. R37 R37L. R38 R38L. R40 R40L. R41 R41L. R50 R50L. R51 R51L. R52 R52L. R53 R53L. R54 R54L. R55 R55L. R56 R56L. R75 R75L. S01AMTA S01AMTA. S01AMTK S01AMTK. S02AMTA S02AMTA. S02AMTK S02AMTK. S03AMT S03AMT. S05AMT S05AMT. S06AMT S06AMT. S07AMT S07AMT. S08AMT S08AMT. S10AMT S10AMT. S12AMT S12AMT. S13AMT S13AMT. S20AMT S20AMT. S21AMT S21AMT. S23AMT S23AMT. S24AMT S24AMT. S27AMT S27AMT. S28AMT S28AMT. S29AMT S29AMT. S30AMT S30AMT. S31AMT S31AMT. S32AMT S32AMT. S34AMT S34AMT. S35AMT S35AMT. S36AMT S36AMT. S37AMT S37AMT. S38AMT S38AMT. S40AMT S40AMT. S41AMT S41AMT. S50AMT S50AMT. S51AMT S51AMT. S52AMT S52AMT. S53AMT S53AMT. S54AMT S54AMT. S55AMT S55AMT. S56AMT S56AMT. S75AMT S75AMT. IR01A IR01A. IR01K IR01K. IR02A IR02A. IR03 IR03L. IR05 IR05L. IR06 IR06L. IR07 IR07L. IR08 IR08L. IR10 IR10L. IR12 IR12L. IR13 IR13L. IR20 IR20L. IR21 IR21L. IR23 IR23L. IR24 IR24L. IR25 IR25L. IR27 IR27L. IR28 IR28L. IR29 IR29L. IR30 IR30L. IR31 IR31L. IR32 IR32L. IR34 IR34L. IR35 IR35L. IR36 IR36L. IR37 IR37L. IR38 IR38L. IR40 IR40L. IR41 IR41L. IR50 IR50L. IR51 IR51L. IR52 IR52L. IR53 IR53L. IR54 IR54L. IR55 IR55L. IR56 IR56L. IS01A IS01A. IS01K IS01K. IS02A IS02A. IS02K IS02K. IS03 IS03L. IS05 IS05L. IS06 IS06L. IS07 IS07L. IS08 IS08L. IS10 IS10L. IS12 IS12L. IS13 IS13L. IS20 IS20L. IS21 IS21L. IS23 IS23L. IS24 IS24L. IS27 IS27L. IS28 IS28L. IS29 IS29L. IS30 IS30L. IS31 IS31L. IS32 IS32L. IS34 IS34L. IS35 IS35L. IS36 IS36L. IS37 IS37L. IS38 IS38L. IS40 IS40L. IS41 IS41L. IS50 IS50L. IS51 IS51L. IS52 IS52L. IS53 IS53L. IS54 IS54L. IS55 IS55L. IS56 IS56L. IS75 IS75L. R100 R100L. R101 R101L. R102 R102L. R103 R103L. RJ10003 RJ10003L. RO10003 RO10003L. R104 R104L. R105 R105L. R106 R106L. R107 R107L. RJ10407 RJ10407L. RO10407 RO10407L. R110 R110L. RJ110 RJ110L. RO110 RO110L. RJ110RI RJ110RI. RO110RI RO110RI. R120 R120L. RJ120 RJ120L. RO120 RO120L. RJ120OT RJ120OT. R130 R130L. RJ130 RJ130L. RO130 RO130L. R140 R140L. R150 R150L. RO14050 RO14050L. J10003 J10003L. O10003 O10003L. J10407 J10407L. O10407 O10407L. J110 J110L. O110 O110L. J110RI J110RI. O110RI O110RI. JGRENT JGRENT. JNRENT JNRENT. OGRENT OGRENT. ONRENT ONRENT. J120OT J120OT. J130 J130L. O130 O130L. O14050 O14050L. CJ10003 CJ10003L. CO10003 CO10003L. CJ10407 CJ10407L. CO10407 CO10407L. IR100 IR100L. IR101 IR101L. IR102 IR102L. IR103 IR103L. IRJ10003 IRJ1000T. IRO10003 IRO1000T. IR104 IR104L. IR105 IR105L. IR106 IR106L. IR107 IR107L. IRJ10407 IRJ1040T. IRO10407 IRO1040T. IR110 IR110L. IJO110 IJO110L. IJO110RI IJO110RI. IR120 IR120L. IRJ120 IRJ120L. IRO120 IRO120L. IRJ120OT IRJ120OT. IR130 IR130L. IRJ130 IRJ130L. IRO130 IRO130L. IR140 IR140L. IR150 IR150L. IJ10003 IJ10003L. IO10003 IO10003L. IJ10407 IJ10407L. IO10407 IO10407L. IJ110 IJ110L. IO110 IO110L. IJ110RI IJ110RI. IO110RI IO110RI. IJGRENT IJGRENT. IJNRENT IJNRENT. IOGRENT IOGRENT. IONRENT IONRENT. IJ120OT IJ120OT. IJ130 IJ130L. IO130 IO130L. IO14050 IO14050L. VETTYP VETTYP. IVETTYP IVETTYP. SSUNIT SSUNIT. SENVELOP SENVELOP. SSDAY SSDAY. RENVELOP RENVELOP. RRDAY RRDAY. ; proc contents data=library.sip90w2; /* 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. */