/*------------------------------------------------------------------------------------*/ /*by Jean Roth Mon Jun 7 17:46:52 EDT 2004 This program reads the 1990 SIPP Full Panel 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.fsp90fp; /* The PROC FORMAT statement will store the formats in a sas data set called fsip90fp To use the stored formats in a subsequent program, include something like this: proc format cntlin=library.fsp90fp; PROC freq; tables pesex ; format pesex P135L.; For more information, consult the SAS Procedures Guide section of PROC FORMAT */ ; VALUE PP_INTV (default=32) 0 = "Not applicable (children under" 1 = "Interview (self)" 2 = "Interview (proxy)" 3 = "Noninterview - type Z refusal" 4 = "Noninterview - type Z other" ; VALUE PP_MIS (default=32) 0 = "Not matched or not in sample" 1 = "Interview" 2 = "Non-interview" ; VALUE REASLEF (default=32) 0 = "Not applicable or not answered" 1 = "Left - deceased" 2 = "Left - institutionalized" 3 = "Left - living in Armed Forces" 4 = "Left - moved outside of country" 5 = "Left - separation or divorce" 6 = "Left - person #201 or greater no" 7 = "Left - other" 8 = "Entered merged household" 9 = "Interviewed in previous wave but" ; VALUE HHINST (default=32) 0 = "Not defined for this wave" 1 = "Interviewed" 2 = "No one home" 3 = "Temporarily absent" 4 = "Refused" 5 = "Unable to locate" 6 = "Other" 23 = "Entire household out-of-scope" 24 = "Moved, address unknown" 25 = "Moved within country beyond" 26 = "All sample persons relisted on" ; VALUE MST_RGC (default=32) 0 = "Not applicable for coverage" ; VALUE LGTHHT (default=32) 0 = "NA, not in a household" 1 = "Married couple household" 2 = "Other family household," 3 = "Other family household, female" 4 = "Nonfamily household, male" 5 = "Nonfamily household, female" ; VALUE LGTKEY (default=32) 0 = "This is not a key person" 1 = "Or greater indicates that this" ; VALUE LGTOTH (default=32) 0 = "This is not an 'other' person in" 1 = "Or greater indicates that this" ; VALUE SEX (default=32) 1 = "Male" 2 = "Female" ; VALUE RACE (default=32) 1 = "White" 2 = "Black" 3 = "American Indian, Eskimo or Aleut" 4 = "Asian or Pacific Islander" ; VALUE ETHNICTY (default=32) 1 = "German" 2 = "English" 3 = "Irish" 4 = "French" 5 = "Italian" 6 = "Scotish" 7 = "Polish" 8 = "Dutch" 9 = "Swedish" 10 = "Norwegian" 11 = "Russian" 12 = "Ukranian" 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 RRP (default=32) 0 = "Not a sample person in this" 1 = "Household reference person," 2 = "household reference person" 3 = "Spouse of household reference" 4 = "Child of household reference" 5 = "Other relative of household" 6 = "Non-relative of household" 7 = "Non-relative of household" ; VALUE AGE (default=32) 0 = "Less than 1 full year or not a" 1 = "1 year" ; VALUE MS (default=32) 0 = "Not a sample person in this" 1 = "Married, spouse present" 2 = "Married, spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never married" ; VALUE FAMTYP (default=32) 0 = "Primary family or not a sample" 1 = "Secondary individual (not a" 2 = "Unrelated sub (secondary) family" 3 = "Related subfamily" 4 = "Primary individual" ; VALUE FAMREL (default=32) 0 = "Not applicable, not in" 1 = "Reference person of family" 2 = "Spouse of family reference" 3 = "Child of family reference" ; VALUE FAMNUM (default=32) 0 = "Not applicable, not in sample," ; VALUE PNSP (default=32) 0 = "Not a sample person in this" 999 = "Not applicable" ; VALUE PNPT (default=32) 0 = "Not a sample person in this" 999 = "Not applicable" ; VALUE HIGRADE (default=32) 0 = "Not applicable if under 15," ; VALUE GRD_CMP (default=32) 0 = "Not applicable, not in sample," 1 = "Yes" 2 = "No" ; VALUE VETSTAT (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE IN_AF (default=32) 0 = "Not applicable if under 15," 1 = "Yes" 2 = "No" ; VALUE USRV1L (default=32) 0 = "Not applicable, not in sample," 1 = "Vietnam Era (Aug'64-Apr'75)" 2 = "Korean Conflict" 3 = "World War II (Sept'40-July'47)" 5 = "May 1975 to August 1980" 6 = "September 1980 or later" 7 = "Other service (all other" 9 = "Not answered" ; VALUE USRV2L (default=32) 0 = "Not applicable, not in sample," 1 = "Vietnam Era (Aug'64-Apr'75)" 2 = "Korean Conflict" 3 = "World War II (Sept'40-July'47)" 5 = "May 1975 to August 1980" 6 = "September 1980 or later" 7 = "Other service (all other" 9 = "Not answered" ; VALUE USRV3L (default=32) 0 = "Not applicable, not in sample," 1 = "Vietnam Era (Aug'64-Apr'75)" 2 = "Korean Conflict" 3 = "World War II (Sept'40-July'47)" 5 = "May 1975 to August 1980" 6 = "September 1980 or later" 7 = "Other service (all other" 9 = "Not answered" ; VALUE U_BRTHMN (default=32) -9 = "Not answered" ; VALUE U_BRTHYR (default=32) -009 = "Not answered" ; VALUE U_PNGD (default=32) 0 = "Not in universe, not in sample," 999 = "Not applicable" -09 = "Not answered" ; VALUE LIVQTR (default=32) 0 = "Not applicable, not in sample," 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" 9 = "Unit not permanent in" 10 = "Unoccupied tent or trailer site" 11 = "Other unit not specified above" ; VALUE TENURE (default=32) 0 = "Not in sample, nonmatch" 1 = "Owned or being bought by" 2 = "Rented for cash" 3 = "Occupied without payment of" ; VALUE PUBHOU (default=32) 0 = "Not applicable, not in" 1 = "Yes" 2 = "No" ; VALUE LOW_RE (default=32) 0 = "Not applicable, not in" 1 = "Yes" 2 = "No" ; VALUE ENGRY_Y (default=32) 0 = "Not in universe, not in sample" 1 = "Yes" 2 = "No" ; VALUE ENGRYTY (default=32) 0 = "Not applicable, not in sample" 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 ENGRYAM (default=32) 0 = "Not in universe, not in sample" ; VALUE TYPELUN (default=32) 0 = "Not applicable, not in sample" 1 = "Free" 2 = "Reduced-price" 3 = "Both" ; VALUE NUM_LUN (default=32) 0 = "Not in universe, not in sample" ; VALUE TYPEBRK (default=32) 0 = "Not applicable, not in sample" 1 = "Free" 2 = "Reduced-price" 3 = "Both" ; VALUE NUM_BRK (default=32) 0 = "Not in universe, not in sample" ; VALUE PUBRNTYN (default=32) 0 = "Not in sample in Wave 1" 1 = "Yes" 2 = "No" ; VALUE PUBRNAMT (default=32) 0 = "Not applicable" ; VALUE UTLPAYYN (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE GEO_STE (default=32) 0 = "Nonmatch" 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 SC1332L (default=32) -1 = "Don't know" 0 = "Not in universe, not in" 1 = "Less than 6 months" 2 = "6 to 23 months" 3 = "2 to 19 years" 4 = "20 or more years" ; VALUE SC1334L (default=32) -1 = "Don't know" 0 = "Not in universe, not in" 1 = "Yes" 2 = "No" ; VALUE SC1336L (default=32) -1 = "Don't know" -2 = "Refused" -3 = "0%" 0 = "Not in universe, not" 1 = "1-10%" 2 = "11-29%" 3 = "30-49%" 4 = "50%" 5 = "51-89%" 6 = "90-99%" 7 = "100%" 101 = "No rating" ; VALUE SC1346L (default=32) -1 = "Don't know" 0 = "Not in universe, not in" 1 = "Retired" 2 = "Disabled" 3 = "Widow(ed) or surviving child" 4 = "Spouse or dependent child" 5 = "Some other reason" ; VALUE SC1348L (default=32) -1 = "Don't know" 0 = "Not in universe, not in" 1 = "Retired" 2 = "Disabled" 3 = "Widow(ed) or surviving child" 4 = "Spouse or dependent child" 5 = "No other reason" ; VALUE SC1360L (default=32) 0 = "Not in universe, not in" 1 = "Yes" 2 = "No" ; VALUE SC1418L (default=32) 0 = "Not in universe, not in" 1 = "Widowed" 2 = "Divorced" 3 = "Both widowed and divorced" 4 = "No" ; VALUE SC1456L (default=32) 0 = "Not in universe, not in" 1 = "Yes, in the service" 2 = "Yes, from service-related injury" 3 = "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 SC1468L (default=32) 0 = "Not in universe, card not" 1 = "Hospital only (type A)" 2 = "Medical only (type B)" 3 = "Both hospital and medical" 4 = "Card not available" ; VALUE SC1472L (default=32) -1 = "Don't know" 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE DISAB (default=32) 0 = "Not in universe (under 15 years" 1 = "Ever disabled marked on the" ; VALUE ATT_SCH (default=32) 0 = "Not in universe" 1 = "Yes, full-time" 2 = "Yes, part-time" 3 = "No - skip to SC1694" ; VALUE ENRL_M (default=32) 0 = "Not enrolled, not in universe," 1 = "Enrolled during that month" ; VALUE ED_LEVE (default=32) 0 = "Not in universe, not in" 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 ED_FINA (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE SC1696L (default=32) 0 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE TELEPHON (default=32) 0 = "Filler" ; VALUE ESR (default=32) 0 = "Not applicable, not in sample," 1 = "With a job entire month, worked" 2 = "With a job entire month, missed" 3 = "With a job entire month, missed" 4 = "With job one or more weeks, no" 5 = "With job one or more weeks," 6 = "No job during month, spent" 7 = "No job during month, spent one" 8 = "No job during month, no time" ; VALUE WKSPER (default=32) 0 = "Not applicable, not in sample," 4 = "Four weeks" 5 = "Five weeks" ; VALUE MTHJBW (default=32) 0 = "0 weeks or not applicable, not" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (only applicable for" ; VALUE MTHWOP (default=32) 0 = "0 weeks or not applicable," 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (only applicable for" ; VALUE MTHWKS (default=32) 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (only applicable for" ; VALUE USUALHR (default=32) 0 = "Not in universe" -3 = "None" ; VALUE JOBID1L (default=32) 0 = "Not in universe, not in sample," ; VALUE JOBID2L (default=32) 0 = "Not in universe, not in sample," ; VALUE CLSWK1L (default=32) 0 = "Not in universe, not in sample," 1 = "A private for-profit company or" 2 = "A private not-for-profit, tax" 3 = "Federal government" 4 = "State government" 5 = "Local government" 6 = "Armed Forces" 7 = "Unpaid in family business or" ; VALUE CLSWK2L (default=32) 0 = "Not in universe, not in sample," 1 = "A private for-profit company or" 2 = "A private not-for-profit, tax" 3 = "Federal government" 4 = "State government" 5 = "Local government" 6 = "Armed Forces" 7 = "Unpaid in family business or" ; VALUE WKSEM1L (default=32) 0 = "None or not in universe if" 1 = "1 week" 2 = "2 week" 3 = "3 week" 4 = "4 week" 5 = "5 week" ; VALUE WKSEM2L (default=32) 0 = "None or not in universe if" 1 = "1 week" 2 = "2 week" 3 = "3 week" 4 = "4 week" 5 = "5 week" ; VALUE WSHRS1L (default=32) 0 = "Not in universe, not in" -3 = "None" ; VALUE WSHRS2L (default=32) 0 = "Not in universe, not in" -3 = "None" ; VALUE HRRAT1L (default=32) 0 = "Not in universe, not in" ; VALUE HRRAT2L (default=32) 0 = "Not in universe, not in" ; VALUE BUSID1L (default=32) 0 = "not in universe, not in" ; VALUE BUSID2L (default=32) 0 = "Not in universe, not in" ; VALUE TYPBS1L (default=32) 0 = "Not in universe, not in sample," 1 = "Sole proprietorship" 2 = "Partnership" 3 = "Corporation" ; VALUE TYPBS2L (default=32) 0 = "Not in universe, not in sample," 1 = "Sole proprietorship" 2 = "Partnership" 3 = "Corporation" ; VALUE SEIND1L (default=32) 1 = "Agriculture, forestry" 2 = "Mining" 3 = "Construction" 4 = "Manufacturing-nondurable goods" 5 = "Manufacturing-durable goods" 6 = "Transportation, comm." 7 = "Wholesale trade-durable goods" 8 = "Wholesale trade-nondurable goods" 9 = "Retail trade" 10 = "Finance, insurance, real estate" 11 = "Business and repair services" 12 = "Personal services" 13 = "Entertainment and rec. services" 14 = "Professional and rel. services" 15 = "Public administration" 16 = "Industry not reported" ; VALUE SEIND2L (default=32) 1 = "Agriculture, forestry" 2 = "Mining" 3 = "Construction" 4 = "Manufacturing-nondurable goods" 5 = "Manufacturing-durable goods" 6 = "Transportation, comm." 7 = "Wholesale trade-durable goods" 8 = "Wholesale trade-nondurable goods" 9 = "Retail trade" 10 = "Finance, insurance, real estate" 11 = "Business and repair services" 12 = "Personal services" 13 = "Entertainment and rec. services" 14 = "Professional and rel. services" 15 = "Public administration" 16 = "Industry not reported" ; VALUE SE_WB1L (default=32) 0 = "None, not in universe, not in" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" ; VALUE SE_WB2L (default=32) 0 = "None, not in universe, not in" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" ; VALUE SE_HR1L (default=32) -3 = "None" 0 = "Not in universe, not in" ; VALUE SE_HR2L (default=32) -3 = "None" 0 = "Not in universe, not in" ; VALUE G1SRC1L (default=32) 0 = "Not applicable, not in" 1 = "Social Security" 2 = "Railroad Retirement" 3 = "Federal Supplemental Security" 5 = "State unemployment" 6 = "Supplemental unemployment" 7 = "Other unemployment" 8 = "Veterans compensation or" 10 = "Workers compensation" 12 = "Employer or union temporary" 13 = "Payments from a sickness," 20 = "Aid to families with" 21 = "General assistance or general" 23 = "Foster child care payments" 24 = "Other welfare" 25 = "WIC" 27 = "Food stamps" 28 = "Child support payments" 29 = "Alimony payments" 30 = "Pension from company or union" 31 = "Federal civil service or" 32 = "U.S. military retirement pay" 34 = "State government pensions" 35 = "Local government pensions" 36 = "Income from paid up life" 37 = "Estates and trusts" 38 = "Other payments for" 40 = "GI bill education benefits" 41 = "Other VA educational" 50 = "Income assistance from a" 51 = "Money from relatives or" 52 = "Lump sum payments" 53 = "Income from roomers or" 54 = "National guard or reserve pay" 55 = "Incidental or casual earnings" 56 = "Other cash income not" 75 = "State SSI/Black Lung/State" ; VALUE G1SRC2L (default=32) 0 = "Not applicable, not in" 1 = "Social Security" 2 = "Railroad Retirement" 3 = "Federal Supplemental Security" 5 = "State unemployment" 6 = "Supplemental unemployment" 7 = "Other unemployment" 8 = "Veterans compensation or" 10 = "Workers compensation" 12 = "Employer or union temporary" 13 = "Payments from a sickness," 20 = "Aid to families with" 21 = "General assistance or general" 23 = "Foster child care payments" 24 = "Other welfare" 25 = "WIC" 27 = "Food stamps" 28 = "Child support payments" 29 = "Alimony payments" 30 = "Pension from company or union" 31 = "Federal civil service or" 32 = "U.S. military retirement pay" 34 = "State government pensions" 35 = "Local government pensions" 36 = "Income from paid up life" 37 = "Estates and trusts" 38 = "Other payments for" 40 = "GI bill education benefits" 41 = "Other VA educational" 50 = "Income assistance from a" 51 = "Money from relatives or" 52 = "Lump sum payments" 53 = "Income from roomers or" 54 = "National guard or reserve pay" 55 = "Incidental or casual earnings" 56 = "Other cash income not" 75 = "State SSI/Black Lung/State" ; VALUE G1SRC3L (default=32) 0 = "Not applicable, not in" 1 = "Social Security" 2 = "Railroad Retirement" 3 = "Federal Supplemental Security" 5 = "State unemployment" 6 = "Supplemental unemployment" 7 = "Other unemployment" 8 = "Veterans compensation or" 10 = "Workers compensation" 12 = "Employer or union temporary" 13 = "Payments from a sickness," 20 = "Aid to families with" 21 = "General assistance or general" 23 = "Foster child care payments" 24 = "Other welfare" 25 = "WIC" 27 = "Food stamps" 28 = "Child support payments" 29 = "Alimony payments" 30 = "Pension from company or union" 31 = "Federal civil service or" 32 = "U.S. military retirement pay" 34 = "State government pensions" 35 = "Local government pensions" 36 = "Income from paid up life" 37 = "Estates and trusts" 38 = "Other payments for" 40 = "GI bill education benefits" 41 = "Other VA educational" 50 = "Income assistance from a" 51 = "Money from relatives or" 52 = "Lump sum payments" 53 = "Income from roomers or" 54 = "National Guard or Reserve pay" 55 = "Incidental or casual earnings" 56 = "Other cash income not" 75 = "State SSI/Black Lung/State" ; VALUE G1SRC4L (default=32) 0 = "Not applicable, not in" 1 = "Social Security" 2 = "Railroad Retirement" 3 = "Federal Supplemental Security" 5 = "State unemployment" 6 = "Supplemental unemployment" 7 = "Other unemployment" 8 = "Veterans compensation or" 10 = "Workers compensation" 12 = "Employer or union temporary" 13 = "Payments from a sickness," 20 = "Aid to families with" 21 = "General assistance or general" 23 = "Foster child care payments" 24 = "Other welfare" 25 = "WIC" 27 = "Food stamps" 28 = "Child support payments" 29 = "Alimony payments" 30 = "Pension from company or union" 31 = "Federal civil service or" 32 = "U.S. military retirement pay" 34 = "State government pensions" 35 = "Local government pensions" 36 = "Income from paid up life" 37 = "Estates and trusts" 38 = "Other payments for" 40 = "GI bill education benefits" 41 = "Other VA educational" 50 = "Income assistance from a" 51 = "Money from relatives or" 52 = "Lump sum payments" 53 = "Income from roomers or" 54 = "National guard or reserve pay" 55 = "Incidental or casual earnings" 56 = "Other cash income not" 75 = "State SSI/Black Lung/State" ; VALUE G1SRC5L (default=32) 0 = "Not applicable, not in" 1 = "Social Security" 2 = "Railroad Retirement" 3 = "Federal Supplemental Security" 5 = "State unemployment" 6 = "Supplemental unemployment" 7 = "Other unemployment" 8 = "Veterans compensation or" 10 = "Workers compensation" 12 = "Employer or union temporary" 13 = "Payments from a sickness," 20 = "Aid to families with" 21 = "General assistance or general" 23 = "Foster child care payments" 24 = "Other welfare" 25 = "WIC" 27 = "Food stamps" 28 = "Child support payments" 29 = "Alimony payments" 30 = "Pension from company or union" 31 = "Federal civil service or" 32 = "U.S. military retirement pay" 34 = "State government pensions" 35 = "Local government pensions" 36 = "Income from paid up life" 37 = "Estates and trusts" 38 = "Other payments for" 40 = "GI bill education benefits" 41 = "Other VA educational" 50 = "Income assistance from a" 51 = "Money from relatives or" 52 = "Lump sum payments" 53 = "Income from roomers or" 54 = "National guard or reserve pay" 55 = "Incidental or casual earnings" 56 = "Other cash income not" 75 = "State SSI/Black Lung/State" ; VALUE G1SRC6L (default=32) 0 = "Not applicable, not in" 1 = "Social Security" 2 = "Railroad Retirement" 3 = "Federal Supplemental Security" 5 = "State unemployment" 6 = "Supplemental unemployment" 7 = "Other unemployment" 8 = "Veterans compensation or" 10 = "Workers compensation" 12 = "Employer or union temporary" 13 = "Payments from a sickness," 20 = "Aid to families with" 21 = "General assistance or general" 23 = "Foster child care payments" 24 = "Other welfare" 25 = "WIC" 27 = "Food stamps" 28 = "Child support payments" 29 = "Alimony payments" 30 = "Pension from company or union" 31 = "Federal civil service or" 32 = "U.S. military retirement pay" 34 = "State government pensions" 35 = "Local government pensions" 36 = "Income from paid up life" 37 = "Estates and trusts" 38 = "Other payments for" 40 = "GI bill education benefits" 41 = "Other VA educational" 50 = "Income assistance from a" 51 = "Money from relatives or" 52 = "Lump sum payments" 53 = "Income from roomers or" 54 = "National guard or reserve pay" 55 = "Incidental or casual earnings" 56 = "Other cash income not" 75 = "State SSI/Black Lung/State" ; VALUE G1SRC7L (default=32) 0 = "Not applicable, not in" 1 = "Social Security" 2 = "Railroad Retirement" 3 = "Federal Supplemental Security" 5 = "State unemployment" 6 = "Supplemental unemployment" 7 = "Other unemployment" 8 = "Veterans compensation or" 10 = "Workers compensation" 12 = "Employer or union temporary" 13 = "Payments from a sickness," 20 = "Aid to families with" 21 = "General assistance or general" 23 = "Foster child care payments" 24 = "Other welfare" 25 = "WIC" 27 = "Food stamps" 28 = "Child support payments" 29 = "Alimony payments" 30 = "Pension from company or union" 31 = "Federal civil service or" 32 = "U.S. military retirement pay" 34 = "State government pensions" 35 = "Local government pensions" 36 = "Income from paid up life" 37 = "Estates and trusts" 38 = "Other payments for" 40 = "GI bill education benefits" 41 = "Other VA educational" 50 = "Income assistance from a" 51 = "Money from relatives or" 52 = "Lump sum payments" 53 = "Income from roomers or" 54 = "National guard or reserve pay" 55 = "Incidental or casual earnings" 56 = "Other cash income not" 75 = "State SSI/Black Lung/State" ; VALUE G1SRC8L (default=32) 0 = "Not applicable, not in" 1 = "Social Security" 2 = "Railroad Retirement" 3 = "Federal Supplemental Security" 5 = "State unemployment" 6 = "Supplemental unemployment" 7 = "Other unemployment" 8 = "Veterans compensation or" 10 = "Workers compensation" 12 = "Employer or union temporary" 13 = "Payments from a sickness," 20 = "Aid to families with" 21 = "General assistance or general" 23 = "Foster child care payments" 24 = "Other welfare" 25 = "WIC" 27 = "Food stamps" 28 = "Child support payments" 29 = "Alimony payments" 30 = "Pension from company or union" 31 = "Federal civil service or" 32 = "U.S. military retirement pay" 34 = "State government pensions" 35 = "Local government pensions" 36 = "Income from paid up life" 37 = "Estates and trusts" 38 = "Other payments for" 40 = "GI bill education benefits" 41 = "Other VA educational" 50 = "Income assistance from a" 51 = "Money from relatives or" 52 = "Lump sum payments" 53 = "Income from roomers or" 54 = "National guard or reserve pay" 55 = "Incidental or casual earnings" 56 = "Other cash income not" 75 = "State SSI/Black Lung/State" ; VALUE G1SRC9L (default=32) 0 = "Not applicable, not in" 1 = "Social Security" 2 = "Railroad Retirement" 3 = "Federal Supplemental Security" 5 = "State unemployment" 6 = "Supplemental unemployment" 7 = "Other unemployment" 8 = "Veterans compensation or" 10 = "Workers compensation" 12 = "Employer or union temporary" 13 = "Payments from a sickness," 20 = "Aid to families with" 21 = "General assistance or general" 23 = "Foster child care payments" 24 = "Other welfare" 25 = "WIC" 27 = "Food stamps" 28 = "Child support payments" 29 = "Alimony payments" 30 = "Pension from company or union" 31 = "Federal civil service or" 32 = "U.S. military retirement pay" 34 = "State government pensions" 35 = "Local government pensions" 36 = "Income from paid up life" 37 = "Estates and trusts" 38 = "Other payments for" 40 = "GI bill education benefits" 41 = "Other VA educational" 50 = "Income assistance from a" 51 = "Money from relatives or" 52 = "Lump sum payments" 53 = "Income from roomers or" 54 = "National guard or reserve pay" 55 = "Incidental or casual earnings" 56 = "Other cash income not" 75 = "State SSI/Black Lung/State" ; VALUE G1SRC10L (default=32) 0 = "Not applicable, not in" 1 = "Social Security" 2 = "Railroad Retirement" 3 = "Federal Supplemental Security" 5 = "State unemployment" 6 = "Supplemental unemployment" 7 = "Other unemployment" 8 = "Veterans compensation or" 10 = "Workers compensation" 12 = "Employer or union temporary" 13 = "Payments from a sickness," 20 = "Aid to families with" 21 = "General assistance or general" 23 = "Foster child care payments" 24 = "Other welfare" 25 = "WIC" 27 = "Food stamps" 28 = "Child support payments" 29 = "Alimony payments" 30 = "Pension from company or union" 31 = "Federal civil service or" 32 = "U.S. military retirement pay" 34 = "State government pensions" 35 = "Local government pensions" 36 = "Income from paid up life" 37 = "Estates and trusts" 38 = "Other payments for" 40 = "GI bill education benefits" 41 = "Other VA educational" 50 = "Income assistance from a" 51 = "Money from relatives or" 52 = "Lump sum payments" 53 = "Income from roomers or" 54 = "National guard or reserve pay" 55 = "Incidental or casual earnings" 56 = "Other cash income not" 75 = "State SSI/Black Lung/State" ; VALUE SSRECIN (default=32) 0 = "Not in universe" 1 = "Adult benefits received in own" 2 = "Only adult benefits received" 3 = "Only child benefits received" 4 = "Adult benefits received in own" 5 = "Adult benefits received jointly" ; VALUE RRRECIN (default=32) 0 = "Not in universe" 1 = "Adult benefits received in own" 2 = "Only adult benefits received" 3 = "Only child benefits received" 4 = "Adult benefits received in own" 5 = "Adult benefits received jointly" ; VALUE SC3060L (default=32) 0 = "Not in universe or don't know" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE AST100L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE AST101L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE AST102L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE AST103L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE AST104L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE AST105L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE AST106L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE AST107L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE AST110L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE AST120L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE AST130L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE AST140L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE AST150L (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE G2SRC10N (default=32) 0 = "Not applicable, not in sample," 1 = "Yes" 2 = "No" ; VALUE G2SRC10K (default=32) 0 = "Not applicable, not in sample," 1 = "Yes" 2 = "No" ; VALUE G2SRC11N (default=32) 0 = "Not applicable, not in sample," 1 = "Yes" 2 = "No" ; VALUE G2SRC12N (default=32) 0 = "Not applicable, not in sample," 1 = "Yes" 2 = "No" ; VALUE G2SRC13N (default=32) 0 = "Not applicable, not in sample," 1 = "Yes" 2 = "No" ; VALUE G2SRC14N (default=32) 0 = "Not applicable, not in sample," 1 = "Yes" 2 = "No" ; VALUE CARECO (default=32) 0 = "Not applicable if age under 15," 1 = "Yes" 2 = "No" ; VALUE CAIDCO (default=32) 0 = "Not applicable, not in sample," 1 = "Yes" 2 = "No" ; VALUE WICCOV (default=32) 0 = "Not applicable, not in sample," 1 = "Yes" 2 = "No" ; VALUE AFDC (default=32) 0 = "Not applicable, not in sample," 1 = "Yes" 2 = "No" ; VALUE FOODST (default=32) 0 = "Not applicable, not in sample," 1 = "Yes" 2 = "No" ; VALUE GEN_AS (default=32) 0 = "Not applicable, not in sample," 1 = "Yes" 2 = "No" ; VALUE FOST_K (default=32) 0 = "Not applicable, not in sample," 1 = "Yes" 2 = "No" ; VALUE OTH_WE (default=32) 0 = "Not applicable, not in sample," 1 = "Yes" 2 = "No" ; VALUE SOC_SE (default=32) 0 = "Not applicable, not in sample," 1 = "Yes" 2 = "No" ; VALUE RAILRO (default=32) 0 = "Not applicable, not in sample," 1 = "Yes" 2 = "No" ; VALUE VETS (default=32) 0 = "Not applicable, not in sample," 1 = "Yes" 2 = "No" ; VALUE CHAMPU (default=32) 0 = "Not applicable, not in sample," 1 = "Yes" 2 = "No" ; VALUE CHAMPV (default=32) 0 = "Not applicable, not in sample," 1 = "Yes" 2 = "No" ; VALUE CHAMP (default=32) 0 = "Not applicable" 1 = "Yes" 2 = "No" ; VALUE HIOWNC (default=32) 1 = "Had health insurance in own name" 2 = "Did not have health insurance in" ; VALUE HI_OTC (default=32) 1 = "Had health insurance thru" 2 = "Did not have health insurance" ; VALUE HIEMPL (default=32) 0 = "Not in universe, not in sample," 1 = "Health insurance coverage" 2 = "Health insurance coverage not" ; VALUE SS_PID (default=32) 0 = "Not in universe, not in sample," ; VALUE RR_PID (default=32) 0 = "Not in universe, not in sample," ; VALUE VA_PID (default=32) 0 = "Not in universe, not in sample," ; VALUE AFDCPI (default=32) 0 = "Not in universe, not in sample," ; VALUE GA_PID (default=32) 0 = "Not in universe, not in sample," ; VALUE FOSTPI (default=32) 0 = "Not in universe, not in sample," ; VALUE OTH_PI (default=32) 0 = "Not in universe, not in sample," ; VALUE WIC_PI (default=32) 0 = "Not in universe, not in sample," ; VALUE FS_PID (default=32) 0 = "Not in universe, not in sample," ; VALUE WS_I1L (default=32) 0 = "No imputations, not applicable," 1 = "Monthly amount imputed" ; VALUE WS_I2L (default=32) 0 = "No imputations, not applicable," 1 = "Monthly amount imputed" ; VALUE SE_I1L (default=32) 0 = "No imputations, not applicable," 1 = "Monthly amount imputed" ; VALUE SE_I2L (default=32) 0 = "No imputations, not applicable," 1 = "Monthly amount imputed" ; VALUE G1_I1L (default=32) 0 = "No imputations, not applicable," 1 = "Monthly amount imputed" ; VALUE G1_I2L (default=32) 0 = "No imputations, not applicable," 1 = "Monthly amount imputed" ; VALUE G1_I3L (default=32) 0 = "No imputations, not applicable," 1 = "Monthly amount imputed" ; VALUE G1_I4L (default=32) 0 = "No imputations, not applicable," 1 = "Monthly amount imputed" ; VALUE G1_I5L (default=32) 0 = "No imputations, not applicable," 1 = "Monthly amount imputed" ; VALUE G1_I6L (default=32) 0 = "No imputations, not applicable," 1 = "Monthly amount imputed" ; VALUE G1_I7L (default=32) 0 = "No imputations, not applicable," 1 = "Monthly amount imputed" ; VALUE G1_I8L (default=32) 0 = "No imputations, not applicable," 1 = "Monthly amount imputed" ; VALUE G1_I9L (default=32) 0 = "No imputations, not applicable," 1 = "Monthly amount imputed" ; VALUE G1_I10L (default=32) 0 = "No imputations, not applicable," 1 = "Monthly amount imputed" ; VALUE G2I100L (default=32) 0 = "No imputations, not applicable," 1 = "Monthly amount imputed" ; VALUE G2I104L (default=32) 0 = "No imputations, not applicable," 1 = "Monthly amount imputed" ; VALUE G2I110L (default=32) 0 = "No imputations, not applicable," 1 = "Monthly amount imputed" ; VALUE G2I120L (default=32) 0 = "No imputations, not applicable," 1 = "Monthly amount imputed" ; VALUE G2I130L (default=32) 0 = "No imputations, not applicable," 1 = "Monthly amount imputed" ; VALUE G2I140L (default=32) 0 = "No imputations, not applicable," 1 = "Monthly amount imputed" ; filename raw pipe "unzip -p /homes/data/sipp/1990/sipp90fp.zip "; data library.sip90fp; 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/sipp90fp.dat' LRECL=20000 PAD END=EOF; *LENGTH SUSEQNUM $6 PP_ID $9 PP_ENTRY $2 HH_ADD01 $2 HH_ADD02 $2 HH_ADD03 $2 HH_ADD04 $2 HH_ADD05 $2 HH_ADD06 $2 HH_ADD07 $2 HH_ADD08 $2 HH_ADD09 $2 HH_ADD10 $2 HH_ADD11 $2 HH_ADD12 $2 HH_ADD13 $2 HH_ADD14 $2 HH_ADD15 $2 HH_ADD16 $2 HH_ADD17 $2 HH_ADD18 $2 HH_ADD19 $2 HH_ADD20 $2 HH_ADD21 $2 HH_ADD22 $2 HH_ADD23 $2 HH_ADD24 $2 HH_ADD25 $2 HH_ADD26 $2 HH_ADD27 $2 HH_ADD28 $2 HH_ADD29 $2 HH_ADD30 $2 HH_ADD31 $2 HH_ADD32 $2 PNLWGT 8 FNLWGT90 8 FNLWGT91 8 LGTFA101 8 LGTFA102 8 LGTFA103 8 LGTFA104 8 LGTFA105 8 LGTFA106 8 LGTFA107 8 LGTFA108 8 LGTFA109 8 LGTFA110 8 LGTFA111 8 LGTFA112 8 LGTFA113 8 LGTFA114 8 LGTFA115 8 LGTFA116 8 LGTFA117 8 LGTFA118 8 LGTFA119 8 LGTFA120 8 LGTFA121 8 LGTFA122 8 LGTFA123 8 LGTFA124 8 LGTFA125 8 LGTFA126 8 LGTFA127 8 LGTFA128 8 LGTFA129 8 LGTFA130 8 LGTFA131 8 LGTFA132 8 LGTFA201 8 LGTFA202 8 LGTFA203 8 LGTFA204 8 LGTFA205 8 LGTFA206 8 LGTFA207 8 LGTFA208 8 LGTFA209 8 LGTFA210 8 LGTFA211 8 LGTFA212 8 LGTFA213 8 LGTFA214 8 LGTFA215 8 LGTFA216 8 LGTFA217 8 LGTFA218 8 LGTFA219 8 LGTFA220 8 LGTFA221 8 LGTFA222 8 LGTFA223 8 LGTFA224 8 LGTFA225 8 LGTFA226 8 LGTFA227 8 LGTFA228 8 LGTFA229 8 LGTFA230 8 LGTFA231 8 LGTFA232 8 U_BRTHYR 4 ENGRYAM1 4 ENGRYAM2 4 ENGRYAM3 4 ENGRYAM4 4 ENGRYAM5 4 ENGRYAM6 4 ENGRYAM7 4 ENGRYAM8 4 PUBRNAMT 4 PP_INC01 5 PP_INC02 5 PP_INC03 5 PP_INC04 5 PP_INC05 5 PP_INC06 5 PP_INC07 5 PP_INC08 5 PP_INC09 5 PP_INC10 5 PP_INC11 5 PP_INC12 5 PP_INC13 5 PP_INC14 5 PP_INC15 5 PP_INC16 5 PP_INC17 5 PP_INC18 5 PP_INC19 5 PP_INC20 5 PP_INC21 5 PP_INC22 5 PP_INC23 5 PP_INC24 5 PP_INC25 5 PP_INC26 5 PP_INC27 5 PP_INC28 5 PP_INC29 5 PP_INC30 5 PP_INC31 5 PP_INC32 5 PP_EAR01 5 PP_EAR02 5 PP_EAR03 5 PP_EAR04 5 PP_EAR05 5 PP_EAR06 5 PP_EAR07 5 PP_EAR08 5 PP_EAR09 5 PP_EAR10 5 PP_EAR11 5 PP_EAR12 5 PP_EAR13 5 PP_EAR14 5 PP_EAR15 5 PP_EAR16 5 PP_EAR17 5 PP_EAR18 5 PP_EAR19 5 PP_EAR20 5 PP_EAR21 5 PP_EAR22 5 PP_EAR23 5 PP_EAR24 5 PP_EAR25 5 PP_EAR26 5 PP_EAR27 5 PP_EAR28 5 PP_EAR29 5 PP_EAR30 5 PP_EAR31 5 PP_EAR32 5 FF_INC01 5 FF_INC02 5 FF_INC03 5 FF_INC04 5 FF_INC05 5 FF_INC06 5 FF_INC07 5 FF_INC08 5 FF_INC09 5 FF_INC10 5 FF_INC11 5 FF_INC12 5 FF_INC13 5 FF_INC14 5 FF_INC15 5 FF_INC16 5 FF_INC17 5 FF_INC18 5 FF_INC19 5 FF_INC20 5 FF_INC21 5 FF_INC22 5 FF_INC23 5 FF_INC24 5 FF_INC25 5 FF_INC26 5 FF_INC27 5 FF_INC28 5 FF_INC29 5 FF_INC30 5 FF_INC31 5 FF_INC32 5 FF_EAR01 4 FF_EAR02 4 FF_EAR03 4 FF_EAR04 4 FF_EAR05 4 FF_EAR06 4 FF_EAR07 4 FF_EAR08 4 FF_EAR09 4 FF_EAR10 4 FF_EAR11 4 FF_EAR12 4 FF_EAR13 4 FF_EAR14 4 FF_EAR15 4 FF_EAR16 4 FF_EAR17 4 FF_EAR18 4 FF_EAR19 4 FF_EAR20 4 FF_EAR21 4 FF_EAR22 4 FF_EAR23 4 FF_EAR24 4 FF_EAR25 4 FF_EAR26 4 FF_EAR27 4 FF_EAR28 4 FF_EAR29 4 FF_EAR30 4 FF_EAR31 4 FF_EAR32 4 FF_PRO01 4 FF_PRO02 4 FF_PRO03 4 FF_PRO04 4 FF_PRO05 4 FF_PRO06 4 FF_PRO07 4 FF_PRO08 4 FF_PRO09 4 FF_PRO10 4 FF_PRO11 4 FF_PRO12 4 FF_PRO13 4 FF_PRO14 4 FF_PRO15 4 FF_PRO16 4 FF_PRO17 4 FF_PRO18 4 FF_PRO19 4 FF_PRO20 4 FF_PRO21 4 FF_PRO22 4 FF_PRO23 4 FF_PRO24 4 FF_PRO25 4 FF_PRO26 4 FF_PRO27 4 FF_PRO28 4 FF_PRO29 4 FF_PRO30 4 FF_PRO31 4 FF_PRO32 4 FF_TRA01 4 FF_TRA02 4 FF_TRA03 4 FF_TRA04 4 FF_TRA05 4 FF_TRA06 4 FF_TRA07 4 FF_TRA08 4 FF_TRA09 4 FF_TRA10 4 FF_TRA11 4 FF_TRA12 4 FF_TRA13 4 FF_TRA14 4 FF_TRA15 4 FF_TRA16 4 FF_TRA17 4 FF_TRA18 4 FF_TRA19 4 FF_TRA20 4 FF_TRA21 4 FF_TRA22 4 FF_TRA23 4 FF_TRA24 4 FF_TRA25 4 FF_TRA26 4 FF_TRA27 4 FF_TRA28 4 FF_TRA29 4 FF_TRA30 4 FF_TRA31 4 FF_TRA32 4 FF_OTH01 4 FF_OTH02 4 FF_OTH03 4 FF_OTH04 4 FF_OTH05 4 FF_OTH06 4 FF_OTH07 4 FF_OTH08 4 FF_OTH09 4 FF_OTH10 4 FF_OTH11 4 FF_OTH12 4 FF_OTH13 4 FF_OTH14 4 FF_OTH15 4 FF_OTH16 4 FF_OTH17 4 FF_OTH18 4 FF_OTH19 4 FF_OTH20 4 FF_OTH21 4 FF_OTH22 4 FF_OTH23 4 FF_OTH24 4 FF_OTH25 4 FF_OTH26 4 FF_OTH27 4 FF_OTH28 4 FF_OTH29 4 FF_OTH30 4 FF_OTH31 4 FF_OTH32 4 HH_INC01 5 HH_INC02 5 HH_INC03 5 HH_INC04 5 HH_INC05 5 HH_INC06 5 HH_INC07 5 HH_INC08 5 HH_INC09 5 HH_INC10 5 HH_INC11 5 HH_INC12 5 HH_INC13 5 HH_INC14 5 HH_INC15 5 HH_INC16 5 HH_INC17 5 HH_INC18 5 HH_INC19 5 HH_INC20 5 HH_INC21 5 HH_INC22 5 HH_INC23 5 HH_INC24 5 HH_INC25 5 HH_INC26 5 HH_INC27 5 HH_INC28 5 HH_INC29 5 HH_INC30 5 HH_INC31 5 HH_INC32 5 HH_EAR01 4 HH_EAR02 4 HH_EAR03 4 HH_EAR04 4 HH_EAR05 4 HH_EAR06 4 HH_EAR07 4 HH_EAR08 4 HH_EAR09 4 HH_EAR10 4 HH_EAR11 4 HH_EAR12 4 HH_EAR13 4 HH_EAR14 4 HH_EAR15 4 HH_EAR16 4 HH_EAR17 4 HH_EAR18 4 HH_EAR19 4 HH_EAR20 4 HH_EAR21 4 HH_EAR22 4 HH_EAR23 4 HH_EAR24 4 HH_EAR25 4 HH_EAR26 4 HH_EAR27 4 HH_EAR28 4 HH_EAR29 4 HH_EAR30 4 HH_EAR31 4 HH_EAR32 4 HH_PRO01 4 HH_PRO02 4 HH_PRO03 4 HH_PRO04 4 HH_PRO05 4 HH_PRO06 4 HH_PRO07 4 HH_PRO08 4 HH_PRO09 4 HH_PRO10 4 HH_PRO11 4 HH_PRO12 4 HH_PRO13 4 HH_PRO14 4 HH_PRO15 4 HH_PRO16 4 HH_PRO17 4 HH_PRO18 4 HH_PRO19 4 HH_PRO20 4 HH_PRO21 4 HH_PRO22 4 HH_PRO23 4 HH_PRO24 4 HH_PRO25 4 HH_PRO26 4 HH_PRO27 4 HH_PRO28 4 HH_PRO29 4 HH_PRO30 4 HH_PRO31 4 HH_PRO32 4 HH_TRA01 4 HH_TRA02 4 HH_TRA03 4 HH_TRA04 4 HH_TRA05 4 HH_TRA06 4 HH_TRA07 4 HH_TRA08 4 HH_TRA09 4 HH_TRA10 4 HH_TRA11 4 HH_TRA12 4 HH_TRA13 4 HH_TRA14 4 HH_TRA15 4 HH_TRA16 4 HH_TRA17 4 HH_TRA18 4 HH_TRA19 4 HH_TRA20 4 HH_TRA21 4 HH_TRA22 4 HH_TRA23 4 HH_TRA24 4 HH_TRA25 4 HH_TRA26 4 HH_TRA27 4 HH_TRA28 4 HH_TRA29 4 HH_TRA30 4 HH_TRA31 4 HH_TRA32 4 HH_OTH01 4 HH_OTH02 4 HH_OTH03 4 HH_OTH04 4 HH_OTH05 4 HH_OTH06 4 HH_OTH07 4 HH_OTH08 4 HH_OTH09 4 HH_OTH10 4 HH_OTH11 4 HH_OTH12 4 HH_OTH13 4 HH_OTH14 4 HH_OTH15 4 HH_OTH16 4 HH_OTH17 4 HH_OTH18 4 HH_OTH19 4 HH_OTH20 4 HH_OTH21 4 HH_OTH22 4 HH_OTH23 4 HH_OTH24 4 HH_OTH25 4 HH_OTH26 4 HH_OTH27 4 HH_OTH28 4 HH_OTH29 4 HH_OTH30 4 HH_OTH31 4 HH_OTH32 4 FF_POV01 4 FF_POV02 4 FF_POV03 4 FF_POV04 4 FF_POV05 4 FF_POV06 4 FF_POV07 4 FF_POV08 4 FF_POV09 4 FF_POV10 4 FF_POV11 4 FF_POV12 4 FF_POV13 4 FF_POV14 4 FF_POV15 4 FF_POV16 4 FF_POV17 4 FF_POV18 4 FF_POV19 4 FF_POV20 4 FF_POV21 4 FF_POV22 4 FF_POV23 4 FF_POV24 4 FF_POV25 4 FF_POV26 4 FF_POV27 4 FF_POV28 4 FF_POV29 4 FF_POV30 4 FF_POV31 4 FF_POV32 4 ERNAM101 4 ERNAM102 4 ERNAM103 4 ERNAM104 4 ERNAM105 4 ERNAM106 4 ERNAM107 4 ERNAM108 4 ERNAM109 4 ERNAM110 4 ERNAM111 4 ERNAM112 4 ERNAM113 4 ERNAM114 4 ERNAM115 4 ERNAM116 4 ERNAM117 4 ERNAM118 4 ERNAM119 4 ERNAM120 4 ERNAM121 4 ERNAM122 4 ERNAM123 4 ERNAM124 4 ERNAM125 4 ERNAM126 4 ERNAM127 4 ERNAM128 4 ERNAM129 4 ERNAM130 4 ERNAM131 4 ERNAM132 4 ERNAM201 4 ERNAM202 4 ERNAM203 4 ERNAM204 4 ERNAM205 4 ERNAM206 4 ERNAM207 4 ERNAM208 4 ERNAM209 4 ERNAM210 4 ERNAM211 4 ERNAM212 4 ERNAM213 4 ERNAM214 4 ERNAM215 4 ERNAM216 4 ERNAM217 4 ERNAM218 4 ERNAM219 4 ERNAM220 4 ERNAM221 4 ERNAM222 4 ERNAM223 4 ERNAM224 4 ERNAM225 4 ERNAM226 4 ERNAM227 4 ERNAM228 4 ERNAM229 4 ERNAM230 4 ERNAM231 4 ERNAM232 4 HRRAT101 8 HRRAT102 8 HRRAT103 8 HRRAT104 8 HRRAT105 8 HRRAT106 8 HRRAT107 8 HRRAT108 8 HRRAT109 8 HRRAT110 8 HRRAT111 8 HRRAT112 8 HRRAT113 8 HRRAT114 8 HRRAT115 8 HRRAT116 8 HRRAT117 8 HRRAT118 8 HRRAT119 8 HRRAT120 8 HRRAT121 8 HRRAT122 8 HRRAT123 8 HRRAT124 8 HRRAT125 8 HRRAT126 8 HRRAT127 8 HRRAT128 8 HRRAT129 8 HRRAT130 8 HRRAT131 8 HRRAT132 8 HRRAT201 8 HRRAT202 8 HRRAT203 8 HRRAT204 8 HRRAT205 8 HRRAT206 8 HRRAT207 8 HRRAT208 8 HRRAT209 8 HRRAT210 8 HRRAT211 8 HRRAT212 8 HRRAT213 8 HRRAT214 8 HRRAT215 8 HRRAT216 8 HRRAT217 8 HRRAT218 8 HRRAT219 8 HRRAT220 8 HRRAT221 8 HRRAT222 8 HRRAT223 8 HRRAT224 8 HRRAT225 8 HRRAT226 8 HRRAT227 8 HRRAT228 8 HRRAT229 8 HRRAT230 8 HRRAT231 8 HRRAT232 8 SE_AM101 4 SE_AM102 4 SE_AM103 4 SE_AM104 4 SE_AM105 4 SE_AM106 4 SE_AM107 4 SE_AM108 4 SE_AM109 4 SE_AM110 4 SE_AM111 4 SE_AM112 4 SE_AM113 4 SE_AM114 4 SE_AM115 4 SE_AM116 4 SE_AM117 4 SE_AM118 4 SE_AM119 4 SE_AM120 4 SE_AM121 4 SE_AM122 4 SE_AM123 4 SE_AM124 4 SE_AM125 4 SE_AM126 4 SE_AM127 4 SE_AM128 4 SE_AM129 4 SE_AM130 4 SE_AM131 4 SE_AM132 4 SE_AM201 4 SE_AM202 4 SE_AM203 4 SE_AM204 4 SE_AM205 4 SE_AM206 4 SE_AM207 4 SE_AM208 4 SE_AM209 4 SE_AM210 4 SE_AM211 4 SE_AM212 4 SE_AM213 4 SE_AM214 4 SE_AM215 4 SE_AM216 4 SE_AM217 4 SE_AM218 4 SE_AM219 4 SE_AM220 4 SE_AM221 4 SE_AM222 4 SE_AM223 4 SE_AM224 4 SE_AM225 4 SE_AM226 4 SE_AM227 4 SE_AM228 4 SE_AM229 4 SE_AM230 4 SE_AM231 4 SE_AM232 4 G1_A1_01 4 G1_A1_02 4 G1_A1_03 4 G1_A1_04 4 G1_A1_05 4 G1_A1_06 4 G1_A1_07 4 G1_A1_08 4 G1_A1_09 4 G1_A1_10 4 G1_A1_11 4 G1_A1_12 4 G1_A1_13 4 G1_A1_14 4 G1_A1_15 4 G1_A1_16 4 G1_A1_17 4 G1_A1_18 4 G1_A1_19 4 G1_A1_20 4 G1_A1_21 4 G1_A1_22 4 G1_A1_23 4 G1_A1_24 4 G1_A1_25 4 G1_A1_26 4 G1_A1_27 4 G1_A1_28 4 G1_A1_29 4 G1_A1_30 4 G1_A1_31 4 G1_A1_32 4 G1_A2_01 4 G1_A2_02 4 G1_A2_03 4 G1_A2_04 4 G1_A2_05 4 G1_A2_06 4 G1_A2_07 4 G1_A2_08 4 G1_A2_09 4 G1_A2_10 4 G1_A2_11 4 G1_A2_12 4 G1_A2_13 4 G1_A2_14 4 G1_A2_15 4 G1_A2_16 4 G1_A2_17 4 G1_A2_18 4 G1_A2_19 4 G1_A2_20 4 G1_A2_21 4 G1_A2_22 4 G1_A2_23 4 G1_A2_24 4 G1_A2_25 4 G1_A2_26 4 G1_A2_27 4 G1_A2_28 4 G1_A2_29 4 G1_A2_30 4 G1_A2_31 4 G1_A2_32 4 G1_A3_01 4 G1_A3_02 4 G1_A3_03 4 G1_A3_04 4 G1_A3_05 4 G1_A3_06 4 G1_A3_07 4 G1_A3_08 4 G1_A3_09 4 G1_A3_10 4 G1_A3_11 4 G1_A3_12 4 G1_A3_13 4 G1_A3_14 4 G1_A3_15 4 G1_A3_16 4 G1_A3_17 4 G1_A3_18 4 G1_A3_19 4 G1_A3_20 4 G1_A3_21 4 G1_A3_22 4 G1_A3_23 4 G1_A3_24 4 G1_A3_25 4 G1_A3_26 4 G1_A3_27 4 G1_A3_28 4 G1_A3_29 4 G1_A3_30 4 G1_A3_31 4 G1_A3_32 4 G1_A4_01 4 G1_A4_02 4 G1_A4_03 4 G1_A4_04 4 G1_A4_05 4 G1_A4_06 4 G1_A4_07 4 G1_A4_08 4 G1_A4_09 4 G1_A4_10 4 G1_A4_11 4 G1_A4_12 4 G1_A4_13 4 G1_A4_14 4 G1_A4_15 4 G1_A4_16 4 G1_A4_17 4 G1_A4_18 4 G1_A4_19 4 G1_A4_20 4 G1_A4_21 4 G1_A4_22 4 G1_A4_23 4 G1_A4_24 4 G1_A4_25 4 G1_A4_26 4 G1_A4_27 4 G1_A4_28 4 G1_A4_29 4 G1_A4_30 4 G1_A4_31 4 G1_A4_32 4 G1_A5_01 4 G1_A5_02 4 G1_A5_03 4 G1_A5_04 4 G1_A5_05 4 G1_A5_06 4 G1_A5_07 4 G1_A5_08 4 G1_A5_09 4 G1_A5_10 4 G1_A5_11 4 G1_A5_12 4 G1_A5_13 4 G1_A5_14 4 G1_A5_15 4 G1_A5_16 4 G1_A5_17 4 G1_A5_18 4 G1_A5_19 4 G1_A5_20 4 G1_A5_21 4 G1_A5_22 4 G1_A5_23 4 G1_A5_24 4 G1_A5_25 4 G1_A5_26 4 G1_A5_27 4 G1_A5_28 4 G1_A5_29 4 G1_A5_30 4 G1_A5_31 4 G1_A5_32 4 G1_A6_01 4 G1_A6_02 4 G1_A6_03 4 G1_A6_04 4 G1_A6_05 4 G1_A6_06 4 G1_A6_07 4 G1_A6_08 4 G1_A6_09 4 G1_A6_10 4 G1_A6_11 4 G1_A6_12 4 G1_A6_13 4 G1_A6_14 4 G1_A6_15 4 G1_A6_16 4 G1_A6_17 4 G1_A6_18 4 G1_A6_19 4 G1_A6_20 4 G1_A6_21 4 G1_A6_22 4 G1_A6_23 4 G1_A6_24 4 G1_A6_25 4 G1_A6_26 4 G1_A6_27 4 G1_A6_28 4 G1_A6_29 4 G1_A6_30 4 G1_A6_31 4 G1_A6_32 4 G1_A7_01 4 G1_A7_02 4 G1_A7_03 4 G1_A7_04 4 G1_A7_05 4 G1_A7_06 4 G1_A7_07 4 G1_A7_08 4 G1_A7_09 4 G1_A7_10 4 G1_A7_11 4 G1_A7_12 4 G1_A7_13 4 G1_A7_14 4 G1_A7_15 4 G1_A7_16 4 G1_A7_17 4 G1_A7_18 4 G1_A7_19 4 G1_A7_20 4 G1_A7_21 4 G1_A7_22 4 G1_A7_23 4 G1_A7_24 4 G1_A7_25 4 G1_A7_26 4 G1_A7_27 4 G1_A7_28 4 G1_A7_29 4 G1_A7_30 4 G1_A7_31 4 G1_A7_32 4 G1_A8_01 4 G1_A8_02 4 G1_A8_03 4 G1_A8_04 4 G1_A8_05 4 G1_A8_06 4 G1_A8_07 4 G1_A8_08 4 G1_A8_09 4 G1_A8_10 4 G1_A8_11 4 G1_A8_12 4 G1_A8_13 4 G1_A8_14 4 G1_A8_15 4 G1_A8_16 4 G1_A8_17 4 G1_A8_18 4 G1_A8_19 4 G1_A8_20 4 G1_A8_21 4 G1_A8_22 4 G1_A8_23 4 G1_A8_24 4 G1_A8_25 4 G1_A8_26 4 G1_A8_27 4 G1_A8_28 4 G1_A8_29 4 G1_A8_30 4 G1_A8_31 4 G1_A8_32 4 G1_A9_01 4 G1_A9_02 4 G1_A9_03 4 G1_A9_04 4 G1_A9_05 4 G1_A9_06 4 G1_A9_07 4 G1_A9_08 4 G1_A9_09 4 G1_A9_10 4 G1_A9_11 4 G1_A9_12 4 G1_A9_13 4 G1_A9_14 4 G1_A9_15 4 G1_A9_16 4 G1_A9_17 4 G1_A9_18 4 G1_A9_19 4 G1_A9_20 4 G1_A9_21 4 G1_A9_22 4 G1_A9_23 4 G1_A9_24 4 G1_A9_25 4 G1_A9_26 4 G1_A9_27 4 G1_A9_28 4 G1_A9_29 4 G1_A9_30 4 G1_A9_31 4 G1_A9_32 4 G1_A1001 4 G1_A1002 4 G1_A1003 4 G1_A1004 4 G1_A1005 4 G1_A1006 4 G1_A1007 4 G1_A1008 4 G1_A1009 4 G1_A1010 4 G1_A1011 4 G1_A1012 4 G1_A1013 4 G1_A1014 4 G1_A1015 4 G1_A1016 4 G1_A1017 4 G1_A1018 4 G1_A1019 4 G1_A1020 4 G1_A1021 4 G1_A1022 4 G1_A1023 4 G1_A1024 4 G1_A1025 4 G1_A1026 4 G1_A1027 4 G1_A1028 4 G1_A1029 4 G1_A1030 4 G1_A1031 4 G1_A1032 4 G2A10001 5 G2A10002 5 G2A10003 5 G2A10004 5 G2A10005 5 G2A10006 5 G2A10007 5 G2A10008 5 G2A10009 5 G2A10010 5 G2A10011 5 G2A10012 5 G2A10013 5 G2A10014 5 G2A10015 5 G2A10016 5 G2A10017 5 G2A10018 5 G2A10019 5 G2A10020 5 G2A10021 5 G2A10022 5 G2A10023 5 G2A10024 5 G2A10025 5 G2A10026 5 G2A10027 5 G2A10028 5 G2A10029 5 G2A10030 5 G2A10031 5 G2A10032 5 G2A10401 5 G2A10402 5 G2A10403 5 G2A10404 5 G2A10405 5 G2A10406 5 G2A10407 5 G2A10408 5 G2A10409 5 G2A10410 5 G2A10411 5 G2A10412 5 G2A10413 5 G2A10414 5 G2A10415 5 G2A10416 5 G2A10417 5 G2A10418 5 G2A10419 5 G2A10420 5 G2A10421 5 G2A10422 5 G2A10423 5 G2A10424 5 G2A10425 5 G2A10426 5 G2A10427 5 G2A10428 5 G2A10429 5 G2A10430 5 G2A10431 5 G2A10432 5 G2A11001 5 G2A11002 5 G2A11003 5 G2A11004 5 G2A11005 5 G2A11006 5 G2A11007 5 G2A11008 5 G2A11009 5 G2A11010 5 G2A11011 5 G2A11012 5 G2A11013 5 G2A11014 5 G2A11015 5 G2A11016 5 G2A11017 5 G2A11018 5 G2A11019 5 G2A11020 5 G2A11021 5 G2A11022 5 G2A11023 5 G2A11024 5 G2A11025 5 G2A11026 5 G2A11027 5 G2A11028 5 G2A11029 5 G2A11030 5 G2A11031 5 G2A11032 5 G2A12001 5 G2A12002 5 G2A12003 5 G2A12004 5 G2A12005 5 G2A12006 5 G2A12007 5 G2A12008 5 G2A12009 5 G2A12010 5 G2A12011 5 G2A12012 5 G2A12013 5 G2A12014 5 G2A12015 5 G2A12016 5 G2A12017 5 G2A12018 5 G2A12019 5 G2A12020 5 G2A12021 5 G2A12022 5 G2A12023 5 G2A12024 5 G2A12025 5 G2A12026 5 G2A12027 5 G2A12028 5 G2A12029 5 G2A12030 5 G2A12031 5 G2A12032 5 G2A13001 5 G2A13002 5 G2A13003 5 G2A13004 5 G2A13005 5 G2A13006 5 G2A13007 5 G2A13008 5 G2A13009 5 G2A13010 5 G2A13011 5 G2A13012 5 G2A13013 5 G2A13014 5 G2A13015 5 G2A13016 5 G2A13017 5 G2A13018 5 G2A13019 5 G2A13020 5 G2A13021 5 G2A13022 5 G2A13023 5 G2A13024 5 G2A13025 5 G2A13026 5 G2A13027 5 G2A13028 5 G2A13029 5 G2A13030 5 G2A13031 5 G2A13032 5 G2A14001 5 G2A14002 5 G2A14003 5 G2A14004 5 G2A14005 5 G2A14006 5 G2A14007 5 G2A14008 5 G2A14009 5 G2A14010 5 G2A14011 5 G2A14012 5 G2A14013 5 G2A14014 5 G2A14015 5 G2A14016 5 G2A14017 5 G2A14018 5 G2A14019 5 G2A14020 5 G2A14021 5 G2A14022 5 G2A14023 5 G2A14024 5 G2A14025 5 G2A14026 5 G2A14027 5 G2A14028 5 G2A14029 5 G2A14030 5 G2A14031 5 G2A14032 5 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 $6. @7 ROT 1. @8 PP_ID $9. @17 PP_ENTRY $2. @19 PP_PNUM $3. @22 SU_TOTPP 2. @24 PP_RCSEQ 2. @26 HH_ADD01 $2. @28 HH_ADD02 $2. @30 HH_ADD03 $2. @32 HH_ADD04 $2. @34 HH_ADD05 $2. @36 HH_ADD06 $2. @38 HH_ADD07 $2. @40 HH_ADD08 $2. @42 HH_ADD09 $2. @44 HH_ADD10 $2. @46 HH_ADD11 $2. @48 HH_ADD12 $2. @50 HH_ADD13 $2. @52 HH_ADD14 $2. @54 HH_ADD15 $2. @56 HH_ADD16 $2. @58 HH_ADD17 $2. @60 HH_ADD18 $2. @62 HH_ADD19 $2. @64 HH_ADD20 $2. @66 HH_ADD21 $2. @68 HH_ADD22 $2. @70 HH_ADD23 $2. @72 HH_ADD24 $2. @74 HH_ADD25 $2. @76 HH_ADD26 $2. @78 HH_ADD27 $2. @80 HH_ADD28 $2. @82 HH_ADD29 $2. @84 HH_ADD30 $2. @86 HH_ADD31 $2. @88 HH_ADD32 $2. @90 PP_INTV1 1. @91 PP_INTV2 1. @92 PP_INTV3 1. @93 PP_INTV4 1. @94 PP_INTV5 1. @95 PP_INTV6 1. @96 PP_INTV7 1. @97 PP_INTV8 1. @98 PP_MIS01 1. @99 PP_MIS02 1. @100 PP_MIS03 1. @101 PP_MIS04 1. @102 PP_MIS05 1. @103 PP_MIS06 1. @104 PP_MIS07 1. @105 PP_MIS08 1. @106 PP_MIS09 1. @107 PP_MIS10 1. @108 PP_MIS11 1. @109 PP_MIS12 1. @110 PP_MIS13 1. @111 PP_MIS14 1. @112 PP_MIS15 1. @113 PP_MIS16 1. @114 PP_MIS17 1. @115 PP_MIS18 1. @116 PP_MIS19 1. @117 PP_MIS20 1. @118 PP_MIS21 1. @119 PP_MIS22 1. @120 PP_MIS23 1. @121 PP_MIS24 1. @122 PP_MIS25 1. @123 PP_MIS26 1. @124 PP_MIS27 1. @125 PP_MIS28 1. @126 PP_MIS29 1. @127 PP_MIS30 1. @128 PP_MIS31 1. @129 PP_MIS32 1. @130 REASLEF1 1. @131 REASLEF2 1. @132 REASLEF3 1. @133 REASLEF4 1. @134 REASLEF5 1. @135 REASLEF6 1. @136 REASLEF7 1. @137 REASLEF8 1. @138 HHINST01 2. @140 HHINST02 2. @142 HHINST03 2. @144 HHINST04 2. @146 HHINST05 2. @148 HHINST06 2. @150 HHINST07 2. @152 HHINST08 2. @154 HHINST09 2. @156 HHINST10 2. @158 HHINST11 2. @160 HHINST12 2. @162 HHINST13 2. @164 HHINST14 2. @166 HHINST15 2. @168 HHINST16 2. @170 HHINST17 2. @172 HHINST18 2. @174 HHINST19 2. @176 HHINST20 2. @178 HHINST21 2. @180 HHINST22 2. @182 HHINST23 2. @184 HHINST24 2. @186 HHINST25 2. @188 HHINST26 2. @190 HHINST27 2. @192 HHINST28 2. @194 HHINST29 2. @196 HHINST30 2. @198 HHINST31 2. @200 HHINST32 2. @202 PNLWGT 12.4 @214 FNLWGT90 12.4 @226 FNLWGT91 12.4 @238 MST_RGC 3. @241 HALFSAMP 1. @242 VARSTRAT 2. @244 LGTHHT01 1. @245 LGTHHT02 1. @246 LGTHHT03 1. @247 LGTHHT04 1. @248 LGTHHT05 1. @249 LGTHHT06 1. @250 LGTHHT07 1. @251 LGTHHT08 1. @252 LGTHHT09 1. @253 LGTHHT10 1. @254 LGTHHT11 1. @255 LGTHHT12 1. @256 LGTHHT13 1. @257 LGTHHT14 1. @258 LGTHHT15 1. @259 LGTHHT16 1. @260 LGTHHT17 1. @261 LGTHHT18 1. @262 LGTHHT19 1. @263 LGTHHT20 1. @264 LGTHHT21 1. @265 LGTHHT22 1. @266 LGTHHT23 1. @267 LGTHHT24 1. @268 LGTHHT25 1. @269 LGTHHT26 1. @270 LGTHHT27 1. @271 LGTHHT28 1. @272 LGTHHT29 1. @273 LGTHHT30 1. @274 LGTHHT31 1. @275 LGTHHT32 1. @276 LGTKEY01 3. @279 LGTKEY02 3. @282 LGTKEY03 3. @285 LGTKEY04 3. @288 LGTKEY05 3. @291 LGTKEY06 3. @294 LGTKEY07 3. @297 LGTKEY08 3. @300 LGTKEY09 3. @303 LGTKEY10 3. @306 LGTKEY11 3. @309 LGTKEY12 3. @312 LGTKEY13 3. @315 LGTKEY14 3. @318 LGTKEY15 3. @321 LGTKEY16 3. @324 LGTKEY17 3. @327 LGTKEY18 3. @330 LGTKEY19 3. @333 LGTKEY20 3. @336 LGTKEY21 3. @339 LGTKEY22 3. @342 LGTKEY23 3. @345 LGTKEY24 3. @348 LGTKEY25 3. @351 LGTKEY26 3. @354 LGTKEY27 3. @357 LGTKEY28 3. @360 LGTKEY29 3. @363 LGTKEY30 3. @366 LGTKEY31 3. @369 LGTKEY32 3. @372 LGTOTH01 3. @375 LGTOTH02 3. @378 LGTOTH03 3. @381 LGTOTH04 3. @384 LGTOTH05 3. @387 LGTOTH06 3. @390 LGTOTH07 3. @393 LGTOTH08 3. @396 LGTOTH09 3. @399 LGTOTH10 3. @402 LGTOTH11 3. @405 LGTOTH12 3. @408 LGTOTH13 3. @411 LGTOTH14 3. @414 LGTOTH15 3. @417 LGTOTH16 3. @420 LGTOTH17 3. @423 LGTOTH18 3. @426 LGTOTH19 3. @429 LGTOTH20 3. @432 LGTOTH21 3. @435 LGTOTH22 3. @438 LGTOTH23 3. @441 LGTOTH24 3. @444 LGTOTH25 3. @447 LGTOTH26 3. @450 LGTOTH27 3. @453 LGTOTH28 3. @456 LGTOTH29 3. @459 LGTOTH30 3. @462 LGTOTH31 3. @465 LGTOTH32 3. @468 LGTFA101 12.4 @480 LGTFA102 12.4 @492 LGTFA103 12.4 @504 LGTFA104 12.4 @516 LGTFA105 12.4 @528 LGTFA106 12.4 @540 LGTFA107 12.4 @552 LGTFA108 12.4 @564 LGTFA109 12.4 @576 LGTFA110 12.4 @588 LGTFA111 12.4 @600 LGTFA112 12.4 @612 LGTFA113 12.4 @624 LGTFA114 12.4 @636 LGTFA115 12.4 @648 LGTFA116 12.4 @660 LGTFA117 12.4 @672 LGTFA118 12.4 @684 LGTFA119 12.4 @696 LGTFA120 12.4 @708 LGTFA121 12.4 @720 LGTFA122 12.4 @732 LGTFA123 12.4 @744 LGTFA124 12.4 @756 LGTFA125 12.4 @768 LGTFA126 12.4 @780 LGTFA127 12.4 @792 LGTFA128 12.4 @804 LGTFA129 12.4 @816 LGTFA130 12.4 @828 LGTFA131 12.4 @840 LGTFA132 12.4 @852 LGTFA201 12.4 @864 LGTFA202 12.4 @876 LGTFA203 12.4 @888 LGTFA204 12.4 @900 LGTFA205 12.4 @912 LGTFA206 12.4 @924 LGTFA207 12.4 @936 LGTFA208 12.4 @948 LGTFA209 12.4 @960 LGTFA210 12.4 @972 LGTFA211 12.4 @984 LGTFA212 12.4 @996 LGTFA213 12.4 @1008 LGTFA214 12.4 @1020 LGTFA215 12.4 @1032 LGTFA216 12.4 @1044 LGTFA217 12.4 @1056 LGTFA218 12.4 @1068 LGTFA219 12.4 @1080 LGTFA220 12.4 @1092 LGTFA221 12.4 @1104 LGTFA222 12.4 @1116 LGTFA223 12.4 @1128 LGTFA224 12.4 @1140 LGTFA225 12.4 @1152 LGTFA226 12.4 @1164 LGTFA227 12.4 @1176 LGTFA228 12.4 @1188 LGTFA229 12.4 @1200 LGTFA230 12.4 @1212 LGTFA231 12.4 @1224 LGTFA232 12.4 @1236 SEX 1. @1237 RACE 1. @1238 ETHNICTY 2. @1240 RRP_01 1. @1241 RRP_02 1. @1242 RRP_03 1. @1243 RRP_04 1. @1244 RRP_05 1. @1245 RRP_06 1. @1246 RRP_07 1. @1247 RRP_08 1. @1248 RRP_09 1. @1249 RRP_10 1. @1250 RRP_11 1. @1251 RRP_12 1. @1252 RRP_13 1. @1253 RRP_14 1. @1254 RRP_15 1. @1255 RRP_16 1. @1256 RRP_17 1. @1257 RRP_18 1. @1258 RRP_19 1. @1259 RRP_20 1. @1260 RRP_21 1. @1261 RRP_22 1. @1262 RRP_23 1. @1263 RRP_24 1. @1264 RRP_25 1. @1265 RRP_26 1. @1266 RRP_27 1. @1267 RRP_28 1. @1268 RRP_29 1. @1269 RRP_30 1. @1270 RRP_31 1. @1271 RRP_32 1. @1272 AGE_01 2. @1274 AGE_02 2. @1276 AGE_03 2. @1278 AGE_04 2. @1280 AGE_05 2. @1282 AGE_06 2. @1284 AGE_07 2. @1286 AGE_08 2. @1288 AGE_09 2. @1290 AGE_10 2. @1292 AGE_11 2. @1294 AGE_12 2. @1296 AGE_13 2. @1298 AGE_14 2. @1300 AGE_15 2. @1302 AGE_16 2. @1304 AGE_17 2. @1306 AGE_18 2. @1308 AGE_19 2. @1310 AGE_20 2. @1312 AGE_21 2. @1314 AGE_22 2. @1316 AGE_23 2. @1318 AGE_24 2. @1320 AGE_25 2. @1322 AGE_26 2. @1324 AGE_27 2. @1326 AGE_28 2. @1328 AGE_29 2. @1330 AGE_30 2. @1332 AGE_31 2. @1334 AGE_32 2. @1336 MS_01 1. @1337 MS_02 1. @1338 MS_03 1. @1339 MS_04 1. @1340 MS_05 1. @1341 MS_06 1. @1342 MS_07 1. @1343 MS_08 1. @1344 MS_09 1. @1345 MS_10 1. @1346 MS_11 1. @1347 MS_12 1. @1348 MS_13 1. @1349 MS_14 1. @1350 MS_15 1. @1351 MS_16 1. @1352 MS_17 1. @1353 MS_18 1. @1354 MS_19 1. @1355 MS_20 1. @1356 MS_21 1. @1357 MS_22 1. @1358 MS_23 1. @1359 MS_24 1. @1360 MS_25 1. @1361 MS_26 1. @1362 MS_27 1. @1363 MS_28 1. @1364 MS_29 1. @1365 MS_30 1. @1366 MS_31 1. @1367 MS_32 1. @1368 FAMTYP01 1. @1369 FAMTYP02 1. @1370 FAMTYP03 1. @1371 FAMTYP04 1. @1372 FAMTYP05 1. @1373 FAMTYP06 1. @1374 FAMTYP07 1. @1375 FAMTYP08 1. @1376 FAMTYP09 1. @1377 FAMTYP10 1. @1378 FAMTYP11 1. @1379 FAMTYP12 1. @1380 FAMTYP13 1. @1381 FAMTYP14 1. @1382 FAMTYP15 1. @1383 FAMTYP16 1. @1384 FAMTYP17 1. @1385 FAMTYP18 1. @1386 FAMTYP19 1. @1387 FAMTYP20 1. @1388 FAMTYP21 1. @1389 FAMTYP22 1. @1390 FAMTYP23 1. @1391 FAMTYP24 1. @1392 FAMTYP25 1. @1393 FAMTYP26 1. @1394 FAMTYP27 1. @1395 FAMTYP28 1. @1396 FAMTYP29 1. @1397 FAMTYP30 1. @1398 FAMTYP31 1. @1399 FAMTYP32 1. @1400 FAMREL01 1. @1401 FAMREL02 1. @1402 FAMREL03 1. @1403 FAMREL04 1. @1404 FAMREL05 1. @1405 FAMREL06 1. @1406 FAMREL07 1. @1407 FAMREL08 1. @1408 FAMREL09 1. @1409 FAMREL10 1. @1410 FAMREL11 1. @1411 FAMREL12 1. @1412 FAMREL13 1. @1413 FAMREL14 1. @1414 FAMREL15 1. @1415 FAMREL16 1. @1416 FAMREL17 1. @1417 FAMREL18 1. @1418 FAMREL19 1. @1419 FAMREL20 1. @1420 FAMREL21 1. @1421 FAMREL22 1. @1422 FAMREL23 1. @1423 FAMREL24 1. @1424 FAMREL25 1. @1425 FAMREL26 1. @1426 FAMREL27 1. @1427 FAMREL28 1. @1428 FAMREL29 1. @1429 FAMREL30 1. @1430 FAMREL31 1. @1431 FAMREL32 1. @1432 FAMNUM01 1. @1433 FAMNUM02 1. @1434 FAMNUM03 1. @1435 FAMNUM04 1. @1436 FAMNUM05 1. @1437 FAMNUM06 1. @1438 FAMNUM07 1. @1439 FAMNUM08 1. @1440 FAMNUM09 1. @1441 FAMNUM10 1. @1442 FAMNUM11 1. @1443 FAMNUM12 1. @1444 FAMNUM13 1. @1445 FAMNUM14 1. @1446 FAMNUM15 1. @1447 FAMNUM16 1. @1448 FAMNUM17 1. @1449 FAMNUM18 1. @1450 FAMNUM19 1. @1451 FAMNUM20 1. @1452 FAMNUM21 1. @1453 FAMNUM22 1. @1454 FAMNUM23 1. @1455 FAMNUM24 1. @1456 FAMNUM25 1. @1457 FAMNUM26 1. @1458 FAMNUM27 1. @1459 FAMNUM28 1. @1460 FAMNUM29 1. @1461 FAMNUM30 1. @1462 FAMNUM31 1. @1463 FAMNUM32 1. @1464 PNSP_01 3. @1467 PNSP_02 3. @1470 PNSP_03 3. @1473 PNSP_04 3. @1476 PNSP_05 3. @1479 PNSP_06 3. @1482 PNSP_07 3. @1485 PNSP_08 3. @1488 PNSP_09 3. @1491 PNSP_10 3. @1494 PNSP_11 3. @1497 PNSP_12 3. @1500 PNSP_13 3. @1503 PNSP_14 3. @1506 PNSP_15 3. @1509 PNSP_16 3. @1512 PNSP_17 3. @1515 PNSP_18 3. @1518 PNSP_19 3. @1521 PNSP_20 3. @1524 PNSP_21 3. @1527 PNSP_22 3. @1530 PNSP_23 3. @1533 PNSP_24 3. @1536 PNSP_25 3. @1539 PNSP_26 3. @1542 PNSP_27 3. @1545 PNSP_28 3. @1548 PNSP_29 3. @1551 PNSP_30 3. @1554 PNSP_31 3. @1557 PNSP_32 3. @1560 ENT_SP01 2. @1562 ENT_SP02 2. @1564 ENT_SP03 2. @1566 ENT_SP04 2. @1568 ENT_SP05 2. @1570 ENT_SP06 2. @1572 ENT_SP07 2. @1574 ENT_SP08 2. @1576 ENT_SP09 2. @1578 ENT_SP10 2. @1580 ENT_SP11 2. @1582 ENT_SP12 2. @1584 ENT_SP13 2. @1586 ENT_SP14 2. @1588 ENT_SP15 2. @1590 ENT_SP16 2. @1592 ENT_SP17 2. @1594 ENT_SP18 2. @1596 ENT_SP19 2. @1598 ENT_SP20 2. @1600 ENT_SP21 2. @1602 ENT_SP22 2. @1604 ENT_SP23 2. @1606 ENT_SP24 2. @1608 ENT_SP25 2. @1610 ENT_SP26 2. @1612 ENT_SP27 2. @1614 ENT_SP28 2. @1616 ENT_SP29 2. @1618 ENT_SP30 2. @1620 ENT_SP31 2. @1622 ENT_SP32 2. @1624 PNPT_01 3. @1627 PNPT_02 3. @1630 PNPT_03 3. @1633 PNPT_04 3. @1636 PNPT_05 3. @1639 PNPT_06 3. @1642 PNPT_07 3. @1645 PNPT_08 3. @1648 PNPT_09 3. @1651 PNPT_10 3. @1654 PNPT_11 3. @1657 PNPT_12 3. @1660 PNPT_13 3. @1663 PNPT_14 3. @1666 PNPT_15 3. @1669 PNPT_16 3. @1672 PNPT_17 3. @1675 PNPT_18 3. @1678 PNPT_19 3. @1681 PNPT_20 3. @1684 PNPT_21 3. @1687 PNPT_22 3. @1690 PNPT_23 3. @1693 PNPT_24 3. @1696 PNPT_25 3. @1699 PNPT_26 3. @1702 PNPT_27 3. @1705 PNPT_28 3. @1708 PNPT_29 3. @1711 PNPT_30 3. @1714 PNPT_31 3. @1717 PNPT_32 3. @1720 ENT_PT01 2. @1722 ENT_PT02 2. @1724 ENT_PT03 2. @1726 ENT_PT04 2. @1728 ENT_PT05 2. @1730 ENT_PT06 2. @1732 ENT_PT07 2. @1734 ENT_PT08 2. @1736 ENT_PT09 2. @1738 ENT_PT10 2. @1740 ENT_PT11 2. @1742 ENT_PT12 2. @1744 ENT_PT13 2. @1746 ENT_PT14 2. @1748 ENT_PT15 2. @1750 ENT_PT16 2. @1752 ENT_PT17 2. @1754 ENT_PT18 2. @1756 ENT_PT19 2. @1758 ENT_PT20 2. @1760 ENT_PT21 2. @1762 ENT_PT22 2. @1764 ENT_PT23 2. @1766 ENT_PT24 2. @1768 ENT_PT25 2. @1770 ENT_PT26 2. @1772 ENT_PT27 2. @1774 ENT_PT28 2. @1776 ENT_PT29 2. @1778 ENT_PT30 2. @1780 ENT_PT31 2. @1782 ENT_PT32 2. @1784 HIGRADE1 2. @1786 HIGRADE2 2. @1788 HIGRADE3 2. @1790 HIGRADE4 2. @1792 HIGRADE5 2. @1794 HIGRADE6 2. @1796 HIGRADE7 2. @1798 HIGRADE8 2. @1800 GRD_CMP1 1. @1801 GRD_CMP2 1. @1802 GRD_CMP3 1. @1803 GRD_CMP4 1. @1804 GRD_CMP5 1. @1805 GRD_CMP6 1. @1806 GRD_CMP7 1. @1807 GRD_CMP8 1. @1808 VETSTAT1 1. @1809 VETSTAT2 1. @1810 VETSTAT3 1. @1811 VETSTAT4 1. @1812 VETSTAT5 1. @1813 VETSTAT6 1. @1814 VETSTAT7 1. @1815 VETSTAT8 1. @1816 IN_AF_1 1. @1817 IN_AF_2 1. @1818 IN_AF_3 1. @1819 IN_AF_4 1. @1820 IN_AF_5 1. @1821 IN_AF_6 1. @1822 IN_AF_7 1. @1823 IN_AF_8 1. @1824 USRV1_1 1. @1825 USRV1_2 1. @1826 USRV1_3 1. @1827 USRV1_4 1. @1828 USRV1_5 1. @1829 USRV1_6 1. @1830 USRV1_7 1. @1831 USRV1_8 1. @1832 USRV2_1 1. @1833 USRV2_2 1. @1834 USRV2_3 1. @1835 USRV2_4 1. @1836 USRV2_5 1. @1837 USRV2_6 1. @1838 USRV2_7 1. @1839 USRV2_8 1. @1840 USRV3_1 1. @1841 USRV3_2 1. @1842 USRV3_3 1. @1843 USRV3_4 1. @1844 USRV3_5 1. @1845 USRV3_6 1. @1846 USRV3_7 1. @1847 USRV3_8 1. @1848 U_BRTHMN 2. @1850 U_BRTHYR 4. @1854 U_PNGD1 3. @1857 U_PNGD2 3. @1860 U_PNGD3 3. @1863 U_PNGD4 3. @1866 U_PNGD5 3. @1869 U_PNGD6 3. @1872 U_PNGD7 3. @1875 U_PNGD8 3. @1878 ENTID_G1 2. @1880 ENTID_G2 2. @1882 ENTID_G3 2. @1884 ENTID_G4 2. @1886 ENTID_G5 2. @1888 ENTID_G6 2. @1890 ENTID_G7 2. @1892 ENTID_G8 2. @1894 LIVQTR01 2. @1896 LIVQTR02 2. @1898 LIVQTR03 2. @1900 LIVQTR04 2. @1902 LIVQTR05 2. @1904 LIVQTR06 2. @1906 LIVQTR07 2. @1908 LIVQTR08 2. @1910 LIVQTR09 2. @1912 LIVQTR10 2. @1914 LIVQTR11 2. @1916 LIVQTR12 2. @1918 LIVQTR13 2. @1920 LIVQTR14 2. @1922 LIVQTR15 2. @1924 LIVQTR16 2. @1926 LIVQTR17 2. @1928 LIVQTR18 2. @1930 LIVQTR19 2. @1932 LIVQTR20 2. @1934 LIVQTR21 2. @1936 LIVQTR22 2. @1938 LIVQTR23 2. @1940 LIVQTR24 2. @1942 LIVQTR25 2. @1944 LIVQTR26 2. @1946 LIVQTR27 2. @1948 LIVQTR28 2. @1950 LIVQTR29 2. @1952 LIVQTR30 2. @1954 LIVQTR31 2. @1956 LIVQTR32 2. @1958 TENURE01 1. @1959 TENURE02 1. @1960 TENURE03 1. @1961 TENURE04 1. @1962 TENURE05 1. @1963 TENURE06 1. @1964 TENURE07 1. @1965 TENURE08 1. @1966 TENURE09 1. @1967 TENURE10 1. @1968 TENURE11 1. @1969 TENURE12 1. @1970 TENURE13 1. @1971 TENURE14 1. @1972 TENURE15 1. @1973 TENURE16 1. @1974 TENURE17 1. @1975 TENURE18 1. @1976 TENURE19 1. @1977 TENURE20 1. @1978 TENURE21 1. @1979 TENURE22 1. @1980 TENURE23 1. @1981 TENURE24 1. @1982 TENURE25 1. @1983 TENURE26 1. @1984 TENURE27 1. @1985 TENURE28 1. @1986 TENURE29 1. @1987 TENURE30 1. @1988 TENURE31 1. @1989 TENURE32 1. @1990 PUBHOU01 1. @1991 PUBHOU02 1. @1992 PUBHOU03 1. @1993 PUBHOU04 1. @1994 PUBHOU05 1. @1995 PUBHOU06 1. @1996 PUBHOU07 1. @1997 PUBHOU08 1. @1998 PUBHOU09 1. @1999 PUBHOU10 1. @2000 PUBHOU11 1. @2001 PUBHOU12 1. @2002 PUBHOU13 1. @2003 PUBHOU14 1. @2004 PUBHOU15 1. @2005 PUBHOU16 1. @2006 PUBHOU17 1. @2007 PUBHOU18 1. @2008 PUBHOU19 1. @2009 PUBHOU20 1. @2010 PUBHOU21 1. @2011 PUBHOU22 1. @2012 PUBHOU23 1. @2013 PUBHOU24 1. @2014 PUBHOU25 1. @2015 PUBHOU26 1. @2016 PUBHOU27 1. @2017 PUBHOU28 1. @2018 PUBHOU29 1. @2019 PUBHOU30 1. @2020 PUBHOU31 1. @2021 PUBHOU32 1. @2022 LOW_RE01 1. @2023 LOW_RE02 1. @2024 LOW_RE03 1. @2025 LOW_RE04 1. @2026 LOW_RE05 1. @2027 LOW_RE06 1. @2028 LOW_RE07 1. @2029 LOW_RE08 1. @2030 LOW_RE09 1. @2031 LOW_RE10 1. @2032 LOW_RE11 1. @2033 LOW_RE12 1. @2034 LOW_RE13 1. @2035 LOW_RE14 1. @2036 LOW_RE15 1. @2037 LOW_RE16 1. @2038 LOW_RE17 1. @2039 LOW_RE18 1. @2040 LOW_RE19 1. @2041 LOW_RE20 1. @2042 LOW_RE21 1. @2043 LOW_RE22 1. @2044 LOW_RE23 1. @2045 LOW_RE24 1. @2046 LOW_RE25 1. @2047 LOW_RE26 1. @2048 LOW_RE27 1. @2049 LOW_RE28 1. @2050 LOW_RE29 1. @2051 LOW_RE30 1. @2052 LOW_RE31 1. @2053 LOW_RE32 1. @2054 ADDID51 2. @2056 ADDID52 2. @2058 ADDID53 2. @2060 ADDID54 2. @2062 ADDID55 2. @2064 ADDID56 2. @2066 ADDID57 2. @2068 ADDID58 2. @2070 ENGRY_Y1 1. @2071 ENGRY_Y2 1. @2072 ENGRY_Y3 1. @2073 ENGRY_Y4 1. @2074 ENGRY_Y5 1. @2075 ENGRY_Y6 1. @2076 ENGRY_Y7 1. @2077 ENGRY_Y8 1. @2078 ENGRYTY1 1. @2079 ENGRYTY2 1. @2080 ENGRYTY3 1. @2081 ENGRYTY4 1. @2082 ENGRYTY5 1. @2083 ENGRYTY6 1. @2084 ENGRYTY7 1. @2085 ENGRYTY8 1. @2086 ENGRYAM1 6. @2092 ENGRYAM2 6. @2098 ENGRYAM3 6. @2104 ENGRYAM4 6. @2110 ENGRYAM5 6. @2116 ENGRYAM6 6. @2122 ENGRYAM7 6. @2128 ENGRYAM8 6. @2134 TYPELUN1 1. @2135 TYPELUN2 1. @2136 TYPELUN3 1. @2137 TYPELUN4 1. @2138 TYPELUN5 1. @2139 TYPELUN6 1. @2140 TYPELUN7 1. @2141 TYPELUN8 1. @2142 NUM_LUN1 2. @2144 NUM_LUN2 2. @2146 NUM_LUN3 2. @2148 NUM_LUN4 2. @2150 NUM_LUN5 2. @2152 NUM_LUN6 2. @2154 NUM_LUN7 2. @2156 NUM_LUN8 2. @2158 TYPEBRK1 1. @2159 TYPEBRK2 1. @2160 TYPEBRK3 1. @2161 TYPEBRK4 1. @2162 TYPEBRK5 1. @2163 TYPEBRK6 1. @2164 TYPEBRK7 1. @2165 TYPEBRK8 1. @2166 NUM_BRK1 2. @2168 NUM_BRK2 2. @2170 NUM_BRK3 2. @2172 NUM_BRK4 2. @2174 NUM_BRK5 2. @2176 NUM_BRK6 2. @2178 NUM_BRK7 2. @2180 NUM_BRK8 2. @2182 PUBRNTYN 1. @2183 PUBRNAMT 6. @2189 UTLPAYYN 1. @2190 GEO_STE1 2. @2192 GEO_STE2 2. @2194 GEO_STE3 2. @2196 GEO_STE4 2. @2198 GEO_STE5 2. @2200 GEO_STE6 2. @2202 GEO_STE7 2. @2204 GEO_STE8 2. @2206 SC1332 2. @2208 SC1334 2. @2210 SC1336 3. @2213 SC1346 2. @2215 SC1348 2. @2217 SC1360 1. @2218 SC1418 1. @2219 SC1456 1. @2220 MEDCODE 2. @2222 SC1468 1. @2223 SC1472 2. @2225 DISAB 1. @2226 ATT_SCH1 1. @2227 ATT_SCH2 1. @2228 ATT_SCH3 1. @2229 ATT_SCH4 1. @2230 ATT_SCH5 1. @2231 ATT_SCH6 1. @2232 ATT_SCH7 1. @2233 ATT_SCH8 1. @2234 ENRL_M01 1. @2235 ENRL_M02 1. @2236 ENRL_M03 1. @2237 ENRL_M04 1. @2238 ENRL_M05 1. @2239 ENRL_M06 1. @2240 ENRL_M07 1. @2241 ENRL_M08 1. @2242 ENRL_M09 1. @2243 ENRL_M10 1. @2244 ENRL_M11 1. @2245 ENRL_M12 1. @2246 ENRL_M13 1. @2247 ENRL_M14 1. @2248 ENRL_M15 1. @2249 ENRL_M16 1. @2250 ENRL_M17 1. @2251 ENRL_M18 1. @2252 ENRL_M19 1. @2253 ENRL_M20 1. @2254 ENRL_M21 1. @2255 ENRL_M22 1. @2256 ENRL_M23 1. @2257 ENRL_M24 1. @2258 ENRL_M25 1. @2259 ENRL_M26 1. @2260 ENRL_M27 1. @2261 ENRL_M28 1. @2262 ENRL_M29 1. @2263 ENRL_M30 1. @2264 ENRL_M31 1. @2265 ENRL_M32 1. @2266 ED_LEVE1 2. @2268 ED_LEVE2 2. @2270 ED_LEVE3 2. @2272 ED_LEVE4 2. @2274 ED_LEVE5 2. @2276 ED_LEVE6 2. @2278 ED_LEVE7 2. @2280 ED_LEVE8 2. @2282 ED_FINA1 1. @2283 ED_FINA2 1. @2284 ED_FINA3 1. @2285 ED_FINA4 1. @2286 ED_FINA5 1. @2287 ED_FINA6 1. @2288 ED_FINA7 1. @2289 ED_FINA8 1. @2290 SC16721 1. @2291 SC16722 1. @2292 SC16723 1. @2293 SC16724 1. @2294 SC16725 1. @2295 SC16726 1. @2296 SC16727 1. @2297 SC16728 1. @2298 SC16741 1. @2299 SC16742 1. @2300 SC16743 1. @2301 SC16744 1. @2302 SC16745 1. @2303 SC16746 1. @2304 SC16747 1. @2305 SC16748 1. @2306 SC16761 1. @2307 SC16762 1. @2308 SC16763 1. @2309 SC16764 1. @2310 SC16765 1. @2311 SC16766 1. @2312 SC16767 1. @2313 SC16768 1. @2314 SC16781 1. @2315 SC16782 1. @2316 SC16783 1. @2317 SC16784 1. @2318 SC16785 1. @2319 SC16786 1. @2320 SC16787 1. @2321 SC16788 1. @2322 SC16801 1. @2323 SC16802 1. @2324 SC16803 1. @2325 SC16804 1. @2326 SC16805 1. @2327 SC16806 1. @2328 SC16807 1. @2329 SC16808 1. @2330 SC16821 1. @2331 SC16822 1. @2332 SC16823 1. @2333 SC16824 1. @2334 SC16825 1. @2335 SC16826 1. @2336 SC16827 1. @2337 SC16828 1. @2338 SC16841 1. @2339 SC16842 1. @2340 SC16843 1. @2341 SC16844 1. @2342 SC16845 1. @2343 SC16846 1. @2344 SC16847 1. @2345 SC16848 1. @2346 SC16861 1. @2347 SC16862 1. @2348 SC16863 1. @2349 SC16864 1. @2350 SC16865 1. @2351 SC16866 1. @2352 SC16867 1. @2353 SC16868 1. @2354 SC16881 1. @2355 SC16882 1. @2356 SC16883 1. @2357 SC16884 1. @2358 SC16885 1. @2359 SC16886 1. @2360 SC16887 1. @2361 SC16888 1. @2362 SC16901 1. @2363 SC16902 1. @2364 SC16903 1. @2365 SC16904 1. @2366 SC16905 1. @2367 SC16906 1. @2368 SC16907 1. @2369 SC16908 1. @2370 SC16921 1. @2371 SC16922 1. @2372 SC16923 1. @2373 SC16924 1. @2374 SC16925 1. @2375 SC16926 1. @2376 SC16927 1. @2377 SC16928 1. @2378 SC16961 1. @2379 SC16962 1. @2380 SC16963 1. @2381 SC16964 1. @2382 SC16965 1. @2383 SC16966 1. @2384 SC16967 1. @2385 SC16968 1. @2386 PP_INC01 8. @2394 PP_INC02 8. @2402 PP_INC03 8. @2410 PP_INC04 8. @2418 PP_INC05 8. @2426 PP_INC06 8. @2434 PP_INC07 8. @2442 PP_INC08 8. @2450 PP_INC09 8. @2458 PP_INC10 8. @2466 PP_INC11 8. @2474 PP_INC12 8. @2482 PP_INC13 8. @2490 PP_INC14 8. @2498 PP_INC15 8. @2506 PP_INC16 8. @2514 PP_INC17 8. @2522 PP_INC18 8. @2530 PP_INC19 8. @2538 PP_INC20 8. @2546 PP_INC21 8. @2554 PP_INC22 8. @2562 PP_INC23 8. @2570 PP_INC24 8. @2578 PP_INC25 8. @2586 PP_INC26 8. @2594 PP_INC27 8. @2602 PP_INC28 8. @2610 PP_INC29 8. @2618 PP_INC30 8. @2626 PP_INC31 8. @2634 PP_INC32 8. @2642 PP_EAR01 7. @2649 PP_EAR02 7. @2656 PP_EAR03 7. @2663 PP_EAR04 7. @2670 PP_EAR05 7. @2677 PP_EAR06 7. @2684 PP_EAR07 7. @2691 PP_EAR08 7. @2698 PP_EAR09 7. @2705 PP_EAR10 7. @2712 PP_EAR11 7. @2719 PP_EAR12 7. @2726 PP_EAR13 7. @2733 PP_EAR14 7. @2740 PP_EAR15 7. @2747 PP_EAR16 7. @2754 PP_EAR17 7. @2761 PP_EAR18 7. @2768 PP_EAR19 7. @2775 PP_EAR20 7. @2782 PP_EAR21 7. @2789 PP_EAR22 7. @2796 PP_EAR23 7. @2803 PP_EAR24 7. @2810 PP_EAR25 7. @2817 PP_EAR26 7. @2824 PP_EAR27 7. @2831 PP_EAR28 7. @2838 PP_EAR29 7. @2845 PP_EAR30 7. @2852 PP_EAR31 7. @2859 PP_EAR32 7. @2866 FF_INC01 8. @2874 FF_INC02 8. @2882 FF_INC03 8. @2890 FF_INC04 8. @2898 FF_INC05 8. @2906 FF_INC06 8. @2914 FF_INC07 8. @2922 FF_INC08 8. @2930 FF_INC09 8. @2938 FF_INC10 8. @2946 FF_INC11 8. @2954 FF_INC12 8. @2962 FF_INC13 8. @2970 FF_INC14 8. @2978 FF_INC15 8. @2986 FF_INC16 8. @2994 FF_INC17 8. @3002 FF_INC18 8. @3010 FF_INC19 8. @3018 FF_INC20 8. @3026 FF_INC21 8. @3034 FF_INC22 8. @3042 FF_INC23 8. @3050 FF_INC24 8. @3058 FF_INC25 8. @3066 FF_INC26 8. @3074 FF_INC27 8. @3082 FF_INC28 8. @3090 FF_INC29 8. @3098 FF_INC30 8. @3106 FF_INC31 8. @3114 FF_INC32 8. @3122 FF_EAR01 6. @3128 FF_EAR02 6. @3134 FF_EAR03 6. @3140 FF_EAR04 6. @3146 FF_EAR05 6. @3152 FF_EAR06 6. @3158 FF_EAR07 6. @3164 FF_EAR08 6. @3170 FF_EAR09 6. @3176 FF_EAR10 6. @3182 FF_EAR11 6. @3188 FF_EAR12 6. @3194 FF_EAR13 6. @3200 FF_EAR14 6. @3206 FF_EAR15 6. @3212 FF_EAR16 6. @3218 FF_EAR17 6. @3224 FF_EAR18 6. @3230 FF_EAR19 6. @3236 FF_EAR20 6. @3242 FF_EAR21 6. @3248 FF_EAR22 6. @3254 FF_EAR23 6. @3260 FF_EAR24 6. @3266 FF_EAR25 6. @3272 FF_EAR26 6. @3278 FF_EAR27 6. @3284 FF_EAR28 6. @3290 FF_EAR29 6. @3296 FF_EAR30 6. @3302 FF_EAR31 6. @3308 FF_EAR32 6. @3314 FF_PRO01 6. @3320 FF_PRO02 6. @3326 FF_PRO03 6. @3332 FF_PRO04 6. @3338 FF_PRO05 6. @3344 FF_PRO06 6. @3350 FF_PRO07 6. @3356 FF_PRO08 6. @3362 FF_PRO09 6. @3368 FF_PRO10 6. @3374 FF_PRO11 6. @3380 FF_PRO12 6. @3386 FF_PRO13 6. @3392 FF_PRO14 6. @3398 FF_PRO15 6. @3404 FF_PRO16 6. @3410 FF_PRO17 6. @3416 FF_PRO18 6. @3422 FF_PRO19 6. @3428 FF_PRO20 6. @3434 FF_PRO21 6. @3440 FF_PRO22 6. @3446 FF_PRO23 6. @3452 FF_PRO24 6. @3458 FF_PRO25 6. @3464 FF_PRO26 6. @3470 FF_PRO27 6. @3476 FF_PRO28 6. @3482 FF_PRO29 6. @3488 FF_PRO30 6. @3494 FF_PRO31 6. @3500 FF_PRO32 6. @3506 FF_TRA01 6. @3512 FF_TRA02 6. @3518 FF_TRA03 6. @3524 FF_TRA04 6. @3530 FF_TRA05 6. @3536 FF_TRA06 6. @3542 FF_TRA07 6. @3548 FF_TRA08 6. @3554 FF_TRA09 6. @3560 FF_TRA10 6. @3566 FF_TRA11 6. @3572 FF_TRA12 6. @3578 FF_TRA13 6. @3584 FF_TRA14 6. @3590 FF_TRA15 6. @3596 FF_TRA16 6. @3602 FF_TRA17 6. @3608 FF_TRA18 6. @3614 FF_TRA19 6. @3620 FF_TRA20 6. @3626 FF_TRA21 6. @3632 FF_TRA22 6. @3638 FF_TRA23 6. @3644 FF_TRA24 6. @3650 FF_TRA25 6. @3656 FF_TRA26 6. @3662 FF_TRA27 6. @3668 FF_TRA28 6. @3674 FF_TRA29 6. @3680 FF_TRA30 6. @3686 FF_TRA31 6. @3692 FF_TRA32 6. @3698 FF_OTH01 6. @3704 FF_OTH02 6. @3710 FF_OTH03 6. @3716 FF_OTH04 6. @3722 FF_OTH05 6. @3728 FF_OTH06 6. @3734 FF_OTH07 6. @3740 FF_OTH08 6. @3746 FF_OTH09 6. @3752 FF_OTH10 6. @3758 FF_OTH11 6. @3764 FF_OTH12 6. @3770 FF_OTH13 6. @3776 FF_OTH14 6. @3782 FF_OTH15 6. @3788 FF_OTH16 6. @3794 FF_OTH17 6. @3800 FF_OTH18 6. @3806 FF_OTH19 6. @3812 FF_OTH20 6. @3818 FF_OTH21 6. @3824 FF_OTH22 6. @3830 FF_OTH23 6. @3836 FF_OTH24 6. @3842 FF_OTH25 6. @3848 FF_OTH26 6. @3854 FF_OTH27 6. @3860 FF_OTH28 6. @3866 FF_OTH29 6. @3872 FF_OTH30 6. @3878 FF_OTH31 6. @3884 FF_OTH32 6. @3890 HH_INC01 8. @3898 HH_INC02 8. @3906 HH_INC03 8. @3914 HH_INC04 8. @3922 HH_INC05 8. @3930 HH_INC06 8. @3938 HH_INC07 8. @3946 HH_INC08 8. @3954 HH_INC09 8. @3962 HH_INC10 8. @3970 HH_INC11 8. @3978 HH_INC12 8. @3986 HH_INC13 8. @3994 HH_INC14 8. @4002 HH_INC15 8. @4010 HH_INC16 8. @4018 HH_INC17 8. @4026 HH_INC18 8. @4034 HH_INC19 8. @4042 HH_INC20 8. @4050 HH_INC21 8. @4058 HH_INC22 8. @4066 HH_INC23 8. @4074 HH_INC24 8. @4082 HH_INC25 8. @4090 HH_INC26 8. @4098 HH_INC27 8. @4106 HH_INC28 8. @4114 HH_INC29 8. @4122 HH_INC30 8. @4130 HH_INC31 8. @4138 HH_INC32 8. @4146 HH_EAR01 6. @4152 HH_EAR02 6. @4158 HH_EAR03 6. @4164 HH_EAR04 6. @4170 HH_EAR05 6. @4176 HH_EAR06 6. @4182 HH_EAR07 6. @4188 HH_EAR08 6. @4194 HH_EAR09 6. @4200 HH_EAR10 6. @4206 HH_EAR11 6. @4212 HH_EAR12 6. @4218 HH_EAR13 6. @4224 HH_EAR14 6. @4230 HH_EAR15 6. @4236 HH_EAR16 6. @4242 HH_EAR17 6. @4248 HH_EAR18 6. @4254 HH_EAR19 6. @4260 HH_EAR20 6. @4266 HH_EAR21 6. @4272 HH_EAR22 6. @4278 HH_EAR23 6. @4284 HH_EAR24 6. @4290 HH_EAR25 6. @4296 HH_EAR26 6. @4302 HH_EAR27 6. @4308 HH_EAR28 6. @4314 HH_EAR29 6. @4320 HH_EAR30 6. @4326 HH_EAR31 6. @4332 HH_EAR32 6. @4338 HH_PRO01 6. @4344 HH_PRO02 6. @4350 HH_PRO03 6. @4356 HH_PRO04 6. @4362 HH_PRO05 6. @4368 HH_PRO06 6. @4374 HH_PRO07 6. @4380 HH_PRO08 6. @4386 HH_PRO09 6. @4392 HH_PRO10 6. @4398 HH_PRO11 6. @4404 HH_PRO12 6. @4410 HH_PRO13 6. @4416 HH_PRO14 6. @4422 HH_PRO15 6. @4428 HH_PRO16 6. @4434 HH_PRO17 6. @4440 HH_PRO18 6. @4446 HH_PRO19 6. @4452 HH_PRO20 6. @4458 HH_PRO21 6. @4464 HH_PRO22 6. @4470 HH_PRO23 6. @4476 HH_PRO24 6. @4482 HH_PRO25 6. @4488 HH_PRO26 6. @4494 HH_PRO27 6. @4500 HH_PRO28 6. @4506 HH_PRO29 6. @4512 HH_PRO30 6. @4518 HH_PRO31 6. @4524 HH_PRO32 6. @4530 HH_TRA01 6. @4536 HH_TRA02 6. @4542 HH_TRA03 6. @4548 HH_TRA04 6. @4554 HH_TRA05 6. @4560 HH_TRA06 6. @4566 HH_TRA07 6. @4572 HH_TRA08 6. @4578 HH_TRA09 6. @4584 HH_TRA10 6. @4590 HH_TRA11 6. @4596 HH_TRA12 6. @4602 HH_TRA13 6. @4608 HH_TRA14 6. @4614 HH_TRA15 6. @4620 HH_TRA16 6. @4626 HH_TRA17 6. @4632 HH_TRA18 6. @4638 HH_TRA19 6. @4644 HH_TRA20 6. @4650 HH_TRA21 6. @4656 HH_TRA22 6. @4662 HH_TRA23 6. @4668 HH_TRA24 6. @4674 HH_TRA25 6. @4680 HH_TRA26 6. @4686 HH_TRA27 6. @4692 HH_TRA28 6. @4698 HH_TRA29 6. @4704 HH_TRA30 6. @4710 HH_TRA31 6. @4716 HH_TRA32 6. @4722 HH_OTH01 6. @4728 HH_OTH02 6. @4734 HH_OTH03 6. @4740 HH_OTH04 6. @4746 HH_OTH05 6. @4752 HH_OTH06 6. @4758 HH_OTH07 6. @4764 HH_OTH08 6. @4770 HH_OTH09 6. @4776 HH_OTH10 6. @4782 HH_OTH11 6. @4788 HH_OTH12 6. @4794 HH_OTH13 6. @4800 HH_OTH14 6. @4806 HH_OTH15 6. @4812 HH_OTH16 6. @4818 HH_OTH17 6. @4824 HH_OTH18 6. @4830 HH_OTH19 6. @4836 HH_OTH20 6. @4842 HH_OTH21 6. @4848 HH_OTH22 6. @4854 HH_OTH23 6. @4860 HH_OTH24 6. @4866 HH_OTH25 6. @4872 HH_OTH26 6. @4878 HH_OTH27 6. @4884 HH_OTH28 6. @4890 HH_OTH29 6. @4896 HH_OTH30 6. @4902 HH_OTH31 6. @4908 HH_OTH32 6. @4914 FF_POV01 5. @4919 FF_POV02 5. @4924 FF_POV03 5. @4929 FF_POV04 5. @4934 FF_POV05 5. @4939 FF_POV06 5. @4944 FF_POV07 5. @4949 FF_POV08 5. @4954 FF_POV09 5. @4959 FF_POV10 5. @4964 FF_POV11 5. @4969 FF_POV12 5. @4974 FF_POV13 5. @4979 FF_POV14 5. @4984 FF_POV15 5. @4989 FF_POV16 5. @4994 FF_POV17 5. @4999 FF_POV18 5. @5004 FF_POV19 5. @5009 FF_POV20 5. @5014 FF_POV21 5. @5019 FF_POV22 5. @5024 FF_POV23 5. @5029 FF_POV24 5. @5034 FF_POV25 5. @5039 FF_POV26 5. @5044 FF_POV27 5. @5049 FF_POV28 5. @5054 FF_POV29 5. @5059 FF_POV30 5. @5064 FF_POV31 5. @5069 FF_POV32 5. @5074 TELEPHON 1. @5077 ESR_01 1. @5078 ESR_02 1. @5079 ESR_03 1. @5080 ESR_04 1. @5081 ESR_05 1. @5082 ESR_06 1. @5083 ESR_07 1. @5084 ESR_08 1. @5085 ESR_09 1. @5086 ESR_10 1. @5087 ESR_11 1. @5088 ESR_12 1. @5089 ESR_13 1. @5090 ESR_14 1. @5091 ESR_15 1. @5092 ESR_16 1. @5093 ESR_17 1. @5094 ESR_18 1. @5095 ESR_19 1. @5096 ESR_20 1. @5097 ESR_21 1. @5098 ESR_22 1. @5099 ESR_23 1. @5100 ESR_24 1. @5101 ESR_25 1. @5102 ESR_26 1. @5103 ESR_27 1. @5104 ESR_28 1. @5105 ESR_29 1. @5106 ESR_30 1. @5107 ESR_31 1. @5108 ESR_32 1. @5109 WKSPER01 1. @5110 WKSPER02 1. @5111 WKSPER03 1. @5112 WKSPER04 1. @5113 WKSPER05 1. @5114 WKSPER06 1. @5115 WKSPER07 1. @5116 WKSPER08 1. @5117 WKSPER09 1. @5118 WKSPER10 1. @5119 WKSPER11 1. @5120 WKSPER12 1. @5121 WKSPER13 1. @5122 WKSPER14 1. @5123 WKSPER15 1. @5124 WKSPER16 1. @5125 WKSPER17 1. @5126 WKSPER18 1. @5127 WKSPER19 1. @5128 WKSPER20 1. @5129 WKSPER21 1. @5130 WKSPER22 1. @5131 WKSPER23 1. @5132 WKSPER24 1. @5133 WKSPER25 1. @5134 WKSPER26 1. @5135 WKSPER27 1. @5136 WKSPER28 1. @5137 WKSPER29 1. @5138 WKSPER30 1. @5139 WKSPER31 1. @5140 WKSPER32 1. @5141 MTHJBW01 1. @5142 MTHJBW02 1. @5143 MTHJBW03 1. @5144 MTHJBW04 1. @5145 MTHJBW05 1. @5146 MTHJBW06 1. @5147 MTHJBW07 1. @5148 MTHJBW08 1. @5149 MTHJBW09 1. @5150 MTHJBW10 1. @5151 MTHJBW11 1. @5152 MTHJBW12 1. @5153 MTHJBW13 1. @5154 MTHJBW14 1. @5155 MTHJBW15 1. @5156 MTHJBW16 1. @5157 MTHJBW17 1. @5158 MTHJBW18 1. @5159 MTHJBW19 1. @5160 MTHJBW20 1. @5161 MTHJBW21 1. @5162 MTHJBW22 1. @5163 MTHJBW23 1. @5164 MTHJBW24 1. @5165 MTHJBW25 1. @5166 MTHJBW26 1. @5167 MTHJBW27 1. @5168 MTHJBW28 1. @5169 MTHJBW29 1. @5170 MTHJBW30 1. @5171 MTHJBW31 1. @5172 MTHJBW32 1. @5173 MTHWOP01 1. @5174 MTHWOP02 1. @5175 MTHWOP03 1. @5176 MTHWOP04 1. @5177 MTHWOP05 1. @5178 MTHWOP06 1. @5179 MTHWOP07 1. @5180 MTHWOP08 1. @5181 MTHWOP09 1. @5182 MTHWOP10 1. @5183 MTHWOP11 1. @5184 MTHWOP12 1. @5185 MTHWOP13 1. @5186 MTHWOP14 1. @5187 MTHWOP15 1. @5188 MTHWOP16 1. @5189 MTHWOP17 1. @5190 MTHWOP18 1. @5191 MTHWOP19 1. @5192 MTHWOP20 1. @5193 MTHWOP21 1. @5194 MTHWOP22 1. @5195 MTHWOP23 1. @5196 MTHWOP24 1. @5197 MTHWOP25 1. @5198 MTHWOP26 1. @5199 MTHWOP27 1. @5200 MTHWOP28 1. @5201 MTHWOP29 1. @5202 MTHWOP30 1. @5203 MTHWOP31 1. @5204 MTHWOP32 1. @5205 MTHWKS01 1. @5206 MTHWKS02 1. @5207 MTHWKS03 1. @5208 MTHWKS04 1. @5209 MTHWKS05 1. @5210 MTHWKS06 1. @5211 MTHWKS07 1. @5212 MTHWKS08 1. @5213 MTHWKS09 1. @5214 MTHWKS10 1. @5215 MTHWKS11 1. @5216 MTHWKS12 1. @5217 MTHWKS13 1. @5218 MTHWKS14 1. @5219 MTHWKS15 1. @5220 MTHWKS16 1. @5221 MTHWKS17 1. @5222 MTHWKS18 1. @5223 MTHWKS19 1. @5224 MTHWKS20 1. @5225 MTHWKS21 1. @5226 MTHWKS22 1. @5227 MTHWKS23 1. @5228 MTHWKS24 1. @5229 MTHWKS25 1. @5230 MTHWKS26 1. @5231 MTHWKS27 1. @5232 MTHWKS28 1. @5233 MTHWKS29 1. @5234 MTHWKS30 1. @5235 MTHWKS31 1. @5236 MTHWKS32 1. @5237 USUALHR1 2. @5239 USUALHR2 2. @5241 USUALHR3 2. @5243 USUALHR4 2. @5245 USUALHR5 2. @5247 USUALHR6 2. @5249 USUALHR7 2. @5251 USUALHR8 2. @5253 JOBID101 2. @5255 JOBID102 2. @5257 JOBID103 2. @5259 JOBID104 2. @5261 JOBID105 2. @5263 JOBID106 2. @5265 JOBID107 2. @5267 JOBID108 2. @5269 JOBID109 2. @5271 JOBID110 2. @5273 JOBID111 2. @5275 JOBID112 2. @5277 JOBID113 2. @5279 JOBID114 2. @5281 JOBID115 2. @5283 JOBID116 2. @5285 JOBID117 2. @5287 JOBID118 2. @5289 JOBID119 2. @5291 JOBID120 2. @5293 JOBID121 2. @5295 JOBID122 2. @5297 JOBID123 2. @5299 JOBID124 2. @5301 JOBID125 2. @5303 JOBID126 2. @5305 JOBID127 2. @5307 JOBID128 2. @5309 JOBID129 2. @5311 JOBID130 2. @5313 JOBID131 2. @5315 JOBID132 2. @5317 JOBID201 2. @5319 JOBID202 2. @5321 JOBID203 2. @5323 JOBID204 2. @5325 JOBID205 2. @5327 JOBID206 2. @5329 JOBID207 2. @5331 JOBID208 2. @5333 JOBID209 2. @5335 JOBID210 2. @5337 JOBID211 2. @5339 JOBID212 2. @5341 JOBID213 2. @5343 JOBID214 2. @5345 JOBID215 2. @5347 JOBID216 2. @5349 JOBID217 2. @5351 JOBID218 2. @5353 JOBID219 2. @5355 JOBID220 2. @5357 JOBID221 2. @5359 JOBID222 2. @5361 JOBID223 2. @5363 JOBID224 2. @5365 JOBID225 2. @5367 JOBID226 2. @5369 JOBID227 2. @5371 JOBID228 2. @5373 JOBID229 2. @5375 JOBID230 2. @5377 JOBID231 2. @5379 JOBID232 2. @5381 CLSWK101 1. @5382 CLSWK102 1. @5383 CLSWK103 1. @5384 CLSWK104 1. @5385 CLSWK105 1. @5386 CLSWK106 1. @5387 CLSWK107 1. @5388 CLSWK108 1. @5389 CLSWK109 1. @5390 CLSWK110 1. @5391 CLSWK111 1. @5392 CLSWK112 1. @5393 CLSWK113 1. @5394 CLSWK114 1. @5395 CLSWK115 1. @5396 CLSWK116 1. @5397 CLSWK117 1. @5398 CLSWK118 1. @5399 CLSWK119 1. @5400 CLSWK120 1. @5401 CLSWK121 1. @5402 CLSWK122 1. @5403 CLSWK123 1. @5404 CLSWK124 1. @5405 CLSWK125 1. @5406 CLSWK126 1. @5407 CLSWK127 1. @5408 CLSWK128 1. @5409 CLSWK129 1. @5410 CLSWK130 1. @5411 CLSWK131 1. @5412 CLSWK132 1. @5413 CLSWK201 1. @5414 CLSWK202 1. @5415 CLSWK203 1. @5416 CLSWK204 1. @5417 CLSWK205 1. @5418 CLSWK206 1. @5419 CLSWK207 1. @5420 CLSWK208 1. @5421 CLSWK209 1. @5422 CLSWK210 1. @5423 CLSWK211 1. @5424 CLSWK212 1. @5425 CLSWK213 1. @5426 CLSWK214 1. @5427 CLSWK215 1. @5428 CLSWK216 1. @5429 CLSWK217 1. @5430 CLSWK218 1. @5431 CLSWK219 1. @5432 CLSWK220 1. @5433 CLSWK221 1. @5434 CLSWK222 1. @5435 CLSWK223 1. @5436 CLSWK224 1. @5437 CLSWK225 1. @5438 CLSWK226 1. @5439 CLSWK227 1. @5440 CLSWK228 1. @5441 CLSWK229 1. @5442 CLSWK230 1. @5443 CLSWK231 1. @5444 CLSWK232 1. @5445 OCC1_01 3. @5448 OCC1_02 3. @5451 OCC1_03 3. @5454 OCC1_04 3. @5457 OCC1_05 3. @5460 OCC1_06 3. @5463 OCC1_07 3. @5466 OCC1_08 3. @5469 OCC1_09 3. @5472 OCC1_10 3. @5475 OCC1_11 3. @5478 OCC1_12 3. @5481 OCC1_13 3. @5484 OCC1_14 3. @5487 OCC1_15 3. @5490 OCC1_16 3. @5493 OCC1_17 3. @5496 OCC1_18 3. @5499 OCC1_19 3. @5502 OCC1_20 3. @5505 OCC1_21 3. @5508 OCC1_22 3. @5511 OCC1_23 3. @5514 OCC1_24 3. @5517 OCC1_25 3. @5520 OCC1_26 3. @5523 OCC1_27 3. @5526 OCC1_28 3. @5529 OCC1_29 3. @5532 OCC1_30 3. @5535 OCC1_31 3. @5538 OCC1_32 3. @5541 OCC2_01 3. @5544 OCC2_02 3. @5547 OCC2_03 3. @5550 OCC2_04 3. @5553 OCC2_05 3. @5556 OCC2_06 3. @5559 OCC2_07 3. @5562 OCC2_08 3. @5565 OCC2_09 3. @5568 OCC2_10 3. @5571 OCC2_11 3. @5574 OCC2_12 3. @5577 OCC2_13 3. @5580 OCC2_14 3. @5583 OCC2_15 3. @5586 OCC2_16 3. @5589 OCC2_17 3. @5592 OCC2_18 3. @5595 OCC2_19 3. @5598 OCC2_20 3. @5601 OCC2_21 3. @5604 OCC2_22 3. @5607 OCC2_23 3. @5610 OCC2_24 3. @5613 OCC2_25 3. @5616 OCC2_26 3. @5619 OCC2_27 3. @5622 OCC2_28 3. @5625 OCC2_29 3. @5628 OCC2_30 3. @5631 OCC2_31 3. @5634 OCC2_32 3. @5637 IND1_01 3. @5640 IND1_02 3. @5643 IND1_03 3. @5646 IND1_04 3. @5649 IND1_05 3. @5652 IND1_06 3. @5655 IND1_07 3. @5658 IND1_08 3. @5661 IND1_09 3. @5664 IND1_10 3. @5667 IND1_11 3. @5670 IND1_12 3. @5673 IND1_13 3. @5676 IND1_14 3. @5679 IND1_15 3. @5682 IND1_16 3. @5685 IND1_17 3. @5688 IND1_18 3. @5691 IND1_19 3. @5694 IND1_20 3. @5697 IND1_21 3. @5700 IND1_22 3. @5703 IND1_23 3. @5706 IND1_24 3. @5709 IND1_25 3. @5712 IND1_26 3. @5715 IND1_27 3. @5718 IND1_28 3. @5721 IND1_29 3. @5724 IND1_30 3. @5727 IND1_31 3. @5730 IND1_32 3. @5733 IND2_01 3. @5736 IND2_02 3. @5739 IND2_03 3. @5742 IND2_04 3. @5745 IND2_05 3. @5748 IND2_06 3. @5751 IND2_07 3. @5754 IND2_08 3. @5757 IND2_09 3. @5760 IND2_10 3. @5763 IND2_11 3. @5766 IND2_12 3. @5769 IND2_13 3. @5772 IND2_14 3. @5775 IND2_15 3. @5778 IND2_16 3. @5781 IND2_17 3. @5784 IND2_18 3. @5787 IND2_19 3. @5790 IND2_20 3. @5793 IND2_21 3. @5796 IND2_22 3. @5799 IND2_23 3. @5802 IND2_24 3. @5805 IND2_25 3. @5808 IND2_26 3. @5811 IND2_27 3. @5814 IND2_28 3. @5817 IND2_29 3. @5820 IND2_30 3. @5823 IND2_31 3. @5826 IND2_32 3. @5829 WKSEM101 1. @5830 WKSEM102 1. @5831 WKSEM103 1. @5832 WKSEM104 1. @5833 WKSEM105 1. @5834 WKSEM106 1. @5835 WKSEM107 1. @5836 WKSEM108 1. @5837 WKSEM109 1. @5838 WKSEM110 1. @5839 WKSEM111 1. @5840 WKSEM112 1. @5841 WKSEM113 1. @5842 WKSEM114 1. @5843 WKSEM115 1. @5844 WKSEM116 1. @5845 WKSEM117 1. @5846 WKSEM118 1. @5847 WKSEM119 1. @5848 WKSEM120 1. @5849 WKSEM121 1. @5850 WKSEM122 1. @5851 WKSEM123 1. @5852 WKSEM124 1. @5853 WKSEM125 1. @5854 WKSEM126 1. @5855 WKSEM127 1. @5856 WKSEM128 1. @5857 WKSEM129 1. @5858 WKSEM130 1. @5859 WKSEM131 1. @5860 WKSEM132 1. @5861 WKSEM201 1. @5862 WKSEM202 1. @5863 WKSEM203 1. @5864 WKSEM204 1. @5865 WKSEM205 1. @5866 WKSEM206 1. @5867 WKSEM207 1. @5868 WKSEM208 1. @5869 WKSEM209 1. @5870 WKSEM210 1. @5871 WKSEM211 1. @5872 WKSEM212 1. @5873 WKSEM213 1. @5874 WKSEM214 1. @5875 WKSEM215 1. @5876 WKSEM216 1. @5877 WKSEM217 1. @5878 WKSEM218 1. @5879 WKSEM219 1. @5880 WKSEM220 1. @5881 WKSEM221 1. @5882 WKSEM222 1. @5883 WKSEM223 1. @5884 WKSEM224 1. @5885 WKSEM225 1. @5886 WKSEM226 1. @5887 WKSEM227 1. @5888 WKSEM228 1. @5889 WKSEM229 1. @5890 WKSEM230 1. @5891 WKSEM231 1. @5892 WKSEM232 1. @5893 ERNAM101 6. @5899 ERNAM102 6. @5905 ERNAM103 6. @5911 ERNAM104 6. @5917 ERNAM105 6. @5923 ERNAM106 6. @5929 ERNAM107 6. @5935 ERNAM108 6. @5941 ERNAM109 6. @5947 ERNAM110 6. @5953 ERNAM111 6. @5959 ERNAM112 6. @5965 ERNAM113 6. @5971 ERNAM114 6. @5977 ERNAM115 6. @5983 ERNAM116 6. @5989 ERNAM117 6. @5995 ERNAM118 6. @6001 ERNAM119 6. @6007 ERNAM120 6. @6013 ERNAM121 6. @6019 ERNAM122 6. @6025 ERNAM123 6. @6031 ERNAM124 6. @6037 ERNAM125 6. @6043 ERNAM126 6. @6049 ERNAM127 6. @6055 ERNAM128 6. @6061 ERNAM129 6. @6067 ERNAM130 6. @6073 ERNAM131 6. @6079 ERNAM132 6. @6085 ERNAM201 6. @6091 ERNAM202 6. @6097 ERNAM203 6. @6103 ERNAM204 6. @6109 ERNAM205 6. @6115 ERNAM206 6. @6121 ERNAM207 6. @6127 ERNAM208 6. @6133 ERNAM209 6. @6139 ERNAM210 6. @6145 ERNAM211 6. @6151 ERNAM212 6. @6157 ERNAM213 6. @6163 ERNAM214 6. @6169 ERNAM215 6. @6175 ERNAM216 6. @6181 ERNAM217 6. @6187 ERNAM218 6. @6193 ERNAM219 6. @6199 ERNAM220 6. @6205 ERNAM221 6. @6211 ERNAM222 6. @6217 ERNAM223 6. @6223 ERNAM224 6. @6229 ERNAM225 6. @6235 ERNAM226 6. @6241 ERNAM227 6. @6247 ERNAM228 6. @6253 ERNAM229 6. @6259 ERNAM230 6. @6265 ERNAM231 6. @6271 ERNAM232 6. @6277 WSHRS101 2. @6279 WSHRS102 2. @6281 WSHRS103 2. @6283 WSHRS104 2. @6285 WSHRS105 2. @6287 WSHRS106 2. @6289 WSHRS107 2. @6291 WSHRS108 2. @6293 WSHRS109 2. @6295 WSHRS110 2. @6297 WSHRS111 2. @6299 WSHRS112 2. @6301 WSHRS113 2. @6303 WSHRS114 2. @6305 WSHRS115 2. @6307 WSHRS116 2. @6309 WSHRS117 2. @6311 WSHRS118 2. @6313 WSHRS119 2. @6315 WSHRS120 2. @6317 WSHRS121 2. @6319 WSHRS122 2. @6321 WSHRS123 2. @6323 WSHRS124 2. @6325 WSHRS125 2. @6327 WSHRS126 2. @6329 WSHRS127 2. @6331 WSHRS128 2. @6333 WSHRS129 2. @6335 WSHRS130 2. @6337 WSHRS131 2. @6339 WSHRS132 2. @6341 WSHRS201 2. @6343 WSHRS202 2. @6345 WSHRS203 2. @6347 WSHRS204 2. @6349 WSHRS205 2. @6351 WSHRS206 2. @6353 WSHRS207 2. @6355 WSHRS208 2. @6357 WSHRS209 2. @6359 WSHRS210 2. @6361 WSHRS211 2. @6363 WSHRS212 2. @6365 WSHRS213 2. @6367 WSHRS214 2. @6369 WSHRS215 2. @6371 WSHRS216 2. @6373 WSHRS217 2. @6375 WSHRS218 2. @6377 WSHRS219 2. @6379 WSHRS220 2. @6381 WSHRS221 2. @6383 WSHRS222 2. @6385 WSHRS223 2. @6387 WSHRS224 2. @6389 WSHRS225 2. @6391 WSHRS226 2. @6393 WSHRS227 2. @6395 WSHRS228 2. @6397 WSHRS229 2. @6399 WSHRS230 2. @6401 WSHRS231 2. @6403 WSHRS232 2. @6405 HRRAT101 4.2 @6409 HRRAT102 4.2 @6413 HRRAT103 4.2 @6417 HRRAT104 4.2 @6421 HRRAT105 4.2 @6425 HRRAT106 4.2 @6429 HRRAT107 4.2 @6433 HRRAT108 4.2 @6437 HRRAT109 4.2 @6441 HRRAT110 4.2 @6445 HRRAT111 4.2 @6449 HRRAT112 4.2 @6453 HRRAT113 4.2 @6457 HRRAT114 4.2 @6461 HRRAT115 4.2 @6465 HRRAT116 4.2 @6469 HRRAT117 4.2 @6473 HRRAT118 4.2 @6477 HRRAT119 4.2 @6481 HRRAT120 4.2 @6485 HRRAT121 4.2 @6489 HRRAT122 4.2 @6493 HRRAT123 4.2 @6497 HRRAT124 4.2 @6501 HRRAT125 4.2 @6505 HRRAT126 4.2 @6509 HRRAT127 4.2 @6513 HRRAT128 4.2 @6517 HRRAT129 4.2 @6521 HRRAT130 4.2 @6525 HRRAT131 4.2 @6529 HRRAT132 4.2 @6533 HRRAT201 4.2 @6537 HRRAT202 4.2 @6541 HRRAT203 4.2 @6545 HRRAT204 4.2 @6549 HRRAT205 4.2 @6553 HRRAT206 4.2 @6557 HRRAT207 4.2 @6561 HRRAT208 4.2 @6565 HRRAT209 4.2 @6569 HRRAT210 4.2 @6573 HRRAT211 4.2 @6577 HRRAT212 4.2 @6581 HRRAT213 4.2 @6585 HRRAT214 4.2 @6589 HRRAT215 4.2 @6593 HRRAT216 4.2 @6597 HRRAT217 4.2 @6601 HRRAT218 4.2 @6605 HRRAT219 4.2 @6609 HRRAT220 4.2 @6613 HRRAT221 4.2 @6617 HRRAT222 4.2 @6621 HRRAT223 4.2 @6625 HRRAT224 4.2 @6629 HRRAT225 4.2 @6633 HRRAT226 4.2 @6637 HRRAT227 4.2 @6641 HRRAT228 4.2 @6645 HRRAT229 4.2 @6649 HRRAT230 4.2 @6653 HRRAT231 4.2 @6657 HRRAT232 4.2 @6661 BUSID101 2. @6663 BUSID102 2. @6665 BUSID103 2. @6667 BUSID104 2. @6669 BUSID105 2. @6671 BUSID106 2. @6673 BUSID107 2. @6675 BUSID108 2. @6677 BUSID109 2. @6679 BUSID110 2. @6681 BUSID111 2. @6683 BUSID112 2. @6685 BUSID113 2. @6687 BUSID114 2. @6689 BUSID115 2. @6691 BUSID116 2. @6693 BUSID117 2. @6695 BUSID118 2. @6697 BUSID119 2. @6699 BUSID120 2. @6701 BUSID121 2. @6703 BUSID122 2. @6705 BUSID123 2. @6707 BUSID124 2. @6709 BUSID125 2. @6711 BUSID126 2. @6713 BUSID127 2. @6715 BUSID128 2. @6717 BUSID129 2. @6719 BUSID130 2. @6721 BUSID131 2. @6723 BUSID132 2. @6725 BUSID201 2. @6727 BUSID202 2. @6729 BUSID203 2. @6731 BUSID204 2. @6733 BUSID205 2. @6735 BUSID206 2. @6737 BUSID207 2. @6739 BUSID208 2. @6741 BUSID209 2. @6743 BUSID210 2. @6745 BUSID211 2. @6747 BUSID212 2. @6749 BUSID213 2. @6751 BUSID214 2. @6753 BUSID215 2. @6755 BUSID216 2. @6757 BUSID217 2. @6759 BUSID218 2. @6761 BUSID219 2. @6763 BUSID220 2. @6765 BUSID221 2. @6767 BUSID222 2. @6769 BUSID223 2. @6771 BUSID224 2. @6773 BUSID225 2. @6775 BUSID226 2. @6777 BUSID227 2. @6779 BUSID228 2. @6781 BUSID229 2. @6783 BUSID230 2. @6785 BUSID231 2. @6787 BUSID232 2. @6789 TYPBS101 1. @6790 TYPBS102 1. @6791 TYPBS103 1. @6792 TYPBS104 1. @6793 TYPBS105 1. @6794 TYPBS106 1. @6795 TYPBS107 1. @6796 TYPBS108 1. @6797 TYPBS109 1. @6798 TYPBS110 1. @6799 TYPBS111 1. @6800 TYPBS112 1. @6801 TYPBS113 1. @6802 TYPBS114 1. @6803 TYPBS115 1. @6804 TYPBS116 1. @6805 TYPBS117 1. @6806 TYPBS118 1. @6807 TYPBS119 1. @6808 TYPBS120 1. @6809 TYPBS121 1. @6810 TYPBS122 1. @6811 TYPBS123 1. @6812 TYPBS124 1. @6813 TYPBS125 1. @6814 TYPBS126 1. @6815 TYPBS127 1. @6816 TYPBS128 1. @6817 TYPBS129 1. @6818 TYPBS130 1. @6819 TYPBS131 1. @6820 TYPBS132 1. @6821 TYPBS201 1. @6822 TYPBS202 1. @6823 TYPBS203 1. @6824 TYPBS204 1. @6825 TYPBS205 1. @6826 TYPBS206 1. @6827 TYPBS207 1. @6828 TYPBS208 1. @6829 TYPBS209 1. @6830 TYPBS210 1. @6831 TYPBS211 1. @6832 TYPBS212 1. @6833 TYPBS213 1. @6834 TYPBS214 1. @6835 TYPBS215 1. @6836 TYPBS216 1. @6837 TYPBS217 1. @6838 TYPBS218 1. @6839 TYPBS219 1. @6840 TYPBS220 1. @6841 TYPBS221 1. @6842 TYPBS222 1. @6843 TYPBS223 1. @6844 TYPBS224 1. @6845 TYPBS225 1. @6846 TYPBS226 1. @6847 TYPBS227 1. @6848 TYPBS228 1. @6849 TYPBS229 1. @6850 TYPBS230 1. @6851 TYPBS231 1. @6852 TYPBS232 1. @6853 SE_OC101 3. @6856 SE_OC102 3. @6859 SE_OC103 3. @6862 SE_OC104 3. @6865 SE_OC105 3. @6868 SE_OC106 3. @6871 SE_OC107 3. @6874 SE_OC108 3. @6877 SE_OC109 3. @6880 SE_OC110 3. @6883 SE_OC111 3. @6886 SE_OC112 3. @6889 SE_OC113 3. @6892 SE_OC114 3. @6895 SE_OC115 3. @6898 SE_OC116 3. @6901 SE_OC117 3. @6904 SE_OC118 3. @6907 SE_OC119 3. @6910 SE_OC120 3. @6913 SE_OC121 3. @6916 SE_OC122 3. @6919 SE_OC123 3. @6922 SE_OC124 3. @6925 SE_OC125 3. @6928 SE_OC126 3. @6931 SE_OC127 3. @6934 SE_OC128 3. @6937 SE_OC129 3. @6940 SE_OC130 3. @6943 SE_OC131 3. @6946 SE_OC132 3. @6949 SE_OC201 3. @6952 SE_OC202 3. @6955 SE_OC203 3. @6958 SE_OC204 3. @6961 SE_OC205 3. @6964 SE_OC206 3. @6967 SE_OC207 3. @6970 SE_OC208 3. @6973 SE_OC209 3. @6976 SE_OC210 3. @6979 SE_OC211 3. @6982 SE_OC212 3. @6985 SE_OC213 3. @6988 SE_OC214 3. @6991 SE_OC215 3. @6994 SE_OC216 3. @6997 SE_OC217 3. @7000 SE_OC218 3. @7003 SE_OC219 3. @7006 SE_OC220 3. @7009 SE_OC221 3. @7012 SE_OC222 3. @7015 SE_OC223 3. @7018 SE_OC224 3. @7021 SE_OC225 3. @7024 SE_OC226 3. @7027 SE_OC227 3. @7030 SE_OC228 3. @7033 SE_OC229 3. @7036 SE_OC230 3. @7039 SE_OC231 3. @7042 SE_OC232 3. @7045 SEIND101 2. @7047 SEIND102 2. @7049 SEIND103 2. @7051 SEIND104 2. @7053 SEIND105 2. @7055 SEIND106 2. @7057 SEIND107 2. @7059 SEIND108 2. @7061 SEIND109 2. @7063 SEIND110 2. @7065 SEIND111 2. @7067 SEIND112 2. @7069 SEIND113 2. @7071 SEIND114 2. @7073 SEIND115 2. @7075 SEIND116 2. @7077 SEIND117 2. @7079 SEIND118 2. @7081 SEIND119 2. @7083 SEIND120 2. @7085 SEIND121 2. @7087 SEIND122 2. @7089 SEIND123 2. @7091 SEIND124 2. @7093 SEIND125 2. @7095 SEIND126 2. @7097 SEIND127 2. @7099 SEIND128 2. @7101 SEIND129 2. @7103 SEIND130 2. @7105 SEIND131 2. @7107 SEIND132 2. @7109 SEIND201 2. @7111 SEIND202 2. @7113 SEIND203 2. @7115 SEIND204 2. @7117 SEIND205 2. @7119 SEIND206 2. @7121 SEIND207 2. @7123 SEIND208 2. @7125 SEIND209 2. @7127 SEIND210 2. @7129 SEIND211 2. @7131 SEIND212 2. @7133 SEIND213 2. @7135 SEIND214 2. @7137 SEIND215 2. @7139 SEIND216 2. @7141 SEIND217 2. @7143 SEIND218 2. @7145 SEIND219 2. @7147 SEIND220 2. @7149 SEIND221 2. @7151 SEIND222 2. @7153 SEIND223 2. @7155 SEIND224 2. @7157 SEIND225 2. @7159 SEIND226 2. @7161 SEIND227 2. @7163 SEIND228 2. @7165 SEIND229 2. @7167 SEIND230 2. @7169 SEIND231 2. @7171 SEIND232 2. @7173 SE_WB101 1. @7174 SE_WB102 1. @7175 SE_WB103 1. @7176 SE_WB104 1. @7177 SE_WB105 1. @7178 SE_WB106 1. @7179 SE_WB107 1. @7180 SE_WB108 1. @7181 SE_WB109 1. @7182 SE_WB110 1. @7183 SE_WB111 1. @7184 SE_WB112 1. @7185 SE_WB113 1. @7186 SE_WB114 1. @7187 SE_WB115 1. @7188 SE_WB116 1. @7189 SE_WB117 1. @7190 SE_WB118 1. @7191 SE_WB119 1. @7192 SE_WB120 1. @7193 SE_WB121 1. @7194 SE_WB122 1. @7195 SE_WB123 1. @7196 SE_WB124 1. @7197 SE_WB125 1. @7198 SE_WB126 1. @7199 SE_WB127 1. @7200 SE_WB128 1. @7201 SE_WB129 1. @7202 SE_WB130 1. @7203 SE_WB131 1. @7204 SE_WB132 1. @7205 SE_WB201 1. @7206 SE_WB202 1. @7207 SE_WB203 1. @7208 SE_WB204 1. @7209 SE_WB205 1. @7210 SE_WB206 1. @7211 SE_WB207 1. @7212 SE_WB208 1. @7213 SE_WB209 1. @7214 SE_WB210 1. @7215 SE_WB211 1. @7216 SE_WB212 1. @7217 SE_WB213 1. @7218 SE_WB214 1. @7219 SE_WB215 1. @7220 SE_WB216 1. @7221 SE_WB217 1. @7222 SE_WB218 1. @7223 SE_WB219 1. @7224 SE_WB220 1. @7225 SE_WB221 1. @7226 SE_WB222 1. @7227 SE_WB223 1. @7228 SE_WB224 1. @7229 SE_WB225 1. @7230 SE_WB226 1. @7231 SE_WB227 1. @7232 SE_WB228 1. @7233 SE_WB229 1. @7234 SE_WB230 1. @7235 SE_WB231 1. @7236 SE_WB232 1. @7237 SE_AM101 6. @7243 SE_AM102 6. @7249 SE_AM103 6. @7255 SE_AM104 6. @7261 SE_AM105 6. @7267 SE_AM106 6. @7273 SE_AM107 6. @7279 SE_AM108 6. @7285 SE_AM109 6. @7291 SE_AM110 6. @7297 SE_AM111 6. @7303 SE_AM112 6. @7309 SE_AM113 6. @7315 SE_AM114 6. @7321 SE_AM115 6. @7327 SE_AM116 6. @7333 SE_AM117 6. @7339 SE_AM118 6. @7345 SE_AM119 6. @7351 SE_AM120 6. @7357 SE_AM121 6. @7363 SE_AM122 6. @7369 SE_AM123 6. @7375 SE_AM124 6. @7381 SE_AM125 6. @7387 SE_AM126 6. @7393 SE_AM127 6. @7399 SE_AM128 6. @7405 SE_AM129 6. @7411 SE_AM130 6. @7417 SE_AM131 6. @7423 SE_AM132 6. @7429 SE_AM201 6. @7435 SE_AM202 6. @7441 SE_AM203 6. @7447 SE_AM204 6. @7453 SE_AM205 6. @7459 SE_AM206 6. @7465 SE_AM207 6. @7471 SE_AM208 6. @7477 SE_AM209 6. @7483 SE_AM210 6. @7489 SE_AM211 6. @7495 SE_AM212 6. @7501 SE_AM213 6. @7507 SE_AM214 6. @7513 SE_AM215 6. @7519 SE_AM216 6. @7525 SE_AM217 6. @7531 SE_AM218 6. @7537 SE_AM219 6. @7543 SE_AM220 6. @7549 SE_AM221 6. @7555 SE_AM222 6. @7561 SE_AM223 6. @7567 SE_AM224 6. @7573 SE_AM225 6. @7579 SE_AM226 6. @7585 SE_AM227 6. @7591 SE_AM228 6. @7597 SE_AM229 6. @7603 SE_AM230 6. @7609 SE_AM231 6. @7615 SE_AM232 6. @7621 SE_HR101 2. @7623 SE_HR102 2. @7625 SE_HR103 2. @7627 SE_HR104 2. @7629 SE_HR105 2. @7631 SE_HR106 2. @7633 SE_HR107 2. @7635 SE_HR108 2. @7637 SE_HR109 2. @7639 SE_HR110 2. @7641 SE_HR111 2. @7643 SE_HR112 2. @7645 SE_HR113 2. @7647 SE_HR114 2. @7649 SE_HR115 2. @7651 SE_HR116 2. @7653 SE_HR117 2. @7655 SE_HR118 2. @7657 SE_HR119 2. @7659 SE_HR120 2. @7661 SE_HR121 2. @7663 SE_HR122 2. @7665 SE_HR123 2. @7667 SE_HR124 2. @7669 SE_HR125 2. @7671 SE_HR126 2. @7673 SE_HR127 2. @7675 SE_HR128 2. @7677 SE_HR129 2. @7679 SE_HR130 2. @7681 SE_HR131 2. @7683 SE_HR132 2. @7685 SE_HR201 2. @7687 SE_HR202 2. @7689 SE_HR203 2. @7691 SE_HR204 2. @7693 SE_HR205 2. @7695 SE_HR206 2. @7697 SE_HR207 2. @7699 SE_HR208 2. @7701 SE_HR209 2. @7703 SE_HR210 2. @7705 SE_HR211 2. @7707 SE_HR212 2. @7709 SE_HR213 2. @7711 SE_HR214 2. @7713 SE_HR215 2. @7715 SE_HR216 2. @7717 SE_HR217 2. @7719 SE_HR218 2. @7721 SE_HR219 2. @7723 SE_HR220 2. @7725 SE_HR221 2. @7727 SE_HR222 2. @7729 SE_HR223 2. @7731 SE_HR224 2. @7733 SE_HR225 2. @7735 SE_HR226 2. @7737 SE_HR227 2. @7739 SE_HR228 2. @7741 SE_HR229 2. @7743 SE_HR230 2. @7745 SE_HR231 2. @7747 SE_HR232 2. @7749 G1SRC1 2. @7751 G1SRC2 2. @7753 G1SRC3 2. @7755 G1SRC4 2. @7757 G1SRC5 2. @7759 G1SRC6 2. @7761 G1SRC7 2. @7763 G1SRC8 2. @7765 G1SRC9 2. @7767 G1SRC10 2. @7769 G1_A1_01 5. @7774 G1_A1_02 5. @7779 G1_A1_03 5. @7784 G1_A1_04 5. @7789 G1_A1_05 5. @7794 G1_A1_06 5. @7799 G1_A1_07 5. @7804 G1_A1_08 5. @7809 G1_A1_09 5. @7814 G1_A1_10 5. @7819 G1_A1_11 5. @7824 G1_A1_12 5. @7829 G1_A1_13 5. @7834 G1_A1_14 5. @7839 G1_A1_15 5. @7844 G1_A1_16 5. @7849 G1_A1_17 5. @7854 G1_A1_18 5. @7859 G1_A1_19 5. @7864 G1_A1_20 5. @7869 G1_A1_21 5. @7874 G1_A1_22 5. @7879 G1_A1_23 5. @7884 G1_A1_24 5. @7889 G1_A1_25 5. @7894 G1_A1_26 5. @7899 G1_A1_27 5. @7904 G1_A1_28 5. @7909 G1_A1_29 5. @7914 G1_A1_30 5. @7919 G1_A1_31 5. @7924 G1_A1_32 5. @7929 G1_A2_01 5. @7934 G1_A2_02 5. @7939 G1_A2_03 5. @7944 G1_A2_04 5. @7949 G1_A2_05 5. @7954 G1_A2_06 5. @7959 G1_A2_07 5. @7964 G1_A2_08 5. @7969 G1_A2_09 5. @7974 G1_A2_10 5. @7979 G1_A2_11 5. @7984 G1_A2_12 5. @7989 G1_A2_13 5. @7994 G1_A2_14 5. @7999 G1_A2_15 5. @8004 G1_A2_16 5. @8009 G1_A2_17 5. @8014 G1_A2_18 5. @8019 G1_A2_19 5. @8024 G1_A2_20 5. @8029 G1_A2_21 5. @8034 G1_A2_22 5. @8039 G1_A2_23 5. @8044 G1_A2_24 5. @8049 G1_A2_25 5. @8054 G1_A2_26 5. @8059 G1_A2_27 5. @8064 G1_A2_28 5. @8069 G1_A2_29 5. @8074 G1_A2_30 5. @8079 G1_A2_31 5. @8084 G1_A2_32 5. @8089 G1_A3_01 5. @8094 G1_A3_02 5. @8099 G1_A3_03 5. @8104 G1_A3_04 5. @8109 G1_A3_05 5. @8114 G1_A3_06 5. @8119 G1_A3_07 5. @8124 G1_A3_08 5. @8129 G1_A3_09 5. @8134 G1_A3_10 5. @8139 G1_A3_11 5. @8144 G1_A3_12 5. @8149 G1_A3_13 5. @8154 G1_A3_14 5. @8159 G1_A3_15 5. @8164 G1_A3_16 5. @8169 G1_A3_17 5. @8174 G1_A3_18 5. @8179 G1_A3_19 5. @8184 G1_A3_20 5. @8189 G1_A3_21 5. @8194 G1_A3_22 5. @8199 G1_A3_23 5. @8204 G1_A3_24 5. @8209 G1_A3_25 5. @8214 G1_A3_26 5. @8219 G1_A3_27 5. @8224 G1_A3_28 5. @8229 G1_A3_29 5. @8234 G1_A3_30 5. @8239 G1_A3_31 5. @8244 G1_A3_32 5. @8249 G1_A4_01 5. @8254 G1_A4_02 5. @8259 G1_A4_03 5. @8264 G1_A4_04 5. @8269 G1_A4_05 5. @8274 G1_A4_06 5. @8279 G1_A4_07 5. @8284 G1_A4_08 5. @8289 G1_A4_09 5. @8294 G1_A4_10 5. @8299 G1_A4_11 5. @8304 G1_A4_12 5. @8309 G1_A4_13 5. @8314 G1_A4_14 5. @8319 G1_A4_15 5. @8324 G1_A4_16 5. @8329 G1_A4_17 5. @8334 G1_A4_18 5. @8339 G1_A4_19 5. @8344 G1_A4_20 5. @8349 G1_A4_21 5. @8354 G1_A4_22 5. @8359 G1_A4_23 5. @8364 G1_A4_24 5. @8369 G1_A4_25 5. @8374 G1_A4_26 5. @8379 G1_A4_27 5. @8384 G1_A4_28 5. @8389 G1_A4_29 5. @8394 G1_A4_30 5. @8399 G1_A4_31 5. @8404 G1_A4_32 5. @8409 G1_A5_01 5. @8414 G1_A5_02 5. @8419 G1_A5_03 5. @8424 G1_A5_04 5. @8429 G1_A5_05 5. @8434 G1_A5_06 5. @8439 G1_A5_07 5. @8444 G1_A5_08 5. @8449 G1_A5_09 5. @8454 G1_A5_10 5. @8459 G1_A5_11 5. @8464 G1_A5_12 5. @8469 G1_A5_13 5. @8474 G1_A5_14 5. @8479 G1_A5_15 5. @8484 G1_A5_16 5. @8489 G1_A5_17 5. @8494 G1_A5_18 5. @8499 G1_A5_19 5. @8504 G1_A5_20 5. @8509 G1_A5_21 5. @8514 G1_A5_22 5. @8519 G1_A5_23 5. @8524 G1_A5_24 5. @8529 G1_A5_25 5. @8534 G1_A5_26 5. @8539 G1_A5_27 5. @8544 G1_A5_28 5. @8549 G1_A5_29 5. @8554 G1_A5_30 5. @8559 G1_A5_31 5. @8564 G1_A5_32 5. @8569 G1_A6_01 5. @8574 G1_A6_02 5. @8579 G1_A6_03 5. @8584 G1_A6_04 5. @8589 G1_A6_05 5. @8594 G1_A6_06 5. @8599 G1_A6_07 5. @8604 G1_A6_08 5. @8609 G1_A6_09 5. @8614 G1_A6_10 5. @8619 G1_A6_11 5. @8624 G1_A6_12 5. @8629 G1_A6_13 5. @8634 G1_A6_14 5. @8639 G1_A6_15 5. @8644 G1_A6_16 5. @8649 G1_A6_17 5. @8654 G1_A6_18 5. @8659 G1_A6_19 5. @8664 G1_A6_20 5. @8669 G1_A6_21 5. @8674 G1_A6_22 5. @8679 G1_A6_23 5. @8684 G1_A6_24 5. @8689 G1_A6_25 5. @8694 G1_A6_26 5. @8699 G1_A6_27 5. @8704 G1_A6_28 5. @8709 G1_A6_29 5. @8714 G1_A6_30 5. @8719 G1_A6_31 5. @8724 G1_A6_32 5. @8729 G1_A7_01 5. @8734 G1_A7_02 5. @8739 G1_A7_03 5. @8744 G1_A7_04 5. @8749 G1_A7_05 5. @8754 G1_A7_06 5. @8759 G1_A7_07 5. @8764 G1_A7_08 5. @8769 G1_A7_09 5. @8774 G1_A7_10 5. @8779 G1_A7_11 5. @8784 G1_A7_12 5. @8789 G1_A7_13 5. @8794 G1_A7_14 5. @8799 G1_A7_15 5. @8804 G1_A7_16 5. @8809 G1_A7_17 5. @8814 G1_A7_18 5. @8819 G1_A7_19 5. @8824 G1_A7_20 5. @8829 G1_A7_21 5. @8834 G1_A7_22 5. @8839 G1_A7_23 5. @8844 G1_A7_24 5. @8849 G1_A7_25 5. @8854 G1_A7_26 5. @8859 G1_A7_27 5. @8864 G1_A7_28 5. @8869 G1_A7_29 5. @8874 G1_A7_30 5. @8879 G1_A7_31 5. @8884 G1_A7_32 5. @8889 G1_A8_01 5. @8894 G1_A8_02 5. @8899 G1_A8_03 5. @8904 G1_A8_04 5. @8909 G1_A8_05 5. @8914 G1_A8_06 5. @8919 G1_A8_07 5. @8924 G1_A8_08 5. @8929 G1_A8_09 5. @8934 G1_A8_10 5. @8939 G1_A8_11 5. @8944 G1_A8_12 5. @8949 G1_A8_13 5. @8954 G1_A8_14 5. @8959 G1_A8_15 5. @8964 G1_A8_16 5. @8969 G1_A8_17 5. @8974 G1_A8_18 5. @8979 G1_A8_19 5. @8984 G1_A8_20 5. @8989 G1_A8_21 5. @8994 G1_A8_22 5. @8999 G1_A8_23 5. @9004 G1_A8_24 5. @9009 G1_A8_25 5. @9014 G1_A8_26 5. @9019 G1_A8_27 5. @9024 G1_A8_28 5. @9029 G1_A8_29 5. @9034 G1_A8_30 5. @9039 G1_A8_31 5. @9044 G1_A8_32 5. @9049 G1_A9_01 5. @9054 G1_A9_02 5. @9059 G1_A9_03 5. @9064 G1_A9_04 5. @9069 G1_A9_05 5. @9074 G1_A9_06 5. @9079 G1_A9_07 5. @9084 G1_A9_08 5. @9089 G1_A9_09 5. @9094 G1_A9_10 5. @9099 G1_A9_11 5. @9104 G1_A9_12 5. @9109 G1_A9_13 5. @9114 G1_A9_14 5. @9119 G1_A9_15 5. @9124 G1_A9_16 5. @9129 G1_A9_17 5. @9134 G1_A9_18 5. @9139 G1_A9_19 5. @9144 G1_A9_20 5. @9149 G1_A9_21 5. @9154 G1_A9_22 5. @9159 G1_A9_23 5. @9164 G1_A9_24 5. @9169 G1_A9_25 5. @9174 G1_A9_26 5. @9179 G1_A9_27 5. @9184 G1_A9_28 5. @9189 G1_A9_29 5. @9194 G1_A9_30 5. @9199 G1_A9_31 5. @9204 G1_A9_32 5. @9209 G1_A1001 5. @9214 G1_A1002 5. @9219 G1_A1003 5. @9224 G1_A1004 5. @9229 G1_A1005 5. @9234 G1_A1006 5. @9239 G1_A1007 5. @9244 G1_A1008 5. @9249 G1_A1009 5. @9254 G1_A1010 5. @9259 G1_A1011 5. @9264 G1_A1012 5. @9269 G1_A1013 5. @9274 G1_A1014 5. @9279 G1_A1015 5. @9284 G1_A1016 5. @9289 G1_A1017 5. @9294 G1_A1018 5. @9299 G1_A1019 5. @9304 G1_A1020 5. @9309 G1_A1021 5. @9314 G1_A1022 5. @9319 G1_A1023 5. @9324 G1_A1024 5. @9329 G1_A1025 5. @9334 G1_A1026 5. @9339 G1_A1027 5. @9344 G1_A1028 5. @9349 G1_A1029 5. @9354 G1_A1030 5. @9359 G1_A1031 5. @9364 G1_A1032 5. @9369 SSRECIN1 1. @9370 SSRECIN2 1. @9371 SSRECIN3 1. @9372 SSRECIN4 1. @9373 SSRECIN5 1. @9374 SSRECIN6 1. @9375 SSRECIN7 1. @9376 SSRECIN8 1. @9377 RRRECIN1 1. @9378 RRRECIN2 1. @9379 RRRECIN3 1. @9380 RRRECIN4 1. @9381 RRRECIN5 1. @9382 RRRECIN6 1. @9383 RRRECIN7 1. @9384 RRRECIN8 1. @9385 SC3060 2. @9387 AST1001 1. @9388 AST1002 1. @9389 AST1003 1. @9390 AST1004 1. @9391 AST1005 1. @9392 AST1006 1. @9393 AST1007 1. @9394 AST1008 1. @9395 AST1011 1. @9396 AST1012 1. @9397 AST1013 1. @9398 AST1014 1. @9399 AST1015 1. @9400 AST1016 1. @9401 AST1017 1. @9402 AST1018 1. @9403 AST1021 1. @9404 AST1022 1. @9405 AST1023 1. @9406 AST1024 1. @9407 AST1025 1. @9408 AST1026 1. @9409 AST1027 1. @9410 AST1028 1. @9411 AST1031 1. @9412 AST1032 1. @9413 AST1033 1. @9414 AST1034 1. @9415 AST1035 1. @9416 AST1036 1. @9417 AST1037 1. @9418 AST1038 1. @9419 AST1041 1. @9420 AST1042 1. @9421 AST1043 1. @9422 AST1044 1. @9423 AST1045 1. @9424 AST1046 1. @9425 AST1047 1. @9426 AST1048 1. @9427 AST1051 1. @9428 AST1052 1. @9429 AST1053 1. @9430 AST1054 1. @9431 AST1055 1. @9432 AST1056 1. @9433 AST1057 1. @9434 AST1058 1. @9435 AST1061 1. @9436 AST1062 1. @9437 AST1063 1. @9438 AST1064 1. @9439 AST1065 1. @9440 AST1066 1. @9441 AST1067 1. @9442 AST1068 1. @9443 AST1071 1. @9444 AST1072 1. @9445 AST1073 1. @9446 AST1074 1. @9447 AST1075 1. @9448 AST1076 1. @9449 AST1077 1. @9450 AST1078 1. @9451 AST1101 1. @9452 AST1102 1. @9453 AST1103 1. @9454 AST1104 1. @9455 AST1105 1. @9456 AST1106 1. @9457 AST1107 1. @9458 AST1108 1. @9459 AST1201 1. @9460 AST1202 1. @9461 AST1203 1. @9462 AST1204 1. @9463 AST1205 1. @9464 AST1206 1. @9465 AST1207 1. @9466 AST1208 1. @9467 AST1301 1. @9468 AST1302 1. @9469 AST1303 1. @9470 AST1304 1. @9471 AST1305 1. @9472 AST1306 1. @9473 AST1307 1. @9474 AST1308 1. @9475 AST1401 1. @9476 AST1402 1. @9477 AST1403 1. @9478 AST1404 1. @9479 AST1405 1. @9480 AST1406 1. @9481 AST1407 1. @9482 AST1408 1. @9483 AST1501 1. @9484 AST1502 1. @9485 AST1503 1. @9486 AST1504 1. @9487 AST1505 1. @9488 AST1506 1. @9489 AST1507 1. @9490 AST1508 1. @9491 G2SRC100 1. @9492 G2SRC104 1. @9493 G2SRC110 1. @9494 G2SRC120 1. @9495 G2SRC130 1. @9496 G2SRC140 1. @9497 G2A10001 7. @9504 G2A10002 7. @9511 G2A10003 7. @9518 G2A10004 7. @9525 G2A10005 7. @9532 G2A10006 7. @9539 G2A10007 7. @9546 G2A10008 7. @9553 G2A10009 7. @9560 G2A10010 7. @9567 G2A10011 7. @9574 G2A10012 7. @9581 G2A10013 7. @9588 G2A10014 7. @9595 G2A10015 7. @9602 G2A10016 7. @9609 G2A10017 7. @9616 G2A10018 7. @9623 G2A10019 7. @9630 G2A10020 7. @9637 G2A10021 7. @9644 G2A10022 7. @9651 G2A10023 7. @9658 G2A10024 7. @9665 G2A10025 7. @9672 G2A10026 7. @9679 G2A10027 7. @9686 G2A10028 7. @9693 G2A10029 7. @9700 G2A10030 7. @9707 G2A10031 7. @9714 G2A10032 7. @9721 G2A10401 7. @9728 G2A10402 7. @9735 G2A10403 7. @9742 G2A10404 7. @9749 G2A10405 7. @9756 G2A10406 7. @9763 G2A10407 7. @9770 G2A10408 7. @9777 G2A10409 7. @9784 G2A10410 7. @9791 G2A10411 7. @9798 G2A10412 7. @9805 G2A10413 7. @9812 G2A10414 7. @9819 G2A10415 7. @9826 G2A10416 7. @9833 G2A10417 7. @9840 G2A10418 7. @9847 G2A10419 7. @9854 G2A10420 7. @9861 G2A10421 7. @9868 G2A10422 7. @9875 G2A10423 7. @9882 G2A10424 7. @9889 G2A10425 7. @9896 G2A10426 7. @9903 G2A10427 7. @9910 G2A10428 7. @9917 G2A10429 7. @9924 G2A10430 7. @9931 G2A10431 7. @9938 G2A10432 7. @9945 G2A11001 7. @9952 G2A11002 7. @9959 G2A11003 7. @9966 G2A11004 7. @9973 G2A11005 7. @9980 G2A11006 7. @9987 G2A11007 7. @9994 G2A11008 7. @10001 G2A11009 7. @10008 G2A11010 7. @10015 G2A11011 7. @10022 G2A11012 7. @10029 G2A11013 7. @10036 G2A11014 7. @10043 G2A11015 7. @10050 G2A11016 7. @10057 G2A11017 7. @10064 G2A11018 7. @10071 G2A11019 7. @10078 G2A11020 7. @10085 G2A11021 7. @10092 G2A11022 7. @10099 G2A11023 7. @10106 G2A11024 7. @10113 G2A11025 7. @10120 G2A11026 7. @10127 G2A11027 7. @10134 G2A11028 7. @10141 G2A11029 7. @10148 G2A11030 7. @10155 G2A11031 7. @10162 G2A11032 7. @10169 G2A12001 7. @10176 G2A12002 7. @10183 G2A12003 7. @10190 G2A12004 7. @10197 G2A12005 7. @10204 G2A12006 7. @10211 G2A12007 7. @10218 G2A12008 7. @10225 G2A12009 7. @10232 G2A12010 7. @10239 G2A12011 7. @10246 G2A12012 7. @10253 G2A12013 7. @10260 G2A12014 7. @10267 G2A12015 7. @10274 G2A12016 7. @10281 G2A12017 7. @10288 G2A12018 7. @10295 G2A12019 7. @10302 G2A12020 7. @10309 G2A12021 7. @10316 G2A12022 7. @10323 G2A12023 7. @10330 G2A12024 7. @10337 G2A12025 7. @10344 G2A12026 7. @10351 G2A12027 7. @10358 G2A12028 7. @10365 G2A12029 7. @10372 G2A12030 7. @10379 G2A12031 7. @10386 G2A12032 7. @10393 G2A13001 7. @10400 G2A13002 7. @10407 G2A13003 7. @10414 G2A13004 7. @10421 G2A13005 7. @10428 G2A13006 7. @10435 G2A13007 7. @10442 G2A13008 7. @10449 G2A13009 7. @10456 G2A13010 7. @10463 G2A13011 7. @10470 G2A13012 7. @10477 G2A13013 7. @10484 G2A13014 7. @10491 G2A13015 7. @10498 G2A13016 7. @10505 G2A13017 7. @10512 G2A13018 7. @10519 G2A13019 7. @10526 G2A13020 7. @10533 G2A13021 7. @10540 G2A13022 7. @10547 G2A13023 7. @10554 G2A13024 7. @10561 G2A13025 7. @10568 G2A13026 7. @10575 G2A13027 7. @10582 G2A13028 7. @10589 G2A13029 7. @10596 G2A13030 7. @10603 G2A13031 7. @10610 G2A13032 7. @10617 G2A14001 7. @10624 G2A14002 7. @10631 G2A14003 7. @10638 G2A14004 7. @10645 G2A14005 7. @10652 G2A14006 7. @10659 G2A14007 7. @10666 G2A14008 7. @10673 G2A14009 7. @10680 G2A14010 7. @10687 G2A14011 7. @10694 G2A14012 7. @10701 G2A14013 7. @10708 G2A14014 7. @10715 G2A14015 7. @10722 G2A14016 7. @10729 G2A14017 7. @10736 G2A14018 7. @10743 G2A14019 7. @10750 G2A14020 7. @10757 G2A14021 7. @10764 G2A14022 7. @10771 G2A14023 7. @10778 G2A14024 7. @10785 G2A14025 7. @10792 G2A14026 7. @10799 G2A14027 7. @10806 G2A14028 7. @10813 G2A14029 7. @10820 G2A14030 7. @10827 G2A14031 7. @10834 G2A14032 7. @10841 CARECO01 1. @10842 CARECO02 1. @10843 CARECO03 1. @10844 CARECO04 1. @10845 CARECO05 1. @10846 CARECO06 1. @10847 CARECO07 1. @10848 CARECO08 1. @10849 CARECO09 1. @10850 CARECO10 1. @10851 CARECO11 1. @10852 CARECO12 1. @10853 CARECO13 1. @10854 CARECO14 1. @10855 CARECO15 1. @10856 CARECO16 1. @10857 CARECO17 1. @10858 CARECO18 1. @10859 CARECO19 1. @10860 CARECO20 1. @10861 CARECO21 1. @10862 CARECO22 1. @10863 CARECO23 1. @10864 CARECO24 1. @10865 CARECO25 1. @10866 CARECO26 1. @10867 CARECO27 1. @10868 CARECO28 1. @10869 CARECO29 1. @10870 CARECO30 1. @10871 CARECO31 1. @10872 CARECO32 1. @10873 CAIDCO01 1. @10874 CAIDCO02 1. @10875 CAIDCO03 1. @10876 CAIDCO04 1. @10877 CAIDCO05 1. @10878 CAIDCO06 1. @10879 CAIDCO07 1. @10880 CAIDCO08 1. @10881 CAIDCO09 1. @10882 CAIDCO10 1. @10883 CAIDCO11 1. @10884 CAIDCO12 1. @10885 CAIDCO13 1. @10886 CAIDCO14 1. @10887 CAIDCO15 1. @10888 CAIDCO16 1. @10889 CAIDCO17 1. @10890 CAIDCO18 1. @10891 CAIDCO19 1. @10892 CAIDCO20 1. @10893 CAIDCO21 1. @10894 CAIDCO22 1. @10895 CAIDCO23 1. @10896 CAIDCO24 1. @10897 CAIDCO25 1. @10898 CAIDCO26 1. @10899 CAIDCO27 1. @10900 CAIDCO28 1. @10901 CAIDCO29 1. @10902 CAIDCO30 1. @10903 CAIDCO31 1. @10904 CAIDCO32 1. @10905 WICCOV01 1. @10906 WICCOV02 1. @10907 WICCOV03 1. @10908 WICCOV04 1. @10909 WICCOV05 1. @10910 WICCOV06 1. @10911 WICCOV07 1. @10912 WICCOV08 1. @10913 WICCOV09 1. @10914 WICCOV10 1. @10915 WICCOV11 1. @10916 WICCOV12 1. @10917 WICCOV13 1. @10918 WICCOV14 1. @10919 WICCOV15 1. @10920 WICCOV16 1. @10921 WICCOV17 1. @10922 WICCOV18 1. @10923 WICCOV19 1. @10924 WICCOV20 1. @10925 WICCOV21 1. @10926 WICCOV22 1. @10927 WICCOV23 1. @10928 WICCOV24 1. @10929 WICCOV25 1. @10930 WICCOV26 1. @10931 WICCOV27 1. @10932 WICCOV28 1. @10933 WICCOV29 1. @10934 WICCOV30 1. @10935 WICCOV31 1. @10936 WICCOV32 1. @10937 AFDC_01 1. @10938 AFDC_02 1. @10939 AFDC_03 1. @10940 AFDC_04 1. @10941 AFDC_05 1. @10942 AFDC_06 1. @10943 AFDC_07 1. @10944 AFDC_08 1. @10945 AFDC_09 1. @10946 AFDC_10 1. @10947 AFDC_11 1. @10948 AFDC_12 1. @10949 AFDC_13 1. @10950 AFDC_14 1. @10951 AFDC_15 1. @10952 AFDC_16 1. @10953 AFDC_17 1. @10954 AFDC_18 1. @10955 AFDC_19 1. @10956 AFDC_20 1. @10957 AFDC_21 1. @10958 AFDC_22 1. @10959 AFDC_23 1. @10960 AFDC_24 1. @10961 AFDC_25 1. @10962 AFDC_26 1. @10963 AFDC_27 1. @10964 AFDC_28 1. @10965 AFDC_29 1. @10966 AFDC_30 1. @10967 AFDC_31 1. @10968 AFDC_32 1. @10969 FOODST01 1. @10970 FOODST02 1. @10971 FOODST03 1. @10972 FOODST04 1. @10973 FOODST05 1. @10974 FOODST06 1. @10975 FOODST07 1. @10976 FOODST08 1. @10977 FOODST09 1. @10978 FOODST10 1. @10979 FOODST11 1. @10980 FOODST12 1. @10981 FOODST13 1. @10982 FOODST14 1. @10983 FOODST15 1. @10984 FOODST16 1. @10985 FOODST17 1. @10986 FOODST18 1. @10987 FOODST19 1. @10988 FOODST20 1. @10989 FOODST21 1. @10990 FOODST22 1. @10991 FOODST23 1. @10992 FOODST24 1. @10993 FOODST25 1. @10994 FOODST26 1. @10995 FOODST27 1. @10996 FOODST28 1. @10997 FOODST29 1. @10998 FOODST30 1. @10999 FOODST31 1. @11000 FOODST32 1. @11001 GEN_AS01 1. @11002 GEN_AS02 1. @11003 GEN_AS03 1. @11004 GEN_AS04 1. @11005 GEN_AS05 1. @11006 GEN_AS06 1. @11007 GEN_AS07 1. @11008 GEN_AS08 1. @11009 GEN_AS09 1. @11010 GEN_AS10 1. @11011 GEN_AS11 1. @11012 GEN_AS12 1. @11013 GEN_AS13 1. @11014 GEN_AS14 1. @11015 GEN_AS15 1. @11016 GEN_AS16 1. @11017 GEN_AS17 1. @11018 GEN_AS18 1. @11019 GEN_AS19 1. @11020 GEN_AS20 1. @11021 GEN_AS21 1. @11022 GEN_AS22 1. @11023 GEN_AS23 1. @11024 GEN_AS24 1. @11025 GEN_AS25 1. @11026 GEN_AS26 1. @11027 GEN_AS27 1. @11028 GEN_AS28 1. @11029 GEN_AS29 1. @11030 GEN_AS30 1. @11031 GEN_AS31 1. @11032 GEN_AS32 1. @11033 FOST_K01 1. @11034 FOST_K02 1. @11035 FOST_K03 1. @11036 FOST_K04 1. @11037 FOST_K05 1. @11038 FOST_K06 1. @11039 FOST_K07 1. @11040 FOST_K08 1. @11041 FOST_K09 1. @11042 FOST_K10 1. @11043 FOST_K11 1. @11044 FOST_K12 1. @11045 FOST_K13 1. @11046 FOST_K14 1. @11047 FOST_K15 1. @11048 FOST_K16 1. @11049 FOST_K17 1. @11050 FOST_K18 1. @11051 FOST_K19 1. @11052 FOST_K20 1. @11053 FOST_K21 1. @11054 FOST_K22 1. @11055 FOST_K23 1. @11056 FOST_K24 1. @11057 FOST_K25 1. @11058 FOST_K26 1. @11059 FOST_K27 1. @11060 FOST_K28 1. @11061 FOST_K29 1. @11062 FOST_K30 1. @11063 FOST_K31 1. @11064 FOST_K32 1. @11065 OTH_WE01 1. @11066 OTH_WE02 1. @11067 OTH_WE03 1. @11068 OTH_WE04 1. @11069 OTH_WE05 1. @11070 OTH_WE06 1. @11071 OTH_WE07 1. @11072 OTH_WE08 1. @11073 OTH_WE09 1. @11074 OTH_WE10 1. @11075 OTH_WE11 1. @11076 OTH_WE12 1. @11077 OTH_WE13 1. @11078 OTH_WE14 1. @11079 OTH_WE15 1. @11080 OTH_WE16 1. @11081 OTH_WE17 1. @11082 OTH_WE18 1. @11083 OTH_WE19 1. @11084 OTH_WE20 1. @11085 OTH_WE21 1. @11086 OTH_WE22 1. @11087 OTH_WE23 1. @11088 OTH_WE24 1. @11089 OTH_WE25 1. @11090 OTH_WE26 1. @11091 OTH_WE27 1. @11092 OTH_WE28 1. @11093 OTH_WE29 1. @11094 OTH_WE30 1. @11095 OTH_WE31 1. @11096 OTH_WE32 1. @11097 SOC_SE01 1. @11098 SOC_SE02 1. @11099 SOC_SE03 1. @11100 SOC_SE04 1. @11101 SOC_SE05 1. @11102 SOC_SE06 1. @11103 SOC_SE07 1. @11104 SOC_SE08 1. @11105 SOC_SE09 1. @11106 SOC_SE10 1. @11107 SOC_SE11 1. @11108 SOC_SE12 1. @11109 SOC_SE13 1. @11110 SOC_SE14 1. @11111 SOC_SE15 1. @11112 SOC_SE16 1. @11113 SOC_SE17 1. @11114 SOC_SE18 1. @11115 SOC_SE19 1. @11116 SOC_SE20 1. @11117 SOC_SE21 1. @11118 SOC_SE22 1. @11119 SOC_SE23 1. @11120 SOC_SE24 1. @11121 SOC_SE25 1. @11122 SOC_SE26 1. @11123 SOC_SE27 1. @11124 SOC_SE28 1. @11125 SOC_SE29 1. @11126 SOC_SE30 1. @11127 SOC_SE31 1. @11128 SOC_SE32 1. @11129 RAILRO01 1. @11130 RAILRO02 1. @11131 RAILRO03 1. @11132 RAILRO04 1. @11133 RAILRO05 1. @11134 RAILRO06 1. @11135 RAILRO07 1. @11136 RAILRO08 1. @11137 RAILRO09 1. @11138 RAILRO10 1. @11139 RAILRO11 1. @11140 RAILRO12 1. @11141 RAILRO13 1. @11142 RAILRO14 1. @11143 RAILRO15 1. @11144 RAILRO16 1. @11145 RAILRO17 1. @11146 RAILRO18 1. @11147 RAILRO19 1. @11148 RAILRO20 1. @11149 RAILRO21 1. @11150 RAILRO22 1. @11151 RAILRO23 1. @11152 RAILRO24 1. @11153 RAILRO25 1. @11154 RAILRO26 1. @11155 RAILRO27 1. @11156 RAILRO28 1. @11157 RAILRO29 1. @11158 RAILRO30 1. @11159 RAILRO31 1. @11160 RAILRO32 1. @11161 VETS_01 1. @11162 VETS_02 1. @11163 VETS_03 1. @11164 VETS_04 1. @11165 VETS_05 1. @11166 VETS_06 1. @11167 VETS_07 1. @11168 VETS_08 1. @11169 VETS_09 1. @11170 VETS_10 1. @11171 VETS_11 1. @11172 VETS_12 1. @11173 VETS_13 1. @11174 VETS_14 1. @11175 VETS_15 1. @11176 VETS_16 1. @11177 VETS_17 1. @11178 VETS_18 1. @11179 VETS_19 1. @11180 VETS_20 1. @11181 VETS_21 1. @11182 VETS_22 1. @11183 VETS_23 1. @11184 VETS_24 1. @11185 VETS_25 1. @11186 VETS_26 1. @11187 VETS_27 1. @11188 VETS_28 1. @11189 VETS_29 1. @11190 VETS_30 1. @11191 VETS_31 1. @11192 VETS_32 1. @11193 CHAMPU01 1. @11194 CHAMPU02 1. @11195 CHAMPU03 1. @11196 CHAMPU04 1. @11197 CHAMPU05 1. @11198 CHAMPU06 1. @11199 CHAMPU07 1. @11200 CHAMPU08 1. @11201 CHAMPU09 1. @11202 CHAMPU10 1. @11203 CHAMPU11 1. @11204 CHAMPU12 1. @11205 CHAMPU13 1. @11206 CHAMPU14 1. @11207 CHAMPU15 1. @11208 CHAMPU16 1. @11209 CHAMPU17 1. @11210 CHAMPU18 1. @11211 CHAMPU19 1. @11212 CHAMPU20 1. @11213 CHAMPU21 1. @11214 CHAMPU22 1. @11215 CHAMPU23 1. @11216 CHAMPU24 1. @11217 CHAMPU25 1. @11218 CHAMPU26 1. @11219 CHAMPU27 1. @11220 CHAMPU28 1. @11221 CHAMPU29 1. @11222 CHAMPU30 1. @11223 CHAMPU31 1. @11224 CHAMPU32 1. @11225 CHAMPV01 1. @11226 CHAMPV02 1. @11227 CHAMPV03 1. @11228 CHAMPV04 1. @11229 CHAMPV05 1. @11230 CHAMPV06 1. @11231 CHAMPV07 1. @11232 CHAMPV08 1. @11233 CHAMPV09 1. @11234 CHAMPV10 1. @11235 CHAMPV11 1. @11236 CHAMPV12 1. @11237 CHAMPV13 1. @11238 CHAMPV14 1. @11239 CHAMPV15 1. @11240 CHAMPV16 1. @11241 CHAMPV17 1. @11242 CHAMPV18 1. @11243 CHAMPV19 1. @11244 CHAMPV20 1. @11245 CHAMPV21 1. @11246 CHAMPV22 1. @11247 CHAMPV23 1. @11248 CHAMPV24 1. @11249 CHAMPV25 1. @11250 CHAMPV26 1. @11251 CHAMPV27 1. @11252 CHAMPV28 1. @11253 CHAMPV29 1. @11254 CHAMPV30 1. @11255 CHAMPV31 1. @11256 CHAMPV32 1. @11257 CHAMP_01 1. @11258 CHAMP_02 1. @11259 CHAMP_03 1. @11260 CHAMP_04 1. @11261 CHAMP_05 1. @11262 CHAMP_06 1. @11263 CHAMP_07 1. @11264 CHAMP_08 1. @11265 CHAMP_09 1. @11266 CHAMP_10 1. @11267 CHAMP_11 1. @11268 CHAMP_12 1. @11269 CHAMP_13 1. @11270 CHAMP_14 1. @11271 CHAMP_15 1. @11272 CHAMP_16 1. @11273 CHAMP_17 1. @11274 CHAMP_18 1. @11275 CHAMP_19 1. @11276 CHAMP_20 1. @11277 CHAMP_21 1. @11278 CHAMP_22 1. @11279 CHAMP_23 1. @11280 CHAMP_24 1. @11281 CHAMP_25 1. @11282 CHAMP_26 1. @11283 CHAMP_27 1. @11284 CHAMP_28 1. @11285 CHAMP_29 1. @11286 CHAMP_30 1. @11287 CHAMP_31 1. @11288 CHAMP_32 1. @11289 HIOWNC01 1. @11290 HIOWNC02 1. @11291 HIOWNC03 1. @11292 HIOWNC04 1. @11293 HIOWNC05 1. @11294 HIOWNC06 1. @11295 HIOWNC07 1. @11296 HIOWNC08 1. @11297 HIOWNC09 1. @11298 HIOWNC10 1. @11299 HIOWNC11 1. @11300 HIOWNC12 1. @11301 HIOWNC13 1. @11302 HIOWNC14 1. @11303 HIOWNC15 1. @11304 HIOWNC16 1. @11305 HIOWNC17 1. @11306 HIOWNC18 1. @11307 HIOWNC19 1. @11308 HIOWNC20 1. @11309 HIOWNC21 1. @11310 HIOWNC22 1. @11311 HIOWNC23 1. @11312 HIOWNC24 1. @11313 HIOWNC25 1. @11314 HIOWNC26 1. @11315 HIOWNC27 1. @11316 HIOWNC28 1. @11317 HIOWNC29 1. @11318 HIOWNC30 1. @11319 HIOWNC31 1. @11320 HIOWNC32 1. @11321 HI_OTC01 1. @11322 HI_OTC02 1. @11323 HI_OTC03 1. @11324 HI_OTC04 1. @11325 HI_OTC05 1. @11326 HI_OTC06 1. @11327 HI_OTC07 1. @11328 HI_OTC08 1. @11329 HI_OTC09 1. @11330 HI_OTC10 1. @11331 HI_OTC11 1. @11332 HI_OTC12 1. @11333 HI_OTC13 1. @11334 HI_OTC14 1. @11335 HI_OTC15 1. @11336 HI_OTC16 1. @11337 HI_OTC17 1. @11338 HI_OTC18 1. @11339 HI_OTC19 1. @11340 HI_OTC20 1. @11341 HI_OTC21 1. @11342 HI_OTC22 1. @11343 HI_OTC23 1. @11344 HI_OTC24 1. @11345 HI_OTC25 1. @11346 HI_OTC26 1. @11347 HI_OTC27 1. @11348 HI_OTC28 1. @11349 HI_OTC29 1. @11350 HI_OTC30 1. @11351 HI_OTC31 1. @11352 HI_OTC32 1. @11353 HIEMPL01 1. @11354 HIEMPL02 1. @11355 HIEMPL03 1. @11356 HIEMPL04 1. @11357 HIEMPL05 1. @11358 HIEMPL06 1. @11359 HIEMPL07 1. @11360 HIEMPL08 1. @11361 HIEMPL09 1. @11362 HIEMPL10 1. @11363 HIEMPL11 1. @11364 HIEMPL12 1. @11365 HIEMPL13 1. @11366 HIEMPL14 1. @11367 HIEMPL15 1. @11368 HIEMPL16 1. @11369 HIEMPL17 1. @11370 HIEMPL18 1. @11371 HIEMPL19 1. @11372 HIEMPL20 1. @11373 HIEMPL21 1. @11374 HIEMPL22 1. @11375 HIEMPL23 1. @11376 HIEMPL24 1. @11377 HIEMPL25 1. @11378 HIEMPL26 1. @11379 HIEMPL27 1. @11380 HIEMPL28 1. @11381 HIEMPL29 1. @11382 HIEMPL30 1. @11383 HIEMPL31 1. @11384 HIEMPL32 1. @11385 SS_PID01 2. @11387 SS_PID02 2. @11389 SS_PID03 2. @11391 SS_PID04 2. @11393 SS_PID05 2. @11395 SS_PID06 2. @11397 SS_PID07 2. @11399 SS_PID08 2. @11401 SS_PID09 2. @11403 SS_PID10 2. @11405 SS_PID11 2. @11407 SS_PID12 2. @11409 SS_PID13 2. @11411 SS_PID14 2. @11413 SS_PID15 2. @11415 SS_PID16 2. @11417 SS_PID17 2. @11419 SS_PID18 2. @11421 SS_PID19 2. @11423 SS_PID20 2. @11425 SS_PID21 2. @11427 SS_PID22 2. @11429 SS_PID23 2. @11431 SS_PID24 2. @11433 SS_PID25 2. @11435 SS_PID26 2. @11437 SS_PID27 2. @11439 SS_PID28 2. @11441 SS_PID29 2. @11443 SS_PID30 2. @11445 SS_PID31 2. @11447 SS_PID32 2. @11449 RR_PID01 2. @11451 RR_PID02 2. @11453 RR_PID03 2. @11455 RR_PID04 2. @11457 RR_PID05 2. @11459 RR_PID06 2. @11461 RR_PID07 2. @11463 RR_PID08 2. @11465 RR_PID09 2. @11467 RR_PID10 2. @11469 RR_PID11 2. @11471 RR_PID12 2. @11473 RR_PID13 2. @11475 RR_PID14 2. @11477 RR_PID15 2. @11479 RR_PID16 2. @11481 RR_PID17 2. @11483 RR_PID18 2. @11485 RR_PID19 2. @11487 RR_PID20 2. @11489 RR_PID21 2. @11491 RR_PID22 2. @11493 RR_PID23 2. @11495 RR_PID24 2. @11497 RR_PID25 2. @11499 RR_PID26 2. @11501 RR_PID27 2. @11503 RR_PID28 2. @11505 RR_PID29 2. @11507 RR_PID30 2. @11509 RR_PID31 2. @11511 RR_PID32 2. @11513 VA_PID01 2. @11515 VA_PID02 2. @11517 VA_PID03 2. @11519 VA_PID04 2. @11521 VA_PID05 2. @11523 VA_PID06 2. @11525 VA_PID07 2. @11527 VA_PID08 2. @11529 VA_PID09 2. @11531 VA_PID10 2. @11533 VA_PID11 2. @11535 VA_PID12 2. @11537 VA_PID13 2. @11539 VA_PID14 2. @11541 VA_PID15 2. @11543 VA_PID16 2. @11545 VA_PID17 2. @11547 VA_PID18 2. @11549 VA_PID19 2. @11551 VA_PID20 2. @11553 VA_PID21 2. @11555 VA_PID22 2. @11557 VA_PID23 2. @11559 VA_PID24 2. @11561 VA_PID25 2. @11563 VA_PID26 2. @11565 VA_PID27 2. @11567 VA_PID28 2. @11569 VA_PID29 2. @11571 VA_PID30 2. @11573 VA_PID31 2. @11575 VA_PID32 2. @11577 AFDCPI01 2. @11579 AFDCPI02 2. @11581 AFDCPI03 2. @11583 AFDCPI04 2. @11585 AFDCPI05 2. @11587 AFDCPI06 2. @11589 AFDCPI07 2. @11591 AFDCPI08 2. @11593 AFDCPI09 2. @11595 AFDCPI10 2. @11597 AFDCPI11 2. @11599 AFDCPI12 2. @11601 AFDCPI13 2. @11603 AFDCPI14 2. @11605 AFDCPI15 2. @11607 AFDCPI16 2. @11609 AFDCPI17 2. @11611 AFDCPI18 2. @11613 AFDCPI19 2. @11615 AFDCPI20 2. @11617 AFDCPI21 2. @11619 AFDCPI22 2. @11621 AFDCPI23 2. @11623 AFDCPI24 2. @11625 AFDCPI25 2. @11627 AFDCPI26 2. @11629 AFDCPI27 2. @11631 AFDCPI28 2. @11633 AFDCPI29 2. @11635 AFDCPI30 2. @11637 AFDCPI31 2. @11639 AFDCPI32 2. @11641 GA_PID01 2. @11643 GA_PID02 2. @11645 GA_PID03 2. @11647 GA_PID04 2. @11649 GA_PID05 2. @11651 GA_PID06 2. @11653 GA_PID07 2. @11655 GA_PID08 2. @11657 GA_PID09 2. @11659 GA_PID10 2. @11661 GA_PID11 2. @11663 GA_PID12 2. @11665 GA_PID13 2. @11667 GA_PID14 2. @11669 GA_PID15 2. @11671 GA_PID16 2. @11673 GA_PID17 2. @11675 GA_PID18 2. @11677 GA_PID19 2. @11679 GA_PID20 2. @11681 GA_PID21 2. @11683 GA_PID22 2. @11685 GA_PID23 2. @11687 GA_PID24 2. @11689 GA_PID25 2. @11691 GA_PID26 2. @11693 GA_PID27 2. @11695 GA_PID28 2. @11697 GA_PID29 2. @11699 GA_PID30 2. @11701 GA_PID31 2. @11703 GA_PID32 2. @11705 FOSTPI01 2. @11707 FOSTPI02 2. @11709 FOSTPI03 2. @11711 FOSTPI04 2. @11713 FOSTPI05 2. @11715 FOSTPI06 2. @11717 FOSTPI07 2. @11719 FOSTPI08 2. @11721 FOSTPI09 2. @11723 FOSTPI10 2. @11725 FOSTPI11 2. @11727 FOSTPI12 2. @11729 FOSTPI13 2. @11731 FOSTPI14 2. @11733 FOSTPI15 2. @11735 FOSTPI16 2. @11737 FOSTPI17 2. @11739 FOSTPI18 2. @11741 FOSTPI19 2. @11743 FOSTPI20 2. @11745 FOSTPI21 2. @11747 FOSTPI22 2. @11749 FOSTPI23 2. @11751 FOSTPI24 2. @11753 FOSTPI25 2. @11755 FOSTPI26 2. @11757 FOSTPI27 2. @11759 FOSTPI28 2. @11761 FOSTPI29 2. @11763 FOSTPI30 2. @11765 FOSTPI31 2. @11767 FOSTPI32 2. @11769 OTH_PI01 2. @11771 OTH_PI02 2. @11773 OTH_PI03 2. @11775 OTH_PI04 2. @11777 OTH_PI05 2. @11779 OTH_PI06 2. @11781 OTH_PI07 2. @11783 OTH_PI08 2. @11785 OTH_PI09 2. @11787 OTH_PI10 2. @11789 OTH_PI11 2. @11791 OTH_PI12 2. @11793 OTH_PI13 2. @11795 OTH_PI14 2. @11797 OTH_PI15 2. @11799 OTH_PI16 2. @11801 OTH_PI17 2. @11803 OTH_PI18 2. @11805 OTH_PI19 2. @11807 OTH_PI20 2. @11809 OTH_PI21 2. @11811 OTH_PI22 2. @11813 OTH_PI23 2. @11815 OTH_PI24 2. @11817 OTH_PI25 2. @11819 OTH_PI26 2. @11821 OTH_PI27 2. @11823 OTH_PI28 2. @11825 OTH_PI29 2. @11827 OTH_PI30 2. @11829 OTH_PI31 2. @11831 OTH_PI32 2. @11833 WIC_PI01 2. @11835 WIC_PI02 2. @11837 WIC_PI03 2. @11839 WIC_PI04 2. @11841 WIC_PI05 2. @11843 WIC_PI06 2. @11845 WIC_PI07 2. @11847 WIC_PI08 2. @11849 WIC_PI09 2. @11851 WIC_PI10 2. @11853 WIC_PI11 2. @11855 WIC_PI12 2. @11857 WIC_PI13 2. @11859 WIC_PI14 2. @11861 WIC_PI15 2. @11863 WIC_PI16 2. @11865 WIC_PI17 2. @11867 WIC_PI18 2. @11869 WIC_PI19 2. @11871 WIC_PI20 2. @11873 WIC_PI21 2. @11875 WIC_PI22 2. @11877 WIC_PI23 2. @11879 WIC_PI24 2. @11881 WIC_PI25 2. @11883 WIC_PI26 2. @11885 WIC_PI27 2. @11887 WIC_PI28 2. @11889 WIC_PI29 2. @11891 WIC_PI30 2. @11893 WIC_PI31 2. @11895 WIC_PI32 2. @11897 FS_PID01 2. @11899 FS_PID02 2. @11901 FS_PID03 2. @11903 FS_PID04 2. @11905 FS_PID05 2. @11907 FS_PID06 2. @11909 FS_PID07 2. @11911 FS_PID08 2. @11913 FS_PID09 2. @11915 FS_PID10 2. @11917 FS_PID11 2. @11919 FS_PID12 2. @11921 FS_PID13 2. @11923 FS_PID14 2. @11925 FS_PID15 2. @11927 FS_PID16 2. @11929 FS_PID17 2. @11931 FS_PID18 2. @11933 FS_PID19 2. @11935 FS_PID20 2. @11937 FS_PID21 2. @11939 FS_PID22 2. @11941 FS_PID23 2. @11943 FS_PID24 2. @11945 FS_PID25 2. @11947 FS_PID26 2. @11949 FS_PID27 2. @11951 FS_PID28 2. @11953 FS_PID29 2. @11955 FS_PID30 2. @11957 FS_PID31 2. @11959 FS_PID32 2. @11961 WS_I1_01 1. @11962 WS_I1_02 1. @11963 WS_I1_03 1. @11964 WS_I1_04 1. @11965 WS_I1_05 1. @11966 WS_I1_06 1. @11967 WS_I1_07 1. @11968 WS_I1_08 1. @11969 WS_I1_09 1. @11970 WS_I1_10 1. @11971 WS_I1_11 1. @11972 WS_I1_12 1. @11973 WS_I1_13 1. @11974 WS_I1_14 1. @11975 WS_I1_15 1. @11976 WS_I1_16 1. @11977 WS_I1_17 1. @11978 WS_I1_18 1. @11979 WS_I1_19 1. @11980 WS_I1_20 1. @11981 WS_I1_21 1. @11982 WS_I1_22 1. @11983 WS_I1_23 1. @11984 WS_I1_24 1. @11985 WS_I1_25 1. @11986 WS_I1_26 1. @11987 WS_I1_27 1. @11988 WS_I1_28 1. @11989 WS_I1_29 1. @11990 WS_I1_30 1. @11991 WS_I1_31 1. @11992 WS_I1_32 1. @11993 WS_I2_01 1. @11994 WS_I2_02 1. @11995 WS_I2_03 1. @11996 WS_I2_04 1. @11997 WS_I2_05 1. @11998 WS_I2_06 1. @11999 WS_I2_07 1. @12000 WS_I2_08 1. @12001 WS_I2_09 1. @12002 WS_I2_10 1. @12003 WS_I2_11 1. @12004 WS_I2_12 1. @12005 WS_I2_13 1. @12006 WS_I2_14 1. @12007 WS_I2_15 1. @12008 WS_I2_16 1. @12009 WS_I2_17 1. @12010 WS_I2_18 1. @12011 WS_I2_19 1. @12012 WS_I2_20 1. @12013 WS_I2_21 1. @12014 WS_I2_22 1. @12015 WS_I2_23 1. @12016 WS_I2_24 1. @12017 WS_I2_25 1. @12018 WS_I2_26 1. @12019 WS_I2_27 1. @12020 WS_I2_28 1. @12021 WS_I2_29 1. @12022 WS_I2_30 1. @12023 WS_I2_31 1. @12024 WS_I2_32 1. @12025 SE_I1_01 1. @12026 SE_I1_02 1. @12027 SE_I1_03 1. @12028 SE_I1_04 1. @12029 SE_I1_05 1. @12030 SE_I1_06 1. @12031 SE_I1_07 1. @12032 SE_I1_08 1. @12033 SE_I1_09 1. @12034 SE_I1_10 1. @12035 SE_I1_11 1. @12036 SE_I1_12 1. @12037 SE_I1_13 1. @12038 SE_I1_14 1. @12039 SE_I1_15 1. @12040 SE_I1_16 1. @12041 SE_I1_17 1. @12042 SE_I1_18 1. @12043 SE_I1_19 1. @12044 SE_I1_20 1. @12045 SE_I1_21 1. @12046 SE_I1_22 1. @12047 SE_I1_23 1. @12048 SE_I1_24 1. @12049 SE_I1_25 1. @12050 SE_I1_26 1. @12051 SE_I1_27 1. @12052 SE_I1_28 1. @12053 SE_I1_29 1. @12054 SE_I1_30 1. @12055 SE_I1_31 1. @12056 SE_I1_32 1. @12057 SE_I2_01 1. @12058 SE_I2_02 1. @12059 SE_I2_03 1. @12060 SE_I2_04 1. @12061 SE_I2_05 1. @12062 SE_I2_06 1. @12063 SE_I2_07 1. @12064 SE_I2_08 1. @12065 SE_I2_09 1. @12066 SE_I2_10 1. @12067 SE_I2_11 1. @12068 SE_I2_12 1. @12069 SE_I2_13 1. @12070 SE_I2_14 1. @12071 SE_I2_15 1. @12072 SE_I2_16 1. @12073 SE_I2_17 1. @12074 SE_I2_18 1. @12075 SE_I2_19 1. @12076 SE_I2_20 1. @12077 SE_I2_21 1. @12078 SE_I2_22 1. @12079 SE_I2_23 1. @12080 SE_I2_24 1. @12081 SE_I2_25 1. @12082 SE_I2_26 1. @12083 SE_I2_27 1. @12084 SE_I2_28 1. @12085 SE_I2_29 1. @12086 SE_I2_30 1. @12087 SE_I2_31 1. @12088 SE_I2_32 1. @12089 G1_I1_01 1. @12090 G1_I1_02 1. @12091 G1_I1_03 1. @12092 G1_I1_04 1. @12093 G1_I1_05 1. @12094 G1_I1_06 1. @12095 G1_I1_07 1. @12096 G1_I1_08 1. @12097 G1_I1_09 1. @12098 G1_I1_10 1. @12099 G1_I1_11 1. @12100 G1_I1_12 1. @12101 G1_I1_13 1. @12102 G1_I1_14 1. @12103 G1_I1_15 1. @12104 G1_I1_16 1. @12105 G1_I1_17 1. @12106 G1_I1_18 1. @12107 G1_I1_19 1. @12108 G1_I1_20 1. @12109 G1_I1_21 1. @12110 G1_I1_22 1. @12111 G1_I1_23 1. @12112 G1_I1_24 1. @12113 G1_I1_25 1. @12114 G1_I1_26 1. @12115 G1_I1_27 1. @12116 G1_I1_28 1. @12117 G1_I1_29 1. @12118 G1_I1_30 1. @12119 G1_I1_31 1. @12120 G1_I1_32 1. @12121 G1_I2_01 1. @12122 G1_I2_02 1. @12123 G1_I2_03 1. @12124 G1_I2_04 1. @12125 G1_I2_05 1. @12126 G1_I2_06 1. @12127 G1_I2_07 1. @12128 G1_I2_08 1. @12129 G1_I2_09 1. @12130 G1_I2_10 1. @12131 G1_I2_11 1. @12132 G1_I2_12 1. @12133 G1_I2_13 1. @12134 G1_I2_14 1. @12135 G1_I2_15 1. @12136 G1_I2_16 1. @12137 G1_I2_17 1. @12138 G1_I2_18 1. @12139 G1_I2_19 1. @12140 G1_I2_20 1. @12141 G1_I2_21 1. @12142 G1_I2_22 1. @12143 G1_I2_23 1. @12144 G1_I2_24 1. @12145 G1_I2_25 1. @12146 G1_I2_26 1. @12147 G1_I2_27 1. @12148 G1_I2_28 1. @12149 G1_I2_29 1. @12150 G1_I2_30 1. @12151 G1_I2_31 1. @12152 G1_I2_32 1. @12153 G1_I3_01 1. @12154 G1_I3_02 1. @12155 G1_I3_03 1. @12156 G1_I3_04 1. @12157 G1_I3_05 1. @12158 G1_I3_06 1. @12159 G1_I3_07 1. @12160 G1_I3_08 1. @12161 G1_I3_09 1. @12162 G1_I3_10 1. @12163 G1_I3_11 1. @12164 G1_I3_12 1. @12165 G1_I3_13 1. @12166 G1_I3_14 1. @12167 G1_I3_15 1. @12168 G1_I3_16 1. @12169 G1_I3_17 1. @12170 G1_I3_18 1. @12171 G1_I3_19 1. @12172 G1_I3_20 1. @12173 G1_I3_21 1. @12174 G1_I3_22 1. @12175 G1_I3_23 1. @12176 G1_I3_24 1. @12177 G1_I3_25 1. @12178 G1_I3_26 1. @12179 G1_I3_27 1. @12180 G1_I3_28 1. @12181 G1_I3_29 1. @12182 G1_I3_30 1. @12183 G1_I3_31 1. @12184 G1_I3_32 1. @12185 G1_I4_01 1. @12186 G1_I4_02 1. @12187 G1_I4_03 1. @12188 G1_I4_04 1. @12189 G1_I4_05 1. @12190 G1_I4_06 1. @12191 G1_I4_07 1. @12192 G1_I4_08 1. @12193 G1_I4_09 1. @12194 G1_I4_10 1. @12195 G1_I4_11 1. @12196 G1_I4_12 1. @12197 G1_I4_13 1. @12198 G1_I4_14 1. @12199 G1_I4_15 1. @12200 G1_I4_16 1. @12201 G1_I4_17 1. @12202 G1_I4_18 1. @12203 G1_I4_19 1. @12204 G1_I4_20 1. @12205 G1_I4_21 1. @12206 G1_I4_22 1. @12207 G1_I4_23 1. @12208 G1_I4_24 1. @12209 G1_I4_25 1. @12210 G1_I4_26 1. @12211 G1_I4_27 1. @12212 G1_I4_28 1. @12213 G1_I4_29 1. @12214 G1_I4_30 1. @12215 G1_I4_31 1. @12216 G1_I4_32 1. @12217 G1_I5_01 1. @12218 G1_I5_02 1. @12219 G1_I5_03 1. @12220 G1_I5_04 1. @12221 G1_I5_05 1. @12222 G1_I5_06 1. @12223 G1_I5_07 1. @12224 G1_I5_08 1. @12225 G1_I5_09 1. @12226 G1_I5_10 1. @12227 G1_I5_11 1. @12228 G1_I5_12 1. @12229 G1_I5_13 1. @12230 G1_I5_14 1. @12231 G1_I5_15 1. @12232 G1_I5_16 1. @12233 G1_I5_17 1. @12234 G1_I5_18 1. @12235 G1_I5_19 1. @12236 G1_I5_20 1. @12237 G1_I5_21 1. @12238 G1_I5_22 1. @12239 G1_I5_23 1. @12240 G1_I5_24 1. @12241 G1_I5_25 1. @12242 G1_I5_26 1. @12243 G1_I5_27 1. @12244 G1_I5_28 1. @12245 G1_I5_29 1. @12246 G1_I5_30 1. @12247 G1_I5_31 1. @12248 G1_I5_32 1. @12249 G1_I6_01 1. @12250 G1_I6_02 1. @12251 G1_I6_03 1. @12252 G1_I6_04 1. @12253 G1_I6_05 1. @12254 G1_I6_06 1. @12255 G1_I6_07 1. @12256 G1_I6_08 1. @12257 G1_I6_09 1. @12258 G1_I6_10 1. @12259 G1_I6_11 1. @12260 G1_I6_12 1. @12261 G1_I6_13 1. @12262 G1_I6_14 1. @12263 G1_I6_15 1. @12264 G1_I6_16 1. @12265 G1_I6_17 1. @12266 G1_I6_18 1. @12267 G1_I6_19 1. @12268 G1_I6_20 1. @12269 G1_I6_21 1. @12270 G1_I6_22 1. @12271 G1_I6_23 1. @12272 G1_I6_24 1. @12273 G1_I6_25 1. @12274 G1_I6_26 1. @12275 G1_I6_27 1. @12276 G1_I6_28 1. @12277 G1_I6_29 1. @12278 G1_I6_30 1. @12279 G1_I6_31 1. @12280 G1_I6_32 1. @12281 G1_I7_01 1. @12282 G1_I7_02 1. @12283 G1_I7_03 1. @12284 G1_I7_04 1. @12285 G1_I7_05 1. @12286 G1_I7_06 1. @12287 G1_I7_07 1. @12288 G1_I7_08 1. @12289 G1_I7_09 1. @12290 G1_I7_10 1. @12291 G1_I7_11 1. @12292 G1_I7_12 1. @12293 G1_I7_13 1. @12294 G1_I7_14 1. @12295 G1_I7_15 1. @12296 G1_I7_16 1. @12297 G1_I7_17 1. @12298 G1_I7_18 1. @12299 G1_I7_19 1. @12300 G1_I7_20 1. @12301 G1_I7_21 1. @12302 G1_I7_22 1. @12303 G1_I7_23 1. @12304 G1_I7_24 1. @12305 G1_I7_25 1. @12306 G1_I7_26 1. @12307 G1_I7_27 1. @12308 G1_I7_28 1. @12309 G1_I7_29 1. @12310 G1_I7_30 1. @12311 G1_I7_31 1. @12312 G1_I7_32 1. @12313 G1_I8_01 1. @12314 G1_I8_02 1. @12315 G1_I8_03 1. @12316 G1_I8_04 1. @12317 G1_I8_05 1. @12318 G1_I8_06 1. @12319 G1_I8_07 1. @12320 G1_I8_08 1. @12321 G1_I8_09 1. @12322 G1_I8_10 1. @12323 G1_I8_11 1. @12324 G1_I8_12 1. @12325 G1_I8_13 1. @12326 G1_I8_14 1. @12327 G1_I8_15 1. @12328 G1_I8_16 1. @12329 G1_I8_17 1. @12330 G1_I8_18 1. @12331 G1_I8_19 1. @12332 G1_I8_20 1. @12333 G1_I8_21 1. @12334 G1_I8_22 1. @12335 G1_I8_23 1. @12336 G1_I8_24 1. @12337 G1_I8_25 1. @12338 G1_I8_26 1. @12339 G1_I8_27 1. @12340 G1_I8_28 1. @12341 G1_I8_29 1. @12342 G1_I8_30 1. @12343 G1_I8_31 1. @12344 G1_I8_32 1. @12345 G1_I9_01 1. @12346 G1_I9_02 1. @12347 G1_I9_03 1. @12348 G1_I9_04 1. @12349 G1_I9_05 1. @12350 G1_I9_06 1. @12351 G1_I9_07 1. @12352 G1_I9_08 1. @12353 G1_I9_09 1. @12354 G1_I9_10 1. @12355 G1_I9_11 1. @12356 G1_I9_12 1. @12357 G1_I9_13 1. @12358 G1_I9_14 1. @12359 G1_I9_15 1. @12360 G1_I9_16 1. @12361 G1_I9_17 1. @12362 G1_I9_18 1. @12363 G1_I9_19 1. @12364 G1_I9_20 1. @12365 G1_I9_21 1. @12366 G1_I9_22 1. @12367 G1_I9_23 1. @12368 G1_I9_24 1. @12369 G1_I9_25 1. @12370 G1_I9_26 1. @12371 G1_I9_27 1. @12372 G1_I9_28 1. @12373 G1_I9_29 1. @12374 G1_I9_30 1. @12375 G1_I9_31 1. @12376 G1_I9_32 1. @12377 G1_I1001 1. @12378 G1_I1002 1. @12379 G1_I1003 1. @12380 G1_I1004 1. @12381 G1_I1005 1. @12382 G1_I1006 1. @12383 G1_I1007 1. @12384 G1_I1008 1. @12385 G1_I1009 1. @12386 G1_I1010 1. @12387 G1_I1011 1. @12388 G1_I1012 1. @12389 G1_I1013 1. @12390 G1_I1014 1. @12391 G1_I1015 1. @12392 G1_I1016 1. @12393 G1_I1017 1. @12394 G1_I1018 1. @12395 G1_I1019 1. @12396 G1_I1020 1. @12397 G1_I1021 1. @12398 G1_I1022 1. @12399 G1_I1023 1. @12400 G1_I1024 1. @12401 G1_I1025 1. @12402 G1_I1026 1. @12403 G1_I1027 1. @12404 G1_I1028 1. @12405 G1_I1029 1. @12406 G1_I1030 1. @12407 G1_I1031 1. @12408 G1_I1032 1. @12409 G2I10001 1. @12410 G2I10002 1. @12411 G2I10003 1. @12412 G2I10004 1. @12413 G2I10005 1. @12414 G2I10006 1. @12415 G2I10007 1. @12416 G2I10008 1. @12417 G2I10009 1. @12418 G2I10010 1. @12419 G2I10011 1. @12420 G2I10012 1. @12421 G2I10013 1. @12422 G2I10014 1. @12423 G2I10015 1. @12424 G2I10016 1. @12425 G2I10017 1. @12426 G2I10018 1. @12427 G2I10019 1. @12428 G2I10020 1. @12429 G2I10021 1. @12430 G2I10022 1. @12431 G2I10023 1. @12432 G2I10024 1. @12433 G2I10025 1. @12434 G2I10026 1. @12435 G2I10027 1. @12436 G2I10028 1. @12437 G2I10029 1. @12438 G2I10030 1. @12439 G2I10031 1. @12440 G2I10032 1. @12441 G2I10401 1. @12442 G2I10402 1. @12443 G2I10403 1. @12444 G2I10404 1. @12445 G2I10405 1. @12446 G2I10406 1. @12447 G2I10407 1. @12448 G2I10408 1. @12449 G2I10409 1. @12450 G2I10410 1. @12451 G2I10411 1. @12452 G2I10412 1. @12453 G2I10413 1. @12454 G2I10414 1. @12455 G2I10415 1. @12456 G2I10416 1. @12457 G2I10417 1. @12458 G2I10418 1. @12459 G2I10419 1. @12460 G2I10420 1. @12461 G2I10421 1. @12462 G2I10422 1. @12463 G2I10423 1. @12464 G2I10424 1. @12465 G2I10425 1. @12466 G2I10426 1. @12467 G2I10427 1. @12468 G2I10428 1. @12469 G2I10429 1. @12470 G2I10430 1. @12471 G2I10431 1. @12472 G2I10432 1. @12473 G2I11001 1. @12474 G2I11002 1. @12475 G2I11003 1. @12476 G2I11004 1. @12477 G2I11005 1. @12478 G2I11006 1. @12479 G2I11007 1. @12480 G2I11008 1. @12481 G2I11009 1. @12482 G2I11010 1. @12483 G2I11011 1. @12484 G2I11012 1. @12485 G2I11013 1. @12486 G2I11014 1. @12487 G2I11015 1. @12488 G2I11016 1. @12489 G2I11017 1. @12490 G2I11018 1. @12491 G2I11019 1. @12492 G2I11020 1. @12493 G2I11021 1. @12494 G2I11022 1. @12495 G2I11023 1. @12496 G2I11024 1. @12497 G2I11025 1. @12498 G2I11026 1. @12499 G2I11027 1. @12500 G2I11028 1. @12501 G2I11029 1. @12502 G2I11030 1. @12503 G2I11031 1. @12504 G2I11032 1. @12505 G2I12001 1. @12506 G2I12002 1. @12507 G2I12003 1. @12508 G2I12004 1. @12509 G2I12005 1. @12510 G2I12006 1. @12511 G2I12007 1. @12512 G2I12008 1. @12513 G2I12009 1. @12514 G2I12010 1. @12515 G2I12011 1. @12516 G2I12012 1. @12517 G2I12013 1. @12518 G2I12014 1. @12519 G2I12015 1. @12520 G2I12016 1. @12521 G2I12017 1. @12522 G2I12018 1. @12523 G2I12019 1. @12524 G2I12020 1. @12525 G2I12021 1. @12526 G2I12022 1. @12527 G2I12023 1. @12528 G2I12024 1. @12529 G2I12025 1. @12530 G2I12026 1. @12531 G2I12027 1. @12532 G2I12028 1. @12533 G2I12029 1. @12534 G2I12030 1. @12535 G2I12031 1. @12536 G2I12032 1. @12537 G2I13001 1. @12538 G2I13002 1. @12539 G2I13003 1. @12540 G2I13004 1. @12541 G2I13005 1. @12542 G2I13006 1. @12543 G2I13007 1. @12544 G2I13008 1. @12545 G2I13009 1. @12546 G2I13010 1. @12547 G2I13011 1. @12548 G2I13012 1. @12549 G2I13013 1. @12550 G2I13014 1. @12551 G2I13015 1. @12552 G2I13016 1. @12553 G2I13017 1. @12554 G2I13018 1. @12555 G2I13019 1. @12556 G2I13020 1. @12557 G2I13021 1. @12558 G2I13022 1. @12559 G2I13023 1. @12560 G2I13024 1. @12561 G2I13025 1. @12562 G2I13026 1. @12563 G2I13027 1. @12564 G2I13028 1. @12565 G2I13029 1. @12566 G2I13030 1. @12567 G2I13031 1. @12568 G2I13032 1. @12569 G2I14001 1. @12570 G2I14002 1. @12571 G2I14003 1. @12572 G2I14004 1. @12573 G2I14005 1. @12574 G2I14006 1. @12575 G2I14007 1. @12576 G2I14008 1. @12577 G2I14009 1. @12578 G2I14010 1. @12579 G2I14011 1. @12580 G2I14012 1. @12581 G2I14013 1. @12582 G2I14014 1. @12583 G2I14015 1. @12584 G2I14016 1. @12585 G2I14017 1. @12586 G2I14018 1. @12587 G2I14019 1. @12588 G2I14020 1. @12589 G2I14021 1. @12590 G2I14022 1. @12591 G2I14023 1. @12592 G2I14024 1. @12593 G2I14025 1. @12594 G2I14026 1. @12595 G2I14027 1. @12596 G2I14028 1. @12597 G2I14029 1. @12598 G2I14030 1. @12599 G2I14031 1. @12600 G2I14032 1. ; LABEL SUSEQNUM = "Sequence number of person" ROT = "Rotation group number" PP_ID = "Scrambled identifier" PP_ENTRY = "Edited entry address ID" PP_PNUM = "Edited person number" SU_TOTPP = "Total number of person records" PP_RCSEQ = "Sequence number of person record withi" HH_ADD01 = "Address ID. - This field identifies th" HH_ADD02 = "Address ID. - This field identifies th" HH_ADD03 = "Address ID. - This field identifies th" HH_ADD04 = "Address ID. - This field identifies th" HH_ADD05 = "Address ID. - This field identifies th" HH_ADD06 = "Address ID. - This field identifies th" HH_ADD07 = "Address ID. - This field identifies th" HH_ADD08 = "Address ID. - This field identifies th" HH_ADD09 = "Address ID. - This field identifies th" HH_ADD10 = "Address ID. - This field identifies th" HH_ADD11 = "Address ID. - This field identifies th" HH_ADD12 = "Address ID. - This field identifies th" HH_ADD13 = "Address ID. - This field identifies th" HH_ADD14 = "Address ID. - This field identifies th" HH_ADD15 = "Address ID. - This field identifies th" HH_ADD16 = "Address ID. - This field identifies th" HH_ADD17 = "Address ID. - This field identifies th" HH_ADD18 = "Address ID. - This field identifies th" HH_ADD19 = "Address ID. - This field identifies th" HH_ADD20 = "Address ID. - This field identifies th" HH_ADD21 = "Address ID. - This field identifies th" HH_ADD22 = "Address ID. - This field identifies th" HH_ADD23 = "Address ID. - This field identifies th" HH_ADD24 = "Address ID. - This field identifies th" HH_ADD25 = "Address ID. - This field identifies th" HH_ADD26 = "Address ID. - This field identifies th" HH_ADD27 = "Address ID. - This field identifies th" HH_ADD28 = "Address ID. - This field identifies th" HH_ADD29 = "Address ID. - This field identifies th" HH_ADD30 = "Address ID. - This field identifies th" HH_ADD31 = "Address ID. - This field identifies th" HH_ADD32 = "Address ID. - This field identifies th" PP_INTV1 = "Person's interview status for the" PP_INTV2 = "Person's interview status for the" PP_INTV3 = "Person's interview status for the" PP_INTV4 = "Person's interview status for the" PP_INTV5 = "Person's interview status for the" PP_INTV6 = "Person's interview status for the" PP_INTV7 = "Person's interview status for the" PP_INTV8 = "Person's interview status for the" PP_MIS01 = "Person's interview status for this mon" PP_MIS02 = "Person's interview status for this mon" PP_MIS03 = "Person's interview status for this mon" PP_MIS04 = "Person's interview status for this mon" PP_MIS05 = "Person's interview status for this mon" PP_MIS06 = "Person's interview status for this mon" PP_MIS07 = "Person's interview status for this mon" PP_MIS08 = "Person's interview status for this mon" PP_MIS09 = "Person's interview status for this mon" PP_MIS10 = "Person's interview status for this mon" PP_MIS11 = "Person's interview status for this mon" PP_MIS12 = "Person's interview status for this mon" PP_MIS13 = "Person's interview status for this mon" PP_MIS14 = "Person's interview status for this mon" PP_MIS15 = "Person's interview status for this mon" PP_MIS16 = "Person's interview status for this mon" PP_MIS17 = "Person's interview status for this mon" PP_MIS18 = "Person's interview status for this mon" PP_MIS19 = "Person's interview status for this mon" PP_MIS20 = "Person's interview status for this mon" PP_MIS21 = "Person's interview status for this mon" PP_MIS22 = "Person's interview status for this mon" PP_MIS23 = "Person's interview status for this mon" PP_MIS24 = "Person's interview status for this mon" PP_MIS25 = "Person's interview status for this mon" PP_MIS26 = "Person's interview status for this mon" PP_MIS27 = "Person's interview status for this mon" PP_MIS28 = "Person's interview status for this mon" PP_MIS29 = "Person's interview status for this mon" PP_MIS30 = "Person's interview status for this mon" PP_MIS31 = "Person's interview status for this mon" PP_MIS32 = "Person's interview status for this mon" REASLEF1 = "Preedited reason for leaving the" REASLEF2 = "Preedited reason for leaving the" REASLEF3 = "Preedited reason for leaving the" REASLEF4 = "Preedited reason for leaving the" REASLEF5 = "Preedited reason for leaving the" REASLEF6 = "Preedited reason for leaving the" REASLEF7 = "Preedited reason for leaving the" REASLEF8 = "Preedited reason for leaving the" HHINST01 = "Control card item 36B - interview" HHINST02 = "Control card item 36B - interview" HHINST03 = "Control card item 36B - interview" HHINST04 = "Control card item 36B - interview" HHINST05 = "Control card item 36B - interview" HHINST06 = "Control card item 36B - interview" HHINST07 = "Control card item 36B - interview" HHINST08 = "Control card item 36B - interview" HHINST09 = "Control card item 36B - interview" HHINST10 = "Control card item 36B - interview" HHINST11 = "Control card item 36B - interview" HHINST12 = "Control card item 36B - interview" HHINST13 = "Control card item 36B - interview" HHINST14 = "Control card item 36B - interview" HHINST15 = "Control card item 36B - interview" HHINST16 = "Control card item 36B - interview" HHINST17 = "Control card item 36B - interview" HHINST18 = "Control card item 36B - interview" HHINST19 = "Control card item 36B - interview" HHINST20 = "Control card item 36B - interview" HHINST21 = "Control card item 36B - interview" HHINST22 = "Control card item 36B - interview" HHINST23 = "Control card item 36B - interview" HHINST24 = "Control card item 36B - interview" HHINST25 = "Control card item 36B - interview" HHINST26 = "Control card item 36B - interview" HHINST27 = "Control card item 36B - interview" HHINST28 = "Control card item 36B - interview" HHINST29 = "Control card item 36B - interview" HHINST30 = "Control card item 36B - interview" HHINST31 = "Control card item 36B - interview" HHINST32 = "Control card item 36B - interview" PNLWGT = "Panel person's weight assigned to pers" FNLWGT90 = "Person's weight assigned for calendar" FNLWGT91 = "Persons weight assigned for calendar" MST_RGC = "Reduction group code established to" HALFSAMP = "Half sample code for variance estimati" VARSTRAT = "Stratum code for variance estimation" LGTHHT01 = "Longitudinal household type" LGTHHT02 = "Longitudinal household type" LGTHHT03 = "Longitudinal household type" LGTHHT04 = "Longitudinal household type" LGTHHT05 = "Longitudinal household type" LGTHHT06 = "Longitudinal household type" LGTHHT07 = "Longitudinal household type" LGTHHT08 = "Longitudinal household type" LGTHHT09 = "Longitudinal household type" LGTHHT10 = "Longitudinal household type" LGTHHT11 = "Longitudinal household type" LGTHHT12 = "Longitudinal household type" LGTHHT13 = "Longitudinal household type" LGTHHT14 = "Longitudinal household type" LGTHHT15 = "Longitudinal household type" LGTHHT16 = "Longitudinal household type" LGTHHT17 = "Longitudinal household type" LGTHHT18 = "Longitudinal household type" LGTHHT19 = "Longitudinal household type" LGTHHT20 = "Longitudinal household type" LGTHHT21 = "Longitudinal household type" LGTHHT22 = "Longitudinal household type" LGTHHT23 = "Longitudinal household type" LGTHHT24 = "Longitudinal household type" LGTHHT25 = "Longitudinal household type" LGTHHT26 = "Longitudinal household type" LGTHHT27 = "Longitudinal household type" LGTHHT28 = "Longitudinal household type" LGTHHT29 = "Longitudinal household type" LGTHHT30 = "Longitudinal household type" LGTHHT31 = "Longitudinal household type" LGTHHT32 = "Longitudinal household type" LGTKEY01 = "Longitudinal key person indicator" LGTKEY02 = "Longitudinal key person indicator" LGTKEY03 = "Longitudinal key person indicator" LGTKEY04 = "Longitudinal key person indicator" LGTKEY05 = "Longitudinal key person indicator" LGTKEY06 = "Longitudinal key person indicator" LGTKEY07 = "Longitudinal key person indicator" LGTKEY08 = "Longitudinal key person indicator" LGTKEY09 = "Longitudinal key person indicator" LGTKEY10 = "Longitudinal key person indicator" LGTKEY11 = "Longitudinal key person indicator" LGTKEY12 = "Longitudinal key person indicator" LGTKEY13 = "Longitudinal key person indicator" LGTKEY14 = "Longitudinal key person indicator" LGTKEY15 = "Longitudinal key person indicator" LGTKEY16 = "Longitudinal key person indicator" LGTKEY17 = "Longitudinal key person indicator" LGTKEY18 = "Longitudinal key person indicator" LGTKEY19 = "Longitudinal key person indicator" LGTKEY20 = "Longitudinal key person indicator" LGTKEY21 = "Longitudinal key person indicator" LGTKEY22 = "Longitudinal key person indicator" LGTKEY23 = "Longitudinal key person indicator" LGTKEY24 = "Longitudinal key person indicator" LGTKEY25 = "Longitudinal key person indicator" LGTKEY26 = "Longitudinal key person indicator" LGTKEY27 = "Longitudinal key person indicator" LGTKEY28 = "Longitudinal key person indicator" LGTKEY29 = "Longitudinal key person indicator" LGTKEY30 = "Longitudinal key person indicator" LGTKEY31 = "Longitudinal key person indicator" LGTKEY32 = "Longitudinal key person indicator" LGTOTH01 = "Longitudinal 'other' person indicator" LGTOTH02 = "Longitudinal 'other' person indicator" LGTOTH03 = "Longitudinal 'other' person indicator" LGTOTH04 = "Longitudinal 'other' person indicator" LGTOTH05 = "Longitudinal 'other' person indicator" LGTOTH06 = "Longitudinal 'other' person indicator" LGTOTH07 = "Longitudinal 'other' person indicator" LGTOTH08 = "Longitudinal 'other' person indicator" LGTOTH09 = "Longitudinal 'other' person indicator" LGTOTH10 = "Longitudinal 'other' person indicator" LGTOTH11 = "Longitudinal 'other' person indicator" LGTOTH12 = "Longitudinal 'other' person indicator" LGTOTH13 = "Longitudinal 'other' person indicator" LGTOTH14 = "Longitudinal 'other' person indicator" LGTOTH15 = "Longitudinal 'other' person indicator" LGTOTH16 = "Longitudinal 'other' person indicator" LGTOTH17 = "Longitudinal 'other' person indicator" LGTOTH18 = "Longitudinal 'other' person indicator" LGTOTH19 = "Longitudinal 'other' person indicator" LGTOTH20 = "Longitudinal 'other' person indicator" LGTOTH21 = "Longitudinal 'other' person indicator" LGTOTH22 = "Longitudinal 'other' person indicator" LGTOTH23 = "Longitudinal 'other' person indicator" LGTOTH24 = "Longitudinal 'other' person indicator" LGTOTH25 = "Longitudinal 'other' person indicator" LGTOTH26 = "Longitudinal 'other' person indicator" LGTOTH27 = "Longitudinal 'other' person indicator" LGTOTH28 = "Longitudinal 'other' person indicator" LGTOTH29 = "Longitudinal 'other' person indicator" LGTOTH30 = "Longitudinal 'other' person indicator" LGTOTH31 = "Longitudinal 'other' person indicator" LGTOTH32 = "Longitudinal 'other' person indicator" LGTFA101 = "Longitudinal adjustment factor #1" LGTFA102 = "Longitudinal adjustment factor #1" LGTFA103 = "Longitudinal adjustment factor #1" LGTFA104 = "Longitudinal adjustment factor #1" LGTFA105 = "Longitudinal adjustment factor #1" LGTFA106 = "Longitudinal adjustment factor #1" LGTFA107 = "Longitudinal adjustment factor #1" LGTFA108 = "Longitudinal adjustment factor #1" LGTFA109 = "Longitudinal adjustment factor #1" LGTFA110 = "Longitudinal adjustment factor #1" LGTFA111 = "Longitudinal adjustment factor #1" LGTFA112 = "Longitudinal adjustment factor #1" LGTFA113 = "Longitudinal adjustment factor #1" LGTFA114 = "Longitudinal adjustment factor #1" LGTFA115 = "Longitudinal adjustment factor #1" LGTFA116 = "Longitudinal adjustment factor #1" LGTFA117 = "Longitudinal adjustment factor #1" LGTFA118 = "Longitudinal adjustment factor #1" LGTFA119 = "Longitudinal adjustment factor #1" LGTFA120 = "Longitudinal adjustment factor #1" LGTFA121 = "Longitudinal adjustment factor #1" LGTFA122 = "Longitudinal adjustment factor #1" LGTFA123 = "Longitudinal adjustment factor #1" LGTFA124 = "Longitudinal adjustment factor #1" LGTFA125 = "Longitudinal adjustment factor #1" LGTFA126 = "Longitudinal adjustment factor #1" LGTFA127 = "Longitudinal adjustment factor #1" LGTFA128 = "Longitudinal adjustment factor #1" LGTFA129 = "Longitudinal adjustment factor #1" LGTFA130 = "Longitudinal adjustment factor #1" LGTFA131 = "Longitudinal adjustment factor #1" LGTFA132 = "Longitudinal adjustment factor #1" LGTFA201 = "Longitudinal adjustment factor #2" LGTFA202 = "Longitudinal adjustment factor #2" LGTFA203 = "Longitudinal adjustment factor #2" LGTFA204 = "Longitudinal adjustment factor #2" LGTFA205 = "Longitudinal adjustment factor #2" LGTFA206 = "Longitudinal adjustment factor #2" LGTFA207 = "Longitudinal adjustment factor #2" LGTFA208 = "Longitudinal adjustment factor #2" LGTFA209 = "Longitudinal adjustment factor #2" LGTFA210 = "Longitudinal adjustment factor #2" LGTFA211 = "Longitudinal adjustment factor #2" LGTFA212 = "Longitudinal adjustment factor #2" LGTFA213 = "Longitudinal adjustment factor #2" LGTFA214 = "Longitudinal adjustment factor #2" LGTFA215 = "Longitudinal adjustment factor #2" LGTFA216 = "Longitudinal adjustment factor #2" LGTFA217 = "Longitudinal adjustment factor #2" LGTFA218 = "Longitudinal adjustment factor #2" LGTFA219 = "Longitudinal adjustment factor #2" LGTFA220 = "Longitudinal adjustment factor #2" LGTFA221 = "Longitudinal adjustment factor #2" LGTFA222 = "Longitudinal adjustment factor #2" LGTFA223 = "Longitudinal adjustment factor #2" LGTFA224 = "Longitudinal adjustment factor #2" LGTFA225 = "Longitudinal adjustment factor #2" LGTFA226 = "Longitudinal adjustment factor #2" LGTFA227 = "Longitudinal adjustment factor #2" LGTFA228 = "Longitudinal adjustment factor #2" LGTFA229 = "Longitudinal adjustment factor #2" LGTFA230 = "Longitudinal adjustment factor #2" LGTFA231 = "Longitudinal adjustment factor #2" LGTFA232 = "Longitudinal adjustment factor #2" SEX = "Sex of this person" RACE = "Race of this person" ETHNICTY = "Ethnic origin" RRP_01 = "Edited relationship to reference perso" RRP_02 = "Edited relationship to reference perso" RRP_03 = "Edited relationship to reference perso" RRP_04 = "Edited relationship to reference perso" RRP_05 = "Edited relationship to reference perso" RRP_06 = "Edited relationship to reference perso" RRP_07 = "Edited relationship to reference perso" RRP_08 = "Edited relationship to reference perso" RRP_09 = "Edited relationship to reference perso" RRP_10 = "Edited relationship to reference perso" RRP_11 = "Edited relationship to reference perso" RRP_12 = "Edited relationship to reference perso" RRP_13 = "Edited relationship to reference perso" RRP_14 = "Edited relationship to reference perso" RRP_15 = "Edited relationship to reference perso" RRP_16 = "Edited relationship to reference perso" RRP_17 = "Edited relationship to reference perso" RRP_18 = "Edited relationship to reference perso" RRP_19 = "Edited relationship to reference perso" RRP_20 = "Edited relationship to reference perso" RRP_21 = "Edited relationship to reference perso" RRP_22 = "Edited relationship to reference perso" RRP_23 = "Edited relationship to reference perso" RRP_24 = "Edited relationship to reference perso" RRP_25 = "Edited relationship to reference perso" RRP_26 = "Edited relationship to reference perso" RRP_27 = "Edited relationship to reference perso" RRP_28 = "Edited relationship to reference perso" RRP_29 = "Edited relationship to reference perso" RRP_30 = "Edited relationship to reference perso" RRP_31 = "Edited relationship to reference perso" RRP_32 = "Edited relationship to reference perso" AGE_01 = "Edited and imputed age as of last" AGE_02 = "Edited and imputed age as of last" AGE_03 = "Edited and imputed age as of last" AGE_04 = "Edited and imputed age as of last" AGE_05 = "Edited and imputed age as of last" AGE_06 = "Edited and imputed age as of last" AGE_07 = "Edited and imputed age as of last" AGE_08 = "Edited and imputed age as of last" AGE_09 = "Edited and imputed age as of last" AGE_10 = "Edited and imputed age as of last" AGE_11 = "Edited and imputed age as of last" AGE_12 = "Edited and imputed age as of last" AGE_13 = "Edited and imputed age as of last" AGE_14 = "Edited and imputed age as of last" AGE_15 = "Edited and imputed age as of last" AGE_16 = "Edited and imputed age as of last" AGE_17 = "Edited and imputed age as of last" AGE_18 = "Edited and imputed age as of last" AGE_19 = "Edited and imputed age as of last" AGE_20 = "Edited and imputed age as of last" AGE_21 = "Edited and imputed age as of last" AGE_22 = "Edited and imputed age as of last" AGE_23 = "Edited and imputed age as of last" AGE_24 = "Edited and imputed age as of last" AGE_25 = "Edited and imputed age as of last" AGE_26 = "Edited and imputed age as of last" AGE_27 = "Edited and imputed age as of last" AGE_28 = "Edited and imputed age as of last" AGE_29 = "Edited and imputed age as of last" AGE_30 = "Edited and imputed age as of last" AGE_31 = "Edited and imputed age as of last" AGE_32 = "Edited and imputed age as of last" MS_01 = "Marital status." MS_02 = "Marital status." MS_03 = "Marital status." MS_04 = "Marital status." MS_05 = "Marital status." MS_06 = "Marital status." MS_07 = "Marital status." MS_08 = "Marital status." MS_09 = "Marital status." MS_10 = "Marital status." MS_11 = "Marital status." MS_12 = "Marital status." MS_13 = "Marital status." MS_14 = "Marital status." MS_15 = "Marital status." MS_16 = "Marital status." MS_17 = "Marital status." MS_18 = "Marital status." MS_19 = "Marital status." MS_20 = "Marital status." MS_21 = "Marital status." MS_22 = "Marital status." MS_23 = "Marital status." MS_24 = "Marital status." MS_25 = "Marital status." MS_26 = "Marital status." MS_27 = "Marital status." MS_28 = "Marital status." MS_29 = "Marital status." MS_30 = "Marital status." MS_31 = "Marital status." MS_32 = "Marital status." FAMTYP01 = "Family type" FAMTYP02 = "Family type" FAMTYP03 = "Family type" FAMTYP04 = "Family type" FAMTYP05 = "Family type" FAMTYP06 = "Family type" FAMTYP07 = "Family type" FAMTYP08 = "Family type" FAMTYP09 = "Family type" FAMTYP10 = "Family type" FAMTYP11 = "Family type" FAMTYP12 = "Family type" FAMTYP13 = "Family type" FAMTYP14 = "Family type" FAMTYP15 = "Family type" FAMTYP16 = "Family type" FAMTYP17 = "Family type" FAMTYP18 = "Family type" FAMTYP19 = "Family type" FAMTYP20 = "Family type" FAMTYP21 = "Family type" FAMTYP22 = "Family type" FAMTYP23 = "Family type" FAMTYP24 = "Family type" FAMTYP25 = "Family type" FAMTYP26 = "Family type" FAMTYP27 = "Family type" FAMTYP28 = "Family type" FAMTYP29 = "Family type" FAMTYP30 = "Family type" FAMTYP31 = "Family type" FAMTYP32 = "Family type" FAMREL01 = "Family relationship code - this field" FAMREL02 = "Family relationship code - this field" FAMREL03 = "Family relationship code - this field" FAMREL04 = "Family relationship code - this field" FAMREL05 = "Family relationship code - this field" FAMREL06 = "Family relationship code - this field" FAMREL07 = "Family relationship code - this field" FAMREL08 = "Family relationship code - this field" FAMREL09 = "Family relationship code - this field" FAMREL10 = "Family relationship code - this field" FAMREL11 = "Family relationship code - this field" FAMREL12 = "Family relationship code - this field" FAMREL13 = "Family relationship code - this field" FAMREL14 = "Family relationship code - this field" FAMREL15 = "Family relationship code - this field" FAMREL16 = "Family relationship code - this field" FAMREL17 = "Family relationship code - this field" FAMREL18 = "Family relationship code - this field" FAMREL19 = "Family relationship code - this field" FAMREL20 = "Family relationship code - this field" FAMREL21 = "Family relationship code - this field" FAMREL22 = "Family relationship code - this field" FAMREL23 = "Family relationship code - this field" FAMREL24 = "Family relationship code - this field" FAMREL25 = "Family relationship code - this field" FAMREL26 = "Family relationship code - this field" FAMREL27 = "Family relationship code - this field" FAMREL28 = "Family relationship code - this field" FAMREL29 = "Family relationship code - this field" FAMREL30 = "Family relationship code - this field" FAMREL31 = "Family relationship code - this field" FAMREL32 = "Family relationship code - this field" FAMNUM01 = "Family number - this field only applie" FAMNUM02 = "Family number - this field only applie" FAMNUM03 = "Family number - this field only applie" FAMNUM04 = "Family number - this field only applie" FAMNUM05 = "Family number - this field only applie" FAMNUM06 = "Family number - this field only applie" FAMNUM07 = "Family number - this field only applie" FAMNUM08 = "Family number - this field only applie" FAMNUM09 = "Family number - this field only applie" FAMNUM10 = "Family number - this field only applie" FAMNUM11 = "Family number - this field only applie" FAMNUM12 = "Family number - this field only applie" FAMNUM13 = "Family number - this field only applie" FAMNUM14 = "Family number - this field only applie" FAMNUM15 = "Family number - this field only applie" FAMNUM16 = "Family number - this field only applie" FAMNUM17 = "Family number - this field only applie" FAMNUM18 = "Family number - this field only applie" FAMNUM19 = "Family number - this field only applie" FAMNUM20 = "Family number - this field only applie" FAMNUM21 = "Family number - this field only applie" FAMNUM22 = "Family number - this field only applie" FAMNUM23 = "Family number - this field only applie" FAMNUM24 = "Family number - this field only applie" FAMNUM25 = "Family number - this field only applie" FAMNUM26 = "Family number - this field only applie" FAMNUM27 = "Family number - this field only applie" FAMNUM28 = "Family number - this field only applie" FAMNUM29 = "Family number - this field only applie" FAMNUM30 = "Family number - this field only applie" FAMNUM31 = "Family number - this field only applie" FAMNUM32 = "Family number - this field only applie" PNSP_01 = "Person number of spouse." PNSP_02 = "Person number of spouse." PNSP_03 = "Person number of spouse." PNSP_04 = "Person number of spouse." PNSP_05 = "Person number of spouse." PNSP_06 = "Person number of spouse." PNSP_07 = "Person number of spouse." PNSP_08 = "Person number of spouse." PNSP_09 = "Person number of spouse." PNSP_10 = "Person number of spouse." PNSP_11 = "Person number of spouse." PNSP_12 = "Person number of spouse." PNSP_13 = "Person number of spouse." PNSP_14 = "Person number of spouse." PNSP_15 = "Person number of spouse." PNSP_16 = "Person number of spouse." PNSP_17 = "Person number of spouse." PNSP_18 = "Person number of spouse." PNSP_19 = "Person number of spouse." PNSP_20 = "Person number of spouse." PNSP_21 = "Person number of spouse." PNSP_22 = "Person number of spouse." PNSP_23 = "Person number of spouse." PNSP_24 = "Person number of spouse." PNSP_25 = "Person number of spouse." PNSP_26 = "Person number of spouse." PNSP_27 = "Person number of spouse." PNSP_28 = "Person number of spouse." PNSP_29 = "Person number of spouse." PNSP_30 = "Person number of spouse." PNSP_31 = "Person number of spouse." PNSP_32 = "Person number of spouse." ENT_SP01 = "This field is entry address ID of spou" ENT_SP02 = "This field is entry address ID of spou" ENT_SP03 = "This field is entry address ID of spou" ENT_SP04 = "This field is entry address ID of spou" ENT_SP05 = "This field is entry address ID of spou" ENT_SP06 = "This field is entry address ID of spou" ENT_SP07 = "This field is entry address ID of spou" ENT_SP08 = "This field is entry address ID of spou" ENT_SP09 = "This field is entry address ID of spou" ENT_SP10 = "This field is entry address ID of spou" ENT_SP11 = "This field is entry address ID of spou" ENT_SP12 = "This field is entry address ID of spou" ENT_SP13 = "This field is entry address ID of spou" ENT_SP14 = "This field is entry address ID of spou" ENT_SP15 = "This field is entry address ID of spou" ENT_SP16 = "This field is entry address ID of spou" ENT_SP17 = "This field is entry address ID of spou" ENT_SP18 = "This field is entry address ID of spou" ENT_SP19 = "This field is entry address ID of spou" ENT_SP20 = "This field is entry address ID of spou" ENT_SP21 = "This field is entry address ID of spou" ENT_SP22 = "This field is entry address ID of spou" ENT_SP23 = "This field is entry address ID of spou" ENT_SP24 = "This field is entry address ID of spou" ENT_SP25 = "This field is entry address ID of spou" ENT_SP26 = "This field is entry address ID of spou" ENT_SP27 = "This field is entry address ID of spou" ENT_SP28 = "This field is entry address ID of spou" ENT_SP29 = "This field is entry address ID of spou" ENT_SP30 = "This field is entry address ID of spou" ENT_SP31 = "This field is entry address ID of spou" ENT_SP32 = "This field is entry address ID of spou" PNPT_01 = "Person number of parent." PNPT_02 = "Person number of parent." PNPT_03 = "Person number of parent." PNPT_04 = "Person number of parent." PNPT_05 = "Person number of parent." PNPT_06 = "Person number of parent." PNPT_07 = "Person number of parent." PNPT_08 = "Person number of parent." PNPT_09 = "Person number of parent." PNPT_10 = "Person number of parent." PNPT_11 = "Person number of parent." PNPT_12 = "Person number of parent." PNPT_13 = "Person number of parent." PNPT_14 = "Person number of parent." PNPT_15 = "Person number of parent." PNPT_16 = "Person number of parent." PNPT_17 = "Person number of parent." PNPT_18 = "Person number of parent." PNPT_19 = "Person number of parent." PNPT_20 = "Person number of parent." PNPT_21 = "Person number of parent." PNPT_22 = "Person number of parent." PNPT_23 = "Person number of parent." PNPT_24 = "Person number of parent." PNPT_25 = "Person number of parent." PNPT_26 = "Person number of parent." PNPT_27 = "Person number of parent." PNPT_28 = "Person number of parent." PNPT_29 = "Person number of parent." PNPT_30 = "Person number of parent." PNPT_31 = "Person number of parent." PNPT_32 = "Person number of parent." ENT_PT01 = "This field is entry address ID of pare" ENT_PT02 = "This field is entry address ID of pare" ENT_PT03 = "This field is entry address ID of pare" ENT_PT04 = "This field is entry address ID of pare" ENT_PT05 = "This field is entry address ID of pare" ENT_PT06 = "This field is entry address ID of pare" ENT_PT07 = "This field is entry address ID of pare" ENT_PT08 = "This field is entry address ID of pare" ENT_PT09 = "This field is entry address ID of pare" ENT_PT10 = "This field is entry address ID of pare" ENT_PT11 = "This field is entry address ID of pare" ENT_PT12 = "This field is entry address ID of pare" ENT_PT13 = "This field is entry address ID of pare" ENT_PT14 = "This field is entry address ID of pare" ENT_PT15 = "This field is entry address ID of pare" ENT_PT16 = "This field is entry address ID of pare" ENT_PT17 = "This field is entry address ID of pare" ENT_PT18 = "This field is entry address ID of pare" ENT_PT19 = "This field is entry address ID of pare" ENT_PT20 = "This field is entry address ID of pare" ENT_PT21 = "This field is entry address ID of pare" ENT_PT22 = "This field is entry address ID of pare" ENT_PT23 = "This field is entry address ID of pare" ENT_PT24 = "This field is entry address ID of pare" ENT_PT25 = "This field is entry address ID of pare" ENT_PT26 = "This field is entry address ID of pare" ENT_PT27 = "This field is entry address ID of pare" ENT_PT28 = "This field is entry address ID of pare" ENT_PT29 = "This field is entry address ID of pare" ENT_PT30 = "This field is entry address ID of pare" ENT_PT31 = "This field is entry address ID of pare" ENT_PT32 = "This field is entry address ID of pare" HIGRADE1 = "What is the highest grade or year of" HIGRADE2 = "What is the highest grade or year of" HIGRADE3 = "What is the highest grade or year of" HIGRADE4 = "What is the highest grade or year of" HIGRADE5 = "What is the highest grade or year of" HIGRADE6 = "What is the highest grade or year of" HIGRADE7 = "What is the highest grade or year of" HIGRADE8 = "What is the highest grade or year of" GRD_CMP1 = "Did he/she complete that grade" GRD_CMP2 = "Did he/she complete that grade" GRD_CMP3 = "Did he/she complete that grade" GRD_CMP4 = "Did he/she complete that grade" GRD_CMP5 = "Did he/she complete that grade" GRD_CMP6 = "Did he/she complete that grade" GRD_CMP7 = "Did he/she complete that grade" GRD_CMP8 = "Did he/she complete that grade" VETSTAT1 = "Did this person ever serve on active" VETSTAT2 = "Did this person ever serve on active" VETSTAT3 = "Did this person ever serve on active" VETSTAT4 = "Did this person ever serve on active" VETSTAT5 = "Did this person ever serve on active" VETSTAT6 = "Did this person ever serve on active" VETSTAT7 = "Did this person ever serve on active" VETSTAT8 = "Did this person ever serve on active" IN_AF_1 = "Is this person currently in the" IN_AF_2 = "Is this person currently in the" IN_AF_3 = "Is this person currently in the" IN_AF_4 = "Is this person currently in the" IN_AF_5 = "Is this person currently in the" IN_AF_6 = "Is this person currently in the" IN_AF_7 = "Is this person currently in the" IN_AF_8 = "Is this person currently in the" USRV1_1 = "Unedited period of service" USRV1_2 = "Unedited period of service" USRV1_3 = "Unedited period of service" USRV1_4 = "Unedited period of service" USRV1_5 = "Unedited period of service" USRV1_6 = "Unedited period of service" USRV1_7 = "Unedited period of service" USRV1_8 = "Unedited period of service" USRV2_1 = "Unedited period of service" USRV2_2 = "Unedited period of service" USRV2_3 = "Unedited period of service" USRV2_4 = "Unedited period of service" USRV2_5 = "Unedited period of service" USRV2_6 = "Unedited period of service" USRV2_7 = "Unedited period of service" USRV2_8 = "Unedited period of service" USRV3_1 = "Unedited period of service" USRV3_2 = "Unedited period of service" USRV3_3 = "Unedited period of service" USRV3_4 = "Unedited period of service" USRV3_5 = "Unedited period of service" USRV3_6 = "Unedited period of service" USRV3_7 = "Unedited period of service" USRV3_8 = "Unedited period of service" U_BRTHMN = "Preedited month of birth" U_BRTHYR = "Preedited year of birth" U_PNGD1 = "Preedited person number of designated" U_PNGD2 = "Preedited person number of designated" U_PNGD3 = "Preedited person number of designated" U_PNGD4 = "Preedited person number of designated" U_PNGD5 = "Preedited person number of designated" U_PNGD6 = "Preedited person number of designated" U_PNGD7 = "Preedited person number of designated" U_PNGD8 = "Preedited person number of designated" ENTID_G1 = "This field is entry address ID of" ENTID_G2 = "This field is entry address ID of" ENTID_G3 = "This field is entry address ID of" ENTID_G4 = "This field is entry address ID of" ENTID_G5 = "This field is entry address ID of" ENTID_G6 = "This field is entry address ID of" ENTID_G7 = "This field is entry address ID of" ENTID_G8 = "This field is entry address ID of" LIVQTR01 = "Control card items 13D and 13E" LIVQTR02 = "Control card items 13D and 13E" LIVQTR03 = "Control card items 13D and 13E" LIVQTR04 = "Control card items 13D and 13E" LIVQTR05 = "Control card items 13D and 13E" LIVQTR06 = "Control card items 13D and 13E" LIVQTR07 = "Control card items 13D and 13E" LIVQTR08 = "Control card items 13D and 13E" LIVQTR09 = "Control card items 13D and 13E" LIVQTR10 = "Control card items 13D and 13E" LIVQTR11 = "Control card items 13D and 13E" LIVQTR12 = "Control card items 13D and 13E" LIVQTR13 = "Control card items 13D and 13E" LIVQTR14 = "Control card items 13D and 13E" LIVQTR15 = "Control card items 13D and 13E" LIVQTR16 = "Control card items 13D and 13E" LIVQTR17 = "Control card items 13D and 13E" LIVQTR18 = "Control card items 13D and 13E" LIVQTR19 = "Control card items 13D and 13E" LIVQTR20 = "Control card items 13D and 13E" LIVQTR21 = "Control card items 13D and 13E" LIVQTR22 = "Control card items 13D and 13E" LIVQTR23 = "Control card items 13D and 13E" LIVQTR24 = "Control card items 13D and 13E" LIVQTR25 = "Control card items 13D and 13E" LIVQTR26 = "Control card items 13D and 13E" LIVQTR27 = "Control card items 13D and 13E" LIVQTR28 = "Control card items 13D and 13E" LIVQTR29 = "Control card items 13D and 13E" LIVQTR30 = "Control card items 13D and 13E" LIVQTR31 = "Control card items 13D and 13E" LIVQTR32 = "Control card items 13D and 13E" TENURE01 = "Control card item 15 - are the living" TENURE02 = "Control card item 15 - are the living" TENURE03 = "Control card item 15 - are the living" TENURE04 = "Control card item 15 - are the living" TENURE05 = "Control card item 15 - are the living" TENURE06 = "Control card item 15 - are the living" TENURE07 = "Control card item 15 - are the living" TENURE08 = "Control card item 15 - are the living" TENURE09 = "Control card item 15 - are the living" TENURE10 = "Control card item 15 - are the living" TENURE11 = "Control card item 15 - are the living" TENURE12 = "Control card item 15 - are the living" TENURE13 = "Control card item 15 - are the living" TENURE14 = "Control card item 15 - are the living" TENURE15 = "Control card item 15 - are the living" TENURE16 = "Control card item 15 - are the living" TENURE17 = "Control card item 15 - are the living" TENURE18 = "Control card item 15 - are the living" TENURE19 = "Control card item 15 - are the living" TENURE20 = "Control card item 15 - are the living" TENURE21 = "Control card item 15 - are the living" TENURE22 = "Control card item 15 - are the living" TENURE23 = "Control card item 15 - are the living" TENURE24 = "Control card item 15 - are the living" TENURE25 = "Control card item 15 - are the living" TENURE26 = "Control card item 15 - are the living" TENURE27 = "Control card item 15 - are the living" TENURE28 = "Control card item 15 - are the living" TENURE29 = "Control card item 15 - are the living" TENURE30 = "Control card item 15 - are the living" TENURE31 = "Control card item 15 - are the living" TENURE32 = "Control card item 15 - are the living" PUBHOU01 = "Control card item 16A - Is the residen" PUBHOU02 = "Control card item 16A - Is the residen" PUBHOU03 = "Control card item 16A - Is the residen" PUBHOU04 = "Control card item 16A - Is the residen" PUBHOU05 = "Control card item 16A - Is the residen" PUBHOU06 = "Control card item 16A - Is the residen" PUBHOU07 = "Control card item 16A - Is the residen" PUBHOU08 = "Control card item 16A - Is the residen" PUBHOU09 = "Control card item 16A - Is the residen" PUBHOU10 = "Control card item 16A - Is the residen" PUBHOU11 = "Control card item 16A - Is the residen" PUBHOU12 = "Control card item 16A - Is the residen" PUBHOU13 = "Control card item 16A - Is the residen" PUBHOU14 = "Control card item 16A - Is the residen" PUBHOU15 = "Control card item 16A - Is the residen" PUBHOU16 = "Control card item 16A - Is the residen" PUBHOU17 = "Control card item 16A - Is the residen" PUBHOU18 = "Control card item 16A - Is the residen" PUBHOU19 = "Control card item 16A - Is the residen" PUBHOU20 = "Control card item 16A - Is the residen" PUBHOU21 = "Control card item 16A - Is the residen" PUBHOU22 = "Control card item 16A - Is the residen" PUBHOU23 = "Control card item 16A - Is the residen" PUBHOU24 = "Control card item 16A - Is the residen" PUBHOU25 = "Control card item 16A - Is the residen" PUBHOU26 = "Control card item 16A - Is the residen" PUBHOU27 = "Control card item 16A - Is the residen" PUBHOU28 = "Control card item 16A - Is the residen" PUBHOU29 = "Control card item 16A - Is the residen" PUBHOU30 = "Control card item 16A - Is the residen" PUBHOU31 = "Control card item 16A - Is the residen" PUBHOU32 = "Control card item 16A - Is the residen" LOW_RE01 = "Control card item 16B - Are you paying" LOW_RE02 = "Control card item 16B - Are you paying" LOW_RE03 = "Control card item 16B - Are you paying" LOW_RE04 = "Control card item 16B - Are you paying" LOW_RE05 = "Control card item 16B - Are you paying" LOW_RE06 = "Control card item 16B - Are you paying" LOW_RE07 = "Control card item 16B - Are you paying" LOW_RE08 = "Control card item 16B - Are you paying" LOW_RE09 = "Control card item 16B - Are you paying" LOW_RE10 = "Control card item 16B - Are you paying" LOW_RE11 = "Control card item 16B - Are you paying" LOW_RE12 = "Control card item 16B - Are you paying" LOW_RE13 = "Control card item 16B - Are you paying" LOW_RE14 = "Control card item 16B - Are you paying" LOW_RE15 = "Control card item 16B - Are you paying" LOW_RE16 = "Control card item 16B - Are you paying" LOW_RE17 = "Control card item 16B - Are you paying" LOW_RE18 = "Control card item 16B - Are you paying" LOW_RE19 = "Control card item 16B - Are you paying" LOW_RE20 = "Control card item 16B - Are you paying" LOW_RE21 = "Control card item 16B - Are you paying" LOW_RE22 = "Control card item 16B - Are you paying" LOW_RE23 = "Control card item 16B - Are you paying" LOW_RE24 = "Control card item 16B - Are you paying" LOW_RE25 = "Control card item 16B - Are you paying" LOW_RE26 = "Control card item 16B - Are you paying" LOW_RE27 = "Control card item 16B - Are you paying" LOW_RE28 = "Control card item 16B - Are you paying" LOW_RE29 = "Control card item 16B - Are you paying" LOW_RE30 = "Control card item 16B - Are you paying" LOW_RE31 = "Control card item 16B - Are you paying" LOW_RE32 = "Control card item 16B - Are you paying" ADDID51 = "Address ID. - This field identifies th" ADDID52 = "Address ID. - This field identifies th" ADDID53 = "Address ID. - This field identifies th" ADDID54 = "Address ID. - This field identifies th" ADDID55 = "Address ID. - This field identifies th" ADDID56 = "Address ID. - This field identifies th" ADDID57 = "Address ID. - This field identifies th" ADDID58 = "Address ID. - This field identifies th" ENGRY_Y1 = "Has this household received energy" ENGRY_Y2 = "Has this household received energy" ENGRY_Y3 = "Has this household received energy" ENGRY_Y4 = "Has this household received energy" ENGRY_Y5 = "Has this household received energy" ENGRY_Y6 = "Has this household received energy" ENGRY_Y7 = "Has this household received energy" ENGRY_Y8 = "Has this household received energy" ENGRYTY1 = "What type of energy assistance was" ENGRYTY2 = "What type of energy assistance was" ENGRYTY3 = "What type of energy assistance was" ENGRYTY4 = "What type of energy assistance was" ENGRYTY5 = "What type of energy assistance was" ENGRYTY6 = "What type of energy assistance was" ENGRYTY7 = "What type of energy assistance was" ENGRYTY8 = "What type of energy assistance was" ENGRYAM1 = "What was the total amount of the" ENGRYAM2 = "What was the total amount of the" ENGRYAM3 = "What was the total amount of the" ENGRYAM4 = "What was the total amount of the" ENGRYAM5 = "What was the total amount of the" ENGRYAM6 = "What was the total amount of the" ENGRYAM7 = "What was the total amount of the" ENGRYAM8 = "What was the total amount of the" TYPELUN1 = "Are the lunches free or reduced-price" TYPELUN2 = "Are the lunches free or reduced-price" TYPELUN3 = "Are the lunches free or reduced-price" TYPELUN4 = "Are the lunches free or reduced-price" TYPELUN5 = "Are the lunches free or reduced-price" TYPELUN6 = "Are the lunches free or reduced-price" TYPELUN7 = "Are the lunches free or reduced-price" TYPELUN8 = "Are the lunches free or reduced-price" NUM_LUN1 = "How many children ?" NUM_LUN2 = "How many children ?" NUM_LUN3 = "How many children ?" NUM_LUN4 = "How many children ?" NUM_LUN5 = "How many children ?" NUM_LUN6 = "How many children ?" NUM_LUN7 = "How many children ?" NUM_LUN8 = "How many children ?" TYPEBRK1 = "Are the breakfasts free or reduced-pri" TYPEBRK2 = "Are the breakfasts free or reduced-pri" TYPEBRK3 = "Are the breakfasts free or reduced-pri" TYPEBRK4 = "Are the breakfasts free or reduced-pri" TYPEBRK5 = "Are the breakfasts free or reduced-pri" TYPEBRK6 = "Are the breakfasts free or reduced-pri" TYPEBRK7 = "Are the breakfasts free or reduced-pri" TYPEBRK8 = "Are the breakfasts free or reduced-pri" NUM_BRK1 = "How many children ?" NUM_BRK2 = "How many children ?" NUM_BRK3 = "How many children ?" NUM_BRK4 = "How many children ?" NUM_BRK5 = "How many children ?" NUM_BRK6 = "How many children ?" NUM_BRK7 = "How many children ?" NUM_BRK8 = "How many children ?" PUBRNTYN = "Is this a public housing unit for whic" PUBRNAMT = "What is the monthly rent for this publ" UTLPAYYN = "Is there a utility payment for this un" GEO_STE1 = "FIPS state codes from the GRIN file" GEO_STE2 = "FIPS state codes from the GRIN file" GEO_STE3 = "FIPS state codes from the GRIN file" GEO_STE4 = "FIPS state codes from the GRIN file" GEO_STE5 = "FIPS state codes from the GRIN file" GEO_STE6 = "FIPS state codes from the GRIN file" GEO_STE7 = "FIPS state codes from the GRIN file" GEO_STE8 = "FIPS state codes from the GRIN file" SC1332 = "How long did ... serve on active" SC1334 = "Does ... have a service connected" SC1336 = "What is ...'s VA percent disability" SC1346 = "What is the reason ... is getting" SC1348 = "Is there another reason ..." SC1360 = "Has ... ever retired from a job or" SC1418 = "Has ... ever been widowed or divorced " SC1456 = "Did ...'s late husband die while in" MEDCODE = "Recode of fields (SC1464) and SC1466)" SC1468 = "Type of Medicare coverage" SC1472 = "Does ...'s Medicare help pay for" DISAB = "Does ... have a physical, mental, or" ATT_SCH1 = "Was ... enrolled in school either" ATT_SCH2 = "Was ... enrolled in school either" ATT_SCH3 = "Was ... enrolled in school either" ATT_SCH4 = "Was ... enrolled in school either" ATT_SCH5 = "Was ... enrolled in school either" ATT_SCH6 = "Was ... enrolled in school either" ATT_SCH7 = "Was ... enrolled in school either" ATT_SCH8 = "Was ... enrolled in school either" ENRL_M01 = "During which months was ... enrolled?" ENRL_M02 = "During which months was ... enrolled?" ENRL_M03 = "During which months was ... enrolled?" ENRL_M04 = "During which months was ... enrolled?" ENRL_M05 = "During which months was ... enrolled?" ENRL_M06 = "During which months was ... enrolled?" ENRL_M07 = "During which months was ... enrolled?" ENRL_M08 = "During which months was ... enrolled?" ENRL_M09 = "During which months was ... enrolled?" ENRL_M10 = "During which months was ... enrolled?" ENRL_M11 = "During which months was ... enrolled?" ENRL_M12 = "During which months was ... enrolled?" ENRL_M13 = "During which months was ... enrolled?" ENRL_M14 = "During which months was ... enrolled?" ENRL_M15 = "During which months was ... enrolled?" ENRL_M16 = "During which months was ... enrolled?" ENRL_M17 = "During which months was ... enrolled?" ENRL_M18 = "During which months was ... enrolled?" ENRL_M19 = "During which months was ... enrolled?" ENRL_M20 = "During which months was ... enrolled?" ENRL_M21 = "During which months was ... enrolled?" ENRL_M22 = "During which months was ... enrolled?" ENRL_M23 = "During which months was ... enrolled?" ENRL_M24 = "During which months was ... enrolled?" ENRL_M25 = "During which months was ... enrolled?" ENRL_M26 = "During which months was ... enrolled?" ENRL_M27 = "During which months was ... enrolled?" ENRL_M28 = "During which months was ... enrolled?" ENRL_M29 = "During which months was ... enrolled?" ENRL_M30 = "During which months was ... enrolled?" ENRL_M31 = "During which months was ... enrolled?" ENRL_M32 = "During which months was ... enrolled?" ED_LEVE1 = "At what level or grade was ... enrolle" ED_LEVE2 = "At what level or grade was ... enrolle" ED_LEVE3 = "At what level or grade was ... enrolle" ED_LEVE4 = "At what level or grade was ... enrolle" ED_LEVE5 = "At what level or grade was ... enrolle" ED_LEVE6 = "At what level or grade was ... enrolle" ED_LEVE7 = "At what level or grade was ... enrolle" ED_LEVE8 = "At what level or grade was ... enrolle" ED_FINA1 = "Were any of ...'s educational" ED_FINA2 = "Were any of ...'s educational" ED_FINA3 = "Were any of ...'s educational" ED_FINA4 = "Were any of ...'s educational" ED_FINA5 = "Were any of ...'s educational" ED_FINA6 = "Were any of ...'s educational" ED_FINA7 = "Were any of ...'s educational" ED_FINA8 = "Were any of ...'s educational" SC16721 = "GI BILL" SC16722 = "GI BILL" SC16723 = "GI BILL" SC16724 = "GI BILL" SC16725 = "GI BILL" SC16726 = "GI BILL" SC16727 = "GI BILL" SC16728 = "GI BILL" SC16741 = "Other Veteran's Administration" SC16742 = "Other Veteran's Administration" SC16743 = "Other Veteran's Administration" SC16744 = "Other Veteran's Administration" SC16745 = "Other Veteran's Administration" SC16746 = "Other Veteran's Administration" SC16747 = "Other Veteran's Administration" SC16748 = "Other Veteran's Administration" SC16761 = "College work study" SC16762 = "College work study" SC16763 = "College work study" SC16764 = "College work study" SC16765 = "College work study" SC16766 = "College work study" SC16767 = "College work study" SC16768 = "College work study" SC16781 = "PELL Grant" SC16782 = "PELL Grant" SC16783 = "PELL Grant" SC16784 = "PELL Grant" SC16785 = "PELL Grant" SC16786 = "PELL Grant" SC16787 = "PELL Grant" SC16788 = "PELL Grant" SC16801 = "Supplemental Educational Opportunity" SC16802 = "Supplemental Educational Opportunity" SC16803 = "Supplemental Educational Opportunity" SC16804 = "Supplemental Educational Opportunity" SC16805 = "Supplemental Educational Opportunity" SC16806 = "Supplemental Educational Opportunity" SC16807 = "Supplemental Educational Opportunity" SC16808 = "Supplemental Educational Opportunity" SC16821 = "National Direct Student Loan (NSL)" SC16822 = "National Direct Student Loan (NSL)" SC16823 = "National Direct Student Loan (NSL)" SC16824 = "National Direct Student Loan (NSL)" SC16825 = "National Direct Student Loan (NSL)" SC16826 = "National Direct Student Loan (NSL)" SC16827 = "National Direct Student Loan (NSL)" SC16828 = "National Direct Student Loan (NSL)" SC16841 = "Guaranteed Student Loan" SC16842 = "Guaranteed Student Loan" SC16843 = "Guaranteed Student Loan" SC16844 = "Guaranteed Student Loan" SC16845 = "Guaranteed Student Loan" SC16846 = "Guaranteed Student Loan" SC16847 = "Guaranteed Student Loan" SC16848 = "Guaranteed Student Loan" SC16861 = "JTPA Training" SC16862 = "JTPA Training" SC16863 = "JTPA Training" SC16864 = "JTPA Training" SC16865 = "JTPA Training" SC16866 = "JTPA Training" SC16867 = "JTPA Training" SC16868 = "JTPA Training" SC16881 = "Employer Assistance" SC16882 = "Employer Assistance" SC16883 = "Employer Assistance" SC16884 = "Employer Assistance" SC16885 = "Employer Assistance" SC16886 = "Employer Assistance" SC16887 = "Employer Assistance" SC16888 = "Employer Assistance" SC16901 = "Fellowship/scholarship" SC16902 = "Fellowship/scholarship" SC16903 = "Fellowship/scholarship" SC16904 = "Fellowship/scholarship" SC16905 = "Fellowship/scholarship" SC16906 = "Fellowship/scholarship" SC16907 = "Fellowship/scholarship" SC16908 = "Fellowship/scholarship" SC16921 = "Other financial aid" SC16922 = "Other financial aid" SC16923 = "Other financial aid" SC16924 = "Other financial aid" SC16925 = "Other financial aid" SC16926 = "Other financial aid" SC16927 = "Other financial aid" SC16928 = "Other financial aid" SC16961 = "Is ...'s spouse in the Armed" SC16962 = "Is ...'s spouse in the Armed" SC16963 = "Is ...'s spouse in the Armed" SC16964 = "Is ...'s spouse in the Armed" SC16965 = "Is ...'s spouse in the Armed" SC16966 = "Is ...'s spouse in the Armed" SC16967 = "Is ...'s spouse in the Armed" SC16968 = "Is ...'s spouse in the Armed" PP_INC01 = "Total persons income" PP_INC02 = "Total persons income" PP_INC03 = "Total persons income" PP_INC04 = "Total persons income" PP_INC05 = "Total persons income" PP_INC06 = "Total persons income" PP_INC07 = "Total persons income" PP_INC08 = "Total persons income" PP_INC09 = "Total persons income" PP_INC10 = "Total persons income" PP_INC11 = "Total persons income" PP_INC12 = "Total persons income" PP_INC13 = "Total persons income" PP_INC14 = "Total persons income" PP_INC15 = "Total persons income" PP_INC16 = "Total persons income" PP_INC17 = "Total persons income" PP_INC18 = "Total persons income" PP_INC19 = "Total persons income" PP_INC20 = "Total persons income" PP_INC21 = "Total persons income" PP_INC22 = "Total persons income" PP_INC23 = "Total persons income" PP_INC24 = "Total persons income" PP_INC25 = "Total persons income" PP_INC26 = "Total persons income" PP_INC27 = "Total persons income" PP_INC28 = "Total persons income" PP_INC29 = "Total persons income" PP_INC30 = "Total persons income" PP_INC31 = "Total persons income" PP_INC32 = "Total persons income" PP_EAR01 = "Total persons earnings" PP_EAR02 = "Total persons earnings" PP_EAR03 = "Total persons earnings" PP_EAR04 = "Total persons earnings" PP_EAR05 = "Total persons earnings" PP_EAR06 = "Total persons earnings" PP_EAR07 = "Total persons earnings" PP_EAR08 = "Total persons earnings" PP_EAR09 = "Total persons earnings" PP_EAR10 = "Total persons earnings" PP_EAR11 = "Total persons earnings" PP_EAR12 = "Total persons earnings" PP_EAR13 = "Total persons earnings" PP_EAR14 = "Total persons earnings" PP_EAR15 = "Total persons earnings" PP_EAR16 = "Total persons earnings" PP_EAR17 = "Total persons earnings" PP_EAR18 = "Total persons earnings" PP_EAR19 = "Total persons earnings" PP_EAR20 = "Total persons earnings" PP_EAR21 = "Total persons earnings" PP_EAR22 = "Total persons earnings" PP_EAR23 = "Total persons earnings" PP_EAR24 = "Total persons earnings" PP_EAR25 = "Total persons earnings" PP_EAR26 = "Total persons earnings" PP_EAR27 = "Total persons earnings" PP_EAR28 = "Total persons earnings" PP_EAR29 = "Total persons earnings" PP_EAR30 = "Total persons earnings" PP_EAR31 = "Total persons earnings" PP_EAR32 = "Total persons earnings" FF_INC01 = "Total family income" FF_INC02 = "Total family income" FF_INC03 = "Total family income" FF_INC04 = "Total family income" FF_INC05 = "Total family income" FF_INC06 = "Total family income" FF_INC07 = "Total family income" FF_INC08 = "Total family income" FF_INC09 = "Total family income" FF_INC10 = "Total family income" FF_INC11 = "Total family income" FF_INC12 = "Total family income" FF_INC13 = "Total family income" FF_INC14 = "Total family income" FF_INC15 = "Total family income" FF_INC16 = "Total family income" FF_INC17 = "Total family income" FF_INC18 = "Total family income" FF_INC19 = "Total family income" FF_INC20 = "Total family income" FF_INC21 = "Total family income" FF_INC22 = "Total family income" FF_INC23 = "Total family income" FF_INC24 = "Total family income" FF_INC25 = "Total family income" FF_INC26 = "Total family income" FF_INC27 = "Total family income" FF_INC28 = "Total family income" FF_INC29 = "Total family income" FF_INC30 = "Total family income" FF_INC31 = "Total family income" FF_INC32 = "Total family income" FF_EAR01 = "Total family earned income" FF_EAR02 = "Total family earned income" FF_EAR03 = "Total family earned income" FF_EAR04 = "Total family earned income" FF_EAR05 = "Total family earned income" FF_EAR06 = "Total family earned income" FF_EAR07 = "Total family earned income" FF_EAR08 = "Total family earned income" FF_EAR09 = "Total family earned income" FF_EAR10 = "Total family earned income" FF_EAR11 = "Total family earned income" FF_EAR12 = "Total family earned income" FF_EAR13 = "Total family earned income" FF_EAR14 = "Total family earned income" FF_EAR15 = "Total family earned income" FF_EAR16 = "Total family earned income" FF_EAR17 = "Total family earned income" FF_EAR18 = "Total family earned income" FF_EAR19 = "Total family earned income" FF_EAR20 = "Total family earned income" FF_EAR21 = "Total family earned income" FF_EAR22 = "Total family earned income" FF_EAR23 = "Total family earned income" FF_EAR24 = "Total family earned income" FF_EAR25 = "Total family earned income" FF_EAR26 = "Total family earned income" FF_EAR27 = "Total family earned income" FF_EAR28 = "Total family earned income" FF_EAR29 = "Total family earned income" FF_EAR30 = "Total family earned income" FF_EAR31 = "Total family earned income" FF_EAR32 = "Total family earned income" FF_PRO01 = "Total family property income" FF_PRO02 = "Total family property income" FF_PRO03 = "Total family property income" FF_PRO04 = "Total family property income" FF_PRO05 = "Total family property income" FF_PRO06 = "Total family property income" FF_PRO07 = "Total family property income" FF_PRO08 = "Total family property income" FF_PRO09 = "Total family property income" FF_PRO10 = "Total family property income" FF_PRO11 = "Total family property income" FF_PRO12 = "Total family property income" FF_PRO13 = "Total family property income" FF_PRO14 = "Total family property income" FF_PRO15 = "Total family property income" FF_PRO16 = "Total family property income" FF_PRO17 = "Total family property income" FF_PRO18 = "Total family property income" FF_PRO19 = "Total family property income" FF_PRO20 = "Total family property income" FF_PRO21 = "Total family property income" FF_PRO22 = "Total family property income" FF_PRO23 = "Total family property income" FF_PRO24 = "Total family property income" FF_PRO25 = "Total family property income" FF_PRO26 = "Total family property income" FF_PRO27 = "Total family property income" FF_PRO28 = "Total family property income" FF_PRO29 = "Total family property income" FF_PRO30 = "Total family property income" FF_PRO31 = "Total family property income" FF_PRO32 = "Total family property income" FF_TRA01 = "Total family means-tested transfers" FF_TRA02 = "Total family means-tested transfers" FF_TRA03 = "Total family means-tested transfers" FF_TRA04 = "Total family means-tested transfers" FF_TRA05 = "Total family means-tested transfers" FF_TRA06 = "Total family means-tested transfers" FF_TRA07 = "Total family means-tested transfers" FF_TRA08 = "Total family means-tested transfers" FF_TRA09 = "Total family means-tested transfers" FF_TRA10 = "Total family means-tested transfers" FF_TRA11 = "Total family means-tested transfers" FF_TRA12 = "Total family means-tested transfers" FF_TRA13 = "Total family means-tested transfers" FF_TRA14 = "Total family means-tested transfers" FF_TRA15 = "Total family means-tested transfers" FF_TRA16 = "Total family means-tested transfers" FF_TRA17 = "Total family means-tested transfers" FF_TRA18 = "Total family means-tested transfers" FF_TRA19 = "Total family means-tested transfers" FF_TRA20 = "Total family means-tested transfers" FF_TRA21 = "Total family means-tested transfers" FF_TRA22 = "Total family means-tested transfers" FF_TRA23 = "Total family means-tested transfers" FF_TRA24 = "Total family means-tested transfers" FF_TRA25 = "Total family means-tested transfers" FF_TRA26 = "Total family means-tested transfers" FF_TRA27 = "Total family means-tested transfers" FF_TRA28 = "Total family means-tested transfers" FF_TRA29 = "Total family means-tested transfers" FF_TRA30 = "Total family means-tested transfers" FF_TRA31 = "Total family means-tested transfers" FF_TRA32 = "Total family means-tested transfers" FF_OTH01 = "Total family 'other' income" FF_OTH02 = "Total family 'other' income" FF_OTH03 = "Total family 'other' income" FF_OTH04 = "Total family 'other' income" FF_OTH05 = "Total family 'other' income" FF_OTH06 = "Total family 'other' income" FF_OTH07 = "Total family 'other' income" FF_OTH08 = "Total family 'other' income" FF_OTH09 = "Total family 'other' income" FF_OTH10 = "Total family 'other' income" FF_OTH11 = "Total family 'other' income" FF_OTH12 = "Total family 'other' income" FF_OTH13 = "Total family 'other' income" FF_OTH14 = "Total family 'other' income" FF_OTH15 = "Total family 'other' income" FF_OTH16 = "Total family 'other' income" FF_OTH17 = "Total family 'other' income" FF_OTH18 = "Total family 'other' income" FF_OTH19 = "Total family 'other' income" FF_OTH20 = "Total family 'other' income" FF_OTH21 = "Total family 'other' income" FF_OTH22 = "Total family 'other' income" FF_OTH23 = "Total family 'other' income" FF_OTH24 = "Total family 'other' income" FF_OTH25 = "Total family 'other' income" FF_OTH26 = "Total family 'other' income" FF_OTH27 = "Total family 'other' income" FF_OTH28 = "Total family 'other' income" FF_OTH29 = "Total family 'other' income" FF_OTH30 = "Total family 'other' income" FF_OTH31 = "Total family 'other' income" FF_OTH32 = "Total family 'other' income" HH_INC01 = "Total household income" HH_INC02 = "Total household income" HH_INC03 = "Total household income" HH_INC04 = "Total household income" HH_INC05 = "Total household income" HH_INC06 = "Total household income" HH_INC07 = "Total household income" HH_INC08 = "Total household income" HH_INC09 = "Total household income" HH_INC10 = "Total household income" HH_INC11 = "Total household income" HH_INC12 = "Total household income" HH_INC13 = "Total household income" HH_INC14 = "Total household income" HH_INC15 = "Total household income" HH_INC16 = "Total household income" HH_INC17 = "Total household income" HH_INC18 = "Total household income" HH_INC19 = "Total household income" HH_INC20 = "Total household income" HH_INC21 = "Total household income" HH_INC22 = "Total household income" HH_INC23 = "Total household income" HH_INC24 = "Total household income" HH_INC25 = "Total household income" HH_INC26 = "Total household income" HH_INC27 = "Total household income" HH_INC28 = "Total household income" HH_INC29 = "Total household income" HH_INC30 = "Total household income" HH_INC31 = "Total household income" HH_INC32 = "Total household income" HH_EAR01 = "Total household earned income" HH_EAR02 = "Total household earned income" HH_EAR03 = "Total household earned income" HH_EAR04 = "Total household earned income" HH_EAR05 = "Total household earned income" HH_EAR06 = "Total household earned income" HH_EAR07 = "Total household earned income" HH_EAR08 = "Total household earned income" HH_EAR09 = "Total household earned income" HH_EAR10 = "Total household earned income" HH_EAR11 = "Total household earned income" HH_EAR12 = "Total household earned income" HH_EAR13 = "Total household earned income" HH_EAR14 = "Total household earned income" HH_EAR15 = "Total household earned income" HH_EAR16 = "Total household earned income" HH_EAR17 = "Total household earned income" HH_EAR18 = "Total household earned income" HH_EAR19 = "Total household earned income" HH_EAR20 = "Total household earned income" HH_EAR21 = "Total household earned income" HH_EAR22 = "Total household earned income" HH_EAR23 = "Total household earned income" HH_EAR24 = "Total household earned income" HH_EAR25 = "Total household earned income" HH_EAR26 = "Total household earned income" HH_EAR27 = "Total household earned income" HH_EAR28 = "Total household earned income" HH_EAR29 = "Total household earned income" HH_EAR30 = "Total household earned income" HH_EAR31 = "Total household earned income" HH_EAR32 = "Total household earned income" HH_PRO01 = "Total household property income" HH_PRO02 = "Total household property income" HH_PRO03 = "Total household property income" HH_PRO04 = "Total household property income" HH_PRO05 = "Total household property income" HH_PRO06 = "Total household property income" HH_PRO07 = "Total household property income" HH_PRO08 = "Total household property income" HH_PRO09 = "Total household property income" HH_PRO10 = "Total household property income" HH_PRO11 = "Total household property income" HH_PRO12 = "Total household property income" HH_PRO13 = "Total household property income" HH_PRO14 = "Total household property income" HH_PRO15 = "Total household property income" HH_PRO16 = "Total household property income" HH_PRO17 = "Total household property income" HH_PRO18 = "Total household property income" HH_PRO19 = "Total household property income" HH_PRO20 = "Total household property income" HH_PRO21 = "Total household property income" HH_PRO22 = "Total household property income" HH_PRO23 = "Total household property income" HH_PRO24 = "Total household property income" HH_PRO25 = "Total household property income" HH_PRO26 = "Total household property income" HH_PRO27 = "Total household property income" HH_PRO28 = "Total household property income" HH_PRO29 = "Total household property income" HH_PRO30 = "Total household property income" HH_PRO31 = "Total household property income" HH_PRO32 = "Total household property income" HH_TRA01 = "Total household means-tested cash" HH_TRA02 = "Total household means-tested cash" HH_TRA03 = "Total household means-tested cash" HH_TRA04 = "Total household means-tested cash" HH_TRA05 = "Total household means-tested cash" HH_TRA06 = "Total household means-tested cash" HH_TRA07 = "Total household means-tested cash" HH_TRA08 = "Total household means-tested cash" HH_TRA09 = "Total household means-tested cash" HH_TRA10 = "Total household means-tested cash" HH_TRA11 = "Total household means-tested cash" HH_TRA12 = "Total household means-tested cash" HH_TRA13 = "Total household means-tested cash" HH_TRA14 = "Total household means-tested cash" HH_TRA15 = "Total household means-tested cash" HH_TRA16 = "Total household means-tested cash" HH_TRA17 = "Total household means-tested cash" HH_TRA18 = "Total household means-tested cash" HH_TRA19 = "Total household means-tested cash" HH_TRA20 = "Total household means-tested cash" HH_TRA21 = "Total household means-tested cash" HH_TRA22 = "Total household means-tested cash" HH_TRA23 = "Total household means-tested cash" HH_TRA24 = "Total household means-tested cash" HH_TRA25 = "Total household means-tested cash" HH_TRA26 = "Total household means-tested cash" HH_TRA27 = "Total household means-tested cash" HH_TRA28 = "Total household means-tested cash" HH_TRA29 = "Total household means-tested cash" HH_TRA30 = "Total household means-tested cash" HH_TRA31 = "Total household means-tested cash" HH_TRA32 = "Total household means-tested cash" HH_OTH01 = "Total household 'other' income" HH_OTH02 = "Total household 'other' income" HH_OTH03 = "Total household 'other' income" HH_OTH04 = "Total household 'other' income" HH_OTH05 = "Total household 'other' income" HH_OTH06 = "Total household 'other' income" HH_OTH07 = "Total household 'other' income" HH_OTH08 = "Total household 'other' income" HH_OTH09 = "Total household 'other' income" HH_OTH10 = "Total household 'other' income" HH_OTH11 = "Total household 'other' income" HH_OTH12 = "Total household 'other' income" HH_OTH13 = "Total household 'other' income" HH_OTH14 = "Total household 'other' income" HH_OTH15 = "Total household 'other' income" HH_OTH16 = "Total household 'other' income" HH_OTH17 = "Total household 'other' income" HH_OTH18 = "Total household 'other' income" HH_OTH19 = "Total household 'other' income" HH_OTH20 = "Total household 'other' income" HH_OTH21 = "Total household 'other' income" HH_OTH22 = "Total household 'other' income" HH_OTH23 = "Total household 'other' income" HH_OTH24 = "Total household 'other' income" HH_OTH25 = "Total household 'other' income" HH_OTH26 = "Total household 'other' income" HH_OTH27 = "Total household 'other' income" HH_OTH28 = "Total household 'other' income" HH_OTH29 = "Total household 'other' income" HH_OTH30 = "Total household 'other' income" HH_OTH31 = "Total household 'other' income" HH_OTH32 = "Total household 'other' income" FF_POV01 = "Low income cutoff for this person's" FF_POV02 = "Low income cutoff for this person's" FF_POV03 = "Low income cutoff for this person's" FF_POV04 = "Low income cutoff for this person's" FF_POV05 = "Low income cutoff for this person's" FF_POV06 = "Low income cutoff for this person's" FF_POV07 = "Low income cutoff for this person's" FF_POV08 = "Low income cutoff for this person's" FF_POV09 = "Low income cutoff for this person's" FF_POV10 = "Low income cutoff for this person's" FF_POV11 = "Low income cutoff for this person's" FF_POV12 = "Low income cutoff for this person's" FF_POV13 = "Low income cutoff for this person's" FF_POV14 = "Low income cutoff for this person's" FF_POV15 = "Low income cutoff for this person's" FF_POV16 = "Low income cutoff for this person's" FF_POV17 = "Low income cutoff for this person's" FF_POV18 = "Low income cutoff for this person's" FF_POV19 = "Low income cutoff for this person's" FF_POV20 = "Low income cutoff for this person's" FF_POV21 = "Low income cutoff for this person's" FF_POV22 = "Low income cutoff for this person's" FF_POV23 = "Low income cutoff for this person's" FF_POV24 = "Low income cutoff for this person's" FF_POV25 = "Low income cutoff for this person's" FF_POV26 = "Low income cutoff for this person's" FF_POV27 = "Low income cutoff for this person's" FF_POV28 = "Low income cutoff for this person's" FF_POV29 = "Low income cutoff for this person's" FF_POV30 = "Low income cutoff for this person's" FF_POV31 = "Low income cutoff for this person's" FF_POV32 = "Low income cutoff for this person's" TELEPHON = "Not applicable in panel 90" ESR_01 = "Employment status recode for each mont" ESR_02 = "Employment status recode for each mont" ESR_03 = "Employment status recode for each mont" ESR_04 = "Employment status recode for each mont" ESR_05 = "Employment status recode for each mont" ESR_06 = "Employment status recode for each mont" ESR_07 = "Employment status recode for each mont" ESR_08 = "Employment status recode for each mont" ESR_09 = "Employment status recode for each mont" ESR_10 = "Employment status recode for each mont" ESR_11 = "Employment status recode for each mont" ESR_12 = "Employment status recode for each mont" ESR_13 = "Employment status recode for each mont" ESR_14 = "Employment status recode for each mont" ESR_15 = "Employment status recode for each mont" ESR_16 = "Employment status recode for each mont" ESR_17 = "Employment status recode for each mont" ESR_18 = "Employment status recode for each mont" ESR_19 = "Employment status recode for each mont" ESR_20 = "Employment status recode for each mont" ESR_21 = "Employment status recode for each mont" ESR_22 = "Employment status recode for each mont" ESR_23 = "Employment status recode for each mont" ESR_24 = "Employment status recode for each mont" ESR_25 = "Employment status recode for each mont" ESR_26 = "Employment status recode for each mont" ESR_27 = "Employment status recode for each mont" ESR_28 = "Employment status recode for each mont" ESR_29 = "Employment status recode for each mont" ESR_30 = "Employment status recode for each mont" ESR_31 = "Employment status recode for each mont" ESR_32 = "Employment status recode for each mont" WKSPER01 = "Number of weeks in each month of the" WKSPER02 = "Number of weeks in each month of the" WKSPER03 = "Number of weeks in each month of the" WKSPER04 = "Number of weeks in each month of the" WKSPER05 = "Number of weeks in each month of the" WKSPER06 = "Number of weeks in each month of the" WKSPER07 = "Number of weeks in each month of the" WKSPER08 = "Number of weeks in each month of the" WKSPER09 = "Number of weeks in each month of the" WKSPER10 = "Number of weeks in each month of the" WKSPER11 = "Number of weeks in each month of the" WKSPER12 = "Number of weeks in each month of the" WKSPER13 = "Number of weeks in each month of the" WKSPER14 = "Number of weeks in each month of the" WKSPER15 = "Number of weeks in each month of the" WKSPER16 = "Number of weeks in each month of the" WKSPER17 = "Number of weeks in each month of the" WKSPER18 = "Number of weeks in each month of the" WKSPER19 = "Number of weeks in each month of the" WKSPER20 = "Number of weeks in each month of the" WKSPER21 = "Number of weeks in each month of the" WKSPER22 = "Number of weeks in each month of the" WKSPER23 = "Number of weeks in each month of the" WKSPER24 = "Number of weeks in each month of the" WKSPER25 = "Number of weeks in each month of the" WKSPER26 = "Number of weeks in each month of the" WKSPER27 = "Number of weeks in each month of the" WKSPER28 = "Number of weeks in each month of the" WKSPER29 = "Number of weeks in each month of the" WKSPER30 = "Number of weeks in each month of the" WKSPER31 = "Number of weeks in each month of the" WKSPER32 = "Number of weeks in each month of the" MTHJBW01 = "Number of weeks with a job or business" MTHJBW02 = "Number of weeks with a job or business" MTHJBW03 = "Number of weeks with a job or business" MTHJBW04 = "Number of weeks with a job or business" MTHJBW05 = "Number of weeks with a job or business" MTHJBW06 = "Number of weeks with a job or business" MTHJBW07 = "Number of weeks with a job or business" MTHJBW08 = "Number of weeks with a job or business" MTHJBW09 = "Number of weeks with a job or business" MTHJBW10 = "Number of weeks with a job or business" MTHJBW11 = "Number of weeks with a job or business" MTHJBW12 = "Number of weeks with a job or business" MTHJBW13 = "Number of weeks with a job or business" MTHJBW14 = "Number of weeks with a job or business" MTHJBW15 = "Number of weeks with a job or business" MTHJBW16 = "Number of weeks with a job or business" MTHJBW17 = "Number of weeks with a job or business" MTHJBW18 = "Number of weeks with a job or business" MTHJBW19 = "Number of weeks with a job or business" MTHJBW20 = "Number of weeks with a job or business" MTHJBW21 = "Number of weeks with a job or business" MTHJBW22 = "Number of weeks with a job or business" MTHJBW23 = "Number of weeks with a job or business" MTHJBW24 = "Number of weeks with a job or business" MTHJBW25 = "Number of weeks with a job or business" MTHJBW26 = "Number of weeks with a job or business" MTHJBW27 = "Number of weeks with a job or business" MTHJBW28 = "Number of weeks with a job or business" MTHJBW29 = "Number of weeks with a job or business" MTHJBW30 = "Number of weeks with a job or business" MTHJBW31 = "Number of weeks with a job or business" MTHJBW32 = "Number of weeks with a job or business" MTHWOP01 = "Number of weeks without pay, at a job" MTHWOP02 = "Number of weeks without pay, at a job" MTHWOP03 = "Number of weeks without pay, at a job" MTHWOP04 = "Number of weeks without pay, at a job" MTHWOP05 = "Number of weeks without pay, at a job" MTHWOP06 = "Number of weeks without pay, at a job" MTHWOP07 = "Number of weeks without pay, at a job" MTHWOP08 = "Number of weeks without pay, at a job" MTHWOP09 = "Number of weeks without pay, at a job" MTHWOP10 = "Number of weeks without pay, at a job" MTHWOP11 = "Number of weeks without pay, at a job" MTHWOP12 = "Number of weeks without pay, at a job" MTHWOP13 = "Number of weeks without pay, at a job" MTHWOP14 = "Number of weeks without pay, at a job" MTHWOP15 = "Number of weeks without pay, at a job" MTHWOP16 = "Number of weeks without pay, at a job" MTHWOP17 = "Number of weeks without pay, at a job" MTHWOP18 = "Number of weeks without pay, at a job" MTHWOP19 = "Number of weeks without pay, at a job" MTHWOP20 = "Number of weeks without pay, at a job" MTHWOP21 = "Number of weeks without pay, at a job" MTHWOP22 = "Number of weeks without pay, at a job" MTHWOP23 = "Number of weeks without pay, at a job" MTHWOP24 = "Number of weeks without pay, at a job" MTHWOP25 = "Number of weeks without pay, at a job" MTHWOP26 = "Number of weeks without pay, at a job" MTHWOP27 = "Number of weeks without pay, at a job" MTHWOP28 = "Number of weeks without pay, at a job" MTHWOP29 = "Number of weeks without pay, at a job" MTHWOP30 = "Number of weeks without pay, at a job" MTHWOP31 = "Number of weeks without pay, at a job" MTHWOP32 = "Number of weeks without pay, at a job" MTHWKS01 = "Number of weeks looking for work or" MTHWKS02 = "Number of weeks looking for work or" MTHWKS03 = "Number of weeks looking for work or" MTHWKS04 = "Number of weeks looking for work or" MTHWKS05 = "Number of weeks looking for work or" MTHWKS06 = "Number of weeks looking for work or" MTHWKS07 = "Number of weeks looking for work or" MTHWKS08 = "Number of weeks looking for work or" MTHWKS09 = "Number of weeks looking for work or" MTHWKS10 = "Number of weeks looking for work or" MTHWKS11 = "Number of weeks looking for work or" MTHWKS12 = "Number of weeks looking for work or" MTHWKS13 = "Number of weeks looking for work or" MTHWKS14 = "Number of weeks looking for work or" MTHWKS15 = "Number of weeks looking for work or" MTHWKS16 = "Number of weeks looking for work or" MTHWKS17 = "Number of weeks looking for work or" MTHWKS18 = "Number of weeks looking for work or" MTHWKS19 = "Number of weeks looking for work or" MTHWKS20 = "Number of weeks looking for work or" MTHWKS21 = "Number of weeks looking for work or" MTHWKS22 = "Number of weeks looking for work or" MTHWKS23 = "Number of weeks looking for work or" MTHWKS24 = "Number of weeks looking for work or" MTHWKS25 = "Number of weeks looking for work or" MTHWKS26 = "Number of weeks looking for work or" MTHWKS27 = "Number of weeks looking for work or" MTHWKS28 = "Number of weeks looking for work or" MTHWKS29 = "Number of weeks looking for work or" MTHWKS30 = "Number of weeks looking for work or" MTHWKS31 = "Number of weeks looking for work or" MTHWKS32 = "Number of weeks looking for work or" USUALHR1 = "In the weeks that ... worked during" USUALHR2 = "In the weeks that ... worked during" USUALHR3 = "In the weeks that ... worked during" USUALHR4 = "In the weeks that ... worked during" USUALHR5 = "In the weeks that ... worked during" USUALHR6 = "In the weeks that ... worked during" USUALHR7 = "In the weeks that ... worked during" USUALHR8 = "In the weeks that ... worked during" JOBID101 = "Check item E3" JOBID102 = "Check item E3" JOBID103 = "Check item E3" JOBID104 = "Check item E3" JOBID105 = "Check item E3" JOBID106 = "Check item E3" JOBID107 = "Check item E3" JOBID108 = "Check item E3" JOBID109 = "Check item E3" JOBID110 = "Check item E3" JOBID111 = "Check item E3" JOBID112 = "Check item E3" JOBID113 = "Check item E3" JOBID114 = "Check item E3" JOBID115 = "Check item E3" JOBID116 = "Check item E3" JOBID117 = "Check item E3" JOBID118 = "Check item E3" JOBID119 = "Check item E3" JOBID120 = "Check item E3" JOBID121 = "Check item E3" JOBID122 = "Check item E3" JOBID123 = "Check item E3" JOBID124 = "Check item E3" JOBID125 = "Check item E3" JOBID126 = "Check item E3" JOBID127 = "Check item E3" JOBID128 = "Check item E3" JOBID129 = "Check item E3" JOBID130 = "Check item E3" JOBID131 = "Check item E3" JOBID132 = "Check item E3" JOBID201 = "Check item E3" JOBID202 = "Check item E3" JOBID203 = "Check item E3" JOBID204 = "Check item E3" JOBID205 = "Check item E3" JOBID206 = "Check item E3" JOBID207 = "Check item E3" JOBID208 = "Check item E3" JOBID209 = "Check item E3" JOBID210 = "Check item E3" JOBID211 = "Check item E3" JOBID212 = "Check item E3" JOBID213 = "Check item E3" JOBID214 = "Check item E3" JOBID215 = "Check item E3" JOBID216 = "Check item E3" JOBID217 = "Check item E3" JOBID218 = "Check item E3" JOBID219 = "Check item E3" JOBID220 = "Check item E3" JOBID221 = "Check item E3" JOBID222 = "Check item E3" JOBID223 = "Check item E3" JOBID224 = "Check item E3" JOBID225 = "Check item E3" JOBID226 = "Check item E3" JOBID227 = "Check item E3" JOBID228 = "Check item E3" JOBID229 = "Check item E3" JOBID230 = "Check item E3" JOBID231 = "Check item E3" JOBID232 = "Check item E3" CLSWK101 = "Was ... an employee of-" CLSWK102 = "Was ... an employee of-" CLSWK103 = "Was ... an employee of-" CLSWK104 = "Was ... an employee of-" CLSWK105 = "Was ... an employee of-" CLSWK106 = "Was ... an employee of-" CLSWK107 = "Was ... an employee of-" CLSWK108 = "Was ... an employee of-" CLSWK109 = "Was ... an employee of-" CLSWK110 = "Was ... an employee of-" CLSWK111 = "Was ... an employee of-" CLSWK112 = "Was ... an employee of-" CLSWK113 = "Was ... an employee of-" CLSWK114 = "Was ... an employee of-" CLSWK115 = "Was ... an employee of-" CLSWK116 = "Was ... an employee of-" CLSWK117 = "Was ... an employee of-" CLSWK118 = "Was ... an employee of-" CLSWK119 = "Was ... an employee of-" CLSWK120 = "Was ... an employee of-" CLSWK121 = "Was ... an employee of-" CLSWK122 = "Was ... an employee of-" CLSWK123 = "Was ... an employee of-" CLSWK124 = "Was ... an employee of-" CLSWK125 = "Was ... an employee of-" CLSWK126 = "Was ... an employee of-" CLSWK127 = "Was ... an employee of-" CLSWK128 = "Was ... an employee of-" CLSWK129 = "Was ... an employee of-" CLSWK130 = "Was ... an employee of-" CLSWK131 = "Was ... an employee of-" CLSWK132 = "Was ... an employee of-" CLSWK201 = "Was ... an employee of-" CLSWK202 = "Was ... an employee of-" CLSWK203 = "Was ... an employee of-" CLSWK204 = "Was ... an employee of-" CLSWK205 = "Was ... an employee of-" CLSWK206 = "Was ... an employee of-" CLSWK207 = "Was ... an employee of-" CLSWK208 = "Was ... an employee of-" CLSWK209 = "Was ... an employee of-" CLSWK210 = "Was ... an employee of-" CLSWK211 = "Was ... an employee of-" CLSWK212 = "Was ... an employee of-" CLSWK213 = "Was ... an employee of-" CLSWK214 = "Was ... an employee of-" CLSWK215 = "Was ... an employee of-" CLSWK216 = "Was ... an employee of-" CLSWK217 = "Was ... an employee of-" CLSWK218 = "Was ... an employee of-" CLSWK219 = "Was ... an employee of-" CLSWK220 = "Was ... an employee of-" CLSWK221 = "Was ... an employee of-" CLSWK222 = "Was ... an employee of-" CLSWK223 = "Was ... an employee of-" CLSWK224 = "Was ... an employee of-" CLSWK225 = "Was ... an employee of-" CLSWK226 = "Was ... an employee of-" CLSWK227 = "Was ... an employee of-" CLSWK228 = "Was ... an employee of-" CLSWK229 = "Was ... an employee of-" CLSWK230 = "Was ... an employee of-" CLSWK231 = "Was ... an employee of-" CLSWK232 = "Was ... an employee of-" OCC1_01 = "Edited and imputed 3 digit occupation" OCC1_02 = "Edited and imputed 3 digit occupation" OCC1_03 = "Edited and imputed 3 digit occupation" OCC1_04 = "Edited and imputed 3 digit occupation" OCC1_05 = "Edited and imputed 3 digit occupation" OCC1_06 = "Edited and imputed 3 digit occupation" OCC1_07 = "Edited and imputed 3 digit occupation" OCC1_08 = "Edited and imputed 3 digit occupation" OCC1_09 = "Edited and imputed 3 digit occupation" OCC1_10 = "Edited and imputed 3 digit occupation" OCC1_11 = "Edited and imputed 3 digit occupation" OCC1_12 = "Edited and imputed 3 digit occupation" OCC1_13 = "Edited and imputed 3 digit occupation" OCC1_14 = "Edited and imputed 3 digit occupation" OCC1_15 = "Edited and imputed 3 digit occupation" OCC1_16 = "Edited and imputed 3 digit occupation" OCC1_17 = "Edited and imputed 3 digit occupation" OCC1_18 = "Edited and imputed 3 digit occupation" OCC1_19 = "Edited and imputed 3 digit occupation" OCC1_20 = "Edited and imputed 3 digit occupation" OCC1_21 = "Edited and imputed 3 digit occupation" OCC1_22 = "Edited and imputed 3 digit occupation" OCC1_23 = "Edited and imputed 3 digit occupation" OCC1_24 = "Edited and imputed 3 digit occupation" OCC1_25 = "Edited and imputed 3 digit occupation" OCC1_26 = "Edited and imputed 3 digit occupation" OCC1_27 = "Edited and imputed 3 digit occupation" OCC1_28 = "Edited and imputed 3 digit occupation" OCC1_29 = "Edited and imputed 3 digit occupation" OCC1_30 = "Edited and imputed 3 digit occupation" OCC1_31 = "Edited and imputed 3 digit occupation" OCC1_32 = "Edited and imputed 3 digit occupation" OCC2_01 = "Edited and imputed 3 digit occupation" OCC2_02 = "Edited and imputed 3 digit occupation" OCC2_03 = "Edited and imputed 3 digit occupation" OCC2_04 = "Edited and imputed 3 digit occupation" OCC2_05 = "Edited and imputed 3 digit occupation" OCC2_06 = "Edited and imputed 3 digit occupation" OCC2_07 = "Edited and imputed 3 digit occupation" OCC2_08 = "Edited and imputed 3 digit occupation" OCC2_09 = "Edited and imputed 3 digit occupation" OCC2_10 = "Edited and imputed 3 digit occupation" OCC2_11 = "Edited and imputed 3 digit occupation" OCC2_12 = "Edited and imputed 3 digit occupation" OCC2_13 = "Edited and imputed 3 digit occupation" OCC2_14 = "Edited and imputed 3 digit occupation" OCC2_15 = "Edited and imputed 3 digit occupation" OCC2_16 = "Edited and imputed 3 digit occupation" OCC2_17 = "Edited and imputed 3 digit occupation" OCC2_18 = "Edited and imputed 3 digit occupation" OCC2_19 = "Edited and imputed 3 digit occupation" OCC2_20 = "Edited and imputed 3 digit occupation" OCC2_21 = "Edited and imputed 3 digit occupation" OCC2_22 = "Edited and imputed 3 digit occupation" OCC2_23 = "Edited and imputed 3 digit occupation" OCC2_24 = "Edited and imputed 3 digit occupation" OCC2_25 = "Edited and imputed 3 digit occupation" OCC2_26 = "Edited and imputed 3 digit occupation" OCC2_27 = "Edited and imputed 3 digit occupation" OCC2_28 = "Edited and imputed 3 digit occupation" OCC2_29 = "Edited and imputed 3 digit occupation" OCC2_30 = "Edited and imputed 3 digit occupation" OCC2_31 = "Edited and imputed 3 digit occupation" OCC2_32 = "Edited and imputed 3 digit occupation" IND1_01 = "Edited and imputed 3 digit industry" IND1_02 = "Edited and imputed 3 digit industry" IND1_03 = "Edited and imputed 3 digit industry" IND1_04 = "Edited and imputed 3 digit industry" IND1_05 = "Edited and imputed 3 digit industry" IND1_06 = "Edited and imputed 3 digit industry" IND1_07 = "Edited and imputed 3 digit industry" IND1_08 = "Edited and imputed 3 digit industry" IND1_09 = "Edited and imputed 3 digit industry" IND1_10 = "Edited and imputed 3 digit industry" IND1_11 = "Edited and imputed 3 digit industry" IND1_12 = "Edited and imputed 3 digit industry" IND1_13 = "Edited and imputed 3 digit industry" IND1_14 = "Edited and imputed 3 digit industry" IND1_15 = "Edited and imputed 3 digit industry" IND1_16 = "Edited and imputed 3 digit industry" IND1_17 = "Edited and imputed 3 digit industry" IND1_18 = "Edited and imputed 3 digit industry" IND1_19 = "Edited and imputed 3 digit industry" IND1_20 = "Edited and imputed 3 digit industry" IND1_21 = "Edited and imputed 3 digit industry" IND1_22 = "Edited and imputed 3 digit industry" IND1_23 = "Edited and imputed 3 digit industry" IND1_24 = "Edited and imputed 3 digit industry" IND1_25 = "Edited and imputed 3 digit industry" IND1_26 = "Edited and imputed 3 digit industry" IND1_27 = "Edited and imputed 3 digit industry" IND1_28 = "Edited and imputed 3 digit industry" IND1_29 = "Edited and imputed 3 digit industry" IND1_30 = "Edited and imputed 3 digit industry" IND1_31 = "Edited and imputed 3 digit industry" IND1_32 = "Edited and imputed 3 digit industry" IND2_01 = "Edited and imputed 3 digit industry" IND2_02 = "Edited and imputed 3 digit industry" IND2_03 = "Edited and imputed 3 digit industry" IND2_04 = "Edited and imputed 3 digit industry" IND2_05 = "Edited and imputed 3 digit industry" IND2_06 = "Edited and imputed 3 digit industry" IND2_07 = "Edited and imputed 3 digit industry" IND2_08 = "Edited and imputed 3 digit industry" IND2_09 = "Edited and imputed 3 digit industry" IND2_10 = "Edited and imputed 3 digit industry" IND2_11 = "Edited and imputed 3 digit industry" IND2_12 = "Edited and imputed 3 digit industry" IND2_13 = "Edited and imputed 3 digit industry" IND2_14 = "Edited and imputed 3 digit industry" IND2_15 = "Edited and imputed 3 digit industry" IND2_16 = "Edited and imputed 3 digit industry" IND2_17 = "Edited and imputed 3 digit industry" IND2_18 = "Edited and imputed 3 digit industry" IND2_19 = "Edited and imputed 3 digit industry" IND2_20 = "Edited and imputed 3 digit industry" IND2_21 = "Edited and imputed 3 digit industry" IND2_22 = "Edited and imputed 3 digit industry" IND2_23 = "Edited and imputed 3 digit industry" IND2_24 = "Edited and imputed 3 digit industry" IND2_25 = "Edited and imputed 3 digit industry" IND2_26 = "Edited and imputed 3 digit industry" IND2_27 = "Edited and imputed 3 digit industry" IND2_28 = "Edited and imputed 3 digit industry" IND2_29 = "Edited and imputed 3 digit industry" IND2_30 = "Edited and imputed 3 digit industry" IND2_31 = "Edited and imputed 3 digit industry" IND2_32 = "Edited and imputed 3 digit industry" WKSEM101 = "Number of weeks employed (job 1) each" WKSEM102 = "Number of weeks employed (job 1) each" WKSEM103 = "Number of weeks employed (job 1) each" WKSEM104 = "Number of weeks employed (job 1) each" WKSEM105 = "Number of weeks employed (job 1) each" WKSEM106 = "Number of weeks employed (job 1) each" WKSEM107 = "Number of weeks employed (job 1) each" WKSEM108 = "Number of weeks employed (job 1) each" WKSEM109 = "Number of weeks employed (job 1) each" WKSEM110 = "Number of weeks employed (job 1) each" WKSEM111 = "Number of weeks employed (job 1) each" WKSEM112 = "Number of weeks employed (job 1) each" WKSEM113 = "Number of weeks employed (job 1) each" WKSEM114 = "Number of weeks employed (job 1) each" WKSEM115 = "Number of weeks employed (job 1) each" WKSEM116 = "Number of weeks employed (job 1) each" WKSEM117 = "Number of weeks employed (job 1) each" WKSEM118 = "Number of weeks employed (job 1) each" WKSEM119 = "Number of weeks employed (job 1) each" WKSEM120 = "Number of weeks employed (job 1) each" WKSEM121 = "Number of weeks employed (job 1) each" WKSEM122 = "Number of weeks employed (job 1) each" WKSEM123 = "Number of weeks employed (job 1) each" WKSEM124 = "Number of weeks employed (job 1) each" WKSEM125 = "Number of weeks employed (job 1) each" WKSEM126 = "Number of weeks employed (job 1) each" WKSEM127 = "Number of weeks employed (job 1) each" WKSEM128 = "Number of weeks employed (job 1) each" WKSEM129 = "Number of weeks employed (job 1) each" WKSEM130 = "Number of weeks employed (job 1) each" WKSEM131 = "Number of weeks employed (job 1) each" WKSEM132 = "Number of weeks employed (job 1) each" WKSEM201 = "Number of weeks employed (job 2) each" WKSEM202 = "Number of weeks employed (job 2) each" WKSEM203 = "Number of weeks employed (job 2) each" WKSEM204 = "Number of weeks employed (job 2) each" WKSEM205 = "Number of weeks employed (job 2) each" WKSEM206 = "Number of weeks employed (job 2) each" WKSEM207 = "Number of weeks employed (job 2) each" WKSEM208 = "Number of weeks employed (job 2) each" WKSEM209 = "Number of weeks employed (job 2) each" WKSEM210 = "Number of weeks employed (job 2) each" WKSEM211 = "Number of weeks employed (job 2) each" WKSEM212 = "Number of weeks employed (job 2) each" WKSEM213 = "Number of weeks employed (job 2) each" WKSEM214 = "Number of weeks employed (job 2) each" WKSEM215 = "Number of weeks employed (job 2) each" WKSEM216 = "Number of weeks employed (job 2) each" WKSEM217 = "Number of weeks employed (job 2) each" WKSEM218 = "Number of weeks employed (job 2) each" WKSEM219 = "Number of weeks employed (job 2) each" WKSEM220 = "Number of weeks employed (job 2) each" WKSEM221 = "Number of weeks employed (job 2) each" WKSEM222 = "Number of weeks employed (job 2) each" WKSEM223 = "Number of weeks employed (job 2) each" WKSEM224 = "Number of weeks employed (job 2) each" WKSEM225 = "Number of weeks employed (job 2) each" WKSEM226 = "Number of weeks employed (job 2) each" WKSEM227 = "Number of weeks employed (job 2) each" WKSEM228 = "Number of weeks employed (job 2) each" WKSEM229 = "Number of weeks employed (job 2) each" WKSEM230 = "Number of weeks employed (job 2) each" WKSEM231 = "Number of weeks employed (job 2) each" WKSEM232 = "Number of weeks employed (job 2) each" ERNAM101 = "What is the amount of the earnings fro" ERNAM102 = "What is the amount of the earnings fro" ERNAM103 = "What is the amount of the earnings fro" ERNAM104 = "What is the amount of the earnings fro" ERNAM105 = "What is the amount of the earnings fro" ERNAM106 = "What is the amount of the earnings fro" ERNAM107 = "What is the amount of the earnings fro" ERNAM108 = "What is the amount of the earnings fro" ERNAM109 = "What is the amount of the earnings fro" ERNAM110 = "What is the amount of the earnings fro" ERNAM111 = "What is the amount of the earnings fro" ERNAM112 = "What is the amount of the earnings fro" ERNAM113 = "What is the amount of the earnings fro" ERNAM114 = "What is the amount of the earnings fro" ERNAM115 = "What is the amount of the earnings fro" ERNAM116 = "What is the amount of the earnings fro" ERNAM117 = "What is the amount of the earnings fro" ERNAM118 = "What is the amount of the earnings fro" ERNAM119 = "What is the amount of the earnings fro" ERNAM120 = "What is the amount of the earnings fro" ERNAM121 = "What is the amount of the earnings fro" ERNAM122 = "What is the amount of the earnings fro" ERNAM123 = "What is the amount of the earnings fro" ERNAM124 = "What is the amount of the earnings fro" ERNAM125 = "What is the amount of the earnings fro" ERNAM126 = "What is the amount of the earnings fro" ERNAM127 = "What is the amount of the earnings fro" ERNAM128 = "What is the amount of the earnings fro" ERNAM129 = "What is the amount of the earnings fro" ERNAM130 = "What is the amount of the earnings fro" ERNAM131 = "What is the amount of the earnings fro" ERNAM132 = "What is the amount of the earnings fro" ERNAM201 = "What is the amount of the earnings fro" ERNAM202 = "What is the amount of the earnings fro" ERNAM203 = "What is the amount of the earnings fro" ERNAM204 = "What is the amount of the earnings fro" ERNAM205 = "What is the amount of the earnings fro" ERNAM206 = "What is the amount of the earnings fro" ERNAM207 = "What is the amount of the earnings fro" ERNAM208 = "What is the amount of the earnings fro" ERNAM209 = "What is the amount of the earnings fro" ERNAM210 = "What is the amount of the earnings fro" ERNAM211 = "What is the amount of the earnings fro" ERNAM212 = "What is the amount of the earnings fro" ERNAM213 = "What is the amount of the earnings fro" ERNAM214 = "What is the amount of the earnings fro" ERNAM215 = "What is the amount of the earnings fro" ERNAM216 = "What is the amount of the earnings fro" ERNAM217 = "What is the amount of the earnings fro" ERNAM218 = "What is the amount of the earnings fro" ERNAM219 = "What is the amount of the earnings fro" ERNAM220 = "What is the amount of the earnings fro" ERNAM221 = "What is the amount of the earnings fro" ERNAM222 = "What is the amount of the earnings fro" ERNAM223 = "What is the amount of the earnings fro" ERNAM224 = "What is the amount of the earnings fro" ERNAM225 = "What is the amount of the earnings fro" ERNAM226 = "What is the amount of the earnings fro" ERNAM227 = "What is the amount of the earnings fro" ERNAM228 = "What is the amount of the earnings fro" ERNAM229 = "What is the amount of the earnings fro" ERNAM230 = "What is the amount of the earnings fro" ERNAM231 = "What is the amount of the earnings fro" ERNAM232 = "What is the amount of the earnings fro" WSHRS101 = "How many hours per week did ..." WSHRS102 = "How many hours per week did ..." WSHRS103 = "How many hours per week did ..." WSHRS104 = "How many hours per week did ..." WSHRS105 = "How many hours per week did ..." WSHRS106 = "How many hours per week did ..." WSHRS107 = "How many hours per week did ..." WSHRS108 = "How many hours per week did ..." WSHRS109 = "How many hours per week did ..." WSHRS110 = "How many hours per week did ..." WSHRS111 = "How many hours per week did ..." WSHRS112 = "How many hours per week did ..." WSHRS113 = "How many hours per week did ..." WSHRS114 = "How many hours per week did ..." WSHRS115 = "How many hours per week did ..." WSHRS116 = "How many hours per week did ..." WSHRS117 = "How many hours per week did ..." WSHRS118 = "How many hours per week did ..." WSHRS119 = "How many hours per week did ..." WSHRS120 = "How many hours per week did ..." WSHRS121 = "How many hours per week did ..." WSHRS122 = "How many hours per week did ..." WSHRS123 = "How many hours per week did ..." WSHRS124 = "How many hours per week did ..." WSHRS125 = "How many hours per week did ..." WSHRS126 = "How many hours per week did ..." WSHRS127 = "How many hours per week did ..." WSHRS128 = "How many hours per week did ..." WSHRS129 = "How many hours per week did ..." WSHRS130 = "How many hours per week did ..." WSHRS131 = "How many hours per week did ..." WSHRS132 = "How many hours per week did ..." WSHRS201 = "How many hours per week did ..." WSHRS202 = "How many hours per week did ..." WSHRS203 = "How many hours per week did ..." WSHRS204 = "How many hours per week did ..." WSHRS205 = "How many hours per week did ..." WSHRS206 = "How many hours per week did ..." WSHRS207 = "How many hours per week did ..." WSHRS208 = "How many hours per week did ..." WSHRS209 = "How many hours per week did ..." WSHRS210 = "How many hours per week did ..." WSHRS211 = "How many hours per week did ..." WSHRS212 = "How many hours per week did ..." WSHRS213 = "How many hours per week did ..." WSHRS214 = "How many hours per week did ..." WSHRS215 = "How many hours per week did ..." WSHRS216 = "How many hours per week did ..." WSHRS217 = "How many hours per week did ..." WSHRS218 = "How many hours per week did ..." WSHRS219 = "How many hours per week did ..." WSHRS220 = "How many hours per week did ..." WSHRS221 = "How many hours per week did ..." WSHRS222 = "How many hours per week did ..." WSHRS223 = "How many hours per week did ..." WSHRS224 = "How many hours per week did ..." WSHRS225 = "How many hours per week did ..." WSHRS226 = "How many hours per week did ..." WSHRS227 = "How many hours per week did ..." WSHRS228 = "How many hours per week did ..." WSHRS229 = "How many hours per week did ..." WSHRS230 = "How many hours per week did ..." WSHRS231 = "How many hours per week did ..." WSHRS232 = "How many hours per week did ..." HRRAT101 = "What was ...'s regular hourly pay" HRRAT102 = "What was ...'s regular hourly pay" HRRAT103 = "What was ...'s regular hourly pay" HRRAT104 = "What was ...'s regular hourly pay" HRRAT105 = "What was ...'s regular hourly pay" HRRAT106 = "What was ...'s regular hourly pay" HRRAT107 = "What was ...'s regular hourly pay" HRRAT108 = "What was ...'s regular hourly pay" HRRAT109 = "What was ...'s regular hourly pay" HRRAT110 = "What was ...'s regular hourly pay" HRRAT111 = "What was ...'s regular hourly pay" HRRAT112 = "What was ...'s regular hourly pay" HRRAT113 = "What was ...'s regular hourly pay" HRRAT114 = "What was ...'s regular hourly pay" HRRAT115 = "What was ...'s regular hourly pay" HRRAT116 = "What was ...'s regular hourly pay" HRRAT117 = "What was ...'s regular hourly pay" HRRAT118 = "What was ...'s regular hourly pay" HRRAT119 = "What was ...'s regular hourly pay" HRRAT120 = "What was ...'s regular hourly pay" HRRAT121 = "What was ...'s regular hourly pay" HRRAT122 = "What was ...'s regular hourly pay" HRRAT123 = "What was ...'s regular hourly pay" HRRAT124 = "What was ...'s regular hourly pay" HRRAT125 = "What was ...'s regular hourly pay" HRRAT126 = "What was ...'s regular hourly pay" HRRAT127 = "What was ...'s regular hourly pay" HRRAT128 = "What was ...'s regular hourly pay" HRRAT129 = "What was ...'s regular hourly pay" HRRAT130 = "What was ...'s regular hourly pay" HRRAT131 = "What was ...'s regular hourly pay" HRRAT132 = "What was ...'s regular hourly pay" HRRAT201 = "What was ...'s regular hourly pay" HRRAT202 = "What was ...'s regular hourly pay" HRRAT203 = "What was ...'s regular hourly pay" HRRAT204 = "What was ...'s regular hourly pay" HRRAT205 = "What was ...'s regular hourly pay" HRRAT206 = "What was ...'s regular hourly pay" HRRAT207 = "What was ...'s regular hourly pay" HRRAT208 = "What was ...'s regular hourly pay" HRRAT209 = "What was ...'s regular hourly pay" HRRAT210 = "What was ...'s regular hourly pay" HRRAT211 = "What was ...'s regular hourly pay" HRRAT212 = "What was ...'s regular hourly pay" HRRAT213 = "What was ...'s regular hourly pay" HRRAT214 = "What was ...'s regular hourly pay" HRRAT215 = "What was ...'s regular hourly pay" HRRAT216 = "What was ...'s regular hourly pay" HRRAT217 = "What was ...'s regular hourly pay" HRRAT218 = "What was ...'s regular hourly pay" HRRAT219 = "What was ...'s regular hourly pay" HRRAT220 = "What was ...'s regular hourly pay" HRRAT221 = "What was ...'s regular hourly pay" HRRAT222 = "What was ...'s regular hourly pay" HRRAT223 = "What was ...'s regular hourly pay" HRRAT224 = "What was ...'s regular hourly pay" HRRAT225 = "What was ...'s regular hourly pay" HRRAT226 = "What was ...'s regular hourly pay" HRRAT227 = "What was ...'s regular hourly pay" HRRAT228 = "What was ...'s regular hourly pay" HRRAT229 = "What was ...'s regular hourly pay" HRRAT230 = "What was ...'s regular hourly pay" HRRAT231 = "What was ...'s regular hourly pay" HRRAT232 = "What was ...'s regular hourly pay" BUSID101 = "Check item S1" BUSID102 = "Check item S1" BUSID103 = "Check item S1" BUSID104 = "Check item S1" BUSID105 = "Check item S1" BUSID106 = "Check item S1" BUSID107 = "Check item S1" BUSID108 = "Check item S1" BUSID109 = "Check item S1" BUSID110 = "Check item S1" BUSID111 = "Check item S1" BUSID112 = "Check item S1" BUSID113 = "Check item S1" BUSID114 = "Check item S1" BUSID115 = "Check item S1" BUSID116 = "Check item S1" BUSID117 = "Check item S1" BUSID118 = "Check item S1" BUSID119 = "Check item S1" BUSID120 = "Check item S1" BUSID121 = "Check item S1" BUSID122 = "Check item S1" BUSID123 = "Check item S1" BUSID124 = "Check item S1" BUSID125 = "Check item S1" BUSID126 = "Check item S1" BUSID127 = "Check item S1" BUSID128 = "Check item S1" BUSID129 = "Check item S1" BUSID130 = "Check item S1" BUSID131 = "Check item S1" BUSID132 = "Check item S1" BUSID201 = "Check item S1" BUSID202 = "Check item S1" BUSID203 = "Check item S1" BUSID204 = "Check item S1" BUSID205 = "Check item S1" BUSID206 = "Check item S1" BUSID207 = "Check item S1" BUSID208 = "Check item S1" BUSID209 = "Check item S1" BUSID210 = "Check item S1" BUSID211 = "Check item S1" BUSID212 = "Check item S1" BUSID213 = "Check item S1" BUSID214 = "Check item S1" BUSID215 = "Check item S1" BUSID216 = "Check item S1" BUSID217 = "Check item S1" BUSID218 = "Check item S1" BUSID219 = "Check item S1" BUSID220 = "Check item S1" BUSID221 = "Check item S1" BUSID222 = "Check item S1" BUSID223 = "Check item S1" BUSID224 = "Check item S1" BUSID225 = "Check item S1" BUSID226 = "Check item S1" BUSID227 = "Check item S1" BUSID228 = "Check item S1" BUSID229 = "Check item S1" BUSID230 = "Check item S1" BUSID231 = "Check item S1" BUSID232 = "Check item S1" TYPBS101 = "What was the form of this business--" TYPBS102 = "What was the form of this business--" TYPBS103 = "What was the form of this business--" TYPBS104 = "What was the form of this business--" TYPBS105 = "What was the form of this business--" TYPBS106 = "What was the form of this business--" TYPBS107 = "What was the form of this business--" TYPBS108 = "What was the form of this business--" TYPBS109 = "What was the form of this business--" TYPBS110 = "What was the form of this business--" TYPBS111 = "What was the form of this business--" TYPBS112 = "What was the form of this business--" TYPBS113 = "What was the form of this business--" TYPBS114 = "What was the form of this business--" TYPBS115 = "What was the form of this business--" TYPBS116 = "What was the form of this business--" TYPBS117 = "What was the form of this business--" TYPBS118 = "What was the form of this business--" TYPBS119 = "What was the form of this business--" TYPBS120 = "What was the form of this business--" TYPBS121 = "What was the form of this business--" TYPBS122 = "What was the form of this business--" TYPBS123 = "What was the form of this business--" TYPBS124 = "What was the form of this business--" TYPBS125 = "What was the form of this business--" TYPBS126 = "What was the form of this business--" TYPBS127 = "What was the form of this business--" TYPBS128 = "What was the form of this business--" TYPBS129 = "What was the form of this business--" TYPBS130 = "What was the form of this business--" TYPBS131 = "What was the form of this business--" TYPBS132 = "What was the form of this business--" TYPBS201 = "What was the form of this business--" TYPBS202 = "What was the form of this business--" TYPBS203 = "What was the form of this business--" TYPBS204 = "What was the form of this business--" TYPBS205 = "What was the form of this business--" TYPBS206 = "What was the form of this business--" TYPBS207 = "What was the form of this business--" TYPBS208 = "What was the form of this business--" TYPBS209 = "What was the form of this business--" TYPBS210 = "What was the form of this business--" TYPBS211 = "What was the form of this business--" TYPBS212 = "What was the form of this business--" TYPBS213 = "What was the form of this business--" TYPBS214 = "What was the form of this business--" TYPBS215 = "What was the form of this business--" TYPBS216 = "What was the form of this business--" TYPBS217 = "What was the form of this business--" TYPBS218 = "What was the form of this business--" TYPBS219 = "What was the form of this business--" TYPBS220 = "What was the form of this business--" TYPBS221 = "What was the form of this business--" TYPBS222 = "What was the form of this business--" TYPBS223 = "What was the form of this business--" TYPBS224 = "What was the form of this business--" TYPBS225 = "What was the form of this business--" TYPBS226 = "What was the form of this business--" TYPBS227 = "What was the form of this business--" TYPBS228 = "What was the form of this business--" TYPBS229 = "What was the form of this business--" TYPBS230 = "What was the form of this business--" TYPBS231 = "What was the form of this business--" TYPBS232 = "What was the form of this business--" SE_OC101 = "Edited and imputed 3 digit occupation" SE_OC102 = "Edited and imputed 3 digit occupation" SE_OC103 = "Edited and imputed 3 digit occupation" SE_OC104 = "Edited and imputed 3 digit occupation" SE_OC105 = "Edited and imputed 3 digit occupation" SE_OC106 = "Edited and imputed 3 digit occupation" SE_OC107 = "Edited and imputed 3 digit occupation" SE_OC108 = "Edited and imputed 3 digit occupation" SE_OC109 = "Edited and imputed 3 digit occupation" SE_OC110 = "Edited and imputed 3 digit occupation" SE_OC111 = "Edited and imputed 3 digit occupation" SE_OC112 = "Edited and imputed 3 digit occupation" SE_OC113 = "Edited and imputed 3 digit occupation" SE_OC114 = "Edited and imputed 3 digit occupation" SE_OC115 = "Edited and imputed 3 digit occupation" SE_OC116 = "Edited and imputed 3 digit occupation" SE_OC117 = "Edited and imputed 3 digit occupation" SE_OC118 = "Edited and imputed 3 digit occupation" SE_OC119 = "Edited and imputed 3 digit occupation" SE_OC120 = "Edited and imputed 3 digit occupation" SE_OC121 = "Edited and imputed 3 digit occupation" SE_OC122 = "Edited and imputed 3 digit occupation" SE_OC123 = "Edited and imputed 3 digit occupation" SE_OC124 = "Edited and imputed 3 digit occupation" SE_OC125 = "Edited and imputed 3 digit occupation" SE_OC126 = "Edited and imputed 3 digit occupation" SE_OC127 = "Edited and imputed 3 digit occupation" SE_OC128 = "Edited and imputed 3 digit occupation" SE_OC129 = "Edited and imputed 3 digit occupation" SE_OC130 = "Edited and imputed 3 digit occupation" SE_OC131 = "Edited and imputed 3 digit occupation" SE_OC132 = "Edited and imputed 3 digit occupation" SE_OC201 = "Edited and imputed 3 digit occupation" SE_OC202 = "Edited and imputed 3 digit occupation" SE_OC203 = "Edited and imputed 3 digit occupation" SE_OC204 = "Edited and imputed 3 digit occupation" SE_OC205 = "Edited and imputed 3 digit occupation" SE_OC206 = "Edited and imputed 3 digit occupation" SE_OC207 = "Edited and imputed 3 digit occupation" SE_OC208 = "Edited and imputed 3 digit occupation" SE_OC209 = "Edited and imputed 3 digit occupation" SE_OC210 = "Edited and imputed 3 digit occupation" SE_OC211 = "Edited and imputed 3 digit occupation" SE_OC212 = "Edited and imputed 3 digit occupation" SE_OC213 = "Edited and imputed 3 digit occupation" SE_OC214 = "Edited and imputed 3 digit occupation" SE_OC215 = "Edited and imputed 3 digit occupation" SE_OC216 = "Edited and imputed 3 digit occupation" SE_OC217 = "Edited and imputed 3 digit occupation" SE_OC218 = "Edited and imputed 3 digit occupation" SE_OC219 = "Edited and imputed 3 digit occupation" SE_OC220 = "Edited and imputed 3 digit occupation" SE_OC221 = "Edited and imputed 3 digit occupation" SE_OC222 = "Edited and imputed 3 digit occupation" SE_OC223 = "Edited and imputed 3 digit occupation" SE_OC224 = "Edited and imputed 3 digit occupation" SE_OC225 = "Edited and imputed 3 digit occupation" SE_OC226 = "Edited and imputed 3 digit occupation" SE_OC227 = "Edited and imputed 3 digit occupation" SE_OC228 = "Edited and imputed 3 digit occupation" SE_OC229 = "Edited and imputed 3 digit occupation" SE_OC230 = "Edited and imputed 3 digit occupation" SE_OC231 = "Edited and imputed 3 digit occupation" SE_OC232 = "Edited and imputed 3 digit occupation" SEIND101 = "Edited and imputed 3 digit industry co" SEIND102 = "Edited and imputed 3 digit industry co" SEIND103 = "Edited and imputed 3 digit industry co" SEIND104 = "Edited and imputed 3 digit industry co" SEIND105 = "Edited and imputed 3 digit industry co" SEIND106 = "Edited and imputed 3 digit industry co" SEIND107 = "Edited and imputed 3 digit industry co" SEIND108 = "Edited and imputed 3 digit industry co" SEIND109 = "Edited and imputed 3 digit industry co" SEIND110 = "Edited and imputed 3 digit industry co" SEIND111 = "Edited and imputed 3 digit industry co" SEIND112 = "Edited and imputed 3 digit industry co" SEIND113 = "Edited and imputed 3 digit industry co" SEIND114 = "Edited and imputed 3 digit industry co" SEIND115 = "Edited and imputed 3 digit industry co" SEIND116 = "Edited and imputed 3 digit industry co" SEIND117 = "Edited and imputed 3 digit industry co" SEIND118 = "Edited and imputed 3 digit industry co" SEIND119 = "Edited and imputed 3 digit industry co" SEIND120 = "Edited and imputed 3 digit industry co" SEIND121 = "Edited and imputed 3 digit industry co" SEIND122 = "Edited and imputed 3 digit industry co" SEIND123 = "Edited and imputed 3 digit industry co" SEIND124 = "Edited and imputed 3 digit industry co" SEIND125 = "Edited and imputed 3 digit industry co" SEIND126 = "Edited and imputed 3 digit industry co" SEIND127 = "Edited and imputed 3 digit industry co" SEIND128 = "Edited and imputed 3 digit industry co" SEIND129 = "Edited and imputed 3 digit industry co" SEIND130 = "Edited and imputed 3 digit industry co" SEIND131 = "Edited and imputed 3 digit industry co" SEIND132 = "Edited and imputed 3 digit industry co" SEIND201 = "Edited and imputed 3 digit industry co" SEIND202 = "Edited and imputed 3 digit industry co" SEIND203 = "Edited and imputed 3 digit industry co" SEIND204 = "Edited and imputed 3 digit industry co" SEIND205 = "Edited and imputed 3 digit industry co" SEIND206 = "Edited and imputed 3 digit industry co" SEIND207 = "Edited and imputed 3 digit industry co" SEIND208 = "Edited and imputed 3 digit industry co" SEIND209 = "Edited and imputed 3 digit industry co" SEIND210 = "Edited and imputed 3 digit industry co" SEIND211 = "Edited and imputed 3 digit industry co" SEIND212 = "Edited and imputed 3 digit industry co" SEIND213 = "Edited and imputed 3 digit industry co" SEIND214 = "Edited and imputed 3 digit industry co" SEIND215 = "Edited and imputed 3 digit industry co" SEIND216 = "Edited and imputed 3 digit industry co" SEIND217 = "Edited and imputed 3 digit industry co" SEIND218 = "Edited and imputed 3 digit industry co" SEIND219 = "Edited and imputed 3 digit industry co" SEIND220 = "Edited and imputed 3 digit industry co" SEIND221 = "Edited and imputed 3 digit industry co" SEIND222 = "Edited and imputed 3 digit industry co" SEIND223 = "Edited and imputed 3 digit industry co" SEIND224 = "Edited and imputed 3 digit industry co" SEIND225 = "Edited and imputed 3 digit industry co" SEIND226 = "Edited and imputed 3 digit industry co" SEIND227 = "Edited and imputed 3 digit industry co" SEIND228 = "Edited and imputed 3 digit industry co" SEIND229 = "Edited and imputed 3 digit industry co" SEIND230 = "Edited and imputed 3 digit industry co" SEIND231 = "Edited and imputed 3 digit industry co" SEIND232 = "Edited and imputed 3 digit industry co" SE_WB101 = "Number of weeks with business(1)" SE_WB102 = "Number of weeks with business(1)" SE_WB103 = "Number of weeks with business(1)" SE_WB104 = "Number of weeks with business(1)" SE_WB105 = "Number of weeks with business(1)" SE_WB106 = "Number of weeks with business(1)" SE_WB107 = "Number of weeks with business(1)" SE_WB108 = "Number of weeks with business(1)" SE_WB109 = "Number of weeks with business(1)" SE_WB110 = "Number of weeks with business(1)" SE_WB111 = "Number of weeks with business(1)" SE_WB112 = "Number of weeks with business(1)" SE_WB113 = "Number of weeks with business(1)" SE_WB114 = "Number of weeks with business(1)" SE_WB115 = "Number of weeks with business(1)" SE_WB116 = "Number of weeks with business(1)" SE_WB117 = "Number of weeks with business(1)" SE_WB118 = "Number of weeks with business(1)" SE_WB119 = "Number of weeks with business(1)" SE_WB120 = "Number of weeks with business(1)" SE_WB121 = "Number of weeks with business(1)" SE_WB122 = "Number of weeks with business(1)" SE_WB123 = "Number of weeks with business(1)" SE_WB124 = "Number of weeks with business(1)" SE_WB125 = "Number of weeks with business(1)" SE_WB126 = "Number of weeks with business(1)" SE_WB127 = "Number of weeks with business(1)" SE_WB128 = "Number of weeks with business(1)" SE_WB129 = "Number of weeks with business(1)" SE_WB130 = "Number of weeks with business(1)" SE_WB131 = "Number of weeks with business(1)" SE_WB132 = "Number of weeks with business(1)" SE_WB201 = "Number of weeks with business(2)" SE_WB202 = "Number of weeks with business(2)" SE_WB203 = "Number of weeks with business(2)" SE_WB204 = "Number of weeks with business(2)" SE_WB205 = "Number of weeks with business(2)" SE_WB206 = "Number of weeks with business(2)" SE_WB207 = "Number of weeks with business(2)" SE_WB208 = "Number of weeks with business(2)" SE_WB209 = "Number of weeks with business(2)" SE_WB210 = "Number of weeks with business(2)" SE_WB211 = "Number of weeks with business(2)" SE_WB212 = "Number of weeks with business(2)" SE_WB213 = "Number of weeks with business(2)" SE_WB214 = "Number of weeks with business(2)" SE_WB215 = "Number of weeks with business(2)" SE_WB216 = "Number of weeks with business(2)" SE_WB217 = "Number of weeks with business(2)" SE_WB218 = "Number of weeks with business(2)" SE_WB219 = "Number of weeks with business(2)" SE_WB220 = "Number of weeks with business(2)" SE_WB221 = "Number of weeks with business(2)" SE_WB222 = "Number of weeks with business(2)" SE_WB223 = "Number of weeks with business(2)" SE_WB224 = "Number of weeks with business(2)" SE_WB225 = "Number of weeks with business(2)" SE_WB226 = "Number of weeks with business(2)" SE_WB227 = "Number of weeks with business(2)" SE_WB228 = "Number of weeks with business(2)" SE_WB229 = "Number of weeks with business(2)" SE_WB230 = "Number of weeks with business(2)" SE_WB231 = "Number of weeks with business(2)" SE_WB232 = "Number of weeks with business(2)" SE_AM101 = "Amount of income received each month" SE_AM102 = "Amount of income received each month" SE_AM103 = "Amount of income received each month" SE_AM104 = "Amount of income received each month" SE_AM105 = "Amount of income received each month" SE_AM106 = "Amount of income received each month" SE_AM107 = "Amount of income received each month" SE_AM108 = "Amount of income received each month" SE_AM109 = "Amount of income received each month" SE_AM110 = "Amount of income received each month" SE_AM111 = "Amount of income received each month" SE_AM112 = "Amount of income received each month" SE_AM113 = "Amount of income received each month" SE_AM114 = "Amount of income received each month" SE_AM115 = "Amount of income received each month" SE_AM116 = "Amount of income received each month" SE_AM117 = "Amount of income received each month" SE_AM118 = "Amount of income received each month" SE_AM119 = "Amount of income received each month" SE_AM120 = "Amount of income received each month" SE_AM121 = "Amount of income received each month" SE_AM122 = "Amount of income received each month" SE_AM123 = "Amount of income received each month" SE_AM124 = "Amount of income received each month" SE_AM125 = "Amount of income received each month" SE_AM126 = "Amount of income received each month" SE_AM127 = "Amount of income received each month" SE_AM128 = "Amount of income received each month" SE_AM129 = "Amount of income received each month" SE_AM130 = "Amount of income received each month" SE_AM131 = "Amount of income received each month" SE_AM132 = "Amount of income received each month" SE_AM201 = "Amount of income received each month" SE_AM202 = "Amount of income received each month" SE_AM203 = "Amount of income received each month" SE_AM204 = "Amount of income received each month" SE_AM205 = "Amount of income received each month" SE_AM206 = "Amount of income received each month" SE_AM207 = "Amount of income received each month" SE_AM208 = "Amount of income received each month" SE_AM209 = "Amount of income received each month" SE_AM210 = "Amount of income received each month" SE_AM211 = "Amount of income received each month" SE_AM212 = "Amount of income received each month" SE_AM213 = "Amount of income received each month" SE_AM214 = "Amount of income received each month" SE_AM215 = "Amount of income received each month" SE_AM216 = "Amount of income received each month" SE_AM217 = "Amount of income received each month" SE_AM218 = "Amount of income received each month" SE_AM219 = "Amount of income received each month" SE_AM220 = "Amount of income received each month" SE_AM221 = "Amount of income received each month" SE_AM222 = "Amount of income received each month" SE_AM223 = "Amount of income received each month" SE_AM224 = "Amount of income received each month" SE_AM225 = "Amount of income received each month" SE_AM226 = "Amount of income received each month" SE_AM227 = "Amount of income received each month" SE_AM228 = "Amount of income received each month" SE_AM229 = "Amount of income received each month" SE_AM230 = "Amount of income received each month" SE_AM231 = "Amount of income received each month" SE_AM232 = "Amount of income received each month" SE_HR101 = "How many hours per week did ..." SE_HR102 = "How many hours per week did ..." SE_HR103 = "How many hours per week did ..." SE_HR104 = "How many hours per week did ..." SE_HR105 = "How many hours per week did ..." SE_HR106 = "How many hours per week did ..." SE_HR107 = "How many hours per week did ..." SE_HR108 = "How many hours per week did ..." SE_HR109 = "How many hours per week did ..." SE_HR110 = "How many hours per week did ..." SE_HR111 = "How many hours per week did ..." SE_HR112 = "How many hours per week did ..." SE_HR113 = "How many hours per week did ..." SE_HR114 = "How many hours per week did ..." SE_HR115 = "How many hours per week did ..." SE_HR116 = "How many hours per week did ..." SE_HR117 = "How many hours per week did ..." SE_HR118 = "How many hours per week did ..." SE_HR119 = "How many hours per week did ..." SE_HR120 = "How many hours per week did ..." SE_HR121 = "How many hours per week did ..." SE_HR122 = "How many hours per week did ..." SE_HR123 = "How many hours per week did ..." SE_HR124 = "How many hours per week did ..." SE_HR125 = "How many hours per week did ..." SE_HR126 = "How many hours per week did ..." SE_HR127 = "How many hours per week did ..." SE_HR128 = "How many hours per week did ..." SE_HR129 = "How many hours per week did ..." SE_HR130 = "How many hours per week did ..." SE_HR131 = "How many hours per week did ..." SE_HR132 = "How many hours per week did ..." SE_HR201 = "How many hours per week did ..." SE_HR202 = "How many hours per week did ..." SE_HR203 = "How many hours per week did ..." SE_HR204 = "How many hours per week did ..." SE_HR205 = "How many hours per week did ..." SE_HR206 = "How many hours per week did ..." SE_HR207 = "How many hours per week did ..." SE_HR208 = "How many hours per week did ..." SE_HR209 = "How many hours per week did ..." SE_HR210 = "How many hours per week did ..." SE_HR211 = "How many hours per week did ..." SE_HR212 = "How many hours per week did ..." SE_HR213 = "How many hours per week did ..." SE_HR214 = "How many hours per week did ..." SE_HR215 = "How many hours per week did ..." SE_HR216 = "How many hours per week did ..." SE_HR217 = "How many hours per week did ..." SE_HR218 = "How many hours per week did ..." SE_HR219 = "How many hours per week did ..." SE_HR220 = "How many hours per week did ..." SE_HR221 = "How many hours per week did ..." SE_HR222 = "How many hours per week did ..." SE_HR223 = "How many hours per week did ..." SE_HR224 = "How many hours per week did ..." SE_HR225 = "How many hours per week did ..." SE_HR226 = "How many hours per week did ..." SE_HR227 = "How many hours per week did ..." SE_HR228 = "How many hours per week did ..." SE_HR229 = "How many hours per week did ..." SE_HR230 = "How many hours per week did ..." SE_HR231 = "How many hours per week did ..." SE_HR232 = "How many hours per week did ..." G1SRC1 = "Income source 1" G1SRC2 = "Income source 2" G1SRC3 = "Income source 3" G1SRC4 = "Income source 4" G1SRC5 = "Income source 5" G1SRC6 = "Income source 6" G1SRC7 = "Income source 7" G1SRC8 = "Income source 8" G1SRC9 = "Income source 9" G1SRC10 = "Income source 10" G1_A1_01 = "Amount of this income type received in" G1_A1_02 = "Amount of this income type received in" G1_A1_03 = "Amount of this income type received in" G1_A1_04 = "Amount of this income type received in" G1_A1_05 = "Amount of this income type received in" G1_A1_06 = "Amount of this income type received in" G1_A1_07 = "Amount of this income type received in" G1_A1_08 = "Amount of this income type received in" G1_A1_09 = "Amount of this income type received in" G1_A1_10 = "Amount of this income type received in" G1_A1_11 = "Amount of this income type received in" G1_A1_12 = "Amount of this income type received in" G1_A1_13 = "Amount of this income type received in" G1_A1_14 = "Amount of this income type received in" G1_A1_15 = "Amount of this income type received in" G1_A1_16 = "Amount of this income type received in" G1_A1_17 = "Amount of this income type received in" G1_A1_18 = "Amount of this income type received in" G1_A1_19 = "Amount of this income type received in" G1_A1_20 = "Amount of this income type received in" G1_A1_21 = "Amount of this income type received in" G1_A1_22 = "Amount of this income type received in" G1_A1_23 = "Amount of this income type received in" G1_A1_24 = "Amount of this income type received in" G1_A1_25 = "Amount of this income type received in" G1_A1_26 = "Amount of this income type received in" G1_A1_27 = "Amount of this income type received in" G1_A1_28 = "Amount of this income type received in" G1_A1_29 = "Amount of this income type received in" G1_A1_30 = "Amount of this income type received in" G1_A1_31 = "Amount of this income type received in" G1_A1_32 = "Amount of this income type received in" G1_A2_01 = "Amount of this income type received in" G1_A2_02 = "Amount of this income type received in" G1_A2_03 = "Amount of this income type received in" G1_A2_04 = "Amount of this income type received in" G1_A2_05 = "Amount of this income type received in" G1_A2_06 = "Amount of this income type received in" G1_A2_07 = "Amount of this income type received in" G1_A2_08 = "Amount of this income type received in" G1_A2_09 = "Amount of this income type received in" G1_A2_10 = "Amount of this income type received in" G1_A2_11 = "Amount of this income type received in" G1_A2_12 = "Amount of this income type received in" G1_A2_13 = "Amount of this income type received in" G1_A2_14 = "Amount of this income type received in" G1_A2_15 = "Amount of this income type received in" G1_A2_16 = "Amount of this income type received in" G1_A2_17 = "Amount of this income type received in" G1_A2_18 = "Amount of this income type received in" G1_A2_19 = "Amount of this income type received in" G1_A2_20 = "Amount of this income type received in" G1_A2_21 = "Amount of this income type received in" G1_A2_22 = "Amount of this income type received in" G1_A2_23 = "Amount of this income type received in" G1_A2_24 = "Amount of this income type received in" G1_A2_25 = "Amount of this income type received in" G1_A2_26 = "Amount of this income type received in" G1_A2_27 = "Amount of this income type received in" G1_A2_28 = "Amount of this income type received in" G1_A2_29 = "Amount of this income type received in" G1_A2_30 = "Amount of this income type received in" G1_A2_31 = "Amount of this income type received in" G1_A2_32 = "Amount of this income type received in" G1_A3_01 = "Amount of this income type received in" G1_A3_02 = "Amount of this income type received in" G1_A3_03 = "Amount of this income type received in" G1_A3_04 = "Amount of this income type received in" G1_A3_05 = "Amount of this income type received in" G1_A3_06 = "Amount of this income type received in" G1_A3_07 = "Amount of this income type received in" G1_A3_08 = "Amount of this income type received in" G1_A3_09 = "Amount of this income type received in" G1_A3_10 = "Amount of this income type received in" G1_A3_11 = "Amount of this income type received in" G1_A3_12 = "Amount of this income type received in" G1_A3_13 = "Amount of this income type received in" G1_A3_14 = "Amount of this income type received in" G1_A3_15 = "Amount of this income type received in" G1_A3_16 = "Amount of this income type received in" G1_A3_17 = "Amount of this income type received in" G1_A3_18 = "Amount of this income type received in" G1_A3_19 = "Amount of this income type received in" G1_A3_20 = "Amount of this income type received in" G1_A3_21 = "Amount of this income type received in" G1_A3_22 = "Amount of this income type received in" G1_A3_23 = "Amount of this income type received in" G1_A3_24 = "Amount of this income type received in" G1_A3_25 = "Amount of this income type received in" G1_A3_26 = "Amount of this income type received in" G1_A3_27 = "Amount of this income type received in" G1_A3_28 = "Amount of this income type received in" G1_A3_29 = "Amount of this income type received in" G1_A3_30 = "Amount of this income type received in" G1_A3_31 = "Amount of this income type received in" G1_A3_32 = "Amount of this income type received in" G1_A4_01 = "Amount of this income type received in" G1_A4_02 = "Amount of this income type received in" G1_A4_03 = "Amount of this income type received in" G1_A4_04 = "Amount of this income type received in" G1_A4_05 = "Amount of this income type received in" G1_A4_06 = "Amount of this income type received in" G1_A4_07 = "Amount of this income type received in" G1_A4_08 = "Amount of this income type received in" G1_A4_09 = "Amount of this income type received in" G1_A4_10 = "Amount of this income type received in" G1_A4_11 = "Amount of this income type received in" G1_A4_12 = "Amount of this income type received in" G1_A4_13 = "Amount of this income type received in" G1_A4_14 = "Amount of this income type received in" G1_A4_15 = "Amount of this income type received in" G1_A4_16 = "Amount of this income type received in" G1_A4_17 = "Amount of this income type received in" G1_A4_18 = "Amount of this income type received in" G1_A4_19 = "Amount of this income type received in" G1_A4_20 = "Amount of this income type received in" G1_A4_21 = "Amount of this income type received in" G1_A4_22 = "Amount of this income type received in" G1_A4_23 = "Amount of this income type received in" G1_A4_24 = "Amount of this income type received in" G1_A4_25 = "Amount of this income type received in" G1_A4_26 = "Amount of this income type received in" G1_A4_27 = "Amount of this income type received in" G1_A4_28 = "Amount of this income type received in" G1_A4_29 = "Amount of this income type received in" G1_A4_30 = "Amount of this income type received in" G1_A4_31 = "Amount of this income type received in" G1_A4_32 = "Amount of this income type received in" G1_A5_01 = "Amount of this income type received in" G1_A5_02 = "Amount of this income type received in" G1_A5_03 = "Amount of this income type received in" G1_A5_04 = "Amount of this income type received in" G1_A5_05 = "Amount of this income type received in" G1_A5_06 = "Amount of this income type received in" G1_A5_07 = "Amount of this income type received in" G1_A5_08 = "Amount of this income type received in" G1_A5_09 = "Amount of this income type received in" G1_A5_10 = "Amount of this income type received in" G1_A5_11 = "Amount of this income type received in" G1_A5_12 = "Amount of this income type received in" G1_A5_13 = "Amount of this income type received in" G1_A5_14 = "Amount of this income type received in" G1_A5_15 = "Amount of this income type received in" G1_A5_16 = "Amount of this income type received in" G1_A5_17 = "Amount of this income type received in" G1_A5_18 = "Amount of this income type received in" G1_A5_19 = "Amount of this income type received in" G1_A5_20 = "Amount of this income type received in" G1_A5_21 = "Amount of this income type received in" G1_A5_22 = "Amount of this income type received in" G1_A5_23 = "Amount of this income type received in" G1_A5_24 = "Amount of this income type received in" G1_A5_25 = "Amount of this income type received in" G1_A5_26 = "Amount of this income type received in" G1_A5_27 = "Amount of this income type received in" G1_A5_28 = "Amount of this income type received in" G1_A5_29 = "Amount of this income type received in" G1_A5_30 = "Amount of this income type received in" G1_A5_31 = "Amount of this income type received in" G1_A5_32 = "Amount of this income type received in" G1_A6_01 = "Amount of this income type received in" G1_A6_02 = "Amount of this income type received in" G1_A6_03 = "Amount of this income type received in" G1_A6_04 = "Amount of this income type received in" G1_A6_05 = "Amount of this income type received in" G1_A6_06 = "Amount of this income type received in" G1_A6_07 = "Amount of this income type received in" G1_A6_08 = "Amount of this income type received in" G1_A6_09 = "Amount of this income type received in" G1_A6_10 = "Amount of this income type received in" G1_A6_11 = "Amount of this income type received in" G1_A6_12 = "Amount of this income type received in" G1_A6_13 = "Amount of this income type received in" G1_A6_14 = "Amount of this income type received in" G1_A6_15 = "Amount of this income type received in" G1_A6_16 = "Amount of this income type received in" G1_A6_17 = "Amount of this income type received in" G1_A6_18 = "Amount of this income type received in" G1_A6_19 = "Amount of this income type received in" G1_A6_20 = "Amount of this income type received in" G1_A6_21 = "Amount of this income type received in" G1_A6_22 = "Amount of this income type received in" G1_A6_23 = "Amount of this income type received in" G1_A6_24 = "Amount of this income type received in" G1_A6_25 = "Amount of this income type received in" G1_A6_26 = "Amount of this income type received in" G1_A6_27 = "Amount of this income type received in" G1_A6_28 = "Amount of this income type received in" G1_A6_29 = "Amount of this income type received in" G1_A6_30 = "Amount of this income type received in" G1_A6_31 = "Amount of this income type received in" G1_A6_32 = "Amount of this income type received in" G1_A7_01 = "Amount of this income type received in" G1_A7_02 = "Amount of this income type received in" G1_A7_03 = "Amount of this income type received in" G1_A7_04 = "Amount of this income type received in" G1_A7_05 = "Amount of this income type received in" G1_A7_06 = "Amount of this income type received in" G1_A7_07 = "Amount of this income type received in" G1_A7_08 = "Amount of this income type received in" G1_A7_09 = "Amount of this income type received in" G1_A7_10 = "Amount of this income type received in" G1_A7_11 = "Amount of this income type received in" G1_A7_12 = "Amount of this income type received in" G1_A7_13 = "Amount of this income type received in" G1_A7_14 = "Amount of this income type received in" G1_A7_15 = "Amount of this income type received in" G1_A7_16 = "Amount of this income type received in" G1_A7_17 = "Amount of this income type received in" G1_A7_18 = "Amount of this income type received in" G1_A7_19 = "Amount of this income type received in" G1_A7_20 = "Amount of this income type received in" G1_A7_21 = "Amount of this income type received in" G1_A7_22 = "Amount of this income type received in" G1_A7_23 = "Amount of this income type received in" G1_A7_24 = "Amount of this income type received in" G1_A7_25 = "Amount of this income type received in" G1_A7_26 = "Amount of this income type received in" G1_A7_27 = "Amount of this income type received in" G1_A7_28 = "Amount of this income type received in" G1_A7_29 = "Amount of this income type received in" G1_A7_30 = "Amount of this income type received in" G1_A7_31 = "Amount of this income type received in" G1_A7_32 = "Amount of this income type received in" G1_A8_01 = "Amount of this income type received in" G1_A8_02 = "Amount of this income type received in" G1_A8_03 = "Amount of this income type received in" G1_A8_04 = "Amount of this income type received in" G1_A8_05 = "Amount of this income type received in" G1_A8_06 = "Amount of this income type received in" G1_A8_07 = "Amount of this income type received in" G1_A8_08 = "Amount of this income type received in" G1_A8_09 = "Amount of this income type received in" G1_A8_10 = "Amount of this income type received in" G1_A8_11 = "Amount of this income type received in" G1_A8_12 = "Amount of this income type received in" G1_A8_13 = "Amount of this income type received in" G1_A8_14 = "Amount of this income type received in" G1_A8_15 = "Amount of this income type received in" G1_A8_16 = "Amount of this income type received in" G1_A8_17 = "Amount of this income type received in" G1_A8_18 = "Amount of this income type received in" G1_A8_19 = "Amount of this income type received in" G1_A8_20 = "Amount of this income type received in" G1_A8_21 = "Amount of this income type received in" G1_A8_22 = "Amount of this income type received in" G1_A8_23 = "Amount of this income type received in" G1_A8_24 = "Amount of this income type received in" G1_A8_25 = "Amount of this income type received in" G1_A8_26 = "Amount of this income type received in" G1_A8_27 = "Amount of this income type received in" G1_A8_28 = "Amount of this income type received in" G1_A8_29 = "Amount of this income type received in" G1_A8_30 = "Amount of this income type received in" G1_A8_31 = "Amount of this income type received in" G1_A8_32 = "Amount of this income type received in" G1_A9_01 = "Amount of this income type received in" G1_A9_02 = "Amount of this income type received in" G1_A9_03 = "Amount of this income type received in" G1_A9_04 = "Amount of this income type received in" G1_A9_05 = "Amount of this income type received in" G1_A9_06 = "Amount of this income type received in" G1_A9_07 = "Amount of this income type received in" G1_A9_08 = "Amount of this income type received in" G1_A9_09 = "Amount of this income type received in" G1_A9_10 = "Amount of this income type received in" G1_A9_11 = "Amount of this income type received in" G1_A9_12 = "Amount of this income type received in" G1_A9_13 = "Amount of this income type received in" G1_A9_14 = "Amount of this income type received in" G1_A9_15 = "Amount of this income type received in" G1_A9_16 = "Amount of this income type received in" G1_A9_17 = "Amount of this income type received in" G1_A9_18 = "Amount of this income type received in" G1_A9_19 = "Amount of this income type received in" G1_A9_20 = "Amount of this income type received in" G1_A9_21 = "Amount of this income type received in" G1_A9_22 = "Amount of this income type received in" G1_A9_23 = "Amount of this income type received in" G1_A9_24 = "Amount of this income type received in" G1_A9_25 = "Amount of this income type received in" G1_A9_26 = "Amount of this income type received in" G1_A9_27 = "Amount of this income type received in" G1_A9_28 = "Amount of this income type received in" G1_A9_29 = "Amount of this income type received in" G1_A9_30 = "Amount of this income type received in" G1_A9_31 = "Amount of this income type received in" G1_A9_32 = "Amount of this income type received in" G1_A1001 = "Amount of this income type received in" G1_A1002 = "Amount of this income type received in" G1_A1003 = "Amount of this income type received in" G1_A1004 = "Amount of this income type received in" G1_A1005 = "Amount of this income type received in" G1_A1006 = "Amount of this income type received in" G1_A1007 = "Amount of this income type received in" G1_A1008 = "Amount of this income type received in" G1_A1009 = "Amount of this income type received in" G1_A1010 = "Amount of this income type received in" G1_A1011 = "Amount of this income type received in" G1_A1012 = "Amount of this income type received in" G1_A1013 = "Amount of this income type received in" G1_A1014 = "Amount of this income type received in" G1_A1015 = "Amount of this income type received in" G1_A1016 = "Amount of this income type received in" G1_A1017 = "Amount of this income type received in" G1_A1018 = "Amount of this income type received in" G1_A1019 = "Amount of this income type received in" G1_A1020 = "Amount of this income type received in" G1_A1021 = "Amount of this income type received in" G1_A1022 = "Amount of this income type received in" G1_A1023 = "Amount of this income type received in" G1_A1024 = "Amount of this income type received in" G1_A1025 = "Amount of this income type received in" G1_A1026 = "Amount of this income type received in" G1_A1027 = "Amount of this income type received in" G1_A1028 = "Amount of this income type received in" G1_A1029 = "Amount of this income type received in" G1_A1030 = "Amount of this income type received in" G1_A1031 = "Amount of this income type received in" G1_A1032 = "Amount of this income type received in" SSRECIN1 = "Social Security recipiency indicator" SSRECIN2 = "Social Security recipiency indicator" SSRECIN3 = "Social Security recipiency indicator" SSRECIN4 = "Social Security recipiency indicator" SSRECIN5 = "Social Security recipiency indicator" SSRECIN6 = "Social Security recipiency indicator" SSRECIN7 = "Social Security recipiency indicator" SSRECIN8 = "Social Security recipiency indicator" RRRECIN1 = "Railroad Retirement recipiency indicat" RRRECIN2 = "Railroad Retirement recipiency indicat" RRRECIN3 = "Railroad Retirement recipiency indicat" RRRECIN4 = "Railroad Retirement recipiency indicat" RRRECIN5 = "Railroad Retirement recipiency indicat" RRRECIN6 = "Railroad Retirement recipiency indicat" RRRECIN7 = "Railroad Retirement recipiency indicat" RRRECIN8 = "Railroad Retirement recipiency indicat" SC3060 = "Is ... required to fill out an" AST1001 = "ISS Code 100 - Savings Accounts" AST1002 = "ISS Code 100 - Savings Accounts" AST1003 = "ISS Code 100 - Savings Accounts" AST1004 = "ISS Code 100 - Savings Accounts" AST1005 = "ISS Code 100 - Savings Accounts" AST1006 = "ISS Code 100 - Savings Accounts" AST1007 = "ISS Code 100 - Savings Accounts" AST1008 = "ISS Code 100 - Savings Accounts" AST1011 = "ISS Code 101 - Money Market Accounts" AST1012 = "ISS Code 101 - Money Market Accounts" AST1013 = "ISS Code 101 - Money Market Accounts" AST1014 = "ISS Code 101 - Money Market Accounts" AST1015 = "ISS Code 101 - Money Market Accounts" AST1016 = "ISS Code 101 - Money Market Accounts" AST1017 = "ISS Code 101 - Money Market Accounts" AST1018 = "ISS Code 101 - Money Market Accounts" AST1021 = "ISS Code 102 - Certificates Of Deposit" AST1022 = "ISS Code 102 - Certificates Of Deposit" AST1023 = "ISS Code 102 - Certificates Of Deposit" AST1024 = "ISS Code 102 - Certificates Of Deposit" AST1025 = "ISS Code 102 - Certificates Of Deposit" AST1026 = "ISS Code 102 - Certificates Of Deposit" AST1027 = "ISS Code 102 - Certificates Of Deposit" AST1028 = "ISS Code 102 - Certificates Of Deposit" AST1031 = "ISS Code 103 - NOW Accounts" AST1032 = "ISS Code 103 - NOW Accounts" AST1033 = "ISS Code 103 - NOW Accounts" AST1034 = "ISS Code 103 - NOW Accounts" AST1035 = "ISS Code 103 - NOW Accounts" AST1036 = "ISS Code 103 - NOW Accounts" AST1037 = "ISS Code 103 - NOW Accounts" AST1038 = "ISS Code 103 - NOW Accounts" AST1041 = "ISS Code 104 - Money Market Funds" AST1042 = "ISS Code 104 - Money Market Funds" AST1043 = "ISS Code 104 - Money Market Funds" AST1044 = "ISS Code 104 - Money Market Funds" AST1045 = "ISS Code 104 - Money Market Funds" AST1046 = "ISS Code 104 - Money Market Funds" AST1047 = "ISS Code 104 - Money Market Funds" AST1048 = "ISS Code 104 - Money Market Funds" AST1051 = "ISS Code 105 - U.S. Government Securit" AST1052 = "ISS Code 105 - U.S. Government Securit" AST1053 = "ISS Code 105 - U.S. Government Securit" AST1054 = "ISS Code 105 - U.S. Government Securit" AST1055 = "ISS Code 105 - U.S. Government Securit" AST1056 = "ISS Code 105 - U.S. Government Securit" AST1057 = "ISS Code 105 - U.S. Government Securit" AST1058 = "ISS Code 105 - U.S. Government Securit" AST1061 = "ISS Code 106 - Municipal or Corporate" AST1062 = "ISS Code 106 - Municipal or Corporate" AST1063 = "ISS Code 106 - Municipal or Corporate" AST1064 = "ISS Code 106 - Municipal or Corporate" AST1065 = "ISS Code 106 - Municipal or Corporate" AST1066 = "ISS Code 106 - Municipal or Corporate" AST1067 = "ISS Code 106 - Municipal or Corporate" AST1068 = "ISS Code 106 - Municipal or Corporate" AST1071 = "ISS Code 107 - Other Interest Earning" AST1072 = "ISS Code 107 - Other Interest Earning" AST1073 = "ISS Code 107 - Other Interest Earning" AST1074 = "ISS Code 107 - Other Interest Earning" AST1075 = "ISS Code 107 - Other Interest Earning" AST1076 = "ISS Code 107 - Other Interest Earning" AST1077 = "ISS Code 107 - Other Interest Earning" AST1078 = "ISS Code 107 - Other Interest Earning" AST1101 = "ISS Code 110 - Stocks or Mutual Funds" AST1102 = "ISS Code 110 - Stocks or Mutual Funds" AST1103 = "ISS Code 110 - Stocks or Mutual Funds" AST1104 = "ISS Code 110 - Stocks or Mutual Funds" AST1105 = "ISS Code 110 - Stocks or Mutual Funds" AST1106 = "ISS Code 110 - Stocks or Mutual Funds" AST1107 = "ISS Code 110 - Stocks or Mutual Funds" AST1108 = "ISS Code 110 - Stocks or Mutual Funds" AST1201 = "ISS Code 120 - Rental Property" AST1202 = "ISS Code 120 - Rental Property" AST1203 = "ISS Code 120 - Rental Property" AST1204 = "ISS Code 120 - Rental Property" AST1205 = "ISS Code 120 - Rental Property" AST1206 = "ISS Code 120 - Rental Property" AST1207 = "ISS Code 120 - Rental Property" AST1208 = "ISS Code 120 - Rental Property" AST1301 = "ISS Code 130 - Mortgages" AST1302 = "ISS Code 130 - Mortgages" AST1303 = "ISS Code 130 - Mortgages" AST1304 = "ISS Code 130 - Mortgages" AST1305 = "ISS Code 130 - Mortgages" AST1306 = "ISS Code 130 - Mortgages" AST1307 = "ISS Code 130 - Mortgages" AST1308 = "ISS Code 130 - Mortgages" AST1401 = "ISS Code 140 - Royalties" AST1402 = "ISS Code 140 - Royalties" AST1403 = "ISS Code 140 - Royalties" AST1404 = "ISS Code 140 - Royalties" AST1405 = "ISS Code 140 - Royalties" AST1406 = "ISS Code 140 - Royalties" AST1407 = "ISS Code 140 - Royalties" AST1408 = "ISS Code 140 - Royalties" AST1501 = "ISS Code 150 - Other Financial" AST1502 = "ISS Code 150 - Other Financial" AST1503 = "ISS Code 150 - Other Financial" AST1504 = "ISS Code 150 - Other Financial" AST1505 = "ISS Code 150 - Other Financial" AST1506 = "ISS Code 150 - Other Financial" AST1507 = "ISS Code 150 - Other Financial" AST1508 = "ISS Code 150 - Other Financial" G2SRC100 = "Interest from savings accounts, money" G2SRC104 = "Interest from money market funds, U.S." G2SRC110 = "Dividends from the ownership of stocks" G2SRC120 = "Net income from the rental of property" G2SRC130 = "Interest income from mortgages held" G2SRC140 = "Income from royalties and other" G2A10001 = "Income from savings accounts" G2A10002 = "Income from savings accounts" G2A10003 = "Income from savings accounts" G2A10004 = "Income from savings accounts" G2A10005 = "Income from savings accounts" G2A10006 = "Income from savings accounts" G2A10007 = "Income from savings accounts" G2A10008 = "Income from savings accounts" G2A10009 = "Income from savings accounts" G2A10010 = "Income from savings accounts" G2A10011 = "Income from savings accounts" G2A10012 = "Income from savings accounts" G2A10013 = "Income from savings accounts" G2A10014 = "Income from savings accounts" G2A10015 = "Income from savings accounts" G2A10016 = "Income from savings accounts" G2A10017 = "Income from savings accounts" G2A10018 = "Income from savings accounts" G2A10019 = "Income from savings accounts" G2A10020 = "Income from savings accounts" G2A10021 = "Income from savings accounts" G2A10022 = "Income from savings accounts" G2A10023 = "Income from savings accounts" G2A10024 = "Income from savings accounts" G2A10025 = "Income from savings accounts" G2A10026 = "Income from savings accounts" G2A10027 = "Income from savings accounts" G2A10028 = "Income from savings accounts" G2A10029 = "Income from savings accounts" G2A10030 = "Income from savings accounts" G2A10031 = "Income from savings accounts" G2A10032 = "Income from savings accounts" G2A10401 = "G2 income money market funds," G2A10402 = "G2 income money market funds," G2A10403 = "G2 income money market funds," G2A10404 = "G2 income money market funds," G2A10405 = "G2 income money market funds," G2A10406 = "G2 income money market funds," G2A10407 = "G2 income money market funds," G2A10408 = "G2 income money market funds," G2A10409 = "G2 income money market funds," G2A10410 = "G2 income money market funds," G2A10411 = "G2 income money market funds," G2A10412 = "G2 income money market funds," G2A10413 = "G2 income money market funds," G2A10414 = "G2 income money market funds," G2A10415 = "G2 income money market funds," G2A10416 = "G2 income money market funds," G2A10417 = "G2 income money market funds," G2A10418 = "G2 income money market funds," G2A10419 = "G2 income money market funds," G2A10420 = "G2 income money market funds," G2A10421 = "G2 income money market funds," G2A10422 = "G2 income money market funds," G2A10423 = "G2 income money market funds," G2A10424 = "G2 income money market funds," G2A10425 = "G2 income money market funds," G2A10426 = "G2 income money market funds," G2A10427 = "G2 income money market funds," G2A10428 = "G2 income money market funds," G2A10429 = "G2 income money market funds," G2A10430 = "G2 income money market funds," G2A10431 = "G2 income money market funds," G2A10432 = "G2 income money market funds," G2A11001 = "G2 income stocks,mutual shares (110)" G2A11002 = "G2 income stocks,mutual shares (110)" G2A11003 = "G2 income stocks,mutual shares (110)" G2A11004 = "G2 income stocks,mutual shares (110)" G2A11005 = "G2 income stocks,mutual shares (110)" G2A11006 = "G2 income stocks,mutual shares (110)" G2A11007 = "G2 income stocks,mutual shares (110)" G2A11008 = "G2 income stocks,mutual shares (110)" G2A11009 = "G2 income stocks,mutual shares (110)" G2A11010 = "G2 income stocks,mutual shares (110)" G2A11011 = "G2 income stocks,mutual shares (110)" G2A11012 = "G2 income stocks,mutual shares (110)" G2A11013 = "G2 income stocks,mutual shares (110)" G2A11014 = "G2 income stocks,mutual shares (110)" G2A11015 = "G2 income stocks,mutual shares (110)" G2A11016 = "G2 income stocks,mutual shares (110)" G2A11017 = "G2 income stocks,mutual shares (110)" G2A11018 = "G2 income stocks,mutual shares (110)" G2A11019 = "G2 income stocks,mutual shares (110)" G2A11020 = "G2 income stocks,mutual shares (110)" G2A11021 = "G2 income stocks,mutual shares (110)" G2A11022 = "G2 income stocks,mutual shares (110)" G2A11023 = "G2 income stocks,mutual shares (110)" G2A11024 = "G2 income stocks,mutual shares (110)" G2A11025 = "G2 income stocks,mutual shares (110)" G2A11026 = "G2 income stocks,mutual shares (110)" G2A11027 = "G2 income stocks,mutual shares (110)" G2A11028 = "G2 income stocks,mutual shares (110)" G2A11029 = "G2 income stocks,mutual shares (110)" G2A11030 = "G2 income stocks,mutual shares (110)" G2A11031 = "G2 income stocks,mutual shares (110)" G2A11032 = "G2 income stocks,mutual shares (110)" G2A12001 = "G2 income from rental property (120)" G2A12002 = "G2 income from rental property (120)" G2A12003 = "G2 income from rental property (120)" G2A12004 = "G2 income from rental property (120)" G2A12005 = "G2 income from rental property (120)" G2A12006 = "G2 income from rental property (120)" G2A12007 = "G2 income from rental property (120)" G2A12008 = "G2 income from rental property (120)" G2A12009 = "G2 income from rental property (120)" G2A12010 = "G2 income from rental property (120)" G2A12011 = "G2 income from rental property (120)" G2A12012 = "G2 income from rental property (120)" G2A12013 = "G2 income from rental property (120)" G2A12014 = "G2 income from rental property (120)" G2A12015 = "G2 income from rental property (120)" G2A12016 = "G2 income from rental property (120)" G2A12017 = "G2 income from rental property (120)" G2A12018 = "G2 income from rental property (120)" G2A12019 = "G2 income from rental property (120)" G2A12020 = "G2 income from rental property (120)" G2A12021 = "G2 income from rental property (120)" G2A12022 = "G2 income from rental property (120)" G2A12023 = "G2 income from rental property (120)" G2A12024 = "G2 income from rental property (120)" G2A12025 = "G2 income from rental property (120)" G2A12026 = "G2 income from rental property (120)" G2A12027 = "G2 income from rental property (120)" G2A12028 = "G2 income from rental property (120)" G2A12029 = "G2 income from rental property (120)" G2A12030 = "G2 income from rental property (120)" G2A12031 = "G2 income from rental property (120)" G2A12032 = "G2 income from rental property (120)" G2A13001 = "G2 income from mortgages held (130)" G2A13002 = "G2 income from mortgages held (130)" G2A13003 = "G2 income from mortgages held (130)" G2A13004 = "G2 income from mortgages held (130)" G2A13005 = "G2 income from mortgages held (130)" G2A13006 = "G2 income from mortgages held (130)" G2A13007 = "G2 income from mortgages held (130)" G2A13008 = "G2 income from mortgages held (130)" G2A13009 = "G2 income from mortgages held (130)" G2A13010 = "G2 income from mortgages held (130)" G2A13011 = "G2 income from mortgages held (130)" G2A13012 = "G2 income from mortgages held (130)" G2A13013 = "G2 income from mortgages held (130)" G2A13014 = "G2 income from mortgages held (130)" G2A13015 = "G2 income from mortgages held (130)" G2A13016 = "G2 income from mortgages held (130)" G2A13017 = "G2 income from mortgages held (130)" G2A13018 = "G2 income from mortgages held (130)" G2A13019 = "G2 income from mortgages held (130)" G2A13020 = "G2 income from mortgages held (130)" G2A13021 = "G2 income from mortgages held (130)" G2A13022 = "G2 income from mortgages held (130)" G2A13023 = "G2 income from mortgages held (130)" G2A13024 = "G2 income from mortgages held (130)" G2A13025 = "G2 income from mortgages held (130)" G2A13026 = "G2 income from mortgages held (130)" G2A13027 = "G2 income from mortgages held (130)" G2A13028 = "G2 income from mortgages held (130)" G2A13029 = "G2 income from mortgages held (130)" G2A13030 = "G2 income from mortgages held (130)" G2A13031 = "G2 income from mortgages held (130)" G2A13032 = "G2 income from mortgages held (130)" G2A14001 = "G2 income royalties and other financia" G2A14002 = "G2 income royalties and other financia" G2A14003 = "G2 income royalties and other financia" G2A14004 = "G2 income royalties and other financia" G2A14005 = "G2 income royalties and other financia" G2A14006 = "G2 income royalties and other financia" G2A14007 = "G2 income royalties and other financia" G2A14008 = "G2 income royalties and other financia" G2A14009 = "G2 income royalties and other financia" G2A14010 = "G2 income royalties and other financia" G2A14011 = "G2 income royalties and other financia" G2A14012 = "G2 income royalties and other financia" G2A14013 = "G2 income royalties and other financia" G2A14014 = "G2 income royalties and other financia" G2A14015 = "G2 income royalties and other financia" G2A14016 = "G2 income royalties and other financia" G2A14017 = "G2 income royalties and other financia" G2A14018 = "G2 income royalties and other financia" G2A14019 = "G2 income royalties and other financia" G2A14020 = "G2 income royalties and other financia" G2A14021 = "G2 income royalties and other financia" G2A14022 = "G2 income royalties and other financia" G2A14023 = "G2 income royalties and other financia" G2A14024 = "G2 income royalties and other financia" G2A14025 = "G2 income royalties and other financia" G2A14026 = "G2 income royalties and other financia" G2A14027 = "G2 income royalties and other financia" G2A14028 = "G2 income royalties and other financia" G2A14029 = "G2 income royalties and other financia" G2A14030 = "G2 income royalties and other financia" G2A14031 = "G2 income royalties and other financia" G2A14032 = "G2 income royalties and other financia" CARECO01 = "Is this person covered by Medicare in" CARECO02 = "Is this person covered by Medicare in" CARECO03 = "Is this person covered by Medicare in" CARECO04 = "Is this person covered by Medicare in" CARECO05 = "Is this person covered by Medicare in" CARECO06 = "Is this person covered by Medicare in" CARECO07 = "Is this person covered by Medicare in" CARECO08 = "Is this person covered by Medicare in" CARECO09 = "Is this person covered by Medicare in" CARECO10 = "Is this person covered by Medicare in" CARECO11 = "Is this person covered by Medicare in" CARECO12 = "Is this person covered by Medicare in" CARECO13 = "Is this person covered by Medicare in" CARECO14 = "Is this person covered by Medicare in" CARECO15 = "Is this person covered by Medicare in" CARECO16 = "Is this person covered by Medicare in" CARECO17 = "Is this person covered by Medicare in" CARECO18 = "Is this person covered by Medicare in" CARECO19 = "Is this person covered by Medicare in" CARECO20 = "Is this person covered by Medicare in" CARECO21 = "Is this person covered by Medicare in" CARECO22 = "Is this person covered by Medicare in" CARECO23 = "Is this person covered by Medicare in" CARECO24 = "Is this person covered by Medicare in" CARECO25 = "Is this person covered by Medicare in" CARECO26 = "Is this person covered by Medicare in" CARECO27 = "Is this person covered by Medicare in" CARECO28 = "Is this person covered by Medicare in" CARECO29 = "Is this person covered by Medicare in" CARECO30 = "Is this person covered by Medicare in" CARECO31 = "Is this person covered by Medicare in" CARECO32 = "Is this person covered by Medicare in" CAIDCO01 = "Is this person covered by Medicaid in" CAIDCO02 = "Is this person covered by Medicaid in" CAIDCO03 = "Is this person covered by Medicaid in" CAIDCO04 = "Is this person covered by Medicaid in" CAIDCO05 = "Is this person covered by Medicaid in" CAIDCO06 = "Is this person covered by Medicaid in" CAIDCO07 = "Is this person covered by Medicaid in" CAIDCO08 = "Is this person covered by Medicaid in" CAIDCO09 = "Is this person covered by Medicaid in" CAIDCO10 = "Is this person covered by Medicaid in" CAIDCO11 = "Is this person covered by Medicaid in" CAIDCO12 = "Is this person covered by Medicaid in" CAIDCO13 = "Is this person covered by Medicaid in" CAIDCO14 = "Is this person covered by Medicaid in" CAIDCO15 = "Is this person covered by Medicaid in" CAIDCO16 = "Is this person covered by Medicaid in" CAIDCO17 = "Is this person covered by Medicaid in" CAIDCO18 = "Is this person covered by Medicaid in" CAIDCO19 = "Is this person covered by Medicaid in" CAIDCO20 = "Is this person covered by Medicaid in" CAIDCO21 = "Is this person covered by Medicaid in" CAIDCO22 = "Is this person covered by Medicaid in" CAIDCO23 = "Is this person covered by Medicaid in" CAIDCO24 = "Is this person covered by Medicaid in" CAIDCO25 = "Is this person covered by Medicaid in" CAIDCO26 = "Is this person covered by Medicaid in" CAIDCO27 = "Is this person covered by Medicaid in" CAIDCO28 = "Is this person covered by Medicaid in" CAIDCO29 = "Is this person covered by Medicaid in" CAIDCO30 = "Is this person covered by Medicaid in" CAIDCO31 = "Is this person covered by Medicaid in" CAIDCO32 = "Is this person covered by Medicaid in" WICCOV01 = "Was this person covered by WIC for thi" WICCOV02 = "Was this person covered by WIC for thi" WICCOV03 = "Was this person covered by WIC for thi" WICCOV04 = "Was this person covered by WIC for thi" WICCOV05 = "Was this person covered by WIC for thi" WICCOV06 = "Was this person covered by WIC for thi" WICCOV07 = "Was this person covered by WIC for thi" WICCOV08 = "Was this person covered by WIC for thi" WICCOV09 = "Was this person covered by WIC for thi" WICCOV10 = "Was this person covered by WIC for thi" WICCOV11 = "Was this person covered by WIC for thi" WICCOV12 = "Was this person covered by WIC for thi" WICCOV13 = "Was this person covered by WIC for thi" WICCOV14 = "Was this person covered by WIC for thi" WICCOV15 = "Was this person covered by WIC for thi" WICCOV16 = "Was this person covered by WIC for thi" WICCOV17 = "Was this person covered by WIC for thi" WICCOV18 = "Was this person covered by WIC for thi" WICCOV19 = "Was this person covered by WIC for thi" WICCOV20 = "Was this person covered by WIC for thi" WICCOV21 = "Was this person covered by WIC for thi" WICCOV22 = "Was this person covered by WIC for thi" WICCOV23 = "Was this person covered by WIC for thi" WICCOV24 = "Was this person covered by WIC for thi" WICCOV25 = "Was this person covered by WIC for thi" WICCOV26 = "Was this person covered by WIC for thi" WICCOV27 = "Was this person covered by WIC for thi" WICCOV28 = "Was this person covered by WIC for thi" WICCOV29 = "Was this person covered by WIC for thi" WICCOV30 = "Was this person covered by WIC for thi" WICCOV31 = "Was this person covered by WIC for thi" WICCOV32 = "Was this person covered by WIC for thi" AFDC_01 = "Was this person covered by AFDC income" AFDC_02 = "Was this person covered by AFDC income" AFDC_03 = "Was this person covered by AFDC income" AFDC_04 = "Was this person covered by AFDC income" AFDC_05 = "Was this person covered by AFDC income" AFDC_06 = "Was this person covered by AFDC income" AFDC_07 = "Was this person covered by AFDC income" AFDC_08 = "Was this person covered by AFDC income" AFDC_09 = "Was this person covered by AFDC income" AFDC_10 = "Was this person covered by AFDC income" AFDC_11 = "Was this person covered by AFDC income" AFDC_12 = "Was this person covered by AFDC income" AFDC_13 = "Was this person covered by AFDC income" AFDC_14 = "Was this person covered by AFDC income" AFDC_15 = "Was this person covered by AFDC income" AFDC_16 = "Was this person covered by AFDC income" AFDC_17 = "Was this person covered by AFDC income" AFDC_18 = "Was this person covered by AFDC income" AFDC_19 = "Was this person covered by AFDC income" AFDC_20 = "Was this person covered by AFDC income" AFDC_21 = "Was this person covered by AFDC income" AFDC_22 = "Was this person covered by AFDC income" AFDC_23 = "Was this person covered by AFDC income" AFDC_24 = "Was this person covered by AFDC income" AFDC_25 = "Was this person covered by AFDC income" AFDC_26 = "Was this person covered by AFDC income" AFDC_27 = "Was this person covered by AFDC income" AFDC_28 = "Was this person covered by AFDC income" AFDC_29 = "Was this person covered by AFDC income" AFDC_30 = "Was this person covered by AFDC income" AFDC_31 = "Was this person covered by AFDC income" AFDC_32 = "Was this person covered by AFDC income" FOODST01 = "Was this person covered by food stamps" FOODST02 = "Was this person covered by food stamps" FOODST03 = "Was this person covered by food stamps" FOODST04 = "Was this person covered by food stamps" FOODST05 = "Was this person covered by food stamps" FOODST06 = "Was this person covered by food stamps" FOODST07 = "Was this person covered by food stamps" FOODST08 = "Was this person covered by food stamps" FOODST09 = "Was this person covered by food stamps" FOODST10 = "Was this person covered by food stamps" FOODST11 = "Was this person covered by food stamps" FOODST12 = "Was this person covered by food stamps" FOODST13 = "Was this person covered by food stamps" FOODST14 = "Was this person covered by food stamps" FOODST15 = "Was this person covered by food stamps" FOODST16 = "Was this person covered by food stamps" FOODST17 = "Was this person covered by food stamps" FOODST18 = "Was this person covered by food stamps" FOODST19 = "Was this person covered by food stamps" FOODST20 = "Was this person covered by food stamps" FOODST21 = "Was this person covered by food stamps" FOODST22 = "Was this person covered by food stamps" FOODST23 = "Was this person covered by food stamps" FOODST24 = "Was this person covered by food stamps" FOODST25 = "Was this person covered by food stamps" FOODST26 = "Was this person covered by food stamps" FOODST27 = "Was this person covered by food stamps" FOODST28 = "Was this person covered by food stamps" FOODST29 = "Was this person covered by food stamps" FOODST30 = "Was this person covered by food stamps" FOODST31 = "Was this person covered by food stamps" FOODST32 = "Was this person covered by food stamps" GEN_AS01 = "Was this person covered by any general" GEN_AS02 = "Was this person covered by any general" GEN_AS03 = "Was this person covered by any general" GEN_AS04 = "Was this person covered by any general" GEN_AS05 = "Was this person covered by any general" GEN_AS06 = "Was this person covered by any general" GEN_AS07 = "Was this person covered by any general" GEN_AS08 = "Was this person covered by any general" GEN_AS09 = "Was this person covered by any general" GEN_AS10 = "Was this person covered by any general" GEN_AS11 = "Was this person covered by any general" GEN_AS12 = "Was this person covered by any general" GEN_AS13 = "Was this person covered by any general" GEN_AS14 = "Was this person covered by any general" GEN_AS15 = "Was this person covered by any general" GEN_AS16 = "Was this person covered by any general" GEN_AS17 = "Was this person covered by any general" GEN_AS18 = "Was this person covered by any general" GEN_AS19 = "Was this person covered by any general" GEN_AS20 = "Was this person covered by any general" GEN_AS21 = "Was this person covered by any general" GEN_AS22 = "Was this person covered by any general" GEN_AS23 = "Was this person covered by any general" GEN_AS24 = "Was this person covered by any general" GEN_AS25 = "Was this person covered by any general" GEN_AS26 = "Was this person covered by any general" GEN_AS27 = "Was this person covered by any general" GEN_AS28 = "Was this person covered by any general" GEN_AS29 = "Was this person covered by any general" GEN_AS30 = "Was this person covered by any general" GEN_AS31 = "Was this person covered by any general" GEN_AS32 = "Was this person covered by any general" FOST_K01 = "Was this person covered by any foster" FOST_K02 = "Was this person covered by any foster" FOST_K03 = "Was this person covered by any foster" FOST_K04 = "Was this person covered by any foster" FOST_K05 = "Was this person covered by any foster" FOST_K06 = "Was this person covered by any foster" FOST_K07 = "Was this person covered by any foster" FOST_K08 = "Was this person covered by any foster" FOST_K09 = "Was this person covered by any foster" FOST_K10 = "Was this person covered by any foster" FOST_K11 = "Was this person covered by any foster" FOST_K12 = "Was this person covered by any foster" FOST_K13 = "Was this person covered by any foster" FOST_K14 = "Was this person covered by any foster" FOST_K15 = "Was this person covered by any foster" FOST_K16 = "Was this person covered by any foster" FOST_K17 = "Was this person covered by any foster" FOST_K18 = "Was this person covered by any foster" FOST_K19 = "Was this person covered by any foster" FOST_K20 = "Was this person covered by any foster" FOST_K21 = "Was this person covered by any foster" FOST_K22 = "Was this person covered by any foster" FOST_K23 = "Was this person covered by any foster" FOST_K24 = "Was this person covered by any foster" FOST_K25 = "Was this person covered by any foster" FOST_K26 = "Was this person covered by any foster" FOST_K27 = "Was this person covered by any foster" FOST_K28 = "Was this person covered by any foster" FOST_K29 = "Was this person covered by any foster" FOST_K30 = "Was this person covered by any foster" FOST_K31 = "Was this person covered by any foster" FOST_K32 = "Was this person covered by any foster" OTH_WE01 = "Was this person covered by any other" OTH_WE02 = "Was this person covered by any other" OTH_WE03 = "Was this person covered by any other" OTH_WE04 = "Was this person covered by any other" OTH_WE05 = "Was this person covered by any other" OTH_WE06 = "Was this person covered by any other" OTH_WE07 = "Was this person covered by any other" OTH_WE08 = "Was this person covered by any other" OTH_WE09 = "Was this person covered by any other" OTH_WE10 = "Was this person covered by any other" OTH_WE11 = "Was this person covered by any other" OTH_WE12 = "Was this person covered by any other" OTH_WE13 = "Was this person covered by any other" OTH_WE14 = "Was this person covered by any other" OTH_WE15 = "Was this person covered by any other" OTH_WE16 = "Was this person covered by any other" OTH_WE17 = "Was this person covered by any other" OTH_WE18 = "Was this person covered by any other" OTH_WE19 = "Was this person covered by any other" OTH_WE20 = "Was this person covered by any other" OTH_WE21 = "Was this person covered by any other" OTH_WE22 = "Was this person covered by any other" OTH_WE23 = "Was this person covered by any other" OTH_WE24 = "Was this person covered by any other" OTH_WE25 = "Was this person covered by any other" OTH_WE26 = "Was this person covered by any other" OTH_WE27 = "Was this person covered by any other" OTH_WE28 = "Was this person covered by any other" OTH_WE29 = "Was this person covered by any other" OTH_WE30 = "Was this person covered by any other" OTH_WE31 = "Was this person covered by any other" OTH_WE32 = "Was this person covered by any other" SOC_SE01 = "Was this person covered by Social" SOC_SE02 = "Was this person covered by Social" SOC_SE03 = "Was this person covered by Social" SOC_SE04 = "Was this person covered by Social" SOC_SE05 = "Was this person covered by Social" SOC_SE06 = "Was this person covered by Social" SOC_SE07 = "Was this person covered by Social" SOC_SE08 = "Was this person covered by Social" SOC_SE09 = "Was this person covered by Social" SOC_SE10 = "Was this person covered by Social" SOC_SE11 = "Was this person covered by Social" SOC_SE12 = "Was this person covered by Social" SOC_SE13 = "Was this person covered by Social" SOC_SE14 = "Was this person covered by Social" SOC_SE15 = "Was this person covered by Social" SOC_SE16 = "Was this person covered by Social" SOC_SE17 = "Was this person covered by Social" SOC_SE18 = "Was this person covered by Social" SOC_SE19 = "Was this person covered by Social" SOC_SE20 = "Was this person covered by Social" SOC_SE21 = "Was this person covered by Social" SOC_SE22 = "Was this person covered by Social" SOC_SE23 = "Was this person covered by Social" SOC_SE24 = "Was this person covered by Social" SOC_SE25 = "Was this person covered by Social" SOC_SE26 = "Was this person covered by Social" SOC_SE27 = "Was this person covered by Social" SOC_SE28 = "Was this person covered by Social" SOC_SE29 = "Was this person covered by Social" SOC_SE30 = "Was this person covered by Social" SOC_SE31 = "Was this person covered by Social" SOC_SE32 = "Was this person covered by Social" RAILRO01 = "Was this person covered by Railroad" RAILRO02 = "Was this person covered by Railroad" RAILRO03 = "Was this person covered by Railroad" RAILRO04 = "Was this person covered by Railroad" RAILRO05 = "Was this person covered by Railroad" RAILRO06 = "Was this person covered by Railroad" RAILRO07 = "Was this person covered by Railroad" RAILRO08 = "Was this person covered by Railroad" RAILRO09 = "Was this person covered by Railroad" RAILRO10 = "Was this person covered by Railroad" RAILRO11 = "Was this person covered by Railroad" RAILRO12 = "Was this person covered by Railroad" RAILRO13 = "Was this person covered by Railroad" RAILRO14 = "Was this person covered by Railroad" RAILRO15 = "Was this person covered by Railroad" RAILRO16 = "Was this person covered by Railroad" RAILRO17 = "Was this person covered by Railroad" RAILRO18 = "Was this person covered by Railroad" RAILRO19 = "Was this person covered by Railroad" RAILRO20 = "Was this person covered by Railroad" RAILRO21 = "Was this person covered by Railroad" RAILRO22 = "Was this person covered by Railroad" RAILRO23 = "Was this person covered by Railroad" RAILRO24 = "Was this person covered by Railroad" RAILRO25 = "Was this person covered by Railroad" RAILRO26 = "Was this person covered by Railroad" RAILRO27 = "Was this person covered by Railroad" RAILRO28 = "Was this person covered by Railroad" RAILRO29 = "Was this person covered by Railroad" RAILRO30 = "Was this person covered by Railroad" RAILRO31 = "Was this person covered by Railroad" RAILRO32 = "Was this person covered by Railroad" VETS_01 = "Was this person covered by Veterans" VETS_02 = "Was this person covered by Veterans" VETS_03 = "Was this person covered by Veterans" VETS_04 = "Was this person covered by Veterans" VETS_05 = "Was this person covered by Veterans" VETS_06 = "Was this person covered by Veterans" VETS_07 = "Was this person covered by Veterans" VETS_08 = "Was this person covered by Veterans" VETS_09 = "Was this person covered by Veterans" VETS_10 = "Was this person covered by Veterans" VETS_11 = "Was this person covered by Veterans" VETS_12 = "Was this person covered by Veterans" VETS_13 = "Was this person covered by Veterans" VETS_14 = "Was this person covered by Veterans" VETS_15 = "Was this person covered by Veterans" VETS_16 = "Was this person covered by Veterans" VETS_17 = "Was this person covered by Veterans" VETS_18 = "Was this person covered by Veterans" VETS_19 = "Was this person covered by Veterans" VETS_20 = "Was this person covered by Veterans" VETS_21 = "Was this person covered by Veterans" VETS_22 = "Was this person covered by Veterans" VETS_23 = "Was this person covered by Veterans" VETS_24 = "Was this person covered by Veterans" VETS_25 = "Was this person covered by Veterans" VETS_26 = "Was this person covered by Veterans" VETS_27 = "Was this person covered by Veterans" VETS_28 = "Was this person covered by Veterans" VETS_29 = "Was this person covered by Veterans" VETS_30 = "Was this person covered by Veterans" VETS_31 = "Was this person covered by Veterans" VETS_32 = "Was this person covered by Veterans" CHAMPU01 = "Was this person covered by CHAMPUS" CHAMPU02 = "Was this person covered by CHAMPUS" CHAMPU03 = "Was this person covered by CHAMPUS" CHAMPU04 = "Was this person covered by CHAMPUS" CHAMPU05 = "Was this person covered by CHAMPUS" CHAMPU06 = "Was this person covered by CHAMPUS" CHAMPU07 = "Was this person covered by CHAMPUS" CHAMPU08 = "Was this person covered by CHAMPUS" CHAMPU09 = "Was this person covered by CHAMPUS" CHAMPU10 = "Was this person covered by CHAMPUS" CHAMPU11 = "Was this person covered by CHAMPUS" CHAMPU12 = "Was this person covered by CHAMPUS" CHAMPU13 = "Was this person covered by CHAMPUS" CHAMPU14 = "Was this person covered by CHAMPUS" CHAMPU15 = "Was this person covered by CHAMPUS" CHAMPU16 = "Was this person covered by CHAMPUS" CHAMPU17 = "Was this person covered by CHAMPUS" CHAMPU18 = "Was this person covered by CHAMPUS" CHAMPU19 = "Was this person covered by CHAMPUS" CHAMPU20 = "Was this person covered by CHAMPUS" CHAMPU21 = "Was this person covered by CHAMPUS" CHAMPU22 = "Was this person covered by CHAMPUS" CHAMPU23 = "Was this person covered by CHAMPUS" CHAMPU24 = "Was this person covered by CHAMPUS" CHAMPU25 = "Was this person covered by CHAMPUS" CHAMPU26 = "Was this person covered by CHAMPUS" CHAMPU27 = "Was this person covered by CHAMPUS" CHAMPU28 = "Was this person covered by CHAMPUS" CHAMPU29 = "Was this person covered by CHAMPUS" CHAMPU30 = "Was this person covered by CHAMPUS" CHAMPU31 = "Was this person covered by CHAMPUS" CHAMPU32 = "Was this person covered by CHAMPUS" CHAMPV01 = "Was this person covered by CHAMPVA" CHAMPV02 = "Was this person covered by CHAMPVA" CHAMPV03 = "Was this person covered by CHAMPVA" CHAMPV04 = "Was this person covered by CHAMPVA" CHAMPV05 = "Was this person covered by CHAMPVA" CHAMPV06 = "Was this person covered by CHAMPVA" CHAMPV07 = "Was this person covered by CHAMPVA" CHAMPV08 = "Was this person covered by CHAMPVA" CHAMPV09 = "Was this person covered by CHAMPVA" CHAMPV10 = "Was this person covered by CHAMPVA" CHAMPV11 = "Was this person covered by CHAMPVA" CHAMPV12 = "Was this person covered by CHAMPVA" CHAMPV13 = "Was this person covered by CHAMPVA" CHAMPV14 = "Was this person covered by CHAMPVA" CHAMPV15 = "Was this person covered by CHAMPVA" CHAMPV16 = "Was this person covered by CHAMPVA" CHAMPV17 = "Was this person covered by CHAMPVA" CHAMPV18 = "Was this person covered by CHAMPVA" CHAMPV19 = "Was this person covered by CHAMPVA" CHAMPV20 = "Was this person covered by CHAMPVA" CHAMPV21 = "Was this person covered by CHAMPVA" CHAMPV22 = "Was this person covered by CHAMPVA" CHAMPV23 = "Was this person covered by CHAMPVA" CHAMPV24 = "Was this person covered by CHAMPVA" CHAMPV25 = "Was this person covered by CHAMPVA" CHAMPV26 = "Was this person covered by CHAMPVA" CHAMPV27 = "Was this person covered by CHAMPVA" CHAMPV28 = "Was this person covered by CHAMPVA" CHAMPV29 = "Was this person covered by CHAMPVA" CHAMPV30 = "Was this person covered by CHAMPVA" CHAMPV31 = "Was this person covered by CHAMPVA" CHAMPV32 = "Was this person covered by CHAMPVA" CHAMP_01 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_02 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_03 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_04 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_05 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_06 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_07 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_08 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_09 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_10 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_11 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_12 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_13 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_14 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_15 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_16 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_17 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_18 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_19 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_20 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_21 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_22 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_23 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_24 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_25 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_26 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_27 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_28 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_29 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_30 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_31 = "Did this person have CHAMPUS, CHAMPVA," CHAMP_32 = "Did this person have CHAMPUS, CHAMPVA," HIOWNC01 = "Covered by private insurance coverage" HIOWNC02 = "Covered by private insurance coverage" HIOWNC03 = "Covered by private insurance coverage" HIOWNC04 = "Covered by private insurance coverage" HIOWNC05 = "Covered by private insurance coverage" HIOWNC06 = "Covered by private insurance coverage" HIOWNC07 = "Covered by private insurance coverage" HIOWNC08 = "Covered by private insurance coverage" HIOWNC09 = "Covered by private insurance coverage" HIOWNC10 = "Covered by private insurance coverage" HIOWNC11 = "Covered by private insurance coverage" HIOWNC12 = "Covered by private insurance coverage" HIOWNC13 = "Covered by private insurance coverage" HIOWNC14 = "Covered by private insurance coverage" HIOWNC15 = "Covered by private insurance coverage" HIOWNC16 = "Covered by private insurance coverage" HIOWNC17 = "Covered by private insurance coverage" HIOWNC18 = "Covered by private insurance coverage" HIOWNC19 = "Covered by private insurance coverage" HIOWNC20 = "Covered by private insurance coverage" HIOWNC21 = "Covered by private insurance coverage" HIOWNC22 = "Covered by private insurance coverage" HIOWNC23 = "Covered by private insurance coverage" HIOWNC24 = "Covered by private insurance coverage" HIOWNC25 = "Covered by private insurance coverage" HIOWNC26 = "Covered by private insurance coverage" HIOWNC27 = "Covered by private insurance coverage" HIOWNC28 = "Covered by private insurance coverage" HIOWNC29 = "Covered by private insurance coverage" HIOWNC30 = "Covered by private insurance coverage" HIOWNC31 = "Covered by private insurance coverage" HIOWNC32 = "Covered by private insurance coverage" HI_OTC01 = "Covered by private insurance coverage" HI_OTC02 = "Covered by private insurance coverage" HI_OTC03 = "Covered by private insurance coverage" HI_OTC04 = "Covered by private insurance coverage" HI_OTC05 = "Covered by private insurance coverage" HI_OTC06 = "Covered by private insurance coverage" HI_OTC07 = "Covered by private insurance coverage" HI_OTC08 = "Covered by private insurance coverage" HI_OTC09 = "Covered by private insurance coverage" HI_OTC10 = "Covered by private insurance coverage" HI_OTC11 = "Covered by private insurance coverage" HI_OTC12 = "Covered by private insurance coverage" HI_OTC13 = "Covered by private insurance coverage" HI_OTC14 = "Covered by private insurance coverage" HI_OTC15 = "Covered by private insurance coverage" HI_OTC16 = "Covered by private insurance coverage" HI_OTC17 = "Covered by private insurance coverage" HI_OTC18 = "Covered by private insurance coverage" HI_OTC19 = "Covered by private insurance coverage" HI_OTC20 = "Covered by private insurance coverage" HI_OTC21 = "Covered by private insurance coverage" HI_OTC22 = "Covered by private insurance coverage" HI_OTC23 = "Covered by private insurance coverage" HI_OTC24 = "Covered by private insurance coverage" HI_OTC25 = "Covered by private insurance coverage" HI_OTC26 = "Covered by private insurance coverage" HI_OTC27 = "Covered by private insurance coverage" HI_OTC28 = "Covered by private insurance coverage" HI_OTC29 = "Covered by private insurance coverage" HI_OTC30 = "Covered by private insurance coverage" HI_OTC31 = "Covered by private insurance coverage" HI_OTC32 = "Covered by private insurance coverage" HIEMPL01 = "Covered by private health insurance" HIEMPL02 = "Covered by private health insurance" HIEMPL03 = "Covered by private health insurance" HIEMPL04 = "Covered by private health insurance" HIEMPL05 = "Covered by private health insurance" HIEMPL06 = "Covered by private health insurance" HIEMPL07 = "Covered by private health insurance" HIEMPL08 = "Covered by private health insurance" HIEMPL09 = "Covered by private health insurance" HIEMPL10 = "Covered by private health insurance" HIEMPL11 = "Covered by private health insurance" HIEMPL12 = "Covered by private health insurance" HIEMPL13 = "Covered by private health insurance" HIEMPL14 = "Covered by private health insurance" HIEMPL15 = "Covered by private health insurance" HIEMPL16 = "Covered by private health insurance" HIEMPL17 = "Covered by private health insurance" HIEMPL18 = "Covered by private health insurance" HIEMPL19 = "Covered by private health insurance" HIEMPL20 = "Covered by private health insurance" HIEMPL21 = "Covered by private health insurance" HIEMPL22 = "Covered by private health insurance" HIEMPL23 = "Covered by private health insurance" HIEMPL24 = "Covered by private health insurance" HIEMPL25 = "Covered by private health insurance" HIEMPL26 = "Covered by private health insurance" HIEMPL27 = "Covered by private health insurance" HIEMPL28 = "Covered by private health insurance" HIEMPL29 = "Covered by private health insurance" HIEMPL30 = "Covered by private health insurance" HIEMPL31 = "Covered by private health insurance" HIEMPL32 = "Covered by private health insurance" WS_I1_01 = "Subscript number - job occurrence" WS_I1_02 = "Subscript number - job occurrence" WS_I1_03 = "Subscript number - job occurrence" WS_I1_04 = "Subscript number - job occurrence" WS_I1_05 = "Subscript number - job occurrence" WS_I1_06 = "Subscript number - job occurrence" WS_I1_07 = "Subscript number - job occurrence" WS_I1_08 = "Subscript number - job occurrence" WS_I1_09 = "Subscript number - job occurrence" WS_I1_10 = "Subscript number - job occurrence" WS_I1_11 = "Subscript number - job occurrence" WS_I1_12 = "Subscript number - job occurrence" WS_I1_13 = "Subscript number - job occurrence" WS_I1_14 = "Subscript number - job occurrence" WS_I1_15 = "Subscript number - job occurrence" WS_I1_16 = "Subscript number - job occurrence" WS_I1_17 = "Subscript number - job occurrence" WS_I1_18 = "Subscript number - job occurrence" WS_I1_19 = "Subscript number - job occurrence" WS_I1_20 = "Subscript number - job occurrence" WS_I1_21 = "Subscript number - job occurrence" WS_I1_22 = "Subscript number - job occurrence" WS_I1_23 = "Subscript number - job occurrence" WS_I1_24 = "Subscript number - job occurrence" WS_I1_25 = "Subscript number - job occurrence" WS_I1_26 = "Subscript number - job occurrence" WS_I1_27 = "Subscript number - job occurrence" WS_I1_28 = "Subscript number - job occurrence" WS_I1_29 = "Subscript number - job occurrence" WS_I1_30 = "Subscript number - job occurrence" WS_I1_31 = "Subscript number - job occurrence" WS_I1_32 = "Subscript number - job occurrence" WS_I2_01 = "Subscript number = job occurrence" WS_I2_02 = "Subscript number = job occurrence" WS_I2_03 = "Subscript number = job occurrence" WS_I2_04 = "Subscript number = job occurrence" WS_I2_05 = "Subscript number = job occurrence" WS_I2_06 = "Subscript number = job occurrence" WS_I2_07 = "Subscript number = job occurrence" WS_I2_08 = "Subscript number = job occurrence" WS_I2_09 = "Subscript number = job occurrence" WS_I2_10 = "Subscript number = job occurrence" WS_I2_11 = "Subscript number = job occurrence" WS_I2_12 = "Subscript number = job occurrence" WS_I2_13 = "Subscript number = job occurrence" WS_I2_14 = "Subscript number = job occurrence" WS_I2_15 = "Subscript number = job occurrence" WS_I2_16 = "Subscript number = job occurrence" WS_I2_17 = "Subscript number = job occurrence" WS_I2_18 = "Subscript number = job occurrence" WS_I2_19 = "Subscript number = job occurrence" WS_I2_20 = "Subscript number = job occurrence" WS_I2_21 = "Subscript number = job occurrence" WS_I2_22 = "Subscript number = job occurrence" WS_I2_23 = "Subscript number = job occurrence" WS_I2_24 = "Subscript number = job occurrence" WS_I2_25 = "Subscript number = job occurrence" WS_I2_26 = "Subscript number = job occurrence" WS_I2_27 = "Subscript number = job occurrence" WS_I2_28 = "Subscript number = job occurrence" WS_I2_29 = "Subscript number = job occurrence" WS_I2_30 = "Subscript number = job occurrence" WS_I2_31 = "Subscript number = job occurrence" WS_I2_32 = "Subscript number = job occurrence" SE_I1_01 = "Subscript number = business occurrence" SE_I1_02 = "Subscript number = business occurrence" SE_I1_03 = "Subscript number = business occurrence" SE_I1_04 = "Subscript number = business occurrence" SE_I1_05 = "Subscript number = business occurrence" SE_I1_06 = "Subscript number = business occurrence" SE_I1_07 = "Subscript number = business occurrence" SE_I1_08 = "Subscript number = business occurrence" SE_I1_09 = "Subscript number = business occurrence" SE_I1_10 = "Subscript number = business occurrence" SE_I1_11 = "Subscript number = business occurrence" SE_I1_12 = "Subscript number = business occurrence" SE_I1_13 = "Subscript number = business occurrence" SE_I1_14 = "Subscript number = business occurrence" SE_I1_15 = "Subscript number = business occurrence" SE_I1_16 = "Subscript number = business occurrence" SE_I1_17 = "Subscript number = business occurrence" SE_I1_18 = "Subscript number = business occurrence" SE_I1_19 = "Subscript number = business occurrence" SE_I1_20 = "Subscript number = business occurrence" SE_I1_21 = "Subscript number = business occurrence" SE_I1_22 = "Subscript number = business occurrence" SE_I1_23 = "Subscript number = business occurrence" SE_I1_24 = "Subscript number = business occurrence" SE_I1_25 = "Subscript number = business occurrence" SE_I1_26 = "Subscript number = business occurrence" SE_I1_27 = "Subscript number = business occurrence" SE_I1_28 = "Subscript number = business occurrence" SE_I1_29 = "Subscript number = business occurrence" SE_I1_30 = "Subscript number = business occurrence" SE_I1_31 = "Subscript number = business occurrence" SE_I1_32 = "Subscript number = business occurrence" SE_I2_01 = "Subscript number = business occurrence" SE_I2_02 = "Subscript number = business occurrence" SE_I2_03 = "Subscript number = business occurrence" SE_I2_04 = "Subscript number = business occurrence" SE_I2_05 = "Subscript number = business occurrence" SE_I2_06 = "Subscript number = business occurrence" SE_I2_07 = "Subscript number = business occurrence" SE_I2_08 = "Subscript number = business occurrence" SE_I2_09 = "Subscript number = business occurrence" SE_I2_10 = "Subscript number = business occurrence" SE_I2_11 = "Subscript number = business occurrence" SE_I2_12 = "Subscript number = business occurrence" SE_I2_13 = "Subscript number = business occurrence" SE_I2_14 = "Subscript number = business occurrence" SE_I2_15 = "Subscript number = business occurrence" SE_I2_16 = "Subscript number = business occurrence" SE_I2_17 = "Subscript number = business occurrence" SE_I2_18 = "Subscript number = business occurrence" SE_I2_19 = "Subscript number = business occurrence" SE_I2_20 = "Subscript number = business occurrence" SE_I2_21 = "Subscript number = business occurrence" SE_I2_22 = "Subscript number = business occurrence" SE_I2_23 = "Subscript number = business occurrence" SE_I2_24 = "Subscript number = business occurrence" SE_I2_25 = "Subscript number = business occurrence" SE_I2_26 = "Subscript number = business occurrence" SE_I2_27 = "Subscript number = business occurrence" SE_I2_28 = "Subscript number = business occurrence" SE_I2_29 = "Subscript number = business occurrence" SE_I2_30 = "Subscript number = business occurrence" SE_I2_31 = "Subscript number = business occurrence" SE_I2_32 = "Subscript number = business occurrence" G1_I1_01 = "For income source as listed in G1SRC1" G1_I1_02 = "For income source as listed in G1SRC1" G1_I1_03 = "For income source as listed in G1SRC1" G1_I1_04 = "For income source as listed in G1SRC1" G1_I1_05 = "For income source as listed in G1SRC1" G1_I1_06 = "For income source as listed in G1SRC1" G1_I1_07 = "For income source as listed in G1SRC1" G1_I1_08 = "For income source as listed in G1SRC1" G1_I1_09 = "For income source as listed in G1SRC1" G1_I1_10 = "For income source as listed in G1SRC1" G1_I1_11 = "For income source as listed in G1SRC1" G1_I1_12 = "For income source as listed in G1SRC1" G1_I1_13 = "For income source as listed in G1SRC1" G1_I1_14 = "For income source as listed in G1SRC1" G1_I1_15 = "For income source as listed in G1SRC1" G1_I1_16 = "For income source as listed in G1SRC1" G1_I1_17 = "For income source as listed in G1SRC1" G1_I1_18 = "For income source as listed in G1SRC1" G1_I1_19 = "For income source as listed in G1SRC1" G1_I1_20 = "For income source as listed in G1SRC1" G1_I1_21 = "For income source as listed in G1SRC1" G1_I1_22 = "For income source as listed in G1SRC1" G1_I1_23 = "For income source as listed in G1SRC1" G1_I1_24 = "For income source as listed in G1SRC1" G1_I1_25 = "For income source as listed in G1SRC1" G1_I1_26 = "For income source as listed in G1SRC1" G1_I1_27 = "For income source as listed in G1SRC1" G1_I1_28 = "For income source as listed in G1SRC1" G1_I1_29 = "For income source as listed in G1SRC1" G1_I1_30 = "For income source as listed in G1SRC1" G1_I1_31 = "For income source as listed in G1SRC1" G1_I1_32 = "For income source as listed in G1SRC1" G1_I2_01 = "For income source as listed in G1SRC1" G1_I2_02 = "For income source as listed in G1SRC1" G1_I2_03 = "For income source as listed in G1SRC1" G1_I2_04 = "For income source as listed in G1SRC1" G1_I2_05 = "For income source as listed in G1SRC1" G1_I2_06 = "For income source as listed in G1SRC1" G1_I2_07 = "For income source as listed in G1SRC1" G1_I2_08 = "For income source as listed in G1SRC1" G1_I2_09 = "For income source as listed in G1SRC1" G1_I2_10 = "For income source as listed in G1SRC1" G1_I2_11 = "For income source as listed in G1SRC1" G1_I2_12 = "For income source as listed in G1SRC1" G1_I2_13 = "For income source as listed in G1SRC1" G1_I2_14 = "For income source as listed in G1SRC1" G1_I2_15 = "For income source as listed in G1SRC1" G1_I2_16 = "For income source as listed in G1SRC1" G1_I2_17 = "For income source as listed in G1SRC1" G1_I2_18 = "For income source as listed in G1SRC1" G1_I2_19 = "For income source as listed in G1SRC1" G1_I2_20 = "For income source as listed in G1SRC1" G1_I2_21 = "For income source as listed in G1SRC1" G1_I2_22 = "For income source as listed in G1SRC1" G1_I2_23 = "For income source as listed in G1SRC1" G1_I2_24 = "For income source as listed in G1SRC1" G1_I2_25 = "For income source as listed in G1SRC1" G1_I2_26 = "For income source as listed in G1SRC1" G1_I2_27 = "For income source as listed in G1SRC1" G1_I2_28 = "For income source as listed in G1SRC1" G1_I2_29 = "For income source as listed in G1SRC1" G1_I2_30 = "For income source as listed in G1SRC1" G1_I2_31 = "For income source as listed in G1SRC1" G1_I2_32 = "For income source as listed in G1SRC1" G1_I3_01 = "For income source as listed in G1SRC1" G1_I3_02 = "For income source as listed in G1SRC1" G1_I3_03 = "For income source as listed in G1SRC1" G1_I3_04 = "For income source as listed in G1SRC1" G1_I3_05 = "For income source as listed in G1SRC1" G1_I3_06 = "For income source as listed in G1SRC1" G1_I3_07 = "For income source as listed in G1SRC1" G1_I3_08 = "For income source as listed in G1SRC1" G1_I3_09 = "For income source as listed in G1SRC1" G1_I3_10 = "For income source as listed in G1SRC1" G1_I3_11 = "For income source as listed in G1SRC1" G1_I3_12 = "For income source as listed in G1SRC1" G1_I3_13 = "For income source as listed in G1SRC1" G1_I3_14 = "For income source as listed in G1SRC1" G1_I3_15 = "For income source as listed in G1SRC1" G1_I3_16 = "For income source as listed in G1SRC1" G1_I3_17 = "For income source as listed in G1SRC1" G1_I3_18 = "For income source as listed in G1SRC1" G1_I3_19 = "For income source as listed in G1SRC1" G1_I3_20 = "For income source as listed in G1SRC1" G1_I3_21 = "For income source as listed in G1SRC1" G1_I3_22 = "For income source as listed in G1SRC1" G1_I3_23 = "For income source as listed in G1SRC1" G1_I3_24 = "For income source as listed in G1SRC1" G1_I3_25 = "For income source as listed in G1SRC1" G1_I3_26 = "For income source as listed in G1SRC1" G1_I3_27 = "For income source as listed in G1SRC1" G1_I3_28 = "For income source as listed in G1SRC1" G1_I3_29 = "For income source as listed in G1SRC1" G1_I3_30 = "For income source as listed in G1SRC1" G1_I3_31 = "For income source as listed in G1SRC1" G1_I3_32 = "For income source as listed in G1SRC1" G1_I4_01 = "For income source as listed in G1SRC1" G1_I4_02 = "For income source as listed in G1SRC1" G1_I4_03 = "For income source as listed in G1SRC1" G1_I4_04 = "For income source as listed in G1SRC1" G1_I4_05 = "For income source as listed in G1SRC1" G1_I4_06 = "For income source as listed in G1SRC1" G1_I4_07 = "For income source as listed in G1SRC1" G1_I4_08 = "For income source as listed in G1SRC1" G1_I4_09 = "For income source as listed in G1SRC1" G1_I4_10 = "For income source as listed in G1SRC1" G1_I4_11 = "For income source as listed in G1SRC1" G1_I4_12 = "For income source as listed in G1SRC1" G1_I4_13 = "For income source as listed in G1SRC1" G1_I4_14 = "For income source as listed in G1SRC1" G1_I4_15 = "For income source as listed in G1SRC1" G1_I4_16 = "For income source as listed in G1SRC1" G1_I4_17 = "For income source as listed in G1SRC1" G1_I4_18 = "For income source as listed in G1SRC1" G1_I4_19 = "For income source as listed in G1SRC1" G1_I4_20 = "For income source as listed in G1SRC1" G1_I4_21 = "For income source as listed in G1SRC1" G1_I4_22 = "For income source as listed in G1SRC1" G1_I4_23 = "For income source as listed in G1SRC1" G1_I4_24 = "For income source as listed in G1SRC1" G1_I4_25 = "For income source as listed in G1SRC1" G1_I4_26 = "For income source as listed in G1SRC1" G1_I4_27 = "For income source as listed in G1SRC1" G1_I4_28 = "For income source as listed in G1SRC1" G1_I4_29 = "For income source as listed in G1SRC1" G1_I4_30 = "For income source as listed in G1SRC1" G1_I4_31 = "For income source as listed in G1SRC1" G1_I4_32 = "For income source as listed in G1SRC1" G1_I5_01 = "For income source as listed in G1SRC1" G1_I5_02 = "For income source as listed in G1SRC1" G1_I5_03 = "For income source as listed in G1SRC1" G1_I5_04 = "For income source as listed in G1SRC1" G1_I5_05 = "For income source as listed in G1SRC1" G1_I5_06 = "For income source as listed in G1SRC1" G1_I5_07 = "For income source as listed in G1SRC1" G1_I5_08 = "For income source as listed in G1SRC1" G1_I5_09 = "For income source as listed in G1SRC1" G1_I5_10 = "For income source as listed in G1SRC1" G1_I5_11 = "For income source as listed in G1SRC1" G1_I5_12 = "For income source as listed in G1SRC1" G1_I5_13 = "For income source as listed in G1SRC1" G1_I5_14 = "For income source as listed in G1SRC1" G1_I5_15 = "For income source as listed in G1SRC1" G1_I5_16 = "For income source as listed in G1SRC1" G1_I5_17 = "For income source as listed in G1SRC1" G1_I5_18 = "For income source as listed in G1SRC1" G1_I5_19 = "For income source as listed in G1SRC1" G1_I5_20 = "For income source as listed in G1SRC1" G1_I5_21 = "For income source as listed in G1SRC1" G1_I5_22 = "For income source as listed in G1SRC1" G1_I5_23 = "For income source as listed in G1SRC1" G1_I5_24 = "For income source as listed in G1SRC1" G1_I5_25 = "For income source as listed in G1SRC1" G1_I5_26 = "For income source as listed in G1SRC1" G1_I5_27 = "For income source as listed in G1SRC1" G1_I5_28 = "For income source as listed in G1SRC1" G1_I5_29 = "For income source as listed in G1SRC1" G1_I5_30 = "For income source as listed in G1SRC1" G1_I5_31 = "For income source as listed in G1SRC1" G1_I5_32 = "For income source as listed in G1SRC1" G1_I6_01 = "For income source as listed in G1SRC1" G1_I6_02 = "For income source as listed in G1SRC1" G1_I6_03 = "For income source as listed in G1SRC1" G1_I6_04 = "For income source as listed in G1SRC1" G1_I6_05 = "For income source as listed in G1SRC1" G1_I6_06 = "For income source as listed in G1SRC1" G1_I6_07 = "For income source as listed in G1SRC1" G1_I6_08 = "For income source as listed in G1SRC1" G1_I6_09 = "For income source as listed in G1SRC1" G1_I6_10 = "For income source as listed in G1SRC1" G1_I6_11 = "For income source as listed in G1SRC1" G1_I6_12 = "For income source as listed in G1SRC1" G1_I6_13 = "For income source as listed in G1SRC1" G1_I6_14 = "For income source as listed in G1SRC1" G1_I6_15 = "For income source as listed in G1SRC1" G1_I6_16 = "For income source as listed in G1SRC1" G1_I6_17 = "For income source as listed in G1SRC1" G1_I6_18 = "For income source as listed in G1SRC1" G1_I6_19 = "For income source as listed in G1SRC1" G1_I6_20 = "For income source as listed in G1SRC1" G1_I6_21 = "For income source as listed in G1SRC1" G1_I6_22 = "For income source as listed in G1SRC1" G1_I6_23 = "For income source as listed in G1SRC1" G1_I6_24 = "For income source as listed in G1SRC1" G1_I6_25 = "For income source as listed in G1SRC1" G1_I6_26 = "For income source as listed in G1SRC1" G1_I6_27 = "For income source as listed in G1SRC1" G1_I6_28 = "For income source as listed in G1SRC1" G1_I6_29 = "For income source as listed in G1SRC1" G1_I6_30 = "For income source as listed in G1SRC1" G1_I6_31 = "For income source as listed in G1SRC1" G1_I6_32 = "For income source as listed in G1SRC1" G1_I7_01 = "For income source as listed in G1SRC1" G1_I7_02 = "For income source as listed in G1SRC1" G1_I7_03 = "For income source as listed in G1SRC1" G1_I7_04 = "For income source as listed in G1SRC1" G1_I7_05 = "For income source as listed in G1SRC1" G1_I7_06 = "For income source as listed in G1SRC1" G1_I7_07 = "For income source as listed in G1SRC1" G1_I7_08 = "For income source as listed in G1SRC1" G1_I7_09 = "For income source as listed in G1SRC1" G1_I7_10 = "For income source as listed in G1SRC1" G1_I7_11 = "For income source as listed in G1SRC1" G1_I7_12 = "For income source as listed in G1SRC1" G1_I7_13 = "For income source as listed in G1SRC1" G1_I7_14 = "For income source as listed in G1SRC1" G1_I7_15 = "For income source as listed in G1SRC1" G1_I7_16 = "For income source as listed in G1SRC1" G1_I7_17 = "For income source as listed in G1SRC1" G1_I7_18 = "For income source as listed in G1SRC1" G1_I7_19 = "For income source as listed in G1SRC1" G1_I7_20 = "For income source as listed in G1SRC1" G1_I7_21 = "For income source as listed in G1SRC1" G1_I7_22 = "For income source as listed in G1SRC1" G1_I7_23 = "For income source as listed in G1SRC1" G1_I7_24 = "For income source as listed in G1SRC1" G1_I7_25 = "For income source as listed in G1SRC1" G1_I7_26 = "For income source as listed in G1SRC1" G1_I7_27 = "For income source as listed in G1SRC1" G1_I7_28 = "For income source as listed in G1SRC1" G1_I7_29 = "For income source as listed in G1SRC1" G1_I7_30 = "For income source as listed in G1SRC1" G1_I7_31 = "For income source as listed in G1SRC1" G1_I7_32 = "For income source as listed in G1SRC1" G1_I8_01 = "For income source as listed in G1SRC1" G1_I8_02 = "For income source as listed in G1SRC1" G1_I8_03 = "For income source as listed in G1SRC1" G1_I8_04 = "For income source as listed in G1SRC1" G1_I8_05 = "For income source as listed in G1SRC1" G1_I8_06 = "For income source as listed in G1SRC1" G1_I8_07 = "For income source as listed in G1SRC1" G1_I8_08 = "For income source as listed in G1SRC1" G1_I8_09 = "For income source as listed in G1SRC1" G1_I8_10 = "For income source as listed in G1SRC1" G1_I8_11 = "For income source as listed in G1SRC1" G1_I8_12 = "For income source as listed in G1SRC1" G1_I8_13 = "For income source as listed in G1SRC1" G1_I8_14 = "For income source as listed in G1SRC1" G1_I8_15 = "For income source as listed in G1SRC1" G1_I8_16 = "For income source as listed in G1SRC1" G1_I8_17 = "For income source as listed in G1SRC1" G1_I8_18 = "For income source as listed in G1SRC1" G1_I8_19 = "For income source as listed in G1SRC1" G1_I8_20 = "For income source as listed in G1SRC1" G1_I8_21 = "For income source as listed in G1SRC1" G1_I8_22 = "For income source as listed in G1SRC1" G1_I8_23 = "For income source as listed in G1SRC1" G1_I8_24 = "For income source as listed in G1SRC1" G1_I8_25 = "For income source as listed in G1SRC1" G1_I8_26 = "For income source as listed in G1SRC1" G1_I8_27 = "For income source as listed in G1SRC1" G1_I8_28 = "For income source as listed in G1SRC1" G1_I8_29 = "For income source as listed in G1SRC1" G1_I8_30 = "For income source as listed in G1SRC1" G1_I8_31 = "For income source as listed in G1SRC1" G1_I8_32 = "For income source as listed in G1SRC1" G1_I9_01 = "For income source as listed in G1SRC1" G1_I9_02 = "For income source as listed in G1SRC1" G1_I9_03 = "For income source as listed in G1SRC1" G1_I9_04 = "For income source as listed in G1SRC1" G1_I9_05 = "For income source as listed in G1SRC1" G1_I9_06 = "For income source as listed in G1SRC1" G1_I9_07 = "For income source as listed in G1SRC1" G1_I9_08 = "For income source as listed in G1SRC1" G1_I9_09 = "For income source as listed in G1SRC1" G1_I9_10 = "For income source as listed in G1SRC1" G1_I9_11 = "For income source as listed in G1SRC1" G1_I9_12 = "For income source as listed in G1SRC1" G1_I9_13 = "For income source as listed in G1SRC1" G1_I9_14 = "For income source as listed in G1SRC1" G1_I9_15 = "For income source as listed in G1SRC1" G1_I9_16 = "For income source as listed in G1SRC1" G1_I9_17 = "For income source as listed in G1SRC1" G1_I9_18 = "For income source as listed in G1SRC1" G1_I9_19 = "For income source as listed in G1SRC1" G1_I9_20 = "For income source as listed in G1SRC1" G1_I9_21 = "For income source as listed in G1SRC1" G1_I9_22 = "For income source as listed in G1SRC1" G1_I9_23 = "For income source as listed in G1SRC1" G1_I9_24 = "For income source as listed in G1SRC1" G1_I9_25 = "For income source as listed in G1SRC1" G1_I9_26 = "For income source as listed in G1SRC1" G1_I9_27 = "For income source as listed in G1SRC1" G1_I9_28 = "For income source as listed in G1SRC1" G1_I9_29 = "For income source as listed in G1SRC1" G1_I9_30 = "For income source as listed in G1SRC1" G1_I9_31 = "For income source as listed in G1SRC1" G1_I9_32 = "For income source as listed in G1SRC1" G1_I1001 = "For income source as listed in G1SRC1" G1_I1002 = "For income source as listed in G1SRC1" G1_I1003 = "For income source as listed in G1SRC1" G1_I1004 = "For income source as listed in G1SRC1" G1_I1005 = "For income source as listed in G1SRC1" G1_I1006 = "For income source as listed in G1SRC1" G1_I1007 = "For income source as listed in G1SRC1" G1_I1008 = "For income source as listed in G1SRC1" G1_I1009 = "For income source as listed in G1SRC1" G1_I1010 = "For income source as listed in G1SRC1" G1_I1011 = "For income source as listed in G1SRC1" G1_I1012 = "For income source as listed in G1SRC1" G1_I1013 = "For income source as listed in G1SRC1" G1_I1014 = "For income source as listed in G1SRC1" G1_I1015 = "For income source as listed in G1SRC1" G1_I1016 = "For income source as listed in G1SRC1" G1_I1017 = "For income source as listed in G1SRC1" G1_I1018 = "For income source as listed in G1SRC1" G1_I1019 = "For income source as listed in G1SRC1" G1_I1020 = "For income source as listed in G1SRC1" G1_I1021 = "For income source as listed in G1SRC1" G1_I1022 = "For income source as listed in G1SRC1" G1_I1023 = "For income source as listed in G1SRC1" G1_I1024 = "For income source as listed in G1SRC1" G1_I1025 = "For income source as listed in G1SRC1" G1_I1026 = "For income source as listed in G1SRC1" G1_I1027 = "For income source as listed in G1SRC1" G1_I1028 = "For income source as listed in G1SRC1" G1_I1029 = "For income source as listed in G1SRC1" G1_I1030 = "For income source as listed in G1SRC1" G1_I1031 = "For income source as listed in G1SRC1" G1_I1032 = "For income source as listed in G1SRC1" G2I10001 = "For asset type as listed in G2SRC100" G2I10002 = "For asset type as listed in G2SRC100" G2I10003 = "For asset type as listed in G2SRC100" G2I10004 = "For asset type as listed in G2SRC100" G2I10005 = "For asset type as listed in G2SRC100" G2I10006 = "For asset type as listed in G2SRC100" G2I10007 = "For asset type as listed in G2SRC100" G2I10008 = "For asset type as listed in G2SRC100" G2I10009 = "For asset type as listed in G2SRC100" G2I10010 = "For asset type as listed in G2SRC100" G2I10011 = "For asset type as listed in G2SRC100" G2I10012 = "For asset type as listed in G2SRC100" G2I10013 = "For asset type as listed in G2SRC100" G2I10014 = "For asset type as listed in G2SRC100" G2I10015 = "For asset type as listed in G2SRC100" G2I10016 = "For asset type as listed in G2SRC100" G2I10017 = "For asset type as listed in G2SRC100" G2I10018 = "For asset type as listed in G2SRC100" G2I10019 = "For asset type as listed in G2SRC100" G2I10020 = "For asset type as listed in G2SRC100" G2I10021 = "For asset type as listed in G2SRC100" G2I10022 = "For asset type as listed in G2SRC100" G2I10023 = "For asset type as listed in G2SRC100" G2I10024 = "For asset type as listed in G2SRC100" G2I10025 = "For asset type as listed in G2SRC100" G2I10026 = "For asset type as listed in G2SRC100" G2I10027 = "For asset type as listed in G2SRC100" G2I10028 = "For asset type as listed in G2SRC100" G2I10029 = "For asset type as listed in G2SRC100" G2I10030 = "For asset type as listed in G2SRC100" G2I10031 = "For asset type as listed in G2SRC100" G2I10032 = "For asset type as listed in G2SRC100" G2I10401 = "For asset type as listed in G2SRC100" G2I10402 = "For asset type as listed in G2SRC100" G2I10403 = "For asset type as listed in G2SRC100" G2I10404 = "For asset type as listed in G2SRC100" G2I10405 = "For asset type as listed in G2SRC100" G2I10406 = "For asset type as listed in G2SRC100" G2I10407 = "For asset type as listed in G2SRC100" G2I10408 = "For asset type as listed in G2SRC100" G2I10409 = "For asset type as listed in G2SRC100" G2I10410 = "For asset type as listed in G2SRC100" G2I10411 = "For asset type as listed in G2SRC100" G2I10412 = "For asset type as listed in G2SRC100" G2I10413 = "For asset type as listed in G2SRC100" G2I10414 = "For asset type as listed in G2SRC100" G2I10415 = "For asset type as listed in G2SRC100" G2I10416 = "For asset type as listed in G2SRC100" G2I10417 = "For asset type as listed in G2SRC100" G2I10418 = "For asset type as listed in G2SRC100" G2I10419 = "For asset type as listed in G2SRC100" G2I10420 = "For asset type as listed in G2SRC100" G2I10421 = "For asset type as listed in G2SRC100" G2I10422 = "For asset type as listed in G2SRC100" G2I10423 = "For asset type as listed in G2SRC100" G2I10424 = "For asset type as listed in G2SRC100" G2I10425 = "For asset type as listed in G2SRC100" G2I10426 = "For asset type as listed in G2SRC100" G2I10427 = "For asset type as listed in G2SRC100" G2I10428 = "For asset type as listed in G2SRC100" G2I10429 = "For asset type as listed in G2SRC100" G2I10430 = "For asset type as listed in G2SRC100" G2I10431 = "For asset type as listed in G2SRC100" G2I10432 = "For asset type as listed in G2SRC100" G2I11001 = "For asset type as listed in G2SRC100" G2I11002 = "For asset type as listed in G2SRC100" G2I11003 = "For asset type as listed in G2SRC100" G2I11004 = "For asset type as listed in G2SRC100" G2I11005 = "For asset type as listed in G2SRC100" G2I11006 = "For asset type as listed in G2SRC100" G2I11007 = "For asset type as listed in G2SRC100" G2I11008 = "For asset type as listed in G2SRC100" G2I11009 = "For asset type as listed in G2SRC100" G2I11010 = "For asset type as listed in G2SRC100" G2I11011 = "For asset type as listed in G2SRC100" G2I11012 = "For asset type as listed in G2SRC100" G2I11013 = "For asset type as listed in G2SRC100" G2I11014 = "For asset type as listed in G2SRC100" G2I11015 = "For asset type as listed in G2SRC100" G2I11016 = "For asset type as listed in G2SRC100" G2I11017 = "For asset type as listed in G2SRC100" G2I11018 = "For asset type as listed in G2SRC100" G2I11019 = "For asset type as listed in G2SRC100" G2I11020 = "For asset type as listed in G2SRC100" G2I11021 = "For asset type as listed in G2SRC100" G2I11022 = "For asset type as listed in G2SRC100" G2I11023 = "For asset type as listed in G2SRC100" G2I11024 = "For asset type as listed in G2SRC100" G2I11025 = "For asset type as listed in G2SRC100" G2I11026 = "For asset type as listed in G2SRC100" G2I11027 = "For asset type as listed in G2SRC100" G2I11028 = "For asset type as listed in G2SRC100" G2I11029 = "For asset type as listed in G2SRC100" G2I11030 = "For asset type as listed in G2SRC100" G2I11031 = "For asset type as listed in G2SRC100" G2I11032 = "For asset type as listed in G2SRC100" G2I12001 = "For asset type as listed in G2SRC100" G2I12002 = "For asset type as listed in G2SRC100" G2I12003 = "For asset type as listed in G2SRC100" G2I12004 = "For asset type as listed in G2SRC100" G2I12005 = "For asset type as listed in G2SRC100" G2I12006 = "For asset type as listed in G2SRC100" G2I12007 = "For asset type as listed in G2SRC100" G2I12008 = "For asset type as listed in G2SRC100" G2I12009 = "For asset type as listed in G2SRC100" G2I12010 = "For asset type as listed in G2SRC100" G2I12011 = "For asset type as listed in G2SRC100" G2I12012 = "For asset type as listed in G2SRC100" G2I12013 = "For asset type as listed in G2SRC100" G2I12014 = "For asset type as listed in G2SRC100" G2I12015 = "For asset type as listed in G2SRC100" G2I12016 = "For asset type as listed in G2SRC100" G2I12017 = "For asset type as listed in G2SRC100" G2I12018 = "For asset type as listed in G2SRC100" G2I12019 = "For asset type as listed in G2SRC100" G2I12020 = "For asset type as listed in G2SRC100" G2I12021 = "For asset type as listed in G2SRC100" G2I12022 = "For asset type as listed in G2SRC100" G2I12023 = "For asset type as listed in G2SRC100" G2I12024 = "For asset type as listed in G2SRC100" G2I12025 = "For asset type as listed in G2SRC100" G2I12026 = "For asset type as listed in G2SRC100" G2I12027 = "For asset type as listed in G2SRC100" G2I12028 = "For asset type as listed in G2SRC100" G2I12029 = "For asset type as listed in G2SRC100" G2I12030 = "For asset type as listed in G2SRC100" G2I12031 = "For asset type as listed in G2SRC100" G2I12032 = "For asset type as listed in G2SRC100" G2I13001 = "For asset type as listed in G2SRC100" G2I13002 = "For asset type as listed in G2SRC100" G2I13003 = "For asset type as listed in G2SRC100" G2I13004 = "For asset type as listed in G2SRC100" G2I13005 = "For asset type as listed in G2SRC100" G2I13006 = "For asset type as listed in G2SRC100" G2I13007 = "For asset type as listed in G2SRC100" G2I13008 = "For asset type as listed in G2SRC100" G2I13009 = "For asset type as listed in G2SRC100" G2I13010 = "For asset type as listed in G2SRC100" G2I13011 = "For asset type as listed in G2SRC100" G2I13012 = "For asset type as listed in G2SRC100" G2I13013 = "For asset type as listed in G2SRC100" G2I13014 = "For asset type as listed in G2SRC100" G2I13015 = "For asset type as listed in G2SRC100" G2I13016 = "For asset type as listed in G2SRC100" G2I13017 = "For asset type as listed in G2SRC100" G2I13018 = "For asset type as listed in G2SRC100" G2I13019 = "For asset type as listed in G2SRC100" G2I13020 = "For asset type as listed in G2SRC100" G2I13021 = "For asset type as listed in G2SRC100" G2I13022 = "For asset type as listed in G2SRC100" G2I13023 = "For asset type as listed in G2SRC100" G2I13024 = "For asset type as listed in G2SRC100" G2I13025 = "For asset type as listed in G2SRC100" G2I13026 = "For asset type as listed in G2SRC100" G2I13027 = "For asset type as listed in G2SRC100" G2I13028 = "For asset type as listed in G2SRC100" G2I13029 = "For asset type as listed in G2SRC100" G2I13030 = "For asset type as listed in G2SRC100" G2I13031 = "For asset type as listed in G2SRC100" G2I13032 = "For asset type as listed in G2SRC100" G2I14001 = "For asset type as listed in G2SRC100" G2I14002 = "For asset type as listed in G2SRC100" G2I14003 = "For asset type as listed in G2SRC100" G2I14004 = "For asset type as listed in G2SRC100" G2I14005 = "For asset type as listed in G2SRC100" G2I14006 = "For asset type as listed in G2SRC100" G2I14007 = "For asset type as listed in G2SRC100" G2I14008 = "For asset type as listed in G2SRC100" G2I14009 = "For asset type as listed in G2SRC100" G2I14010 = "For asset type as listed in G2SRC100" G2I14011 = "For asset type as listed in G2SRC100" G2I14012 = "For asset type as listed in G2SRC100" G2I14013 = "For asset type as listed in G2SRC100" G2I14014 = "For asset type as listed in G2SRC100" G2I14015 = "For asset type as listed in G2SRC100" G2I14016 = "For asset type as listed in G2SRC100" G2I14017 = "For asset type as listed in G2SRC100" G2I14018 = "For asset type as listed in G2SRC100" G2I14019 = "For asset type as listed in G2SRC100" G2I14020 = "For asset type as listed in G2SRC100" G2I14021 = "For asset type as listed in G2SRC100" G2I14022 = "For asset type as listed in G2SRC100" G2I14023 = "For asset type as listed in G2SRC100" G2I14024 = "For asset type as listed in G2SRC100" G2I14025 = "For asset type as listed in G2SRC100" G2I14026 = "For asset type as listed in G2SRC100" G2I14027 = "For asset type as listed in G2SRC100" G2I14028 = "For asset type as listed in G2SRC100" G2I14029 = "For asset type as listed in G2SRC100" G2I14030 = "For asset type as listed in G2SRC100" G2I14031 = "For asset type as listed in G2SRC100" G2I14032 = "For asset type as listed in G2SRC100" ; proc print data=library.sip90fp (obs=6); FORMAT PP_INTV1 PP_INTV. PP_INTV2 PP_INTV. PP_INTV3 PP_INTV. PP_INTV4 PP_INTV. PP_INTV5 PP_INTV. PP_INTV6 PP_INTV. PP_INTV7 PP_INTV. PP_INTV8 PP_INTV. PP_MIS01 PP_MIS. PP_MIS02 PP_MIS. PP_MIS03 PP_MIS. PP_MIS04 PP_MIS. PP_MIS05 PP_MIS. PP_MIS06 PP_MIS. PP_MIS07 PP_MIS. PP_MIS08 PP_MIS. PP_MIS09 PP_MIS. PP_MIS10 PP_MIS. PP_MIS11 PP_MIS. PP_MIS12 PP_MIS. PP_MIS13 PP_MIS. PP_MIS14 PP_MIS. PP_MIS15 PP_MIS. PP_MIS16 PP_MIS. PP_MIS17 PP_MIS. PP_MIS18 PP_MIS. PP_MIS19 PP_MIS. PP_MIS20 PP_MIS. PP_MIS21 PP_MIS. PP_MIS22 PP_MIS. PP_MIS23 PP_MIS. PP_MIS24 PP_MIS. PP_MIS25 PP_MIS. PP_MIS26 PP_MIS. PP_MIS27 PP_MIS. PP_MIS28 PP_MIS. PP_MIS29 PP_MIS. PP_MIS30 PP_MIS. PP_MIS31 PP_MIS. PP_MIS32 PP_MIS. REASLEF1 REASLEF. REASLEF2 REASLEF. REASLEF3 REASLEF. REASLEF4 REASLEF. REASLEF5 REASLEF. REASLEF6 REASLEF. REASLEF7 REASLEF. REASLEF8 REASLEF. HHINST01 HHINST. HHINST02 HHINST. HHINST03 HHINST. HHINST04 HHINST. HHINST05 HHINST. HHINST06 HHINST. HHINST07 HHINST. HHINST08 HHINST. HHINST09 HHINST. HHINST10 HHINST. HHINST11 HHINST. HHINST12 HHINST. HHINST13 HHINST. HHINST14 HHINST. HHINST15 HHINST. HHINST16 HHINST. HHINST17 HHINST. HHINST18 HHINST. HHINST19 HHINST. HHINST20 HHINST. HHINST21 HHINST. HHINST22 HHINST. HHINST23 HHINST. HHINST24 HHINST. HHINST25 HHINST. HHINST26 HHINST. HHINST27 HHINST. HHINST28 HHINST. HHINST29 HHINST. HHINST30 HHINST. HHINST31 HHINST. HHINST32 HHINST. MST_RGC MST_RGC. LGTHHT01 LGTHHT. LGTHHT02 LGTHHT. LGTHHT03 LGTHHT. LGTHHT04 LGTHHT. LGTHHT05 LGTHHT. LGTHHT06 LGTHHT. LGTHHT07 LGTHHT. LGTHHT08 LGTHHT. LGTHHT09 LGTHHT. LGTHHT10 LGTHHT. LGTHHT11 LGTHHT. LGTHHT12 LGTHHT. LGTHHT13 LGTHHT. LGTHHT14 LGTHHT. LGTHHT15 LGTHHT. LGTHHT16 LGTHHT. LGTHHT17 LGTHHT. LGTHHT18 LGTHHT. LGTHHT19 LGTHHT. LGTHHT20 LGTHHT. LGTHHT21 LGTHHT. LGTHHT22 LGTHHT. LGTHHT23 LGTHHT. LGTHHT24 LGTHHT. LGTHHT25 LGTHHT. LGTHHT26 LGTHHT. LGTHHT27 LGTHHT. LGTHHT28 LGTHHT. LGTHHT29 LGTHHT. LGTHHT30 LGTHHT. LGTHHT31 LGTHHT. LGTHHT32 LGTHHT. LGTKEY01 LGTKEY. LGTKEY02 LGTKEY. LGTKEY03 LGTKEY. LGTKEY04 LGTKEY. LGTKEY05 LGTKEY. LGTKEY06 LGTKEY. LGTKEY07 LGTKEY. LGTKEY08 LGTKEY. LGTKEY09 LGTKEY. LGTKEY10 LGTKEY. LGTKEY11 LGTKEY. LGTKEY12 LGTKEY. LGTKEY13 LGTKEY. LGTKEY14 LGTKEY. LGTKEY15 LGTKEY. LGTKEY16 LGTKEY. LGTKEY17 LGTKEY. LGTKEY18 LGTKEY. LGTKEY19 LGTKEY. LGTKEY20 LGTKEY. LGTKEY21 LGTKEY. LGTKEY22 LGTKEY. LGTKEY23 LGTKEY. LGTKEY24 LGTKEY. LGTKEY25 LGTKEY. LGTKEY26 LGTKEY. LGTKEY27 LGTKEY. LGTKEY28 LGTKEY. LGTKEY29 LGTKEY. LGTKEY30 LGTKEY. LGTKEY31 LGTKEY. LGTKEY32 LGTKEY. LGTOTH01 LGTOTH. LGTOTH02 LGTOTH. LGTOTH03 LGTOTH. LGTOTH04 LGTOTH. LGTOTH05 LGTOTH. LGTOTH06 LGTOTH. LGTOTH07 LGTOTH. LGTOTH08 LGTOTH. LGTOTH09 LGTOTH. LGTOTH10 LGTOTH. LGTOTH11 LGTOTH. LGTOTH12 LGTOTH. LGTOTH13 LGTOTH. LGTOTH14 LGTOTH. LGTOTH15 LGTOTH. LGTOTH16 LGTOTH. LGTOTH17 LGTOTH. LGTOTH18 LGTOTH. LGTOTH19 LGTOTH. LGTOTH20 LGTOTH. LGTOTH21 LGTOTH. LGTOTH22 LGTOTH. LGTOTH23 LGTOTH. LGTOTH24 LGTOTH. LGTOTH25 LGTOTH. LGTOTH26 LGTOTH. LGTOTH27 LGTOTH. LGTOTH28 LGTOTH. LGTOTH29 LGTOTH. LGTOTH30 LGTOTH. LGTOTH31 LGTOTH. LGTOTH32 LGTOTH. SEX SEX. RACE RACE. ETHNICTY ETHNICTY. RRP_01 RRP. RRP_02 RRP. RRP_03 RRP. RRP_04 RRP. RRP_05 RRP. RRP_06 RRP. RRP_07 RRP. RRP_08 RRP. RRP_09 RRP. RRP_10 RRP. RRP_11 RRP. RRP_12 RRP. RRP_13 RRP. RRP_14 RRP. RRP_15 RRP. RRP_16 RRP. RRP_17 RRP. RRP_18 RRP. RRP_19 RRP. RRP_20 RRP. RRP_21 RRP. RRP_22 RRP. RRP_23 RRP. RRP_24 RRP. RRP_25 RRP. RRP_26 RRP. RRP_27 RRP. RRP_28 RRP. RRP_29 RRP. RRP_30 RRP. RRP_31 RRP. RRP_32 RRP. AGE_01 AGE. AGE_02 AGE. AGE_03 AGE. AGE_04 AGE. AGE_05 AGE. AGE_06 AGE. AGE_07 AGE. AGE_08 AGE. AGE_09 AGE. AGE_10 AGE. AGE_11 AGE. AGE_12 AGE. AGE_13 AGE. AGE_14 AGE. AGE_15 AGE. AGE_16 AGE. AGE_17 AGE. AGE_18 AGE. AGE_19 AGE. AGE_20 AGE. AGE_21 AGE. AGE_22 AGE. AGE_23 AGE. AGE_24 AGE. AGE_25 AGE. AGE_26 AGE. AGE_27 AGE. AGE_28 AGE. AGE_29 AGE. AGE_30 AGE. AGE_31 AGE. AGE_32 AGE. MS_01 MS. MS_02 MS. MS_03 MS. MS_04 MS. MS_05 MS. MS_06 MS. MS_07 MS. MS_08 MS. MS_09 MS. MS_10 MS. MS_11 MS. MS_12 MS. MS_13 MS. MS_14 MS. MS_15 MS. MS_16 MS. MS_17 MS. MS_18 MS. MS_19 MS. MS_20 MS. MS_21 MS. MS_22 MS. MS_23 MS. MS_24 MS. MS_25 MS. MS_26 MS. MS_27 MS. MS_28 MS. MS_29 MS. MS_30 MS. MS_31 MS. MS_32 MS. FAMTYP01 FAMTYP. FAMTYP02 FAMTYP. FAMTYP03 FAMTYP. FAMTYP04 FAMTYP. FAMTYP05 FAMTYP. FAMTYP06 FAMTYP. FAMTYP07 FAMTYP. FAMTYP08 FAMTYP. FAMTYP09 FAMTYP. FAMTYP10 FAMTYP. FAMTYP11 FAMTYP. FAMTYP12 FAMTYP. FAMTYP13 FAMTYP. FAMTYP14 FAMTYP. FAMTYP15 FAMTYP. FAMTYP16 FAMTYP. FAMTYP17 FAMTYP. FAMTYP18 FAMTYP. FAMTYP19 FAMTYP. FAMTYP20 FAMTYP. FAMTYP21 FAMTYP. FAMTYP22 FAMTYP. FAMTYP23 FAMTYP. FAMTYP24 FAMTYP. FAMTYP25 FAMTYP. FAMTYP26 FAMTYP. FAMTYP27 FAMTYP. FAMTYP28 FAMTYP. FAMTYP29 FAMTYP. FAMTYP30 FAMTYP. FAMTYP31 FAMTYP. FAMTYP32 FAMTYP. FAMREL01 FAMREL. FAMREL02 FAMREL. FAMREL03 FAMREL. FAMREL04 FAMREL. FAMREL05 FAMREL. FAMREL06 FAMREL. FAMREL07 FAMREL. FAMREL08 FAMREL. FAMREL09 FAMREL. FAMREL10 FAMREL. FAMREL11 FAMREL. FAMREL12 FAMREL. FAMREL13 FAMREL. FAMREL14 FAMREL. FAMREL15 FAMREL. FAMREL16 FAMREL. FAMREL17 FAMREL. FAMREL18 FAMREL. FAMREL19 FAMREL. FAMREL20 FAMREL. FAMREL21 FAMREL. FAMREL22 FAMREL. FAMREL23 FAMREL. FAMREL24 FAMREL. FAMREL25 FAMREL. FAMREL26 FAMREL. FAMREL27 FAMREL. FAMREL28 FAMREL. FAMREL29 FAMREL. FAMREL30 FAMREL. FAMREL31 FAMREL. FAMREL32 FAMREL. FAMNUM01 FAMNUM. FAMNUM02 FAMNUM. FAMNUM03 FAMNUM. FAMNUM04 FAMNUM. FAMNUM05 FAMNUM. FAMNUM06 FAMNUM. FAMNUM07 FAMNUM. FAMNUM08 FAMNUM. FAMNUM09 FAMNUM. FAMNUM10 FAMNUM. FAMNUM11 FAMNUM. FAMNUM12 FAMNUM. FAMNUM13 FAMNUM. FAMNUM14 FAMNUM. FAMNUM15 FAMNUM. FAMNUM16 FAMNUM. FAMNUM17 FAMNUM. FAMNUM18 FAMNUM. FAMNUM19 FAMNUM. FAMNUM20 FAMNUM. FAMNUM21 FAMNUM. FAMNUM22 FAMNUM. FAMNUM23 FAMNUM. FAMNUM24 FAMNUM. FAMNUM25 FAMNUM. FAMNUM26 FAMNUM. FAMNUM27 FAMNUM. FAMNUM28 FAMNUM. FAMNUM29 FAMNUM. FAMNUM30 FAMNUM. FAMNUM31 FAMNUM. FAMNUM32 FAMNUM. PNSP_01 PNSP. PNSP_02 PNSP. PNSP_03 PNSP. PNSP_04 PNSP. PNSP_05 PNSP. PNSP_06 PNSP. PNSP_07 PNSP. PNSP_08 PNSP. PNSP_09 PNSP. PNSP_10 PNSP. PNSP_11 PNSP. PNSP_12 PNSP. PNSP_13 PNSP. PNSP_14 PNSP. PNSP_15 PNSP. PNSP_16 PNSP. PNSP_17 PNSP. PNSP_18 PNSP. PNSP_19 PNSP. PNSP_20 PNSP. PNSP_21 PNSP. PNSP_22 PNSP. PNSP_23 PNSP. PNSP_24 PNSP. PNSP_25 PNSP. PNSP_26 PNSP. PNSP_27 PNSP. PNSP_28 PNSP. PNSP_29 PNSP. PNSP_30 PNSP. PNSP_31 PNSP. PNSP_32 PNSP. PNPT_01 PNPT. PNPT_02 PNPT. PNPT_03 PNPT. PNPT_04 PNPT. PNPT_05 PNPT. PNPT_06 PNPT. PNPT_07 PNPT. PNPT_08 PNPT. PNPT_09 PNPT. PNPT_10 PNPT. PNPT_11 PNPT. PNPT_12 PNPT. PNPT_13 PNPT. PNPT_14 PNPT. PNPT_15 PNPT. PNPT_16 PNPT. PNPT_17 PNPT. PNPT_18 PNPT. PNPT_19 PNPT. PNPT_20 PNPT. PNPT_21 PNPT. PNPT_22 PNPT. PNPT_23 PNPT. PNPT_24 PNPT. PNPT_25 PNPT. PNPT_26 PNPT. PNPT_27 PNPT. PNPT_28 PNPT. PNPT_29 PNPT. PNPT_30 PNPT. PNPT_31 PNPT. PNPT_32 PNPT. HIGRADE1 HIGRADE. HIGRADE2 HIGRADE. HIGRADE3 HIGRADE. HIGRADE4 HIGRADE. HIGRADE5 HIGRADE. HIGRADE6 HIGRADE. HIGRADE7 HIGRADE. HIGRADE8 HIGRADE. GRD_CMP1 GRD_CMP. GRD_CMP2 GRD_CMP. GRD_CMP3 GRD_CMP. GRD_CMP4 GRD_CMP. GRD_CMP5 GRD_CMP. GRD_CMP6 GRD_CMP. GRD_CMP7 GRD_CMP. GRD_CMP8 GRD_CMP. VETSTAT1 VETSTAT. VETSTAT2 VETSTAT. VETSTAT3 VETSTAT. VETSTAT4 VETSTAT. VETSTAT5 VETSTAT. VETSTAT6 VETSTAT. VETSTAT7 VETSTAT. VETSTAT8 VETSTAT. IN_AF_1 IN_AF. IN_AF_2 IN_AF. IN_AF_3 IN_AF. IN_AF_4 IN_AF. IN_AF_5 IN_AF. IN_AF_6 IN_AF. IN_AF_7 IN_AF. IN_AF_8 IN_AF. USRV1_1 USRV1L. USRV1_2 USRV1L. USRV1_3 USRV1L. USRV1_4 USRV1L. USRV1_5 USRV1L. USRV1_6 USRV1L. USRV1_7 USRV1L. USRV1_8 USRV1L. USRV2_1 USRV2L. USRV2_2 USRV2L. USRV2_3 USRV2L. USRV2_4 USRV2L. USRV2_5 USRV2L. USRV2_6 USRV2L. USRV2_7 USRV2L. USRV2_8 USRV2L. USRV3_1 USRV3L. USRV3_2 USRV3L. USRV3_3 USRV3L. USRV3_4 USRV3L. USRV3_5 USRV3L. USRV3_6 USRV3L. USRV3_7 USRV3L. USRV3_8 USRV3L. U_BRTHMN U_BRTHMN. U_BRTHYR U_BRTHYR. U_PNGD1 U_PNGD. U_PNGD2 U_PNGD. U_PNGD3 U_PNGD. U_PNGD4 U_PNGD. U_PNGD5 U_PNGD. U_PNGD6 U_PNGD. U_PNGD7 U_PNGD. U_PNGD8 U_PNGD. LIVQTR01 LIVQTR. LIVQTR02 LIVQTR. LIVQTR03 LIVQTR. LIVQTR04 LIVQTR. LIVQTR05 LIVQTR. LIVQTR06 LIVQTR. LIVQTR07 LIVQTR. LIVQTR08 LIVQTR. LIVQTR09 LIVQTR. LIVQTR10 LIVQTR. LIVQTR11 LIVQTR. LIVQTR12 LIVQTR. LIVQTR13 LIVQTR. LIVQTR14 LIVQTR. LIVQTR15 LIVQTR. LIVQTR16 LIVQTR. LIVQTR17 LIVQTR. LIVQTR18 LIVQTR. LIVQTR19 LIVQTR. LIVQTR20 LIVQTR. LIVQTR21 LIVQTR. LIVQTR22 LIVQTR. LIVQTR23 LIVQTR. LIVQTR24 LIVQTR. LIVQTR25 LIVQTR. LIVQTR26 LIVQTR. LIVQTR27 LIVQTR. LIVQTR28 LIVQTR. LIVQTR29 LIVQTR. LIVQTR30 LIVQTR. LIVQTR31 LIVQTR. LIVQTR32 LIVQTR. TENURE01 TENURE. TENURE02 TENURE. TENURE03 TENURE. TENURE04 TENURE. TENURE05 TENURE. TENURE06 TENURE. TENURE07 TENURE. TENURE08 TENURE. TENURE09 TENURE. TENURE10 TENURE. TENURE11 TENURE. TENURE12 TENURE. TENURE13 TENURE. TENURE14 TENURE. TENURE15 TENURE. TENURE16 TENURE. TENURE17 TENURE. TENURE18 TENURE. TENURE19 TENURE. TENURE20 TENURE. TENURE21 TENURE. TENURE22 TENURE. TENURE23 TENURE. TENURE24 TENURE. TENURE25 TENURE. TENURE26 TENURE. TENURE27 TENURE. TENURE28 TENURE. TENURE29 TENURE. TENURE30 TENURE. TENURE31 TENURE. TENURE32 TENURE. PUBHOU01 PUBHOU. PUBHOU02 PUBHOU. PUBHOU03 PUBHOU. PUBHOU04 PUBHOU. PUBHOU05 PUBHOU. PUBHOU06 PUBHOU. PUBHOU07 PUBHOU. PUBHOU08 PUBHOU. PUBHOU09 PUBHOU. PUBHOU10 PUBHOU. PUBHOU11 PUBHOU. PUBHOU12 PUBHOU. PUBHOU13 PUBHOU. PUBHOU14 PUBHOU. PUBHOU15 PUBHOU. PUBHOU16 PUBHOU. PUBHOU17 PUBHOU. PUBHOU18 PUBHOU. PUBHOU19 PUBHOU. PUBHOU20 PUBHOU. PUBHOU21 PUBHOU. PUBHOU22 PUBHOU. PUBHOU23 PUBHOU. PUBHOU24 PUBHOU. PUBHOU25 PUBHOU. PUBHOU26 PUBHOU. PUBHOU27 PUBHOU. PUBHOU28 PUBHOU. PUBHOU29 PUBHOU. PUBHOU30 PUBHOU. PUBHOU31 PUBHOU. PUBHOU32 PUBHOU. LOW_RE01 LOW_RE. LOW_RE02 LOW_RE. LOW_RE03 LOW_RE. LOW_RE04 LOW_RE. LOW_RE05 LOW_RE. LOW_RE06 LOW_RE. LOW_RE07 LOW_RE. LOW_RE08 LOW_RE. LOW_RE09 LOW_RE. LOW_RE10 LOW_RE. LOW_RE11 LOW_RE. LOW_RE12 LOW_RE. LOW_RE13 LOW_RE. LOW_RE14 LOW_RE. LOW_RE15 LOW_RE. LOW_RE16 LOW_RE. LOW_RE17 LOW_RE. LOW_RE18 LOW_RE. LOW_RE19 LOW_RE. LOW_RE20 LOW_RE. LOW_RE21 LOW_RE. LOW_RE22 LOW_RE. LOW_RE23 LOW_RE. LOW_RE24 LOW_RE. LOW_RE25 LOW_RE. LOW_RE26 LOW_RE. LOW_RE27 LOW_RE. LOW_RE28 LOW_RE. LOW_RE29 LOW_RE. LOW_RE30 LOW_RE. LOW_RE31 LOW_RE. LOW_RE32 LOW_RE. ENGRY_Y1 ENGRY_Y. ENGRY_Y2 ENGRY_Y. ENGRY_Y3 ENGRY_Y. ENGRY_Y4 ENGRY_Y. ENGRY_Y5 ENGRY_Y. ENGRY_Y6 ENGRY_Y. ENGRY_Y7 ENGRY_Y. ENGRY_Y8 ENGRY_Y. ENGRYTY1 ENGRYTY. ENGRYTY2 ENGRYTY. ENGRYTY3 ENGRYTY. ENGRYTY4 ENGRYTY. ENGRYTY5 ENGRYTY. ENGRYTY6 ENGRYTY. ENGRYTY7 ENGRYTY. ENGRYTY8 ENGRYTY. ENGRYAM1 ENGRYAM. ENGRYAM2 ENGRYAM. ENGRYAM3 ENGRYAM. ENGRYAM4 ENGRYAM. ENGRYAM5 ENGRYAM. ENGRYAM6 ENGRYAM. ENGRYAM7 ENGRYAM. ENGRYAM8 ENGRYAM. TYPELUN1 TYPELUN. TYPELUN2 TYPELUN. TYPELUN3 TYPELUN. TYPELUN4 TYPELUN. TYPELUN5 TYPELUN. TYPELUN6 TYPELUN. TYPELUN7 TYPELUN. TYPELUN8 TYPELUN. NUM_LUN1 NUM_LUN. NUM_LUN2 NUM_LUN. NUM_LUN3 NUM_LUN. NUM_LUN4 NUM_LUN. NUM_LUN5 NUM_LUN. NUM_LUN6 NUM_LUN. NUM_LUN7 NUM_LUN. NUM_LUN8 NUM_LUN. TYPEBRK1 TYPEBRK. TYPEBRK2 TYPEBRK. TYPEBRK3 TYPEBRK. TYPEBRK4 TYPEBRK. TYPEBRK5 TYPEBRK. TYPEBRK6 TYPEBRK. TYPEBRK7 TYPEBRK. TYPEBRK8 TYPEBRK. NUM_BRK1 NUM_BRK. NUM_BRK2 NUM_BRK. NUM_BRK3 NUM_BRK. NUM_BRK4 NUM_BRK. NUM_BRK5 NUM_BRK. NUM_BRK6 NUM_BRK. NUM_BRK7 NUM_BRK. NUM_BRK8 NUM_BRK. PUBRNTYN PUBRNTYN. PUBRNAMT PUBRNAMT. UTLPAYYN UTLPAYYN. GEO_STE1 GEO_STE. GEO_STE2 GEO_STE. GEO_STE3 GEO_STE. GEO_STE4 GEO_STE. GEO_STE5 GEO_STE. GEO_STE6 GEO_STE. GEO_STE7 GEO_STE. GEO_STE8 GEO_STE. SC1332 SC1332L. SC1334 SC1334L. SC1336 SC1336L. SC1346 SC1346L. SC1348 SC1348L. SC1360 SC1360L. SC1418 SC1418L. SC1456 SC1456L. MEDCODE MEDCODE. SC1468 SC1468L. SC1472 SC1472L. DISAB DISAB. ATT_SCH1 ATT_SCH. ATT_SCH2 ATT_SCH. ATT_SCH3 ATT_SCH. ATT_SCH4 ATT_SCH. ATT_SCH5 ATT_SCH. ATT_SCH6 ATT_SCH. ATT_SCH7 ATT_SCH. ATT_SCH8 ATT_SCH. ENRL_M01 ENRL_M. ENRL_M02 ENRL_M. ENRL_M03 ENRL_M. ENRL_M04 ENRL_M. ENRL_M05 ENRL_M. ENRL_M06 ENRL_M. ENRL_M07 ENRL_M. ENRL_M08 ENRL_M. ENRL_M09 ENRL_M. ENRL_M10 ENRL_M. ENRL_M11 ENRL_M. ENRL_M12 ENRL_M. ENRL_M13 ENRL_M. ENRL_M14 ENRL_M. ENRL_M15 ENRL_M. ENRL_M16 ENRL_M. ENRL_M17 ENRL_M. ENRL_M18 ENRL_M. ENRL_M19 ENRL_M. ENRL_M20 ENRL_M. ENRL_M21 ENRL_M. ENRL_M22 ENRL_M. ENRL_M23 ENRL_M. ENRL_M24 ENRL_M. ENRL_M25 ENRL_M. ENRL_M26 ENRL_M. ENRL_M27 ENRL_M. ENRL_M28 ENRL_M. ENRL_M29 ENRL_M. ENRL_M30 ENRL_M. ENRL_M31 ENRL_M. ENRL_M32 ENRL_M. ED_LEVE1 ED_LEVE. ED_LEVE2 ED_LEVE. ED_LEVE3 ED_LEVE. ED_LEVE4 ED_LEVE. ED_LEVE5 ED_LEVE. ED_LEVE6 ED_LEVE. ED_LEVE7 ED_LEVE. ED_LEVE8 ED_LEVE. ED_FINA1 ED_FINA. ED_FINA2 ED_FINA. ED_FINA3 ED_FINA. ED_FINA4 ED_FINA. ED_FINA5 ED_FINA. ED_FINA6 ED_FINA. ED_FINA7 ED_FINA. ED_FINA8 ED_FINA. SC16961 SC1696L. SC16962 SC1696L. SC16963 SC1696L. SC16964 SC1696L. SC16965 SC1696L. SC16966 SC1696L. SC16967 SC1696L. SC16968 SC1696L. TELEPHON TELEPHON. ESR_01 ESR. ESR_02 ESR. ESR_03 ESR. ESR_04 ESR. ESR_05 ESR. ESR_06 ESR. ESR_07 ESR. ESR_08 ESR. ESR_09 ESR. ESR_10 ESR. ESR_11 ESR. ESR_12 ESR. ESR_13 ESR. ESR_14 ESR. ESR_15 ESR. ESR_16 ESR. ESR_17 ESR. ESR_18 ESR. ESR_19 ESR. ESR_20 ESR. ESR_21 ESR. ESR_22 ESR. ESR_23 ESR. ESR_24 ESR. ESR_25 ESR. ESR_26 ESR. ESR_27 ESR. ESR_28 ESR. ESR_29 ESR. ESR_30 ESR. ESR_31 ESR. ESR_32 ESR. WKSPER01 WKSPER. WKSPER02 WKSPER. WKSPER03 WKSPER. WKSPER04 WKSPER. WKSPER05 WKSPER. WKSPER06 WKSPER. WKSPER07 WKSPER. WKSPER08 WKSPER. WKSPER09 WKSPER. WKSPER10 WKSPER. WKSPER11 WKSPER. WKSPER12 WKSPER. WKSPER13 WKSPER. WKSPER14 WKSPER. WKSPER15 WKSPER. WKSPER16 WKSPER. WKSPER17 WKSPER. WKSPER18 WKSPER. WKSPER19 WKSPER. WKSPER20 WKSPER. WKSPER21 WKSPER. WKSPER22 WKSPER. WKSPER23 WKSPER. WKSPER24 WKSPER. WKSPER25 WKSPER. WKSPER26 WKSPER. WKSPER27 WKSPER. WKSPER28 WKSPER. WKSPER29 WKSPER. WKSPER30 WKSPER. WKSPER31 WKSPER. WKSPER32 WKSPER. MTHJBW01 MTHJBW. MTHJBW02 MTHJBW. MTHJBW03 MTHJBW. MTHJBW04 MTHJBW. MTHJBW05 MTHJBW. MTHJBW06 MTHJBW. MTHJBW07 MTHJBW. MTHJBW08 MTHJBW. MTHJBW09 MTHJBW. MTHJBW10 MTHJBW. MTHJBW11 MTHJBW. MTHJBW12 MTHJBW. MTHJBW13 MTHJBW. MTHJBW14 MTHJBW. MTHJBW15 MTHJBW. MTHJBW16 MTHJBW. MTHJBW17 MTHJBW. MTHJBW18 MTHJBW. MTHJBW19 MTHJBW. MTHJBW20 MTHJBW. MTHJBW21 MTHJBW. MTHJBW22 MTHJBW. MTHJBW23 MTHJBW. MTHJBW24 MTHJBW. MTHJBW25 MTHJBW. MTHJBW26 MTHJBW. MTHJBW27 MTHJBW. MTHJBW28 MTHJBW. MTHJBW29 MTHJBW. MTHJBW30 MTHJBW. MTHJBW31 MTHJBW. MTHJBW32 MTHJBW. MTHWOP01 MTHWOP. MTHWOP02 MTHWOP. MTHWOP03 MTHWOP. MTHWOP04 MTHWOP. MTHWOP05 MTHWOP. MTHWOP06 MTHWOP. MTHWOP07 MTHWOP. MTHWOP08 MTHWOP. MTHWOP09 MTHWOP. MTHWOP10 MTHWOP. MTHWOP11 MTHWOP. MTHWOP12 MTHWOP. MTHWOP13 MTHWOP. MTHWOP14 MTHWOP. MTHWOP15 MTHWOP. MTHWOP16 MTHWOP. MTHWOP17 MTHWOP. MTHWOP18 MTHWOP. MTHWOP19 MTHWOP. MTHWOP20 MTHWOP. MTHWOP21 MTHWOP. MTHWOP22 MTHWOP. MTHWOP23 MTHWOP. MTHWOP24 MTHWOP. MTHWOP25 MTHWOP. MTHWOP26 MTHWOP. MTHWOP27 MTHWOP. MTHWOP28 MTHWOP. MTHWOP29 MTHWOP. MTHWOP30 MTHWOP. MTHWOP31 MTHWOP. MTHWOP32 MTHWOP. MTHWKS01 MTHWKS. MTHWKS02 MTHWKS. MTHWKS03 MTHWKS. MTHWKS04 MTHWKS. MTHWKS05 MTHWKS. MTHWKS06 MTHWKS. MTHWKS07 MTHWKS. MTHWKS08 MTHWKS. MTHWKS09 MTHWKS. MTHWKS10 MTHWKS. MTHWKS11 MTHWKS. MTHWKS12 MTHWKS. MTHWKS13 MTHWKS. MTHWKS14 MTHWKS. MTHWKS15 MTHWKS. MTHWKS16 MTHWKS. MTHWKS17 MTHWKS. MTHWKS18 MTHWKS. MTHWKS19 MTHWKS. MTHWKS20 MTHWKS. MTHWKS21 MTHWKS. MTHWKS22 MTHWKS. MTHWKS23 MTHWKS. MTHWKS24 MTHWKS. MTHWKS25 MTHWKS. MTHWKS26 MTHWKS. MTHWKS27 MTHWKS. MTHWKS28 MTHWKS. MTHWKS29 MTHWKS. MTHWKS30 MTHWKS. MTHWKS31 MTHWKS. MTHWKS32 MTHWKS. USUALHR1 USUALHR. USUALHR2 USUALHR. USUALHR3 USUALHR. USUALHR4 USUALHR. USUALHR5 USUALHR. USUALHR6 USUALHR. USUALHR7 USUALHR. USUALHR8 USUALHR. JOBID101 JOBID1L. JOBID102 JOBID1L. JOBID103 JOBID1L. JOBID104 JOBID1L. JOBID105 JOBID1L. JOBID106 JOBID1L. JOBID107 JOBID1L. JOBID108 JOBID1L. JOBID109 JOBID1L. JOBID110 JOBID1L. JOBID111 JOBID1L. JOBID112 JOBID1L. JOBID113 JOBID1L. JOBID114 JOBID1L. JOBID115 JOBID1L. JOBID116 JOBID1L. JOBID117 JOBID1L. JOBID118 JOBID1L. JOBID119 JOBID1L. JOBID120 JOBID1L. JOBID121 JOBID1L. JOBID122 JOBID1L. JOBID123 JOBID1L. JOBID124 JOBID1L. JOBID125 JOBID1L. JOBID126 JOBID1L. JOBID127 JOBID1L. JOBID128 JOBID1L. JOBID129 JOBID1L. JOBID130 JOBID1L. JOBID131 JOBID1L. JOBID132 JOBID1L. JOBID201 JOBID2L. JOBID202 JOBID2L. JOBID203 JOBID2L. JOBID204 JOBID2L. JOBID205 JOBID2L. JOBID206 JOBID2L. JOBID207 JOBID2L. JOBID208 JOBID2L. JOBID209 JOBID2L. JOBID210 JOBID2L. JOBID211 JOBID2L. JOBID212 JOBID2L. JOBID213 JOBID2L. JOBID214 JOBID2L. JOBID215 JOBID2L. JOBID216 JOBID2L. JOBID217 JOBID2L. JOBID218 JOBID2L. JOBID219 JOBID2L. JOBID220 JOBID2L. JOBID221 JOBID2L. JOBID222 JOBID2L. JOBID223 JOBID2L. JOBID224 JOBID2L. JOBID225 JOBID2L. JOBID226 JOBID2L. JOBID227 JOBID2L. JOBID228 JOBID2L. JOBID229 JOBID2L. JOBID230 JOBID2L. JOBID231 JOBID2L. JOBID232 JOBID2L. CLSWK101 CLSWK1L. CLSWK102 CLSWK1L. CLSWK103 CLSWK1L. CLSWK104 CLSWK1L. CLSWK105 CLSWK1L. CLSWK106 CLSWK1L. CLSWK107 CLSWK1L. CLSWK108 CLSWK1L. CLSWK109 CLSWK1L. CLSWK110 CLSWK1L. CLSWK111 CLSWK1L. CLSWK112 CLSWK1L. CLSWK113 CLSWK1L. CLSWK114 CLSWK1L. CLSWK115 CLSWK1L. CLSWK116 CLSWK1L. CLSWK117 CLSWK1L. CLSWK118 CLSWK1L. CLSWK119 CLSWK1L. CLSWK120 CLSWK1L. CLSWK121 CLSWK1L. CLSWK122 CLSWK1L. CLSWK123 CLSWK1L. CLSWK124 CLSWK1L. CLSWK125 CLSWK1L. CLSWK126 CLSWK1L. CLSWK127 CLSWK1L. CLSWK128 CLSWK1L. CLSWK129 CLSWK1L. CLSWK130 CLSWK1L. CLSWK131 CLSWK1L. CLSWK132 CLSWK1L. CLSWK201 CLSWK2L. CLSWK202 CLSWK2L. CLSWK203 CLSWK2L. CLSWK204 CLSWK2L. CLSWK205 CLSWK2L. CLSWK206 CLSWK2L. CLSWK207 CLSWK2L. CLSWK208 CLSWK2L. CLSWK209 CLSWK2L. CLSWK210 CLSWK2L. CLSWK211 CLSWK2L. CLSWK212 CLSWK2L. CLSWK213 CLSWK2L. CLSWK214 CLSWK2L. CLSWK215 CLSWK2L. CLSWK216 CLSWK2L. CLSWK217 CLSWK2L. CLSWK218 CLSWK2L. CLSWK219 CLSWK2L. CLSWK220 CLSWK2L. CLSWK221 CLSWK2L. CLSWK222 CLSWK2L. CLSWK223 CLSWK2L. CLSWK224 CLSWK2L. CLSWK225 CLSWK2L. CLSWK226 CLSWK2L. CLSWK227 CLSWK2L. CLSWK228 CLSWK2L. CLSWK229 CLSWK2L. CLSWK230 CLSWK2L. CLSWK231 CLSWK2L. CLSWK232 CLSWK2L. WKSEM101 WKSEM1L. WKSEM102 WKSEM1L. WKSEM103 WKSEM1L. WKSEM104 WKSEM1L. WKSEM105 WKSEM1L. WKSEM106 WKSEM1L. WKSEM107 WKSEM1L. WKSEM108 WKSEM1L. WKSEM109 WKSEM1L. WKSEM110 WKSEM1L. WKSEM111 WKSEM1L. WKSEM112 WKSEM1L. WKSEM113 WKSEM1L. WKSEM114 WKSEM1L. WKSEM115 WKSEM1L. WKSEM116 WKSEM1L. WKSEM117 WKSEM1L. WKSEM118 WKSEM1L. WKSEM119 WKSEM1L. WKSEM120 WKSEM1L. WKSEM121 WKSEM1L. WKSEM122 WKSEM1L. WKSEM123 WKSEM1L. WKSEM124 WKSEM1L. WKSEM125 WKSEM1L. WKSEM126 WKSEM1L. WKSEM127 WKSEM1L. WKSEM128 WKSEM1L. WKSEM129 WKSEM1L. WKSEM130 WKSEM1L. WKSEM131 WKSEM1L. WKSEM132 WKSEM1L. WKSEM201 WKSEM2L. WKSEM202 WKSEM2L. WKSEM203 WKSEM2L. WKSEM204 WKSEM2L. WKSEM205 WKSEM2L. WKSEM206 WKSEM2L. WKSEM207 WKSEM2L. WKSEM208 WKSEM2L. WKSEM209 WKSEM2L. WKSEM210 WKSEM2L. WKSEM211 WKSEM2L. WKSEM212 WKSEM2L. WKSEM213 WKSEM2L. WKSEM214 WKSEM2L. WKSEM215 WKSEM2L. WKSEM216 WKSEM2L. WKSEM217 WKSEM2L. WKSEM218 WKSEM2L. WKSEM219 WKSEM2L. WKSEM220 WKSEM2L. WKSEM221 WKSEM2L. WKSEM222 WKSEM2L. WKSEM223 WKSEM2L. WKSEM224 WKSEM2L. WKSEM225 WKSEM2L. WKSEM226 WKSEM2L. WKSEM227 WKSEM2L. WKSEM228 WKSEM2L. WKSEM229 WKSEM2L. WKSEM230 WKSEM2L. WKSEM231 WKSEM2L. WKSEM232 WKSEM2L. WSHRS101 WSHRS1L. WSHRS102 WSHRS1L. WSHRS103 WSHRS1L. WSHRS104 WSHRS1L. WSHRS105 WSHRS1L. WSHRS106 WSHRS1L. WSHRS107 WSHRS1L. WSHRS108 WSHRS1L. WSHRS109 WSHRS1L. WSHRS110 WSHRS1L. WSHRS111 WSHRS1L. WSHRS112 WSHRS1L. WSHRS113 WSHRS1L. WSHRS114 WSHRS1L. WSHRS115 WSHRS1L. WSHRS116 WSHRS1L. WSHRS117 WSHRS1L. WSHRS118 WSHRS1L. WSHRS119 WSHRS1L. WSHRS120 WSHRS1L. WSHRS121 WSHRS1L. WSHRS122 WSHRS1L. WSHRS123 WSHRS1L. WSHRS124 WSHRS1L. WSHRS125 WSHRS1L. WSHRS126 WSHRS1L. WSHRS127 WSHRS1L. WSHRS128 WSHRS1L. WSHRS129 WSHRS1L. WSHRS130 WSHRS1L. WSHRS131 WSHRS1L. WSHRS132 WSHRS1L. WSHRS201 WSHRS2L. WSHRS202 WSHRS2L. WSHRS203 WSHRS2L. WSHRS204 WSHRS2L. WSHRS205 WSHRS2L. WSHRS206 WSHRS2L. WSHRS207 WSHRS2L. WSHRS208 WSHRS2L. WSHRS209 WSHRS2L. WSHRS210 WSHRS2L. WSHRS211 WSHRS2L. WSHRS212 WSHRS2L. WSHRS213 WSHRS2L. WSHRS214 WSHRS2L. WSHRS215 WSHRS2L. WSHRS216 WSHRS2L. WSHRS217 WSHRS2L. WSHRS218 WSHRS2L. WSHRS219 WSHRS2L. WSHRS220 WSHRS2L. WSHRS221 WSHRS2L. WSHRS222 WSHRS2L. WSHRS223 WSHRS2L. WSHRS224 WSHRS2L. WSHRS225 WSHRS2L. WSHRS226 WSHRS2L. WSHRS227 WSHRS2L. WSHRS228 WSHRS2L. WSHRS229 WSHRS2L. WSHRS230 WSHRS2L. WSHRS231 WSHRS2L. WSHRS232 WSHRS2L. HRRAT101 HRRAT1L. HRRAT102 HRRAT1L. HRRAT103 HRRAT1L. HRRAT104 HRRAT1L. HRRAT105 HRRAT1L. HRRAT106 HRRAT1L. HRRAT107 HRRAT1L. HRRAT108 HRRAT1L. HRRAT109 HRRAT1L. HRRAT110 HRRAT1L. HRRAT111 HRRAT1L. HRRAT112 HRRAT1L. HRRAT113 HRRAT1L. HRRAT114 HRRAT1L. HRRAT115 HRRAT1L. HRRAT116 HRRAT1L. HRRAT117 HRRAT1L. HRRAT118 HRRAT1L. HRRAT119 HRRAT1L. HRRAT120 HRRAT1L. HRRAT121 HRRAT1L. HRRAT122 HRRAT1L. HRRAT123 HRRAT1L. HRRAT124 HRRAT1L. HRRAT125 HRRAT1L. HRRAT126 HRRAT1L. HRRAT127 HRRAT1L. HRRAT128 HRRAT1L. HRRAT129 HRRAT1L. HRRAT130 HRRAT1L. HRRAT131 HRRAT1L. HRRAT132 HRRAT1L. HRRAT201 HRRAT2L. HRRAT202 HRRAT2L. HRRAT203 HRRAT2L. HRRAT204 HRRAT2L. HRRAT205 HRRAT2L. HRRAT206 HRRAT2L. HRRAT207 HRRAT2L. HRRAT208 HRRAT2L. HRRAT209 HRRAT2L. HRRAT210 HRRAT2L. HRRAT211 HRRAT2L. HRRAT212 HRRAT2L. HRRAT213 HRRAT2L. HRRAT214 HRRAT2L. HRRAT215 HRRAT2L. HRRAT216 HRRAT2L. HRRAT217 HRRAT2L. HRRAT218 HRRAT2L. HRRAT219 HRRAT2L. HRRAT220 HRRAT2L. HRRAT221 HRRAT2L. HRRAT222 HRRAT2L. HRRAT223 HRRAT2L. HRRAT224 HRRAT2L. HRRAT225 HRRAT2L. HRRAT226 HRRAT2L. HRRAT227 HRRAT2L. HRRAT228 HRRAT2L. HRRAT229 HRRAT2L. HRRAT230 HRRAT2L. HRRAT231 HRRAT2L. HRRAT232 HRRAT2L. BUSID101 BUSID1L. BUSID102 BUSID1L. BUSID103 BUSID1L. BUSID104 BUSID1L. BUSID105 BUSID1L. BUSID106 BUSID1L. BUSID107 BUSID1L. BUSID108 BUSID1L. BUSID109 BUSID1L. BUSID110 BUSID1L. BUSID111 BUSID1L. BUSID112 BUSID1L. BUSID113 BUSID1L. BUSID114 BUSID1L. BUSID115 BUSID1L. BUSID116 BUSID1L. BUSID117 BUSID1L. BUSID118 BUSID1L. BUSID119 BUSID1L. BUSID120 BUSID1L. BUSID121 BUSID1L. BUSID122 BUSID1L. BUSID123 BUSID1L. BUSID124 BUSID1L. BUSID125 BUSID1L. BUSID126 BUSID1L. BUSID127 BUSID1L. BUSID128 BUSID1L. BUSID129 BUSID1L. BUSID130 BUSID1L. BUSID131 BUSID1L. BUSID132 BUSID1L. BUSID201 BUSID2L. BUSID202 BUSID2L. BUSID203 BUSID2L. BUSID204 BUSID2L. BUSID205 BUSID2L. BUSID206 BUSID2L. BUSID207 BUSID2L. BUSID208 BUSID2L. BUSID209 BUSID2L. BUSID210 BUSID2L. BUSID211 BUSID2L. BUSID212 BUSID2L. BUSID213 BUSID2L. BUSID214 BUSID2L. BUSID215 BUSID2L. BUSID216 BUSID2L. BUSID217 BUSID2L. BUSID218 BUSID2L. BUSID219 BUSID2L. BUSID220 BUSID2L. BUSID221 BUSID2L. BUSID222 BUSID2L. BUSID223 BUSID2L. BUSID224 BUSID2L. BUSID225 BUSID2L. BUSID226 BUSID2L. BUSID227 BUSID2L. BUSID228 BUSID2L. BUSID229 BUSID2L. BUSID230 BUSID2L. BUSID231 BUSID2L. BUSID232 BUSID2L. TYPBS101 TYPBS1L. TYPBS102 TYPBS1L. TYPBS103 TYPBS1L. TYPBS104 TYPBS1L. TYPBS105 TYPBS1L. TYPBS106 TYPBS1L. TYPBS107 TYPBS1L. TYPBS108 TYPBS1L. TYPBS109 TYPBS1L. TYPBS110 TYPBS1L. TYPBS111 TYPBS1L. TYPBS112 TYPBS1L. TYPBS113 TYPBS1L. TYPBS114 TYPBS1L. TYPBS115 TYPBS1L. TYPBS116 TYPBS1L. TYPBS117 TYPBS1L. TYPBS118 TYPBS1L. TYPBS119 TYPBS1L. TYPBS120 TYPBS1L. TYPBS121 TYPBS1L. TYPBS122 TYPBS1L. TYPBS123 TYPBS1L. TYPBS124 TYPBS1L. TYPBS125 TYPBS1L. TYPBS126 TYPBS1L. TYPBS127 TYPBS1L. TYPBS128 TYPBS1L. TYPBS129 TYPBS1L. TYPBS130 TYPBS1L. TYPBS131 TYPBS1L. TYPBS132 TYPBS1L. TYPBS201 TYPBS2L. TYPBS202 TYPBS2L. TYPBS203 TYPBS2L. TYPBS204 TYPBS2L. TYPBS205 TYPBS2L. TYPBS206 TYPBS2L. TYPBS207 TYPBS2L. TYPBS208 TYPBS2L. TYPBS209 TYPBS2L. TYPBS210 TYPBS2L. TYPBS211 TYPBS2L. TYPBS212 TYPBS2L. TYPBS213 TYPBS2L. TYPBS214 TYPBS2L. TYPBS215 TYPBS2L. TYPBS216 TYPBS2L. TYPBS217 TYPBS2L. TYPBS218 TYPBS2L. TYPBS219 TYPBS2L. TYPBS220 TYPBS2L. TYPBS221 TYPBS2L. TYPBS222 TYPBS2L. TYPBS223 TYPBS2L. TYPBS224 TYPBS2L. TYPBS225 TYPBS2L. TYPBS226 TYPBS2L. TYPBS227 TYPBS2L. TYPBS228 TYPBS2L. TYPBS229 TYPBS2L. TYPBS230 TYPBS2L. TYPBS231 TYPBS2L. TYPBS232 TYPBS2L. SEIND101 SEIND1L. SEIND102 SEIND1L. SEIND103 SEIND1L. SEIND104 SEIND1L. SEIND105 SEIND1L. SEIND106 SEIND1L. SEIND107 SEIND1L. SEIND108 SEIND1L. SEIND109 SEIND1L. SEIND110 SEIND1L. SEIND111 SEIND1L. SEIND112 SEIND1L. SEIND113 SEIND1L. SEIND114 SEIND1L. SEIND115 SEIND1L. SEIND116 SEIND1L. SEIND117 SEIND1L. SEIND118 SEIND1L. SEIND119 SEIND1L. SEIND120 SEIND1L. SEIND121 SEIND1L. SEIND122 SEIND1L. SEIND123 SEIND1L. SEIND124 SEIND1L. SEIND125 SEIND1L. SEIND126 SEIND1L. SEIND127 SEIND1L. SEIND128 SEIND1L. SEIND129 SEIND1L. SEIND130 SEIND1L. SEIND131 SEIND1L. SEIND132 SEIND1L. SEIND201 SEIND2L. SEIND202 SEIND2L. SEIND203 SEIND2L. SEIND204 SEIND2L. SEIND205 SEIND2L. SEIND206 SEIND2L. SEIND207 SEIND2L. SEIND208 SEIND2L. SEIND209 SEIND2L. SEIND210 SEIND2L. SEIND211 SEIND2L. SEIND212 SEIND2L. SEIND213 SEIND2L. SEIND214 SEIND2L. SEIND215 SEIND2L. SEIND216 SEIND2L. SEIND217 SEIND2L. SEIND218 SEIND2L. SEIND219 SEIND2L. SEIND220 SEIND2L. SEIND221 SEIND2L. SEIND222 SEIND2L. SEIND223 SEIND2L. SEIND224 SEIND2L. SEIND225 SEIND2L. SEIND226 SEIND2L. SEIND227 SEIND2L. SEIND228 SEIND2L. SEIND229 SEIND2L. SEIND230 SEIND2L. SEIND231 SEIND2L. SEIND232 SEIND2L. SE_WB101 SE_WB1L. SE_WB102 SE_WB1L. SE_WB103 SE_WB1L. SE_WB104 SE_WB1L. SE_WB105 SE_WB1L. SE_WB106 SE_WB1L. SE_WB107 SE_WB1L. SE_WB108 SE_WB1L. SE_WB109 SE_WB1L. SE_WB110 SE_WB1L. SE_WB111 SE_WB1L. SE_WB112 SE_WB1L. SE_WB113 SE_WB1L. SE_WB114 SE_WB1L. SE_WB115 SE_WB1L. SE_WB116 SE_WB1L. SE_WB117 SE_WB1L. SE_WB118 SE_WB1L. SE_WB119 SE_WB1L. SE_WB120 SE_WB1L. SE_WB121 SE_WB1L. SE_WB122 SE_WB1L. SE_WB123 SE_WB1L. SE_WB124 SE_WB1L. SE_WB125 SE_WB1L. SE_WB126 SE_WB1L. SE_WB127 SE_WB1L. SE_WB128 SE_WB1L. SE_WB129 SE_WB1L. SE_WB130 SE_WB1L. SE_WB131 SE_WB1L. SE_WB132 SE_WB1L. SE_WB201 SE_WB2L. SE_WB202 SE_WB2L. SE_WB203 SE_WB2L. SE_WB204 SE_WB2L. SE_WB205 SE_WB2L. SE_WB206 SE_WB2L. SE_WB207 SE_WB2L. SE_WB208 SE_WB2L. SE_WB209 SE_WB2L. SE_WB210 SE_WB2L. SE_WB211 SE_WB2L. SE_WB212 SE_WB2L. SE_WB213 SE_WB2L. SE_WB214 SE_WB2L. SE_WB215 SE_WB2L. SE_WB216 SE_WB2L. SE_WB217 SE_WB2L. SE_WB218 SE_WB2L. SE_WB219 SE_WB2L. SE_WB220 SE_WB2L. SE_WB221 SE_WB2L. SE_WB222 SE_WB2L. SE_WB223 SE_WB2L. SE_WB224 SE_WB2L. SE_WB225 SE_WB2L. SE_WB226 SE_WB2L. SE_WB227 SE_WB2L. SE_WB228 SE_WB2L. SE_WB229 SE_WB2L. SE_WB230 SE_WB2L. SE_WB231 SE_WB2L. SE_WB232 SE_WB2L. SE_HR101 SE_HR1L. SE_HR102 SE_HR1L. SE_HR103 SE_HR1L. SE_HR104 SE_HR1L. SE_HR105 SE_HR1L. SE_HR106 SE_HR1L. SE_HR107 SE_HR1L. SE_HR108 SE_HR1L. SE_HR109 SE_HR1L. SE_HR110 SE_HR1L. SE_HR111 SE_HR1L. SE_HR112 SE_HR1L. SE_HR113 SE_HR1L. SE_HR114 SE_HR1L. SE_HR115 SE_HR1L. SE_HR116 SE_HR1L. SE_HR117 SE_HR1L. SE_HR118 SE_HR1L. SE_HR119 SE_HR1L. SE_HR120 SE_HR1L. SE_HR121 SE_HR1L. SE_HR122 SE_HR1L. SE_HR123 SE_HR1L. SE_HR124 SE_HR1L. SE_HR125 SE_HR1L. SE_HR126 SE_HR1L. SE_HR127 SE_HR1L. SE_HR128 SE_HR1L. SE_HR129 SE_HR1L. SE_HR130 SE_HR1L. SE_HR131 SE_HR1L. SE_HR132 SE_HR1L. SE_HR201 SE_HR2L. SE_HR202 SE_HR2L. SE_HR203 SE_HR2L. SE_HR204 SE_HR2L. SE_HR205 SE_HR2L. SE_HR206 SE_HR2L. SE_HR207 SE_HR2L. SE_HR208 SE_HR2L. SE_HR209 SE_HR2L. SE_HR210 SE_HR2L. SE_HR211 SE_HR2L. SE_HR212 SE_HR2L. SE_HR213 SE_HR2L. SE_HR214 SE_HR2L. SE_HR215 SE_HR2L. SE_HR216 SE_HR2L. SE_HR217 SE_HR2L. SE_HR218 SE_HR2L. SE_HR219 SE_HR2L. SE_HR220 SE_HR2L. SE_HR221 SE_HR2L. SE_HR222 SE_HR2L. SE_HR223 SE_HR2L. SE_HR224 SE_HR2L. SE_HR225 SE_HR2L. SE_HR226 SE_HR2L. SE_HR227 SE_HR2L. SE_HR228 SE_HR2L. SE_HR229 SE_HR2L. SE_HR230 SE_HR2L. SE_HR231 SE_HR2L. SE_HR232 SE_HR2L. G1SRC1 G1SRC1L. G1SRC2 G1SRC2L. G1SRC3 G1SRC3L. G1SRC4 G1SRC4L. G1SRC5 G1SRC5L. G1SRC6 G1SRC6L. G1SRC7 G1SRC7L. G1SRC8 G1SRC8L. G1SRC9 G1SRC9L. G1SRC10 G1SRC10L. SSRECIN1 SSRECIN. SSRECIN2 SSRECIN. SSRECIN3 SSRECIN. SSRECIN4 SSRECIN. SSRECIN5 SSRECIN. SSRECIN6 SSRECIN. SSRECIN7 SSRECIN. SSRECIN8 SSRECIN. RRRECIN1 RRRECIN. RRRECIN2 RRRECIN. RRRECIN3 RRRECIN. RRRECIN4 RRRECIN. RRRECIN5 RRRECIN. RRRECIN6 RRRECIN. RRRECIN7 RRRECIN. RRRECIN8 RRRECIN. SC3060 SC3060L. AST1001 AST100L. AST1002 AST100L. AST1003 AST100L. AST1004 AST100L. AST1005 AST100L. AST1006 AST100L. AST1007 AST100L. AST1008 AST100L. AST1011 AST101L. AST1012 AST101L. AST1013 AST101L. AST1014 AST101L. AST1015 AST101L. AST1016 AST101L. AST1017 AST101L. AST1018 AST101L. AST1021 AST102L. AST1022 AST102L. AST1023 AST102L. AST1024 AST102L. AST1025 AST102L. AST1026 AST102L. AST1027 AST102L. AST1028 AST102L. AST1031 AST103L. AST1032 AST103L. AST1033 AST103L. AST1034 AST103L. AST1035 AST103L. AST1036 AST103L. AST1037 AST103L. AST1038 AST103L. AST1041 AST104L. AST1042 AST104L. AST1043 AST104L. AST1044 AST104L. AST1045 AST104L. AST1046 AST104L. AST1047 AST104L. AST1048 AST104L. AST1051 AST105L. AST1052 AST105L. AST1053 AST105L. AST1054 AST105L. AST1055 AST105L. AST1056 AST105L. AST1057 AST105L. AST1058 AST105L. AST1061 AST106L. AST1062 AST106L. AST1063 AST106L. AST1064 AST106L. AST1065 AST106L. AST1066 AST106L. AST1067 AST106L. AST1068 AST106L. AST1071 AST107L. AST1072 AST107L. AST1073 AST107L. AST1074 AST107L. AST1075 AST107L. AST1076 AST107L. AST1077 AST107L. AST1078 AST107L. AST1101 AST110L. AST1102 AST110L. AST1103 AST110L. AST1104 AST110L. AST1105 AST110L. AST1106 AST110L. AST1107 AST110L. AST1108 AST110L. AST1201 AST120L. AST1202 AST120L. AST1203 AST120L. AST1204 AST120L. AST1205 AST120L. AST1206 AST120L. AST1207 AST120L. AST1208 AST120L. AST1301 AST130L. AST1302 AST130L. AST1303 AST130L. AST1304 AST130L. AST1305 AST130L. AST1306 AST130L. AST1307 AST130L. AST1308 AST130L. AST1401 AST140L. AST1402 AST140L. AST1403 AST140L. AST1404 AST140L. AST1405 AST140L. AST1406 AST140L. AST1407 AST140L. AST1408 AST140L. AST1501 AST150L. AST1502 AST150L. AST1503 AST150L. AST1504 AST150L. AST1505 AST150L. AST1506 AST150L. AST1507 AST150L. AST1508 AST150L. G2SRC100 G2SRC10N. G2SRC104 G2SRC10K. G2SRC110 G2SRC11N. G2SRC120 G2SRC12N. G2SRC130 G2SRC13N. G2SRC140 G2SRC14N. CARECO01 CARECO. CARECO02 CARECO. CARECO03 CARECO. CARECO04 CARECO. CARECO05 CARECO. CARECO06 CARECO. CARECO07 CARECO. CARECO08 CARECO. CARECO09 CARECO. CARECO10 CARECO. CARECO11 CARECO. CARECO12 CARECO. CARECO13 CARECO. CARECO14 CARECO. CARECO15 CARECO. CARECO16 CARECO. CARECO17 CARECO. CARECO18 CARECO. CARECO19 CARECO. CARECO20 CARECO. CARECO21 CARECO. CARECO22 CARECO. CARECO23 CARECO. CARECO24 CARECO. CARECO25 CARECO. CARECO26 CARECO. CARECO27 CARECO. CARECO28 CARECO. CARECO29 CARECO. CARECO30 CARECO. CARECO31 CARECO. CARECO32 CARECO. CAIDCO01 CAIDCO. CAIDCO02 CAIDCO. CAIDCO03 CAIDCO. CAIDCO04 CAIDCO. CAIDCO05 CAIDCO. CAIDCO06 CAIDCO. CAIDCO07 CAIDCO. CAIDCO08 CAIDCO. CAIDCO09 CAIDCO. CAIDCO10 CAIDCO. CAIDCO11 CAIDCO. CAIDCO12 CAIDCO. CAIDCO13 CAIDCO. CAIDCO14 CAIDCO. CAIDCO15 CAIDCO. CAIDCO16 CAIDCO. CAIDCO17 CAIDCO. CAIDCO18 CAIDCO. CAIDCO19 CAIDCO. CAIDCO20 CAIDCO. CAIDCO21 CAIDCO. CAIDCO22 CAIDCO. CAIDCO23 CAIDCO. CAIDCO24 CAIDCO. CAIDCO25 CAIDCO. CAIDCO26 CAIDCO. CAIDCO27 CAIDCO. CAIDCO28 CAIDCO. CAIDCO29 CAIDCO. CAIDCO30 CAIDCO. CAIDCO31 CAIDCO. CAIDCO32 CAIDCO. WICCOV01 WICCOV. WICCOV02 WICCOV. WICCOV03 WICCOV. WICCOV04 WICCOV. WICCOV05 WICCOV. WICCOV06 WICCOV. WICCOV07 WICCOV. WICCOV08 WICCOV. WICCOV09 WICCOV. WICCOV10 WICCOV. WICCOV11 WICCOV. WICCOV12 WICCOV. WICCOV13 WICCOV. WICCOV14 WICCOV. WICCOV15 WICCOV. WICCOV16 WICCOV. WICCOV17 WICCOV. WICCOV18 WICCOV. WICCOV19 WICCOV. WICCOV20 WICCOV. WICCOV21 WICCOV. WICCOV22 WICCOV. WICCOV23 WICCOV. WICCOV24 WICCOV. WICCOV25 WICCOV. WICCOV26 WICCOV. WICCOV27 WICCOV. WICCOV28 WICCOV. WICCOV29 WICCOV. WICCOV30 WICCOV. WICCOV31 WICCOV. WICCOV32 WICCOV. AFDC_01 AFDC. AFDC_02 AFDC. AFDC_03 AFDC. AFDC_04 AFDC. AFDC_05 AFDC. AFDC_06 AFDC. AFDC_07 AFDC. AFDC_08 AFDC. AFDC_09 AFDC. AFDC_10 AFDC. AFDC_11 AFDC. AFDC_12 AFDC. AFDC_13 AFDC. AFDC_14 AFDC. AFDC_15 AFDC. AFDC_16 AFDC. AFDC_17 AFDC. AFDC_18 AFDC. AFDC_19 AFDC. AFDC_20 AFDC. AFDC_21 AFDC. AFDC_22 AFDC. AFDC_23 AFDC. AFDC_24 AFDC. AFDC_25 AFDC. AFDC_26 AFDC. AFDC_27 AFDC. AFDC_28 AFDC. AFDC_29 AFDC. AFDC_30 AFDC. AFDC_31 AFDC. AFDC_32 AFDC. FOODST01 FOODST. FOODST02 FOODST. FOODST03 FOODST. FOODST04 FOODST. FOODST05 FOODST. FOODST06 FOODST. FOODST07 FOODST. FOODST08 FOODST. FOODST09 FOODST. FOODST10 FOODST. FOODST11 FOODST. FOODST12 FOODST. FOODST13 FOODST. FOODST14 FOODST. FOODST15 FOODST. FOODST16 FOODST. FOODST17 FOODST. FOODST18 FOODST. FOODST19 FOODST. FOODST20 FOODST. FOODST21 FOODST. FOODST22 FOODST. FOODST23 FOODST. FOODST24 FOODST. FOODST25 FOODST. FOODST26 FOODST. FOODST27 FOODST. FOODST28 FOODST. FOODST29 FOODST. FOODST30 FOODST. FOODST31 FOODST. FOODST32 FOODST. GEN_AS01 GEN_AS. GEN_AS02 GEN_AS. GEN_AS03 GEN_AS. GEN_AS04 GEN_AS. GEN_AS05 GEN_AS. GEN_AS06 GEN_AS. GEN_AS07 GEN_AS. GEN_AS08 GEN_AS. GEN_AS09 GEN_AS. GEN_AS10 GEN_AS. GEN_AS11 GEN_AS. GEN_AS12 GEN_AS. GEN_AS13 GEN_AS. GEN_AS14 GEN_AS. GEN_AS15 GEN_AS. GEN_AS16 GEN_AS. GEN_AS17 GEN_AS. GEN_AS18 GEN_AS. GEN_AS19 GEN_AS. GEN_AS20 GEN_AS. GEN_AS21 GEN_AS. GEN_AS22 GEN_AS. GEN_AS23 GEN_AS. GEN_AS24 GEN_AS. GEN_AS25 GEN_AS. GEN_AS26 GEN_AS. GEN_AS27 GEN_AS. GEN_AS28 GEN_AS. GEN_AS29 GEN_AS. GEN_AS30 GEN_AS. GEN_AS31 GEN_AS. GEN_AS32 GEN_AS. FOST_K01 FOST_K. FOST_K02 FOST_K. FOST_K03 FOST_K. FOST_K04 FOST_K. FOST_K05 FOST_K. FOST_K06 FOST_K. FOST_K07 FOST_K. FOST_K08 FOST_K. FOST_K09 FOST_K. FOST_K10 FOST_K. FOST_K11 FOST_K. FOST_K12 FOST_K. FOST_K13 FOST_K. FOST_K14 FOST_K. FOST_K15 FOST_K. FOST_K16 FOST_K. FOST_K17 FOST_K. FOST_K18 FOST_K. FOST_K19 FOST_K. FOST_K20 FOST_K. FOST_K21 FOST_K. FOST_K22 FOST_K. FOST_K23 FOST_K. FOST_K24 FOST_K. FOST_K25 FOST_K. FOST_K26 FOST_K. FOST_K27 FOST_K. FOST_K28 FOST_K. FOST_K29 FOST_K. FOST_K30 FOST_K. FOST_K31 FOST_K. FOST_K32 FOST_K. OTH_WE01 OTH_WE. OTH_WE02 OTH_WE. OTH_WE03 OTH_WE. OTH_WE04 OTH_WE. OTH_WE05 OTH_WE. OTH_WE06 OTH_WE. OTH_WE07 OTH_WE. OTH_WE08 OTH_WE. OTH_WE09 OTH_WE. OTH_WE10 OTH_WE. OTH_WE11 OTH_WE. OTH_WE12 OTH_WE. OTH_WE13 OTH_WE. OTH_WE14 OTH_WE. OTH_WE15 OTH_WE. OTH_WE16 OTH_WE. OTH_WE17 OTH_WE. OTH_WE18 OTH_WE. OTH_WE19 OTH_WE. OTH_WE20 OTH_WE. OTH_WE21 OTH_WE. OTH_WE22 OTH_WE. OTH_WE23 OTH_WE. OTH_WE24 OTH_WE. OTH_WE25 OTH_WE. OTH_WE26 OTH_WE. OTH_WE27 OTH_WE. OTH_WE28 OTH_WE. OTH_WE29 OTH_WE. OTH_WE30 OTH_WE. OTH_WE31 OTH_WE. OTH_WE32 OTH_WE. SOC_SE01 SOC_SE. SOC_SE02 SOC_SE. SOC_SE03 SOC_SE. SOC_SE04 SOC_SE. SOC_SE05 SOC_SE. SOC_SE06 SOC_SE. SOC_SE07 SOC_SE. SOC_SE08 SOC_SE. SOC_SE09 SOC_SE. SOC_SE10 SOC_SE. SOC_SE11 SOC_SE. SOC_SE12 SOC_SE. SOC_SE13 SOC_SE. SOC_SE14 SOC_SE. SOC_SE15 SOC_SE. SOC_SE16 SOC_SE. SOC_SE17 SOC_SE. SOC_SE18 SOC_SE. SOC_SE19 SOC_SE. SOC_SE20 SOC_SE. SOC_SE21 SOC_SE. SOC_SE22 SOC_SE. SOC_SE23 SOC_SE. SOC_SE24 SOC_SE. SOC_SE25 SOC_SE. SOC_SE26 SOC_SE. SOC_SE27 SOC_SE. SOC_SE28 SOC_SE. SOC_SE29 SOC_SE. SOC_SE30 SOC_SE. SOC_SE31 SOC_SE. SOC_SE32 SOC_SE. RAILRO01 RAILRO. RAILRO02 RAILRO. RAILRO03 RAILRO. RAILRO04 RAILRO. RAILRO05 RAILRO. RAILRO06 RAILRO. RAILRO07 RAILRO. RAILRO08 RAILRO. RAILRO09 RAILRO. RAILRO10 RAILRO. RAILRO11 RAILRO. RAILRO12 RAILRO. RAILRO13 RAILRO. RAILRO14 RAILRO. RAILRO15 RAILRO. RAILRO16 RAILRO. RAILRO17 RAILRO. RAILRO18 RAILRO. RAILRO19 RAILRO. RAILRO20 RAILRO. RAILRO21 RAILRO. RAILRO22 RAILRO. RAILRO23 RAILRO. RAILRO24 RAILRO. RAILRO25 RAILRO. RAILRO26 RAILRO. RAILRO27 RAILRO. RAILRO28 RAILRO. RAILRO29 RAILRO. RAILRO30 RAILRO. RAILRO31 RAILRO. RAILRO32 RAILRO. VETS_01 VETS. VETS_02 VETS. VETS_03 VETS. VETS_04 VETS. VETS_05 VETS. VETS_06 VETS. VETS_07 VETS. VETS_08 VETS. VETS_09 VETS. VETS_10 VETS. VETS_11 VETS. VETS_12 VETS. VETS_13 VETS. VETS_14 VETS. VETS_15 VETS. VETS_16 VETS. VETS_17 VETS. VETS_18 VETS. VETS_19 VETS. VETS_20 VETS. VETS_21 VETS. VETS_22 VETS. VETS_23 VETS. VETS_24 VETS. VETS_25 VETS. VETS_26 VETS. VETS_27 VETS. VETS_28 VETS. VETS_29 VETS. VETS_30 VETS. VETS_31 VETS. VETS_32 VETS. CHAMPU01 CHAMPU. CHAMPU02 CHAMPU. CHAMPU03 CHAMPU. CHAMPU04 CHAMPU. CHAMPU05 CHAMPU. CHAMPU06 CHAMPU. CHAMPU07 CHAMPU. CHAMPU08 CHAMPU. CHAMPU09 CHAMPU. CHAMPU10 CHAMPU. CHAMPU11 CHAMPU. CHAMPU12 CHAMPU. CHAMPU13 CHAMPU. CHAMPU14 CHAMPU. CHAMPU15 CHAMPU. CHAMPU16 CHAMPU. CHAMPU17 CHAMPU. CHAMPU18 CHAMPU. CHAMPU19 CHAMPU. CHAMPU20 CHAMPU. CHAMPU21 CHAMPU. CHAMPU22 CHAMPU. CHAMPU23 CHAMPU. CHAMPU24 CHAMPU. CHAMPU25 CHAMPU. CHAMPU26 CHAMPU. CHAMPU27 CHAMPU. CHAMPU28 CHAMPU. CHAMPU29 CHAMPU. CHAMPU30 CHAMPU. CHAMPU31 CHAMPU. CHAMPU32 CHAMPU. CHAMPV01 CHAMPV. CHAMPV02 CHAMPV. CHAMPV03 CHAMPV. CHAMPV04 CHAMPV. CHAMPV05 CHAMPV. CHAMPV06 CHAMPV. CHAMPV07 CHAMPV. CHAMPV08 CHAMPV. CHAMPV09 CHAMPV. CHAMPV10 CHAMPV. CHAMPV11 CHAMPV. CHAMPV12 CHAMPV. CHAMPV13 CHAMPV. CHAMPV14 CHAMPV. CHAMPV15 CHAMPV. CHAMPV16 CHAMPV. CHAMPV17 CHAMPV. CHAMPV18 CHAMPV. CHAMPV19 CHAMPV. CHAMPV20 CHAMPV. CHAMPV21 CHAMPV. CHAMPV22 CHAMPV. CHAMPV23 CHAMPV. CHAMPV24 CHAMPV. CHAMPV25 CHAMPV. CHAMPV26 CHAMPV. CHAMPV27 CHAMPV. CHAMPV28 CHAMPV. CHAMPV29 CHAMPV. CHAMPV30 CHAMPV. CHAMPV31 CHAMPV. CHAMPV32 CHAMPV. CHAMP_01 CHAMP. CHAMP_02 CHAMP. CHAMP_03 CHAMP. CHAMP_04 CHAMP. CHAMP_05 CHAMP. CHAMP_06 CHAMP. CHAMP_07 CHAMP. CHAMP_08 CHAMP. CHAMP_09 CHAMP. CHAMP_10 CHAMP. CHAMP_11 CHAMP. CHAMP_12 CHAMP. CHAMP_13 CHAMP. CHAMP_14 CHAMP. CHAMP_15 CHAMP. CHAMP_16 CHAMP. CHAMP_17 CHAMP. CHAMP_18 CHAMP. CHAMP_19 CHAMP. CHAMP_20 CHAMP. CHAMP_21 CHAMP. CHAMP_22 CHAMP. CHAMP_23 CHAMP. CHAMP_24 CHAMP. CHAMP_25 CHAMP. CHAMP_26 CHAMP. CHAMP_27 CHAMP. CHAMP_28 CHAMP. CHAMP_29 CHAMP. CHAMP_30 CHAMP. CHAMP_31 CHAMP. CHAMP_32 CHAMP. HIOWNC01 HIOWNC. HIOWNC02 HIOWNC. HIOWNC03 HIOWNC. HIOWNC04 HIOWNC. HIOWNC05 HIOWNC. HIOWNC06 HIOWNC. HIOWNC07 HIOWNC. HIOWNC08 HIOWNC. HIOWNC09 HIOWNC. HIOWNC10 HIOWNC. HIOWNC11 HIOWNC. HIOWNC12 HIOWNC. HIOWNC13 HIOWNC. HIOWNC14 HIOWNC. HIOWNC15 HIOWNC. HIOWNC16 HIOWNC. HIOWNC17 HIOWNC. HIOWNC18 HIOWNC. HIOWNC19 HIOWNC. HIOWNC20 HIOWNC. HIOWNC21 HIOWNC. HIOWNC22 HIOWNC. HIOWNC23 HIOWNC. HIOWNC24 HIOWNC. HIOWNC25 HIOWNC. HIOWNC26 HIOWNC. HIOWNC27 HIOWNC. HIOWNC28 HIOWNC. HIOWNC29 HIOWNC. HIOWNC30 HIOWNC. HIOWNC31 HIOWNC. HIOWNC32 HIOWNC. HI_OTC01 HI_OTC. HI_OTC02 HI_OTC. HI_OTC03 HI_OTC. HI_OTC04 HI_OTC. HI_OTC05 HI_OTC. HI_OTC06 HI_OTC. HI_OTC07 HI_OTC. HI_OTC08 HI_OTC. HI_OTC09 HI_OTC. HI_OTC10 HI_OTC. HI_OTC11 HI_OTC. HI_OTC12 HI_OTC. HI_OTC13 HI_OTC. HI_OTC14 HI_OTC. HI_OTC15 HI_OTC. HI_OTC16 HI_OTC. HI_OTC17 HI_OTC. HI_OTC18 HI_OTC. HI_OTC19 HI_OTC. HI_OTC20 HI_OTC. HI_OTC21 HI_OTC. HI_OTC22 HI_OTC. HI_OTC23 HI_OTC. HI_OTC24 HI_OTC. HI_OTC25 HI_OTC. HI_OTC26 HI_OTC. HI_OTC27 HI_OTC. HI_OTC28 HI_OTC. HI_OTC29 HI_OTC. HI_OTC30 HI_OTC. HI_OTC31 HI_OTC. HI_OTC32 HI_OTC. HIEMPL01 HIEMPL. HIEMPL02 HIEMPL. HIEMPL03 HIEMPL. HIEMPL04 HIEMPL. HIEMPL05 HIEMPL. HIEMPL06 HIEMPL. HIEMPL07 HIEMPL. HIEMPL08 HIEMPL. HIEMPL09 HIEMPL. HIEMPL10 HIEMPL. HIEMPL11 HIEMPL. HIEMPL12 HIEMPL. HIEMPL13 HIEMPL. HIEMPL14 HIEMPL. HIEMPL15 HIEMPL. HIEMPL16 HIEMPL. HIEMPL17 HIEMPL. HIEMPL18 HIEMPL. HIEMPL19 HIEMPL. HIEMPL20 HIEMPL. HIEMPL21 HIEMPL. HIEMPL22 HIEMPL. HIEMPL23 HIEMPL. HIEMPL24 HIEMPL. HIEMPL25 HIEMPL. HIEMPL26 HIEMPL. HIEMPL27 HIEMPL. HIEMPL28 HIEMPL. HIEMPL29 HIEMPL. HIEMPL30 HIEMPL. HIEMPL31 HIEMPL. HIEMPL32 HIEMPL. SS_PID01 SS_PID. SS_PID02 SS_PID. SS_PID03 SS_PID. SS_PID04 SS_PID. SS_PID05 SS_PID. SS_PID06 SS_PID. SS_PID07 SS_PID. SS_PID08 SS_PID. SS_PID09 SS_PID. SS_PID10 SS_PID. SS_PID11 SS_PID. SS_PID12 SS_PID. SS_PID13 SS_PID. SS_PID14 SS_PID. SS_PID15 SS_PID. SS_PID16 SS_PID. SS_PID17 SS_PID. SS_PID18 SS_PID. SS_PID19 SS_PID. SS_PID20 SS_PID. SS_PID21 SS_PID. SS_PID22 SS_PID. SS_PID23 SS_PID. SS_PID24 SS_PID. SS_PID25 SS_PID. SS_PID26 SS_PID. SS_PID27 SS_PID. SS_PID28 SS_PID. SS_PID29 SS_PID. SS_PID30 SS_PID. SS_PID31 SS_PID. SS_PID32 SS_PID. RR_PID01 RR_PID. RR_PID02 RR_PID. RR_PID03 RR_PID. RR_PID04 RR_PID. RR_PID05 RR_PID. RR_PID06 RR_PID. RR_PID07 RR_PID. RR_PID08 RR_PID. RR_PID09 RR_PID. RR_PID10 RR_PID. RR_PID11 RR_PID. RR_PID12 RR_PID. RR_PID13 RR_PID. RR_PID14 RR_PID. RR_PID15 RR_PID. RR_PID16 RR_PID. RR_PID17 RR_PID. RR_PID18 RR_PID. RR_PID19 RR_PID. RR_PID20 RR_PID. RR_PID21 RR_PID. RR_PID22 RR_PID. RR_PID23 RR_PID. RR_PID24 RR_PID. RR_PID25 RR_PID. RR_PID26 RR_PID. RR_PID27 RR_PID. RR_PID28 RR_PID. RR_PID29 RR_PID. RR_PID30 RR_PID. RR_PID31 RR_PID. RR_PID32 RR_PID. VA_PID01 VA_PID. VA_PID02 VA_PID. VA_PID03 VA_PID. VA_PID04 VA_PID. VA_PID05 VA_PID. VA_PID06 VA_PID. VA_PID07 VA_PID. VA_PID08 VA_PID. VA_PID09 VA_PID. VA_PID10 VA_PID. VA_PID11 VA_PID. VA_PID12 VA_PID. VA_PID13 VA_PID. VA_PID14 VA_PID. VA_PID15 VA_PID. VA_PID16 VA_PID. VA_PID17 VA_PID. VA_PID18 VA_PID. VA_PID19 VA_PID. VA_PID20 VA_PID. VA_PID21 VA_PID. VA_PID22 VA_PID. VA_PID23 VA_PID. VA_PID24 VA_PID. VA_PID25 VA_PID. VA_PID26 VA_PID. VA_PID27 VA_PID. VA_PID28 VA_PID. VA_PID29 VA_PID. VA_PID30 VA_PID. VA_PID31 VA_PID. VA_PID32 VA_PID. AFDCPI01 AFDCPI. AFDCPI02 AFDCPI. AFDCPI03 AFDCPI. AFDCPI04 AFDCPI. AFDCPI05 AFDCPI. AFDCPI06 AFDCPI. AFDCPI07 AFDCPI. AFDCPI08 AFDCPI. AFDCPI09 AFDCPI. AFDCPI10 AFDCPI. AFDCPI11 AFDCPI. AFDCPI12 AFDCPI. AFDCPI13 AFDCPI. AFDCPI14 AFDCPI. AFDCPI15 AFDCPI. AFDCPI16 AFDCPI. AFDCPI17 AFDCPI. AFDCPI18 AFDCPI. AFDCPI19 AFDCPI. AFDCPI20 AFDCPI. AFDCPI21 AFDCPI. AFDCPI22 AFDCPI. AFDCPI23 AFDCPI. AFDCPI24 AFDCPI. AFDCPI25 AFDCPI. AFDCPI26 AFDCPI. AFDCPI27 AFDCPI. AFDCPI28 AFDCPI. AFDCPI29 AFDCPI. AFDCPI30 AFDCPI. AFDCPI31 AFDCPI. AFDCPI32 AFDCPI. GA_PID01 GA_PID. GA_PID02 GA_PID. GA_PID03 GA_PID. GA_PID04 GA_PID. GA_PID05 GA_PID. GA_PID06 GA_PID. GA_PID07 GA_PID. GA_PID08 GA_PID. GA_PID09 GA_PID. GA_PID10 GA_PID. GA_PID11 GA_PID. GA_PID12 GA_PID. GA_PID13 GA_PID. GA_PID14 GA_PID. GA_PID15 GA_PID. GA_PID16 GA_PID. GA_PID17 GA_PID. GA_PID18 GA_PID. GA_PID19 GA_PID. GA_PID20 GA_PID. GA_PID21 GA_PID. GA_PID22 GA_PID. GA_PID23 GA_PID. GA_PID24 GA_PID. GA_PID25 GA_PID. GA_PID26 GA_PID. GA_PID27 GA_PID. GA_PID28 GA_PID. GA_PID29 GA_PID. GA_PID30 GA_PID. GA_PID31 GA_PID. GA_PID32 GA_PID. FOSTPI01 FOSTPI. FOSTPI02 FOSTPI. FOSTPI03 FOSTPI. FOSTPI04 FOSTPI. FOSTPI05 FOSTPI. FOSTPI06 FOSTPI. FOSTPI07 FOSTPI. FOSTPI08 FOSTPI. FOSTPI09 FOSTPI. FOSTPI10 FOSTPI. FOSTPI11 FOSTPI. FOSTPI12 FOSTPI. FOSTPI13 FOSTPI. FOSTPI14 FOSTPI. FOSTPI15 FOSTPI. FOSTPI16 FOSTPI. FOSTPI17 FOSTPI. FOSTPI18 FOSTPI. FOSTPI19 FOSTPI. FOSTPI20 FOSTPI. FOSTPI21 FOSTPI. FOSTPI22 FOSTPI. FOSTPI23 FOSTPI. FOSTPI24 FOSTPI. FOSTPI25 FOSTPI. FOSTPI26 FOSTPI. FOSTPI27 FOSTPI. FOSTPI28 FOSTPI. FOSTPI29 FOSTPI. FOSTPI30 FOSTPI. FOSTPI31 FOSTPI. FOSTPI32 FOSTPI. OTH_PI01 OTH_PI. OTH_PI02 OTH_PI. OTH_PI03 OTH_PI. OTH_PI04 OTH_PI. OTH_PI05 OTH_PI. OTH_PI06 OTH_PI. OTH_PI07 OTH_PI. OTH_PI08 OTH_PI. OTH_PI09 OTH_PI. OTH_PI10 OTH_PI. OTH_PI11 OTH_PI. OTH_PI12 OTH_PI. OTH_PI13 OTH_PI. OTH_PI14 OTH_PI. OTH_PI15 OTH_PI. OTH_PI16 OTH_PI. OTH_PI17 OTH_PI. OTH_PI18 OTH_PI. OTH_PI19 OTH_PI. OTH_PI20 OTH_PI. OTH_PI21 OTH_PI. OTH_PI22 OTH_PI. OTH_PI23 OTH_PI. OTH_PI24 OTH_PI. OTH_PI25 OTH_PI. OTH_PI26 OTH_PI. OTH_PI27 OTH_PI. OTH_PI28 OTH_PI. OTH_PI29 OTH_PI. OTH_PI30 OTH_PI. OTH_PI31 OTH_PI. OTH_PI32 OTH_PI. WIC_PI01 WIC_PI. WIC_PI02 WIC_PI. WIC_PI03 WIC_PI. WIC_PI04 WIC_PI. WIC_PI05 WIC_PI. WIC_PI06 WIC_PI. WIC_PI07 WIC_PI. WIC_PI08 WIC_PI. WIC_PI09 WIC_PI. WIC_PI10 WIC_PI. WIC_PI11 WIC_PI. WIC_PI12 WIC_PI. WIC_PI13 WIC_PI. WIC_PI14 WIC_PI. WIC_PI15 WIC_PI. WIC_PI16 WIC_PI. WIC_PI17 WIC_PI. WIC_PI18 WIC_PI. WIC_PI19 WIC_PI. WIC_PI20 WIC_PI. WIC_PI21 WIC_PI. WIC_PI22 WIC_PI. WIC_PI23 WIC_PI. WIC_PI24 WIC_PI. WIC_PI25 WIC_PI. WIC_PI26 WIC_PI. WIC_PI27 WIC_PI. WIC_PI28 WIC_PI. WIC_PI29 WIC_PI. WIC_PI30 WIC_PI. WIC_PI31 WIC_PI. WIC_PI32 WIC_PI. FS_PID01 FS_PID. FS_PID02 FS_PID. FS_PID03 FS_PID. FS_PID04 FS_PID. FS_PID05 FS_PID. FS_PID06 FS_PID. FS_PID07 FS_PID. FS_PID08 FS_PID. FS_PID09 FS_PID. FS_PID10 FS_PID. FS_PID11 FS_PID. FS_PID12 FS_PID. FS_PID13 FS_PID. FS_PID14 FS_PID. FS_PID15 FS_PID. FS_PID16 FS_PID. FS_PID17 FS_PID. FS_PID18 FS_PID. FS_PID19 FS_PID. FS_PID20 FS_PID. FS_PID21 FS_PID. FS_PID22 FS_PID. FS_PID23 FS_PID. FS_PID24 FS_PID. FS_PID25 FS_PID. FS_PID26 FS_PID. FS_PID27 FS_PID. FS_PID28 FS_PID. FS_PID29 FS_PID. FS_PID30 FS_PID. FS_PID31 FS_PID. FS_PID32 FS_PID. WS_I1_01 WS_I1L. WS_I1_02 WS_I1L. WS_I1_03 WS_I1L. WS_I1_04 WS_I1L. WS_I1_05 WS_I1L. WS_I1_06 WS_I1L. WS_I1_07 WS_I1L. WS_I1_08 WS_I1L. WS_I1_09 WS_I1L. WS_I1_10 WS_I1L. WS_I1_11 WS_I1L. WS_I1_12 WS_I1L. WS_I1_13 WS_I1L. WS_I1_14 WS_I1L. WS_I1_15 WS_I1L. WS_I1_16 WS_I1L. WS_I1_17 WS_I1L. WS_I1_18 WS_I1L. WS_I1_19 WS_I1L. WS_I1_20 WS_I1L. WS_I1_21 WS_I1L. WS_I1_22 WS_I1L. WS_I1_23 WS_I1L. WS_I1_24 WS_I1L. WS_I1_25 WS_I1L. WS_I1_26 WS_I1L. WS_I1_27 WS_I1L. WS_I1_28 WS_I1L. WS_I1_29 WS_I1L. WS_I1_30 WS_I1L. WS_I1_31 WS_I1L. WS_I1_32 WS_I1L. WS_I2_01 WS_I2L. WS_I2_02 WS_I2L. WS_I2_03 WS_I2L. WS_I2_04 WS_I2L. WS_I2_05 WS_I2L. WS_I2_06 WS_I2L. WS_I2_07 WS_I2L. WS_I2_08 WS_I2L. WS_I2_09 WS_I2L. WS_I2_10 WS_I2L. WS_I2_11 WS_I2L. WS_I2_12 WS_I2L. WS_I2_13 WS_I2L. WS_I2_14 WS_I2L. WS_I2_15 WS_I2L. WS_I2_16 WS_I2L. WS_I2_17 WS_I2L. WS_I2_18 WS_I2L. WS_I2_19 WS_I2L. WS_I2_20 WS_I2L. WS_I2_21 WS_I2L. WS_I2_22 WS_I2L. WS_I2_23 WS_I2L. WS_I2_24 WS_I2L. WS_I2_25 WS_I2L. WS_I2_26 WS_I2L. WS_I2_27 WS_I2L. WS_I2_28 WS_I2L. WS_I2_29 WS_I2L. WS_I2_30 WS_I2L. WS_I2_31 WS_I2L. WS_I2_32 WS_I2L. SE_I1_01 SE_I1L. SE_I1_02 SE_I1L. SE_I1_03 SE_I1L. SE_I1_04 SE_I1L. SE_I1_05 SE_I1L. SE_I1_06 SE_I1L. SE_I1_07 SE_I1L. SE_I1_08 SE_I1L. SE_I1_09 SE_I1L. SE_I1_10 SE_I1L. SE_I1_11 SE_I1L. SE_I1_12 SE_I1L. SE_I1_13 SE_I1L. SE_I1_14 SE_I1L. SE_I1_15 SE_I1L. SE_I1_16 SE_I1L. SE_I1_17 SE_I1L. SE_I1_18 SE_I1L. SE_I1_19 SE_I1L. SE_I1_20 SE_I1L. SE_I1_21 SE_I1L. SE_I1_22 SE_I1L. SE_I1_23 SE_I1L. SE_I1_24 SE_I1L. SE_I1_25 SE_I1L. SE_I1_26 SE_I1L. SE_I1_27 SE_I1L. SE_I1_28 SE_I1L. SE_I1_29 SE_I1L. SE_I1_30 SE_I1L. SE_I1_31 SE_I1L. SE_I1_32 SE_I1L. SE_I2_01 SE_I2L. SE_I2_02 SE_I2L. SE_I2_03 SE_I2L. SE_I2_04 SE_I2L. SE_I2_05 SE_I2L. SE_I2_06 SE_I2L. SE_I2_07 SE_I2L. SE_I2_08 SE_I2L. SE_I2_09 SE_I2L. SE_I2_10 SE_I2L. SE_I2_11 SE_I2L. SE_I2_12 SE_I2L. SE_I2_13 SE_I2L. SE_I2_14 SE_I2L. SE_I2_15 SE_I2L. SE_I2_16 SE_I2L. SE_I2_17 SE_I2L. SE_I2_18 SE_I2L. SE_I2_19 SE_I2L. SE_I2_20 SE_I2L. SE_I2_21 SE_I2L. SE_I2_22 SE_I2L. SE_I2_23 SE_I2L. SE_I2_24 SE_I2L. SE_I2_25 SE_I2L. SE_I2_26 SE_I2L. SE_I2_27 SE_I2L. SE_I2_28 SE_I2L. SE_I2_29 SE_I2L. SE_I2_30 SE_I2L. SE_I2_31 SE_I2L. SE_I2_32 SE_I2L. G1_I1_01 G1_I1L. G1_I1_02 G1_I1L. G1_I1_03 G1_I1L. G1_I1_04 G1_I1L. G1_I1_05 G1_I1L. G1_I1_06 G1_I1L. G1_I1_07 G1_I1L. G1_I1_08 G1_I1L. G1_I1_09 G1_I1L. G1_I1_10 G1_I1L. G1_I1_11 G1_I1L. G1_I1_12 G1_I1L. G1_I1_13 G1_I1L. G1_I1_14 G1_I1L. G1_I1_15 G1_I1L. G1_I1_16 G1_I1L. G1_I1_17 G1_I1L. G1_I1_18 G1_I1L. G1_I1_19 G1_I1L. G1_I1_20 G1_I1L. G1_I1_21 G1_I1L. G1_I1_22 G1_I1L. G1_I1_23 G1_I1L. G1_I1_24 G1_I1L. G1_I1_25 G1_I1L. G1_I1_26 G1_I1L. G1_I1_27 G1_I1L. G1_I1_28 G1_I1L. G1_I1_29 G1_I1L. G1_I1_30 G1_I1L. G1_I1_31 G1_I1L. G1_I1_32 G1_I1L. G1_I2_01 G1_I2L. G1_I2_02 G1_I2L. G1_I2_03 G1_I2L. G1_I2_04 G1_I2L. G1_I2_05 G1_I2L. G1_I2_06 G1_I2L. G1_I2_07 G1_I2L. G1_I2_08 G1_I2L. G1_I2_09 G1_I2L. G1_I2_10 G1_I2L. G1_I2_11 G1_I2L. G1_I2_12 G1_I2L. G1_I2_13 G1_I2L. G1_I2_14 G1_I2L. G1_I2_15 G1_I2L. G1_I2_16 G1_I2L. G1_I2_17 G1_I2L. G1_I2_18 G1_I2L. G1_I2_19 G1_I2L. G1_I2_20 G1_I2L. G1_I2_21 G1_I2L. G1_I2_22 G1_I2L. G1_I2_23 G1_I2L. G1_I2_24 G1_I2L. G1_I2_25 G1_I2L. G1_I2_26 G1_I2L. G1_I2_27 G1_I2L. G1_I2_28 G1_I2L. G1_I2_29 G1_I2L. G1_I2_30 G1_I2L. G1_I2_31 G1_I2L. G1_I2_32 G1_I2L. G1_I3_01 G1_I3L. G1_I3_02 G1_I3L. G1_I3_03 G1_I3L. G1_I3_04 G1_I3L. G1_I3_05 G1_I3L. G1_I3_06 G1_I3L. G1_I3_07 G1_I3L. G1_I3_08 G1_I3L. G1_I3_09 G1_I3L. G1_I3_10 G1_I3L. G1_I3_11 G1_I3L. G1_I3_12 G1_I3L. G1_I3_13 G1_I3L. G1_I3_14 G1_I3L. G1_I3_15 G1_I3L. G1_I3_16 G1_I3L. G1_I3_17 G1_I3L. G1_I3_18 G1_I3L. G1_I3_19 G1_I3L. G1_I3_20 G1_I3L. G1_I3_21 G1_I3L. G1_I3_22 G1_I3L. G1_I3_23 G1_I3L. G1_I3_24 G1_I3L. G1_I3_25 G1_I3L. G1_I3_26 G1_I3L. G1_I3_27 G1_I3L. G1_I3_28 G1_I3L. G1_I3_29 G1_I3L. G1_I3_30 G1_I3L. G1_I3_31 G1_I3L. G1_I3_32 G1_I3L. G1_I4_01 G1_I4L. G1_I4_02 G1_I4L. G1_I4_03 G1_I4L. G1_I4_04 G1_I4L. G1_I4_05 G1_I4L. G1_I4_06 G1_I4L. G1_I4_07 G1_I4L. G1_I4_08 G1_I4L. G1_I4_09 G1_I4L. G1_I4_10 G1_I4L. G1_I4_11 G1_I4L. G1_I4_12 G1_I4L. G1_I4_13 G1_I4L. G1_I4_14 G1_I4L. G1_I4_15 G1_I4L. G1_I4_16 G1_I4L. G1_I4_17 G1_I4L. G1_I4_18 G1_I4L. G1_I4_19 G1_I4L. G1_I4_20 G1_I4L. G1_I4_21 G1_I4L. G1_I4_22 G1_I4L. G1_I4_23 G1_I4L. G1_I4_24 G1_I4L. G1_I4_25 G1_I4L. G1_I4_26 G1_I4L. G1_I4_27 G1_I4L. G1_I4_28 G1_I4L. G1_I4_29 G1_I4L. G1_I4_30 G1_I4L. G1_I4_31 G1_I4L. G1_I4_32 G1_I4L. G1_I5_01 G1_I5L. G1_I5_02 G1_I5L. G1_I5_03 G1_I5L. G1_I5_04 G1_I5L. G1_I5_05 G1_I5L. G1_I5_06 G1_I5L. G1_I5_07 G1_I5L. G1_I5_08 G1_I5L. G1_I5_09 G1_I5L. G1_I5_10 G1_I5L. G1_I5_11 G1_I5L. G1_I5_12 G1_I5L. G1_I5_13 G1_I5L. G1_I5_14 G1_I5L. G1_I5_15 G1_I5L. G1_I5_16 G1_I5L. G1_I5_17 G1_I5L. G1_I5_18 G1_I5L. G1_I5_19 G1_I5L. G1_I5_20 G1_I5L. G1_I5_21 G1_I5L. G1_I5_22 G1_I5L. G1_I5_23 G1_I5L. G1_I5_24 G1_I5L. G1_I5_25 G1_I5L. G1_I5_26 G1_I5L. G1_I5_27 G1_I5L. G1_I5_28 G1_I5L. G1_I5_29 G1_I5L. G1_I5_30 G1_I5L. G1_I5_31 G1_I5L. G1_I5_32 G1_I5L. G1_I6_01 G1_I6L. G1_I6_02 G1_I6L. G1_I6_03 G1_I6L. G1_I6_04 G1_I6L. G1_I6_05 G1_I6L. G1_I6_06 G1_I6L. G1_I6_07 G1_I6L. G1_I6_08 G1_I6L. G1_I6_09 G1_I6L. G1_I6_10 G1_I6L. G1_I6_11 G1_I6L. G1_I6_12 G1_I6L. G1_I6_13 G1_I6L. G1_I6_14 G1_I6L. G1_I6_15 G1_I6L. G1_I6_16 G1_I6L. G1_I6_17 G1_I6L. G1_I6_18 G1_I6L. G1_I6_19 G1_I6L. G1_I6_20 G1_I6L. G1_I6_21 G1_I6L. G1_I6_22 G1_I6L. G1_I6_23 G1_I6L. G1_I6_24 G1_I6L. G1_I6_25 G1_I6L. G1_I6_26 G1_I6L. G1_I6_27 G1_I6L. G1_I6_28 G1_I6L. G1_I6_29 G1_I6L. G1_I6_30 G1_I6L. G1_I6_31 G1_I6L. G1_I6_32 G1_I6L. G1_I7_01 G1_I7L. G1_I7_02 G1_I7L. G1_I7_03 G1_I7L. G1_I7_04 G1_I7L. G1_I7_05 G1_I7L. G1_I7_06 G1_I7L. G1_I7_07 G1_I7L. G1_I7_08 G1_I7L. G1_I7_09 G1_I7L. G1_I7_10 G1_I7L. G1_I7_11 G1_I7L. G1_I7_12 G1_I7L. G1_I7_13 G1_I7L. G1_I7_14 G1_I7L. G1_I7_15 G1_I7L. G1_I7_16 G1_I7L. G1_I7_17 G1_I7L. G1_I7_18 G1_I7L. G1_I7_19 G1_I7L. G1_I7_20 G1_I7L. G1_I7_21 G1_I7L. G1_I7_22 G1_I7L. G1_I7_23 G1_I7L. G1_I7_24 G1_I7L. G1_I7_25 G1_I7L. G1_I7_26 G1_I7L. G1_I7_27 G1_I7L. G1_I7_28 G1_I7L. G1_I7_29 G1_I7L. G1_I7_30 G1_I7L. G1_I7_31 G1_I7L. G1_I7_32 G1_I7L. G1_I8_01 G1_I8L. G1_I8_02 G1_I8L. G1_I8_03 G1_I8L. G1_I8_04 G1_I8L. G1_I8_05 G1_I8L. G1_I8_06 G1_I8L. G1_I8_07 G1_I8L. G1_I8_08 G1_I8L. G1_I8_09 G1_I8L. G1_I8_10 G1_I8L. G1_I8_11 G1_I8L. G1_I8_12 G1_I8L. G1_I8_13 G1_I8L. G1_I8_14 G1_I8L. G1_I8_15 G1_I8L. G1_I8_16 G1_I8L. G1_I8_17 G1_I8L. G1_I8_18 G1_I8L. G1_I8_19 G1_I8L. G1_I8_20 G1_I8L. G1_I8_21 G1_I8L. G1_I8_22 G1_I8L. G1_I8_23 G1_I8L. G1_I8_24 G1_I8L. G1_I8_25 G1_I8L. G1_I8_26 G1_I8L. G1_I8_27 G1_I8L. G1_I8_28 G1_I8L. G1_I8_29 G1_I8L. G1_I8_30 G1_I8L. G1_I8_31 G1_I8L. G1_I8_32 G1_I8L. G1_I9_01 G1_I9L. G1_I9_02 G1_I9L. G1_I9_03 G1_I9L. G1_I9_04 G1_I9L. G1_I9_05 G1_I9L. G1_I9_06 G1_I9L. G1_I9_07 G1_I9L. G1_I9_08 G1_I9L. G1_I9_09 G1_I9L. G1_I9_10 G1_I9L. G1_I9_11 G1_I9L. G1_I9_12 G1_I9L. G1_I9_13 G1_I9L. G1_I9_14 G1_I9L. G1_I9_15 G1_I9L. G1_I9_16 G1_I9L. G1_I9_17 G1_I9L. G1_I9_18 G1_I9L. G1_I9_19 G1_I9L. G1_I9_20 G1_I9L. G1_I9_21 G1_I9L. G1_I9_22 G1_I9L. G1_I9_23 G1_I9L. G1_I9_24 G1_I9L. G1_I9_25 G1_I9L. G1_I9_26 G1_I9L. G1_I9_27 G1_I9L. G1_I9_28 G1_I9L. G1_I9_29 G1_I9L. G1_I9_30 G1_I9L. G1_I9_31 G1_I9L. G1_I9_32 G1_I9L. G1_I1001 G1_I10L. G1_I1002 G1_I10L. G1_I1003 G1_I10L. G1_I1004 G1_I10L. G1_I1005 G1_I10L. G1_I1006 G1_I10L. G1_I1007 G1_I10L. G1_I1008 G1_I10L. G1_I1009 G1_I10L. G1_I1010 G1_I10L. G1_I1011 G1_I10L. G1_I1012 G1_I10L. G1_I1013 G1_I10L. G1_I1014 G1_I10L. G1_I1015 G1_I10L. G1_I1016 G1_I10L. G1_I1017 G1_I10L. G1_I1018 G1_I10L. G1_I1019 G1_I10L. G1_I1020 G1_I10L. G1_I1021 G1_I10L. G1_I1022 G1_I10L. G1_I1023 G1_I10L. G1_I1024 G1_I10L. G1_I1025 G1_I10L. G1_I1026 G1_I10L. G1_I1027 G1_I10L. G1_I1028 G1_I10L. G1_I1029 G1_I10L. G1_I1030 G1_I10L. G1_I1031 G1_I10L. G1_I1032 G1_I10L. G2I10001 G2I100L. G2I10002 G2I100L. G2I10003 G2I100L. G2I10004 G2I100L. G2I10005 G2I100L. G2I10006 G2I100L. G2I10007 G2I100L. G2I10008 G2I100L. G2I10009 G2I100L. G2I10010 G2I100L. G2I10011 G2I100L. G2I10012 G2I100L. G2I10013 G2I100L. G2I10014 G2I100L. G2I10015 G2I100L. G2I10016 G2I100L. G2I10017 G2I100L. G2I10018 G2I100L. G2I10019 G2I100L. G2I10020 G2I100L. G2I10021 G2I100L. G2I10022 G2I100L. G2I10023 G2I100L. G2I10024 G2I100L. G2I10025 G2I100L. G2I10026 G2I100L. G2I10027 G2I100L. G2I10028 G2I100L. G2I10029 G2I100L. G2I10030 G2I100L. G2I10031 G2I100L. G2I10032 G2I100L. G2I10401 G2I104L. G2I10402 G2I104L. G2I10403 G2I104L. G2I10404 G2I104L. G2I10405 G2I104L. G2I10406 G2I104L. G2I10407 G2I104L. G2I10408 G2I104L. G2I10409 G2I104L. G2I10410 G2I104L. G2I10411 G2I104L. G2I10412 G2I104L. G2I10413 G2I104L. G2I10414 G2I104L. G2I10415 G2I104L. G2I10416 G2I104L. G2I10417 G2I104L. G2I10418 G2I104L. G2I10419 G2I104L. G2I10420 G2I104L. G2I10421 G2I104L. G2I10422 G2I104L. G2I10423 G2I104L. G2I10424 G2I104L. G2I10425 G2I104L. G2I10426 G2I104L. G2I10427 G2I104L. G2I10428 G2I104L. G2I10429 G2I104L. G2I10430 G2I104L. G2I10431 G2I104L. G2I10432 G2I104L. G2I11001 G2I110L. G2I11002 G2I110L. G2I11003 G2I110L. G2I11004 G2I110L. G2I11005 G2I110L. G2I11006 G2I110L. G2I11007 G2I110L. G2I11008 G2I110L. G2I11009 G2I110L. G2I11010 G2I110L. G2I11011 G2I110L. G2I11012 G2I110L. G2I11013 G2I110L. G2I11014 G2I110L. G2I11015 G2I110L. G2I11016 G2I110L. G2I11017 G2I110L. G2I11018 G2I110L. G2I11019 G2I110L. G2I11020 G2I110L. G2I11021 G2I110L. G2I11022 G2I110L. G2I11023 G2I110L. G2I11024 G2I110L. G2I11025 G2I110L. G2I11026 G2I110L. G2I11027 G2I110L. G2I11028 G2I110L. G2I11029 G2I110L. G2I11030 G2I110L. G2I11031 G2I110L. G2I11032 G2I110L. G2I12001 G2I120L. G2I12002 G2I120L. G2I12003 G2I120L. G2I12004 G2I120L. G2I12005 G2I120L. G2I12006 G2I120L. G2I12007 G2I120L. G2I12008 G2I120L. G2I12009 G2I120L. G2I12010 G2I120L. G2I12011 G2I120L. G2I12012 G2I120L. G2I12013 G2I120L. G2I12014 G2I120L. G2I12015 G2I120L. G2I12016 G2I120L. G2I12017 G2I120L. G2I12018 G2I120L. G2I12019 G2I120L. G2I12020 G2I120L. G2I12021 G2I120L. G2I12022 G2I120L. G2I12023 G2I120L. G2I12024 G2I120L. G2I12025 G2I120L. G2I12026 G2I120L. G2I12027 G2I120L. G2I12028 G2I120L. G2I12029 G2I120L. G2I12030 G2I120L. G2I12031 G2I120L. G2I12032 G2I120L. G2I13001 G2I130L. G2I13002 G2I130L. G2I13003 G2I130L. G2I13004 G2I130L. G2I13005 G2I130L. G2I13006 G2I130L. G2I13007 G2I130L. G2I13008 G2I130L. G2I13009 G2I130L. G2I13010 G2I130L. G2I13011 G2I130L. G2I13012 G2I130L. G2I13013 G2I130L. G2I13014 G2I130L. G2I13015 G2I130L. G2I13016 G2I130L. G2I13017 G2I130L. G2I13018 G2I130L. G2I13019 G2I130L. G2I13020 G2I130L. G2I13021 G2I130L. G2I13022 G2I130L. G2I13023 G2I130L. G2I13024 G2I130L. G2I13025 G2I130L. G2I13026 G2I130L. G2I13027 G2I130L. G2I13028 G2I130L. G2I13029 G2I130L. G2I13030 G2I130L. G2I13031 G2I130L. G2I13032 G2I130L. G2I14001 G2I140L. G2I14002 G2I140L. G2I14003 G2I140L. G2I14004 G2I140L. G2I14005 G2I140L. G2I14006 G2I140L. G2I14007 G2I140L. G2I14008 G2I140L. G2I14009 G2I140L. G2I14010 G2I140L. G2I14011 G2I140L. G2I14012 G2I140L. G2I14013 G2I140L. G2I14014 G2I140L. G2I14015 G2I140L. G2I14016 G2I140L. G2I14017 G2I140L. G2I14018 G2I140L. G2I14019 G2I140L. G2I14020 G2I140L. G2I14021 G2I140L. G2I14022 G2I140L. G2I14023 G2I140L. G2I14024 G2I140L. G2I14025 G2I140L. G2I14026 G2I140L. G2I14027 G2I140L. G2I14028 G2I140L. G2I14029 G2I140L. G2I14030 G2I140L. G2I14031 G2I140L. G2I14032 G2I140L. ; proc contents data=library.sip90fp; /* 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. */