/*------------------------------------------------------------------------------------*/ /*by Jean Roth Tue Nov 4 11:37:31 EST 2003 This program reads the 1996 SIPP Wave 10 Topical Module 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.fsp96t10; /* The PROC FORMAT statement will store the formats in a sas data set called fsip96t10 To use the stored formats in a subsequent program, include something like this: proc format cntlin=library.fsp96t10; PROC freq; tables pesex ; format pesex P135L.; For more information, consult the SAS Procedures Guide section of PROC FORMAT */ ; VALUE SPANEL (default=32) 1996 = "Panel Year" ; VALUE TFIPSST (default=32) 1 = "Alabama" 2 = "Alaska" 4 = "Arizona" 5 = "Arkansas" 6 = "California" 8 = "Colorado" 9 = "Connecticut" 10 = "Delaware" 11 = "DC" 12 = "Florida" 13 = "Georgia" 15 = "Hawaii" 16 = "Idaho" 17 = "Illinois" 18 = "Indiana" 19 = "Iowa" 20 = "Kansas" 21 = "Kentucky" 22 = "Louisiana" 24 = "Maryland" 25 = "Massachusetts" 26 = "Michigan" 27 = "Minnesota" 28 = "Mississippi" 29 = "Missouri" 30 = "Montana" 31 = "Nebraska" 32 = "Nevada" 33 = "New Hampshire" 34 = "New Jersey" 35 = "New Mexico" 36 = "New York" 37 = "North Carolina" 39 = "Ohio" 40 = "Oklahoma" 41 = "Oregon" 42 = "Pennsylvania" 44 = "Rhode Island" 45 = "South Carolina" 47 = "Tennessee" 48 = "Texas" 49 = "Utah" 51 = "Virginia" 53 = "Washington" 54 = "West Virginia" 55 = "Wisconsin" 61 = "Maine, Vermont" 62 = "North Dakota, South Dakota," ; VALUE SINTHHID (default=32) 0 = "Not in universe" ; VALUE EOUTCOME (default=32) 201 = "Completed interview" 203 = "Compl. partial- missing data; no" 207 = "Complete partial - TYPE-Z; no" 213 = "TYPE-A, language problem" 215 = "TYPE-A, insufficient partial" 216 = "TYPE-A, no one home (noh)" 217 = "TYPE-A, temporarily absent (ta)" 218 = "TYPE-A, hh refused" 219 = "TYPE-A, other occupied (specify)" 234 = "TYPE-B, entire hh institut. or" 248 = "TYPE-C, other (specify)" 249 = "TYPE-C, sample adjustment" 250 = "TYPE-C, hh deceased" 251 = "TYPE-C, moved out of country" 252 = "TYPE-C, living in armed forces" 253 = "TYPE-C, on active duty in Armed" 254 = "TYPE-C, no one over age 15 years" 255 = "TYPE-C, no Wave 1 persons" 260 = "TYPE-D, moved address unknown" 261 = "TYPE-D, moved w/in U.S. but" 262 = "Merged with another SIPP" 270 = "Mover, no longer located in same" 271 = "Mover, new address located in" 280 = "Newly spawned case outside fr's" ; VALUE RFID2L (default=32) 0 = "Member of related subfamily" ; VALUE EPOPSTAT (default=32) 1 = "Adult (15 years of age or older)" 2 = "Child (Under 15 years of age)" ; VALUE EPPINTVW (default=32) 1 = "Interview (self)" 2 = "Interview (proxy)" 3 = "Noninterview - Type Z" 4 = "Nonintrvw - pseudo Type Z. Left" 5 = "Children under 15 during" ; VALUE EPPMIS4L (default=32) 1 = "Interview" 2 = "Non-interview" ; VALUE ESEX (default=32) 1 = "Male" 2 = "Female" ; VALUE ERACE (default=32) 1 = "White" 2 = "Black" 3 = "American Indian, Aleut, or" 4 = "Asian or Pacific Islander" ; VALUE EORIGIN (default=32) 1 = "Canadian" 2 = "Dutch" 3 = "English" 4 = "French" 5 = "French-Canadian" 6 = "German" 7 = "Hungarian" 8 = "Irish" 9 = "Italian" 10 = "Polish" 11 = "Russian" 12 = "Scandinavian" 13 = "Scotch-Irish" 14 = "Scottish" 15 = "Slovak" 16 = "Welsh" 17 = "Other European" 20 = "Mexican" 21 = "Mexican-American" 22 = "Chicano" 23 = "Puerto Rican" 24 = "Cuban" 25 = "Central American" 26 = "South American" 27 = "Dominican Republic" 28 = "Other Hispanic" 30 = "African-American or" 31 = "American Indian, Eskimo, or" 32 = "Arab" 33 = "Asian" 34 = "Pacific Islander" 35 = "West Indian" 39 = "Another group not listed" 40 = "American" ; VALUE ERRP (default=32) 1 = "Reference person w/ rel. persons" 2 = "Reference Person w/out rel." 3 = "Spouse of reference person" 4 = "Child of reference person" 5 = "Grandchild of reference person" 6 = "Parent of reference person" 7 = "Brother/sister of reference" 8 = "Other relative of reference" 9 = "Foster child of reference person" 10 = "Unmarried partner of reference" 11 = "Housemate/roommate" 12 = "Roomer/boarder" 13 = "Other non-relative of reference" ; VALUE TAGE (default=32) 0 = "Less than 1 full year old" ; VALUE EMS (default=32) 1 = "Married, spouse present" 2 = "Married, Spouse absent" 3 = "Widowed" 4 = "Divorced" 5 = "Separated" 6 = "Never Married" ; VALUE EPNSPOUS (default=32) 9999 = "Spouse not in hhld or person not" ; VALUE EPNMOM (default=32) 9999 = "No mother in household" ; VALUE EPNDAD (default=32) 9999 = "No father in household" ; VALUE EPNGUARD (default=32) -1 = "Not in universe" 9999 = "Guardian not in household" ; VALUE RDESGPNT (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EEDUCATE (default=32) -1 = "Not in universe" 31 = "Less than 1st grade" 32 = "1st, 2nd, 3rd or 4th grade" 33 = "5th or 6th grade" 34 = "7th or 8th grade" 35 = "9th grade" 36 = "10th grade" 37 = "11th grade" 38 = "12th grade" 39 = "High school graduate - high" 40 = "Some college but no degree" 41 = "Diploma or certificate from a" 42 = "Associate degree in college -" 43 = "Associate Degree in college -" 44 = "Bachelors degree (For example:" 45 = "Master's degree (For example:" 46 = "Professional School Degree (For" 47 = "Doctorate degree (For example:" ; VALUE EAIRUNV (default=32) -1 = "Not in universe" 1 = "In universe" ; VALUE IOTHRBUS (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE IOWNBS9S (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE IBSFORMS (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Sole proprietorship" 2 = "Partnership" 3 = "Corporation" ; VALUE IBSLOCTS (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Own home" 2 = "Somewhere else" ; VALUE IPRTOWNS (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE IOWNRS1S (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IOWNRS1K (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IHHOWN1L (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE RPCNTHHS (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "1-50 Percentage of business" 2 = "51-100 Percentage of business" ; VALUE RPCTOWNS (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "1-25 Percentage of business" 2 = "26-49 Percentage of business" 3 = "50-100 Percentage of business" ; VALUE TGRSRCPS (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE TTOTEXPS (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE TNETINCS (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE TNETINCK (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE IOTHINCS (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE INETIN1S (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE TNETIN1S (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE TNETIN1K (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE INETIN2S (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE TNETIN2S (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE TNETIN2K (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE IBSFORMK (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Sole proprietorship" 2 = "Partnership" 3 = "Corporation" ; VALUE IBSLOCTK (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Own home" 2 = "Somewhere else" ; VALUE IPRTOWNK (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE IOWNRS2S (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IOWNRS2K (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IHHOWN2L (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE RPCNTHHK (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "1-50 Percentage of business" 2 = "51-100 Percentage of business" ; VALUE RPCTOWNK (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "1-25 Percentage of business" 2 = "26-49 Percentage of business" 3 = "50-100 Percentage of business" ; VALUE TGRSRCPK (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE TTOTEXPK (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE TNETINCL (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE TNETINCM (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE IOTHINCK (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE INETIN3S (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE TNETIN3S (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE TNETIN3K (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE INETIN4S (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE TNETIN4S (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE TNETIN4K (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE TOTHINCS (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE TOTHINCK (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE IIRAYN (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE IIRACONT (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE TTAXCONT (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE IIRAWDL (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE TAMTIRA (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE TIRAEARN (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE IIRATYPN (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE IIRATYPK (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE IIRATYPL (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE IIRATYPM (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE IIRATYPO (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE IIRATYPP (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE IIRATYPQ (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE IKEOGHYN (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE IKEOGHCN (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE TTXKEOGH (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE IKEOGHWD (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE TATKEOGH (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE TKEOGHER (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE IKEOHTPR (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE IKEOHTPK (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE IKEOHTPL (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE IKEOHTPM (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE IKEOHTPN (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE IKEOHTPO (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE IKEOHTPP (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE ITHRFTYN (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE TTHFTCNT (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE ITHFTWDL (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE TTHFTAMT (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE TTHFTERN (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE ITHFTYPN (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE ITHFTYPK (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE ITHFTYPL (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE ITHFTYPM (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE ITHFTYPO (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE EATXUNV (default=32) -1 = "Not in universe" 1 = "In universe" ; VALUE ITAXFLYN (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE ITAXCOPY (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE TFILSTAT (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Single taxpayer" 2 = "Married, Filing joint return" 3 = "Married, filing separately" 4 = "Unmarried head of hhld or" ; VALUE TTOTEXMP (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "1 exemption" 2 = "2 exemptions" 3 = "3-5 exemptions" 4 = "6 or more exemptions" ; VALUE IEXEMP0P (default=32) -5 = "All" -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEXEMP0K (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEXEMP0L (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEXEMP0M (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEXEMP0N (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEXEMP0O (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEXMPOUT (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE IEXNMOUT (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" ; VALUE IOUTRL0T (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Parent" 2 = "Child" 3 = "Brother/sister" 4 = "Other" ; VALUE IOUTRL0K (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Parent" 2 = "Child" 3 = "Brother/sister" 4 = "Other" ; VALUE IOUTRL0L (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Parent" 2 = "Child" 3 = "Brother/sister" 4 = "Other" ; VALUE IOUTRL0M (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Parent" 2 = "Child" 3 = "Brother/sister" 4 = "Other" ; VALUE IOUTRL0N (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Parent" 2 = "Child" 3 = "Brother/sister" 4 = "Other" ; VALUE IOUTRL0O (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Parent" 2 = "Child" 3 = "Brother/sister" 4 = "Other" ; VALUE IOUTRL0P (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Parent" 2 = "Child" 3 = "Brother/sister" 4 = "Other" ; VALUE IOUTRL0Q (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Parent" 2 = "Child" 3 = "Brother/sister" 4 = "Other" ; VALUE IOUTRL0R (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Parent" 2 = "Child" 3 = "Brother/sister" 4 = "Other" ; VALUE IOUTRL1T (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Parent" 2 = "Child" 3 = "Brother/sister" 4 = "Other" ; VALUE IFILFORM (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Form 1040" 2 = "Form 1040A" 3 = "Form 1040EZ" ; VALUE ISCHEDA (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE ISCHEDD (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE TAMTDEDT (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "1-4999 Amount of itemized" 2 = "5000-6999 Amount of itemized" 3 = "7000-7999 Amount of itemized" 4 = "8000-8999 Amount of itemized" 5 = "9000-9999 Amount of itemized" 6 = "10000-10999 Amount of itemized" 7 = "11000-11999 Amount of itemized" 8 = "12000-12999 Amount of itemized" 9 = "13000-13999 Amount of itemized" 10 = "14000-16999 Amount of itemized" 11 = "17000-21999 Amount of itemized" 12 = "22000-24999 Amount of itemized" 13 = "25000-35999 Amount of itemized" 14 = "36000+ Amount of itemized" ; VALUE ICCEXPEN (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE TCCAMT (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "1-99 Child and dependent care" 2 = "100-149 Child and dependent care" 3 = "150-199 Child and dependent care" 4 = "200-249 Child and dependent care" 5 = "250-299 Child and dependent care" 6 = "300-349 Child and dependent care" 7 = "350-399 Child and dependent care" 8 = "400-449 Child and dependent care" 9 = "450-499 Child and dependent care" 10 = "500-599 Child and dependent care" 11 = "600-799 Child and dependent care" 12 = "800+ Child and dependent care" ; VALUE ICAREX0T (default=32) -5 = "All" -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX0K (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX0L (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX0M (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX0N (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX0O (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX0P (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX0Q (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX0R (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX1T (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX1K (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX1L (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX1M (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX1N (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX1O (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX1P (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX1Q (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX1R (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX1S (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX2T (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX2K (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX2L (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX2M (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX2N (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX2O (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX2P (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX2Q (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX2R (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX2S (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE ICAREX3T (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IDSABCRD (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE TDSABAMT (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "1-199 Elderly or disabled credit" 2 = "200-499 Elderly or disabled" 3 = "500+ Elderly or disabled credit" ; VALUE TSAPGAIN (default=32) -4 = "Negative values (losses)" -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "1-99 Amount of capital gains" 2 = "100-199 Amount of capital gains" 3 = "200-299 Amount of capital gains" 4 = "300-499 Amount of capital gains" 5 = "500-699 Amount of capital gains" 6 = "700-999 Amount of capital gains" 7 = "1000-1299 Amount of capital" 8 = "1300-1999 Amount of capital" 9 = "2000-2999 Amount of capital" 10 = "3000-3999 Amount of capital" 11 = "4000-5999 Amount of capital" 12 = "6000-9999 Amount of capital" 13 = "10000-14999 Amount of capital" 14 = "15000+ Amount of capital gains" ; VALUE TADJINCM (default=32) -4 = "Negative values (losses)" -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "1-4999 Amount of adjusted gross" 2 = "5000-9999 Amount of adjusted" 3 = "10000-14999 Amount of adjusted" 4 = "15000-19999 Amount of adjusted" 5 = "20000-24999 Amount of adjusted" 6 = "25000-29999 Amount of adjusted" 7 = "30000-34999 Amount of adjusted" 8 = "35000-39999 Amount of adjusted" 9 = "40000-49999 Amount of adjusted" 10 = "50000-59999 Amount of adjusted" 11 = "60000-74999 Amount of adjusted" 12 = "75000+ Amount of adjusted gross" ; VALUE TNETTAX (default=32) -4 = "Negative values (losses)" -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = ">0-299 Amount of net tax" 2 = "300-499 Amount of net tax" 3 = "500-899 Amount of net tax" 4 = "900-1199 Amount of net tax" 5 = "1200-1599 Amount of net tax" 6 = "1600-1999 Amount of net tax" 7 = "2000-2399 Amount of net tax" 8 = "2400-2999 Amount of net tax" 9 = "3000-3499 Amount of net tax" 10 = "3500-3999 Amount of net tax" 11 = "4000-4499 Amount of net tax" 12 = "4500-4999 Amount of net tax" 13 = "5000-5499 Amount of net tax" 14 = "5500-6499 Amount of net tax" 15 = "6500-7999 Amount of net tax" 16 = "8000-9999 Amount of net tax" 17 = "10000-13999 Amount of net tax" 18 = "14000+ Amount of net tax" ; VALUE IERNDCRD (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE TERNDAMT (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = ">0-99 Amount of earned income" 2 = "100-199 Amount of earned income" 3 = "200-299 Amount of earned income" 4 = "300-499 Amount of earned income" 5 = "500-599 Amount of earned income" 6 = "600-799 Amount of earned income" 7 = "800-999 Amount of earned income" 8 = "1000-1199 Amount of earned" 9 = "1200-1399 Amount of earned" 10 = "1400-1599 Amount of earned" 11 = "1600-1799 Amount of earned" 12 = "1800-1999 Amount of earned" 13 = "2000-2199 Amount of earned" 14 = "2200-2399 Amount of earned" 15 = "2400-2599 Amount of earned" 16 = "2600-2999 Amount of earned" 17 = "3000-3499 Amount of earned" 18 = "3500+ Amount of earned income" ; VALUE IEICEX0T (default=32) -5 = "All" -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX0K (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX0L (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX0M (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX0N (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX0O (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX0P (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX0Q (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX0R (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX1T (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX1K (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX1L (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX1M (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX1N (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX1O (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX1P (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX1Q (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX1R (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX1S (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX2T (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX2K (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX2L (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX2M (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX2N (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX2O (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX2P (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX2Q (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX2R (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX2S (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IEICEX3T (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPTAX (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE IPROPJNT (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = "Yes" 2 = "No" ; VALUE IPROPN0T (default=32) -5 = "All" -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN0K (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN0L (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN0M (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN0N (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN0O (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN0P (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN0Q (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN0R (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN1T (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN1K (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN1L (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN1M (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN1N (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN1O (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN1P (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN1Q (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN1R (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN1S (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN2T (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN2K (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN2L (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN2M (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN2N (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN2O (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN2P (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN2Q (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN2R (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN2S (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE IPROPN3T (default=32) -3 = "None" -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 9999 = "Unknown person number" ; VALUE TTAXBILL (default=32) -2 = "Refused" -1 = "Don't know" 0 = "Not answered" 1 = ">0-99 Amount of property tax" 2 = "100-199 Amount of property tax" 3 = "200-299 Amount of property tax" 4 = "300-399 Amount of property tax" 5 = "400-499 Amount of property tax" 6 = "500-599 Amount of property tax" 7 = "600-699 Amount of property tax" 8 = "700-799 Amount of property tax" 9 = "800-899 Amount of property tax" 10 = "900-999 Amount of property tax" 11 = "1000-1199 Amount of property tax" 12 = "1200-1299 Amount of property tax" 13 = "1300-1499 Amount of property tax" 14 = "1500-1799 Amount of property tax" 15 = "1800-2099 Amount of property tax" 16 = "2100-2399 Amount of property tax" 17 = "2400-2599 Amount of property tax" 18 = "2600-2999 Amount of property tax" 19 = "3000-4999 Amount of property tax" 20 = "5000+ Amount of property tax" ; VALUE EPWSUNV (default=32) -1 = "Not in universe" 1 = "In universe" ; VALUE EWSEMPCT (default=32) -1 = "Not in Universe" 1 = "1 employer" 2 = "2 employers" 3 = "3 or more employers" ; VALUE AWSEMPCT (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSENO1L (default=32) -1 = "Not in Universe" ; VALUE EWSBNO1L (default=32) -1 = "Not in Universe" ; VALUE EWSENO2L (default=32) -1 = "Not in Universe" ; VALUE EWSBNO2L (default=32) -1 = "Not in Universe" ; VALUE EWSHRS1L (default=32) -1 = "Not in universe" ; VALUE AWSHRS1L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDYS1L (default=32) -1 = "Not in Universe" ; VALUE AWSDYS1L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDAY1T (default=32) -1 = "Not in Universe" 0 = "Did not work" 1 = "Worked" ; VALUE AWSDAY1T (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDAY1K (default=32) -1 = "Not in Universe" 0 = "Did not work" 1 = "Worked" ; VALUE AWSDAY1K (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDAY1L (default=32) -1 = "Not in Universe" 0 = "Did not work" 1 = "Worked" ; VALUE AWSDAY1L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDAY1M (default=32) -1 = "Not in Universe" 0 = "Did not work" 1 = "Worked" ; VALUE AWSDAY1M (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDAY1N (default=32) -1 = "Not in Universe" 0 = "Did not work" 1 = "Worked" ; VALUE AWSDAY1N (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDAY1O (default=32) -1 = "Not in Universe" 0 = "Did not work" 1 = "Worked" ; VALUE AWSDAY1O (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDAY1P (default=32) -1 = "Not in Universe" 0 = "Did not work" 1 = "Worked" ; VALUE AWSDAY1P (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSBEG1L (default=32) -1 = "Not in Universe" ; VALUE AWSBEG1L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSBEGMT (default=32) -1 = "Not in Universe" 1 = "A.M." 2 = "P.M." 3 = "Noon" 4 = "Midnight" ; VALUE AWSBEGMT (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSEND1L (default=32) -1 = "Not in Universe" ; VALUE AWSEND1L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSENDMT (default=32) -1 = "Not in Universe" 1 = "A.M." 2 = "P.M." 3 = "Noon" 4 = "Midnight" ; VALUE AWSENDMT (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSHMWKT (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE AWSHMWKT (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDY11L (default=32) -1 = "Not in Universe" 0 = "Did not work only at home on" 1 = "Worked only at home on Sunday" ; VALUE AWSDY11L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDY12L (default=32) -1 = "Not in Universe" 0 = "Did not work only at home on" 1 = "Worked only at home on Monday" ; VALUE AWSDY12L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDY13L (default=32) -1 = "Not in Universe" 0 = "Did not work only at home on" 1 = "Worked only at home on Tuesday" ; VALUE AWSDY13L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDY14L (default=32) -1 = "Not in Universe" 0 = "Did not work only at home on" 1 = "Worked only at home on Wednesday" ; VALUE AWSDY14L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDY15L (default=32) -1 = "Not in Universe" 0 = "Did not work only at home on" 1 = "Worked only at home on Thursday" ; VALUE AWSDY15L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDY16L (default=32) -1 = "Not in Universe" 0 = "Did not work only at home on" 1 = "Worked only at home on Friday" ; VALUE AWSDY16L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDY17L (default=32) -1 = "Not in Universe" 0 = "Did not work only at home on" 1 = "Worked only at home on Saturday" ; VALUE AWSDY17L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSJOB1L (default=32) -1 = "Not in Universe" 1 = "Regular daytime schedule YES" 2 = "Regular evening shift" 3 = "Regular night shift" 4 = "Rotating shift" 5 = "Split shift" 6 = "Irregular shift" 7 = "Other" ; VALUE AWSJOB1L (default=32) 0 = "Not in Universe" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSMNR1L (default=32) -1 = "Not in Universe" 1 = "Better child care arrangements" 2 = "Better pay Regular evening shift" 3 = "Better arrangements for care of" 4 = "Allows time for school" 5 = "Other Voluntary reasons" 6 = "Requirement of the job" 7 = "Could not get any other job" 8 = "Other voluntary reason" ; VALUE AWSMNR1L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSHRS2L (default=32) -1 = "Not in universe" ; VALUE AWSHRS2L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDYS2L (default=32) -1 = "Not in Universe" ; VALUE AWSDYS2L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDAY2T (default=32) -1 = "Not in Universe" 0 = "Did not work" 1 = "Worked" ; VALUE AWSDAY2T (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDAY2K (default=32) -1 = "Not in Universe" 0 = "Did not work" 1 = "Worked" ; VALUE AWSDAY2K (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDAY2L (default=32) -1 = "Not in Universe" 0 = "Did not work" 1 = "Worked" ; VALUE AWSDAY2L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDAY2M (default=32) -1 = "Not in Universe" 0 = "Did not work" 1 = "Worked" ; VALUE AWSDAY2M (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDAY2N (default=32) -1 = "Not in Universe" 0 = "Did not work" 1 = "Worked" ; VALUE AWSDAY2N (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDAY2O (default=32) -1 = "Not in Universe" 0 = "Did not work" 1 = "Worked" ; VALUE AWSDAY2O (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDAY2P (default=32) -1 = "Not in Universe" 0 = "Did not work" 1 = "Worked" ; VALUE AWSDAY2P (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSBEG2L (default=32) -1 = "Not in Universe" ; VALUE AWSBEG2L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSBEGMK (default=32) -1 = "Not in Universe" 1 = "A.M." 2 = "P.M." 3 = "Noon" 4 = "Midnight" ; VALUE AWSBEGMK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSEND2L (default=32) -1 = "Not in Universe" ; VALUE AWSEND2L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSENDMK (default=32) -1 = "Not in Universe" 1 = "A.M." 2 = "P.M." 3 = "Noon" 4 = "Midnight" ; VALUE AWSENDMK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSHMWKK (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE AWSHMWKK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDY21L (default=32) -1 = "Not in Universe" 0 = "Did not work only at home on" 1 = "Worked only at home on Sunday" ; VALUE AWSDY21L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDY22L (default=32) -1 = "Not in Universe" 0 = "Did not work only at home on" 1 = "Worked only at home on Monday" ; VALUE AWSDY22L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDY23L (default=32) -1 = "Not in Universe" 0 = "Did not work only at home on" 1 = "Worked only at home on Tuesday" ; VALUE AWSDY23L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDY24L (default=32) -1 = "Not in Universe" 0 = "Did not work only at home on" 1 = "Worked only at home on Wednesday" ; VALUE AWSDY24L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDY25L (default=32) -1 = "Not in Universe" 0 = "Did not work only at home on" 1 = "Worked only at home on Thursday" ; VALUE AWSDY25L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDY26L (default=32) -1 = "Not in Universe" 0 = "Did not work only at home on" 1 = "Worked only at home on Friday" ; VALUE AWSDY26L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSDY27L (default=32) -1 = "Not in Universe" 0 = "Did not work only at home on" 1 = "Worked only at home on Saturday" ; VALUE AWSDY27L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSJOB2L (default=32) -1 = "Not in Universe" 1 = "Regular daytime schedule YES" 2 = "Regular evening shift" 3 = "Regular night shift" 4 = "Rotating shift" 5 = "Split shift" 6 = "Irregular shift" 7 = "Other" ; VALUE AWSJOB2L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWSMNR2L (default=32) -1 = "Not in Universe" 1 = "Better child care arrangements" 2 = "Better pay Regular evening shift" 3 = "Better arrangements for care of" 4 = "Allows time for school" 5 = "Other Voluntary reasons" 6 = "Requirement of the job" 7 = "Could not get any other job" 8 = "Other voluntary reason" ; VALUE AWSMNR2L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ECCUNV (default=32) 1 = "In universe" 2 = "(EPPMIS4 = 2) not in universe" 3 = "Not in universe for Topical" ; VALUE EHRWKSCH (default=32) -6 = "Not enrolled" -5 = "Hours varied" -1 = "Not in universe" ; VALUE AHRWKSCH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE RRHRSWK (default=32) -1 = "Not in universe" 0 = "Not working or not in school" ; VALUE EHRWKJOB (default=32) -6 = "Did not look for job last month" -5 = "Hours varied" -1 = "Not in universe" ; VALUE AHRWKJOB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ECCPNUMA (default=32) -1 = "Not in universe" ; VALUE ECCPNUMB (default=32) -1 = "Not in universe" ; VALUE ECCPNUMC (default=32) -1 = "Not in universe" ; VALUE ECCPNUMD (default=32) -1 = "Not in universe" ; VALUE ECCPNUME (default=32) -1 = "Not in universe" ; VALUE ECCAGEA (default=32) -1 = "Not in universe" ; VALUE ECCAGEB (default=32) -1 = "Not in universe" ; VALUE ECCAGEC (default=32) -1 = "Not in universe" ; VALUE ECCAGED (default=32) -1 = "Not in universe" ; VALUE ECCAGEE (default=32) -1 = "Not in universe" ; VALUE ECKD01A (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD01B (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD01C (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD01D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD01E (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD02A (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD02B (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD02C (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD02D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD02E (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD03A (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD03B (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD03C (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD03D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD03E (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD04A (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD04B (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD04C (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD04D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD04E (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD05A (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD05B (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD05C (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD05D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD05E (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD06A (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD06B (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD06C (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD06D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD06E (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD07A (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD07B (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD07C (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD07D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD07E (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD08A (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD08B (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD08C (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD08D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD08E (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD09A (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD09B (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD09C (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD09D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD09E (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD10A (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD10B (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD10C (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD10D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD10E (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD11A (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD11B (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD11C (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD11D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD11E (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ACCAREA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ACCAREB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ACCAREC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ACCARED (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ACCAREE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ECKD03AA (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD03AB (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD03AC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD03AD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD03AE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD04AA (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD04AB (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD04AC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD04AD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD04AE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD05AA (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD05AB (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD05AC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD05AD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD05AE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD06AA (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD06AB (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD06AC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD06AD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD06AE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD07AA (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD07AB (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD07AC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD07AD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD07AE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD08AA (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD08AB (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD08AC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD08AD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD08AE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD09AA (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD09AB (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD09AC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD09AD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD09AE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD10AA (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD10AB (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD10AC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD10AD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD10AE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD11AA (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD11AB (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD11AC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD11AD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD11AE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ACCARE1A (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ACCARE1B (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ACCARE1C (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ACCARE1D (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ACCARE1E (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHEPARA (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other parent's home (parent" 3 = "Another person's home" 4 = "Someplace else" ; VALUE AWHEPARA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHEPARB (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other parent's home (parent" 3 = "Another person's home" 4 = "Someplace else" ; VALUE AWHEPARB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHEPARC (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other parent's home (parent" 3 = "Another person's home" 4 = "Someplace else" ; VALUE AWHEPARC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHEPARD (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other parent's home (parent" 3 = "Another person's home" 4 = "Someplace else" ; VALUE AWHEPARD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHEPARE (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other parent's home (parent" 3 = "Another person's home" 4 = "Someplace else" ; VALUE AWHEPARE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPARHR1A (default=32) -1 = "Not in universe" ; VALUE APARHR1A (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPARHR1B (default=32) -1 = "Not in universe" ; VALUE APARHR1B (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPARHR1C (default=32) -1 = "Not in universe" ; VALUE APARHR1C (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPARHR1D (default=32) -1 = "Not in universe" ; VALUE APARHR1D (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPARHR1E (default=32) -1 = "Not in universe" ; VALUE APARHR1E (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPARHR2A (default=32) -1 = "Not in universe" ; VALUE APARHR2A (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPARHR2B (default=32) -1 = "Not in universe" ; VALUE APARHR2B (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPARHR2C (default=32) -1 = "Not in universe" ; VALUE APARHR2C (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPARHR2D (default=32) -1 = "Not in universe" ; VALUE APARHR2D (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPARHR2E (default=32) -1 = "Not in universe" ; VALUE APARHR2E (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSELFA (default=32) -1 = "Not in universe" 1 = "In the person's home" 2 = "At work or at school" 3 = "Someplace else" ; VALUE AWHSELFA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSELFB (default=32) -1 = "Not in universe" 1 = "In the person's home" 2 = "At work or at school" 3 = "Someplace else" ; VALUE AWHSELFB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSELFC (default=32) -1 = "Not in universe" 1 = "In the person's home" 2 = "At work or at school" 3 = "Someplace else" ; VALUE AWHSELFC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSELFD (default=32) -1 = "Not in universe" 1 = "In the person's home" 2 = "At work or at school" 3 = "Someplace else" ; VALUE AWHSELFD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSELFE (default=32) -1 = "Not in universe" 1 = "In the person's home" 2 = "At work or at school" 3 = "Someplace else" ; VALUE AWHSELFE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESELFHRA (default=32) -1 = "Not in universe" ; VALUE ASELFHRA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESELFHRB (default=32) -1 = "Not in universe" ; VALUE ASELFHRB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESELFHRC (default=32) -1 = "Not in universe" ; VALUE ASELFHRC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESELFHRD (default=32) -1 = "Not in universe" ; VALUE ASELFHRD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESELFHRE (default=32) -1 = "Not in universe" ; VALUE ASELFHRE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSB15A (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other home" 3 = "Someplace else" ; VALUE AWHSB15A (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation derivation" ; VALUE EWHSB15B (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other home" 3 = "Someplace else" ; VALUE AWHSB15B (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation derivation" ; VALUE EWHSB15C (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other home" 3 = "Someplace else" ; VALUE AWHSB15C (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation derivation" ; VALUE EWHSB15D (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other home" 3 = "Someplace else" ; VALUE AWHSB15D (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation derivation" ; VALUE EWHSB15E (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other home" 3 = "Someplace else" ; VALUE AWHSB15E (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation derivation" ; VALUE EWHSBHRA (default=32) -1 = "Not in universe" ; VALUE AWHSBHRA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSBHRB (default=32) -1 = "Not in universe" ; VALUE AWHSBHRB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSBHRC (default=32) -1 = "Not in universe" ; VALUE AWHSBHRC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSBHRD (default=32) -1 = "Not in universe" ; VALUE AWHSBHRD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSBHRE (default=32) -1 = "Not in universe" ; VALUE AWHSBHRE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSB15A (default=32) -1 = "Not in universe" ; VALUE AHRSB15A (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSB15B (default=32) -1 = "Not in universe" ; VALUE AHRSB15B (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSB15C (default=32) -1 = "Not in universe" ; VALUE AHRSB15C (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSB15D (default=32) -1 = "Not in universe" ; VALUE AHRSB15D (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSB15E (default=32) -1 = "Not in universe" ; VALUE AHRSB15E (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSB14A (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other home" 3 = "Someplace else" ; VALUE AWHSB14A (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSB14B (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other home" 3 = "Someplace else" ; VALUE AWHSB14B (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSB14C (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other home" 3 = "Someplace else" ; VALUE AWHSB14C (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSB14D (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other home" 3 = "Someplace else" ; VALUE AWHSB14D (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSB14E (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other home" 3 = "Someplace else" ; VALUE AWHSB14E (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESB14HRA (default=32) -1 = "Not in universe" ; VALUE ASB14HRA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESB14HRB (default=32) -1 = "Not in universe" ; VALUE ASB14HRB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESB14HRC (default=32) -1 = "Not in universe" ; VALUE ASB14HRC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESB14HRD (default=32) -1 = "Not in universe" ; VALUE ASB14HRD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESB14HRE (default=32) -1 = "Not in universe" ; VALUE ASB14HRE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSB14A (default=32) -1 = "Not in universe" ; VALUE AHRSB14A (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSB14B (default=32) -1 = "Not in universe" ; VALUE AHRSB14B (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSB14C (default=32) -1 = "Not in universe" ; VALUE AHRSB14C (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSB14D (default=32) -1 = "Not in universe" ; VALUE AHRSB14D (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSB14E (default=32) -1 = "Not in universe" ; VALUE AHRSB14E (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHGRANA (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Grandparent's home" 3 = "Someplace else" ; VALUE AWHGRANA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHGRANB (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Grandparent's home" 3 = "Someplace else" ; VALUE AWHGRANB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHGRANC (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Grandparent's home" 3 = "Someplace else" ; VALUE AWHGRANC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHGRAND (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Grandparent's home" 3 = "Someplace else" ; VALUE AWHGRAND (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHGRANE (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Grandparent's home" 3 = "Someplace else" ; VALUE AWHGRANE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EGRANHRA (default=32) -1 = "Not in universe" ; VALUE AGRANHRA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EGRANHRB (default=32) -1 = "Not in universe" ; VALUE AGRANHRB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EGRANHRC (default=32) -1 = "Not in universe" ; VALUE AGRANHRC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EGRANHRD (default=32) -1 = "Not in universe" ; VALUE AGRANHRD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EGRANHRE (default=32) -1 = "Not in universe" ; VALUE AGRANHRE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRGRANA (default=32) -1 = "Not in universe" ; VALUE AHRGRANA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRGRANB (default=32) -1 = "Not in universe" ; VALUE AHRGRANB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRGRANC (default=32) -1 = "Not in universe" ; VALUE AHRGRANC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRGRAND (default=32) -1 = "Not in universe" ; VALUE AHRGRAND (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRGRANE (default=32) -1 = "Not in universe" ; VALUE AHRGRANE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYGRAA (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYGRAA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYGRAB (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYGRAB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYGRAC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYGRAC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYGRAD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYGRAD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYGRAE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYGRAE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTGRAA (default=32) 0 = "None or not in universe" ; VALUE AAMTGRAA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTGRAB (default=32) 0 = "None or not in universe" ; VALUE AAMTGRAB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTGRAC (default=32) 0 = "None or not in universe" ; VALUE AAMTGRAC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTGRAD (default=32) 0 = "None or not in universe" ; VALUE AAMTGRAD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTGRAE (default=32) 0 = "None or not in universe" ; VALUE AAMTGRAE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHRELAA (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other relative's home" 3 = "Someplace else" ; VALUE AWHRELAA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHRELAB (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other relative's home" 3 = "Someplace else" ; VALUE AWHRELAB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHRELAC (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other relative's home" 3 = "Someplace else" ; VALUE AWHRELAC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHRELAD (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other relative's home" 3 = "Someplace else" ; VALUE AWHRELAD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHRELAE (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other relative's home" 3 = "Someplace else" ; VALUE AWHRELAE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERELHR1A (default=32) -1 = "Not in universe" ; VALUE ARELHR1A (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERELHR1B (default=32) -1 = "Not in universe" ; VALUE ARELHR1B (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERELHR1C (default=32) -1 = "Not in universe" ; VALUE ARELHR1C (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERELHR1D (default=32) -1 = "Not in universe" ; VALUE ARELHR1D (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERELHR1E (default=32) -1 = "Not in universe" ; VALUE ARELHR1E (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERELHR2A (default=32) -1 = "Not in universe" ; VALUE ARELHR2A (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERELHR2B (default=32) -1 = "Not in universe" ; VALUE ARELHR2B (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERELHR2C (default=32) -1 = "Not in universe" ; VALUE ARELHR2C (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERELHR2D (default=32) -1 = "Not in universe" ; VALUE ARELHR2D (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERELHR2E (default=32) -1 = "Not in universe" ; VALUE ARELHR2E (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYRELA (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYRELA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYRELB (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYRELB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYRELC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYRELC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYRELD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYRELD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYRELE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYRELE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTRELA (default=32) 0 = "None or not in universe" ; VALUE AAMTRELA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTRELB (default=32) 0 = "None or not in universe" ; VALUE AAMTRELB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTRELC (default=32) 0 = "None or not in universe" ; VALUE AAMTRELC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTRELD (default=32) 0 = "None or not in universe" ; VALUE AAMTRELD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTRELE (default=32) 0 = "None or not in universe" ; VALUE AAMTRELE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRFAM1A (default=32) -1 = "Not in universe" ; VALUE AHRFAM1A (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRFAM1B (default=32) -1 = "Not in universe" ; VALUE AHRFAM1B (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRFAM1C (default=32) -1 = "Not in universe" ; VALUE AHRFAM1C (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRFAM1D (default=32) -1 = "Not in universe" ; VALUE AHRFAM1D (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRFAM1E (default=32) -1 = "Not in universe" ; VALUE AHRFAM1E (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRFAM2A (default=32) -1 = "Not in universe" ; VALUE AHRFAM2A (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRFAM2B (default=32) -1 = "Not in universe" ; VALUE AHRFAM2B (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRFAM2C (default=32) -1 = "Not in universe" ; VALUE AHRFAM2C (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRFAM2D (default=32) -1 = "Not in universe" ; VALUE AHRFAM2D (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRFAM2E (default=32) -1 = "Not in universe" ; VALUE AHRFAM2E (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYFAMA (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYFAMA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYFAMB (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYFAMB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYFAMC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYFAMC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYFAMD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYFAMD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYFAME (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYFAME (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTFAMA (default=32) 0 = "None or not in universe" ; VALUE AAMTFAMA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTFAMB (default=32) 0 = "None or not in universe" ; VALUE AAMTFAMB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTFAMC (default=32) 0 = "None or not in universe" ; VALUE AAMTFAMC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTFAMD (default=32) 0 = "None or not in universe" ; VALUE AAMTFAMD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTFAME (default=32) 0 = "Not in universe" ; VALUE AAMTFAME (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHDAYCA (default=32) -1 = "Not in universe" 1 = "At work or at school" 2 = "Someplace else, including" ; VALUE AWHDAYCA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHDAYCB (default=32) -1 = "Not in universe" 1 = "At work or at school" 2 = "Someplace else, including" ; VALUE AWHDAYCB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHDAYCC (default=32) -1 = "Not in universe" 1 = "At work or at school" 2 = "Someplace else, including" ; VALUE AWHDAYCC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHDAYCD (default=32) -1 = "Not in universe" 1 = "At work or at school" 2 = "Someplace else, including" ; VALUE AWHDAYCD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHDAYCE (default=32) -1 = "Not in universe" 1 = "At work or at school" 2 = "Someplace else, including" ; VALUE AWHDAYCE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDAYHRSA (default=32) -1 = "Not in universe" ; VALUE ADAYHRSA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDAYHRSB (default=32) -1 = "Not in universe" ; VALUE ADAYHRSB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDAYHRSC (default=32) -1 = "Not in universe" ; VALUE ADAYHRSC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDAYHRSD (default=32) -1 = "Not in universe" ; VALUE ADAYHRSD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDAYHRSE (default=32) -1 = "Not in universe" ; VALUE ADAYHRSE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRDAYCA (default=32) -1 = "Not in universe" ; VALUE AHRDAYCA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRDAYCB (default=32) -1 = "Not in universe" ; VALUE AHRDAYCB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRDAYCC (default=32) -1 = "Not in universe" ; VALUE AHRDAYCC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRDAYCD (default=32) -1 = "Not in universe" ; VALUE AHRDAYCD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRDAYCE (default=32) -1 = "Not in universe" ; VALUE AHRDAYCE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYDAYA (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYDAYA (default=32) 0 = "None or not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYDAYB (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYDAYB (default=32) 0 = "None or not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYDAYC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYDAYC (default=32) 0 = "None or not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYDAYD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYDAYD (default=32) 0 = "None or not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYDAYE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYDAYE (default=32) 0 = "None or not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTDAYA (default=32) 0 = "None or not in universe" ; VALUE AAMTDAYA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTDAYB (default=32) 0 = "None or not in universe" ; VALUE AAMTDAYB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTDAYC (default=32) 0 = "None or not in universe" ; VALUE AAMTDAYC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTDAYD (default=32) 0 = "None or not in universe" ; VALUE AAMTDAYD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTDAYE (default=32) 0 = "None or not in universe" ; VALUE AAMTDAYE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHNURSA (default=32) -1 = "Not in universe" 1 = "At work or at school" 2 = "Someplace else, including" ; VALUE AWHNURSA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHNURSB (default=32) -1 = "Not in universe" 1 = "At work or at school" 2 = "Someplace else, including" ; VALUE AWHNURSB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHNURSC (default=32) -1 = "Not in universe" 1 = "At work or at school" 2 = "Someplace else, including" ; VALUE AWHNURSC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHNURSD (default=32) -1 = "Not in universe" 1 = "At work or at school" 2 = "Someplace else, including" ; VALUE AWHNURSD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHNURSE (default=32) -1 = "Not in universe" 1 = "At work or at school" 2 = "Someplace else, including" ; VALUE AWHNURSE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ENURHRSA (default=32) -1 = "Not in universe" ; VALUE ANURHRSA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ENURHRSB (default=32) -1 = "Not in universe" ; VALUE ANURHRSB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ENURHRSC (default=32) -1 = "Not in universe" ; VALUE ANURHRSC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ENURHRSD (default=32) -1 = "Not in universe" ; VALUE ANURHRSD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ENURHRSE (default=32) -1 = "Not in universe" ; VALUE ANURHRSE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRNURSA (default=32) -1 = "Not in universe" ; VALUE AHRNURSA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logic imputation (derivation)" ; VALUE EHRNURSB (default=32) -1 = "Not in universe" ; VALUE AHRNURSB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logic imputation (derivation)" ; VALUE EHRNURSC (default=32) -1 = "Not in universe" ; VALUE AHRNURSC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logic imputation (derivation)" ; VALUE EHRNURSD (default=32) -1 = "Not in universe" ; VALUE AHRNURSD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logic imputation (derivation)" ; VALUE EHRNURSE (default=32) -1 = "Not in universe" ; VALUE AHRNURSE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logic imputation (derivation)" ; VALUE EPAYNURA (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYNURA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYNURB (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYNURB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYNURC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYNURC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYNURD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYNURD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYNURE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYNURE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTNURA (default=32) 0 = "None or not in universe" ; VALUE AAMTNURA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTNURB (default=32) 0 = "None or not in universe" ; VALUE AAMTNURB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTNURC (default=32) 0 = "None or not in universe" ; VALUE AAMTNURC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTNURD (default=32) 0 = "None or not in universe" ; VALUE AAMTNURD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTNURE (default=32) 0 = "None or not in universe" ; VALUE AAMTNURE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHEADHRA (default=32) -1 = "Not in universe" ; VALUE AHEADHRA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHEADHRB (default=32) -1 = "Not in universe" ; VALUE AHEADHRB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHEADHRC (default=32) -1 = "Not in universe" ; VALUE AHEADHRC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHEADHRD (default=32) -1 = "Not in universe" ; VALUE AHEADHRD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHEADHRE (default=32) -1 = "Not in universe" ; VALUE AHEADHRE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSTARA (default=32) -1 = "Not in universe" ; VALUE AHRSTARA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSTARB (default=32) -1 = "Not in universe" ; VALUE AHRSTARB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSTARC (default=32) -1 = "Not in universe" ; VALUE AHRSTARC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSTARD (default=32) -1 = "Not in universe" ; VALUE AHRSTARD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSTARE (default=32) -1 = "Not in universe" ; VALUE AHRSTARE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYSTAA (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYSTAA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYSTAB (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYSTAB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYSTAC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYSTAC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYSTAD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYSTAD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYSTAE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYSTAE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTSTAA (default=32) 0 = "None or not in universe" ; VALUE AAMTSTAA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTSTAB (default=32) 0 = "None or not in universe" ; VALUE AAMTSTAB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTSTAC (default=32) 0 = "None or not in universe" ; VALUE AAMTSTAC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTSTAD (default=32) 0 = "None or not in universe" ; VALUE AAMTSTAD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTSTAE (default=32) 0 = "None or not in universe" ; VALUE AAMTSTAE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHOTHEA (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "The non-relative's home" 3 = "Someplace else" ; VALUE AWHOTHEA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHOTHEB (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "The non-relative's home" 3 = "Someplace else" ; VALUE AWHOTHEB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHOTHEC (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "The non-relative's home" 3 = "Someplace else" ; VALUE AWHOTHEC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHOTHED (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "The non-relative's home" 3 = "Someplace else" ; VALUE AWHOTHED (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHOTHEE (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "The non-relative's home" 3 = "Someplace else" ; VALUE AWHOTHEE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EOTHEHRA (default=32) -1 = "Not in universe" ; VALUE AOTHEHRA (default=32) 0 = "Not imputed" 1 = "Statical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EOTHEHRB (default=32) -1 = "Not in universe" ; VALUE AOTHEHRB (default=32) 0 = "Not imputed" 1 = "Statical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EOTHEHRC (default=32) -1 = "Not in universe" ; VALUE AOTHEHRC (default=32) 0 = "Not imputed" 1 = "Statical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EOTHEHRD (default=32) -1 = "Not in universe" ; VALUE AOTHEHRD (default=32) 0 = "Not imputed" 1 = "Statical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EOTHEHRE (default=32) -1 = "Not in universe" ; VALUE AOTHEHRE (default=32) 0 = "Not imputed" 1 = "Statical imputation (hot deck)" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHROTHEA (default=32) -1 = "Not in universe" ; VALUE AHROTHEA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHROTHEB (default=32) -1 = "Not in universe" ; VALUE AHROTHEB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHROTHEC (default=32) -1 = "Not in universe" ; VALUE AHROTHEC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHROTHED (default=32) -1 = "Not in universe" ; VALUE AHROTHED (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHROTHEE (default=32) -1 = "Not in universe" ; VALUE AHROTHEE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYOTHA (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYOTHA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYOTHB (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYOTHB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYOTHC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYOTHC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYOTHD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYOTHD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYOTHE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYOTHE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTOTHA (default=32) 0 = "Not in universe" ; VALUE AAMTOTHA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTOTHB (default=32) 0 = "Not in universe" ; VALUE AAMTOTHB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTOTHC (default=32) 0 = "Not in universe" ; VALUE AAMTOTHC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTOTHD (default=32) 0 = "Not in universe" ; VALUE AAMTOTHD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTOTHE (default=32) 0 = "Not in universe" ; VALUE AAMTOTHE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESCHOOWA (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASCHOOWA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESCHOOWB (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASCHOOWB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESCHOOWC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASCHOOWC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESCHOOWD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASCHOOWD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESCHOOWE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASCHOOWE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCHWA (default=32) -1 = "Not in universe" ; VALUE AHRSCHWA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCHWB (default=32) -1 = "Not in universe" ; VALUE AHRSCHWB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCHWC (default=32) -1 = "Not in universe" ; VALUE AHRSCHWC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCHWD (default=32) -1 = "Not in universe" ; VALUE AHRSCHWD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCHWE (default=32) -1 = "Not in universe" ; VALUE AHRSCHWE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCHOA (default=32) -1 = "Not in universe" ; VALUE AHRSCHOA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCHOB (default=32) -1 = "Not in universe" ; VALUE AHRSCHOB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCHOC (default=32) -1 = "Not in universe" ; VALUE AHRSCHOC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCHOD (default=32) -1 = "Not in universe" ; VALUE AHRSCHOD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCHOE (default=32) -1 = "Not in universe" ; VALUE AHRSCHOE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESELFCAA (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASELFCAA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESELFCAB (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASELFCAB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESELFCAC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASELFCAC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESELFCAD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASELFCAD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESELFCAE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASELFCAE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKIDHR1A (default=32) -1 = "Not in universe" ; VALUE AKIDHR1A (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKIDHR1B (default=32) -1 = "Not in universe" ; VALUE AKIDHR1B (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKIDHR1C (default=32) -1 = "Not in universe" ; VALUE AKIDHR1C (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKIDHR1D (default=32) -1 = "Not in universe" ; VALUE AKIDHR1D (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKIDHR1E (default=32) -1 = "Not in universe" ; VALUE AKIDHR1E (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKIDHR2A (default=32) -1 = "Not in universe" ; VALUE AKIDHR2A (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKIDHR2B (default=32) -1 = "Not in universe" ; VALUE AKIDHR2B (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKIDHR2C (default=32) -1 = "Not in universe" ; VALUE AKIDHR2C (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKIDHR2D (default=32) -1 = "Not in universe" ; VALUE AKIDHR2D (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKIDHR2E (default=32) -1 = "Not in universe" ; VALUE AKIDHR2E (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDAYCHAA (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADAYCHAA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDAYCHAB (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADAYCHAB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDAYCHAC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADAYCHAC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDAYCHAD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADAYCHAD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDAYCHAE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADAYCHAE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYHELA (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "Did not use any arrangements" ; VALUE APAYHELA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYHELB (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "Did not use any arrangements" ; VALUE APAYHELB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYHELC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "Did not use any arrangements" ; VALUE APAYHELC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYHELD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "Did not use any arrangements" ; VALUE APAYHELD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYHELE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "Did not use any arrangements" ; VALUE APAYHELE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHOPA1A (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA2A (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA3A (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA4A (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AWHOPAA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHOPA1B (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA2B (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA3B (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA4B (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AWHOPAB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHOPA1C (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA2C (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA3C (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA4C (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AWHOPAC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHOPA1D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA2D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA3D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA4D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AWHOPAD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHOPA1E (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA2E (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA3E (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA4E (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AWHOPAE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EARRANGA (default=32) -1 = "Not in universe" ; VALUE AARRANGA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EARRANGB (default=32) -1 = "Not in universe" ; VALUE AARRANGB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EARRANGC (default=32) -1 = "Not in universe" ; VALUE AARRANGC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EARRANGD (default=32) -1 = "Not in universe" ; VALUE AARRANGD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EARRANGE (default=32) -1 = "Not in universe" ; VALUE AARRANGE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ELISTA (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ALISTA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ELISTB (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ALISTB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ELISTC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ALISTC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ELISTD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ALISTD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ELISTE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ALISTE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ECCUNV2L (default=32) 1 = "In universe" 2 = "(EPPMIS4 = 2) not in universe" 3 = "Not in universe for Topical" ; VALUE ECCPNUMF (default=32) -1 = "Not in universe" ; VALUE ECCPNUMG (default=32) -1 = "Not in universe" ; VALUE ECCPNUMH (default=32) -1 = "Not in universe" ; VALUE ECCPNUMI (default=32) -1 = "Not in universe" ; VALUE ECCPNUMJ (default=32) -1 = "Not in universe" ; VALUE ECCAGEF (default=32) -1 = "Not in universe" ; VALUE ECCAGEG (default=32) -1 = "Not in universe" ; VALUE ECCAGEH (default=32) -1 = "Not in universe" ; VALUE ECCAGEI (default=32) -1 = "Not in universe" ; VALUE ECCAGEJ (default=32) -1 = "Not in universe" ; VALUE ECKD01F (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD01G (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD01H (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD01I (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD01J (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD02F (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD02G (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD02H (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD02I (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD02J (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD03F (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD03G (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD03H (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD03I (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD03J (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD04F (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD04G (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD04H (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD04I (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD04J (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD05F (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD05G (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD05H (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD05I (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD05J (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD06F (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD06G (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD06H (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD06I (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD06J (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD07F (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD07G (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD07H (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD07I (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD07J (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD08F (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD08G (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD08H (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD08I (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD08J (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD09F (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD09G (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD09H (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD09I (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD09J (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD10F (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD10G (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD10H (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD10I (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD10J (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD11F (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD11G (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD11H (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD11I (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD11J (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD12F (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD12G (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD12H (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD12I (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD12J (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD13F (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD13G (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD13H (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD13I (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD13J (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ACCAREF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ACCAREG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ACCAREH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ACCAREI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ACCAREJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ECKD03AF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD03AG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD03AH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD03AI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD03AJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD04AF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD04AG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD04AH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD04AI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD04AJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD05AF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD05AG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD05AH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD05AI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD05AJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD06AF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD06AG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD06AH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD06AI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD06AJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD07AF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD07AG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD07AH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD07AI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD07AJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD08AF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD08AG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD08AH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD08AI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD08AJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD09AF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD09AG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD09AH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD09AI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD09AJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD10AF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD10AG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD10AH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD10AI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD10AJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD11AF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD11AG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD11AH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD11AI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD11AJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD12AF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD12AG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD12AH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD12AI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD12AJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD13AF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD13AG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD13AH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD13AI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECKD13AJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ACCARE1F (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ACCARE1G (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ACCARE1H (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ACCARE1I (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ACCARE1J (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHEPARF (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other parent's home (parent" 3 = "Another person's home" 4 = "Someplace else" ; VALUE AWHEPARF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHEPARG (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other parent's home (parent" 3 = "Another person's home" 4 = "Someplace else" ; VALUE AWHEPARG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHEPARH (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other parent's home (parent" 3 = "Another person's home" 4 = "Someplace else" ; VALUE AWHEPARH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHEPARI (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other parent's home (parent" 3 = "Another person's home" 4 = "Someplace else" ; VALUE AWHEPARI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHEPARJ (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other parent's home (parent" 3 = "Another person's home" 4 = "Someplace else" ; VALUE AWHEPARJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPARHR1F (default=32) -1 = "Not in universe" ; VALUE APARHR1F (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPARHR1G (default=32) -1 = "Not in universe" ; VALUE APARHR1G (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPARHR1H (default=32) -1 = "Not in universe" ; VALUE APARHR1H (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPARHR1I (default=32) -1 = "Not in universe" ; VALUE APARHR1I (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPARHR1J (default=32) -1 = "Not in universe" ; VALUE APARHR1J (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPARHR2F (default=32) -1 = "Not in universe" ; VALUE APARHR2F (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPARHR2G (default=32) -1 = "Not in universe" ; VALUE APARHR2G (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPARHR2H (default=32) -1 = "Not in universe" ; VALUE APARHR2H (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPARHR2I (default=32) -1 = "Not in universe" ; VALUE APARHR2I (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPARHR2J (default=32) -1 = "Not in universe" ; VALUE APARHR2J (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSELFF (default=32) -1 = "Not in universe" 1 = "In the person's home" 2 = "At work or at school" 3 = "Someplace else" ; VALUE AWHSELFF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSELFG (default=32) -1 = "Not in universe" 1 = "In the person's home" 2 = "At work or at school" 3 = "Someplace else" ; VALUE AWHSELFG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSELFH (default=32) -1 = "Not in universe" 1 = "In the person's home" 2 = "At work or at school" 3 = "Someplace else" ; VALUE AWHSELFH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSELFI (default=32) -1 = "Not in universe" 1 = "In the person's home" 2 = "At work or at school" 3 = "Someplace else" ; VALUE AWHSELFI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSELFJ (default=32) -1 = "Not in universe" 1 = "In the person's home" 2 = "At work or at school" 3 = "Someplace else" ; VALUE AWHSELFJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESELFHRF (default=32) -1 = "Not in universe" ; VALUE ASELFHRF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESELFHRG (default=32) -1 = "Not in universe" ; VALUE ASELFHRG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESELFHRH (default=32) -1 = "Not in universe" ; VALUE ASELFHRH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESELFHRI (default=32) -1 = "Not in universe" ; VALUE ASELFHRI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESELFHRJ (default=32) -1 = "Not in universe" ; VALUE ASELFHRJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSB15F (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other home" 3 = "Someplace else" ; VALUE AWHSB15F (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation derivation" ; VALUE EWHSB15G (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other home" 3 = "Someplace else" ; VALUE AWHSB15G (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation derivation" ; VALUE EWHSB15H (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other home" 3 = "Someplace else" ; VALUE AWHSB15H (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation derivation" ; VALUE EWHSB15I (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other home" 3 = "Someplace else" ; VALUE AWHSB15I (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation derivation" ; VALUE EWHSB15J (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other home" 3 = "Someplace else" ; VALUE AWHSB15J (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation derivation" ; VALUE EWHSBHRF (default=32) -1 = "Not in universe" ; VALUE AWHSBHRF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSBHRG (default=32) -1 = "Not in universe" ; VALUE AWHSBHRG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSBHRH (default=32) -1 = "Not in universe" ; VALUE AWHSBHRH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSBHRI (default=32) -1 = "Not in universe" ; VALUE AWHSBHRI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSBHRJ (default=32) -1 = "Not in universe" ; VALUE AWHSBHRJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSB15F (default=32) -1 = "Not in universe" ; VALUE AHRSB15F (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSB15G (default=32) -1 = "Not in universe" ; VALUE AHRSB15G (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSB15H (default=32) -1 = "Not in universe" ; VALUE AHRSB15H (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSB15I (default=32) -1 = "Not in universe" ; VALUE AHRSB15I (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSB15J (default=32) -1 = "Not in universe" ; VALUE AHRSB15J (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSB14F (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other home" 3 = "Someplace else" ; VALUE AWHSB14F (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSB14G (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other home" 3 = "Someplace else" ; VALUE AWHSB14G (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSB14H (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other home" 3 = "Someplace else" ; VALUE AWHSB14H (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSB14I (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other home" 3 = "Someplace else" ; VALUE AWHSB14I (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSB14J (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Other home" 3 = "Someplace else" ; VALUE AWHSB14J (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESB14HRF (default=32) -1 = "Not in universe" ; VALUE ASB14HRF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESB14HRG (default=32) -1 = "Not in universe" ; VALUE ASB14HRG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESB14HRH (default=32) -1 = "Not in universe" ; VALUE ASB14HRH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESB14HRI (default=32) -1 = "Not in universe" ; VALUE ASB14HRI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESB14HRJ (default=32) -1 = "Not in universe" ; VALUE ASB14HRJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSB14F (default=32) -1 = "Not in universe" ; VALUE AHRSB14F (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSB14G (default=32) -1 = "Not in universe" ; VALUE AHRSB14G (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSB14H (default=32) -1 = "Not in universe" ; VALUE AHRSB14H (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSB14I (default=32) -1 = "Not in universe" ; VALUE AHRSB14I (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSB14J (default=32) -1 = "Not in universe" ; VALUE AHRSB14J (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHGRANF (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Grandparent's home" 3 = "Someplace else" ; VALUE AWHGRANF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHGRANG (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Grandparent's home" 3 = "Someplace else" ; VALUE AWHGRANG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHGRANH (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Grandparent's home" 3 = "Someplace else" ; VALUE AWHGRANH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHGRANI (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Grandparent's home" 3 = "Someplace else" ; VALUE AWHGRANI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHGRANJ (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "Grandparent's home" 3 = "Someplace else" ; VALUE AWHGRANJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EGRANHRF (default=32) -1 = "Not in universe" ; VALUE AGRANHRF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EGRANHRG (default=32) -1 = "Not in universe" ; VALUE AGRANHRG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EGRANHRH (default=32) -1 = "Not in universe" ; VALUE AGRANHRH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EGRANHRI (default=32) -1 = "Not in universe" ; VALUE AGRANHRI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EGRANHRJ (default=32) -1 = "Not in universe" ; VALUE AGRANHRJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRGRANF (default=32) -1 = "Not in universe" ; VALUE AHRGRANF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRGRANG (default=32) -1 = "Not in universe" ; VALUE AHRGRANG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRGRANH (default=32) -1 = "Not in universe" ; VALUE AHRGRANH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRGRANI (default=32) -1 = "Not in universe" ; VALUE AHRGRANI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRGRANJ (default=32) -1 = "Not in universe" ; VALUE AHRGRANJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYGRAF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYGRAF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYGRAG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYGRAG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYGRAH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYGRAH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYGRAI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYGRAI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYGRAJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYGRAJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTGRAF (default=32) 0 = "None or not in universe" ; VALUE AAMTGRAF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTGRAG (default=32) 0 = "None or not in universe" ; VALUE AAMTGRAG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTGRAH (default=32) 0 = "None or not in universe" ; VALUE AAMTGRAH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTGRAI (default=32) 0 = "None or not in universe" ; VALUE AAMTGRAI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTGRAJ (default=32) 0 = "None or not in universe" ; VALUE AAMTGRAJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHRELAF (default=32) -1 = "Not in Universe" 1 = "Child's home" 2 = "Other relative's home" 3 = "Someplace else" ; VALUE AWHRELAF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHRELAG (default=32) -1 = "Not in Universe" 1 = "Child's home" 2 = "Other relative's home" 3 = "Someplace else" ; VALUE AWHRELAG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHRELAH (default=32) -1 = "Not in Universe" 1 = "Child's home" 2 = "Other relative's home" 3 = "Someplace else" ; VALUE AWHRELAH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHRELAI (default=32) -1 = "Not in Universe" 1 = "Child's home" 2 = "Other relative's home" 3 = "Someplace else" ; VALUE AWHRELAI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHRELAJ (default=32) -1 = "Not in Universe" 1 = "Child's home" 2 = "Other relative's home" 3 = "Someplace else" ; VALUE AWHRELAJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERELHR1F (default=32) -1 = "Not in universe" ; VALUE ARELHR1F (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERELHR1G (default=32) -1 = "Not in universe" ; VALUE ARELHR1G (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERELHR1H (default=32) -1 = "Not in universe" ; VALUE ARELHR1H (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERELHR1I (default=32) -1 = "Not in universe" ; VALUE ARELHR1I (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERELHR1J (default=32) -1 = "Not in universe" ; VALUE ARELHR1J (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERELHR2F (default=32) -1 = "Not in universe" ; VALUE ARELHR2F (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERELHR2G (default=32) -1 = "Not in universe" ; VALUE ARELHR2G (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERELHR2H (default=32) -1 = "Not in universe" ; VALUE ARELHR2H (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERELHR2I (default=32) -1 = "Not in universe" ; VALUE ARELHR2I (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERELHR2J (default=32) -1 = "Not in universe" ; VALUE ARELHR2J (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYRELF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYRELF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYRELG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYRELG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYRELH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYRELH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYRELI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYRELI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYRELJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYRELJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTRELF (default=32) 0 = "None or not in universe" ; VALUE AAMTRELF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTRELG (default=32) 0 = "None or not in universe" ; VALUE AAMTRELG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTRELH (default=32) 0 = "None or not in universe" ; VALUE AAMTRELH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTRELI (default=32) 0 = "None or not in universe" ; VALUE AAMTRELI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTRELJ (default=32) 0 = "None or not in universe" ; VALUE AAMTRELJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRFAM1F (default=32) -1 = "Not in universe" ; VALUE AHRFAM1F (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRFAM1G (default=32) -1 = "Not in universe" ; VALUE AHRFAM1G (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRFAM1H (default=32) -1 = "Not in universe" ; VALUE AHRFAM1H (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRFAM1I (default=32) -1 = "Not in universe" ; VALUE AHRFAM1I (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRFAM1J (default=32) -1 = "Not in universe" ; VALUE AHRFAM1J (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRFAM2F (default=32) -1 = "Not in universe" ; VALUE AHRFAM2F (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRFAM2G (default=32) -1 = "Not in universe" ; VALUE AHRFAM2G (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRFAM2H (default=32) -1 = "Not in universe" ; VALUE AHRFAM2H (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRFAM2I (default=32) -1 = "Not in universe" ; VALUE AHRFAM2I (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRFAM2J (default=32) -1 = "Not in universe" ; VALUE AHRFAM2J (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYFAMF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYFAMF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYFAMG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYFAMG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYFAMH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYFAMH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYFAMI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYFAMI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYFAMJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYFAMJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTFAMF (default=32) 0 = "None or not in universe" ; VALUE AAMTFAMF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTFAMG (default=32) 0 = "None or not in universe" ; VALUE AAMTFAMG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTFAMH (default=32) 0 = "None or not in universe" ; VALUE AAMTFAMH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTFAMI (default=32) 0 = "None or not in universe" ; VALUE AAMTFAMI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTFAMJ (default=32) 0 = "None or not in universe" ; VALUE AAMTFAMJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHDAYCF (default=32) -1 = "Not in universe" 1 = "At work or at school" 2 = "Someplace else, including" ; VALUE AWHDAYCF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHDAYCG (default=32) -1 = "Not in universe" 1 = "At work or at school" 2 = "Someplace else, including" ; VALUE AWHDAYCG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHDAYCH (default=32) -1 = "Not in universe" 1 = "At work or at school" 2 = "Someplace else, including" ; VALUE AWHDAYCH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHDAYCI (default=32) -1 = "Not in universe" 1 = "At work or at school" 2 = "Someplace else, including" ; VALUE AWHDAYCI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHDAYCJ (default=32) -1 = "Not in universe" 1 = "At work or at school" 2 = "Someplace else, including" ; VALUE AWHDAYCJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDAYHRSF (default=32) -1 = "Not in universe" ; VALUE ADAYHRSF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDAYHRSG (default=32) -1 = "Not in universe" ; VALUE ADAYHRSG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDAYHRSH (default=32) -1 = "Not in universe" ; VALUE ADAYHRSH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDAYHRSI (default=32) -1 = "Not in universe" ; VALUE ADAYHRSI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDAYHRSJ (default=32) -1 = "Not in universe" ; VALUE ADAYHRSJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRDAYCF (default=32) -1 = "Not in universe" ; VALUE AHRDAYCF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRDAYCG (default=32) -1 = "Not in universe" ; VALUE AHRDAYCG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRDAYCH (default=32) -1 = "Not in universe" ; VALUE AHRDAYCH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRDAYCI (default=32) -1 = "Not in universe" ; VALUE AHRDAYCI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRDAYCJ (default=32) -1 = "Not in universe" ; VALUE AHRDAYCJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYDAYF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYDAYF (default=32) 0 = "None or not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYDAYG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYDAYG (default=32) 0 = "None or not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYDAYH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYDAYH (default=32) 0 = "None or not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYDAYI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYDAYI (default=32) 0 = "None or not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYDAYJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYDAYJ (default=32) 0 = "None or not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTDAYF (default=32) 0 = "None or not in universe" ; VALUE AAMTDAYF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTDAYG (default=32) 0 = "None or not in universe" ; VALUE AAMTDAYG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTDAYH (default=32) 0 = "None or not in universe" ; VALUE AAMTDAYH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTDAYI (default=32) 0 = "None or not in universe" ; VALUE AAMTDAYI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTDAYJ (default=32) 0 = "None or not in universe" ; VALUE AAMTDAYJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSPORF (default=32) -1 = "Not in universe" 1 = "At school" 2 = "Someplace else" ; VALUE AWHSPORF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSPORG (default=32) -1 = "Not in universe" 1 = "At school" 2 = "Someplace else" ; VALUE AWHSPORG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSPORH (default=32) -1 = "Not in universe" 1 = "At school" 2 = "Someplace else" ; VALUE AWHSPORH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSPORI (default=32) -1 = "Not in universe" 1 = "At school" 2 = "Someplace else" ; VALUE AWHSPORI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSPORJ (default=32) -1 = "Not in universe" 1 = "At school" 2 = "Someplace else" ; VALUE AWHSPORJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHSPORTF (default=32) -1 = "Not in universe" ; VALUE AHSPORTF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHSPORTG (default=32) -1 = "Not in universe" ; VALUE AHSPORTG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHSPORTH (default=32) -1 = "Not in universe" ; VALUE AHSPORTH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHSPORTI (default=32) -1 = "Not in universe" ; VALUE AHSPORTI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHSPORTJ (default=32) -1 = "Not in universe" ; VALUE AHSPORTJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSPORF (default=32) -1 = "Not in universe" ; VALUE AHRSPORF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSPORG (default=32) -1 = "Not in universe" ; VALUE AHRSPORG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSPORH (default=32) -1 = "Not in universe" ; VALUE AHRSPORH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSPORI (default=32) -1 = "Not in universe" ; VALUE AHRSPORI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSPORJ (default=32) -1 = "Not in universe" ; VALUE AHRSPORJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYSPOF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYSPOF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYSPOG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYSPOG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYSPOH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYSPOH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYSPOI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYSPOI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYSPOJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYSPOJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTSPOF (default=32) 0 = "None or not in universe" ; VALUE AAMTSPOF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTSPOG (default=32) 0 = "None or not in universe" ; VALUE AAMTSPOG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTSPOH (default=32) 0 = "None or not in universe" ; VALUE AAMTSPOH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTSPOI (default=32) 0 = "None or not in universe" ; VALUE AAMTSPOI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTSPOJ (default=32) 0 = "None or not in universe" ; VALUE AAMTSPOJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHLESSF (default=32) -1 = "Not in universe" 1 = "At school" 2 = "Someplace else" ; VALUE AWHLESSF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHLESSG (default=32) -1 = "Not in universe" 1 = "At school" 2 = "Someplace else" ; VALUE AWHLESSG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHLESSH (default=32) -1 = "Not in universe" 1 = "At school" 2 = "Someplace else" ; VALUE AWHLESSH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHLESSI (default=32) -1 = "Not in universe" 1 = "At school" 2 = "Someplace else" ; VALUE AWHLESSI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHLESSJ (default=32) -1 = "Not in universe" 1 = "At school" 2 = "Someplace else" ; VALUE AWHLESSJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRLES1F (default=32) -1 = "Not in universe" ; VALUE AHRLES1F (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRLES1G (default=32) -1 = "Not in universe" ; VALUE AHRLES1G (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRLES1H (default=32) -1 = "Not in universe" ; VALUE AHRLES1H (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRLES1I (default=32) -1 = "Not in universe" ; VALUE AHRLES1I (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRLES1J (default=32) -1 = "Not in universe" ; VALUE AHRLES1J (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRLES2F (default=32) -1 = "Not in universe" ; VALUE AHRLES2F (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRLES2G (default=32) -1 = "Not in universe" ; VALUE AHRLES2G (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRLES2H (default=32) -1 = "Not in universe" ; VALUE AHRLES2H (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRLES2I (default=32) -1 = "Not in universe" ; VALUE AHRLES2I (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRLES2J (default=32) -1 = "Not in universe" ; VALUE AHRLES2J (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYLESF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYLESF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYLESG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYLESG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYLESH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYLESH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYLESI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYLESI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYLESJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYLESJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTLESF (default=32) 0 = "None or not in universe" ; VALUE AAMTLESF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTLESG (default=32) 0 = "None or not in universe" ; VALUE AAMTLESG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTLESH (default=32) 0 = "None or not in universe" ; VALUE AAMTLESH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTLESI (default=32) 0 = "None or not in universe" ; VALUE AAMTLESI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTLESJ (default=32) 0 = "None or not in universe" ; VALUE AAMTLESJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHCLUBF (default=32) -1 = "Not in universe" 1 = "At school" 2 = "Someplace else" ; VALUE AWHCLUBF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHCLUBG (default=32) -1 = "Not in universe" 1 = "At school" 2 = "Someplace else" ; VALUE AWHCLUBG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHCLUBH (default=32) -1 = "Not in universe" 1 = "At school" 2 = "Someplace else" ; VALUE AWHCLUBH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHCLUBI (default=32) -1 = "Not in universe" 1 = "At school" 2 = "Someplace else" ; VALUE AWHCLUBI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHCLUBJ (default=32) -1 = "Not in universe" 1 = "At school" 2 = "Someplace else" ; VALUE AWHCLUBJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ECLUBHRF (default=32) -1 = "Not in universe" ; VALUE ACLUBHRF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ECLUBHRG (default=32) -1 = "Not in universe" ; VALUE ACLUBHRG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ECLUBHRH (default=32) -1 = "Not in universe" ; VALUE ACLUBHRH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ECLUBHRI (default=32) -1 = "Not in universe" ; VALUE ACLUBHRI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ECLUBHRJ (default=32) -1 = "Not in universe" ; VALUE ACLUBHRJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRCLUBF (default=32) -1 = "Not in universe" ; VALUE AHRCLUBF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRCLUBG (default=32) -1 = "Not in universe" ; VALUE AHRCLUBG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRCLUBH (default=32) -1 = "Not in universe" ; VALUE AHRCLUBH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRCLUBI (default=32) -1 = "Not in universe" ; VALUE AHRCLUBI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRCLUBJ (default=32) -1 = "Not in universe" ; VALUE AHRCLUBJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYCLUF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYCLUF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYCLUG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYCLUG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYCLUH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYCLUH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYCLUI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYCLUI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYCLUJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYCLUJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTCLUF (default=32) 0 = "None or not in universe" ; VALUE AAMTCLUF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTCLUG (default=32) 0 = "None or not in universe" ; VALUE AAMTCLUG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTCLUH (default=32) 0 = "None or not in universe" ; VALUE AAMTCLUH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTCLUI (default=32) 0 = "None or not in universe" ; VALUE AAMTCLUI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTCLUJ (default=32) 0 = "None or not in universe" ; VALUE AAMTCLUJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSCHOF (default=32) -1 = "Not in universe" 1 = "At work or school" 2 = "At child's school" 3 = "Someplace else" ; VALUE AWHSCHOF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSCHOG (default=32) -1 = "Not in universe" 1 = "At work or school" 2 = "At child's school" 3 = "Someplace else" ; VALUE AWHSCHOG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSCHOH (default=32) -1 = "Not in universe" 1 = "At work or school" 2 = "At child's school" 3 = "Someplace else" ; VALUE AWHSCHOH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSCHOI (default=32) -1 = "Not in universe" 1 = "At work or school" 2 = "At child's school" 3 = "Someplace else" ; VALUE AWHSCHOI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHSCHOJ (default=32) -1 = "Not in universe" 1 = "At work or school" 2 = "At child's school" 3 = "Someplace else" ; VALUE AWHSCHOJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHSCHO1F (default=32) -1 = "Not in universe" ; VALUE AHSCHO1F (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHSCHO1G (default=32) -1 = "Not in universe" ; VALUE AHSCHO1G (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHSCHO1H (default=32) -1 = "Not in universe" ; VALUE AHSCHO1H (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHSCHO1I (default=32) -1 = "Not in universe" ; VALUE AHSCHO1I (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHSCHO1J (default=32) -1 = "Not in universe" ; VALUE AHSCHO1J (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCH2F (default=32) -1 = "Not in universe" ; VALUE AHRSCH2F (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCH2G (default=32) -1 = "Not in universe" ; VALUE AHRSCH2G (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCH2H (default=32) -1 = "Not in universe" ; VALUE AHRSCH2H (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCH2I (default=32) -1 = "Not in universe" ; VALUE AHRSCH2I (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCH2J (default=32) -1 = "Not in universe" ; VALUE AHRSCH2J (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYSCHF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYSCHF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYSCHG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYSCHG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYSCHH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYSCHH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYSCHI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYSCHI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYSCHJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYSCHJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTSCHF (default=32) 0 = "None or not in universe" ; VALUE AAMTSCHF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTSCHG (default=32) 0 = "None or not in universe" ; VALUE AAMTSCHG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTSCHH (default=32) 0 = "None or not in universe" ; VALUE AAMTSCHH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTSCHI (default=32) 0 = "None or not in universe" ; VALUE AAMTSCHI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTSCHJ (default=32) 0 = "None or not in universe" ; VALUE AAMTSCHJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHOTHEF (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "The non-relative's home" 3 = "Someplace else" ; VALUE AWHOTHEF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHOTHEG (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "The non-relative's home" 3 = "Someplace else" ; VALUE AWHOTHEG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHOTHEH (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "The non-relative's home" 3 = "Someplace else" ; VALUE AWHOTHEH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHOTHEI (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "The non-relative's home" 3 = "Someplace else" ; VALUE AWHOTHEI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHOTHEJ (default=32) -1 = "Not in universe" 1 = "Child's home" 2 = "The non-relative's home" 3 = "Someplace else" ; VALUE AWHOTHEJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EOTHEHRF (default=32) -1 = "Not in universe" ; VALUE AOTHEHRF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EOTHEHRG (default=32) -1 = "Not in universe" ; VALUE AOTHEHRG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EOTHEHRH (default=32) -1 = "Not in universe" ; VALUE AOTHEHRH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EOTHEHRI (default=32) -1 = "Not in universe" ; VALUE AOTHEHRI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EOTHEHRJ (default=32) -1 = "Not in universe" ; VALUE AOTHEHRJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHROTHEF (default=32) -1 = "Not in universe" ; VALUE AHROTHEF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (hot deck)" ; VALUE EHROTHEG (default=32) -1 = "Not in universe" ; VALUE AHROTHEG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (hot deck)" ; VALUE EHROTHEH (default=32) -1 = "Not in universe" ; VALUE AHROTHEH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (hot deck)" ; VALUE EHROTHEI (default=32) -1 = "Not in universe" ; VALUE AHROTHEI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (hot deck)" ; VALUE EHROTHEJ (default=32) -1 = "Not in universe" ; VALUE AHROTHEJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (hot deck)" ; VALUE EPAYOTHF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYOTHF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYOTHG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYOTHG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYOTHH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYOTHH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYOTHI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYOTHI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYOTHJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYOTHJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTOTHF (default=32) 0 = "None or not in universe" ; VALUE AAMTOTHF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTOTHG (default=32) 0 = "None or not in universe" ; VALUE AAMTOTHG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTOTHH (default=32) 0 = "None or not in universe" ; VALUE AAMTOTHH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTOTHI (default=32) 0 = "None or not in universe" ; VALUE AAMTOTHI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTOTHJ (default=32) 0 = "None or not in universe" ; VALUE AAMTOTHJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESCHOOWF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASCHOOWF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESCHOOWG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASCHOOWG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESCHOOWH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASCHOOWH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESCHOOWI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASCHOOWI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESCHOOWJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASCHOOWJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCHWF (default=32) -1 = "Not in universe" ; VALUE AHRSCHWF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCHWG (default=32) -1 = "Not in universe" ; VALUE AHRSCHWG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCHWH (default=32) -1 = "Not in universe" ; VALUE AHRSCHWH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCHWI (default=32) -1 = "Not in universe" ; VALUE AHRSCHWI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCHWJ (default=32) -1 = "Not in universe" ; VALUE AHRSCHWJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCHOF (default=32) -1 = "Not in universe" ; VALUE AHRSCHOF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCHOG (default=32) -1 = "Not in universe" ; VALUE AHRSCHOG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCHOH (default=32) -1 = "Not in universe" ; VALUE AHRSCHOH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCHOI (default=32) -1 = "Not in universe" ; VALUE AHRSCHOI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHRSCHOJ (default=32) -1 = "Not in universe" ; VALUE AHRSCHOJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESELFCAF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASELFCAF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESELFCAG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASELFCAG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESELFCAH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASELFCAH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESELFCAI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASELFCAI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESELFCAJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASELFCAJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKIDHR1F (default=32) -1 = "Not in universe" ; VALUE AKIDHR1F (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKIDHR1G (default=32) -1 = "Not in universe" ; VALUE AKIDHR1G (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKIDHR1H (default=32) -1 = "Not in universe" ; VALUE AKIDHR1H (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKIDHR1I (default=32) -1 = "Not in universe" ; VALUE AKIDHR1I (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKIDHR1J (default=32) -1 = "Not in universe" ; VALUE AKIDHR1J (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKIDHR2F (default=32) -1 = "Not in universe" ; VALUE AKIDHR2F (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKIDHR2G (default=32) -1 = "Not in universe" ; VALUE AKIDHR2G (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKIDHR2H (default=32) -1 = "Not in universe" ; VALUE AKIDHR2H (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKIDHR2I (default=32) -1 = "Not in universe" ; VALUE AKIDHR2I (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKIDHR2J (default=32) -1 = "Not in universe" ; VALUE AKIDHR2J (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDAYCHAF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADAYCHAF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDAYCHAG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADAYCHAG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDAYCHAH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADAYCHAH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDAYCHAI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADAYCHAI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDAYCHAJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADAYCHAJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYHELF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "Did not use any arrangements" ; VALUE APAYHELF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYHELG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "Did not use any arrangements" ; VALUE APAYHELG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYHELH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "Did not use any arrangements" ; VALUE APAYHELH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYHELI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "Did not use any arrangements" ; VALUE APAYHELI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYHELJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "Did not use any arrangements" ; VALUE APAYHELJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHOPA1F (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA2F (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA3F (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA4F (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AWHOPAF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHOPA1G (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA2G (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA3G (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA4G (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AWHOPAG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHOPA1H (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA2H (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA3H (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA4H (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AWHOPAH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHOPA1I (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA2I (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA3I (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA4I (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AWHOPAI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHOPA1J (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA2J (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA3J (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EWHOPA4J (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AWHOPAJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EARRANGF (default=32) -1 = "Not in universe" ; VALUE AARRANGF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EARRANGG (default=32) -1 = "Not in universe" ; VALUE AARRANGG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EARRANGH (default=32) -1 = "Not in universe" ; VALUE AARRANGH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EARRANGI (default=32) -1 = "Not in universe" ; VALUE AARRANGI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EARRANGJ (default=32) -1 = "Not in universe" ; VALUE AARRANGJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ELISTF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ALISTF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ELISTG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ALISTG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ELISTH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ALISTH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ELISTI (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "N0" ; VALUE ALISTI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ELISTJ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "N0" ; VALUE ALISTJ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ETIAMT0J (default=32) -7 = "None" -1 = "Not in universe" ; VALUE ATIAMT0J (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ETIAMT0K (default=32) -1 = "Not in universe" 0 = "None" 1 = "Hours" 2 = "Days" 3 = "Weeks" 4 = "Months" ; VALUE ATIAMT0K (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; filename raw pipe "unzip -p /homes/data/sipp/1996/sipp96t10.zip "; data library.sip96t10; 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/1996/sipp96t10.dat' LRECL=20000 PAD END=EOF; *LENGTH SSUSEQ 4 SSUID $12 SPANEL 4 EPPPNUM $4 WPFINWGT 8 EPNSPOUS 4 EPNMOM 4 EPNDAD 4 EPNGUARD 4 IOWNRS11 4 IOWNRS12 4 TGRSRCP1 4 TTOTEXP1 4 TNETINC1 4 TNETINC2 4 INETIN11 4 TNETIN12 4 TNETIN13 4 INETIN21 4 TNETIN22 4 TNETIN23 4 IOWNRS21 4 IOWNRS22 4 TGRSRCP2 4 TTOTEXP2 4 TNETINC3 4 TNETINC4 4 INETIN31 4 TNETIN32 4 TNETIN33 4 INETIN41 4 TNETIN42 4 TNETIN43 4 TOTHINC3 4 TOTHINC4 4 TTAXCONT 4 TAMTIRA 4 TIRAEARN 4 TTXKEOGH 4 TATKEOGH 4 TKEOGHER 4 TTHFTCNT 4 TTHFTAMT 4 TTHFTERN 4 IEXEMP01 4 IEXEMP02 4 IEXEMP03 4 IEXEMP04 4 IEXEMP05 4 IEXEMP06 4 ICAREX01 4 ICAREX02 4 ICAREX03 4 ICAREX04 4 ICAREX05 4 ICAREX06 4 ICAREX07 4 ICAREX08 4 ICAREX09 4 ICAREX10 4 ICAREX11 4 ICAREX12 4 ICAREX13 4 ICAREX14 4 ICAREX15 4 ICAREX16 4 ICAREX17 4 ICAREX18 4 ICAREX19 4 ICAREX20 4 ICAREX21 4 ICAREX22 4 ICAREX23 4 ICAREX24 4 ICAREX25 4 ICAREX26 4 ICAREX27 4 ICAREX28 4 ICAREX29 4 ICAREX30 4 IEICEX01 4 IEICEX02 4 IEICEX03 4 IEICEX04 4 IEICEX05 4 IEICEX06 4 IEICEX07 4 IEICEX08 4 IEICEX09 4 IEICEX10 4 IEICEX11 4 IEICEX12 4 IEICEX13 4 IEICEX14 4 IEICEX15 4 IEICEX16 4 IEICEX17 4 IEICEX18 4 IEICEX19 4 IEICEX20 4 IEICEX21 4 IEICEX22 4 IEICEX23 4 IEICEX24 4 IEICEX25 4 IEICEX26 4 IEICEX27 4 IEICEX28 4 IEICEX29 4 IEICEX30 4 IPROPN01 4 IPROPN02 4 IPROPN03 4 IPROPN04 4 IPROPN05 4 IPROPN06 4 IPROPN07 4 IPROPN08 4 IPROPN09 4 IPROPN10 4 IPROPN11 4 IPROPN12 4 IPROPN13 4 IPROPN14 4 IPROPN15 4 IPROPN16 4 IPROPN17 4 IPROPN18 4 IPROPN19 4 IPROPN20 4 IPROPN21 4 IPROPN22 4 IPROPN23 4 IPROPN24 4 IPROPN25 4 IPROPN26 4 IPROPN27 4 IPROPN28 4 IPROPN29 4 IPROPN30 4 EWSBEG1 4 EWSEND1 4 EWSBEG2 4 EWSEND2 4 ECCPNUMA 4 ECCPNUMB 4 ECCPNUMC 4 ECCPNUMD 4 ECCPNUME 4 ECCPNUMF 4 ECCPNUMG 4 ECCPNUMH 4 ECCPNUMI 4 ECCPNUMJ 4 DEFAULT=3; /*-------------------------------------------------------------------------------------*/ /* The following changes in variable names have been made, if necessary: '$' to 'd'; '-' to '_'; '%' to 'p'; Note: Variable names in SAS are not case-sensitive */ /*-------------------------------------------------------------------------------------*/ INPUT @1 SSUSEQ 5. @6 SSUID $12. @18 SPANEL 4. @22 SWAVE 2. @24 SROTATON 1. @25 TFIPSST 2. @27 SHHADID 3. @30 SINTHHID 3. @33 EOUTCOME 3. @36 RFID 3. @39 RFID2 3. @42 EPPIDX 3. @45 EENTAID $3. @48 EPPPNUM $4. @52 EPOPSTAT 1. @53 EPPINTVW 2. @55 EPPMIS4 1. @56 ESEX 1. @57 ERACE 1. @58 EORIGIN 2. @60 WPFINWGT 10.4 @70 ERRP 2. @72 TAGE 2. @74 EMS 1. @75 EPNSPOUS 4. @79 EPNMOM 4. @83 EPNDAD 4. @87 EPNGUARD 4. @91 RDESGPNT 2. @93 EEDUCATE 2. @95 EAIRUNV 2. @97 IOTHRBUS 2. @99 IOWNBS96 2. @101 IBSFORM1 2. @103 IBSLOCT1 2. @105 IPRTOWN1 2. @107 IOWNRS11 4. @111 IOWNRS12 4. @115 IHHOWN1 2. @117 RPCNTHH1 2. @119 RPCTOWN1 2. @121 TGRSRCP1 6. @127 TTOTEXP1 6. @133 TNETINC1 6. @139 TNETINC2 6. @145 IOTHINC1 2. @147 INETIN11 4. @151 TNETIN12 6. @157 TNETIN13 6. @163 INETIN21 4. @167 TNETIN22 6. @173 TNETIN23 6. @179 IBSFORM2 2. @181 IBSLOCT2 2. @183 IPRTOWN2 2. @185 IOWNRS21 4. @189 IOWNRS22 4. @193 IHHOWN2 2. @195 RPCNTHH2 2. @197 RPCTOWN2 2. @199 TGRSRCP2 6. @205 TTOTEXP2 6. @211 TNETINC3 6. @217 TNETINC4 6. @223 IOTHINC2 2. @225 INETIN31 4. @229 TNETIN32 6. @235 TNETIN33 6. @241 INETIN41 4. @245 TNETIN42 6. @251 TNETIN43 6. @257 TOTHINC3 6. @263 TOTHINC4 6. @269 IIRAYN 2. @271 IIRACONT 2. @273 TTAXCONT 4. @277 IIRAWDL 2. @279 TAMTIRA 5. @284 TIRAEARN 5. @289 IIRATYP1 2. @291 IIRATYP2 2. @293 IIRATYP3 2. @295 IIRATYP4 2. @297 IIRATYP5 2. @299 IIRATYP6 2. @301 IIRATYP7 2. @303 IKEOGHYN 2. @305 IKEOGHCN 2. @307 TTXKEOGH 5. @312 IKEOGHWD 2. @314 TATKEOGH 5. @319 TKEOGHER 5. @324 IKEOHTP1 2. @326 IKEOHTP2 2. @328 IKEOHTP3 2. @330 IKEOHTP4 2. @332 IKEOHTP5 2. @334 IKEOHTP6 2. @336 IKEOHTP7 2. @338 ITHRFTYN 2. @340 TTHFTCNT 5. @345 ITHFTWDL 2. @347 TTHFTAMT 5. @352 TTHFTERN 5. @357 ITHFTYP1 2. @359 ITHFTYP2 2. @361 ITHFTYP3 2. @363 ITHFTYP4 2. @365 ITHFTYP5 2. @367 EATXUNV 2. @369 ITAXFLYN 2. @371 ITAXCOPY 2. @373 TFILSTAT 2. @375 TTOTEXMP 2. @377 IEXEMP01 4. @381 IEXEMP02 4. @385 IEXEMP03 4. @389 IEXEMP04 4. @393 IEXEMP05 4. @397 IEXEMP06 4. @401 IEXMPOUT 2. @403 IEXNMOUT 2. @405 IOUTRL01 2. @407 IOUTRL02 2. @409 IOUTRL03 2. @411 IOUTRL04 2. @413 IOUTRL05 2. @415 IOUTRL06 2. @417 IOUTRL07 2. @419 IOUTRL08 2. @421 IOUTRL09 2. @423 IOUTRL10 2. @425 IFILFORM 2. @427 ISCHEDA 2. @429 ISCHEDD 2. @431 TAMTDEDT 2. @433 ICCEXPEN 2. @435 TCCAMT 2. @437 ICAREX01 4. @441 ICAREX02 4. @445 ICAREX03 4. @449 ICAREX04 4. @453 ICAREX05 4. @457 ICAREX06 4. @461 ICAREX07 4. @465 ICAREX08 4. @469 ICAREX09 4. @473 ICAREX10 4. @477 ICAREX11 4. @481 ICAREX12 4. @485 ICAREX13 4. @489 ICAREX14 4. @493 ICAREX15 4. @497 ICAREX16 4. @501 ICAREX17 4. @505 ICAREX18 4. @509 ICAREX19 4. @513 ICAREX20 4. @517 ICAREX21 4. @521 ICAREX22 4. @525 ICAREX23 4. @529 ICAREX24 4. @533 ICAREX25 4. @537 ICAREX26 4. @541 ICAREX27 4. @545 ICAREX28 4. @549 ICAREX29 4. @553 ICAREX30 4. @557 IDSABCRD 2. @559 TDSABAMT 2. @561 TSAPGAIN 2. @563 TADJINCM 2. @565 TNETTAX 2. @567 IERNDCRD 2. @569 TERNDAMT 2. @571 IEICEX01 4. @575 IEICEX02 4. @579 IEICEX03 4. @583 IEICEX04 4. @587 IEICEX05 4. @591 IEICEX06 4. @595 IEICEX07 4. @599 IEICEX08 4. @603 IEICEX09 4. @607 IEICEX10 4. @611 IEICEX11 4. @615 IEICEX12 4. @619 IEICEX13 4. @623 IEICEX14 4. @627 IEICEX15 4. @631 IEICEX16 4. @635 IEICEX17 4. @639 IEICEX18 4. @643 IEICEX19 4. @647 IEICEX20 4. @651 IEICEX21 4. @655 IEICEX22 4. @659 IEICEX23 4. @663 IEICEX24 4. @667 IEICEX25 4. @671 IEICEX26 4. @675 IEICEX27 4. @679 IEICEX28 4. @683 IEICEX29 4. @687 IEICEX30 4. @691 IPROPTAX 2. @693 IPROPJNT 2. @695 IPROPN01 4. @699 IPROPN02 4. @703 IPROPN03 4. @707 IPROPN04 4. @711 IPROPN05 4. @715 IPROPN06 4. @719 IPROPN07 4. @723 IPROPN08 4. @727 IPROPN09 4. @731 IPROPN10 4. @735 IPROPN11 4. @739 IPROPN12 4. @743 IPROPN13 4. @747 IPROPN14 4. @751 IPROPN15 4. @755 IPROPN16 4. @759 IPROPN17 4. @763 IPROPN18 4. @767 IPROPN19 4. @771 IPROPN20 4. @775 IPROPN21 4. @779 IPROPN22 4. @783 IPROPN23 4. @787 IPROPN24 4. @791 IPROPN25 4. @795 IPROPN26 4. @799 IPROPN27 4. @803 IPROPN28 4. @807 IPROPN29 4. @811 IPROPN30 4. @815 TTAXBILL 2. @817 EPWSUNV 2. @819 EWSEMPCT 2. @821 AWSEMPCT 1. @822 EWSENO1 2. @824 EWSBNO1 2. @826 EWSENO2 2. @828 EWSBNO2 2. @830 EWSHRS1 2. @832 AWSHRS1 1. @833 EWSDYS1 2. @835 AWSDYS1 1. @836 EWSDAY11 2. @838 AWSDAY11 1. @839 EWSDAY12 2. @841 AWSDAY12 1. @842 EWSDAY13 2. @844 AWSDAY13 1. @845 EWSDAY14 2. @847 AWSDAY14 1. @848 EWSDAY15 2. @850 AWSDAY15 1. @851 EWSDAY16 2. @853 AWSDAY16 1. @854 EWSDAY17 2. @856 AWSDAY17 1. @857 EWSBEG1 4. @861 AWSBEG1 1. @862 EWSBEGM1 2. @864 AWSBEGM1 1. @865 EWSEND1 4. @869 AWSEND1 1. @870 EWSENDM1 2. @872 AWSENDM1 1. @873 EWSHMWK1 2. @875 AWSHMWK1 1. @876 EWSDY11 2. @878 AWSDY11 1. @879 EWSDY12 2. @881 AWSDY12 1. @882 EWSDY13 2. @884 AWSDY13 1. @885 EWSDY14 2. @887 AWSDY14 1. @888 EWSDY15 2. @890 AWSDY15 1. @891 EWSDY16 2. @893 AWSDY16 1. @894 EWSDY17 2. @896 AWSDY17 1. @897 EWSJOB1 2. @899 AWSJOB1 1. @900 EWSMNR1 2. @902 AWSMNR1 1. @903 EWSHRS2 2. @905 AWSHRS2 1. @906 EWSDYS2 2. @908 AWSDYS2 1. @909 EWSDAY21 2. @911 AWSDAY21 1. @912 EWSDAY22 2. @914 AWSDAY22 1. @915 EWSDAY23 2. @917 AWSDAY23 1. @918 EWSDAY24 2. @920 AWSDAY24 1. @921 EWSDAY25 2. @923 AWSDAY25 1. @924 EWSDAY26 2. @926 AWSDAY26 1. @927 EWSDAY27 2. @929 AWSDAY27 1. @930 EWSBEG2 4. @934 AWSBEG2 1. @935 EWSBEGM2 2. @937 AWSBEGM2 1. @938 EWSEND2 4. @942 AWSEND2 1. @943 EWSENDM2 2. @945 AWSENDM2 1. @946 EWSHMWK2 2. @948 AWSHMWK2 1. @949 EWSDY21 2. @951 AWSDY21 1. @952 EWSDY22 2. @954 AWSDY22 1. @955 EWSDY23 2. @957 AWSDY23 1. @958 EWSDY24 2. @960 AWSDY24 1. @961 EWSDY25 2. @963 AWSDY25 1. @964 EWSDY26 2. @966 AWSDY26 1. @967 EWSDY27 2. @969 AWSDY27 1. @970 EWSJOB2 2. @972 AWSJOB2 1. @973 EWSMNR2 2. @975 AWSMNR2 1. @976 ECCUNV 2. @978 EHRWKSCH 2. @980 AHRWKSCH 1. @981 RRHRSWK 2. @983 EHRWKJOB 3. @986 AHRWKJOB 1. @987 ECCPNUMA 4. @991 ECCPNUMB 4. @995 ECCPNUMC 4. @999 ECCPNUMD 4. @1003 ECCPNUME 4. @1007 ECCAGEA 2. @1009 ECCAGEB 2. @1011 ECCAGEC 2. @1013 ECCAGED 2. @1015 ECCAGEE 2. @1017 ECKD01A 2. @1019 ECKD01B 2. @1021 ECKD01C 2. @1023 ECKD01D 2. @1025 ECKD01E 2. @1027 ECKD02A 2. @1029 ECKD02B 2. @1031 ECKD02C 2. @1033 ECKD02D 2. @1035 ECKD02E 2. @1037 ECKD03A 2. @1039 ECKD03B 2. @1041 ECKD03C 2. @1043 ECKD03D 2. @1045 ECKD03E 2. @1047 ECKD04A 2. @1049 ECKD04B 2. @1051 ECKD04C 2. @1053 ECKD04D 2. @1055 ECKD04E 2. @1057 ECKD05A 2. @1059 ECKD05B 2. @1061 ECKD05C 2. @1063 ECKD05D 2. @1065 ECKD05E 2. @1067 ECKD06A 2. @1069 ECKD06B 2. @1071 ECKD06C 2. @1073 ECKD06D 2. @1075 ECKD06E 2. @1077 ECKD07A 2. @1079 ECKD07B 2. @1081 ECKD07C 2. @1083 ECKD07D 2. @1085 ECKD07E 2. @1087 ECKD08A 2. @1089 ECKD08B 2. @1091 ECKD08C 2. @1093 ECKD08D 2. @1095 ECKD08E 2. @1097 ECKD09A 2. @1099 ECKD09B 2. @1101 ECKD09C 2. @1103 ECKD09D 2. @1105 ECKD09E 2. @1107 ECKD10A 2. @1109 ECKD10B 2. @1111 ECKD10C 2. @1113 ECKD10D 2. @1115 ECKD10E 2. @1117 ECKD11A 2. @1119 ECKD11B 2. @1121 ECKD11C 2. @1123 ECKD11D 2. @1125 ECKD11E 2. @1127 ACCAREA 1. @1128 ACCAREB 1. @1129 ACCAREC 1. @1130 ACCARED 1. @1131 ACCAREE 1. @1132 ECKD03AA 2. @1134 ECKD03AB 2. @1136 ECKD03AC 2. @1138 ECKD03AD 2. @1140 ECKD03AE 2. @1142 ECKD04AA 2. @1144 ECKD04AB 2. @1146 ECKD04AC 2. @1148 ECKD04AD 2. @1150 ECKD04AE 2. @1152 ECKD05AA 2. @1154 ECKD05AB 2. @1156 ECKD05AC 2. @1158 ECKD05AD 2. @1160 ECKD05AE 2. @1162 ECKD06AA 2. @1164 ECKD06AB 2. @1166 ECKD06AC 2. @1168 ECKD06AD 2. @1170 ECKD06AE 2. @1172 ECKD07AA 2. @1174 ECKD07AB 2. @1176 ECKD07AC 2. @1178 ECKD07AD 2. @1180 ECKD07AE 2. @1182 ECKD08AA 2. @1184 ECKD08AB 2. @1186 ECKD08AC 2. @1188 ECKD08AD 2. @1190 ECKD08AE 2. @1192 ECKD09AA 2. @1194 ECKD09AB 2. @1196 ECKD09AC 2. @1198 ECKD09AD 2. @1200 ECKD09AE 2. @1202 ECKD10AA 2. @1204 ECKD10AB 2. @1206 ECKD10AC 2. @1208 ECKD10AD 2. @1210 ECKD10AE 2. @1212 ECKD11AA 2. @1214 ECKD11AB 2. @1216 ECKD11AC 2. @1218 ECKD11AD 2. @1220 ECKD11AE 2. @1222 ACCARE1A 1. @1223 ACCARE1B 1. @1224 ACCARE1C 1. @1225 ACCARE1D 1. @1226 ACCARE1E 1. @1227 EWHEPARA 2. @1229 AWHEPARA 1. @1230 EWHEPARB 2. @1232 AWHEPARB 1. @1233 EWHEPARC 2. @1235 AWHEPARC 1. @1236 EWHEPARD 2. @1238 AWHEPARD 1. @1239 EWHEPARE 2. @1241 AWHEPARE 1. @1242 EPARHR1A 3. @1245 APARHR1A 1. @1246 EPARHR1B 3. @1249 APARHR1B 1. @1250 EPARHR1C 3. @1253 APARHR1C 1. @1254 EPARHR1D 3. @1257 APARHR1D 1. @1258 EPARHR1E 3. @1261 APARHR1E 1. @1262 EPARHR2A 3. @1265 APARHR2A 1. @1266 EPARHR2B 3. @1269 APARHR2B 1. @1270 EPARHR2C 3. @1273 APARHR2C 1. @1274 EPARHR2D 3. @1277 APARHR2D 1. @1278 EPARHR2E 3. @1281 APARHR2E 1. @1282 EWHSELFA 2. @1284 AWHSELFA 1. @1285 EWHSELFB 2. @1287 AWHSELFB 1. @1288 EWHSELFC 2. @1290 AWHSELFC 1. @1291 EWHSELFD 2. @1293 AWHSELFD 1. @1294 EWHSELFE 2. @1296 AWHSELFE 1. @1297 ESELFHRA 2. @1299 ASELFHRA 1. @1300 ESELFHRB 2. @1302 ASELFHRB 1. @1303 ESELFHRC 2. @1305 ASELFHRC 1. @1306 ESELFHRD 2. @1308 ASELFHRD 1. @1309 ESELFHRE 2. @1311 ASELFHRE 1. @1312 EWHSB15A 2. @1314 AWHSB15A 1. @1315 EWHSB15B 2. @1317 AWHSB15B 1. @1318 EWHSB15C 2. @1320 AWHSB15C 1. @1321 EWHSB15D 2. @1323 AWHSB15D 1. @1324 EWHSB15E 2. @1326 AWHSB15E 1. @1327 EWHSBHRA 2. @1329 AWHSBHRA 2. @1331 EWHSBHRB 2. @1333 AWHSBHRB 1. @1334 EWHSBHRC 2. @1336 AWHSBHRC 1. @1337 EWHSBHRD 2. @1339 AWHSBHRD 1. @1340 EWHSBHRE 2. @1342 AWHSBHRE 1. @1343 EHRSB15A 2. @1345 AHRSB15A 1. @1346 EHRSB15B 2. @1348 AHRSB15B 1. @1349 EHRSB15C 2. @1351 AHRSB15C 1. @1352 EHRSB15D 2. @1354 AHRSB15D 1. @1355 EHRSB15E 2. @1357 AHRSB15E 1. @1358 EWHSB14A 2. @1360 AWHSB14A 1. @1361 EWHSB14B 2. @1363 AWHSB14B 1. @1364 EWHSB14C 2. @1366 AWHSB14C 1. @1367 EWHSB14D 2. @1369 AWHSB14D 1. @1370 EWHSB14E 2. @1372 AWHSB14E 1. @1373 ESB14HRA 2. @1375 ASB14HRA 1. @1376 ESB14HRB 2. @1378 ASB14HRB 1. @1379 ESB14HRC 2. @1381 ASB14HRC 1. @1382 ESB14HRD 2. @1384 ASB14HRD 1. @1385 ESB14HRE 2. @1387 ASB14HRE 1. @1388 EHRSB14A 2. @1390 AHRSB14A 1. @1391 EHRSB14B 2. @1393 AHRSB14B 1. @1394 EHRSB14C 2. @1396 AHRSB14C 1. @1397 EHRSB14D 2. @1399 AHRSB14D 1. @1400 EHRSB14E 2. @1402 AHRSB14E 1. @1403 EWHGRANA 2. @1405 AWHGRANA 1. @1406 EWHGRANB 2. @1408 AWHGRANB 1. @1409 EWHGRANC 2. @1411 AWHGRANC 1. @1412 EWHGRAND 2. @1414 AWHGRAND 1. @1415 EWHGRANE 2. @1417 AWHGRANE 1. @1418 EGRANHRA 2. @1420 AGRANHRA 1. @1421 EGRANHRB 2. @1423 AGRANHRB 1. @1424 EGRANHRC 2. @1426 AGRANHRC 1. @1427 EGRANHRD 2. @1429 AGRANHRD 1. @1430 EGRANHRE 2. @1432 AGRANHRE 1. @1433 EHRGRANA 2. @1435 AHRGRANA 1. @1436 EHRGRANB 2. @1438 AHRGRANB 1. @1439 EHRGRANC 2. @1441 AHRGRANC 1. @1442 EHRGRAND 2. @1444 AHRGRAND 1. @1445 EHRGRANE 2. @1447 AHRGRANE 1. @1448 EPAYGRAA 2. @1450 APAYGRAA 1. @1451 EPAYGRAB 2. @1453 APAYGRAB 1. @1454 EPAYGRAC 2. @1456 APAYGRAC 1. @1457 EPAYGRAD 2. @1459 APAYGRAD 1. @1460 EPAYGRAE 2. @1462 APAYGRAE 1. @1463 TAMTGRAA 3. @1466 AAMTGRAA 1. @1467 TAMTGRAB 3. @1470 AAMTGRAB 1. @1471 TAMTGRAC 3. @1474 AAMTGRAC 1. @1475 TAMTGRAD 3. @1478 AAMTGRAD 1. @1479 TAMTGRAE 3. @1482 AAMTGRAE 1. @1483 EWHRELAA 2. @1485 AWHRELAA 1. @1486 EWHRELAB 2. @1488 AWHRELAB 1. @1489 EWHRELAC 2. @1491 AWHRELAC 1. @1492 EWHRELAD 2. @1494 AWHRELAD 1. @1495 EWHRELAE 2. @1497 AWHRELAE 1. @1498 ERELHR1A 2. @1500 ARELHR1A 1. @1501 ERELHR1B 2. @1503 ARELHR1B 1. @1504 ERELHR1C 2. @1506 ARELHR1C 1. @1507 ERELHR1D 2. @1509 ARELHR1D 1. @1510 ERELHR1E 2. @1512 ARELHR1E 1. @1513 ERELHR2A 2. @1515 ARELHR2A 1. @1516 ERELHR2B 2. @1518 ARELHR2B 1. @1519 ERELHR2C 2. @1521 ARELHR2C 1. @1522 ERELHR2D 2. @1524 ARELHR2D 1. @1525 ERELHR2E 2. @1527 ARELHR2E 1. @1528 EPAYRELA 2. @1530 APAYRELA 1. @1531 EPAYRELB 2. @1533 APAYRELB 1. @1534 EPAYRELC 2. @1536 APAYRELC 1. @1537 EPAYRELD 2. @1539 APAYRELD 1. @1540 EPAYRELE 2. @1542 APAYRELE 1. @1543 TAMTRELA 3. @1546 AAMTRELA 1. @1547 TAMTRELB 3. @1550 AAMTRELB 1. @1551 TAMTRELC 3. @1554 AAMTRELC 1. @1555 TAMTRELD 3. @1558 AAMTRELD 1. @1559 TAMTRELE 3. @1562 AAMTRELE 1. @1563 EHRFAM1A 2. @1565 AHRFAM1A 1. @1566 EHRFAM1B 2. @1568 AHRFAM1B 1. @1569 EHRFAM1C 2. @1571 AHRFAM1C 1. @1572 EHRFAM1D 2. @1574 AHRFAM1D 1. @1575 EHRFAM1E 2. @1577 AHRFAM1E 1. @1578 EHRFAM2A 2. @1580 AHRFAM2A 1. @1581 EHRFAM2B 2. @1583 AHRFAM2B 1. @1584 EHRFAM2C 2. @1586 AHRFAM2C 1. @1587 EHRFAM2D 2. @1589 AHRFAM2D 1. @1590 EHRFAM2E 2. @1592 AHRFAM2E 1. @1593 EPAYFAMA 2. @1595 APAYFAMA 1. @1596 EPAYFAMB 2. @1598 APAYFAMB 1. @1599 EPAYFAMC 2. @1601 APAYFAMC 1. @1602 EPAYFAMD 2. @1604 APAYFAMD 1. @1605 EPAYFAME 2. @1607 APAYFAME 1. @1608 TAMTFAMA 3. @1611 AAMTFAMA 1. @1612 TAMTFAMB 3. @1615 AAMTFAMB 1. @1616 TAMTFAMC 3. @1619 AAMTFAMC 1. @1620 TAMTFAMD 3. @1623 AAMTFAMD 1. @1624 TAMTFAME 3. @1627 AAMTFAME 1. @1628 EWHDAYCA 2. @1630 AWHDAYCA 1. @1631 EWHDAYCB 2. @1633 AWHDAYCB 1. @1634 EWHDAYCC 2. @1636 AWHDAYCC 1. @1637 EWHDAYCD 2. @1639 AWHDAYCD 1. @1640 EWHDAYCE 2. @1642 AWHDAYCE 1. @1643 EDAYHRSA 2. @1645 ADAYHRSA 2. @1647 EDAYHRSB 2. @1649 ADAYHRSB 1. @1650 EDAYHRSC 2. @1652 ADAYHRSC 1. @1653 EDAYHRSD 2. @1655 ADAYHRSD 1. @1656 EDAYHRSE 2. @1658 ADAYHRSE 1. @1659 EHRDAYCA 2. @1661 AHRDAYCA 1. @1662 EHRDAYCB 2. @1664 AHRDAYCB 1. @1665 EHRDAYCC 2. @1667 AHRDAYCC 1. @1668 EHRDAYCD 2. @1670 AHRDAYCD 1. @1671 EHRDAYCE 2. @1673 AHRDAYCE 1. @1674 EPAYDAYA 2. @1676 APAYDAYA 1. @1677 EPAYDAYB 2. @1679 APAYDAYB 1. @1680 EPAYDAYC 2. @1682 APAYDAYC 1. @1683 EPAYDAYD 2. @1685 APAYDAYD 1. @1686 EPAYDAYE 2. @1688 APAYDAYE 1. @1689 TAMTDAYA 3. @1692 AAMTDAYA 1. @1693 TAMTDAYB 3. @1696 AAMTDAYB 1. @1697 TAMTDAYC 3. @1700 AAMTDAYC 1. @1701 TAMTDAYD 3. @1704 AAMTDAYD 1. @1705 TAMTDAYE 3. @1708 AAMTDAYE 1. @1709 EWHNURSA 2. @1711 AWHNURSA 1. @1712 EWHNURSB 2. @1714 AWHNURSB 1. @1715 EWHNURSC 2. @1717 AWHNURSC 1. @1718 EWHNURSD 2. @1720 AWHNURSD 1. @1721 EWHNURSE 2. @1723 AWHNURSE 1. @1724 ENURHRSA 2. @1726 ANURHRSA 1. @1727 ENURHRSB 2. @1729 ANURHRSB 1. @1730 ENURHRSC 2. @1732 ANURHRSC 1. @1733 ENURHRSD 2. @1735 ANURHRSD 1. @1736 ENURHRSE 2. @1738 ANURHRSE 1. @1739 EHRNURSA 2. @1741 AHRNURSA 1. @1742 EHRNURSB 2. @1744 AHRNURSB 1. @1745 EHRNURSC 2. @1747 AHRNURSC 1. @1748 EHRNURSD 2. @1750 AHRNURSD 1. @1751 EHRNURSE 2. @1753 AHRNURSE 1. @1754 EPAYNURA 2. @1756 APAYNURA 1. @1757 EPAYNURB 2. @1759 APAYNURB 1. @1760 EPAYNURC 2. @1762 APAYNURC 1. @1763 EPAYNURD 2. @1765 APAYNURD 1. @1766 EPAYNURE 2. @1768 APAYNURE 1. @1769 TAMTNURA 3. @1772 AAMTNURA 1. @1773 TAMTNURB 3. @1776 AAMTNURB 1. @1777 TAMTNURC 3. @1780 AAMTNURC 1. @1781 TAMTNURD 3. @1784 AAMTNURD 1. @1785 TAMTNURE 3. @1788 AAMTNURE 1. @1789 EHEADHRA 2. @1791 AHEADHRA 1. @1792 EHEADHRB 2. @1794 AHEADHRB 1. @1795 EHEADHRC 2. @1797 AHEADHRC 1. @1798 EHEADHRD 2. @1800 AHEADHRD 1. @1801 EHEADHRE 2. @1803 AHEADHRE 1. @1804 EHRSTARA 2. @1806 AHRSTARA 1. @1807 EHRSTARB 2. @1809 AHRSTARB 1. @1810 EHRSTARC 2. @1812 AHRSTARC 1. @1813 EHRSTARD 2. @1815 AHRSTARD 1. @1816 EHRSTARE 2. @1818 AHRSTARE 1. @1819 EPAYSTAA 2. @1821 APAYSTAA 1. @1822 EPAYSTAB 2. @1824 APAYSTAB 1. @1825 EPAYSTAC 2. @1827 APAYSTAC 1. @1828 EPAYSTAD 2. @1830 APAYSTAD 1. @1831 EPAYSTAE 2. @1833 APAYSTAE 1. @1834 TAMTSTAA 2. @1836 AAMTSTAA 1. @1837 TAMTSTAB 2. @1839 AAMTSTAB 1. @1840 TAMTSTAC 2. @1842 AAMTSTAC 1. @1843 TAMTSTAD 2. @1845 AAMTSTAD 1. @1846 TAMTSTAE 2. @1848 AAMTSTAE 1. @1849 EWHOTHEA 2. @1851 AWHOTHEA 1. @1852 EWHOTHEB 2. @1854 AWHOTHEB 1. @1855 EWHOTHEC 2. @1857 AWHOTHEC 1. @1858 EWHOTHED 2. @1860 AWHOTHED 1. @1861 EWHOTHEE 2. @1863 AWHOTHEE 1. @1864 EOTHEHRA 2. @1866 AOTHEHRA 1. @1867 EOTHEHRB 2. @1869 AOTHEHRB 1. @1870 EOTHEHRC 2. @1872 AOTHEHRC 1. @1873 EOTHEHRD 2. @1875 AOTHEHRD 1. @1876 EOTHEHRE 2. @1878 AOTHEHRE 1. @1879 EHROTHEA 2. @1881 AHROTHEA 1. @1882 EHROTHEB 2. @1884 AHROTHEB 1. @1885 EHROTHEC 2. @1887 AHROTHEC 1. @1888 EHROTHED 2. @1890 AHROTHED 1. @1891 EHROTHEE 2. @1893 AHROTHEE 1. @1894 EPAYOTHA 2. @1896 APAYOTHA 1. @1897 EPAYOTHB 2. @1899 APAYOTHB 1. @1900 EPAYOTHC 2. @1902 APAYOTHC 1. @1903 EPAYOTHD 2. @1905 APAYOTHD 1. @1906 EPAYOTHE 2. @1908 APAYOTHE 1. @1909 TAMTOTHA 3. @1912 AAMTOTHA 1. @1913 TAMTOTHB 3. @1916 AAMTOTHB 1. @1917 TAMTOTHC 3. @1920 AAMTOTHC 1. @1921 TAMTOTHD 3. @1924 AAMTOTHD 1. @1925 TAMTOTHE 3. @1928 AAMTOTHE 1. @1929 ESCHOOWA 2. @1931 ASCHOOWA 1. @1932 ESCHOOWB 2. @1934 ASCHOOWB 1. @1935 ESCHOOWC 2. @1937 ASCHOOWC 1. @1938 ESCHOOWD 2. @1940 ASCHOOWD 1. @1941 ESCHOOWE 2. @1943 ASCHOOWE 1. @1944 EHRSCHWA 2. @1946 AHRSCHWA 1. @1947 EHRSCHWB 2. @1949 AHRSCHWB 1. @1950 EHRSCHWC 2. @1952 AHRSCHWC 1. @1953 EHRSCHWD 2. @1955 AHRSCHWD 1. @1956 EHRSCHWE 2. @1958 AHRSCHWE 1. @1959 EHRSCHOA 2. @1961 AHRSCHOA 1. @1962 EHRSCHOB 2. @1964 AHRSCHOB 1. @1965 EHRSCHOC 2. @1967 AHRSCHOC 1. @1968 EHRSCHOD 2. @1970 AHRSCHOD 1. @1971 EHRSCHOE 2. @1973 AHRSCHOE 1. @1974 ESELFCAA 2. @1976 ASELFCAA 1. @1977 ESELFCAB 2. @1979 ASELFCAB 1. @1980 ESELFCAC 2. @1982 ASELFCAC 1. @1983 ESELFCAD 2. @1985 ASELFCAD 1. @1986 ESELFCAE 2. @1988 ASELFCAE 1. @1989 EKIDHR1A 2. @1991 AKIDHR1A 1. @1992 EKIDHR1B 2. @1994 AKIDHR1B 1. @1995 EKIDHR1C 2. @1997 AKIDHR1C 1. @1998 EKIDHR1D 2. @2000 AKIDHR1D 1. @2001 EKIDHR1E 2. @2003 AKIDHR1E 1. @2004 EKIDHR2A 2. @2006 AKIDHR2A 1. @2007 EKIDHR2B 2. @2009 AKIDHR2B 1. @2010 EKIDHR2C 2. @2012 AKIDHR2C 1. @2013 EKIDHR2D 2. @2015 AKIDHR2D 1. @2016 EKIDHR2E 2. @2018 AKIDHR2E 1. @2019 EDAYCHAA 2. @2021 ADAYCHAA 1. @2022 EDAYCHAB 2. @2024 ADAYCHAB 1. @2025 EDAYCHAC 2. @2027 ADAYCHAC 1. @2028 EDAYCHAD 2. @2030 ADAYCHAD 1. @2031 EDAYCHAE 2. @2033 ADAYCHAE 1. @2034 EPAYHELA 2. @2036 APAYHELA 1. @2037 EPAYHELB 2. @2039 APAYHELB 1. @2040 EPAYHELC 2. @2042 APAYHELC 1. @2043 EPAYHELD 2. @2045 APAYHELD 1. @2046 EPAYHELE 2. @2048 APAYHELE 1. @2049 EWHOPA1A 2. @2051 EWHOPA2A 2. @2053 EWHOPA3A 2. @2055 EWHOPA4A 2. @2057 AWHOPAA 1. @2058 EWHOPA1B 2. @2060 EWHOPA2B 2. @2062 EWHOPA3B 2. @2064 EWHOPA4B 2. @2066 AWHOPAB 1. @2067 EWHOPA1C 2. @2069 EWHOPA2C 2. @2071 EWHOPA3C 2. @2073 EWHOPA4C 2. @2075 AWHOPAC 1. @2076 EWHOPA1D 2. @2078 EWHOPA2D 2. @2080 EWHOPA3D 2. @2082 EWHOPA4D 2. @2084 AWHOPAD 1. @2085 EWHOPA1E 2. @2087 EWHOPA2E 2. @2089 EWHOPA3E 2. @2091 EWHOPA4E 2. @2093 AWHOPAE 1. @2094 EARRANGA 2. @2096 AARRANGA 1. @2097 EARRANGB 2. @2099 AARRANGB 1. @2100 EARRANGC 2. @2102 AARRANGC 1. @2103 EARRANGD 2. @2105 AARRANGD 1. @2106 EARRANGE 2. @2108 AARRANGE 1. @2109 ELISTA 2. @2111 ALISTA 1. @2112 ELISTB 2. @2114 ALISTB 1. @2115 ELISTC 2. @2117 ALISTC 1. @2118 ELISTD 2. @2120 ALISTD 1. @2121 ELISTE 2. @2123 ALISTE 1. @2124 ECCUNV2 2. @2126 ECCPNUMF 4. @2130 ECCPNUMG 4. @2134 ECCPNUMH 4. @2138 ECCPNUMI 4. @2142 ECCPNUMJ 4. @2146 ECCAGEF 2. @2148 ECCAGEG 2. @2150 ECCAGEH 2. @2152 ECCAGEI 2. @2154 ECCAGEJ 2. @2156 ECKD01F 2. @2158 ECKD01G 2. @2160 ECKD01H 2. @2162 ECKD01I 2. @2164 ECKD01J 2. @2166 ECKD02F 2. @2168 ECKD02G 2. @2170 ECKD02H 2. @2172 ECKD02I 2. @2174 ECKD02J 2. @2176 ECKD03F 2. @2178 ECKD03G 2. @2180 ECKD03H 2. @2182 ECKD03I 2. @2184 ECKD03J 2. @2186 ECKD04F 2. @2188 ECKD04G 2. @2190 ECKD04H 2. @2192 ECKD04I 2. @2194 ECKD04J 2. @2196 ECKD05F 2. @2198 ECKD05G 2. @2200 ECKD05H 2. @2202 ECKD05I 2. @2204 ECKD05J 2. @2206 ECKD06F 2. @2208 ECKD06G 2. @2210 ECKD06H 2. @2212 ECKD06I 2. @2214 ECKD06J 2. @2216 ECKD07F 2. @2218 ECKD07G 2. @2220 ECKD07H 2. @2222 ECKD07I 2. @2224 ECKD07J 2. @2226 ECKD08F 2. @2228 ECKD08G 2. @2230 ECKD08H 2. @2232 ECKD08I 2. @2234 ECKD08J 2. @2236 ECKD09F 2. @2238 ECKD09G 2. @2240 ECKD09H 2. @2242 ECKD09I 2. @2244 ECKD09J 2. @2246 ECKD10F 2. @2248 ECKD10G 2. @2250 ECKD10H 2. @2252 ECKD10I 2. @2254 ECKD10J 2. @2256 ECKD11F 2. @2258 ECKD11G 2. @2260 ECKD11H 2. @2262 ECKD11I 2. @2264 ECKD11J 2. @2266 ECKD12F 2. @2268 ECKD12G 2. @2270 ECKD12H 2. @2272 ECKD12I 2. @2274 ECKD12J 2. @2276 ECKD13F 2. @2278 ECKD13G 2. @2280 ECKD13H 2. @2282 ECKD13I 2. @2284 ECKD13J 2. @2286 ACCAREF 1. @2287 ACCAREG 1. @2288 ACCAREH 1. @2289 ACCAREI 1. @2290 ACCAREJ 1. @2291 ECKD03AF 2. @2293 ECKD03AG 2. @2295 ECKD03AH 2. @2297 ECKD03AI 2. @2299 ECKD03AJ 2. @2301 ECKD04AF 2. @2303 ECKD04AG 2. @2305 ECKD04AH 2. @2307 ECKD04AI 2. @2309 ECKD04AJ 2. @2311 ECKD05AF 2. @2313 ECKD05AG 2. @2315 ECKD05AH 2. @2317 ECKD05AI 2. @2319 ECKD05AJ 2. @2321 ECKD06AF 2. @2323 ECKD06AG 2. @2325 ECKD06AH 2. @2327 ECKD06AI 2. @2329 ECKD06AJ 2. @2331 ECKD07AF 2. @2333 ECKD07AG 2. @2335 ECKD07AH 2. @2337 ECKD07AI 2. @2339 ECKD07AJ 2. @2341 ECKD08AF 2. @2343 ECKD08AG 2. @2345 ECKD08AH 2. @2347 ECKD08AI 2. @2349 ECKD08AJ 2. @2351 ECKD09AF 2. @2353 ECKD09AG 2. @2355 ECKD09AH 2. @2357 ECKD09AI 2. @2359 ECKD09AJ 2. @2361 ECKD10AF 2. @2363 ECKD10AG 2. @2365 ECKD10AH 2. @2367 ECKD10AI 2. @2369 ECKD10AJ 2. @2371 ECKD11AF 2. @2373 ECKD11AG 2. @2375 ECKD11AH 2. @2377 ECKD11AI 2. @2379 ECKD11AJ 2. @2381 ECKD12AF 2. @2383 ECKD12AG 2. @2385 ECKD12AH 2. @2387 ECKD12AI 2. @2389 ECKD12AJ 2. @2391 ECKD13AF 2. @2393 ECKD13AG 2. @2395 ECKD13AH 2. @2397 ECKD13AI 2. @2399 ECKD13AJ 2. @2401 ACCARE1F 1. @2402 ACCARE1G 1. @2403 ACCARE1H 1. @2404 ACCARE1I 1. @2405 ACCARE1J 1. @2406 EWHEPARF 2. @2408 AWHEPARF 1. @2409 EWHEPARG 2. @2411 AWHEPARG 1. @2412 EWHEPARH 2. @2414 AWHEPARH 1. @2415 EWHEPARI 2. @2417 AWHEPARI 1. @2418 EWHEPARJ 2. @2420 AWHEPARJ 1. @2421 EPARHR1F 3. @2424 APARHR1F 1. @2425 EPARHR1G 3. @2428 APARHR1G 1. @2429 EPARHR1H 3. @2432 APARHR1H 1. @2433 EPARHR1I 3. @2436 APARHR1I 1. @2437 EPARHR1J 3. @2440 APARHR1J 1. @2441 EPARHR2F 3. @2444 APARHR2F 1. @2445 EPARHR2G 3. @2448 APARHR2G 1. @2449 EPARHR2H 3. @2452 APARHR2H 1. @2453 EPARHR2I 3. @2456 APARHR2I 1. @2457 EPARHR2J 3. @2460 APARHR2J 1. @2461 EWHSELFF 2. @2463 AWHSELFF 1. @2464 EWHSELFG 2. @2466 AWHSELFG 1. @2467 EWHSELFH 2. @2469 AWHSELFH 1. @2470 EWHSELFI 2. @2472 AWHSELFI 1. @2473 EWHSELFJ 2. @2475 AWHSELFJ 1. @2476 ESELFHRF 2. @2478 ASELFHRF 1. @2479 ESELFHRG 2. @2481 ASELFHRG 1. @2482 ESELFHRH 2. @2484 ASELFHRH 1. @2485 ESELFHRI 2. @2487 ASELFHRI 1. @2488 ESELFHRJ 2. @2490 ASELFHRJ 1. @2491 EWHSB15F 2. @2493 AWHSB15F 1. @2494 EWHSB15G 2. @2496 AWHSB15G 1. @2497 EWHSB15H 2. @2499 AWHSB15H 1. @2500 EWHSB15I 2. @2502 AWHSB15I 1. @2503 EWHSB15J 2. @2505 AWHSB15J 1. @2506 EWHSBHRF 2. @2508 AWHSBHRF 1. @2509 EWHSBHRG 2. @2511 AWHSBHRG 1. @2512 EWHSBHRH 2. @2514 AWHSBHRH 1. @2515 EWHSBHRI 2. @2517 AWHSBHRI 1. @2518 EWHSBHRJ 2. @2520 AWHSBHRJ 1. @2521 EHRSB15F 2. @2523 AHRSB15F 1. @2524 EHRSB15G 2. @2526 AHRSB15G 1. @2527 EHRSB15H 2. @2529 AHRSB15H 1. @2530 EHRSB15I 2. @2532 AHRSB15I 1. @2533 EHRSB15J 2. @2535 AHRSB15J 1. @2536 EWHSB14F 2. @2538 AWHSB14F 1. @2539 EWHSB14G 2. @2541 AWHSB14G 1. @2542 EWHSB14H 2. @2544 AWHSB14H 1. @2545 EWHSB14I 2. @2547 AWHSB14I 1. @2548 EWHSB14J 2. @2550 AWHSB14J 1. @2551 ESB14HRF 2. @2553 ASB14HRF 1. @2554 ESB14HRG 2. @2556 ASB14HRG 1. @2557 ESB14HRH 2. @2559 ASB14HRH 1. @2560 ESB14HRI 2. @2562 ASB14HRI 1. @2563 ESB14HRJ 2. @2565 ASB14HRJ 1. @2566 EHRSB14F 2. @2568 AHRSB14F 1. @2569 EHRSB14G 2. @2571 AHRSB14G 1. @2572 EHRSB14H 2. @2574 AHRSB14H 1. @2575 EHRSB14I 2. @2577 AHRSB14I 1. @2578 EHRSB14J 2. @2580 AHRSB14J 1. @2581 EWHGRANF 2. @2583 AWHGRANF 1. @2584 EWHGRANG 2. @2586 AWHGRANG 1. @2587 EWHGRANH 2. @2589 AWHGRANH 1. @2590 EWHGRANI 2. @2592 AWHGRANI 1. @2593 EWHGRANJ 2. @2595 AWHGRANJ 1. @2596 EGRANHRF 2. @2598 AGRANHRF 1. @2599 EGRANHRG 2. @2601 AGRANHRG 1. @2602 EGRANHRH 2. @2604 AGRANHRH 1. @2605 EGRANHRI 2. @2607 AGRANHRI 1. @2608 EGRANHRJ 2. @2610 AGRANHRJ 1. @2611 EHRGRANF 2. @2613 AHRGRANF 1. @2614 EHRGRANG 2. @2616 AHRGRANG 1. @2617 EHRGRANH 2. @2619 AHRGRANH 1. @2620 EHRGRANI 2. @2622 AHRGRANI 1. @2623 EHRGRANJ 2. @2625 AHRGRANJ 1. @2626 EPAYGRAF 2. @2628 APAYGRAF 1. @2629 EPAYGRAG 2. @2631 APAYGRAG 1. @2632 EPAYGRAH 2. @2634 APAYGRAH 1. @2635 EPAYGRAI 2. @2637 APAYGRAI 1. @2638 EPAYGRAJ 2. @2640 APAYGRAJ 1. @2641 TAMTGRAF 3. @2644 AAMTGRAF 1. @2645 TAMTGRAG 3. @2648 AAMTGRAG 1. @2649 TAMTGRAH 3. @2652 AAMTGRAH 1. @2653 TAMTGRAI 3. @2656 AAMTGRAI 1. @2657 TAMTGRAJ 3. @2660 AAMTGRAJ 1. @2661 EWHRELAF 2. @2663 AWHRELAF 1. @2664 EWHRELAG 2. @2666 AWHRELAG 1. @2667 EWHRELAH 2. @2669 AWHRELAH 1. @2670 EWHRELAI 2. @2672 AWHRELAI 1. @2673 EWHRELAJ 2. @2675 AWHRELAJ 1. @2676 ERELHR1F 2. @2678 ARELHR1F 1. @2679 ERELHR1G 2. @2681 ARELHR1G 1. @2682 ERELHR1H 2. @2684 ARELHR1H 1. @2685 ERELHR1I 2. @2687 ARELHR1I 1. @2688 ERELHR1J 2. @2690 ARELHR1J 1. @2691 ERELHR2F 2. @2693 ARELHR2F 1. @2694 ERELHR2G 2. @2696 ARELHR2G 1. @2697 ERELHR2H 2. @2699 ARELHR2H 1. @2700 ERELHR2I 2. @2702 ARELHR2I 1. @2703 ERELHR2J 2. @2705 ARELHR2J 1. @2706 EPAYRELF 2. @2708 APAYRELF 1. @2709 EPAYRELG 2. @2711 APAYRELG 1. @2712 EPAYRELH 2. @2714 APAYRELH 1. @2715 EPAYRELI 2. @2717 APAYRELI 1. @2718 EPAYRELJ 2. @2720 APAYRELJ 1. @2721 TAMTRELF 3. @2724 AAMTRELF 1. @2725 TAMTRELG 3. @2728 AAMTRELG 1. @2729 TAMTRELH 3. @2732 AAMTRELH 1. @2733 TAMTRELI 3. @2736 AAMTRELI 1. @2737 TAMTRELJ 3. @2740 AAMTRELJ 1. @2741 EHRFAM1F 2. @2743 AHRFAM1F 1. @2744 EHRFAM1G 2. @2746 AHRFAM1G 1. @2747 EHRFAM1H 2. @2749 AHRFAM1H 1. @2750 EHRFAM1I 2. @2752 AHRFAM1I 1. @2753 EHRFAM1J 2. @2755 AHRFAM1J 1. @2756 EHRFAM2F 2. @2758 AHRFAM2F 1. @2759 EHRFAM2G 2. @2761 AHRFAM2G 1. @2762 EHRFAM2H 2. @2764 AHRFAM2H 1. @2765 EHRFAM2I 2. @2767 AHRFAM2I 1. @2768 EHRFAM2J 2. @2770 AHRFAM2J 1. @2771 EPAYFAMF 2. @2773 APAYFAMF 1. @2774 EPAYFAMG 2. @2776 APAYFAMG 1. @2777 EPAYFAMH 2. @2779 APAYFAMH 1. @2780 EPAYFAMI 2. @2782 APAYFAMI 1. @2783 EPAYFAMJ 2. @2785 APAYFAMJ 1. @2786 TAMTFAMF 3. @2789 AAMTFAMF 1. @2790 TAMTFAMG 3. @2793 AAMTFAMG 1. @2794 TAMTFAMH 3. @2797 AAMTFAMH 1. @2798 TAMTFAMI 3. @2801 AAMTFAMI 1. @2802 TAMTFAMJ 3. @2805 AAMTFAMJ 1. @2806 EWHDAYCF 2. @2808 AWHDAYCF 1. @2809 EWHDAYCG 2. @2811 AWHDAYCG 1. @2812 EWHDAYCH 2. @2814 AWHDAYCH 1. @2815 EWHDAYCI 2. @2817 AWHDAYCI 1. @2818 EWHDAYCJ 2. @2820 AWHDAYCJ 1. @2821 EDAYHRSF 2. @2823 ADAYHRSF 1. @2824 EDAYHRSG 2. @2826 ADAYHRSG 1. @2827 EDAYHRSH 2. @2829 ADAYHRSH 1. @2830 EDAYHRSI 2. @2832 ADAYHRSI 1. @2833 EDAYHRSJ 2. @2835 ADAYHRSJ 1. @2836 EHRDAYCF 2. @2838 AHRDAYCF 1. @2839 EHRDAYCG 2. @2841 AHRDAYCG 1. @2842 EHRDAYCH 2. @2844 AHRDAYCH 1. @2845 EHRDAYCI 2. @2847 AHRDAYCI 1. @2848 EHRDAYCJ 2. @2850 AHRDAYCJ 1. @2851 EPAYDAYF 2. @2853 APAYDAYF 1. @2854 EPAYDAYG 2. @2856 APAYDAYG 1. @2857 EPAYDAYH 2. @2859 APAYDAYH 1. @2860 EPAYDAYI 2. @2862 APAYDAYI 1. @2863 EPAYDAYJ 2. @2865 APAYDAYJ 1. @2866 TAMTDAYF 3. @2869 AAMTDAYF 1. @2870 TAMTDAYG 3. @2873 AAMTDAYG 1. @2874 TAMTDAYH 3. @2877 AAMTDAYH 1. @2878 TAMTDAYI 3. @2881 AAMTDAYI 1. @2882 TAMTDAYJ 3. @2885 AAMTDAYJ 1. @2886 EWHSPORF 2. @2888 AWHSPORF 1. @2889 EWHSPORG 2. @2891 AWHSPORG 1. @2892 EWHSPORH 2. @2894 AWHSPORH 1. @2895 EWHSPORI 2. @2897 AWHSPORI 1. @2898 EWHSPORJ 2. @2900 AWHSPORJ 1. @2901 EHSPORTF 2. @2903 AHSPORTF 1. @2904 EHSPORTG 2. @2906 AHSPORTG 1. @2907 EHSPORTH 2. @2909 AHSPORTH 1. @2910 EHSPORTI 2. @2912 AHSPORTI 1. @2913 EHSPORTJ 2. @2915 AHSPORTJ 1. @2916 EHRSPORF 2. @2918 AHRSPORF 1. @2919 EHRSPORG 2. @2921 AHRSPORG 1. @2922 EHRSPORH 2. @2924 AHRSPORH 1. @2925 EHRSPORI 2. @2927 AHRSPORI 1. @2928 EHRSPORJ 2. @2930 AHRSPORJ 1. @2931 EPAYSPOF 2. @2933 APAYSPOF 1. @2934 EPAYSPOG 2. @2936 APAYSPOG 1. @2937 EPAYSPOH 2. @2939 APAYSPOH 1. @2940 EPAYSPOI 2. @2942 APAYSPOI 1. @2943 EPAYSPOJ 2. @2945 APAYSPOJ 1. @2946 TAMTSPOF 2. @2948 AAMTSPOF 1. @2949 TAMTSPOG 2. @2951 AAMTSPOG 1. @2952 TAMTSPOH 2. @2954 AAMTSPOH 1. @2955 TAMTSPOI 2. @2957 AAMTSPOI 1. @2958 TAMTSPOJ 2. @2960 AAMTSPOJ 1. @2961 EWHLESSF 2. @2963 AWHLESSF 1. @2964 EWHLESSG 2. @2966 AWHLESSG 1. @2967 EWHLESSH 2. @2969 AWHLESSH 1. @2970 EWHLESSI 2. @2972 AWHLESSI 1. @2973 EWHLESSJ 2. @2975 AWHLESSJ 1. @2976 EHRLES1F 2. @2978 AHRLES1F 1. @2979 EHRLES1G 2. @2981 AHRLES1G 1. @2982 EHRLES1H 2. @2984 AHRLES1H 1. @2985 EHRLES1I 2. @2987 AHRLES1I 1. @2988 EHRLES1J 2. @2990 AHRLES1J 1. @2991 EHRLES2F 2. @2993 AHRLES2F 1. @2994 EHRLES2G 2. @2996 AHRLES2G 1. @2997 EHRLES2H 2. @2999 AHRLES2H 1. @3000 EHRLES2I 2. @3002 AHRLES2I 1. @3003 EHRLES2J 2. @3005 AHRLES2J 1. @3006 EPAYLESF 2. @3008 APAYLESF 1. @3009 EPAYLESG 2. @3011 APAYLESG 1. @3012 EPAYLESH 2. @3014 APAYLESH 1. @3015 EPAYLESI 2. @3017 APAYLESI 1. @3018 EPAYLESJ 2. @3020 APAYLESJ 1. @3021 TAMTLESF 3. @3024 AAMTLESF 1. @3025 TAMTLESG 3. @3028 AAMTLESG 1. @3029 TAMTLESH 3. @3032 AAMTLESH 1. @3033 TAMTLESI 3. @3036 AAMTLESI 1. @3037 TAMTLESJ 3. @3040 AAMTLESJ 1. @3041 EWHCLUBF 2. @3043 AWHCLUBF 1. @3044 EWHCLUBG 2. @3046 AWHCLUBG 1. @3047 EWHCLUBH 2. @3049 AWHCLUBH 1. @3050 EWHCLUBI 2. @3052 AWHCLUBI 1. @3053 EWHCLUBJ 2. @3055 AWHCLUBJ 1. @3056 ECLUBHRF 2. @3058 ACLUBHRF 1. @3059 ECLUBHRG 2. @3061 ACLUBHRG 1. @3062 ECLUBHRH 2. @3064 ACLUBHRH 1. @3065 ECLUBHRI 2. @3067 ACLUBHRI 1. @3068 ECLUBHRJ 2. @3070 ACLUBHRJ 1. @3071 EHRCLUBF 2. @3073 AHRCLUBF 1. @3074 EHRCLUBG 2. @3076 AHRCLUBG 1. @3077 EHRCLUBH 2. @3079 AHRCLUBH 1. @3080 EHRCLUBI 2. @3082 AHRCLUBI 1. @3083 EHRCLUBJ 2. @3085 AHRCLUBJ 1. @3086 EPAYCLUF 2. @3088 APAYCLUF 1. @3089 EPAYCLUG 2. @3091 APAYCLUG 1. @3092 EPAYCLUH 2. @3094 APAYCLUH 1. @3095 EPAYCLUI 2. @3097 APAYCLUI 1. @3098 EPAYCLUJ 2. @3100 APAYCLUJ 1. @3101 TAMTCLUF 2. @3103 AAMTCLUF 1. @3104 TAMTCLUG 2. @3106 AAMTCLUG 1. @3107 TAMTCLUH 2. @3109 AAMTCLUH 1. @3110 TAMTCLUI 2. @3112 AAMTCLUI 1. @3113 TAMTCLUJ 2. @3115 AAMTCLUJ 1. @3116 EWHSCHOF 2. @3118 AWHSCHOF 1. @3119 EWHSCHOG 2. @3121 AWHSCHOG 1. @3122 EWHSCHOH 2. @3124 AWHSCHOH 1. @3125 EWHSCHOI 2. @3127 AWHSCHOI 1. @3128 EWHSCHOJ 2. @3130 AWHSCHOJ 1. @3131 EHSCHO1F 2. @3133 AHSCHO1F 1. @3134 EHSCHO1G 2. @3136 AHSCHO1G 1. @3137 EHSCHO1H 2. @3139 AHSCHO1H 1. @3140 EHSCHO1I 2. @3142 AHSCHO1I 1. @3143 EHSCHO1J 2. @3145 AHSCHO1J 1. @3146 EHRSCH2F 2. @3148 AHRSCH2F 1. @3149 EHRSCH2G 2. @3151 AHRSCH2G 1. @3152 EHRSCH2H 2. @3154 AHRSCH2H 1. @3155 EHRSCH2I 2. @3157 AHRSCH2I 1. @3158 EHRSCH2J 2. @3160 AHRSCH2J 1. @3161 EPAYSCHF 2. @3163 APAYSCHF 1. @3164 EPAYSCHG 2. @3166 APAYSCHG 1. @3167 EPAYSCHH 2. @3169 APAYSCHH 1. @3170 EPAYSCHI 2. @3172 APAYSCHI 1. @3173 EPAYSCHJ 2. @3175 APAYSCHJ 1. @3176 TAMTSCHF 3. @3179 AAMTSCHF 1. @3180 TAMTSCHG 3. @3183 AAMTSCHG 1. @3184 TAMTSCHH 3. @3187 AAMTSCHH 1. @3188 TAMTSCHI 3. @3191 AAMTSCHI 1. @3192 TAMTSCHJ 3. @3195 AAMTSCHJ 1. @3196 EWHOTHEF 2. @3198 AWHOTHEF 1. @3199 EWHOTHEG 2. @3201 AWHOTHEG 1. @3202 EWHOTHEH 2. @3204 AWHOTHEH 1. @3205 EWHOTHEI 2. @3207 AWHOTHEI 1. @3208 EWHOTHEJ 2. @3210 AWHOTHEJ 1. @3211 EOTHEHRF 2. @3213 AOTHEHRF 1. @3214 EOTHEHRG 2. @3216 AOTHEHRG 1. @3217 EOTHEHRH 2. @3219 AOTHEHRH 1. @3220 EOTHEHRI 2. @3222 AOTHEHRI 1. @3223 EOTHEHRJ 2. @3225 AOTHEHRJ 1. @3226 EHROTHEF 2. @3228 AHROTHEF 1. @3229 EHROTHEG 2. @3231 AHROTHEG 1. @3232 EHROTHEH 2. @3234 AHROTHEH 1. @3235 EHROTHEI 2. @3237 AHROTHEI 1. @3238 EHROTHEJ 2. @3240 AHROTHEJ 1. @3241 EPAYOTHF 2. @3243 APAYOTHF 1. @3244 EPAYOTHG 2. @3246 APAYOTHG 1. @3247 EPAYOTHH 2. @3249 APAYOTHH 1. @3250 EPAYOTHI 2. @3252 APAYOTHI 1. @3253 EPAYOTHJ 2. @3255 APAYOTHJ 1. @3256 TAMTOTHF 3. @3259 AAMTOTHF 1. @3260 TAMTOTHG 3. @3263 AAMTOTHG 1. @3264 TAMTOTHH 3. @3267 AAMTOTHH 1. @3268 TAMTOTHI 3. @3271 AAMTOTHI 1. @3272 TAMTOTHJ 3. @3275 AAMTOTHJ 1. @3276 ESCHOOWF 2. @3278 ASCHOOWF 1. @3279 ESCHOOWG 2. @3281 ASCHOOWG 1. @3282 ESCHOOWH 2. @3284 ASCHOOWH 1. @3285 ESCHOOWI 2. @3287 ASCHOOWI 1. @3288 ESCHOOWJ 2. @3290 ASCHOOWJ 1. @3291 EHRSCHWF 2. @3293 AHRSCHWF 1. @3294 EHRSCHWG 2. @3296 AHRSCHWG 1. @3297 EHRSCHWH 2. @3299 AHRSCHWH 1. @3300 EHRSCHWI 2. @3302 AHRSCHWI 1. @3303 EHRSCHWJ 2. @3305 AHRSCHWJ 1. @3306 EHRSCHOF 2. @3308 AHRSCHOF 1. @3309 EHRSCHOG 2. @3311 AHRSCHOG 1. @3312 EHRSCHOH 2. @3314 AHRSCHOH 1. @3315 EHRSCHOI 2. @3317 AHRSCHOI 1. @3318 EHRSCHOJ 2. @3320 AHRSCHOJ 1. @3321 ESELFCAF 2. @3323 ASELFCAF 1. @3324 ESELFCAG 2. @3326 ASELFCAG 1. @3327 ESELFCAH 2. @3329 ASELFCAH 1. @3330 ESELFCAI 2. @3332 ASELFCAI 1. @3333 ESELFCAJ 2. @3335 ASELFCAJ 1. @3336 EKIDHR1F 2. @3338 AKIDHR1F 1. @3339 EKIDHR1G 2. @3341 AKIDHR1G 1. @3342 EKIDHR1H 2. @3344 AKIDHR1H 1. @3345 EKIDHR1I 2. @3347 AKIDHR1I 1. @3348 EKIDHR1J 2. @3350 AKIDHR1J 1. @3351 EKIDHR2F 2. @3353 AKIDHR2F 1. @3354 EKIDHR2G 2. @3356 AKIDHR2G 1. @3357 EKIDHR2H 2. @3359 AKIDHR2H 1. @3360 EKIDHR2I 2. @3362 AKIDHR2I 1. @3363 EKIDHR2J 2. @3365 AKIDHR2J 1. @3366 EDAYCHAF 2. @3368 ADAYCHAF 1. @3369 EDAYCHAG 2. @3371 ADAYCHAG 1. @3372 EDAYCHAH 2. @3374 ADAYCHAH 1. @3375 EDAYCHAI 2. @3377 ADAYCHAI 1. @3378 EDAYCHAJ 2. @3380 ADAYCHAJ 1. @3381 EPAYHELF 2. @3383 APAYHELF 1. @3384 EPAYHELG 2. @3386 APAYHELG 1. @3387 EPAYHELH 2. @3389 APAYHELH 1. @3390 EPAYHELI 2. @3392 APAYHELI 1. @3393 EPAYHELJ 2. @3395 APAYHELJ 1. @3396 EWHOPA1F 2. @3398 EWHOPA2F 2. @3400 EWHOPA3F 2. @3402 EWHOPA4F 2. @3404 AWHOPAF 1. @3405 EWHOPA1G 2. @3407 EWHOPA2G 2. @3409 EWHOPA3G 2. @3411 EWHOPA4G 2. @3413 AWHOPAG 2. @3415 EWHOPA1H 2. @3417 EWHOPA2H 2. @3419 EWHOPA3H 2. @3421 EWHOPA4H 2. @3423 AWHOPAH 1. @3424 EWHOPA1I 2. @3426 EWHOPA2I 2. @3428 EWHOPA3I 2. @3430 EWHOPA4I 2. @3432 AWHOPAI 1. @3433 EWHOPA1J 2. @3435 EWHOPA2J 2. @3437 EWHOPA3J 2. @3439 EWHOPA4J 2. @3441 AWHOPAJ 1. @3442 EARRANGF 2. @3444 AARRANGF 1. @3445 EARRANGG 2. @3447 AARRANGG 1. @3448 EARRANGH 2. @3450 AARRANGH 1. @3451 EARRANGI 2. @3453 AARRANGI 1. @3454 EARRANGJ 2. @3456 AARRANGJ 1. @3457 ELISTF 2. @3459 ALISTF 1. @3460 ELISTG 2. @3462 ALISTG 1. @3463 ELISTH 2. @3465 ALISTH 1. @3466 ELISTI 2. @3468 ALISTI 1. @3469 ELISTJ 2. @3471 ALISTJ 1. @3472 ETIAMT01 2. @3474 ATIAMT01 1. @3475 ETIAMT02 2. @3477 ATIAMT02 1. ; LABEL SSUSEQ = "SU: Sequence Number of Sample Unit - P" SSUID = "SU: Sample Unit Identifier" SPANEL = "SU: Sample Code - Indicates Panel Year" SWAVE = "SU: Wave of data collection" SROTATON = "SU: Rotation of data collection" TFIPSST = "SU: FIPS State Code for fifth month" SHHADID = "SU: Hhld Address ID in fourth referenc" SINTHHID = "SU: Hhld Address ID of person in inter" EOUTCOME = "HH: Interview Status code for fifth mo" RFID = "FA: Family ID Number in month four" RFID2 = "FA: Family ID excluding related subfam" EPPIDX = "PE: Person index" EENTAID = "PE: Address ID of hhld where person en" EPPPNUM = "PE: Person number" EPOPSTAT = "PE: Population status based on age in " EPPINTVW = "PE: Person's interview status at time " EPPMIS4 = "PE: Person's 4th month interview statu" ESEX = "PE: Sex of this person" ERACE = "PE: Race of this person" EORIGIN = "PE: Origin of this person" WPFINWGT = "WW: Person weight" ERRP = "PE: Household relationship" TAGE = "PE: Age as of last birthday" EMS = "PE: Marital status" EPNSPOUS = "PE: Person number of spouse" EPNMOM = "PE: Person number of mother" EPNDAD = "PE: Person number of father" EPNGUARD = "PE: Person number of guardian" RDESGPNT = "PE: Designated parent or guardian flag" EEDUCATE = "ED: Highest Degree received or grade" EAIRUNV = "AIR: Universe indicator." IOTHRBUS = "AIR: Own and operate other business in" IOWNBS96 = "AIR: Own and operate business in 1998" IBSFORM1 = "AIR: Form of business/practice" IBSLOCT1 = "AIR: Location of business" IPRTOWN1 = "AIR: Part owner lives in this HH" IOWNRS11 = "AIR: First other HH member owner" IOWNRS12 = "AIR: Second other HH member owner" IHHOWN1 = "AIR: Business owned only by members of" RPCNTHH1 = "AIR: Percentage of business owned by H" RPCTOWN1 = "AIR: Percentage of business owned in o" TGRSRCP1 = "AIR: Gross receipts of business in 199" TTOTEXP1 = "AIR: Total expenses of business in 199" TNETINC1 = "AIR: Net income from business 1998-pro" TNETINC2 = "AIR: Net income of business in 1998-lo" IOTHINC1 = "AIR: Whether first owner received net " INETIN11 = "AIR: Net income, first other HH owner" TNETIN12 = "AIR: Net income, first other HH owner-" TNETIN13 = "AIR: Net income, first other HH owner-" INETIN21 = "AIR: Net income, second other HH owner" TNETIN22 = "AIR: Net income, second other HH" TNETIN23 = "AIR: Net income, second other HH owner" IBSFORM2 = "AIR: Form of business/practice" IBSLOCT2 = "AIR: Location of business" IPRTOWN2 = "AIR: Whether other HH members were par" IOWNRS21 = "AIR: Name of part-owners" IOWNRS22 = "AIR: Which other HH members part-owner" IHHOWN2 = "AIR: Business owned by members of HH" RPCNTHH2 = "AIR: Percentage of business owned by m" RPCTOWN2 = "AIR: Percentage of business owned by ." TGRSRCP2 = "AIR: Gross receipts of second business" TTOTEXP2 = "AIR: Total expenses of second business" TNETINC3 = "AIR: Net income of second business in" TNETINC4 = "AIR: Net income of second business in" IOTHINC2 = "AIR: Other income in 1998" INETIN31 = "AIR: Net income, first other HH owner" TNETIN32 = "AIR: Net income, first other HH owner-" TNETIN33 = "AIR: Net income, first other HH owner-" INETIN41 = "AIR: Net income, second other HH owner" TNETIN42 = "AIR: Net income, second other HH" TNETIN43 = "AIR: Net income, second other HH owner" TOTHINC3 = "AIR: Net income from other business-pr" TOTHINC4 = "AIR: Net income from other business-lo" IIRAYN = "AIR: Whether retirement account is in " IIRACONT = "AIR: Whether tax-deduct contributions " TTAXCONT = "AIR: Amount of tax-deduct contribution" IIRAWDL = "AIR: Whether withdrawals were made fro" TAMTIRA = "AIR: Amount withdrawn from IRAs in 199" TIRAEARN = "AIR: Amount IRA account in own name ea" IIRATYP1 = "AIR: Assets in IRA accounts-CD or Savi" IIRATYP2 = "AIR: Assets in IRA accounts-Money Mark" IIRATYP3 = "AIR: Assets in IRA accounts-U.S. Govt." IIRATYP4 = "AIR: Assets in IRA accounts-Municipal " IIRATYP5 = "AIR: Assets in IRA accounts-U.S. Savin" IIRATYP6 = "AIR: Assets in IRA accounts-Stocks or " IIRATYP7 = "AIR: Assets in IRA accounts-Other asse" IKEOGHYN = "AIR: Whether ... has a Keogh account" IKEOGHCN = "AIR: Whether tax-deduct contributions " TTXKEOGH = "AIR: Amount of tax-deduct contribution" IKEOGHWD = "AIR: Whether withdrawals were made fro" TATKEOGH = "AIR: Amount withdrawn from Keogh accou" TKEOGHER = "AIR: Amount Keogh accts. in own name e" IKEOHTP1 = "AIR: Assets in Keogh-CD or Savings" IKEOHTP2 = "AIR: Assets in Keogh-Money Market Fund" IKEOHTP3 = "AIR: Assets in Keogh-Govt. Securities" IKEOHTP4 = "AIR: Assets in Keogh-Municipal or Corp" IKEOHTP5 = "AIR: Assets in Keogh-U.S. Savings Bond" IKEOHTP6 = "AIR: Assets in Keogh-Stocks or Mutual " IKEOHTP7 = "AIR: Assets in Keogh-Other assets" ITHRFTYN = "AIR: Whether employee involved in" TTHFTCNT = "AIR: Amount contributed to thrift/401k" ITHFTWDL = "AIR: Were withdrawals made from thrift" TTHFTAMT = "AIR: Amount withdrawn from thrift/401k" TTHFTERN = "AIR: Amount of earnings from thrift/40" ITHFTYP1 = "AIR: Assets in 401k plan-Money Market " ITHFTYP2 = "AIR: Assets in 401k plan-Govt. Securit" ITHFTYP3 = "AIR: Assets in 401k plan-Municipal or " ITHFTYP4 = "AIR: Assets in 401k plan-Stocks or Mut" ITHFTYP5 = "AIR: Assets in 401k plan-Other assets" EATXUNV = "TAX: Universe indicator." ITAXFLYN = "TAX: Whether ... filed Federal income " ITAXCOPY = "TAX: Whether ... has a copy of tax for" TFILSTAT = "TAX: Filing status on 1998 Federal tax" TTOTEXMP = "TAX: Number of exemptions claimed on r" IEXEMP01 = "TAX: First person claimed as an exempt" IEXEMP02 = "TAX: Second person claimed as an exemp" IEXEMP03 = "TAX: Third person claimed as an exempt" IEXEMP04 = "TAX: Fourth person claimed as an exemp" IEXEMP05 = "TAX: Fifth person claimed as an exempt" IEXEMP06 = "TAX: Sixth person claimed as an exempt" IEXMPOUT = "TAX: Number of persons claimed as an" IEXNMOUT = "TAX: Number of persons claimed as an" IOUTRL01 = "TAX: First person's relationship" IOUTRL02 = "TAX: Second person's relationship" IOUTRL03 = "TAX: Third person's relationship" IOUTRL04 = "TAX: Fourth person's relationship" IOUTRL05 = "TAX: Fifth person's relationship" IOUTRL06 = "TAX: Sixth person's relationship" IOUTRL07 = "TAX: Seventh person's relationship" IOUTRL08 = "TAX: Eighth person's relationship" IOUTRL09 = "TAX: Ninth person's relationship" IOUTRL10 = "TAX: Tenth person's relationship" IFILFORM = "TAX: Form 1040 filed" ISCHEDA = "TAX: Schedule A filed with 1998 tax re" ISCHEDD = "TAX: Schedule D filed with 1998 tax re" TAMTDEDT = "TAX: Amount of itemized deductions" ICCEXPEN = "TAX: Child and dependent care expense " TCCAMT = "TAX: Amount of child and dependent car" ICAREX01 = "TAX: First child and dependent care ex" ICAREX02 = "TAX: Second child and dependent care e" ICAREX03 = "TAX: Third child and dependent care ex" ICAREX04 = "TAX: Fourth child and dependent care e" ICAREX05 = "TAX: Fifth child and dependent care ex" ICAREX06 = "TAX: Sixth child and dependent care ex" ICAREX07 = "TAX: Seventh child and dependent care" ICAREX08 = "TAX: Eighth child and dependent care e" ICAREX09 = "TAX: Ninth child and dependent care ex" ICAREX10 = "TAX: Tenth child and dependent care ex" ICAREX11 = "TAX: Eleventh child and dependent care" ICAREX12 = "TAX: Twelfth child and dependent care" ICAREX13 = "TAX: Thirteenth child and dependent ca" ICAREX14 = "TAX: Fourteenth child and dependent ca" ICAREX15 = "TAX: Fifteenth child and dependent car" ICAREX16 = "TAX: Sixteenth child and dependent car" ICAREX17 = "TAX: Seventeeth child and dependent ca" ICAREX18 = "TAX: Eighteenth child and dependent ca" ICAREX19 = "TAX: Nineteenth child and dependent ca" ICAREX20 = "TAX: Twentieth child and dependent car" ICAREX21 = "TAX: Twenty-first child and dependent " ICAREX22 = "TAX: Twenty-second child and dependent" ICAREX23 = "TAX: Twenty-third child and dependent " ICAREX24 = "TAX: Twenty-fourth child and dependent" ICAREX25 = "TAX: Twenty-fifth child and dependent " ICAREX26 = "TAX: Twenty-sixth child and dependent " ICAREX27 = "TAX: Twenty-seventh child and dependen" ICAREX28 = "TAX: Twenty-eighth child and dependent" ICAREX29 = "TAX: Twenty-ninth child and dependent " ICAREX30 = "TAX: Thirtieth child and dependent car" IDSABCRD = "TAX: Credit claimed for elderly or dis" TDSABAMT = "TAX: Amount of elderly or disabled cre" TSAPGAIN = "TAX: Amount of gains or losses from" TADJINCM = "TAX: Adjusted gross income in 1998" TNETTAX = "TAX: Net tax liability in 1998" IERNDCRD = "TAX: Whether earned income credit was" TERNDAMT = "TAX: Amount of earned income credit cl" IEICEX01 = "TAX: First person where an earned inco" IEICEX02 = "TAX: Second person where an earned inc" IEICEX03 = "TAX: Third person where an earned inco" IEICEX04 = "TAX: Fourth person where an earned inc" IEICEX05 = "TAX: Fifth person where an earned inco" IEICEX06 = "TAX: Sixth person where an earned inco" IEICEX07 = "TAX: Seventh person where an earned in" IEICEX08 = "TAX: Eighth person where an earned inc" IEICEX09 = "TAX: Ninth person where an earned inco" IEICEX10 = "TAX: Tenth person where an earned inco" IEICEX11 = "TAX: Eleventh person where an earned i" IEICEX12 = "TAX: Twelfth person where an earned in" IEICEX13 = "TAX: Thirteenth person where earned in" IEICEX14 = "TAX: Fourteenth person where earned in" IEICEX15 = "TAX: Fifteenth person where earned inc" IEICEX16 = "TAX: Sixteenth person where earned inc" IEICEX17 = "TAX: Seventeenth person where earned i" IEICEX18 = "TAX: Eighteenth person where earned in" IEICEX19 = "TAX: Nineteenth person where earned in" IEICEX20 = "TAX: Twentieth person where earned inc" IEICEX21 = "TAX: Twenty-first person where earned " IEICEX22 = "TAX: Twenty-second person where earned" IEICEX23 = "TAX: Twenty-third person where earned " IEICEX24 = "TAX: Twenty-fourth person where earned" IEICEX25 = "TAX: Twenty-fifth person where earned " IEICEX26 = "TAX: Twenty-sixth person where earned " IEICEX27 = "TAX: Twenty-seventh person where earne" IEICEX28 = "TAX: Twenty-eighth person where earned" IEICEX29 = "TAX: Twenty-ninth person where an earn" IEICEX30 = "TAX: Thirtieth person where an earned " IPROPTAX = "TAX: Property taxes paid on residence " IPROPJNT = "TAX: Property tax pd jointly with some" IPROPN01 = "TAX: First person who made joint payme" IPROPN02 = "TAX: Second person who made joint paym" IPROPN03 = "TAX: Third person who made joint payme" IPROPN04 = "TAX: Fourth person who made joint paym" IPROPN05 = "TAX: Fifth person who made joint payme" IPROPN06 = "TAX: Sixth person who made joint payme" IPROPN07 = "TAX: Seventh person who made joint pay" IPROPN08 = "TAX: Eighth person who made joint paym" IPROPN09 = "TAX: Ninth person who made joint payme" IPROPN10 = "TAX: Tenth person who made joint payme" IPROPN11 = "TAX: Eleventh person who made joint pa" IPROPN12 = "TAX: Twelfth person who made joint pay" IPROPN13 = "TAX: Thirteenth person who made joint" IPROPN14 = "TAX: Fourteenth person who made joint" IPROPN15 = "TAX: Fifteenth person who made joint" IPROPN16 = "TAX: Sixteenth person who made joint" IPROPN17 = "TAX: Seventeenth person who made joint" IPROPN18 = "TAX: Eighteenth person who made joint" IPROPN19 = "TAX: Nineteenth person who made joint" IPROPN20 = "TAX: Twentieth person who made joint" IPROPN21 = "TAX: Twenty-first person who made join" IPROPN22 = "TAX: Twenty-second person who made joi" IPROPN23 = "TAX: Twenty-third person who made join" IPROPN24 = "TAX: Twenty-fourth person who made joi" IPROPN25 = "TAX: Twenty-fifth person who made join" IPROPN26 = "TAX: Twenty-sixth person who made join" IPROPN27 = "TAX: Twenty-seventh person who made jo" IPROPN28 = "TAX: Twenty-eighth person who made joi" IPROPN29 = "TAX: Twenty-ninth person who made join" IPROPN30 = "TAX: Thirtieth person who made joint" TTAXBILL = "TAX: Property tax bill for your reside" EPWSUNV = "WS: Universe indicator." EWSEMPCT = "WS: Number of employers" AWSEMPCT = "WS: Allocation flag for EWSEMPCT" EWSENO1 = "WS: Employer Number" EWSBNO1 = "WS: Business Number" EWSENO2 = "WS: Employer Number" EWSBNO2 = "WS: Business Number" EWSHRS1 = "WS: Number of hours worked per day in " AWSHRS1 = "WS: Allocation flag for EWSHRS1" EWSDYS1 = "WS: Number of days worked at job 1" AWSDYS1 = "WS: Allocation flag for EWSDY1" EWSDAY11 = "WS: Worked Sunday at job 1" AWSDAY11 = "WS: Allocation flag for EWSDAY11" EWSDAY12 = "WS: Worked Monday at job 1" AWSDAY12 = "WS: Allocation flag for EWSDAY12" EWSDAY13 = "WS: Worked Tuesday at job 1" AWSDAY13 = "WS: Allocation flag for EWSDAY13" EWSDAY14 = "WS: Worked Wednesday at job 1" AWSDAY14 = "WS: Allocation flag for EWSDAY14" EWSDAY15 = "WS: Worked Thursday at job 1" AWSDAY15 = "WS: Allocation flag for EWSDAY15" EWSDAY16 = "WS: Worked Friday at job 1" AWSDAY16 = "WS: Allocation flag for EWSDAY16" EWSDAY17 = "WS: Worked Saturday at job 1" AWSDAY17 = "WS: Allocation flag for EWSDAY17" EWSBEG1 = "WS: Time of day work began at job 1" AWSBEG1 = "WS: Allocation flag for EWSBEG1" EWSBEGM1 = "WS: AM/PM for time of day work began" AWSBEGM1 = "WS: Allocation flag for EWSBEGM1" EWSEND1 = "WS: Time of day work ended at job 1" AWSEND1 = "WS: Allocation flag for EWSEND1" EWSENDM1 = "WS: AM/PM for time work ended at job 1" AWSENDM1 = "WS: Allocation flag for EWSENDM1" EWSHMWK1 = "WS: Worked at home at job 1" AWSHMWK1 = "WS: Allocation flag for EWSHMWK1" EWSDY11 = "WS: Worked at home on Sunday at job 1" AWSDY11 = "WS: Allocation flag for EWSDY11" EWSDY12 = "WS: Worked at home on Monday at job 1" AWSDY12 = "WS: Allocation flag for EWSDY12" EWSDY13 = "WS: Worked at home on Tuesday at job 1" AWSDY13 = "WS: Allocation flag for EWSDY13" EWSDY14 = "WS: Worked at home on Wednesday at job" AWSDY14 = "WS: Allocation flag for EWSDY14" EWSDY15 = "WS: Worked at home on Thursday at job " AWSDY15 = "WS: Allocation flag for EWSDY15" EWSDY16 = "WS: Worked at home on Friday at job 1" AWSDY16 = "WS: Allocation flag for EWSDY16" EWSDY17 = "WS: Worked at home on Saturday at job " AWSDY17 = "WS: Allocation flag for EWSDY17" EWSJOB1 = "WS: Type of schedule work for job 1" AWSJOB1 = "WS: Allocation flag for EWSJOB1" EWSMNR1 = "WS: Reason for type of work schedule -" AWSMNR1 = "WS: Allocation flag for EWSMNR1" EWSHRS2 = "WS: Number of hours per day in job 2" AWSHRS2 = "WS: Allocation flag for EWSHRS2" EWSDYS2 = "WS: Number of days worked at job 2" AWSDYS2 = "WS: Allocation flag for EWSDY2" EWSDAY21 = "WS: Worked Sunday at job 2" AWSDAY21 = "WS: Allocation flag for EWSDAY21" EWSDAY22 = "WS: Worked Monday at job 2" AWSDAY22 = "WS: Allocation flag for EWSDAY22" EWSDAY23 = "WS: Worked Tuesday at job 2" AWSDAY23 = "WS: Allocation flag for EWSDAY23" EWSDAY24 = "WS: Worked Wednesday at job 2" AWSDAY24 = "WS: Allocation flag for EWSDAY24" EWSDAY25 = "WS: Worked Thursday at job 2" AWSDAY25 = "WS: Allocation flag for EWSDAY25" EWSDAY26 = "WS: Worked Friday at job 2" AWSDAY26 = "WS: Allocation flag for EWSDAY26" EWSDAY27 = "WS: Worked Saturday at job 2" AWSDAY27 = "WS: Allocation flag for EWSDAY27" EWSBEG2 = "WS: Time of day began work at job 2" AWSBEG2 = "WS: Allocation flag for EWSBEG2" EWSBEGM2 = "WS: AM/PM for time of day work began" AWSBEGM2 = "WS: Allocation flag for EWSBEGM2" EWSEND2 = "WS: Time of day work ended at job 2" AWSEND2 = "WS: Allocation flag for EWSEND2" EWSENDM2 = "WS: AM/PM for time work ended at job 2" AWSENDM2 = "WS: Allocation flag for EWSENDM2" EWSHMWK2 = "WS: Worked at home at job 2" AWSHMWK2 = "WS: Allocation flag for EWSHMWK2" EWSDY21 = "WS: Worked at home on Sunday at job 2" AWSDY21 = "WS: Allocation flag for EWSDY21" EWSDY22 = "WS: Worked at home on Monday at job 2" AWSDY22 = "WS: Allocation flag for EWSDY22" EWSDY23 = "WS: Worked at home on Tuesday at job 2" AWSDY23 = "WS: Allocation flag for EWSDY23" EWSDY24 = "WS: Worked at home on Wednesday at job" AWSDY24 = "WS: Allocation flag for EWSDY24" EWSDY25 = "WS: Worked at home on Thursday at job " AWSDY25 = "WS: Allocation flag for EWSDY25" EWSDY26 = "WS: Worked at home on Friday at job 2" AWSDY26 = "WS: Allocation flag for EWSDY26" EWSDY27 = "WS: Worked at home on Saturday at job " AWSDY27 = "WS: Allocation flag for EWSDY27" EWSJOB2 = "WS: Type of schedule work for job 2" AWSJOB2 = "WS: Allocation flag for EWSJOB2" EWSMNR2 = "WS: Reason for type of work schedule -" AWSMNR2 = "WS: Allocation flag for EWSMNR2" ECCUNV = "CC: Universe indicator." EHRWKSCH = "CC: Hours per week spent in school" AHRWKSCH = "CC: Allocation flag for EHRWKSCH" RRHRSWK = "CC: Recoded hours worked or attended s" EHRWKJOB = "CC: Hours spent looking for a job" AHRWKJOB = "CC: Allocation flag for EHRWKJOB" ECCPNUMA = "CC: Person number of YOUNGEST child" ECCPNUMB = "CC: Person number of 2nd YOUNGEST chil" ECCPNUMC = "CC: Person number of 3rd YOUNGEST chil" ECCPNUMD = "CC: Person number of 4th YOUNGEST chil" ECCPNUME = "CC: Person number of 5th YOUNGEST chil" ECCAGEA = "CC: Age of the YOUNGEST child" ECCAGEB = "CC: Age of the 2nd YOUNGEST child" ECCAGEC = "CC: Age of the 3rd YOUNGEST child" ECCAGED = "CC: Age of the 4th YOUNGEST child" ECCAGEE = "CC: Age of the 5th YOUNGEST child" ECKD01A = "CC: Arrangement of other parent or" ECKD01B = "CC: Arrangement of other parent or" ECKD01C = "CC: Arrangement of other parent or" ECKD01D = "CC: Arrangement of other parent or" ECKD01E = "CC: Arrangement of other parent or" ECKD02A = "CC: Arrangement of parent or guardian" ECKD02B = "CC: Arrangement of parent or guardian" ECKD02C = "CC: Arrangement of parent or guardian" ECKD02D = "CC: Arrangement of parent or guardian" ECKD02E = "CC: Arrangement of parent or guardian" ECKD03A = "CC: Arrangement of sibling age 15 or o" ECKD03B = "CC: Arrangement of sibling age 15 or o" ECKD03C = "CC: Arrangement of sibling age 15 or o" ECKD03D = "CC: Arrangement of sibling age 15 or o" ECKD03E = "CC: Arrangement of sibling age 15 or o" ECKD04A = "CC: Arrangement of sibling under age 1" ECKD04B = "CC: Arrangement of sibling under age 1" ECKD04C = "CC: Arrangement of sibling under age 1" ECKD04D = "CC: Arrangement of sibling under age 1" ECKD04E = "CC: Arrangement of sibling under age 1" ECKD05A = "CC: Arrangement of grandparent" ECKD05B = "CC: Arrangement of grandparent" ECKD05C = "CC: Arrangement of grandparent" ECKD05D = "CC: Arrangement of grandparent" ECKD05E = "CC: Arrangement of grandparent" ECKD06A = "CC: Arrangement of any other relative" ECKD06B = "CC: Arrangement of any other relative" ECKD06C = "CC: Arrangement of any other relative" ECKD06D = "CC: Arrangement of any other relative" ECKD06E = "CC: Arrangement of any other relative" ECKD07A = "CC: Arrangement of family daycare prov" ECKD07B = "CC: Arrangement of family daycare prov" ECKD07C = "CC: Arrangement of family daycare prov" ECKD07D = "CC: Arrangement of family daycare prov" ECKD07E = "CC: Arrangement of family daycare prov" ECKD08A = "CC: Arrangement of child or day care c" ECKD08B = "CC: Arrangement of child or day care c" ECKD08C = "CC: Arrangement of child or day care c" ECKD08D = "CC: Arrangement of child or day care c" ECKD08E = "CC: Arrangement of child or day care c" ECKD09A = "CC: Arrangement of nursery or preschoo" ECKD09B = "CC: Arrangement of nursery or preschoo" ECKD09C = "CC: Arrangement of nursery or preschoo" ECKD09D = "CC: Arrangement of nursery or preschoo" ECKD09E = "CC: Arrangement of nursery or preschoo" ECKD10A = "CC: Arrangement of Head Start program" ECKD10B = "CC: Arrangement of Head Start program" ECKD10C = "CC: Arrangement of Head Start program" ECKD10D = "CC: Arrangement of Head Start program" ECKD10E = "CC: Arrangement of Head Start program" ECKD11A = "CC: Arrangement of a non-relative" ECKD11B = "CC: Arrangement of a non-relative" ECKD11C = "CC: Arrangement of a non-relative" ECKD11D = "CC: Arrangement of a non-relative" ECKD11E = "CC: Arrangement of a non-relative" ACCAREA = "CC: Allocation flag for the YOUNGEST c" ACCAREB = "CC: Allocation flag for the 2nd YOUNGE" ACCAREC = "CC: Allocation flag for the 3rd YOUNGE" ACCARED = "CC: Allocation flag for the 4th YOUNGE" ACCAREE = "CC: Allocation flag for the 5th YOUNGE" ECKD03AA = "CC: Arrangement of sibling age 15 or o" ECKD03AB = "CC: Arrangement of sibling age 15 or o" ECKD03AC = "CC: Arrangement of sibling age 15 or o" ECKD03AD = "CC: Arrangement of sibling age 15 or o" ECKD03AE = "CC: Arrangement of sibling age 15 or o" ECKD04AA = "CC: Arrangement of sibling under age 1" ECKD04AB = "CC: Arrangement of sibling under age 1" ECKD04AC = "CC: Arrangement of sibling under age 1" ECKD04AD = "CC: Arrangement of sibling under age 1" ECKD04AE = "CC: Arrangement of sibling under age 1" ECKD05AA = "CC: Arrangement of grandparent" ECKD05AB = "CC: Arrangement of grandparent" ECKD05AC = "CC: Arrangement of grandparent" ECKD05AD = "CC: Arrangement of grandparent" ECKD05AE = "CC: Arrangement of grandparent" ECKD06AA = "CC: Arrangement of any other relative" ECKD06AB = "CC: Arrangement of any other relative" ECKD06AC = "CC: Arrangement of any other relative" ECKD06AD = "CC: Arrangement of any other relative" ECKD06AE = "CC: Arrangement of any other relative" ECKD07AA = "CC: Arrangement of family day care pro" ECKD07AB = "CC: Arrangement of family day care pro" ECKD07AC = "CC: Arrangement of family day care pro" ECKD07AD = "CC: Arrangement of family day care pro" ECKD07AE = "CC: Arrangement of family day care pro" ECKD08AA = "CC: Arrangement of child care or day c" ECKD08AB = "CC: Arrangement of child care or day c" ECKD08AC = "CC: Arrangement of child care or day c" ECKD08AD = "CC: Arrangement of child care or day c" ECKD08AE = "CC: Arrangement of child care or day c" ECKD09AA = "CC: Arrangement of a nursery or presch" ECKD09AB = "CC: Arrangement of a nursery or presch" ECKD09AC = "CC: Arrangement of a nursery or presch" ECKD09AD = "CC: Arrangement of a nursery or presch" ECKD09AE = "CC: Arrangement of a nursery or presch" ECKD10AA = "CC: Arrangement of Head Start program" ECKD10AB = "CC: Arrangement of Head Start program" ECKD10AC = "CC: Arrangement of Head Start program" ECKD10AD = "CC: Arrangement of Head Start program" ECKD10AE = "CC: Arrangement of Head Start program" ECKD11AA = "CC: Arrangement of a non-relative" ECKD11AB = "CC: Arrangement of a non-relative" ECKD11AC = "CC: Arrangement of a non-relative" ECKD11AD = "CC: Arrangement of a non-relative" ECKD11AE = "CC: Arrangement of a non-relative" ACCARE1A = "CC: Allocation flag for the YOUNGEST c" ACCARE1B = "CC: Allocation flag for the 2nd YOUNGE" ACCARE1C = "CC: Allocation flag for the 3rd YOUNGE" ACCARE1D = "CC: Allocation flag for the 4th YOUNGE" ACCARE1E = "CC: Allocation flag for the 5th YOUNGE" EWHEPARA = "CC: Place the parent cared for the YOU" AWHEPARA = "CC: Allocation flag for EWHEPARA" EWHEPARB = "CC: Place the parent cared for the 2nd" AWHEPARB = "CC: Allocation flag for EWHEPARB" EWHEPARC = "CC: Place the parent cared for the 3rd" AWHEPARC = "CC: Allocation flag for EWHEPARC" EWHEPARD = "CC: Place the parent cared for the 4th" AWHEPARD = "CC: Allocation flag for EWHEPARD" EWHEPARE = "CC: Place the parent cared for the 5th" AWHEPARE = "CC: Allocation flag for EWHEPARE" EPARHR1A = "CC: Hours the other parent cared for t" APARHR1A = "CC: Allocation flag for EPARHR1A" EPARHR1B = "CC: Hours the other parent cared for t" APARHR1B = "CC: Allocation flag for EPARHR1B" EPARHR1C = "CC: Hours the other parent cared for t" APARHR1C = "CC: Allocation flag for EPARHR1C" EPARHR1D = "CC: Hours the other parent cared for t" APARHR1D = "CC: Allocation flag for EPARHR1D" EPARHR1E = "CC: Hours the other parent cared for t" APARHR1E = "CC: Allocation flag for EPARHR1E" EPARHR2A = "CC: Hours cared for YOUNGEST CHILD by " APARHR2A = "CC: Allocation flag for EPARHR2A" EPARHR2B = "CC: Hours cared for SECOND YOUNGEST CH" APARHR2B = "CC: Allocation flag for EPARHR2B" EPARHR2C = "CC: Hours cared for THIRD YOUNGEST CHI" APARHR2C = "CC: Allocation flag for EPARHR2C" EPARHR2D = "CC: Hours cared for FOURTH YOUNGEST CH" APARHR2D = "CC: Allocation flag for EPARHR2D" EPARHR2E = "CC: Hours cared for FIFTH YOUNGEST CHI" APARHR2E = "CC: Allocation flag for EPARHR2E" EWHSELFA = "CC: Place the parent cared for the YOU" AWHSELFA = "CC: Allocation flag for EWHSELFA" EWHSELFB = "CC: Place the parent cared for the 2nd" AWHSELFB = "CC: Allocation flag for EWHSELFB" EWHSELFC = "CC: Place the parent cared for the 3rd" AWHSELFC = "CC: Allocation flag for EWHSELFC" EWHSELFD = "CC: Place the parent cared for the 4th" AWHSELFD = "CC: Allocation flag for EWHSELFD" EWHSELFE = "CC: Place the parent cared for the 5th" AWHSELFE = "CC: Allocation flag for EWHSELFE" ESELFHRA = "CC: Hours cared for the YOUNGEST child" ASELFHRA = "CC: Allocation flag for ESELFHRA" ESELFHRB = "CC: Hours cared for the 2nd YOUNGEST c" ASELFHRB = "CC: Allocation flag for ESELFHRB" ESELFHRC = "CC: Hours cared for the 3rd YOUNGEST c" ASELFHRC = "CC: Allocation flag for ESELFHRC" ESELFHRD = "CC: Hours cared for the 4th YOUNGEST c" ASELFHRD = "CC: Allocation flag for ESELFHRD" ESELFHRE = "CC: Hours cared for the 5th YOUNGEST c" ASELFHRE = "CC: Allocation flag for ESELFHRE" EWHSB15A = "CC: Place the sibling cared for the YO" AWHSB15A = "CC: Allocation flag for EWHSB15A" EWHSB15B = "CC: Place the sibling cared for the 2n" AWHSB15B = "CC: Allocation flag for EWHSB15B" EWHSB15C = "CC: Place the sibling cared for the 3r" AWHSB15C = "CC: Allocation flag for EWHSB15C" EWHSB15D = "CC: Place the sibling cared for the 4t" AWHSB15D = "CC: Allocation flag for EWHSB15D" EWHSB15E = "CC: Place the sibling cared for the 5t" AWHSB15E = "CC: Allocation flag for EWHSB15E" EWHSBHRA = "CC: Hours the sibling cared for the YO" AWHSBHRA = "CC: Allocation flag for EWHSBHRA" EWHSBHRB = "CC: Hours the sibling cared for the 2n" AWHSBHRB = "CC: Allocation flag for EWHSBHRB" EWHSBHRC = "CC: Hours the sibling cared for the 3r" AWHSBHRC = "CC: Allocation flag for EWHSBHRC" EWHSBHRD = "CC: Hours the sibling cared for the 4t" AWHSBHRD = "CC: Allocation flag for EWHSBHRD" EWHSBHRE = "CC: Hours the sibling cared for the 5t" AWHSBHRE = "CC: Allocation flag for EWHSBHRE" EHRSB15A = "CC: Hours sibling cared for the YOUNGE" AHRSB15A = "CC: Allocation flag for EHRSB15A" EHRSB15B = "CC: Hours sibling cared for the SECOND" AHRSB15B = "CC: Allocation flag for EHRSB15B" EHRSB15C = "CC: Hours sibling cared for the THIRD" AHRSB15C = "CC: Allocation flag for EHRSB15C" EHRSB15D = "CC: Hours sibling cared for the FOURTH" AHRSB15D = "CC: Allocation flag for EHRSB15D" EHRSB15E = "CC: Hours sibling cared for the FIFTH" AHRSB15E = "CC: Allocation flag for EHRSB15E" EWHSB14A = "CC: Place the sibling cared for the YO" AWHSB14A = "CC: Allocation flag for EWHSB14A" EWHSB14B = "CC: Place the sibling cared for the 2n" AWHSB14B = "CC: Allocation flag for EWHSB14B" EWHSB14C = "CC: Place the sibling cared for the 3r" AWHSB14C = "CC: Allocation flag for EWHSB14C" EWHSB14D = "CC: Place the sibling cared for the 4t" AWHSB14D = "CC: Allocation flag for EWHSB14D" EWHSB14E = "CC: Place the sibling cared for the 5t" AWHSB14E = "CC: Allocation flag for EWHSB14E" ESB14HRA = "CC: Hours the sibling cared for the YO" ASB14HRA = "CC: Allocation flag for ESB14HRA" ESB14HRB = "CC: Hours the sibling cared for the 2n" ASB14HRB = "CC: Allocation flag for ESB14HRB" ESB14HRC = "CC: Hours the sibling cared for the 3r" ASB14HRC = "CC: Allocation flag for ESB14HRC" ESB14HRD = "CC: Hours the sibling cared for the 4t" ASB14HRD = "CC: Allocation flag for ESB14HRD" ESB14HRE = "CC: Hours the sibling cared for the 5t" ASB14HRE = "CC: Allocation flag for ESB14HRE" EHRSB14A = "CC: Hours sibling cared for the YOUNGE" AHRSB14A = "CC: Allocation flag for EHRSB14A" EHRSB14B = "CC: Hours sibling cared for the SECOND" AHRSB14B = "CC: Allocation flag for EHRSB14B" EHRSB14C = "CC: Hours sibling cared for the THIRD" AHRSB14C = "CC: Allocation flag for EHRSB14C" EHRSB14D = "CC: Hours sibling cared for the FOURTH" AHRSB14D = "CC: Allocation flag for EHRSB14D" EHRSB14E = "CC: Hours sibling cared for the FIFTH" AHRSB14E = "CC: Allocation flag for EHRSB14E" EWHGRANA = "CC: Place the grandparent cared for th" AWHGRANA = "CC: Allocation flag for EWHGRANA" EWHGRANB = "CC: Place the grandparent cared for th" AWHGRANB = "CC: Allocation flag for EWHGRANB" EWHGRANC = "CC: Place the grandparent cared for th" AWHGRANC = "CC: Allocation flag for EWHGRANC" EWHGRAND = "CC: Place the grandparent cared for th" AWHGRAND = "CC: Allocation flag for EWHGRAND" EWHGRANE = "CC: Place the grandparent cared for th" AWHGRANE = "CC: Allocation flag for EWHGRANE" EGRANHRA = "CC: Hours the grandparent cared for th" AGRANHRA = "CC: Allocation flag for EGRANHRA" EGRANHRB = "CC: Hours the grandparent cared for th" AGRANHRB = "CC: Allocation flag for EGRANHRB" EGRANHRC = "CC: Hours the grandparent cared for th" AGRANHRC = "CC: Allocation flag for EGRANHRC" EGRANHRD = "CC: Hours the grandparent cared for th" AGRANHRD = "CC: Allocation flag for EGRANHRD" EGRANHRE = "CC: Hours the grandparent cared for th" AGRANHRE = "CC: Allocation flag for EGRANHRE" EHRGRANA = "CC: Hours grandparent cared for the YO" AHRGRANA = "CC: Allocation flag for EHRGRANA" EHRGRANB = "CC: Hours grandparent cared for the SE" AHRGRANB = "CC: Allocation flag for EHRGRANB" EHRGRANC = "CC: Hours grandparent cared for the TH" AHRGRANC = "CC: Allocation flag for EHRGRANC" EHRGRAND = "CC: Hours grandparent cared for the FO" AHRGRAND = "CC: Allocation flag for EHRGRAND" EHRGRANE = "CC: Hours grandparent cared for the FI" AHRGRANE = "CC: Allocation flag for EHRGRANE" EPAYGRAA = "CC: Paid grandparent to care for the" APAYGRAA = "CC: Allocation flag for EPAYGRAA" EPAYGRAB = "CC: Paid grandparent to care for the 2" APAYGRAB = "CC: Allocation flag for EPAYGRAB" EPAYGRAC = "CC: Paid grandparent to care for the 3" APAYGRAC = "CC: Allocation flag for EPAYGRAC" EPAYGRAD = "CC: Paid grandparent to care for the 4" APAYGRAD = "CC: Allocation flag for EPAYGRAD" EPAYGRAE = "CC: Paid grandparent to care for the 5" APAYGRAE = "CC: Allocation flag for EPAYGRAE" TAMTGRAA = "CC: Amt paid to grandparent for watchi" AAMTGRAA = "CC: Allocation flag for EAMTGRAA" TAMTGRAB = "CC: Amt paid to grandparent for watchi" AAMTGRAB = "CC: Allocation flag for EAMTGRAB" TAMTGRAC = "CC: Amt paid to grandparent for watchi" AAMTGRAC = "CC: Allocation flag for EAMTGRAC" TAMTGRAD = "CC: Amt paid to grandparent for watchi" AAMTGRAD = "CC: Allocation flag for EAMTGRAD" TAMTGRAE = "CC: Amt paid to grandparent for watchi" AAMTGRAE = "CC: Allocation flag for EAMTGRAE" EWHRELAA = "CC: Place the YOUNGEST child was cared" AWHRELAA = "CC: Allocation flag for EWHRELAA" EWHRELAB = "CC: Place the 2nd YOUNGEST child was c" AWHRELAB = "CC: Allocation flag for EWHRELAB" EWHRELAC = "CC: Place the 3rd YOUNGEST child was c" AWHRELAC = "CC: Allocation flag for EWHRELAC" EWHRELAD = "CC: Place the 4th YOUNGEST child was c" AWHRELAD = "CC: Allocation flag for EWHRELAD" EWHRELAE = "CC: Place the 5th YOUNGEST child was c" AWHRELAE = "CC: Allocation flag for EWHRELAE" ERELHR1A = "CC: Hours relative cared for the YOUNG" ARELHR1A = "CC: Allocation flag for ERELHR1A" ERELHR1B = "CC: Hours relative cared for the 2nd" ARELHR1B = "CC: Allocation flag for ERELHR1B" ERELHR1C = "CC: Hours relative cared for the 3rd" ARELHR1C = "CC: Allocation flag for ERELHR1C" ERELHR1D = "CC: Hours relative cared for the 4th" ARELHR1D = "CC: Allocation flag for ERELHR1D" ERELHR1E = "CC: Hours relative cared for the 5th" ARELHR1E = "CC: Allocation flag for ERELHR1E" ERELHR2A = "CC: Hours relative cared for the YOUNG" ARELHR2A = "CC: Allocation flag for ERELHR2A" ERELHR2B = "CC: Hours relative cared for the SECON" ARELHR2B = "CC: Allocation flag for ERELHR2B" ERELHR2C = "CC: Hours relative cared for the THIRD" ARELHR2C = "CC: Allocation flag for ERELHR2C" ERELHR2D = "CC: Hours relative cared for the FOURT" ARELHR2D = "CC: Allocation flag for ERELHR2D" ERELHR2E = "CC: Hours relative cared for the FIFTH" ARELHR2E = "CC: Allocation flag for ERELHR2E" EPAYRELA = "CC: Paid other relative to care for th" APAYRELA = "CC: Allocation flag for EPAYRELA" EPAYRELB = "CC: Paid other relative to care for th" APAYRELB = "CC: Allocation flag for EPAYRELB" EPAYRELC = "CC: Paid other relative to care for th" APAYRELC = "CC: Allocation flag for EPAYRELC" EPAYRELD = "CC: Paid other relative to care for th" APAYRELD = "CC: Allocation flag for EPAYRELD" EPAYRELE = "CC: Paid other relative to care for th" APAYRELE = "CC: Allocation flag for EPAYRELE" TAMTRELA = "CC: Money parent paid to the relative " AAMTRELA = "CC: Allocation flag for EAMTRELA" TAMTRELB = "CC: Money parent paid to the relative " AAMTRELB = "CC: Allocation flag for EAMTRELB" TAMTRELC = "CC: Money parent paid to the relative " AAMTRELC = "CC: Allocation flag for EAMTRELC" TAMTRELD = "CC: Money parent paid to the relative " AAMTRELD = "CC: Allocation flag for EAMTRELD" TAMTRELE = "CC: Money parent paid to the relative " AAMTRELE = "CC: Allocation flag for EAMTRELE" EHRFAM1A = "CC: Hours the YOUNGEST child spent in " AHRFAM1A = "CC: Allocation flag for EHRFAM1A" EHRFAM1B = "CC: Hours the 2nd YOUNGEST child spent" AHRFAM1B = "CC: Allocation flag for EHRFAM1B" EHRFAM1C = "CC: Hours the 3rd YOUNGEST child spent" AHRFAM1C = "CC: Allocation flag for EHRFAM1C" EHRFAM1D = "CC: Hours the 4th YOUNGEST child spent" AHRFAM1D = "CC: Allocation flag for EHRFAM1D" EHRFAM1E = "CC: Hours the 5th YOUNGEST child spent" AHRFAM1E = "CC: Allocation flag for EHRFAM1E" EHRFAM2A = "CC: Hours YOUNGEST child spent in day " AHRFAM2A = "CC: Allocation flag for EHRFAM2A" EHRFAM2B = "CC: Hours SECOND YOUNGEST child spent " AHRFAM2B = "CC: Allocation flag for EHRFAM2B" EHRFAM2C = "CC: Hours THIRD YOUNGEST child spent i" AHRFAM2C = "CC: Allocation flag for EHRFAM2C" EHRFAM2D = "CC: Hours FOURTH YOUNGEST child spent " AHRFAM2D = "CC: Allocation flag for EHRFAM2D" EHRFAM2E = "CC: Hours FIFTH YOUNGEST child spent i" AHRFAM2E = "CC: Allocation flag for EHRFAM2E" EPAYFAMA = "CC: Paid family daycare to care for th" APAYFAMA = "CC: Allocation flag for EPAYFAMA" EPAYFAMB = "CC: Paid family day care to care for t" APAYFAMB = "CC: Allocation flag for EPAYFAMB" EPAYFAMC = "CC: Paid family day care to care for t" APAYFAMC = "CC: Allocation flag for EPAYFAMC" EPAYFAMD = "CC: Paid family day care to care for t" APAYFAMD = "CC: Allocation flag for EPAYFAMD" EPAYFAME = "CC: Paid family day care to care for t" APAYFAME = "CC: Allocation flag for EPAYFAME" TAMTFAMA = "CC: Amount paid to family day care for" AAMTFAMA = "CC: Allocation flag for EAMTFAMA" TAMTFAMB = "CC: Amount paid to family daycare for " AAMTFAMB = "CC: Allocation flag for EAMTFAMB" TAMTFAMC = "CC: Amount paid to family daycare for " AAMTFAMC = "CC: Allocation flag for EAMTFAMC" TAMTFAMD = "CC: Amount paid to family daycare for " AAMTFAMD = "CC: Allocation flag for EAMTFAMD" TAMTFAME = "CC: Amount paid to family daycare for " AAMTFAME = "CC: Allocation flag for EAMTFAME" EWHDAYCA = "CC: Place the YOUNGEST child was cared" AWHDAYCA = "CC: Allocation flag for EWHDAYCA" EWHDAYCB = "CC: Place the 2nd YOUNGEST child was c" AWHDAYCB = "CC: Allocation flag for EWHDAYCB" EWHDAYCC = "CC: Place the 3rd YOUNGEST child was c" AWHDAYCC = "CC: Allocation flag for EWHDAYCC" EWHDAYCD = "CC: Place the 4th YOUNGEST child was c" AWHDAYCD = "CC: Allocation flag for EWHDAYCD" EWHDAYCE = "CC: Place the 5th YOUNGEST child was c" AWHDAYCE = "CC: Allocation flag for EWHDAYCE" EDAYHRSA = "CC: Weekly hours the YOUNGEST child wa" ADAYHRSA = "CC: Allocation flag for EDAYHRSA" EDAYHRSB = "CC: Weekly hours the 2nd YOUNGEST chil" ADAYHRSB = "CC: Allocation flag for EDAYHRSB" EDAYHRSC = "CC: Weekly hours the 3rd YOUNGEST chil" ADAYHRSC = "CC: Allocation flag for EDAYHRSC" EDAYHRSD = "CC: Weekly hours the 4th YOUNGEST chil" ADAYHRSD = "CC: Allocation flag for EDAYHRSD" EDAYHRSE = "CC: Weekly hours the 5th YOUNGEST chil" ADAYHRSE = "CC: Allocation flag for EDAYHRSE" EHRDAYCA = "CC: Hours the YOUNGEST child was at da" AHRDAYCA = "CC: Allocation flag for EHRDAYCA" EHRDAYCB = "CC: Hours the SECOND YOUNGEST child wa" AHRDAYCB = "CC: Allocation flag for EHRDAYCB" EHRDAYCC = "CC: Hours the THIRD YOUNGEST child was" AHRDAYCC = "CC: Allocation flag for EHRDAYCC" EHRDAYCD = "CC: Hours the FOURTH YOUNGEST child wa" AHRDAYCD = "CC: Allocation flag for EHRDAYCD" EHRDAYCE = "CC: Hours the FIFTH YOUNGEST child was" AHRDAYCE = "CC: Allocation flag for EHRDAYCE" EPAYDAYA = "CC: Paid day care center to care for t" APAYDAYA = "CC: Allocation flag for EPAYDAYA" EPAYDAYB = "CC: Paid day care center to care for 2" APAYDAYB = "CC: Allocation flag for EPAYDAYB" EPAYDAYC = "CC: Paid day care center to care for 3" APAYDAYC = "CC: Allocation flag for EPAYDAYC" EPAYDAYD = "CC: Paid day care center to care for 4" APAYDAYD = "CC: Allocation flag for EPAYDAYD" EPAYDAYE = "CC: Paid day care center to care for 5" APAYDAYE = "CC: Allocation flag for EPAYDAYE" TAMTDAYA = "CC: Amount paid for child care for the" AAMTDAYA = "CC: Allocation flag for EAMTDAYA" TAMTDAYB = "CC: Amount paid for child care for the" AAMTDAYB = "CC: Allocation flag for EAMTDAYB" TAMTDAYC = "CC: Amount paid for child care for the" AAMTDAYC = "CC: Allocation flag for EAMTDAYC" TAMTDAYD = "CC: Amount paid for child care for the" AAMTDAYD = "CC: Allocation flag for EAMTDAYD" TAMTDAYE = "CC: Amount paid for child care for the" AAMTDAYE = "CC: Allocation flag for EAMTDAYE" EWHNURSA = "CC: Location of nursery school" AWHNURSA = "CC: Allocation flag for EWHNURSA" EWHNURSB = "CC: Location of nursery school" AWHNURSB = "CC: Allocation flag for EWHNURSB" EWHNURSC = "CC: Location of nursery school" AWHNURSC = "CC: Allocation flag for EWHNURSC" EWHNURSD = "CC: Location of nursery school" AWHNURSD = "CC: Allocation flag for EWHNURSD" EWHNURSE = "CC: Location of nursery school" AWHNURSE = "CC: Allocation flag for EWHNURSE" ENURHRSA = "CC: Hours the YOUNGEST child attended" ANURHRSA = "CC: Allocation flag for ENURHRSA" ENURHRSB = "CC: Hours the 2nd YOUNGEST child atten" ANURHRSB = "CC: Allocation flag for ENURHRSB" ENURHRSC = "CC: Hours the 3rd YOUNGEST child atten" ANURHRSC = "CC: Allocation flag for ENURHRSC" ENURHRSD = "CC: Hours the 4th YOUNGEST child atten" ANURHRSD = "CC: Allocation flag for ENURHRSD" ENURHRSE = "CC: Hours the 5th YOUNGEST child atten" ANURHRSE = "CC: Allocation flag for ENURHRSE" EHRNURSA = "CC: Hours YOUNGEST CHILD spent at nurs" AHRNURSA = "CC: Allocation flag for EHRNURSA" EHRNURSB = "CC: Hours SECOND YOUNGEST CHILD spent " AHRNURSB = "CC: Allocation flag for EHRNURSB" EHRNURSC = "CC: Hours THIRD YOUNGEST CHILD spent a" AHRNURSC = "CC: Allocation flag for EHRNURSC" EHRNURSD = "CC: Hours FOURTH YOUNGEST CHILD spent " AHRNURSD = "CC: Allocation flag for EHRNURSD" EHRNURSE = "CC: Hours FIFTH YOUNGEST CHILD spent a" AHRNURSE = "CC: Allocation flag for EHRNURSE" EPAYNURA = "CC: Paid nursery or preschool to care " APAYNURA = "CC: Allocation flag for EPAYNURA" EPAYNURB = "CC: Paid nursery or preschool to care " APAYNURB = "CC: Allocation flag for EPAYNURB" EPAYNURC = "CC: Paid nursery or preschool to care " APAYNURC = "CC: Allocation flag for EPAYNURC" EPAYNURD = "CC: Paid nursery or preschool to care " APAYNURD = "CC: Allocation flag for EPAYNURD" EPAYNURE = "CC: Paid nursery or preschool to care " APAYNURE = "CC: Allocation flag for EPAYNURE" TAMTNURA = "CC: Amount paid for the YOUNGEST child" AAMTNURA = "CC: Allocation flag for EAMTNURA" TAMTNURB = "CC: Amount paid for the 2nd YOUNGEST c" AAMTNURB = "CC: Allocation flag for EAMTNURB" TAMTNURC = "CC: Amount paid for the 3rd YOUNGEST c" AAMTNURC = "CC: Allocation flag for EAMTNURC" TAMTNURD = "CC: Amount paid for the 4th YOUNGEST c" AAMTNURD = "CC: Allocation flag for EAMTNURD" TAMTNURE = "CC: Amount paid for the 5th YOUNGEST c" AAMTNURE = "CC: Allocation flag for EAMTNURE" EHEADHRA = "CC: Hours the YOUNGEST child attended " AHEADHRA = "CC: Allocation flag for EHEADHRA" EHEADHRB = "CC: Hours the 2nd YOUNGEST child atten" AHEADHRB = "CC: Allocation flag for EHEADHRB" EHEADHRC = "CC: Hours the 3rd YOUNGEST child atten" AHEADHRC = "CC: Allocation flag for EHEADHRC" EHEADHRD = "CC: Hours the 4th YOUNGEST child atten" AHEADHRD = "CC: Allocation flag for EHEADHRD" EHEADHRE = "CC: Hours the 5th YOUNGEST child atten" AHEADHRE = "CC: Allocation flag for EHEADHRE" EHRSTARA = "CC: Hours YOUNGEST child attended Head" AHRSTARA = "CC: Allocation flag for EHRSTARA" EHRSTARB = "CC: Hours SECOND YOUNGEST child attend" AHRSTARB = "CC: Allocation flag for EHRSTARB" EHRSTARC = "CC: Hours THIRD YOUNGEST child attende" AHRSTARC = "CC: Allocation flag for EHRSTARC" EHRSTARD = "CC: Hours FOURTH YOUNGEST child attend" AHRSTARD = "CC: Allocation flag for EHRSTARD" EHRSTARE = "CC: Hours FIFTH YOUNGEST child attende" AHRSTARE = "CC: Allocation flag for EHRSTARE" EPAYSTAA = "CC: Paid Head Start for the YOUNGEST c" APAYSTAA = "CC: Allocation flag for EPAYSTAA" EPAYSTAB = "CC: Paid Head Start for 2nd YOUNGEST c" APAYSTAB = "CC: Allocation flag for EPAYSTAB" EPAYSTAC = "CC: Paid Head Start for 3rd YOUNGEST c" APAYSTAC = "CC: Allocation flag for EPAYSTAC" EPAYSTAD = "CC: Paid Head Start for 4th YOUNGEST c" APAYSTAD = "CC: Allocation flag for EPAYSTAD" EPAYSTAE = "CC: Paid Head Start for 5th YOUNGEST c" APAYSTAE = "CC: Allocation flag for EPAYSTAE" TAMTSTAA = "CC: Amount paid to Head Start for the" AAMTSTAA = "CC: Allocation flag for EAMTSTAA" TAMTSTAB = "CC: Amount paid to Head Start for the " AAMTSTAB = "CC: Allocation flag for EAMTSTAB" TAMTSTAC = "CC: Amount paid to Head Start for the " AAMTSTAC = "CC: Allocation flag for EAMTSTAC" TAMTSTAD = "CC: Amount paid to Head Start for the " AAMTSTAD = "CC: Allocation flag for EAMTSTAD" TAMTSTAE = "CC: Amount paid to Head Start for the " AAMTSTAE = "CC: Allocation flag for EAMTSTAE" EWHOTHEA = "CC: Place YOUNGEST child was cared for" AWHOTHEA = "CC: Allocation flag for EWHOTHEA" EWHOTHEB = "CC: Place 2nd YOUNGEST child was cared" AWHOTHEB = "CC: Allocation flag for EWHOTHEB" EWHOTHEC = "CC: Place 3rd YOUNGEST child was cared" AWHOTHEC = "CC: Allocation flag for EWHOTHEC" EWHOTHED = "CC: Place 4th YOUNGEST child was cared" AWHOTHED = "CC: Allocation flag for EWHOTHED" EWHOTHEE = "CC: Place 5th YOUNGEST child was cared" AWHOTHEE = "CC: Allocation flag for EWHOTHEE" EOTHEHRA = "CC: Hours the non-relative cared for t" AOTHEHRA = "CC: Allocation flag for EOTHEHRA" EOTHEHRB = "CC: Hours the non-relative cared for t" AOTHEHRB = "CC: Allocation flag for EOTHEHRB" EOTHEHRC = "CC: Hours the non-relative cared for t" AOTHEHRC = "CC: Allocation flag for EOTHEHRC" EOTHEHRD = "CC: Hours the non-relative cared for t" AOTHEHRD = "CC: Allocation flag for EOTHEHRD" EOTHEHRE = "CC: Hours the non-relative cared for t" AOTHEHRE = "CC: Allocation flag for EOTHEHRE" EHROTHEA = "CC: Hours non-relative care for the yo" AHROTHEA = "CC: Allocation flag for EHROTHEA" EHROTHEB = "CC: Hours non-relative care for the 2n" AHROTHEB = "CC: Allocation flag for EHROTHEB" EHROTHEC = "CC: Hours non-relative cared for the 3" AHROTHEC = "CC: Allocation flag for EHROTHEC" EHROTHED = "CC: Hours non-relative cared for the 4" AHROTHED = "CC: Allocation flag for EHROTHED" EHROTHEE = "CC: Hours non-relative cared for the 5" AHROTHEE = "CC: Allocation flag for EHROTHEE" EPAYOTHA = "CC: Paid non-relative to care for the" APAYOTHA = "CC: Allocation flag for EPAYOTHA" EPAYOTHB = "CC: Paid non-relative to care for the " APAYOTHB = "CC: Allocation flag for EPAYOTHB" EPAYOTHC = "CC: Paid non-relative to care for the " APAYOTHC = "CC: Allocation flag for EPAYOTHC" EPAYOTHD = "CC: Paid non-relative to care for the " APAYOTHD = "CC: Allocation flag for EPAYOTHD" EPAYOTHE = "CC: Paid non-relative to care for the " APAYOTHE = "CC: Allocation flag for EPAYOTHE" TAMTOTHA = "CC: Amount paid to non-relative for th" AAMTOTHA = "CC: Allocation flag for EAMTOTHA" TAMTOTHB = "CC: Amount paid to non-relative for th" AAMTOTHB = "CC: Allocation flag for EAMTOTHB" TAMTOTHC = "CC: Amount paid to non-relative for th" AAMTOTHC = "CC: Allocation flag for EAMTOTHC" TAMTOTHD = "CC: Amount paid to non-relative for th" AAMTOTHD = "CC: Allocation flag for EAMTOTHD" TAMTOTHE = "CC: Amount paid to non-relative for th" AAMTOTHE = "CC: Allocation flag for EAMTOTHE" ESCHOOWA = "CC: YOUNGEST child attended school las" ASCHOOWA = "CC: Allocation flag for ESCHOOWA" ESCHOOWB = "CC: SECOND YOUNGEST child attended sch" ASCHOOWB = "CC: Allocation flag for ESCHOOWB" ESCHOOWC = "CC: THIRD YOUNGEST child attended scho" ASCHOOWC = "CC: Allocation flag for ESCHOOWC" ESCHOOWD = "CC: FOURTH YOUNGEST child attended sch" ASCHOOWD = "CC: Allocation flag for ESCHOOWD" ESCHOOWE = "CC: FIFTH YOUNGEST child attended scho" ASCHOOWE = "CC: Allocation flag for ESCHOOWE" EHRSCHWA = "CC: Hours per week the YOUNGEST child " AHRSCHWA = "CC: Allocation flag for EHRSCHWA" EHRSCHWB = "CC: Hours per week the SECOND YOUNGEST" AHRSCHWB = "CC: Allocation flag for EHRSCHWB" EHRSCHWC = "CC: Hours per week the THIRD YOUNGEST " AHRSCHWC = "CC: Allocation flag for EHRSCHWC" EHRSCHWD = "CC: Hours per week the FOURTH YOUNGEST" AHRSCHWD = "CC: Allocation flag for EHRSCHWD" EHRSCHWE = "CC: Hours per week the FIFTH YOUNGEST " AHRSCHWE = "CC: Allocation flag for EHRSCHWE" EHRSCHOA = "CC: Hours per week YOUNGEST child was " AHRSCHOA = "CC: Allocation flag for EHRSCHOA" EHRSCHOB = "CC: Hours per week SECOND YOUNGEST chi" AHRSCHOB = "CC: Allocation flag for EHRSCHOB" EHRSCHOC = "CC: Hours per week THIRD YOUNGEST chil" AHRSCHOC = "CC: Allocation flag for EHRSCHOC" EHRSCHOD = "CC: Hours per week FOURTH YOUNGEST chi" AHRSCHOD = "CC: Allocation flag for EHRSCHOD" EHRSCHOE = "CC: Hours per week FIFTH YOUNGEST chil" AHRSCHOE = "CC: Allocation flag for EHRSCHOE" ESELFCAA = "CC: Whether or not the YOUNGEST child " ASELFCAA = "CC: Allocation flag for ESELFCAA" ESELFCAB = "CC: Whether or not 2ND YOUNGEST child " ASELFCAB = "CC: Allocation flag for ESELFCAB" ESELFCAC = "CC: Whether or not 3RD YOUNGEST child " ASELFCAC = "CC: Allocation flag for ESELFCAC" ESELFCAD = "CC: Whether or not 4TH YOUNGEST child " ASELFCAD = "CC: Allocation flag for ESELFCAD" ESELFCAE = "CC: Whether or not 5TH YOUNGEST child " ASELFCAE = "CC: Allocation flag for ESELFCAE" EKIDHR1A = "CC: Hours per week the YOUNGEST child " AKIDHR1A = "CC: Allocation flag for EKIDHR1A" EKIDHR1B = "CC: Hours per week 2ND YOUNGEST child " AKIDHR1B = "CC: Allocation flag for EKIDHR1B" EKIDHR1C = "CC: Hours per week 3RD YOUNGEST child " AKIDHR1C = "CC: Allocation flag for EKIDHR1C" EKIDHR1D = "CC: Hours per week 4TH YOUNGEST child " AKIDHR1D = "CC: Allocation flag for EKIDHR1D" EKIDHR1E = "CC: Hours per week 5TH YOUNGEST child " AKIDHR1E = "CC: Allocation flag for EKIDHR1E" EKIDHR2A = "CC: Hours per week YOUNGEST child care" AKIDHR2A = "CC: Allocation flag for EKIDHR2A" EKIDHR2B = "CC: Hours per week SECOND YOUNGEST chi" AKIDHR2B = "CC: Allocation flag for EKIDHR2B" EKIDHR2C = "CC: Hours per week THIRD YOUNGEST chil" AKIDHR2C = "CC: Allocation flag for EKIDHR2C" EKIDHR2D = "CC: Hours per week FOURTH YOUNGEST chi" AKIDHR2D = "CC: Allocation flag for EKIDHR2D" EKIDHR2E = "CC: Hours per week FIFTH YOUNGEST chil" AKIDHR2E = "CC: Allocation flag for EKIDHR2E" EDAYCHAA = "CC: Change in child care for YOUNGEST " ADAYCHAA = "CC: Allocation flag for EDAYCHAA" EDAYCHAB = "CC: Change in child care for SECOND YO" ADAYCHAB = "CC: Allocation flag for EDAYCHAB" EDAYCHAC = "CC: Change in child care for THIRD YOU" ADAYCHAC = "CC: Allocation flag for EDAYCHAC" EDAYCHAD = "CC: Change in child care for FOURTH YO" ADAYCHAD = "CC: Allocation flag for EDAYCHAD" EDAYCHAE = "CC: Change in child care for FIFTH YOU" ADAYCHAE = "CC: Allocation flag for EDAYCHAE" EPAYHELA = "CC: Anyone help pay for the youngest c" APAYHELA = "CC: Allocation flag for EPAYHELA" EPAYHELB = "CC: Anyone help pay for the second you" APAYHELB = "CC: Allocation flag for EPAYHELB" EPAYHELC = "CC: Anyone help pay for the third youn" APAYHELC = "CC: Allocation flag for EPAYHELC" EPAYHELD = "CC: Anyone help pay for the fourth you" APAYHELD = "CC: Allocation flag for EPAYHELD" EPAYHELE = "CC: Anyone help pay for the fifth youn" APAYHELE = "CC: Allocation flag for EPAYHELE" EWHOPA1A = "CC: Government agency helped pay for" EWHOPA2A = "CC: Other parent helped pay for younge" EWHOPA3A = "CC: Employer helped pay for youngest c" EWHOPA4A = "CC: Other person helped pay for younge" AWHOPAA = "CC: Allocation flag for EWHOPA1A-EWHOP" EWHOPA1B = "CC: Government helped pay for second" EWHOPA2B = "CC: Other parent helped pay for second" EWHOPA3B = "CC: Employer helped pay for second you" EWHOPA4B = "CC: Other person helped pay for second" AWHOPAB = "CC: Allocation flag for EWHOPA1B-EWHOP" EWHOPA1C = "CC: Government helped pay for third yo" EWHOPA2C = "CC: Other parent helped pay for third" EWHOPA3C = "CC: Employer helped pay for third youn" EWHOPA4C = "CC: Other person helped pay for third" AWHOPAC = "CC: Allocation flag for EWHOPA1C-EWHOP" EWHOPA1D = "CC: Government helped pay for fourth" EWHOPA2D = "CC: Other parent helped pay for fourth" EWHOPA3D = "CC: Employer helped pay for fourth you" EWHOPA4D = "CC: Other person helped pay for fourth" AWHOPAD = "CC: Allocation flag for EWHOPA1D-EWHOP" EWHOPA1E = "CC: Government helped pay for fifth yo" EWHOPA2E = "CC: Other parent helped pay for fifth" EWHOPA3E = "CC: Employer helped pay for fifth youn" EWHOPA4E = "CC: Other person helped pay for fifth" AWHOPAE = "CC: Allocation flag for EWHOPA1E-EWHOP" EARRANGA = "CC: Arrangements lasting over a week" AARRANGA = "CC: Allocation flag for EARRANGA" EARRANGB = "CC: Arrangements lasting over a week" AARRANGB = "CC: Allocation flag for EARRANGB" EARRANGC = "CC: Arrangements lasting over a week" AARRANGC = "CC: Allocation flag for EARRANGC" EARRANGD = "CC: Arrangements lasting over a week" AARRANGD = "CC: Allocation flag for EARRANGD" EARRANGE = "CC: Arrangements lasting over a week" AARRANGE = "CC: Allocation flag for EARRANGE" ELISTA = "CC: Waiting list for a child care" ALISTA = "CC: Allocation flag for ELISTA" ELISTB = "CC: Waiting list for a child care" ALISTB = "CC: Allocation flag for ELISTB" ELISTC = "CC: Waiting list for a child care" ALISTC = "CC: Allocation flag for ELISTC" ELISTD = "CC: Waiting list for a child care" ALISTD = "CC: Allocation flag for ELISTD" ELISTE = "CC: Waiting list for a child care" ALISTE = "CC: Allocation flag for ELISTE" ECCUNV2 = "CC: Universe indicator." ECCPNUMF = "CC: Person number of the youngest chil" ECCPNUMG = "CC: Person number of the 2nd YOUNGEST " ECCPNUMH = "CC: Person number of the 3rd YOUNGEST " ECCPNUMI = "CC: Person number of the 4th YOUNGEST " ECCPNUMJ = "CC: Person number of the 5th YOUNGEST " ECCAGEF = "CC: Age of the YOUNGEST child 6-14" ECCAGEG = "CC: Age of the 2nd YOUNGEST child 6-14" ECCAGEH = "CC: Age of the 3rd YOUNGEST child 6-14" ECCAGEI = "CC: Age of the 4th YOUNGEST child 6-14" ECCAGEJ = "CC: Age of the 5th YOUNGEST child 6-14" ECKD01F = "CC: Arrangement of the other parent or" ECKD01G = "CC: Arrangement of the other parent or" ECKD01H = "CC: Arrangement of the other parent or" ECKD01I = "CC: Arrangement of the other parent or" ECKD01J = "CC: Arrangement of the other parent or" ECKD02F = "CC: Arrangement of parent or guardian" ECKD02G = "CC: Arrangement of parent or guardian" ECKD02H = "CC: Arrangement of parent or guardian" ECKD02I = "CC: Arrangement of parent or guardian" ECKD02J = "CC: Arrangement of parent or guardian" ECKD03F = "CC: Arrangement of sibling age 15 or o" ECKD03G = "CC: Arrangement of sibling age 15 or o" ECKD03H = "CC: Arrangement of sibling age 15 or o" ECKD03I = "CC: Arrangement of sibling age 15 or o" ECKD03J = "CC: Arrangement of sibling age 15 or o" ECKD04F = "CC: Arrangement of sibling under age 1" ECKD04G = "CC: Arrangement of sibling under age 1" ECKD04H = "CC: Arrangement of sibling under age 1" ECKD04I = "CC: Arrangement of sibling under age 1" ECKD04J = "CC: Arrangement of sibling under age 1" ECKD05F = "CC: Arrangement of grandparent" ECKD05G = "CC: Arrangement of grandparent" ECKD05H = "CC: Arrangement of grandparent" ECKD05I = "CC: Arrangement of grandparent" ECKD05J = "CC: Arrangement of grandparent" ECKD06F = "CC: Arrangement of any other relative" ECKD06G = "CC: Arrangement of any other relative" ECKD06H = "CC: Arrangement of any other relative" ECKD06I = "CC: Arrangement of any other relative" ECKD06J = "CC: Arrangement of any other relative" ECKD07F = "CC: Arrangement of family daycare prov" ECKD07G = "CC: Arrangement of family daycare prov" ECKD07H = "CC: Arrangement of family daycare prov" ECKD07I = "CC: Arrangement of family daycare prov" ECKD07J = "CC: Arrangement of family daycare prov" ECKD08F = "CC: Arrangement of child or day care c" ECKD08G = "CC: Arrangement of child or day care c" ECKD08H = "CC: Arrangement of child or day care c" ECKD08I = "CC: Arrangement of child or day care c" ECKD08J = "CC: Arrangement of child or day care c" ECKD09F = "CC: Arrangement of organized sports" ECKD09G = "CC: Arrangement of organized sports" ECKD09H = "CC: Arrangement of organized sports" ECKD09I = "CC: Arrangement of organized sports" ECKD09J = "CC: Arrangement of organized sports" ECKD10F = "CC: Arrangement of lessons" ECKD10G = "CC: Arrangement of lessons" ECKD10H = "CC: Arrangement of lessons" ECKD10I = "CC: Arrangement of lessons" ECKD10J = "CC: Arrangement of lessons" ECKD11F = "CC: Arrangement of clubs" ECKD11G = "CC: Arrangement of clubs" ECKD11H = "CC: Arrangement of clubs" ECKD11I = "CC: Arrangement of clubs" ECKD11J = "CC: Arrangement of clubs" ECKD12F = "CC: Arrangement of before or after sch" ECKD12G = "CC: Arrangement of before or after sch" ECKD12H = "CC: Arrangement of before or after sch" ECKD12I = "CC: Arrangement of before or after sch" ECKD12J = "CC: Arrangement of before or after sch" ECKD13F = "CC: Arrangement of a non-relative" ECKD13G = "CC: Arrangement of a non-relative" ECKD13H = "CC: Arrangement of a non-relative" ECKD13I = "CC: Arrangement of a non-relative" ECKD13J = "CC: Arrangement of a non-relative" ACCAREF = "CC: Allocation flag for the YOUNGEST c" ACCAREG = "CC: Allocation flag for the 2nd YOUNGE" ACCAREH = "CC: Allocation flag for the 3rd YOUNGE" ACCAREI = "CC: Allocation flag for the 4th YOUNGE" ACCAREJ = "CC: Allocation flag for the 5th YOUNGE" ECKD03AF = "CC: Arrangement of sibling age 15 or o" ECKD03AG = "CC: Arrangement of sibling age 15 or o" ECKD03AH = "CC: Arrangement of sibling age 15 or o" ECKD03AI = "CC: Arrangement of sibling age 15 or o" ECKD03AJ = "CC: Arrangement of sibling age 15 or o" ECKD04AF = "CC: Arrangement of sibling under age 1" ECKD04AG = "CC: Arrangement of sibling under age 1" ECKD04AH = "CC: Arrangement of sibling under age 1" ECKD04AI = "CC: Arrangement of sibling under age 1" ECKD04AJ = "CC: Arrangement of sibling under age 1" ECKD05AF = "CC: Arrangement of grandparent" ECKD05AG = "CC: Arrangement of grandparent" ECKD05AH = "CC: Arrangement of grandparent" ECKD05AI = "CC: Arrangement of grandparent" ECKD05AJ = "CC: Arrangement of grandparent" ECKD06AF = "CC: Arrangement of any other relative" ECKD06AG = "CC: Arrangement of any other relative" ECKD06AH = "CC: Arrangement of any other relative" ECKD06AI = "CC: Arrangement of any other relative" ECKD06AJ = "CC: Arrangement of any other relative" ECKD07AF = "CC: Arrangement of family daycare prov" ECKD07AG = "CC: Arrangement of family daycare prov" ECKD07AH = "CC: Arrangement of family daycare prov" ECKD07AI = "CC: Arrangement of family daycare prov" ECKD07AJ = "CC: Arrangement of family daycare prov" ECKD08AF = "CC: Arrangement of child care or day c" ECKD08AG = "CC: Arrangement of child care or day c" ECKD08AH = "CC: Arrangement of child care or day c" ECKD08AI = "CC: Arrangement of child care or day c" ECKD08AJ = "CC: Arrangement of child care or day c" ECKD09AF = "CC: Arrangement of organized sports" ECKD09AG = "CC: Arrangement of organized sports" ECKD09AH = "CC: Arrangement of organized sports" ECKD09AI = "CC: Arrangement of organized sports" ECKD09AJ = "CC: Arrangement of organized sports" ECKD10AF = "CC: Arrangement of lessons" ECKD10AG = "CC: Arrangement of lessons" ECKD10AH = "CC: Arrangement of lessons" ECKD10AI = "CC: Arrangement of lessons" ECKD10AJ = "CC: Arrangement of lessons" ECKD11AF = "CC: Arrangement of clubs" ECKD11AG = "CC: Arrangement of clubs" ECKD11AH = "CC: Arrangement of clubs" ECKD11AI = "CC: Arrangement of clubs" ECKD11AJ = "CC: Arrangement of clubs" ECKD12AF = "CC: Arrangement of before or after sch" ECKD12AG = "CC: Arrangement of before or after sch" ECKD12AH = "CC: Arrangement of before or after sch" ECKD12AI = "CC: Arrangement of before or after sch" ECKD12AJ = "CC: Arrangement of before or after sch" ECKD13AF = "CC: Arrangement of a non-relative" ECKD13AG = "CC: Arrangement of a non-relative" ECKD13AH = "CC: Arrangement of a non-relative" ECKD13AI = "CC: Arrangement of a non-relative" ECKD13AJ = "CC: Arrangement of a non-relative" ACCARE1F = "CC: Allocation flag for YOUNGEST child" ACCARE1G = "CC: Allocation flag for 2nd YOUNGEST c" ACCARE1H = "CC: Allocation flag for 3rd YOUNGEST c" ACCARE1I = "CC: Allocation flag for 4th YOUNGEST c" ACCARE1J = "CC: Allocation flag for 5th YOUNGEST c" EWHEPARF = "CC: Place the other parent cared for t" AWHEPARF = "CC: Allocation flag for EWHEPARF" EWHEPARG = "CC: Place the other parent cared for t" AWHEPARG = "CC: Allocation flag for EWHEPARG" EWHEPARH = "CC: Place the other parent cared for t" AWHEPARH = "CC: Allocation flag for EWHEPARH" EWHEPARI = "CC: Place the other parent cared for t" AWHEPARI = "CC: Allocation flag for EWHEPARI" EWHEPARJ = "CC: Place the other parent cared for t" AWHEPARJ = "CC: Allocation flag for EWHEPARJ" EPARHR1F = "CC: Hours the other parent cared for t" APARHR1F = "CC: Allocation flag for EPARHR1F" EPARHR1G = "CC: Hours the other parent cared for t" APARHR1G = "CC: Allocation flag for EPARHR1G" EPARHR1H = "CC: Hours the other parent cared for t" APARHR1H = "CC: Allocation flag for EPARHR1H" EPARHR1I = "CC: Hours the other parent cared for t" APARHR1I = "CC: Allocation flag for EPARHR1I" EPARHR1J = "CC: Hours the other parent cared for t" APARHR1J = "CC: Allocation flag for EPARHR1J" EPARHR2F = "CC: Hours other parent cared for YOUNG" APARHR2F = "CC: Allocation flag for EPARHR2F" EPARHR2G = "CC: Hours other parent cared for SECON" APARHR2G = "CC: Allocation flag for EPARHR2G" EPARHR2H = "CC: Hours other parent cared for THIRD" APARHR2H = "CC: Allocation flag for EPARHR2H" EPARHR2I = "CC: Hours other parent cared for FOURT" APARHR2I = "CC: Allocation flag for EPARHR2I" EPARHR2J = "CC: Hours other parent cared for FIFTH" APARHR2J = "CC: Allocation flag for EPARHR2J" EWHSELFF = "CC: Place the parent cared for the YOU" AWHSELFF = "CC: Allocation flag for EWHSELFF" EWHSELFG = "CC: Place the parent cared for the 2nd" AWHSELFG = "CC: Allocation flag for EWHSELFG" EWHSELFH = "CC: Place the parent cared for the 3rd" AWHSELFH = "CC: Allocation flag for EWHSELFH" EWHSELFI = "CC: Place the parent cared for the 4th" AWHSELFI = "CC: Allocation flag for EWHSELFI" EWHSELFJ = "CC: Place the parent cared for the 5th" AWHSELFJ = "CC: Allocation flag for EWHSELFJ" ESELFHRF = "CC: Hours parent cared for YOUNGEST ch" ASELFHRF = "CC: Allocation flag for ESELFHRF" ESELFHRG = "CC: Hours parent cared for 2nd YOUNGES" ASELFHRG = "CC: Allocation flag for ESELFHRG" ESELFHRH = "CC: Hours parent cared for 3rd YOUNGES" ASELFHRH = "CC: Allocation flag for ESELFHRH" ESELFHRI = "CC: Hours parent cared for 4th YOUNGES" ASELFHRI = "CC: Allocation flag for ESELFHRI" ESELFHRJ = "CC: Hours parent cared for 5th YOUNGES" ASELFHRJ = "CC: Allocation flag for ESELFHRJ" EWHSB15F = "CC: Place the sibling cared for the YO" AWHSB15F = "CC: Allocation flag for EWHSB15F" EWHSB15G = "CC: Place the sibling cared for the 2n" AWHSB15G = "CC: Allocation flag for EWHSB15G" EWHSB15H = "CC: Place the sibling cared for the 3r" AWHSB15H = "CC: Allocation flag for EWHSB15H" EWHSB15I = "CC: Place the sibling cared for the 4t" AWHSB15I = "CC: Allocation flag for EWHSB15I" EWHSB15J = "CC: Place the sibling cared for the 5t" AWHSB15J = "CC: Allocation flag for EWHSB15J" EWHSBHRF = "CC: Hours the sibling cared for the YO" AWHSBHRF = "CC: Allocation flag for EWHSBHRF" EWHSBHRG = "CC: Hours the sibling cared for the 2n" AWHSBHRG = "CC: Allocation flag for EWHSBHRG" EWHSBHRH = "CC: Hours the sibling cared for the 3r" AWHSBHRH = "CC: Allocation flag for EWHSBHRH" EWHSBHRI = "CC: Hours the sibling cared for the 4t" AWHSBHRI = "CC: Allocation flag for EWHSBHRI" EWHSBHRJ = "CC: Hours the sibling cared for the 5t" AWHSBHRJ = "CC: Allocation flag for EWHSBHRJ" EHRSB15F = "CC: Hours sibling cared for the YOUNGE" AHRSB15F = "CC: Allocation flag for EHRSB15F" EHRSB15G = "CC: Hours sibling cared for the SECOND" AHRSB15G = "CC: Allocation flag for EHRSB15G" EHRSB15H = "CC: Hours sibling cared for the THIRD" AHRSB15H = "CC: Allocation flag for EHRSB15H" EHRSB15I = "CC: Hours sibling cared for the FOURTH" AHRSB15I = "CC: Allocation flag for EHRSB15I" EHRSB15J = "CC: Hours sibling cared for the FIFTH" AHRSB15J = "CC: Allocation flag for EHRSB15J" EWHSB14F = "CC: Place the sibling cared for the YO" AWHSB14F = "CC: Allocation flag for EWHSB14F" EWHSB14G = "CC: Place the sibling cared for the 2n" AWHSB14G = "CC: Allocation flag for EWHSB14G" EWHSB14H = "CC: Place the sibling cared for the 3r" AWHSB14H = "CC: Allocation flag for EWHSB14H" EWHSB14I = "CC: Place the sibling cared for the 4t" AWHSB14I = "CC: Allocation flag for EWHSB14I" EWHSB14J = "CC: Place the sibling cared for the 5t" AWHSB14J = "CC: Allocation flag for EWHSB14J" ESB14HRF = "CC: Hours the sibling cared for the YO" ASB14HRF = "CC: Allocation flag for ESB14HRF" ESB14HRG = "CC: Hours the sibling cared for the 2n" ASB14HRG = "CC: Allocation flag for ESB14HRG" ESB14HRH = "CC: Hours the sibling cared for the 3r" ASB14HRH = "CC: Allocation flag for ESB14HRH" ESB14HRI = "CC: Hours the sibling cared for the 4t" ASB14HRI = "CC: Allocation flag for ESB14HRI" ESB14HRJ = "CC: Hours the sibling cared for the 5t" ASB14HRJ = "CC: Allocation flag for ESB14HRJ" EHRSB14F = "CC: Hours sibling cared for the YOUNGE" AHRSB14F = "CC: Allocation flag for EHRSB14F" EHRSB14G = "CC: Hours sibling cared for the SECOND" AHRSB14G = "CC: Allocation flag for EHRSB14G" EHRSB14H = "CC: Hours sibling cared for the THIRD" AHRSB14H = "CC: Allocation flag for EHRSB14H" EHRSB14I = "CC: Hours sibling cared for the FOURTH" AHRSB14I = "CC: Allocation flag for EHRSB14I" EHRSB14J = "CC: Hours sibling cared for the FIFTH" AHRSB14J = "CC: Allocation flag for EHRSB14J" EWHGRANF = "CC: Place the grandparent cared for th" AWHGRANF = "CC: Allocation flag for EWHGRANF" EWHGRANG = "CC: Place the grandparent cared for 2n" AWHGRANG = "CC: Allocation flag for EWHGRANG" EWHGRANH = "CC: Place the grandparent cared for 3r" AWHGRANH = "CC: Allocation flag for EWHGRANH" EWHGRANI = "CC: Place the grandparent cared for 4t" AWHGRANI = "CC: Allocation flag for EWHGRANI" EWHGRANJ = "CC: Place the grandparent cared for 5t" AWHGRANJ = "CC: Allocation flag for EWHGRANE" EGRANHRF = "CC: Hours the grandparent cared for th" AGRANHRF = "CC: Allocation flag for EGRANHRF" EGRANHRG = "CC: Hours the grandparent cared for th" AGRANHRG = "CC: Allocation flag for EGRANHRG" EGRANHRH = "CC: Hours the grandparent cared for th" AGRANHRH = "CC: Allocation flag for EGRANHRH" EGRANHRI = "CC: Hours the grandparent cared for th" AGRANHRI = "CC: Allocation flag for EGRANHRI" EGRANHRJ = "CC: Hours the grandparent cared for th" AGRANHRJ = "CC: Allocation flag for EGRANHRJ" EHRGRANF = "CC: Hours grandparent cared for the YO" AHRGRANF = "CC: Allocation flag for EHRGRANF" EHRGRANG = "CC: Hours grandparent cared for the SE" AHRGRANG = "CC: Allocation flag for EHRGRANG" EHRGRANH = "CC: Hours grandparent cared for the TH" AHRGRANH = "CC: Allocation flag for EHRGRANH" EHRGRANI = "CC: Hours grandparent cared for the FO" AHRGRANI = "CC: Allocation flag for EHRGRANI" EHRGRANJ = "CC: Hours grandparent cared for the FI" AHRGRANJ = "CC: Allocation flag for EHRGRANJ" EPAYGRAF = "CC: Paid grandparent to care for the" APAYGRAF = "CC: Allocation flag for EPAYGRAF" EPAYGRAG = "CC: Paid grandparent to care for the 2" APAYGRAG = "CC: Allocation flag for EPAYGRAG" EPAYGRAH = "CC: Paid grandparent to care for the 3" APAYGRAH = "CC: Allocation flag for EPAYGRAH" EPAYGRAI = "CC: Paid grandparent to care for the 4" APAYGRAI = "CC: Allocation flag for EPAYGRAI" EPAYGRAJ = "CC: Paid grandparent to care for the 5" APAYGRAJ = "CC: Allocation flag for EPAYGRAJ" TAMTGRAF = "CC: Amount paid to grandparent for the" AAMTGRAF = "CC: Allocation flag for TAMTGRAF" TAMTGRAG = "CC: Amount paid to grandparent for the" AAMTGRAG = "CC: Allocation flag for TAMTGRAG" TAMTGRAH = "CC: Amount paid to grandparent for the" AAMTGRAH = "CC: Allocation flag for TAMTGRAH" TAMTGRAI = "CC: Amount paid to grandparent for the" AAMTGRAI = "CC: Allocation flag for TAMTGRAI" TAMTGRAJ = "CC: Amount paid to grandparent for the" AAMTGRAJ = "CC: Allocation flag for TAMTGRAJ" EWHRELAF = "CC: Place the YOUNGEST child was cared" AWHRELAF = "CC: Allocation flag for EWHRELAF" EWHRELAG = "CC: Place the 2nd YOUNGEST child was c" AWHRELAG = "CC: Allocation flag for EWHRELAG" EWHRELAH = "CC: Place the 3rd YOUNGEST child was c" AWHRELAH = "CC: Allocation flag for EWHRELAH" EWHRELAI = "CC: Place the 4th YOUNGEST child was c" AWHRELAI = "CC: Allocation flag for EWHRELAI" EWHRELAJ = "CC: Place the 5th YOUNGEST child was c" AWHRELAJ = "CC: Allocation flag for EWHRELAJ" ERELHR1F = "CC: Hours the relative cared for the" ARELHR1F = "CC: Allocation flag for ERELHR1F" ERELHR1G = "CC: Hours the relative cared for the 2" ARELHR1G = "CC: Allocation flag for ERELHR1G" ERELHR1H = "CC: Hours the relative cared for the 3" ARELHR1H = "CC: Allocation flag for ERELHR1H" ERELHR1I = "CC: Hours the relative cared for the 4" ARELHR1I = "CC: Allocation flag for ERELHR1I" ERELHR1J = "CC: Hours the relative cared for the 5" ARELHR1J = "CC: Allocation flag for ERELHR1J" ERELHR2F = "CC: Hours relative cared for the YOUNG" ARELHR2F = "CC: Allocation flag for ERELHR2F" ERELHR2G = "CC: Hours relative cared for the SECON" ARELHR2G = "CC: Allocation flag for ERELHR2G" ERELHR2H = "CC: Hours relative cared for the THIRD" ARELHR2H = "CC: Allocation flag for ERELHR2H" ERELHR2I = "CC: Hours relative cared for the FOURT" ARELHR2I = "CC: Allocation flag for ERELHR2I" ERELHR2J = "CC: Hours relative cared for the FIFTH" ARELHR2J = "CC: Allocation flag for ERELHR2J" EPAYRELF = "CC: Paid relative to care for the YOUN" APAYRELF = "CC: Allocation flag for EPAYRELF" EPAYRELG = "CC: Paid relative to care for the 2nd" APAYRELG = "CC: Allocation flag for EPAYRELG" EPAYRELH = "CC: Paid relative to care for the 3rd" APAYRELH = "CC: Allocation flag for EPAYRELH" EPAYRELI = "CC: Paid relative to care for the 4th" APAYRELI = "CC: Allocation flag for EPAYRELI" EPAYRELJ = "CC: Paid relative to care for the 5th" APAYRELJ = "CC: Allocation flag for EPAYRELJ" TAMTRELF = "CC: Amount paid to relative for YOUNGE" AAMTRELF = "CC: Allocation flag for TAMTRELF" TAMTRELG = "CC: Amount paid to relative for SECOND" AAMTRELG = "CC: Allocation flag for TAMTRELG" TAMTRELH = "CC: Amount paid to relative for THIRD" AAMTRELH = "CC: Allocation flag for TAMTRELH" TAMTRELI = "CC: Amount paid to relative for FOURTH" AAMTRELI = "CC: Allocation flag for TAMTRELI" TAMTRELJ = "CC: Amount paid to relative for FIFTH" AAMTRELJ = "CC: Allocation flag for TAMTRELJ" EHRFAM1F = "CC: Hours YOUNGEST child spent in fami" AHRFAM1F = "CC: Allocation flag for EHRFAM1F" EHRFAM1G = "CC: Hours 2nd YOUNGEST child spent in " AHRFAM1G = "CC: Allocation flag for EHRFAM1G" EHRFAM1H = "CC: Hours 3rd YOUNGEST child spent in " AHRFAM1H = "CC: Allocation flag for EHRFAM1H" EHRFAM1I = "CC: Hours 4th YOUNGEST child spent in " AHRFAM1I = "CC: Allocation flag for EHRFAM1I" EHRFAM1J = "CC: Hours 5th YOUNGEST child spent in " AHRFAM1J = "CC: Allocation flag for EHRFAM1J" EHRFAM2F = "CC: Hours YOUNGEST child spent in day " AHRFAM2F = "CC: Allocation flag for EHRFAM2F" EHRFAM2G = "CC: Hours SECOND YOUNGEST child spent " AHRFAM2G = "CC: Allocation flag for EHRFAM2G" EHRFAM2H = "CC: Hours THIRD YOUNGEST child spent i" AHRFAM2H = "CC: Allocation flag for EHRFAM2H" EHRFAM2I = "CC: Hours FOURTH YOUNGEST child spent " AHRFAM2I = "CC: Allocation flag for EHRFAM2I" EHRFAM2J = "CC: Hours FIFTH YOUNGEST child spent i" AHRFAM2J = "CC: Allocation flag for EHRFAM2J" EPAYFAMF = "CC: Paid family day care to care for t" APAYFAMF = "CC: Allocation flag for EPAYFAMF" EPAYFAMG = "CC: Paid family day care to care for t" APAYFAMG = "CC: Allocation flag for EPAYFAMG" EPAYFAMH = "CC: Paid family day care to care for t" APAYFAMH = "CC: Allocation flag for EPAYFAMH" EPAYFAMI = "CC: Paid family day care to care for t" APAYFAMI = "CC: Allocation flag for EPAYFAMI" EPAYFAMJ = "CC: Paid family day care to care for t" APAYFAMJ = "CC: Allocation flag for EPAYFAMJ" TAMTFAMF = "CC: Amount paid to family day care for" AAMTFAMF = "CC: Allocation flag for TAMTFAMF" TAMTFAMG = "CC: Amount paid to family day care for" AAMTFAMG = "CC: Allocation flag for TAMTFAMG" TAMTFAMH = "CC: Amount paid to family day care for" AAMTFAMH = "CC: Allocation flag for TAMTFAMH" TAMTFAMI = "CC: Amount paid to family day care for" AAMTFAMI = "CC: Allocation flag for TAMTFAMI" TAMTFAMJ = "CC: Amount paid to family day care for" AAMTFAMJ = "CC: Allocation flag for TAMTFAMJ" EWHDAYCF = "CC: Place the YOUNGEST child was cared" AWHDAYCF = "CC: Allocation flag for EWHDAYCF" EWHDAYCG = "CC: Place the 2nd YOUNGEST child was c" AWHDAYCG = "CC: Allocation flag for EWHDAYCG" EWHDAYCH = "CC: Place the 3rd YOUNGEST child was c" AWHDAYCH = "CC: Allocation flag for EWHDAYCH" EWHDAYCI = "CC: Place the 4th YOUNGEST child was c" AWHDAYCI = "CC: Allocation flag for EWHDAYCI" EWHDAYCJ = "CC: Place the 5th YOUNGEST child was c" AWHDAYCJ = "CC: Allocation flag for EWHDAYCJ" EDAYHRSF = "CC: Weekly hours the YOUNGEST child wa" ADAYHRSF = "CC: Allocation flag for EDAYHRSF" EDAYHRSG = "CC: Weekly hours the 2nd YOUNGEST chil" ADAYHRSG = "CC: Allocation flag for EDAYHRSG" EDAYHRSH = "CC: Weekly hours the 3rd YOUNGEST chil" ADAYHRSH = "CC: Allocation flag for EDAYHRSH" EDAYHRSI = "CC: Weekly hours the 4th YOUNGEST chil" ADAYHRSI = "CC: Allocation flag for EDAYHRSI" EDAYHRSJ = "CC: Weekly hours the 5th YOUNGEST chil" ADAYHRSJ = "CC: Allocation flag for EDAYHRSJ" EHRDAYCF = "CC: Hours the YOUNGEST child was at da" AHRDAYCF = "CC: Allocation flag for EHRDAYCF" EHRDAYCG = "CC: Hours the SECOND YOUNGEST child wa" AHRDAYCG = "CC: Allocation flag for EHRDAYCG" EHRDAYCH = "CC: Hours the THIRD YOUNGEST child was" AHRDAYCH = "CC: Allocation flag for EHRDAYCH" EHRDAYCI = "CC: Hours the FOURTH YOUNGEST child wa" AHRDAYCI = "CC: Allocation flag for EHRDAYCI" EHRDAYCJ = "CC: Hours the FIFTH YOUNGEST child was" AHRDAYCJ = "CC: Allocation flag for EHRDAYCJ" EPAYDAYF = "CC: Paid day care center to care for" APAYDAYF = "CC: Allocation flag for EPAYDAYF" EPAYDAYG = "CC: Paid day care center to care for 2" APAYDAYG = "CC: Allocation flag for EPAYDAYG" EPAYDAYH = "CC: Paid day care center to care for 3" APAYDAYH = "CC: Allocation flag for EPAYDAYH" EPAYDAYI = "CC: Paid day care center to care for 4" APAYDAYI = "CC: Allocation flag for EPAYDAYI" EPAYDAYJ = "CC: Paid day care center to care for 5" APAYDAYJ = "CC: Allocation flag for EPAYDAYJ" TAMTDAYF = "CC: Amount paid for YOUNGEST child's d" AAMTDAYF = "CC: Allocation flag for TAMTDAYF" TAMTDAYG = "CC: Amount paid for 2nd YOUNGEST child" AAMTDAYG = "CC: Allocation flag for TAMTDAYG" TAMTDAYH = "CC: Amount paid for 3rd YOUNGEST child" AAMTDAYH = "CC: Allocation flag for TAMTDAYH" TAMTDAYI = "CC: Amount paid for 4th YOUNGEST child" AAMTDAYI = "CC: Allocation flag for TAMTDAYI" TAMTDAYJ = "CC: Amount paid for 5th YOUNGEST child" AAMTDAYJ = "CC: Allocation flag for TAMTDAYJ" EWHSPORF = "CC: Place the YOUNGEST child participa" AWHSPORF = "CC: Allocation flag for EWHSPORF" EWHSPORG = "CC: Place the 2nd YOUNGEST child" AWHSPORG = "CC: Allocation flag for EWHSPORG" EWHSPORH = "CC: Place the 3rd YOUNGEST child" AWHSPORH = "CC: Allocation flag for EWHSPORH" EWHSPORI = "CC: Place the 4th YOUNGEST child" AWHSPORI = "CC: Allocation flag for EWHSPORI" EWHSPORJ = "CC: Place the 5th YOUNGEST child" AWHSPORJ = "CC: Allocation flag for EWHSPORJ" EHSPORTF = "CC: Hours the YOUNGEST child participa" AHSPORTF = "CC: Allocation flag for EHSPORTF" EHSPORTG = "CC: Hours the 2nd YOUNGEST child" AHSPORTG = "CC: Allocation flag for EHSPORTG" EHSPORTH = "CC: Hours the 3rd YOUNGEST child" AHSPORTH = "CC: Allocation flag for EHSPORTH" EHSPORTI = "CC: Hours the 4th YOUNGEST child" AHSPORTI = "CC: Allocation flag for EHSPORTI" EHSPORTJ = "CC: Hours the 5th YOUNGEST child" AHSPORTJ = "CC: Allocation flag for EHSPORTJ" EHRSPORF = "CC: Hours YOUNGEST child participated " AHRSPORF = "CC: Allocation flag for EHRSPORF" EHRSPORG = "CC: Hours SECOND YOUNGEST child partic" AHRSPORG = "CC: Allocation flag for EHRSPORG" EHRSPORH = "CC: Hours THIRD YOUNGEST child partici" AHRSPORH = "CC: Allocation flag for EHRSPORH" EHRSPORI = "CC: Hours FOURTH YOUNGEST child partic" AHRSPORI = "CC: Allocation flag for EHRSPORI" EHRSPORJ = "CC: Hours FIFTH YOUNGEST child partici" AHRSPORJ = "CC: Allocation flag for EHRSPORJ" EPAYSPOF = "CC: Parent paid for the YOUNGEST child" APAYSPOF = "CC: Allocation flag for EPAYSPOF" EPAYSPOG = "CC: Parent paid for 2nd YOUNGEST child" APAYSPOG = "CC: Allocation flag for EPAYSPOG" EPAYSPOH = "CC: Parent paid for 3rd YOUNGEST child" APAYSPOH = "CC: Allocation flag for EPAYSPOH" EPAYSPOI = "CC: Parent paid for 4th YOUNGEST child" APAYSPOI = "CC: Allocation flag for EPAYSPOI" EPAYSPOJ = "CC: Parent paid for 5th YOUNGEST child" APAYSPOJ = "CC: Allocation flag for EPAYSPOJ" TAMTSPOF = "CC: Amount for the YOUNGEST child to b" AAMTSPOF = "CC: Allocation flag for TAMTSPOF" TAMTSPOG = "CC: Amount for the 2nd YOUNGEST child " AAMTSPOG = "CC: Allocation flag for TAMTSPOG" TAMTSPOH = "CC: Amount for the 3rd YOUNGEST child " AAMTSPOH = "CC: Allocation flag for TAMTSPOH" TAMTSPOI = "CC: Amount for the 4th YOUNGEST child " AAMTSPOI = "CC: Allocation flag for TAMTSPOI" TAMTSPOJ = "CC: Amount for the 5th YOUNGEST child " AAMTSPOJ = "CC: Allocation flag for TAMTSPOJ" EWHLESSF = "CC: Place where the YOUNGEST child too" AWHLESSF = "CC: Allocation flag for EWHLESSF" EWHLESSG = "CC: Place where the 2nd YOUNGEST child" AWHLESSG = "CC: Allocation flag for EWHLESSG" EWHLESSH = "CC: Place where the 3rd YOUNGEST child" AWHLESSH = "CC: Allocation flag for EWHLESSH" EWHLESSI = "CC: Place where the 4th YOUNGEST child" AWHLESSI = "CC: Allocation flag for EWHLESSI" EWHLESSJ = "CC: Place where the 5th YOUNGEST child" AWHLESSJ = "CC: Allocation flag for EWHLESSJ" EHRLES1F = "CC: Weekly hours that the YOUNGEST chi" AHRLES1F = "CC: Allocation flag for EHRLES1F" EHRLES1G = "CC: Weekly hours that the 2nd YOUNGEST" AHRLES1G = "CC: Allocation flag for EHRLES1G" EHRLES1H = "CC: Weekly hours that the 3rd YOUNGEST" AHRLES1H = "CC: Allocation flag for EHRLES1H" EHRLES1I = "CC: Weekly hours that the 4th YOUNGEST" AHRLES1I = "CC: Allocation flag for EHRLES1I" EHRLES1J = "CC: Weekly hours that the 5th YOUNGEST" AHRLES1J = "CC: Allocation flag for EHRLES1J" EHRLES2F = "CC: Number of hours YOUNGEST child too" AHRLES2F = "CC: Allocation flag for EHRLES2F" EHRLES2G = "CC: Number of hours SECOND YOUNGEST ch" AHRLES2G = "CC: Allocation flag for EHRLES2G" EHRLES2H = "CC: Number of hours THIRD YOUNGEST chi" AHRLES2H = "CC: Allocation flag for EHRLES2H" EHRLES2I = "CC: Number of hours FOURTH YOUNGEST ch" AHRLES2I = "CC: Allocation flag for EHRLES2I" EHRLES2J = "CC: Number of hours FIFTH YOUNGEST chi" AHRLES2J = "CC: Allocation flag for EHRLES2J" EPAYLESF = "CC: Parent paid for YOUNGEST child to " APAYLESF = "CC: Allocation flag for EPAYLESF" EPAYLESG = "CC: Parent paid for 2nd YOUNGEST child" APAYLESG = "CC: Allocation flag for EPAYLESG" EPAYLESH = "CC: Parent paid for 3rd YOUNGEST child" APAYLESH = "CC: Allocation flag for EPAYLESH" EPAYLESI = "CC: Parent paid for 4th YOUNGEST child" APAYLESI = "CC: Allocation flag for EPAYLESI" EPAYLESJ = "CC: Parent paid for 5th YOUNGEST child" APAYLESJ = "CC: Allocation flag for EPAYLESJ" TAMTLESF = "CC: Weekly amount for YOUNGEST child's" AAMTLESF = "CC: Allocation flag for TAMTLESF" TAMTLESG = "CC: Weekly amount for 2nd YOUNGEST chi" AAMTLESG = "CC: Allocation flag for TAMTLESG" TAMTLESH = "CC: Weekly amount for 3rd YOUNGEST chi" AAMTLESH = "CC: Allocation flag for TAMTLESH" TAMTLESI = "CC: Weekly amount for 4th YOUNGEST chi" AAMTLESI = "CC: Allocation flag for TAMTLESI" TAMTLESJ = "CC: Weekly amount for 5th YOUNGEST chi" AAMTLESJ = "CC: Allocation flag for TAMTLESJ" EWHCLUBF = "CC: Place of YOUNGEST child's club mee" AWHCLUBF = "CC: Allocation flag for EWHCLUBF" EWHCLUBG = "CC: Place of 2nd YOUNGEST child's club" AWHCLUBG = "CC: Allocation flag for EWHCLUBG" EWHCLUBH = "CC: Place of 3rd YOUNGEST child's club" AWHCLUBH = "CC: Allocation flag for EWHCLUBH" EWHCLUBI = "CC: Place of 4th YOUNGEST child's club" AWHCLUBI = "CC: Allocation flag for EWHCLUBI" EWHCLUBJ = "CC: Place of 5th YOUNGEST child's club" AWHCLUBJ = "CC: Allocation flag for EWHCLUBJ" ECLUBHRF = "CC: Weekly hours YOUNGEST child attend" ACLUBHRF = "CC: Allocation flag for ECLUBHRF" ECLUBHRG = "CC: Weekly hours 2nd YOUNGEST child at" ACLUBHRG = "CC: Allocation flag for ECLUBHRG" ECLUBHRH = "CC: Weekly hours 3rd YOUNGEST child at" ACLUBHRH = "CC: Allocation flag for ECLUBHRH" ECLUBHRI = "CC: Weekly hours 4th YOUNGEST child at" ACLUBHRI = "CC: Allocation flag for ECLUBHRI" ECLUBHRJ = "CC: Weekly hours 5th YOUNGEST child at" ACLUBHRJ = "CC: Allocation flag for ECLUBHRJ" EHRCLUBF = "CC: Hours YOUNGEST child spent in a cl" AHRCLUBF = "CC: Allocation flag for EHRCLUBF" EHRCLUBG = "CC: Hours SECOND YOUNGEST child spent " AHRCLUBG = "CC: Allocation flag for EHRCLUBG" EHRCLUBH = "CC: Hours THIRD YOUNGEST child spent i" AHRCLUBH = "CC: Allocation flag for EHRCLUBH" EHRCLUBI = "CC: Hours FOURTH YOUNGEST child spent " AHRCLUBI = "CC: Allocation flag for EHRCLUBI" EHRCLUBJ = "CC: Hours FIFTH YOUNGEST child spent i" AHRCLUBJ = "CC: Allocation flag for EHRCLUBJ" EPAYCLUF = "CC: Parent paid for YOUNGEST child to " APAYCLUF = "CC: Allocation flag for EPAYCLUF" EPAYCLUG = "CC: Parent paid for 2nd YOUNGEST child" APAYCLUG = "CC: Allocation flag for EPAYCLUG" EPAYCLUH = "CC: Parent paid for 3rd YOUNGEST child" APAYCLUH = "CC: Allocation flag for EPAYCLUH" EPAYCLUI = "CC: Parent paid for 4th YOUNGEST child" APAYCLUI = "CC: Allocation flag for EPAYCLUI" EPAYCLUJ = "CC: Parent paid for 5th YOUNGEST child" APAYCLUJ = "CC: Allocation flag for EPAYCLUJ" TAMTCLUF = "CC: Payment for the YOUNGEST child to " AAMTCLUF = "CC: Allocation flag for TAMTCLUF" TAMTCLUG = "CC: Payment for the 2nd YOUNGEST child" AAMTCLUG = "CC: Allocation flag for TAMTCLUG" TAMTCLUH = "CC: Payment for the 3rd YOUNGEST child" AAMTCLUH = "CC: Allocation flag for TAMTCLUH" TAMTCLUI = "CC: Payment for the 4th YOUNGEST child" AAMTCLUI = "CC: Allocation flag for TAMTCLUI" TAMTCLUJ = "CC: Payment for the 5th YOUNGEST child" AAMTCLUJ = "CC: Allocation flag for TAMTCLUJ" EWHSCHOF = "CC: Place of YOUNGEST child's school p" AWHSCHOF = "CC: Allocation flag for EWHSCHOF" EWHSCHOG = "CC: Place of 2nd YOUNGEST child's scho" AWHSCHOG = "CC: Allocation flag for EWHSCHOG" EWHSCHOH = "CC: Place of 3rd YOUNGEST child's scho" AWHSCHOH = "CC: Allocation flag for EWHSCHOH" EWHSCHOI = "CC: Place of 4th YOUNGEST child's scho" AWHSCHOI = "CC: Allocation flag for EWHSCHOI" EWHSCHOJ = "CC: Place of 5th YOUNGEST child's scho" AWHSCHOJ = "CC: Allocation flag for EWHSCHOJ" EHSCHO1F = "CC: Hours the YOUNGEST child spent in " AHSCHO1F = "CC: Allocation flag for EHSCHO1F" EHSCHO1G = "CC: Hours the 2nd YOUNGEST child spent" AHSCHO1G = "CC: Allocation flag for EHSCHO1G" EHSCHO1H = "CC: Hours the 3rd YOUNGEST child spent" AHSCHO1H = "CC: Allocation flag for EHSCHO1H" EHSCHO1I = "CC: Hours the 4th YOUNGEST child spent" AHSCHO1I = "CC: Allocation flag for EHSCHO1I" EHSCHO1J = "CC: Hours the 5th YOUNGEST child spent" AHSCHO1J = "CC: Allocation flag for EHSCHO1J" EHRSCH2F = "CC: Hours YOUNGEST child spent in scho" AHRSCH2F = "CC: Allocation flag for EHRSCH2F" EHRSCH2G = "CC: Hours SECOND YOUNGEST child spent " AHRSCH2G = "CC: Allocation flag for EHRSCH2G" EHRSCH2H = "CC: Hours THIRD YOUNGEST child spent i" AHRSCH2H = "CC: Allocation flag for EHRSCH2H" EHRSCH2I = "CC: Hours FOURTH YOUNGEST child spent " AHRSCH2I = "CC: Allocation flag for EHRSCH2I" EHRSCH2J = "CC: Hours FIFTH YOUNGEST child spent i" AHRSCH2J = "CC: Allocation flag for EHRSCH2J" EPAYSCHF = "CC: Paid for YOUNGEST child to attend " APAYSCHF = "CC: Allocation flag for EPAYSCHF" EPAYSCHG = "CC: Paid for 2nd YOUNGEST child to att" APAYSCHG = "CC: Allocation flag for EPAYSCHG" EPAYSCHH = "CC: Paid for 3rd YOUNGEST child to att" APAYSCHH = "CC: Allocation flag for EPAYSCHH" EPAYSCHI = "CC: Paid for 4th YOUNGEST child to att" APAYSCHI = "CC: Allocation flag for EPAYSCHI" EPAYSCHJ = "CC: Paid for 5th YOUNGEST child to att" APAYSCHJ = "CC: Allocation flag for EPAYSCHJ" TAMTSCHF = "CC: Amount paid for school care for YO" AAMTSCHF = "CC: Allocation flag for TAMTSCHF" TAMTSCHG = "CC: Amount paid for school care for 2n" AAMTSCHG = "CC: Allocation flag for TAMTSCHG" TAMTSCHH = "CC: Amount paid for school care for 3r" AAMTSCHH = "CC: Allocation flag for TAMTSCHH" TAMTSCHI = "CC: Amount paid for school care for 4t" AAMTSCHI = "CC: Allocation flag for TAMTSCHI" TAMTSCHJ = "CC: Amount paid for school care for 5t" AAMTSCHJ = "CC: Allocation flag for TAMTSCHJ" EWHOTHEF = "CC: Place non-relative cared for the" AWHOTHEF = "CC: Allocation flag for EWHOTHEF" EWHOTHEG = "CC: Place non-relative cared for the 2" AWHOTHEG = "CC: Allocation flag for EWHOTHEG" EWHOTHEH = "CC: Place non-relative cared for the 3" AWHOTHEH = "CC: Allocation flag for EWHOTHEH" EWHOTHEI = "CC: Place non-relative cared for the 4" AWHOTHEI = "CC: Allocation flag for EWHOTHEI" EWHOTHEJ = "CC: Place non-relative cared for the 5" AWHOTHEJ = "CC: Allocation flag for EWHOTHEJ" EOTHEHRF = "CC: Hours the non-relative cared for t" AOTHEHRF = "CC: Allocation flag for EOTHEHRF" EOTHEHRG = "CC: Hours the non-relative cared for t" AOTHEHRG = "CC: Allocation flag for EOTHEHRG" EOTHEHRH = "CC: Hours the non-relative cared for t" AOTHEHRH = "CC: Allocation flag for EOTHEHRH" EOTHEHRI = "CC: Hours the non-relative cared for t" AOTHEHRI = "CC: Allocation flag for EOTHEHRI" EOTHEHRJ = "CC: Hours the non-relative cared for t" AOTHEHRJ = "CC: Allocation flag for EOTHEHRJ" EHROTHEF = "CC: Hours non-relative cared for YOUNG" AHROTHEF = "CC: Allocation flag for EHROTHEF" EHROTHEG = "CC: Hours non-relative cared for SECON" AHROTHEG = "CC: Allocation flag for EHROTHEG" EHROTHEH = "CC: Hours non-relative cared for THIRD" AHROTHEH = "CC: Allocation flag for EHROTHEH" EHROTHEI = "CC: Hours non-relative cared for FOURT" AHROTHEI = "CC: Allocation flag for EHROTHEI" EHROTHEJ = "CC: Hours non-relative cared for FIFTH" AHROTHEJ = "CC: Allocation flag for EHROTHEJ" EPAYOTHF = "CC: Paid non-relative to care for the" APAYOTHF = "CC: Allocation flag for EPAYOTHF" EPAYOTHG = "CC: Paid non-relative to care for the " APAYOTHG = "CC: Allocation flag for EPAYOTHG" EPAYOTHH = "CC: Paid non-relative to care for the " APAYOTHH = "CC: Allocation flag for EPAYOTHH" EPAYOTHI = "CC: Paid non-relative to care for the " APAYOTHI = "CC: Allocation flag for EPAYOTHI" EPAYOTHJ = "CC: Paid non-relative to care for the " APAYOTHJ = "CC: Allocation flag for EPAYOTHJ" TAMTOTHF = "CC: Payment made to non-relative for t" AAMTOTHF = "CC: Allocation flag for TAMTOTHF" TAMTOTHG = "CC: Payment made to non-relative for 2" AAMTOTHG = "CC: Allocation flag for TAMTOTHG" TAMTOTHH = "CC: Payment made to non-relative for 3" AAMTOTHH = "CC: Allocation flag for TAMTOTHH" TAMTOTHI = "CC: Payment made to non-relative for 4" AAMTOTHI = "CC: Allocation flag for TAMTOTHI" TAMTOTHJ = "CC: Payment made to non-relative for 5" AAMTOTHJ = "CC: Allocation flag for TAMTOTHJ" ESCHOOWF = "CC: YOUNGEST child attended school las" ASCHOOWF = "CC: Allocation flag for ESCHOOWF" ESCHOOWG = "CC: 2nd YOUNGEST child attended school" ASCHOOWG = "CC: Allocation flag for ESCHOOWG" ESCHOOWH = "CC: 3rd YOUNGEST child attended school" ASCHOOWH = "CC: Allocation flag for ESCHOOWH" ESCHOOWI = "CC: 4th YOUNGEST child attended school" ASCHOOWI = "CC: Allocation flag for ESCHOOWI" ESCHOOWJ = "CC: 5th YOUNGEST child attended school" ASCHOOWJ = "CC: Allocation flag for ESCHOOWJ" EHRSCHWF = "CC: Hours per week the YOUNGEST child " AHRSCHWF = "CC: Allocation flag for EHRSCHWF" EHRSCHWG = "CC: Hours per week the 2nd YOUNGEST ch" AHRSCHWG = "CC: Allocation flag for EHRSCHWG" EHRSCHWH = "CC: Hours per week the 3rd YOUNGEST ch" AHRSCHWH = "CC: Allocation flag for EHRSCHWH" EHRSCHWI = "CC: Hours per week the 4th YOUNGEST ch" AHRSCHWI = "CC: Allocation flag for EHRSCHWI" EHRSCHWJ = "CC: Hours per week the 5th YOUNGEST ch" AHRSCHWJ = "CC: Allocation flag for EHRSCHWJ" EHRSCHOF = "CC: Hours per week YOUNGEST child was " AHRSCHOF = "CC: Allocation flag for EHRSCHOF" EHRSCHOG = "CC: Hours per week SECOND YOUNGEST chi" AHRSCHOG = "CC: Allocation flag for EHRSCHOG" EHRSCHOH = "CC: Hours per week THIRD YOUNGEST chil" AHRSCHOH = "CC: Allocation flag for EHRSCHOH" EHRSCHOI = "CC: Hours per week FOURTH YOUNGEST chi" AHRSCHOI = "CC: Allocation flag for EHRSCHOI" EHRSCHOJ = "CC: Hours per week FIFTH YOUNGEST chil" AHRSCHOJ = "CC: Allocation flag for EHRSCHOJ" ESELFCAF = "CC: Whether or not the YOUNGEST child " ASELFCAF = "CC: Allocation flag for ESELFCAF" ESELFCAG = "CC: Whether or not 2nd YOUNGEST child " ASELFCAG = "CC: Allocation flag for ESELFCAG" ESELFCAH = "CC: Whether or not 3rd YOUNGEST child " ASELFCAH = "CC: Allocation flag for ESELFCAH" ESELFCAI = "CC: Whether or not 4th YOUNGEST child " ASELFCAI = "CC: Allocation flag for ESELFCAI" ESELFCAJ = "CC: Whether or not 5th YOUNGEST child " ASELFCAJ = "CC: Allocation flag for ESELFCAJ" EKIDHR1F = "CC: Hours per week the YOUNGEST child " AKIDHR1F = "CC: Allocation flag for EKIDHR1F" EKIDHR1G = "CC: Hours per week 2nd YOUNGEST child " AKIDHR1G = "CC: Allocation flag for EKIDHR1G" EKIDHR1H = "CC: Hours per week 3rd YOUNGEST child " AKIDHR1H = "CC: Allocation flag for EKIDHR1H" EKIDHR1I = "CC: Hours per week 4th YOUNGEST child " AKIDHR1I = "CC: Allocation flag for EKIDHR1I" EKIDHR1J = "CC: Hours per week 5th YOUNGEST child " AKIDHR1J = "CC: Allocation flag for EKIDHR1J" EKIDHR2F = "CC: Hours per week YOUNGEST child care" AKIDHR2F = "CC: Allocation flag for EKIDHR2F" EKIDHR2G = "CC: Hours per week SECOND YOUNGEST chi" AKIDHR2G = "CC: Allocation flag for EKIDHR2G" EKIDHR2H = "CC: Hours per week THIRD YOUNGEST chil" AKIDHR2H = "CC: Allocation flag for EKIDHR2H" EKIDHR2I = "CC: Hours per week FOURTH YOUNGEST chi" AKIDHR2I = "CC: Allocation flag for EKIDHR2I" EKIDHR2J = "CC: Hours per week FIFTH YOUNGEST chil" AKIDHR2J = "CC: Allocation flag for EKIDHR2J" EDAYCHAF = "CC: Change in child care for YOUNGEST " ADAYCHAF = "CC: Allocation flag for EDAYCHAF" EDAYCHAG = "CC: Change in child care for 2nd YOUNG" ADAYCHAG = "CC: Allocation flag for EDAYCHAG" EDAYCHAH = "CC: Change in child care for 3rd YOUNG" ADAYCHAH = "CC: Allocation flag for EDAYCHAH" EDAYCHAI = "CC: Change in child care for 4th YOUNG" ADAYCHAI = "CC: Allocation flag for EDAYCHAI" EDAYCHAJ = "CC: Change in child care for 5th YOUNG" ADAYCHAJ = "CC: Allocation flag for EDAYCHAJ" EPAYHELF = "CC: Anyone help pay for YOUNGEST child" APAYHELF = "CC: Allocation flag for EPAYHELF" EPAYHELG = "CC: Anyone help pay for 2nd YOUNGEST c" APAYHELG = "CC: Allocation flag for EPAYHELG" EPAYHELH = "CC: Anyone help pay for 3rd YOUNGEST c" APAYHELH = "CC: Allocation flag for EPAYHELH" EPAYHELI = "CC: Anyone help pay for 4th YOUNGEST c" APAYHELI = "CC: Allocation flag for EPAYHELI" EPAYHELJ = "CC: Anyone help pay for 5th YOUNGEST c" APAYHELJ = "CC: Allocation flag for EPAYHELJ" EWHOPA1F = "CC: Government helped pay for YOUNGEST" EWHOPA2F = "CC: Other parent helped pay for YOUNGE" EWHOPA3F = "CC: Employer helped pay for YOUNGEST c" EWHOPA4F = "CC: Other person helped pay for YOUNGE" AWHOPAF = "CC: Allocation flag for EWHOPA1F-EWHOP" EWHOPA1G = "CC: Government helped pay for 2nd YOUN" EWHOPA2G = "CC: Other parent helped pay for 2nd YO" EWHOPA3G = "CC: Employer helped pay for 2nd YOUNGE" EWHOPA4G = "CC: Other person helped pay for 2nd YO" AWHOPAG = "CC: Allocation flag for EWHOPA1G-EWHOP" EWHOPA1H = "CC: Government helped pay for 3rd YOUN" EWHOPA2H = "CC: Other parent helped pay for 3rd YO" EWHOPA3H = "CC: Employer helped pay for 3rd YOUNGE" EWHOPA4H = "CC: Other person helped pay for 3rd YO" AWHOPAH = "CC: Allocation flag for EWHOPA1H-EWHOP" EWHOPA1I = "CC: Government helped pay for 4th YOUN" EWHOPA2I = "CC: Other parent helped pay for 4th YO" EWHOPA3I = "CC: Employer helped pay for 4th YOUNGE" EWHOPA4I = "CC: Other person helped pay for 4th YO" AWHOPAI = "CC: Allocation flag for EWHOPA1I-EWHOP" EWHOPA1J = "CC: Government helped pay for 5th YOUN" EWHOPA2J = "CC: Other parent helped pay for 5th YO" EWHOPA3J = "CC: Employer helped pay for 5th YOUNGE" EWHOPA4J = "CC: Other person helped pay for 5th YO" AWHOPAJ = "CC: Allocation flag for EWHOPA1J-EWHOP" EARRANGF = "CC: Arrangements lasting over a week" AARRANGF = "CC: Allocation flag for EARRANGF" EARRANGG = "CC: Arrangements lasting over a week" AARRANGG = "CC: Allocation flag for EARRANGF" EARRANGH = "CC: Arrangements lasting over a week" AARRANGH = "CC: Allocation flag for EARRANGH" EARRANGI = "CC: Arrangements lasting over a week" AARRANGI = "CC: Allocation flag for EARRANGI" EARRANGJ = "CC: Arrangements lasting over a week" AARRANGJ = "CC: Allocation flag for EARRANGJ" ELISTF = "CC: Waiting list for a child care" ALISTF = "CC: Allocation flag for ELISTF" ELISTG = "CC: Waiting list for a child care" ALISTG = "CC: Allocation flag for ELISTG" ELISTH = "CC: Waiting list for a child care" ALISTH = "CC: Allocation flag for ELISTH" ELISTI = "CC: Waiting list for a child care" ALISTI = "CC: Allocation flag for ELISTI" ELISTJ = "CC: Waiting list for a child care" ALISTJ = "CC: Allocation flag for ELISTJ" ETIAMT01 = "CC: Time lost because of no arrangemen" ATIAMT01 = "CC: Allocation flag for ETIAMT01" ETIAMT02 = "CC: Unit of time lost because of no" ATIAMT02 = "CC: Allocation flag for ETIAMT02" ; proc print data=library.sip96t10 (obs=6); FORMAT SPANEL SPANEL. TFIPSST TFIPSST. SINTHHID SINTHHID. EOUTCOME EOUTCOME. RFID2 RFID2L. EPOPSTAT EPOPSTAT. EPPINTVW EPPINTVW. EPPMIS4 EPPMIS4L. ESEX ESEX. ERACE ERACE. EORIGIN EORIGIN. ERRP ERRP. TAGE TAGE. EMS EMS. EPNSPOUS EPNSPOUS. EPNMOM EPNMOM. EPNDAD EPNDAD. EPNGUARD EPNGUARD. RDESGPNT RDESGPNT. EEDUCATE EEDUCATE. EAIRUNV EAIRUNV. IOTHRBUS IOTHRBUS. IOWNBS96 IOWNBS9S. IBSFORM1 IBSFORMS. IBSLOCT1 IBSLOCTS. IPRTOWN1 IPRTOWNS. IOWNRS11 IOWNRS1S. IOWNRS12 IOWNRS1K. IHHOWN1 IHHOWN1L. RPCNTHH1 RPCNTHHS. RPCTOWN1 RPCTOWNS. TGRSRCP1 TGRSRCPS. TTOTEXP1 TTOTEXPS. TNETINC1 TNETINCS. TNETINC2 TNETINCK. IOTHINC1 IOTHINCS. INETIN11 INETIN1S. TNETIN12 TNETIN1S. TNETIN13 TNETIN1K. INETIN21 INETIN2S. TNETIN22 TNETIN2S. TNETIN23 TNETIN2K. IBSFORM2 IBSFORMK. IBSLOCT2 IBSLOCTK. IPRTOWN2 IPRTOWNK. IOWNRS21 IOWNRS2S. IOWNRS22 IOWNRS2K. IHHOWN2 IHHOWN2L. RPCNTHH2 RPCNTHHK. RPCTOWN2 RPCTOWNK. TGRSRCP2 TGRSRCPK. TTOTEXP2 TTOTEXPK. TNETINC3 TNETINCL. TNETINC4 TNETINCM. IOTHINC2 IOTHINCK. INETIN31 INETIN3S. TNETIN32 TNETIN3S. TNETIN33 TNETIN3K. INETIN41 INETIN4S. TNETIN42 TNETIN4S. TNETIN43 TNETIN4K. TOTHINC3 TOTHINCS. TOTHINC4 TOTHINCK. IIRAYN IIRAYN. IIRACONT IIRACONT. TTAXCONT TTAXCONT. IIRAWDL IIRAWDL. TAMTIRA TAMTIRA. TIRAEARN TIRAEARN. IIRATYP1 IIRATYPN. IIRATYP2 IIRATYPK. IIRATYP3 IIRATYPL. IIRATYP4 IIRATYPM. IIRATYP5 IIRATYPO. IIRATYP6 IIRATYPP. IIRATYP7 IIRATYPQ. IKEOGHYN IKEOGHYN. IKEOGHCN IKEOGHCN. TTXKEOGH TTXKEOGH. IKEOGHWD IKEOGHWD. TATKEOGH TATKEOGH. TKEOGHER TKEOGHER. IKEOHTP1 IKEOHTPR. IKEOHTP2 IKEOHTPK. IKEOHTP3 IKEOHTPL. IKEOHTP4 IKEOHTPM. IKEOHTP5 IKEOHTPN. IKEOHTP6 IKEOHTPO. IKEOHTP7 IKEOHTPP. ITHRFTYN ITHRFTYN. TTHFTCNT TTHFTCNT. ITHFTWDL ITHFTWDL. TTHFTAMT TTHFTAMT. TTHFTERN TTHFTERN. ITHFTYP1 ITHFTYPN. ITHFTYP2 ITHFTYPK. ITHFTYP3 ITHFTYPL. ITHFTYP4 ITHFTYPM. ITHFTYP5 ITHFTYPO. EATXUNV EATXUNV. ITAXFLYN ITAXFLYN. ITAXCOPY ITAXCOPY. TFILSTAT TFILSTAT. TTOTEXMP TTOTEXMP. IEXEMP01 IEXEMP0P. IEXEMP02 IEXEMP0K. IEXEMP03 IEXEMP0L. IEXEMP04 IEXEMP0M. IEXEMP05 IEXEMP0N. IEXEMP06 IEXEMP0O. IEXMPOUT IEXMPOUT. IEXNMOUT IEXNMOUT. IOUTRL01 IOUTRL0T. IOUTRL02 IOUTRL0K. IOUTRL03 IOUTRL0L. IOUTRL04 IOUTRL0M. IOUTRL05 IOUTRL0N. IOUTRL06 IOUTRL0O. IOUTRL07 IOUTRL0P. IOUTRL08 IOUTRL0Q. IOUTRL09 IOUTRL0R. IOUTRL10 IOUTRL1T. IFILFORM IFILFORM. ISCHEDA ISCHEDA. ISCHEDD ISCHEDD. TAMTDEDT TAMTDEDT. ICCEXPEN ICCEXPEN. TCCAMT TCCAMT. ICAREX01 ICAREX0T. ICAREX02 ICAREX0K. ICAREX03 ICAREX0L. ICAREX04 ICAREX0M. ICAREX05 ICAREX0N. ICAREX06 ICAREX0O. ICAREX07 ICAREX0P. ICAREX08 ICAREX0Q. ICAREX09 ICAREX0R. ICAREX10 ICAREX1T. ICAREX11 ICAREX1K. ICAREX12 ICAREX1L. ICAREX13 ICAREX1M. ICAREX14 ICAREX1N. ICAREX15 ICAREX1O. ICAREX16 ICAREX1P. ICAREX17 ICAREX1Q. ICAREX18 ICAREX1R. ICAREX19 ICAREX1S. ICAREX20 ICAREX2T. ICAREX21 ICAREX2K. ICAREX22 ICAREX2L. ICAREX23 ICAREX2M. ICAREX24 ICAREX2N. ICAREX25 ICAREX2O. ICAREX26 ICAREX2P. ICAREX27 ICAREX2Q. ICAREX28 ICAREX2R. ICAREX29 ICAREX2S. ICAREX30 ICAREX3T. IDSABCRD IDSABCRD. TDSABAMT TDSABAMT. TSAPGAIN TSAPGAIN. TADJINCM TADJINCM. TNETTAX TNETTAX. IERNDCRD IERNDCRD. TERNDAMT TERNDAMT. IEICEX01 IEICEX0T. IEICEX02 IEICEX0K. IEICEX03 IEICEX0L. IEICEX04 IEICEX0M. IEICEX05 IEICEX0N. IEICEX06 IEICEX0O. IEICEX07 IEICEX0P. IEICEX08 IEICEX0Q. IEICEX09 IEICEX0R. IEICEX10 IEICEX1T. IEICEX11 IEICEX1K. IEICEX12 IEICEX1L. IEICEX13 IEICEX1M. IEICEX14 IEICEX1N. IEICEX15 IEICEX1O. IEICEX16 IEICEX1P. IEICEX17 IEICEX1Q. IEICEX18 IEICEX1R. IEICEX19 IEICEX1S. IEICEX20 IEICEX2T. IEICEX21 IEICEX2K. IEICEX22 IEICEX2L. IEICEX23 IEICEX2M. IEICEX24 IEICEX2N. IEICEX25 IEICEX2O. IEICEX26 IEICEX2P. IEICEX27 IEICEX2Q. IEICEX28 IEICEX2R. IEICEX29 IEICEX2S. IEICEX30 IEICEX3T. IPROPTAX IPROPTAX. IPROPJNT IPROPJNT. IPROPN01 IPROPN0T. IPROPN02 IPROPN0K. IPROPN03 IPROPN0L. IPROPN04 IPROPN0M. IPROPN05 IPROPN0N. IPROPN06 IPROPN0O. IPROPN07 IPROPN0P. IPROPN08 IPROPN0Q. IPROPN09 IPROPN0R. IPROPN10 IPROPN1T. IPROPN11 IPROPN1K. IPROPN12 IPROPN1L. IPROPN13 IPROPN1M. IPROPN14 IPROPN1N. IPROPN15 IPROPN1O. IPROPN16 IPROPN1P. IPROPN17 IPROPN1Q. IPROPN18 IPROPN1R. IPROPN19 IPROPN1S. IPROPN20 IPROPN2T. IPROPN21 IPROPN2K. IPROPN22 IPROPN2L. IPROPN23 IPROPN2M. IPROPN24 IPROPN2N. IPROPN25 IPROPN2O. IPROPN26 IPROPN2P. IPROPN27 IPROPN2Q. IPROPN28 IPROPN2R. IPROPN29 IPROPN2S. IPROPN30 IPROPN3T. TTAXBILL TTAXBILL. EPWSUNV EPWSUNV. EWSEMPCT EWSEMPCT. AWSEMPCT AWSEMPCT. EWSENO1 EWSENO1L. EWSBNO1 EWSBNO1L. EWSENO2 EWSENO2L. EWSBNO2 EWSBNO2L. EWSHRS1 EWSHRS1L. AWSHRS1 AWSHRS1L. EWSDYS1 EWSDYS1L. AWSDYS1 AWSDYS1L. EWSDAY11 EWSDAY1T. AWSDAY11 AWSDAY1T. EWSDAY12 EWSDAY1K. AWSDAY12 AWSDAY1K. EWSDAY13 EWSDAY1L. AWSDAY13 AWSDAY1L. EWSDAY14 EWSDAY1M. AWSDAY14 AWSDAY1M. EWSDAY15 EWSDAY1N. AWSDAY15 AWSDAY1N. EWSDAY16 EWSDAY1O. AWSDAY16 AWSDAY1O. EWSDAY17 EWSDAY1P. AWSDAY17 AWSDAY1P. EWSBEG1 EWSBEG1L. AWSBEG1 AWSBEG1L. EWSBEGM1 EWSBEGMT. AWSBEGM1 AWSBEGMT. EWSEND1 EWSEND1L. AWSEND1 AWSEND1L. EWSENDM1 EWSENDMT. AWSENDM1 AWSENDMT. EWSHMWK1 EWSHMWKT. AWSHMWK1 AWSHMWKT. EWSDY11 EWSDY11L. AWSDY11 AWSDY11L. EWSDY12 EWSDY12L. AWSDY12 AWSDY12L. EWSDY13 EWSDY13L. AWSDY13 AWSDY13L. EWSDY14 EWSDY14L. AWSDY14 AWSDY14L. EWSDY15 EWSDY15L. AWSDY15 AWSDY15L. EWSDY16 EWSDY16L. AWSDY16 AWSDY16L. EWSDY17 EWSDY17L. AWSDY17 AWSDY17L. EWSJOB1 EWSJOB1L. AWSJOB1 AWSJOB1L. EWSMNR1 EWSMNR1L. AWSMNR1 AWSMNR1L. EWSHRS2 EWSHRS2L. AWSHRS2 AWSHRS2L. EWSDYS2 EWSDYS2L. AWSDYS2 AWSDYS2L. EWSDAY21 EWSDAY2T. AWSDAY21 AWSDAY2T. EWSDAY22 EWSDAY2K. AWSDAY22 AWSDAY2K. EWSDAY23 EWSDAY2L. AWSDAY23 AWSDAY2L. EWSDAY24 EWSDAY2M. AWSDAY24 AWSDAY2M. EWSDAY25 EWSDAY2N. AWSDAY25 AWSDAY2N. EWSDAY26 EWSDAY2O. AWSDAY26 AWSDAY2O. EWSDAY27 EWSDAY2P. AWSDAY27 AWSDAY2P. EWSBEG2 EWSBEG2L. AWSBEG2 AWSBEG2L. EWSBEGM2 EWSBEGMK. AWSBEGM2 AWSBEGMK. EWSEND2 EWSEND2L. AWSEND2 AWSEND2L. EWSENDM2 EWSENDMK. AWSENDM2 AWSENDMK. EWSHMWK2 EWSHMWKK. AWSHMWK2 AWSHMWKK. EWSDY21 EWSDY21L. AWSDY21 AWSDY21L. EWSDY22 EWSDY22L. AWSDY22 AWSDY22L. EWSDY23 EWSDY23L. AWSDY23 AWSDY23L. EWSDY24 EWSDY24L. AWSDY24 AWSDY24L. EWSDY25 EWSDY25L. AWSDY25 AWSDY25L. EWSDY26 EWSDY26L. AWSDY26 AWSDY26L. EWSDY27 EWSDY27L. AWSDY27 AWSDY27L. EWSJOB2 EWSJOB2L. AWSJOB2 AWSJOB2L. EWSMNR2 EWSMNR2L. AWSMNR2 AWSMNR2L. ECCUNV ECCUNV. EHRWKSCH EHRWKSCH. AHRWKSCH AHRWKSCH. RRHRSWK RRHRSWK. EHRWKJOB EHRWKJOB. AHRWKJOB AHRWKJOB. ECCPNUMA ECCPNUMA. ECCPNUMB ECCPNUMB. ECCPNUMC ECCPNUMC. ECCPNUMD ECCPNUMD. ECCPNUME ECCPNUME. ECCAGEA ECCAGEA. ECCAGEB ECCAGEB. ECCAGEC ECCAGEC. ECCAGED ECCAGED. ECCAGEE ECCAGEE. ECKD01A ECKD01A. ECKD01B ECKD01B. ECKD01C ECKD01C. ECKD01D ECKD01D. ECKD01E ECKD01E. ECKD02A ECKD02A. ECKD02B ECKD02B. ECKD02C ECKD02C. ECKD02D ECKD02D. ECKD02E ECKD02E. ECKD03A ECKD03A. ECKD03B ECKD03B. ECKD03C ECKD03C. ECKD03D ECKD03D. ECKD03E ECKD03E. ECKD04A ECKD04A. ECKD04B ECKD04B. ECKD04C ECKD04C. ECKD04D ECKD04D. ECKD04E ECKD04E. ECKD05A ECKD05A. ECKD05B ECKD05B. ECKD05C ECKD05C. ECKD05D ECKD05D. ECKD05E ECKD05E. ECKD06A ECKD06A. ECKD06B ECKD06B. ECKD06C ECKD06C. ECKD06D ECKD06D. ECKD06E ECKD06E. ECKD07A ECKD07A. ECKD07B ECKD07B. ECKD07C ECKD07C. ECKD07D ECKD07D. ECKD07E ECKD07E. ECKD08A ECKD08A. ECKD08B ECKD08B. ECKD08C ECKD08C. ECKD08D ECKD08D. ECKD08E ECKD08E. ECKD09A ECKD09A. ECKD09B ECKD09B. ECKD09C ECKD09C. ECKD09D ECKD09D. ECKD09E ECKD09E. ECKD10A ECKD10A. ECKD10B ECKD10B. ECKD10C ECKD10C. ECKD10D ECKD10D. ECKD10E ECKD10E. ECKD11A ECKD11A. ECKD11B ECKD11B. ECKD11C ECKD11C. ECKD11D ECKD11D. ECKD11E ECKD11E. ACCAREA ACCAREA. ACCAREB ACCAREB. ACCAREC ACCAREC. ACCARED ACCARED. ACCAREE ACCAREE. ECKD03AA ECKD03AA. ECKD03AB ECKD03AB. ECKD03AC ECKD03AC. ECKD03AD ECKD03AD. ECKD03AE ECKD03AE. ECKD04AA ECKD04AA. ECKD04AB ECKD04AB. ECKD04AC ECKD04AC. ECKD04AD ECKD04AD. ECKD04AE ECKD04AE. ECKD05AA ECKD05AA. ECKD05AB ECKD05AB. ECKD05AC ECKD05AC. ECKD05AD ECKD05AD. ECKD05AE ECKD05AE. ECKD06AA ECKD06AA. ECKD06AB ECKD06AB. ECKD06AC ECKD06AC. ECKD06AD ECKD06AD. ECKD06AE ECKD06AE. ECKD07AA ECKD07AA. ECKD07AB ECKD07AB. ECKD07AC ECKD07AC. ECKD07AD ECKD07AD. ECKD07AE ECKD07AE. ECKD08AA ECKD08AA. ECKD08AB ECKD08AB. ECKD08AC ECKD08AC. ECKD08AD ECKD08AD. ECKD08AE ECKD08AE. ECKD09AA ECKD09AA. ECKD09AB ECKD09AB. ECKD09AC ECKD09AC. ECKD09AD ECKD09AD. ECKD09AE ECKD09AE. ECKD10AA ECKD10AA. ECKD10AB ECKD10AB. ECKD10AC ECKD10AC. ECKD10AD ECKD10AD. ECKD10AE ECKD10AE. ECKD11AA ECKD11AA. ECKD11AB ECKD11AB. ECKD11AC ECKD11AC. ECKD11AD ECKD11AD. ECKD11AE ECKD11AE. ACCARE1A ACCARE1A. ACCARE1B ACCARE1B. ACCARE1C ACCARE1C. ACCARE1D ACCARE1D. ACCARE1E ACCARE1E. EWHEPARA EWHEPARA. AWHEPARA AWHEPARA. EWHEPARB EWHEPARB. AWHEPARB AWHEPARB. EWHEPARC EWHEPARC. AWHEPARC AWHEPARC. EWHEPARD EWHEPARD. AWHEPARD AWHEPARD. EWHEPARE EWHEPARE. AWHEPARE AWHEPARE. EPARHR1A EPARHR1A. APARHR1A APARHR1A. EPARHR1B EPARHR1B. APARHR1B APARHR1B. EPARHR1C EPARHR1C. APARHR1C APARHR1C. EPARHR1D EPARHR1D. APARHR1D APARHR1D. EPARHR1E EPARHR1E. APARHR1E APARHR1E. EPARHR2A EPARHR2A. APARHR2A APARHR2A. EPARHR2B EPARHR2B. APARHR2B APARHR2B. EPARHR2C EPARHR2C. APARHR2C APARHR2C. EPARHR2D EPARHR2D. APARHR2D APARHR2D. EPARHR2E EPARHR2E. APARHR2E APARHR2E. EWHSELFA EWHSELFA. AWHSELFA AWHSELFA. EWHSELFB EWHSELFB. AWHSELFB AWHSELFB. EWHSELFC EWHSELFC. AWHSELFC AWHSELFC. EWHSELFD EWHSELFD. AWHSELFD AWHSELFD. EWHSELFE EWHSELFE. AWHSELFE AWHSELFE. ESELFHRA ESELFHRA. ASELFHRA ASELFHRA. ESELFHRB ESELFHRB. ASELFHRB ASELFHRB. ESELFHRC ESELFHRC. ASELFHRC ASELFHRC. ESELFHRD ESELFHRD. ASELFHRD ASELFHRD. ESELFHRE ESELFHRE. ASELFHRE ASELFHRE. EWHSB15A EWHSB15A. AWHSB15A AWHSB15A. EWHSB15B EWHSB15B. AWHSB15B AWHSB15B. EWHSB15C EWHSB15C. AWHSB15C AWHSB15C. EWHSB15D EWHSB15D. AWHSB15D AWHSB15D. EWHSB15E EWHSB15E. AWHSB15E AWHSB15E. EWHSBHRA EWHSBHRA. AWHSBHRA AWHSBHRA. EWHSBHRB EWHSBHRB. AWHSBHRB AWHSBHRB. EWHSBHRC EWHSBHRC. AWHSBHRC AWHSBHRC. EWHSBHRD EWHSBHRD. AWHSBHRD AWHSBHRD. EWHSBHRE EWHSBHRE. AWHSBHRE AWHSBHRE. EHRSB15A EHRSB15A. AHRSB15A AHRSB15A. EHRSB15B EHRSB15B. AHRSB15B AHRSB15B. EHRSB15C EHRSB15C. AHRSB15C AHRSB15C. EHRSB15D EHRSB15D. AHRSB15D AHRSB15D. EHRSB15E EHRSB15E. AHRSB15E AHRSB15E. EWHSB14A EWHSB14A. AWHSB14A AWHSB14A. EWHSB14B EWHSB14B. AWHSB14B AWHSB14B. EWHSB14C EWHSB14C. AWHSB14C AWHSB14C. EWHSB14D EWHSB14D. AWHSB14D AWHSB14D. EWHSB14E EWHSB14E. AWHSB14E AWHSB14E. ESB14HRA ESB14HRA. ASB14HRA ASB14HRA. ESB14HRB ESB14HRB. ASB14HRB ASB14HRB. ESB14HRC ESB14HRC. ASB14HRC ASB14HRC. ESB14HRD ESB14HRD. ASB14HRD ASB14HRD. ESB14HRE ESB14HRE. ASB14HRE ASB14HRE. EHRSB14A EHRSB14A. AHRSB14A AHRSB14A. EHRSB14B EHRSB14B. AHRSB14B AHRSB14B. EHRSB14C EHRSB14C. AHRSB14C AHRSB14C. EHRSB14D EHRSB14D. AHRSB14D AHRSB14D. EHRSB14E EHRSB14E. AHRSB14E AHRSB14E. EWHGRANA EWHGRANA. AWHGRANA AWHGRANA. EWHGRANB EWHGRANB. AWHGRANB AWHGRANB. EWHGRANC EWHGRANC. AWHGRANC AWHGRANC. EWHGRAND EWHGRAND. AWHGRAND AWHGRAND. EWHGRANE EWHGRANE. AWHGRANE AWHGRANE. EGRANHRA EGRANHRA. AGRANHRA AGRANHRA. EGRANHRB EGRANHRB. AGRANHRB AGRANHRB. EGRANHRC EGRANHRC. AGRANHRC AGRANHRC. EGRANHRD EGRANHRD. AGRANHRD AGRANHRD. EGRANHRE EGRANHRE. AGRANHRE AGRANHRE. EHRGRANA EHRGRANA. AHRGRANA AHRGRANA. EHRGRANB EHRGRANB. AHRGRANB AHRGRANB. EHRGRANC EHRGRANC. AHRGRANC AHRGRANC. EHRGRAND EHRGRAND. AHRGRAND AHRGRAND. EHRGRANE EHRGRANE. AHRGRANE AHRGRANE. EPAYGRAA EPAYGRAA. APAYGRAA APAYGRAA. EPAYGRAB EPAYGRAB. APAYGRAB APAYGRAB. EPAYGRAC EPAYGRAC. APAYGRAC APAYGRAC. EPAYGRAD EPAYGRAD. APAYGRAD APAYGRAD. EPAYGRAE EPAYGRAE. APAYGRAE APAYGRAE. TAMTGRAA TAMTGRAA. AAMTGRAA AAMTGRAA. TAMTGRAB TAMTGRAB. AAMTGRAB AAMTGRAB. TAMTGRAC TAMTGRAC. AAMTGRAC AAMTGRAC. TAMTGRAD TAMTGRAD. AAMTGRAD AAMTGRAD. TAMTGRAE TAMTGRAE. AAMTGRAE AAMTGRAE. EWHRELAA EWHRELAA. AWHRELAA AWHRELAA. EWHRELAB EWHRELAB. AWHRELAB AWHRELAB. EWHRELAC EWHRELAC. AWHRELAC AWHRELAC. EWHRELAD EWHRELAD. AWHRELAD AWHRELAD. EWHRELAE EWHRELAE. AWHRELAE AWHRELAE. ERELHR1A ERELHR1A. ARELHR1A ARELHR1A. ERELHR1B ERELHR1B. ARELHR1B ARELHR1B. ERELHR1C ERELHR1C. ARELHR1C ARELHR1C. ERELHR1D ERELHR1D. ARELHR1D ARELHR1D. ERELHR1E ERELHR1E. ARELHR1E ARELHR1E. ERELHR2A ERELHR2A. ARELHR2A ARELHR2A. ERELHR2B ERELHR2B. ARELHR2B ARELHR2B. ERELHR2C ERELHR2C. ARELHR2C ARELHR2C. ERELHR2D ERELHR2D. ARELHR2D ARELHR2D. ERELHR2E ERELHR2E. ARELHR2E ARELHR2E. EPAYRELA EPAYRELA. APAYRELA APAYRELA. EPAYRELB EPAYRELB. APAYRELB APAYRELB. EPAYRELC EPAYRELC. APAYRELC APAYRELC. EPAYRELD EPAYRELD. APAYRELD APAYRELD. EPAYRELE EPAYRELE. APAYRELE APAYRELE. TAMTRELA TAMTRELA. AAMTRELA AAMTRELA. TAMTRELB TAMTRELB. AAMTRELB AAMTRELB. TAMTRELC TAMTRELC. AAMTRELC AAMTRELC. TAMTRELD TAMTRELD. AAMTRELD AAMTRELD. TAMTRELE TAMTRELE. AAMTRELE AAMTRELE. EHRFAM1A EHRFAM1A. AHRFAM1A AHRFAM1A. EHRFAM1B EHRFAM1B. AHRFAM1B AHRFAM1B. EHRFAM1C EHRFAM1C. AHRFAM1C AHRFAM1C. EHRFAM1D EHRFAM1D. AHRFAM1D AHRFAM1D. EHRFAM1E EHRFAM1E. AHRFAM1E AHRFAM1E. EHRFAM2A EHRFAM2A. AHRFAM2A AHRFAM2A. EHRFAM2B EHRFAM2B. AHRFAM2B AHRFAM2B. EHRFAM2C EHRFAM2C. AHRFAM2C AHRFAM2C. EHRFAM2D EHRFAM2D. AHRFAM2D AHRFAM2D. EHRFAM2E EHRFAM2E. AHRFAM2E AHRFAM2E. EPAYFAMA EPAYFAMA. APAYFAMA APAYFAMA. EPAYFAMB EPAYFAMB. APAYFAMB APAYFAMB. EPAYFAMC EPAYFAMC. APAYFAMC APAYFAMC. EPAYFAMD EPAYFAMD. APAYFAMD APAYFAMD. EPAYFAME EPAYFAME. APAYFAME APAYFAME. TAMTFAMA TAMTFAMA. AAMTFAMA AAMTFAMA. TAMTFAMB TAMTFAMB. AAMTFAMB AAMTFAMB. TAMTFAMC TAMTFAMC. AAMTFAMC AAMTFAMC. TAMTFAMD TAMTFAMD. AAMTFAMD AAMTFAMD. TAMTFAME TAMTFAME. AAMTFAME AAMTFAME. EWHDAYCA EWHDAYCA. AWHDAYCA AWHDAYCA. EWHDAYCB EWHDAYCB. AWHDAYCB AWHDAYCB. EWHDAYCC EWHDAYCC. AWHDAYCC AWHDAYCC. EWHDAYCD EWHDAYCD. AWHDAYCD AWHDAYCD. EWHDAYCE EWHDAYCE. AWHDAYCE AWHDAYCE. EDAYHRSA EDAYHRSA. ADAYHRSA ADAYHRSA. EDAYHRSB EDAYHRSB. ADAYHRSB ADAYHRSB. EDAYHRSC EDAYHRSC. ADAYHRSC ADAYHRSC. EDAYHRSD EDAYHRSD. ADAYHRSD ADAYHRSD. EDAYHRSE EDAYHRSE. ADAYHRSE ADAYHRSE. EHRDAYCA EHRDAYCA. AHRDAYCA AHRDAYCA. EHRDAYCB EHRDAYCB. AHRDAYCB AHRDAYCB. EHRDAYCC EHRDAYCC. AHRDAYCC AHRDAYCC. EHRDAYCD EHRDAYCD. AHRDAYCD AHRDAYCD. EHRDAYCE EHRDAYCE. AHRDAYCE AHRDAYCE. EPAYDAYA EPAYDAYA. APAYDAYA APAYDAYA. EPAYDAYB EPAYDAYB. APAYDAYB APAYDAYB. EPAYDAYC EPAYDAYC. APAYDAYC APAYDAYC. EPAYDAYD EPAYDAYD. APAYDAYD APAYDAYD. EPAYDAYE EPAYDAYE. APAYDAYE APAYDAYE. TAMTDAYA TAMTDAYA. AAMTDAYA AAMTDAYA. TAMTDAYB TAMTDAYB. AAMTDAYB AAMTDAYB. TAMTDAYC TAMTDAYC. AAMTDAYC AAMTDAYC. TAMTDAYD TAMTDAYD. AAMTDAYD AAMTDAYD. TAMTDAYE TAMTDAYE. AAMTDAYE AAMTDAYE. EWHNURSA EWHNURSA. AWHNURSA AWHNURSA. EWHNURSB EWHNURSB. AWHNURSB AWHNURSB. EWHNURSC EWHNURSC. AWHNURSC AWHNURSC. EWHNURSD EWHNURSD. AWHNURSD AWHNURSD. EWHNURSE EWHNURSE. AWHNURSE AWHNURSE. ENURHRSA ENURHRSA. ANURHRSA ANURHRSA. ENURHRSB ENURHRSB. ANURHRSB ANURHRSB. ENURHRSC ENURHRSC. ANURHRSC ANURHRSC. ENURHRSD ENURHRSD. ANURHRSD ANURHRSD. ENURHRSE ENURHRSE. ANURHRSE ANURHRSE. EHRNURSA EHRNURSA. AHRNURSA AHRNURSA. EHRNURSB EHRNURSB. AHRNURSB AHRNURSB. EHRNURSC EHRNURSC. AHRNURSC AHRNURSC. EHRNURSD EHRNURSD. AHRNURSD AHRNURSD. EHRNURSE EHRNURSE. AHRNURSE AHRNURSE. EPAYNURA EPAYNURA. APAYNURA APAYNURA. EPAYNURB EPAYNURB. APAYNURB APAYNURB. EPAYNURC EPAYNURC. APAYNURC APAYNURC. EPAYNURD EPAYNURD. APAYNURD APAYNURD. EPAYNURE EPAYNURE. APAYNURE APAYNURE. TAMTNURA TAMTNURA. AAMTNURA AAMTNURA. TAMTNURB TAMTNURB. AAMTNURB AAMTNURB. TAMTNURC TAMTNURC. AAMTNURC AAMTNURC. TAMTNURD TAMTNURD. AAMTNURD AAMTNURD. TAMTNURE TAMTNURE. AAMTNURE AAMTNURE. EHEADHRA EHEADHRA. AHEADHRA AHEADHRA. EHEADHRB EHEADHRB. AHEADHRB AHEADHRB. EHEADHRC EHEADHRC. AHEADHRC AHEADHRC. EHEADHRD EHEADHRD. AHEADHRD AHEADHRD. EHEADHRE EHEADHRE. AHEADHRE AHEADHRE. EHRSTARA EHRSTARA. AHRSTARA AHRSTARA. EHRSTARB EHRSTARB. AHRSTARB AHRSTARB. EHRSTARC EHRSTARC. AHRSTARC AHRSTARC. EHRSTARD EHRSTARD. AHRSTARD AHRSTARD. EHRSTARE EHRSTARE. AHRSTARE AHRSTARE. EPAYSTAA EPAYSTAA. APAYSTAA APAYSTAA. EPAYSTAB EPAYSTAB. APAYSTAB APAYSTAB. EPAYSTAC EPAYSTAC. APAYSTAC APAYSTAC. EPAYSTAD EPAYSTAD. APAYSTAD APAYSTAD. EPAYSTAE EPAYSTAE. APAYSTAE APAYSTAE. TAMTSTAA TAMTSTAA. AAMTSTAA AAMTSTAA. TAMTSTAB TAMTSTAB. AAMTSTAB AAMTSTAB. TAMTSTAC TAMTSTAC. AAMTSTAC AAMTSTAC. TAMTSTAD TAMTSTAD. AAMTSTAD AAMTSTAD. TAMTSTAE TAMTSTAE. AAMTSTAE AAMTSTAE. EWHOTHEA EWHOTHEA. AWHOTHEA AWHOTHEA. EWHOTHEB EWHOTHEB. AWHOTHEB AWHOTHEB. EWHOTHEC EWHOTHEC. AWHOTHEC AWHOTHEC. EWHOTHED EWHOTHED. AWHOTHED AWHOTHED. EWHOTHEE EWHOTHEE. AWHOTHEE AWHOTHEE. EOTHEHRA EOTHEHRA. AOTHEHRA AOTHEHRA. EOTHEHRB EOTHEHRB. AOTHEHRB AOTHEHRB. EOTHEHRC EOTHEHRC. AOTHEHRC AOTHEHRC. EOTHEHRD EOTHEHRD. AOTHEHRD AOTHEHRD. EOTHEHRE EOTHEHRE. AOTHEHRE AOTHEHRE. EHROTHEA EHROTHEA. AHROTHEA AHROTHEA. EHROTHEB EHROTHEB. AHROTHEB AHROTHEB. EHROTHEC EHROTHEC. AHROTHEC AHROTHEC. EHROTHED EHROTHED. AHROTHED AHROTHED. EHROTHEE EHROTHEE. AHROTHEE AHROTHEE. EPAYOTHA EPAYOTHA. APAYOTHA APAYOTHA. EPAYOTHB EPAYOTHB. APAYOTHB APAYOTHB. EPAYOTHC EPAYOTHC. APAYOTHC APAYOTHC. EPAYOTHD EPAYOTHD. APAYOTHD APAYOTHD. EPAYOTHE EPAYOTHE. APAYOTHE APAYOTHE. TAMTOTHA TAMTOTHA. AAMTOTHA AAMTOTHA. TAMTOTHB TAMTOTHB. AAMTOTHB AAMTOTHB. TAMTOTHC TAMTOTHC. AAMTOTHC AAMTOTHC. TAMTOTHD TAMTOTHD. AAMTOTHD AAMTOTHD. TAMTOTHE TAMTOTHE. AAMTOTHE AAMTOTHE. ESCHOOWA ESCHOOWA. ASCHOOWA ASCHOOWA. ESCHOOWB ESCHOOWB. ASCHOOWB ASCHOOWB. ESCHOOWC ESCHOOWC. ASCHOOWC ASCHOOWC. ESCHOOWD ESCHOOWD. ASCHOOWD ASCHOOWD. ESCHOOWE ESCHOOWE. ASCHOOWE ASCHOOWE. EHRSCHWA EHRSCHWA. AHRSCHWA AHRSCHWA. EHRSCHWB EHRSCHWB. AHRSCHWB AHRSCHWB. EHRSCHWC EHRSCHWC. AHRSCHWC AHRSCHWC. EHRSCHWD EHRSCHWD. AHRSCHWD AHRSCHWD. EHRSCHWE EHRSCHWE. AHRSCHWE AHRSCHWE. EHRSCHOA EHRSCHOA. AHRSCHOA AHRSCHOA. EHRSCHOB EHRSCHOB. AHRSCHOB AHRSCHOB. EHRSCHOC EHRSCHOC. AHRSCHOC AHRSCHOC. EHRSCHOD EHRSCHOD. AHRSCHOD AHRSCHOD. EHRSCHOE EHRSCHOE. AHRSCHOE AHRSCHOE. ESELFCAA ESELFCAA. ASELFCAA ASELFCAA. ESELFCAB ESELFCAB. ASELFCAB ASELFCAB. ESELFCAC ESELFCAC. ASELFCAC ASELFCAC. ESELFCAD ESELFCAD. ASELFCAD ASELFCAD. ESELFCAE ESELFCAE. ASELFCAE ASELFCAE. EKIDHR1A EKIDHR1A. AKIDHR1A AKIDHR1A. EKIDHR1B EKIDHR1B. AKIDHR1B AKIDHR1B. EKIDHR1C EKIDHR1C. AKIDHR1C AKIDHR1C. EKIDHR1D EKIDHR1D. AKIDHR1D AKIDHR1D. EKIDHR1E EKIDHR1E. AKIDHR1E AKIDHR1E. EKIDHR2A EKIDHR2A. AKIDHR2A AKIDHR2A. EKIDHR2B EKIDHR2B. AKIDHR2B AKIDHR2B. EKIDHR2C EKIDHR2C. AKIDHR2C AKIDHR2C. EKIDHR2D EKIDHR2D. AKIDHR2D AKIDHR2D. EKIDHR2E EKIDHR2E. AKIDHR2E AKIDHR2E. EDAYCHAA EDAYCHAA. ADAYCHAA ADAYCHAA. EDAYCHAB EDAYCHAB. ADAYCHAB ADAYCHAB. EDAYCHAC EDAYCHAC. ADAYCHAC ADAYCHAC. EDAYCHAD EDAYCHAD. ADAYCHAD ADAYCHAD. EDAYCHAE EDAYCHAE. ADAYCHAE ADAYCHAE. EPAYHELA EPAYHELA. APAYHELA APAYHELA. EPAYHELB EPAYHELB. APAYHELB APAYHELB. EPAYHELC EPAYHELC. APAYHELC APAYHELC. EPAYHELD EPAYHELD. APAYHELD APAYHELD. EPAYHELE EPAYHELE. APAYHELE APAYHELE. EWHOPA1A EWHOPA1A. EWHOPA2A EWHOPA2A. EWHOPA3A EWHOPA3A. EWHOPA4A EWHOPA4A. AWHOPAA AWHOPAA. EWHOPA1B EWHOPA1B. EWHOPA2B EWHOPA2B. EWHOPA3B EWHOPA3B. EWHOPA4B EWHOPA4B. AWHOPAB AWHOPAB. EWHOPA1C EWHOPA1C. EWHOPA2C EWHOPA2C. EWHOPA3C EWHOPA3C. EWHOPA4C EWHOPA4C. AWHOPAC AWHOPAC. EWHOPA1D EWHOPA1D. EWHOPA2D EWHOPA2D. EWHOPA3D EWHOPA3D. EWHOPA4D EWHOPA4D. AWHOPAD AWHOPAD. EWHOPA1E EWHOPA1E. EWHOPA2E EWHOPA2E. EWHOPA3E EWHOPA3E. EWHOPA4E EWHOPA4E. AWHOPAE AWHOPAE. EARRANGA EARRANGA. AARRANGA AARRANGA. EARRANGB EARRANGB. AARRANGB AARRANGB. EARRANGC EARRANGC. AARRANGC AARRANGC. EARRANGD EARRANGD. AARRANGD AARRANGD. EARRANGE EARRANGE. AARRANGE AARRANGE. ELISTA ELISTA. ALISTA ALISTA. ELISTB ELISTB. ALISTB ALISTB. ELISTC ELISTC. ALISTC ALISTC. ELISTD ELISTD. ALISTD ALISTD. ELISTE ELISTE. ALISTE ALISTE. ECCUNV2 ECCUNV2L. ECCPNUMF ECCPNUMF. ECCPNUMG ECCPNUMG. ECCPNUMH ECCPNUMH. ECCPNUMI ECCPNUMI. ECCPNUMJ ECCPNUMJ. ECCAGEF ECCAGEF. ECCAGEG ECCAGEG. ECCAGEH ECCAGEH. ECCAGEI ECCAGEI. ECCAGEJ ECCAGEJ. ECKD01F ECKD01F. ECKD01G ECKD01G. ECKD01H ECKD01H. ECKD01I ECKD01I. ECKD01J ECKD01J. ECKD02F ECKD02F. ECKD02G ECKD02G. ECKD02H ECKD02H. ECKD02I ECKD02I. ECKD02J ECKD02J. ECKD03F ECKD03F. ECKD03G ECKD03G. ECKD03H ECKD03H. ECKD03I ECKD03I. ECKD03J ECKD03J. ECKD04F ECKD04F. ECKD04G ECKD04G. ECKD04H ECKD04H. ECKD04I ECKD04I. ECKD04J ECKD04J. ECKD05F ECKD05F. ECKD05G ECKD05G. ECKD05H ECKD05H. ECKD05I ECKD05I. ECKD05J ECKD05J. ECKD06F ECKD06F. ECKD06G ECKD06G. ECKD06H ECKD06H. ECKD06I ECKD06I. ECKD06J ECKD06J. ECKD07F ECKD07F. ECKD07G ECKD07G. ECKD07H ECKD07H. ECKD07I ECKD07I. ECKD07J ECKD07J. ECKD08F ECKD08F. ECKD08G ECKD08G. ECKD08H ECKD08H. ECKD08I ECKD08I. ECKD08J ECKD08J. ECKD09F ECKD09F. ECKD09G ECKD09G. ECKD09H ECKD09H. ECKD09I ECKD09I. ECKD09J ECKD09J. ECKD10F ECKD10F. ECKD10G ECKD10G. ECKD10H ECKD10H. ECKD10I ECKD10I. ECKD10J ECKD10J. ECKD11F ECKD11F. ECKD11G ECKD11G. ECKD11H ECKD11H. ECKD11I ECKD11I. ECKD11J ECKD11J. ECKD12F ECKD12F. ECKD12G ECKD12G. ECKD12H ECKD12H. ECKD12I ECKD12I. ECKD12J ECKD12J. ECKD13F ECKD13F. ECKD13G ECKD13G. ECKD13H ECKD13H. ECKD13I ECKD13I. ECKD13J ECKD13J. ACCAREF ACCAREF. ACCAREG ACCAREG. ACCAREH ACCAREH. ACCAREI ACCAREI. ACCAREJ ACCAREJ. ECKD03AF ECKD03AF. ECKD03AG ECKD03AG. ECKD03AH ECKD03AH. ECKD03AI ECKD03AI. ECKD03AJ ECKD03AJ. ECKD04AF ECKD04AF. ECKD04AG ECKD04AG. ECKD04AH ECKD04AH. ECKD04AI ECKD04AI. ECKD04AJ ECKD04AJ. ECKD05AF ECKD05AF. ECKD05AG ECKD05AG. ECKD05AH ECKD05AH. ECKD05AI ECKD05AI. ECKD05AJ ECKD05AJ. ECKD06AF ECKD06AF. ECKD06AG ECKD06AG. ECKD06AH ECKD06AH. ECKD06AI ECKD06AI. ECKD06AJ ECKD06AJ. ECKD07AF ECKD07AF. ECKD07AG ECKD07AG. ECKD07AH ECKD07AH. ECKD07AI ECKD07AI. ECKD07AJ ECKD07AJ. ECKD08AF ECKD08AF. ECKD08AG ECKD08AG. ECKD08AH ECKD08AH. ECKD08AI ECKD08AI. ECKD08AJ ECKD08AJ. ECKD09AF ECKD09AF. ECKD09AG ECKD09AG. ECKD09AH ECKD09AH. ECKD09AI ECKD09AI. ECKD09AJ ECKD09AJ. ECKD10AF ECKD10AF. ECKD10AG ECKD10AG. ECKD10AH ECKD10AH. ECKD10AI ECKD10AI. ECKD10AJ ECKD10AJ. ECKD11AF ECKD11AF. ECKD11AG ECKD11AG. ECKD11AH ECKD11AH. ECKD11AI ECKD11AI. ECKD11AJ ECKD11AJ. ECKD12AF ECKD12AF. ECKD12AG ECKD12AG. ECKD12AH ECKD12AH. ECKD12AI ECKD12AI. ECKD12AJ ECKD12AJ. ECKD13AF ECKD13AF. ECKD13AG ECKD13AG. ECKD13AH ECKD13AH. ECKD13AI ECKD13AI. ECKD13AJ ECKD13AJ. ACCARE1F ACCARE1F. ACCARE1G ACCARE1G. ACCARE1H ACCARE1H. ACCARE1I ACCARE1I. ACCARE1J ACCARE1J. EWHEPARF EWHEPARF. AWHEPARF AWHEPARF. EWHEPARG EWHEPARG. AWHEPARG AWHEPARG. EWHEPARH EWHEPARH. AWHEPARH AWHEPARH. EWHEPARI EWHEPARI. AWHEPARI AWHEPARI. EWHEPARJ EWHEPARJ. AWHEPARJ AWHEPARJ. EPARHR1F EPARHR1F. APARHR1F APARHR1F. EPARHR1G EPARHR1G. APARHR1G APARHR1G. EPARHR1H EPARHR1H. APARHR1H APARHR1H. EPARHR1I EPARHR1I. APARHR1I APARHR1I. EPARHR1J EPARHR1J. APARHR1J APARHR1J. EPARHR2F EPARHR2F. APARHR2F APARHR2F. EPARHR2G EPARHR2G. APARHR2G APARHR2G. EPARHR2H EPARHR2H. APARHR2H APARHR2H. EPARHR2I EPARHR2I. APARHR2I APARHR2I. EPARHR2J EPARHR2J. APARHR2J APARHR2J. EWHSELFF EWHSELFF. AWHSELFF AWHSELFF. EWHSELFG EWHSELFG. AWHSELFG AWHSELFG. EWHSELFH EWHSELFH. AWHSELFH AWHSELFH. EWHSELFI EWHSELFI. AWHSELFI AWHSELFI. EWHSELFJ EWHSELFJ. AWHSELFJ AWHSELFJ. ESELFHRF ESELFHRF. ASELFHRF ASELFHRF. ESELFHRG ESELFHRG. ASELFHRG ASELFHRG. ESELFHRH ESELFHRH. ASELFHRH ASELFHRH. ESELFHRI ESELFHRI. ASELFHRI ASELFHRI. ESELFHRJ ESELFHRJ. ASELFHRJ ASELFHRJ. EWHSB15F EWHSB15F. AWHSB15F AWHSB15F. EWHSB15G EWHSB15G. AWHSB15G AWHSB15G. EWHSB15H EWHSB15H. AWHSB15H AWHSB15H. EWHSB15I EWHSB15I. AWHSB15I AWHSB15I. EWHSB15J EWHSB15J. AWHSB15J AWHSB15J. EWHSBHRF EWHSBHRF. AWHSBHRF AWHSBHRF. EWHSBHRG EWHSBHRG. AWHSBHRG AWHSBHRG. EWHSBHRH EWHSBHRH. AWHSBHRH AWHSBHRH. EWHSBHRI EWHSBHRI. AWHSBHRI AWHSBHRI. EWHSBHRJ EWHSBHRJ. AWHSBHRJ AWHSBHRJ. EHRSB15F EHRSB15F. AHRSB15F AHRSB15F. EHRSB15G EHRSB15G. AHRSB15G AHRSB15G. EHRSB15H EHRSB15H. AHRSB15H AHRSB15H. EHRSB15I EHRSB15I. AHRSB15I AHRSB15I. EHRSB15J EHRSB15J. AHRSB15J AHRSB15J. EWHSB14F EWHSB14F. AWHSB14F AWHSB14F. EWHSB14G EWHSB14G. AWHSB14G AWHSB14G. EWHSB14H EWHSB14H. AWHSB14H AWHSB14H. EWHSB14I EWHSB14I. AWHSB14I AWHSB14I. EWHSB14J EWHSB14J. AWHSB14J AWHSB14J. ESB14HRF ESB14HRF. ASB14HRF ASB14HRF. ESB14HRG ESB14HRG. ASB14HRG ASB14HRG. ESB14HRH ESB14HRH. ASB14HRH ASB14HRH. ESB14HRI ESB14HRI. ASB14HRI ASB14HRI. ESB14HRJ ESB14HRJ. ASB14HRJ ASB14HRJ. EHRSB14F EHRSB14F. AHRSB14F AHRSB14F. EHRSB14G EHRSB14G. AHRSB14G AHRSB14G. EHRSB14H EHRSB14H. AHRSB14H AHRSB14H. EHRSB14I EHRSB14I. AHRSB14I AHRSB14I. EHRSB14J EHRSB14J. AHRSB14J AHRSB14J. EWHGRANF EWHGRANF. AWHGRANF AWHGRANF. EWHGRANG EWHGRANG. AWHGRANG AWHGRANG. EWHGRANH EWHGRANH. AWHGRANH AWHGRANH. EWHGRANI EWHGRANI. AWHGRANI AWHGRANI. EWHGRANJ EWHGRANJ. AWHGRANJ AWHGRANJ. EGRANHRF EGRANHRF. AGRANHRF AGRANHRF. EGRANHRG EGRANHRG. AGRANHRG AGRANHRG. EGRANHRH EGRANHRH. AGRANHRH AGRANHRH. EGRANHRI EGRANHRI. AGRANHRI AGRANHRI. EGRANHRJ EGRANHRJ. AGRANHRJ AGRANHRJ. EHRGRANF EHRGRANF. AHRGRANF AHRGRANF. EHRGRANG EHRGRANG. AHRGRANG AHRGRANG. EHRGRANH EHRGRANH. AHRGRANH AHRGRANH. EHRGRANI EHRGRANI. AHRGRANI AHRGRANI. EHRGRANJ EHRGRANJ. AHRGRANJ AHRGRANJ. EPAYGRAF EPAYGRAF. APAYGRAF APAYGRAF. EPAYGRAG EPAYGRAG. APAYGRAG APAYGRAG. EPAYGRAH EPAYGRAH. APAYGRAH APAYGRAH. EPAYGRAI EPAYGRAI. APAYGRAI APAYGRAI. EPAYGRAJ EPAYGRAJ. APAYGRAJ APAYGRAJ. TAMTGRAF TAMTGRAF. AAMTGRAF AAMTGRAF. TAMTGRAG TAMTGRAG. AAMTGRAG AAMTGRAG. TAMTGRAH TAMTGRAH. AAMTGRAH AAMTGRAH. TAMTGRAI TAMTGRAI. AAMTGRAI AAMTGRAI. TAMTGRAJ TAMTGRAJ. AAMTGRAJ AAMTGRAJ. EWHRELAF EWHRELAF. AWHRELAF AWHRELAF. EWHRELAG EWHRELAG. AWHRELAG AWHRELAG. EWHRELAH EWHRELAH. AWHRELAH AWHRELAH. EWHRELAI EWHRELAI. AWHRELAI AWHRELAI. EWHRELAJ EWHRELAJ. AWHRELAJ AWHRELAJ. ERELHR1F ERELHR1F. ARELHR1F ARELHR1F. ERELHR1G ERELHR1G. ARELHR1G ARELHR1G. ERELHR1H ERELHR1H. ARELHR1H ARELHR1H. ERELHR1I ERELHR1I. ARELHR1I ARELHR1I. ERELHR1J ERELHR1J. ARELHR1J ARELHR1J. ERELHR2F ERELHR2F. ARELHR2F ARELHR2F. ERELHR2G ERELHR2G. ARELHR2G ARELHR2G. ERELHR2H ERELHR2H. ARELHR2H ARELHR2H. ERELHR2I ERELHR2I. ARELHR2I ARELHR2I. ERELHR2J ERELHR2J. ARELHR2J ARELHR2J. EPAYRELF EPAYRELF. APAYRELF APAYRELF. EPAYRELG EPAYRELG. APAYRELG APAYRELG. EPAYRELH EPAYRELH. APAYRELH APAYRELH. EPAYRELI EPAYRELI. APAYRELI APAYRELI. EPAYRELJ EPAYRELJ. APAYRELJ APAYRELJ. TAMTRELF TAMTRELF. AAMTRELF AAMTRELF. TAMTRELG TAMTRELG. AAMTRELG AAMTRELG. TAMTRELH TAMTRELH. AAMTRELH AAMTRELH. TAMTRELI TAMTRELI. AAMTRELI AAMTRELI. TAMTRELJ TAMTRELJ. AAMTRELJ AAMTRELJ. EHRFAM1F EHRFAM1F. AHRFAM1F AHRFAM1F. EHRFAM1G EHRFAM1G. AHRFAM1G AHRFAM1G. EHRFAM1H EHRFAM1H. AHRFAM1H AHRFAM1H. EHRFAM1I EHRFAM1I. AHRFAM1I AHRFAM1I. EHRFAM1J EHRFAM1J. AHRFAM1J AHRFAM1J. EHRFAM2F EHRFAM2F. AHRFAM2F AHRFAM2F. EHRFAM2G EHRFAM2G. AHRFAM2G AHRFAM2G. EHRFAM2H EHRFAM2H. AHRFAM2H AHRFAM2H. EHRFAM2I EHRFAM2I. AHRFAM2I AHRFAM2I. EHRFAM2J EHRFAM2J. AHRFAM2J AHRFAM2J. EPAYFAMF EPAYFAMF. APAYFAMF APAYFAMF. EPAYFAMG EPAYFAMG. APAYFAMG APAYFAMG. EPAYFAMH EPAYFAMH. APAYFAMH APAYFAMH. EPAYFAMI EPAYFAMI. APAYFAMI APAYFAMI. EPAYFAMJ EPAYFAMJ. APAYFAMJ APAYFAMJ. TAMTFAMF TAMTFAMF. AAMTFAMF AAMTFAMF. TAMTFAMG TAMTFAMG. AAMTFAMG AAMTFAMG. TAMTFAMH TAMTFAMH. AAMTFAMH AAMTFAMH. TAMTFAMI TAMTFAMI. AAMTFAMI AAMTFAMI. TAMTFAMJ TAMTFAMJ. AAMTFAMJ AAMTFAMJ. EWHDAYCF EWHDAYCF. AWHDAYCF AWHDAYCF. EWHDAYCG EWHDAYCG. AWHDAYCG AWHDAYCG. EWHDAYCH EWHDAYCH. AWHDAYCH AWHDAYCH. EWHDAYCI EWHDAYCI. AWHDAYCI AWHDAYCI. EWHDAYCJ EWHDAYCJ. AWHDAYCJ AWHDAYCJ. EDAYHRSF EDAYHRSF. ADAYHRSF ADAYHRSF. EDAYHRSG EDAYHRSG. ADAYHRSG ADAYHRSG. EDAYHRSH EDAYHRSH. ADAYHRSH ADAYHRSH. EDAYHRSI EDAYHRSI. ADAYHRSI ADAYHRSI. EDAYHRSJ EDAYHRSJ. ADAYHRSJ ADAYHRSJ. EHRDAYCF EHRDAYCF. AHRDAYCF AHRDAYCF. EHRDAYCG EHRDAYCG. AHRDAYCG AHRDAYCG. EHRDAYCH EHRDAYCH. AHRDAYCH AHRDAYCH. EHRDAYCI EHRDAYCI. AHRDAYCI AHRDAYCI. EHRDAYCJ EHRDAYCJ. AHRDAYCJ AHRDAYCJ. EPAYDAYF EPAYDAYF. APAYDAYF APAYDAYF. EPAYDAYG EPAYDAYG. APAYDAYG APAYDAYG. EPAYDAYH EPAYDAYH. APAYDAYH APAYDAYH. EPAYDAYI EPAYDAYI. APAYDAYI APAYDAYI. EPAYDAYJ EPAYDAYJ. APAYDAYJ APAYDAYJ. TAMTDAYF TAMTDAYF. AAMTDAYF AAMTDAYF. TAMTDAYG TAMTDAYG. AAMTDAYG AAMTDAYG. TAMTDAYH TAMTDAYH. AAMTDAYH AAMTDAYH. TAMTDAYI TAMTDAYI. AAMTDAYI AAMTDAYI. TAMTDAYJ TAMTDAYJ. AAMTDAYJ AAMTDAYJ. EWHSPORF EWHSPORF. AWHSPORF AWHSPORF. EWHSPORG EWHSPORG. AWHSPORG AWHSPORG. EWHSPORH EWHSPORH. AWHSPORH AWHSPORH. EWHSPORI EWHSPORI. AWHSPORI AWHSPORI. EWHSPORJ EWHSPORJ. AWHSPORJ AWHSPORJ. EHSPORTF EHSPORTF. AHSPORTF AHSPORTF. EHSPORTG EHSPORTG. AHSPORTG AHSPORTG. EHSPORTH EHSPORTH. AHSPORTH AHSPORTH. EHSPORTI EHSPORTI. AHSPORTI AHSPORTI. EHSPORTJ EHSPORTJ. AHSPORTJ AHSPORTJ. EHRSPORF EHRSPORF. AHRSPORF AHRSPORF. EHRSPORG EHRSPORG. AHRSPORG AHRSPORG. EHRSPORH EHRSPORH. AHRSPORH AHRSPORH. EHRSPORI EHRSPORI. AHRSPORI AHRSPORI. EHRSPORJ EHRSPORJ. AHRSPORJ AHRSPORJ. EPAYSPOF EPAYSPOF. APAYSPOF APAYSPOF. EPAYSPOG EPAYSPOG. APAYSPOG APAYSPOG. EPAYSPOH EPAYSPOH. APAYSPOH APAYSPOH. EPAYSPOI EPAYSPOI. APAYSPOI APAYSPOI. EPAYSPOJ EPAYSPOJ. APAYSPOJ APAYSPOJ. TAMTSPOF TAMTSPOF. AAMTSPOF AAMTSPOF. TAMTSPOG TAMTSPOG. AAMTSPOG AAMTSPOG. TAMTSPOH TAMTSPOH. AAMTSPOH AAMTSPOH. TAMTSPOI TAMTSPOI. AAMTSPOI AAMTSPOI. TAMTSPOJ TAMTSPOJ. AAMTSPOJ AAMTSPOJ. EWHLESSF EWHLESSF. AWHLESSF AWHLESSF. EWHLESSG EWHLESSG. AWHLESSG AWHLESSG. EWHLESSH EWHLESSH. AWHLESSH AWHLESSH. EWHLESSI EWHLESSI. AWHLESSI AWHLESSI. EWHLESSJ EWHLESSJ. AWHLESSJ AWHLESSJ. EHRLES1F EHRLES1F. AHRLES1F AHRLES1F. EHRLES1G EHRLES1G. AHRLES1G AHRLES1G. EHRLES1H EHRLES1H. AHRLES1H AHRLES1H. EHRLES1I EHRLES1I. AHRLES1I AHRLES1I. EHRLES1J EHRLES1J. AHRLES1J AHRLES1J. EHRLES2F EHRLES2F. AHRLES2F AHRLES2F. EHRLES2G EHRLES2G. AHRLES2G AHRLES2G. EHRLES2H EHRLES2H. AHRLES2H AHRLES2H. EHRLES2I EHRLES2I. AHRLES2I AHRLES2I. EHRLES2J EHRLES2J. AHRLES2J AHRLES2J. EPAYLESF EPAYLESF. APAYLESF APAYLESF. EPAYLESG EPAYLESG. APAYLESG APAYLESG. EPAYLESH EPAYLESH. APAYLESH APAYLESH. EPAYLESI EPAYLESI. APAYLESI APAYLESI. EPAYLESJ EPAYLESJ. APAYLESJ APAYLESJ. TAMTLESF TAMTLESF. AAMTLESF AAMTLESF. TAMTLESG TAMTLESG. AAMTLESG AAMTLESG. TAMTLESH TAMTLESH. AAMTLESH AAMTLESH. TAMTLESI TAMTLESI. AAMTLESI AAMTLESI. TAMTLESJ TAMTLESJ. AAMTLESJ AAMTLESJ. EWHCLUBF EWHCLUBF. AWHCLUBF AWHCLUBF. EWHCLUBG EWHCLUBG. AWHCLUBG AWHCLUBG. EWHCLUBH EWHCLUBH. AWHCLUBH AWHCLUBH. EWHCLUBI EWHCLUBI. AWHCLUBI AWHCLUBI. EWHCLUBJ EWHCLUBJ. AWHCLUBJ AWHCLUBJ. ECLUBHRF ECLUBHRF. ACLUBHRF ACLUBHRF. ECLUBHRG ECLUBHRG. ACLUBHRG ACLUBHRG. ECLUBHRH ECLUBHRH. ACLUBHRH ACLUBHRH. ECLUBHRI ECLUBHRI. ACLUBHRI ACLUBHRI. ECLUBHRJ ECLUBHRJ. ACLUBHRJ ACLUBHRJ. EHRCLUBF EHRCLUBF. AHRCLUBF AHRCLUBF. EHRCLUBG EHRCLUBG. AHRCLUBG AHRCLUBG. EHRCLUBH EHRCLUBH. AHRCLUBH AHRCLUBH. EHRCLUBI EHRCLUBI. AHRCLUBI AHRCLUBI. EHRCLUBJ EHRCLUBJ. AHRCLUBJ AHRCLUBJ. EPAYCLUF EPAYCLUF. APAYCLUF APAYCLUF. EPAYCLUG EPAYCLUG. APAYCLUG APAYCLUG. EPAYCLUH EPAYCLUH. APAYCLUH APAYCLUH. EPAYCLUI EPAYCLUI. APAYCLUI APAYCLUI. EPAYCLUJ EPAYCLUJ. APAYCLUJ APAYCLUJ. TAMTCLUF TAMTCLUF. AAMTCLUF AAMTCLUF. TAMTCLUG TAMTCLUG. AAMTCLUG AAMTCLUG. TAMTCLUH TAMTCLUH. AAMTCLUH AAMTCLUH. TAMTCLUI TAMTCLUI. AAMTCLUI AAMTCLUI. TAMTCLUJ TAMTCLUJ. AAMTCLUJ AAMTCLUJ. EWHSCHOF EWHSCHOF. AWHSCHOF AWHSCHOF. EWHSCHOG EWHSCHOG. AWHSCHOG AWHSCHOG. EWHSCHOH EWHSCHOH. AWHSCHOH AWHSCHOH. EWHSCHOI EWHSCHOI. AWHSCHOI AWHSCHOI. EWHSCHOJ EWHSCHOJ. AWHSCHOJ AWHSCHOJ. EHSCHO1F EHSCHO1F. AHSCHO1F AHSCHO1F. EHSCHO1G EHSCHO1G. AHSCHO1G AHSCHO1G. EHSCHO1H EHSCHO1H. AHSCHO1H AHSCHO1H. EHSCHO1I EHSCHO1I. AHSCHO1I AHSCHO1I. EHSCHO1J EHSCHO1J. AHSCHO1J AHSCHO1J. EHRSCH2F EHRSCH2F. AHRSCH2F AHRSCH2F. EHRSCH2G EHRSCH2G. AHRSCH2G AHRSCH2G. EHRSCH2H EHRSCH2H. AHRSCH2H AHRSCH2H. EHRSCH2I EHRSCH2I. AHRSCH2I AHRSCH2I. EHRSCH2J EHRSCH2J. AHRSCH2J AHRSCH2J. EPAYSCHF EPAYSCHF. APAYSCHF APAYSCHF. EPAYSCHG EPAYSCHG. APAYSCHG APAYSCHG. EPAYSCHH EPAYSCHH. APAYSCHH APAYSCHH. EPAYSCHI EPAYSCHI. APAYSCHI APAYSCHI. EPAYSCHJ EPAYSCHJ. APAYSCHJ APAYSCHJ. TAMTSCHF TAMTSCHF. AAMTSCHF AAMTSCHF. TAMTSCHG TAMTSCHG. AAMTSCHG AAMTSCHG. TAMTSCHH TAMTSCHH. AAMTSCHH AAMTSCHH. TAMTSCHI TAMTSCHI. AAMTSCHI AAMTSCHI. TAMTSCHJ TAMTSCHJ. AAMTSCHJ AAMTSCHJ. EWHOTHEF EWHOTHEF. AWHOTHEF AWHOTHEF. EWHOTHEG EWHOTHEG. AWHOTHEG AWHOTHEG. EWHOTHEH EWHOTHEH. AWHOTHEH AWHOTHEH. EWHOTHEI EWHOTHEI. AWHOTHEI AWHOTHEI. EWHOTHEJ EWHOTHEJ. AWHOTHEJ AWHOTHEJ. EOTHEHRF EOTHEHRF. AOTHEHRF AOTHEHRF. EOTHEHRG EOTHEHRG. AOTHEHRG AOTHEHRG. EOTHEHRH EOTHEHRH. AOTHEHRH AOTHEHRH. EOTHEHRI EOTHEHRI. AOTHEHRI AOTHEHRI. EOTHEHRJ EOTHEHRJ. AOTHEHRJ AOTHEHRJ. EHROTHEF EHROTHEF. AHROTHEF AHROTHEF. EHROTHEG EHROTHEG. AHROTHEG AHROTHEG. EHROTHEH EHROTHEH. AHROTHEH AHROTHEH. EHROTHEI EHROTHEI. AHROTHEI AHROTHEI. EHROTHEJ EHROTHEJ. AHROTHEJ AHROTHEJ. EPAYOTHF EPAYOTHF. APAYOTHF APAYOTHF. EPAYOTHG EPAYOTHG. APAYOTHG APAYOTHG. EPAYOTHH EPAYOTHH. APAYOTHH APAYOTHH. EPAYOTHI EPAYOTHI. APAYOTHI APAYOTHI. EPAYOTHJ EPAYOTHJ. APAYOTHJ APAYOTHJ. TAMTOTHF TAMTOTHF. AAMTOTHF AAMTOTHF. TAMTOTHG TAMTOTHG. AAMTOTHG AAMTOTHG. TAMTOTHH TAMTOTHH. AAMTOTHH AAMTOTHH. TAMTOTHI TAMTOTHI. AAMTOTHI AAMTOTHI. TAMTOTHJ TAMTOTHJ. AAMTOTHJ AAMTOTHJ. ESCHOOWF ESCHOOWF. ASCHOOWF ASCHOOWF. ESCHOOWG ESCHOOWG. ASCHOOWG ASCHOOWG. ESCHOOWH ESCHOOWH. ASCHOOWH ASCHOOWH. ESCHOOWI ESCHOOWI. ASCHOOWI ASCHOOWI. ESCHOOWJ ESCHOOWJ. ASCHOOWJ ASCHOOWJ. EHRSCHWF EHRSCHWF. AHRSCHWF AHRSCHWF. EHRSCHWG EHRSCHWG. AHRSCHWG AHRSCHWG. EHRSCHWH EHRSCHWH. AHRSCHWH AHRSCHWH. EHRSCHWI EHRSCHWI. AHRSCHWI AHRSCHWI. EHRSCHWJ EHRSCHWJ. AHRSCHWJ AHRSCHWJ. EHRSCHOF EHRSCHOF. AHRSCHOF AHRSCHOF. EHRSCHOG EHRSCHOG. AHRSCHOG AHRSCHOG. EHRSCHOH EHRSCHOH. AHRSCHOH AHRSCHOH. EHRSCHOI EHRSCHOI. AHRSCHOI AHRSCHOI. EHRSCHOJ EHRSCHOJ. AHRSCHOJ AHRSCHOJ. ESELFCAF ESELFCAF. ASELFCAF ASELFCAF. ESELFCAG ESELFCAG. ASELFCAG ASELFCAG. ESELFCAH ESELFCAH. ASELFCAH ASELFCAH. ESELFCAI ESELFCAI. ASELFCAI ASELFCAI. ESELFCAJ ESELFCAJ. ASELFCAJ ASELFCAJ. EKIDHR1F EKIDHR1F. AKIDHR1F AKIDHR1F. EKIDHR1G EKIDHR1G. AKIDHR1G AKIDHR1G. EKIDHR1H EKIDHR1H. AKIDHR1H AKIDHR1H. EKIDHR1I EKIDHR1I. AKIDHR1I AKIDHR1I. EKIDHR1J EKIDHR1J. AKIDHR1J AKIDHR1J. EKIDHR2F EKIDHR2F. AKIDHR2F AKIDHR2F. EKIDHR2G EKIDHR2G. AKIDHR2G AKIDHR2G. EKIDHR2H EKIDHR2H. AKIDHR2H AKIDHR2H. EKIDHR2I EKIDHR2I. AKIDHR2I AKIDHR2I. EKIDHR2J EKIDHR2J. AKIDHR2J AKIDHR2J. EDAYCHAF EDAYCHAF. ADAYCHAF ADAYCHAF. EDAYCHAG EDAYCHAG. ADAYCHAG ADAYCHAG. EDAYCHAH EDAYCHAH. ADAYCHAH ADAYCHAH. EDAYCHAI EDAYCHAI. ADAYCHAI ADAYCHAI. EDAYCHAJ EDAYCHAJ. ADAYCHAJ ADAYCHAJ. EPAYHELF EPAYHELF. APAYHELF APAYHELF. EPAYHELG EPAYHELG. APAYHELG APAYHELG. EPAYHELH EPAYHELH. APAYHELH APAYHELH. EPAYHELI EPAYHELI. APAYHELI APAYHELI. EPAYHELJ EPAYHELJ. APAYHELJ APAYHELJ. EWHOPA1F EWHOPA1F. EWHOPA2F EWHOPA2F. EWHOPA3F EWHOPA3F. EWHOPA4F EWHOPA4F. AWHOPAF AWHOPAF. EWHOPA1G EWHOPA1G. EWHOPA2G EWHOPA2G. EWHOPA3G EWHOPA3G. EWHOPA4G EWHOPA4G. AWHOPAG AWHOPAG. EWHOPA1H EWHOPA1H. EWHOPA2H EWHOPA2H. EWHOPA3H EWHOPA3H. EWHOPA4H EWHOPA4H. AWHOPAH AWHOPAH. EWHOPA1I EWHOPA1I. EWHOPA2I EWHOPA2I. EWHOPA3I EWHOPA3I. EWHOPA4I EWHOPA4I. AWHOPAI AWHOPAI. EWHOPA1J EWHOPA1J. EWHOPA2J EWHOPA2J. EWHOPA3J EWHOPA3J. EWHOPA4J EWHOPA4J. AWHOPAJ AWHOPAJ. EARRANGF EARRANGF. AARRANGF AARRANGF. EARRANGG EARRANGG. AARRANGG AARRANGG. EARRANGH EARRANGH. AARRANGH AARRANGH. EARRANGI EARRANGI. AARRANGI AARRANGI. EARRANGJ EARRANGJ. AARRANGJ AARRANGJ. ELISTF ELISTF. ALISTF ALISTF. ELISTG ELISTG. ALISTG ALISTG. ELISTH ELISTH. ALISTH ALISTH. ELISTI ELISTI. ALISTI ALISTI. ELISTJ ELISTJ. ALISTJ ALISTJ. ETIAMT01 ETIAMT0J. ATIAMT01 ATIAMT0J. ETIAMT02 ETIAMT0K. ATIAMT02 ATIAMT0K. ; proc contents data=library.sip96t10; /* Copyright 2003 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. */