/*------------------------------------------------------------------------------------*/ /*by Jean Roth Tue Nov 4 11:37:42 EST 2003 This program reads the 1996 SIPP Wave 11 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.fsp96t11; /* The PROC FORMAT statement will store the formats in a sas data set called fsip96t11 To use the stored formats in a subsequent program, include something like this: proc format cntlin=library.fsp96t11; 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 EASNUNV (default=32) -1 = "Not in universe" 1 = "In universe" ; VALUE ESUPKDYN (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ASUPKDYN (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESUPTYPN (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ESUPTYPK (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ESUPTYPL (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ASUPTYP (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TSUPNKID (default=32) -1 = "Not in universe" ; VALUE ASUPNKID (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TSUPLTAD (default=32) -1 = "Not in Universe" ; VALUE ASUPLTAD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESUPAGRM (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ASUPAGRM (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TSUPNAGR (default=32) -1 = "Not in universe" ; VALUE ASUPNAGR (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESUPAGTY (default=32) -1 = "Not in universe" 1 = "Voluntary written agreement" 2 = "Court-ordered agreement" 3 = "Other type of written agreement" 4 = "Non-written agreement" ; VALUE ASUPAGTY (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESUPAGYR (default=32) -1 = "Not in universe" ; VALUE ASUPAGYR (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESUPAMTC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASUPAMTC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" ; VALUE ESUPYRCH (default=32) -1 = "Not in universe" ; VALUE ASUPYRCH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESUPCHAG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASUPCHAG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESUPSTLP (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASUPSTLP (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TSUPAMPD (default=32) 0 = "None or Not in universe" ; VALUE ASUPAMPD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESUPHOPY (default=32) -1 = "Not in universe" 1 = "Through employment rel. wage w" 2 = "Directly to the other parent?" 3 = "Directly to The Court?" 4 = "Directly to a child support" 5 = "By some other method?" ; VALUE ASUPHOPY (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESUPHLTY (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ESUPHLTK (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ESUPHLTL (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ESUPHLTM (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ESUPHLTN (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ESUPHLTO (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ASUPHLT (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESUPCUST (default=32) -1 = "Not in Universe" 1 = "Joint legal and physical custody" 2 = "Joint Legal with mother physical" 3 = "Joint legal with father physical" 4 = "Mother legal and physical" 5 = "Father legal and physical" 6 = "Split custody" 7 = "Other-Specify" ; VALUE ASUPCUST (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESUPSPTM (default=32) -1 = "Not in Universe" 1 = "Yes" 2 = "No" ; VALUE ASUPSPTM (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESUPTAMM (default=32) -1 = "Not in Universe" ; VALUE ESUPTAMK (default=32) -1 = "Not in Universe" ; VALUE ESUPTAML (default=32) -1 = "Not in Universe" ; VALUE ASUPTAM (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESUPOTHA (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASUPOTHA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TSUPAMAL (default=32) 0 = "None or Not in universe" ; VALUE ASUPAMAL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESUPWOAG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASUPWOAG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TSUPAMAD (default=32) 0 = "None or Not in universe" ; VALUE ASUPAMAD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESUPTMAD (default=32) -1 = "Not in universe" ; VALUE ASUPTMAD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESUPTMAK (default=32) -1 = "Not in universe" ; VALUE ASUPTMAK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESUPTMAL (default=32) -1 = "Not in universe" ; VALUE ASUPTMAL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESUPOTPY (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASUPOTPY (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TSUPOTNP (default=32) -1 = "Not in universe" ; VALUE ASUPOTNP (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESUPOTRE (default=32) -1 = "Not in universe" 1 = "Parent" 2 = "Spouse" 3 = "Ex-spouse" 4 = "Child under 21" 5 = "Child over 21" 6 = "Other relative" 7 = "Not related" ; VALUE ASUPOTRE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESUPOTLV (default=32) -1 = "Not in universe" 1 = "Private home or apartment" 2 = "Nursing home" 3 = "Someplace else" ; VALUE ASUPOTLV (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TSUPOTAM (default=32) 0 = "None or not in universe" ; VALUE ASUPOTAM (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESUPOTRL (default=32) -1 = "Not in universe" 1 = "Parent" 2 = "Spouse" 3 = "Ex-spouse" 4 = "Child under 21" 5 = "Child over 21" 6 = "Other relative" 7 = "Not related" ; VALUE ASUPOTRL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESUPOTLI (default=32) -1 = "Not in universe" 1 = "Private home or apartment" 2 = "Nursing home" 3 = "Someplace else" ; VALUE ASUPOTLI (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TSUPOTPA (default=32) 0 = "None or not in universe" ; VALUE ASUPOTPA (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESUPOTNT (default=32) 0 = "None or not in universe" ; VALUE ASUPOTNT (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ECSUNV (default=32) -1 = "Not in universe" 1 = "In universe" ; VALUE ECSKID0V (default=32) -1 = "Not in universe" ; VALUE ECSKID0K (default=32) -1 = "Not in universe" ; VALUE ECSKID0L (default=32) -1 = "Not in universe" ; VALUE ECSKID0M (default=32) -1 = "Not in universe" ; VALUE ECSKID0N (default=32) -1 = "Not in universe" ; VALUE ECSKID0O (default=32) -1 = "Not in universe" ; VALUE ECSKID0P (default=32) -1 = "Not in universe" ; VALUE ECSKID0Q (default=32) -1 = "Not in universe" ; VALUE ECSKID0R (default=32) -1 = "Not in universe" ; VALUE ECSKID1V (default=32) -1 = "Not in universe" ; VALUE EYNOAB0V (default=32) -1 = "Not in universe" 1 = "Other parent has died" 2 = "Both parents live in the" 3 = "Parents are separated/divorced" 4 = "Don't want contact w/ child's" 5 = "Don't know where child's other" 6 = "Other Parent lives elsewhere" 7 = "Other parent legally terminated" 8 = "Other parent is no longer" 9 = "Child was adopted by a single" 10 = "Other" ; VALUE EYNOAB0K (default=32) -1 = "Not in universe" 1 = "Other parent has died" 2 = "Both parents live in the" 3 = "Parents are separated/divorced" 4 = "Don't want contact w/ child's" 5 = "Don't know where child's other" 6 = "Other parent lives elsewhere" 7 = "Other parent legally terminated" 8 = "Other parent is no longer" 9 = "Child was adopted by a single" 10 = "Other" ; VALUE EYNOAB0L (default=32) -1 = "Not in universe" 1 = "Other parent has died" 2 = "Both parents live in the" 3 = "Parents are separated/divorced" 4 = "Don't want contact w/ child's" 5 = "Don't know where child's other" 6 = "Other parent lives elsewhere" 7 = "Other parent legally terminated" 8 = "Other parent is no longer" 9 = "Child was adopted by a single" 10 = "Other" ; VALUE EYNOAB0M (default=32) -1 = "Not in universe" 1 = "Other parent has died" 2 = "Both parents live in the" 3 = "Parents are separated/divorced" 4 = "Don't want contact w/ child's" 5 = "Don't know where child's other" 6 = "Other parent lives elsewhere" 7 = "Other parent legally terminated" 8 = "Other parent is no longer" 9 = "Child was adopted by a single" 10 = "Other" ; VALUE EYNOAB0N (default=32) -1 = "Not in universe" 1 = "Other parent has died" 2 = "Both parents live in the" 3 = "Parents are separated/divorced" 4 = "Don't want contact w/ child's" 5 = "Don't know where child's other" 6 = "Other parent lives elsewhere" 7 = "Other parent legally terminated" 8 = "Other parent is no longer" 9 = "Child was adopted by a single" 10 = "Other" ; VALUE EYNOAB0O (default=32) -1 = "Not in universe" 1 = "Other parent has died" 2 = "Both parents live in the" 3 = "Parents are separated/divorced" 4 = "Don't want contact w/ child's" 5 = "Don't know where child's other" 6 = "Other parent lives elsewhere" 7 = "Other parent legally terminated" 8 = "Other parent is no longer" 9 = "Child was adopted by a single" 10 = "Other" ; VALUE EYNOAB0P (default=32) -1 = "Not in universe" 1 = "Other parent has died" 2 = "Both parents live in the" 3 = "Parents are separated/divorced" 4 = "Don't want contact w/ child's" 5 = "Don't know where child's other" 6 = "Other parent lives elsewhere" 7 = "Other parent legally terminated" 8 = "Other parent is no longer" 9 = "Child was adopted by a single" 10 = "Other" ; VALUE EYNOAB0Q (default=32) -1 = "Not in universe" 1 = "Other parent has died" 2 = "Both parents live in the" 3 = "Parents are separated/divorced" 4 = "Don't want contact w/ child's" 5 = "Don't know where child's other" 6 = "Other parent lives elsewhere" 7 = "Other parent legally terminated" 8 = "Other parent is no longer" 9 = "Child was adopted by a single" 10 = "Other" ; VALUE EYNOAB0R (default=32) -1 = "Not in universe" 1 = "Other parent has died" 2 = "Both parents live in the" 3 = "Parents are separated/divorced" 4 = "Don't want contact w/ child's" 5 = "Don't know where child's other" 6 = "Other parent lives elsewhere" 7 = "Other parent legally terminated" 8 = "Other parent is no longer" 9 = "Child was adopted by a single" 10 = "Other" ; VALUE EYNOAB1V (default=32) -1 = "Not in universe" 1 = "Other parent has died" 2 = "Both parents live in the" 3 = "Parents are separated/divorced" 4 = "Don't want contact w/ child's" 5 = "Don't know where child's other" 6 = "Other parent lives elsewhere" 7 = "Other parent legally terminated" 8 = "Other parent is no longer" 9 = "Child was adopted by a single" 10 = "Other" ; VALUE AYNOAB (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE RECRDFLG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ECSFLG0G (default=32) -1 = "Not in universe" 1 = "Covered by the most recent child" 2 = "Covered by some other child" 3 = "Not covered by a child support" 4 = "Not eligible for supplement" ; VALUE ECSFLG0K (default=32) -1 = "Not in universe" 1 = "Covered by the most recent child" 2 = "Covered by some other child" 3 = "Not covered by a child support" 4 = "Not eligible for supplement" ; VALUE ECSFLG0L (default=32) -1 = "Not in universe" 1 = "Covered by the most recent child" 2 = "Covered by some other child" 3 = "Not covered by a child support" 4 = "Not eligible for supplement" ; VALUE ECSFLG0M (default=32) -1 = "Not in universe" 1 = "Covered by the most recent child" 2 = "Covered by some other child" 3 = "Not covered by a child support" 4 = "Not eligible for supplement" ; VALUE ECSFLG0N (default=32) -1 = "Not in universe" 1 = "Covered by the most recent child" 2 = "Covered by some other child" 3 = "Not covered by a child support" 4 = "Not eligible for supplement" ; VALUE ECSFLG0O (default=32) -1 = "Not in universe" 1 = "Covered by the most recent child" 2 = "Covered by some other child" 3 = "Not covered by a child support" 4 = "Not eligible for supplement" ; VALUE ECSFLG0P (default=32) -1 = "Not in universe" 1 = "Covered by the most recent child" 2 = "Covered by some other child" 3 = "Not covered by a child support" 4 = "Not eligible for supplement" ; VALUE ECSFLG0Q (default=32) -1 = "Not in universe" 1 = "Covered by the most recent child" 2 = "Covered by some other child" 3 = "Not covered by a child support" 4 = "Not eligible for supplement" ; VALUE ECSFLG0R (default=32) -1 = "Not in universe" 1 = "Covered by the most recent child" 2 = "Covered by some other child" 3 = "Not covered by a child support" 4 = "Not eligible for supplement" ; VALUE ECSFLG1G (default=32) -1 = "Not in universe" 1 = "Covered by the most recent child" 2 = "Covered by some other child" 3 = "Not covered by a child support" 4 = "Not eligible for supplement" ; VALUE ACSFLG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE RANYAGRE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE TNUMAGR (default=32) -1 = "Not in universe" ; VALUE ANUMAGR (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ETYPEAGR (default=32) -1 = "Not in universe" 1 = "Voluntary written agreement" 2 = "Court-ordered agreement" 3 = "Other type of written agreement" 4 = "A non-written verbal agreement" ; VALUE ATYPEAGR (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EFIRSYRR (default=32) -1 = "Not in universe" ; VALUE AFIRSYRR (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTAG1R (default=32) 0 = "None or not in universe" ; VALUE EAMTAG1R (default=32) -1 = "Not in universe" 1 = "Per week" 2 = "Biweekly" 3 = "Per month" 4 = "Per year" ; VALUE AAMTAG1R (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EEVRCHGR (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AEVRCHGR (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EYRCHNGR (default=32) -1 = "Not in universe" ; VALUE AYRCHNGR (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTCG1R (default=32) 0 = "None or not in universe" ; VALUE EAMTCG1R (default=32) -1 = "Not in universe" 1 = "Per week" 2 = "Biweekly" 3 = "Per month" 4 = "Per year" ; VALUE AAMTCG1R (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHOCHGD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AWHOCHGD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYDUED (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYDUED (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EYNODUED (default=32) -1 = "Not in universe" 1 = "Child(ren) over the age limit" 2 = "Other parent not working" 3 = "Other parent in jail or" 4 = "Payment suspended by court or" 5 = "Other reason" ; VALUE AYNODUED (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTSUPD (default=32) 0 = "None or not in universe" ; VALUE AAMTSUPD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHOWRECD (default=32) -1 = "Not in universe" 1 = "Directly from the other parent" 2 = "Through the court" 3 = "Through the welfare or child" 4 = "Some other method" ; VALUE AHOWRECD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TACTRECD (default=32) 0 = "None or not in universe" ; VALUE AACTRECD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EALLPAYD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AALLPAYD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYTIMD (default=32) -1 = "Not in universe" 1 = "All of the time" 2 = "Most of the time" 3 = "Some of the time" 4 = "None of the time" ; VALUE APAYTIMD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYFULD (default=32) -1 = "Not in universe" 1 = "All" 2 = "Most" 3 = "Some" 4 = "None" ; VALUE APAYFULD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDUBACKD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADUBACKD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TDOLBACD (default=32) 0 = "Not in universe" ; VALUE ADOLBACD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EBACOWED (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ABACOWED (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTOWED (default=32) 0 = "Not in universe" ; VALUE AAMTOWED (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TBACRECD (default=32) 0 = "Not in universe" ; VALUE ABACRECD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHTHAG1D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EHTHAG1K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EHTHAG1L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EHTHAG1M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EHTHAG1N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EHTHAG1O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AHTHAG1D (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ECUSTAGD (default=32) -1 = "Not in universe" 1 = "Joint legal and physical custody" 2 = "Joint legal with mother physical" 3 = "Joint Legal with father physical" 4 = "Mother legal and physical" 5 = "Father legal and physical" 6 = "Split custody" 7 = "Other custody arrangement" ; VALUE ACUSTAGD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESPENTMD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASPENTMD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESAMETMD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASAMETMD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EAMTTM1D (default=32) -1 = "Not in universe" ; VALUE EAMTTM1K (default=32) -1 = "Not in universe" ; VALUE EAMTTM1L (default=32) -1 = "Not in universe" ; VALUE AAMTTM1D (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHERLVD (default=32) -1 = "Not in universe" 1 = "Same county or city" 2 = "Same State (different county or" 3 = "Different State" 4 = "Other parent now deceased" 5 = "Other" 6 = "Unknown" ; VALUE AWHERLVD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESTAGRED (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASTAGRED (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHOMOVD (default=32) -1 = "Not in universe" 1 = "Subject person" 2 = "Other parent" 3 = "Both subject person and other" ; VALUE AWHOMOVD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EFIRSYRD (default=32) -1 = "Not in universe" ; VALUE AFIRSYRD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTAG2D (default=32) 0 = "None or not in universe" ; VALUE EAMTAG2D (default=32) -1 = "Not in universe" 1 = "Per week" 2 = "Biweekly" 3 = "Per month" 4 = "Per year" ; VALUE AAMTAG2D (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EEVRCHGD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AEVRCHGD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EYRCHNGD (default=32) -1 = "Not in universe" ; VALUE AYRCHNGD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTCG2D (default=32) 0 = "None or not in universe" ; VALUE EAMTCG2D (default=32) -1 = "Not in universe" 1 = "Per week" 2 = "Biweekly" 3 = "Per month" 4 = "Per year" ; VALUE AAMTCG2D (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYDUEK (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYDUEK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EYNODUEK (default=32) -1 = "Not in universe" 1 = "Child(ren) over the age limit" 2 = "Other parent not working" 3 = "Other parent in jail or" 4 = "Payment suspended by court or" 5 = "Other reason" ; VALUE AYNODUEK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTSUPK (default=32) 0 = "None or not in universe" ; VALUE AAMTSUPK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TACTRECK (default=32) 0 = "None or not in universe" ; VALUE AACTRECK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EALLPAYK (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AALLPAYK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYTIMK (default=32) -1 = "Not in universe" 1 = "All of the time" 2 = "Most of the time" 3 = "Some of the time" 4 = "None of the time" ; VALUE APAYTIMK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYFULK (default=32) -1 = "Not in universe" 1 = "All" 2 = "Most" 3 = "Some" 4 = "None" ; VALUE APAYFULK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDUBACKK (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADUBACKK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TDOLBACK (default=32) 0 = "Not in universe" ; VALUE ADOLBACK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EBACOWEK (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ABACOWEK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTOWEK (default=32) 0 = "None or not in universe" ; VALUE AAMTOWEK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TBACRECK (default=32) 0 = "Not in universe" ; VALUE ABACRECK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHLTAG2D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EHLTAG2K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EHLTAG2L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EHLTAG2M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EHLTAG2N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EHLTAG2O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AHLTAG2D (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ECUSTAGK (default=32) -1 = "Not in universe" 1 = "Child(ren) Live with mother" 2 = "Child(Ren) live With father" 3 = "Child(ren) live w/ mother and w/" 4 = "None" 5 = "Other" ; VALUE ACUSTAGK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESPENTMK (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASPENTMK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESAMETMK (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASAMETMK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EAMTTM2D (default=32) -1 = "Not in universe" ; VALUE EAMTTM2K (default=32) -1 = "Not in universe" ; VALUE EAMTTM2L (default=32) -1 = "Not in universe" ; VALUE AAMTTM2D (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDCRT10D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT10K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT10L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT10M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT10N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT10O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT10P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT10Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT10R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT11D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES10D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES10K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES10L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES10M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES10N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES10O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES10P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES10Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES10R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES11D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER10D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER10K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER10L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER10M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER10N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER10O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER10P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER10Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER10R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER11D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG10D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG10K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG10L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG10M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG10N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG10O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG10P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG10Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG10R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG11D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH10D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH10K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH10L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH10M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH10N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH10O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH10P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH10Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH10R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH11D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADID101L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDMAR1L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADMAR1L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDCRT20D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT20K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT20L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT20M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT20N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT20O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT20P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT20Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT20R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT21D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES20D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES20K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES20L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES20M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES20N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES20O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES20P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES20Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES20R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES21D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER20D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER20K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER20L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER20M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER20N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER20O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER20P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER20Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER20R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER21D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG20D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG20K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG20L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG20M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG20N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG20O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG20P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG20Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG20R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG21D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH20D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH20K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH20L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH20M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH20N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH20O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH20P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH20Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH20R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH21D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADID201L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EYNEVWRD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EYNEVWRK (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EYNEVWRL (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EYNEVWRM (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EYNEVWRN (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EYNEVWRO (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EYNEVWRP (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EYNEVWRQ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AYNEVWRD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHERLVK (default=32) -1 = "Not in universe" 1 = "Same county or city" 2 = "Same State (different county or" 3 = "Different State" 4 = "Other parent now deceased" 5 = "Other" 6 = "Unknown" ; VALUE AWHERLVK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESTAGREK (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASTAGREK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHOMOVK (default=32) -1 = "Not in universe" 1 = "Subject person" 2 = "Other parent" 3 = "Both subject person and other" ; VALUE AWHOMOVK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTAG3D (default=32) 0 = "None or not in universe" ; VALUE EAMTAG3D (default=32) -1 = "Not in universe" 1 = "Per week" 2 = "Biweekly" 3 = "Per month" 4 = "Per year" ; VALUE AAMTAG3D (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TACTRECL (default=32) 0 = "None or not in universe" ; VALUE AACTRECL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPUBSUPP (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APUBSUPP (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ELASTASK (default=32) -1 = "Not in universe" ; VALUE ALASTASK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ETYPASKK (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ETYPASKL (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ETYPASKM (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ETYPASKN (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ETYPASKO (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ETYPASKP (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ETYPASKQ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ATYPASK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHELPSYN (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AHELPSYN (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ETYPHLPN (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ETYPHLPK (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ETYPHLPL (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ETYPHLPM (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ETYPHLPO (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ETYPHLPP (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ETYPHLPQ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ATYPHLP (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDCRT30P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT30K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT30L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT30M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT30N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT30O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT30Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT30R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT30S (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT31P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES30P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES30K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES30L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES30M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES30N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES30O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES30Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES30R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES30S (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES31P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER30P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER30K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER30L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER30M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER30N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER30O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER30Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER30R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER30S (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER31P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG30P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG30K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG30L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG30M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG30N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG30O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG30Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG30R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG30S (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG31P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH30P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH30K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH30L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH30M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH30N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH30O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH30Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH30R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH30S (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH31P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADID301L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDMAR20P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADMAR20P (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDMAR20K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADMAR20K (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDMAR20L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADMAR20L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDMAR20M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADMAR20M (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDMAR20N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADMAR20N (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDMAR20O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADMAR20O (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDMAR20Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADMAR20Q (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDMAR20R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADMAR20R (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDMAR20S (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADMAR20S (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDMAR21P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADMAR21P (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESAME01L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASAME01L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESAME02L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASAME02L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESAME03L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASAME03L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESAME04L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASAME04L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESAME05L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASAME05L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESAME06L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASAME06L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESAME07L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASAME07L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESAME08L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASAME08L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESAME09L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASAME09L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESAME10L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASAME10L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDCRT40P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT40K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT40L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT40M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT40N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT40O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT40Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT40R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT40S (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCRT41P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES40P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES40K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES40L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES40M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES40N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES40O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES40Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES40R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES40S (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDTES41P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER40P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER40K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER40L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER40M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER40N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER40O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER40Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER40R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER40S (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDCER41P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG40P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG40K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG40L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG40M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG40N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG40O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG40Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG40R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG40S (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDSIG41P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH40P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH40K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH40L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH40M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH40N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH40O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH40Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH40R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH40S (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EDOTH41P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADID401L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ADID402L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ADID403L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ADID404L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ADID405L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ADID406L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ADID407L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ADID408L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ADID409L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ADID410L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESAMEPAR (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASAMEPAR (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EYNOAG1R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EYNOAG1K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EYNOAG1L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EYNOAG1M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EYNOAG1N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EYNOAG1O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EYNOAG1P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EYNOAG1Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AYNOAG1R (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHERLVR (default=32) -1 = "Not in universe" 1 = "Same county or city" 2 = "Same State (different county or" 3 = "Different State" 4 = "Other parent now deceased" 5 = "Other" 6 = "Unknown" ; VALUE AWHERLVR (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EAMTTM4R (default=32) -1 = "Not in universe" ; VALUE EAMTTM4K (default=32) -1 = "Not in universe" ; VALUE EAMTTM4L (default=32) -1 = "Not in universe" ; VALUE AAMTTM4R (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EYNOAG2R (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EYNOAG2K (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EYNOAG2L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EYNOAG2M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EYNOAG2N (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EYNOAG2O (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EYNOAG2P (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE EYNOAG2Q (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AYNOAG2R (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWHERLVL (default=32) -1 = "Not in universe" 1 = "Same county or city" 2 = "Same State (different county or" 3 = "Different State" 4 = "Other parent now deceased" 5 = "Other" 6 = "Unknown" ; VALUE AWHERLVL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EAMTTM5R (default=32) -1 = "Not in universe" ; VALUE EAMTTM5K (default=32) -1 = "Not in universe" ; VALUE EAMTTM5L (default=32) -1 = "Not in universe" ; VALUE AAMTTM5R (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYRECV (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYRECV (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TACTRECV (default=32) 0 = "None or not in universe" ; VALUE AACTRECV (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EOTHITEM (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AOTHITEM (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EAGENCOL (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AAGENCOL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EAGENALL (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AAGENALL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TAMTAGEN (default=32) 0 = "Not in universe" ; VALUE AAMTAGEN (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPADUNV (default=32) -1 = "Not in universe" 1 = "In universe" ; VALUE EHSTAT (default=32) -1 = "Not in universe" 1 = "Excellent" 2 = "Very good" 3 = "Good" 4 = "Fair" 5 = "Poor" ; VALUE AHSTAT (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ECANE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ACANE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWCHAIR (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AWCHAIR (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHEARAID (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AHEARAID (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ECANE6L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ACANE6L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESEEDIF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "Person is Blind" ; VALUE ASEEDIF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESEENOT (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASEENOT (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHEARDIF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "Person is deaf" ; VALUE AHEARDIF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHEARNOT (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AHEARNOT (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESPEECHD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASPEECHD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESPEECHC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASPEECHC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDIF10L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADIF10L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ECANT10L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ACANT10L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDIF25L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADIF25L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ECANT25L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ACANT25L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPUSHD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APUSHD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPUSHC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APUSHC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESTANDD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASTANDD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESITD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASITD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESTOOPD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASTOOPD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EREACHD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AREACHD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EGRASPD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AGRASPD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EGRASPC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AGRASPC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESTAIRSD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASTAIRSD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESTAIRSC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASTAIRSC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWALKD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AWALKD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWALKC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AWALKC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ETELED (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ATELED (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ETELEC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ATELEC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EINDIF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AINDIF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EOUTDIF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AOUTDIF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EBEDDIF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ABEDDIF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EBATHDIF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ABATHDIF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDRESSD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADRESSD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWALK2D (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AWALK2D (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EEATDIF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AEATDIF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ETOILETD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ATOILETD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EMONEYD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AMONEYD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EMEALSD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AMEALSD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHWORKD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AHWORKD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EMEDD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AMEDD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EINHELP (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AINHELP (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EOUTHELP (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AOUTHELP (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EBEDHELP (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ABEDHELP (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EBATHH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ABATHH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDRESSH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADRESSH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWALK2H (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AWALK2H (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EEATHELP (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AEATHELP (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ETOILETH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ATOILETH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EMONEYH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AMONEYH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EMEALSH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AMEALSH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHWORKH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AHWORKH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EMEDH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AMEDH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHELPERH (default=32) -1 = "Not in universe" 1 = "Son" 2 = "Daughter" 3 = "Spouse" 4 = "Parent" 5 = "Other relative" 6 = "Friend or neighbor" 7 = "Paid help" 8 = "Other nonrelative" 9 = "Did not receive help" ; VALUE AHELPERH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHHMEMBH (default=32) -3 = "Not a household member" -1 = "Not in universe" ; VALUE AHHMEMBH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHELPERK (default=32) -1 = "Not in universe" 1 = "No one else helped" 2 = "Son" 3 = "Daughter" 4 = "Spouse" 5 = "Parent" 6 = "Other relative" 7 = "Friend or neighbor" 8 = "Paid help" 9 = "Other nonrelative" ; VALUE AHELPERK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHHMEMBK (default=32) -3 = "Not a household member" -1 = "Not in universe" ; VALUE AHHMEMBK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHOWLONG (default=32) -1 = "Not in universe" 1 = "Less than 6 months" 2 = "6 to 11 months" 3 = "1 to 2 years" 4 = "3 to 5 years" 5 = "More than 5 years" ; VALUE AHOWLONG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYHELP (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APAYHELP (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPAYAMT (default=32) 0 = "None or not in universe" ; VALUE APAYAMT (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ECOND1L (default=32) -1 = "Not in universe" 1 = "Alcohol or drug problem or" 2 = "AIDS or AIDS Related Condition" 3 = "Arthritis or rheumatism" 4 = "Back or spine problems" 5 = "Blindness or vision problems" 6 = "Broken bone/fracture" 7 = "Cancer" 8 = "Cerebral palsy" 9 = "Deafness or hearing problems" 10 = "Diabetes" 11 = "Epilepsy" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Hernia or rupture" 15 = "High blood pressure" 16 = "Kidney problems" 17 = "Learning disability" 18 = "Lung or respiratory problems" 19 = "Mental or emotional problem or" 20 = "Mental retardation" 21 = "Missing legs, feet, arms, hands," 22 = "Paralysis of any kind" 23 = "Senility/Dementia/Alzheimer's" 24 = "Speech disorder" 25 = "Stiffness or deformity of the" 26 = "Stomach trouble(including" 27 = "Stroke" 28 = "Thyroid trouble or goiter" 29 = "Tumor, cyst, or growth" 30 = "Other" ; VALUE ACOND1L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ECOND2L (default=32) -1 = "Not in universe" 1 = "Alcohol or drug problem or" 2 = "AIDS or AIDS Related Condition" 3 = "Arthritis or rheumatism" 4 = "Back or spine problems" 5 = "Blindness or vision problems" 6 = "Broken bone/fracture" 7 = "Cancer" 8 = "Cerebral palsy" 9 = "Deafness or hearing problems" 10 = "Diabetes" 11 = "Epilepsy" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Hernia or rupture" 15 = "High blood pressure" 16 = "Kidney problems" 17 = "Learning disability" 18 = "Lung or respiratory problems" 19 = "Mental or emotional problem or" 20 = "Mental retardation" 21 = "Missing legs, feet, arms, hands," 22 = "Paralysis of any kind" 23 = "Senility/Dementia/Alzheimer's" 24 = "Speech disorder" 25 = "Stiffness or deformity of the" 26 = "Stomach trouble (including" 27 = "Stroke" 28 = "Thyroid trouble or goiter" 29 = "Tumor, cyst, or growth" 30 = "Other" ; VALUE ECOND3L (default=32) -1 = "Not in universe" 1 = "Alcohol or drug problem or" 2 = "AIDS or AIDS Related Condition" 3 = "Arthritis or rheumatism" 4 = "Back or spine problems" 5 = "Blindness or vision problems" 6 = "Broken bone/fracture" 7 = "Cancer" 8 = "Cerebral palsy" 9 = "Deafness or hearing problems" 10 = "Diabetes" 11 = "Epilepsy" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Hernia or rupture" 15 = "High blood pressure" 16 = "Kidney problems" 17 = "Learning disability" 18 = "Lung or respiratory problems" 19 = "Mental or emotional problem or" 20 = "Mental retardation" 21 = "Missing legs, feet, arms, hands," 22 = "Paralysis of any kind" 23 = "Senility/Dementia/Alzheimer's" 24 = "Speech disorder" 25 = "Stiffness or deformity of the" 26 = "Stomach trouble (including" 27 = "Stroke" 28 = "Thyroid trouble or goiter" 29 = "Tumor, cyst, or growth" 30 = "Other" ; VALUE ECONDPHT (default=32) -1 = "Not in universe" 1 = "Alcohol or drug problem or" 2 = "AIDS or AIDS Related Condition" 3 = "Arthritis or rheumatism" 4 = "Back or spine problems" 5 = "Blindness or vision problems" 6 = "Broken bone/fracture" 7 = "Cancer" 8 = "Cerebral palsy" 9 = "Deafness or hearing problems" 10 = "Diabetes" 11 = "Epilepsy" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Hernia or rupture" 15 = "High blood pressure" 16 = "Kidney problems" 17 = "Learning disability" 18 = "Lung or respiratory problems" 19 = "Mental or emotional problem or" 20 = "Mental retardation" 21 = "Missing legs, feet, arms, hands," 22 = "Paralysis of any kind" 23 = "Senility/Dementia/Alzheimer's" 24 = "Speech disorder" 25 = "Stiffness or deformity of the" 26 = "Stomach trouble (including" 27 = "Stroke" 28 = "Thyroid trouble or goiter" 29 = "Tumor, cyst, or growth" 30 = "Other" ; VALUE ACONDPHT (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ECONDPHK (default=32) -1 = "Not in universe" 1 = "Alcohol or drug problem or" 2 = "AIDS or AIDS Related Condition" 3 = "Arthritis or rheumatism" 4 = "Back or spine problems" 5 = "Blindness or vision problems" 6 = "Broken bone/fracture" 7 = "Cancer" 8 = "Cerebral palsy" 9 = "Deafness or hearing problems" 10 = "Diabetes" 11 = "Epilepsy" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Hernia or rupture" 15 = "High blood pressure" 16 = "Kidney problems" 17 = "Learning disability" 18 = "Lung or respiratory problems" 19 = "Mental or emotional problem or" 20 = "Mental retardation" 21 = "Missing legs, feet, arms, hands," 22 = "Paralysis of any kind" 23 = "Senility/Dementia/Alzheimer's" 24 = "Speech disorder" 25 = "Stiffness or deformity of the" 26 = "Stomach trouble (including" 27 = "Stroke" 28 = "Thyroid trouble or goiter" 29 = "Tumor, cyst, or growth" 30 = "Other" ; VALUE ECONDPHL (default=32) -1 = "Not in universe" 1 = "Alcohol or drug problem or" 2 = "AIDS or AIDS Related Condition" 3 = "Arthritis or rheumatism" 4 = "Back or spine problems" 5 = "Blindness or vision problems" 6 = "Broken bone/fracture" 7 = "Cancer" 8 = "Cerebral palsy" 9 = "Deafness or hearing problems" 10 = "Diabetes" 11 = "Epilepsy" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Hernia or rupture" 15 = "High blood pressure" 16 = "Kidney problems" 17 = "Learning disability" 18 = "Lung or respiratory problems" 19 = "Mental or emotional problem or" 20 = "Mental retardation" 21 = "Missing legs, feet, arms, hands," 22 = "Paralysis of any kind" 23 = "Senility/Dementia/Alzheimer's" 24 = "Speech disorder" 25 = "Stiffness or deformity of the" 26 = "Stomach trouble (including" 27 = "Stroke" 28 = "Thyroid trouble or goiter" 29 = "Tumor, cyst, or growth" 30 = "Other" ; VALUE EMOTORV (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AMOTORV (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EMAIN1L (default=32) -1 = "Not in universe" 1 = "Alcohol or drug problem or" 2 = "AIDS or AIDS Related Condition" 3 = "Arthritis or rheumatism" 4 = "Back or spine problems" 5 = "Blindness or vision problems" 6 = "Broken bone/fracture" 7 = "Cancer" 8 = "Cerebral palsy" 9 = "Deafness or hearing problems" 10 = "Diabetes" 11 = "Epilepsy" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Hernia or rupture" 15 = "High blood pressure" 16 = "Kidney problems" 17 = "Learning disability" 18 = "Lung or respiratory problems" 19 = "Mental or emotional problem or" 20 = "Mental retardation" 21 = "Missing legs, feet, arms, hands," 22 = "Paralysis of any kind" 23 = "Senility/Dementia/Alzheimer's" 24 = "Speech disorder" 25 = "Stiffness or deformity of the" 26 = "Stomach trouble (including" 27 = "Stroke" 28 = "Thyroid trouble or goiter" 29 = "Tumor, cyst, or growth" 30 = "Other" ; VALUE AMAIN (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE TYEAR1L (default=32) -1 = "Not in universe" ; VALUE EYEAR1L (default=32) -1 = "Not in universe" ; VALUE AYEAR1L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EMONTH1L (default=32) -1 = "Not in universe" ; VALUE AMONTH1L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHAD5M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ELAST12M (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ALAST12M (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ELDIS (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ALDIS (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EMR (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AMR (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EDEVDIS (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADEVDIS (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EALZ (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AALZ (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EOTHERM (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AOTHERM (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EANXIOUS (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AANXIOUS (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESOCIAL (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASOCIAL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ECTRATE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ACTRATE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ECOPE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ACOPE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EINTRFER (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AINTRFER (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EJOBDIF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AJOBDIF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EJOBCANT (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AJOBCANT (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHWRKDIF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AHWRKDIF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHWRKNO (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AHWRKNO (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ECONDW1L (default=32) -1 = "Not in universe" 1 = "Alcohol or drug problem or" 2 = "AIDS or AIDS Related Condition" 3 = "Arthritis or rheumatism" 4 = "Back or spine problems" 5 = "Blindness or vision problems" 6 = "Broken bone/fracture" 7 = "Cancer" 8 = "Cerebral palsy" 9 = "Deafness or hearing problems" 10 = "Diabetes" 11 = "Epilepsy" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Hernia or rupture" 15 = "High blood pressure" 16 = "Kidney problems" 17 = "Learning disability" 18 = "Lung or respiratory problems" 19 = "Mental or emotional problem or" 20 = "Mental retardation" 21 = "Missing legs, feet, arms, hands," 22 = "Paralysis of any kind" 23 = "Senility/Dementia/Alzheimer's" 24 = "Speech disorder" 25 = "Stiffness or deformity of the" 26 = "Stomach trouble (including" 27 = "Stroke" 28 = "Thyroid trouble or goiter" 29 = "Tumor, cyst, or growth" 30 = "Other" ; VALUE ACONDW1L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ECONDW2L (default=32) -1 = "Not in universe" 1 = "Alcohol or drug problem or" 2 = "AIDS or AIDS Related Condition" 3 = "Arthritis or rheumatism" 4 = "Back or spine problems" 5 = "Blindness or vision problems" 6 = "Broken bone/fracture" 7 = "Cancer" 8 = "Cerebral palsy" 9 = "Deafness or hearing problems" 10 = "Diabetes" 11 = "Epilepsy" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Hernia or rupture" 15 = "High blood pressure" 16 = "Kidney problems" 17 = "Learning disability" 18 = "Lung or respiratory problems" 19 = "Mental or emotional problem or" 20 = "Mental retardation" 21 = "Missing legs, feet, arms, hands," 22 = "Paralysis of any kind" 23 = "Senility/Dementia/Alzheimer's" 24 = "Speech disorder" 25 = "Stiffness or deformity of the" 26 = "Stomach trouble (including" 27 = "Stroke" 28 = "Thyroid trouble or goiter" 29 = "Tumor, cyst, or growth" 30 = "Other" ; VALUE ECONDW3L (default=32) -1 = "Not in universe" 1 = "Alcohol or drug problem or" 2 = "AIDS or AIDS Related Condition" 3 = "Arthritis or rheumatism" 4 = "Back or spine problems" 5 = "Blindness or vision problems" 6 = "Broken bone/fracture" 7 = "Cancer" 8 = "Cerebral palsy" 9 = "Deafness or hearing problems" 10 = "Diabetes" 11 = "Epilepsy" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Hernia or rupture" 15 = "High blood pressure" 16 = "Kidney problems" 17 = "Learning disability" 18 = "Lung or respiratory problems" 19 = "Mental or emotional problem or" 20 = "Mental retardation" 21 = "Missing legs, feet, arms, hands," 22 = "Paralysis of any kind" 23 = "Senility/Dementia/Alzheimer's" 24 = "Speech disorder" 25 = "Stiffness or deformity of the" 26 = "Stomach trouble (including" 27 = "Stroke" 28 = "Thyroid trouble or goiter" 29 = "Tumor, cyst, or growth" 30 = "Other" ; VALUE EMAIN2L (default=32) -1 = "Not in universe" 1 = "Alcohol or drug problem or" 2 = "AIDS or AIDS Related Condition" 3 = "Arthritis or rheumatism" 4 = "Back or spine problems" 5 = "Blindness or vision problems" 6 = "Broken bone/fracture" 7 = "Cancer" 8 = "Cerebral palsy" 9 = "Deafness or hearing problems" 10 = "Diabetes" 11 = "Epilepsy" 12 = "Head or spinal cord injury" 13 = "Heart trouble" 14 = "Hernia or rupture" 15 = "High blood pressure" 16 = "Kidney problems" 17 = "Learning disability" 18 = "Lung or respiratory problems" 19 = "Mental or emotional problem or" 20 = "Mental retardation" 21 = "Missing legs, feet, arms, hands," 22 = "Paralysis of any kind" 23 = "Senility/Dementia/Alzheimer's" 24 = "Speech disorder" 25 = "Stiffness or deformity of the" 26 = "Stomach trouble (including" 27 = "Stroke" 28 = "Thyroid trouble or goiter" 29 = "Tumor, cyst, or growth" 30 = "Other" ; VALUE AMAIN2L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EAPPLYSS (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AAPPLYSS (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHOMENET (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AHOMENET (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EWORKNET (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AWORKNET (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EHOWNET (default=32) -1 = "Not in universe" 1 = "Personal computer" 2 = "WebTV" ; VALUE AHOWNET (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPCHIST (default=32) -1 = "Not in universe" 1 = "Uses a personal computer on a" 2 = "Has used a personal computer," 3 = "Has never used a personal" ; VALUE APCHIST (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPCHOME (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APCHOME (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPCWORK (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APCWORK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPCOTHER (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APCOTHER (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPCNONET (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE APCNONET (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EPCABLE (default=32) -1 = "Not in universe" 1 = "Would be able to use a personal" 2 = "Would need special equipment to" 3 = "Would not be able to use a" 4 = "Don't know." ; VALUE APCABLE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE RONLINE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AONLINE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EINTSTIL (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AINTSTIL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKCDUNV (default=32) -1 = "Not in universe" 1 = "In universe" ; VALUE EDDELAY (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ADDELAY (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EARMLEG (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AARMLEG (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ERUNPLAY (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ARUNPLAY (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESKOOLWK (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASKOOLWK (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESPECED (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASPECED (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESPEDNOW (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASPEDNOW (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ELERNDIS (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ALERNDIS (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKMR (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AKMR (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKDEVDIS (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AKDEVDIS (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EOTHERDC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AOTHERDC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKCANE (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AKCANE (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKWCHAIR (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AKWCHAIR (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKHEARAD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AKHEARAD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKCANE6L (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AKCANE6L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKSEEDIF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "Person is blind" ; VALUE AKSEEDIF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKSEENOT (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AKSEENOT (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKHEARDF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" 3 = "Person is Deaf" ; VALUE AKHEARDF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKHEARNT (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AKHEARNT (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKSPECHD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AKSPECHD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKSPECHC (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AKSPECHC (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE ESPORTS (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE ASPORTS (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKINDIF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AKINDIF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKINHELP (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AKINHELP (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKBEDDIF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AKBEDDIF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKBEDHLP (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AKBEDHLP (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKBATHDF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AKBATHDF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKBATHH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AKBATHH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKDRESSD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AKDRESSD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKDRESSH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AKDRESSH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKEATDIF (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AKEATDIF (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKEATHLP (default=32) -1 = "None or not in universe" 1 = "Yes" 2 = "No" ; VALUE AKEATHLP (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKTOILTD (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AKTOILTD (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKTOILTH (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AKTOILTH (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKSOCIAL (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AKSOCIAL (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKCOND1L (default=32) -1 = "Not in universe" 1 = "Asthma" 2 = "Autism" 3 = "Blindness or vision problems" 4 = "Cancer" 5 = "Cerebal palsy" 6 = "Deafness" 7 = "Diabetes" 8 = "Drug or alcohol problem or" 9 = "Epilepsy or seizure disorder" 10 = "Hay fever or respiratory" 11 = "Head or spinal cord injury" 12 = "Heart trouble" 13 = "Impairment or deformity of back," 14 = "Impairment or Deformity of arm," 15 = "Learning disability" 16 = "Mental or emotional problem or" 17 = "Mental retardation" 18 = "Missing legs, feet, arms, hands," 19 = "Paraysis of any kind" 20 = "Speech problems" 21 = "Tonsillitis or repeated ear" 22 = "Other" ; VALUE AKCOND1L (default=32) 0 = "Not imputed" 1 = "Statistical imputation (hot" 2 = "Cold deck imputation" 3 = "Logical imputation (derivation)" ; VALUE EKCOND2L (default=32) -1 = "Not in universe" 1 = "Asthma" 2 = "Autism" 3 = "Blindness or vision problems" 4 = "Cancer" 5 = "Cerebal palsy" 6 = "Deafness" 7 = "Diabetes" 8 = "Drug or alcohol problem or" 9 = "Epilepsy or seizure disorder" 10 = "Hay fever or respiratory" 11 = "Head or spinal cord injury" 12 = "Heart trouble" 13 = "Impairment or deformity of back," 14 = "Impairment or Deformity of arm," 15 = "Learning disability" 16 = "Mental or emotional problem or" 17 = "Mental retardation" 18 = "Missing legs, feet, arms, hands," 19 = "Paraysis of any kind" 20 = "Speech problems" 21 = "Tonsillitis or repeated ear" 22 = "Other" ; VALUE EKCOND3L (default=32) -1 = "Not in universe" 1 = "Asthma" 2 = "Autism" 3 = "Blindness or vision problems" 4 = "Cancer" 5 = "Cerebral palsy" 6 = "Deafness" 7 = "Diabetes" 8 = "Drug or alcohol problem or" 9 = "Epilepsy or seizure disorder" 10 = "Hay fever or respiratory" 11 = "Head or spinal cord injury" 12 = "Heart trouble" 13 = "Impairment or deformity of back," 14 = "Impairment or Deformity of arm," 15 = "Learning disability" 16 = "Mental or emotional problem or" 17 = "Mental retardation" 18 = "Missing legs, feet, arms, hands," 19 = "Paralysis of any kind" 20 = "Speech problems" 21 = "Tonsillitis or repeated ear" 22 = "Other" ; VALUE EKMOTORV (default=32) -1 = "Not in universe" 1 = "Yes" 2 = "No" ; VALUE AKMOTORV (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/sipp96t11.zip "; data library.sip96t11; 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/sipp96t11.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 ESUPAGYR 4 ESUPYRCH 4 TSUPAMPD 4 TSUPAMAL 4 TSUPAMAD 4 TSUPOTAM 4 TSUPOTPA 4 ESUPOTNT 5 ECSKID01 4 ECSKID02 4 ECSKID03 4 ECSKID04 4 ECSKID05 4 ECSKID06 4 ECSKID07 4 ECSKID08 4 ECSKID09 4 ECSKID10 4 EFIRSYR1 4 TAMTAG11 4 EYRCHNG1 4 TAMTCG11 4 TAMTSUP1 4 TACTREC1 4 TDOLBAC1 4 TAMTOWE1 4 TBACREC1 4 EFIRSYR2 4 TAMTAG21 4 EYRCHNG2 4 TAMTSUP2 4 TACTREC2 4 TAMTOWE2 4 TBACREC2 4 TAMTAG31 4 TACTREC3 4 ELASTASK 4 TACTREC4 4 TAMTAGEN 4 EHHMEMB1 4 EHHMEMB2 4 EPAYAMT 4 TYEAR1 4 EYEAR1 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 EASNUNV 2. @97 ESUPKDYN 2. @99 ASUPKDYN 1. @100 ESUPTYP1 2. @102 ESUPTYP2 2. @104 ESUPTYP3 2. @106 ASUPTYP 1. @107 TSUPNKID 2. @109 ASUPNKID 1. @110 TSUPLTAD 2. @112 ASUPLTAD 1. @113 ESUPAGRM 2. @115 ASUPAGRM 1. @116 TSUPNAGR 2. @118 ASUPNAGR 1. @119 ESUPAGTY 2. @121 ASUPAGTY 1. @122 ESUPAGYR 4. @126 ASUPAGYR 1. @127 ESUPAMTC 2. @129 ASUPAMTC 1. @130 ESUPYRCH 4. @134 ASUPYRCH 1. @135 ESUPCHAG 2. @137 ASUPCHAG 1. @138 ESUPSTLP 2. @140 ASUPSTLP 1. @141 TSUPAMPD 5. @146 ASUPAMPD 1. @147 ESUPHOPY 2. @149 ASUPHOPY 1. @150 ESUPHLT1 2. @152 ESUPHLT2 2. @154 ESUPHLT3 2. @156 ESUPHLT4 2. @158 ESUPHLT5 2. @160 ESUPHLT6 2. @162 ASUPHLT 1. @163 ESUPCUST 2. @165 ASUPCUST 1. @166 ESUPSPTM 2. @168 ASUPSPTM 1. @169 ESUPTAM1 3. @172 ESUPTAM2 2. @174 ESUPTAM3 2. @176 ASUPTAM 1. @177 ESUPOTHA 2. @179 ASUPOTHA 1. @180 TSUPAMAL 4. @184 ASUPAMAL 1. @185 ESUPWOAG 2. @187 ASUPWOAG 1. @188 TSUPAMAD 5. @193 ASUPAMAD 1. @194 ESUPTMA1 3. @197 ASUPTMA1 1. @198 ESUPTMA2 2. @200 ASUPTMA2 1. @201 ESUPTMA3 2. @203 ASUPTMA3 1. @204 ESUPOTPY 2. @206 ASUPOTPY 1. @207 TSUPOTNP 2. @209 ASUPOTNP 1. @210 ESUPOTRE 2. @212 ASUPOTRE 1. @213 ESUPOTLV 2. @215 ASUPOTLV 1. @216 TSUPOTAM 5. @221 ASUPOTAM 1. @222 ESUPOTRL 2. @224 ASUPOTRL 1. @225 ESUPOTLI 2. @227 ASUPOTLI 1. @228 TSUPOTPA 5. @233 ASUPOTPA 1. @234 ESUPOTNT 7. @241 ASUPOTNT 1. @242 ECSUNV 2. @244 ECSKID01 4. @248 ECSKID02 4. @252 ECSKID03 4. @256 ECSKID04 4. @260 ECSKID05 4. @264 ECSKID06 4. @268 ECSKID07 4. @272 ECSKID08 4. @276 ECSKID09 4. @280 ECSKID10 4. @284 EYNOAB01 2. @286 EYNOAB02 2. @288 EYNOAB03 2. @290 EYNOAB04 2. @292 EYNOAB05 2. @294 EYNOAB06 2. @296 EYNOAB07 2. @298 EYNOAB08 2. @300 EYNOAB09 2. @302 EYNOAB10 2. @304 AYNOAB 1. @305 RECRDFLG 2. @307 ECSFLG01 2. @309 ECSFLG02 2. @311 ECSFLG03 2. @313 ECSFLG04 2. @315 ECSFLG05 2. @317 ECSFLG06 2. @319 ECSFLG07 2. @321 ECSFLG08 2. @323 ECSFLG09 2. @325 ECSFLG10 2. @327 ACSFLG 1. @328 RANYAGRE 2. @330 TNUMAGR 2. @332 ANUMAGR 1. @333 ETYPEAGR 2. @335 ATYPEAGR 1. @336 EFIRSYR1 4. @340 AFIRSYR1 1. @341 TAMTAG11 5. @346 EAMTAG12 2. @348 AAMTAG11 1. @349 EEVRCHG1 2. @351 AEVRCHG1 1. @352 EYRCHNG1 4. @356 AYRCHNG1 1. @357 TAMTCG11 4. @361 EAMTCG12 2. @363 AAMTCG11 1. @364 EWHOCHGD 2. @366 AWHOCHGD 1. @367 EPAYDUE1 2. @369 APAYDUE1 1. @370 EYNODUE1 2. @372 AYNODUE1 1. @373 TAMTSUP1 5. @378 AAMTSUP1 1. @379 EHOWREC1 2. @381 AHOWREC1 1. @382 TACTREC1 5. @387 AACTREC1 1. @388 EALLPAY1 2. @390 AALLPAY1 1. @391 EPAYTIM1 2. @393 APAYTIM1 1. @394 EPAYFUL1 2. @396 APAYFUL1 1. @397 EDUBACK1 2. @399 ADUBACK1 1. @400 TDOLBAC1 4. @404 ADOLBAC1 1. @405 EBACOWE1 2. @407 ABACOWE1 1. @408 TAMTOWE1 5. @413 AAMTOWE1 1. @414 TBACREC1 4. @418 ABACREC1 1. @419 EHTHAG11 2. @421 EHTHAG12 2. @423 EHTHAG13 2. @425 EHTHAG14 2. @427 EHTHAG15 2. @429 EHTHAG16 2. @431 AHTHAG11 1. @432 ECUSTAG1 2. @434 ACUSTAG1 1. @435 ESPENTM1 2. @437 ASPENTM1 1. @438 ESAMETM1 2. @440 ASAMETM1 1. @441 EAMTTM11 3. @444 EAMTTM12 2. @446 EAMTTM13 2. @448 AAMTTM11 1. @449 EWHERLV1 2. @451 AWHERLV1 1. @452 ESTAGRE1 2. @454 ASTAGRE1 1. @455 EWHOMOV1 2. @457 AWHOMOV1 1. @458 EFIRSYR2 4. @462 AFIRSYR2 1. @463 TAMTAG21 4. @467 EAMTAG22 2. @469 AAMTAG21 1. @470 EEVRCHG2 2. @472 AEVRCHG2 1. @473 EYRCHNG2 4. @477 AYRCHNG2 1. @478 TAMTCG21 3. @481 EAMTCG22 2. @483 AAMTCG21 1. @484 EPAYDUE2 2. @486 APAYDUE2 1. @487 EYNODUE2 2. @489 AYNODUE2 1. @490 TAMTSUP2 4. @494 AAMTSUP2 1. @495 TACTREC2 4. @499 AACTREC2 1. @500 EALLPAY2 2. @502 AALLPAY2 1. @503 EPAYTIM2 2. @505 APAYTIM2 1. @506 EPAYFUL2 2. @508 APAYFUL2 1. @509 EDUBACK2 2. @511 ADUBACK2 1. @512 TDOLBAC2 3. @515 ADOLBAC2 1. @516 EBACOWE2 2. @518 ABACOWE2 1. @519 TAMTOWE2 5. @524 AAMTOWE2 1. @525 TBACREC2 4. @529 ABACREC2 1. @530 EHLTAG21 2. @532 EHLTAG22 2. @534 EHLTAG23 2. @536 EHLTAG24 2. @538 EHLTAG25 2. @540 EHLTAG26 2. @542 AHLTAG21 1. @543 ECUSTAG2 2. @545 ACUSTAG2 1. @546 ESPENTM2 2. @548 ASPENTM2 1. @549 ESAMETM2 2. @551 ASAMETM2 1. @552 EAMTTM21 3. @555 EAMTTM22 2. @557 EAMTTM23 2. @559 AAMTTM21 1. @560 EDCRT101 2. @562 EDCRT102 2. @564 EDCRT103 2. @566 EDCRT104 2. @568 EDCRT105 2. @570 EDCRT106 2. @572 EDCRT107 2. @574 EDCRT108 2. @576 EDCRT109 2. @578 EDCRT110 2. @580 EDTES101 2. @582 EDTES102 2. @584 EDTES103 2. @586 EDTES104 2. @588 EDTES105 2. @590 EDTES106 2. @592 EDTES107 2. @594 EDTES108 2. @596 EDTES109 2. @598 EDTES110 2. @600 EDCER101 2. @602 EDCER102 2. @604 EDCER103 2. @606 EDCER104 2. @608 EDCER105 2. @610 EDCER106 2. @612 EDCER107 2. @614 EDCER108 2. @616 EDCER109 2. @618 EDCER110 2. @620 EDSIG101 2. @622 EDSIG102 2. @624 EDSIG103 2. @626 EDSIG104 2. @628 EDSIG105 2. @630 EDSIG106 2. @632 EDSIG107 2. @634 EDSIG108 2. @636 EDSIG109 2. @638 EDSIG110 2. @640 EDOTH101 2. @642 EDOTH102 2. @644 EDOTH103 2. @646 EDOTH104 2. @648 EDOTH105 2. @650 EDOTH106 2. @652 EDOTH107 2. @654 EDOTH108 2. @656 EDOTH109 2. @658 EDOTH110 2. @660 ADID101 1. @661 EDMAR1 2. @663 ADMAR1 1. @664 EDCRT201 2. @666 EDCRT202 2. @668 EDCRT203 2. @670 EDCRT204 2. @672 EDCRT205 2. @674 EDCRT206 2. @676 EDCRT207 2. @678 EDCRT208 2. @680 EDCRT209 2. @682 EDCRT210 2. @684 EDTES201 2. @686 EDTES202 2. @688 EDTES203 2. @690 EDTES204 2. @692 EDTES205 2. @694 EDTES206 2. @696 EDTES207 2. @698 EDTES208 2. @700 EDTES209 2. @702 EDTES210 2. @704 EDCER201 2. @706 EDCER202 2. @708 EDCER203 2. @710 EDCER204 2. @712 EDCER205 2. @714 EDCER206 2. @716 EDCER207 2. @718 EDCER208 2. @720 EDCER209 2. @722 EDCER210 2. @724 EDSIG201 2. @726 EDSIG202 2. @728 EDSIG203 2. @730 EDSIG204 2. @732 EDSIG205 2. @734 EDSIG206 2. @736 EDSIG207 2. @738 EDSIG208 2. @740 EDSIG209 2. @742 EDSIG210 2. @744 EDOTH201 2. @746 EDOTH202 2. @748 EDOTH203 2. @750 EDOTH204 2. @752 EDOTH205 2. @754 EDOTH206 2. @756 EDOTH207 2. @758 EDOTH208 2. @760 EDOTH209 2. @762 EDOTH210 2. @764 ADID201 1. @765 EYNEVWR1 2. @767 EYNEVWR2 2. @769 EYNEVWR3 2. @771 EYNEVWR4 2. @773 EYNEVWR5 2. @775 EYNEVWR6 2. @777 EYNEVWR7 2. @779 EYNEVWR8 2. @781 AYNEVWR1 1. @782 EWHERLV2 2. @784 AWHERLV2 1. @785 ESTAGRE2 2. @787 ASTAGRE2 1. @788 EWHOMOV2 2. @790 AWHOMOV2 1. @791 TAMTAG31 4. @795 EAMTAG32 2. @797 AAMTAG31 1. @798 TACTREC3 4. @802 AACTREC3 1. @803 EPUBSUPP 2. @805 APUBSUPP 1. @806 ELASTASK 4. @810 ALASTASK 1. @811 ETYPASK1 2. @813 ETYPASK2 2. @815 ETYPASK3 2. @817 ETYPASK4 2. @819 ETYPASK5 2. @821 ETYPASK6 2. @823 ETYPASK7 2. @825 ATYPASK 1. @826 EHELPSYN 2. @828 AHELPSYN 1. @829 ETYPHLP1 2. @831 ETYPHLP2 2. @833 ETYPHLP3 2. @835 ETYPHLP4 2. @837 ETYPHLP5 2. @839 ETYPHLP6 2. @841 ETYPHLP7 2. @843 ATYPHLP 1. @844 EDCRT301 2. @846 EDCRT302 2. @848 EDCRT303 2. @850 EDCRT304 2. @852 EDCRT305 2. @854 EDCRT306 2. @856 EDCRT307 2. @858 EDCRT308 2. @860 EDCRT309 2. @862 EDCRT310 2. @864 EDTES301 2. @866 EDTES302 2. @868 EDTES303 2. @870 EDTES304 2. @872 EDTES305 2. @874 EDTES306 2. @876 EDTES307 2. @878 EDTES308 2. @880 EDTES309 2. @882 EDTES310 2. @884 EDCER301 2. @886 EDCER302 2. @888 EDCER303 2. @890 EDCER304 2. @892 EDCER305 2. @894 EDCER306 2. @896 EDCER307 2. @898 EDCER308 2. @900 EDCER309 2. @902 EDCER310 2. @904 EDSIG301 2. @906 EDSIG302 2. @908 EDSIG303 2. @910 EDSIG304 2. @912 EDSIG305 2. @914 EDSIG306 2. @916 EDSIG307 2. @918 EDSIG308 2. @920 EDSIG309 2. @922 EDSIG310 2. @924 EDOTH301 2. @926 EDOTH302 2. @928 EDOTH303 2. @930 EDOTH304 2. @932 EDOTH305 2. @934 EDOTH306 2. @936 EDOTH307 2. @938 EDOTH308 2. @940 EDOTH309 2. @942 EDOTH310 2. @944 ADID301 1. @945 EDMAR201 2. @947 ADMAR201 1. @948 EDMAR202 2. @950 ADMAR202 1. @951 EDMAR203 2. @953 ADMAR203 1. @954 EDMAR204 2. @956 ADMAR204 1. @957 EDMAR205 2. @959 ADMAR205 1. @960 EDMAR206 2. @962 ADMAR206 1. @963 EDMAR207 2. @965 ADMAR207 1. @966 EDMAR208 2. @968 ADMAR208 1. @969 EDMAR209 2. @971 ADMAR209 1. @972 EDMAR210 2. @974 ADMAR210 1. @975 ESAME01 2. @977 ASAME01 1. @978 ESAME02 2. @980 ASAME02 1. @981 ESAME03 2. @983 ASAME03 1. @984 ESAME04 2. @986 ASAME04 1. @987 ESAME05 2. @989 ASAME05 1. @990 ESAME06 2. @992 ASAME06 1. @993 ESAME07 2. @995 ASAME07 1. @996 ESAME08 2. @998 ASAME08 1. @999 ESAME09 2. @1001 ASAME09 1. @1002 ESAME10 2. @1004 ASAME10 1. @1005 EDCRT401 2. @1007 EDCRT402 2. @1009 EDCRT403 2. @1011 EDCRT404 2. @1013 EDCRT405 2. @1015 EDCRT406 2. @1017 EDCRT407 2. @1019 EDCRT408 2. @1021 EDCRT409 2. @1023 EDCRT410 2. @1025 EDTES401 2. @1027 EDTES402 2. @1029 EDTES403 2. @1031 EDTES404 2. @1033 EDTES405 2. @1035 EDTES406 2. @1037 EDTES407 2. @1039 EDTES408 2. @1041 EDTES409 2. @1043 EDTES410 2. @1045 EDCER401 2. @1047 EDCER402 2. @1049 EDCER403 2. @1051 EDCER404 2. @1053 EDCER405 2. @1055 EDCER406 2. @1057 EDCER407 2. @1059 EDCER408 2. @1061 EDCER409 2. @1063 EDCER410 2. @1065 EDSIG401 2. @1067 EDSIG402 2. @1069 EDSIG403 2. @1071 EDSIG404 2. @1073 EDSIG405 2. @1075 EDSIG406 2. @1077 EDSIG407 2. @1079 EDSIG408 2. @1081 EDSIG409 2. @1083 EDSIG410 2. @1085 EDOTH401 2. @1087 EDOTH402 2. @1089 EDOTH403 2. @1091 EDOTH404 2. @1093 EDOTH405 2. @1095 EDOTH406 2. @1097 EDOTH407 2. @1099 EDOTH408 2. @1101 EDOTH409 2. @1103 EDOTH410 2. @1105 ADID401 1. @1106 ADID402 1. @1107 ADID403 1. @1108 ADID404 1. @1109 ADID405 1. @1110 ADID406 1. @1111 ADID407 1. @1112 ADID408 1. @1113 ADID409 1. @1114 ADID410 1. @1115 ESAMEPAR 2. @1117 ASAMEPAR 1. @1118 EYNOAG11 2. @1120 EYNOAG12 2. @1122 EYNOAG13 2. @1124 EYNOAG14 2. @1126 EYNOAG15 2. @1128 EYNOAG16 2. @1130 EYNOAG17 2. @1132 EYNOAG18 2. @1134 AYNOAG11 1. @1135 EWHERLV3 2. @1137 AWHERLV3 1. @1138 EAMTTM41 3. @1141 EAMTTM42 2. @1143 EAMTTM43 2. @1145 AAMTTM41 1. @1146 EYNOAG21 2. @1148 EYNOAG22 2. @1150 EYNOAG23 2. @1152 EYNOAG24 2. @1154 EYNOAG25 2. @1156 EYNOAG26 2. @1158 EYNOAG27 2. @1160 EYNOAG28 2. @1162 AYNOAG21 1. @1163 EWHERLV4 2. @1165 AWHERLV4 1. @1166 EAMTTM51 3. @1169 EAMTTM52 2. @1171 EAMTTM53 2. @1173 AAMTTM51 1. @1174 EPAYRECV 2. @1176 APAYRECV 1. @1177 TACTREC4 4. @1181 AACTREC4 1. @1182 EOTHITEM 2. @1184 AOTHITEM 1. @1185 EAGENCOL 2. @1187 AAGENCOL 1. @1188 EAGENALL 2. @1190 AAGENALL 1. @1191 TAMTAGEN 4. @1195 AAMTAGEN 1. @1196 EPADUNV 2. @1198 EHSTAT 2. @1200 AHSTAT 1. @1201 ECANE 2. @1203 ACANE 1. @1204 EWCHAIR 2. @1206 AWCHAIR 1. @1207 EHEARAID 2. @1209 AHEARAID 1. @1210 ECANE6 2. @1212 ACANE6 1. @1213 ESEEDIF 2. @1215 ASEEDIF 1. @1216 ESEENOT 2. @1218 ASEENOT 1. @1219 EHEARDIF 2. @1221 AHEARDIF 1. @1222 EHEARNOT 2. @1224 AHEARNOT 1. @1225 ESPEECHD 2. @1227 ASPEECHD 1. @1228 ESPEECHC 2. @1230 ASPEECHC 1. @1231 EDIF10 2. @1233 ADIF10 1. @1234 ECANT10 2. @1236 ACANT10 1. @1237 EDIF25 2. @1239 ADIF25 1. @1240 ECANT25 2. @1242 ACANT25 1. @1243 EPUSHD 2. @1245 APUSHD 1. @1246 EPUSHC 2. @1248 APUSHC 1. @1249 ESTANDD 2. @1251 ASTANDD 1. @1252 ESITD 2. @1254 ASITD 1. @1255 ESTOOPD 2. @1257 ASTOOPD 1. @1258 EREACHD 2. @1260 AREACHD 1. @1261 EGRASPD 2. @1263 AGRASPD 1. @1264 EGRASPC 2. @1266 AGRASPC 1. @1267 ESTAIRSD 2. @1269 ASTAIRSD 1. @1270 ESTAIRSC 2. @1272 ASTAIRSC 1. @1273 EWALKD 2. @1275 AWALKD 1. @1276 EWALKC 2. @1278 AWALKC 1. @1279 ETELED 2. @1281 ATELED 1. @1282 ETELEC 2. @1284 ATELEC 1. @1285 EINDIF 2. @1287 AINDIF 1. @1288 EOUTDIF 2. @1290 AOUTDIF 1. @1291 EBEDDIF 2. @1293 ABEDDIF 1. @1294 EBATHDIF 2. @1296 ABATHDIF 1. @1297 EDRESSD 2. @1299 ADRESSD 1. @1300 EWALK2D 2. @1302 AWALK2D 1. @1303 EEATDIF 2. @1305 AEATDIF 1. @1306 ETOILETD 2. @1308 ATOILETD 1. @1309 EMONEYD 2. @1311 AMONEYD 1. @1312 EMEALSD 2. @1314 AMEALSD 1. @1315 EHWORKD 2. @1317 AHWORKD 1. @1318 EMEDD 2. @1320 AMEDD 1. @1321 EINHELP 2. @1323 AINHELP 1. @1324 EOUTHELP 2. @1326 AOUTHELP 1. @1327 EBEDHELP 2. @1329 ABEDHELP 1. @1330 EBATHH 2. @1332 ABATHH 1. @1333 EDRESSH 2. @1335 ADRESSH 1. @1336 EWALK2H 2. @1338 AWALK2H 1. @1339 EEATHELP 2. @1341 AEATHELP 1. @1342 ETOILETH 2. @1344 ATOILETH 1. @1345 EMONEYH 2. @1347 AMONEYH 1. @1348 EMEALSH 2. @1350 AMEALSH 1. @1351 EHWORKH 2. @1353 AHWORKH 1. @1354 EMEDH 2. @1356 AMEDH 1. @1357 EHELPER1 2. @1359 AHELPER1 1. @1360 EHHMEMB1 4. @1364 AHHMEMB1 1. @1365 EHELPER2 2. @1367 AHELPER2 1. @1368 EHHMEMB2 4. @1372 AHHMEMB2 1. @1373 EHOWLONG 2. @1375 AHOWLONG 1. @1376 EPAYHELP 2. @1378 APAYHELP 1. @1379 EPAYAMT 6. @1385 APAYAMT 1. @1386 ECOND1 2. @1388 ACOND1 1. @1389 ECOND2 2. @1391 ECOND3 2. @1393 ECONDPH1 2. @1395 ACONDPH1 1. @1396 ECONDPH2 2. @1398 ECONDPH3 2. @1400 EMOTORV 2. @1402 AMOTORV 1. @1403 EMAIN1 2. @1405 AMAIN 1. @1406 TYEAR1 4. @1410 EYEAR1 4. @1414 AYEAR1 1. @1415 EMONTH1 2. @1417 AMONTH1 1. @1418 EHAD5M 2. @1420 ELAST12M 2. @1422 ALAST12M 1. @1423 ELDIS 2. @1425 ALDIS 1. @1426 EMR 2. @1428 AMR 1. @1429 EDEVDIS 2. @1431 ADEVDIS 1. @1432 EALZ 2. @1434 AALZ 1. @1435 EOTHERM 2. @1437 AOTHERM 1. @1438 EANXIOUS 2. @1440 AANXIOUS 1. @1441 ESOCIAL 2. @1443 ASOCIAL 1. @1444 ECTRATE 2. @1446 ACTRATE 1. @1447 ECOPE 2. @1449 ACOPE 1. @1450 EINTRFER 2. @1452 AINTRFER 1. @1453 EJOBDIF 2. @1455 AJOBDIF 1. @1456 EJOBCANT 2. @1458 AJOBCANT 1. @1459 EHWRKDIF 2. @1461 AHWRKDIF 1. @1462 EHWRKNO 2. @1464 AHWRKNO 1. @1465 ECONDW1 2. @1467 ACONDW1 1. @1468 ECONDW2 2. @1470 ECONDW3 2. @1472 EMAIN2 2. @1474 AMAIN2 1. @1475 EAPPLYSS 2. @1477 AAPPLYSS 1. @1478 EHOMENET 2. @1480 AHOMENET 1. @1481 EWORKNET 2. @1483 AWORKNET 1. @1484 EHOWNET 2. @1486 AHOWNET 1. @1487 EPCHIST 2. @1489 APCHIST 1. @1490 EPCHOME 2. @1492 APCHOME 1. @1493 EPCWORK 2. @1495 APCWORK 1. @1496 EPCOTHER 2. @1498 APCOTHER 1. @1499 EPCNONET 2. @1501 APCNONET 1. @1502 EPCABLE 2. @1504 APCABLE 1. @1505 RONLINE 2. @1507 AONLINE 1. @1508 EINTSTIL 2. @1510 AINTSTIL 1. @1511 EKCDUNV 2. @1513 EDDELAY 2. @1515 ADDELAY 1. @1516 EARMLEG 2. @1518 AARMLEG 1. @1519 ERUNPLAY 2. @1521 ARUNPLAY 1. @1522 ESKOOLWK 2. @1524 ASKOOLWK 1. @1525 ESPECED 2. @1527 ASPECED 1. @1528 ESPEDNOW 2. @1530 ASPEDNOW 1. @1531 ELERNDIS 2. @1533 ALERNDIS 1. @1534 EKMR 2. @1536 AKMR 1. @1537 EKDEVDIS 2. @1539 AKDEVDIS 1. @1540 EOTHERDC 2. @1542 AOTHERDC 1. @1543 EKCANE 2. @1545 AKCANE 1. @1546 EKWCHAIR 2. @1548 AKWCHAIR 1. @1549 EKHEARAD 2. @1551 AKHEARAD 1. @1552 EKCANE6 2. @1554 AKCANE6 1. @1555 EKSEEDIF 2. @1557 AKSEEDIF 1. @1558 EKSEENOT 2. @1560 AKSEENOT 1. @1561 EKHEARDF 2. @1563 AKHEARDF 1. @1564 EKHEARNT 2. @1566 AKHEARNT 1. @1567 EKSPECHD 2. @1569 AKSPECHD 1. @1570 EKSPECHC 2. @1572 AKSPECHC 1. @1573 ESPORTS 2. @1575 ASPORTS 1. @1576 EKINDIF 2. @1578 AKINDIF 1. @1579 EKINHELP 2. @1581 AKINHELP 1. @1582 EKBEDDIF 2. @1584 AKBEDDIF 1. @1585 EKBEDHLP 2. @1587 AKBEDHLP 1. @1588 EKBATHDF 2. @1590 AKBATHDF 1. @1591 EKBATHH 2. @1593 AKBATHH 1. @1594 EKDRESSD 2. @1596 AKDRESSD 1. @1597 EKDRESSH 2. @1599 AKDRESSH 1. @1600 EKEATDIF 2. @1602 AKEATDIF 1. @1603 EKEATHLP 2. @1605 AKEATHLP 1. @1606 EKTOILTD 2. @1608 AKTOILTD 1. @1609 EKTOILTH 2. @1611 AKTOILTH 1. @1612 EKSOCIAL 2. @1614 AKSOCIAL 1. @1615 EKCOND1 2. @1617 AKCOND1 1. @1618 EKCOND2 2. @1620 EKCOND3 2. @1622 EKMOTORV 2. @1624 AKMOTORV 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" EASNUNV = "SUP: Universe indicator." ESUPKDYN = "SUP: Support payments for child(ren) l" ASUPKDYN = "SUP: Allocation flag for ESUPKDYN" ESUPTYP1 = "SUP: Support paid for child(ren) outsi" ESUPTYP2 = "SUP: Lump pay for support of child(ren" ESUPTYP3 = "SUP: Reg and lump payments for child(r" ASUPTYP = "SUP: Allocation flag for ESUPTYP1- ESU" TSUPNKID = "SUP: Number of children supporting" ASUPNKID = "SUP: Allocation flag for TSUPNKID" TSUPLTAD = "SUP: Number of children under 18 years" ASUPLTAD = "SUP: Allocation flag for ESUP04" ESUPAGRM = "SUP: Sup pays ct ordered or another ty" ASUPAGRM = "SUP: Allocation flag for ESUPAGRM" TSUPNAGR = "SUP: Number of children covered by a" ASUPNAGR = "SUP: Allocation flag for TSUPNAGR" ESUPAGTY = "SUP: Type of agreement" ASUPAGTY = "SUP: Allocation flag for ESUPAGTY" ESUPAGYR = "SUP: Year agreement first reached" ASUPAGYR = "SUP: Allocation flag for ESUPAGYR" ESUPAMTC = "SUP: Original dollar amount ever chang" ASUPAMTC = "SUP: Allocation flag for ESUPAMTC" ESUPYRCH = "SUP: Year amount last changed" ASUPYRCH = "SUP: Allocation flag for ESUP10" ESUPCHAG = "SUP: Dollar changed agreed by court or" ASUPCHAG = "SUP11: Allocation flag for ESUPCHAG" ESUPSTLP = "SUP: Still supposed to pay child suppo" ASUPSTLP = "SUP: Allocation flag for ESUPSTLP" TSUPAMPD = "SUP: How much paid in past year" ASUPAMPD = "SUP: Allocation flag for TSUPAMPD" ESUPHOPY = "SUP: How were payments made" ASUPHOPY = "SUP: Allocation flag for ESUPHOPY" ESUPHLT1 = "SUP: Type of health care costs include" ESUPHLT2 = "SUP: Type of health care costs include" ESUPHLT3 = "SUP: Type of health care costs include" ESUPHLT4 = "SUP: Type of health care costs include" ESUPHLT5 = "SUP: Type of health care costs include" ESUPHLT6 = "SUP: Type of health care costs include" ASUPHLT = "SUP: Allocation flag for ESUPHLT16" ESUPCUST = "SUP: Type of custody arrangement" ASUPCUST = "SUP: Allocation flag for ESUPCUST" ESUPSPTM = "SUP: Agreement specify time spent?" ASUPSPTM = "SUP: Allocation flag for ESUPSPTM" ESUPTAM1 = "SUP: Total time spent with child(ren)" ESUPTAM2 = "SUP: Total time spent with child(ren)(" ESUPTAM3 = "SUP: Total time spent with child(ren)(" ASUPTAM = "SUP: Allocation flag for ESUPTAM13" ESUPOTHA = "SUP: Any other child support agreement" ASUPOTHA = "SUP: Allocation flag for ESUPOTHA" TSUPAMAL = "SUP: Amount paid in past year for anot" ASUPAMAL = "SUP: Allocation flag for TSUPAMAL" ESUPWOAG = "SUP: Any payments made with no agreeme" ASUPWOAG = "SUP: Allocation flag for ESUPWOAG" TSUPAMAD = "SUP: Amount paid in past year for anot" ASUPAMAD = "SUP: Allocation flag for TSUPAMAD" ESUPTMA1 = "SUP: Total time spent with child(ren)" ASUPTMA1 = "SUP: Allocation flag for ESUPTMA1" ESUPTMA2 = "SUP: Total time spent with child(ren)" ASUPTMA2 = "SUP: Allocation flag for ESUPTMA2" ESUPTMA3 = "SUP: Total time spent with child(ren)" ASUPTMA3 = "SUP: Allocation flag for ESUPTMA3" ESUPOTPY = "SUP: Any payments for other persons" ASUPOTPY = "SUP: Allocation flag for ESUPOTPY" TSUPOTNP = "SUP: Number of other persons support p" ASUPOTNP = "SUP: Allocation flag for TSUPOTNP" ESUPOTRE = "SUP: Relationship to person supporting" ASUPOTRE = "SUP: Allocation flag for ESUPOTRE" ESUPOTLV = "SUP: Where was support person living" ASUPOTLV = "SUP: Allocation flag for ESUPOTLV" TSUPOTAM = "SUP: Amount paid to support person" ASUPOTAM = "SUP: Allocation flag for TSUPOTAM" ESUPOTRL = "SUP: Relationship to person supporting" ASUPOTRL = "SUP: Allocation flag for ESUPOTRL" ESUPOTLI = "SUP: Where was support person living" ASUPOTLI = "SUP: Allocation flag for ESUPOTLI" TSUPOTPA = "SUP: Amount paid to support person" ASUPOTPA = "SUP: Allocation flag for ESUPOTPA" ESUPOTNT = "SUP: Amount paid to support person" ASUPOTNT = "SUP: Allocation flag for ESUPOTNT" ECSUNV = "CS: Universe indicator." ECSKID01 = "CS: Person number of first child." ECSKID02 = "CS: Person number of second child." ECSKID03 = "CS: Person number of third child." ECSKID04 = "CS: Person number of fourth child." ECSKID05 = "CS: Person number of fifth child." ECSKID06 = "CS: Person number of sixth child." ECSKID07 = "CS: Person number of seventh child." ECSKID08 = "CS: Person number of eighth child." ECSKID09 = "CS: Person number of ninth child." ECSKID10 = "CS: Person number of tenth child." EYNOAB01 = "CS: Parent not living outside of house" EYNOAB02 = "CS: Parent not living outside of house" EYNOAB03 = "CS: Parent not living outside of house" EYNOAB04 = "CS: Parent not living outside of house" EYNOAB05 = "CS: Parent not living outside of house" EYNOAB06 = "CS: Parent not living outside of house" EYNOAB07 = "CS: Parent not living outside of house" EYNOAB08 = "CS: Parent not living outside of house" EYNOAB09 = "CS: Parent not living outside of house" EYNOAB10 = "CS: Parent not living outside of house" AYNOAB = "CS: Allocation flag for EYNOAB01-10" RECRDFLG = "CS: Record indicator." ECSFLG01 = "CS: Child support coverage indicator" ECSFLG02 = "CS: Child support coverage indicator" ECSFLG03 = "CS: Child support coverage indicator" ECSFLG04 = "CS: Child support coverage indicator" ECSFLG05 = "CS: Child support coverage indicator" ECSFLG06 = "CS: Child support coverage indicator" ECSFLG07 = "CS: Child support coverage indicator" ECSFLG08 = "CS: Child support coverage indicator" ECSFLG09 = "CS: Child support coverage indicator" ECSFLG10 = "CS: Child support coverage indicator" ACSFLG = "CS: Allocation flag for ECSFLG01-10" RANYAGRE = "CS: Child support payments ever agreed" TNUMAGR = "CS: Number of child support agreements" ANUMAGR = "CS: Allocation flag for TNUMAGR" ETYPEAGR = "CS: Type of child support agreements" ATYPEAGR = "CS: Allocation flag for ETYPEAGR" EFIRSYR1 = "CS: Year the agreement was first reach" AFIRSYR1 = "CS: Allocation flag for EFIRSYR1" TAMTAG11 = "CS: Amount of support agreement" EAMTAG12 = "CS: Frequency of payment" AAMTAG11 = "CS: Allocation flag for TAMTAG11 AND" EEVRCHG1 = "CS: Dollar amount change" AEVRCHG1 = "CS: Allocation flag for EEVRCHG1" EYRCHNG1 = "CS: Year the amount was last changed" AYRCHNG1 = "CS: Allocation flag for EYRCHNG1" TAMTCG11 = "CS: The dollar amount for the agreemen" EAMTCG12 = "CS: Frequency of payment" AAMTCG11 = "CS: Allocation flag for TAMTCG11 AND" EWHOCHGD = "CS: Change made by government agency" AWHOCHGD = "CS: Allocation flag for EWHOCHGD" EPAYDUE1 = "CS: Payments due for agreement" APAYDUE1 = "CS: Allocation flag for EPAYDUE1" EYNODUE1 = "CS: Reason payment was not due" AYNODUE1 = "CS: Allocation flag for EYNODUE1" TAMTSUP1 = "CS: The dollar amount of child support" AAMTSUP1 = "CS: Allocation flag for TAMTSUP1" EHOWREC1 = "CS: Ways payments are received" AHOWREC1 = "CS: Allocation flag for EHOWREC1" TACTREC1 = "CS: Amount received for agreement" AACTREC1 = "CS: Allocation flag for TACTREC1" EALLPAY1 = "CS: Received every single one of child" AALLPAY1 = "CS: Allocation flag for EALLPAY1" EPAYTIM1 = "CS: Number of child support payments m" APAYTIM1 = "CS: Allocation flag for EPAYTIM1" EPAYFUL1 = "CS: How many of the payments were for " APAYFUL1 = "CS: Allocation flag for EPAYFUL1" EDUBACK1 = "CS: Did recent payment include back ch" ADUBACK1 = "CS: Allocation flag for EDUBACK1" TDOLBAC1 = "CS: How much child support owed was ba" ADOLBAC1 = "CS: Allocation flag for TDOLBAC1" EBACOWE1 = "CS: Is .....owed any back payments?" ABACOWE1 = "CS: Allocation flag for EBACOWE1" TAMTOWE1 = "CS: Amount of back payments owed to .." AAMTOWE1 = "CS: Allocation flag for TAMTOWE1" TBACREC1 = "CS: Amount of back payment actually re" ABACREC1 = "CS: Allocation flag for TBACREC1" EHTHAG11 = "CS: Non-custodial parent to provide he" EHTHAG12 = "CS: Custodial parent to provide health" EHTHAG13 = "CS: Non-custodial parent to pay actual" EHTHAG14 = "CS: Child support payments include med" EHTHAG15 = "CS: No provision for health insurance" EHTHAG16 = "CS: Other provisions for health care c" AHTHAG11 = "CS: Allocation flag for EHTHAG11-EHTHA" ECUSTAG1 = "CS: Child custody arrangements" ACUSTAG1 = "CS: Allocation flag for ECUSTAG1" ESPENTM1 = "CS: Time spent with other parent" ASPENTM1 = "CS: Allocation flag for ESPENTM1" ESAMETM1 = "CS: Time spent with other parent" ASAMETM1 = "CS: Allocation flag for ESAMETM1" EAMTTM11 = "CS: Time spent with other parent in da" EAMTTM12 = "CS: Time spent with other parent in we" EAMTTM13 = "CS: Time spent with other parent in mo" AAMTTM11 = "CS: Allocation flag for EAMTTM11-EAMTT" EWHERLV1 = "CS: Place where other parent lives" AWHERLV1 = "CS: Allocation flag for EWHERLV1" ESTAGRE1 = "CS: State where parent lives" ASTAGRE1 = "CS: Allocation flag for ESTAGRE1" EWHOMOV1 = "CS: Person that moved" AWHOMOV1 = "CS: Allocation flag for EWHOMOV1" EFIRSYR2 = "CS: Year the agreement was first reach" AFIRSYR2 = "CS: Allocation flag for EFIRSYR2" TAMTAG21 = "CS: Amount of support agreement" EAMTAG22 = "CS: Frequency of payment" AAMTAG21 = "CS: Allocation flag for TAMTAG21 AND" EEVRCHG2 = "CS: Dollar amount change" AEVRCHG2 = "CS: Allocation flag for EEVRCHG2" EYRCHNG2 = "CS: Year the amount was last changed" AYRCHNG2 = "CS: Allocation flag for EYRCHNG2" TAMTCG21 = "CS: The dollar amount for the agreemen" EAMTCG22 = "CS: Frequency of payment" AAMTCG21 = "CS: Allocation flag for TAMTCG21 AND" EPAYDUE2 = "CS: Payments due last year" APAYDUE2 = "CS: Allocation flag for EPAYDUE2" EYNODUE2 = "CS: Reasons payment was not due" AYNODUE2 = "CS: Allocation flag for EYNODUE2" TAMTSUP2 = "CS: The dollar amount of child support" AAMTSUP2 = "CS: Allocation flag for TAMTSUP2" TACTREC2 = "CS: Amount received for agreement" AACTREC2 = "CS: Allocation flag for TACTREC2" EALLPAY2 = "CS: Received everyone of the child sup" AALLPAY2 = "CS: Allocation flag for EALLPAY2" EPAYTIM2 = "CS: Number of child support payments m" APAYTIM2 = "CS: Allocation flag for EPAYTIM2" EPAYFUL2 = "CS: How many child support payments we" APAYFUL2 = "CS: Allocation flag for EPAYFUL2" EDUBACK2 = "CS: Did recent payment include back ch" ADUBACK2 = "CS: Allocation flag for EDUBACK2" TDOLBAC2 = "CS: How much child support owed was ba" ADOLBAC2 = "CS: Allocation flag for TDOLBAC2" EBACOWE2 = "CS: Is ... owed any back payments?" ABACOWE2 = "CS: Allocation flag for EBACOWE2" TAMTOWE2 = "CS: Amount of back payments owed to .." AAMTOWE2 = "CS: Allocation flag for TAMTOWE2" TBACREC2 = "CS: Amount of back payment actually re" ABACREC2 = "CS: Allocation flag for TBACREC2" EHLTAG21 = "CS: Non-custodial parent to provide he" EHLTAG22 = "CS: Custodial parent to provide health" EHLTAG23 = "CS: Non-custodial parent to pay actual" EHLTAG24 = "CS: Child support payments include med" EHLTAG25 = "CS: No provision for health insurance" EHLTAG26 = "CS: Other provisions for health care c" AHLTAG21 = "CS: Allocation flag for EHTHAG21-EHTHA" ECUSTAG2 = "CS: Child custody arrangements" ACUSTAG2 = "CS: Allocation flag for ECUSTAG2" ESPENTM2 = "CS: Time spent with other parent" ASPENTM2 = "CS: Allocation flag for ESPENTM2" ESAMETM2 = "CS: Time spent with other parent" ASAMETM2 = "CS: Allocation flag for ESAMETM2" EAMTTM21 = "CS: Time spent with other parent in da" EAMTTM22 = "CS: Time spent with other parent in we" EAMTTM23 = "CS: Time spent with other parent in mo" AAMTTM21 = "CS: Allocation flag for EAMTTM21-EAMTT" EDCRT101 = "CS: Father identified by court ruling" EDCRT102 = "CS: Father identified by court ruling" EDCRT103 = "CS: Father identified by court ruling" EDCRT104 = "CS: Father identified by court ruling" EDCRT105 = "CS: Father identified by court ruling" EDCRT106 = "CS: Father identified by court ruling" EDCRT107 = "CS: Father identified by court ruling" EDCRT108 = "CS: Father identified by court ruling" EDCRT109 = "CS: Father identified by court ruling" EDCRT110 = "CS: Father identified by court ruling" EDTES101 = "CS: Father identified by blood test" EDTES102 = "CS: Father identified by blood test" EDTES103 = "CS: Father identified by blood test" EDTES104 = "CS: Father identified by blood test" EDTES105 = "CS: Father identified by blood test" EDTES106 = "CS: Father identified by blood test" EDTES107 = "CS: Father identified by blood test" EDTES108 = "CS: Father identified by blood test" EDTES109 = "CS: Father identified by blood test" EDTES110 = "CS: Father identified by blood test" EDCER101 = "CS: Signature on birth certificate" EDCER102 = "CS: Signature on birth certificate" EDCER103 = "CS: Signature on birth certificate" EDCER104 = "CS: Signature on birth certificate" EDCER105 = "CS: Signature on birth certificate" EDCER106 = "CS: Signature on birth certificate" EDCER107 = "CS: Signature on birth certificate" EDCER108 = "CS: Signature on birth certificate" EDCER109 = "CS: Signature on birth certificate" EDCER110 = "CS: Signature on birth certificate" EDSIG101 = "CS: Signature with father's name" EDSIG102 = "CS: Signature with father's name" EDSIG103 = "CS: Signature with father's name" EDSIG104 = "CS: Signature with father's name" EDSIG105 = "CS: Signature with father's name" EDSIG106 = "CS: Signature with father's name" EDSIG107 = "CS: Signature with father's name" EDSIG108 = "CS: Signature with father's name" EDSIG109 = "CS: Signature with father's name" EDSIG110 = "CS: Signature with father's name" EDOTH101 = "CS: Father signed other papers" EDOTH102 = "CS: Father signed other papers" EDOTH103 = "CS: Father signed other papers" EDOTH104 = "CS: Father signed other papers" EDOTH105 = "CS: Father signed other papers" EDOTH106 = "CS: Father signed other papers" EDOTH107 = "CS: Father signed other papers" EDOTH108 = "CS: Father signed other papers" EDOTH109 = "CS: Father signed other papers" EDOTH110 = "CS: Father signed other papers" ADID101 = "CS: Allocation flag for EDCRT101-EDCRT" EDMAR1 = "CS: Married to child's father" ADMAR1 = "CS: Allocation flag for EDMAR1" EDCRT201 = "CS: Father identified by court ruling" EDCRT202 = "CS: Father identified by court ruling" EDCRT203 = "CS: Father identified by court ruling" EDCRT204 = "CS: Father identified by court ruling" EDCRT205 = "CS: Father identified by court ruling" EDCRT206 = "CS: Father identified by court ruling" EDCRT207 = "CS: Father identified by court ruling" EDCRT208 = "CS: Father identified by court ruling" EDCRT209 = "CS: Father identified by court ruling" EDCRT210 = "CS: Father identified by court ruling" EDTES201 = "CS: Father identified by blood test" EDTES202 = "CS: Father identified by blood test" EDTES203 = "CS: Father identified by blood test" EDTES204 = "CS: Father identified by blood test" EDTES205 = "CS: Father identified by blood test" EDTES206 = "CS: Father identified by blood test" EDTES207 = "CS: Father identified by blood test" EDTES208 = "CS: Father identified by blood test" EDTES209 = "CS: Father identified by blood test" EDTES210 = "CS: Father identified by blood test" EDCER201 = "CS: Signature on birth certificate" EDCER202 = "CS: Signature on birth certificate" EDCER203 = "CS: Signature on birth certificate" EDCER204 = "CS: Signature on birth certificate" EDCER205 = "CS: Signature on birth certificate" EDCER206 = "CS: Signature on birth certificate" EDCER207 = "CS: Signature on birth certificate" EDCER208 = "CS: Signature on birth certificate" EDCER209 = "CS: Signature on birth certificate" EDCER210 = "CS: Signature on birth certificate" EDSIG201 = "CS: Signature with father's name" EDSIG202 = "CS: Signature with father's name" EDSIG203 = "CS: Signature with father's name" EDSIG204 = "CS: Signature with father's name" EDSIG205 = "CS: Signature with father's name" EDSIG206 = "CS: Signature with father's name" EDSIG207 = "CS: Signature with father's name" EDSIG208 = "CS: Signature with father's name" EDSIG209 = "CS: Signature with father's name" EDSIG210 = "CS: Signature with father's name" EDOTH201 = "CS: Father signed other papers" EDOTH202 = "CS: Father signed other papers" EDOTH203 = "CS: Father signed other papers" EDOTH204 = "CS: Father signed other papers" EDOTH205 = "CS: Father signed other papers" EDOTH206 = "CS: Father signed other papers" EDOTH207 = "CS: Father signed other papers" EDOTH208 = "CS: Father signed other papers" EDOTH209 = "CS: Father signed other papers" EDOTH210 = "CS: Father signed other papers" ADID201 = "CS: Allocation flag for EDCRT201-EDCRT" EYNEVWR1 = "CS: Reason: Legal paternity not establ" EYNEVWR2 = "CS: Reason: Unable to locate parent" EYNEVWR3 = "CS: Reason: Other parent unable to pay" EYNEVWR4 = "CS: Reason: Final agreement pending" EYNEVWR5 = "CS: Accepted property settlement in li" EYNEVWR6 = "CS: Reason: Did not want a legal child" EYNEVWR7 = "CS: Reason: Did not try to get child" EYNEVWR8 = "CS: Reason: Some other reason" AYNEVWR1 = "CS: Allocation flag for EYNEVWR1-EYNEV" EWHERLV2 = "CS: Other parent's residence" AWHERLV2 = "CS: Allocation flag for EWHERLV2" ESTAGRE2 = "CS: State where parent lives" ASTAGRE2 = "CS: Allocation flag for ESTAGRE2" EWHOMOV2 = "CS: Person that moved" AWHOMOV2 = "CS: Allocation flag for EWHOMOV2" TAMTAG31 = "CS: Dollar amount for the agreement" EAMTAG32 = "CS: Frequency of dollar amount" AAMTAG31 = "CS: Allocation flag for TAMTAG31 AND" TACTREC3 = "CS: Amount received in child support" AACTREC3 = "CS: Allocation flag for TACTREC3" EPUBSUPP = "CS: Help in obtaining child support" APUBSUPP = "CS: Allocation flag for EPUBSUPP" ELASTASK = "CS: Last year for help" ALASTASK = "CS: Allocation flag for ELASTASK" ETYPASK1 = "CS: Locate the other parent" ETYPASK2 = "CS: Establish paternity" ETYPASK3 = "CS: Establish support obligation" ETYPASK4 = "CS: Establish medical support" ETYPASK5 = "CS: Enforce support order" ETYPASK6 = "CS: Modify order" ETYPASK7 = "CS: Other reason" ATYPASK = "CS: Allocation flag for ETYPASK1-ETYPA" EHELPSYN = "CS: Help received from agency" AHELPSYN = "CS: Allocation flag for EHELPSYN" ETYPHLP1 = "CS: Locate the other parent" ETYPHLP2 = "CS: Establish paternity" ETYPHLP3 = "CS: Establish support obligation" ETYPHLP4 = "CS: Establish medical support" ETYPHLP5 = "CS: Enforce support order" ETYPHLP6 = "CS: Modify order" ETYPHLP7 = "CS: Other reason" ATYPHLP = "CS: Allocation flag for ETYPHLP1-ETYPH" EDCRT301 = "CS: Father identified by court ruling" EDCRT302 = "CS: Father identified by court ruling" EDCRT303 = "CS: Father identified by court ruling" EDCRT304 = "CS: Father identified by court ruling" EDCRT305 = "CS: Father identified by court ruling" EDCRT306 = "CS: Father identified by court ruling" EDCRT307 = "CS: Father identified by court ruling" EDCRT308 = "CS: Father identified by court ruling" EDCRT309 = "CS: Father identified by court ruling" EDCRT310 = "CS: Father identified by court ruling" EDTES301 = "CS: Father identified by blood test" EDTES302 = "CS: Father identified by blood test" EDTES303 = "CS: Father identified by blood test" EDTES304 = "CS: Father identified by blood test" EDTES305 = "CS: Father identified by blood test" EDTES306 = "CS: Father identified by blood test" EDTES307 = "CS: Father identified by blood test" EDTES308 = "CS: Father identified by blood test" EDTES309 = "CS: Father identified by blood test" EDTES310 = "CS: Father identified by blood test" EDCER301 = "CS: Signature on birth certificate" EDCER302 = "CS: Signature on birth certificate" EDCER303 = "CS: Signature on birth certificate" EDCER304 = "CS: Signature on birth certificate" EDCER305 = "CS: Signature on birth certificate" EDCER306 = "CS: Signature on birth certificate" EDCER307 = "CS: Signature on birth certificate" EDCER308 = "CS: Signature on birth certificate" EDCER309 = "CS: Signature on birth certificate" EDCER310 = "CS: Signature on birth certificate" EDSIG301 = "CS: Signature with father's name" EDSIG302 = "CS: Signature with father's name" EDSIG303 = "CS: Signature with father's name" EDSIG304 = "CS: Signature with father's name" EDSIG305 = "CS: Signature with father's name" EDSIG306 = "CS: Signature with father's name" EDSIG307 = "CS: Signature with father's name" EDSIG308 = "CS: Signature with father's name" EDSIG309 = "CS: Signature with father's name" EDSIG310 = "CS: Signature with father's name" EDOTH301 = "CS: Father signed other papers" EDOTH302 = "CS: Father signed other papers" EDOTH303 = "CS: Father signed other papers" EDOTH304 = "CS: Father signed other papers" EDOTH305 = "CS: Father signed other papers" EDOTH306 = "CS: Father signed other papers" EDOTH307 = "CS: Father signed other papers" EDOTH308 = "CS: Father signed other papers" EDOTH309 = "CS: Father signed other papers" EDOTH310 = "CS: Father signed other papers" ADID301 = "CS: Allocation flag for EDCRT301-EDCRT" EDMAR201 = "CS: Married to child's father" ADMAR201 = "CS: Allocation flag for EDMAR201" EDMAR202 = "CS: Married to child's father" ADMAR202 = "CS: Allocation flag for EDMAR202" EDMAR203 = "CS: Married to child's father" ADMAR203 = "CS: Allocation flag for EDMAR203" EDMAR204 = "CS: Married to child's father" ADMAR204 = "CS: Allocation flag for EDMAR204" EDMAR205 = "CS: Married to child's father" ADMAR205 = "CS: Allocation flag for EDMAR205" EDMAR206 = "CS: Married to child's father" ADMAR206 = "CS: Allocation flag for EDMAR206" EDMAR207 = "CS: Married to child's father" ADMAR207 = "CS: Allocation flag for EDMAR207" EDMAR208 = "CS: Married to child's father" ADMAR208 = "CS: Allocation flag for EDMAR208" EDMAR209 = "CS: Married to child's father" ADMAR209 = "CS: Allocation flag for EDMAR209" EDMAR210 = "CS: Married to child's father" ADMAR210 = "CS: Allocation flag for EDMAR210" ESAME01 = "CS: All have same father" ASAME01 = "CS: Allocation flag for ESAME01" ESAME02 = "CS: All have same father" ASAME02 = "CS: Allocation flag for ESAME02" ESAME03 = "CS: All have same father" ASAME03 = "CS: Allocation flag for ESAME03" ESAME04 = "CS: All have same father" ASAME04 = "CS: Allocation flag for ESAME04" ESAME05 = "CS: All have same father" ASAME05 = "CS: Allocation flag for ESAME05" ESAME06 = "CS: All have same father" ASAME06 = "CS: Allocation flag for ESAME06" ESAME07 = "CS: All have same father" ASAME07 = "CS: Allocation flag for ESAME07" ESAME08 = "CS: All have same father" ASAME08 = "CS: Allocation flag for ESAME08" ESAME09 = "CS: All have same father" ASAME09 = "CS: Allocation flag for ESAME09" ESAME10 = "CS: All have same father" ASAME10 = "CS: Allocation flag for ESAME10" EDCRT401 = "CS: Father identified by court ruling" EDCRT402 = "CS: Father identified by court ruling" EDCRT403 = "CS: Father identified by court ruling" EDCRT404 = "CS: Father identified by court ruling" EDCRT405 = "CS: Father identified by court ruling" EDCRT406 = "CS: Father identified by court ruling" EDCRT407 = "CS: Father identified by court ruling" EDCRT408 = "CS: Father identified by court ruling" EDCRT409 = "CS: Father identified by court ruling" EDCRT410 = "CS: Father identified by court ruling" EDTES401 = "CS: Father identified by blood test" EDTES402 = "CS: Father identified by blood test" EDTES403 = "CS: Father identified by blood test" EDTES404 = "CS: Father identified by blood test" EDTES405 = "CS: Father identified by blood test" EDTES406 = "CS: Father identified by blood test" EDTES407 = "CS: Father identified by blood test" EDTES408 = "CS: Father identified by blood test" EDTES409 = "CS: Father identified by blood test" EDTES410 = "CS: Father identified by blood test" EDCER401 = "CS: Signature on birth certificate" EDCER402 = "CS: Signature on birth certificate" EDCER403 = "CS: Signature on birth certificate" EDCER404 = "CS: Signature on birth certificate" EDCER405 = "CS: Signature on birth certificate" EDCER406 = "CS: Signature on birth certificate" EDCER407 = "CS: Signature on birth certificate" EDCER408 = "CS: Signature on birth certificate" EDCER409 = "CS: Signature on birth certificate" EDCER410 = "CS: Signature on birth certificate" EDSIG401 = "CS: Signed a statement" EDSIG402 = "CS: Signed a statement" EDSIG403 = "CS: Signed a statement" EDSIG404 = "CS: Signed a statement" EDSIG405 = "CS: Signed a statement" EDSIG406 = "CS: Signed a statement" EDSIG407 = "CS: Signed a statement" EDSIG408 = "CS: Signed a statement" EDSIG409 = "CS: Signed a statement" EDSIG410 = "CS: Signed a statement" EDOTH401 = "CS: Father signed other papers" EDOTH402 = "CS: Father signed other papers" EDOTH403 = "CS: Father signed other papers" EDOTH404 = "CS: Father signed other papers" EDOTH405 = "CS: Father signed other papers" EDOTH406 = "CS: Father signed other papers" EDOTH407 = "CS: Father signed other papers" EDOTH408 = "CS: Father signed other papers" EDOTH409 = "CS: Father signed other papers" EDOTH410 = "CS: Father signed other papers" ADID401 = "CS: Allocation flag for" ADID402 = "CS: Allocation flag for" ADID403 = "CS: Allocation flag for" ADID404 = "CS: Allocation flag for" ADID405 = "CS: Allocation flag for" ADID406 = "CS: Allocation flag for" ADID407 = "CS: Allocation flag for" ADID408 = "CS: Allocation flag for" ADID409 = "CS: Allocation flag for" ADID410 = "CS: Allocation flag for" ESAMEPAR = "CS: Same father" ASAMEPAR = "CS: Allocation flag for ESAMEPAR" EYNOAG11 = "CS: Reason: Legal paternity not establ" EYNOAG12 = "CS: Reason: Unable to locate parent" EYNOAG13 = "CS: Reason: Other parent unable to pay" EYNOAG14 = "CS: Reason: Final agreement pending" EYNOAG15 = "CS: Reason: Accepted settlement for ch" EYNOAG16 = "CS: Reason: Did not want a legal child" EYNOAG17 = "CS: Reason: Did not try to get child" EYNOAG18 = "CS: Reason: Some other reason" AYNOAG11 = "CS: Allocation flag for EYNOAG11-EYNOA" EWHERLV3 = "CS: Place where other parent lives" AWHERLV3 = "CS: Allocation flag for EWHERLV3" EAMTTM41 = "CS: Time spent with other parent in da" EAMTTM42 = "CS: Time spent with other parent in we" EAMTTM43 = "CS: Time spent with other parent in mo" AAMTTM41 = "CS: Allocation flag for EAMTTM41-EAMTT" EYNOAG21 = "CS: Reason: Legal paternity not establ" EYNOAG22 = "CS: Reason: Unable to locate parent" EYNOAG23 = "CS: Reason: Other parent unable to pay" EYNOAG24 = "CS: Reason: Final agreement pending" EYNOAG25 = "CS: Reason: Accepted settlement for ch" EYNOAG26 = "CS: Reason: Did not want a legal child" EYNOAG27 = "CS: Reason: Did not try to get child" EYNOAG28 = "CS: Reason: Some other reason" AYNOAG21 = "CS: Allocation flag for EYNOAG21-EYNOA" EWHERLV4 = "CS: Place where other parent lives" AWHERLV4 = "CS: Allocation flag for EWHERLV4" EAMTTM51 = "CS: Time spent with other parent in da" EAMTTM52 = "CS: Time spent with other parent in we" EAMTTM53 = "CS: Time spent with other parent in mo" AAMTTM51 = "CS: Allocation flag for EAMTTM51-EAMTT" EPAYRECV = "CS: Payments received" APAYRECV = "CS: Allocation flag for EPAYRECV" TACTREC4 = "CS: Amount actually received" AACTREC4 = "CS: Allocation flag for TACTREC4" EOTHITEM = "CS: Non-cash items provided" AOTHITEM = "CS: Allocation flag for EOTHITEM" EAGENCOL = "CS: Did government or public agency co" AAGENCOL = "CS: Allocation flag for EAGENCOL" EAGENALL = "CS: Did agency collect all or some of " AAGENALL = "CS: Allocation flag for EAGENALL" TAMTAGEN = "CS: Amount that agency collected on yo" AAMTAGEN = "CS: Allocation flag for TAMTAGEN" EPADUNV = "ADQ: Universe indicator" EHSTAT = "ADQ: Quality of health" AHSTAT = "ADQ: Allocation flag for EHSTAT" ECANE = "ADQ: Use of cane, crutches, or walker" ACANE = "ADQ: Allocation flag for ECANE" EWCHAIR = "ADQ: Use of wheelchair or an electric" AWCHAIR = "ADQ: Allocation flag for EWCHAIR" EHEARAID = "ADQ: Use of a hearing aid" AHEARAID = "ADQ: Allocation flag for EHEARAID" ECANE6 = "ADQ: Use of aid for six months or long" ACANE6 = "ADQ: Allocation flag for ECANE6" ESEEDIF = "ADQ: Difficulty seeing words/letters i" ASEEDIF = "ADQ: Allocation flag for ESEEDIF" ESEENOT = "ADQ: Ability to see words and letters " ASEENOT = "ADQ: Allocation flag for ESEENOT" EHEARDIF = "ADQ: Difficulty hearing what is said i" AHEARDIF = "ADQ: Allocation flag for EHEARDIF" EHEARNOT = "ADQ: Ability to hear what is said at a" AHEARNOT = "ADQ: Allocation flag for EHEARNOT" ESPEECHD = "ADQ: Difficulty having speech understo" ASPEECHD = "ADQ: Allocation flag for ESPEECHD" ESPEECHC = "ADQ: Ability to understand speech at a" ASPEECHC = "ADQ: Allocation flag for ESPEECHC" EDIF10 = "ADQ: Difficulty lifting and carrying 1" ADIF10 = "ADQ: Allocation flag for EDIF10" ECANT10 = "ADQ: Ability to lift and carry 10 poun" ACANT10 = "ADQ: Allocation flag for ECANT10" EDIF25 = "ADQ: Difficulty lifting and carrying 2" ADIF25 = "ADQ: Allocation flag for EDIF25" ECANT25 = "ADQ: Ability to lift and carry a 25 po" ACANT25 = "ADQ: Allocation flag for ECANT25" EPUSHD = "ADQ: Difficulty pushing or pulling lar" APUSHD = "ADQ: Allocation flag for EPUSHD" EPUSHC = "ADQ: Ability to push or pull large obj" APUSHC = "ADQ: Allocation flag for EPUSHC" ESTANDD = "ADQ: Difficulty standing or being on f" ASTANDD = "ADQ: Allocation flag for ESTANDD" ESITD = "ADQ: Difficulty sitting" ASITD = "ADQ: Allocation flag for ESITD" ESTOOPD = "ADQ: Difficulty stooping, crouching, o" ASTOOPD = "ADQ: Allocation flag for ESTOOPD" EREACHD = "ADQ: Difficulty reaching over head" AREACHD = "ADQ: Allocation flag for EREACHD" EGRASPD = "ADQ: Difficulty using hands and finger" AGRASPD = "ADQ: Allocation flag for EGRASPD" EGRASPC = "ADQ: Ability to use hands and fingers " AGRASPC = "ADQ: Allocation flag for EGRASPC" ESTAIRSD = "ADQ: Difficulty walking up a flight of" ASTAIRSD = "ADQ: Allocation flag for ESTAIRSD" ESTAIRSC = "ADQ: Ability to walk up a flight of st" ASTAIRSC = "ADQ: Allocation flag for ESTAIRSC" EWALKD = "ADQ: Difficulty walking a quarter of a" AWALKD = "ADQ: Allocation flag for EWALKD" EWALKC = "ADQ: Ability to walk a quarter of a mi" AWALKC = "ADQ: Allocation flag for EWALKC" ETELED = "ADQ: Difficulty using an ordinary tele" ATELED = "ADQ: Allocation flag for ETELED" ETELEC = "ADQ: Ability to use a telephone at all" ATELEC = "ADQ: Allocation flag for ETELEC" EINDIF = "ADQ: Difficulty getting around inside " AINDIF = "ADQ: Allocation flag for EINDIF" EOUTDIF = "ADQ: Difficulty going outside the home" AOUTDIF = "ADQ: Allocation flag for EOUTDIF" EBEDDIF = "ADQ: Difficulty getting in and out of " ABEDDIF = "ADQ: Allocation flag for EBEDDIF" EBATHDIF = "ADQ: Difficulty taking a bath or showe" ABATHDIF = "ADQ: Allocation flag for EBATHDIF" EDRESSD = "ADQ: Difficulty dressing" ADRESSD = "ADQ: Allocation flag for EDRESSD" EWALK2D = "ADQ: Difficulty walking" AWALK2D = "ADQ: Allocation flag for EWALK2D" EEATDIF = "ADQ: Difficulty eating" AEATDIF = "ADQ: Allocation flag for EEATDIF" ETOILETD = "ADQ: Difficulty using or getting to th" ATOILETD = "ADQ: Allocation flag for ETOILETD" EMONEYD = "ADQ: Difficulty keeping track of money" AMONEYD = "ADQ: Allocation flag for EMONEYD" EMEALSD = "ADQ: Difficulty preparing meals" AMEALSD = "ADQ: Allocation flag for EMEALSD" EHWORKD = "ADQ: Difficulty doing light housework" AHWORKD = "ADQ: Allocation flag for EHWORKD" EMEDD = "ADQ: Difficulty taking the right amoun" AMEDD = "ADQ: Allocation flag for EMEDD" EINHELP = "ADQ: Need help getting around inside t" AINHELP = "ADQ: Allocation flag for EINHELP" EOUTHELP = "ADQ: Need help going outside the home" AOUTHELP = "ADQ: Allocation flag for EOUTHELP" EBEDHELP = "ADQ: Need help getting in and out of b" ABEDHELP = "ADQ: Allocation flag for EBEDHELP" EBATHH = "ADQ: Need help taking a bath or shower" ABATHH = "ADQ: Allocation flag for EBATHH" EDRESSH = "ADQ: Need help dressing" ADRESSH = "ADQ: Allocation flag for EDRESSH" EWALK2H = "ADQ: Need help walking" AWALK2H = "ADQ: Allocation flag for EWALK2H" EEATHELP = "ADQ: Need help eating" AEATHELP = "ADQ: Allocation flag for EEATHELP" ETOILETH = "ADQ: Need help using or getting to the" ATOILETH = "ADQ: Allocation flag for ETOILETH" EMONEYH = "ADQ: Need help keeping track of money " AMONEYH = "ADQ: Allocation flag for EMONEYH" EMEALSH = "ADQ: Need help preparing meals" AMEALSH = "ADQ: Allocation flag for EMEALSH" EHWORKH = "ADQ: Need help doing light housework" AHWORKH = "ADQ: Allocation flag for EHWORKH" EMEDH = "ADQ: Need help taking the right amount" AMEDH = "ADQ: Allocation flag for EMEDH" EHELPER1 = "ADQ: Person who generally helps with t" AHELPER1 = "ADQ: Allocation flag for EHELPER1" EHHMEMB1 = "ADQ: Identity of the first helper is a" AHHMEMB1 = "ADQ: Allocation flag for EHHMEMB1" EHELPER2 = "ADQ: Another person who generally help" AHELPER2 = "ADQ: Allocation flag for EHELPER2" EHHMEMB2 = "ADQ: Whether the second helper is a" AHHMEMB2 = "ADQ: Allocation flag for EHHMEMB2" EHOWLONG = "ADQ: Help of another person" AHOWLONG = "ADQ: Allocation flag for EHOWLONG" EPAYHELP = "ADQ: Whether the help last month was p" APAYHELP = "ADQ: Allocation flag for EPAYHELP" EPAYAMT = "ADQ: Amount that was paid for help las" APAYAMT = "ADQ: Allocation flag for PAYAMT" ECOND1 = "ADQ: First condition causing difficult" ACOND1 = "ADQ: Allocation flag for ECOND1" ECOND2 = "ADQ: Second condition causing difficul" ECOND3 = "ADQ:Third condition causing difficulty" ECONDPH1 = "ADQ: First condition causing fair/poor" ACONDPH1 = "ADQ: Allocation flag for ECONDPH1" ECONDPH2 = "ADQ: Second condition causing fair/poo" ECONDPH3 = "ADQ: Third condition causing fair/poor" EMOTORV = "ADQ: Condition is result of a motor ve" AMOTORV = "ADQ: Allocation flag for EMOTORV" EMAIN1 = "ADQ: Main reason for difficulty" AMAIN = "ADQ: Allocation flag for EMAIN" TYEAR1 = "ADQ: Year when main condition first be" EYEAR1 = "ADQ: Year when main condition first be" AYEAR1 = "ADQ: Allocation flag for EYEAR1" EMONTH1 = "ADQ: Month when main condition first b" AMONTH1 = "ADQ: Allocation flag for EMONTH1" EHAD5M = "ADQ: Has this condition for at least 5" ELAST12M = "ADQ: Condition expected to last 12+ mo" ALAST12M = "ADQ: Allocation flag for ELAST12M" ELDIS = "ADQ: Learning disability" ALDIS = "ADQ: Allocation flag for ELDIS" EMR = "ADQ: Mental retardation" AMR = "ADQ: Allocation flag for EMR" EDEVDIS = "ADQ: Developmental disability" ADEVDIS = "ADQ: Allocation flag for EDEVDIS" EALZ = "ADQ: Alzheimer's disease" AALZ = "ADQ: Allocation flag for EALZ" EOTHERM = "ADQ: Other mental or emotional conditi" AOTHERM = "ADQ: Allocation flag for EOTHERM" EANXIOUS = "ADQ: Frequently depressed or anxious" AANXIOUS = "ADQ: Allocation flag for EANXIOUS" ESOCIAL = "ADQ: Trouble getting along with other " ASOCIAL = "ADQ: Allocation flag for ESOCIAL" ECTRATE = "ADQ: Trouble concentrating" ACTRATE = "ADQ: Allocation flag for ECTRATE" ECOPE = "ADQ: Trouble coping with stresses" ACOPE = "ADQ: Allocation flag for ECOPE" EINTRFER = "ADQ: Ability to manage everyday activi" AINTRFER = "ADQ: Allocation flag for EINTRFER" EJOBDIF = "ADQ: Long-lasting physical or mental" AJOBDIF = "ADQ: Allocation flag for EJOBDIF" EJOBCANT = "ADQ: Health or condition preventing wo" AJOBCANT = "ADQ: Allocation flag for EJOBCANT" EHWRKDIF = "ADQ: Condition limiting the kind/amoun" AHWRKDIF = "ADQ: Allocation flag for EHWRKDIF" EHWRKNO = "ADQ: Health/condition prevents doing a" AHWRKNO = "ADQ: Allocation for EHWRKNO" ECONDW1 = "ADQ: First condition causing limitatio" ACONDW1 = "ADQ: Allocation flag for ECONDW1" ECONDW2 = "ADQ: Second condition causing limitati" ECONDW3 = "ADQ: Third condition causing limitatio" EMAIN2 = "ADQ: Main reason for work limitation" AMAIN2 = "ADQ: Allocation flag for EMAIN2" EAPPLYSS = "ADQ: Social Security disability benefi" AAPPLYSS = "ADQ: Allocation flag for EAPPLYSS" EHOMENET = "ADQ: Home access to the Internet" AHOMENET = "ADQ: Allocation flag for EHOMENET" EWORKNET = "ADQ: Internet access from work" AWORKNET = "ADQ: Allocation flag for EWORKNET" EHOWNET = "ADQ: Kind of access to the Internet" AHOWNET = "ADQ: Allocation flag for EHOWNET" EPCHIST = "ADQ: Experience with personal computer" APCHIST = "ADQ: Allocation flag for EPCHIST" EPCHOME = "ADQ: Regular use of a personal compute" APCHOME = "ADQ: Allocation flag for EPCHOME" EPCWORK = "ADQ: Regular use of a personal compute" APCWORK = "ADQ: Allocation flag for EPCWORK" EPCOTHER = "ADQ: Regular use of a personal compute" APCOTHER = "ADQ: Allocation flag for EPCOTHER" EPCNONET = "ADQ: Home computer with no access to t" APCNONET = "ADQ: Allocation flag for EPCNONET" EPCABLE = "ADQ: Ability to use a personal compute" APCABLE = "ADQ: Allocation flag for EPCABLE" RONLINE = "ADQ: Reply to SIPP inteview over the" AONLINE = "ADQ: Allocation flag for RONLINE" EINTSTIL = "ADQ: Agree to reply to SIPP inteview o" AINTSTIL = "ADQ: Allocation flag for EINTSTIL" EKCDUNV = "CDQ: Universe indicator" EDDELAY = "CDQ: Serious physical/mental condition" ADDELAY = "CDQ: Allocation flag for EDDELAY" EARMLEG = "CDQ: Condition limiting the use of arm" AARMLEG = "CDQ: Allocation flag for EARMLEG" ERUNPLAY = "CDQ: Condition limiting the ability to" ARUNPLAY = "CDQ: Allocation flag for ERUNPLAY" ESKOOLWK = "CDQ: Physical/learning/mental conditio" ASKOOLWK = "CDQ: Allocation flag for ESKOOLWK" ESPECED = "CDQ: Ever received special education" ASPECED = "CDQ: Allocation flag for ESPECED" ESPEDNOW = "CDQ: Currently receiving special educa" ASPEDNOW = "CDQ: Allocation flag for ESPEDNOW" ELERNDIS = "CDQ: Learning disability like dyslexia" ALERNDIS = "CDQ: Allocation flag for ELERNDIS" EKMR = "CDQ: Mental retardation" AKMR = "CDQ: Allocation flag for EKMR" EKDEVDIS = "CDQ: Developmental disability" AKDEVDIS = "CDQ: Allocation flag for EKDEVDIS" EOTHERDC = "CDQ: Other developmental condition" AOTHERDC = "CDQ: Allocation flag for EOTHERDC" EKCANE = "CDQ: Use of a cane/crutches/walker" AKCANE = "CDQ: Allocation flag for EKCANE" EKWCHAIR = "CDQ: Physical aids used" AKWCHAIR = "CDQ: Allocation flag for EKWCHAIR" EKHEARAD = "CDQ: Use of a hearing aid" AKHEARAD = "CDQ: Allocation flag for EKHEARAD" EKCANE6 = "CDQ: Use of a cane/crutches/walker for" AKCANE6 = "CDQ: Allocation flag for EKCANE6" EKSEEDIF = "CDQ: Difficulty seeing words/letters" AKSEEDIF = "CDQ: Allocation flag for EKSEEDIF" EKSEENOT = "CDQ: Ability to see ordinary newspaper" AKSEENOT = "CDQ: Allocation flag for EKSEENOT." EKHEARDF = "CDQ: Difficulty hearing" AKHEARDF = "CDQ: Allocation flag for EKHEARDF." EKHEARNT = "CDQ: Ability to hear at all" AKHEARNT = "CDQ: Allocation flag for EKHEARNT" EKSPECHD = "CDQ: Difficulty having speech understo" AKSPECHD = "CDQ: Allocation flag for EKSPECHD" EKSPECHC = "CDQ: Having speech understood at all" AKSPECHC = "CDQ: Allocation flag for EKSPECHC" ESPORTS = "CDQ: Condition limiting" ASPORTS = "CDQ: Allocation flag for ESPORTS" EKINDIF = "CDQ: Getting around inside the home" AKINDIF = "CDQ: Allocation flag for EKINDIF" EKINHELP = "CDQ: Needs help getting around inside " AKINHELP = "CDQ: Allocation flag for EKINHELP" EKBEDDIF = "CDQ: Difficulty getting in/out of a" AKBEDDIF = "CDQ: Allocation flag for EKBEDDIF" EKBEDHLP = "CDQ: Needs help getting in/out of a" AKBEDHLP = "CDQ: Allocation flag for EKBEDHELP" EKBATHDF = "CDQ: Difficulty taking a bath or a sho" AKBATHDF = "CDQ: Allocation flag for EKBATHDF" EKBATHH = "CDQ: Needs help taking a bath or a sho" AKBATHH = "CDQ: Allocation flag for EKBATHH" EKDRESSD = "CDQ: Difficulty putting on clothes" AKDRESSD = "CDQ: Allocation flag for EKDRESSD" EKDRESSH = "CDQ: Need help putting on clothes" AKDRESSH = "CDQ: Allocation flag for EKDRESSH" EKEATDIF = "CDQ: Difficulty eating food" AKEATDIF = "CDQ: Allocation flag for EKEATDIF" EKEATHLP = "CDQ: Needs help eating food" AKEATHLP = "CDQ: Allocation flag for EKEATHLP" EKTOILTD = "CDQ: Difficulty using or getting to th" AKTOILTD = "CDQ: Allocation flag for EKTOILTD" EKTOILTH = "CDQ: Needs help using or getting to th" AKTOILTH = "CDQ: Allocation flag for EKTOILTH" EKSOCIAL = "CDQ: Difficulty playing/getting along " AKSOCIAL = "CDQ: Allocation flag for EKSOCIAL" EKCOND1 = "CDQ: First condition causing difficult" AKCOND1 = "CDQ: Allocation flag for EKCOND1" EKCOND2 = "CDQ: Second condition causing difficul" EKCOND3 = "CDQ: Third condition causing difficult" EKMOTORV = "CDQ: Any condition a result of motor v" AKMOTORV = "CDQ: Allocation flag for EKMOTORV" ; proc print data=library.sip96t11 (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. EASNUNV EASNUNV. ESUPKDYN ESUPKDYN. ASUPKDYN ASUPKDYN. ESUPTYP1 ESUPTYPN. ESUPTYP2 ESUPTYPK. ESUPTYP3 ESUPTYPL. ASUPTYP ASUPTYP. TSUPNKID TSUPNKID. ASUPNKID ASUPNKID. TSUPLTAD TSUPLTAD. ASUPLTAD ASUPLTAD. ESUPAGRM ESUPAGRM. ASUPAGRM ASUPAGRM. TSUPNAGR TSUPNAGR. ASUPNAGR ASUPNAGR. ESUPAGTY ESUPAGTY. ASUPAGTY ASUPAGTY. ESUPAGYR ESUPAGYR. ASUPAGYR ASUPAGYR. ESUPAMTC ESUPAMTC. ASUPAMTC ASUPAMTC. ESUPYRCH ESUPYRCH. ASUPYRCH ASUPYRCH. ESUPCHAG ESUPCHAG. ASUPCHAG ASUPCHAG. ESUPSTLP ESUPSTLP. ASUPSTLP ASUPSTLP. TSUPAMPD TSUPAMPD. ASUPAMPD ASUPAMPD. ESUPHOPY ESUPHOPY. ASUPHOPY ASUPHOPY. ESUPHLT1 ESUPHLTY. ESUPHLT2 ESUPHLTK. ESUPHLT3 ESUPHLTL. ESUPHLT4 ESUPHLTM. ESUPHLT5 ESUPHLTN. ESUPHLT6 ESUPHLTO. ASUPHLT ASUPHLT. ESUPCUST ESUPCUST. ASUPCUST ASUPCUST. ESUPSPTM ESUPSPTM. ASUPSPTM ASUPSPTM. ESUPTAM1 ESUPTAMM. ESUPTAM2 ESUPTAMK. ESUPTAM3 ESUPTAML. ASUPTAM ASUPTAM. ESUPOTHA ESUPOTHA. ASUPOTHA ASUPOTHA. TSUPAMAL TSUPAMAL. ASUPAMAL ASUPAMAL. ESUPWOAG ESUPWOAG. ASUPWOAG ASUPWOAG. TSUPAMAD TSUPAMAD. ASUPAMAD ASUPAMAD. ESUPTMA1 ESUPTMAD. ASUPTMA1 ASUPTMAD. ESUPTMA2 ESUPTMAK. ASUPTMA2 ASUPTMAK. ESUPTMA3 ESUPTMAL. ASUPTMA3 ASUPTMAL. ESUPOTPY ESUPOTPY. ASUPOTPY ASUPOTPY. TSUPOTNP TSUPOTNP. ASUPOTNP ASUPOTNP. ESUPOTRE ESUPOTRE. ASUPOTRE ASUPOTRE. ESUPOTLV ESUPOTLV. ASUPOTLV ASUPOTLV. TSUPOTAM TSUPOTAM. ASUPOTAM ASUPOTAM. ESUPOTRL ESUPOTRL. ASUPOTRL ASUPOTRL. ESUPOTLI ESUPOTLI. ASUPOTLI ASUPOTLI. TSUPOTPA TSUPOTPA. ASUPOTPA ASUPOTPA. ESUPOTNT ESUPOTNT. ASUPOTNT ASUPOTNT. ECSUNV ECSUNV. ECSKID01 ECSKID0V. ECSKID02 ECSKID0K. ECSKID03 ECSKID0L. ECSKID04 ECSKID0M. ECSKID05 ECSKID0N. ECSKID06 ECSKID0O. ECSKID07 ECSKID0P. ECSKID08 ECSKID0Q. ECSKID09 ECSKID0R. ECSKID10 ECSKID1V. EYNOAB01 EYNOAB0V. EYNOAB02 EYNOAB0K. EYNOAB03 EYNOAB0L. EYNOAB04 EYNOAB0M. EYNOAB05 EYNOAB0N. EYNOAB06 EYNOAB0O. EYNOAB07 EYNOAB0P. EYNOAB08 EYNOAB0Q. EYNOAB09 EYNOAB0R. EYNOAB10 EYNOAB1V. AYNOAB AYNOAB. RECRDFLG RECRDFLG. ECSFLG01 ECSFLG0G. ECSFLG02 ECSFLG0K. ECSFLG03 ECSFLG0L. ECSFLG04 ECSFLG0M. ECSFLG05 ECSFLG0N. ECSFLG06 ECSFLG0O. ECSFLG07 ECSFLG0P. ECSFLG08 ECSFLG0Q. ECSFLG09 ECSFLG0R. ECSFLG10 ECSFLG1G. ACSFLG ACSFLG. RANYAGRE RANYAGRE. TNUMAGR TNUMAGR. ANUMAGR ANUMAGR. ETYPEAGR ETYPEAGR. ATYPEAGR ATYPEAGR. EFIRSYR1 EFIRSYRR. AFIRSYR1 AFIRSYRR. TAMTAG11 TAMTAG1R. EAMTAG12 EAMTAG1R. AAMTAG11 AAMTAG1R. EEVRCHG1 EEVRCHGR. AEVRCHG1 AEVRCHGR. EYRCHNG1 EYRCHNGR. AYRCHNG1 AYRCHNGR. TAMTCG11 TAMTCG1R. EAMTCG12 EAMTCG1R. AAMTCG11 AAMTCG1R. EWHOCHGD EWHOCHGD. AWHOCHGD AWHOCHGD. EPAYDUE1 EPAYDUED. APAYDUE1 APAYDUED. EYNODUE1 EYNODUED. AYNODUE1 AYNODUED. TAMTSUP1 TAMTSUPD. AAMTSUP1 AAMTSUPD. EHOWREC1 EHOWRECD. AHOWREC1 AHOWRECD. TACTREC1 TACTRECD. AACTREC1 AACTRECD. EALLPAY1 EALLPAYD. AALLPAY1 AALLPAYD. EPAYTIM1 EPAYTIMD. APAYTIM1 APAYTIMD. EPAYFUL1 EPAYFULD. APAYFUL1 APAYFULD. EDUBACK1 EDUBACKD. ADUBACK1 ADUBACKD. TDOLBAC1 TDOLBACD. ADOLBAC1 ADOLBACD. EBACOWE1 EBACOWED. ABACOWE1 ABACOWED. TAMTOWE1 TAMTOWED. AAMTOWE1 AAMTOWED. TBACREC1 TBACRECD. ABACREC1 ABACRECD. EHTHAG11 EHTHAG1D. EHTHAG12 EHTHAG1K. EHTHAG13 EHTHAG1L. EHTHAG14 EHTHAG1M. EHTHAG15 EHTHAG1N. EHTHAG16 EHTHAG1O. AHTHAG11 AHTHAG1D. ECUSTAG1 ECUSTAGD. ACUSTAG1 ACUSTAGD. ESPENTM1 ESPENTMD. ASPENTM1 ASPENTMD. ESAMETM1 ESAMETMD. ASAMETM1 ASAMETMD. EAMTTM11 EAMTTM1D. EAMTTM12 EAMTTM1K. EAMTTM13 EAMTTM1L. AAMTTM11 AAMTTM1D. EWHERLV1 EWHERLVD. AWHERLV1 AWHERLVD. ESTAGRE1 ESTAGRED. ASTAGRE1 ASTAGRED. EWHOMOV1 EWHOMOVD. AWHOMOV1 AWHOMOVD. EFIRSYR2 EFIRSYRD. AFIRSYR2 AFIRSYRD. TAMTAG21 TAMTAG2D. EAMTAG22 EAMTAG2D. AAMTAG21 AAMTAG2D. EEVRCHG2 EEVRCHGD. AEVRCHG2 AEVRCHGD. EYRCHNG2 EYRCHNGD. AYRCHNG2 AYRCHNGD. TAMTCG21 TAMTCG2D. EAMTCG22 EAMTCG2D. AAMTCG21 AAMTCG2D. EPAYDUE2 EPAYDUEK. APAYDUE2 APAYDUEK. EYNODUE2 EYNODUEK. AYNODUE2 AYNODUEK. TAMTSUP2 TAMTSUPK. AAMTSUP2 AAMTSUPK. TACTREC2 TACTRECK. AACTREC2 AACTRECK. EALLPAY2 EALLPAYK. AALLPAY2 AALLPAYK. EPAYTIM2 EPAYTIMK. APAYTIM2 APAYTIMK. EPAYFUL2 EPAYFULK. APAYFUL2 APAYFULK. EDUBACK2 EDUBACKK. ADUBACK2 ADUBACKK. TDOLBAC2 TDOLBACK. ADOLBAC2 ADOLBACK. EBACOWE2 EBACOWEK. ABACOWE2 ABACOWEK. TAMTOWE2 TAMTOWEK. AAMTOWE2 AAMTOWEK. TBACREC2 TBACRECK. ABACREC2 ABACRECK. EHLTAG21 EHLTAG2D. EHLTAG22 EHLTAG2K. EHLTAG23 EHLTAG2L. EHLTAG24 EHLTAG2M. EHLTAG25 EHLTAG2N. EHLTAG26 EHLTAG2O. AHLTAG21 AHLTAG2D. ECUSTAG2 ECUSTAGK. ACUSTAG2 ACUSTAGK. ESPENTM2 ESPENTMK. ASPENTM2 ASPENTMK. ESAMETM2 ESAMETMK. ASAMETM2 ASAMETMK. EAMTTM21 EAMTTM2D. EAMTTM22 EAMTTM2K. EAMTTM23 EAMTTM2L. AAMTTM21 AAMTTM2D. EDCRT101 EDCRT10D. EDCRT102 EDCRT10K. EDCRT103 EDCRT10L. EDCRT104 EDCRT10M. EDCRT105 EDCRT10N. EDCRT106 EDCRT10O. EDCRT107 EDCRT10P. EDCRT108 EDCRT10Q. EDCRT109 EDCRT10R. EDCRT110 EDCRT11D. EDTES101 EDTES10D. EDTES102 EDTES10K. EDTES103 EDTES10L. EDTES104 EDTES10M. EDTES105 EDTES10N. EDTES106 EDTES10O. EDTES107 EDTES10P. EDTES108 EDTES10Q. EDTES109 EDTES10R. EDTES110 EDTES11D. EDCER101 EDCER10D. EDCER102 EDCER10K. EDCER103 EDCER10L. EDCER104 EDCER10M. EDCER105 EDCER10N. EDCER106 EDCER10O. EDCER107 EDCER10P. EDCER108 EDCER10Q. EDCER109 EDCER10R. EDCER110 EDCER11D. EDSIG101 EDSIG10D. EDSIG102 EDSIG10K. EDSIG103 EDSIG10L. EDSIG104 EDSIG10M. EDSIG105 EDSIG10N. EDSIG106 EDSIG10O. EDSIG107 EDSIG10P. EDSIG108 EDSIG10Q. EDSIG109 EDSIG10R. EDSIG110 EDSIG11D. EDOTH101 EDOTH10D. EDOTH102 EDOTH10K. EDOTH103 EDOTH10L. EDOTH104 EDOTH10M. EDOTH105 EDOTH10N. EDOTH106 EDOTH10O. EDOTH107 EDOTH10P. EDOTH108 EDOTH10Q. EDOTH109 EDOTH10R. EDOTH110 EDOTH11D. ADID101 ADID101L. EDMAR1 EDMAR1L. ADMAR1 ADMAR1L. EDCRT201 EDCRT20D. EDCRT202 EDCRT20K. EDCRT203 EDCRT20L. EDCRT204 EDCRT20M. EDCRT205 EDCRT20N. EDCRT206 EDCRT20O. EDCRT207 EDCRT20P. EDCRT208 EDCRT20Q. EDCRT209 EDCRT20R. EDCRT210 EDCRT21D. EDTES201 EDTES20D. EDTES202 EDTES20K. EDTES203 EDTES20L. EDTES204 EDTES20M. EDTES205 EDTES20N. EDTES206 EDTES20O. EDTES207 EDTES20P. EDTES208 EDTES20Q. EDTES209 EDTES20R. EDTES210 EDTES21D. EDCER201 EDCER20D. EDCER202 EDCER20K. EDCER203 EDCER20L. EDCER204 EDCER20M. EDCER205 EDCER20N. EDCER206 EDCER20O. EDCER207 EDCER20P. EDCER208 EDCER20Q. EDCER209 EDCER20R. EDCER210 EDCER21D. EDSIG201 EDSIG20D. EDSIG202 EDSIG20K. EDSIG203 EDSIG20L. EDSIG204 EDSIG20M. EDSIG205 EDSIG20N. EDSIG206 EDSIG20O. EDSIG207 EDSIG20P. EDSIG208 EDSIG20Q. EDSIG209 EDSIG20R. EDSIG210 EDSIG21D. EDOTH201 EDOTH20D. EDOTH202 EDOTH20K. EDOTH203 EDOTH20L. EDOTH204 EDOTH20M. EDOTH205 EDOTH20N. EDOTH206 EDOTH20O. EDOTH207 EDOTH20P. EDOTH208 EDOTH20Q. EDOTH209 EDOTH20R. EDOTH210 EDOTH21D. ADID201 ADID201L. EYNEVWR1 EYNEVWRD. EYNEVWR2 EYNEVWRK. EYNEVWR3 EYNEVWRL. EYNEVWR4 EYNEVWRM. EYNEVWR5 EYNEVWRN. EYNEVWR6 EYNEVWRO. EYNEVWR7 EYNEVWRP. EYNEVWR8 EYNEVWRQ. AYNEVWR1 AYNEVWRD. EWHERLV2 EWHERLVK. AWHERLV2 AWHERLVK. ESTAGRE2 ESTAGREK. ASTAGRE2 ASTAGREK. EWHOMOV2 EWHOMOVK. AWHOMOV2 AWHOMOVK. TAMTAG31 TAMTAG3D. EAMTAG32 EAMTAG3D. AAMTAG31 AAMTAG3D. TACTREC3 TACTRECL. AACTREC3 AACTRECL. EPUBSUPP EPUBSUPP. APUBSUPP APUBSUPP. ELASTASK ELASTASK. ALASTASK ALASTASK. ETYPASK1 ETYPASKK. ETYPASK2 ETYPASKL. ETYPASK3 ETYPASKM. ETYPASK4 ETYPASKN. ETYPASK5 ETYPASKO. ETYPASK6 ETYPASKP. ETYPASK7 ETYPASKQ. ATYPASK ATYPASK. EHELPSYN EHELPSYN. AHELPSYN AHELPSYN. ETYPHLP1 ETYPHLPN. ETYPHLP2 ETYPHLPK. ETYPHLP3 ETYPHLPL. ETYPHLP4 ETYPHLPM. ETYPHLP5 ETYPHLPO. ETYPHLP6 ETYPHLPP. ETYPHLP7 ETYPHLPQ. ATYPHLP ATYPHLP. EDCRT301 EDCRT30P. EDCRT302 EDCRT30K. EDCRT303 EDCRT30L. EDCRT304 EDCRT30M. EDCRT305 EDCRT30N. EDCRT306 EDCRT30O. EDCRT307 EDCRT30Q. EDCRT308 EDCRT30R. EDCRT309 EDCRT30S. EDCRT310 EDCRT31P. EDTES301 EDTES30P. EDTES302 EDTES30K. EDTES303 EDTES30L. EDTES304 EDTES30M. EDTES305 EDTES30N. EDTES306 EDTES30O. EDTES307 EDTES30Q. EDTES308 EDTES30R. EDTES309 EDTES30S. EDTES310 EDTES31P. EDCER301 EDCER30P. EDCER302 EDCER30K. EDCER303 EDCER30L. EDCER304 EDCER30M. EDCER305 EDCER30N. EDCER306 EDCER30O. EDCER307 EDCER30Q. EDCER308 EDCER30R. EDCER309 EDCER30S. EDCER310 EDCER31P. EDSIG301 EDSIG30P. EDSIG302 EDSIG30K. EDSIG303 EDSIG30L. EDSIG304 EDSIG30M. EDSIG305 EDSIG30N. EDSIG306 EDSIG30O. EDSIG307 EDSIG30Q. EDSIG308 EDSIG30R. EDSIG309 EDSIG30S. EDSIG310 EDSIG31P. EDOTH301 EDOTH30P. EDOTH302 EDOTH30K. EDOTH303 EDOTH30L. EDOTH304 EDOTH30M. EDOTH305 EDOTH30N. EDOTH306 EDOTH30O. EDOTH307 EDOTH30Q. EDOTH308 EDOTH30R. EDOTH309 EDOTH30S. EDOTH310 EDOTH31P. ADID301 ADID301L. EDMAR201 EDMAR20P. ADMAR201 ADMAR20P. EDMAR202 EDMAR20K. ADMAR202 ADMAR20K. EDMAR203 EDMAR20L. ADMAR203 ADMAR20L. EDMAR204 EDMAR20M. ADMAR204 ADMAR20M. EDMAR205 EDMAR20N. ADMAR205 ADMAR20N. EDMAR206 EDMAR20O. ADMAR206 ADMAR20O. EDMAR207 EDMAR20Q. ADMAR207 ADMAR20Q. EDMAR208 EDMAR20R. ADMAR208 ADMAR20R. EDMAR209 EDMAR20S. ADMAR209 ADMAR20S. EDMAR210 EDMAR21P. ADMAR210 ADMAR21P. ESAME01 ESAME01L. ASAME01 ASAME01L. ESAME02 ESAME02L. ASAME02 ASAME02L. ESAME03 ESAME03L. ASAME03 ASAME03L. ESAME04 ESAME04L. ASAME04 ASAME04L. ESAME05 ESAME05L. ASAME05 ASAME05L. ESAME06 ESAME06L. ASAME06 ASAME06L. ESAME07 ESAME07L. ASAME07 ASAME07L. ESAME08 ESAME08L. ASAME08 ASAME08L. ESAME09 ESAME09L. ASAME09 ASAME09L. ESAME10 ESAME10L. ASAME10 ASAME10L. EDCRT401 EDCRT40P. EDCRT402 EDCRT40K. EDCRT403 EDCRT40L. EDCRT404 EDCRT40M. EDCRT405 EDCRT40N. EDCRT406 EDCRT40O. EDCRT407 EDCRT40Q. EDCRT408 EDCRT40R. EDCRT409 EDCRT40S. EDCRT410 EDCRT41P. EDTES401 EDTES40P. EDTES402 EDTES40K. EDTES403 EDTES40L. EDTES404 EDTES40M. EDTES405 EDTES40N. EDTES406 EDTES40O. EDTES407 EDTES40Q. EDTES408 EDTES40R. EDTES409 EDTES40S. EDTES410 EDTES41P. EDCER401 EDCER40P. EDCER402 EDCER40K. EDCER403 EDCER40L. EDCER404 EDCER40M. EDCER405 EDCER40N. EDCER406 EDCER40O. EDCER407 EDCER40Q. EDCER408 EDCER40R. EDCER409 EDCER40S. EDCER410 EDCER41P. EDSIG401 EDSIG40P. EDSIG402 EDSIG40K. EDSIG403 EDSIG40L. EDSIG404 EDSIG40M. EDSIG405 EDSIG40N. EDSIG406 EDSIG40O. EDSIG407 EDSIG40Q. EDSIG408 EDSIG40R. EDSIG409 EDSIG40S. EDSIG410 EDSIG41P. EDOTH401 EDOTH40P. EDOTH402 EDOTH40K. EDOTH403 EDOTH40L. EDOTH404 EDOTH40M. EDOTH405 EDOTH40N. EDOTH406 EDOTH40O. EDOTH407 EDOTH40Q. EDOTH408 EDOTH40R. EDOTH409 EDOTH40S. EDOTH410 EDOTH41P. ADID401 ADID401L. ADID402 ADID402L. ADID403 ADID403L. ADID404 ADID404L. ADID405 ADID405L. ADID406 ADID406L. ADID407 ADID407L. ADID408 ADID408L. ADID409 ADID409L. ADID410 ADID410L. ESAMEPAR ESAMEPAR. ASAMEPAR ASAMEPAR. EYNOAG11 EYNOAG1R. EYNOAG12 EYNOAG1K. EYNOAG13 EYNOAG1L. EYNOAG14 EYNOAG1M. EYNOAG15 EYNOAG1N. EYNOAG16 EYNOAG1O. EYNOAG17 EYNOAG1P. EYNOAG18 EYNOAG1Q. AYNOAG11 AYNOAG1R. EWHERLV3 EWHERLVR. AWHERLV3 AWHERLVR. EAMTTM41 EAMTTM4R. EAMTTM42 EAMTTM4K. EAMTTM43 EAMTTM4L. AAMTTM41 AAMTTM4R. EYNOAG21 EYNOAG2R. EYNOAG22 EYNOAG2K. EYNOAG23 EYNOAG2L. EYNOAG24 EYNOAG2M. EYNOAG25 EYNOAG2N. EYNOAG26 EYNOAG2O. EYNOAG27 EYNOAG2P. EYNOAG28 EYNOAG2Q. AYNOAG21 AYNOAG2R. EWHERLV4 EWHERLVL. AWHERLV4 AWHERLVL. EAMTTM51 EAMTTM5R. EAMTTM52 EAMTTM5K. EAMTTM53 EAMTTM5L. AAMTTM51 AAMTTM5R. EPAYRECV EPAYRECV. APAYRECV APAYRECV. TACTREC4 TACTRECV. AACTREC4 AACTRECV. EOTHITEM EOTHITEM. AOTHITEM AOTHITEM. EAGENCOL EAGENCOL. AAGENCOL AAGENCOL. EAGENALL EAGENALL. AAGENALL AAGENALL. TAMTAGEN TAMTAGEN. AAMTAGEN AAMTAGEN. EPADUNV EPADUNV. EHSTAT EHSTAT. AHSTAT AHSTAT. ECANE ECANE. ACANE ACANE. EWCHAIR EWCHAIR. AWCHAIR AWCHAIR. EHEARAID EHEARAID. AHEARAID AHEARAID. ECANE6 ECANE6L. ACANE6 ACANE6L. ESEEDIF ESEEDIF. ASEEDIF ASEEDIF. ESEENOT ESEENOT. ASEENOT ASEENOT. EHEARDIF EHEARDIF. AHEARDIF AHEARDIF. EHEARNOT EHEARNOT. AHEARNOT AHEARNOT. ESPEECHD ESPEECHD. ASPEECHD ASPEECHD. ESPEECHC ESPEECHC. ASPEECHC ASPEECHC. EDIF10 EDIF10L. ADIF10 ADIF10L. ECANT10 ECANT10L. ACANT10 ACANT10L. EDIF25 EDIF25L. ADIF25 ADIF25L. ECANT25 ECANT25L. ACANT25 ACANT25L. EPUSHD EPUSHD. APUSHD APUSHD. EPUSHC EPUSHC. APUSHC APUSHC. ESTANDD ESTANDD. ASTANDD ASTANDD. ESITD ESITD. ASITD ASITD. ESTOOPD ESTOOPD. ASTOOPD ASTOOPD. EREACHD EREACHD. AREACHD AREACHD. EGRASPD EGRASPD. AGRASPD AGRASPD. EGRASPC EGRASPC. AGRASPC AGRASPC. ESTAIRSD ESTAIRSD. ASTAIRSD ASTAIRSD. ESTAIRSC ESTAIRSC. ASTAIRSC ASTAIRSC. EWALKD EWALKD. AWALKD AWALKD. EWALKC EWALKC. AWALKC AWALKC. ETELED ETELED. ATELED ATELED. ETELEC ETELEC. ATELEC ATELEC. EINDIF EINDIF. AINDIF AINDIF. EOUTDIF EOUTDIF. AOUTDIF AOUTDIF. EBEDDIF EBEDDIF. ABEDDIF ABEDDIF. EBATHDIF EBATHDIF. ABATHDIF ABATHDIF. EDRESSD EDRESSD. ADRESSD ADRESSD. EWALK2D EWALK2D. AWALK2D AWALK2D. EEATDIF EEATDIF. AEATDIF AEATDIF. ETOILETD ETOILETD. ATOILETD ATOILETD. EMONEYD EMONEYD. AMONEYD AMONEYD. EMEALSD EMEALSD. AMEALSD AMEALSD. EHWORKD EHWORKD. AHWORKD AHWORKD. EMEDD EMEDD. AMEDD AMEDD. EINHELP EINHELP. AINHELP AINHELP. EOUTHELP EOUTHELP. AOUTHELP AOUTHELP. EBEDHELP EBEDHELP. ABEDHELP ABEDHELP. EBATHH EBATHH. ABATHH ABATHH. EDRESSH EDRESSH. ADRESSH ADRESSH. EWALK2H EWALK2H. AWALK2H AWALK2H. EEATHELP EEATHELP. AEATHELP AEATHELP. ETOILETH ETOILETH. ATOILETH ATOILETH. EMONEYH EMONEYH. AMONEYH AMONEYH. EMEALSH EMEALSH. AMEALSH AMEALSH. EHWORKH EHWORKH. AHWORKH AHWORKH. EMEDH EMEDH. AMEDH AMEDH. EHELPER1 EHELPERH. AHELPER1 AHELPERH. EHHMEMB1 EHHMEMBH. AHHMEMB1 AHHMEMBH. EHELPER2 EHELPERK. AHELPER2 AHELPERK. EHHMEMB2 EHHMEMBK. AHHMEMB2 AHHMEMBK. EHOWLONG EHOWLONG. AHOWLONG AHOWLONG. EPAYHELP EPAYHELP. APAYHELP APAYHELP. EPAYAMT EPAYAMT. APAYAMT APAYAMT. ECOND1 ECOND1L. ACOND1 ACOND1L. ECOND2 ECOND2L. ECOND3 ECOND3L. ECONDPH1 ECONDPHT. ACONDPH1 ACONDPHT. ECONDPH2 ECONDPHK. ECONDPH3 ECONDPHL. EMOTORV EMOTORV. AMOTORV AMOTORV. EMAIN1 EMAIN1L. AMAIN AMAIN. TYEAR1 TYEAR1L. EYEAR1 EYEAR1L. AYEAR1 AYEAR1L. EMONTH1 EMONTH1L. AMONTH1 AMONTH1L. EHAD5M EHAD5M. ELAST12M ELAST12M. ALAST12M ALAST12M. ELDIS ELDIS. ALDIS ALDIS. EMR EMR. AMR AMR. EDEVDIS EDEVDIS. ADEVDIS ADEVDIS. EALZ EALZ. AALZ AALZ. EOTHERM EOTHERM. AOTHERM AOTHERM. EANXIOUS EANXIOUS. AANXIOUS AANXIOUS. ESOCIAL ESOCIAL. ASOCIAL ASOCIAL. ECTRATE ECTRATE. ACTRATE ACTRATE. ECOPE ECOPE. ACOPE ACOPE. EINTRFER EINTRFER. AINTRFER AINTRFER. EJOBDIF EJOBDIF. AJOBDIF AJOBDIF. EJOBCANT EJOBCANT. AJOBCANT AJOBCANT. EHWRKDIF EHWRKDIF. AHWRKDIF AHWRKDIF. EHWRKNO EHWRKNO. AHWRKNO AHWRKNO. ECONDW1 ECONDW1L. ACONDW1 ACONDW1L. ECONDW2 ECONDW2L. ECONDW3 ECONDW3L. EMAIN2 EMAIN2L. AMAIN2 AMAIN2L. EAPPLYSS EAPPLYSS. AAPPLYSS AAPPLYSS. EHOMENET EHOMENET. AHOMENET AHOMENET. EWORKNET EWORKNET. AWORKNET AWORKNET. EHOWNET EHOWNET. AHOWNET AHOWNET. EPCHIST EPCHIST. APCHIST APCHIST. EPCHOME EPCHOME. APCHOME APCHOME. EPCWORK EPCWORK. APCWORK APCWORK. EPCOTHER EPCOTHER. APCOTHER APCOTHER. EPCNONET EPCNONET. APCNONET APCNONET. EPCABLE EPCABLE. APCABLE APCABLE. RONLINE RONLINE. AONLINE AONLINE. EINTSTIL EINTSTIL. AINTSTIL AINTSTIL. EKCDUNV EKCDUNV. EDDELAY EDDELAY. ADDELAY ADDELAY. EARMLEG EARMLEG. AARMLEG AARMLEG. ERUNPLAY ERUNPLAY. ARUNPLAY ARUNPLAY. ESKOOLWK ESKOOLWK. ASKOOLWK ASKOOLWK. ESPECED ESPECED. ASPECED ASPECED. ESPEDNOW ESPEDNOW. ASPEDNOW ASPEDNOW. ELERNDIS ELERNDIS. ALERNDIS ALERNDIS. EKMR EKMR. AKMR AKMR. EKDEVDIS EKDEVDIS. AKDEVDIS AKDEVDIS. EOTHERDC EOTHERDC. AOTHERDC AOTHERDC. EKCANE EKCANE. AKCANE AKCANE. EKWCHAIR EKWCHAIR. AKWCHAIR AKWCHAIR. EKHEARAD EKHEARAD. AKHEARAD AKHEARAD. EKCANE6 EKCANE6L. AKCANE6 AKCANE6L. EKSEEDIF EKSEEDIF. AKSEEDIF AKSEEDIF. EKSEENOT EKSEENOT. AKSEENOT AKSEENOT. EKHEARDF EKHEARDF. AKHEARDF AKHEARDF. EKHEARNT EKHEARNT. AKHEARNT AKHEARNT. EKSPECHD EKSPECHD. AKSPECHD AKSPECHD. EKSPECHC EKSPECHC. AKSPECHC AKSPECHC. ESPORTS ESPORTS. ASPORTS ASPORTS. EKINDIF EKINDIF. AKINDIF AKINDIF. EKINHELP EKINHELP. AKINHELP AKINHELP. EKBEDDIF EKBEDDIF. AKBEDDIF AKBEDDIF. EKBEDHLP EKBEDHLP. AKBEDHLP AKBEDHLP. EKBATHDF EKBATHDF. AKBATHDF AKBATHDF. EKBATHH EKBATHH. AKBATHH AKBATHH. EKDRESSD EKDRESSD. AKDRESSD AKDRESSD. EKDRESSH EKDRESSH. AKDRESSH AKDRESSH. EKEATDIF EKEATDIF. AKEATDIF AKEATDIF. EKEATHLP EKEATHLP. AKEATHLP AKEATHLP. EKTOILTD EKTOILTD. AKTOILTD AKTOILTD. EKTOILTH EKTOILTH. AKTOILTH AKTOILTH. EKSOCIAL EKSOCIAL. AKSOCIAL AKSOCIAL. EKCOND1 EKCOND1L. AKCOND1 AKCOND1L. EKCOND2 EKCOND2L. EKCOND3 EKCOND3L. EKMOTORV EKMOTORV. AKMOTORV AKMOTORV. ; proc contents data=library.sip96t11; /* 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. */