/*------------------------------------------------------------------------------------*/ /*by Jean Roth Wed Jun 9 16:58:40 EDT 2004 This program reads the 1984 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.fsp84fp; /* The PROC FORMAT statement will store the formats in a sas data set called fsip84fp To use the stored formats in a subsequent program, include something like this: proc format cntlin=library.fsp84fp; 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" 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 = "Noninterview" ; VALUE REASLEF (default=32) 0 = "Not applicable or not answered or" 1 = "Left - Deceased" 2 = "Left - Institutionalized" 3 = "Left - Living in Armed Forces barracks" 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 SU_RGC (default=32) 0 = "Not applicable for coverage" 101 = "Applicable for coverage" ; VALUE LGTHHT (default=32) 0 = "Not available or not in a" 1 = "Married couple household" 2 = "Other family household, male" 3 = "Other family household, female" 4 = "Nonfamily household, male" 5 = "Nonfamily household, female" ; VALUE LGTKEY (default=32) 0 = "This is not a key person" ; VALUE LGTOTH (default=32) 0 = "This is not an 'other' person" ; VALUE SEX (default=32) 1 = "Male" 2 = "Female" ; VALUE RACE (default=32) 1 = "White" 2 = "Black" 3 = "American Indian, Eskimo or" 4 = "Asian or Pacific Islander" ; VALUE 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 living" 3 = "Spouse of household reference" 4 = "Child of household reference" 5 = "Other relative of household" 6 = "Nonrelative of household reference" 7 = "Nonrelative of household reference" ; VALUE AGE (default=32) 0 = "Less than 1 full year or not a" 1 = "1 year" 2 = "2 years" 85 = "85 years or more" ; 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 family" 2 = "Unrelated sub (secondary) family" 3 = "Related subfamily" 4 = "Primary individual" ; VALUE FAMREL (default=32) 0 = "Not applicable, not in sample," 1 = "Reference person of family" 2 = "Spouse of family reference person" 3 = "Child of family reference person" 4 = "Other relative of family reference" ; VALUE FAMNUM (default=32) 0 = "Not applicable, not in sample," ; VALUE PNSP (default=32) 0 = "Not a sample person in this" 999 = "Not applicable" ; VALUE ENT_SP (default=32) 0 = "Not a sample person in this" 99 = "Not applicable" ; VALUE PNPT (default=32) 0 = "Not a sample person in this" 999 = "Not applicable" ; VALUE ENT_PT (default=32) 0 = "Not a sample person in this" 99 = "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 IN_AF (default=32) 0 = "Not applicable if under 15," 1 = "Yes" 2 = "No" ; VALUE USRVE (default=32) 0 = "Not applicable, not in sample," 1 = "Vietnam Era (August 1964-" 2 = "Korean Conflict (June 1950-" 3 = "World War II (September 1940-" 4 = "World War I (April 1917-" 5 = "May 1975 or later" 6 = "Other service" 9 = "Not answered" ; VALUE U_BRTHMN (default=32) -9 = "Not answered" 1 = "January" 2 = "February" 12 = "December" ; VALUE U_BRTHYR (default=32) -009 = "Not answered" 1901 = "1901 or earlier" ; VALUE U_PNGD (default=32) 0 = "Not in universe, not in" 999 = "Not applicable" -09 = "Not answered" ; VALUE ENTID_G (default=32) 0 = "Not in universe, not in sample," 99 = "Not applicable or not answered" ; VALUE LVQTR (default=32) 0 = "Not applicable, not in sample," 1 = "House, apartment, flat" 2 = "Housing unit in nontransient hotel," 3 = "Housing unit, permanent in" 4 = "Housing unit in rooming house" 5 = "Mobile home or trailer with no" 6 = "Mobile home or trailer with one" 7 = "Housing unit not specified above" 8 = "Quarters not housing unit in" 9 = "Housing unit not permanent in" 10 = "Unoccupied tent or trailer site" 11 = "Other unit not specified above" ; VALUE TENUR (default=32) 0 = "Not in sample or nonmatch?" 1 = "Owned or being bought by someone" 2 = "Rented for cash?" 3 = "Occupied without payment of" ; VALUE PUBHS (default=32) 0 = "Not applicable, not in sample," 1 = "Yes" 2 = "No" ; VALUE LORNT (default=32) 0 = "Not applicable, not" 1 = "Yes" 2 = "No" ; VALUE ENRGY_Y (default=32) 0 = "Not in universe, not in a sample" 1 = "Yes" 2 = "No" ; VALUE Hs_ENRG (default=32) 0 = "Not applicable, not in a sample" 1 = "Checks sent to household" 2 = "Coupons or vouchers sent to household" 3 = "Payments sent elsewhere" 4 = "Checks and coupons or vouchers sent to" 5 = "Checks sent to household and payments" 6 = "Coupons or voucher sent to household" 7 = "All three types of assistance" ; VALUE ENRGY (default=32) 0 = "Not in universe, not in" ; VALUE Hs_LUNC (default=32) 0 = "Not applicable, not in sample" 1 = "Free" 2 = "Reduced-price" 3 = "Both" ; VALUE LUNCH (default=32) 0 = "Not in universe, not in" ; VALUE BREAK (default=32) 0 = "Not applicable, not in sample" 1 = "Free" 2 = "Reduced-price" 3 = "Both" ; VALUE H8_4830L (default=32) 0 = "Not in universe, not in" ; VALUE Hs_PUBHS (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 FULLRENT (default=32) 0 = "Not in universe" ; VALUE STATE (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" 19 = "Iowa" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 23 = "Maine" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 29 = "Missouri" 30 = "Montana" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 36 = "New York" 37 = "North Carolina" 38 = "North Dakota" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 50 = "Vermont" 51 = "Virginia" 53 = "Washington" 55 = "Wisconsin" 57 = "Mississippi and West Virginia" 58 = "Idaho, New Mexico, South Dakota," ; VALUE METRO (default=32) 0 = "Not in sample or nonmatch" 1 = "Central city of an MSA or PMSA" 2 = "In an MSA or PMSA but not" 3 = "Not in an MSA or PMSA" ; VALUE SC1332L (default=32) 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" -1 = "Don't know" ; VALUE SC1334L (default=32) 0 = "Not in universe, not in" 1 = "Yes" 2 = "No" -1 = "Don't know" ; VALUE SC1336L (default=32) 0 = "Not in universe, not in" 1 = "1 percent to 10 percent" 2 = "11 percent to 29 percent" 3 = "30 percent to 49 percent" 4 = "50 percent" 5 = "51 percent to 89 percent" 6 = "90 percent to 99 percent" 7 = "100 percent" 101 = "No rating" -1 = "Don't know" -2 = "Refused" -3 = "0 percent" ; VALUE SC1346L (default=32) 0 = "Not in universe, not in sample," 1 = "Retired?" 2 = "Disabled?" 3 = "Widow(ed) or surviving child?" 4 = "Spouse or dependent child?" 5 = "Some other reason" -1 = "Don't know" ; VALUE SC1348L (default=32) 0 = "Not in universe, not in sample," 1 = "Retired" 2 = "Disabled" 3 = "Widow(ed) or surviving child" 4 = "Spouse or dependent child" 5 = "No other reason" -1 = "Don't know" ; VALUE SC1360L (default=32) 0 = "Not in universe, not in sample," 1 = "Yes" 2 = "No" ; VALUE SC1418L (default=32) 0 = "Not in universe, not in sample," 1 = "Widowed" 2 = "Divorced" 3 = "Both widowed and divorced" 4 = "No" ; VALUE SC1456L (default=32) 0 = "Not in universe, not in sample," 1 = "Yes, in the service" 2 = "Yes, from service-related injury" 3 = "No" ; VALUE SC1468L (default=32) 0 = "Not in universe or 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) 0 = "Not in universe" 1 = "Yes" 2 = "No" -1 = "Don't know" ; 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, not in sample," 1 = "Yes" 2 = "No" ; VALUE SC1682L (default=32) 0 = "Not in universe, not in sample," ; VALUE SC1690L (default=32) 0 = "Not in universe, not in sample," ; 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, spent" 6 = "No job during month, spent entire" 7 = "No job during month, spent one or" 8 = "No job during month, no time spent" ; VALUE WKSPER (default=32) 0 = " Not applicable, not in sample," 4 = "4 weeks" 5 = "5 weeks" ; VALUE WKSJB (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 WEEKSL (default=32) 0 = "None or not applicable, not in" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks (only applicable for" ; VALUE SC1230L (default=32) 0 = "Not in universe" -3 = "None" ; VALUE JOBID2L (default=32) 0 = "Not in universe, not in sample," ; VALUE CLSWK2L (default=32) 0 = "Not in universe, not in sample," 1 = "A private company or individual" 2 = "Federal Government (exclude" 3 = "State government" 4 = "Local government" 5 = "Armed Forces" 6 = "Unpaid in family business or farm" ; VALUE WS2_WK (default=32) 0 = "None or not in universe if" 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" ; VALUE W2124L (default=32) 0 = "Not in universe, not in sample," -3 = "None" ; VALUE W2128L (default=32) 0 = "Not in universe, not in sample," ; VALUE S2302L (default=32) 0 = "Not in universe, not in sample," ; VALUE TYPBS2L (default=32) 0 = "Not in universe, not in sample," 1 = "Sole proprietorship" 2 = "Partnership" 3 = "Corporation" ; VALUE SE2_WK (default=32) 0 = "None, not in universe, not in sample," 1 = "1 week" 2 = "2 weeks" 3 = "3 weeks" 4 = "4 weeks" 5 = "5 weeks" ; VALUE S2312L (default=32) 0 = "Not in universe, not in sample," -3 = "None" ; VALUE G1SRC (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 jointly" 3 = "Only child benefits received" 4 = "Adult benefits received in own name" 5 = "Adult benefits received jointly" ; VALUE RRRECIN (default=32) 0 = "Not in universe" 1 = "Adult benefits received in own" 2 = "Only adult benefits received jointly" 3 = "Only child benefits received" 4 = "Adult benefits received in own name" 5 = "Adult benefits received jointly" ; VALUE VET3060L (default=32) 0 = "Not in universe or don't know" 1 = "Yes" 2 = "No" -1 = "Don't know" ; 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 RAILRD (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 HIOWNC (default=32) 1 = "Had health insurance in own name" 2 = "Did not have health insurance in own n" /* ame */ ; VALUE HI_OTC (default=32) 1 = "Had health insurance thru someone" 2 = "Did not have health insurance coverage" ; VALUE HIEMPL (default=32) 0 = "Not in universe, not in sample," 1 = "Health insurance coverage obtained thr" /* u */ 2 = "Health insurance coverage not obtained" ; 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/1984/sipp84fp.zip "; data library.sip84fp; missing A; infile raw lrecl = 20000 missover ; * To read in uncompressed file, uncomment INFILE & comment filename & infile lines; * On a PC, you may need to change the direction of the slashes as in C:\; *INFILE '/homes/data/sipp/1984/sipp84fp.dat' LRECL=20000 PAD END=EOF; *LENGTH SUSEQNUM $6 SU_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 FNLWGT84 8 FNLWGT85 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 ENRGY_1 4 ENRGY_2 4 ENRGY_3 4 ENRGY_4 4 ENRGY_5 4 ENRGY_6 4 ENRGY_7 4 ENRGY_8 4 PUBRNAMT 4 FULLRENT 4 SC1466_2 $2 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 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 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 WS1_AM01 4 WS1_AM02 4 WS1_AM03 4 WS1_AM04 4 WS1_AM05 4 WS1_AM06 4 WS1_AM07 4 WS1_AM08 4 WS1_AM09 4 WS1_AM10 4 WS1_AM11 4 WS1_AM12 4 WS1_AM13 4 WS1_AM14 4 WS1_AM15 4 WS1_AM16 4 WS1_AM17 4 WS1_AM18 4 WS1_AM19 4 WS1_AM20 4 WS1_AM21 4 WS1_AM22 4 WS1_AM23 4 WS1_AM24 4 WS1_AM25 4 WS1_AM26 4 WS1_AM27 4 WS1_AM28 4 WS1_AM29 4 WS1_AM30 4 WS1_AM31 4 WS1_AM32 4 WS2_AM01 4 WS2_AM02 4 WS2_AM03 4 WS2_AM04 4 WS2_AM05 4 WS2_AM06 4 WS2_AM07 4 WS2_AM08 4 WS2_AM09 4 WS2_AM10 4 WS2_AM11 4 WS2_AM12 4 WS2_AM13 4 WS2_AM14 4 WS2_AM15 4 WS2_AM16 4 WS2_AM17 4 WS2_AM18 4 WS2_AM19 4 WS2_AM20 4 WS2_AM21 4 WS2_AM22 4 WS2_AM23 4 WS2_AM24 4 WS2_AM25 4 WS2_AM26 4 WS2_AM27 4 WS2_AM28 4 WS2_AM29 4 WS2_AM30 4 WS2_AM31 4 WS2_AM32 4 W2028_01 8 W2028_02 8 W2028_03 8 W2028_04 8 W2028_05 8 W2028_06 8 W2028_07 8 W2028_08 8 W2028_09 8 W2028_10 8 W2028_11 8 W2028_12 8 W2028_13 8 W2028_14 8 W2028_15 8 W2028_16 8 W2028_17 8 W2028_18 8 W2028_19 8 W2028_20 8 W2028_21 8 W2028_22 8 W2028_23 8 W2028_24 8 W2028_25 8 W2028_26 8 W2028_27 8 W2028_28 8 W2028_29 8 W2028_30 8 W2028_31 8 W2028_32 8 W2128_01 8 W2128_02 8 W2128_03 8 W2128_04 8 W2128_05 8 W2128_06 8 W2128_07 8 W2128_08 8 W2128_09 8 W2128_10 8 W2128_11 8 W2128_12 8 W2128_13 8 W2128_14 8 W2128_15 8 W2128_16 8 W2128_17 8 W2128_18 8 W2128_19 8 W2128_20 8 W2128_21 8 W2128_22 8 W2128_23 8 W2128_24 8 W2128_25 8 W2128_26 8 W2128_27 8 W2128_28 8 W2128_29 8 W2128_30 8 W2128_31 8 W2128_32 8 SE1_AM01 4 SE1_AM02 4 SE1_AM03 4 SE1_AM04 4 SE1_AM05 4 SE1_AM06 4 SE1_AM07 4 SE1_AM08 4 SE1_AM09 4 SE1_AM10 4 SE1_AM11 4 SE1_AM12 4 SE1_AM13 4 SE1_AM14 4 SE1_AM15 4 SE1_AM16 4 SE1_AM17 4 SE1_AM18 4 SE1_AM19 4 SE1_AM20 4 SE1_AM21 4 SE1_AM22 4 SE1_AM23 4 SE1_AM24 4 SE1_AM25 4 SE1_AM26 4 SE1_AM27 4 SE1_AM28 4 SE1_AM29 4 SE1_AM30 4 SE1_AM31 4 SE1_AM32 4 SE2_AM01 4 SE2_AM02 4 SE2_AM03 4 SE2_AM04 4 SE2_AM05 4 SE2_AM06 4 SE2_AM07 4 SE2_AM08 4 SE2_AM09 4 SE2_AM10 4 SE2_AM11 4 SE2_AM12 4 SE2_AM13 4 SE2_AM14 4 SE2_AM15 4 SE2_AM16 4 SE2_AM17 4 SE2_AM18 4 SE2_AM19 4 SE2_AM20 4 SE2_AM21 4 SE2_AM22 4 SE2_AM23 4 SE2_AM24 4 SE2_AM25 4 SE2_AM26 4 SE2_AM27 4 SE2_AM28 4 SE2_AM29 4 SE2_AM30 4 SE2_AM31 4 SE2_AM32 4 G1_A_01 8 G1_A_02 8 G1_A_03 8 G1_A_04 8 G1_A_05 8 G1_A_06 8 G1_A_07 8 G1_A_08 8 G1_A_09 8 G1_A_10 8 G1_A_11 8 G1_A_12 8 G1_A_13 8 G1_A_14 8 G1_A_15 8 G1_A_16 8 G1_A_17 8 G1_A_18 8 G1_A_19 8 G1_A_20 8 G1_A_21 8 G1_A_22 8 G1_A_23 8 G1_A_24 8 G1_A_25 8 G1_A_26 8 G1_A_27 8 G1_A_28 8 G1_A_29 8 G1_A_30 8 G1_A_31 8 G1_A_32 8 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 SU_ID $9. @17 PP_ENTRY $2. @19 PP_PNUM $3. @22 SU_TOTPP 2. @24 HH_ADD01 $2. @26 HH_ADD02 $2. @28 HH_ADD03 $2. @30 HH_ADD04 $2. @32 HH_ADD05 $2. @34 HH_ADD06 $2. @36 HH_ADD07 $2. @38 HH_ADD08 $2. @40 HH_ADD09 $2. @42 HH_ADD10 $2. @44 HH_ADD11 $2. @46 HH_ADD12 $2. @48 HH_ADD13 $2. @50 HH_ADD14 $2. @52 HH_ADD15 $2. @54 HH_ADD16 $2. @56 HH_ADD17 $2. @58 HH_ADD18 $2. @60 HH_ADD19 $2. @62 HH_ADD20 $2. @64 HH_ADD21 $2. @66 HH_ADD22 $2. @68 HH_ADD23 $2. @70 HH_ADD24 $2. @72 HH_ADD25 $2. @74 HH_ADD26 $2. @76 HH_ADD27 $2. @78 HH_ADD28 $2. @80 HH_ADD29 $2. @82 HH_ADD30 $2. @84 HH_ADD31 $2. @86 HH_ADD32 $2. @88 PP_INTV1 1. @89 PP_INTV2 1. @90 PP_INTV3 1. @91 PP_INTV4 1. @92 PP_INTV5 1. @93 PP_INTV6 1. @94 PP_INTV7 1. @95 PP_INTV8 1. @96 PP_MIS01 1. @97 PP_MIS02 1. @98 PP_MIS03 1. @99 PP_MIS04 1. @100 PP_MIS05 1. @101 PP_MIS06 1. @102 PP_MIS07 1. @103 PP_MIS08 1. @104 PP_MIS09 1. @105 PP_MIS10 1. @106 PP_MIS11 1. @107 PP_MIS12 1. @108 PP_MIS13 1. @109 PP_MIS14 1. @110 PP_MIS15 1. @111 PP_MIS16 1. @112 PP_MIS17 1. @113 PP_MIS18 1. @114 PP_MIS19 1. @115 PP_MIS20 1. @116 PP_MIS21 1. @117 PP_MIS22 1. @118 PP_MIS23 1. @119 PP_MIS24 1. @120 PP_MIS25 1. @121 PP_MIS26 1. @122 PP_MIS27 1. @123 PP_MIS28 1. @124 PP_MIS29 1. @125 PP_MIS30 1. @126 PP_MIS31 1. @127 PP_MIS32 1. @128 REASLEF1 1. @129 REASLEF2 1. @130 REASLEF3 1. @131 REASLEF4 1. @132 REASLEF5 1. @133 REASLEF6 1. @134 REASLEF7 1. @135 REASLEF8 1. @136 PNLWGT 12.4 @148 FNLWGT84 12.4 @172 FNLWGT85 12.4 @196 SU_RGC 3. @199 Hs_HSC 1. @200 LGTHHT01 1. @201 LGTHHT02 1. @202 LGTHHT03 1. @203 LGTHHT04 1. @204 LGTHHT05 1. @205 LGTHHT06 1. @206 LGTHHT07 1. @207 LGTHHT08 1. @208 LGTHHT09 1. @209 LGTHHT10 1. @210 LGTHHT11 1. @211 LGTHHT12 1. @212 LGTHHT13 1. @213 LGTHHT14 1. @214 LGTHHT15 1. @215 LGTHHT16 1. @216 LGTHHT17 1. @217 LGTHHT18 1. @218 LGTHHT19 1. @219 LGTHHT20 1. @220 LGTHHT21 1. @221 LGTHHT22 1. @222 LGTHHT23 1. @223 LGTHHT24 1. @224 LGTHHT25 1. @225 LGTHHT26 1. @226 LGTHHT27 1. @227 LGTHHT28 1. @228 LGTHHT29 1. @229 LGTHHT30 1. @230 LGTHHT31 1. @231 LGTHHT32 1. @232 LGTKEY01 3. @235 LGTKEY02 3. @238 LGTKEY03 3. @241 LGTKEY04 3. @244 LGTKEY05 3. @247 LGTKEY06 3. @250 LGTKEY07 3. @253 LGTKEY08 3. @256 LGTKEY09 3. @259 LGTKEY10 3. @262 LGTKEY11 3. @265 LGTKEY12 3. @268 LGTKEY13 3. @271 LGTKEY14 3. @274 LGTKEY15 3. @277 LGTKEY16 3. @280 LGTKEY17 3. @283 LGTKEY18 3. @286 LGTKEY19 3. @289 LGTKEY20 3. @292 LGTKEY21 3. @295 LGTKEY22 3. @298 LGTKEY23 3. @301 LGTKEY24 3. @304 LGTKEY25 3. @307 LGTKEY26 3. @310 LGTKEY27 3. @313 LGTKEY28 3. @316 LGTKEY29 3. @319 LGTKEY30 3. @322 LGTKEY31 3. @325 LGTKEY32 3. @328 LGTOTH01 3. @331 LGTOTH02 3. @334 LGTOTH03 3. @337 LGTOTH04 3. @340 LGTOTH05 3. @343 LGTOTH06 3. @346 LGTOTH07 3. @349 LGTOTH08 3. @352 LGTOTH09 3. @355 LGTOTH10 3. @358 LGTOTH11 3. @361 LGTOTH12 3. @364 LGTOTH13 3. @367 LGTOTH14 3. @370 LGTOTH15 3. @373 LGTOTH16 3. @376 LGTOTH17 3. @379 LGTOTH18 3. @382 LGTOTH19 3. @385 LGTOTH20 3. @388 LGTOTH21 3. @391 LGTOTH22 3. @394 LGTOTH23 3. @397 LGTOTH24 3. @400 LGTOTH25 3. @403 LGTOTH26 3. @406 LGTOTH27 3. @409 LGTOTH28 3. @412 LGTOTH29 3. @415 LGTOTH30 3. @418 LGTOTH31 3. @421 LGTOTH32 3. @424 LGTFA101 12.4 @436 LGTFA102 12.4 @448 LGTFA103 12.4 @460 LGTFA104 12.4 @472 LGTFA105 12.4 @484 LGTFA106 12.4 @496 LGTFA107 12.4 @508 LGTFA108 12.4 @520 LGTFA109 12.4 @532 LGTFA110 12.4 @544 LGTFA111 12.4 @556 LGTFA112 12.4 @568 LGTFA113 12.4 @580 LGTFA114 12.4 @592 LGTFA115 12.4 @604 LGTFA116 12.4 @616 LGTFA117 12.4 @628 LGTFA118 12.4 @640 LGTFA119 12.4 @652 LGTFA120 12.4 @664 LGTFA121 12.4 @676 LGTFA122 12.4 @688 LGTFA123 12.4 @700 LGTFA124 12.4 @712 LGTFA125 12.4 @724 LGTFA126 12.4 @736 LGTFA127 12.4 @748 LGTFA128 12.4 @760 LGTFA129 12.4 @772 LGTFA130 12.4 @784 LGTFA131 12.4 @796 LGTFA132 12.4 @808 LGTFA201 12.4 @820 LGTFA202 12.4 @832 LGTFA203 12.4 @844 LGTFA204 12.4 @856 LGTFA205 12.4 @868 LGTFA206 12.4 @880 LGTFA207 12.4 @892 LGTFA208 12.4 @904 LGTFA209 12.4 @916 LGTFA210 12.4 @928 LGTFA211 12.4 @940 LGTFA212 12.4 @952 LGTFA213 12.4 @964 LGTFA214 12.4 @976 LGTFA215 12.4 @988 LGTFA216 12.4 @1000 LGTFA217 12.4 @1012 LGTFA218 12.4 @1024 LGTFA219 12.4 @1036 LGTFA220 12.4 @1048 LGTFA221 12.4 @1060 LGTFA222 12.4 @1072 LGTFA223 12.4 @1084 LGTFA224 12.4 @1096 LGTFA225 12.4 @1108 LGTFA226 12.4 @1120 LGTFA227 12.4 @1132 LGTFA228 12.4 @1144 LGTFA229 12.4 @1156 LGTFA230 12.4 @1168 LGTFA231 12.4 @1180 LGTFA232 12.4 @1192 SEX 1. @1193 RACE 1. @1194 ETHNICTY 2. @1196 RRP_01 1. @1197 RRP_02 1. @1198 RRP_03 1. @1199 RRP_04 1. @1200 RRP_05 1. @1201 RRP_06 1. @1202 RRP_07 1. @1203 RRP_08 1. @1204 RRP_09 1. @1205 RRP_10 1. @1206 RRP_11 1. @1207 RRP_12 1. @1208 RRP_13 1. @1209 RRP_14 1. @1210 RRP_15 1. @1211 RRP_16 1. @1212 RRP_17 1. @1213 RRP_18 1. @1214 RRP_19 1. @1215 RRP_20 1. @1216 RRP_21 1. @1217 RRP_22 1. @1218 RRP_23 1. @1219 RRP_24 1. @1220 RRP_25 1. @1221 RRP_26 1. @1222 RRP_27 1. @1223 RRP_28 1. @1224 RRP_29 1. @1225 RRP_30 1. @1226 RRP_31 1. @1227 RRP_32 1. @1228 AGE_01 2. @1230 AGE_02 2. @1232 AGE_03 2. @1234 AGE_04 2. @1236 AGE_05 2. @1238 AGE_06 2. @1240 AGE_07 2. @1242 AGE_08 2. @1244 AGE_09 2. @1246 AGE_10 2. @1248 AGE_11 2. @1250 AGE_12 2. @1252 AGE_13 2. @1254 AGE_14 2. @1256 AGE_15 2. @1258 AGE_16 2. @1260 AGE_17 2. @1262 AGE_18 2. @1264 AGE_19 2. @1266 AGE_20 2. @1268 AGE_21 2. @1270 AGE_22 2. @1272 AGE_23 2. @1274 AGE_24 2. @1276 AGE_25 2. @1278 AGE_26 2. @1280 AGE_27 2. @1282 AGE_28 2. @1284 AGE_29 2. @1286 AGE_30 2. @1288 AGE_31 2. @1290 AGE_32 2. @1292 MS_01 1. @1293 MS_02 1. @1294 MS_03 1. @1295 MS_04 1. @1296 MS_05 1. @1297 MS_06 1. @1298 MS_07 1. @1299 MS_08 1. @1300 MS_09 1. @1301 MS_10 1. @1302 MS_11 1. @1303 MS_12 1. @1304 MS_13 1. @1305 MS_14 1. @1306 MS_15 1. @1307 MS_16 1. @1308 MS_17 1. @1309 MS_18 1. @1310 MS_19 1. @1311 MS_20 1. @1312 MS_21 1. @1313 MS_22 1. @1314 MS_23 1. @1315 MS_24 1. @1316 MS_25 1. @1317 MS_26 1. @1318 MS_27 1. @1319 MS_28 1. @1320 MS_29 1. @1321 MS_30 1. @1322 MS_31 1. @1323 MS_32 1. @1324 FAMTYP01 1. @1325 FAMTYP02 1. @1326 FAMTYP03 1. @1327 FAMTYP04 1. @1328 FAMTYP05 1. @1329 FAMTYP06 1. @1330 FAMTYP07 1. @1331 FAMTYP08 1. @1332 FAMTYP09 1. @1333 FAMTYP10 1. @1334 FAMTYP11 1. @1335 FAMTYP12 1. @1336 FAMTYP13 1. @1337 FAMTYP14 1. @1338 FAMTYP15 1. @1339 FAMTYP16 1. @1340 FAMTYP17 1. @1341 FAMTYP18 1. @1342 FAMTYP19 1. @1343 FAMTYP20 1. @1344 FAMTYP21 1. @1345 FAMTYP22 1. @1346 FAMTYP23 1. @1347 FAMTYP24 1. @1348 FAMTYP25 1. @1349 FAMTYP26 1. @1350 FAMTYP27 1. @1351 FAMTYP28 1. @1352 FAMTYP29 1. @1353 FAMTYP30 1. @1354 FAMTYP31 1. @1355 FAMTYP32 1. @1356 FAMREL01 1. @1357 FAMREL02 1. @1358 FAMREL03 1. @1359 FAMREL04 1. @1360 FAMREL05 1. @1361 FAMREL06 1. @1362 FAMREL07 1. @1363 FAMREL08 1. @1364 FAMREL09 1. @1365 FAMREL10 1. @1366 FAMREL11 1. @1367 FAMREL12 1. @1368 FAMREL13 1. @1369 FAMREL14 1. @1370 FAMREL15 1. @1371 FAMREL16 1. @1372 FAMREL17 1. @1373 FAMREL18 1. @1374 FAMREL19 1. @1375 FAMREL20 1. @1376 FAMREL21 1. @1377 FAMREL22 1. @1378 FAMREL23 1. @1379 FAMREL24 1. @1380 FAMREL25 1. @1381 FAMREL26 1. @1382 FAMREL27 1. @1383 FAMREL28 1. @1384 FAMREL29 1. @1385 FAMREL30 1. @1386 FAMREL31 1. @1387 FAMREL32 1. @1388 FAMNUM01 1. @1389 FAMNUM02 1. @1390 FAMNUM03 1. @1391 FAMNUM04 1. @1392 FAMNUM05 1. @1393 FAMNUM06 1. @1394 FAMNUM07 1. @1395 FAMNUM08 1. @1396 FAMNUM09 1. @1397 FAMNUM10 1. @1398 FAMNUM11 1. @1399 FAMNUM12 1. @1400 FAMNUM13 1. @1401 FAMNUM14 1. @1402 FAMNUM15 1. @1403 FAMNUM16 1. @1404 FAMNUM17 1. @1405 FAMNUM18 1. @1406 FAMNUM19 1. @1407 FAMNUM20 1. @1408 FAMNUM21 1. @1409 FAMNUM22 1. @1410 FAMNUM23 1. @1411 FAMNUM24 1. @1412 FAMNUM25 1. @1413 FAMNUM26 1. @1414 FAMNUM27 1. @1415 FAMNUM28 1. @1416 FAMNUM29 1. @1417 FAMNUM30 1. @1418 FAMNUM31 1. @1419 FAMNUM32 1. @1420 PNSP_01 3. @1423 PNSP_02 3. @1426 PNSP_03 3. @1429 PNSP_04 3. @1432 PNSP_05 3. @1435 PNSP_06 3. @1438 PNSP_07 3. @1441 PNSP_08 3. @1444 PNSP_09 3. @1447 PNSP_10 3. @1450 PNSP_11 3. @1453 PNSP_12 3. @1456 PNSP_13 3. @1459 PNSP_14 3. @1462 PNSP_15 3. @1465 PNSP_16 3. @1468 PNSP_17 3. @1471 PNSP_18 3. @1474 PNSP_19 3. @1477 PNSP_20 3. @1480 PNSP_21 3. @1483 PNSP_22 3. @1486 PNSP_23 3. @1489 PNSP_24 3. @1492 PNSP_25 3. @1495 PNSP_26 3. @1498 PNSP_27 3. @1501 PNSP_28 3. @1504 PNSP_29 3. @1507 PNSP_30 3. @1510 PNSP_31 3. @1513 PNSP_32 3. @1516 ENT_SP01 2. @1518 ENT_SP02 2. @1520 ENT_SP03 2. @1522 ENT_SP04 2. @1524 ENT_SP05 2. @1526 ENT_SP06 2. @1528 ENT_SP07 2. @1530 ENT_SP08 2. @1532 ENT_SP09 2. @1534 ENT_SP10 2. @1536 ENT_SP11 2. @1538 ENT_SP12 2. @1540 ENT_SP13 2. @1542 ENT_SP14 2. @1544 ENT_SP15 2. @1546 ENT_SP16 2. @1548 ENT_SP17 2. @1550 ENT_SP18 2. @1552 ENT_SP19 2. @1554 ENT_SP20 2. @1556 ENT_SP21 2. @1558 ENT_SP22 2. @1560 ENT_SP23 2. @1562 ENT_SP24 2. @1564 ENT_SP25 2. @1566 ENT_SP26 2. @1568 ENT_SP27 2. @1570 ENT_SP28 2. @1572 ENT_SP29 2. @1574 ENT_SP30 2. @1576 ENT_SP31 2. @1578 ENT_SP32 2. @1580 PNPT_01 3. @1583 PNPT_02 3. @1586 PNPT_03 3. @1589 PNPT_04 3. @1592 PNPT_05 3. @1595 PNPT_06 3. @1598 PNPT_07 3. @1601 PNPT_08 3. @1604 PNPT_09 3. @1607 PNPT_10 3. @1610 PNPT_11 3. @1613 PNPT_12 3. @1616 PNPT_13 3. @1619 PNPT_14 3. @1622 PNPT_15 3. @1625 PNPT_16 3. @1628 PNPT_17 3. @1631 PNPT_18 3. @1634 PNPT_19 3. @1637 PNPT_20 3. @1640 PNPT_21 3. @1643 PNPT_22 3. @1646 PNPT_23 3. @1649 PNPT_24 3. @1652 PNPT_25 3. @1655 PNPT_26 3. @1658 PNPT_27 3. @1661 PNPT_28 3. @1664 PNPT_29 3. @1667 PNPT_30 3. @1670 PNPT_31 3. @1673 PNPT_32 3. @1676 ENT_PT01 2. @1678 ENT_PT02 2. @1680 ENT_PT03 2. @1682 ENT_PT04 2. @1684 ENT_PT05 2. @1686 ENT_PT06 2. @1688 ENT_PT07 2. @1690 ENT_PT08 2. @1692 ENT_PT09 2. @1694 ENT_PT10 2. @1696 ENT_PT11 2. @1698 ENT_PT12 2. @1700 ENT_PT13 2. @1702 ENT_PT14 2. @1704 ENT_PT15 2. @1706 ENT_PT16 2. @1708 ENT_PT17 2. @1710 ENT_PT18 2. @1712 ENT_PT19 2. @1714 ENT_PT20 2. @1716 ENT_PT21 2. @1718 ENT_PT22 2. @1720 ENT_PT23 2. @1722 ENT_PT24 2. @1724 ENT_PT25 2. @1726 ENT_PT26 2. @1728 ENT_PT27 2. @1730 ENT_PT28 2. @1732 ENT_PT29 2. @1734 ENT_PT30 2. @1736 ENT_PT31 2. @1738 ENT_PT32 2. @1740 HIGRADE1 2. @1742 HIGRADE2 2. @1744 HIGRADE3 2. @1746 HIGRADE4 2. @1748 HIGRADE5 2. @1750 HIGRADE6 2. @1752 HIGRADE7 2. @1754 HIGRADE8 2. @1756 GRD_CMP1 1. @1757 GRD_CMP2 1. @1758 GRD_CMP3 1. @1759 GRD_CMP4 1. @1760 GRD_CMP5 1. @1761 GRD_CMP6 1. @1762 GRD_CMP7 1. @1763 GRD_CMP8 1. @1764 IN_AF_1 1. @1765 IN_AF_2 1. @1766 IN_AF_3 1. @1767 IN_AF_4 1. @1768 IN_AF_5 1. @1769 IN_AF_6 1. @1770 IN_AF_7 1. @1771 IN_AF_8 1. @1772 USRVE_1 1. @1773 USRVE_2 1. @1774 USRVE_3 1. @1775 USRVE_4 1. @1776 USRVE_5 1. @1777 USRVE_6 1. @1778 USRVE_7 1. @1779 USRVE_8 1. @1780 U_BRTHMN 2. @1782 U_BRTHYR 4. @1786 U_PNGD1 3. @1789 U_PNGD2 3. @1792 U_PNGD3 3. @1795 U_PNGD4 3. @1798 U_PNGD5 3. @1801 U_PNGD6 3. @1804 U_PNGD7 3. @1807 U_PNGD8 3. @1810 ENTID_G1 2. @1812 ENTID_G2 2. @1814 ENTID_G3 2. @1816 ENTID_G4 2. @1818 ENTID_G5 2. @1820 ENTID_G6 2. @1822 ENTID_G7 2. @1824 ENTID_G8 2. @1826 LVQTR_01 2. @1828 LVQTR_02 2. @1830 LVQTR_03 2. @1832 LVQTR_04 2. @1834 LVQTR_05 2. @1836 LVQTR_06 2. @1838 LVQTR_07 2. @1840 LVQTR_08 2. @1842 LVQTR_09 2. @1844 LVQTR_10 2. @1846 LVQTR_11 2. @1848 LVQTR_12 2. @1850 LVQTR_13 2. @1852 LVQTR_14 2. @1854 LVQTR_15 2. @1856 LVQTR_16 2. @1858 LVQTR_17 2. @1860 LVQTR_18 2. @1862 LVQTR_19 2. @1864 LVQTR_20 2. @1866 LVQTR_21 2. @1868 LVQTR_22 2. @1870 LVQTR_23 2. @1872 LVQTR_24 2. @1874 LVQTR_25 2. @1876 LVQTR_26 2. @1878 LVQTR_27 2. @1880 LVQTR_28 2. @1882 LVQTR_29 2. @1884 LVQTR_30 2. @1886 LVQTR_31 2. @1888 LVQTR_32 2. @1890 TENUR_01 1. @1891 TENUR_02 1. @1892 TENUR_03 1. @1893 TENUR_04 1. @1894 TENUR_05 1. @1895 TENUR_06 1. @1896 TENUR_07 1. @1897 TENUR_08 1. @1898 TENUR_09 1. @1899 TENUR_10 1. @1900 TENUR_11 1. @1901 TENUR_12 1. @1902 TENUR_13 1. @1903 TENUR_14 1. @1904 TENUR_15 1. @1905 TENUR_16 1. @1906 TENUR_17 1. @1907 TENUR_18 1. @1908 TENUR_19 1. @1909 TENUR_20 1. @1910 TENUR_21 1. @1911 TENUR_22 1. @1912 TENUR_23 1. @1913 TENUR_24 1. @1914 TENUR_25 1. @1915 TENUR_26 1. @1916 TENUR_27 1. @1917 TENUR_28 1. @1918 TENUR_29 1. @1919 TENUR_30 1. @1920 TENUR_31 1. @1921 TENUR_32 1. @1922 PUBHS_01 1. @1923 PUBHS_02 1. @1924 PUBHS_03 1. @1925 PUBHS_04 1. @1926 PUBHS_05 1. @1927 PUBHS_06 1. @1928 PUBHS_07 1. @1929 PUBHS_08 1. @1930 PUBHS_09 1. @1931 PUBHS_10 1. @1932 PUBHS_11 1. @1933 PUBHS_12 1. @1934 PUBHS_13 1. @1935 PUBHS_14 1. @1936 PUBHS_15 1. @1937 PUBHS_16 1. @1938 PUBHS_17 1. @1939 PUBHS_18 1. @1940 PUBHS_19 1. @1941 PUBHS_20 1. @1942 PUBHS_21 1. @1943 PUBHS_22 1. @1944 PUBHS_23 1. @1945 PUBHS_24 1. @1946 PUBHS_25 1. @1947 PUBHS_26 1. @1948 PUBHS_27 1. @1949 PUBHS_28 1. @1950 PUBHS_29 1. @1951 PUBHS_30 1. @1952 PUBHS_31 1. @1953 PUBHS_32 1. @1954 LORNT_01 1. @1955 LORNT_02 1. @1956 LORNT_03 1. @1957 LORNT_04 1. @1958 LORNT_05 1. @1959 LORNT_06 1. @1960 LORNT_07 1. @1961 LORNT_08 1. @1962 LORNT_09 1. @1963 LORNT_10 1. @1964 LORNT_11 1. @1965 LORNT_12 1. @1966 LORNT_13 1. @1967 LORNT_14 1. @1968 LORNT_15 1. @1969 LORNT_16 1. @1970 LORNT_17 1. @1971 LORNT_18 1. @1972 LORNT_19 1. @1973 LORNT_20 1. @1974 LORNT_21 1. @1975 LORNT_22 1. @1976 LORNT_23 1. @1977 LORNT_24 1. @1978 LORNT_25 1. @1979 LORNT_26 1. @1980 LORNT_27 1. @1981 LORNT_28 1. @1982 LORNT_29 1. @1983 LORNT_30 1. @1984 LORNT_31 1. @1985 LORNT_32 1. @1986 ADDID51 2. @1988 ADDID52 2. @1990 ADDID53 2. @1992 ADDID54 2. @1994 ADDID55 2. @1996 ADDID56 2. @1998 ADDID57 2. @2000 ADDID58 2. @2002 ENRGY_Y1 1. @2003 ENRGY_Y2 1. @2004 ENRGY_Y3 1. @2005 ENRGY_Y4 1. @2006 ENRGY_Y5 1. @2007 ENRGY_Y6 1. @2008 ENRGY_Y7 1. @2009 ENRGY_Y8 1. @2010 Hs_ENRG1 1. @2011 Hs_ENRG2 1. @2012 Hs_ENRG3 1. @2013 Hs_ENRG4 1. @2014 Hs_ENRG5 1. @2015 Hs_ENRG6 1. @2016 Hs_ENRG7 1. @2017 Hs_ENRG8 1. @2018 ENRGY_1 6. @2024 ENRGY_2 6. @2030 ENRGY_3 6. @2036 ENRGY_4 6. @2042 ENRGY_5 6. @2048 ENRGY_6 6. @2054 ENRGY_7 6. @2060 ENRGY_8 6. @2066 Hs_LUNC1 1. @2067 Hs_LUNC2 1. @2068 Hs_LUNC3 1. @2069 Hs_LUNC4 1. @2070 Hs_LUNC5 1. @2071 Hs_LUNC6 1. @2072 Hs_LUNC7 1. @2073 Hs_LUNC8 1. @2074 LUNCH_1 2. @2076 LUNCH_2 2. @2078 LUNCH_3 2. @2080 LUNCH_4 2. @2082 LUNCH_5 2. @2084 LUNCH_6 2. @2086 LUNCH_7 2. @2088 LUNCH_8 2. @2090 BREAK_1 1. @2091 BREAK_2 1. @2092 BREAK_3 1. @2093 BREAK_4 1. @2094 BREAK_5 1. @2095 BREAK_6 1. @2096 BREAK_7 1. @2097 BREAK_8 1. @2098 H8_48301 2. @2100 H8_48302 2. @2102 H8_48303 2. @2104 H8_48304 2. @2106 H8_48305 2. @2108 H8_48306 2. @2110 H8_48307 2. @2112 H8_48308 2. @2114 Hs_PUBHS 1. @2115 PUBRNAMT 6. @2121 UTLPAYYN 1. @2122 FULLRENT 6. @2128 STATE_1 2. @2130 STATE_2 2. @2132 STATE_3 2. @2134 STATE_4 2. @2136 STATE_5 2. @2138 STATE_6 2. @2140 STATE_7 2. @2142 STATE_8 2. @2144 METRO_1 1. @2145 METRO_2 1. @2146 METRO_3 1. @2147 METRO_4 1. @2148 METRO_5 1. @2149 METRO_6 1. @2150 METRO_7 1. @2151 METRO_8 1. @2152 SC1332 2. @2154 SC1334 2. @2156 SC1336 3. @2159 SC1346 2. @2161 SC1348 2. @2163 SC1360 1. @2164 SC1418 1. @2165 SC1456 1. @2166 SC1466_2 $2. @2168 SC1468 1. @2169 SC1472 2. @2171 DISAB 1. @2172 ATT_SCH1 1. @2173 ATT_SCH2 1. @2174 ATT_SCH3 1. @2175 ATT_SCH4 1. @2176 ATT_SCH5 1. @2177 ATT_SCH6 1. @2178 ATT_SCH7 1. @2179 ATT_SCH8 1. @2180 SC168201 1. @2181 SC168202 1. @2182 SC168203 1. @2183 SC168204 1. @2184 SC168205 1. @2185 SC168206 1. @2186 SC168207 1. @2187 SC168208 1. @2188 SC168209 1. @2189 SC168210 1. @2190 SC168211 1. @2191 SC168212 1. @2192 SC168213 1. @2193 SC168214 1. @2194 SC168215 1. @2195 SC168216 1. @2196 SC168217 1. @2197 SC168218 1. @2198 SC168219 1. @2199 SC168220 1. @2200 SC168221 1. @2201 SC168222 1. @2202 SC168223 1. @2203 SC168224 1. @2204 SC168225 1. @2205 SC168226 1. @2206 SC168227 1. @2207 SC168228 1. @2208 SC168229 1. @2209 SC168230 1. @2210 SC168231 1. @2211 SC168232 1. @2212 SC169001 1. @2213 SC169002 1. @2214 SC169003 1. @2215 SC169004 1. @2216 SC169005 1. @2217 SC169006 1. @2218 SC169007 1. @2219 SC169008 1. @2220 SC169009 1. @2221 SC169010 1. @2222 SC169011 1. @2223 SC169012 1. @2224 SC169013 1. @2225 SC169014 1. @2226 SC169015 1. @2227 SC169016 1. @2228 SC169017 1. @2229 SC169018 1. @2230 SC169019 1. @2231 SC169020 1. @2232 SC169021 1. @2233 SC169022 1. @2234 SC169023 1. @2235 SC169024 1. @2236 SC169025 1. @2237 SC169026 1. @2238 SC169027 1. @2239 SC169028 1. @2240 SC169029 1. @2241 SC169030 1. @2242 SC169031 1. @2243 SC169032 1. @2244 PP_INC01 8. @2252 PP_INC02 8. @2260 PP_INC03 8. @2268 PP_INC04 8. @2276 PP_INC05 8. @2284 PP_INC06 8. @2292 PP_INC07 8. @2300 PP_INC08 8. @2308 PP_INC09 8. @2316 PP_INC10 8. @2324 PP_INC11 8. @2332 PP_INC12 8. @2340 PP_INC13 8. @2348 PP_INC14 8. @2356 PP_INC15 8. @2364 PP_INC16 8. @2372 PP_INC17 8. @2380 PP_INC18 8. @2388 PP_INC19 8. @2396 PP_INC20 8. @2404 PP_INC21 8. @2412 PP_INC22 8. @2420 PP_INC23 8. @2428 PP_INC24 8. @2436 PP_INC25 8. @2444 PP_INC26 8. @2452 PP_INC27 8. @2460 PP_INC28 8. @2468 PP_INC29 8. @2476 PP_INC30 8. @2484 PP_INC31 8. @2492 PP_INC32 8. @2500 PP_EAR01 7. @2507 PP_EAR02 7. @2514 PP_EAR03 7. @2521 PP_EAR04 7. @2528 PP_EAR05 7. @2535 PP_EAR06 7. @2542 PP_EAR07 7. @2549 PP_EAR08 7. @2556 PP_EAR09 7. @2563 PP_EAR10 7. @2570 PP_EAR11 7. @2577 PP_EAR12 7. @2584 PP_EAR13 7. @2591 PP_EAR14 7. @2598 PP_EAR15 7. @2605 PP_EAR16 7. @2612 PP_EAR17 7. @2619 PP_EAR18 7. @2626 PP_EAR19 7. @2633 PP_EAR20 7. @2640 PP_EAR21 7. @2647 PP_EAR22 7. @2654 PP_EAR23 7. @2661 PP_EAR24 7. @2668 PP_EAR25 7. @2675 PP_EAR26 7. @2682 PP_EAR27 7. @2689 PP_EAR28 7. @2696 PP_EAR29 7. @2703 PP_EAR30 7. @2710 PP_EAR31 7. @2717 PP_EAR32 7. @2724 FF_INC01 8. @2732 FF_INC02 8. @2740 FF_INC03 8. @2748 FF_INC04 8. @2756 FF_INC05 8. @2764 FF_INC06 8. @2772 FF_INC07 8. @2780 FF_INC08 8. @2788 FF_INC09 8. @2796 FF_INC10 8. @2804 FF_INC11 8. @2812 FF_INC12 8. @2820 FF_INC13 8. @2828 FF_INC14 8. @2836 FF_INC15 8. @2844 FF_INC16 8. @2852 FF_INC17 8. @2860 FF_INC18 8. @2868 FF_INC19 8. @2876 FF_INC20 8. @2884 FF_INC21 8. @2892 FF_INC22 8. @2900 FF_INC23 8. @2908 FF_INC24 8. @2916 FF_INC25 8. @2924 FF_INC26 8. @2932 FF_INC27 8. @2940 FF_INC28 8. @2948 FF_INC29 8. @2956 FF_INC30 8. @2964 FF_INC31 8. @2972 FF_INC32 8. @2980 HH_INC01 8. @2988 HH_INC02 8. @2996 HH_INC03 8. @3004 HH_INC04 8. @3012 HH_INC05 8. @3020 HH_INC06 8. @3028 HH_INC07 8. @3036 HH_INC08 8. @3044 HH_INC09 8. @3052 HH_INC10 8. @3060 HH_INC11 8. @3068 HH_INC12 8. @3076 HH_INC13 8. @3084 HH_INC14 8. @3092 HH_INC15 8. @3100 HH_INC16 8. @3108 HH_INC17 8. @3116 HH_INC18 8. @3124 HH_INC19 8. @3132 HH_INC20 8. @3140 HH_INC21 8. @3148 HH_INC22 8. @3156 HH_INC23 8. @3164 HH_INC24 8. @3172 HH_INC25 8. @3180 HH_INC26 8. @3188 HH_INC27 8. @3196 HH_INC28 8. @3204 HH_INC29 8. @3212 HH_INC30 8. @3220 HH_INC31 8. @3228 HH_INC32 8. @3236 FF_POV01 5. @3241 FF_POV02 5. @3246 FF_POV03 5. @3251 FF_POV04 5. @3256 FF_POV05 5. @3261 FF_POV06 5. @3266 FF_POV07 5. @3271 FF_POV08 5. @3276 FF_POV09 5. @3281 FF_POV10 5. @3286 FF_POV11 5. @3291 FF_POV12 5. @3296 FF_POV13 5. @3301 FF_POV14 5. @3306 FF_POV15 5. @3311 FF_POV16 5. @3316 FF_POV17 5. @3321 FF_POV18 5. @3326 FF_POV19 5. @3331 FF_POV20 5. @3336 FF_POV21 5. @3341 FF_POV22 5. @3346 FF_POV23 5. @3351 FF_POV24 5. @3356 FF_POV25 5. @3361 FF_POV26 5. @3366 FF_POV27 5. @3371 FF_POV28 5. @3376 FF_POV29 5. @3381 FF_POV30 5. @3386 FF_POV31 5. @3391 FF_POV32 5. @3397 ESR_01 1. @3398 ESR_02 1. @3399 ESR_03 1. @3400 ESR_04 1. @3401 ESR_05 1. @3402 ESR_06 1. @3403 ESR_07 1. @3404 ESR_08 1. @3405 ESR_09 1. @3406 ESR_10 1. @3407 ESR_11 1. @3408 ESR_12 1. @3409 ESR_13 1. @3410 ESR_14 1. @3411 ESR_15 1. @3412 ESR_16 1. @3413 ESR_17 1. @3414 ESR_18 1. @3415 ESR_19 1. @3416 ESR_20 1. @3417 ESR_21 1. @3418 ESR_22 1. @3419 ESR_23 1. @3420 ESR_24 1. @3421 ESR_25 1. @3422 ESR_26 1. @3423 ESR_27 1. @3424 ESR_28 1. @3425 ESR_29 1. @3426 ESR_30 1. @3427 ESR_31 1. @3428 ESR_32 1. @3429 WKSPER01 1. @3430 WKSPER02 1. @3431 WKSPER03 1. @3432 WKSPER04 1. @3433 WKSPER05 1. @3434 WKSPER06 1. @3435 WKSPER07 1. @3436 WKSPER08 1. @3437 WKSPER09 1. @3438 WKSPER10 1. @3439 WKSPER11 1. @3440 WKSPER12 1. @3441 WKSPER13 1. @3442 WKSPER14 1. @3443 WKSPER15 1. @3444 WKSPER16 1. @3445 WKSPER17 1. @3446 WKSPER18 1. @3447 WKSPER19 1. @3448 WKSPER20 1. @3449 WKSPER21 1. @3450 WKSPER22 1. @3451 WKSPER23 1. @3452 WKSPER24 1. @3453 WKSPER25 1. @3454 WKSPER26 1. @3455 WKSPER27 1. @3456 WKSPER28 1. @3457 WKSPER29 1. @3458 WKSPER30 1. @3459 WKSPER31 1. @3460 WKSPER32 1. @3461 WKSJB_01 1. @3462 WKSJB_02 1. @3463 WKSJB_03 1. @3464 WKSJB_04 1. @3465 WKSJB_05 1. @3466 WKSJB_06 1. @3467 WKSJB_07 1. @3468 WKSJB_08 1. @3469 WKSJB_09 1. @3470 WKSJB_10 1. @3471 WKSJB_11 1. @3472 WKSJB_12 1. @3473 WKSJB_13 1. @3474 WKSJB_14 1. @3475 WKSJB_15 1. @3476 WKSJB_16 1. @3477 WKSJB_17 1. @3478 WKSJB_18 1. @3479 WKSJB_19 1. @3480 WKSJB_20 1. @3481 WKSJB_21 1. @3482 WKSJB_22 1. @3483 WKSJB_23 1. @3484 WKSJB_24 1. @3485 WKSJB_25 1. @3486 WKSJB_26 1. @3487 WKSJB_27 1. @3488 WKSJB_28 1. @3489 WKSJB_29 1. @3490 WKSJB_30 1. @3491 WKSJB_31 1. @3492 WKSJB_32 1. @3493 MTHWOP01 1. @3494 MTHWOP02 1. @3495 MTHWOP03 1. @3496 MTHWOP04 1. @3497 MTHWOP05 1. @3498 MTHWOP06 1. @3499 MTHWOP07 1. @3500 MTHWOP08 1. @3501 MTHWOP09 1. @3502 MTHWOP10 1. @3503 MTHWOP11 1. @3504 MTHWOP12 1. @3505 MTHWOP13 1. @3506 MTHWOP14 1. @3507 MTHWOP15 1. @3508 MTHWOP16 1. @3509 MTHWOP17 1. @3510 MTHWOP18 1. @3511 MTHWOP19 1. @3512 MTHWOP20 1. @3513 MTHWOP21 1. @3514 MTHWOP22 1. @3515 MTHWOP23 1. @3516 MTHWOP24 1. @3517 MTHWOP25 1. @3518 MTHWOP26 1. @3519 MTHWOP27 1. @3520 MTHWOP28 1. @3521 MTHWOP29 1. @3522 MTHWOP30 1. @3523 MTHWOP31 1. @3524 MTHWOP32 1. @3525 WEEKSL01 1. @3526 WEEKSL02 1. @3527 WEEKSL03 1. @3528 WEEKSL04 1. @3529 WEEKSL05 1. @3530 WEEKSL06 1. @3531 WEEKSL07 1. @3532 WEEKSL08 1. @3533 WEEKSL09 1. @3534 WEEKSL10 1. @3535 WEEKSL11 1. @3536 WEEKSL12 1. @3537 WEEKSL13 1. @3538 WEEKSL14 1. @3539 WEEKSL15 1. @3540 WEEKSL16 1. @3541 WEEKSL17 1. @3542 WEEKSL18 1. @3543 WEEKSL19 1. @3544 WEEKSL20 1. @3545 WEEKSL21 1. @3546 WEEKSL22 1. @3547 WEEKSL23 1. @3548 WEEKSL24 1. @3549 WEEKSL25 1. @3550 WEEKSL26 1. @3551 WEEKSL27 1. @3552 WEEKSL28 1. @3553 WEEKSL29 1. @3554 WEEKSL30 1. @3555 WEEKSL31 1. @3556 WEEKSL32 1. @3557 SC12301 2. @3559 SC12302 2. @3561 SC12303 2. @3563 SC12304 2. @3565 SC12305 2. @3567 SC12306 2. @3569 SC12307 2. @3571 SC12308 2. @3573 JOBID101 1. @3574 JOBID102 1. @3575 JOBID103 1. @3576 JOBID104 1. @3577 JOBID105 1. @3578 JOBID106 1. @3579 JOBID107 1. @3580 JOBID108 1. @3581 JOBID109 1. @3582 JOBID110 1. @3583 JOBID111 1. @3584 JOBID112 1. @3585 JOBID113 1. @3586 JOBID114 1. @3587 JOBID115 1. @3588 JOBID116 1. @3589 JOBID117 1. @3590 JOBID118 1. @3591 JOBID119 1. @3592 JOBID120 1. @3593 JOBID121 1. @3594 JOBID122 1. @3595 JOBID123 1. @3596 JOBID124 1. @3597 JOBID125 1. @3598 JOBID126 1. @3599 JOBID127 1. @3600 JOBID128 1. @3601 JOBID129 1. @3602 JOBID130 1. @3603 JOBID131 1. @3604 JOBID132 1. @3605 JOBID201 1. @3606 JOBID202 1. @3607 JOBID203 1. @3608 JOBID204 1. @3609 JOBID205 1. @3610 JOBID206 1. @3611 JOBID207 1. @3612 JOBID208 1. @3613 JOBID209 1. @3614 JOBID210 1. @3615 JOBID211 1. @3616 JOBID212 1. @3617 JOBID213 1. @3618 JOBID214 1. @3619 JOBID215 1. @3620 JOBID216 1. @3621 JOBID217 1. @3622 JOBID218 1. @3623 JOBID219 1. @3624 JOBID220 1. @3625 JOBID221 1. @3626 JOBID222 1. @3627 JOBID223 1. @3628 JOBID224 1. @3629 JOBID225 1. @3630 JOBID226 1. @3631 JOBID227 1. @3632 JOBID228 1. @3633 JOBID229 1. @3634 JOBID230 1. @3635 JOBID231 1. @3636 JOBID232 1. @3637 CLSWK101 1. @3638 CLSWK102 1. @3639 CLSWK103 1. @3640 CLSWK104 1. @3641 CLSWK105 1. @3642 CLSWK106 1. @3643 CLSWK107 1. @3644 CLSWK108 1. @3645 CLSWK109 1. @3646 CLSWK110 1. @3647 CLSWK111 1. @3648 CLSWK112 1. @3649 CLSWK113 1. @3650 CLSWK114 1. @3651 CLSWK115 1. @3652 CLSWK116 1. @3653 CLSWK117 1. @3654 CLSWK118 1. @3655 CLSWK119 1. @3656 CLSWK120 1. @3657 CLSWK121 1. @3658 CLSWK122 1. @3659 CLSWK123 1. @3660 CLSWK124 1. @3661 CLSWK125 1. @3662 CLSWK126 1. @3663 CLSWK127 1. @3664 CLSWK128 1. @3665 CLSWK129 1. @3666 CLSWK130 1. @3667 CLSWK131 1. @3668 CLSWK132 1. @3669 CLSWK201 1. @3670 CLSWK202 1. @3671 CLSWK203 1. @3672 CLSWK204 1. @3673 CLSWK205 1. @3674 CLSWK206 1. @3675 CLSWK207 1. @3676 CLSWK208 1. @3677 CLSWK209 1. @3678 CLSWK210 1. @3679 CLSWK211 1. @3680 CLSWK212 1. @3681 CLSWK213 1. @3682 CLSWK214 1. @3683 CLSWK215 1. @3684 CLSWK216 1. @3685 CLSWK217 1. @3686 CLSWK218 1. @3687 CLSWK219 1. @3688 CLSWK220 1. @3689 CLSWK221 1. @3690 CLSWK222 1. @3691 CLSWK223 1. @3692 CLSWK224 1. @3693 CLSWK225 1. @3694 CLSWK226 1. @3695 CLSWK227 1. @3696 CLSWK228 1. @3697 CLSWK229 1. @3698 CLSWK230 1. @3699 CLSWK231 1. @3700 CLSWK232 1. @3701 WS1_OC01 3. @3704 WS1_OC02 3. @3707 WS1_OC03 3. @3710 WS1_OC04 3. @3713 WS1_OC05 3. @3716 WS1_OC06 3. @3719 WS1_OC07 3. @3722 WS1_OC08 3. @3725 WS1_OC09 3. @3728 WS1_OC10 3. @3731 WS1_OC11 3. @3734 WS1_OC12 3. @3737 WS1_OC13 3. @3740 WS1_OC14 3. @3743 WS1_OC15 3. @3746 WS1_OC16 3. @3749 WS1_OC17 3. @3752 WS1_OC18 3. @3755 WS1_OC19 3. @3758 WS1_OC20 3. @3761 WS1_OC21 3. @3764 WS1_OC22 3. @3767 WS1_OC23 3. @3770 WS1_OC24 3. @3773 WS1_OC25 3. @3776 WS1_OC26 3. @3779 WS1_OC27 3. @3782 WS1_OC28 3. @3785 WS1_OC29 3. @3788 WS1_OC30 3. @3791 WS1_OC31 3. @3794 WS1_OC32 3. @3797 WS2_OC01 3. @3800 WS2_OC02 3. @3803 WS2_OC03 3. @3806 WS2_OC04 3. @3809 WS2_OC05 3. @3812 WS2_OC06 3. @3815 WS2_OC07 3. @3818 WS2_OC08 3. @3821 WS2_OC09 3. @3824 WS2_OC10 3. @3827 WS2_OC11 3. @3830 WS2_OC12 3. @3833 WS2_OC13 3. @3836 WS2_OC14 3. @3839 WS2_OC15 3. @3842 WS2_OC16 3. @3845 WS2_OC17 3. @3848 WS2_OC18 3. @3851 WS2_OC19 3. @3854 WS2_OC20 3. @3857 WS2_OC21 3. @3860 WS2_OC22 3. @3863 WS2_OC23 3. @3866 WS2_OC24 3. @3869 WS2_OC25 3. @3872 WS2_OC26 3. @3875 WS2_OC27 3. @3878 WS2_OC28 3. @3881 WS2_OC29 3. @3884 WS2_OC30 3. @3887 WS2_OC31 3. @3890 WS2_OC32 3. @3893 WS1_IN01 3. @3896 WS1_IN02 3. @3899 WS1_IN03 3. @3902 WS1_IN04 3. @3905 WS1_IN05 3. @3908 WS1_IN06 3. @3911 WS1_IN07 3. @3914 WS1_IN08 3. @3917 WS1_IN09 3. @3920 WS1_IN10 3. @3923 WS1_IN11 3. @3926 WS1_IN12 3. @3929 WS1_IN13 3. @3932 WS1_IN14 3. @3935 WS1_IN15 3. @3938 WS1_IN16 3. @3941 WS1_IN17 3. @3944 WS1_IN18 3. @3947 WS1_IN19 3. @3950 WS1_IN20 3. @3953 WS1_IN21 3. @3956 WS1_IN22 3. @3959 WS1_IN23 3. @3962 WS1_IN24 3. @3965 WS1_IN25 3. @3968 WS1_IN26 3. @3971 WS1_IN27 3. @3974 WS1_IN28 3. @3977 WS1_IN29 3. @3980 WS1_IN30 3. @3983 WS1_IN31 3. @3986 WS1_IN32 3. @3989 WS2_IN01 3. @3992 WS2_IN02 3. @3995 WS2_IN03 3. @3998 WS2_IN04 3. @4001 WS2_IN05 3. @4004 WS2_IN06 3. @4007 WS2_IN07 3. @4010 WS2_IN08 3. @4013 WS2_IN09 3. @4016 WS2_IN10 3. @4019 WS2_IN11 3. @4022 WS2_IN12 3. @4025 WS2_IN13 3. @4028 WS2_IN14 3. @4031 WS2_IN15 3. @4034 WS2_IN16 3. @4037 WS2_IN17 3. @4040 WS2_IN18 3. @4043 WS2_IN19 3. @4046 WS2_IN20 3. @4049 WS2_IN21 3. @4052 WS2_IN22 3. @4055 WS2_IN23 3. @4058 WS2_IN24 3. @4061 WS2_IN25 3. @4064 WS2_IN26 3. @4067 WS2_IN27 3. @4070 WS2_IN28 3. @4073 WS2_IN29 3. @4076 WS2_IN30 3. @4079 WS2_IN31 3. @4082 WS2_IN32 3. @4085 WS1_WK01 1. @4086 WS1_WK02 1. @4087 WS1_WK03 1. @4088 WS1_WK04 1. @4089 WS1_WK05 1. @4090 WS1_WK06 1. @4091 WS1_WK07 1. @4092 WS1_WK08 1. @4093 WS1_WK09 1. @4094 WS1_WK10 1. @4095 WS1_WK11 1. @4096 WS1_WK12 1. @4097 WS1_WK13 1. @4098 WS1_WK14 1. @4099 WS1_WK15 1. @4100 WS1_WK16 1. @4101 WS1_WK17 1. @4102 WS1_WK18 1. @4103 WS1_WK19 1. @4104 WS1_WK20 1. @4105 WS1_WK21 1. @4106 WS1_WK22 1. @4107 WS1_WK23 1. @4108 WS1_WK24 1. @4109 WS1_WK25 1. @4110 WS1_WK26 1. @4111 WS1_WK27 1. @4112 WS1_WK28 1. @4113 WS1_WK29 1. @4114 WS1_WK30 1. @4115 WS1_WK31 1. @4116 WS1_WK32 1. @4117 WS2_WK01 1. @4118 WS2_WK02 1. @4119 WS2_WK03 1. @4120 WS2_WK04 1. @4121 WS2_WK05 1. @4122 WS2_WK06 1. @4123 WS2_WK07 1. @4124 WS2_WK08 1. @4125 WS2_WK09 1. @4126 WS2_WK10 1. @4127 WS2_WK11 1. @4128 WS2_WK12 1. @4129 WS2_WK13 1. @4130 WS2_WK14 1. @4131 WS2_WK15 1. @4132 WS2_WK16 1. @4133 WS2_WK17 1. @4134 WS2_WK18 1. @4135 WS2_WK19 1. @4136 WS2_WK20 1. @4137 WS2_WK21 1. @4138 WS2_WK22 1. @4139 WS2_WK23 1. @4140 WS2_WK24 1. @4141 WS2_WK25 1. @4142 WS2_WK26 1. @4143 WS2_WK27 1. @4144 WS2_WK28 1. @4145 WS2_WK29 1. @4146 WS2_WK30 1. @4147 WS2_WK31 1. @4148 WS2_WK32 1. @4149 WS1_AM01 6. @4155 WS1_AM02 6. @4161 WS1_AM03 6. @4167 WS1_AM04 6. @4173 WS1_AM05 6. @4179 WS1_AM06 6. @4185 WS1_AM07 6. @4191 WS1_AM08 6. @4197 WS1_AM09 6. @4203 WS1_AM10 6. @4209 WS1_AM11 6. @4215 WS1_AM12 6. @4221 WS1_AM13 6. @4227 WS1_AM14 6. @4233 WS1_AM15 6. @4239 WS1_AM16 6. @4245 WS1_AM17 6. @4251 WS1_AM18 6. @4257 WS1_AM19 6. @4263 WS1_AM20 6. @4269 WS1_AM21 6. @4275 WS1_AM22 6. @4281 WS1_AM23 6. @4287 WS1_AM24 6. @4293 WS1_AM25 6. @4299 WS1_AM26 6. @4305 WS1_AM27 6. @4311 WS1_AM28 6. @4317 WS1_AM29 6. @4323 WS1_AM30 6. @4329 WS1_AM31 6. @4335 WS1_AM32 6. @4341 WS2_AM01 6. @4347 WS2_AM02 6. @4353 WS2_AM03 6. @4359 WS2_AM04 6. @4365 WS2_AM05 6. @4371 WS2_AM06 6. @4377 WS2_AM07 6. @4383 WS2_AM08 6. @4389 WS2_AM09 6. @4395 WS2_AM10 6. @4401 WS2_AM11 6. @4407 WS2_AM12 6. @4413 WS2_AM13 6. @4419 WS2_AM14 6. @4425 WS2_AM15 6. @4431 WS2_AM16 6. @4437 WS2_AM17 6. @4443 WS2_AM18 6. @4449 WS2_AM19 6. @4455 WS2_AM20 6. @4461 WS2_AM21 6. @4467 WS2_AM22 6. @4473 WS2_AM23 6. @4479 WS2_AM24 6. @4485 WS2_AM25 6. @4491 WS2_AM26 6. @4497 WS2_AM27 6. @4503 WS2_AM28 6. @4509 WS2_AM29 6. @4515 WS2_AM30 6. @4521 WS2_AM31 6. @4527 WS2_AM32 6. @4533 W2024_01 2. @4535 W2024_02 2. @4537 W2024_03 2. @4539 W2024_04 2. @4541 W2024_05 2. @4543 W2024_06 2. @4545 W2024_07 2. @4547 W2024_08 2. @4549 W2024_09 2. @4551 W2024_10 2. @4553 W2024_11 2. @4555 W2024_12 2. @4557 W2024_13 2. @4559 W2024_14 2. @4561 W2024_15 2. @4563 W2024_16 2. @4565 W2024_17 2. @4567 W2024_18 2. @4569 W2024_19 2. @4571 W2024_20 2. @4573 W2024_21 2. @4575 W2024_22 2. @4577 W2024_23 2. @4579 W2024_24 2. @4581 W2024_25 2. @4583 W2024_26 2. @4585 W2024_27 2. @4587 W2024_28 2. @4589 W2024_29 2. @4591 W2024_30 2. @4593 W2024_31 2. @4595 W2024_32 2. @4597 W2124_01 2. @4599 W2124_02 2. @4601 W2124_03 2. @4603 W2124_04 2. @4605 W2124_05 2. @4607 W2124_06 2. @4609 W2124_07 2. @4611 W2124_08 2. @4613 W2124_09 2. @4615 W2124_10 2. @4617 W2124_11 2. @4619 W2124_12 2. @4621 W2124_13 2. @4623 W2124_14 2. @4625 W2124_15 2. @4627 W2124_16 2. @4629 W2124_17 2. @4631 W2124_18 2. @4633 W2124_19 2. @4635 W2124_20 2. @4637 W2124_21 2. @4639 W2124_22 2. @4641 W2124_23 2. @4643 W2124_24 2. @4645 W2124_25 2. @4647 W2124_26 2. @4649 W2124_27 2. @4651 W2124_28 2. @4653 W2124_29 2. @4655 W2124_30 2. @4657 W2124_31 2. @4659 W2124_32 2. @4661 W2028_01 4.2 @4665 W2028_02 4.2 @4669 W2028_03 4.2 @4673 W2028_04 4.2 @4677 W2028_05 4.2 @4681 W2028_06 4.2 @4685 W2028_07 4.2 @4689 W2028_08 4.2 @4693 W2028_09 4.2 @4697 W2028_10 4.2 @4701 W2028_11 4.2 @4705 W2028_12 4.2 @4709 W2028_13 4.2 @4713 W2028_14 4.2 @4717 W2028_15 4.2 @4721 W2028_16 4.2 @4725 W2028_17 4.2 @4729 W2028_18 4.2 @4733 W2028_19 4.2 @4737 W2028_20 4.2 @4741 W2028_21 4.2 @4745 W2028_22 4.2 @4749 W2028_23 4.2 @4753 W2028_24 4.2 @4757 W2028_25 4.2 @4761 W2028_26 4.2 @4765 W2028_27 4.2 @4769 W2028_28 4.2 @4773 W2028_29 4.2 @4777 W2028_30 4.2 @4781 W2028_31 4.2 @4785 W2028_32 4.2 @4789 W2128_01 4.2 @4793 W2128_02 4.2 @4797 W2128_03 4.2 @4801 W2128_04 4.2 @4805 W2128_05 4.2 @4809 W2128_06 4.2 @4813 W2128_07 4.2 @4817 W2128_08 4.2 @4821 W2128_09 4.2 @4825 W2128_10 4.2 @4829 W2128_11 4.2 @4833 W2128_12 4.2 @4837 W2128_13 4.2 @4841 W2128_14 4.2 @4845 W2128_15 4.2 @4849 W2128_16 4.2 @4853 W2128_17 4.2 @4857 W2128_18 4.2 @4861 W2128_19 4.2 @4865 W2128_20 4.2 @4869 W2128_21 4.2 @4873 W2128_22 4.2 @4877 W2128_23 4.2 @4881 W2128_24 4.2 @4885 W2128_25 4.2 @4889 W2128_26 4.2 @4893 W2128_27 4.2 @4897 W2128_28 4.2 @4901 W2128_29 4.2 @4905 W2128_30 4.2 @4909 W2128_31 4.2 @4913 W2128_32 4.2 @4917 S2202_01 1. @4918 S2202_02 1. @4919 S2202_03 1. @4920 S2202_04 1. @4921 S2202_05 1. @4922 S2202_06 1. @4923 S2202_07 1. @4924 S2202_08 1. @4925 S2202_09 1. @4926 S2202_10 1. @4927 S2202_11 1. @4928 S2202_12 1. @4929 S2202_13 1. @4930 S2202_14 1. @4931 S2202_15 1. @4932 S2202_16 1. @4933 S2202_17 1. @4934 S2202_18 1. @4935 S2202_19 1. @4936 S2202_20 1. @4937 S2202_21 1. @4938 S2202_22 1. @4939 S2202_23 1. @4940 S2202_24 1. @4941 S2202_25 1. @4942 S2202_26 1. @4943 S2202_27 1. @4944 S2202_28 1. @4945 S2202_29 1. @4946 S2202_30 1. @4947 S2202_31 1. @4948 S2202_32 1. @4949 S2302_01 1. @4950 S2302_02 1. @4951 S2302_03 1. @4952 S2302_04 1. @4953 S2302_05 1. @4954 S2302_06 1. @4955 S2302_07 1. @4956 S2302_08 1. @4957 S2302_09 1. @4958 S2302_10 1. @4959 S2302_11 1. @4960 S2302_12 1. @4961 S2302_13 1. @4962 S2302_14 1. @4963 S2302_15 1. @4964 S2302_16 1. @4965 S2302_17 1. @4966 S2302_18 1. @4967 S2302_19 1. @4968 S2302_20 1. @4969 S2302_21 1. @4970 S2302_22 1. @4971 S2302_23 1. @4972 S2302_24 1. @4973 S2302_25 1. @4974 S2302_26 1. @4975 S2302_27 1. @4976 S2302_28 1. @4977 S2302_29 1. @4978 S2302_30 1. @4979 S2302_31 1. @4980 S2302_32 1. @4981 TYPBS101 1. @4982 TYPBS102 1. @4983 TYPBS103 1. @4984 TYPBS104 1. @4985 TYPBS105 1. @4986 TYPBS106 1. @4987 TYPBS107 1. @4988 TYPBS108 1. @4989 TYPBS109 1. @4990 TYPBS110 1. @4991 TYPBS111 1. @4992 TYPBS112 1. @4993 TYPBS113 1. @4994 TYPBS114 1. @4995 TYPBS115 1. @4996 TYPBS116 1. @4997 TYPBS117 1. @4998 TYPBS118 1. @4999 TYPBS119 1. @5000 TYPBS120 1. @5001 TYPBS121 1. @5002 TYPBS122 1. @5003 TYPBS123 1. @5004 TYPBS124 1. @5005 TYPBS125 1. @5006 TYPBS126 1. @5007 TYPBS127 1. @5008 TYPBS128 1. @5009 TYPBS129 1. @5010 TYPBS130 1. @5011 TYPBS131 1. @5012 TYPBS132 1. @5013 TYPBS201 1. @5014 TYPBS202 1. @5015 TYPBS203 1. @5016 TYPBS204 1. @5017 TYPBS205 1. @5018 TYPBS206 1. @5019 TYPBS207 1. @5020 TYPBS208 1. @5021 TYPBS209 1. @5022 TYPBS210 1. @5023 TYPBS211 1. @5024 TYPBS212 1. @5025 TYPBS213 1. @5026 TYPBS214 1. @5027 TYPBS215 1. @5028 TYPBS216 1. @5029 TYPBS217 1. @5030 TYPBS218 1. @5031 TYPBS219 1. @5032 TYPBS220 1. @5033 TYPBS221 1. @5034 TYPBS222 1. @5035 TYPBS223 1. @5036 TYPBS224 1. @5037 TYPBS225 1. @5038 TYPBS226 1. @5039 TYPBS227 1. @5040 TYPBS228 1. @5041 TYPBS229 1. @5042 TYPBS230 1. @5043 TYPBS231 1. @5044 TYPBS232 1. @5045 SEWS1O01 3. @5048 SEWS1O02 3. @5051 SEWS1O03 3. @5054 SEWS1O04 3. @5057 SEWS1O05 3. @5060 SEWS1O06 3. @5063 SEWS1O07 3. @5066 SEWS1O08 3. @5069 SEWS1O09 3. @5072 SEWS1O10 3. @5075 SEWS1O11 3. @5078 SEWS1O12 3. @5081 SEWS1O13 3. @5084 SEWS1O14 3. @5087 SEWS1O15 3. @5090 SEWS1O16 3. @5093 SEWS1O17 3. @5096 SEWS1O18 3. @5099 SEWS1O19 3. @5102 SEWS1O20 3. @5105 SEWS1O21 3. @5108 SEWS1O22 3. @5111 SEWS1O23 3. @5114 SEWS1O24 3. @5117 SEWS1O25 3. @5120 SEWS1O26 3. @5123 SEWS1O27 3. @5126 SEWS1O28 3. @5129 SEWS1O29 3. @5132 SEWS1O30 3. @5135 SEWS1O31 3. @5138 SEWS1O32 3. @5141 SEWS2O01 3. @5144 SEWS2O02 3. @5147 SEWS2O03 3. @5150 SEWS2O04 3. @5153 SEWS2O05 3. @5156 SEWS2O06 3. @5159 SEWS2O07 3. @5162 SEWS2O08 3. @5165 SEWS2O09 3. @5168 SEWS2O10 3. @5171 SEWS2O11 3. @5174 SEWS2O12 3. @5177 SEWS2O13 3. @5180 SEWS2O14 3. @5183 SEWS2O15 3. @5186 SEWS2O16 3. @5189 SEWS2O17 3. @5192 SEWS2O18 3. @5195 SEWS2O19 3. @5198 SEWS2O20 3. @5201 SEWS2O21 3. @5204 SEWS2O22 3. @5207 SEWS2O23 3. @5210 SEWS2O24 3. @5213 SEWS2O25 3. @5216 SEWS2O26 3. @5219 SEWS2O27 3. @5222 SEWS2O28 3. @5225 SEWS2O29 3. @5228 SEWS2O30 3. @5231 SEWS2O31 3. @5234 SEWS2O32 3. @5237 SEWS1I01 3. @5240 SEWS1I02 3. @5243 SEWS1I03 3. @5246 SEWS1I04 3. @5249 SEWS1I05 3. @5252 SEWS1I06 3. @5255 SEWS1I07 3. @5258 SEWS1I08 3. @5261 SEWS1I09 3. @5264 SEWS1I10 3. @5267 SEWS1I11 3. @5270 SEWS1I12 3. @5273 SEWS1I13 3. @5276 SEWS1I14 3. @5279 SEWS1I15 3. @5282 SEWS1I16 3. @5285 SEWS1I17 3. @5288 SEWS1I18 3. @5291 SEWS1I19 3. @5294 SEWS1I20 3. @5297 SEWS1I21 3. @5300 SEWS1I22 3. @5303 SEWS1I23 3. @5306 SEWS1I24 3. @5309 SEWS1I25 3. @5312 SEWS1I26 3. @5315 SEWS1I27 3. @5318 SEWS1I28 3. @5321 SEWS1I29 3. @5324 SEWS1I30 3. @5327 SEWS1I31 3. @5330 SEWS1I32 3. @5333 SEWS2I01 3. @5336 SEWS2I02 3. @5339 SEWS2I03 3. @5342 SEWS2I04 3. @5345 SEWS2I05 3. @5348 SEWS2I06 3. @5351 SEWS2I07 3. @5354 SEWS2I08 3. @5357 SEWS2I09 3. @5360 SEWS2I10 3. @5363 SEWS2I11 3. @5366 SEWS2I12 3. @5369 SEWS2I13 3. @5372 SEWS2I14 3. @5375 SEWS2I15 3. @5378 SEWS2I16 3. @5381 SEWS2I17 3. @5384 SEWS2I18 3. @5387 SEWS2I19 3. @5390 SEWS2I20 3. @5393 SEWS2I21 3. @5396 SEWS2I22 3. @5399 SEWS2I23 3. @5402 SEWS2I24 3. @5405 SEWS2I25 3. @5408 SEWS2I26 3. @5411 SEWS2I27 3. @5414 SEWS2I28 3. @5417 SEWS2I29 3. @5420 SEWS2I30 3. @5423 SEWS2I31 3. @5426 SEWS2I32 3. @5429 SE1_WK01 1. @5430 SE1_WK02 1. @5431 SE1_WK03 1. @5432 SE1_WK04 1. @5433 SE1_WK05 1. @5434 SE1_WK06 1. @5435 SE1_WK07 1. @5436 SE1_WK08 1. @5437 SE1_WK09 1. @5438 SE1_WK10 1. @5439 SE1_WK11 1. @5440 SE1_WK12 1. @5441 SE1_WK13 1. @5442 SE1_WK14 1. @5443 SE1_WK15 1. @5444 SE1_WK16 1. @5445 SE1_WK17 1. @5446 SE1_WK18 1. @5447 SE1_WK19 1. @5448 SE1_WK20 1. @5449 SE1_WK21 1. @5450 SE1_WK22 1. @5451 SE1_WK23 1. @5452 SE1_WK24 1. @5453 SE1_WK25 1. @5454 SE1_WK26 1. @5455 SE1_WK27 1. @5456 SE1_WK28 1. @5457 SE1_WK29 1. @5458 SE1_WK30 1. @5459 SE1_WK31 1. @5460 SE1_WK32 1. @5461 SE2_WK01 1. @5462 SE2_WK02 1. @5463 SE2_WK03 1. @5464 SE2_WK04 1. @5465 SE2_WK05 1. @5466 SE2_WK06 1. @5467 SE2_WK07 1. @5468 SE2_WK08 1. @5469 SE2_WK09 1. @5470 SE2_WK10 1. @5471 SE2_WK11 1. @5472 SE2_WK12 1. @5473 SE2_WK13 1. @5474 SE2_WK14 1. @5475 SE2_WK15 1. @5476 SE2_WK16 1. @5477 SE2_WK17 1. @5478 SE2_WK18 1. @5479 SE2_WK19 1. @5480 SE2_WK20 1. @5481 SE2_WK21 1. @5482 SE2_WK22 1. @5483 SE2_WK23 1. @5484 SE2_WK24 1. @5485 SE2_WK25 1. @5486 SE2_WK26 1. @5487 SE2_WK27 1. @5488 SE2_WK28 1. @5489 SE2_WK29 1. @5490 SE2_WK30 1. @5491 SE2_WK31 1. @5492 SE2_WK32 1. @5493 SE1_AM01 6. @5499 SE1_AM02 6. @5505 SE1_AM03 6. @5511 SE1_AM04 6. @5517 SE1_AM05 6. @5523 SE1_AM06 6. @5529 SE1_AM07 6. @5535 SE1_AM08 6. @5541 SE1_AM09 6. @5547 SE1_AM10 6. @5553 SE1_AM11 6. @5559 SE1_AM12 6. @5565 SE1_AM13 6. @5571 SE1_AM14 6. @5577 SE1_AM15 6. @5583 SE1_AM16 6. @5589 SE1_AM17 6. @5595 SE1_AM18 6. @5601 SE1_AM19 6. @5607 SE1_AM20 6. @5613 SE1_AM21 6. @5619 SE1_AM22 6. @5625 SE1_AM23 6. @5631 SE1_AM24 6. @5637 SE1_AM25 6. @5643 SE1_AM26 6. @5649 SE1_AM27 6. @5655 SE1_AM28 6. @5661 SE1_AM29 6. @5667 SE1_AM30 6. @5673 SE1_AM31 6. @5679 SE1_AM32 6. @5685 SE2_AM01 6. @5691 SE2_AM02 6. @5697 SE2_AM03 6. @5703 SE2_AM04 6. @5709 SE2_AM05 6. @5715 SE2_AM06 6. @5721 SE2_AM07 6. @5727 SE2_AM08 6. @5733 SE2_AM09 6. @5739 SE2_AM10 6. @5745 SE2_AM11 6. @5751 SE2_AM12 6. @5757 SE2_AM13 6. @5763 SE2_AM14 6. @5769 SE2_AM15 6. @5775 SE2_AM16 6. @5781 SE2_AM17 6. @5787 SE2_AM18 6. @5793 SE2_AM19 6. @5799 SE2_AM20 6. @5805 SE2_AM21 6. @5811 SE2_AM22 6. @5817 SE2_AM23 6. @5823 SE2_AM24 6. @5829 SE2_AM25 6. @5835 SE2_AM26 6. @5841 SE2_AM27 6. @5847 SE2_AM28 6. @5853 SE2_AM29 6. @5859 SE2_AM30 6. @5865 SE2_AM31 6. @5871 SE2_AM32 6. @5877 S2212_01 2. @5879 S2212_02 2. @5881 S2212_03 2. @5883 S2212_04 2. @5885 S2212_05 2. @5887 S2212_06 2. @5889 S2212_07 2. @5891 S2212_08 2. @5893 S2212_09 2. @5895 S2212_10 2. @5897 S2212_11 2. @5899 S2212_12 2. @5901 S2212_13 2. @5903 S2212_14 2. @5905 S2212_15 2. @5907 S2212_16 2. @5909 S2212_17 2. @5911 S2212_18 2. @5913 S2212_19 2. @5915 S2212_20 2. @5917 S2212_21 2. @5919 S2212_22 2. @5921 S2212_23 2. @5923 S2212_24 2. @5925 S2212_25 2. @5927 S2212_26 2. @5929 S2212_27 2. @5931 S2212_28 2. @5933 S2212_29 2. @5935 S2212_30 2. @5937 S2212_31 2. @5939 S2212_32 2. @5941 S2312_01 2. @5943 S2312_02 2. @5945 S2312_03 2. @5947 S2312_04 2. @5949 S2312_05 2. @5951 S2312_06 2. @5953 S2312_07 2. @5955 S2312_08 2. @5957 S2312_09 2. @5959 S2312_10 2. @5961 S2312_11 2. @5963 S2312_12 2. @5965 S2312_13 2. @5967 S2312_14 2. @5969 S2312_15 2. @5971 S2312_16 2. @5973 S2312_17 2. @5975 S2312_18 2. @5977 S2312_19 2. @5979 S2312_20 2. @5981 S2312_21 2. @5983 S2312_22 2. @5985 S2312_23 2. @5987 S2312_24 2. @5989 S2312_25 2. @5991 S2312_26 2. @5993 S2312_27 2. @5995 S2312_28 2. @5997 S2312_29 2. @5999 S2312_30 2. @6001 S2312_31 2. @6003 S2312_32 2. @6005 G1SRC_01 2. @6007 G1SRC_02 2. @6009 G1SRC_03 2. @6011 G1SRC_04 2. @6013 G1SRC_05 2. @6015 G1SRC_06 2. @6017 G1SRC_07 2. @6019 G1SRC_08 2. @6021 G1SRC_09 2. @6023 G1SRC_10 2. @6025 G1_A_01 15. @6075 G1_A_02 15. @6125 G1_A_03 15. @6175 G1_A_04 15. @6225 G1_A_05 15. @6275 G1_A_06 15. @6325 G1_A_07 15. @6375 G1_A_08 15. @6425 G1_A_09 15. @6475 G1_A_10 15. @6525 G1_A_11 15. @6575 G1_A_12 15. @6625 G1_A_13 15. @6675 G1_A_14 15. @6725 G1_A_15 15. @6775 G1_A_16 15. @6825 G1_A_17 15. @6875 G1_A_18 15. @6925 G1_A_19 15. @6975 G1_A_20 15. @7025 G1_A_21 15. @7075 G1_A_22 15. @7125 G1_A_23 15. @7175 G1_A_24 15. @7225 G1_A_25 15. @7275 G1_A_26 15. @7325 G1_A_27 15. @7375 G1_A_28 15. @7425 G1_A_29 15. @7475 G1_A_30 15. @7525 G1_A_31 15. @7575 G1_A_32 15. @7625 SSRECIN1 1. @7626 SSRECIN2 1. @7627 SSRECIN3 1. @7628 SSRECIN4 1. @7629 SSRECIN5 1. @7630 SSRECIN6 1. @7631 SSRECIN7 1. @7632 SSRECIN8 1. @7633 RRRECIN1 1. @7634 RRRECIN2 1. @7635 RRRECIN3 1. @7636 RRRECIN4 1. @7637 RRRECIN5 1. @7638 RRRECIN6 1. @7639 RRRECIN7 1. @7640 RRRECIN8 1. @7641 VET3060 2. @7643 AST1001 1. @7644 AST1002 1. @7645 AST1003 1. @7646 AST1004 1. @7647 AST1005 1. @7648 AST1006 1. @7649 AST1007 1. @7650 AST1008 1. @7651 AST1011 1. @7652 AST1012 1. @7653 AST1013 1. @7654 AST1014 1. @7655 AST1015 1. @7656 AST1016 1. @7657 AST1017 1. @7658 AST1018 1. @7659 AST1021 1. @7660 AST1022 1. @7661 AST1023 1. @7662 AST1024 1. @7663 AST1025 1. @7664 AST1026 1. @7665 AST1027 1. @7666 AST1028 1. @7667 AST1031 1. @7668 AST1032 1. @7669 AST1033 1. @7670 AST1034 1. @7671 AST1035 1. @7672 AST1036 1. @7673 AST1037 1. @7674 AST1038 1. @7675 AST1041 1. @7676 AST1042 1. @7677 AST1043 1. @7678 AST1044 1. @7679 AST1045 1. @7680 AST1046 1. @7681 AST1047 1. @7682 AST1048 1. @7683 AST1051 1. @7684 AST1052 1. @7685 AST1053 1. @7686 AST1054 1. @7687 AST1055 1. @7688 AST1056 1. @7689 AST1057 1. @7690 AST1058 1. @7691 AST1061 1. @7692 AST1062 1. @7693 AST1063 1. @7694 AST1064 1. @7695 AST1065 1. @7696 AST1066 1. @7697 AST1067 1. @7698 AST1068 1. @7699 AST1071 1. @7700 AST1072 1. @7701 AST1073 1. @7702 AST1074 1. @7703 AST1075 1. @7704 AST1076 1. @7705 AST1077 1. @7706 AST1078 1. @7707 AST1101 1. @7708 AST1102 1. @7709 AST1103 1. @7710 AST1104 1. @7711 AST1105 1. @7712 AST1106 1. @7713 AST1107 1. @7714 AST1108 1. @7715 AST1201 1. @7716 AST1202 1. @7717 AST1203 1. @7718 AST1204 1. @7719 AST1205 1. @7720 AST1206 1. @7721 AST1207 1. @7722 AST1208 1. @7723 AST1301 1. @7724 AST1302 1. @7725 AST1303 1. @7726 AST1304 1. @7727 AST1305 1. @7728 AST1306 1. @7729 AST1307 1. @7730 AST1308 1. @7731 AST1401 1. @7732 AST1402 1. @7733 AST1403 1. @7734 AST1404 1. @7735 AST1405 1. @7736 AST1406 1. @7737 AST1407 1. @7738 AST1408 1. @7739 AST1501 1. @7740 AST1502 1. @7741 AST1503 1. @7742 AST1504 1. @7743 AST1505 1. @7744 AST1506 1. @7745 AST1507 1. @7746 AST1508 1. @7747 G2SRC100 1. @7748 G2SRC104 1. @7749 G2SRC110 1. @7750 G2SRC120 1. @7751 G2SRC130 1. @7752 G2SRC140 1. @7753 G2A10001 7. @7760 G2A10002 7. @7767 G2A10003 7. @7774 G2A10004 7. @7781 G2A10005 7. @7788 G2A10006 7. @7795 G2A10007 7. @7802 G2A10008 7. @7809 G2A10009 7. @7816 G2A10010 7. @7823 G2A10011 7. @7830 G2A10012 7. @7837 G2A10013 7. @7844 G2A10014 7. @7851 G2A10015 7. @7858 G2A10016 7. @7865 G2A10017 7. @7872 G2A10018 7. @7879 G2A10019 7. @7886 G2A10020 7. @7893 G2A10021 7. @7900 G2A10022 7. @7907 G2A10023 7. @7914 G2A10024 7. @7921 G2A10025 7. @7928 G2A10026 7. @7935 G2A10027 7. @7942 G2A10028 7. @7949 G2A10029 7. @7956 G2A10030 7. @7963 G2A10031 7. @7970 G2A10032 7. @7977 G2A10401 7. @7984 G2A10402 7. @7991 G2A10403 7. @7998 G2A10404 7. @8005 G2A10405 7. @8012 G2A10406 7. @8019 G2A10407 7. @8026 G2A10408 7. @8033 G2A10409 7. @8040 G2A10410 7. @8047 G2A10411 7. @8054 G2A10412 7. @8061 G2A10413 7. @8068 G2A10414 7. @8075 G2A10415 7. @8082 G2A10416 7. @8089 G2A10417 7. @8096 G2A10418 7. @8103 G2A10419 7. @8110 G2A10420 7. @8117 G2A10421 7. @8124 G2A10422 7. @8131 G2A10423 7. @8138 G2A10424 7. @8145 G2A10425 7. @8152 G2A10426 7. @8159 G2A10427 7. @8166 G2A10428 7. @8173 G2A10429 7. @8180 G2A10430 7. @8187 G2A10431 7. @8194 G2A10432 7. @8201 G2A11001 7. @8208 G2A11002 7. @8215 G2A11003 7. @8222 G2A11004 7. @8229 G2A11005 7. @8236 G2A11006 7. @8243 G2A11007 7. @8250 G2A11008 7. @8257 G2A11009 7. @8264 G2A11010 7. @8271 G2A11011 7. @8278 G2A11012 7. @8285 G2A11013 7. @8292 G2A11014 7. @8299 G2A11015 7. @8306 G2A11016 7. @8313 G2A11017 7. @8320 G2A11018 7. @8327 G2A11019 7. @8334 G2A11020 7. @8341 G2A11021 7. @8348 G2A11022 7. @8355 G2A11023 7. @8362 G2A11024 7. @8369 G2A11025 7. @8376 G2A11026 7. @8383 G2A11027 7. @8390 G2A11028 7. @8397 G2A11029 7. @8404 G2A11030 7. @8411 G2A11031 7. @8418 G2A11032 7. @8425 G2A12001 7. @8432 G2A12002 7. @8439 G2A12003 7. @8446 G2A12004 7. @8453 G2A12005 7. @8460 G2A12006 7. @8467 G2A12007 7. @8474 G2A12008 7. @8481 G2A12009 7. @8488 G2A12010 7. @8495 G2A12011 7. @8502 G2A12012 7. @8509 G2A12013 7. @8516 G2A12014 7. @8523 G2A12015 7. @8530 G2A12016 7. @8537 G2A12017 7. @8544 G2A12018 7. @8551 G2A12019 7. @8558 G2A12020 7. @8565 G2A12021 7. @8572 G2A12022 7. @8579 G2A12023 7. @8586 G2A12024 7. @8593 G2A12025 7. @8600 G2A12026 7. @8607 G2A12027 7. @8614 G2A12028 7. @8621 G2A12029 7. @8628 G2A12030 7. @8635 G2A12031 7. @8642 G2A12032 7. @8649 G2A13001 7. @8656 G2A13002 7. @8663 G2A13003 7. @8670 G2A13004 7. @8677 G2A13005 7. @8684 G2A13006 7. @8691 G2A13007 7. @8698 G2A13008 7. @8705 G2A13009 7. @8712 G2A13010 7. @8719 G2A13011 7. @8726 G2A13012 7. @8733 G2A13013 7. @8740 G2A13014 7. @8747 G2A13015 7. @8754 G2A13016 7. @8761 G2A13017 7. @8768 G2A13018 7. @8775 G2A13019 7. @8782 G2A13020 7. @8789 G2A13021 7. @8796 G2A13022 7. @8803 G2A13023 7. @8810 G2A13024 7. @8817 G2A13025 7. @8824 G2A13026 7. @8831 G2A13027 7. @8838 G2A13028 7. @8845 G2A13029 7. @8852 G2A13030 7. @8859 G2A13031 7. @8866 G2A13032 7. @8873 G2A14001 7. @8880 G2A14002 7. @8887 G2A14003 7. @8894 G2A14004 7. @8901 G2A14005 7. @8908 G2A14006 7. @8915 G2A14007 7. @8922 G2A14008 7. @8929 G2A14009 7. @8936 G2A14010 7. @8943 G2A14011 7. @8950 G2A14012 7. @8957 G2A14013 7. @8964 G2A14014 7. @8971 G2A14015 7. @8978 G2A14016 7. @8985 G2A14017 7. @8992 G2A14018 7. @8999 G2A14019 7. @9006 G2A14020 7. @9013 G2A14021 7. @9020 G2A14022 7. @9027 G2A14023 7. @9034 G2A14024 7. @9041 G2A14025 7. @9048 G2A14026 7. @9055 G2A14027 7. @9062 G2A14028 7. @9069 G2A14029 7. @9076 G2A14030 7. @9083 G2A14031 7. @9090 G2A14032 7. @9097 CARECO01 1. @9098 CARECO02 1. @9099 CARECO03 1. @9100 CARECO04 1. @9101 CARECO05 1. @9102 CARECO06 1. @9103 CARECO07 1. @9104 CARECO08 1. @9105 CARECO09 1. @9106 CARECO10 1. @9107 CARECO11 1. @9108 CARECO12 1. @9109 CARECO13 1. @9110 CARECO14 1. @9111 CARECO15 1. @9112 CARECO16 1. @9113 CARECO17 1. @9114 CARECO18 1. @9115 CARECO19 1. @9116 CARECO20 1. @9117 CARECO21 1. @9118 CARECO22 1. @9119 CARECO23 1. @9120 CARECO24 1. @9121 CARECO25 1. @9122 CARECO26 1. @9123 CARECO27 1. @9124 CARECO28 1. @9125 CARECO29 1. @9126 CARECO30 1. @9127 CARECO31 1. @9128 CARECO32 1. @9129 CAIDCO01 1. @9130 CAIDCO02 1. @9131 CAIDCO03 1. @9132 CAIDCO04 1. @9133 CAIDCO05 1. @9134 CAIDCO06 1. @9135 CAIDCO07 1. @9136 CAIDCO08 1. @9137 CAIDCO09 1. @9138 CAIDCO10 1. @9139 CAIDCO11 1. @9140 CAIDCO12 1. @9141 CAIDCO13 1. @9142 CAIDCO14 1. @9143 CAIDCO15 1. @9144 CAIDCO16 1. @9145 CAIDCO17 1. @9146 CAIDCO18 1. @9147 CAIDCO19 1. @9148 CAIDCO20 1. @9149 CAIDCO21 1. @9150 CAIDCO22 1. @9151 CAIDCO23 1. @9152 CAIDCO24 1. @9153 CAIDCO25 1. @9154 CAIDCO26 1. @9155 CAIDCO27 1. @9156 CAIDCO28 1. @9157 CAIDCO29 1. @9158 CAIDCO30 1. @9159 CAIDCO31 1. @9160 CAIDCO32 1. @9161 WICCOV01 1. @9162 WICCOV02 1. @9163 WICCOV03 1. @9164 WICCOV04 1. @9165 WICCOV05 1. @9166 WICCOV06 1. @9167 WICCOV07 1. @9168 WICCOV08 1. @9169 WICCOV09 1. @9170 WICCOV10 1. @9171 WICCOV11 1. @9172 WICCOV12 1. @9173 WICCOV13 1. @9174 WICCOV14 1. @9175 WICCOV15 1. @9176 WICCOV16 1. @9177 WICCOV17 1. @9178 WICCOV18 1. @9179 WICCOV19 1. @9180 WICCOV20 1. @9181 WICCOV21 1. @9182 WICCOV22 1. @9183 WICCOV23 1. @9184 WICCOV24 1. @9185 WICCOV25 1. @9186 WICCOV26 1. @9187 WICCOV27 1. @9188 WICCOV28 1. @9189 WICCOV29 1. @9190 WICCOV30 1. @9191 WICCOV31 1. @9192 WICCOV32 1. @9193 AFDC_01 1. @9194 AFDC_02 1. @9195 AFDC_03 1. @9196 AFDC_04 1. @9197 AFDC_05 1. @9198 AFDC_06 1. @9199 AFDC_07 1. @9200 AFDC_08 1. @9201 AFDC_09 1. @9202 AFDC_10 1. @9203 AFDC_11 1. @9204 AFDC_12 1. @9205 AFDC_13 1. @9206 AFDC_14 1. @9207 AFDC_15 1. @9208 AFDC_16 1. @9209 AFDC_17 1. @9210 AFDC_18 1. @9211 AFDC_19 1. @9212 AFDC_20 1. @9213 AFDC_21 1. @9214 AFDC_22 1. @9215 AFDC_23 1. @9216 AFDC_24 1. @9217 AFDC_25 1. @9218 AFDC_26 1. @9219 AFDC_27 1. @9220 AFDC_28 1. @9221 AFDC_29 1. @9222 AFDC_30 1. @9223 AFDC_31 1. @9224 AFDC_32 1. @9225 FOODST01 1. @9226 FOODST02 1. @9227 FOODST03 1. @9228 FOODST04 1. @9229 FOODST05 1. @9230 FOODST06 1. @9231 FOODST07 1. @9232 FOODST08 1. @9233 FOODST09 1. @9234 FOODST10 1. @9235 FOODST11 1. @9236 FOODST12 1. @9237 FOODST13 1. @9238 FOODST14 1. @9239 FOODST15 1. @9240 FOODST16 1. @9241 FOODST17 1. @9242 FOODST18 1. @9243 FOODST19 1. @9244 FOODST20 1. @9245 FOODST21 1. @9246 FOODST22 1. @9247 FOODST23 1. @9248 FOODST24 1. @9249 FOODST25 1. @9250 FOODST26 1. @9251 FOODST27 1. @9252 FOODST28 1. @9253 FOODST29 1. @9254 FOODST30 1. @9255 FOODST31 1. @9256 FOODST32 1. @9257 GEN_AS01 1. @9258 GEN_AS02 1. @9259 GEN_AS03 1. @9260 GEN_AS04 1. @9261 GEN_AS05 1. @9262 GEN_AS06 1. @9263 GEN_AS07 1. @9264 GEN_AS08 1. @9265 GEN_AS09 1. @9266 GEN_AS10 1. @9267 GEN_AS11 1. @9268 GEN_AS12 1. @9269 GEN_AS13 1. @9270 GEN_AS14 1. @9271 GEN_AS15 1. @9272 GEN_AS16 1. @9273 GEN_AS17 1. @9274 GEN_AS18 1. @9275 GEN_AS19 1. @9276 GEN_AS20 1. @9277 GEN_AS21 1. @9278 GEN_AS22 1. @9279 GEN_AS23 1. @9280 GEN_AS24 1. @9281 GEN_AS25 1. @9282 GEN_AS26 1. @9283 GEN_AS27 1. @9284 GEN_AS28 1. @9285 GEN_AS29 1. @9286 GEN_AS30 1. @9287 GEN_AS31 1. @9288 GEN_AS32 1. @9289 FOST_K01 1. @9290 FOST_K02 1. @9291 FOST_K03 1. @9292 FOST_K04 1. @9293 FOST_K05 1. @9294 FOST_K06 1. @9295 FOST_K07 1. @9296 FOST_K08 1. @9297 FOST_K09 1. @9298 FOST_K10 1. @9299 FOST_K11 1. @9300 FOST_K12 1. @9301 FOST_K13 1. @9302 FOST_K14 1. @9303 FOST_K15 1. @9304 FOST_K16 1. @9305 FOST_K17 1. @9306 FOST_K18 1. @9307 FOST_K19 1. @9308 FOST_K20 1. @9309 FOST_K21 1. @9310 FOST_K22 1. @9311 FOST_K23 1. @9312 FOST_K24 1. @9313 FOST_K25 1. @9314 FOST_K26 1. @9315 FOST_K27 1. @9316 FOST_K28 1. @9317 FOST_K29 1. @9318 FOST_K30 1. @9319 FOST_K31 1. @9320 FOST_K32 1. @9321 OTH_WE01 1. @9322 OTH_WE02 1. @9323 OTH_WE03 1. @9324 OTH_WE04 1. @9325 OTH_WE05 1. @9326 OTH_WE06 1. @9327 OTH_WE07 1. @9328 OTH_WE08 1. @9329 OTH_WE09 1. @9330 OTH_WE10 1. @9331 OTH_WE11 1. @9332 OTH_WE12 1. @9333 OTH_WE13 1. @9334 OTH_WE14 1. @9335 OTH_WE15 1. @9336 OTH_WE16 1. @9337 OTH_WE17 1. @9338 OTH_WE18 1. @9339 OTH_WE19 1. @9340 OTH_WE20 1. @9341 OTH_WE21 1. @9342 OTH_WE22 1. @9343 OTH_WE23 1. @9344 OTH_WE24 1. @9345 OTH_WE25 1. @9346 OTH_WE26 1. @9347 OTH_WE27 1. @9348 OTH_WE28 1. @9349 OTH_WE29 1. @9350 OTH_WE30 1. @9351 OTH_WE31 1. @9352 OTH_WE32 1. @9353 SOC_SE01 1. @9354 SOC_SE02 1. @9355 SOC_SE03 1. @9356 SOC_SE04 1. @9357 SOC_SE05 1. @9358 SOC_SE06 1. @9359 SOC_SE07 1. @9360 SOC_SE08 1. @9361 SOC_SE09 1. @9362 SOC_SE10 1. @9363 SOC_SE11 1. @9364 SOC_SE12 1. @9365 SOC_SE13 1. @9366 SOC_SE14 1. @9367 SOC_SE15 1. @9368 SOC_SE16 1. @9369 SOC_SE17 1. @9370 SOC_SE18 1. @9371 SOC_SE19 1. @9372 SOC_SE20 1. @9373 SOC_SE21 1. @9374 SOC_SE22 1. @9375 SOC_SE23 1. @9376 SOC_SE24 1. @9377 SOC_SE25 1. @9378 SOC_SE26 1. @9379 SOC_SE27 1. @9380 SOC_SE28 1. @9381 SOC_SE29 1. @9382 SOC_SE30 1. @9383 SOC_SE31 1. @9384 SOC_SE32 1. @9385 RAILRD01 1. @9386 RAILRD02 1. @9387 RAILRD03 1. @9388 RAILRD04 1. @9389 RAILRD05 1. @9390 RAILRD06 1. @9391 RAILRD07 1. @9392 RAILRD08 1. @9393 RAILRD09 1. @9394 RAILRD10 1. @9395 RAILRD11 1. @9396 RAILRD12 1. @9397 RAILRD13 1. @9398 RAILRD14 1. @9399 RAILRD15 1. @9400 RAILRD16 1. @9401 RAILRD17 1. @9402 RAILRD18 1. @9403 RAILRD19 1. @9404 RAILRD20 1. @9405 RAILRD21 1. @9406 RAILRD22 1. @9407 RAILRD23 1. @9408 RAILRD24 1. @9409 RAILRD25 1. @9410 RAILRD26 1. @9411 RAILRD27 1. @9412 RAILRD28 1. @9413 RAILRD29 1. @9414 RAILRD30 1. @9415 RAILRD31 1. @9416 RAILRD32 1. @9417 VETS_01 1. @9418 VETS_02 1. @9419 VETS_03 1. @9420 VETS_04 1. @9421 VETS_05 1. @9422 VETS_06 1. @9423 VETS_07 1. @9424 VETS_08 1. @9425 VETS_09 1. @9426 VETS_10 1. @9427 VETS_11 1. @9428 VETS_12 1. @9429 VETS_13 1. @9430 VETS_14 1. @9431 VETS_15 1. @9432 VETS_16 1. @9433 VETS_17 1. @9434 VETS_18 1. @9435 VETS_19 1. @9436 VETS_20 1. @9437 VETS_21 1. @9438 VETS_22 1. @9439 VETS_23 1. @9440 VETS_24 1. @9441 VETS_25 1. @9442 VETS_26 1. @9443 VETS_27 1. @9444 VETS_28 1. @9445 VETS_29 1. @9446 VETS_30 1. @9447 VETS_31 1. @9448 VETS_32 1. @9449 HIOWNC01 1. @9450 HIOWNC02 1. @9451 HIOWNC03 1. @9452 HIOWNC04 1. @9453 HIOWNC05 1. @9454 HIOWNC06 1. @9455 HIOWNC07 1. @9456 HIOWNC08 1. @9457 HIOWNC09 1. @9458 HIOWNC10 1. @9459 HIOWNC11 1. @9460 HIOWNC12 1. @9461 HIOWNC13 1. @9462 HIOWNC14 1. @9463 HIOWNC15 1. @9464 HIOWNC16 1. @9465 HIOWNC17 1. @9466 HIOWNC18 1. @9467 HIOWNC19 1. @9468 HIOWNC20 1. @9469 HIOWNC21 1. @9470 HIOWNC22 1. @9471 HIOWNC23 1. @9472 HIOWNC24 1. @9473 HIOWNC25 1. @9474 HIOWNC26 1. @9475 HIOWNC27 1. @9476 HIOWNC28 1. @9477 HIOWNC29 1. @9478 HIOWNC30 1. @9479 HIOWNC31 1. @9480 HIOWNC32 1. @9481 HI_OTC01 1. @9482 HI_OTC02 1. @9483 HI_OTC03 1. @9484 HI_OTC04 1. @9485 HI_OTC05 1. @9486 HI_OTC06 1. @9487 HI_OTC07 1. @9488 HI_OTC08 1. @9489 HI_OTC09 1. @9490 HI_OTC10 1. @9491 HI_OTC11 1. @9492 HI_OTC12 1. @9493 HI_OTC13 1. @9494 HI_OTC14 1. @9495 HI_OTC15 1. @9496 HI_OTC16 1. @9497 HI_OTC17 1. @9498 HI_OTC18 1. @9499 HI_OTC19 1. @9500 HI_OTC20 1. @9501 HI_OTC21 1. @9502 HI_OTC22 1. @9503 HI_OTC23 1. @9504 HI_OTC24 1. @9505 HI_OTC25 1. @9506 HI_OTC26 1. @9507 HI_OTC27 1. @9508 HI_OTC28 1. @9509 HI_OTC29 1. @9510 HI_OTC30 1. @9511 HI_OTC31 1. @9512 HI_OTC32 1. @9513 HIEMPL01 1. @9514 HIEMPL02 1. @9515 HIEMPL03 1. @9516 HIEMPL04 1. @9517 HIEMPL05 1. @9518 HIEMPL06 1. @9519 HIEMPL07 1. @9520 HIEMPL08 1. @9521 HIEMPL09 1. @9522 HIEMPL10 1. @9523 HIEMPL11 1. @9524 HIEMPL12 1. @9525 HIEMPL13 1. @9526 HIEMPL14 1. @9527 HIEMPL15 1. @9528 HIEMPL16 1. @9529 HIEMPL17 1. @9530 HIEMPL18 1. @9531 HIEMPL19 1. @9532 HIEMPL20 1. @9533 HIEMPL21 1. @9534 HIEMPL22 1. @9535 HIEMPL23 1. @9536 HIEMPL24 1. @9537 HIEMPL25 1. @9538 HIEMPL26 1. @9539 HIEMPL27 1. @9540 HIEMPL28 1. @9541 HIEMPL29 1. @9542 HIEMPL30 1. @9543 HIEMPL31 1. @9544 HIEMPL32 1. @9545 SS_PID01 2. @9547 SS_PID02 2. @9549 SS_PID03 2. @9551 SS_PID04 2. @9553 SS_PID05 2. @9555 SS_PID06 2. @9557 SS_PID07 2. @9559 SS_PID08 2. @9561 SS_PID09 2. @9563 SS_PID10 2. @9565 SS_PID11 2. @9567 SS_PID12 2. @9569 SS_PID13 2. @9571 SS_PID14 2. @9573 SS_PID15 2. @9575 SS_PID16 2. @9577 SS_PID17 2. @9579 SS_PID18 2. @9581 SS_PID19 2. @9583 SS_PID20 2. @9585 SS_PID21 2. @9587 SS_PID22 2. @9589 SS_PID23 2. @9591 SS_PID24 2. @9593 SS_PID25 2. @9595 SS_PID26 2. @9597 SS_PID27 2. @9599 SS_PID28 2. @9601 SS_PID29 2. @9603 SS_PID30 2. @9605 SS_PID31 2. @9607 SS_PID32 2. @9609 RR_PID01 2. @9611 RR_PID02 2. @9613 RR_PID03 2. @9615 RR_PID04 2. @9617 RR_PID05 2. @9619 RR_PID06 2. @9621 RR_PID07 2. @9623 RR_PID08 2. @9625 RR_PID09 2. @9627 RR_PID10 2. @9629 RR_PID11 2. @9631 RR_PID12 2. @9633 RR_PID13 2. @9635 RR_PID14 2. @9637 RR_PID15 2. @9639 RR_PID16 2. @9641 RR_PID17 2. @9643 RR_PID18 2. @9645 RR_PID19 2. @9647 RR_PID20 2. @9649 RR_PID21 2. @9651 RR_PID22 2. @9653 RR_PID23 2. @9655 RR_PID24 2. @9657 RR_PID25 2. @9659 RR_PID26 2. @9661 RR_PID27 2. @9663 RR_PID28 2. @9665 RR_PID29 2. @9667 RR_PID30 2. @9669 RR_PID31 2. @9671 RR_PID32 2. @9673 VA_PID01 2. @9675 VA_PID02 2. @9677 VA_PID03 2. @9679 VA_PID04 2. @9681 VA_PID05 2. @9683 VA_PID06 2. @9685 VA_PID07 2. @9687 VA_PID08 2. @9689 VA_PID09 2. @9691 VA_PID10 2. @9693 VA_PID11 2. @9695 VA_PID12 2. @9697 VA_PID13 2. @9699 VA_PID14 2. @9701 VA_PID15 2. @9703 VA_PID16 2. @9705 VA_PID17 2. @9707 VA_PID18 2. @9709 VA_PID19 2. @9711 VA_PID20 2. @9713 VA_PID21 2. @9715 VA_PID22 2. @9717 VA_PID23 2. @9719 VA_PID24 2. @9721 VA_PID25 2. @9723 VA_PID26 2. @9725 VA_PID27 2. @9727 VA_PID28 2. @9729 VA_PID29 2. @9731 VA_PID30 2. @9733 VA_PID31 2. @9735 VA_PID32 2. @9737 AFDCPI01 2. @9739 AFDCPI02 2. @9741 AFDCPI03 2. @9743 AFDCPI04 2. @9745 AFDCPI05 2. @9747 AFDCPI06 2. @9749 AFDCPI07 2. @9751 AFDCPI08 2. @9753 AFDCPI09 2. @9755 AFDCPI10 2. @9757 AFDCPI11 2. @9759 AFDCPI12 2. @9761 AFDCPI13 2. @9763 AFDCPI14 2. @9765 AFDCPI15 2. @9767 AFDCPI16 2. @9769 AFDCPI17 2. @9771 AFDCPI18 2. @9773 AFDCPI19 2. @9775 AFDCPI20 2. @9777 AFDCPI21 2. @9779 AFDCPI22 2. @9781 AFDCPI23 2. @9783 AFDCPI24 2. @9785 AFDCPI25 2. @9787 AFDCPI26 2. @9789 AFDCPI27 2. @9791 AFDCPI28 2. @9793 AFDCPI29 2. @9795 AFDCPI30 2. @9797 AFDCPI31 2. @9799 AFDCPI32 2. @9801 GA_PID01 2. @9803 GA_PID02 2. @9805 GA_PID03 2. @9807 GA_PID04 2. @9809 GA_PID05 2. @9811 GA_PID06 2. @9813 GA_PID07 2. @9815 GA_PID08 2. @9817 GA_PID09 2. @9819 GA_PID10 2. @9821 GA_PID11 2. @9823 GA_PID12 2. @9825 GA_PID13 2. @9827 GA_PID14 2. @9829 GA_PID15 2. @9831 GA_PID16 2. @9833 GA_PID17 2. @9835 GA_PID18 2. @9837 GA_PID19 2. @9839 GA_PID20 2. @9841 GA_PID21 2. @9843 GA_PID22 2. @9845 GA_PID23 2. @9847 GA_PID24 2. @9849 GA_PID25 2. @9851 GA_PID26 2. @9853 GA_PID27 2. @9855 GA_PID28 2. @9857 GA_PID29 2. @9859 GA_PID30 2. @9861 GA_PID31 2. @9863 GA_PID32 2. @9865 FOSTPI01 2. @9867 FOSTPI02 2. @9869 FOSTPI03 2. @9871 FOSTPI04 2. @9873 FOSTPI05 2. @9875 FOSTPI06 2. @9877 FOSTPI07 2. @9879 FOSTPI08 2. @9881 FOSTPI09 2. @9883 FOSTPI10 2. @9885 FOSTPI11 2. @9887 FOSTPI12 2. @9889 FOSTPI13 2. @9891 FOSTPI14 2. @9893 FOSTPI15 2. @9895 FOSTPI16 2. @9897 FOSTPI17 2. @9899 FOSTPI18 2. @9901 FOSTPI19 2. @9903 FOSTPI20 2. @9905 FOSTPI21 2. @9907 FOSTPI22 2. @9909 FOSTPI23 2. @9911 FOSTPI24 2. @9913 FOSTPI25 2. @9915 FOSTPI26 2. @9917 FOSTPI27 2. @9919 FOSTPI28 2. @9921 FOSTPI29 2. @9923 FOSTPI30 2. @9925 FOSTPI31 2. @9927 FOSTPI32 2. @9929 OTH_PI01 2. @9931 OTH_PI02 2. @9933 OTH_PI03 2. @9935 OTH_PI04 2. @9937 OTH_PI05 2. @9939 OTH_PI06 2. @9941 OTH_PI07 2. @9943 OTH_PI08 2. @9945 OTH_PI09 2. @9947 OTH_PI10 2. @9949 OTH_PI11 2. @9951 OTH_PI12 2. @9953 OTH_PI13 2. @9955 OTH_PI14 2. @9957 OTH_PI15 2. @9959 OTH_PI16 2. @9961 OTH_PI17 2. @9963 OTH_PI18 2. @9965 OTH_PI19 2. @9967 OTH_PI20 2. @9969 OTH_PI21 2. @9971 OTH_PI22 2. @9973 OTH_PI23 2. @9975 OTH_PI24 2. @9977 OTH_PI25 2. @9979 OTH_PI26 2. @9981 OTH_PI27 2. @9983 OTH_PI28 2. @9985 OTH_PI29 2. @9987 OTH_PI30 2. @9989 OTH_PI31 2. @9991 OTH_PI32 2. @9993 WIC_PI01 2. @9995 WIC_PI02 2. @9997 WIC_PI03 2. @9999 WIC_PI04 2. @10001 WIC_PI05 2. @10003 WIC_PI06 2. @10005 WIC_PI07 2. @10007 WIC_PI08 2. @10009 WIC_PI09 2. @10011 WIC_PI10 2. @10013 WIC_PI11 2. @10015 WIC_PI12 2. @10017 WIC_PI13 2. @10019 WIC_PI14 2. @10021 WIC_PI15 2. @10023 WIC_PI16 2. @10025 WIC_PI17 2. @10027 WIC_PI18 2. @10029 WIC_PI19 2. @10031 WIC_PI20 2. @10033 WIC_PI21 2. @10035 WIC_PI22 2. @10037 WIC_PI23 2. @10039 WIC_PI24 2. @10041 WIC_PI25 2. @10043 WIC_PI26 2. @10045 WIC_PI27 2. @10047 WIC_PI28 2. @10049 WIC_PI29 2. @10051 WIC_PI30 2. @10053 WIC_PI31 2. @10055 WIC_PI32 2. @10057 FS_PID01 2. @10059 FS_PID02 2. @10061 FS_PID03 2. @10063 FS_PID04 2. @10065 FS_PID05 2. @10067 FS_PID06 2. @10069 FS_PID07 2. @10071 FS_PID08 2. @10073 FS_PID09 2. @10075 FS_PID10 2. @10077 FS_PID11 2. @10079 FS_PID12 2. @10081 FS_PID13 2. @10083 FS_PID14 2. @10085 FS_PID15 2. @10087 FS_PID16 2. @10089 FS_PID17 2. @10091 FS_PID18 2. @10093 FS_PID19 2. @10095 FS_PID20 2. @10097 FS_PID21 2. @10099 FS_PID22 2. @10101 FS_PID23 2. @10103 FS_PID24 2. @10105 FS_PID25 2. @10107 FS_PID26 2. @10109 FS_PID27 2. @10111 FS_PID28 2. @10113 FS_PID29 2. @10115 FS_PID30 2. @10117 FS_PID31 2. @10119 FS_PID32 2. @10121 WS_I1_01 1. @10122 WS_I1_02 1. @10123 WS_I1_03 1. @10124 WS_I1_04 1. @10125 WS_I1_05 1. @10126 WS_I1_06 1. @10127 WS_I1_07 1. @10128 WS_I1_08 1. @10129 WS_I1_09 1. @10130 WS_I1_10 1. @10131 WS_I1_11 1. @10132 WS_I1_12 1. @10133 WS_I1_13 1. @10134 WS_I1_14 1. @10135 WS_I1_15 1. @10136 WS_I1_16 1. @10137 WS_I1_17 1. @10138 WS_I1_18 1. @10139 WS_I1_19 1. @10140 WS_I1_20 1. @10141 WS_I1_21 1. @10142 WS_I1_22 1. @10143 WS_I1_23 1. @10144 WS_I1_24 1. @10145 WS_I1_25 1. @10146 WS_I1_26 1. @10147 WS_I1_27 1. @10148 WS_I1_28 1. @10149 WS_I1_29 1. @10150 WS_I1_30 1. @10151 WS_I1_31 1. @10152 WS_I1_32 1. @10153 WS_I2_01 1. @10154 WS_I2_02 1. @10155 WS_I2_03 1. @10156 WS_I2_04 1. @10157 WS_I2_05 1. @10158 WS_I2_06 1. @10159 WS_I2_07 1. @10160 WS_I2_08 1. @10161 WS_I2_09 1. @10162 WS_I2_10 1. @10163 WS_I2_11 1. @10164 WS_I2_12 1. @10165 WS_I2_13 1. @10166 WS_I2_14 1. @10167 WS_I2_15 1. @10168 WS_I2_16 1. @10169 WS_I2_17 1. @10170 WS_I2_18 1. @10171 WS_I2_19 1. @10172 WS_I2_20 1. @10173 WS_I2_21 1. @10174 WS_I2_22 1. @10175 WS_I2_23 1. @10176 WS_I2_24 1. @10177 WS_I2_25 1. @10178 WS_I2_26 1. @10179 WS_I2_27 1. @10180 WS_I2_28 1. @10181 WS_I2_29 1. @10182 WS_I2_30 1. @10183 WS_I2_31 1. @10184 WS_I2_32 1. @10185 SE_I1_01 1. @10186 SE_I1_02 1. @10187 SE_I1_03 1. @10188 SE_I1_04 1. @10189 SE_I1_05 1. @10190 SE_I1_06 1. @10191 SE_I1_07 1. @10192 SE_I1_08 1. @10193 SE_I1_09 1. @10194 SE_I1_10 1. @10195 SE_I1_11 1. @10196 SE_I1_12 1. @10197 SE_I1_13 1. @10198 SE_I1_14 1. @10199 SE_I1_15 1. @10200 SE_I1_16 1. @10201 SE_I1_17 1. @10202 SE_I1_18 1. @10203 SE_I1_19 1. @10204 SE_I1_20 1. @10205 SE_I1_21 1. @10206 SE_I1_22 1. @10207 SE_I1_23 1. @10208 SE_I1_24 1. @10209 SE_I1_25 1. @10210 SE_I1_26 1. @10211 SE_I1_27 1. @10212 SE_I1_28 1. @10213 SE_I1_29 1. @10214 SE_I1_30 1. @10215 SE_I1_31 1. @10216 SE_I1_32 1. @10217 SE_I2_01 1. @10218 SE_I2_02 1. @10219 SE_I2_03 1. @10220 SE_I2_04 1. @10221 SE_I2_05 1. @10222 SE_I2_06 1. @10223 SE_I2_07 1. @10224 SE_I2_08 1. @10225 SE_I2_09 1. @10226 SE_I2_10 1. @10227 SE_I2_11 1. @10228 SE_I2_12 1. @10229 SE_I2_13 1. @10230 SE_I2_14 1. @10231 SE_I2_15 1. @10232 SE_I2_16 1. @10233 SE_I2_17 1. @10234 SE_I2_18 1. @10235 SE_I2_19 1. @10236 SE_I2_20 1. @10237 SE_I2_21 1. @10238 SE_I2_22 1. @10239 SE_I2_23 1. @10240 SE_I2_24 1. @10241 SE_I2_25 1. @10242 SE_I2_26 1. @10243 SE_I2_27 1. @10244 SE_I2_28 1. @10245 SE_I2_29 1. @10246 SE_I2_30 1. @10247 SE_I2_31 1. @10248 SE_I2_32 1. @10249 G1_I1_01 1. @10250 G1_I1_02 1. @10251 G1_I1_03 1. @10252 G1_I1_04 1. @10253 G1_I1_05 1. @10254 G1_I1_06 1. @10255 G1_I1_07 1. @10256 G1_I1_08 1. @10257 G1_I1_09 1. @10258 G1_I1_10 1. @10259 G1_I1_11 1. @10260 G1_I1_12 1. @10261 G1_I1_13 1. @10262 G1_I1_14 1. @10263 G1_I1_15 1. @10264 G1_I1_16 1. @10265 G1_I1_17 1. @10266 G1_I1_18 1. @10267 G1_I1_19 1. @10268 G1_I1_20 1. @10269 G1_I1_21 1. @10270 G1_I1_22 1. @10271 G1_I1_23 1. @10272 G1_I1_24 1. @10273 G1_I1_25 1. @10274 G1_I1_26 1. @10275 G1_I1_27 1. @10276 G1_I1_28 1. @10277 G1_I1_29 1. @10278 G1_I1_30 1. @10279 G1_I1_31 1. @10280 G1_I1_32 1. @10281 G1_I2_01 1. @10282 G1_I2_02 1. @10283 G1_I2_03 1. @10284 G1_I2_04 1. @10285 G1_I2_05 1. @10286 G1_I2_06 1. @10287 G1_I2_07 1. @10288 G1_I2_08 1. @10289 G1_I2_09 1. @10290 G1_I2_10 1. @10291 G1_I2_11 1. @10292 G1_I2_12 1. @10293 G1_I2_13 1. @10294 G1_I2_14 1. @10295 G1_I2_15 1. @10296 G1_I2_16 1. @10297 G1_I2_17 1. @10298 G1_I2_18 1. @10299 G1_I2_19 1. @10300 G1_I2_20 1. @10301 G1_I2_21 1. @10302 G1_I2_22 1. @10303 G1_I2_23 1. @10304 G1_I2_24 1. @10305 G1_I2_25 1. @10306 G1_I2_26 1. @10307 G1_I2_27 1. @10308 G1_I2_28 1. @10309 G1_I2_29 1. @10310 G1_I2_30 1. @10311 G1_I2_31 1. @10312 G1_I2_32 1. @10313 G1_I3_01 1. @10314 G1_I3_02 1. @10315 G1_I3_03 1. @10316 G1_I3_04 1. @10317 G1_I3_05 1. @10318 G1_I3_06 1. @10319 G1_I3_07 1. @10320 G1_I3_08 1. @10321 G1_I3_09 1. @10322 G1_I3_10 1. @10323 G1_I3_11 1. @10324 G1_I3_12 1. @10325 G1_I3_13 1. @10326 G1_I3_14 1. @10327 G1_I3_15 1. @10328 G1_I3_16 1. @10329 G1_I3_17 1. @10330 G1_I3_18 1. @10331 G1_I3_19 1. @10332 G1_I3_20 1. @10333 G1_I3_21 1. @10334 G1_I3_22 1. @10335 G1_I3_23 1. @10336 G1_I3_24 1. @10337 G1_I3_25 1. @10338 G1_I3_26 1. @10339 G1_I3_27 1. @10340 G1_I3_28 1. @10341 G1_I3_29 1. @10342 G1_I3_30 1. @10343 G1_I3_31 1. @10344 G1_I3_32 1. @10345 G1_I4_01 1. @10346 G1_I4_02 1. @10347 G1_I4_03 1. @10348 G1_I4_04 1. @10349 G1_I4_05 1. @10350 G1_I4_06 1. @10351 G1_I4_07 1. @10352 G1_I4_08 1. @10353 G1_I4_09 1. @10354 G1_I4_10 1. @10355 G1_I4_11 1. @10356 G1_I4_12 1. @10357 G1_I4_13 1. @10358 G1_I4_14 1. @10359 G1_I4_15 1. @10360 G1_I4_16 1. @10361 G1_I4_17 1. @10362 G1_I4_18 1. @10363 G1_I4_19 1. @10364 G1_I4_20 1. @10365 G1_I4_21 1. @10366 G1_I4_22 1. @10367 G1_I4_23 1. @10368 G1_I4_24 1. @10369 G1_I4_25 1. @10370 G1_I4_26 1. @10371 G1_I4_27 1. @10372 G1_I4_28 1. @10373 G1_I4_29 1. @10374 G1_I4_30 1. @10375 G1_I4_31 1. @10376 G1_I4_32 1. @10377 G1_I5_01 1. @10378 G1_I5_02 1. @10379 G1_I5_03 1. @10380 G1_I5_04 1. @10381 G1_I5_05 1. @10382 G1_I5_06 1. @10383 G1_I5_07 1. @10384 G1_I5_08 1. @10385 G1_I5_09 1. @10386 G1_I5_10 1. @10387 G1_I5_11 1. @10388 G1_I5_12 1. @10389 G1_I5_13 1. @10390 G1_I5_14 1. @10391 G1_I5_15 1. @10392 G1_I5_16 1. @10393 G1_I5_17 1. @10394 G1_I5_18 1. @10395 G1_I5_19 1. @10396 G1_I5_20 1. @10397 G1_I5_21 1. @10398 G1_I5_22 1. @10399 G1_I5_23 1. @10400 G1_I5_24 1. @10401 G1_I5_25 1. @10402 G1_I5_26 1. @10403 G1_I5_27 1. @10404 G1_I5_28 1. @10405 G1_I5_29 1. @10406 G1_I5_30 1. @10407 G1_I5_31 1. @10408 G1_I5_32 1. @10409 G1_I6_01 1. @10410 G1_I6_02 1. @10411 G1_I6_03 1. @10412 G1_I6_04 1. @10413 G1_I6_05 1. @10414 G1_I6_06 1. @10415 G1_I6_07 1. @10416 G1_I6_08 1. @10417 G1_I6_09 1. @10418 G1_I6_10 1. @10419 G1_I6_11 1. @10420 G1_I6_12 1. @10421 G1_I6_13 1. @10422 G1_I6_14 1. @10423 G1_I6_15 1. @10424 G1_I6_16 1. @10425 G1_I6_17 1. @10426 G1_I6_18 1. @10427 G1_I6_19 1. @10428 G1_I6_20 1. @10429 G1_I6_21 1. @10430 G1_I6_22 1. @10431 G1_I6_23 1. @10432 G1_I6_24 1. @10433 G1_I6_25 1. @10434 G1_I6_26 1. @10435 G1_I6_27 1. @10436 G1_I6_28 1. @10437 G1_I6_29 1. @10438 G1_I6_30 1. @10439 G1_I6_31 1. @10440 G1_I6_32 1. @10441 G1_I7_01 1. @10442 G1_I7_02 1. @10443 G1_I7_03 1. @10444 G1_I7_04 1. @10445 G1_I7_05 1. @10446 G1_I7_06 1. @10447 G1_I7_07 1. @10448 G1_I7_08 1. @10449 G1_I7_09 1. @10450 G1_I7_10 1. @10451 G1_I7_11 1. @10452 G1_I7_12 1. @10453 G1_I7_13 1. @10454 G1_I7_14 1. @10455 G1_I7_15 1. @10456 G1_I7_16 1. @10457 G1_I7_17 1. @10458 G1_I7_18 1. @10459 G1_I7_19 1. @10460 G1_I7_20 1. @10461 G1_I7_21 1. @10462 G1_I7_22 1. @10463 G1_I7_23 1. @10464 G1_I7_24 1. @10465 G1_I7_25 1. @10466 G1_I7_26 1. @10467 G1_I7_27 1. @10468 G1_I7_28 1. @10469 G1_I7_29 1. @10470 G1_I7_30 1. @10471 G1_I7_31 1. @10472 G1_I7_32 1. @10473 G1_I8_01 1. @10474 G1_I8_02 1. @10475 G1_I8_03 1. @10476 G1_I8_04 1. @10477 G1_I8_05 1. @10478 G1_I8_06 1. @10479 G1_I8_07 1. @10480 G1_I8_08 1. @10481 G1_I8_09 1. @10482 G1_I8_10 1. @10483 G1_I8_11 1. @10484 G1_I8_12 1. @10485 G1_I8_13 1. @10486 G1_I8_14 1. @10487 G1_I8_15 1. @10488 G1_I8_16 1. @10489 G1_I8_17 1. @10490 G1_I8_18 1. @10491 G1_I8_19 1. @10492 G1_I8_20 1. @10493 G1_I8_21 1. @10494 G1_I8_22 1. @10495 G1_I8_23 1. @10496 G1_I8_24 1. @10497 G1_I8_25 1. @10498 G1_I8_26 1. @10499 G1_I8_27 1. @10500 G1_I8_28 1. @10501 G1_I8_29 1. @10502 G1_I8_30 1. @10503 G1_I8_31 1. @10504 G1_I8_32 1. @10505 G1_I9_01 1. @10506 G1_I9_02 1. @10507 G1_I9_03 1. @10508 G1_I9_04 1. @10509 G1_I9_05 1. @10510 G1_I9_06 1. @10511 G1_I9_07 1. @10512 G1_I9_08 1. @10513 G1_I9_09 1. @10514 G1_I9_10 1. @10515 G1_I9_11 1. @10516 G1_I9_12 1. @10517 G1_I9_13 1. @10518 G1_I9_14 1. @10519 G1_I9_15 1. @10520 G1_I9_16 1. @10521 G1_I9_17 1. @10522 G1_I9_18 1. @10523 G1_I9_19 1. @10524 G1_I9_20 1. @10525 G1_I9_21 1. @10526 G1_I9_22 1. @10527 G1_I9_23 1. @10528 G1_I9_24 1. @10529 G1_I9_25 1. @10530 G1_I9_26 1. @10531 G1_I9_27 1. @10532 G1_I9_28 1. @10533 G1_I9_29 1. @10534 G1_I9_30 1. @10535 G1_I9_31 1. @10536 G1_I9_32 1. @10537 G1_I1001 1. @10538 G1_I1002 1. @10539 G1_I1003 1. @10540 G1_I1004 1. @10541 G1_I1005 1. @10542 G1_I1006 1. @10543 G1_I1007 1. @10544 G1_I1008 1. @10545 G1_I1009 1. @10546 G1_I1010 1. @10547 G1_I1011 1. @10548 G1_I1012 1. @10549 G1_I1013 1. @10550 G1_I1014 1. @10551 G1_I1015 1. @10552 G1_I1016 1. @10553 G1_I1017 1. @10554 G1_I1018 1. @10555 G1_I1019 1. @10556 G1_I1020 1. @10557 G1_I1021 1. @10558 G1_I1022 1. @10559 G1_I1023 1. @10560 G1_I1024 1. @10561 G1_I1025 1. @10562 G1_I1026 1. @10563 G1_I1027 1. @10564 G1_I1028 1. @10565 G1_I1029 1. @10566 G1_I1030 1. @10567 G1_I1031 1. @10568 G1_I1032 1. @10569 G2I10001 1. @10570 G2I10002 1. @10571 G2I10003 1. @10572 G2I10004 1. @10573 G2I10005 1. @10574 G2I10006 1. @10575 G2I10007 1. @10576 G2I10008 1. @10577 G2I10009 1. @10578 G2I10010 1. @10579 G2I10011 1. @10580 G2I10012 1. @10581 G2I10013 1. @10582 G2I10014 1. @10583 G2I10015 1. @10584 G2I10016 1. @10585 G2I10017 1. @10586 G2I10018 1. @10587 G2I10019 1. @10588 G2I10020 1. @10589 G2I10021 1. @10590 G2I10022 1. @10591 G2I10023 1. @10592 G2I10024 1. @10593 G2I10025 1. @10594 G2I10026 1. @10595 G2I10027 1. @10596 G2I10028 1. @10597 G2I10029 1. @10598 G2I10030 1. @10599 G2I10031 1. @10600 G2I10032 1. @10601 G2I10401 1. @10602 G2I10402 1. @10603 G2I10403 1. @10604 G2I10404 1. @10605 G2I10405 1. @10606 G2I10406 1. @10607 G2I10407 1. @10608 G2I10408 1. @10609 G2I10409 1. @10610 G2I10410 1. @10611 G2I10411 1. @10612 G2I10412 1. @10613 G2I10413 1. @10614 G2I10414 1. @10615 G2I10415 1. @10616 G2I10416 1. @10617 G2I10417 1. @10618 G2I10418 1. @10619 G2I10419 1. @10620 G2I10420 1. @10621 G2I10421 1. @10622 G2I10422 1. @10623 G2I10423 1. @10624 G2I10424 1. @10625 G2I10425 1. @10626 G2I10426 1. @10627 G2I10427 1. @10628 G2I10428 1. @10629 G2I10429 1. @10630 G2I10430 1. @10631 G2I10431 1. @10632 G2I10432 1. @10633 G2I11001 1. @10634 G2I11002 1. @10635 G2I11003 1. @10636 G2I11004 1. @10637 G2I11005 1. @10638 G2I11006 1. @10639 G2I11007 1. @10640 G2I11008 1. @10641 G2I11009 1. @10642 G2I11010 1. @10643 G2I11011 1. @10644 G2I11012 1. @10645 G2I11013 1. @10646 G2I11014 1. @10647 G2I11015 1. @10648 G2I11016 1. @10649 G2I11017 1. @10650 G2I11018 1. @10651 G2I11019 1. @10652 G2I11020 1. @10653 G2I11021 1. @10654 G2I11022 1. @10655 G2I11023 1. @10656 G2I11024 1. @10657 G2I11025 1. @10658 G2I11026 1. @10659 G2I11027 1. @10660 G2I11028 1. @10661 G2I11029 1. @10662 G2I11030 1. @10663 G2I11031 1. @10664 G2I11032 1. @10665 G2I12001 1. @10666 G2I12002 1. @10667 G2I12003 1. @10668 G2I12004 1. @10669 G2I12005 1. @10670 G2I12006 1. @10671 G2I12007 1. @10672 G2I12008 1. @10673 G2I12009 1. @10674 G2I12010 1. @10675 G2I12011 1. @10676 G2I12012 1. @10677 G2I12013 1. @10678 G2I12014 1. @10679 G2I12015 1. @10680 G2I12016 1. @10681 G2I12017 1. @10682 G2I12018 1. @10683 G2I12019 1. @10684 G2I12020 1. @10685 G2I12021 1. @10686 G2I12022 1. @10687 G2I12023 1. @10688 G2I12024 1. @10689 G2I12025 1. @10690 G2I12026 1. @10691 G2I12027 1. @10692 G2I12028 1. @10693 G2I12029 1. @10694 G2I12030 1. @10695 G2I12031 1. @10696 G2I12032 1. @10697 G2I13001 1. @10698 G2I13002 1. @10699 G2I13003 1. @10700 G2I13004 1. @10701 G2I13005 1. @10702 G2I13006 1. @10703 G2I13007 1. @10704 G2I13008 1. @10705 G2I13009 1. @10706 G2I13010 1. @10707 G2I13011 1. @10708 G2I13012 1. @10709 G2I13013 1. @10710 G2I13014 1. @10711 G2I13015 1. @10712 G2I13016 1. @10713 G2I13017 1. @10714 G2I13018 1. @10715 G2I13019 1. @10716 G2I13020 1. @10717 G2I13021 1. @10718 G2I13022 1. @10719 G2I13023 1. @10720 G2I13024 1. @10721 G2I13025 1. @10722 G2I13026 1. @10723 G2I13027 1. @10724 G2I13028 1. @10725 G2I13029 1. @10726 G2I13030 1. @10727 G2I13031 1. @10728 G2I13032 1. @10729 G2I14001 1. @10730 G2I14002 1. @10731 G2I14003 1. @10732 G2I14004 1. @10733 G2I14005 1. @10734 G2I14006 1. @10735 G2I14007 1. @10736 G2I14008 1. @10737 G2I14009 1. @10738 G2I14010 1. @10739 G2I14011 1. @10740 G2I14012 1. @10741 G2I14013 1. @10742 G2I14014 1. @10743 G2I14015 1. @10744 G2I14016 1. @10745 G2I14017 1. @10746 G2I14018 1. @10747 G2I14019 1. @10748 G2I14020 1. @10749 G2I14021 1. @10750 G2I14022 1. @10751 G2I14023 1. @10752 G2I14024 1. @10753 G2I14025 1. @10754 G2I14026 1. @10755 G2I14027 1. @10756 G2I14028 1. @10757 G2I14029 1. @10758 G2I14030 1. @10759 G2I14031 1. @10760 G2I14032 1. ; LABEL SUSEQNUM = "Sequence number of person" ROT = "Rotation group number" SU_ID = "Scrambled identifier equivalent to the" PP_ENTRY = "Edited entry address ID" PP_PNUM = "Edited person number" SU_TOTPP = "Total number of person records" HH_ADD01 = "Address ID - This field" HH_ADD02 = "Address ID - This field" HH_ADD03 = "Address ID - This field" HH_ADD04 = "Address ID - This field" HH_ADD05 = "Address ID - This field" HH_ADD06 = "Address ID - This field" HH_ADD07 = "Address ID - This field" HH_ADD08 = "Address ID - This field" HH_ADD09 = "Address ID - This field" HH_ADD10 = "Address ID - This field" HH_ADD11 = "Address ID - This field" HH_ADD12 = "Address ID - This field" HH_ADD13 = "Address ID - This field" HH_ADD14 = "Address ID - This field" HH_ADD15 = "Address ID - This field" HH_ADD16 = "Address ID - This field" HH_ADD17 = "Address ID - This field" HH_ADD18 = "Address ID - This field" HH_ADD19 = "Address ID - This field" HH_ADD20 = "Address ID - This field" HH_ADD21 = "Address ID - This field" HH_ADD22 = "Address ID - This field" HH_ADD23 = "Address ID - This field" HH_ADD24 = "Address ID - This field" HH_ADD25 = "Address ID - This field" HH_ADD26 = "Address ID - This field" HH_ADD27 = "Address ID - This field" HH_ADD28 = "Address ID - This field" HH_ADD29 = "Address ID - This field" HH_ADD30 = "Address ID - This field" HH_ADD31 = "Address ID - This field" HH_ADD32 = "Address ID - This field" 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" PNLWGT = "Panel person's weight assigned" FNLWGT84 = "Person's weight assigned for calendar" FNLWGT85 = "Person's weight assigned for calendar" SU_RGC = "Reduction group code established to" Hs_HSC = "Half sample code for variance estimati" 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 = "Age as of last birthday" AGE_02 = "Age as of last birthday" AGE_03 = "Age as of last birthday" AGE_04 = "Age as of last birthday" AGE_05 = "Age as of last birthday" AGE_06 = "Age as of last birthday" AGE_07 = "Age as of last birthday" AGE_08 = "Age as of last birthday" AGE_09 = "Age as of last birthday" AGE_10 = "Age as of last birthday" AGE_11 = "Age as of last birthday" AGE_12 = "Age as of last birthday" AGE_13 = "Age as of last birthday" AGE_14 = "Age as of last birthday" AGE_15 = "Age as of last birthday" AGE_16 = "Age as of last birthday" AGE_17 = "Age as of last birthday" AGE_18 = "Age as of last birthday" AGE_19 = "Age as of last birthday" AGE_20 = "Age as of last birthday" AGE_21 = "Age as of last birthday" AGE_22 = "Age as of last birthday" AGE_23 = "Age as of last birthday" AGE_24 = "Age as of last birthday" AGE_25 = "Age as of last birthday" AGE_26 = "Age as of last birthday" AGE_27 = "Age as of last birthday" AGE_28 = "Age as of last birthday" AGE_29 = "Age as of last birthday" AGE_30 = "Age as of last birthday" AGE_31 = "Age as of last birthday" AGE_32 = "Age as of last birthday" 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. Type of family to which" FAMTYP02 = "Family type. Type of family to which" FAMTYP03 = "Family type. Type of family to which" FAMTYP04 = "Family type. Type of family to which" FAMTYP05 = "Family type. Type of family to which" FAMTYP06 = "Family type. Type of family to which" FAMTYP07 = "Family type. Type of family to which" FAMTYP08 = "Family type. Type of family to which" FAMTYP09 = "Family type. Type of family to which" FAMTYP10 = "Family type. Type of family to which" FAMTYP11 = "Family type. Type of family to which" FAMTYP12 = "Family type. Type of family to which" FAMTYP13 = "Family type. Type of family to which" FAMTYP14 = "Family type. Type of family to which" FAMTYP15 = "Family type. Type of family to which" FAMTYP16 = "Family type. Type of family to which" FAMTYP17 = "Family type. Type of family to which" FAMTYP18 = "Family type. Type of family to which" FAMTYP19 = "Family type. Type of family to which" FAMTYP20 = "Family type. Type of family to which" FAMTYP21 = "Family type. Type of family to which" FAMTYP22 = "Family type. Type of family to which" FAMTYP23 = "Family type. Type of family to which" FAMTYP24 = "Family type. Type of family to which" FAMTYP25 = "Family type. Type of family to which" FAMTYP26 = "Family type. Type of family to which" FAMTYP27 = "Family type. Type of family to which" FAMTYP28 = "Family type. Type of family to which" FAMTYP29 = "Family type. Type of family to which" FAMTYP30 = "Family type. Type of family to which" FAMTYP31 = "Family type. Type of family to which" FAMTYP32 = "Family type. Type of family to which" 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 appli" FAMNUM02 = "Family number. - This field only appli" FAMNUM03 = "Family number. - This field only appli" FAMNUM04 = "Family number. - This field only appli" FAMNUM05 = "Family number. - This field only appli" FAMNUM06 = "Family number. - This field only appli" FAMNUM07 = "Family number. - This field only appli" FAMNUM08 = "Family number. - This field only appli" FAMNUM09 = "Family number. - This field only appli" FAMNUM10 = "Family number. - This field only appli" FAMNUM11 = "Family number. - This field only appli" FAMNUM12 = "Family number. - This field only appli" FAMNUM13 = "Family number. - This field only appli" FAMNUM14 = "Family number. - This field only appli" FAMNUM15 = "Family number. - This field only appli" FAMNUM16 = "Family number. - This field only appli" FAMNUM17 = "Family number. - This field only appli" FAMNUM18 = "Family number. - This field only appli" FAMNUM19 = "Family number. - This field only appli" FAMNUM20 = "Family number. - This field only appli" FAMNUM21 = "Family number. - This field only appli" FAMNUM22 = "Family number. - This field only appli" FAMNUM23 = "Family number. - This field only appli" FAMNUM24 = "Family number. - This field only appli" FAMNUM25 = "Family number. - This field only appli" FAMNUM26 = "Family number. - This field only appli" FAMNUM27 = "Family number. - This field only appli" FAMNUM28 = "Family number. - This field only appli" FAMNUM29 = "Family number. - This field only appli" FAMNUM30 = "Family number. - This field only appli" FAMNUM31 = "Family number. - This field only appli" FAMNUM32 = "Family number. - This field only appli" PNSP_01 = "Person number of spouse in this month" PNSP_02 = "Person number of spouse in this month" PNSP_03 = "Person number of spouse in this month" PNSP_04 = "Person number of spouse in this month" PNSP_05 = "Person number of spouse in this month" PNSP_06 = "Person number of spouse in this month" PNSP_07 = "Person number of spouse in this month" PNSP_08 = "Person number of spouse in this month" PNSP_09 = "Person number of spouse in this month" PNSP_10 = "Person number of spouse in this month" PNSP_11 = "Person number of spouse in this month" PNSP_12 = "Person number of spouse in this month" PNSP_13 = "Person number of spouse in this month" PNSP_14 = "Person number of spouse in this month" PNSP_15 = "Person number of spouse in this month" PNSP_16 = "Person number of spouse in this month" PNSP_17 = "Person number of spouse in this month" PNSP_18 = "Person number of spouse in this month" PNSP_19 = "Person number of spouse in this month" PNSP_20 = "Person number of spouse in this month" PNSP_21 = "Person number of spouse in this month" PNSP_22 = "Person number of spouse in this month" PNSP_23 = "Person number of spouse in this month" PNSP_24 = "Person number of spouse in this month" PNSP_25 = "Person number of spouse in this month" PNSP_26 = "Person number of spouse in this month" PNSP_27 = "Person number of spouse in this month" PNSP_28 = "Person number of spouse in this month" PNSP_29 = "Person number of spouse in this month" PNSP_30 = "Person number of spouse in this month" PNSP_31 = "Person number of spouse in this month" PNSP_32 = "Person number of spouse in this month" 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 in this month" PNPT_02 = "Person number of parent in this month" PNPT_03 = "Person number of parent in this month" PNPT_04 = "Person number of parent in this month" PNPT_05 = "Person number of parent in this month" PNPT_06 = "Person number of parent in this month" PNPT_07 = "Person number of parent in this month" PNPT_08 = "Person number of parent in this month" PNPT_09 = "Person number of parent in this month" PNPT_10 = "Person number of parent in this month" PNPT_11 = "Person number of parent in this month" PNPT_12 = "Person number of parent in this month" PNPT_13 = "Person number of parent in this month" PNPT_14 = "Person number of parent in this month" PNPT_15 = "Person number of parent in this month" PNPT_16 = "Person number of parent in this month" PNPT_17 = "Person number of parent in this month" PNPT_18 = "Person number of parent in this month" PNPT_19 = "Person number of parent in this month" PNPT_20 = "Person number of parent in this month" PNPT_21 = "Person number of parent in this month" PNPT_22 = "Person number of parent in this month" PNPT_23 = "Person number of parent in this month" PNPT_24 = "Person number of parent in this month" PNPT_25 = "Person number of parent in this month" PNPT_26 = "Person number of parent in this month" PNPT_27 = "Person number of parent in this month" PNPT_28 = "Person number of parent in this month" PNPT_29 = "Person number of parent in this month" PNPT_30 = "Person number of parent in this month" PNPT_31 = "Person number of parent in this month" PNPT_32 = "Person number of parent in this month" 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?" 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" USRVE_1 = "Unedited period of service" USRVE_2 = "Unedited period of service" USRVE_3 = "Unedited period of service" USRVE_4 = "Unedited period of service" USRVE_5 = "Unedited period of service" USRVE_6 = "Unedited period of service" USRVE_7 = "Unedited period of service" USRVE_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 = "Entry address ID of" ENTID_G2 = "Entry address ID of" ENTID_G3 = "Entry address ID of" ENTID_G4 = "Entry address ID of" ENTID_G5 = "Entry address ID of" ENTID_G6 = "Entry address ID of" ENTID_G7 = "Entry address ID of" ENTID_G8 = "Entry address ID of" LVQTR_01 = "Housing/other unit in each month" LVQTR_02 = "Housing/other unit in each month" LVQTR_03 = "Housing/other unit in each month" LVQTR_04 = "Housing/other unit in each month" LVQTR_05 = "Housing/other unit in each month" LVQTR_06 = "Housing/other unit in each month" LVQTR_07 = "Housing/other unit in each month" LVQTR_08 = "Housing/other unit in each month" LVQTR_09 = "Housing/other unit in each month" LVQTR_10 = "Housing/other unit in each month" LVQTR_11 = "Housing/other unit in each month" LVQTR_12 = "Housing/other unit in each month" LVQTR_13 = "Housing/other unit in each month" LVQTR_14 = "Housing/other unit in each month" LVQTR_15 = "Housing/other unit in each month" LVQTR_16 = "Housing/other unit in each month" LVQTR_17 = "Housing/other unit in each month" LVQTR_18 = "Housing/other unit in each month" LVQTR_19 = "Housing/other unit in each month" LVQTR_20 = "Housing/other unit in each month" LVQTR_21 = "Housing/other unit in each month" LVQTR_22 = "Housing/other unit in each month" LVQTR_23 = "Housing/other unit in each month" LVQTR_24 = "Housing/other unit in each month" LVQTR_25 = "Housing/other unit in each month" LVQTR_26 = "Housing/other unit in each month" LVQTR_27 = "Housing/other unit in each month" LVQTR_28 = "Housing/other unit in each month" LVQTR_29 = "Housing/other unit in each month" LVQTR_30 = "Housing/other unit in each month" LVQTR_31 = "Housing/other unit in each month" LVQTR_32 = "Housing/other unit in each month" TENUR_01 = "Are the living quarters" TENUR_02 = "Are the living quarters" TENUR_03 = "Are the living quarters" TENUR_04 = "Are the living quarters" TENUR_05 = "Are the living quarters" TENUR_06 = "Are the living quarters" TENUR_07 = "Are the living quarters" TENUR_08 = "Are the living quarters" TENUR_09 = "Are the living quarters" TENUR_10 = "Are the living quarters" TENUR_11 = "Are the living quarters" TENUR_12 = "Are the living quarters" TENUR_13 = "Are the living quarters" TENUR_14 = "Are the living quarters" TENUR_15 = "Are the living quarters" TENUR_16 = "Are the living quarters" TENUR_17 = "Are the living quarters" TENUR_18 = "Are the living quarters" TENUR_19 = "Are the living quarters" TENUR_20 = "Are the living quarters" TENUR_21 = "Are the living quarters" TENUR_22 = "Are the living quarters" TENUR_23 = "Are the living quarters" TENUR_24 = "Are the living quarters" TENUR_25 = "Are the living quarters" TENUR_26 = "Are the living quarters" TENUR_27 = "Are the living quarters" TENUR_28 = "Are the living quarters" TENUR_29 = "Are the living quarters" TENUR_30 = "Are the living quarters" TENUR_31 = "Are the living quarters" TENUR_32 = "Are the living quarters" PUBHS_01 = "Is the residence in a public housing" PUBHS_02 = "Is the residence in a public housing" PUBHS_03 = "Is the residence in a public housing" PUBHS_04 = "Is the residence in a public housing" PUBHS_05 = "Is the residence in a public housing" PUBHS_06 = "Is the residence in a public housing" PUBHS_07 = "Is the residence in a public housing" PUBHS_08 = "Is the residence in a public housing" PUBHS_09 = "Is the residence in a public housing" PUBHS_10 = "Is the residence in a public housing" PUBHS_11 = "Is the residence in a public housing" PUBHS_12 = "Is the residence in a public housing" PUBHS_13 = "Is the residence in a public housing" PUBHS_14 = "Is the residence in a public housing" PUBHS_15 = "Is the residence in a public housing" PUBHS_16 = "Is the residence in a public housing" PUBHS_17 = "Is the residence in a public housing" PUBHS_18 = "Is the residence in a public housing" PUBHS_19 = "Is the residence in a public housing" PUBHS_20 = "Is the residence in a public housing" PUBHS_21 = "Is the residence in a public housing" PUBHS_22 = "Is the residence in a public housing" PUBHS_23 = "Is the residence in a public housing" PUBHS_24 = "Is the residence in a public housing" PUBHS_25 = "Is the residence in a public housing" PUBHS_26 = "Is the residence in a public housing" PUBHS_27 = "Is the residence in a public housing" PUBHS_28 = "Is the residence in a public housing" PUBHS_29 = "Is the residence in a public housing" PUBHS_30 = "Is the residence in a public housing" PUBHS_31 = "Is the residence in a public housing" PUBHS_32 = "Is the residence in a public housing" LORNT_01 = "Are you paying lower rent because the" LORNT_02 = "Are you paying lower rent because the" LORNT_03 = "Are you paying lower rent because the" LORNT_04 = "Are you paying lower rent because the" LORNT_05 = "Are you paying lower rent because the" LORNT_06 = "Are you paying lower rent because the" LORNT_07 = "Are you paying lower rent because the" LORNT_08 = "Are you paying lower rent because the" LORNT_09 = "Are you paying lower rent because the" LORNT_10 = "Are you paying lower rent because the" LORNT_11 = "Are you paying lower rent because the" LORNT_12 = "Are you paying lower rent because the" LORNT_13 = "Are you paying lower rent because the" LORNT_14 = "Are you paying lower rent because the" LORNT_15 = "Are you paying lower rent because the" LORNT_16 = "Are you paying lower rent because the" LORNT_17 = "Are you paying lower rent because the" LORNT_18 = "Are you paying lower rent because the" LORNT_19 = "Are you paying lower rent because the" LORNT_20 = "Are you paying lower rent because the" LORNT_21 = "Are you paying lower rent because the" LORNT_22 = "Are you paying lower rent because the" LORNT_23 = "Are you paying lower rent because the" LORNT_24 = "Are you paying lower rent because the" LORNT_25 = "Are you paying lower rent because the" LORNT_26 = "Are you paying lower rent because the" LORNT_27 = "Are you paying lower rent because the" LORNT_28 = "Are you paying lower rent because the" LORNT_29 = "Are you paying lower rent because the" LORNT_30 = "Are you paying lower rent because the" LORNT_31 = "Are you paying lower rent because the" LORNT_32 = "Are you paying lower rent because the" ADDID51 = "Address ID. - This field identifies" ADDID52 = "Address ID. - This field identifies" ADDID53 = "Address ID. - This field identifies" ADDID54 = "Address ID. - This field identifies" ADDID55 = "Address ID. - This field identifies" ADDID56 = "Address ID. - This field identifies" ADDID57 = "Address ID. - This field identifies" ADDID58 = "Address ID. - This field identifies" ENRGY_Y1 = "Has this household received energy" ENRGY_Y2 = "Has this household received energy" ENRGY_Y3 = "Has this household received energy" ENRGY_Y4 = "Has this household received energy" ENRGY_Y5 = "Has this household received energy" ENRGY_Y6 = "Has this household received energy" ENRGY_Y7 = "Has this household received energy" ENRGY_Y8 = "Has this household received energy" Hs_ENRG1 = "What type of energy assistance was" Hs_ENRG2 = "What type of energy assistance was" Hs_ENRG3 = "What type of energy assistance was" Hs_ENRG4 = "What type of energy assistance was" Hs_ENRG5 = "What type of energy assistance was" Hs_ENRG6 = "What type of energy assistance was" Hs_ENRG7 = "What type of energy assistance was" Hs_ENRG8 = "What type of energy assistance was" ENRGY_1 = "What was the total amount of the" ENRGY_2 = "What was the total amount of the" ENRGY_3 = "What was the total amount of the" ENRGY_4 = "What was the total amount of the" ENRGY_5 = "What was the total amount of the" ENRGY_6 = "What was the total amount of the" ENRGY_7 = "What was the total amount of the" ENRGY_8 = "What was the total amount of the" Hs_LUNC1 = "Are the lunches free or reduced-price?" Hs_LUNC2 = "Are the lunches free or reduced-price?" Hs_LUNC3 = "Are the lunches free or reduced-price?" Hs_LUNC4 = "Are the lunches free or reduced-price?" Hs_LUNC5 = "Are the lunches free or reduced-price?" Hs_LUNC6 = "Are the lunches free or reduced-price?" Hs_LUNC7 = "Are the lunches free or reduced-price?" Hs_LUNC8 = "Are the lunches free or reduced-price?" LUNCH_1 = "How many children?" LUNCH_2 = "How many children?" LUNCH_3 = "How many children?" LUNCH_4 = "How many children?" LUNCH_5 = "How many children?" LUNCH_6 = "How many children?" LUNCH_7 = "How many children?" LUNCH_8 = "How many children?" BREAK_1 = "Are the breakfasts free or reduced-pri" BREAK_2 = "Are the breakfasts free or reduced-pri" BREAK_3 = "Are the breakfasts free or reduced-pri" BREAK_4 = "Are the breakfasts free or reduced-pri" BREAK_5 = "Are the breakfasts free or reduced-pri" BREAK_6 = "Are the breakfasts free or reduced-pri" BREAK_7 = "Are the breakfasts free or reduced-pri" BREAK_8 = "Are the breakfasts free or reduced-pri" H8_48301 = "How many children?" H8_48302 = "How many children?" H8_48303 = "How many children?" H8_48304 = "How many children?" H8_48305 = "How many children?" H8_48306 = "How many children?" H8_48307 = "How many children?" H8_48308 = "How many children?" Hs_PUBHS = "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" FULLRENT = "What would the monthly rent be on this" STATE_1 = "FIPS State code from the GRIN file" STATE_2 = "FIPS State code from the GRIN file" STATE_3 = "FIPS State code from the GRIN file" STATE_4 = "FIPS State code from the GRIN file" STATE_5 = "FIPS State code from the GRIN file" STATE_6 = "FIPS State code from the GRIN file" STATE_7 = "FIPS State code from the GRIN file" STATE_8 = "FIPS State code from the GRIN file" METRO_1 = "MSA status" METRO_2 = "MSA status" METRO_3 = "MSA status" METRO_4 = "MSA status" METRO_5 = "MSA status" METRO_6 = "MSA status" METRO_7 = "MSA status" METRO_8 = "MSA status" 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 ... receives" SC1360 = "Has ... ever retired from a job or" SC1418 = "Has ... ever been widowed or divorced?" SC1456 = "Did ... 's late husband die while in" SC1466_2 = "Last two characters of claim number fr" SC1468 = "Type of Medicare coverage" SC1472 = "Does ... 's Medicare help pay for doct" DISAB = "Does ... have a physical, mental, or" ATT_SCH1 = "During the past 4 months did ... atten" ATT_SCH2 = "During the past 4 months did ... atten" ATT_SCH3 = "During the past 4 months did ... atten" ATT_SCH4 = "During the past 4 months did ... atten" ATT_SCH5 = "During the past 4 months did ... atten" ATT_SCH6 = "During the past 4 months did ... atten" ATT_SCH7 = "During the past 4 months did ... atten" ATT_SCH8 = "During the past 4 months did ... atten" SC168201 = "How much was ... 's total tuition and" SC168202 = "How much was ... 's total tuition and" SC168203 = "How much was ... 's total tuition and" SC168204 = "How much was ... 's total tuition and" SC168205 = "How much was ... 's total tuition and" SC168206 = "How much was ... 's total tuition and" SC168207 = "How much was ... 's total tuition and" SC168208 = "How much was ... 's total tuition and" SC168209 = "How much was ... 's total tuition and" SC168210 = "How much was ... 's total tuition and" SC168211 = "How much was ... 's total tuition and" SC168212 = "How much was ... 's total tuition and" SC168213 = "How much was ... 's total tuition and" SC168214 = "How much was ... 's total tuition and" SC168215 = "How much was ... 's total tuition and" SC168216 = "How much was ... 's total tuition and" SC168217 = "How much was ... 's total tuition and" SC168218 = "How much was ... 's total tuition and" SC168219 = "How much was ... 's total tuition and" SC168220 = "How much was ... 's total tuition and" SC168221 = "How much was ... 's total tuition and" SC168222 = "How much was ... 's total tuition and" SC168223 = "How much was ... 's total tuition and" SC168224 = "How much was ... 's total tuition and" SC168225 = "How much was ... 's total tuition and" SC168226 = "How much was ... 's total tuition and" SC168227 = "How much was ... 's total tuition and" SC168228 = "How much was ... 's total tuition and" SC168229 = "How much was ... 's total tuition and" SC168230 = "How much was ... 's total tuition and" SC168231 = "How much was ... 's total tuition and" SC168232 = "How much was ... 's total tuition and" SC169001 = "What was the total amount of... 's" SC169002 = "What was the total amount of... 's" SC169003 = "What was the total amount of... 's" SC169004 = "What was the total amount of... 's" SC169005 = "What was the total amount of... 's" SC169006 = "What was the total amount of... 's" SC169007 = "What was the total amount of... 's" SC169008 = "What was the total amount of... 's" SC169009 = "What was the total amount of... 's" SC169010 = "What was the total amount of... 's" SC169011 = "What was the total amount of... 's" SC169012 = "What was the total amount of... 's" SC169013 = "What was the total amount of... 's" SC169014 = "What was the total amount of... 's" SC169015 = "What was the total amount of... 's" SC169016 = "What was the total amount of... 's" SC169017 = "What was the total amount of... 's" SC169018 = "What was the total amount of... 's" SC169019 = "What was the total amount of... 's" SC169020 = "What was the total amount of... 's" SC169021 = "What was the total amount of... 's" SC169022 = "What was the total amount of... 's" SC169023 = "What was the total amount of... 's" SC169024 = "What was the total amount of... 's" SC169025 = "What was the total amount of... 's" SC169026 = "What was the total amount of... 's" SC169027 = "What was the total amount of... 's" SC169028 = "What was the total amount of... 's" SC169029 = "What was the total amount of... 's" SC169030 = "What was the total amount of... 's" SC169031 = "What was the total amount of... 's" SC169032 = "What was the total amount of... 's" 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" 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" 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" 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" WKSJB_01 = "Number of weeks with a job or business" WKSJB_02 = "Number of weeks with a job or business" WKSJB_03 = "Number of weeks with a job or business" WKSJB_04 = "Number of weeks with a job or business" WKSJB_05 = "Number of weeks with a job or business" WKSJB_06 = "Number of weeks with a job or business" WKSJB_07 = "Number of weeks with a job or business" WKSJB_08 = "Number of weeks with a job or business" WKSJB_09 = "Number of weeks with a job or business" WKSJB_10 = "Number of weeks with a job or business" WKSJB_11 = "Number of weeks with a job or business" WKSJB_12 = "Number of weeks with a job or business" WKSJB_13 = "Number of weeks with a job or business" WKSJB_14 = "Number of weeks with a job or business" WKSJB_15 = "Number of weeks with a job or business" WKSJB_16 = "Number of weeks with a job or business" WKSJB_17 = "Number of weeks with a job or business" WKSJB_18 = "Number of weeks with a job or business" WKSJB_19 = "Number of weeks with a job or business" WKSJB_20 = "Number of weeks with a job or business" WKSJB_21 = "Number of weeks with a job or business" WKSJB_22 = "Number of weeks with a job or business" WKSJB_23 = "Number of weeks with a job or business" WKSJB_24 = "Number of weeks with a job or business" WKSJB_25 = "Number of weeks with a job or business" WKSJB_26 = "Number of weeks with a job or business" WKSJB_27 = "Number of weeks with a job or business" WKSJB_28 = "Number of weeks with a job or business" WKSJB_29 = "Number of weeks with a job or business" WKSJB_30 = "Number of weeks with a job or business" WKSJB_31 = "Number of weeks with a job or business" WKSJB_32 = "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" WEEKSL01 = "Number of weeks looking for work or" WEEKSL02 = "Number of weeks looking for work or" WEEKSL03 = "Number of weeks looking for work or" WEEKSL04 = "Number of weeks looking for work or" WEEKSL05 = "Number of weeks looking for work or" WEEKSL06 = "Number of weeks looking for work or" WEEKSL07 = "Number of weeks looking for work or" WEEKSL08 = "Number of weeks looking for work or" WEEKSL09 = "Number of weeks looking for work or" WEEKSL10 = "Number of weeks looking for work or" WEEKSL11 = "Number of weeks looking for work or" WEEKSL12 = "Number of weeks looking for work or" WEEKSL13 = "Number of weeks looking for work or" WEEKSL14 = "Number of weeks looking for work or" WEEKSL15 = "Number of weeks looking for work or" WEEKSL16 = "Number of weeks looking for work or" WEEKSL17 = "Number of weeks looking for work or" WEEKSL18 = "Number of weeks looking for work or" WEEKSL19 = "Number of weeks looking for work or" WEEKSL20 = "Number of weeks looking for work or" WEEKSL21 = "Number of weeks looking for work or" WEEKSL22 = "Number of weeks looking for work or" WEEKSL23 = "Number of weeks looking for work or" WEEKSL24 = "Number of weeks looking for work or" WEEKSL25 = "Number of weeks looking for work or" WEEKSL26 = "Number of weeks looking for work or" WEEKSL27 = "Number of weeks looking for work or" WEEKSL28 = "Number of weeks looking for work or" WEEKSL29 = "Number of weeks looking for work or" WEEKSL30 = "Number of weeks looking for work or" WEEKSL31 = "Number of weeks looking for work or" WEEKSL32 = "Number of weeks looking for work or" SC12301 = "In the weeks that ... worked during th" SC12302 = "In the weeks that ... worked during th" SC12303 = "In the weeks that ... worked during th" SC12304 = "In the weeks that ... worked during th" SC12305 = "In the weeks that ... worked during th" SC12306 = "In the weeks that ... worked during th" SC12307 = "In the weeks that ... worked during th" SC12308 = "In the weeks that ... worked during th" 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" 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-" WS2_OC01 = "Edited and imputed 3-digit occupation " WS2_OC02 = "Edited and imputed 3-digit occupation " WS2_OC03 = "Edited and imputed 3-digit occupation " WS2_OC04 = "Edited and imputed 3-digit occupation " WS2_OC05 = "Edited and imputed 3-digit occupation " WS2_OC06 = "Edited and imputed 3-digit occupation " WS2_OC07 = "Edited and imputed 3-digit occupation " WS2_OC08 = "Edited and imputed 3-digit occupation " WS2_OC09 = "Edited and imputed 3-digit occupation " WS2_OC10 = "Edited and imputed 3-digit occupation " WS2_OC11 = "Edited and imputed 3-digit occupation " WS2_OC12 = "Edited and imputed 3-digit occupation " WS2_OC13 = "Edited and imputed 3-digit occupation " WS2_OC14 = "Edited and imputed 3-digit occupation " WS2_OC15 = "Edited and imputed 3-digit occupation " WS2_OC16 = "Edited and imputed 3-digit occupation " WS2_OC17 = "Edited and imputed 3-digit occupation " WS2_OC18 = "Edited and imputed 3-digit occupation " WS2_OC19 = "Edited and imputed 3-digit occupation " WS2_OC20 = "Edited and imputed 3-digit occupation " WS2_OC21 = "Edited and imputed 3-digit occupation " WS2_OC22 = "Edited and imputed 3-digit occupation " WS2_OC23 = "Edited and imputed 3-digit occupation " WS2_OC24 = "Edited and imputed 3-digit occupation " WS2_OC25 = "Edited and imputed 3-digit occupation " WS2_OC26 = "Edited and imputed 3-digit occupation " WS2_OC27 = "Edited and imputed 3-digit occupation " WS2_OC28 = "Edited and imputed 3-digit occupation " WS2_OC29 = "Edited and imputed 3-digit occupation " WS2_OC30 = "Edited and imputed 3-digit occupation " WS2_OC31 = "Edited and imputed 3-digit occupation " WS2_OC32 = "Edited and imputed 3-digit occupation " WS2_IN01 = "Edited and imputed 3-digit industry co" WS2_IN02 = "Edited and imputed 3-digit industry co" WS2_IN03 = "Edited and imputed 3-digit industry co" WS2_IN04 = "Edited and imputed 3-digit industry co" WS2_IN05 = "Edited and imputed 3-digit industry co" WS2_IN06 = "Edited and imputed 3-digit industry co" WS2_IN07 = "Edited and imputed 3-digit industry co" WS2_IN08 = "Edited and imputed 3-digit industry co" WS2_IN09 = "Edited and imputed 3-digit industry co" WS2_IN10 = "Edited and imputed 3-digit industry co" WS2_IN11 = "Edited and imputed 3-digit industry co" WS2_IN12 = "Edited and imputed 3-digit industry co" WS2_IN13 = "Edited and imputed 3-digit industry co" WS2_IN14 = "Edited and imputed 3-digit industry co" WS2_IN15 = "Edited and imputed 3-digit industry co" WS2_IN16 = "Edited and imputed 3-digit industry co" WS2_IN17 = "Edited and imputed 3-digit industry co" WS2_IN18 = "Edited and imputed 3-digit industry co" WS2_IN19 = "Edited and imputed 3-digit industry co" WS2_IN20 = "Edited and imputed 3-digit industry co" WS2_IN21 = "Edited and imputed 3-digit industry co" WS2_IN22 = "Edited and imputed 3-digit industry co" WS2_IN23 = "Edited and imputed 3-digit industry co" WS2_IN24 = "Edited and imputed 3-digit industry co" WS2_IN25 = "Edited and imputed 3-digit industry co" WS2_IN26 = "Edited and imputed 3-digit industry co" WS2_IN27 = "Edited and imputed 3-digit industry co" WS2_IN28 = "Edited and imputed 3-digit industry co" WS2_IN29 = "Edited and imputed 3-digit industry co" WS2_IN30 = "Edited and imputed 3-digit industry co" WS2_IN31 = "Edited and imputed 3-digit industry co" WS2_IN32 = "Edited and imputed 3-digit industry co" WS2_WK01 = "Number of weeks employed each month" WS2_WK02 = "Number of weeks employed each month" WS2_WK03 = "Number of weeks employed each month" WS2_WK04 = "Number of weeks employed each month" WS2_WK05 = "Number of weeks employed each month" WS2_WK06 = "Number of weeks employed each month" WS2_WK07 = "Number of weeks employed each month" WS2_WK08 = "Number of weeks employed each month" WS2_WK09 = "Number of weeks employed each month" WS2_WK10 = "Number of weeks employed each month" WS2_WK11 = "Number of weeks employed each month" WS2_WK12 = "Number of weeks employed each month" WS2_WK13 = "Number of weeks employed each month" WS2_WK14 = "Number of weeks employed each month" WS2_WK15 = "Number of weeks employed each month" WS2_WK16 = "Number of weeks employed each month" WS2_WK17 = "Number of weeks employed each month" WS2_WK18 = "Number of weeks employed each month" WS2_WK19 = "Number of weeks employed each month" WS2_WK20 = "Number of weeks employed each month" WS2_WK21 = "Number of weeks employed each month" WS2_WK22 = "Number of weeks employed each month" WS2_WK23 = "Number of weeks employed each month" WS2_WK24 = "Number of weeks employed each month" WS2_WK25 = "Number of weeks employed each month" WS2_WK26 = "Number of weeks employed each month" WS2_WK27 = "Number of weeks employed each month" WS2_WK28 = "Number of weeks employed each month" WS2_WK29 = "Number of weeks employed each month" WS2_WK30 = "Number of weeks employed each month" WS2_WK31 = "Number of weeks employed each month" WS2_WK32 = "Number of weeks employed each month" WS2_AM01 = "What is the amount of the earnings fro" WS2_AM02 = "What is the amount of the earnings fro" WS2_AM03 = "What is the amount of the earnings fro" WS2_AM04 = "What is the amount of the earnings fro" WS2_AM05 = "What is the amount of the earnings fro" WS2_AM06 = "What is the amount of the earnings fro" WS2_AM07 = "What is the amount of the earnings fro" WS2_AM08 = "What is the amount of the earnings fro" WS2_AM09 = "What is the amount of the earnings fro" WS2_AM10 = "What is the amount of the earnings fro" WS2_AM11 = "What is the amount of the earnings fro" WS2_AM12 = "What is the amount of the earnings fro" WS2_AM13 = "What is the amount of the earnings fro" WS2_AM14 = "What is the amount of the earnings fro" WS2_AM15 = "What is the amount of the earnings fro" WS2_AM16 = "What is the amount of the earnings fro" WS2_AM17 = "What is the amount of the earnings fro" WS2_AM18 = "What is the amount of the earnings fro" WS2_AM19 = "What is the amount of the earnings fro" WS2_AM20 = "What is the amount of the earnings fro" WS2_AM21 = "What is the amount of the earnings fro" WS2_AM22 = "What is the amount of the earnings fro" WS2_AM23 = "What is the amount of the earnings fro" WS2_AM24 = "What is the amount of the earnings fro" WS2_AM25 = "What is the amount of the earnings fro" WS2_AM26 = "What is the amount of the earnings fro" WS2_AM27 = "What is the amount of the earnings fro" WS2_AM28 = "What is the amount of the earnings fro" WS2_AM29 = "What is the amount of the earnings fro" WS2_AM30 = "What is the amount of the earnings fro" WS2_AM31 = "What is the amount of the earnings fro" WS2_AM32 = "What is the amount of the earnings fro" W2124_01 = "How many hours per week did .." W2124_02 = "How many hours per week did .." W2124_03 = "How many hours per week did .." W2124_04 = "How many hours per week did .." W2124_05 = "How many hours per week did .." W2124_06 = "How many hours per week did .." W2124_07 = "How many hours per week did .." W2124_08 = "How many hours per week did .." W2124_09 = "How many hours per week did .." W2124_10 = "How many hours per week did .." W2124_11 = "How many hours per week did .." W2124_12 = "How many hours per week did .." W2124_13 = "How many hours per week did .." W2124_14 = "How many hours per week did .." W2124_15 = "How many hours per week did .." W2124_16 = "How many hours per week did .." W2124_17 = "How many hours per week did .." W2124_18 = "How many hours per week did .." W2124_19 = "How many hours per week did .." W2124_20 = "How many hours per week did .." W2124_21 = "How many hours per week did .." W2124_22 = "How many hours per week did .." W2124_23 = "How many hours per week did .." W2124_24 = "How many hours per week did .." W2124_25 = "How many hours per week did .." W2124_26 = "How many hours per week did .." W2124_27 = "How many hours per week did .." W2124_28 = "How many hours per week did .." W2124_29 = "How many hours per week did .." W2124_30 = "How many hours per week did .." W2124_31 = "How many hours per week did .." W2124_32 = "How many hours per week did .." W2128_01 = "What was ...'s regular hourly pay" W2128_02 = "What was ...'s regular hourly pay" W2128_03 = "What was ...'s regular hourly pay" W2128_04 = "What was ...'s regular hourly pay" W2128_05 = "What was ...'s regular hourly pay" W2128_06 = "What was ...'s regular hourly pay" W2128_07 = "What was ...'s regular hourly pay" W2128_08 = "What was ...'s regular hourly pay" W2128_09 = "What was ...'s regular hourly pay" W2128_10 = "What was ...'s regular hourly pay" W2128_11 = "What was ...'s regular hourly pay" W2128_12 = "What was ...'s regular hourly pay" W2128_13 = "What was ...'s regular hourly pay" W2128_14 = "What was ...'s regular hourly pay" W2128_15 = "What was ...'s regular hourly pay" W2128_16 = "What was ...'s regular hourly pay" W2128_17 = "What was ...'s regular hourly pay" W2128_18 = "What was ...'s regular hourly pay" W2128_19 = "What was ...'s regular hourly pay" W2128_20 = "What was ...'s regular hourly pay" W2128_21 = "What was ...'s regular hourly pay" W2128_22 = "What was ...'s regular hourly pay" W2128_23 = "What was ...'s regular hourly pay" W2128_24 = "What was ...'s regular hourly pay" W2128_25 = "What was ...'s regular hourly pay" W2128_26 = "What was ...'s regular hourly pay" W2128_27 = "What was ...'s regular hourly pay" W2128_28 = "What was ...'s regular hourly pay" W2128_29 = "What was ...'s regular hourly pay" W2128_30 = "What was ...'s regular hourly pay" W2128_31 = "What was ...'s regular hourly pay" W2128_32 = "What was ...'s regular hourly pay" S2302_01 = "Check Item S1" S2302_02 = "Check Item S1" S2302_03 = "Check Item S1" S2302_04 = "Check Item S1" S2302_05 = "Check Item S1" S2302_06 = "Check Item S1" S2302_07 = "Check Item S1" S2302_08 = "Check Item S1" S2302_09 = "Check Item S1" S2302_10 = "Check Item S1" S2302_11 = "Check Item S1" S2302_12 = "Check Item S1" S2302_13 = "Check Item S1" S2302_14 = "Check Item S1" S2302_15 = "Check Item S1" S2302_16 = "Check Item S1" S2302_17 = "Check Item S1" S2302_18 = "Check Item S1" S2302_19 = "Check Item S1" S2302_20 = "Check Item S1" S2302_21 = "Check Item S1" S2302_22 = "Check Item S1" S2302_23 = "Check Item S1" S2302_24 = "Check Item S1" S2302_25 = "Check Item S1" S2302_26 = "Check Item S1" S2302_27 = "Check Item S1" S2302_28 = "Check Item S1" S2302_29 = "Check Item S1" S2302_30 = "Check Item S1" S2302_31 = "Check Item S1" S2302_32 = "Check Item S1" 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?" SEWS2O01 = "Edited and imputed 3-digit occupation " SEWS2O02 = "Edited and imputed 3-digit occupation " SEWS2O03 = "Edited and imputed 3-digit occupation " SEWS2O04 = "Edited and imputed 3-digit occupation " SEWS2O05 = "Edited and imputed 3-digit occupation " SEWS2O06 = "Edited and imputed 3-digit occupation " SEWS2O07 = "Edited and imputed 3-digit occupation " SEWS2O08 = "Edited and imputed 3-digit occupation " SEWS2O09 = "Edited and imputed 3-digit occupation " SEWS2O10 = "Edited and imputed 3-digit occupation " SEWS2O11 = "Edited and imputed 3-digit occupation " SEWS2O12 = "Edited and imputed 3-digit occupation " SEWS2O13 = "Edited and imputed 3-digit occupation " SEWS2O14 = "Edited and imputed 3-digit occupation " SEWS2O15 = "Edited and imputed 3-digit occupation " SEWS2O16 = "Edited and imputed 3-digit occupation " SEWS2O17 = "Edited and imputed 3-digit occupation " SEWS2O18 = "Edited and imputed 3-digit occupation " SEWS2O19 = "Edited and imputed 3-digit occupation " SEWS2O20 = "Edited and imputed 3-digit occupation " SEWS2O21 = "Edited and imputed 3-digit occupation " SEWS2O22 = "Edited and imputed 3-digit occupation " SEWS2O23 = "Edited and imputed 3-digit occupation " SEWS2O24 = "Edited and imputed 3-digit occupation " SEWS2O25 = "Edited and imputed 3-digit occupation " SEWS2O26 = "Edited and imputed 3-digit occupation " SEWS2O27 = "Edited and imputed 3-digit occupation " SEWS2O28 = "Edited and imputed 3-digit occupation " SEWS2O29 = "Edited and imputed 3-digit occupation " SEWS2O30 = "Edited and imputed 3-digit occupation " SEWS2O31 = "Edited and imputed 3-digit occupation " SEWS2O32 = "Edited and imputed 3-digit occupation " SEWS2I01 = "Edited and imputed 3-digit industry co" SEWS2I02 = "Edited and imputed 3-digit industry co" SEWS2I03 = "Edited and imputed 3-digit industry co" SEWS2I04 = "Edited and imputed 3-digit industry co" SEWS2I05 = "Edited and imputed 3-digit industry co" SEWS2I06 = "Edited and imputed 3-digit industry co" SEWS2I07 = "Edited and imputed 3-digit industry co" SEWS2I08 = "Edited and imputed 3-digit industry co" SEWS2I09 = "Edited and imputed 3-digit industry co" SEWS2I10 = "Edited and imputed 3-digit industry co" SEWS2I11 = "Edited and imputed 3-digit industry co" SEWS2I12 = "Edited and imputed 3-digit industry co" SEWS2I13 = "Edited and imputed 3-digit industry co" SEWS2I14 = "Edited and imputed 3-digit industry co" SEWS2I15 = "Edited and imputed 3-digit industry co" SEWS2I16 = "Edited and imputed 3-digit industry co" SEWS2I17 = "Edited and imputed 3-digit industry co" SEWS2I18 = "Edited and imputed 3-digit industry co" SEWS2I19 = "Edited and imputed 3-digit industry co" SEWS2I20 = "Edited and imputed 3-digit industry co" SEWS2I21 = "Edited and imputed 3-digit industry co" SEWS2I22 = "Edited and imputed 3-digit industry co" SEWS2I23 = "Edited and imputed 3-digit industry co" SEWS2I24 = "Edited and imputed 3-digit industry co" SEWS2I25 = "Edited and imputed 3-digit industry co" SEWS2I26 = "Edited and imputed 3-digit industry co" SEWS2I27 = "Edited and imputed 3-digit industry co" SEWS2I28 = "Edited and imputed 3-digit industry co" SEWS2I29 = "Edited and imputed 3-digit industry co" SEWS2I30 = "Edited and imputed 3-digit industry co" SEWS2I31 = "Edited and imputed 3-digit industry co" SEWS2I32 = "Edited and imputed 3-digit industry co" SE2_WK01 = "Number of weeks with business each mon" SE2_WK02 = "Number of weeks with business each mon" SE2_WK03 = "Number of weeks with business each mon" SE2_WK04 = "Number of weeks with business each mon" SE2_WK05 = "Number of weeks with business each mon" SE2_WK06 = "Number of weeks with business each mon" SE2_WK07 = "Number of weeks with business each mon" SE2_WK08 = "Number of weeks with business each mon" SE2_WK09 = "Number of weeks with business each mon" SE2_WK10 = "Number of weeks with business each mon" SE2_WK11 = "Number of weeks with business each mon" SE2_WK12 = "Number of weeks with business each mon" SE2_WK13 = "Number of weeks with business each mon" SE2_WK14 = "Number of weeks with business each mon" SE2_WK15 = "Number of weeks with business each mon" SE2_WK16 = "Number of weeks with business each mon" SE2_WK17 = "Number of weeks with business each mon" SE2_WK18 = "Number of weeks with business each mon" SE2_WK19 = "Number of weeks with business each mon" SE2_WK20 = "Number of weeks with business each mon" SE2_WK21 = "Number of weeks with business each mon" SE2_WK22 = "Number of weeks with business each mon" SE2_WK23 = "Number of weeks with business each mon" SE2_WK24 = "Number of weeks with business each mon" SE2_WK25 = "Number of weeks with business each mon" SE2_WK26 = "Number of weeks with business each mon" SE2_WK27 = "Number of weeks with business each mon" SE2_WK28 = "Number of weeks with business each mon" SE2_WK29 = "Number of weeks with business each mon" SE2_WK30 = "Number of weeks with business each mon" SE2_WK31 = "Number of weeks with business each mon" SE2_WK32 = "Number of weeks with business each mon" SE2_AM01 = "Amount of income received each month" SE2_AM02 = "Amount of income received each month" SE2_AM03 = "Amount of income received each month" SE2_AM04 = "Amount of income received each month" SE2_AM05 = "Amount of income received each month" SE2_AM06 = "Amount of income received each month" SE2_AM07 = "Amount of income received each month" SE2_AM08 = "Amount of income received each month" SE2_AM09 = "Amount of income received each month" SE2_AM10 = "Amount of income received each month" SE2_AM11 = "Amount of income received each month" SE2_AM12 = "Amount of income received each month" SE2_AM13 = "Amount of income received each month" SE2_AM14 = "Amount of income received each month" SE2_AM15 = "Amount of income received each month" SE2_AM16 = "Amount of income received each month" SE2_AM17 = "Amount of income received each month" SE2_AM18 = "Amount of income received each month" SE2_AM19 = "Amount of income received each month" SE2_AM20 = "Amount of income received each month" SE2_AM21 = "Amount of income received each month" SE2_AM22 = "Amount of income received each month" SE2_AM23 = "Amount of income received each month" SE2_AM24 = "Amount of income received each month" SE2_AM25 = "Amount of income received each month" SE2_AM26 = "Amount of income received each month" SE2_AM27 = "Amount of income received each month" SE2_AM28 = "Amount of income received each month" SE2_AM29 = "Amount of income received each month" SE2_AM30 = "Amount of income received each month" SE2_AM31 = "Amount of income received each month" SE2_AM32 = "Amount of income received each month" S2312_01 = "How many hours per week did .." S2312_02 = "How many hours per week did .." S2312_03 = "How many hours per week did .." S2312_04 = "How many hours per week did .." S2312_05 = "How many hours per week did .." S2312_06 = "How many hours per week did .." S2312_07 = "How many hours per week did .." S2312_08 = "How many hours per week did .." S2312_09 = "How many hours per week did .." S2312_10 = "How many hours per week did .." S2312_11 = "How many hours per week did .." S2312_12 = "How many hours per week did .." S2312_13 = "How many hours per week did .." S2312_14 = "How many hours per week did .." S2312_15 = "How many hours per week did .." S2312_16 = "How many hours per week did .." S2312_17 = "How many hours per week did .." S2312_18 = "How many hours per week did .." S2312_19 = "How many hours per week did .." S2312_20 = "How many hours per week did .." S2312_21 = "How many hours per week did .." S2312_22 = "How many hours per week did .." S2312_23 = "How many hours per week did .." S2312_24 = "How many hours per week did .." S2312_25 = "How many hours per week did .." S2312_26 = "How many hours per week did .." S2312_27 = "How many hours per week did .." S2312_28 = "How many hours per week did .." S2312_29 = "How many hours per week did .." S2312_30 = "How many hours per week did .." S2312_31 = "How many hours per week did .." S2312_32 = "How many hours per week did .." G1SRC_01 = "INCOME SOURCE" G1SRC_02 = "INCOME SOURCE" G1SRC_03 = "INCOME SOURCE" G1SRC_04 = "INCOME SOURCE" G1SRC_05 = "INCOME SOURCE" G1SRC_06 = "INCOME SOURCE" G1SRC_07 = "INCOME SOURCE" G1SRC_08 = "INCOME SOURCE" G1SRC_09 = "INCOME SOURCE" G1SRC_10 = "INCOME SOURCE" G1_A_01 = "Amount of this income type received in" G1_A_02 = "Amount of this income type received in" G1_A_03 = "Amount of this income type received in" G1_A_04 = "Amount of this income type received in" G1_A_05 = "Amount of this income type received in" G1_A_06 = "Amount of this income type received in" G1_A_07 = "Amount of this income type received in" G1_A_08 = "Amount of this income type received in" G1_A_09 = "Amount of this income type received in" G1_A_10 = "Amount of this income type received in" G1_A_11 = "Amount of this income type received in" G1_A_12 = "Amount of this income type received in" G1_A_13 = "Amount of this income type received in" G1_A_14 = "Amount of this income type received in" G1_A_15 = "Amount of this income type received in" G1_A_16 = "Amount of this income type received in" G1_A_17 = "Amount of this income type received in" G1_A_18 = "Amount of this income type received in" G1_A_19 = "Amount of this income type received in" G1_A_20 = "Amount of this income type received in" G1_A_21 = "Amount of this income type received in" G1_A_22 = "Amount of this income type received in" G1_A_23 = "Amount of this income type received in" G1_A_24 = "Amount of this income type received in" G1_A_25 = "Amount of this income type received in" G1_A_26 = "Amount of this income type received in" G1_A_27 = "Amount of this income type received in" G1_A_28 = "Amount of this income type received in" G1_A_29 = "Amount of this income type received in" G1_A_30 = "Amount of this income type received in" G1_A_31 = "Amount of this income type received in" G1_A_32 = "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" VET3060 = "Is ... required to fill out an annual" 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 investm" AST1502 = "ISS Code 150 - Other financial investm" AST1503 = "ISS Code 150 - Other financial investm" AST1504 = "ISS Code 150 - Other financial investm" AST1505 = "ISS Code 150 - Other financial investm" AST1506 = "ISS Code 150 - Other financial investm" AST1507 = "ISS Code 150 - Other financial investm" AST1508 = "ISS Code 150 - Other financial investm" G2SRC100 = "Interest from savings accounts, money" G2SRC104 = "Interest from money market funds," 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 financ" G2A10001 = "Interest from savings accounts, money" G2A10002 = "Interest from savings accounts, money" G2A10003 = "Interest from savings accounts, money" G2A10004 = "Interest from savings accounts, money" G2A10005 = "Interest from savings accounts, money" G2A10006 = "Interest from savings accounts, money" G2A10007 = "Interest from savings accounts, money" G2A10008 = "Interest from savings accounts, money" G2A10009 = "Interest from savings accounts, money" G2A10010 = "Interest from savings accounts, money" G2A10011 = "Interest from savings accounts, money" G2A10012 = "Interest from savings accounts, money" G2A10013 = "Interest from savings accounts, money" G2A10014 = "Interest from savings accounts, money" G2A10015 = "Interest from savings accounts, money" G2A10016 = "Interest from savings accounts, money" G2A10017 = "Interest from savings accounts, money" G2A10018 = "Interest from savings accounts, money" G2A10019 = "Interest from savings accounts, money" G2A10020 = "Interest from savings accounts, money" G2A10021 = "Interest from savings accounts, money" G2A10022 = "Interest from savings accounts, money" G2A10023 = "Interest from savings accounts, money" G2A10024 = "Interest from savings accounts, money" G2A10025 = "Interest from savings accounts, money" G2A10026 = "Interest from savings accounts, money" G2A10027 = "Interest from savings accounts, money" G2A10028 = "Interest from savings accounts, money" G2A10029 = "Interest from savings accounts, money" G2A10030 = "Interest from savings accounts, money" G2A10031 = "Interest from savings accounts, money" G2A10032 = "Interest from savings accounts, money" G2A10401 = "Interest from money market funds," G2A10402 = "Interest from money market funds," G2A10403 = "Interest from money market funds," G2A10404 = "Interest from money market funds," G2A10405 = "Interest from money market funds," G2A10406 = "Interest from money market funds," G2A10407 = "Interest from money market funds," G2A10408 = "Interest from money market funds," G2A10409 = "Interest from money market funds," G2A10410 = "Interest from money market funds," G2A10411 = "Interest from money market funds," G2A10412 = "Interest from money market funds," G2A10413 = "Interest from money market funds," G2A10414 = "Interest from money market funds," G2A10415 = "Interest from money market funds," G2A10416 = "Interest from money market funds," G2A10417 = "Interest from money market funds," G2A10418 = "Interest from money market funds," G2A10419 = "Interest from money market funds," G2A10420 = "Interest from money market funds," G2A10421 = "Interest from money market funds," G2A10422 = "Interest from money market funds," G2A10423 = "Interest from money market funds," G2A10424 = "Interest from money market funds," G2A10425 = "Interest from money market funds," G2A10426 = "Interest from money market funds," G2A10427 = "Interest from money market funds," G2A10428 = "Interest from money market funds," G2A10429 = "Interest from money market funds," G2A10430 = "Interest from money market funds," G2A10431 = "Interest from money market funds," G2A10432 = "Interest from money market funds," G2A11001 = "Dividends from the ownership of stocks" G2A11002 = "Dividends from the ownership of stocks" G2A11003 = "Dividends from the ownership of stocks" G2A11004 = "Dividends from the ownership of stocks" G2A11005 = "Dividends from the ownership of stocks" G2A11006 = "Dividends from the ownership of stocks" G2A11007 = "Dividends from the ownership of stocks" G2A11008 = "Dividends from the ownership of stocks" G2A11009 = "Dividends from the ownership of stocks" G2A11010 = "Dividends from the ownership of stocks" G2A11011 = "Dividends from the ownership of stocks" G2A11012 = "Dividends from the ownership of stocks" G2A11013 = "Dividends from the ownership of stocks" G2A11014 = "Dividends from the ownership of stocks" G2A11015 = "Dividends from the ownership of stocks" G2A11016 = "Dividends from the ownership of stocks" G2A11017 = "Dividends from the ownership of stocks" G2A11018 = "Dividends from the ownership of stocks" G2A11019 = "Dividends from the ownership of stocks" G2A11020 = "Dividends from the ownership of stocks" G2A11021 = "Dividends from the ownership of stocks" G2A11022 = "Dividends from the ownership of stocks" G2A11023 = "Dividends from the ownership of stocks" G2A11024 = "Dividends from the ownership of stocks" G2A11025 = "Dividends from the ownership of stocks" G2A11026 = "Dividends from the ownership of stocks" G2A11027 = "Dividends from the ownership of stocks" G2A11028 = "Dividends from the ownership of stocks" G2A11029 = "Dividends from the ownership of stocks" G2A11030 = "Dividends from the ownership of stocks" G2A11031 = "Dividends from the ownership of stocks" G2A11032 = "Dividends from the ownership of stocks" G2A12001 = "Net income from the rental of property" G2A12002 = "Net income from the rental of property" G2A12003 = "Net income from the rental of property" G2A12004 = "Net income from the rental of property" G2A12005 = "Net income from the rental of property" G2A12006 = "Net income from the rental of property" G2A12007 = "Net income from the rental of property" G2A12008 = "Net income from the rental of property" G2A12009 = "Net income from the rental of property" G2A12010 = "Net income from the rental of property" G2A12011 = "Net income from the rental of property" G2A12012 = "Net income from the rental of property" G2A12013 = "Net income from the rental of property" G2A12014 = "Net income from the rental of property" G2A12015 = "Net income from the rental of property" G2A12016 = "Net income from the rental of property" G2A12017 = "Net income from the rental of property" G2A12018 = "Net income from the rental of property" G2A12019 = "Net income from the rental of property" G2A12020 = "Net income from the rental of property" G2A12021 = "Net income from the rental of property" G2A12022 = "Net income from the rental of property" G2A12023 = "Net income from the rental of property" G2A12024 = "Net income from the rental of property" G2A12025 = "Net income from the rental of property" G2A12026 = "Net income from the rental of property" G2A12027 = "Net income from the rental of property" G2A12028 = "Net income from the rental of property" G2A12029 = "Net income from the rental of property" G2A12030 = "Net income from the rental of property" G2A12031 = "Net income from the rental of property" G2A12032 = "Net income from the rental of property" G2A13001 = "Interest income from mortgages held" G2A13002 = "Interest income from mortgages held" G2A13003 = "Interest income from mortgages held" G2A13004 = "Interest income from mortgages held" G2A13005 = "Interest income from mortgages held" G2A13006 = "Interest income from mortgages held" G2A13007 = "Interest income from mortgages held" G2A13008 = "Interest income from mortgages held" G2A13009 = "Interest income from mortgages held" G2A13010 = "Interest income from mortgages held" G2A13011 = "Interest income from mortgages held" G2A13012 = "Interest income from mortgages held" G2A13013 = "Interest income from mortgages held" G2A13014 = "Interest income from mortgages held" G2A13015 = "Interest income from mortgages held" G2A13016 = "Interest income from mortgages held" G2A13017 = "Interest income from mortgages held" G2A13018 = "Interest income from mortgages held" G2A13019 = "Interest income from mortgages held" G2A13020 = "Interest income from mortgages held" G2A13021 = "Interest income from mortgages held" G2A13022 = "Interest income from mortgages held" G2A13023 = "Interest income from mortgages held" G2A13024 = "Interest income from mortgages held" G2A13025 = "Interest income from mortgages held" G2A13026 = "Interest income from mortgages held" G2A13027 = "Interest income from mortgages held" G2A13028 = "Interest income from mortgages held" G2A13029 = "Interest income from mortgages held" G2A13030 = "Interest income from mortgages held" G2A13031 = "Interest income from mortgages held" G2A13032 = "Interest income from mortgages held" G2A14001 = "Income from royalties and other financ" G2A14002 = "Income from royalties and other financ" G2A14003 = "Income from royalties and other financ" G2A14004 = "Income from royalties and other financ" G2A14005 = "Income from royalties and other financ" G2A14006 = "Income from royalties and other financ" G2A14007 = "Income from royalties and other financ" G2A14008 = "Income from royalties and other financ" G2A14009 = "Income from royalties and other financ" G2A14010 = "Income from royalties and other financ" G2A14011 = "Income from royalties and other financ" G2A14012 = "Income from royalties and other financ" G2A14013 = "Income from royalties and other financ" G2A14014 = "Income from royalties and other financ" G2A14015 = "Income from royalties and other financ" G2A14016 = "Income from royalties and other financ" G2A14017 = "Income from royalties and other financ" G2A14018 = "Income from royalties and other financ" G2A14019 = "Income from royalties and other financ" G2A14020 = "Income from royalties and other financ" G2A14021 = "Income from royalties and other financ" G2A14022 = "Income from royalties and other financ" G2A14023 = "Income from royalties and other financ" G2A14024 = "Income from royalties and other financ" G2A14025 = "Income from royalties and other financ" G2A14026 = "Income from royalties and other financ" G2A14027 = "Income from royalties and other financ" G2A14028 = "Income from royalties and other financ" G2A14029 = "Income from royalties and other financ" G2A14030 = "Income from royalties and other financ" G2A14031 = "Income from royalties and other financ" G2A14032 = "Income from royalties and other financ" 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" RAILRD01 = "Was this person covered by Railroad" RAILRD02 = "Was this person covered by Railroad" RAILRD03 = "Was this person covered by Railroad" RAILRD04 = "Was this person covered by Railroad" RAILRD05 = "Was this person covered by Railroad" RAILRD06 = "Was this person covered by Railroad" RAILRD07 = "Was this person covered by Railroad" RAILRD08 = "Was this person covered by Railroad" RAILRD09 = "Was this person covered by Railroad" RAILRD10 = "Was this person covered by Railroad" RAILRD11 = "Was this person covered by Railroad" RAILRD12 = "Was this person covered by Railroad" RAILRD13 = "Was this person covered by Railroad" RAILRD14 = "Was this person covered by Railroad" RAILRD15 = "Was this person covered by Railroad" RAILRD16 = "Was this person covered by Railroad" RAILRD17 = "Was this person covered by Railroad" RAILRD18 = "Was this person covered by Railroad" RAILRD19 = "Was this person covered by Railroad" RAILRD20 = "Was this person covered by Railroad" RAILRD21 = "Was this person covered by Railroad" RAILRD22 = "Was this person covered by Railroad" RAILRD23 = "Was this person covered by Railroad" RAILRD24 = "Was this person covered by Railroad" RAILRD25 = "Was this person covered by Railroad" RAILRD26 = "Was this person covered by Railroad" RAILRD27 = "Was this person covered by Railroad" RAILRD28 = "Was this person covered by Railroad" RAILRD29 = "Was this person covered by Railroad" RAILRD30 = "Was this person covered by Railroad" RAILRD31 = "Was this person covered by Railroad" RAILRD32 = "Was this person covered by Railroad" VETS_01 = "Was this person covered by Veteran's" VETS_02 = "Was this person covered by Veteran's" VETS_03 = "Was this person covered by Veteran's" VETS_04 = "Was this person covered by Veteran's" VETS_05 = "Was this person covered by Veteran's" VETS_06 = "Was this person covered by Veteran's" VETS_07 = "Was this person covered by Veteran's" VETS_08 = "Was this person covered by Veteran's" VETS_09 = "Was this person covered by Veteran's" VETS_10 = "Was this person covered by Veteran's" VETS_11 = "Was this person covered by Veteran's" VETS_12 = "Was this person covered by Veteran's" VETS_13 = "Was this person covered by Veteran's" VETS_14 = "Was this person covered by Veteran's" VETS_15 = "Was this person covered by Veteran's" VETS_16 = "Was this person covered by Veteran's" VETS_17 = "Was this person covered by Veteran's" VETS_18 = "Was this person covered by Veteran's" VETS_19 = "Was this person covered by Veteran's" VETS_20 = "Was this person covered by Veteran's" VETS_21 = "Was this person covered by Veteran's" VETS_22 = "Was this person covered by Veteran's" VETS_23 = "Was this person covered by Veteran's" VETS_24 = "Was this person covered by Veteran's" VETS_25 = "Was this person covered by Veteran's" VETS_26 = "Was this person covered by Veteran's" VETS_27 = "Was this person covered by Veteran's" VETS_28 = "Was this person covered by Veteran's" VETS_29 = "Was this person covered by Veteran's" VETS_30 = "Was this person covered by Veteran's" VETS_31 = "Was this person covered by Veteran's" VETS_32 = "Was this person covered by Veteran's" 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" ; proc print data=library.sip84fp (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. SU_RGC SU_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. ENT_SP01 ENT_SP. ENT_SP02 ENT_SP. ENT_SP03 ENT_SP. ENT_SP04 ENT_SP. ENT_SP05 ENT_SP. ENT_SP06 ENT_SP. ENT_SP07 ENT_SP. ENT_SP08 ENT_SP. ENT_SP09 ENT_SP. ENT_SP10 ENT_SP. ENT_SP11 ENT_SP. ENT_SP12 ENT_SP. ENT_SP13 ENT_SP. ENT_SP14 ENT_SP. ENT_SP15 ENT_SP. ENT_SP16 ENT_SP. ENT_SP17 ENT_SP. ENT_SP18 ENT_SP. ENT_SP19 ENT_SP. ENT_SP20 ENT_SP. ENT_SP21 ENT_SP. ENT_SP22 ENT_SP. ENT_SP23 ENT_SP. ENT_SP24 ENT_SP. ENT_SP25 ENT_SP. ENT_SP26 ENT_SP. ENT_SP27 ENT_SP. ENT_SP28 ENT_SP. ENT_SP29 ENT_SP. ENT_SP30 ENT_SP. ENT_SP31 ENT_SP. ENT_SP32 ENT_SP. 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. ENT_PT01 ENT_PT. ENT_PT02 ENT_PT. ENT_PT03 ENT_PT. ENT_PT04 ENT_PT. ENT_PT05 ENT_PT. ENT_PT06 ENT_PT. ENT_PT07 ENT_PT. ENT_PT08 ENT_PT. ENT_PT09 ENT_PT. ENT_PT10 ENT_PT. ENT_PT11 ENT_PT. ENT_PT12 ENT_PT. ENT_PT13 ENT_PT. ENT_PT14 ENT_PT. ENT_PT15 ENT_PT. ENT_PT16 ENT_PT. ENT_PT17 ENT_PT. ENT_PT18 ENT_PT. ENT_PT19 ENT_PT. ENT_PT20 ENT_PT. ENT_PT21 ENT_PT. ENT_PT22 ENT_PT. ENT_PT23 ENT_PT. ENT_PT24 ENT_PT. ENT_PT25 ENT_PT. ENT_PT26 ENT_PT. ENT_PT27 ENT_PT. ENT_PT28 ENT_PT. ENT_PT29 ENT_PT. ENT_PT30 ENT_PT. ENT_PT31 ENT_PT. ENT_PT32 ENT_PT. 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. 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. USRVE_1 USRVE. USRVE_2 USRVE. USRVE_3 USRVE. USRVE_4 USRVE. USRVE_5 USRVE. USRVE_6 USRVE. USRVE_7 USRVE. USRVE_8 USRVE. 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. ENTID_G1 ENTID_G. ENTID_G2 ENTID_G. ENTID_G3 ENTID_G. ENTID_G4 ENTID_G. ENTID_G5 ENTID_G. ENTID_G6 ENTID_G. ENTID_G7 ENTID_G. ENTID_G8 ENTID_G. LVQTR_01 LVQTR. LVQTR_02 LVQTR. LVQTR_03 LVQTR. LVQTR_04 LVQTR. LVQTR_05 LVQTR. LVQTR_06 LVQTR. LVQTR_07 LVQTR. LVQTR_08 LVQTR. LVQTR_09 LVQTR. LVQTR_10 LVQTR. LVQTR_11 LVQTR. LVQTR_12 LVQTR. LVQTR_13 LVQTR. LVQTR_14 LVQTR. LVQTR_15 LVQTR. LVQTR_16 LVQTR. LVQTR_17 LVQTR. LVQTR_18 LVQTR. LVQTR_19 LVQTR. LVQTR_20 LVQTR. LVQTR_21 LVQTR. LVQTR_22 LVQTR. LVQTR_23 LVQTR. LVQTR_24 LVQTR. LVQTR_25 LVQTR. LVQTR_26 LVQTR. LVQTR_27 LVQTR. LVQTR_28 LVQTR. LVQTR_29 LVQTR. LVQTR_30 LVQTR. LVQTR_31 LVQTR. LVQTR_32 LVQTR. TENUR_01 TENUR. TENUR_02 TENUR. TENUR_03 TENUR. TENUR_04 TENUR. TENUR_05 TENUR. TENUR_06 TENUR. TENUR_07 TENUR. TENUR_08 TENUR. TENUR_09 TENUR. TENUR_10 TENUR. TENUR_11 TENUR. TENUR_12 TENUR. TENUR_13 TENUR. TENUR_14 TENUR. TENUR_15 TENUR. TENUR_16 TENUR. TENUR_17 TENUR. TENUR_18 TENUR. TENUR_19 TENUR. TENUR_20 TENUR. TENUR_21 TENUR. TENUR_22 TENUR. TENUR_23 TENUR. TENUR_24 TENUR. TENUR_25 TENUR. TENUR_26 TENUR. TENUR_27 TENUR. TENUR_28 TENUR. TENUR_29 TENUR. TENUR_30 TENUR. TENUR_31 TENUR. TENUR_32 TENUR. PUBHS_01 PUBHS. PUBHS_02 PUBHS. PUBHS_03 PUBHS. PUBHS_04 PUBHS. PUBHS_05 PUBHS. PUBHS_06 PUBHS. PUBHS_07 PUBHS. PUBHS_08 PUBHS. PUBHS_09 PUBHS. PUBHS_10 PUBHS. PUBHS_11 PUBHS. PUBHS_12 PUBHS. PUBHS_13 PUBHS. PUBHS_14 PUBHS. PUBHS_15 PUBHS. PUBHS_16 PUBHS. PUBHS_17 PUBHS. PUBHS_18 PUBHS. PUBHS_19 PUBHS. PUBHS_20 PUBHS. PUBHS_21 PUBHS. PUBHS_22 PUBHS. PUBHS_23 PUBHS. PUBHS_24 PUBHS. PUBHS_25 PUBHS. PUBHS_26 PUBHS. PUBHS_27 PUBHS. PUBHS_28 PUBHS. PUBHS_29 PUBHS. PUBHS_30 PUBHS. PUBHS_31 PUBHS. PUBHS_32 PUBHS. LORNT_01 LORNT. LORNT_02 LORNT. LORNT_03 LORNT. LORNT_04 LORNT. LORNT_05 LORNT. LORNT_06 LORNT. LORNT_07 LORNT. LORNT_08 LORNT. LORNT_09 LORNT. LORNT_10 LORNT. LORNT_11 LORNT. LORNT_12 LORNT. LORNT_13 LORNT. LORNT_14 LORNT. LORNT_15 LORNT. LORNT_16 LORNT. LORNT_17 LORNT. LORNT_18 LORNT. LORNT_19 LORNT. LORNT_20 LORNT. LORNT_21 LORNT. LORNT_22 LORNT. LORNT_23 LORNT. LORNT_24 LORNT. LORNT_25 LORNT. LORNT_26 LORNT. LORNT_27 LORNT. LORNT_28 LORNT. LORNT_29 LORNT. LORNT_30 LORNT. LORNT_31 LORNT. LORNT_32 LORNT. ENRGY_Y1 ENRGY_Y. ENRGY_Y2 ENRGY_Y. ENRGY_Y3 ENRGY_Y. ENRGY_Y4 ENRGY_Y. ENRGY_Y5 ENRGY_Y. ENRGY_Y6 ENRGY_Y. ENRGY_Y7 ENRGY_Y. ENRGY_Y8 ENRGY_Y. Hs_ENRG1 Hs_ENRG. Hs_ENRG2 Hs_ENRG. Hs_ENRG3 Hs_ENRG. Hs_ENRG4 Hs_ENRG. Hs_ENRG5 Hs_ENRG. Hs_ENRG6 Hs_ENRG. Hs_ENRG7 Hs_ENRG. Hs_ENRG8 Hs_ENRG. ENRGY_1 ENRGY. ENRGY_2 ENRGY. ENRGY_3 ENRGY. ENRGY_4 ENRGY. ENRGY_5 ENRGY. ENRGY_6 ENRGY. ENRGY_7 ENRGY. ENRGY_8 ENRGY. Hs_LUNC1 Hs_LUNC. Hs_LUNC2 Hs_LUNC. Hs_LUNC3 Hs_LUNC. Hs_LUNC4 Hs_LUNC. Hs_LUNC5 Hs_LUNC. Hs_LUNC6 Hs_LUNC. Hs_LUNC7 Hs_LUNC. Hs_LUNC8 Hs_LUNC. LUNCH_1 LUNCH. LUNCH_2 LUNCH. LUNCH_3 LUNCH. LUNCH_4 LUNCH. LUNCH_5 LUNCH. LUNCH_6 LUNCH. LUNCH_7 LUNCH. LUNCH_8 LUNCH. BREAK_1 BREAK. BREAK_2 BREAK. BREAK_3 BREAK. BREAK_4 BREAK. BREAK_5 BREAK. BREAK_6 BREAK. BREAK_7 BREAK. BREAK_8 BREAK. H8_48301 H8_4830L. H8_48302 H8_4830L. H8_48303 H8_4830L. H8_48304 H8_4830L. H8_48305 H8_4830L. H8_48306 H8_4830L. H8_48307 H8_4830L. H8_48308 H8_4830L. Hs_PUBHS Hs_PUBHS. PUBRNAMT PUBRNAMT. UTLPAYYN UTLPAYYN. FULLRENT FULLRENT. STATE_1 STATE. STATE_2 STATE. STATE_3 STATE. STATE_4 STATE. STATE_5 STATE. STATE_6 STATE. STATE_7 STATE. STATE_8 STATE. METRO_1 METRO. METRO_2 METRO. METRO_3 METRO. METRO_4 METRO. METRO_5 METRO. METRO_6 METRO. METRO_7 METRO. METRO_8 METRO. SC1332 SC1332L. SC1334 SC1334L. SC1336 SC1336L. SC1346 SC1346L. SC1348 SC1348L. SC1360 SC1360L. SC1418 SC1418L. SC1456 SC1456L. 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. SC168201 SC1682L. SC168202 SC1682L. SC168203 SC1682L. SC168204 SC1682L. SC168205 SC1682L. SC168206 SC1682L. SC168207 SC1682L. SC168208 SC1682L. SC168209 SC1682L. SC168210 SC1682L. SC168211 SC1682L. SC168212 SC1682L. SC168213 SC1682L. SC168214 SC1682L. SC168215 SC1682L. SC168216 SC1682L. SC168217 SC1682L. SC168218 SC1682L. SC168219 SC1682L. SC168220 SC1682L. SC168221 SC1682L. SC168222 SC1682L. SC168223 SC1682L. SC168224 SC1682L. SC168225 SC1682L. SC168226 SC1682L. SC168227 SC1682L. SC168228 SC1682L. SC168229 SC1682L. SC168230 SC1682L. SC168231 SC1682L. SC168232 SC1682L. SC169001 SC1690L. SC169002 SC1690L. SC169003 SC1690L. SC169004 SC1690L. SC169005 SC1690L. SC169006 SC1690L. SC169007 SC1690L. SC169008 SC1690L. SC169009 SC1690L. SC169010 SC1690L. SC169011 SC1690L. SC169012 SC1690L. SC169013 SC1690L. SC169014 SC1690L. SC169015 SC1690L. SC169016 SC1690L. SC169017 SC1690L. SC169018 SC1690L. SC169019 SC1690L. SC169020 SC1690L. SC169021 SC1690L. SC169022 SC1690L. SC169023 SC1690L. SC169024 SC1690L. SC169025 SC1690L. SC169026 SC1690L. SC169027 SC1690L. SC169028 SC1690L. SC169029 SC1690L. SC169030 SC1690L. SC169031 SC1690L. SC169032 SC1690L. 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. WKSJB_01 WKSJB. WKSJB_02 WKSJB. WKSJB_03 WKSJB. WKSJB_04 WKSJB. WKSJB_05 WKSJB. WKSJB_06 WKSJB. WKSJB_07 WKSJB. WKSJB_08 WKSJB. WKSJB_09 WKSJB. WKSJB_10 WKSJB. WKSJB_11 WKSJB. WKSJB_12 WKSJB. WKSJB_13 WKSJB. WKSJB_14 WKSJB. WKSJB_15 WKSJB. WKSJB_16 WKSJB. WKSJB_17 WKSJB. WKSJB_18 WKSJB. WKSJB_19 WKSJB. WKSJB_20 WKSJB. WKSJB_21 WKSJB. WKSJB_22 WKSJB. WKSJB_23 WKSJB. WKSJB_24 WKSJB. WKSJB_25 WKSJB. WKSJB_26 WKSJB. WKSJB_27 WKSJB. WKSJB_28 WKSJB. WKSJB_29 WKSJB. WKSJB_30 WKSJB. WKSJB_31 WKSJB. WKSJB_32 WKSJB. 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. WEEKSL01 WEEKSL. WEEKSL02 WEEKSL. WEEKSL03 WEEKSL. WEEKSL04 WEEKSL. WEEKSL05 WEEKSL. WEEKSL06 WEEKSL. WEEKSL07 WEEKSL. WEEKSL08 WEEKSL. WEEKSL09 WEEKSL. WEEKSL10 WEEKSL. WEEKSL11 WEEKSL. WEEKSL12 WEEKSL. WEEKSL13 WEEKSL. WEEKSL14 WEEKSL. WEEKSL15 WEEKSL. WEEKSL16 WEEKSL. WEEKSL17 WEEKSL. WEEKSL18 WEEKSL. WEEKSL19 WEEKSL. WEEKSL20 WEEKSL. WEEKSL21 WEEKSL. WEEKSL22 WEEKSL. WEEKSL23 WEEKSL. WEEKSL24 WEEKSL. WEEKSL25 WEEKSL. WEEKSL26 WEEKSL. WEEKSL27 WEEKSL. WEEKSL28 WEEKSL. WEEKSL29 WEEKSL. WEEKSL30 WEEKSL. WEEKSL31 WEEKSL. WEEKSL32 WEEKSL. SC12301 SC1230L. SC12302 SC1230L. SC12303 SC1230L. SC12304 SC1230L. SC12305 SC1230L. SC12306 SC1230L. SC12307 SC1230L. SC12308 SC1230L. 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. 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. WS2_WK01 WS2_WK. WS2_WK02 WS2_WK. WS2_WK03 WS2_WK. WS2_WK04 WS2_WK. WS2_WK05 WS2_WK. WS2_WK06 WS2_WK. WS2_WK07 WS2_WK. WS2_WK08 WS2_WK. WS2_WK09 WS2_WK. WS2_WK10 WS2_WK. WS2_WK11 WS2_WK. WS2_WK12 WS2_WK. WS2_WK13 WS2_WK. WS2_WK14 WS2_WK. WS2_WK15 WS2_WK. WS2_WK16 WS2_WK. WS2_WK17 WS2_WK. WS2_WK18 WS2_WK. WS2_WK19 WS2_WK. WS2_WK20 WS2_WK. WS2_WK21 WS2_WK. WS2_WK22 WS2_WK. WS2_WK23 WS2_WK. WS2_WK24 WS2_WK. WS2_WK25 WS2_WK. WS2_WK26 WS2_WK. WS2_WK27 WS2_WK. WS2_WK28 WS2_WK. WS2_WK29 WS2_WK. WS2_WK30 WS2_WK. WS2_WK31 WS2_WK. WS2_WK32 WS2_WK. W2124_01 W2124L. W2124_02 W2124L. W2124_03 W2124L. W2124_04 W2124L. W2124_05 W2124L. W2124_06 W2124L. W2124_07 W2124L. W2124_08 W2124L. W2124_09 W2124L. W2124_10 W2124L. W2124_11 W2124L. W2124_12 W2124L. W2124_13 W2124L. W2124_14 W2124L. W2124_15 W2124L. W2124_16 W2124L. W2124_17 W2124L. W2124_18 W2124L. W2124_19 W2124L. W2124_20 W2124L. W2124_21 W2124L. W2124_22 W2124L. W2124_23 W2124L. W2124_24 W2124L. W2124_25 W2124L. W2124_26 W2124L. W2124_27 W2124L. W2124_28 W2124L. W2124_29 W2124L. W2124_30 W2124L. W2124_31 W2124L. W2124_32 W2124L. W2128_01 W2128L. W2128_02 W2128L. W2128_03 W2128L. W2128_04 W2128L. W2128_05 W2128L. W2128_06 W2128L. W2128_07 W2128L. W2128_08 W2128L. W2128_09 W2128L. W2128_10 W2128L. W2128_11 W2128L. W2128_12 W2128L. W2128_13 W2128L. W2128_14 W2128L. W2128_15 W2128L. W2128_16 W2128L. W2128_17 W2128L. W2128_18 W2128L. W2128_19 W2128L. W2128_20 W2128L. W2128_21 W2128L. W2128_22 W2128L. W2128_23 W2128L. W2128_24 W2128L. W2128_25 W2128L. W2128_26 W2128L. W2128_27 W2128L. W2128_28 W2128L. W2128_29 W2128L. W2128_30 W2128L. W2128_31 W2128L. W2128_32 W2128L. S2302_01 S2302L. S2302_02 S2302L. S2302_03 S2302L. S2302_04 S2302L. S2302_05 S2302L. S2302_06 S2302L. S2302_07 S2302L. S2302_08 S2302L. S2302_09 S2302L. S2302_10 S2302L. S2302_11 S2302L. S2302_12 S2302L. S2302_13 S2302L. S2302_14 S2302L. S2302_15 S2302L. S2302_16 S2302L. S2302_17 S2302L. S2302_18 S2302L. S2302_19 S2302L. S2302_20 S2302L. S2302_21 S2302L. S2302_22 S2302L. S2302_23 S2302L. S2302_24 S2302L. S2302_25 S2302L. S2302_26 S2302L. S2302_27 S2302L. S2302_28 S2302L. S2302_29 S2302L. S2302_30 S2302L. S2302_31 S2302L. S2302_32 S2302L. 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. SE2_WK01 SE2_WK. SE2_WK02 SE2_WK. SE2_WK03 SE2_WK. SE2_WK04 SE2_WK. SE2_WK05 SE2_WK. SE2_WK06 SE2_WK. SE2_WK07 SE2_WK. SE2_WK08 SE2_WK. SE2_WK09 SE2_WK. SE2_WK10 SE2_WK. SE2_WK11 SE2_WK. SE2_WK12 SE2_WK. SE2_WK13 SE2_WK. SE2_WK14 SE2_WK. SE2_WK15 SE2_WK. SE2_WK16 SE2_WK. SE2_WK17 SE2_WK. SE2_WK18 SE2_WK. SE2_WK19 SE2_WK. SE2_WK20 SE2_WK. SE2_WK21 SE2_WK. SE2_WK22 SE2_WK. SE2_WK23 SE2_WK. SE2_WK24 SE2_WK. SE2_WK25 SE2_WK. SE2_WK26 SE2_WK. SE2_WK27 SE2_WK. SE2_WK28 SE2_WK. SE2_WK29 SE2_WK. SE2_WK30 SE2_WK. SE2_WK31 SE2_WK. SE2_WK32 SE2_WK. S2312_01 S2312L. S2312_02 S2312L. S2312_03 S2312L. S2312_04 S2312L. S2312_05 S2312L. S2312_06 S2312L. S2312_07 S2312L. S2312_08 S2312L. S2312_09 S2312L. S2312_10 S2312L. S2312_11 S2312L. S2312_12 S2312L. S2312_13 S2312L. S2312_14 S2312L. S2312_15 S2312L. S2312_16 S2312L. S2312_17 S2312L. S2312_18 S2312L. S2312_19 S2312L. S2312_20 S2312L. S2312_21 S2312L. S2312_22 S2312L. S2312_23 S2312L. S2312_24 S2312L. S2312_25 S2312L. S2312_26 S2312L. S2312_27 S2312L. S2312_28 S2312L. S2312_29 S2312L. S2312_30 S2312L. S2312_31 S2312L. S2312_32 S2312L. G1SRC_01 G1SRC. G1SRC_02 G1SRC. G1SRC_03 G1SRC. G1SRC_04 G1SRC. G1SRC_05 G1SRC. G1SRC_06 G1SRC. G1SRC_07 G1SRC. G1SRC_08 G1SRC. G1SRC_09 G1SRC. G1SRC_10 G1SRC. 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. VET3060 VET3060L. 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. RAILRD01 RAILRD. RAILRD02 RAILRD. RAILRD03 RAILRD. RAILRD04 RAILRD. RAILRD05 RAILRD. RAILRD06 RAILRD. RAILRD07 RAILRD. RAILRD08 RAILRD. RAILRD09 RAILRD. RAILRD10 RAILRD. RAILRD11 RAILRD. RAILRD12 RAILRD. RAILRD13 RAILRD. RAILRD14 RAILRD. RAILRD15 RAILRD. RAILRD16 RAILRD. RAILRD17 RAILRD. RAILRD18 RAILRD. RAILRD19 RAILRD. RAILRD20 RAILRD. RAILRD21 RAILRD. RAILRD22 RAILRD. RAILRD23 RAILRD. RAILRD24 RAILRD. RAILRD25 RAILRD. RAILRD26 RAILRD. RAILRD27 RAILRD. RAILRD28 RAILRD. RAILRD29 RAILRD. RAILRD30 RAILRD. RAILRD31 RAILRD. RAILRD32 RAILRD. 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. 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.sip84fp; /* 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. */