/*-------------------------------------------------------------------------- | | NATIONAL SURVEY OF FAMILY GROWTH (NSFG), 2006-2010 | | SAS Male Data Setup File | | | SAS setup sections are provided for the ASCII version of this data | collection. These sections are listed below: | | PROC FORMAT: creates user-defined formats for the variables. Formats | replace original value codes with value code descriptions. Only | variables with user-defined formats are included in this section. | | DATA: begins a SAS data step and names an output SAS data set. | | INFILE: identifies the input file to be read with the input statement. | Users must replace the "data-filename" with a filename specifying the | directory on the user's computer system in which the downloaded and | unzipped data file is physically located (e.g., "c:\temp\data.dat"). | | INPUT: assigns the name, type, decimal specification (if any), and | specifies the beginning and ending column locations for each variable | in the data file. | | LABEL: assigns descriptive labels to all variables. Variable labels | and variable names may be identical for some variables. | | MISSING VALUE NOTE: To maintain the original meaning of missing codes, | users may want to take advantage of the SAS missing values (the letters | A-Z or an underscore preceded by a period). | | An example of a standard missing value recode: | | IF (RELATION = 98 OR RELATION = 99) THEN RELATION = .; | | The same example using special missing value recodes: | | IF RELATION = 98 THEN RELATION = .A; | IF RELATION = 99 THEN RELATION = .B; | | FORMAT: associates the formats created by the PROC FORMAT step with | the variables named in the INPUT statement. | | NOTE: Users should modify this setup file to suit their specific needs. | Sections for PROC FORMAT and FORMAT have been commented out (i.e., '/*'). | To include these sections in the final SAS setup, users should remove the | SAS comment indicators from the desired section(s). | |-------------------------------------------------------------------------*/ * SAS PROC FORMAT; /* PROC FORMAT; value TE_2F 1 = 'Yes' 5 = 'No' 7 = 'Not ascertained' 8 = 'Refused' 9 = 'Don''t know' ; value AGEFF 15 = '15 years' 16 = '16 years' 17 = '17 years' 18 = '18 years' 19 = '19 years' 20 = '20 years' 21 = '21 years' 22 = '22 years' 23 = '23 years' 24 = '24 years' 25 = '25 years' 26 = '26 years' 27 = '27 years' 28 = '28 years' 29 = '29 years' 30 = '30 years' 31 = '31 years' 32 = '32 years' 33 = '33 years' 34 = '34 years' 35 = '35 years' 36 = '36 years' 37 = '37 years' 38 = '38 years' 39 = '39 years' 40 = '40 years' 41 = '41 years' 42 = '42 years' 43 = '43 years' 44 = '44 years' 45 = '45 years' 98 = 'Refused' 99 = 'Don''t know' ; value TE_7F 1-3 = 'Other race groups' 4 = 'Black or African American' 5 = 'White' 6 = 'Hispanic' 8 = 'Refused' 9 = 'Don''t know' ; value RANDVARF 1 = '30% experimental group' 2 = '70% experimental group' ; value AGEMF 15 = '15 years' 16 = '16 years' 17 = '17 years' 18 = '18 years' 19 = '19 years' 20 = '20 years' 21 = '21 years' 22 = '22 years' 23 = '23 years' 24 = '24 years' 25 = '25 years' 26 = '26 years' 27 = '27 years' 28 = '28 years' 29 = '29 years' 30 = '30 years' 31 = '31 years' 32 = '32 years' 33 = '33 years' 34 = '34 years' 35 = '35 years' 36 = '36 years' 37 = '37 years' 38 = '38 years' 39 = '39 years' 40 = '40 years' 41 = '41 years' 42 = '42 years' 43 = '43 years' 44-45 = '44 years' 98 = 'Refused' 99 = 'Don''t know' ; value CMFMT . = 'Inapplicable' 522-1278 = 'Before July 2006' 1279-1290 = 'July 2006-June 2007' 1291-1308 = 'July 2007-Dec 2008' 1309-1326 = 'Jan 2009-Jun 2010' 9998 = 'Refused' 9999 = 'Don''t know' ; value TE_11F 1 = 'Married' 2 = 'Not married but living together with a partner of the opposite sex' 3 = 'Widowed' 4 = 'Divorced' 5 = 'Separated, because you and your spouse are not getting along' 6 = 'Never been married' 8 = 'Refused' 9 = 'Don''t know' ; value TE_12F 3 = 'Widowed' 4 = 'Divorced' 5 = 'Separated, because you and your spouse are not getting along' 6 = 'Never been married' 8 = 'Refused' 9 = 'Don''t know' ; value FMARITF 0 = 'DK/RF' 1 = 'MARRIED' 2 = 'WIDOWED' 3 = 'DIVORCED' 4 = 'SEPARATED' 5 = 'NEVER MARRIED' 8 = 'Refused' 9 = 'Don''t know' ; value EVRMARRY 0 = 'NEVER MARRIED' 1 = 'EVER MARRIED' 8 = 'Refused' 9 = 'Don''t know' ; value HISPGPF 1 = 'Mexican or Mexican-American' 2 = 'All other Hispanic or Latino groups' 8 = 'Refused' 9 = 'Don''t know' ; value YESNO10F . = 'Inapplicable' 0 = 'NO' 1 = 'YES' 8 = 'Refused' 9 = 'Don''t know' ; value ROSTPUF 1 = '1 HOUSEHOLD MEMBER' 2 = '2 HOUSEHOLD MEMBERS' 3 = '3 HOUSEHOLD MEMBERS' 4 = '4 HOUSEHOLD MEMBERS' 5 = '5 HOUSEHOLD MEMBERS' 6 = '6 HOUSEHOLD MEMBERS' 7 = '7 HOUSEHOLD MEMBERS' 8 = '8 OR MORE HOUSEHOLD MEMBERS' 98 = 'Refused' 99 = 'Don''t know' ; value WPLOCALF 1 = 'In household' 2 = 'Lives elsewhere' 98 = 'Refused' 99 = 'Don''t know' ; value WOMRELF 1 = 'WIFE' 2 = 'PARTNER' 8 = 'Refused' 9 = 'Don''t know' ; value TE_20F 9 = '9th grade or less' 10 = '10th grade' 11 = '11th grade' 12 = '12th grade' 13 = '1 year of college or less' 14 = '2 years of college' 15 = '3 years of college' 16 = '4 years of college/grad school' 17 = '5 years of college/grad school' 18 = '6 years of college/grad school' 19 = '7 or more years of college and/or grad school' 98 = 'Refused' 99 = 'Don''t know' ; value TE_21F 1 = 'High school diploma' 2 = 'GED' 3 = 'Both' 5 = 'Y1:[Not a response option]/Y2+:Neither' 8 = 'Refused' 9 = 'Don''t know' ; value TE_4F . = 'Inapplicable' 1-12 = 'January-December' 13 = 'Winter' 14 = 'Spring' 15 = 'Summer' 16 = 'Fall' 98 = 'Refused' 99 = 'Don''t know' ; value YEARFMT . = 'Inapplicable' 1919-2010 = '1919-2010' 9998 = 'Refused' 9999 = 'Don''t know' ; value TE_22F 1 = '1st grade' 2 = '2nd grade' 3 = '3rd grade' 4 = '4th grade' 5 = '5th grade' 6 = '6th grade' 7 = '7th grade' 8 = '8th grade' 9 = '9th grade' 10 = '10th grade' 11 = '11th grade' 12 = '12th grade' 98 = 'Refused' 99 = 'Don''t know' ; value LSTGRADE 0 = 'No formal schooling' 1-5 = '5TH GRADE OR LOWER' 6-8 = '6TH, 7TH, OR 8TH GRADE' 9 = '9TH GRADE' 10 = '10TH GRADE' 11 = '11TH GRADE' 12 = '12TH GRADE' 97 = 'Not ascertained' 98 = 'Refused' 99 = 'Don''t know' ; value TE_23F 1 = 'Associate''s degree' 2 = 'Bachelor''s degree' 3 = 'Master''s degree' 4 = 'Doctorate degree' 5 = 'Professional school degree' 8 = 'Refused' 9 = 'Don''t know' ; value WTHPARNW 1 = 'Both biological or adoptive parents' 2 = 'Other or no parental figures' 8 = 'Refused' 9 = 'Don''t know' ; value TE_3F 1 = 'Yes' 5 = 'No' 8 = 'Refused' 9 = 'Don''t know' ; value TE_2BF . = 'Inapplicable' 1 = 'Yes' 2 = 'No' 8 = 'Refused' 9 = 'Don''t know' ; value LVSIT14F 1 = 'Biological mother' 2 = 'Other mother figure' 3 = 'No mother figure' 8 = 'Refused' 9 = 'Don''t know' ; value LVSIT14M 1 = 'Biological father' 2 = 'Step-father' 3 = 'No father figure' 4 = 'Other father figure' 8 = 'Refused' 9 = 'Don''t know' ; value WOMRASDU 1 = 'Biological mother' 2 = 'Other mother figure' 3 = 'No mother figure' 8 = 'Refused' 9 = 'Don''t know' ; value MOMDEGRE 1 = 'Less than high school' 2 = 'High school graduate or GED' 3 = 'Some college, including 2-year degrees' 4 = 'Bachelor''s degree or higher' 8 = 'Refused' 9 = 'Don''t know' ; value TE_29F 1 = 'Full-time' 2 = 'Part-time' 3 = 'Equal amounts full-time and part-time' 4 = 'Not at all (for pay)' 8 = 'Refused' 9 = 'Don''t know' ; value MOMCHILD 0 = 'NO CHILDREN' 1 = '1 CHILD' 2 = '2 CHILDREN' 3 = '3 CHILDREN' 4 = '4 CHILDREN' 5 = '5 CHILDREN' 6 = '6 CHILDREN OR MORE' 98 = 'Refused' 99 = 'Don''t know' ; value MOMFSTCH 1 = 'LESS THAN 18 YEARS' 2 = '18-19 YEARS' 3 = '20-24 YEARS' 4 = '25-29 YEARS' 5 = '30 OR OLDER' 98 = 'Refused' 99 = 'Don''t know' ; value TE_27F 1 = 'Under 18' 2 = '18-19' 3 = '20-24' 4 = '25 or older' 8 = 'Refused' 9 = 'Don''t know' ; value MANRASDU 1 = 'Biological father' 2 = 'Step-father' 3 = 'No father figure' 4 = 'Other father figure' 8 = 'Refused' 9 = 'Don''t know' ; value DADDEGRE 1 = 'Less than high school' 2 = 'High school graduate or GED' 3 = 'Some college, including 2-year degrees' 4 = 'Bachelor''s degree or higher' 8 = 'Refused' 9 = 'Don''t know' ; value NUMMAR2F . = 'Inapplicable' 1 = '1 TIME MARRIED' 2 = '2 TIMES MARRIED' 3 = '3 TIMES MARRIED' 4-95 = 'MARRIED 4 TIMES OR MORE' 98 = 'Refused' 99 = 'Don''t know' ; value PARTNERF 1 = '1 PARTNER' 2 = '2 PARTNERS' 3 = '3 PARTNERS' 4 = '4 PARTNERS' 5 = '5 PARTNERS' 6-95 = '6 PARTNERS OR MORE' 98 = 'Refused' 99 = 'Don''t know' ; value BOTHBIOL 0 = 'NO' 1 = 'YES' 8 = 'Refused' 9 = 'Don''t know' ; value NUMMARF 0 = 'NEVER MARRIED' 1 = '1 TIME MARRIED' 2 = '2 TIMES MARRIED' 3 = '3 TIMES MARRIED' 4-95 = 'MARRIED 4 TIMES OR MORE' 98 = 'Refused' 99 = 'Don''t know' ; value PRTNER2F 0 = 'NO PARTNERS' 1 = '1 PARTNER' 2 = '2 PARTNERS' 3 = '3 PARTNERS' 4 = '4 PARTNERS' 5 = '5 PARTNERS' 6-95 = '6 PARTNERS OR MORE' 998 = 'Refused' 999 = 'Don''t know' ; value RHADSEX 0 = 'don''t know/refused' 1 = 'YES' 2 = 'NO' ; value TE_31F 1 = 'Against religion or morals' 2 = 'Don''t want to get a female pregnant' 3 = 'Don''t want to get a sexually transmitted disease' 4 = 'Haven''t found the right person yet' 5 = 'In a relationship, but waiting for the right time' 6 = 'Other' 8 = 'Refused' 9 = 'Don''t know' ; value TE_32F 1 = 'How to say no to sex' 2 = 'Methods of birth control' 3 = 'Where to get birth control' 4 = 'Sexually transmitted diseases' 5 = 'How to prevent HIV/AIDS' 6 = 'How to use a condom' 7 = 'None of the above' 8 = 'Refused' 9 = 'Don''t know' ; value TE_33F 1 = '1st grade' 2 = '2nd grade' 3 = '3rd grade' 4 = '4th grade' 5 = '5th grade' 6 = '6th grade' 7 = '7th grade' 8 = '8th grade' 9 = '9th grade' 10 = '10th grade' 11 = '11th grade' 12 = '12th grade' 13 = '1st year of college' 14 = '2nd year of college' 15 = '3rd year of college' 16 = '4th year of college' 96 = 'Not in school when received instruction' 98 = 'Refused' 99 = 'Don''t know' ; value TE_34F 1 = 'Before' 2 = 'After' 8 = 'Refused' 9 = 'Don''t know' ; value TE_35F 1 = 'Vasectomy' 2 = 'Other operation' 3 = 'Vasectomy failed' 4 = 'Vasectomy already surgically reversed' 8 = 'Refused' 9 = 'Don''t know' ; value TE_36F 1 = 'Private doctor''s office' 2 = 'HMO Facility' 3 = 'Community health clinic, community clinic, public health clinic' 4 = 'Family planning or Planned Parenthood clinic' 5 = 'Employer or company clinic' 6 = 'School or school-based clinic' 7 = 'Hospital outpatient clinic' 8 = 'Hospital emergency room' 9 = 'Hospital regular room' 10 = 'Urgent care center, urgi-care, or walk-in facility' 20 = 'Some other place' 98 = 'Refused' 99 = 'Don''t know' ; value RSTRSTAT 0 = 'NOT STERILE' 1 = 'SURGICALLY STERILE' 2 = 'NONSURGICALLY STERILE' 8 = 'Refused' 9 = 'Don''t know' ; value EVRCHL3F . = 'Inapplicable' 1 = '1 child' 2 = '2 children' 3 = '3 children' 4-95 = '4 or more children' 98 = 'Refused' 99 = 'Don''t know' ; value FATHER 0 = 'NO' 1 = 'YES' 8 = 'Refused' 9 = 'Don''t know' ; value TE_37F 1 = 'One' 2 = 'Two' 3 = 'Three' 4 = 'Four' 5 = 'Five' 6 = 'Six' 7 = 'Seven or more' 8 = 'Refused' 9 = 'Don''t know' ; value NUMPARTF 0 = 'NONE' 1 = '1 partner' 2 = '2 partners' 3 = '3 partners' 4 = '4 partners' 5 = '5 partners' 6 = '6 partners' 7 = '7 or more partners' 98 = 'Refused' 99 = 'Don''t know' ; value TE_38F 0 = 'None' 1 = 'One' 2 = 'Two' 3 = 'Three' 4 = 'Four' 5 = 'Five' 6 = 'Six' 7 = 'Seven or more' 8 = 'Refused' 9 = 'Don''t know' ; value SEXSTAT 0 = 'NEVER HAD SEX' 1 = '1 PARTNER EVER/SEX IN LAST 12 MOS/SEX ONLY ONCE' 2 = '1 PARTNER EVER/SEX IN LAST 12 MOS/SEX > ONCE' 3 = '1 PARTNER EVER/NO SEX IN LAST 12 MOS/SEX ONLY ONCE' 4 = '1 PARTNER EVER/NO SEX IN LAST 12 MOS/SEX > ONCE' 5 = '>1 PARTNER EVER/NO SEX IN LAST 12 MOS' 6 = '>1 PARTNER EVER/SEX IN LAST 12 MOS' 7 = 'Not ascertained' 8 = 'Refused' 9 = 'Don''t know' ; value SEXFREQ . = 'Inapplicable' 0 = 'NONE' 1 = '1' 2 = '2' 3 = '3' 4 = '4' 5 = '5' 6-10 = '6-10' 11-15 = '11-15' 16-20 = '16-20' 21-995 = '21 OR MORE' 998 = 'Refused' 999 = 'Don''t know' ; value PXRELATF . = 'Inapplicable/NOT ASCERTAINED' 0 = 'Inapplicable/NOT ASCERTAINED' 1 = 'CURRENT WIFE, NOT SEPARATED' 2 = 'CURRENT WIFE, SEPARATED' 3 = 'CURRENT COHABITING PARTNER' 4 = 'FORMER WIFE' 5 = 'FORMER COHABITING PARTNER' 6 = 'NEVER IN A MARITAL OR COHAB UNION WITH P' 8 = 'Refused' 9 = 'Don''t know' ; value FIRST . = 'Inapplicable' 1 = 'Y1:Yes/Y2+:Yes,[NAME OF LAST P]' 2 = 'Y1:[Not a response option]/Y2+:Yes,[NAME OF 2ND-TO-LAST P]' 3 = 'Y1:[Not a response option]/Y2+:Yes,[NAME OF 3RD-TO-LAST P]' 5 = 'No' ; value AGESELF 0-19 = 'UNDER 20 YEARS' 20-24 = '20-24 YEARS' 25-29 = '25-29 YEARS' 30-44 = '30 YEARS OR OLDER' 98 = 'Refused' 99 = 'Don''t know' ; value TE_9F 1 = 'No chance' 2 = 'A little chance' 3 = '50-50 chance' 4 = 'A pretty good chance' 5 = 'An almost certain chance' 8 = 'Refused' 9 = 'Don''t know' ; value YEARDOB . = 'Inapplicable' 1940-2003 = '1940 OR LATER' 9998 = 'Refused' 9999 = 'Don''t know' ; value AGEWFPRT2F 0-19 = 'UNDER 20 YEARS' 20-24 = '20-24 YEARS' 25-29 = '25-29 YEARS' 30-95 = '30 YEARS OR OLDER' 98 = 'Refused' 99 = 'Don''t know' ; value MULTRAC 1 = 'Yes, multiple races reported' 2 = 'No, multiple races not reported' 3 = 'Don''t Know or Refused' ; value RACEFMT 1 = 'Black' 2 = 'White' 3 = 'Other' 4 = 'Don''t Know or Refused' ; value HRACE 1 = 'Hispanic' 2 = 'Non-Hispanic White' 3 = 'Non-Hispanic Black' 4 = 'Non-Hispanic Other' 5 = 'Don''t Know or Refused' ; value NRACE 1 = 'Hispanic' 2 = 'Non-Hispanic White, Single Race' 3 = 'Non-Hispanic Black, Single Race' 4 = 'Non-Hispanic Other or Multiple Race' 5 = 'Don''t Know or Refused' ; value TE_41F 1 = 'Less than high school' 2 = 'High school graduate or GED' 3 = 'Some college but no degree' 4 = '2-year college degree (e g , Associate''s degree)' 5 = '4-year college graduate (e g , BA, BS)' 6 = 'Graduate or professional school' 8 = 'Refused' 9 = 'Don''t know' ; value AGEWFPRT 0-19 = 'UNDER 20 YEARS' 20-24 = '20-24 YEARS' 25-29 = '25-29 YEARS' 30-95 = '30 YEARS OR OLDER' 99998 = 'Refused' 99999 = 'Don''t know' ; value TE_42F 1 = 'Married to her' 2 = 'Engaged to her, and living together' 3 = 'Engaged to her, but not living together' 4 = 'Living together in a sexual relationship, but not engaged' 5 = 'Going with her or going steady' 6 = 'Going out with her once in a while' 7 = 'Just friends' 8 = 'Had just met her' 9 = 'Something else' 98 = 'Refused' 99 = 'Don''t know' ; value TE_43F 1 = 'Condom or rubber' 2 = 'Withdrawal or pulling out' 3 = 'Vasectomy or male sterilization' 4 = 'Pill' 5 = 'Tubal sterilization or other female sterilization' 6 = 'Injection (Depo-Provera or Lunelle)' 7 = 'Spermicidal foam/jelly/cream/film/suppository' 8 = 'Hormonal implant (Norplant or Implanon)' 9 = 'Rhythm or safe period' 10 = 'Contraceptive patch (Ortho-Evra)' 11 = 'Vaginal contraceptive ring (Nuva Ring)' 12 = 'Y1: Something else/Y2+: IUD, coil, or loop' 13 = 'Y1:[Not a response option]/Y2+: Something else' 98 = 'Refused' 99 = 'Don''t know' ; value TE_44F 1 = 'Tubal ligation or tubal sterilization' 2 = 'Hysterectomy' 3 = 'Something else' 8 = 'Refused' 9 = 'Don''t know' ; value TE_45F 1 = 'Condom or rubber' 2 = 'Withdrawal or pulling out' 3 = 'Vasectomy or male sterilization' 10 = 'Something else' 98 = 'Refused' 99 = 'Don''t know' ; value PXLPUSE 1 = 'Yes' 5 = 'No' 9 = 'Don''t know (offered among response choices)' 98 = 'Refused' 99 = 'Don''t know' ; value TE_46F 1 = 'Don''t recall' 2 = 'Never knew' 8 = 'Refused' 9 = 'Don''t know' ; value TE_47F 4 = 'Pill' 5 = 'Tubal sterilization or other female sterilization' 6 = 'Injection (Depo-Provera or Lunelle)' 7 = 'Spermicidal foam/jelly/cream/film/suppository' 8 = 'Hormonal implant (Norplant or Implanon)' 9 = 'Rhythm or safe period' 10 = 'Contraceptive patch (Ortho-Evra)' 11 = 'Vaginal contraceptive ring (Nuva Ring)' 12 = 'Y1: Something else/Y2+: IUD, coil, or loop' 13 = 'Y1:[Not a response option]/Y2+: Something else' 99 = 'Don''t know (offered among response choices)' 998 = 'Refused' 999 = 'Don''t know' ; value LSXUSEPF . = 'Inapplicable' 0 = 'NONE OR NO METHOD IDENTIFIED' 1 = 'ANY METHOD IDENTIFIED' 8 = 'Refused' 9 = 'Don''t know' ; value TE_48F 1 = 'Condom or rubber' 2 = 'Withdrawal or pulling out' 3 = 'Vasectomy or male sterilization' 4 = 'Pill' 5 = 'Tubal sterilization or other female sterilization' 6 = 'Injection (Depo-Provera or Lunelle)' 7 = 'Spermicidal foam/jelly/cream/film/suppository' 8 = 'Hormonal implant (Norplant or Implanon)' 9 = 'Rhythm or safe period' 10 = 'Contraceptive patch (Ortho-Evra)' 11 = 'Vaginal contraceptive ring (Nuva Ring)' 12 = 'IUD, coil, or loop' 13 = 'Something else' 98 = 'Refused' 99 = 'Don''t know' ; value CONDFREQ . = 'Inapplicable' 0-10 = '10% OR LESS' 11-20 = '11-20%' 21-30 = '21-30%' 31-40 = '31-40%' 41-50 = '41-50%' 51-60 = '51-60%' 61-70 = '61-70%' 71-80 = '71-80%' 81-90 = '81-90%' 91-100="91-100%" 998 = 'Refused' 999 = 'Don''t know' ; value TE_49F 1 = 'Every time' 2 = 'Most of the time' 3 = 'About half of the time' 4 = 'Some of the time' 5 = 'None of the time' 8 = 'Refused' 9 = 'Don''t know' ; value TE_16F 1 = 'Male' 2 = 'Female' 8 = 'Refused' 9 = 'Don''t know' ; value TE_52F 1 = 'During the pregnancy' 2 = 'After the child was born' 8 = 'Refused' 9 = 'Don''t know' ; value TE_53F 1 = 'In this household full-time' 2 = 'In this household part-time' 3 = 'Away at school or college' 4 = 'Living on own' 5 = 'Living with other relatives' 6 = 'Deceased' 7 = 'Placed for adoption or adopted' 8 = 'Placed in foster care' 9 = 'Someplace else' 98 = 'Refused' 99 = 'Don''t know' ; value TE_54F 1 = 'Less than 5 years old' 2 = '5-18 years old' 3 = '19 years or older' 8 = 'Refused' 9 = 'Don''t know' ; value MILESFMT . = 'Inapplicable' 0-5 = '5 miles or less' 6-25 = '6-25 miles' 26-50 = '26-50 miles' 51-100 = '51-100 miles' 101-12000 = 'Over 100 miles' 99998 = 'Refused' 99999 = 'Don''t know' ; value TE_50F 1 = 'Definitely yes' 2 = 'Probably yes' 3 = 'Probably no' 4 = 'Definitely no' 8 = 'Refused' 9 = 'Don''t know' ; value TE_51F 1 = 'Too soon' 2 = 'Right time' 3 = 'Later' 4 = 'Didn''t care' 8 = 'Refused' 9 = 'Don''t know' ; value SCALEF . = 'Inapplicable' 1-5 = '1-5' 6-10 = '6-10' 98 = 'Refused' 99 = 'Don''t know' ; value MOSFMT . = 'Inapplicable' 0-12 = '1 year of less' 13-24 = '13-24 months' 25-36 = '25-36 months' 37-48 = '37-48 months' 49-60 = '49-60 months' 61-995 = 'More than 5 years' 998 = 'Refused' 999 = 'Don''t know' ; value AKIDNONE . = 'Inapplicable' 0 = 'None' 1 = '1 child' 2 = '2 children' 3 = '3 children' 4 = '4 children' 5-95 = '5 or more children' 98 = 'Refused' 99 = 'Don''t know' ; value TE_55F 1 = 'Yes, adopted' 3 = 'Yes, became guardian' 5 = 'No, neither' 8 = 'Refused' 9 = 'Don''t know' ; value TE_56F 1 = 'Yes, trying to adopt' 3 = 'Yes, trying to become guardian' 5 = 'No, neither' 8 = 'Refused' 9 = 'Don''t know' ; value TE_57F 1 = 'In this household full-time' 2 = 'In this household part-time' 3 = 'Away at school or college' 4 = 'Living on own' 5 = 'Living with other relatives' 6 = 'Deceased' 7 = 'Someplace else' 8 = 'Refused' 9 = 'Don''t know' ; value KIDAGEF . = 'Inapplicable' 0-4 = 'Under 5 years' 5-18 = '5-18 years' 19-95 = '19 or older' 98 = 'Refused' 99 = 'Don''t know' ; value TE_58F 1 = 'Yes, by blood' 3 = 'Yes, by marriage' 5 = 'No' 8 = 'Refused' 9 = 'Don''t know' ; value TE_59F 1 = 'Death of wife' 2 = 'Divorce' 3 = 'Annulment' 4 = 'Separation' 8 = 'Refused' 9 = 'Don''t know' ; value CURRPRTF 0 = 'INAPP/DK/RF' 1 = '1 PARTNER' 2 = '2 PARTNERS' 3 = '3 PARTNERS' 98 = 'Refused' 99 = 'Don''t know' ; value PXLPMETH 4 = 'Pill' 5 = 'Tubal sterilization or other female sterilization' 6 = 'Injection (Depo-Provera or Lunelle)' 7 = 'Spermicidal foam/jelly/cream/film/suppository' 8 = 'Hormonal implant (Norplant or Implanon)' 9 = 'Rhythm or safe period' 10 = 'Contraceptive patch (Ortho-Evra)' 11 = 'Vaginal contraceptive ring (Nuva Ring)' 12 = 'Y1: Something else/Y2+: IUD, coil, or loop' 13 = 'Y1:[Not a response option]/Y2+: Something else' 99 = 'Don''t know (offered among response choices)' 998 = 'Refused' 999 = 'Don''t know' ; value MTONCEPF . = 'Inapplicable' 0 = 'NOT ASCERTAINED' 1 = 'YES (MORE THAN ONCE)' 2 = 'NO (ONCE)' 8 = 'Refused' 9 = 'Don''t know' ; value SEX1AGEF . = 'Inapplicable' 0-14 = 'UNDER 15 YEARS' 15-17 = '15-17 YEARS' 18-19 = '18-19 YEARS' 20-95 = '20 YEARS OR OLDER' 98 = 'Refused' 99 = 'Don''t know' ; value TE_60F 1 = 'Older' 2 = 'Younger' 3 = 'Same age' 8 = 'Refused' 9 = 'Don''t know' ; value TE_61F 1 = '1-2 years' 2 = '3-5 years' 3 = '6-10 years' 4 = 'More than 10 years' 8 = 'Refused' 9 = 'Don''t know' ; value PXANYCHN . = 'Inapplicable' 1 = '1 CHILD' 2 = '2 CHILDREN' 3-95 = '3 OR MORE CHILDREN' 98 = 'Refused' 99 = 'Don''t know' ; value AGE2SELF 0-19 = 'UNDER 20 YEARS' 20-24 = '20-24 YEARS' 25-29 = '25-29 YEARS' 30-44 = '30 YEARS OR OLDER' 97 = 'Not ascertained' 9998 = 'Refused' 9999 = 'Don''t know' ; value TE_63F 1 = 'Condom or rubber' 2 = 'Withdrawal or pulling out' 3 = 'Vasectomy or male sterilization' 4 = 'Pill' 5 = 'Tubal sterilization or other female sterilization' 6 = 'Injection (Depo-Provera or Lunelle)' 7 = 'Spermicidal foam/jelly/cream/film/suppository' 8 = 'Hormonal implant (Norplant or Implanon)' 9 = 'Rhythm or safe period' 10 = 'Contraceptive patch (Ortho-Evra)' 11 = 'Vaginal contraceptive ring (Nuva Ring)' 12 = 'IUD, coil, or loop' 13 = 'Something else' 98 = 'Refused' 99 = 'Don''t know' ; value OTNBNUM . = 'Inapplicable' 3-HIGH = '3 or more' ; value TE_70F 1 = 'In this household full-time' 2 = 'In this household part-time' 3 = 'With his/her mother' 4 = 'Away at school or college' 5 = 'Living on own' 6 = 'Living with other relatives' 7 = 'Deceased' 8 = 'Placed for adoption or adopted' 9 = 'Placed in foster care' 10 = 'Someplace else' 98 = 'Refused' 99 = 'Don''t know' ; value TRYLONG . = 'Inapplicable' 0-240 = '0-240 months' 998 = 'Refused' 999 = 'Don''t know' ; value AKIDNUM . = 'Inapplicable' 0 = 'None' 1-10 = '1 or more children' 98 = 'Refused' 99 = 'Don''t know' ; value TE_65F 1 = 'Yes, adopted' 3 = 'Yes, became guardian' 5 = 'No, neither' 8 = 'Refused' 9 = 'Don''t know' ; value TE_64F 1 = 'In this household full-time' 2 = 'In this household part-time' 3 = 'With his/her mother' 4 = 'Away at school or college' 5 = 'Living on own' 6 = 'Living with other relatives' 7 = 'Deceased' 8 = 'Someplace else' 98 = 'Refused' 99 = 'Don''t know' ; value CDOKID . = 'Inapplicable' 0 = 'None' 1-10 = '1 or more children' 98 = 'Refused' 99 = 'Don''t know' ; value CURPREGF 0 = 'INAPP/DK/RF' 1 = 'YES' 8 = 'Refused' 9 = 'Don''t know' ; value FSTSEXAGE 0-19 = 'UNDER 20 YEARS' 20-24 = '20-24 YEARS' 25-29 = '25-29 YEARS' 30-44 = '30 YEARS OR OLDER' 97 = 'Not ascertained' 98 = 'Refused' 99 = 'Don''t know' ; value SEX2AGEF . = 'Inapplicable' 0-14 = 'UNDER 15 YEARS' 15-17 = '15-17 YEARS' 18-19 = '18-19 YEARS' 20-44 = '20 YEARS OR OLDER' 98 = 'Refused' 99 = 'Don''t know' ; value TE_66F 1 = 'Less than 18' 2 = '18 years or older' 8 = 'Refused' 9 = 'Don''t know' ; value TE_67F 1 = 'Less than 15' 2 = '15 years or older' 8 = 'Refused' 9 = 'Don''t know' ; value TE_68F 1 = 'Less than 20' 2 = '20 years or older' 8 = 'Refused' 9 = 'Don''t know' ; value AGESELFF 1 = 'Less than 15' 2 = '15 or older but less than 18' 3 = '18 or older but less than 20' 4 = '20 or older' ; value NFORMWIF . = 'Inapplicable' 0 = 'NONE' 1 = '1 FORMER WIFE' 2 = '2 FORMER WIVES' 3 = '3 FORMER WIVES' 4 = '4 FORMER WIVES' 8 = 'Refused' 9 = 'Don''t know' ; value NFORMCOH . = 'Inapplicable' 0 = 'NONE' 1 = '1 FORMER COHABITING PARTNER' 2 = '2 FORMER COHABITING PARTNERS' 3-95 = '3 OR MORE FORMER COHABITING PARTNERS' 998 = 'Refused' 999 = 'Don''t know' ; value EXRELAT . = 'Inapplicable' 0 = 'FORMER COHAB PARTNER' 1 = 'FORMER WIFE' 8 = 'Refused' 9 = 'Don''t know' ; value NUMKDHHF 0 = 'No children' 1 = '1 child' 2 = '2 children' 3 = '3 children' 4 = '4 children' 5-95 = '5 or more children' 98 = 'Refused' 99 = 'Don''t know' ; value OTN2BNUM . = 'Inapplicable' 1-95 = '1 or more children' 98 = 'Refused' 99 = 'Don''t know' ; value OTN2BNUM2F . = 'Inapplicable' 0 = 'None' 1-95 = '1 or more children' 98 = 'Refused' 99 = 'Don''t know' ; value OTACHILN . = 'Inapplicable' 1 = '1 child' 2-95 = '2 or more children' 98 = 'Refused' 99 = 'Don''t know' ; value OTPRGN . = 'Inapplicable' 1 = '1 PREGNANCY' 2 = '2 PREGNANCIES' 3-95 = '3 OR MORE PREGNANCIES' 98 = 'Refused' 99 = 'Don''t know' ; value TE_71F 1 = 'Miscarriage' 2 = 'Stillbirth' 3 = 'Abortion' 8 = 'Refused' 9 = 'Don''t know' ; value OTLOSSN . = 'Inapplicable' 0 = 'NONE' 1-95 = '1 OR MORE PREGNANCIES' 98 = 'Refused' 99 = 'Don''t know' ; value TOTPRG 0 = 'NONE' 1 = '1 PREGNANCY' 2 = '2 PREGNANCIES' 3 = '3 PREGNANCIES' 4 = '4 PREGNANCIES' 5 = '5 PREGNANCIES' 6-95 = '6 OR MORE PREGNANCIES' 98 = 'Refused' 99 = 'Don''t know' ; value OTPREGS 0 = 'NONE' 1 = '1 PREGNANCY' 2 = '2 PREGNANCIES' 3-95 = '3 OR MORE PREGNANCIES' 98 = 'Refused' 99 = 'Don''t know' ; value TOTPRG2F 0 = 'NONE' 1 = '1 PREGNANCY' 2 = '2 PREGNANCIES' 3 = '3 PREGNANCIES' 4 = '4 PREGNANCIES' 5 = '5 PREGNANCIES' 6-95 = '6 OR MORE PREGNANCIES' 998 = 'Refused' 999 = 'Don''t know' ; value BIOKIDS 0 = 'NONE' 1 = '1 CHILD' 2 = '2 CHILDREN' 3 = '3 CHILDREN' 4-10 = '4 OR MORE CHILDREN' 98 = 'Refused' 99 = 'Don''t know' ; value ADOPKIDS . = 'Inapplicable' 0 = 'None' 1-6 = '1-6 children' 8 = 'Refused' 9 = 'Don''t know' ; value NUMLIFEF . = 'Inapplicable' 7-10 = '7-10 PARTNERS' 11-15 = '11-15 PARTNERS' 16-20 = '16-20 PARTNERS' 21-49 = '21-49 PARTNERS' 50 = '50 OR MORE PARTNERS' 998 = 'Refused' 999 = 'Don''t know' ; value PREGSNOF 0 = 'INAPP/DK/RF' 1-10 = '1-10' 98 = 'Refused' 99 = 'Don''t know' ; value KIDSEXF 1 = 'Male' 2 = 'Female' 8 = 'Refused' 9 = 'Don''t know' ; value KIDAGEF2F . = 'Inapplicable' 0-4 = 'Under 5 years' 5-18 = '5-18 years' 19-95 = '19 or older' 998 = 'Refused' 999 = 'Don''t know' ; value KAGEGRPF . = 'Inapplicable' 1 = 'Under 5 years' 2 = '5-18 years' 3 = '19 or older' 97 = 'Not Ascertained' 98 = 'Refused' 99 = 'Don''t know' ; value KIDHHF . = 'Inapplicable' 1 = 'In household' 2 = 'Alive, not adopted/foster, but not in HH' 3 = 'Dead or adopted/foster or DK/RF' 8 = 'Refused' 9 = 'Don''t know' ; value BIOMOM . = 'Inapplicable' 1 = 'Current wife' 2 = 'Current cohabiting partner' 3 = 'Recent or last partner (up to 3 most recent in last 12 months), also an former wife or cohabiting partner' 4 = 'Recent or last partner (up to 3 most recent in last 12 months), not a former wife or cohabiting partner' 5 = 'Former wife (reported in Section E)' 6 = 'First cohabiting partner (reported in Section E)' 7 = 'Other sexual partner, not otherwise classified in codes 1-6' ; value CRALL4F 0 = 'NONE' 1 = '1 CHILD' 2 = '2 CHILDREN' 3 = '3 CHILDREN' 4 = '4 OR MORE CHILDREN' 98 = 'Refused' 99 = 'Don''t know' ; value CRALLU5FF 0 = 'NONE' 1 = '1 CHILD' 2 = '2 OR MORE CHILDREN' 98 = 'Refused' 99 = 'Don''t know' ; value CRALL3F 0 = 'NONE' 1 = '1 CHILD' 2 = '2 CHILDREN' 3 = '3 OR MORE CHILDREN' 98 = 'Refused' 99 = 'Don''t know' ; value NCALLU5FF 0 = 'NONE' 1 = '1 CHILD' 2 = '2 OR MORE CHILDREN' 98 = 'Refused' 99 = 'Don''t know' ; value CRALL 0 = 'NONE' 1 = '1 CHILD' 2 = '2 CHILDREN' 3 = '3 CHILDREN' 4-95 = '4 OR MORE CHILDREN' 98 = 'Refused' 99 = 'Don''t know' ; value NCALLU5F 0 = 'NONE' 1 = '1 CHILD' 2-95 = '2 OR MORE CHILDREN' 98 = 'Refused' 99 = 'Don''t know' ; value CRALLU5F 0 = 'NONE' 1 = '1 CHILD' 2 = '2 CHILDREN' 3-95 = '3 OR MORE CHILDREN' 98 = 'Refused' 99 = 'Don''t know' ; value TE_73F 0 = 'Not at all' 1 = 'Once or twice during the year' 2 = 'Several times during the year' 3 = '1-3 times per month' 4 = 'About once a week' 5 = 'Several times a week' 6 = 'Every day' 7 = 'Not ascertained' 8 = 'Refused' 9 = 'Don''t know' ; value TE_75F 1 = 'Not at all' 2 = 'Less than once a week' 3 = 'About once a week' 4 = 'Several times a week' 5 = 'Every day (at least once a day)' 7 = 'Not ascertained' 8 = 'Refused' 9 = 'Don''t know' ; value TE_76F 1 = 'A very good job' 2 = 'A good job' 3 = 'An okay job' 4 = 'Not a very good job' 5 = 'A bad job' 7 = 'Not ascertained' 8 = 'Refused' 9 = 'Don''t know' ; value NCSATVIS 1 = '1' 2 = '2' 3 = '3' 4 = '4' 5 = '5' 6 = '6' 7 = '7' 8 = '8' 9 = '9' 10 = '10' 97 = 'Not ascertained' 98 = 'Refused' 99 = 'Don''t know' ; value TE_77F 0 = 'Not at all' 1 = 'Once or twice during the year' 2 = 'Several times during the year' 3 = 'One to three times a month' 4 = 'About once a week' 5 = 'Several times a week' 6 = 'Every day' 96 = 'No contact in 12 months' 97 = 'Not ascertained' 98 = 'Refused' 99 = 'Don''t know' ; value TE_74F 1 = 'Continue' 96 = 'Never' 97 = 'Not ascertained' 98 = 'Refused' 99 = 'Don''t know' ; value TE_78F 1 = 'Regular basis' 2 = 'Once in a while' 8 = 'Refused' 9 = 'Don''t know' ; value NCAGREEN 0 = 'NONE' 1 = '1 CHILD' 2 = '2 CHILDREN' 3 = '3 CHILDREN' 4-95 = '4 OR MORE CHILDREN' 98 = 'Refused' 99 = 'Don''t know' ; value CHSUPPYR 0 = 'None, doesn''t pay' 1 = 'Under 3,000 per year' 2 = '$3,001 - $5,000 per year' 3 = '$5,001 - $9,000 per year' 4 = 'More than $9,000 per year' 98 = 'Refused' 99 = 'Don''t know' ; value TE_80F 1 = 'Probably want' 2 = 'Probably do not want' 3 = 'If R insists: Don''t know/not sure' 9 = 'Don''t know' ; value TE_82F 1 = 'Very sure' 2 = 'Somewhat sure' 3 = 'Not at all sure' 8 = 'Refused' 9 = 'Don''t know' ; value JINTENDN 0 = 'NONE' 1 = '1 CHILD' 2 = '2 CHILDREN' 3 = '3 CHILDREN' 4-95 = '4 OR MORE CHILDREN' 98 = 'Refused' 99 = 'Don''t know' ; value TE_84F 1 = 'Private doctor''s office' 2 = 'HMO facility' 3 = 'Community health clinic, community clinic, public health clinic' 4 = 'Family planning or Planned Parenthood clinic' 5 = 'Employer or company clinic' 6 = 'School or school-based clinic' 7 = 'Hospital outpatient clinic' 8 = 'Hospital emergency room' 9 = 'Hospital regular room' 10 = 'Urgent care center, urgi-care, or walk-in facility' 20 = 'Some other place' 98 = 'Refused' 99 = 'Don''t know' ; value NUMNOCOV 1 = '1 Month' 2 = '2 Months' 3 = '3 Months' 4 = '4 Months' 5 = '5 Months' 6 = '6 Months' 7 = '7 Months' 8 = '8 Months' 9 = '9 Months' 10 = '10 Months' 11 = '11 Months' 12 = '12 Months' 98 = 'Refused' 99 = 'Don''t know' ; value TE_85F 1 = 'Private health insurance plan (from employer/purchased directly/through govt program)' 2 = 'Medicaid-additional names in this state: [state-specific Medicaid name]' 3 = 'Medicare' 4 = 'Medi-GAP' 5 = 'Military health care including: the VA, CHAMPUS, TRICARE, CHAMP-VA' 6 = 'Indian Health Service' 7 = 'CHIP (Children''s Health Insurance Program)-add''l names: [state-specific CHIP name]' 8 = 'Single-service plan (e.g., dental, vision, prescriptions)' 9 = 'State-sponsored health plan (called [state-specific plan name] in this state)' 10 = 'Other government health care' 98 = 'Refused' 99 = 'Don''t know' ; value TE_86F 1 = 'Private health insurance plan (from employer/purchased directly/through govt program)' 2 = 'Medicaid-additional names in this state: [state-specific Medicaid name]' 3 = 'Medicare' 4 = 'Medi-GAP' 5 = 'Military health care including: the VA, CHAMPUS, TRICARE, CHAMP-VA' 6 = 'Indian Health Service' 7 = 'CHIP (Children''s Health Insurance Program)-add''l names: [state-specific CHIP name]' 8 = 'Single-service plan (e.g., dental, vision, prescriptions)' 9 = 'State-sponsored health plan (called [state-specific plan name] in this state)' 10 = 'Other government health care' 11 = 'Not covered by any insurance' 98 = 'Refused' 99 = 'Don''t know' ; value TE_87F 1 = 'In the last 12 months' 2 = 'More than 12 months ago' 8 = 'Refused' 9 = 'Don''t know' ; value TE_88F 1 = 'A female method of birth control or counseling about female methods of birth control' 2 = 'A male method of birth control (condoms or vasectomy) or counseling about male methods of birth control' 3 = 'Testing or treatment for sexually transmitted infection other than HIV' 4 = 'HIV testing' 5 = 'Abortion advice or counseling' 6 = 'Physical exam' 7 = 'Other' 8 = 'Refused' 9 = 'Don''t know' ; value TE_89F 1 = 'At a single visit' 2 = 'More than 1 visit' 8 = 'Refused' 9 = 'Don''t know' ; value NUMVISIT 2 = '2 VISITS' 3 = '3 VISITS' 4-95 = '4 OR MORE VISITS' 98 = 'Refused' 99 = 'Don''t know' ; value TE_90F 1 = 'Insurance' 2 = 'Co-payment or out-of-pocket payment' 3 = 'Medicaid' 4 = 'No payment required' 5 = 'Some other way' 8 = 'Refused' 9 = 'Don''t know' ; value TE_91F 1 = 'Advice' 2 = 'Infertility testing' 3 = 'Drugs to improve ovulation' 4 = 'Surgery to correct blocked tubes' 5 = 'Artificial insemination' 6 = 'Treatment for varicocele' 7 = 'Other types of medical help' 8 = 'Refused' 9 = 'Don''t know' ; value TE_92F 1 = 'You' 2 = 'Her' 3 = 'Both of you' 8 = 'Refused' 9 = 'Don''t know' ; value TE_93F 1 = 'You only' 2 = 'Some other donor only' 3 = 'Both' 8 = 'Refused' 9 = 'Don''t know' ; value TE_94F 1 = 'Sperm or semen problems' 2 = 'Varicocele' 3 = 'Other' 4 = 'None of the above' 8 = 'Refused' 9 = 'Don''t know' ; value TE_95F 1 = 'Within 1 day' 2 = 'Within 1 week but longer than 1 day' 3 = 'Longer than 1 week' 4 = 'Or did you never receive the test results?' 8 = 'Refused' 9 = 'Don''t know' ; value TE_96F 1 = 'Swab from mouth' 2 = 'Blood from finger' 3 = 'Blood from arm' 4 = 'Other' 8 = 'Refused' 9 = 'Don''t know' ; value TE_97F 1 = 'Private doctor''s office' 2 = 'HMO facility' 3 = 'Community health clinic, community clinic, public health clinic' 4 = 'Family planning or Planned Parenthood clinic' 5 = 'Employer or company clinic' 6 = 'School or school-based clinic (including college or university)' 7 = 'Hospital outpatient clinic' 8 = 'Hospital emergency room' 9 = 'Hospital regular room' 10 = 'Urgent care center, urgi-care, or walk-in facility' 11 = 'Your worksite' 12 = 'Your home' 13 = 'Military induction or military service site' 14 = 'Sexually transmitted disease (STD) clinic' 15 = 'Laboratory or blood bank' 20 = 'Some other place not shown separately' 21 = 'Prison, jail or detention center' 22 = 'Mobile testing or community testing site' 23 = 'Drug, alcohol or rehabilitation treatment center' 98 = 'Refused' 99 = 'Don''t know' ; value TE_98F 1 = 'Part of a medical checkup or surgical procedure' 2 = 'For health or life insurance coverage' 3 = 'Wanted to find out if infected or not' 4 = 'Someone suggested you should be tested' 5 = 'Marriage license or to get married' 7 = 'You might have been exposed through sex or drug use' 8 = 'Y1/Y2:[Not a pre-coded response option; coded based other-specify responses]/Y3+:For military service or a job' 20 = 'Some other reason - not shown separately' 21 = 'Requirement for immigration or travel' 22 = 'Potential exposure, unrelated to sex or drug use (e.g., needle stick, bite, bleeding)' 23 = 'Incarceration-related requirement' 24 = 'New partner' 97 = 'Not Ascertained' 98 = 'Refused' 99 = 'Don''t know' ; value TE_99F 1 = 'Doctor or other medical care provider' 2 = 'Sexual partner' 3 = 'Someone else' 8 = 'Refused' 9 = 'Don''t know' ; value TE_100F 1 = 'How HIV/AIDS is transmitted' 2 = 'Other sexually transmitted diseases like gonorrhea, herpes, or Hepatitis C' 3 = 'The correct use of condoms' 4 = 'Needle cleaning/using clean needles' 5 = 'Dangers of needle sharing' 6 = 'Abstinence from sex (not having sex)' 7 = 'Reducing your number of sexual partners' 8 = 'Condom use to prevent HIV or STD transmission' 9 = '"Safe sex" practices (abstinence, condom use, etc)' 20 = 'Some other topic - not shown separately' 98 = 'Refused' 99 = 'Don''t know' ; value TE_101F 1 = 'Definitely true' 2 = 'Probably true' 3 = 'Probably false' 4 = 'Definitely false' 5 = 'Don''t know if true or false' 8 = 'Refused' 9 = 'Don''t know' ; value PAYDU 1 = 'Owned or being bought by you or someone in your household' 2 = 'Rented' 8 = 'Refused' 9 = 'Don''t know' ; value CURR_RSD 1 = 'No religion' 2 = 'Catholic' 3 = 'Baptist/Southern Baptist' 4 = 'Methodist, Lutheran, Presbyterian, Episcopal' 5 = 'Fundamentalist Protestant' 6 = 'Other Protestant denomination' 7 = 'Protestant - No specific denomination' 8 = 'Other religion' 9 = 'Refused' 10 = 'Don''t know' ; value TE_105F 1 = 'More than once a week' 2 = 'Once a week' 3 = '2-3 times a month' 4 = 'Once a month (about 12 times a year)' 5 = '3-11 times a year' 6 = 'Once or twice a year' 7 = 'Never' 8 = 'Refused' 9 = 'Don''t know' ; value RELTRAD 1 = 'Evangelical Prot' 2 = 'Mainline Prot' 3 = 'Black Prot' 4 = 'Catholic' 5 = 'Other religion' 6 = 'No religious affiilation' 8 = 'Refused' 9 = 'Don''t know' ; value TE_106F 1 = 'A born again Christian' 2 = 'A charismatic' 3 = 'An evangelical' 4 = 'A fundamentalist' 5 = 'None of the above' 8 = 'Refused' 9 = 'Don''t know' ; value TE_107F 1 = 'Very important' 2 = 'Somewhat important' 3 = 'Not important' 8 = 'Refused' 9 = 'Don''t know' ; value INMIL 1 = '1985 or earlier' 2 = '1986-1990' 3 = '1991-1995' 4 = '1996-2000' 5 = '2001 or later' 9 = 'Don''t know' ; value OUTMIL 1 = '1990 or earlier' 2 = '1991-1995' 3 = '1996-2000' 4 = '2001 or later' 9 = 'Don''t know' ; value MOSWRKF 0 = 'No months' 1 = '1 month' 2 = '2 months' 3 = '3 months' 4 = '4 months' 5 = '5 months' 6 = '6 months' 7 = '7 months' 8 = '8 months' 9 = '9 months' 10 = '10 months' 11 = '11 months' 12 = '12 months' 98 = 'Refused' 99 = 'Don''t know' ; value TE_108F 1 = 'Full-time' 2 = 'Part-time' 3 = 'Some of each' 8 = 'Refused' 9 = 'Don''t know' ; value DOLASTWK 1 = 'Working' 2 = 'Working - Paternity leave or temp leave' 3 = 'Not working, looking for work' 4 = 'Keeping house or taking care of family' 5 = 'In school' 6 = 'Other' 8 = 'Refused' 9 = 'Don''t know' ; value NUMJOBF 0 = 'No jobs' 1 = '1 job' 2 = '2 jobs' 3 = '3 jobs' 4 = '4 jobs' 5 = '5 jobs' 6 = '6 jobs' 8 = 'Refused' 9 = 'Don''t know' ; value SPLSTWK 1 = 'Working' 2 = 'Working - Maternity leave or temp leave' 3 = 'Not working, looking for work' 4 = 'Keeping house or taking care of family' 5 = 'Other' 8 = 'Refused' 9 = 'Don''t know' ; value TE_8F 1 = 'Strongly agree' 2 = 'Agree' 3 = 'Disagree' 4 = 'Strongly disagree' 5 = 'If R insists: Neither agree nor disagree' 8 = 'Refused' 9 = 'Don''t know' ; value TE_111F 1 = 'Very upset' 2 = 'A little upset' 3 = 'A little pleased' 4 = 'Very pleased' 5 = 'If R insists: He wouldn t care' 8 = 'Refused' 9 = 'Don''t know' ; value TE_112F 1 = 'A great deal' 2 = 'Some' 3 = 'A little' 4 = 'Not at all' 8 = 'Refused' 9 = 'Don''t know' ; value TE_115F 1 = 'Strongly agree' 2 = 'Agree' 3 = 'Disagree' 4 = 'Strongly disagree' 5 = 'If R insists: Neither agree nor disagree' 8 = 'Refused' 9 = 'Don''t know' ; value TE_116F 1 = 'No chance' 2 = 'A little chance' 3 = '50-50 chance' 4 = 'A pretty good chance' 5 = 'An almost certain chance' 8 = 'Refused' 9 = 'Don''t know' ; value TE_113F 1 = 'English' 2 = 'Spanish' 7 = 'Not Ascertained' ; value TE_121F 1 = 'Excellent' 2 = 'Very good' 3 = 'Good' 4 = 'Fair' 5 = 'Poor' 7 = 'Not ascertained' 8 = 'Refused' 9 = 'Don''t know' ; value INCHES . = 'Inapplicable' 63 = '63 inches or less' 64 = '64 inches' 65 = '65 inches' 66 = '66 inches' 67 = '67 inches' 68 = '68 inches' 69 = '69 inches' 70 = '70 inches' 71 = '71 inches' 72 = '72 inches' 73 = '73 inches' 74 = '74 inches' 75 = '75 inches' 76 = '76 inches' 77 = '77 inches or more' 96 = 'Could not be defined' ; value RWEIGHT . = 'Inapplicable' 124 = '124 pounds or less' 125-299 = '125-299 pounds' 300 = '300 pounds or more' 997 = 'Not ascertained' 998 = 'Refused' 999 = 'Don''t know' ; value BMI . = 'Inapplicable' 15-60 = '15-60' 95 = 'Could not be defined' ; value TE_137F 1 = 'Week' 2 = 'Month' 3 = 'Year' 7 = 'Not ascertained' 8 = 'Refused' 9 = 'Don''t know' ; value TE_119F 1 = 'Under $96 (weekly)/Under $417 (monthly)/Under $5,000 (yearly)' 2 = '$96-$143 (weekly)/$417-624 (monthly)/$5,000-7,499 (yearly)' 3 = '$144-191 (weekly)/$625-832 (monthly)/$7,500-9,999 (yearly)' 4 = '$192-239 (weekly)/$833-1,041 (monthly)/$10,000-12,499 (yearly)' 5 = '$240-288 (weekly)/$1,042-1,249 (monthly)/$12,500-14,999 (yearly)' 6 = '$289-384 (weekly)/$1,250-1,666 (monthly)/$15,000-19,999 (yearly)' 7 = '$385-480 (weekly)/$1,667-2,082 (monthly)/$20,000-24,999 (yearly)' 8 = '$481-576 (weekly)/$2,083-2,499 (monthly)/$25,000-29,999 (yearly)' 9 = '$577-672 (weekly)/$2,500-2,916 (monthly)/$30,000-34,999 (yearly)' 10 = '$673-768 (weekly)/$2,917-3,332 (monthly)/$35,000-39,999 (yearly)' 11 = '$769-961 (weekly)/$3,333-4,166 (monthly)/$40,000-49,999 (yearly)' 12 = '$962-1,153 (weekly)/$4,167-4,999 (monthly)/$50,000-59,999 (yearly)' 13 = '$1,154-1,441 (weekly)/$5,000-6,249 (monthly)/$60,000-74,999 (yearly)' 14 = '$1,442 or more (weekly)/$6,250 or more (monthly)/$75,000 or more (yearly)' 97 = 'Not ascertained' 98 = 'Refused' 99 = 'Don''t know' ; value TE_118F 1 = 'Yes' 5 = 'No' 7 = 'Not ascertained' 8 = 'Refused' 9 = 'Don''t know' ; value P_ASTYP 1 = 'Public assist prog, e.g. AFDC or ADC' 2 = 'General/Emergency/Other assistance' 7 = 'Not ascertained' 8 = 'Refused' 9 = 'Don''t know' ; value AGERFF 15 = '15 YEARS' 16 = '16 YEARS' 17 = '17 YEARS' 18 = '18 YEARS' 19 = '19 YEARS' 20 = '20 YEARS' 21 = '21 YEARS' 22 = '22 YEARS' 23 = '23 YEARS' 24 = '24 YEARS' 25 = '25 YEARS' 26 = '26 YEARS' 27 = '27 YEARS' 28 = '28 YEARS' 29 = '29 YEARS' 30 = '30 YEARS' 31 = '31 YEARS' 32 = '32 YEARS' 33 = '33 YEARS' 34 = '34 YEARS' 35 = '35 YEARS' 36 = '36 YEARS' 37 = '37 YEARS' 38 = '38 YEARS' 39 = '39 YEARS' 40 = '40 YEARS' 41 = '41 YEARS' 42 = '42 YEARS' 43 = '43 YEARS' 44-45 = '44 YEARS' ; value FMARITAL 1 = 'MARRIED' 2 = 'WIDOWED' 3 = 'DIVORCED' 4 = 'SEPARATED' 5 = 'NEVER MARRIED' ; value RMARITAL 1 = 'CURRENTLY MARRIED' 2 = 'NOT MARRIED BUT LIVING WITH OPP SEX PARTNER' 3 = 'WIDOWED' 4 = 'DIVORCED' 5 = 'SEPARATED FOR REASONS OF MARITAL DISCORD' 6 = 'NEVER BEEN MARRIED' ; value EDUCAT2F 9 = '9TH GRADE OR LESS' 10 = '10TH GRADE' 11 = '11TH GRADE' 12 = '12TH GRADE' 13 = '1 YEAR OF COLLEGE/GRAD SCHOOL' 14 = '2 YEARS OF COLLEGE/GRAD SCHOOL' 15 = '3 YEARS OF COLLEGE/GRAD SCHOOL' 16 = '4 YEARS OF COLLEGE/GRAD SCHOOL' 17 = '5 YEARS OF COLLEGE/GRAD SCHOOL' 18 = '6 YEARS OF COLLEGE/GRAD SCHOOL' 19 = '7+ YEARS OF COLLEGE/GRAD SCHOOL' ; value HIEDUC1F 5 = '9TH GRADE OR LESS' 6 = '10TH GRADE' 7 = '11TH GRADE' 8 = '12TH GRADE, NO DIPLOMA (NOR GED)' 9 = 'HIGH SCHOOL GRADUATE (DIPLOMA OR GED)' 10 = 'SOME COLLEGE BUT NO DEGREE' 11 = 'ASSOCIATE DEGREE IN COLLEGE/UNIVERSITY' 12 = 'BACHELOR''S DEGREE' 13 = 'MASTER''S DEGREE' 14 = 'DOCTORATE DEGREE' 15 = 'PROFESSIONAL DEGREE' ; value HISPANIC 1 = 'HISPANIC' 2 = 'NON-HISPANIC' ; value NUMRACE 1 = 'SINGLE RACE REPORTED' 2 = '2 OR MORE RACES REPORTED' ; value RACE 1 = 'BLACK' 2 = 'WHITE' 3 = 'OTHER' ; value HISPRACE 1 = 'Hispanic' 2 = 'Non-Hispanic White' 3 = 'Non-Hispanic Black' 4 = 'Non-Hispanic Other' ; value HISPRACE2F 1 = 'Hispanic' 2 = 'Non-Hispanic White, Single Race' 3 = 'Non-Hispanic Black, Single Race' 4 = 'Non-Hispanic Other or Multiple Race' ; value NUMKDHFT 0 = 'NO CHILDREN' 1 = '1 CHILD' 2 = '2 CHILDREN' 3 = '3 CHILDREN' 4 = '4 CHILDREN' 5 = '5 CHILDREN OR MORE' ; value NUMFMHFT 0 = 'NO FAMILY MEMBERS' 1 = '1 FAMILY MEMBER' 2 = '2 FAMILY MEMBERS' 3 = '3 FAMILY MEMBERS' 4 = '4 FAMILY MEMBERS' 5 = '5 FAMILY MEMBERS' 6 = '6 FAMILY MEMBERS' 7 = '7 FAMILY MEMBERS OR MORE' ; value HHFAMTYP 1 = 'No spouse/partner and no child(ren) (of R) 18 or younger' 2 = 'Spouse/partner, but no child(ren) (of R) 18 or younger' 3 = 'Spouse and R''s child(ren) 18 or younger' 4 = 'Cohabiting partner and R''s child(ren) 18 or younger' 5 = 'No spouse/partner, but child(ren) of R, 18 or younger' ; value HHPARTYP 1 = 'Both biological or both adoptive parents' 2 = 'Biological and step- or adoptive parent' 3 = 'Single parent (biological, adoptive, or stepparent)' 4 = 'Other' ; value NCHILDHH 0-2 = 'Number of respondent''s children 18 or younger in the household' 3 = '3 or more of respondent''s children 18 or younger in the household' ; value HHKIDTYP 0 = 'No child(ren) 18 or younger in HH or only older child(ren)' 1 = 'At least one biological child (of R''s) under 18 in HH, no nonbiological child(ren)' 2 = 'Any non-biological child (of R''s) 18 or younger in HH' ; value CSPBIO 0 = 'No joint biological children' 1 = '1 joint biological child' 2 = '2 joint biological children' 3 = '3 or more joint biological children' ; value CSPNOT 0 = 'No such child' 1 = '1 or more such children' ; value INTCTFAM 1 = 'TWO BIOLOGICAL OR ADOPTIVE PARENTS FROM BIRTH' 2 = 'ANYTHING OTHER THAN 2 BIOLOGICAL OR ADOPTIVE PARENTS FROM BIRTH' ; value PARAGEF 1 = 'R LIVED WITH BOTH BIOLOGICAL PARENTS AT AGE 14' 2 = 'R LIVED WITH BIOLOGICAL MOTHER AND STEPFATHER AT AGE 14' 3 = 'R LIVED IN ANY OTHER PARENTAL SITUATION OR A NONPARENTAL SITUATION AT AGE 14' ; value EDUCMOMF 1 = 'Less than high school' 2 = 'High school graduate or GED' 3 = 'Some college, including 2-year degrees' 4 = 'Bachelor''s degree or higher' 95 = 'No mother-figure identified' ; value AGEMOMF 1 = 'LESS THAN 18 YEARS' 2 = '18-19 YEARS' 3 = '20-24 YEARS' 4 = '25-29 YEARS' 5 = '30 OR OLDER' 96 = 'MOTHER-FIGURE HAD NO CHILDREN' ; value FMARNO 0 = 'NEVER BEEN MARRIED' 1 = '1 TIME' 2 = '2 TIMES' 3 = '3 TIMES' 4 = '4 TIMES' ; value IMPFLAG 0 = 'QUESTIONNAIRE DATA (NOT IMPUTED)' 1 = 'MULTIPLE REGRESSION IMPUTATION' 2 = 'LOGICAL IMPUTATION' ; value HADSEX 1 = 'YES, R EVER HAD INTERCOURSE' 2 = 'NO, R NEVER HAD INTERCOURSE' ; value SEXONCE 1 = 'YES (R HAS HAD SEX ONLY ONCE)' 2 = 'NO (R HAS HAD SEX MORE THAN ONCE)' ; value VRY1STSX . = 'INAPPLICABLE' 522-1278 = 'BEFORE JULY 2006' 1279-1290 = 'JULY 2006-JUNE 2007' 1291-1308 = 'JULY 2007-DEC 2008' 1309-1326 = 'JAN 2009-JUN 2010' ; value FPFLAG 1 = 'cmfstsex - CM of first sex ever, based on DL series' 2 = 'cmlsxp - CM when R last had sex with most recent partner' 3 = 'cmlsxp2 - CM when R last had sex with 2nd-to-last partner' 4 = 'cmlsxp3 - CM when R last had sex with 3rd-to-last partner' 5 = 'cmfsxp - CM when R first had sex with most recent partner' 6 = 'cmfsxp2 - CM when R first had sex with 2nd-to-last partner' 7 = 'cmfsxp3 - CM when R first had sex with 3rd-to-last partner' 8 = 'cmfsxcwp - CM when R first had sex with CWP' 9 = 'unable to determine: raw variable(s) missing' ; value VRY1STAG . = 'INAPPLICABLE' 0-14 = 'UNDER 15 YEARS' 15-17 = '15-17 YEARS' 18-19 = '18-19 YEARS' 20-44 = '20 YEARS OR OLDER' ; value ELAPSED . = 'Inapplicable' 1-995 = 'Number of months' ; value SEXMAR . = 'INAPPLICABLE' 0 = 'FIRST INTERCOURSE IN SAME MONTH AS MARRIAGE' 1-12 = '1-12 MONTHS' 13-24 = '13-24 MONTHS' 25-36 = '25-36 MONTHS' 37-995 = 'MORE THAN 3 YEARS AFTER FIRST INTERCOURSE' 996 = 'FIRST INTERCOURSE AFTER FIRST MARRIAGE' ; value SEXUNION . = 'Inapplicable' 0 = 'First intercourse in same month as marriage or cohabitation' 1-995 = '1 to nnn months after first intercourse' 997-9995 = 'Not ascertained or don''t know' 996 = 'First intercourse after first marriage or cohabitation' ; value FSEXPAGE . = 'INAPPLICABLE' 0-14 = 'UNDER 15 YEARS' 15-17 = '15-17 YEARS' 18-19 = '18-19 YEARS' 20-95 = '20 YEARS OR OLDER' 900-995 = 'ESTIMATED AGE' ; value FSEXRLTN . = 'INAPPLICABLE' 1 = 'MARRIED TO HER' 2 = 'ENGAGED TO HER, AND LIVING TOGETHER' 3 = 'ENGAGED TO HER, BUT NOT LIVING TOGETHER' 4 = 'LIVING TOGETHER IN A SEXUAL RELATIONSHIP, BUT NOT ENGAGED' 5 = 'GOING OUT WITH HER OR GOING STEADY' 6 = 'GOING OUT WITH HER ONCE IN A WHILE' 7 = 'JUST FRIENDS' 8 = 'HAD JUST MET HER' 9 = 'SOMETHING ELSE' ; value SEX1MTHD . = 'Inapplicable' 1 = 'Condom' 2 = 'Withdrawal' 3 = 'Vasectomy' 4 = 'Pill' 5 = 'Female sterilization' 6 = 'Injection -- Depo-Provera/Lunelle' 7 = 'Spermicidal foam/jelly/cream/film/suppository' 8 = 'Hormonal implant -- Norplant' 9 = 'Rhythm or safe period' 10 = 'Contraceptive Patch' 11 = 'Vaginal contraceptive ring' 12 = 'Y1:[Not a response option]/Y2+:IUD, coil, loop' 13 = 'Something else' 96 = 'No method used at first intercourse' ; value LSEXDATE . = 'INAPPLICABLE' 740-1278 = 'BEFORE JULY 2006' 1279-1290 = 'JULY 2006-JUNE 2007' 1291-1308 = 'JULY 2007-DEC 2008' 1309-1326 = 'JAN 2009-JUN 2010' ; value CMRECODE . = 'INAPPLICABLE' 522-1278 = 'BEFORE JULY 2006' 1279-1290 = 'JULY 2006-JUNE 2007' 1291-1308 = 'JULY 2007-DEC 2008' 1309-1326 = 'JAN 2009-JUN 2010' ; value ORDERFLAG . = 'INAPPLICABLE' 1 = 'PARTNER DATES ARE IN ORDER, OR ONLY ONE VALID DATE REPORTED' 2 = 'PARTNERS REPORTED OUT OF ORDER: LAST PARTNER AND POSSIBLY OTHERS' 3 = 'PARTNERS REPORTED OUT OF ORDER: 2ND-TO-LAST AND 3RD-TO-LAST PARTNERS ONLY' 4 = 'NO NONMISSING PARTNER DATES' ; value SEX3MO . = 'INAPPLICABLE' 1 = 'YES, HAD INTERCOURSE' 2 = 'NO, DID NOT HAVE INTERCOURSE' ; value LSEXRAGE . = 'INAPPLICABLE' 0-17 = 'UNDER 18 YEARS' 18-19 = '18-19 YEARS' 20-24 = '20-24 YEARS' 25-34 = '25-34 YEARS' 35-45 = '35-44 YEARS' ; value SEXPAGEF . = 'INAPPLICABLE' 0-14 = 'UNDER 15 YEARS' 15-17 = '15-17 YEARS' 18-19 = '18-19 YEARS' 20-95 = '20 YEARS OR OLDER' 900-995 = 'ESTIMATED AGE' ; value LSEXPRAC 1 = 'Hispanic' 2 = 'Non-Hispanic White' 3 = 'Non-Hispanic Black' 4 = 'Non-Hispanic Other' ; value LSEXRLTN . = 'Inapplicable' 1 = 'Married to her' 3 = 'Living together in a sexual relationship' 4 = 'Going out with her or going steady' 5 = 'Going out with her once in a while' 6 = 'Just friends' 7 = 'Had just met her' 8 = 'Something else' 9 = 'Engaged to her: only asked of a subset of Rs' ; value LSEXUSE . = 'INAPPLICABLE' 1 = 'CONDOM' 2 = 'WITHDRAWAL' 3 = 'VASECTOMY' 4 = 'PILL' 5 = 'FEMALE STERILIZATION' 6 = 'INJECTION -- DEPO-PROVERA/LUNELLE' 7 = 'SPERMICIDAL FOAM/JELLY/CREAM/FILM/SUPPOSITORY' 8 = 'HORMONAL IMPLANT -- NORPLANT' 9 = 'RYTHM OR SAFE PERIOD' 10 = 'CONTRACEPTIVE PATCH' 11 = 'VAGINAL CONTRACEPTIVE RING' 12 = 'Y1:[NOT A RESPONSE OPTION]/Y2+: IUD, COIL LOOP' 13 = 'SOMETHING ELSE' 95 = 'R USED NO METHOD; R DOES NOT KNOW IF PARTNER USED A METHOD' 96 = 'NO METHOD USED AT LAST SEX' ; value NUMP3MOS . = 'INAPPLICABLE' 0 = '0 PARTNERS' 1 = '1 PARTNER' 2 = '2 PARTNERS' 3 = '3 PARTNERS EXACTLY' 4 = '3, POSSIBLY MORE PARTNERS' ; value LIFPRTNR 0 = 'NONE' 1 = '1 PARTNER' 2 = '2 PARTNERS' 3 = '3 PARTNERS' 4 = '4 PARTNERS' 5 = '5 PARTNERS' 6 = '6 PARTNERS' 7 = '7 PARTNERS' 8 = '8 PARTNERS' 9 = '9 PARTNERS' 10-19 = '10-19 PARTNERS' 20-49 = '20-49 PARTNERS' 50 = '50 OR MORE PARTNERS' ; value PARTS1YR . = 'INAPPLICABLE' 0 = 'NONE' 1 = '1 PARTNER' 2 = '2 PARTNERS' 3 = '3 PARTNERS' 4 = '4 PARTNERS' 5 = '5 PARTNERS' 6 = '6 PARTNERS' 7 = '7 OR MORE PARTNERS' ; value PARTDUR . = 'Inapplicable' 0-995 = 'Number of months between first and most recent sex with this partner' 997 = 'Only had sex once with partner' ; value COHEVER 1 = 'Yes, ever cohabited (lived with a woman outside of marriage)' 2 = 'No, never cohabited (lived with a woman outside of marriage)' ; value EVMARCOH 1 = 'Yes, ever married or cohabited' 2 = 'No, never married or cohabited' ; value COHNUM 0 = 'None' 1 = 'One' 2 = 'Two' 3-HIGH = 'Three or more' ; value CMFMTR . = 'INAPPLICABLE' 740-1278 = 'BEFORE JULY 2006' 1279-1290 = 'JULY 2006-JUNE 2007' 1291-1308 = 'JULY 2007-DEC 2008' 1309-1326 = 'JAN 2009-JUN 2010' ; value MAREND . = 'INAPPLICABLE' 1 = 'DIVORCED OR ANNULLED' 2 = 'SEPARATED' 3 = 'WIDOWED' ; value MAR1DISS . = 'Inapplicable' 0 = 'Less than 1 month' 1-994 = 'Months between 1st marriage and dissolution (or interview)' ; value PREMAR 1 = 'YES' 2 = 'NO' ; value COHSTAT 1 = 'Never cohabited outside of marriage' 2 = 'First cohabited before first marriage' 3 = 'First cohabited after first marriage' ; value COHOUT . = 'Inapplicable' 1 = 'Intact cohabitation' 2 = 'Intact marriage' 3 = 'Dissolved marriage' 4 = 'Dissolved cohabitation' ; value COH1DUR . = 'Inapplicable' 0 = 'Less than 1 month' 1-994 = 'Number of months' ; value CSPBIOKD . = 'Inapplicable' 0 = 'None' 5-95 = '5 or more' ; value AGEBABY . = 'INAPPLICABLE' 0-19 = 'UNDER 20 YEARS' 20-24 = '20-24 YEARS' 25-29 = '25-29 YEARS' 30-44 = '30-44 YEARS' ; value B1PREMAR . = 'Inapplicable' 1 = 'Yes (1st biological child born before 1st marriage)' 2 = 'No (1st biological child born in same month as or later than 1st marriage)' ; value MARBABY . = 'Inapplicable' 1 = 'Yes, married to child''s mother' 2 = 'No, not married to child''s mother' ; value CEBOW . = 'Inapplicable' 0 = 'None' 1 = '1 child' 2 = '2 children' 3 = '3 children' 4 = '4 children' 5-95 = '5 or more' ; value CEBOWC . = 'Inapplicable' 0 = 'None' 1 = '1 child' 2 = '2 children' 3 = '3 children' 4-95 = '4 or more children' ; value CEBOWM . = 'INAPPLICABLE' 0 = 'None' 1 = '1 child' 2 = '2 children' 3 = '3 children' 4-95 = '4 or more children' ; value EVRNOPAT . = 'INAPPLICABLE' 1 = 'YES, 1 OR MORE CHILDREN OUT OF WEDLOCK, BUT NO ESTABLISHED PATERNITY' 2 = 'NO, 1 OR MORE CHILDREN OUT OF WEDLOCK, BUT ESTABLISHED PATERNITY' ; value NONLIVEB 0 = 'NONE' 1 = '1 PREGNANCY' 2 = '2 PREGNANCIES' 3-95 = '3 OR MORE PREGNANCIES' ; value COMPREG 0 = 'NONE' 1 = '1 PREGNANCY' 2 = '2 PREGNANCIES' 3 = '3 PREGNANCIES' 4 = '4 PREGNANCIES' 5-95 = '5 OR MORE PREGNANCIES' ; value PREGFMT . = 'INAPPLICABLE' 0 = 'NONE' 1 = '1 PREGNANCY' 2-95 = '2 OR MORE PREGNANCIES' ; value PARENT . = 'Inapplicable' 1 = 'Current wife' 2 = 'Current cohabiting partner' 3 = 'Recent or last partner (up to 3 most recent in last 12 months), also an former wife or cohabiting partner' 4 = 'Recent or last partner (up to 3 most recent in last 12 months), not a former wife or cohabiting partner' 5 = 'Former wife (reported in Section E)' 6 = 'First cohabiting partner (reported in Section E)' 7 = 'Other sexual partner, not otherwise classified in codes 1-6' ; value WANTB . = 'INAPPLICABLE' 1 = 'LATER, OVERDUE' 2 = 'RIGHT TIME' 3 = 'TOO SOON, MISTIMED' 4 = 'DIDN''T CARE, INDIFFERENT' 5 = 'UNWANTED' 6 = 'DON''T KNOW, NOT SURE' 7 = 'R DID NOT KNOW ABOUT THE PREGNANCY LEADING TO THE BIRTH' ; value UNINTB . = 'INAPPLICABLE' 1 = 'YES (R HAD ONE OR MORE UNINTENDED BIRTHS IN THE PAST 5 YEARS)' 2 = 'NO (R DID NOT HAVE AN UNINTENDED BIRTH IN THE PAST 5 YEARS)' 3 = 'R DID NOT KNOW ABOUT THE PREGNANCY(IES) LEADING TO THE BIRTH(S) IN THE PAST 5 YEARS' ; value DADTYPE 1 = 'ONLY CORESIDENTIAL CHILDREN' 2 = 'ONLY NON-CORESIDENTIAL CHILDREN' 3 = 'BOTH CORESIDENTIAL AND NON-CORESIDENTIAL CHILDREN' 4 = 'NO CHILDREN 18 OR YOUNGER, OR NO CHILDREN AT ALL' ; value DADTYP5U 1 = 'ONLY CORESIDENTIAL CHILDREN UNDER 5' 2 = 'ONLY NON-CORESIDENTIAL CHILDREN UNDER 5' 3 = 'BOTH CORESIDENTIAL AND NONCORESIDENTIAL CHILDREN UNDER 5' 4 = 'NEITHER CORESIDENTIAL OR NONCORESIDENTIAL CHILDREN UNDER 5, OR NO CHILDREN' ; value DAD518TY 1 = 'ONLY CORESIDENTIAL CHILDREN 5 TO 18' 2 = 'ONLY NON-CORESIDENTIAL CHILDREN 5 TO 18' 3 = 'BOTH CORESIDENTIAL AND NONCORESIDENTIAL CHILDREN 5 TO 18' 4 = 'NEITHER CORESIDENTIAL OR NONCORESIDENTIAL CHILDREN 5 TO 18, OR NO CHILDREN' ; value NUMCRUF 0 = 'NONE' 1 = '1 CHILD' 2 = '2 CHILDREN' 3 = '3 CHILDREN' 4-95 = '4 OR MORE CHILDREN' ; value SUPP12MO 1 = 'CONTRIBUTED CHILD SUPPORT ON A REGULAR BASIS IN LAST 12 MONTHS' 2 = 'CONTRIBUTED CHILD SUPPORT ONCE IN A WHILE IN LAST 12 MONTHS' 3 = 'DID NOT CONTRIBUTE CHILD SUPPORT IN LAST 12 MONTHS' ; value INTENT 1 = 'R intends to have (more) children' 2 = 'R does not intend to have (more) children' 3 = 'R does not know his intent' ; value ADDEXP 0 = 'NO ADDITIONAL BIRTHS' 5 = '.5 ADDITIONAL BIRTHS' 10 = '1 ADDITIONAL BIRTH' 15 = '1.5 ADDITIONAL BIRTHS' 20 = '2 ADDITIONAL BIRTHS' 25 = '2.5 ADDITIONAL BIRTHS' 30 = '3 ADDITIONAL BIRTHS' 35 = '3.5 ADDITIONAL BIRTHS' 40 = '4 ADDITIONAL BIRTHS' 45 = '4.5 ADDITIONAL BIRTHS' 50 = '5 ADDITIONAL BIRTHS' 55 = '5.5 ADDITIONAL BIRTHS' 60 = '6 ADDITIONAL BIRTHS' 65 = '6.5 ADDITIONAL BIRTHS' 70 = '7 ADDITIONAL BIRTHS' 80 = '8 ADDITIONAL BIRTHS' 90 = '9 ADDITIONAL BIRTHS' 100-995 = '10 OR MORE ADDITIONAL BIRTHS' ; value CURRINS 1 = 'Currently covered by private health insurance or Medi-Gap' 2 = 'Currently covered by Medicaid, CHIP, or a state-sponsored health plan' 3 = 'Currently covered by Medicare, military health care, or other government health care' 4 = 'Currently covered only by a single-service plan, only by the Indian Health Service, or currently not covered by health insurance' ; value INFEVER . = 'INAPPLICABLE' 1 = 'YES' 2 = 'NO' ; value EVHIVTST 0 = 'NO HIV TEST REPORTED' 1 = 'YES, ONLY AS PART OF BLOOD DONATION' 2 = 'YES, ONLY OUTSIDE OF BLOOD DONATION' 3 = 'YES, IN BOTH CONTEXTS' ; value METRO 1 = 'MSA, CENTRAL CITY' 2 = 'MSA, OTHER' 3 = 'NOT MSA' ; value RELIGION 1 = 'No religion' 2 = 'Catholic' 3 = 'Protestant' 4 = 'Other religion' ; value LABOR2FR 1 = 'Working full-time' 2 = 'Working part-time' 3 = 'Working, but on vacation, strike, or had temporary illness' 4 = 'Working - paternity or family leave' 5 = 'Not working but looking for work' 6 = 'In school' 7 = 'Keeping house' 8 = 'Caring for family' 9 = 'Other' ; value POVERTYF 0-99 = '0-99 percent of poverty level' 100-199 = '100-199 percent of poverty level' 200-299 = '200-299 percent of poverty level' 300-399 = '300-399 percent of poverty level' 400-499 = '400-499 percent of poverty level' 500 = '500 percent of poverty level or greater' ; value TOTINCR 1 = 'Under $5000' 2 = '$5000-$7499' 3 = '$7500-$9999' 4 = '$10,000-$12,499' 5 = '$12,500-$14,999' 6 = '$15,000-$19,999' 7 = '$20,000-$24,999' 8 = '$25,000-$29,999' 9 = '$30,000-$34,999' 10 = '$35,000-$39,999' 11 = '$40,000-$49,999' 12 = '$50,000-$59,999' 13 = '$60,000-$74,999' 14 = '$75,000 or more' ; value PUBASSIS 1 = 'Yes (received public assistance in [INTERVIEW YEAR -1])' 2 = 'No (did not receive public assistance in [INTERVIEW YEAR -1])' ; value CMINTVWF 1278-1326 = 'June 2006-June 2010' 9998 = 'Refused' 9999 = 'Don''t know' ; value CMLSTYRF 1266-1278 = 'JUNE 2005-JUNE 2006' 1279-1290 = 'JULY 2006-JUNE 2007' 1291-1302 = 'JULY 2007-JUNE 2008' 1303-1326 = 'JULY 2008-JUNE 2010' ; value CMFIVYRF 1213-1261 = 'JAN 2001-JAN 2005' ; value QUESTYR 1 = 'Questionnaire version year 1' 2 = 'Questionnaire version year 2' 3-4 = 'Questionnaire version year 3' ; value QUARTER 1-2 = '2006' 3-6 = '2007' 7-10 = '2008' 11-14 = '2009' 15-16 = '2010' ; value $PHASE '1' = 'First 10 weeks of quarter' '2' = 'Last 2 weeks of quarter (double sample)' ; value INTVLNGTH 997 = 'Not ascertained' ; QUIT ; */ * SAS DATA, INFILE, INPUT STATEMENTS; DATA; INFILE "data-filename" LRECL=4543; INPUT CASEID 1-5 RSCRNINF 6 RSCRAGE 7-8 RSCRHISP 9 RSCRRACE 10 RANDVAR1 11 AGE_A 12-13 AGE_R 14-15 CMBIRTH 16-19 AGESCRN 20-21 MARSTAT 22 FMARSTAT 23 FMARIT 24 EVRMARRY 25 HISP 26 HISPGRP 27 FL_RAGE 28 FL_RRACE 29 FL_RHISP 30 ROSCNT 31 WPLOCALE 32 WOMREL 33 GOSCHOL 34 VACA 35 HIGRADE 36-37 COMPGRD 38 HAVEDIP 39 DIPGED 40 EARNHS_M 41-42 EARNHS_Y 43-46 CMHSGRAD 47-50 HISCHGRD 51-52 LSTGRADE 53-54 MYSCHOL_M 55-56 MYSCHOL_Y 57-60 CMLSTSCH 61-64 HAVEDEG 65 DEGREES 66 EARNBA_M 67-68 EARNBA_Y 69-72 CMBAGRAD 73-76 WTHPARNW 77 ONOWN 78 ONOWN18 79 INTACT 80 PARMARR 81 INTACT18 82 LVSIT14F 83 LVSIT14M 84 WOMRASDU 85 MOMDEGRE 86 MOMWORKD 87 MOMCHILD 88-89 MOMFSTCH 90-91 MOM18 92 MANRASDU 93 DADDEGRE 94 TIMESMAR 95 EVCOHAB1 96 NUMCOH1 97-98 EVCOHAB2 99 NUMCOH2 100-101 EVRCOHAB 102 NUMWIFE 103 NUMCOHAB 104-106 EVERSEX 107 RHADSEX 108 SXMTONCE 109 YNOSEX 110 TALKPAR1 111 TALKPAR2 112 TALKPAR3 113 TALKPAR4 114 TALKPAR5 115 TALKPAR6 116 SEDNO 117 SEDNOG 118-119 SEDNOSX 120 SEDBC 121 SEDBCG 122-123 SEDBCSX 124 SEDSTD 125 SEDSTDG 126-127 SEDSTDSX 128 SEDHIV 129 SEDHIVG 130-131 SEDHIVSX 132 PLEDGE 133 EVEROPER 134 TYPEOPER 135 STEROPER 136 VASEC_M 137-138 VASEC_Y 139-142 CMVASEC 143-146 PLCSTROP 147-148 RVRSVAS 149 VASREV_M 150-151 VASREV_Y 152-155 CMRVRS 156-159 RSURGSTR 160 FATHPOSS 161 FATHDIFF 162 RSTRSTAT 163 EVRCHIL 164 EVRCHILN 165-166 FATHER 167 LIFEPRT 168 LIFEPRTS 169 SXMON12 170 MON12PRT 171 MON12PRTS 172 SEXSTAT 173 SEXFREQ 174-176 CONFREQ 177-179 P1RLTN1 180 P1CURRWIFE 181 P1CURRSEP 182 P1RLTN2 183 P1COHABIT 184 P1SXLAST_M 185-186 P1SXLAST_Y 187-190 CMLSXP1 191-194 P2RLTN1 195 P2CURRWIFE 196 P2CURRSEP 197 P2RLTN2 198 P2COHABIT 199 P2SXLAST_M 200-201 P2SXLAST_Y 202-205 CMLSXP2 206-209 P3RLTN1 210 P3CURRWIFE 211 P3CURRSEP 212 P3RLTN2 213 P3COHABIT 214 P3SXLAST_M 215-216 P3SXLAST_Y 217-220 CMLSXP3 221-224 P1RELATION 225 P2RELATION 226 P3RELATION 227 FIRST 228 MARRDATE_M 229-230 MARRDATE_Y 231-234 CMCURMAR 235-238 HISAGEM 239-240 LIVTOGWF 241 STRTWFCP_M 242-243 STRTWFCP_Y 244-247 CMCURCOH 248-251 HISAGEC 252-253 CMSTRTWP 254-257 ENGATHEN 258 WILLMARR 259 CWPDOB_M 260-261 CWPDOB_Y 262-265 CMCWPDOB 266-269 CWPAGE 270-271 CWPMULT 272 CWPRACE 273 CWPHRACE 274 CWPNRACE 275 CWPEDUCN 276 CWPBORN 277 CWPMARBF 278 CWPSX1WN_M 279-280 CWPSX1WN_Y 281-284 CWPSX1AG 285-286 CMFSXCWP 287-290 AGEFSXCWP 291-295 CWPSX1RL 296-297 CWPFUSE 298 CWPFMET01 299-300 CWPFMET02 301-302 CWPFMET03 303-304 CWPFMET04 305 CWPOPSTR 306 CWPTYPOP1 307 CWPTYPOP2 308 CWPTOTST 309 CWPREVST 310 PSURGSTR 311 CWPPOSS 312 CWPDIFF 313 PSTRSTAT 314 CMLSXCWP 315-318 CWPLSXWN_M 319-320 CWPLSXWN_Y 321-324 CWPLUSE 325 CWPLMET01 326-327 CWPLMET02 328-329 CWPLUSE1 330 CWPLMET14 331-332 CWPLMET15 333-334 CWPLUSE2 335-336 DKCWPLUSE 337 CWPLMET201 338-340 CWPLMET202 341-342 CWPLMET203 343 DKCWPLMET 344 CWPLSXUSE 345 CWPRECBC 346 CWPALLBC01 347-348 CWPALLBC02 349-350 CWPALLBC03 351-352 CWPALLBC04 353-354 CWPALLBC05 355-356 CWPALLBC06 357-358 CWPBCMST 359-360 CONDFREQ 361-363 CWPNOFRQ 364 CWPBIOKD 365 CWPNUMKD 366 PARTFATH 367 CWPCHSEX 368 CWPCHDOB_M 369-370 CWPCHDOB_Y 371-374 CMCHDOB 375-378 CWPCHMAR 379 CWPCHRES 380 CWPCHLRN 381 CWPCHLIV1 382-383 CWPCHLIV2 384 CWPCHAGE 385 CWPCHLEG 386 CWPCHHOP 387 CWPCHEVR 388 CWPCHFAR 389-393 CWPCHWNT 394 CWPCHSON 395 CWPCHHPY 396-397 CWPCHSEX2 398 CWPCHDOB_M2 399-400 CWPCHDOB_Y2 401-404 CMCHDOB2 405-408 MULTBIRT2 409 CWPCHMAR2 410 CWPCHRES2 411 CWPCHLRN2 412 CWPCHLIV10 413 CWPCHLIV11 414 CWPCHAGE2 415 CWPCHLEG2 416 CWPCHHOP2 417 CWPCHEVR2 418 CWPCHFAR2 419-423 CWPCHWNT2 424 CWPCHSON2 425 CWPCHHPY2 426-427 CWPCHSEX3 428 CWPCHDOB_M3 429-430 CWPCHDOB_Y3 431-434 CMCHDOB3 435-438 MULTBIRT3 439 CWPCHMAR3 440 CWPCHRES3 441 CWPCHLRN3 442 CWPCHLIV19 443 CWPCHLIV20 444 CWPCHAGE3 445 CWPCHLEG3 446 CWPCHHOP3 447 CWPCHEVR3 448 CWPCHFAR3 449-453 CWPCHWNT3 454 CWPCHSON3 455 CWPCHHPY3 456-457 CWPCHSEX4 458 CWPCHDOB_M4 459-460 CWPCHDOB_Y4 461-464 CMCHDOB4 465-468 MULTBIRT4 469 CWPCHMAR4 470 CWPCHRES4 471 CWPCHLRN4 472 CWPCHLIV28 473 CWPCHLIV29 474 CWPCHAGE4 475 CWPCHLEG4 476 CWPCHHOP4 477 CWPCHEVR4 478 CWPCHFAR4 479-483 CWPCHWNT4 484 CWPCHSON4 485 CWPCHHPY4 486-487 CWPCHSEX5 488 CWPCHDOB_M5 489-490 CWPCHDOB_Y5 491-494 CMCHDOB5 495-498 MULTBIRT5 499 CWPCHMAR5 500 CWPCHRES5 501 CWPCHLRN5 502 CWPCHLIV37 503 CWPCHLIV38 504 CWPCHAGE5 505 CWPCHLEG5 506 CWPCHHOP5 507 CWPCHEVR5 508 CWPCHFAR5 509-513 CWPCHWNT5 514 CWPCHSON5 515 CWPCHHPY5 516-517 CWPCHSEX6 518 CWPCHDOB_M6 519-520 CWPCHDOB_Y6 521-524 CMCHDOB6 525-528 MULTBIRT6 529 CWPCHMAR6 530 CWPCHRES6 531 CWPCHLRN6 532 CWPCHLIV46 533 CWPCHLIV47 534 CWPCHAGE6 535 CWPCHLEG6 536 CWPCHHOP6 537 CWPCHEVR6 538 CWPCHFAR6 539-543 CWPCHWNT6 544 CWPCHSON6 545 CWPCHHPY6 546-547 CWPCHSEX7 548 CWPCHDOB_M7 549-550 CWPCHDOB_Y7 551-554 CMCHDOB7 555-558 MULTBIRT7 559 CWPCHMAR7 560 CWPCHRES7 561 CWPCHLRN7 562 CWPCHLIV55 563 CWPCHLIV56 564 CWPCHAGE7 565 CWPCHLEG7 566 CWPCHHOP7 567 CWPCHEVR7 568 CWPCHFAR7 569-573 CWPCHWNT7 574 CWPCHSON7 575 CWPCHHPY7 576-577 CWPCHSEX8 578 CWPCHDOB_M8 579-580 CWPCHDOB_Y8 581-584 CMCHDOB8 585-588 MULTBIRT8 589 CWPCHMAR8 590 CWPCHRES8 591 CWPCHLRN8 592 CWPCHLIV64 593 CWPCHLIV65 594 CWPCHAGE8 595 CWPCHLEG8 596 CWPCHHOP8 597 CWPCHEVR8 598 CWPCHFAR8 599-603 CWPCHWNT8 604 CWPCHSON8 605 CWPCHHPY8 606 CWPPRGNW 607 CWPTRYPG 608 CWPTRYLG 609-611 CWPCPWNT 612 CWPCPSON 613 CWPCPHPY 614-615 CWPOTKID 616 CWPOKNUM 617-618 CWPOKAD 619 CWPOKADN 620 CWPOKWTH 621 CWPOKWTHN 622 CWPOKSEX 623 CWPOKAD2 624 CWPOKTRY 625 CWPOKTHR 626 CWPOKLIV1 627 CWPOKLIV2 628 CWPOKLIV3 629 CWPOKFAR 630-634 CWPOKAGE 635-636 CWPOKSEX2 637 CWPOKAD3 638 CWPOKTRY2 639 CWPOKTHR2 640 CWPOKLIV8 641 CWPOKLIV9 642 CWPOKLIV10 643 CWPOKFAR2 644-648 CWPOKAGE2 649-650 CWPOKSEX3 651 CWPOKAD4 652 CWPOKTRY3 653 CWPOKTHR3 654 CWPOKLIV15 655 CWPOKLIV16 656 CWPOKLIV17 657 CWPOKFAR3 658-662 CWPOKAGE3 663-664 CWPOKSEX4 665 CWPOKAD5 666 CWPOKTRY4 667 CWPOKTHR4 668 CWPOKLIV22 669 CWPOKLIV23 670 CWPOKLIV24 671 CWPOKFAR4 672-674 CWPOKAGE4 675-676 CWPOKSEX5 677 CWPOKAD6 678 CWPOKTRY5 679 CWPOKTHR5 680 CWPOKLIV29 681 CWPOKLIV30 682 CWPOKLIV31 683 CWPOKFAR5 684-685 CWPOKAGE5 686-687 CWPOKSEX6 688 CWPOKAD7 689 CWPOKTRY6 690 CWPOKTHR6 691 CWPOKLIV36 692 CWPOKLIV37 693 CWPOKLIV38 694 CWPOKFAR6 695-696 CWPOKAGE6 697-698 CWPOKSEX7 699 CWPOKAD8 700 CWPOKTRY7 701 CWPOKTHR7 702 CWPOKLIV43 703 CWPOKLIV44 704 CWPOKLIV45 705 CWPOKFAR7 706 CWPOKAGE7 707-708 C_OKAKIDS 709 CWPNBEVR 710 CWPNBNUM 711-712 CWPNBREL 713 CWPNBRL 714 CWPNBFOS 715 CWPNBFS 716-717 CWPNBAD 718 CWPNBADN 719 CWPNBREL2 720 CWPNBFOS2 721 CWPNBAD2 722 CWPNBTRY 723 CWPNBTHR 724 CWPNBSEX 725 CWPNBLIV1 726 CWPNBLIV2 727 CWPNBFAR 728-732 CWPNBAGE 733-734 CWPNBREL3 735 CWPNBFOS3 736 CWPNBAD3 737 CWPNBTRY2 738 CWPNBTHR2 739 CWPNBSEX2 740 CWPNBLIV8 741 CWPNBLIV9 742 CWPNBFAR2 743-747 CWPNBAGE2 748-749 CWPNBREL4 750 CWPNBFOS4 751 CWPNBAD4 752 CWPNBTRY3 753 CWPNBTHR3 754 CWPNBSEX3 755 CWPNBLIV15 756 CWPNBLIV16 757 CWPNBFAR3 758-762 CWPNBAGE3 763-764 CWPNBREL5 765 CWPNBFOS5 766 CWPNBAD5 767 CWPNBTRY4 768 CWPNBTHR4 769 CWPNBSEX4 770 CWPNBLIV22 771 CWPNBLIV23 772 CWPNBFAR4 773-777 CWPNBAGE4 778-779 CWPNBREL6 780 CWPNBFOS6 781 CWPNBAD6 782 CWPNBTRY5 783 CWPNBTHR5 784 CWPNBSEX5 785 CWPNBLIV29 786 CWPNBLIV30 787 CWPNBFAR5 788-792 CWPNBAGE5 793-794 CWPNBREL7 795 CWPNBFOS7 796 CWPNBAD7 797 CWPNBTRY6 798 CWPNBTHR6 799 CWPNBSEX6 800 CWPNBLIV36 801 CWPNBLIV37 802 CWPNBFAR6 803-807 CWPNBAGE6 808-809 CWPNBREL8 810 CWPNBFOS8 811 CWPNBAD8 812 CWPNBTRY7 813 CWPNBTHR7 814 CWPNBSEX7 815 CWPNBLIV43 816 CWPNBLIV44 817 CWPNBFAR7 818-820 CWPNBAGE7 821-822 CWPNBREL9 823 CWPNBFOS9 824 CWPNBAD9 825 CWPNBTRY8 826 CWPNBTHR8 827 CWPNBSEX8 828 CWPNBLIV50 829 CWPNBLIV51 830 CWPNBFAR8 831-833 CWPNBAGE8 834-835 CWPNBREL10 836 CWPNBFOS10 837 CWPNBAD10 838 CWPNBTRY9 839 CWPNBTHR9 840 CWPNBSEX9 841 CWPNBLIV57 842 CWPNBLIV58 843 CWPNBFAR9 844-848 CWPNBAGE9 849-850 CWPNBREL11 851 CWPNBFOS11 852 CWPNBAD11 853 CWPNBTRY10 854 CWPNBTHR10 855 CWPNBSEX10 856 CWPNBLIV64 857 CWPNBLIV65 858 CWPNBFAR10 859-863 CWPNBAGE10 864-865 C_NBAKIDS 866 MARDATEN_M 867-868 MARDATEN_Y 869-872 CMMARP 873-876 AGEMARR 877-878 LIVTOGN 879 STRTLIVE_M 880-881 STRTLIVE_Y 882-885 CMCOHP 886-889 AGELIV 890-891 CMUNIONP 892-895 ENGAGTHN 896 MARREND 897 WIFEDIED_M 898 WIFEDIED_Y 899-902 CMWIDP 903-906 DIVORFIN_M 907-908 DIVORFIN_Y 909-912 CMDIVP 913-916 ANNULLED_M 917 ANNULLED_Y 918-921 CMANNP 922-925 STOPLIVE_M 926-927 STOPLIVE_Y 928-931 CMSTOPP 932-935 CURRPRTS 936 PXCURR 937 P1CURRPRT 938 PXMARRY 939 PXLUSE 940 PXLMETH01 941-942 PXLMETH02 943-944 PXLMETH03 945 PXLMETH04 946 PXLRUSE 947 PXLRMETH1 948-949 PXLRMETH2 950-951 PXLRMETH3 952-953 PXLPUSE 954-955 DKPXLPUSE 956 PXLPMETH01 957-959 PXLPMETH02 960-961 PXLPMETH03 962-963 PXLPMETH04 964 DKPXLPMETH 965 LSXUSEP 966 MTONCEP 967 PXLSXPRB 968 PXMTONCE 969 PXPAGE 970-971 PXRELAGE 972 PXRELYRS 973 PXFRLTN1 974-975 P1YMULT1 976 P1YRACE1 977 P1YHRACE1 978 P1YNRACE1 979 PXDOB_M 980-981 PXDOB_Y 982-985 CMDOBP 986-989 PXEDUC 990 PXMARBF 991 PXANYCH 992 PXANYCHN 993-994 PXABLECH 995 PXSXFRST_M 996-997 PXSXFRST_Y 998-1001 CMFSXP 1002-1005 AGEFSXP 1006-1009 PXAGFRST 1010-1011 PXFRLTN2 1012-1013 PXFUSE 1014 PXFMETH01 1015-1016 PXFMETH02 1017-1018 PXFMETH03 1019-1020 PXFMETH04 1021-1022 PXANYUSE 1023 PXMETHOD01 1024-1025 PXMETHOD02 1026-1027 PXMETHOD03 1028-1029 PXMETHOD04 1030-1031 PXMSTUSE 1032-1033 PXCONFRQ 1034-1036 PXNOFREQ 1037 PXCHILD 1038 PXCHILDN 1039 PXCXSEX 1040 PXCXBORN_M 1041-1042 PXCXBORN_Y 1043-1046 CMCHDOB11 1047-1050 MULTBIRT11 1051 PXCXMARB 1052 PXCXRES 1053 PXCXKNOW 1054 PXCXLIV01 1055-1056 PXCXLIV02 1057 PXCXAGE 1058 PXCXLAW 1059 PXCXHOP 1060 PXCXEVER 1061 PXCXFAR 1062-1066 PXWANT 1067 PXSOON 1068 PXHPYPG 1069-1070 PXCXSEX2 1071 PXCXBORN_M2 1072-1073 PXCXBORN_Y2 1074-1077 CMCHDOB12 1078-1081 MULTBIRT12 1082 PXCXMARB2 1083 PXCXRES2 1084 PXCXKNOW2 1085 PXCXLIV11 1086-1087 PXCXLIV12 1088 PXCXAGE2 1089 PXCXLAW2 1090 PXCXHOP2 1091 PXCXEVER2 1092 PXCXFAR2 1093-1097 PXWANT2 1098 PXSOON2 1099 PXHPYPG2 1100-1101 PXCXSEX3 1102 PXCXBORN_M3 1103-1104 PXCXBORN_Y3 1105-1108 CMCHDOB13 1109-1112 MULTBIRT13 1113 PXCXMARB3 1114 PXCXRES3 1115 PXCXKNOW3 1116 PXCXLIV21 1117-1118 PXCXLIV22 1119 PXCXAGE3 1120 PXCXLAW3 1121 PXCXHOP3 1122 PXCXEVER3 1123 PXCXFAR3 1124-1127 PXWANT3 1128 PXSOON3 1129 PXHPYPG3 1130-1131 PXCXSEX4 1132 PXCXBORN_M4 1133-1134 PXCXBORN_Y4 1135-1138 CMCHDOB14 1139-1142 MULTBIRT14 1143 PXCXMARB4 1144 PXCXRES4 1145 PXCXKNOW4 1146 PXCXLIV31 1147 PXCXLIV32 1148 PXCXAGE4 1149 PXCXLAW4 1150 PXCXHOP4 1151 PXCXEVER4 1152 PXCXFAR4 1153-1155 PXWANT4 1156 PXSOON4 1157 PXHPYPG4 1158-1159 PXCXSEX5 1160 PXCXBORN_M5 1161-1162 PXCXBORN_Y5 1163-1166 CMCHDOB15 1167-1170 MULTBIRT15 1171 PXCXMARB5 1172 PXCXRES5 1173 PXCXKNOW5 1174 PXCXLIV41 1175 PXCXLIV42 1176 PXCXAGE5 1177 PXCXLAW5 1178 PXCXHOP5 1179 PXCXEVER5 1180 PXCXFAR5 1181-1183 PXWANT5 1184 PXSOON5 1185 PXHPYPG5 1186-1187 PXCXSEX6 1188 PXCXBORN_M6 1189-1190 PXCXBORN_Y6 1191-1194 CMCHDOB16 1195-1198 MULTBIRT16 1199 PXCXMARB6 1200 PXCXRES6 1201 PXCXKNOW6 1202 PXCXLIV51 1203 PXCXLIV52 1204 PXCXAGE6 1205 PXCXLAW6 1206 PXCXHOP6 1207 PXCXEVER6 1208 PXCXFAR6 1209-1210 PXWANT6 1211 PXSOON6 1212 PXHPYPG6 1213 PXCXSEX7 1214 PXCXBORN_M7 1215 PXCXBORN_Y7 1216-1219 CMCHDOB17 1220-1223 MULTBIRT17 1224 PXCXMARB7 1225 PXCXRES7 1226 PXCXKNOW7 1227 PXCXLIV61 1228 PXCXLIV62 1229 PXCXAGE7 1230 PXCXLAW7 1231 PXCXHOP7 1232 PXCXEVER7 1233 PXCXFAR7 1234 PXWANT7 1235 PXSOON7 1236 PXHPYPG7 1237 PXCPREG 1238 PXTRYING 1239 PXTRYLONG 1240-1242 PXRWANT 1243 PXRSOON 1244 PXCPFEEL 1245-1246 PXOTKID 1247 PXOKNUM 1248 PXOKWTH 1249 PXOKWTHN 1250 PXOKADP1 1251 PXOKADN 1252 PXOKSEX 1253 PXOKAD 1254 PXOKLIV1 1255 PXOKLIV2 1256 PXOKFAR 1257-1258 PXOKAGE 1259-1260 PXOKSEX2 1261 PXOKAD2 1262 PXOKLIV9 1263 PXOKLIV10 1264 PXOKFAR2 1265-1266 PXOKAGE2 1267-1268 PXOKSEX3 1269 PXOKAD3 1270 PXOKLIV17 1271 PXOKLIV18 1272 PXOKFAR3 1273 PXOKAGE3 1274-1275 PXOKSEX4 1276 PXOKAD4 1277 PXOKLIV25 1278 PXOKLIV26 1279 PXOKFAR4 1280 PXOKAGE4 1281-1282 D_OKAKIDS 1283 PXNBEVR 1284 PXNBNUM 1285 PXNBREL 1286 PXNBRL 1287 PXNBFOS 1288 PXNBFS 1289 PXNBAD 1290 PXNBADN 1291 PXNBSEX 1292 PXNBLIV1 1293 PXNBFAR 1294 PXNBAGE 1295 PXNBSEX2 1296 PXNBLIV9 1297 PXNBFAR2 1298-1299 PXNBAGE2 1300-1301 D_NBAKIDS 1302 MARDATEN_M2 1303-1304 MARDATEN_Y2 1305-1308 CMMARP2 1309-1312 AGEMARR2 1313 LIVTOGN2 1314 STRTLIVE_M2 1315-1316 STRTLIVE_Y2 1317-1320 CMCOHP2 1321-1324 AGELIV2 1325-1326 CMUNIONP2 1327-1330 ENGAGTHN2 1331 MARREND2 1332 WIFEDIED_M2 1333 WIFEDIED_Y2 1334 CMWIDP2 1335 DIVORFIN_M2 1336-1337 DIVORFIN_Y2 1338-1341 CMDIVP2 1342-1345 ANNULLED_M2 1346 ANNULLED_Y2 1347 CMANNP2 1348 STOPLIVE_M2 1349-1350 STOPLIVE_Y2 1351-1354 CMSTOPP2 1355-1358 PXCURR2 1359 P2CURRPRT 1360 PXMARRY2 1361 PXLUSE2 1362 PXLMETH14 1363-1364 PXLMETH15 1365-1366 PXLMETH16 1367-1368 PXLMETH17 1369 PXLRUSE2 1370 PXLRMETH5 1371-1372 PXLRMETH6 1373-1374 PXLRMETH7 1375-1376 PXLPUSE2 1377-1378 DKPXLPUSE2 1379 PXLPMETH12 1380-1382 PXLPMETH13 1383-1384 PXLPMETH14 1385 PXLPMETH15 1386 DKPXLPMETH2 1387 LSXUSEP2 1388 MTONCEP2 1389 PXLSXPRB2 1390 PXMTONCE2 1391 PXPAGE2 1392-1393 PXRELAGE2 1394 PXRELYRS2 1395 PXFRLTN3 1396-1397 P1YMULT2 1398 P1YRACE2 1399 P1YHRACE2 1400 P1YNRACE2 1401 PXDOB_M2 1402-1403 PXDOB_Y2 1404-1407 CMDOBP2 1408-1411 PXEDUC2 1412 PXMARBF2 1413 PXANYCH2 1414 PXANYCHN2 1415-1416 PXABLECH2 1417 PXSXFRST_M2 1418-1419 PXSXFRST_Y2 1420-1423 CMFSXP2 1424-1427 AGEFSXP2 1428-1431 PXAGFRST2 1432-1433 PXFRLTN4 1434 PXFUSE2 1435 PXFMETH14 1436-1437 PXFMETH15 1438-1439 PXFMETH16 1440-1441 PXFMETH17 1442 PXANYUSE2 1443 PXMETHOD14 1444 PXMETHOD15 1445-1446 PXMETHOD16 1447-1448 PXMETHOD17 1449 PXMSTUSE2 1450-1451 PXCONFRQ2 1452-1454 PXNOFREQ2 1455 PXCHILD2 1456 PXCHILDN2 1457 PXCXSEX11 1458 PXCXBORN_M11 1459-1460 PXCXBORN_Y11 1461-1464 CMCHDOB21 1465-1468 MULTBIRT21 1469 PXCXMARB11 1470 PXCXRES11 1471 PXCXKNOW11 1472 PXCXLIV101 1473-1474 PXCXLIV102 1475 PXCXAGE11 1476 PXCXLAW11 1477 PXCXHOP11 1478 PXCXEVER11 1479 PXCXFAR11 1480-1484 PXWANT11 1485 PXSOON11 1486 PXHPYPG11 1487-1488 PXCXSEX12 1489 PXCXBORN_M12 1490-1491 PXCXBORN_Y12 1492-1495 CMCHDOB22 1496-1499 MULTBIRT22 1500 PXCXMARB12 1501 PXCXRES12 1502 PXCXKNOW12 1503 PXCXLIV111 1504 PXCXLIV112 1505 PXCXAGE12 1506 PXCXLAW12 1507 PXCXHOP12 1508 PXCXEVER12 1509 PXCXFAR12 1510-1512 PXWANT12 1513 PXSOON12 1514 PXHPYPG12 1515-1516 PXCXSEX13 1517 PXCXBORN_M13 1518-1519 PXCXBORN_Y13 1520-1523 CMCHDOB23 1524-1527 MULTBIRT23 1528 PXCXMARB13 1529 PXCXRES13 1530 PXCXKNOW13 1531 PXCXLIV121 1532 PXCXLIV122 1533 PXCXAGE13 1534 PXCXLAW13 1535 PXCXHOP13 1536 PXCXEVER13 1537 PXCXFAR13 1538-1540 PXWANT13 1541 PXSOON13 1542 PXHPYPG13 1543-1544 PXCXSEX14 1545 PXCXBORN_M14 1546-1547 PXCXBORN_Y14 1548-1551 CMCHDOB24 1552-1555 MULTBIRT24 1556 PXCXMARB14 1557 PXCXRES14 1558 PXCXKNOW14 1559 PXCXLIV131 1560 PXCXLIV132 1561 PXCXAGE14 1562 PXCXLAW14 1563 PXCXHOP14 1564 PXCXEVER14 1565 PXCXFAR14 1566 PXWANT14 1567 PXSOON14 1568 PXHPYPG14 1569 PXCXSEX15 1570 PXCXBORN_M15 1571 PXCXBORN_Y15 1572-1575 CMCHDOB25 1576-1579 MULTBIRT25 1580 PXCXMARB15 1581 PXCXRES15 1582 PXCXKNOW15 1583 PXCXLIV141 1584 PXCXLIV142 1585 PXCXAGE15 1586 PXCXLAW15 1587 PXCXHOP15 1588 PXCXEVER15 1589 PXCXFAR15 1590 PXWANT15 1591 PXSOON15 1592 PXHPYPG15 1593-1594 PXCPREG2 1595 PXTRYING2 1596 PXTRYLONG2 1597-1599 PXRWANT2 1600 PXRSOON2 1601 PXCPFEEL2 1602-1603 PXOTKID2 1604 PXOKNUM2 1605 PXOKADP2 1606 PXOKADN2 1607 PXOKWTH2 1608 PXOKWTHN2 1609 PXOKSEX11 1610 PXOKAD11 1611 PXOKLIV81 1612 PXOKFAR11 1613 PXOKAGE11 1614-1615 PXOKSEX12 1616 PXOKAD12 1617 PXOKLIV89 1618 PXOKFAR12 1619 PXOKAGE12 1620-1621 PXOKSEX13 1622 PXOKAD13 1623 PXOKLIV97 1624 PXOKFAR13 1625 PXOKAGE13 1626-1627 PXOKSEX14 1628 PXOKAD14 1629 PXOKLIV105 1630 PXOKFAR14 1631 PXOKAGE14 1632-1633 D_OKAKIDS2 1634 PXNBEVR2 1635 PXNBNUM2 1636 PXNBREL2 1637 PXNBRL2 1638 PXNBFOS2 1639 PXNBFS2 1640 PXNBAD2 1641 D_NBAKIDS2 1642 MARDATEN_M3 1643-1644 MARDATEN_Y3 1645-1648 CMMARP3 1649-1652 AGEMARR3 1653 LIVTOGN3 1654 STRTLIVE_M3 1655-1656 STRTLIVE_Y3 1657-1660 CMCOHP3 1661-1664 AGELIV3 1665-1666 CMUNIONP3 1667-1670 ENGAGTHN3 1671 MARREND3 1672 WIFEDIED_M3 1673 WIFEDIED_Y3 1674 CMWIDP3 1675 DIVORFIN_M3 1676-1677 DIVORFIN_Y3 1678-1681 CMDIVP3 1682-1685 ANNULLED_M3 1686 ANNULLED_Y3 1687-1690 CMANNP3 1691-1694 STOPLIVE_M3 1695-1696 STOPLIVE_Y3 1697-1700 CMSTOPP3 1701-1704 PXCURR3 1705 P3CURRPRT 1706 PXMARRY3 1707 PXLUSE3 1708 PXLMETH27 1709 PXLMETH28 1710 PXLMETH29 1711 PXLMETH30 1712 PXLRUSE3 1713 PXLRMETH9 1714 PXLRMETH10 1715 PXLRMETH11 1716 PXLPUSE3 1717-1718 DKPXLPUSE3 1719 PXLPMETH23 1720-1721 PXLPMETH24 1722-1723 PXLPMETH25 1724-1725 PXLPMETH26 1726 DKPXLPMETH3 1727 LSXUSEP3 1728 MTONCEP3 1729 PXLSXPRB3 1730 PXMTONCE3 1731 PXPAGE3 1732-1733 PXRELAGE3 1734 PXRELYRS3 1735 PXFRLTN5 1736-1737 P1YMULT3 1738 P1YRACE3 1739 P1YHRACE3 1740 P1YNRACE3 1741 PXDOB_M3 1742-1743 PXDOB_Y3 1744-1747 CMDOBP3 1748-1751 PXEDUC3 1752 PXMARBF3 1753 PXANYCH3 1754 PXANYCHN3 1755 PXABLECH3 1756 PXSXFRST_M3 1757-1758 PXSXFRST_Y3 1759-1762 CMFSXP3 1763-1766 AGEFSXP3 1767-1770 PXAGFRST3 1771-1772 PXFRLTN6 1773 PXFUSE3 1774 PXFMETH27 1775-1776 PXFMETH28 1777-1778 PXFMETH29 1779-1780 PXANYUSE3 1781 PXMETHOD27 1782-1783 PXMETHOD28 1784-1785 PXMETHOD29 1786 PXMETHOD30 1787 PXMSTUSE3 1788-1789 PXCONFRQ3 1790-1792 PXNOFREQ3 1793 PXCHILD3 1794 PXCHILDN3 1795 PXCXSEX21 1796 PXCXBORN_M21 1797-1798 PXCXBORN_Y21 1799-1802 CMCHDOB31 1803-1806 MULTBIRT31 1807 PXCXMARB21 1808 PXCXRES21 1809 PXCXKNOW21 1810 PXCXLIV201 1811-1812 PXCXLIV202 1813 PXCXAGE21 1814 PXCXLAW21 1815 PXCXHOP21 1816 PXCXEVER21 1817 PXCXFAR21 1818-1822 PXWANT21 1823 PXSOON21 1824 PXHPYPG21 1825-1826 PXCXSEX22 1827 PXCXBORN_M22 1828-1829 PXCXBORN_Y22 1830-1833 CMCHDOB32 1834-1837 MULTBIRT32 1838 PXCXMARB22 1839 PXCXRES22 1840 PXCXKNOW22 1841 PXCXLIV211 1842 PXCXLIV212 1843 PXCXAGE22 1844 PXCXLAW22 1845 PXCXHOP22 1846 PXCXEVER22 1847 PXCXFAR22 1848-1849 PXWANT22 1850 PXSOON22 1851 PXHPYPG22 1852-1853 PXCXSEX23 1854 PXCXBORN_M23 1855-1856 PXCXBORN_Y23 1857-1860 CMCHDOB33 1861-1864 MULTBIRT33 1865 PXCXMARB23 1866 PXCXRES23 1867 PXCXKNOW23 1868 PXCXLIV221 1869 PXCXLIV222 1870 PXCXAGE23 1871 PXCXLAW23 1872 PXCXHOP23 1873 PXCXEVER23 1874 PXCXFAR23 1875 PXWANT23 1876 PXSOON23 1877 PXHPYPG23 1878-1879 PXCPREG3 1880 PXTRYING3 1881 PXTRYLONG3 1882-1883 PXRWANT3 1884 PXRSOON3 1885 PXCPFEEL3 1886 CURRPREG 1887 PXOTKID3 1888 PXOKNUM3 1889 PXOKADP3 1890 PXOKADN3 1891 PXOKWTH3 1892 PXOKWTHN3 1893 PXOKSEX21 1894 PXOKAD21 1895 PXOKLIV161 1896 PXOKFAR21 1897 PXOKAGE21 1898-1899 PXOKSEX22 1900 PXOKAD22 1901 PXOKLIV169 1902 PXOKFAR22 1903 PXOKAGE22 1904-1905 PXOKSEX23 1906 PXOKAD23 1907 PXOKLIV177 1908 PXOKFAR23 1909 PXOKAGE23 1910-1911 D_OKAKIDS3 1912 PXNBEVR3 1913 PXNBNUM3 1914 PXNBREL3 1915 PXNBRL3 1916 PXNBFOS3 1917 PXNBFS3 1918 PXNBAD3 1919 D_NBAKIDS3 1920 FPFIRST_M 1921-1922 FPFIRST_Y 1923-1926 CMFSTSEX 1927-1930 FSTSEXAGE 1931-1932 FPAGE 1933-1934 FPAGE18 1935 FPAGE15 1936 FPAGE20 1937 RFSXAGEGP 1938 FPPAGE 1939-1940 FPRELAGE 1941 FPRELYRS 1942 FPRLTN 1943-1944 FPUSE 1945 FPMETH01 1946-1947 FPMETH02 1948-1949 FPMETH03 1950-1951 FPMETH04 1952 FPPROBE 1953 NFORMWIFE 1954 NFORMCOHAB 1955-1957 FWVERIFY 1958 FWVER 1959 FWVERIFY2 1960 FWVER2 1961 FWVERIFY3 1962 FWVER3 1963 FCVER 1964 FCVERIFY 1965 EXRELATION 1966 FWMAREND_M 1967-1968 FWMAREND_Y 1969-1972 CMMARW 1973-1976 AGEMARRN 1977-1978 LIVTOGN4 1979 STRTLIVE_M4 1980-1981 STRTLIVE_Y4 1982-1985 CMCOHW 1986-1989 AGELIV4 1990-1991 CMUNIONW 1992-1995 ENGAGTHN4 1996 MARREND4 1997 WIFEDIED_M4 1998-1999 WIFEDIED_Y4 2000-2003 CMWIDW 2004-2007 DIVORFIN_M4 2008-2009 DIVORFIN_Y4 2010-2013 CMDIVW 2014-2017 ANNULLED_M4 2018-2019 ANNULLED_Y4 2020-2023 CMANNW 2024-2027 STOPLIVE_M4 2028-2029 STOPLIVE_Y4 2030-2033 CMSTOPW 2034-2037 EXRELATION2 2038 FWMAREND_M2 2039-2040 FWMAREND_Y2 2041-2044 CMMARW2 2045-2048 AGEMARRN2 2049-2050 LIVTOGN5 2051 STRTLIVE_M5 2052-2053 STRTLIVE_Y5 2054-2057 CMCOHW2 2058-2061 AGELIV5 2062-2063 CMUNIONW2 2064-2067 ENGAGTHN5 2068 MARREND5 2069 WIFEDIED_M5 2070 WIFEDIED_Y5 2071-2074 CMWIDW2 2075-2078 DIVORFIN_M5 2079-2080 DIVORFIN_Y5 2081-2084 CMDIVW2 2085-2088 ANNULLED_M5 2089-2090 ANNULLED_Y5 2091-2094 CMANNW2 2095-2098 STOPLIVE_M5 2099-2100 STOPLIVE_Y5 2101-2104 CMSTOPW2 2105-2108 EXRELATION3 2109 FWMAREND_M3 2110-2111 FWMAREND_Y3 2112-2115 CMMARW3 2116-2119 AGEMARRN3 2120-2121 LIVTOGN6 2122 STRTLIVE_M6 2123-2124 STRTLIVE_Y6 2125-2128 CMCOHW3 2129-2132 AGELIV6 2133-2134 CMUNIONW3 2135-2138 ENGAGTHN6 2139 MARREND6 2140 WIFEDIED_M6 2141 WIFEDIED_Y6 2142-2145 CMWIDW3 2146-2149 DIVORFIN_M6 2150-2151 DIVORFIN_Y6 2152-2155 CMDIVW3 2156-2159 ANNULLED_M6 2160-2161 ANNULLED_Y6 2162-2165 CMANNW3 2166-2169 STOPLIVE_M6 2170-2171 STOPLIVE_Y6 2172-2175 CMSTOPW3 2176-2179 EXRELATION11 2180 STRTLIVE_M14 2181-2182 STRTLIVE_Y14 2183-2186 CMCOHFC11 2187-2190 AGELIV14 2191-2192 ENGAGTHN14 2193 STOPLIVE_M14 2194-2195 STOPLIVE_Y14 2196-2199 CMSTOPFC11 2200-2203 FWPDOB_M 2204-2205 FWPDOB_Y 2206-2209 CMFWPDOB 2210-2213 FWPAGE 2214-2215 WIF1MULT 2216 WIF1RACE 2217 WIF1HRACE 2218 WIF1NRACE 2219 FWPMARBF 2220 FWPDOB_M2 2221-2222 FWPDOB_Y2 2223-2226 CMFWPDOB2 2227-2230 FWPAGE2 2231-2232 FWPMARBF2 2233 FWPDOB_M3 2234-2235 FWPDOB_Y3 2236-2239 CMFWPDOB3 2240-2243 FWPAGE3 2244-2245 FWPMARBF3 2246 FWPDOB_M11 2247-2248 FWPDOB_Y11 2249-2252 CMFWPDOB11 2253-2256 FWPAGE11 2257-2258 COH1MULT 2259 COH1RACE 2260 COH1HRACE 2261 COH1NRACE 2262 FWPMARBF11 2263 FWPBIOKD 2264 FWPNUMKD 2265 FWPCHSEX 2266 FWPCHDOB_M 2267-2268 FWPCHDOB_Y 2269-2272 CMCHDOB41 2273-2276 MULTBIRT41 2277 FWCHMARB 2278 FWPCHRES 2279 FWPCHLRN 2280 FWPCHLIV01 2281-2282 FWPCHLIV02 2283-2284 FWPCHLIV03 2285 FWPCHAGE 2286 FWPCHLEG 2287 FWPCHHOP 2288 FWPCHEVR 2289 FWPCHFAR 2290-2294 FWPRWANT 2295 FWPSOON 2296 FWPHPYPG 2297-2298 FWPCHSEX2 2299 FWPCHDOB_M2 2300-2301 FWPCHDOB_Y2 2302-2305 CMCHDOB42 2306-2309 MULTBIRT42 2310 FWCHMARB2 2311 FWPCHRES2 2312 FWPCHLRN2 2313 FWPCHLIV11 2314-2315 FWPCHLIV12 2316 FWPCHLIV13 2317 FWPCHAGE2 2318 FWPCHLEG2 2319 FWPCHHOP2 2320 FWPCHEVR2 2321 FWPCHFAR2 2322-2326 FWPRWANT2 2327 FWPSOON2 2328 FWPHPYPG2 2329-2330 FWPCHSEX3 2331 FWPCHDOB_M3 2332-2333 FWPCHDOB_Y3 2334-2337 CMCHDOB43 2338-2341 MULTBIRT43 2342 FWCHMARB3 2343 FWPCHRES3 2344 FWPCHLRN3 2345 FWPCHLIV21 2346-2347 FWPCHLIV22 2348 FWPCHLIV23 2349 FWPCHAGE3 2350 FWPCHLEG3 2351 FWPCHHOP3 2352 FWPCHEVR3 2353 FWPCHFAR3 2354-2358 FWPRWANT3 2359 FWPSOON3 2360 FWPHPYPG3 2361-2362 FWPCHSEX4 2363 FWPCHDOB_M4 2364-2365 FWPCHDOB_Y4 2366-2369 CMCHDOB44 2370-2373 MULTBIRT44 2374 FWCHMARB4 2375 FWPCHRES4 2376 FWPCHLRN4 2377 FWPCHLIV31 2378 FWPCHLIV32 2379 FWPCHLIV33 2380 FWPCHAGE4 2381 FWPCHLEG4 2382 FWPCHHOP4 2383 FWPCHEVR4 2384 FWPCHFAR4 2385-2389 FWPRWANT4 2390 FWPSOON4 2391 FWPHPYPG4 2392 FWPCHSEX5 2393 FWPCHDOB_M5 2394-2395 FWPCHDOB_Y5 2396-2399 CMCHDOB45 2400-2403 MULTBIRT45 2404 FWCHMARB5 2405 FWPCHRES5 2406 FWPCHLRN5 2407 FWPCHLIV41 2408 FWPCHLIV42 2409 FWPCHLIV43 2410 FWPCHAGE5 2411 FWPCHLEG5 2412 FWPCHHOP5 2413 FWPCHEVR5 2414 FWPCHFAR5 2415-2419 FWPRWANT5 2420 FWPSOON5 2421 FWPHPYPG5 2422-2423 FWPCHSEX6 2424 FWPCHDOB_M6 2425 FWPCHDOB_Y6 2426-2429 CMCHDOB46 2430-2433 MULTBIRT46 2434 FWCHMARB6 2435 FWPCHRES6 2436 FWPCHLRN6 2437 FWPCHLIV51 2438 FWPCHLIV52 2439 FWPCHLIV53 2440 FWPCHAGE6 2441 FWPCHLEG6 2442 FWPCHHOP6 2443 FWPCHEVR6 2444 FWPCHFAR6 2445 FWPRWANT6 2446 FWPSOON6 2447 FWPHPYPG6 2448-2449 FWPBIOKD2 2450 FWPNUMKD2 2451 FWPCHSEX11 2452 FWPCHDOB_M11 2453-2454 FWPCHDOB_Y11 2455-2458 CMCHDOB51 2459-2462 MULTBIRT51 2463 FWCHMARB11 2464 FWPCHRES11 2465 FWPCHLRN11 2466 FWPCHLIV101 2467-2468 FWPCHLIV102 2469 FWPCHLIV103 2470 FWPCHAGE11 2471 FWPCHLEG11 2472 FWPCHHOP11 2473 FWPCHEVR11 2474 FWPCHFAR11 2475-2479 FWPRWANT11 2480 FWPSOON11 2481 FWPHPYPG11 2482-2483 FWPCHSEX12 2484 FWPCHDOB_M12 2485-2486 FWPCHDOB_Y12 2487-2490 CMCHDOB52 2491-2494 MULTBIRT52 2495 FWCHMARB12 2496 FWPCHRES12 2497 FWPCHLRN12 2498 FWPCHLIV111 2499-2500 FWPCHLIV112 2501 FWPCHLIV113 2502 FWPCHAGE12 2503 FWPCHLEG12 2504 FWPCHHOP12 2505 FWPCHEVR12 2506 FWPCHFAR12 2507-2511 FWPRWANT12 2512 FWPSOON12 2513 FWPHPYPG12 2514-2515 FWPCHSEX13 2516 FWPCHDOB_M13 2517-2518 FWPCHDOB_Y13 2519-2522 CMCHDOB53 2523-2526 MULTBIRT53 2527 FWCHMARB13 2528 FWPCHRES13 2529 FWPCHLRN13 2530 FWPCHLIV121 2531 FWPCHLIV122 2532 FWPCHLIV123 2533 FWPCHAGE13 2534 FWPCHLEG13 2535 FWPCHHOP13 2536 FWPCHEVR13 2537 FWPCHFAR13 2538-2540 FWPRWANT13 2541 FWPSOON13 2542 FWPHPYPG13 2543 FWPBIOKD3 2544 FWPNUMKD3 2545 FWPCHSEX21 2546 FWPCHDOB_M21 2547-2548 FWPCHDOB_Y21 2549-2552 CMCHDOB61 2553-2556 MULTBIRT61 2557 FWCHMARB21 2558 FWPCHRES21 2559 FWPCHLRN21 2560 FWPCHLIV201 2561 FWPCHLIV202 2562 FWPCHLIV203 2563 FWPCHAGE21 2564 FWPCHLEG21 2565 FWPCHHOP21 2566 FWPCHEVR21 2567 FWPCHFAR21 2568-2571 FWPRWANT21 2572 FWPSOON21 2573 FWPHPYPG21 2574 FWPCHSEX22 2575 FWPCHDOB_M22 2576 FWPCHDOB_Y22 2577-2580 CMCHDOB62 2581-2584 MULTBIRT62 2585 FWCHMARB22 2586 FWPCHRES22 2587 FWPCHLRN22 2588 FWPCHLIV211 2589 FWPCHLIV212 2590 FWPCHLIV213 2591 FWPCHAGE22 2592 FWPCHLEG22 2593 FWPCHHOP22 2594 FWPCHEVR22 2595 FWPCHFAR22 2596-2598 FWPRWANT22 2599 FWPSOON22 2600 FWPHPYPG22 2601 FWPCHSEX23 2602 FWPCHDOB_M23 2603 FWPCHDOB_Y23 2604-2607 CMCHDOB63 2608-2611 MULTBIRT63 2612 FWCHMARB23 2613 FWPCHRES23 2614 FWPCHLRN23 2615 FWPCHLIV221 2616 FWPCHLIV222 2617 FWPCHLIV223 2618 FWPCHAGE23 2619 FWPCHLEG23 2620 FWPCHHOP23 2621 FWPCHEVR23 2622 FWPCHFAR23 2623-2625 FWPRWANT23 2626 FWPSOON23 2627 FWPHPYPG23 2628 FWPBIOKD11 2629 FWPNUMKD11 2630 FWPCHSEX101 2631 FWPCHDOB_M101 2632-2633 FWPCHDOB_Y101 2634-2637 CMCHDOB141 2638-2641 MULTBIRT141 2642 FWPCHRES101 2643 FWPCHLRN101 2644 FWPCHLIV1001 2645-2646 FWPCHLIV1002 2647 FWPCHLIV1003 2648 FWPCHAGE101 2649 FWPCHLEG101 2650 FWPCHHOP101 2651 FWPCHEVR101 2652 FWPCHFAR101 2653-2657 FWPRWANT101 2658 FWPSOON101 2659 FWPHPYPG101 2660-2661 FWPCHSEX102 2662 FWPCHDOB_M102 2663-2664 FWPCHDOB_Y102 2665-2668 CMCHDOB142 2669-2672 MULTBIRT142 2673 FWPCHRES102 2674 FWPCHLRN102 2675 FWPCHLIV1011 2676-2677 FWPCHLIV1012 2678 FWPCHLIV1013 2679 FWPCHAGE102 2680 FWPCHLEG102 2681 FWPCHHOP102 2682 FWPCHEVR102 2683 FWPCHFAR102 2684-2688 FWPRWANT102 2689 FWPSOON102 2690 FWPHPYPG102 2691-2692 FWPCHSEX103 2693 FWPCHDOB_M103 2694-2695 FWPCHDOB_Y103 2696-2699 CMCHDOB143 2700-2703 MULTBIRT143 2704 FWPCHRES103 2705 FWPCHLRN103 2706 FWPCHLIV1021 2707-2708 FWPCHLIV1022 2709 FWPCHLIV1023 2710 FWPCHAGE103 2711 FWPCHLEG103 2712 FWPCHHOP103 2713 FWPCHEVR103 2714 FWPCHFAR103 2715-2719 FWPRWANT103 2720 FWPSOON103 2721 FWPHPYPG103 2722-2723 FWPCHSEX104 2724 FWPCHDOB_M104 2725-2726 FWPCHDOB_Y104 2727-2730 CMCHDOB144 2731-2734 MULTBIRT144 2735 FWPCHRES104 2736 FWPCHLRN104 2737 FWPCHLIV1031 2738 FWPCHLIV1032 2739 FWPCHLIV1033 2740 FWPCHAGE104 2741 FWPCHLEG104 2742 FWPCHHOP104 2743 FWPCHEVR104 2744 FWPCHFAR104 2745-2749 FWPRWANT104 2750 FWPSOON104 2751 FWPHPYPG104 2752 FWPCHSEX105 2753 FWPCHDOB_M105 2754-2755 FWPCHDOB_Y105 2756-2759 CMCHDOB145 2760-2763 MULTBIRT145 2764 FWPCHRES105 2765 FWPCHLRN105 2766 FWPCHLIV1041 2767 FWPCHLIV1042 2768 FWPCHLIV1043 2769 FWPCHAGE105 2770 FWPCHLEG105 2771 FWPCHHOP105 2772 FWPCHEVR105 2773 FWPCHFAR105 2774-2776 FWPRWANT105 2777 FWPSOON105 2778 FWPHPYPG105 2779 FWPOTKID 2780 FWPOKNUM 2781 FWPOKWTH 2782 FWPOKWTHN 2783 FWPOKADP1 2784 FWPOKADN 2785 FWPOKSEX 2786 FWPOKAD 2787 FWPOKLIV1 2788-2789 FWPOKLIV2 2790 FWPOKFAR 2791-2795 FWPOKAGE 2796-2797 FWPOKSEX2 2798 FWPOKAD2 2799 FWPOKLIV9 2800 FWPOKLIV10 2801 FWPOKFAR2 2802-2806 FWPOKAGE2 2807-2808 FWPOKSEX3 2809 FWPOKAD3 2810 FWPOKLIV17 2811 FWPOKLIV18 2812 FWPOKFAR3 2813 FWPOKAGE3 2814-2815 FWPOKSEX4 2816 FWPOKAD4 2817 FWPOKLIV25 2818 FWPOKLIV26 2819 FWPOKFAR4 2820 FWPOKAGE4 2821-2822 E_OKAKIDS 2823 FWPOTKID2 2824 FWPOKNUM2 2825 FWPOKWTH2 2826 FWPOKWTHN2 2827 FWPOKADP2 2828 FWPOKADN2 2829 FWPOKSEX11 2830 FWPOKAD11 2831 FWPOKLIV81 2832 FWPOKFAR11 2833-2837 FWPOKAGE11 2838-2839 FWPOKSEX12 2840 FWPOKAD12 2841 FWPOKLIV89 2842 FWPOKFAR12 2843-2847 FWPOKAGE12 2848-2849 FWPOKSEX13 2850 FWPOKAD13 2851 FWPOKLIV97 2852 FWPOKFAR13 2853-2854 FWPOKAGE13 2855-2856 E_OKAKIDS2 2857 FWPOTKID3 2858 FWPOKNUM3 2859 FWPOKWTH3 2860 FWPOKWTHN3 2861 FWPOKADP3 2862 FWPOKADN3 2863 FWPOKSEX21 2864 FWPOKAD21 2865 FWPOKLIV161 2866 FWPOKFAR21 2867 FWPOKAGE21 2868-2869 FWPOKSEX22 2870 FWPOKAD22 2871 FWPOKLIV169 2872 FWPOKFAR22 2873 FWPOKAGE22 2874-2875 FWPOKSEX23 2876 FWPOKAD23 2877 FWPOKLIV177 2878 FWPOKFAR23 2879 FWPOKAGE23 2880-2881 FWPOKSEX24 2882 FWPOKAD24 2883 FWPOKLIV185 2884 FWPOKFAR24 2885 FWPOKAGE24 2886-2887 FWPOKSEX25 2888 FWPOKAD25 2889 FWPOKLIV193 2890 FWPOKFAR25 2891 FWPOKAGE25 2892-2893 E_OKAKIDS3 2894 FWPOTKID11 2895 FWPOKNUM11 2896 FWPOKWTH11 2897 FWPOKWTHN11 2898 FWPOKADP11 2899 FWPOKADN11 2900 FWPOKSEX101 2901 FWPOKAD101 2902 FWPOKLIV801 2903 FWPOKFAR101 2904-2908 FWPOKAGE101 2909-2910 FWPOKSEX102 2911 FWPOKAD102 2912 FWPOKLIV809 2913 FWPOKFAR102 2914-2918 FWPOKAGE102 2919-2920 FWPOKSEX103 2921 FWPOKAD103 2922 FWPOKLIV817 2923 FWPOKFAR103 2924-2928 FWPOKAGE103 2929-2930 FWPOKSEX104 2931 FWPOKAD104 2932 FWPOKLIV825 2933 FWPOKFAR104 2934-2935 FWPOKAGE104 2936-2937 FWPOKSEX105 2938 FWPOKAD105 2939 FWPOKLIV833 2940 FWPOKFAR105 2941 FWPOKAGE105 2942-2943 FWPOKSEX106 2944 FWPOKAD106 2945 FWPOKLIV841 2946 FWPOKFAR106 2947 FWPOKAGE106 2948-2949 E_OKAKIDS11 2950 FWPNBEVR 2951 FWPNBNUM 2952 FWPNBREL 2953 FWPNBRL 2954 FWPNBFOS 2955 FWPNBFS 2956 FWPNBAD 2957 FWPNBADN 2958 FWPNBSEX 2959 FWPNBLIV1 2960 FWPNBFAR 2961-2965 FWPNBAGE 2966-2967 FWPNBSEX2 2968 FWPNBLIV9 2969 FWPNBFAR2 2970-2974 FWPNBAGE2 2975-2976 FWPNBSEX3 2977 FWPNBLIV17 2978 FWPNBFAR3 2979-2980 FWPNBAGE3 2981-2982 FWPNBSEX4 2983 FWPNBLIV25 2984 FWPNBFAR4 2985-2986 FWPNBAGE4 2987-2988 E_NBAKIDS 2989 FWPNBEVR2 2990 FWPNBNUM2 2991 FWPNBREL2 2992 FWPNBRL2 2993 FWPNBFOS2 2994 FWPNBFS2 2995 FWPNBAD2 2996 FWPNBADN2 2997 FWPNBSEX11 2998 FWPNBLIV81 2999 FWPNBFAR11 3000 FWPNBAGE11 3001 E_NBAKIDS2 3002 FWPNBEVR3 3003 FWPNBNUM3 3004 FWPNBREL3 3005 FWPNBRL3 3006 FWPNBFOS3 3007 FWPNBFS3 3008 FWPNBAD3 3009 FWPNBADN3 3010 FWPNBSEX21 3011 FWPNBLIV161 3012 FWPNBFAR21 3013 FWPNBAGE21 3014 E_NBAKIDS3 3015 FWPNBEVR11 3016 FWPNBNUM11 3017 FWPNBREL11 3018 FWPNBRL11 3019 FWPNBFOS11 3020 FWPNBFS11 3021 FWPNBAD11 3022 FWPNBADN11 3023 FWPNBSEX101 3024 FWPNBLIV801 3025 FWPNBFAR101 3026-3030 FWPNBAGE101 3031-3032 E_NBAKIDS11 3033 OTBCHIL 3034 OTBPROBE 3035 OTBCHILN 3036-3037 OTBSAME 3038 OBCSEXX 3039 OBCDOB_M 3040-3041 OBCDOB_Y 3042-3045 CMCHDOB151 3046-3049 MULTBIRT151 3050 OBCMAGEX 3051-3052 OBCMLIV 3053 OBCKNOWX 3054 OBCLIVEX01 3055-3056 OBCLIVEX02 3057-3058 OBCLIVEX03 3059 OBCAGE 3060 OBCLAW 3061 OBCHOP 3062 OBCEVER 3063 OBCFAR 3064-3068 OBCRWANX 3069 OBCSOONX 3070 OBCHPYX 3071-3072 OBCSEXX2 3073 OBCDOB_M2 3074-3075 OBCDOB_Y2 3076-3079 CMCHDOB152 3080-3083 MULTBIRT152 3084 OBCMAGEX2 3085-3086 OBCMLIV2 3087 OBCKNOWX2 3088 OBCLIVEX11 3089 OBCLIVEX12 3090 OBCLIVEX13 3091 OBCAGE2 3092 OBCLAW2 3093 OBCHOP2 3094 OBCEVER2 3095 OBCFAR2 3096-3100 OBCRWANX2 3101 OBCSOONX2 3102 OBCHPYX2 3103-3104 OBCSEXX3 3105 OBCDOB_M3 3106-3107 OBCDOB_Y3 3108-3111 CMCHDOB153 3112-3115 MULTBIRT153 3116 OBCMAGEX3 3117-3118 OBCMLIV3 3119 OBCKNOWX3 3120 OBCLIVEX21 3121-3122 OBCLIVEX22 3123 OBCLIVEX23 3124 OBCAGE3 3125 OBCLAW3 3126 OBCHOP3 3127 OBCEVER3 3128 OBCFAR3 3129-3133 OBCRWANX3 3134 OBCSOONX3 3135 OBCHPYX3 3136-3137 OBCSEXX4 3138 OBCDOB_M4 3139-3140 OBCDOB_Y4 3141-3144 CMCHDOB154 3145-3148 MULTBIRT154 3149 OBCMAGEX4 3150-3151 OBCMLIV4 3152 OBCKNOWX4 3153 OBCLIVEX31 3154-3155 OBCLIVEX32 3156 OBCLIVEX33 3157 OBCAGE4 3158 OBCLAW4 3159 OBCHOP4 3160 OBCEVER4 3161 OBCFAR4 3162-3166 OBCRWANX4 3167 OBCSOONX4 3168 OBCHPYX4 3169-3170 OBCSEXX5 3171 OBCDOB_M5 3172-3173 OBCDOB_Y5 3174-3177 CMCHDOB155 3178-3181 MULTBIRT155 3182 OBCMAGEX5 3183-3184 OBCMLIV5 3185 OBCKNOWX5 3186 OBCLIVEX41 3187-3188 OBCLIVEX42 3189 OBCLIVEX43 3190 OBCAGE5 3191 OBCLAW5 3192 OBCHOP5 3193 OBCEVER5 3194 OBCFAR5 3195-3198 OBCRWANX5 3199 OBCSOONX5 3200 OBCHPYX5 3201-3202 OBCSEXX6 3203 OBCDOB_M6 3204-3205 OBCDOB_Y6 3206-3209 CMCHDOB156 3210-3213 MULTBIRT156 3214 OBCMAGEX6 3215-3216 OBCMLIV6 3217 OBCKNOWX6 3218 OBCLIVEX51 3219 OBCLIVEX52 3220 OBCLIVEX53 3221 OBCAGE6 3222 OBCLAW6 3223 OBCHOP6 3224 OBCEVER6 3225 OBCFAR6 3226-3227 OBCRWANX6 3228 OBCSOONX6 3229 OBCHPYX6 3230 OBCSEXX7 3231 OBCDOB_M7 3232-3233 OBCDOB_Y7 3234-3237 CMCHDOB157 3238-3241 MULTBIRT157 3242 OBCMAGEX7 3243-3244 OBCMLIV7 3245 OBCKNOWX7 3246 OBCLIVEX61 3247 OBCLIVEX62 3248 OBCLIVEX63 3249 OBCAGE7 3250 OBCLAW7 3251 OBCHOP7 3252 OBCEVER7 3253 OBCFAR7 3254-3255 OBCRWANX7 3256 OBCSOONX7 3257 OBCHPYX7 3258 OBCSEXX8 3259 OBCDOB_M8 3260-3261 OBCDOB_Y8 3262-3265 CMCHDOB158 3266-3269 MULTBIRT158 3270 OBCMAGEX8 3271-3272 OBCMLIV8 3273 OBCKNOWX8 3274 OBCLIVEX71 3275 OBCLIVEX72 3276 OBCLIVEX73 3277 OBCAGE8 3278 OBCLAW8 3279 OBCHOP8 3280 OBCEVER8 3281 OBCFAR8 3282-3283 OBCRWANX8 3284 OBCSOONX8 3285 OBCHPYX8 3286 OBCSEXX9 3287 OBCDOB_M9 3288-3289 OBCDOB_Y9 3290-3293 CMCHDOB159 3294-3297 MULTBIRT159 3298 OBCMAGEX9 3299-3300 OBCMLIV9 3301 OBCKNOWX9 3302 OBCLIVEX81 3303 OBCLIVEX82 3304 OBCLIVEX83 3305 OBCAGE9 3306 OBCLAW9 3307 OBCHOP9 3308 OBCEVER9 3309 OBCFAR9 3310-3311 OBCRWANX9 3312 OBCSOONX9 3313 OBCHPYX9 3314 OTACHIL 3315 OTACHILN 3316-3317 OTNBREL 3318 OTNBRL 3319 OTNBFOS 3320 OTNBFS 3321 OTNBAD 3322 OTNBADN 3323 OTNBSEX 3324 OTNBLIV1 3325 OTNBLIV2 3326 OTNBFAR 3327-3331 OTNBAGE 3332-3333 OTNBSEX2 3334 OTNBLIV9 3335 OTNBLIV10 3336 OTNBFAR2 3337-3341 OTNBAGE2 3342-3343 OTNBSEX3 3344 OTNBLIV17 3345 OTNBFAR3 3346-3348 OTNBAGE3 3349-3350 F_AKIDS 3351 OTPREG 3352 OTPRGPRB 3353 OTPRGN 3354-3355 OTPRGEND 3356 OTMSN 3357-3358 OTSTN 3359 OTABN 3360-3361 TOTPRG 3362-3363 OTPREGS 3364-3365 TOTPREGS_C 3366-3368 TOTPREGS_R 3369-3371 BIOKIDS 3372-3373 ADOPKIDS 3374 ANYKIDS 3375 BIOADOPT 3376 NUMLIFE 3377-3379 PREGSNOW 3380 BIODOB1 3381-3384 BIODOB2 3385-3388 BIODOB3 3389-3392 BIODOB4 3393-3396 BIODOB5 3397-3400 BIODOB6 3401-3404 BIODOB7 3405-3408 BIODOB8 3409-3412 BIODOB9 3413-3416 BIODOB10 3417-3420 BIOMULT1 3421 BIOMULT2 3422 BIOMULT3 3423 BIOMULT4 3424 BIOMULT5 3425 BIOMULT6 3426 BIOMULT7 3427 BIOMULT8 3428 BIOMULT9 3429 BIOMULT10 3430 BIOSEX1 3431 BIOSEX2 3432 BIOSEX3 3433 BIOSEX4 3434 BIOSEX5 3435 BIOSEX6 3436 BIOSEX7 3437 BIOSEX8 3438 BIOSEX9 3439 BIOSEX10 3440 BIOAGE1 3441-3443 BIOAGE2 3444-3446 BIOAGE3 3447-3449 BIOAGE4 3450-3452 BIOAGE5 3453-3455 BIOAGE6 3456-3458 BIOAGE7 3459-3461 BIOAGE8 3462-3464 BIOAGE9 3465-3467 BIOAGE10 3468-3470 BIOAGEGP1 3471-3472 BIOAGEGP2 3473-3474 BIOAGEGP3 3475-3476 BIOAGEGP4 3477-3478 BIOAGEGP5 3479-3480 BIOAGEGP6 3481-3482 BIOAGEGP7 3483 BIOAGEGP8 3484 BIOAGEGP9 3485 BIOAGEGP10 3486-3487 BIOHH1 3488 BIOHH2 3489 BIOHH3 3490 BIOHH4 3491 BIOHH5 3492 BIOHH6 3493 BIOHH7 3494 BIOHH8 3495 BIOHH9 3496 BIOHH10 3497 BIOMOM1 3498 BIOMOM2 3499 BIOMOM3 3500 BIOMOM4 3501 BIOMOM5 3502 BIOMOM6 3503 BIOMOM7 3504 BIOMOM8 3505 BIOMOM9 3506 BIOMOM10 3507 BIOMAR1 3508 BIOMAR2 3509 BIOMAR3 3510 BIOMAR4 3511 BIOMAR5 3512 BIOMAR6 3513 BIOMAR7 3514 BIOMAR8 3515 BIOMAR9 3516 BIOMAR10 3517 BIOCOHB1 3518 BIOCOHB2 3519 BIOCOHB3 3520 BIOCOHB4 3521 BIOCOHB5 3522 BIOCOHB6 3523 BIOCOHB7 3524 BIOCOHB8 3525 BIOCOHB9 3526 BIOCOHB10 3527 BIOLRNPG1 3528 BIOLRNPG2 3529 BIOLRNPG3 3530 BIOLRNPG4 3531 BIOLRNPG5 3532 BIOLRNPG6 3533 BIOLRNPG7 3534 BIOLRNPG8 3535 BIOLRNPG9 3536 BIOLRNPG10 3537 BIOLIVNG11 3538-3539 BIOLIVNG12 3540-3541 BIOLIVNG13 3542 BIOLIVNG21 3543-3544 BIOLIVNG22 3545-3546 BIOLIVNG23 3547 BIOLIVNG31 3548-3549 BIOLIVNG32 3550-3551 BIOLIVNG33 3552 BIOLIVNG41 3553-3554 BIOLIVNG42 3555 BIOLIVNG43 3556 BIOLIVNG51 3557-3558 BIOLIVNG52 3559 BIOLIVNG53 3560 BIOLIVNG61 3561-3562 BIOLIVNG62 3563 BIOLIVNG63 3564 BIOLIVNG71 3565-3566 BIOLIVNG72 3567 BIOLIVNG73 3568 BIOLIVNG81 3569-3570 BIOLIVNG82 3571 BIOLIVNG83 3572 BIOLIVNG91 3573 BIOLIVNG92 3574 BIOLIVNG93 3575 BIOLIVNG101 3576 BIOLIVNG102 3577 BIOLIVNG103 3578 BIOLGPAT1 3579 BIOLGPAT2 3580 BIOLGPAT3 3581 BIOLGPAT4 3582 BIOLGPAT5 3583 BIOLGPAT6 3584 BIOLGPAT7 3585 BIOLGPAT8 3586 BIOLGPAT9 3587 BIOLGPAT10 3588 BIOHSPAT1 3589 BIOHSPAT2 3590 BIOHSPAT3 3591 BIOHSPAT4 3592 BIOHSPAT5 3593 BIOHSPAT6 3594 BIOHSPAT7 3595 BIOHSPAT8 3596 BIOHSPAT9 3597 BIOHSPAT10 3598 BIOLVEVR1 3599 BIOLVEVR2 3600 BIOLVEVR3 3601 BIOLVEVR4 3602 BIOLVEVR5 3603 BIOLVEVR6 3604 BIOLVEVR7 3605 BIOLVEVR8 3606 BIOLVEVR9 3607 BIOLVEVR10 3608 BIOHWFAR1 3609-3613 BIOHWFAR2 3614-3618 BIOHWFAR3 3619-3623 BIOHWFAR4 3624-3628 BIOHWFAR5 3629-3633 BIOHWFAR6 3634-3638 BIOHWFAR7 3639-3643 BIOHWFAR8 3644-3648 BIOHWFAR9 3649-3650 BIOHWFAR10 3651-3652 BIOWANT1 3653 BIOWANT2 3654 BIOWANT3 3655 BIOWANT4 3656 BIOWANT5 3657 BIOWANT6 3658 BIOWANT7 3659 BIOWANT8 3660 BIOWANT9 3661 BIOWANT10 3662 BIOHSOON1 3663 BIOHSOON2 3664 BIOHSOON3 3665 BIOHSOON4 3666 BIOHSOON5 3667 BIOHSOON6 3668 BIOHSOON7 3669 BIOHSOON8 3670 BIOHSOON9 3671 BIOHSOON10 3672 BIOHPYPG1 3673-3674 BIOHPYPG2 3675-3676 BIOHPYPG3 3677-3678 BIOHPYPG4 3679-3680 BIOHPYPG5 3681-3682 BIOHPYPG6 3683-3684 BIOHPYPG7 3685-3686 BIOHPYPG8 3687-3688 BIOHPYPG9 3689 BIOHPYPG10 3690 CRALL 3691 CRALLU5 3692 CRALL518 3693 CRMALU5 3694 CRMAL518 3695 CRFEMU5 3696 CRFEM518 3697 NCALL 3698-3699 NCALLU5 3700 NCALL518 3701 NCMALU5 3702 NCMAL518 3703 NCFEMU5 3704 NCFEM518 3705 CROUTG 3706 CRRELG 3707 CRPTA 3708 CRHELP 3709 CRTALK 3710 CRTAKE 3711 CRMEAL 3712 CRFEED 3713 CRBATH 3714 CRPLAY 3715 CRREAD 3716 CRGOOD 3717 NCVISIT 3718 NCSATVIS 3719-3720 NCEMAIL 3721 NCOUTG 3722 NCRELG 3723-3724 NCPTA 3725 INTROGB6 3726-3727 NCHELP 3728 NCTALK 3729 NCTAKE 3730 NCMEAL 3731 INTROGB11 3732-3733 NCFEED 3734 NCBATH 3735 NCPLAY 3736 NCREAD 3737 NCGOOD 3738 NCMONEY 3739 NCREG 3740 NCAGREE 3741 NCAGREEN 3742-3743 CHSUPPYR 3744 RWANT 3745 PROBWANT 3746 JINTEND 3747 JSUREINT 3748 JINTENDN 3749-3750 JEXPECTL 3751-3752 JEXPECTS 3753-3754 INTEND 3755 INTENDN 3756-3757 EXPECTL 3758-3759 EXPECTS 3760-3761 USUALCAR 3762 USLPLACE 3763-3764 COVER12 3765 NUMNOCOV 3766-3767 COVERHOW01 3768-3769 COVERHOW02 3770-3771 COVERHOW03 3772-3773 COVERHOW04 3774 NOWCOVER01 3775-3776 NOWCOVER02 3777-3778 NOWCOVER03 3779-3780 NOWCOVER04 3781 GOFPCWGF 3782 WHENGOGF 3783 YOUGOFPC 3784 WHENGOFP 3785 YOUFPSVC1 3786 YOUFPSVC2 3787 YOUFPSVC3 3788 YOUFPSVC4 3789 YOUFPSVC5 3790 YOUFPSVC6 3791 LIMITED 3792 EQUIPMNT 3793 PHYSEXAM 3794 TESTICHK 3795 BCADVICE 3796 BCADVICEF 3797 BCADVICEM 3798 STERADVI 3799 STDADVIC 3800 HIVADVIC 3801 ONEVISIT 3802 NUMVISIT 3803-3804 PLACEVIS01 3805-3806 PLACEVIS02 3807-3808 PLACEVIS03 3809-3810 PLACEVIS04 3811-3812 PLACEVIS05 3813 SVCPAY1 3814 SVCPAY2 3815 SVCPAY3 3816 INFHELP 3817 INFSVCS1 3818 INFSVCS2 3819 INFSVCS3 3820 INFSVCS4 3821 INFSVCS5 3822 INFSVCS6 3823 INFTEST 3824 WHOINSEM 3825 INFHLPNW 3826 LASTVIS_M 3827-3828 LASTVIS_Y 3829-3832 CMINFVIS 3833-3836 INFRTHIS1 3837 INFRTHIS2 3838 INFRTHIS3 3839 DONBLD85 3840 HIVTEST 3841 WHENHIV_M 3842-3843 WHENHIV_Y 3844-3847 CMHIVTST 3848-3851 HIVTSTYR 3852 RAPIDHIV 3853 HIVSOON 3854 HIVKIND 3855 PLCHIV 3856-3857 HIVTST 3858-3859 WHOSUGG 3860 TALKDOCT 3861 AIDSTALK01 3862-3863 AIDSTALK02 3864-3865 AIDSTALK03 3866-3867 AIDSTALK04 3868-3869 AIDSTALK05 3870-3871 AIDSTALK06 3872 AIDSTALK07 3873-3874 AIDSTALK08 3875 AIDSTALK09 3876 AIDSTALK10 3877-3878 RETROVIR 3879 SAMEADD 3880 CNTRY00 3881 BRNOUT 3882 YRSTRUS 3883-3886 PAYDU 3887 RELRAISD 3888-3889 ATTND14 3890 RELCURR 3891-3892 RELTRAD 3893 FUNDAM1 3894 FUNDAM2 3895 FUNDAM3 3896 FUNDAM4 3897 RELDLIFE 3898 ATTNDNOW 3899 MILSVC 3900 STARTMIL 3901 ENDMIL 3902 EVWRK6MO 3903 BEGFSTWK_M 3904-3905 BEGFSTWK_Y 3906-3909 CMBFSTWK 3910-3913 EVRNTWRK 3914 WRK12MOS 3915-3916 FPT12MOS 3917 DOLASTWK1 3918 DOLASTWK2 3919 DOLASTWK3 3920 DOLASTWK4 3921 DOLASTWK5 3922 DOLASTWK6 3923 RWRKST 3924 EVERWORK 3925 RPAYJOB 3926 RNUMJOB 3927 RFTPTX 3928 REARNTY 3929 SPLSTWK1 3930 SPLSTWK2 3931 SPLSTWK3 3932 SPLSTWK4 3933 SPLSTWK5 3934 SPLSTWK6 3935 SPWRKST 3936 SPPAYJOB 3937 SPNUMJOB 3938 SPFTPTX 3939 SPEARNTY 3940 BETTER 3941 STAYTOG 3942 SAMESEX 3943 ANYACT 3944 SXOK18 3945 SXOK16 3946 CHUNLESS 3947 CHREWARD 3948 CHSUPPOR 3949 GAYADOPT 3950 OKCOHAB 3951 WARM 3952 ACHIEVE 3953 FAMILY 3954 REACTSLF 3955 CHBOTHER 3956 MARRFAIL 3957 CHCOHAB 3958 PRVNTDIV 3959 GETALONG 3960 PMARCOHB 3961 COHCHANCE 3962 MARRCHANCE 3963 PMARCOH 3964 LESSPLSR 3965 EMBARRAS 3966 APPREC1 3967 ACASILANG 3968 GENHEALT 3969 INCHES 3970-3971 RWEIGHT 3972-3974 BMI 3975-3976 EARNTYPE 3977 EARN 3978-3979 EARNDK1 3980 EARNDK2 3981 EARNDK3 3982 WAGE 3983 SELFINC 3984 SOCSEC 3985 DISABIL 3986 RETIRE 3987 SSI 3988 UNEMP 3989 CHLDSUPP 3990 INTEREST 3991 DIVIDEND 3992 OTHINC 3993 TOINCWMY 3994 TOTINC 3995-3996 FMINCDK1 3997 FMINCDK2 3998 FMINCDK3 3999 PUBASST 4000 PUBASTYP1 4001 FOODSTMP 4002 WIC 4003 HLPTRANS 4004 HLPCHLDC 4005 HLPJOB 4006 AGER 4007-4008 FMARITAL 4009 RMARITAL 4010 EDUCAT 4011-4012 HIEDUC 4013-4014 HISPANIC 4015 NUMRACE 4016 RACE 4017 HISPRACE 4018 HISPRACE2 4019 NUMKDHH 4020 NUMFMHH 4021 HHFAMTYP 4022 HHPARTYP 4023 NCHILDHH 4024 HHKIDTYP 4025 CSPBBHH 4026 CSPSBHH 4027 CSPOKDHH 4028 INTCTFAM 4029 PARAGE14 4030 EDUCMOM 4031-4032 AGEMOMB1 4033-4034 FMARNO 4035 AGER_I 4036 FMARITAL_I 4037 RMARITAL_I 4038 EDUCAT_I 4039 HIEDUC_I 4040 HISPANIC_I 4041 RACE_I 4042 HISPRACE_I 4043 HISPRACE2_I 4044 NUMKDHH_I 4045 NUMFMHH_I 4046 HHFAMTYP_I 4047 HHPARTYP_I 4048 NCHILDHH_I 4049 HHKIDTYP_I 4050 CSPBBHH_I 4051 CSPSBHH_I 4052 CSPOKDHH_I 4053 INTCTFAM_I 4054 PARAGE14_I 4055 EDUCMOM_I 4056 AGEMOMB1_I 4057 FMARNO_I 4058 HADSEX 4059 SEXONCE 4060 VRY1STSX 4061-4064 FIRSTPFLAG 4065 VRY1STAG 4066-4067 ELAPSED 4068-4070 SEXMAR 4071-4073 SEXUNION 4074-4076 FSEXPAGE 4077-4079 FSEXRLTN 4080 SEX1MTHD1 4081-4082 SEX1MTHD2 4083-4084 SEX1MTHD3 4085-4086 SEX1MTHD4 4087-4088 LSEXDATE 4089-4092 LSEXDATE2 4093-4096 ORDERFLAG 4097 SEX3MO 4098 SEX12MO 4099 LSEXRAGE 4100-4101 LSEXPAGE 4102-4104 LSEXPRAC 4105 LSEXRLTN 4106 LSEXUSE1 4107-4108 LSEXUSE2 4109-4110 LSEXUSE3 4111-4112 LSEXUSE4 4113-4114 METH12M1 4115-4116 METH12M2 4117-4118 METH12M3 4119-4120 METH12M4 4121-4122 METH3M1 4123-4124 METH3M2 4125-4126 METH3M3 4127-4128 METH3M4 4129-4130 NUMP3MOS 4131 LIFPRTNR 4132-4133 PARTS1YR 4134-4135 PARTDUR1 4136-4153 PARTDUR2 4154-4156 PARTDUR3 4157-4159 COHEVER 4160 EVMARCOH 4161 PMARRNO 4162-4163 NONMARR 4164-4181 TIMESCOH 4182-4199 MARDAT01 4200-4203 MARDAT02 4204-4207 MARDAT03 4208-4211 MARDAT04 4212-4215 MAREND01 4216 MAREND02 4217 MAREND03 4218 MAREND04 4219 MARDIS01 4220-4223 MARDIS02 4224-4227 MARDIS03 4228-4231 MARDIS04 4232-4235 MAR1DISS 4236-4238 PREMARW1 4239 COHAB1 4240-4243 COHSTAT 4244 COHOUT 4245 COH1DUR 4246-4248 CSPBIOKD 4249 DATBABY1 4250-4253 AGEBABY1 4254-4255 B1PREMAR 4256 MARBABY1 4257 CEBOW 4258-4259 CEBOWC 4260 CEBOWP 4261-4262 EVRNOPAT 4263 NONLIVEB 4264-4265 COMPREG 4266-4267 ABORTION 4268-4269 LOSSNUM 4270-4271 PARENT01 4272 PARENT02 4273 PARENT03 4274 PARENT04 4275 PARENT05 4276 PARENT06 4277 PARENT07 4278 PARENT08 4279 PARENT09 4280 PARENT10 4281 WANTB01 4282 WANTB02 4283 WANTB03 4284 WANTB04 4285 WANTB05 4286 WANTB06 4287 WANTB07 4288 WANTB08 4289 WANTB09 4290 WANTB10 4291 UNINTB5 4292 HADSEX_I 4293 SEXONCE_I 4294 VRY1STSX_I 4295 VRY1STAG_I 4296 SEXMAR_I 4297 SEXUNION_I 4298 FSEXPAGE_I 4299 FSEXRLTN_I 4300 SEX1MTHD1_I 4301 SEX1MTHD2_I 4302 SEX1MTHD3_I 4303 SEX1MTHD4_I 4304 LSEXDATE_I 4305 LSEXDATE2_I 4306 SEX3MO_I 4307 SEX12MO_I 4308 LSEXRAGE_I 4309 LSEXPAGE_I 4310 LSEXPRAC_I 4311 LSEXRLTN_I 4312 LSEXUSE1_I 4313 LSEXUSE2_I 4314 LSEXUSE3_I 4315 LSEXUSE4_I 4316 METH12M1_I 4317 METH12M2_I 4318 METH12M3_I 4319 METH12M4_I 4320 METH3M1_I 4321 METH3M2_I 4322 METH3M3_I 4323 METH3M4_I 4324 NUMP3MOS_I 4325 LIFPRTNR_I 4326 PARTS1YR_I 4327 PARTDUR1_I 4328 PARTDUR2_I 4329 PARTDUR3_I 4330 COHEVER_I 4331 EVMARCOH_I 4332 PMARRNO_I 4333 NONMARR_I 4334 TIMESCOH_I 4335 MARDAT01_I 4336 MARDAT02_I 4337 MARDAT03_I 4338 MARDAT04_I 4339 MAREND01_I 4340 MAREND02_I 4341 MAREND03_I 4342 MAREND04_I 4343 MARDIS01_I 4344 MARDIS02_I 4345 MARDIS03_I 4346 MARDIS04_I 4347 MAR1DISS_I 4348 PREMARW1_I 4349 COHAB1_I 4350 COHSTAT_I 4351 COHOUT_I 4352 COH1DUR_I 4353 CSPBIOKD_I 4354 DATBABY1_I 4355 AGEBABY1_I 4356 B1PREMAR_I 4357 MARBABY1_I 4358 CEBOW_I 4359 CEBOWC_I 4360 CEBOWP_I 4361 EVRNOPAT_I 4362 NONLIVEB_I 4363 COMPREG_I 4364 ABORTION_I 4365 LOSSNUM_I 4366 PARENT01_I 4367 PARENT02_I 4368 PARENT03_I 4369 PARENT04_I 4370 PARENT05_I 4371 PARENT06_I 4372 PARENT07_I 4373 PARENT08_I 4374 PARENT09_I 4375 PARENT10_I 4376 WANTB01_I 4377 WANTB02_I 4378 WANTB03_I 4379 WANTB04_I 4380 WANTB05_I 4381 WANTB06_I 4382 WANTB07_I 4383 WANTB08_I 4384 WANTB09_I 4385 WANTB10_I 4386 UNINTB5_I 4387 DADTYPE 4388 DADTYPU5 4389 DADTYP518 4390 NUMCRU18 4391 NUMNCU18 4392-4393 SUPP12MO 4394 DADTYPE_I 4395 DADTYPU5_I 4396 DADTYP518_I 4397 NUMCRU18_I 4398 NUMNCU18_I 4399 SUPP12MO_I 4400 INTENT 4401 ADDEXP 4402-4404 INTENT_I 4405 ADDEXP_I 4406 CURR_INS 4407 INFEVER 4408 EVHIVTST 4409 CURR_INS_I 4410 INFEVER_I 4411 EVHIVTST_I 4412 METRO 4413 RELIGION 4414 LABORFOR 4415 METRO_I 4416 RELIGION_I 4417 LABORFOR_I 4418 POVERTY 4419-4421 TOTINCR 4422-4423 PUBASSIS 4424 POVERTY_I 4425 TOTINCR_I 4426 PUBASSIS_I 4427 FINALWGT30 4428-4445 WGTQ1Q16 4446-4463 WGTQ9Q16 4464-4481 WGTQ5Q16 4482-4499 WGTQ1Q8 4500-4517 SECU 4518 SEST 4519-4521 CMINTVW 4522-4525 CMLSTYR 4526-4529 CMFIVYR 4530-4533 QUESTYEAR 4534 QUARTER 4535-4536 PHASE $ 4537 INTVLNGTH 4538-4543 ; * SAS LABEL STATEMENT; LABEL CASEID = "Respondent ID number" RSCRNINF = "R is screener informant" RSCRAGE = "R's age as reported in screener" RSCRHISP = "R is reported as Hispanic in the screener" RSCRRACE = "R's race as reported in screener" RANDVAR1 = "R got 1 or 2 contraceptive-use questions" AGE_A = "AA-1 R's age at interview" AGE_R = "R's age at interview" CMBIRTH = "Century month, R's birth" AGESCRN = "R's age at screener" MARSTAT = "AB-1 R's marital status" FMARSTAT = "AB-2 R's formal marital status" FMARIT = "Formal marital status at time of interview" EVRMARRY = "Whether R was ever married" HISP = "AC-1 R is of Hispanic/Latino origin" HISPGRP = "AC-2 Hispanic/Latino origin -- group" FL_RAGE = "Whether R's age at screener differs from age at interview" FL_RRACE = "Whether R's race at screener differs from race at interview" FL_RHISP = "Whether R's Hispanic origin at screener differs from interview" ROSCNT = "Total number of HH members based on HH roster" WPLOCALE = "AD-8 Where R's current wife/partner lives" WOMREL = "Woman in HH is R's wife or cohabiting partner" GOSCHOL = "AE-1 R currently enrolled in regular school" VACA = "AE-2 R on vacation from school" HIGRADE = "AE-3 R's current grade in school or highest grade/year attended" COMPGRD = "AE-4 R completed current grade or highest grade/year attended" HAVEDIP = "AE-5 Does R have a high school diploma or GED, or both" DIPGED = "AE-6 Which - high school diploma, GED, or both - does R have?" EARNHS_M = "AE-7 Month high school diploma obtained" EARNHS_Y = "AE-7 Year high school diploma obtained" CMHSGRAD = "Century month, high school graduation" HISCHGRD = "AE-8 R not in sch, no dipl-last grade of elem/jr/hi sch attended" LSTGRADE = "Highest grade of elem/junior/high school R attended" MYSCHOL_M = "AE-9 Month R last attended elem/jr/hi sch-R not in sch/no dipl" MYSCHOL_Y = "AE-9 Year R last attended elem/jr/hi sch-R not in sch/no dipl" CMLSTSCH = "Century month R last attended elem/jr/hi sch-not in sch/no dipl" HAVEDEG = "AE-10 R has college or university degree" DEGREES = "AE-11 R's highest college or university degree received" EARNBA_M = "AE-12 Month R received his Bachelor's degree" EARNBA_Y = "AE-12 Year R received his Bachelor's degree" CMBAGRAD = "Century month R received his Bachelor's degree" WTHPARNW = "R is living with parents or parent figures - based on HH roster" ONOWN = "AF-0a Did R ever live away from parents/guardians before age 18" ONOWN18 = "Whether R lived on own before age 18" INTACT = "AF-1 R always lived with both biological/adoptive parents" PARMARR = "AF-2 R's biological parents married at R's birth" INTACT18 = "Whether R lived in intact family from birth to age 18" LVSIT14F = "AF-3 Female parent/parent-figure at age 14 - fam not intact thru 18" LVSIT14M = "AF-4 Male parent/parent-figure at age 14 - fam not intact thru 18" WOMRASDU = "AF-5 Woman who raised R during teens - fam not intact thru 18" MOMDEGRE = "AF-6 Highest level of education female parent (figure) completed" MOMWORKD = "AF-7 Female parent (figure) worked full/parttime when R was 5-15" MOMCHILD = "AF-8 Number of children born to female parent (figure)" MOMFSTCH = "AF-9 Age of female parent (figure) at her first birth" MOM18 = "AF-10 Estimated age of female parent (figure) at her first birth" MANRASDU = "AF-11 Man who raised R during teens - fam not intact thru 18" DADDEGRE = "AF-12 Highest level of education male parent (figure) completed" TIMESMAR = "AG-2 How many times R has been married - R ever married" EVCOHAB1 = "AG-3 R ever cohabited (excluding wives) - R ever married" NUMCOH1 = "AG-4 Number of women R has lived with-excl wives-R ever married" EVCOHAB2 = "AG-5 R ever cohabited - R never married, not curr cohabiting" NUMCOH2 = "AG-6 Number of women R has lived with-R never marr & ever cohab" EVRCOHAB = "Whether R ever cohabited with a woman (excluding wives)" NUMWIFE = "Number of wives" NUMCOHAB = "Number of female cohabiting partners (excluding wives)" EVERSEX = "BA-1 Ever had sexual intercourse with a female" RHADSEX = "Whether R Has Ever Had Sex (Heterosexual Vaginal Intercourse)" SXMTONCE = "BA-2 Has R had sexual intercourse more than once" YNOSEX = "BA-3 Main Reason Why R Has Not Had Intercourse with a Female" TALKPAR1 = "BA-4 Sex Ed Topics R Has Discussed with Parents -1st Mention" TALKPAR2 = "BA-4 Sex Ed Topics R Has Discussed with Parents -2nd Mention" TALKPAR3 = "BA-4 Sex Ed Topics R Has Discussed with Parents -3rd Mention" TALKPAR4 = "BA-4 Sex Ed Topics R Has Discussed with Parents -4th Mention" TALKPAR5 = "BA-4 Sex Ed Topics R Has Discussed with Parents -5th Mention" TALKPAR6 = "BA-4 Sex Ed Topics R Has Discussed with Parents -6th Mention" SEDNO = "BA-5 Formal Sex Ed Before 18: How to Say No to Sex" SEDNOG = "BA-6 Grade R Received Sex Ed on How to Say No to Sex" SEDNOSX = "BA-7 R rec'd instruction-how say no to sex before/after 1st sex?" SEDBC = "BA-8 Formal Sex Ed Before 18: Methods of Birth Control" SEDBCG = "BA-9 R's Grade When Received Instruction on Birth Control" SEDBCSX = "BA-10 R rec'd instruction-birth control before/after 1st sex?" SEDSTD = "BA-11 Formal Sex Ed Before 18: STDs" SEDSTDG = "BA-12 R's Grade When Received Instruction on STDs" SEDSTDSX = "BA-13 R rec'd instruction on STDs before/after 1st sex?" SEDHIV = "BA-14 Formal Sex Ed Before 18: how prevent HIV/AIDS" SEDHIVG = "BA-15 R's Grade When Received Instruction on how prevent HIV/AIDS" SEDHIVSX = "BA-16 R's instruction on how prevent HIV/AIDS bef/aft 1st sex?" PLEDGE = "BA-17 R Ever Took Pledge to Remain a Virgin Until Marriage" EVEROPER = "BB-1 Ever had vasectomy or other male sterilizing operation" TYPEOPER = "BB-2 Type of sterilizing operation R had" STEROPER = "BB-3 R completely sterile from sterilizing operation" VASEC_M = "BB-4 Month R had vasectomy or other sterilizing operation" VASEC_Y = "BB-4 Year R had vasectomy or other sterilizing operation" CMVASEC = "CM for date of R's vasectomy or other male sterilizing operation" PLCSTROP = "BB-5 Place where vasectomy/other sterilizing operation was done" RVRSVAS = "BB-6 Ever had surgery to reverse vasectomy" VASREV_M = "BB-7 Month when R had vasectomy reversed" VASREV_Y = "BB-7 Year when R had vasectomy reversed" CMRVRS = "CM for date of R's vasectomy reversal" RSURGSTR = "Whether R is Surgically Sterile at Interview" FATHPOSS = "BB-8 Whether R is physically able to father a child" FATHDIFF = "BB-9 Whether R would have physical difficulty fathering a child" RSTRSTAT = "R's Sterility Status at Time of Interview" EVRCHIL = "BC-4 R ever had a biological child" EVRCHILN = "BC-5 # of biological children R has ever had" FATHER = "Whether R ever biologically fathered a child" LIFEPRT = "BC-6 # of female sex partners in lifetime" LIFEPRTS = "Number of female sex partners in lifetime" SXMON12 = "BC-7 Has R had sex in last 12 mos (if only 1 partner in life)" MON12PRT = "BC-8 # female sex partners in last 12 mos (if >1 in life)" MON12PRTS = "Number of female sex partners in last 12 months" SEXSTAT = "Summary of R's lifetime and recent sexual experience" SEXFREQ = "BC-9 # times had sex with female in last 4 weeks" CONFREQ = "BC-10 # times used condom when had sex with female in last 4 wks" P1RLTN1 = "BD-2 Ever married to last sex partner" P1CURRWIFE = "BD-3 Verifying if current wife = last sex partner" P1CURRSEP = "BD-4 Verifying if separated wife = last sex partner" P1RLTN2 = "BD-5 Ever cohabited with last sex partner" P1COHABIT = "BD-6 Verifying if current cohab partner = last sex partner" P1SXLAST_M = "BD-7 Month when R last sex with last sexual partner" P1SXLAST_Y = "BD-8 Year when R last had sex with last sexual partner" CMLSXP1 = "CM for date of last sex with last sexual partner" P2RLTN1 = "BD-10 Ever married to 2nd-to-last sex partner in past 12 mons" P2CURRWIFE = "BD-11 Verifying if curr wife=2nd-to-last sex partner, past 12 mos" P2CURRSEP = "BD-12 Verify separated wife=2nd-to-last sex partner, past 12 mos" P2RLTN2 = "BD-13 Ever lived with 2nd-to-last sex partner in past 12 mos" P2COHABIT = "BD-14 Verify curr cohab partner=2nd-to-last sex partner, < 12 mos" P2SXLAST_M = "BD-15 Month when R last sex with 2nd-to-last partner in last 12 mos" P2SXLAST_Y = "BD-16 Yr R last had sex with 2nd-to-last partner in last 12 mos" CMLSXP2 = "CM for date of last sex with 2nd-to-last partner in last 12 mos" P3RLTN1 = "BD-18 Ever married to 3rd-to-last sex partner in past 12 mons" P3CURRWIFE = "BD-19 Verifying if curr wife=3rd-to-last sex partner, past 12 mos" P3CURRSEP = "BD-20 Verify separated wife=3rd-to-last sex partner, past 12 mos" P3RLTN2 = "BD-21 Ever lived with 3rd-to-last sex partner in past 12 mos" P3COHABIT = "BD-22 Verify curr cohab partner=3rd-to-last sex partner, < 12 mos" P3SXLAST_M = "BD-23 Month when R last sex with 3rd-to-last partner in last 12 mos" P3SXLAST_Y = "BD-24 Yr R last had sex with 3rd-to-last partner in last 12 mos" CMLSXP3 = "CM for date of last sex with 3rd-to-last partner in last 12 mos" P1RELATION = "Relationship of R's most recent sex partner to R" P2RELATION = "Relationship of 2nd most recent sex partner in last 12 mos to R" P3RELATION = "Relationship of 3rd most recent sex partner in last 12 mos to R" FIRST = "BD-25 Verify if 1st sex partner = one of the recent sex partners" MARRDATE_M = "CA-2 Month of marriage to current wife" MARRDATE_Y = "CA-2 Year of marriage to current wife" CMCURMAR = "CM when current marriage began" HISAGEM = "CA-3 R's age when married - current wife" LIVTOGWF = "CA-4 Ever cohabited premaritally with current wife" STRTWFCP_M = "CA-5 Month 1st began living together w/ current W/P" STRTWFCP_Y = "CA-5 Year 1st began living together w/ current W/P" CMCURCOH = "CM when R began living with current wife or cohabiting partner" HISAGEC = "CA-6 R's age when began living together w/ current W/P" CMSTRTWP = "CM current union began" ENGATHEN = "CA-7 Engaged when began living together w/ current W/P" WILLMARR = "CA-8 Chance R will marry current cohabiting partner" CWPDOB_M = "CB-1 Month when R's current W/P was born" CWPDOB_Y = "CB-1 Year when R's current W/P was born" CMCWPDOB = "CM for DOB of current wife/partner" CWPAGE = "CB-2 Current age of R's current W/P" CWPMULT = "Multiple races reported for current wife or cohabiting partner" CWPRACE = "RACE-recode-like variable for current wife or cohabiting partner" CWPHRACE = "HISPRACE-recode-like variable for current wife or cohabiting partner" CWPNRACE = "HISPRACE2-recode-like variable for current wife or cohabiting partner" CWPEDUCN = "CB-6 Highest level of education - current W/P" CWPBORN = "CB-7 Born outside U.S. - current W/P" CWPMARBF = "CB-8 Married before she married R - current W/P" CWPSX1WN_M = "CC-1 Month R first had sex with current W/P" CWPSX1WN_Y = "CC-1 Year R first had had sex with current W/P" CWPSX1AG = "CC-2 R's age when 1st had sex with W/P" CMFSXCWP = "CM of 1st sex with current wife/cohabiting partner" AGEFSXCWP = "R's age at 1st sex with current wife/cohabiting partner" CWPSX1RL = "CC-3 Relationship to current W/P at time of 1st sex" CWPFUSE = "CC-4 Whether R or CWP used contraception at 1st sex" CWPFMET01 = "CC-5 Cont. method R or CWP used at 1st sex-1st mention" CWPFMET02 = "CC-5 Cont. method R or CWP used at 1st sex-2nd mention" CWPFMET03 = "CC-5 cont. method R or CWP used at 1st sex-3rd mention" CWPFMET04 = "CC-5 cont. method R or CWP used at 1st sex-4th mention" CWPOPSTR = "CD-1 Current W/P ever had sterilizing operation" CWPTYPOP1 = "CD-2 Type of sterilizing operation CWP had -1st mentioned" CWPTYPOP2 = "CD-2 Type of sterilizing operation CWP had -2nd mentioned" CWPTOTST = "CD-3 CWP completely sterile from sterilizing operation" CWPREVST = "CD-4 Current W/P ever had reversal of tubal sterilization" PSURGSTR = "Whether R's Current W/P is Surgically Sterile at Interview" CWPPOSS = "CD-5 Physically possible for current W/P to have a baby" CWPDIFF = "CD-6 Physically difficult for current W/P to have a baby" PSTRSTAT = "R's Current W/P's Sterility Status at Time of Interview" CMLSXCWP = "CM date of last sex with current W/P" CWPLSXWN_M = "CE-2 Month of last sex with current wife/cohabiting partner (when last partner(s) not the CWP)" CWPLSXWN_Y = "CE-2 Year of last sex with current wife/cohabiting partner (when last partner(s) not the CWP)" CWPLUSE = "CE-3 R or CWP use contra. method at last sex (exper. quest 1)" CWPLMET01 = "CE-4 method R or CWP used at last sex (experiment quest 1) -1st" CWPLMET02 = "CE-4 method R or CWP used at last sex (experiment quest 1) -2nd" CWPLUSE1 = "CE-5 R use method at last sex with CWP" CWPLMET14 = "CE-6 Method R used at last sex with CWP-1st" CWPLMET15 = "CE-6 Method R used at last sex with CWP-2nd" CWPLUSE2 = "CE-7 CWP use contra. method at last sex w/R?" DKCWPLUSE = "CE-7b (DK followup) Don't recall or never knew (whether CWP used method at last sex)?" CWPLMET201 = "CE-8 Method CWP used at last sex with R -1st" CWPLMET202 = "CE-8 Method CWP used at last sex with R -2nd" CWPLMET203 = "CE-8 Method CWP used at last sex with R -3rd" DKCWPLMET = "CE-8b (DK followup) Don't recall or never knew (method CWP used at last sex)?" CWPLSXUSE = "Contraceptive use at last sex with current W/P" CWPRECBC = "CF-1 Last 12 mos R or CWP used any contraceptive method" CWPALLBC01 = "CF-2 Methods R or curr W/P used in last 12 mos-1st mentioned" CWPALLBC02 = "CF-2 Methods R or curr W/P used in last 12 mos-2nd mentioned" CWPALLBC03 = "CF-2 Methods R or curr W/P used in last 12 mos-3rd mentioned" CWPALLBC04 = "CF-2 Methods R or curr W/P used in last 12 mos-4th mentioned" CWPALLBC05 = "CF-2 Methods R or curr W/P used in last 12 mos-5th mentioned" CWPALLBC06 = "CF-2 Methods R or curr W/P used in last 12 mos-6th mentioned" CWPBCMST = "CF-3 Method R or current W/P used most often in last 12 months" CONDFREQ = "CF-4 Percent of time R and CWP used a condom in last 12 mos" CWPNOFRQ = "CF-5 Freq of method use when R & CWP had sex in last 12 mos" CWPBIOKD = "CG-1 R and current W/P ever have a biological child together" CWPNUMKD = "CG-2 # biological children R and current W/P have had together" PARTFATH = "Whether R had biological child with current W/P" CWPCHSEX = "CG-5 Sex of bio child w/current W/P - 1st child" CWPCHDOB_M = "CG-6 Month of birth of bio child w/curr W/P - 1st child" CWPCHDOB_Y = "CG-6 Year of birth of bio child w/curr W/P - 1st child" CMCHDOB = "CM DOB for 1st biological child w/current W/P (section CG)" CWPCHMAR = "CG-8 Married to curr wife at time of the birth - 1st bio child" CWPCHRES = "CG-9 Living with curr W/P at time of the birth - 1st bio child" CWPCHLRN = "CG-10 When R found out curr W/P was pregnant - 1st bio child" CWPCHLIV1 = "CG-11 Where 1st bio child w/CWP usually lives now -1st ment" CWPCHLIV2 = "CG-11 Where 1st bio child w/CWP usually lives now -2nd ment" CWPCHAGE = "CG-12 Current age of 1st bio child w/current W/P" CWPCHLEG = "CG-13 Did R establish paternity - 1st child w/curr W/P" CWPCHHOP = "CG-14 Paternity established at hospital - 1st child w/curr W/P" CWPCHEVR = "CG-15 Did R ever live with 1st bio child w/curr W/P" CWPCHFAR = "CG-16 How far away 1st bio child w/curr W/P lives now" CWPCHWNT = "CG-17 R wanted child before CWP got pregnant w/1st child" CWPCHSON = "CG-18 Pregnancy timing of 1st child w/current W/P" CWPCHHPY = "CG-19 R's happiness about pregnancy w/1st child w/curr W/P" CWPCHSEX2 = "CG-5 Sex of bio child w/current W/P - 2nd child" CWPCHDOB_M2 = "CG-6 Month of birth of bio child w/curr W/P - 2nd child" CWPCHDOB_Y2 = "CG-6 Year of birth of bio child w/curr W/P - 2nd child" CMCHDOB2 = "CM DOB for 2nd biological child w/current W/P (section CG)" MULTBIRT2 = "CG-7 Verifying if multiple birth - 2nd child w/curr W/P" CWPCHMAR2 = "CG-8 Married to curr wife at time of the birth - 2nd bio child" CWPCHRES2 = "CG-9 Living with curr W/P at time of the birth - 2nd bio child" CWPCHLRN2 = "CG-10 When R found out curr W/P was pregnant - 2nd bio child" CWPCHLIV10 = "CG-11 Where 2nd bio child w/CWP usually lives now -1st ment" CWPCHLIV11 = "CG-11 Where 2nd bio child w/CWP usually lives now -2nd ment" CWPCHAGE2 = "CG-12 Current age of 2nd bio child w/current W/P" CWPCHLEG2 = "CG-13 Did R establish paternity - 2nd child w/curr W/P" CWPCHHOP2 = "CG-14 Paternity established at hospital - 2nd child w/curr W/P" CWPCHEVR2 = "CG-15 Did R ever live with 2nd bio child w/curr W/P" CWPCHFAR2 = "CG-16 How far away 2nd bio child w/curr W/P lives now" CWPCHWNT2 = "CG-17 R wanted child before CWP got pregnant w/2nd child" CWPCHSON2 = "CG-18 Pregnancy timing of 2nd child w/current W/P" CWPCHHPY2 = "CG-19 R's happiness about pregnancy w/2nd child w/curr W/P" CWPCHSEX3 = "CG-5 Sex of bio child w/current W/P - 3rd child" CWPCHDOB_M3 = "CG-6 Month of birth of bio child w/curr W/P - 3rd child" CWPCHDOB_Y3 = "CG-6 Year of birth of bio child w/curr W/P - 3rd child" CMCHDOB3 = "CM DOB for 3rd biological child w/current W/P (section CG)" MULTBIRT3 = "CG-7 Verifying if multiple birth - 3rd child w/curr W/P" CWPCHMAR3 = "CG-8 Married to curr wife at time of the birth - 3rd bio child" CWPCHRES3 = "CG-9 Living with curr W/P at time of the birth - 3rd bio child" CWPCHLRN3 = "CG-10 When R found out curr W/P was pregnant - 3rd bio child" CWPCHLIV19 = "CG-11 Where 3rd bio child w/CWP usually lives now -1st ment" CWPCHLIV20 = "CG-11 Where 3rd bio child w/CWP usually lives now -2nd ment" CWPCHAGE3 = "CG-12 Current age of 3rd bio child w/current W/P" CWPCHLEG3 = "CG-13 Did R establish paternity - 3rd child w/curr W/P" CWPCHHOP3 = "CG-14 Paternity established at hospital - 3rd child w/curr W/P" CWPCHEVR3 = "CG-15 Did R ever live with 3rd bio child w/curr W/P" CWPCHFAR3 = "CG-16 How far away 3rd bio child w/curr W/P lives now" CWPCHWNT3 = "CG-17 R wanted child before CWP got pregnant w/3rd child" CWPCHSON3 = "CG-18 Pregnancy timing of 3rd child w/current W/P" CWPCHHPY3 = "CG-19 R's happiness about pregnancy w/3rd child w/curr W/P" CWPCHSEX4 = "CG-5 Sex of bio child w/current W/P - 4th child" CWPCHDOB_M4 = "CG-6 Month of birth of bio child w/curr W/P - 4th child" CWPCHDOB_Y4 = "CG-6 Year of birth of bio child w/curr W/P - 4th child" CMCHDOB4 = "CM DOB for 4th biological child w/current W/P (section CG)" MULTBIRT4 = "CG-7 Verifying if multiple birth - 4th child w/curr W/P" CWPCHMAR4 = "CG-8 Married to curr wife at time of the birth - 4th bio child" CWPCHRES4 = "CG-9 Living with curr W/P at time of the birth - 4th bio child" CWPCHLRN4 = "CG-10 When R found out curr W/P was pregnant - 4th bio child" CWPCHLIV28 = "CG-11 Where 4th bio child w/CWP usually lives now -1st ment" CWPCHLIV29 = "CG-11 Where 4th bio child w/CWP usually lives now -2nd ment" CWPCHAGE4 = "CG-12 Current age of 4th bio child w/current W/P" CWPCHLEG4 = "CG-13 Did R establish paternity - 4th child w/curr W/P" CWPCHHOP4 = "CG-14 Paternity established at hospital - 4th child w/curr W/P" CWPCHEVR4 = "CG-15 Did R ever live with 4th bio child w/curr W/P" CWPCHFAR4 = "CG-16 How far away 4th bio child w/curr W/P lives now" CWPCHWNT4 = "CG-17 R wanted child before CWP got pregnant w/4th child" CWPCHSON4 = "CG-18 Pregnancy timing of 4th child w/current W/P" CWPCHHPY4 = "CG-19 R's happiness about pregnancy w/4th child w/curr W/P" CWPCHSEX5 = "CG-5 Sex of bio child w/current W/P - 5th child" CWPCHDOB_M5 = "CG-6 Month of birth of bio child w/curr W/P - 5th child" CWPCHDOB_Y5 = "CG-6 Year of birth of bio child w/curr W/P - 5th child" CMCHDOB5 = "DOB for 5th biological child w/current W/P (section CG)" MULTBIRT5 = "CG-7 Verifying if multiple birth - 5th child w/curr W/P" CWPCHMAR5 = "CG-8 Married to curr wife at time of the birth - 5th bio child" CWPCHRES5 = "CG-9 Living with curr W/P at time of the birth - 5th bio child" CWPCHLRN5 = "CG-10 When R found out curr W/P was pregnant - 5th bio child" CWPCHLIV37 = "CG-11 Where 5th bio child w/CWP usually lives now -1st ment" CWPCHLIV38 = "CG-11 Where 5th bio child w/CWP usually lives now -2nd ment" CWPCHAGE5 = "CG-12 Current age of 5th bio child w/current W/P" CWPCHLEG5 = "CG-13 Did R establish paternity - 5th child w/curr W/P" CWPCHHOP5 = "CG-14 Paternity established at hospital - 5th child w/curr W/P" CWPCHEVR5 = "CG-15 Did R ever live with 5th bio child w/curr W/P" CWPCHFAR5 = "CG-16 How far away 5th bio child w/curr W/P lives now" CWPCHWNT5 = "CG-17 R wanted child before CWP got pregnant w/5th child" CWPCHSON5 = "CG-18 Pregnancy timing of 5th child w/current W/P" CWPCHHPY5 = "CG-19 R's happiness about pregnancy w/5th child w/curr W/P" CWPCHSEX6 = "CG-5 Sex of bio child w/current W/P - 6th child" CWPCHDOB_M6 = "CG-6 Month of birth of bio child w/curr W/P - 6th child" CWPCHDOB_Y6 = "CG-6 Year of birth of bio child w/curr W/P - 6th child" CMCHDOB6 = "DOB for 6th biological child w/current W/P (section CG)" MULTBIRT6 = "CG-7 Verifying if multiple birth - 6th child w/curr W/P" CWPCHMAR6 = "CG-8 Married to curr wife at time of the birth - 6th bio child" CWPCHRES6 = "CG-9 Living with curr W/P at time of the birth - 6th bio child" CWPCHLRN6 = "CG-10 When R found out curr W/P was pregnant - 6th bio child" CWPCHLIV46 = "CG-11 Where 6th bio child w/CWP usually lives now -1st ment" CWPCHLIV47 = "CG-11 Where 6th bio child w/CWP usually lives now -2nd ment" CWPCHAGE6 = "CG-12 Current age of 6th bio child w/current W/P" CWPCHLEG6 = "CG-13 Did R establish paternity - 6th child w/curr W/P" CWPCHHOP6 = "CG-14 Paternity established at hospital - 6th child w/curr W/P" CWPCHEVR6 = "CG-15 Did R ever live with 6th bio child w/curr W/P" CWPCHFAR6 = "CG-16 How far away 6th bio child w/curr W/P lives now" CWPCHWNT6 = "CG-17 R wanted child before CWP got pregnant w/6th child" CWPCHSON6 = "CG-18 Pregnancy timing of 6th child w/current W/P" CWPCHHPY6 = "CG-19 R's happiness about pregnancy w/6th child w/curr W/P" CWPCHSEX7 = "CG-5 Sex of bio child w/current W/P - 7th child" CWPCHDOB_M7 = "CG-6 Month of birth of bio child w/curr W/P - 7th child" CWPCHDOB_Y7 = "CG-6 Year of birth of bio child w/curr W/P - 7th child" CMCHDOB7 = "DOB for 7th biological child w/current W/P (section CG)" MULTBIRT7 = "CG-7 Verifying if multiple birth - 7th child w/curr W/P" CWPCHMAR7 = "CG-8 Married to curr wife at time of the birth - 7th bio child" CWPCHRES7 = "CG-9 Living with curr W/P at time of the birth - 7th bio child" CWPCHLRN7 = "CG-10 When R found out curr W/P was pregnant - 7th bio child" CWPCHLIV55 = "CG-11 Where 7th bio child w/CWP usually lives now -1st ment" CWPCHLIV56 = "CG-11 Where 7th bio child w/CWP usually lives now -2nd ment" CWPCHAGE7 = "CG-12 Current age of 7th bio child w/current W/P" CWPCHLEG7 = "CG-13 Did R establish paternity - 7th child w/curr W/P" CWPCHHOP7 = "CG-14 Paternity established at hospital - 7th child w/curr W/P" CWPCHEVR7 = "CG-15 Did R ever live with 7th bio child w/curr W/P" CWPCHFAR7 = "CG-16 How far away 7th bio child w/curr W/P lives now" CWPCHWNT7 = "CG-17 R wanted child before CWP got pregnant w/7th child" CWPCHSON7 = "CG-18 Pregnancy timing of 7th child w/current W/P" CWPCHHPY7 = "CG-19 R's happiness about pregnancy w/7th child w/curr W/P" CWPCHSEX8 = "CG-5 Sex of bio child w/current W/P - 8th child" CWPCHDOB_M8 = "CG-6 Month of birth of bio child w/curr W/P - 8th child" CWPCHDOB_Y8 = "CG-6 Year of birth of bio child w/curr W/P - 8th child" CMCHDOB8 = "DOB for 8th biological child w/current W/P (section CG)" MULTBIRT8 = "CG-7 Verifying if multiple birth - 8th child w/curr W/P" CWPCHMAR8 = "CG-8 Married to curr wife at time of the birth - 8th bio child" CWPCHRES8 = "CG-9 Living with curr W/P at time of the birth - 8th bio child" CWPCHLRN8 = "CG-10 When R found out curr W/P was pregnant - 8th bio child" CWPCHLIV64 = "CG-11 Where 8th bio child w/CWP usually lives now -1st ment" CWPCHLIV65 = "CG-11 Where 8th bio child w/CWP usually lives now -2nd ment" CWPCHAGE8 = "CG-12 Current age of 8th bio child w/current W/P" CWPCHLEG8 = "CG-13 Did R establish paternity - 8th child w/curr W/P" CWPCHHOP8 = "CG-14 Paternity established at hospital - 8th child w/curr W/P" CWPCHEVR8 = "CG-15 Did R ever live with 8th bio child w/curr W/P" CWPCHFAR8 = "CG-16 How far away 8th bio child w/curr W/P lives now" CWPCHWNT8 = "CG-17 R wanted child before CWP got pregnant w/8th child" CWPCHSON8 = "CG-18 Pregnancy timing of 8th child w/current W/P" CWPCHHPY8 = "CG-19 R's happiness about pregnancy w/8th child w/curr W/P" CWPPRGNW = "CH-1 Current W/P is pregnant with R's child now" CWPTRYPG = "CH-2 R and CWP currently trying to get pregnant" CWPTRYLG = "CH-3 How long R and CWP trying to get pregnant" CWPCPWNT = "CH-4 Did R want a child before curr W/P became pregnant (curr preg)" CWPCPSON = "CH-5 Pregnancy timing - current pregnancy w/CWP" CWPCPHPY = "CH-6 Happiness about current pregnancy w/CWP" CWPOTKID = "CI-1 CWP had any other children when R began living w/her" CWPOKNUM = "CI-2 # of other children CWP had when R began living w/her" CWPOKAD = "CI-3 Did R legally adopt any of CWP's other children" CWPOKADN = "CI-4 # of CWP's other children R legally adopted" CWPOKWTH = "CI-2a Did any of these other children live with R?" CWPOKWTHN = "CI-2b # of other children who lived with R" CWPOKSEX = "CI-6 Sex of CWP's child R [adopted/lived with] - 1st child" CWPOKAD2 = "CI-6a Did R legally adopt/become legal guardian of CWP's child - 1st child" CWPOKTRY = "CI_6b Is R trying to adopt CWP's child - 1st child" CWPOKTHR = "CI_6c Is R trying to adopt/become legal guardian of CWP's child - 1st child" CWPOKLIV1 = "CI-7 Where CWP's child who R [adopted/lived with] lives now-1st child, 1st ment" CWPOKLIV2 = "CI-7 Where CWP's child who R [adopted/lived with] lives now-1st child, 2nd ment" CWPOKLIV3 = "CI-7 Where CWP's child who R [adopted/lived with] lives now-1st child, 3rd ment" CWPOKFAR = "CI-8 How far away CWP's child R [adopted/lived with] lives now - 1st child" CWPOKAGE = "CI-9 Current age of CWP's child R [adopted/lived with] - 1st child" CWPOKSEX2 = "CI-6 Sex of CWP's child R [adopted/lived with] - 2nd child" CWPOKAD3 = "CI-6a Did R legally adopt/become legal guardian of CWP's child - 2nd child" CWPOKTRY2 = "CI_6b Is R trying to adopt CWP's child - 2nd child" CWPOKTHR2 = "CI_6c Is R trying to adopt/become legal guardian of CWP's child - 2nd child" CWPOKLIV8 = "CI-7 Where CWP's child who R [adopted/lived with] lives now-2nd child, 1st ment" CWPOKLIV9 = "CI-7 Where CWP's child who R [adopted/lived with] lives now-2nd child, 2nd ment" CWPOKLIV10 = "CI-7 Where CWP's child who R [adopted/lived with] lives now-2nd child, 3rd ment" CWPOKFAR2 = "CI-8 How far away CWP's child R [adopted/lived with] lives now - 2nd child" CWPOKAGE2 = "CI-9 Current age of CWP's child R [adopted/lived with] - 2nd child" CWPOKSEX3 = "CI-6 Sex of CWP's child R [adopted/lived with] - 3rd child" CWPOKAD4 = "CI-6a Did R legally adopt/become legal guardian of CWP's child - 3rd child" CWPOKTRY3 = "CI_6b Is R trying to adopt CWP's child - 3rd child" CWPOKTHR3 = "CI_6c Is R trying to adopt/become legal guardian of CWP's child - 3rd child" CWPOKLIV15 = "CI-7 Where CWP's child who R [adopted/lived with] lives now-3rd child, 1st ment" CWPOKLIV16 = "CI-7 Where CWP's child who R [adopted/lived with] lives now-3rd child, 2nd ment" CWPOKLIV17 = "CI-7 Where CWP's child who R [adopted/lived with] lives now-3rd child, 3rd ment" CWPOKFAR3 = "CI-8 How far away CWP's child R [adopted/lived with] lives now - 3rd child" CWPOKAGE3 = "CI-9 Current age of CWP's child R [adopted/lived with] - 3rd child" CWPOKSEX4 = "CI-6 Sex of CWP's child R [adopted/lived with] - 4th child" CWPOKAD5 = "CI-6a Did R legally adopt/become legal guardian of CWP's child - 4th child" CWPOKTRY4 = "CI_6b Is R trying to adopt CWP's child - 4th child" CWPOKTHR4 = "CI_6c Is R trying to adopt/become legal guardian of CWP's child - 4th child" CWPOKLIV22 = "CI-7 Where CWP's child who R [adopted/lived with] lives now-4th child, 1st ment" CWPOKLIV23 = "CI-7 Where CWP's child who R [adopted/lived with] lives now-4th child, 2nd ment" CWPOKLIV24 = "CI-7 Where CWP's child who R [adopted/lived with] lives now-4th child, 3rd ment" CWPOKFAR4 = "CI-8 How far away CWP's child R [adopted/lived with] lives now - 4th child" CWPOKAGE4 = "CI-9 Current age of CWP's child R [adopted/lived with] - 4th child" CWPOKSEX5 = "CI-6 Sex of CWP's child R [adopted/lived with] - 5th child" CWPOKAD6 = "CI-6a Did R legally adopt/become legal guardian of CWP's child - 5th child" CWPOKTRY5 = "CI_6b Is R trying to adopt CWP's child - 5th child" CWPOKTHR5 = "CI_6c Is R trying to adopt/become legal guardian of CWP's child - 5th child" CWPOKLIV29 = "CI-7 Where CWP's child who R [adopted/lived with] lives now-5th child, 1st ment" CWPOKLIV30 = "CI-7 Where CWP's child who R [adopted/lived with] lives now-5th child, 2nd ment" CWPOKLIV31 = "CI-7 Where CWP's child who R [adopted/lived with] lives now-5th child, 3rd ment" CWPOKFAR5 = "CI-8 How far away CWP's child R [adopted/lived with] lives now - 5th child" CWPOKAGE5 = "CI-9 Current age of CWP's child R [adopted/lived with] - 5th child" CWPOKSEX6 = "CI-6 Sex of CWP's child R [adopted/lived with] - 6th child" CWPOKAD7 = "CI-6a Did R legally adopt/become legal guardian of CWP's child - 6th child" CWPOKTRY6 = "CI_6b Is R trying to adopt CWP's child - 6th child" CWPOKTHR6 = "CI_6c Is R trying to adopt/become legal guardian of CWP's child - 6th child" CWPOKLIV36 = "CI-7 Where CWP's child who R [adopted/lived with] lives now-6th child, 1st ment" CWPOKLIV37 = "CI-7 Where CWP's child who R [adopted/lived with] lives now-6th child, 2nd ment" CWPOKLIV38 = "CI-7 Where CWP's child who R [adopted/lived with] lives now-6th child, 3rd ment" CWPOKFAR6 = "CI-8 How far away CWP's child R [adopted/lived with] lives now - 6th child" CWPOKAGE6 = "CI-9 Current age of CWP's child R [adopted/lived with] - 6th child" CWPOKSEX7 = "CI-6 Sex of CWP's child R [adopted/lived with] - 7th child" CWPOKAD8 = "CI-6a Did R legally adopt/become legal guardian of CWP's child - 7th child" CWPOKTRY7 = "CI_6b Is R trying to adopt CWP's child - 7th child" CWPOKTHR7 = "CI_6c Is R trying to adopt/become legal guardian of CWP's child - 7th child" CWPOKLIV43 = "CI-7 Where CWP's child who R [adopted/lived with] lives now-7th child, 1st ment" CWPOKLIV44 = "CI-7 Where CWP's child who R [adopted/lived with] lives now-7th child, 2nd ment" CWPOKLIV45 = "CI-7 Where CWP's child who R [adopted/lived with] lives now-7th child, 3rd ment" CWPOKFAR7 = "CI-8 How far away CWP's child R [adopted/lived with] lives now - 7th child" CWPOKAGE7 = "CI-9 Current age of CWP's child R [adopted/lived with] - 7th" C_OKAKIDS = "Number of CWP's other children that R adopted" CWPNBEVR = "CJ-1 R and CWP ever had any other nonbio children under care" CWPNBNUM = "CJ-2 # other nonbio children under R and CWP's care" CWPNBREL = "CJ-3 Any of these nonbio children related by blood/marriage" CWPNBRL = "CJ-4 # of these nonbio children related by blood/marriage" CWPNBFOS = "CJ-5 Any of these nonbio children placed in R's home by soc svcs" CWPNBFS = "CJ-6 # of nonbio children placed in R's home by soc svcs" CWPNBAD = "CJ-7 R adopted any of these other nonbio children" CWPNBADN = "CJ-8 # of other nonbio children R adopted" CWPNBREL2 = "CJ-3 Was this other nonbio child related by blood/marriage - 1st child" CWPNBFOS2 = "CJ-5 Was this other nonbio child a foster child placed by soc svcs - 1st child" CWPNBAD2 = "CJ-7 R adopted/became legal guardian of this other nonbio child - 1st child" CWPNBTRY = "CJ-7a Is R trying to adopt this other nonbio child - 1st child" CWPNBTHR = "CJ-7b Is R trying to adopt/become legal guardian of this other nonbio child - 1st child" CWPNBSEX = "CJ-10 Sex of other nonbio child R adopted/lived with - 1st child" CWPNBLIV1 = "CJ-11 Where other nonbio child who R adopted/lived with lives now-1st child, 1st ment" CWPNBLIV2 = "CJ-11 Where other nonbio child who R adopted/lived with lives now-1st child, 2nd ment" CWPNBFAR = "CJ-12 How far away other nonbio child R adopted/lived with lives now-1st child" CWPNBAGE = "CJ-13 Current age of other nonbio child R adopted/lived with - 1st child" CWPNBREL3 = "CJ-3 Was this other nonbio child related by blood/marriage - 2nd child" CWPNBFOS3 = "CJ-5 Was this other nonbio child a foster child placed by soc svcs - 2nd child" CWPNBAD3 = "CJ-7 R adopted/became legal guardian of this other nonbio child - 2nd child" CWPNBTRY2 = "CJ-7a Is R trying to adopt this other nonbio child - 2nd child" CWPNBTHR2 = "CJ-7b Is R trying to adopt/become legal guardian of this other nonbio child - 2nd child" CWPNBSEX2 = "CJ-10 Sex of other nonbio child R adopted/lived with - 2nd child" CWPNBLIV8 = "CJ-11 Where other nonbio child who R adopted/lived with lives now-2nd child, 1st ment" CWPNBLIV9 = "CJ-11 Where other nonbio child who R adopted/lived with lives now-2nd child, 2nd ment" CWPNBFAR2 = "CJ-12 How far away other nonbio child R adopted/lived with lives now-2nd child" CWPNBAGE2 = "CJ-13 Current age of other nonbio child R adopted/lived with - 2nd child" CWPNBREL4 = "CJ-3 Was this other nonbio child related by blood/marriage - 3rd child" CWPNBFOS4 = "CJ-5 Was this other nonbio child a foster child placed by soc svcs - 3rd child" CWPNBAD4 = "CJ-7 R adopted/became legal guardian of this other nonbio child - 3rd child" CWPNBTRY3 = "CJ-7a Is R trying to adopt this other nonbio child - 3rd child" CWPNBTHR3 = "CJ-7b Is R trying to adopt/become legal guardian of this other nonbio child - 3rd child" CWPNBSEX3 = "CJ-10 Sex of other nonbio child R adopted/lived with - 3rd child" CWPNBLIV15 = "CJ-11 Where other nonbio child who R adopted/lived with lives now-3rd child, 1st ment" CWPNBLIV16 = "CJ-11 Where other nonbio child who R adopted/lived with lives now-3rd child, 2nd ment" CWPNBFAR3 = "CJ-12 How far away other nonbio child R adopted/lived with lives now - 3rd child" CWPNBAGE3 = "CJ-13 Current age of other nonbio child R adopted/lived with - 3rd child" CWPNBREL5 = "CJ-3 Was this other nonbio child related by blood/marriage - 4th child" CWPNBFOS5 = "CJ-5 Was this other nonbio child a foster child placed by soc svcs - 4th child" CWPNBAD5 = "CJ-7 R adopted/became legal guardian of this other nonbio child - 4th child" CWPNBTRY4 = "CJ-7a Is R trying to adopt this other nonbio child - 4th child" CWPNBTHR4 = "CJ-7b Is R trying to adopt/become legal guardian of this other nonbio child - 4th child" CWPNBSEX4 = "CJ-10 Sex of other nonbio child R adopted/lived with - 4th child" CWPNBLIV22 = "CJ-11 Where other nonbio child who R adopted/lived with lives now-4th child, 1st ment" CWPNBLIV23 = "CJ-11 Where other nonbio child who R adopted/lived with lives now-4th child, 2nd ment" CWPNBFAR4 = "CJ-12 How far away other nonbio child R adopted/lived with lives now-4th child" CWPNBAGE4 = "CJ-13 Current age of other nonbio child R adopted/lived with - 4th child" CWPNBREL6 = "CJ-3 Was this other nonbio child related by blood/marriage - 5th child" CWPNBFOS6 = "CJ-5 Was this other nonbio child a foster child placed by soc svcs - 5th child" CWPNBAD6 = "CJ-7 R adopted/became legal guardian of this other nonbio child - 5th child" CWPNBTRY5 = "CJ-7a Is R trying to adopt this other nonbio child - 5th child" CWPNBTHR5 = "CJ-7b Is R trying to adopt/become legal guardian of this other nonbio child - 5th child" CWPNBSEX5 = "CJ-10 Sex of other nonbio child R adopted/lived with - 5th child" CWPNBLIV29 = "CJ-11 Where other nonbio child who R adopted/lived with lives now-5th child, 1st ment" CWPNBLIV30 = "CJ-11 Where other nonbio child who R adopted/lived with lives now-5th child, 2nd ment" CWPNBFAR5 = "CJ-12 How far away other nonbio child R adopted/lived with lives now-5th child" CWPNBAGE5 = "CJ-13 Current age of other nonbio child R adopted/lived with - 5th child" CWPNBREL7 = "CJ-3 Was this other nonbio child related by blood/marriage - 6th child" CWPNBFOS7 = "CJ-5 Was this other nonbio child a foster child placed by soc svcs - 6th child" CWPNBAD7 = "CJ-7 R adopted/became legal guardian of this other nonbio child - 6th child" CWPNBTRY6 = "CJ-7a Is R trying to adopt this other nonbio child - 6th child" CWPNBTHR6 = "CJ-7b Is R trying to adopt/become legal guardian of this other nonbio child - 6th child" CWPNBSEX6 = "CJ-10 Sex of other nonbio child R adopted/lived with - 6th child" CWPNBLIV36 = "CJ-11 Where other nonbio child who R adopted/lived with lives now-6th child, 1st ment" CWPNBLIV37 = "CJ-11 Where other nonbio child who R adopted/lived with lives now-6th child, 2nd ment" CWPNBFAR6 = "CJ-12 How far away other nonbio child R adopted/lived with lives now-6th child" CWPNBAGE6 = "CJ-13 Current age of other nonbio child R adopted/lived with - 6th child" CWPNBREL8 = "CJ-3 Was this other nonbio child related by blood/marriage - 7th child" CWPNBFOS8 = "CJ-5 Was this other nonbio child a foster child placed by soc svcs - 7th child" CWPNBAD8 = "CJ-7 R adopted/became legal guardian of this other nonbio child - 7th child" CWPNBTRY7 = "CJ-7a Is R trying to adopt this other nonbio child - 7th child" CWPNBTHR7 = "CJ-7b Is R trying to adopt/become legal guardian of this other nonbio child - 7th child" CWPNBSEX7 = "CJ-10 Sex of other nonbio child R adopted/lived with - 7th child" CWPNBLIV43 = "CJ-11 Where other nonbio child who R adopted/lived with lives now-7th child, 1st ment" CWPNBLIV44 = "CJ-11 Where other nonbio child who R adopted/lived with lives now-7th child, 2nd ment" CWPNBFAR7 = "CJ-12 How far away other nonbio child R adopted/lived with lives now-7th child" CWPNBAGE7 = "CJ-13 Current age of other nonbio child R adopted/lived with - 7th child" CWPNBREL9 = "CJ-3 Was this other nonbio child related by blood/marriage - 8th child" CWPNBFOS9 = "CJ-5 Was this other nonbio child a foster child placed by soc svcs - 8th child" CWPNBAD9 = "CJ-7 R adopted/became legal guardian of this other nonbio child - 8th child" CWPNBTRY8 = "CJ-7a Is R trying to adopt this other nonbio child - 8th child" CWPNBTHR8 = "CJ-7b Is R trying to adopt/become legal guardian of this other nonbio child - 8th child" CWPNBSEX8 = "CJ-10 Sex of other nonbio child R adopted/lived with - 8th child" CWPNBLIV50 = "CJ-11 Where other nonbio child who R adopted/lived with lives now-8th child, 1st ment" CWPNBLIV51 = "CJ-11 Where other nonbio child who R adopted/lived with lives now-8th child, 2nd ment" CWPNBFAR8 = "CJ-12 How far away other nonbio child R adopted/lived with lives now-8th child" CWPNBAGE8 = "CJ-13 Current age of other nonbio child R adopted/lived with - 8th child" CWPNBREL10 = "CJ-3 Was this other nonbio child related by blood/marriage - 9th child" CWPNBFOS10 = "CJ-5 Was this other nonbio child a foster child placed by soc svcs - 9th child" CWPNBAD10 = "CJ-7 R adopted/became legal guardian of this other nonbio child - 9th child" CWPNBTRY9 = "CJ-7a Is R trying to adopt this other nonbio child - 9th child" CWPNBTHR9 = "CJ-7b Is R trying to adopt/become legal guardian of this other nonbio child - 9th child" CWPNBSEX9 = "CJ-10 Sex of other nonbio child R adopted/lived with - 9th child" CWPNBLIV57 = "CJ-11 Where other nonbio child who R adopted/lived with lives now-9th child, 1st ment" CWPNBLIV58 = "CJ-11 Where other nonbio child who R adopted/lived with lives now-9th child, 2nd ment" CWPNBFAR9 = "CJ-12 How far away other nonbio child R adopted/lived with lives now-9th child" CWPNBAGE9 = "CJ-13 Current age of other nonbio child R adopted/lived with - 9th child" CWPNBREL11 = "CJ-3 Was this other nonbio child related by blood/marriage - 10th child" CWPNBFOS11 = "CJ-5 Was this other nonbio child a foster child placed by soc svcs - 10th child" CWPNBAD11 = "CJ-7 R adopted/became legal guardian of this other nonbio child - 10th child" CWPNBTRY10 = "CJ-7a Is R trying to adopt this other nonbio child - 10th child" CWPNBTHR10 = "CJ-7b Is R trying to adopt/become legal guardian of this other nonbio child - 10th child" CWPNBSEX10 = "CJ-10 Sex of other nonbio child R adopted/lived with - 10th child" CWPNBLIV64 = "CJ-11 Where other nonbio child who R adopted/lived with lives now-10th child, 1st ment" CWPNBLIV65 = "CJ-11 Where other nonbio child who R adopted/lived with lives now-10th child, 2nd ment" CWPNBFAR10 = "CJ-12 How far away other nonbio child R adopted/lived with lives now-10th child" CWPNBAGE10 = "CJ-13 Current age of other nonbio child R adopted/lived with - 10th child" C_NBAKIDS = "Number of other nonbiological children R adopted with CWP" MARDATEN_M = "DB-1m Month of marriage to former wife (most recent partner)" MARDATEN_Y = "DB-1y Year of marriage to former wife (most recent partner)" CMMARP = "CM of marriage to former wife (most recent partner)" AGEMARR = "DB-2 Age at marriage to former wife (most recent partner)" LIVTOGN = "DB-3 Cohabited premaritally w/former wife (most recent partner)" STRTLIVE_M = "DB-4m Month began cohab with former W/P (most recent partner)" STRTLIVE_Y = "DB-4y Year began cohab with former W/P (most recent partner)" CMCOHP = "CM began cohab with former W/P (most recent partner)" AGELIV = "DB-5 Age when began cohab with former W/P (most recent partner)" CMUNIONP = "CM of beginning of cohab or marriage (if no cohab) with former W/P (most recent partner)" ENGAGTHN = "DB-6 Engaged when began cohab w/former W/P (most recent partner)" MARREND = "DB-7 How did marriage end w/former wife (most recent partner)" WIFEDIED_M = "DB-8m Month fomer wife died (most recent partner)" WIFEDIED_Y = "DB-8y Year former wife died (most recent partner)" CMWIDP = "CM when former wife died (most recent partner)" DIVORFIN_M = "DB-9m Month divorce from former wife was finalized (most recent partner)" DIVORFIN_Y = "DB-9y Year divorce from former wife was finalized (most recent partner)" CMDIVP = "CM when divorce from former wife was finalized (most recent partner)" ANNULLED_M = "DB-10m Month marriage with former wife was annulled (most recent partner)" ANNULLED_Y = "DB-10y Year marriage with former wife was annulled (most recent partner)" CMANNP = "CM when marriage with former wife was annulled (most recent partner)" STOPLIVE_M = "DB-11m Month last lived with former W/P (most recent partner)" STOPLIVE_Y = "DB-11y Year last lived with former W/P (most recent partner)" CMSTOPP = "CM last lived with former W/P (most recent partner)" CURRPRTS = "# of current nonmarital/noncohabiting partners" PXCURR = "DC-1 Does R consider her a current sexual partner (most recent partner)" P1CURRPRT = "Whether R considers her a current sexual partner (most recent partner)" PXMARRY = "DC-2 Chance will marry each other (most recent partner)" PXLUSE = "DD-3 R or P use contracep at last sex (exper. quest 1) (most recent partner)" PXLMETH01 = "DD-4 method R or P used last sex (exper quest 1) -1st (most recent partner)" PXLMETH02 = "DD-4 method R or P used last sex (exper quest 1) -2nd (most recent partner)" PXLMETH03 = "DD-4 method R or P used last sex (exper quest 1) -3rd (most recent partner)" PXLMETH04 = "DD-4 method R or P used last sex (exper quest 1) -4th (most recent partner)" PXLRUSE = "DD-5 R use method at last sex w/P (most recent partner)" PXLRMETH1 = "DD-6 Method R used, last sex w/P -1st (most recent partner)" PXLRMETH2 = "DD-6 Method R used, last sex w/P -2nd (most recent partner)" PXLRMETH3 = "DD-6 Method R used, last sex w/P -3rd (most recent partner)" PXLPUSE = "DD-7 P used a method at last sex w/R (most recent partner)" DKPXLPUSE = "DD-7b (DK followup) Don't recall or never knew (whether most recent P used method at last sex)?" PXLPMETH01 = "DD-8 Method P used, last sex w/R -1st (most recent partner)" PXLPMETH02 = "DD-8 Method P used, last sex w/R -2nd (most recent partner)" PXLPMETH03 = "DD-8 Method P used, last sex w/R -3rd (most recent partner)" PXLPMETH04 = "DD-8 Method P used, last sex w/R -4th (most recent partner)" DKPXLPMETH = "DD-8b (DK followup) Don't recall or never knew (method most recent P used at last sex)?" LSXUSEP = "Method used at last sex (most recent partner)" MTONCEP = "Whether had sex with most recent partner more than once" PXLSXPRB = "DD-9 Could P have used method at last sex & R not know (most recent partner)" PXMTONCE = "DD-10 Did R have sex more than once with most recent partner" PXPAGE = "DD-11 Age of partner at last sex with R (most recent partner)" PXRELAGE = "DD-12 P older/younger/same age as R at last sex (most recent partner)" PXRELYRS = "DD-13 # of years age diff btwn R & P at last sex (most recent partner)" PXFRLTN1 = "DD-14 Rel'p with partner at last (or only) sex (most recent partner)" P1YMULT1 = "Multiple races reported for most recent partner" P1YRACE1 = "RACE-recode-like variable for most recent partner" P1YHRACE1 = "HISPRACE-recode-like variable for most recent partner" P1YNRACE1 = "HISPRACE2-recode-like variable for most recent partner" PXDOB_M = "DE-1 Month former W/P was born (most recent partner)" PXDOB_Y = "DE-1 Year former W/P was born (most recent partner)" CMDOBP = "CM for DOB of former W/P (most recent partner)" PXEDUC = "DE-2 Education level of most recent partner" PXMARBF = "DE-3 Partner ever been married before (most recent partner)" PXANYCH = "DE-4 Partner had any children when rel'p began (most recent partner)" PXANYCHN = "DE-5 # of chldrn (bio/adop/fos) partner had whn rel'p began (last p)" PXABLECH = "DE-6 Physically possible for partner to have baby (most recent partner)" PXSXFRST_M = "DF-1 Month of 1st sex with partner (most recent partner)" PXSXFRST_Y = "DF-1 Year of 1st sex with partner (most recent partner)" CMFSXP = "CM of first sex with most recent partner" AGEFSXP = "Age at first sex with most recent partner" PXAGFRST = "DF-2 R's age at 1st sex with most recent partner" PXFRLTN2 = "DF-3 Relationship with partner at first sex (most recent partner)" PXFUSE = "DF-4 Did R or partner use a method at first sex (most recent partner)" PXFMETH01 = "DF-5 Method R or partner used at first sex - 1st (most recent partner)" PXFMETH02 = "DF-5 Method R or partner used at first sex - 2nd (most recent partner)" PXFMETH03 = "DF-5 Method R or partner used at first sex - 3rd (most recent partner)" PXFMETH04 = "DF-5 Method R or partner used at first sex - 4th (most recent partner)" PXANYUSE = "DG-1 Last 12 mos: R & partner used any method (most recent partner)" PXMETHOD01 = "DG-2 Last 12 mos: Methods used by R & most recent partner - 1st (most recent partner)" PXMETHOD02 = "DG-2 Last 12 mos: Methods used by R & partner - 2nd (most recent partner)" PXMETHOD03 = "DG-2 Last 12 mos: Methods used by R & partner - 3rd (most recent partner)" PXMETHOD04 = "DG-2 Last 12 mos: Methods used by R & partner - 4th (most recent partner)" PXMSTUSE = "DG-3 Last 12 mos: method most often used by R & most recent partner" PXCONFRQ = "DG-4 Last 12 mos: percent of time R & P used condom (most recent partner)" PXNOFREQ = "DG-5 Last 12 mos: how often R & P used any method (most recent partner)" PXCHILD = "DH-1 R and partner ever have a biological child together (most recent partner)" PXCHILDN = "DH-2 # bio children R and partner have had together (most recent partner)" PXCXSEX = "DH-5 Sex of bio child with most recent partner - 1st child" PXCXBORN_M = "DH-6 Month of birth of bio child with most recent partner - 1st child" PXCXBORN_Y = "DH-6 Year of birth of bio child with most recent partner - 1st child" CMCHDOB11 = "CM DOB for 1st child w/most recent partner" MULTBIRT11 = "DH-7 Verifying if multiple birth - 1st child with most recent partner" PXCXMARB = "DH-8 Married to most recent partner at time of the birth -1st bio child" PXCXRES = "DH-9 Living with most recent partner at time of the birth-1st bio child" PXCXKNOW = "DH-10 When R find out most recent partner was pregnant -1st bio child" PXCXLIV01 = "DH-11 Where 1st bio child w/most recent partner usually lives now-1st mention" PXCXLIV02 = "DH-11 Where 1st bio child w/most recent partner usually lives now-2nd mention" PXCXAGE = "DH-12 Current age of 1st bio child with most recent partner" PXCXLAW = "DH-13 Did R establish paternity - 1st child w/most recent partner" PXCXHOP = "DH-14 Paternity established at hospital - 1st child w/last prtnr" PXCXEVER = "DH-15 Did R ever live with 1st bio child with most recent partner" PXCXFAR = "DH-16 How far away 1st bio child w/most recent partner lives" PXWANT = "DH-17 R want child at some time when most recent partner became preg w/1st child" PXSOON = "DH-18 Pregnancy timing of 1st child with most recent partner" PXHPYPG = "DH-19 R's happiness about pregnancy w/1st child w/most recent partner" PXCXSEX2 = "DH-5 Sex of bio child with most recent partner - 2nd child" PXCXBORN_M2 = "DH-6 Month of birth of bio child with most recent partner - 2nd child" PXCXBORN_Y2 = "DH-6 Year of birth of bio child with most recent partner - 2nd child" CMCHDOB12 = "CM DOB for 2nd child w/most recent partner" MULTBIRT12 = "DH-7 Verifying if multiple birth - 2nd child with most recent partner" PXCXMARB2 = "DH-8 Married to most recent partner at time of the birth -2nd bio child" PXCXRES2 = "DH-9 Living with most recent partner at time of the birth-2nd bio child" PXCXKNOW2 = "DH-10 When R find out most recent partner was pregnant -2nd bio child" PXCXLIV11 = "DH-11 Where 2nd bio child w/last P usually lives now-1st mention" PXCXLIV12 = "DH-11 Where 2nd bio child w/last P usually lives now-2nd mention" PXCXAGE2 = "DH-12 Current age of 2nd bio child with most recent partner" PXCXLAW2 = "DH-13 Did R establish paternity - 2nd child w/most recent partner" PXCXHOP2 = "DH-14 Paternity established at hospital - 2nd child w/last prtnr" PXCXEVER2 = "DH-15 Did R ever live with 2nd bio child with most recent partner" PXCXFAR2 = "DH-16 How far away 2nd bio child w/most recent partner lives" PXWANT2 = "DH-17 R want child at some time when most recent partner became preg w/2nd child" PXSOON2 = "DH-18 Pregnancy timing of 2nd child with most recent partner" PXHPYPG2 = "DH-19 R's happiness about pregnancy w/2nd child w/most recent partner" PXCXSEX3 = "DH-5 Sex of bio child with most recent partner - 3rd child" PXCXBORN_M3 = "DH-6 Month of birth of bio child with most recent partner - 3rd child" PXCXBORN_Y3 = "DH-6 Year of birth of bio child with most recent partner - 3rd child" CMCHDOB13 = "CM DOB for 3rd child w/most recent partner" MULTBIRT13 = "DH-7 Verifying if multiple birth - 3rd child with most recent partner" PXCXMARB3 = "DH-8 Married to most recent partner at time of the birth -3rd bio child" PXCXRES3 = "DH-9 Living with most recent partner at time of the birth-3rd bio child" PXCXKNOW3 = "DH-10 When R find out most recent partner was pregnant -3rd bio child" PXCXLIV21 = "DH-11 Where 3rd bio child w/last P usually lives now-1st mention" PXCXLIV22 = "DH-11 Where 3rd bio child w/last P usually lives now-2nd mention" PXCXAGE3 = "DH-12 Current age of 3rd bio child with most recent partner" PXCXLAW3 = "DH-13 Did R establish paternity - 3rd child w/most recent partner" PXCXHOP3 = "DH-14 Paternity established at hospital - 3rd child w/last prtnr" PXCXEVER3 = "DH-15 Did R ever live with 3rd bio child with most recent partner" PXCXFAR3 = "DH-16 How far away 3rd bio child w/most recent partner lives" PXWANT3 = "DH-17 R want child at some time when most recent partner became preg w/3rd child" PXSOON3 = "DH-18 Pregnancy timing of 3rd child with most recent partner" PXHPYPG3 = "DH-19 R's happiness about pregnancy w/3rd child w/most recent partner" PXCXSEX4 = "DH-5 Sex of bio child with most recent partner - 4th child" PXCXBORN_M4 = "DH-6 Month of birth of bio child with most recent partner - 4th child" PXCXBORN_Y4 = "DH-6 Year of birth of bio child with most recent partner - 4th child" CMCHDOB14 = "CM DOB for 4th child w/most recent partner" MULTBIRT14 = "DH-7 Verifying if multiple birth - 4th child with most recent partner" PXCXMARB4 = "DH-8 Married to most recent partner at time of the birth -4th bio child" PXCXRES4 = "DH-9 Living with most recent partner at time of the birth-4th bio child" PXCXKNOW4 = "DH-10 When R find out most recent partner was pregnant -4th bio child" PXCXLIV31 = "DH-11 Where 4th bio child w/last P usually lives now-1st mention" PXCXLIV32 = "DH-11 Where 4th bio child w/last P usually lives now-2nd mention" PXCXAGE4 = "DH-12 Current age of 4th bio child with most recent partner" PXCXLAW4 = "DH-13 Did R establish paternity - 4th child w/most recent partner" PXCXHOP4 = "DH-14 Paternity established at hospital - 4th child w/last prtnr" PXCXEVER4 = "DH-15 Did R ever live with 4th bio child with most recent partner" PXCXFAR4 = "DH-16 How far away 4th bio child w/most recent partner lives" PXWANT4 = "DH-17 R want child at some time when most recent partner became preg w/4th child" PXSOON4 = "DH-18 Pregnancy timing of 4th child with most recent partner" PXHPYPG4 = "DH-19 R's happiness about pregnancy w/4th child w/most recent partner" PXCXSEX5 = "DH-5 Sex of bio child with most recent partner - 5th child" PXCXBORN_M5 = "DH-6 Month of birth of bio child with most recent partner - 5th child" PXCXBORN_Y5 = "DH-6 Year of birth of bio child with most recent partner - 5th child" CMCHDOB15 = "CM DOB for 5th child w/most recent partner" MULTBIRT15 = "DH-7 Verifying if multiple birth - 5th child with most recent partner" PXCXMARB5 = "DH-8 Married to most recent partner at time of the birth -5th bio child" PXCXRES5 = "DH-9 Living with most recent partner at time of the birth-5th bio child" PXCXKNOW5 = "DH-10 When R find out most recent partner was pregnant -5th bio child" PXCXLIV41 = "DH-11 Where 5th bio child w/last P usually lives now-1st mention" PXCXLIV42 = "DH-11 Where 5th bio child w/last P usually lives now-2nd mention" PXCXAGE5 = "DH-12 Current age of 5th bio child with most recent partner" PXCXLAW5 = "DH-13 Did R establish paternity - 5th child w/most recent partner" PXCXHOP5 = "DH-14 Paternity established at hospital - 5th child w/last prtnr" PXCXEVER5 = "DH-15 Did R ever live with 5th bio child with most recent partner" PXCXFAR5 = "DH-16 How far away 5th bio child w/most recent partner lives" PXWANT5 = "DH-17 R want child at some time when most recent partner became preg w/5th child" PXSOON5 = "DH-18 Pregnancy timing of 5th child with most recent partner" PXHPYPG5 = "DH-19 R's happiness about pregnancy w/5th child w/most recent partner" PXCXSEX6 = "DH-5 Sex of bio child with most recent partner - 6th child" PXCXBORN_M6 = "DH-6 Month of birth of bio child with most recent partner - 6th child" PXCXBORN_Y6 = "DH-6 Year of birth of bio child with most recent partner - 6th child" CMCHDOB16 = "CM DOB for 6th child w/most recent partner" MULTBIRT16 = "DH-7 Verifying if multiple birth - 6th child with most recent partner" PXCXMARB6 = "DH-8 Married to most recent partner at time of the birth -6th bio child" PXCXRES6 = "DH-9 Living with most recent partner at time of the birth-6th bio child" PXCXKNOW6 = "DH-10 When R find out most recent partner was pregnant -6th bio child" PXCXLIV51 = "DH-11 Where 6th bio child w/last P usually lives now-1st mention" PXCXLIV52 = "DH-11 Where 6th bio child w/last P usually lives now-2nd mention" PXCXAGE6 = "DH-12 Current age of 6th bio child with most recent partner" PXCXLAW6 = "DH-13 Did R establish paternity - 6th child w/most recent partner" PXCXHOP6 = "DH-14 Paternity established at hospital - 6th child w/last prtnr" PXCXEVER6 = "DH-15 Did R ever live with 6th bio child with most recent partner" PXCXFAR6 = "DH-16 How far away 6th bio child w/most recent partner lives" PXWANT6 = "DH-17 R want child at some time when most recent partner became preg w/6th child" PXSOON6 = "DH-18 Pregnancy timing of 6th child with most recent partner" PXHPYPG6 = "DH-19 R's happiness about pregnancy w/6th child w/most recent partner" PXCXSEX7 = "DH-5 Sex of bio child with most recent partner - 7th child" PXCXBORN_M7 = "DH-6 Month of birth of bio child with most recent partner - 7th child" PXCXBORN_Y7 = "DH-6 Year of birth of bio child with most recent partner - 7th child" CMCHDOB17 = "CM DOB for 7th child w/most recent partner" MULTBIRT17 = "DH-7 Verifying if multiple birth - 7th child with most recent partner" PXCXMARB7 = "DH-8 Married to most recent partner at time of the birth -7th bio child" PXCXRES7 = "DH-9 Living with most recent partner at time of the birth-7th bio child" PXCXKNOW7 = "DH-10 When R find out most recent partner was pregnant -7th bio child" PXCXLIV61 = "DH-11 Where 7th bio child w/last P usually lives now-1st mention" PXCXLIV62 = "DH-11 Where 7th bio child w/last P usually lives now-2nd mention" PXCXAGE7 = "DH-12 Current age of 7th bio child with most recent partner" PXCXLAW7 = "DH-13 Did R establish paternity - 7th child w/most recent partner" PXCXHOP7 = "DH-14 Paternity established at hospital - 7th child w/last prtnr" PXCXEVER7 = "DH-15 Did R ever live with 7th bio child with most recent partner" PXCXFAR7 = "DH-16 How far away 7th bio child w/most recent partner lives" PXWANT7 = "DH-17 R want child at some time when most recent partner became preg w/7th child" PXSOON7 = "DH-18 Pregnancy timing of 7th child with most recent partner" PXHPYPG7 = "DH-19 R's happiness about pregnancy w/7th child w/most recent partner" PXCPREG = "DI-1 Is R's current partner currently pregnant (last prtnr)" PXTRYING = "DI-2 R & curr partner currently trying to get pregnant (last prtnr)" PXTRYLONG = "DI-3 How long R & curr prtnr trying to get pregnant (last prtnr)" PXRWANT = "DI-4 Bef curr prtnr's curr preg did R want child in future (last prtnr)" PXRSOON = "DI-5 Timing of current partner's current pregnancy (last prtnr)" PXCPFEEL = "DI-6 How happy when found out about curr P's curr preg (last prntr)" PXOTKID = "DJ-1 most recent partner have other children when started living tog" PXOKNUM = "DJ-2 # children most recent partner had when started living tog" PXOKWTH = "DJ-2a most recent partner's child/ren lived with R" PXOKWTHN = "DJ-2b # of most recent partner's children who lived with R" PXOKADP1 = "DJ-3 R legally adopted most recent partner's child/ren" PXOKADN = "DJ-4 # of most recent partner's children R adopted" PXOKSEX = "DJ-6 Sex of most recent partner's child R adopted-1st child" PXOKAD = "DJ-6a R legally adopted or became legal guardian -last part, 1st child" PXOKLIV1 = "DJ-7 Where most recent partner's chld R adoptd usu live-1st CH,1st ment" PXOKLIV2 = "DJ-7 Where most recent partner's chld R adoptd usu live-1st CH,2nd ment" PXOKFAR = "DJ-8 Distance last prtnr's child R adopted lives - 1st CH" PXOKAGE = "DJ-9 Age of most recent partner's child R adopted - 1st child" PXOKSEX2 = "DJ-6 Sex of most recent partner's child R adopted-2nd child" PXOKAD2 = "DJ-6a R legally adopted or became legal guardian -last part, 2nd child" PXOKLIV9 = "DJ-7 Where most recent partner's chld R adoptd usu live-2nd CH,1st ment" PXOKLIV10 = "DJ-7 Where most recent partner's chld R adoptd usu live-2nd CH,2nd ment" PXOKFAR2 = "DJ-8 Distance last prtnr's child R adopted lives - 2nd CH" PXOKAGE2 = "DJ-9 Age of most recent partner's child R adopted - 2nd child" PXOKSEX3 = "DJ-6 Sex of most recent partner's child R adopted-3rd child" PXOKAD3 = "DJ-6a R legally adopted or became legal guardian -last part, 3rd child" PXOKLIV17 = "DJ-7 Where most recent partner's chld R adoptd usu live-3rd CH,1st ment" PXOKLIV18 = "DJ-7 Where most recent partner's chld R adoptd usu live-3rd CH,2nd ment" PXOKFAR3 = "DJ-8 Distance last prtnr's child R adopted lives - 3rd CH" PXOKAGE3 = "DJ-9 Age of most recent partner's child R adopted - 3rd child" PXOKSEX4 = "DJ-6 Sex of most recent partner's child R adopted-4th child" PXOKAD4 = "DJ-6a R legally adopted or became legal guardian -last part, 4th child" PXOKLIV25 = "DJ-7 Where most recent partner's chld R adoptd usu live-4th CH,1st ment" PXOKLIV26 = "DJ-7 Where most recent partner's chld R adoptd usu live-4th CH,2nd ment" PXOKFAR4 = "DJ-8 Distance last prtnr's child R adopted lives - 4th CH" PXOKAGE4 = "DJ-9 Age of most recent partner's child R adopted - 4th child" D_OKAKIDS = "# of most recent partner's children adopted by R" PXNBEVR = "DK-1 R & most recent partner have any other nonbio children under care" PXNBNUM = "DK-2 # of other nonbio children under R & most recent partner's care" PXNBREL = "DK-3 Any these other nonbio CH related by blood/marr-most recent partner" PXNBRL = "DK-4 # of other nonbio CH related by blood/marr - most recent partner" PXNBFOS = "DK-5 Any these othr nonbio CH fostr/placed by agency-most recent partner" PXNBFS = "DK-6 # other nonbio chldrn foster/placed by agency- most recent partner" PXNBAD = "DK-7 R adopted any of these other nonbio children - most recent partner" PXNBADN = "DK-8 # of these other nonbio children R adopted-most recent partner" PXNBSEX = "DK-10 Sex of other nonbio child R adopted-most recent partner, 1st child" PXNBLIV1 = "DK-11 Where lives oth nbio CH R adoptd-most recent partner,1st CH, 1st" PXNBFAR = "DK-12 How far lives oth nbio child R adoptd-most recent partner,1st CH" PXNBAGE = "DK-13 Age of other nonbio child R adopted-most recent partner,1st child" PXNBSEX2 = "DK-10 Sex of other nonbio child R adopted-most recent partner, 2nd child" PXNBLIV9 = "DK-11 Where lives oth nbio CH R adoptd-most recent partner,2nd CH, 1st" PXNBFAR2 = "DK-12 How far lives oth nbio child R adoptd-most recent partner,2nd CH" PXNBAGE2 = "DK-13 Age of other nonbio child R adopted-most recent partner,2nd child" D_NBAKIDS = "# of other nonbio children adopted by R w/most recent partner" MARDATEN_M2 = "DB-1m Month R married formerr wife(2nd most recent partner in 12 months)" MARDATEN_Y2 = "DB-1y Year R married former wife(2nd most recent partner in last 12 mos)" CMMARP2 = "CM of marriage to former wife(2nd most recent partner in last 12 mos)" AGEMARR2 = "DB-2 Age when R married former wife (2nd most recent partner in last 12 mos)" LIVTOGN2 = "DB-3 Cohabited premaritally w/former wife (2nd most recent partner in last 12 mos )" STRTLIVE_M2 = "DB-4m Month began cohab w/ formr W/P(2nd most recent partner in last 12 mos)" STRTLIVE_Y2 = "DB-4y Year began cohab w/ formr W/P(2nd nost recent partner in last 12 mos)" CMCOHP2 = "CM began cohab w/formr W/P(2nd most recent partner in last 12 mos)" AGELIV2 = "DB-5 Age when began cohab with former W/P (2nd most recent partner in last 12 mos)" CMUNIONP2 = "CM when union began w/former W/P (2ndmost recent partner in last 12 mos)" ENGAGTHN2 = "DB-6 Engaged when began cohab w/former W/P(2nd most recent partner in last 12 mos)" MARREND2 = "DB-7 How marriage end w/formr wife(2nd most recent partner in last 12 mos)" WIFEDIED_M2 = "DB-8m Month former wife died(2nd most recent partner in last 12 mos)" WIFEDIED_Y2 = "DB-8y Year wife died(2nd most recent partner in last 12 mos)" CMWIDP2 = "CM when former wife died(2nd most recent partner in last 12 mos)" DIVORFIN_M2 = "DB-9m Month divorce from former wife was final(2nd most recent partner)" DIVORFIN_Y2 = "DB-9y Year divorce from former wife was final(2nd most recent partner)" CMDIVP2 = "CM when divorce from former wife was final (2nd most recent partner)" ANNULLED_M2 = "DB-10m Month of annullment from former wife (2nd most recent partner)" ANNULLED_Y2 = "DB-10y Year of annullment from former wife (2nd most recent partner)" CMANNP2 = "CM of annullment from former wife (2nd most recent partner)" STOPLIVE_M2 = "DB-11m Month last lived w/former W/P (2nd most recent partner)" STOPLIVE_Y2 = "DB-11y Year last lived with former W/P (2nd most recent partner)" CMSTOPP2 = "CM last lived with former W/P (2nd most recent partner)" PXCURR2 = "DC-1 Does R consider her a current sexual partner (2nd most recent partner)" P2CURRPRT = "Whether sexual partner is current (2nd most recent partner in last 12 mos)" PXMARRY2 = "DC-2 Chance will marry each other (2nd most recent partner)" PXLUSE2 = "DD-3 R or 2nd-to-last P use cont. at last sex (exper. quest 1)" PXLMETH14 = "DD-4 method R or 2nd-to-last P used last sex (exper quest 1)-1st" PXLMETH15 = "DD-4 method R or 2nd-to-last P used last sex (exper quest 1)-2nd" PXLMETH16 = "DD-4 method R or 2nd-to-last P used last sex (exper quest 1)-3rd" PXLMETH17 = "DD-4 method R or 2nd-to-last P used last sex (exper quest 1) -4th" PXLRUSE2 = "DD-5 R use method at last sex with 2nd-to-last P" PXLRMETH5 = "DD-6 Method R used, last sex with 2nd-to-last P -1st" PXLRMETH6 = "DD-6 Method R used, last sex with 2nd-to-last P -2nd" PXLRMETH7 = "DD-6 Method R used, last sex with 2nd-to-last P -3rd" PXLPUSE2 = "DD-7 2nd-to-last P used a method at last sex w/R" DKPXLPUSE2 = "DD-7b (DK followup) Don't recall or never knew (whether 2nd- to-last P used method at last sex)?" PXLPMETH12 = "DD-8 Method 2nd-to-last P used, last sex with R-1st" PXLPMETH13 = "DD-8 Method 2nd-to-last P used, last sex with R-2nd" PXLPMETH14 = "DD-8 Method 2nd-to-last P used, last sex with R-3rd" PXLPMETH15 = "DD-8 Method 2nd-to-last P used, last sex with R-4th" DKPXLPMETH2 = "DD-8b (DK followup) Don't recall or never knew (method 2nd-to-last P used at last sex)?" LSXUSEP2 = "Method used at last sex with 2nd-to-last sexual partner" MTONCEP2 = "Did R have sex more than once w/2nd-to-last partner" PXLSXPRB2 = "DD-9 Could 2nd-to-last P have used method at last sex & R not know" PXMTONCE2 = "DD-10 Did R have sex more than once with 2nd-to-last partner" PXPAGE2 = "DD-11 Age of 2nd-to-last partner at last sex with R" PXRELAGE2 = "DD-12 2nd-to-last P older/younger/same age as R at last sex" PXRELYRS2 = "DD-13 # of years age diff btwn R & 2nd-to-last P at last sex" PXFRLTN3 = "DD-14 Relationship at last sex with 2nd-to-last partner" P1YMULT2 = "Multiple races reported for 2nd-to-last partner in last 12 mos" P1YRACE2 = "RACE-recode-like variable for 2nd-to-last partner in last 12 mos" P1YHRACE2 = "HISPRACE-recode-like variable for 2nd-to-last partner in last 12 mos" P1YNRACE2 = "HISPRACE2-recode-like variable for 2nd-to-last partner in last 12 mos" PXDOB_M2 = "DE-1 Month 2nd-to-last partner(former W/P) was born" PXDOB_Y2 = "DE-1 Year 2nd-to-last partner (former W/P) was born" CMDOBP2 = "CM for DOB of R's 2nd-to-last partner in last 12 mos (former W/P)" PXEDUC2 = "DE-2 Education level of 2nd-to-last partner in last 12 mons" PXMARBF2 = "DE-3 2nd-to-last partner ever been married before" PXANYCH2 = "DE-4 P had chldrn whn rel'p began (2nd-to-last P last 12 mos)" PXANYCHN2 = "DE-5 # of children (bio/adopted/foster) 2nd-to-last partner had" PXABLECH2 = "DE-6 Physically possible for 2nd-to-last partner to have a baby" PXSXFRST_M2 = "DF-1 Month 1st sex with 2nd-to-last partner in last 12 mos" PXSXFRST_Y2 = "DF-1 Year 1st sex with 2nd-to-last partner in last 12 mos" CMFSXP2 = "CM of first sex with 2nd-to-last partner in last 12 mons" AGEFSXP2 = "Age of first sex with 2nd-to-last sexual partner in last 12 mos" PXAGFRST2 = "DF-2 R's age at 1st sex with 2nd-to-last partner in last 12 mos" PXFRLTN4 = "DF-3 Relationship at 1st sex w/2nd-to-last partner in last 12 mos" PXFUSE2 = "DF-4 Did R or 2nd-to-last partner use a method at 1st sex" PXFMETH14 = "DF-5 Method R or 2nd-to-last partner used at first sex -1st" PXFMETH15 = "DF-5 Method R or 2nd-to-last partner used at first sex -2nd" PXFMETH16 = "DF-5 Method R or 2nd-to-last partner used at first sex -3rd" PXFMETH17 = "DF-5 Method R or 2nd-to-last partner used at first sex -4th" PXANYUSE2 = "DG-1 Last 12 mos: R & 2nd-to-last partner used any method" PXMETHOD14 = "DG-2 Last 12 mos: Methods used by R & 2nd-to-last partner - 1st" PXMETHOD15 = "DG-2 Last 12 mos: Methods used by R & 2nd-to-last partner - 2nd" PXMETHOD16 = "DG-2 Last 12 mos: Methods used by R & 2nd-to-last partner - 3rd" PXMETHOD17 = "DG-2 Last 12 mos: Methods used by R & 2nd-to-last partner - 4th" PXMSTUSE2 = "DG-3 Last 12 mos: method most often used by R & 2nd-to-last P" PXCONFRQ2 = "DG-4 Last 12 mos: % of time R & 2nd-to-last P used condom" PXNOFREQ2 = "DG-5 Last 12 mos: how often R & 2nd-to-last P used any method" PXCHILD2 = "DH-1 R and 2nd-to-last partner ever have a biological child together" PXCHILDN2 = "DH-2 # bio children R and 2nd-to-last partner have had together" PXCXSEX11 = "DH-5 Sex of bio child with 2nd-to-last partner - 1st child" PXCXBORN_M11 = "DH-6 Month of birth of bio child with 2nd-to-last partner - 1st child" PXCXBORN_Y11 = "DH-6 Year of birth of bio child with 2nd-to-last partner - 1st child" CMCHDOB21 = "CM DOB for 1st child w/2nd-to-last partner (Section DH)" MULTBIRT21 = "DH-7 Verifying if multiple birth - 1st child with 2nd-to-last partner" PXCXMARB11 = "DH-8 Married to 2nd-to-last partner at time of the birth -1st bio child" PXCXRES11 = "DH-9 Living with 2nd-to-last partner at time of the birth-1st bio child" PXCXKNOW11 = "DH-10 When R find out 2nd-to-last partner was pregnant -1st bio child" PXCXLIV101 = "DH-11 Where 1st bio child w/2nd-to-last P usually lives now-1st mention" PXCXLIV102 = "DH-11 Where 1st bio child w/2nd-to-last P usually lives now-2nd mention" PXCXAGE11 = "DH-12 Current age of 1st bio child with 2nd-to-last partner" PXCXLAW11 = "DH-13 Did R establish paternity - 1st child w/2nd-to-last partner" PXCXHOP11 = "DH-14 Paternity established at hospital - 1st child w/2nd-to-last prtnr" PXCXEVER11 = "DH-15 Did R ever live with 1st bio child with 2nd-to-last partner" PXCXFAR11 = "DH-16 How far away 1st bio child w/2nd-to-last partner lives" PXWANT11 = "DH-17 R want child at some time when 2nd-to-last partner became preg w/1st child" PXSOON11 = "DH-18 Pregnancy timing of 1st child with 2nd-to-last partner" PXHPYPG11 = "DH-19 R's happiness about pregnancy w/1st child w/2nd-to-last partner" PXCXSEX12 = "DH-5 Sex of bio child with 2nd-to-last partner - 2nd child" PXCXBORN_M12 = "DH-6 Month of birth of bio child with 2nd-to-last partner - 2nd child" PXCXBORN_Y12 = "DH-6 Year of birth of bio child with 2nd-to-last partner - 2nd child" CMCHDOB22 = "CM DOB for 2nd child w/2nd-to-last partner (Section DH)" MULTBIRT22 = "DH-7 Verifying if multiple birth - 2nd child with most recent partner" PXCXMARB12 = "DH-8 Married to 2nd-to-last partner at time of the birth -2nd bio child" PXCXRES12 = "DH-9 Living with 2nd-to-last partner at time of the birth-2nd bio child" PXCXKNOW12 = "DH-10 When R find out 2nd-to-last partner was pregnant -2nd bio child" PXCXLIV111 = "DH-11 Where 2nd bio child w/2nd-to-last P usually lives now-1st mention" PXCXLIV112 = "DH-11 Where 2nd bio child w/2nd-to-last P usually lives now-2nd mention" PXCXAGE12 = "DH-12 Current age of 2nd bio child with 2nd-to-last partner" PXCXLAW12 = "DH-13 Did R establish paternity - 2nd child w/2nd-to-last partner" PXCXHOP12 = "DH-14 Paternity established at hospital - 2nd child w/2nd-to-last prtnr" PXCXEVER12 = "DH-15 Did R ever live with 2nd bio child with most recent partner" PXCXFAR12 = "DH-16 How far away 2nd bio child w/2nd-to-last partner lives" PXWANT12 = "DH-17 R want child at some time when 2nd-to-last partner became preg w/2nd child" PXSOON12 = "DH-18 Pregnancy timing of 2nd child with 2nd-to-last partner" PXHPYPG12 = "DH-19 R's happiness about pregnancy w/2nd child w/2nd-to-last partner" PXCXSEX13 = "DH-5 Sex of bio child with 2nd-to-last partner - 3rd child" PXCXBORN_M13 = "DH-6 Month of birth of bio child with 2nd-to-last partner - 3rd child" PXCXBORN_Y13 = "DH-6 Year of birth of bio child with 2nd-to-last partner - 3rd child" CMCHDOB23 = "CM DOB for 3rd child w/2nd-to-last partner (Section DH)" MULTBIRT23 = "DH-7 Verifying if multiple birth - 3rd child with most recent partner" PXCXMARB13 = "DH-8 Married to 2nd-to-last partner at time of the birth -3rd bio child" PXCXRES13 = "DH-9 Living with 2nd-to-last partner at time of the birth-3rd bio child" PXCXKNOW13 = "DH-10 When R find out 2nd-to-last partner was pregnant -3rd bio child" PXCXLIV121 = "DH-11 Where 3rd bio child w/2nd-to-last P usually lives now-1st mention" PXCXLIV122 = "DH-11 Where 3rd bio child w/2nd-to-last P usually lives now-2nd mention" PXCXAGE13 = "DH-12 Current age of 3rd bio child with 2nd-to-last partner" PXCXLAW13 = "DH-13 Did R establish paternity - 3rd child w/2nd-to-last partner" PXCXHOP13 = "DH-14 Paternity established at hospital - 3rd child w/2nd-to-last prtnr" PXCXEVER13 = "DH-15 Did R ever live with 3rd bio child with 2nd-to-last partner" PXCXFAR13 = "DH-16 How far away 3rd bio child w/2nd-to-last partner lives" PXWANT13 = "DH-17 R want child at some time when 2nd-to-last partner became preg w/3rd child" PXSOON13 = "DH-18 Pregnancy timing of 3rd child with 2nd-to-last partner" PXHPYPG13 = "DH-19 R's happiness about pregnancy w/3rd child w/2nd-to-last partner" PXCXSEX14 = "DH-5 Sex of bio child with 2nd-to-last partner - 4th child" PXCXBORN_M14 = "DH-6 Month of birth of bio child with 2nd-to-last partner - 4th child" PXCXBORN_Y14 = "DH-6 Year of birth of bio child with 2nd-to-last partner - 4th child" CMCHDOB24 = "CM DOB for 4th child w/2nd-to-last partner (Section DH)" MULTBIRT24 = "DH-7 Verifying if multiple birth - 4th child with 2nd-to-last partner" PXCXMARB14 = "DH-8 Married to 2nd-to-last partner at time of the birth -4th bio child" PXCXRES14 = "DH-9 Living with 2nd-to-last partner at time of the birth-4th bio child" PXCXKNOW14 = "DH-10 When R find out 2nd-to-last partner was pregnant -4th bio child" PXCXLIV131 = "DH-11 Where 4th bio child w/2nd-to-last P usually lives now-1st mention" PXCXLIV132 = "DH-11 Where 4th bio child w/2nd-to-last P usually lives now-2nd mention" PXCXAGE14 = "DH-12 Current age of 4th bio child with 2nd-to-last partner" PXCXLAW14 = "DH-13 Did R establish paternity - 4th child w/2nd-to-last partner" PXCXHOP14 = "DH-14 Paternity established at hospital - 4th child w/2nd-to-last prtnr" PXCXEVER14 = "DH-15 Did R ever live with 4th bio child with 2nd-to-last partner" PXCXFAR14 = "DH-16 How far away 4th bio child w/2nd-to-last partner lives" PXWANT14 = "DH-17 R want child at some time when 2nd-to-last partner became preg w/4th child" PXSOON14 = "DH-18 Pregnancy timing of 4th child with 2nd-to-last partner" PXHPYPG14 = "DH-19 R's happiness about pregnancy w/4th child w/2nd-to-last partner" PXCXSEX15 = "DH-5 Sex of bio child with 2nd-to-last partner - 5th child" PXCXBORN_M15 = "DH-6 Month of birth of bio child with 2nd-to-last partner - 5th child" PXCXBORN_Y15 = "DH-6 Year of birth of bio child with 2nd-to-last partner - 5th child" CMCHDOB25 = "CM DOB for 5th child w/2nd-to-last partner (Section DH)" MULTBIRT25 = "DH-7 Verifying if multiple birth - 5th child with 2nd-to-last partner" PXCXMARB15 = "DH-8 Married to 2nd-to-last partner at time of the birth -5th bio child" PXCXRES15 = "DH-9 Living with 2nd-to-last partner at time of the birth-5th bio child" PXCXKNOW15 = "DH-10 When R find out 2nd-to-last partner was pregnant -5th bio child" PXCXLIV141 = "DH-11 Where 5th bio child w/2nd-to-last P usually lives now-1st mention" PXCXLIV142 = "DH-11 Where 5th bio child w/2nd-to-last P usually lives now-2nd mention" PXCXAGE15 = "DH-12 Current age of 5th bio child with 2nd-to-last partner" PXCXLAW15 = "DH-13 Did R establish paternity - 5th child w/2nd-to-last partner" PXCXHOP15 = "DH-14 Paternity established at hospital - 5th child w/2nd-to-last prtnr" PXCXEVER15 = "DH-15 Did R ever live with 5th bio child with most recent partner" PXCXFAR15 = "DH-16 How far away 5th bio child w/2nd-to-last partner lives" PXWANT15 = "DH-17 R wanted child before 2nd-to-last partner became preg w/5th child" PXSOON15 = "DH-18 Pregnancy timing of 5th child with 2nd-to-last partner" PXHPYPG15 = "DH-19 R's happiness about pregnancy w/5th child w/2nd-to-last partner" PXCPREG2 = "DI-1 Is R's current partner currently pregnant (2nd-to-last prtnr)" PXTRYING2 = "DI-2 R & curr partner currently trying to get pregnant (2nd-to-last prtnr)" PXTRYLONG2 = "DI-3 How long R & curr prtnr trying to get pregnant (2nd-to-last prtnr)" PXRWANT2 = "DI-4 Bef curr prtnr's curr preg did R want child in future (2nd-to-last prtnr)" PXRSOON2 = "DI-5 Timing of current partner's current pregnancy (2nd-to-last prtnr)" PXCPFEEL2 = "DI-6 How happy when found out about curr P's curr preg (2nd-to-last prntr)" PXOTKID2 = "DJ-1 2nd-to-last partner have other children when started liv tog?" PXOKNUM2 = "DJ-2 # children 2nd-to-last partner had when started living tog" PXOKADP2 = "DJ-3 R legally adopted 2nd-to-last partner's child/ren" PXOKADN2 = "DJ-4 # of 2nd-to-last partner's children R adopted" PXOKWTH2 = "DJ-2a 2nd-to-last partner's child/ren lived with R" PXOKWTHN2 = "DJ-2b # of 2nd-to-last partner's children who lived with R" PXOKSEX11 = "DJ-6 Sex of 2nd-to-last partner's child R adopted-1st child" PXOKAD11 = "DJ-6a R legally adopted or became legal guardian -2nd-to-last part, 1st child" PXOKLIV81 = "DJ-7 Where 2nd-to-last partner's chld R adoptd usu live-1st CH, 1st ment" PXOKFAR11 = "DJ-8 Distance 2nd-to-last partner's child R adopted lives - 1st CH" PXOKAGE11 = "DJ-9 Age of 2nd-to-last partner's child R adopted - 1st child" PXOKSEX12 = "DJ-6 Sex of 2nd-to-last partner's child R adopted-2nd child" PXOKAD12 = "DJ-6a R legally adopted or became legal guardian -2nd-to-last part, 2nd child" PXOKLIV89 = "DJ-7 Where 2nd-to-last partner's chld R adoptd usu live-2nd CH, 1st ment" PXOKFAR12 = "DJ-8 Distance 2nd-to-last partner's child R adopted lives - 2nd CH" PXOKAGE12 = "DJ-9 Age of 2nd-to-last partner's child R adopted - 2nd child" PXOKSEX13 = "DJ-6 Sex of 2nd-to-last partner's child R adopted-3rd child" PXOKAD13 = "DJ-6a R legally adopted or became legal guardian -2nd-to-last part, 3rd child" PXOKLIV97 = "DJ-7 Where 2nd-to-last partner's chld R adoptd usu live-3rd CH, 1st ment" PXOKFAR13 = "DJ-8 Distance 2nd-to-last partner's child R adopted lives - 3rd CH" PXOKAGE13 = "DJ-9 Age of 2nd-to-last partner's child R adopted - 3rd child" PXOKSEX14 = "DJ-6 Sex of 2nd-to-last partner's child R adopted-4th child" PXOKAD14 = "DJ-6a R legally adopted or became legal guardian -2nd-to-last part, 4th child" PXOKLIV105 = "DJ-7 Where 2nd-to-last partner's chld R adoptd usu live-4th CH, 1st ment" PXOKFAR14 = "DJ-8 Distance 2nd-to-last partner's child R adopted lives - 4th CH" PXOKAGE14 = "DJ-9 Age of 2nd-to-last partner's child R adopted - 4th child" D_OKAKIDS2 = "# of 2nd-to-last sexual partner's children adopted by R" PXNBEVR2 = "DK-1 R & 2nd-to-last partner have any other nonbio children under care" PXNBNUM2 = "DK-2 # of other nonbio children under R & 2nd-to-last partner's care" PXNBREL2 = "DK-3 Any these other nonbio CH related by blood/marr-2nd-to-last partner" PXNBRL2 = "DK-4 # of other nonbio CH related by blood/marr - 2nd-to-last partner" PXNBFOS2 = "DK-5 Any these othr nonbio CH fostr/placed by agency-2nd-to-last partner" PXNBFS2 = "DK-6 # other nonbio chldrn foster/placed by agency- 2nd-to-last partner" PXNBAD2 = "DK-7 R adopted any of these other nonbio children - 2nd-to-last partner" D_NBAKIDS2 = "# of other nonbio children adopted by R w/2nd-to-last sexual partner" MARDATEN_M3 = "DB-1m Month R married formr wife(3rd most recent partner in last 12 mos)" MARDATEN_Y3 = "DB-1y Year R married former wife(3rd most recent partner in last 12 mos)" CMMARP3 = "CM of marriage to former wife(3rd most recent partner in last 12 mos)" AGEMARR3 = "DB-2 Age when R married former wife (3rd most recent partner)" LIVTOGN3 = "DB-3 Cohabited premaritally w/former wife (3rd most recent partner)" STRTLIVE_M3 = "DB-4m Month began cohab w/ former W/P(3rd most recent partner in last 12 mos)" STRTLIVE_Y3 = "DB-4y Year began cohab w/ former W/P(3rd most recent partner in last 12 mos)" CMCOHP3 = "CM began cohab w/former W/P(3rd most recent partner in last 12 mos)" AGELIV3 = "DB-5 Age when began cohab with former W/P (3rd most recent partner)" CMUNIONP3 = "CM when union began w/former W/P (3rd most recent P in last 12 mons)" ENGAGTHN3 = "DB-6 Engaged when began cohab w/former W/P(3rd most recent partner pst 12 m)" MARREND3 = "DB-7 How marriage end w/former wife(3rd most recent partner pst 12 mos)" WIFEDIED_M3 = "DB-8m Month former wife died(3rd most recent partner in last 12 mos)" WIFEDIED_Y3 = "DB-8y Year former wife died(3rd most recent partner in last 12 mos)" CMWIDP3 = "CM when former wife died(3rd most recent partner in last 12 mos)" DIVORFIN_M3 = "DB-9m Month divorce from formr wife was final(3rd most recent partner)" DIVORFIN_Y3 = "DB-9y Year divorce from formr wife was final(3rd most recent partner)" CMDIVP3 = "CM when divorce from former wife was final (3rd most recent partner)" ANNULLED_M3 = "DB-10m Month of annullment from former wife (3rd most recent partner)" ANNULLED_Y3 = "DB-10y Year of annullment from former wife (3rd most recent partner)" CMANNP3 = "CM of annullment from former wife (3rd most recent partner)" STOPLIVE_M3 = "DB-11m Month last lived w/former W/P (3rd most recent partner)" STOPLIVE_Y3 = "DB-11y Year last lived with former W/P (3rd most recent partner)" CMSTOPP3 = "CM last lived with former W/P (3rd most recent partner)" PXCURR3 = "DC-1 Does R consider her a current sexual partner (3rd most recent partner)" P3CURRPRT = "Whether sexual partner is current (3rd most recent P in last 12 mos)" PXMARRY3 = "DC-2 Chance will marry each other (3rd most recent partner in last 12 mos)" PXLUSE3 = "DD-3 R or 3rd-to-last P use cont. at last sex (exper. quest 1)" PXLMETH27 = "DD-4 method R or 3rd-to-last P used last sex (exper quest 1)-1st" PXLMETH28 = "DD-4 method R or 3rd-to-last P used last sex (exper quest 1)-2nd" PXLMETH29 = "DD-4 method R or 3rd-to-last P used last sex (exper quest 1)-3rd" PXLMETH30 = "DD-4 method R or 3rd-to-last P used last sex (exper. quest 1) -4th" PXLRUSE3 = "DD-5 R use method at last sex with 3rd-to-last P" PXLRMETH9 = "DD-6 Method R used, last sex with 3rd-to-last P -1st" PXLRMETH10 = "DD-6 Method R used, last sex with 3rd-to-last P -2nd" PXLRMETH11 = "DD-6 Method R used, last sex with 3rd-to-last P -3rd" PXLPUSE3 = "DD-7 3rd-to-last P used a method at last sex w/R" DKPXLPUSE3 = "DD-7b (DK followup) Don't recall or never knew (whether 3rd- to-last P used method at last sex)?" PXLPMETH23 = "DD-8 Method 3rd-to-last P used, last sex with R-1st" PXLPMETH24 = "DD-8 Method 3rd-to-last P used, last sex with R-2nd" PXLPMETH25 = "DD-8 Method 3rd-to-last P used, last sex with R-3rd" PXLPMETH26 = "DD-8 Method 3rd-to-last P used, last sex with R-4th" DKPXLPMETH3 = "DD-8b (DK followup) Don't recall or never knew (method 3rd-to-last P used at last sex)?" LSXUSEP3 = "Method used at last sex with 3rd-to-last sexual partner" MTONCEP3 = "Did R have sex more than once w/3rd-to-last partner" PXLSXPRB3 = "DD-9 Could 3rd-to-last P have used method at last sex & R not know" PXMTONCE3 = "DD-10 Did R have sex more than once with 3rd-to-last partner" PXPAGE3 = "DD-11 Age of 3rd-to-last partner at last sex with R" PXRELAGE3 = "DD-12 3rd-to-last P older/younger/same age as R at last sex" PXRELYRS3 = "DD-13 # of years age diff btwn R & 3rd-to-last P at last sex" PXFRLTN5 = "DD-14 Relationship at last sex with 3rd-to-last partner" P1YMULT3 = "Multiple races reported for 3rd-to-last partner in last 12 mos" P1YRACE3 = "RACE-recode-like variable for 3rd-to-last partner in last 12 mos" P1YHRACE3 = "HISPRACE-recode-like variable for 3rd-to-last partner in last 12 mos" P1YNRACE3 = "HISPRACE2-recode-like variable for 3rd-to-last partner in last 12 mos" PXDOB_M3 = "DE-1 Month 3rd-to-last partner(former W/P) was born" PXDOB_Y3 = "DE-1 Year 3rd-to-last partner (former W/P) was born" CMDOBP3 = "CM for DOB of R's 3rd-to-last partner in last 12 mos (former W/P)" PXEDUC3 = "DE-2 Education level of 3rd-to-last partner in last 12 mons" PXMARBF3 = "DE-3 3rd-to-last partner ever been married before" PXANYCH3 = "DE-4 P had chldrn whn rel'p began (3rd-to-last P last 12 mos)" PXANYCHN3 = "DE-5 # of children (bio/adopted/foster) 3rd-to-last partner had" PXABLECH3 = "DE-6 Physically possible for 3rd-to-last partner to have a baby" PXSXFRST_M3 = "DF-1 Month 1st sex with 3rd-to-last partner in last 12 mos" PXSXFRST_Y3 = "DF-1 Year 1st sex with 3rd-to-last partner in last 12 mos" CMFSXP3 = "CM of first sex with 3rd-to-last partner in last 12 mons" AGEFSXP3 = "Age of first sex with 3rd-to-last sexual partner in last 12 mos" PXAGFRST3 = "DF-2 R's age at 1st sex with 3rd-to-last partner in last 12 mos" PXFRLTN6 = "DF-3 Relationship at 1st sex w/3rd-to-last partner in last 12 mos" PXFUSE3 = "DF-4 Did R or 3rd-to-last partner use a method at 1st sex" PXFMETH27 = "DF-5 Method R or 3rd-to-last partner used at first sex -1st" PXFMETH28 = "DF-5 Method R or 3rd-to-last partner used at first sex -2nd" PXFMETH29 = "DF-5 Method R or 3rd-to-last partner used at first sex -3rd" PXANYUSE3 = "DG-1 Last 12 mos: R & 3rd-to-last partner used any method" PXMETHOD27 = "DG-2 Last 12 mos: Methods used by R & 3rd-to-last partner - 1st" PXMETHOD28 = "DG-2 Last 12 mos: Methods used by R & 3rd-to-last partner - 2nd" PXMETHOD29 = "DG-2 Last 12 mos: Methods used by R & 3rd-to-last partner - 3rd" PXMETHOD30 = "DG-2 Last 12 mos: Methods used by R & 3rd-to-last partner - 4th" PXMSTUSE3 = "DG-3 Last 12 mos: method most often used by R & 3rd-to-last P" PXCONFRQ3 = "DG-4 Last 12 mos: % of time R & 3rd-to-last P used condom" PXNOFREQ3 = "DG-5 Last 12 mos: how often R & 3rd-to-last P used any method" PXCHILD3 = "DH-1 R and 3rd-to-last partner ever have a biological child together" PXCHILDN3 = "DH-2 # bio children R and 3rd-to-last partner have had together" PXCXSEX21 = "DH-5 Sex of bio child with 3rd-to-last partner - 1st child" PXCXBORN_M21 = "DH-6 Month of birth of bio child with 3rd-to-last partner - 1st child" PXCXBORN_Y21 = "DH-6 Year of birth of bio child with 3rd-to-last partner - 1st child" CMCHDOB31 = "CM DOB for 1st child w/3rd-to-last partner (Section DH)" MULTBIRT31 = "DH-7 Verifying if multiple birth - 1st child with 3rd-to-last partner" PXCXMARB21 = "DH-8 Married to 3rd-to-last partner at time of the birth -1st bio child" PXCXRES21 = "DH-9 Living with 3rd-to-last partner at time of the birth-1st bio child" PXCXKNOW21 = "DH-10 When R find out 3rd-to-last partner was pregnant -1st bio child" PXCXLIV201 = "DH-11 Where 1st bio child w/3rd-to-last P usually lives now-1st mention" PXCXLIV202 = "DH-11 Where 1st bio child w/3rd-to-last P usually lives now-2nd mention" PXCXAGE21 = "DH-12 Current age of 1st bio child with 3rd-to-last partner" PXCXLAW21 = "DH-13 Did R establish paternity - 1st child w/3rd-to-last partner" PXCXHOP21 = "DH-14 Paternity established at hospital - 1st child w/3rd-to-last prtnr" PXCXEVER21 = "DH-15 Did R ever live with 1st bio child with 3rd-to-last partner" PXCXFAR21 = "DH-16 How far away 1st bio child w/3rd-to-last partner lives" PXWANT21 = "DH-17 R want child at some time when 3rd-to-last partner became preg w/1st child" PXSOON21 = "DH-18 Pregnancy timing of 1st child with 3rd-to-last partner" PXHPYPG21 = "DH-19 R's happiness about pregnancy w/1st child w/3rd-to-last partner" PXCXSEX22 = "DH-5 Sex of bio child with 3rd-to-last partner - 2nd child" PXCXBORN_M22 = "DH-6 Month of birth of bio child with 3rd-to-last partner - 2nd child" PXCXBORN_Y22 = "DH-6 Year of birth of bio child with 3rd-to-last partner - 2nd child" CMCHDOB32 = "CM DOB for 2nd child w/3rd-to-last partner (Section DH)" MULTBIRT32 = "DH-7 Verifying if multiple birth - 2nd child with 3rd-to-last partner" PXCXMARB22 = "DH-8 Married to 3rd-to-last partner at time of the birth -2nd bio child" PXCXRES22 = "DH-9 Living with 3rd-to-last partner at time of the birth-2nd bio child" PXCXKNOW22 = "DH-10 When R find out 3rd-to-last partner was pregnant -2nd bio child" PXCXLIV211 = "DH-11 Where 2nd bio child w/3rd-to-last P usually lives now-1st mention" PXCXLIV212 = "DH-11 Where 2nd bio child w/3rd-to-last P usually lives now-2nd mention" PXCXAGE22 = "DH-12 Current age of 2nd bio child with 3rd-to-last partner" PXCXLAW22 = "DH-13 Did R establish paternity - 2nd child w/3rd-to-last partner" PXCXHOP22 = "DH-14 Paternity established at hospital - 2nd child w/3rd-to-last prtnr" PXCXEVER22 = "DH-15 Did R ever live with 2nd bio child with most recent partner" PXCXFAR22 = "DH-16 How far away 2nd bio child w/3rd-to-last partner lives" PXWANT22 = "DH-17 R want child at some time when 3rd-to-last partner became preg w/2nd child" PXSOON22 = "DH-18 Pregnancy timing of 2nd child with 3rd-to-last partner" PXHPYPG22 = "DH-19 R's happiness about pregnancy w/2nd child w/3rd-to-last partner" PXCXSEX23 = "DH-5 Sex of bio child with 3rd-to-last partner - 3rd child" PXCXBORN_M23 = "DH-6 Month of birth of bio child with 3rd-to-last partner - 3rd child" PXCXBORN_Y23 = "DH-6 Year of birth of bio child with 3rd-to-last partner - 3rd child" CMCHDOB33 = "CM DOB for 3rd child w/3rd-to-last partner (Section DH)" MULTBIRT33 = "DH-7 Verifying if multiple birth - 3rd child with most recent partner" PXCXMARB23 = "DH-8 Married to 3rd-to-last partner at time of the birth -3rd bio child" PXCXRES23 = "DH-9 Living with 3rd-to-last partner at time of the birth-3rd bio child" PXCXKNOW23 = "DH-10 When R find out 3rd-to-last partner was pregnant -3rd bio child" PXCXLIV221 = "DH-11 Where 3rd bio child w/3rd-to-last P usually lives now-1st mention" PXCXLIV222 = "DH-11 Where 3rd bio child w/3rd-to-last P usually lives now-2nd mention" PXCXAGE23 = "DH-12 Current age of 3rd bio child with 3rd-to-last partner" PXCXLAW23 = "DH-13 Did R establish paternity - 3rd child w/3rd-to-last partner" PXCXHOP23 = "DH-14 Paternity established at hospital - 3rd child w/3rd-to-last prtnr" PXCXEVER23 = "DH-15 Did R ever live with 3rd bio child with most recent partner" PXCXFAR23 = "DH-16 How far away 3rd bio child w/3rd-to-last partner lives" PXWANT23 = "DH-17 R wanted child before 3rd-to-last partner became preg w/3rd child" PXSOON23 = "DH-18 Pregnancy timing of 3rd child with 3rd-to-last partner" PXHPYPG23 = "DH-19 R's happiness about pregnancy w/3rd child w/3rd-to-last partner" PXCPREG3 = "DI-1 Is R's current partner currently pregnant (3rd-to-last prtnr)" PXTRYING3 = "DI-2 R & curr partner currently trying to get pregnant (3rd-to-last prtnr)" PXTRYLONG3 = "DI-3 How long R & curr prtnr trying to get pregnant (3rd-to-last prtnr)" PXRWANT3 = "DI-4 Bef curr prtnr's curr preg did R want child in future (3rd-to-last prtnr)" PXRSOON3 = "DI-5 Timing of current partner's current pregnancy (3rd-to-last prtnr)" PXCPFEEL3 = "DI-6 How happy when found out about curr P's curr preg (3rd-to-last prntr)" CURRPREG = "Whether respondent's current wife or cohabiting partner or other current partner is pregnant (Computed in FC B-11a and updated in Section C or D)" PXOTKID3 = "DJ-1 3rd-to-last partner have other childrn when started living tog" PXOKNUM3 = "DJ-2 # children 3rd-to-last partner had when started living tog" PXOKADP3 = "DJ-3 R legally adopt 3rd-to-last partner's child/ren" PXOKADN3 = "DJ-4 # of 3rd-to-last partner's children R adopted" PXOKWTH3 = "DJ-2a 3rd-to-last partner's child/ren lived with R" PXOKWTHN3 = "DJ-2b # of 3rd-to-last partner's children who lived with R" PXOKSEX21 = "DJ-6 Sex of 3rd-to-last partner's child R adopted-1st child" PXOKAD21 = "DJ-6a R legally adopted or became legal guardian -3rd-to-last part, 1st child" PXOKLIV161 = "DJ-7 Where 3rd-to-last partner's chld R adoptd usu live-1st CH, 1st ment" PXOKFAR21 = "DJ-8 Distance 3rd-to-last partner's child R adopted lives - 1st CH" PXOKAGE21 = "DJ-9 Age of 3rd-to-last partner's child R adopted - 1st child" PXOKSEX22 = "DJ-6 Sex of 3rd-to-last partner's child R adopted-2nd child" PXOKAD22 = "DJ-6a R legally adopted or became legal guardian -3rd-to-last part, 2nd child" PXOKLIV169 = "DJ-7 Where 3rd-to-last partner's chld R adoptd usu live-2nd CH, 1st ment" PXOKFAR22 = "DJ-8 Distance 3rd-to-last partner's child R adopted lives - 2nd CH" PXOKAGE22 = "DJ-9 Age of 3rd-to-last partner's child R adopted - 2nd child" PXOKSEX23 = "DJ-6 Sex of 3rd-to-last partner's child R adopted-3rd child" PXOKAD23 = "DJ-6a R legally adopted or became legal guardian -3rd-to-last part, 3rd child" PXOKLIV177 = "DJ-7 Where 3rd-to-last partner's chld R adoptd usu live-3rd CH, 1st ment" PXOKFAR23 = "DJ-8 Distance 3rd-to-last partner's child R adopted lives - 3rd CH" PXOKAGE23 = "DJ-9 Age of 3rd-to-last partner's child R adopted - 3rd child" D_OKAKIDS3 = "# of 3rd-to-last partner's children adopted by R" PXNBEVR3 = "DK-1 R & 3rd-to-last partner have any other nonbio children under care" PXNBNUM3 = "DK-2 # of other nonbio children under R & 3rd-to-last partner's care" PXNBREL3 = "DK-3 Any these other nonbio CH related by blood/marr-3rd-to-last partner" PXNBRL3 = "DK-4 # of other nonbio CH related by blood/marr - 3rd-to-last partner" PXNBFOS3 = "DK-5 Any these othr nonbio CH fostr/placed by agency-3rd-to-last partner" PXNBFS3 = "DK-6 # other nonbio chldrn foster/placed by agency- 3rd-to-last partner" PXNBAD3 = "DK-7 R adopted any of these other nonbio children - 3rd-to-last partner" D_NBAKIDS3 = "# of other nonbio children adopted by R w/3rd-to-last partner" FPFIRST_M = "DL-1 Month of first sexual intercourse" FPFIRST_Y = "DL-1 Year of first sexual intercourse" CMFSTSEX = "CM for date of first sexual intercourse" FSTSEXAGE = "Age at first sexual intercourse (based on CMFSTSEX)" FPAGE = "DL-2 R's age at first sexual intercourse" FPAGE18 = "DL-3 Was R less than 18 years old at 1st sex (specif.age DK)" FPAGE15 = "DL-4 Was R less than 15 years old at 1st sex (specif.age DK)" FPAGE20 = "DL-5 Was R less than 20 years old at 1st sex (specif.age DK)" RFSXAGEGP = "Respondent's estimated age at first sexual intercourse (if age unknown, otherwise this is 0) (computed in Flow Check D-61)" FPPAGE = "DL-7 1st partner's age at R's first sexual intercourse" FPRELAGE = "DL-8 Was 1st partner older/younger/same age as R at 1st sex" FPRELYRS = "DL-9 # of years 1st partner older/younger than R at 1st sex" FPRLTN = "DL-10 Relationship with 1st partner at 1st sex" FPUSE = "DL-11 R & 1st partner use a method at 1st sex" FPMETH01 = "DL-12 Method(s) R & 1st partner used at 1st sex-1st mention" FPMETH02 = "DL-12 Method(s) R & 1st partner used at 1st sex-2nd mention" FPMETH03 = "DL-12 Method(s) R & 1st partner used at 1st sex-3rd mention" FPMETH04 = "DL-12 Method(s) R & 1st partner used at 1st sex-4th mention" FPPROBE = "DL-13 1st ptnr, 1st sex: could P have used method & R not know" NFORMWIFE = "Number of Former Wives" NFORMCOHAB = "Number of Former Cohabiting Partners" FWVERIFY = "EA-2 Already Talked About 1st Former Wife as Last/Recent Partner?" FWVER = "1st Former Wife Not Previously Discussed in Interview" FWVERIFY2 = "EA-2 Already Talked About 2nd Former Wife as Last/Recent Partner?" FWVER2 = "2nd Former Wife Not Previously Discussed in Interview" FWVERIFY3 = "EA-2 Already Talked About 3rd Former Wife as Last/Recent Partner?" FWVER3 = "3rd Former Wife Not Previously Discussed in Interview" FCVER = "1st Former Cohab Partner Not Previously Discussed in Interview" FCVERIFY = "EA-4 Already Talked About 1st Former Cohab as Recent Partner?" EXRELATION = "Relationship with Each Woman in E - Former Cohab or Wife-1st" FWMAREND_M = "EB-2 Month of Marriage - 1st Former Wife" FWMAREND_Y = "EB-2 Year of Marriage - 1st Former Wife" CMMARW = "CM of Marriage - 1st Former Wife" AGEMARRN = "EB-3 R's Age at Marriage - 1st Former Wife" LIVTOGN4 = "EB-4 Ever Cohabited Premaritally -1st Former Wife" STRTLIVE_M4 = "EB-5 Month Began Cohabiting (Premar) - 1st Former Wife" STRTLIVE_Y4 = "EB-5 Year Began Cohabiting (Premar) - 1st Former Wife" CMCOHW = "CM at Start of Premarital Cohabitation - 1st Former Wife" AGELIV4 = "EB-6 R's Age When Began Cohabiting (Premar) - 1st Former Wife" CMUNIONW = "CM When Coresidence (Union) Began - 1st Former Wife" ENGAGTHN4 = "EB-7 Engaged When Began Living Together - 1st former wife" MARREND4 = "EB-8 How Marriage Ended-1st Former Wife" WIFEDIED_M4 = "EB-9 Month Wife Died-1st Former Wife" WIFEDIED_Y4 = "EB-9 Year Wife Died-1st Former Wife" CMWIDW = "CM When Wife Died - 1st Former Wife" DIVORFIN_M4 = "EB-10 Month Divorce Final-1st Former Wife" DIVORFIN_Y4 = "EB-10 Year Divorce Final-1st Former Wife" CMDIVW = "CM When Divorce Final - 1st Former Wife" ANNULLED_M4 = "EB-11 Month Marriage Annulled - 1st Former Wife" ANNULLED_Y4 = "EB-11 Year Marriage Annulled - 1st Former Wife" CMANNW = "CM When Marriage Annulled - 1st Former Wife" STOPLIVE_M4 = "EB-12 Month Last Lived Together - 1st former wife" STOPLIVE_Y4 = "EB-12 Year Last Lived Together - 1st former wife" CMSTOPW = "CM Stopped Living with 1st Former Wife" EXRELATION2 = "Relationship with Each Woman in E - Former Cohab or Wife-2nd" FWMAREND_M2 = "EB-2 Month of Marriage - 2nd Former Wife" FWMAREND_Y2 = "EB-2 Year of Marriage - 2nd Former Wife" CMMARW2 = "CM of Marriage - 2nd Former Wife" AGEMARRN2 = "EB-3 R's Age at Marriage - 2nd Former Wife" LIVTOGN5 = "EB-4 Ever Cohabited Premaritally -2nd Former Wife" STRTLIVE_M5 = "EB-5 Month Began Cohabiting (Premar) - 2nd Former Wife or Cohab" STRTLIVE_Y5 = "EB-5 Year Began Cohabiting (Premar) - 2nd Former Wife or Cohab" CMCOHW2 = "CM at Start of Premarital Cohabitation - 2nd Former Wife" AGELIV5 = "EB-6 R's Age When Began Cohabiting (Premar) - 2nd former wife" CMUNIONW2 = "CM When Coresidence (Union) Began - 2nd Former Wife" ENGAGTHN5 = "EB-7 Engaged When Began Living Together - 2nd former wife" MARREND5 = "EB-8 How Marriage Ended-2nd Former Wife" WIFEDIED_M5 = "EB-9 Month Wife Died-2nd Former Wife" WIFEDIED_Y5 = "EB-9 Year Wife Died-2nd Former Wife" CMWIDW2 = "CM When Wife Died - 2nd Former Wife" DIVORFIN_M5 = "EB-10 Month Divorce Final-2nd Former Wife" DIVORFIN_Y5 = "EB-10 Year Divorce Final-2nd Former Wife" CMDIVW2 = "CM When Divorce Final - 2nd Former Wife" ANNULLED_M5 = "EB-11 Month Marriage Annulled - 2nd Former Wife" ANNULLED_Y5 = "EB-11 Year Marriage Annulled - 2nd Former Wife" CMANNW2 = "CM When Marriage Annulled - 2nd Former Wife" STOPLIVE_M5 = "EB-12 Month Last Lived Together - 2nd former wife" STOPLIVE_Y5 = "EB-12 Year Last Lived Together - 2nd former wife" CMSTOPW2 = "CM Stopped Living with 2nd Former Wife" EXRELATION3 = "Relationship with Each Woman in E - Former Cohab or Wife-3rd" FWMAREND_M3 = "EB-2 Month of Marriage - 3rd former Wife" FWMAREND_Y3 = "EB-2 Year of Marriage - 3rd former Wife" CMMARW3 = "CM of Marriage - 3rd former Wife" AGEMARRN3 = "EB-3 R's Age at Marriage - 3rd former Wife" LIVTOGN6 = "EB-4 Ever Cohabited Premaritally -3rd former Wife" STRTLIVE_M6 = "EB-5 Month Began Cohabiting (Premar) - 3rd former Wife or Cohab" STRTLIVE_Y6 = "EB-5 Year Began Cohabiting (Premar) - 3rd former Wife or Cohab" CMCOHW3 = "CM at Start of Premarital Cohabitation - 3rd former Wife" AGELIV6 = "EB-6 R's Age When Began Cohabiting (Premar) - 3rd former wife" CMUNIONW3 = "CM When Coresidence (Union) Began - 3rd former Wife" ENGAGTHN6 = "EB-7 Engaged When Began Living Together - 3rd former wife" MARREND6 = "EB-8 How Marriage Ended-3rd former Wife" WIFEDIED_M6 = "EB-9 Month Wife Died-3rd former Wife" WIFEDIED_Y6 = "EB-9 Year Wife Died-3rd former Wife" CMWIDW3 = "CM When Wife Died - 3rd former Wife" DIVORFIN_M6 = "EB-10 Month Divorce Final-3rd former Wife" DIVORFIN_Y6 = "EB-10 Year Divorce Final-3rd former Wife" CMDIVW3 = "CM When Divorce Final - 3rd former Wife" ANNULLED_M6 = "EB-11 Month Marriage Annulled - 3rd former Wife" ANNULLED_Y6 = "EB-11 Year Marriage Annulled - 3rd former Wife" CMANNW3 = "CM When Marriage Annulled - 3rd former Wife" STOPLIVE_M6 = "EB-12 Month Last Lived Together - 3rd former wife" STOPLIVE_Y6 = "EB-12 Year Last Lived Together - 3rd former wife" CMSTOPW3 = "CM Stopped Living with 3rd former Wife" EXRELATION11 = "Relationship with Each Woman in E - 1st Cohab Partner" STRTLIVE_M14 = "EB-5 Month Began Cohabiting - 1st Cohab Partner" STRTLIVE_Y14 = "EB-5 Year Began Cohabiting - 1st Cohab Partner" CMCOHFC11 = "CM Began Living with 1st Former Cohabiting Partner" AGELIV14 = "EB-6 R s Age When Began Cohabiting (Premar) - 1st Cohab Partner" ENGAGTHN14 = "EB-7 Engaged When Began Living Together - 1st cohab partner" STOPLIVE_M14 = "EB-12 Month Last Lived Together - 1st cohab partner" STOPLIVE_Y14 = "EB-12 Year Last Lived Together - 1st cohab partner" CMSTOPFC11 = "CM Stopped Living with 1st Cohabiting Partner" FWPDOB_M = "EC-1 Month Former Wife Was Born - 1st" FWPDOB_Y = "EC-1 Year Former Wife Was Born - 1st" CMFWPDOB = "CM DOB for R's 1st former wife described in E" FWPAGE = "EC-2 Former wife's Age at End of Union - 1st" WIF1MULT = "Multiple races reported for 1st former wife" WIF1RACE = "RACE-recode-like variable for 1st former wife" WIF1HRACE = "HISPRACE-recode-like variable for 1st former wife" WIF1NRACE = "HISPRACE2-recode-like variable for 1st former wife" FWPMARBF = "EC-6 Ever Married (Before) - 1st Former Wife" FWPDOB_M2 = "EC-1 Month former wife Was Born - 2nd" FWPDOB_Y2 = "EC-1 Year former wife Was Born - 2nd" CMFWPDOB2 = "CM DOB for R's 2nd former wife described in E" FWPAGE2 = "EC-2 former wife's Age at End of Union - 2nd" FWPMARBF2 = "EC-6 Ever Married (Before) - 2nd former wife" FWPDOB_M3 = "EC-1 Month former wife Was Born - 3rd" FWPDOB_Y3 = "EC-1 Year former wife Was Born - 3rd" CMFWPDOB3 = "CM DOB for R's 3rd former wife described in E" FWPAGE3 = "EC-2 former wife's Age at End of Union - 3rd" FWPMARBF3 = "EC-6 Ever Married (Before) - 3rd former wife" FWPDOB_M11 = "EC-1 Month 1st Cohab Partner was Born" FWPDOB_Y11 = "EC-1 Year 1st Cohab Partner was Born" CMFWPDOB11 = "CM DOB for R's 1st cohab partner described in E" FWPAGE11 = "EC-2 1st Cohab Partner's Age at End of Union" COH1MULT = "Multiple races reported for 1st former cohabiting partner" COH1RACE = "RACE-recode-like variable for 1st former cohabiting partner" COH1HRACE = "HISPRACE-recode-like variable for 1st former cohabiting partner" COH1NRACE = "HISPRACE2-recode-like variable for 1st former cohabiting partner" FWPMARBF11 = "EC-6 Ever Married (Before) - 1st Cohab Partner" FWPBIOKD = "ED-1 Ever Had Biological Children with Her - 1st Former Wife" FWPNUMKD = "ED-2 # of Biological Children R had with 1st Former Wife" FWPCHSEX = "ED-5 Sex of bio child w/1st former wife - 1st child" FWPCHDOB_M = "ED-6 Month of birth of bio child w/1st former wife - 1st child" FWPCHDOB_Y = "ED-6 Year of birth of bio child w/1st former wife - 1st child" CMCHDOB41 = "CM DOB for 1st biological child w/1st former wife (section ED)" MULTBIRT41 = "ED-7 Verifying if multiple births - 1st child w/1st former wife" FWCHMARB = "ED-8 Married to 1st former wife at time of the birth - 1st child" FWPCHRES = "ED-9 Living with 1st former wife at time of the birth-1st child" FWPCHLRN = "ED-10 When R found out 1st former wife was pregnant - 1st child" FWPCHLIV01 = "ED-11 Where 1st bio child w/1st FW usually lives now - 1st" FWPCHLIV02 = "ED-11 Where 1st bio child w/1st FW usually lives now - 2nd" FWPCHLIV03 = "ED-11 Where 1st bio child w/1st FW usually lives now - 3rd" FWPCHAGE = "ED-12 Current age of 1st bio child w/1st former wife" FWPCHLEG = "ED-13 Did R establish paternity - 1st child w/1st former wife" FWPCHHOP = "ED-14 Paternity established at hospital-1st child w/1st FW" FWPCHEVR = "ED-15 Did R ever live with 1st bio child w/1st former wife" FWPCHFAR = "ED-16 How far away 1st bio child w/1st former wife lives now" FWPRWANT = "ED-17 R wanted child before 1st FW got pregnant w/1st child" FWPSOON = "ED-18 Pregnancy timing of 1st child w/1st former wife" FWPHPYPG = "ED-19 R's happiness about pregnancy w/1st child w/1st FW" FWPCHSEX2 = "ED-5 Sex of bio child w/1st former wife - 2nd child" FWPCHDOB_M2 = "ED-6 Month of birth of bio child w/1st former wife - 2nd child" FWPCHDOB_Y2 = "ED-6 Year of birth of bio child w/1st former wife - 2nd child" CMCHDOB42 = "CM DOB for 2nd biological child w/1st former wife (section ED)" MULTBIRT42 = "ED-7 Verifying if multiple births - 2nd child w/1st former wife" FWCHMARB2 = "ED-8 Married to 1st former wife at time of the birth - 2nd child" FWPCHRES2 = "ED-9 Living with 1st former wife at time of the birth-2nd child" FWPCHLRN2 = "ED-10 When R found out 1st former wife was pregnant - 2nd child" FWPCHLIV11 = "ED-11 Where 2nd bio child w/1st FW usually lives now - 1st" FWPCHLIV12 = "ED-11 Where 2nd bio child w/1st FW usually lives now - 2nd" FWPCHLIV13 = "ED-11 Where 2nd bio child w/1st FW usually lives now - 3rd" FWPCHAGE2 = "ED-12 Current age of 2nd bio child w/1st former wife" FWPCHLEG2 = "ED-13 Did R establish paternity - 2nd child w/1st former wife" FWPCHHOP2 = "ED-14 Paternity established at hospital-2nd child w/1st FW" FWPCHEVR2 = "ED-15 Did R ever live with 2nd bio child w/1st former wife" FWPCHFAR2 = "ED-16 How far away 2nd bio child w/1st former wife lives now" FWPRWANT2 = "ED-17 R wanted child before 1st FW got pregnant w/2nd child" FWPSOON2 = "ED-18 Pregnancy timing of 2nd child w/1st former wife" FWPHPYPG2 = "ED-19 R's happiness about pregnancy w/2nd child w/1st FW" FWPCHSEX3 = "ED-5 Sex of bio child w/1st former wife - 3rd child" FWPCHDOB_M3 = "ED-6 Month of birth of bio child w/1st former wife - 3rd child" FWPCHDOB_Y3 = "ED-6 Year of birth of bio child w/1st former wife - 3rd child" CMCHDOB43 = "CM DOB for 3rd biological child w/1st former wife (section ED)" MULTBIRT43 = "ED-7 Verifying if multiple births - 3rd child w/1st former wife" FWCHMARB3 = "ED-8 Married to 1st former wife at time of the birth - 3rd child" FWPCHRES3 = "ED-9 Living with 1st former wife at time of the birth-3rd child" FWPCHLRN3 = "ED-10 When R found out 1st former wife was pregnant - 3rd child" FWPCHLIV21 = "ED-11 Where 3rd bio child w/1st FW usually lives now - 1st" FWPCHLIV22 = "ED-11 Where 3rd bio child w/1st FW usually lives now - 2nd" FWPCHLIV23 = "ED-11 Where 3rd bio child w/1st FW usually lives now - 3rd" FWPCHAGE3 = "ED-12 Current age of 3rd bio child w/1st former wife" FWPCHLEG3 = "ED-13 Did R establish paternity - 3rd child w/1st former wife" FWPCHHOP3 = "ED-14 Paternity established at hospital-3rd child w/1st FW" FWPCHEVR3 = "ED-15 Did R ever live with 3rd bio child w/1st former wife" FWPCHFAR3 = "ED-16 How far away 3rd bio child w/1st former wife lives now" FWPRWANT3 = "ED-17 R wanted child before 1st FW got pregnant w/3rd child" FWPSOON3 = "ED-18 Pregnancy timing of 3rd child w/1st former wife" FWPHPYPG3 = "ED-19 R's happiness about pregnancy w/3rd child w/1st FW" FWPCHSEX4 = "ED-5 Sex of bio child w/1st former wife - 4th child" FWPCHDOB_M4 = "ED-6 Month of birth of bio child w/1st former wife - 4th child" FWPCHDOB_Y4 = "ED-6 Year of birth of bio child w/1st former wife - 4th child" CMCHDOB44 = "CM DOB for 4th biological child w/1st former wife (section ED)" MULTBIRT44 = "ED-7 Verifying if multiple births - 4th child w/1st former wife" FWCHMARB4 = "ED-8 Married to 1st former wife at time of the birth - 4th child" FWPCHRES4 = "ED-9 Living with 1st former wife at time of the birth-4th child" FWPCHLRN4 = "ED-10 When R found out 1st former wife was pregnant - 4th child" FWPCHLIV31 = "ED-11 Where 4th bio child w/1st FW usually lives now - 1st" FWPCHLIV32 = "ED-11 Where 4th bio child w/1st FW usually lives now - 2nd" FWPCHLIV33 = "ED-11 Where 4th bio child w/1st FW usually lives now - 3rd" FWPCHAGE4 = "ED-12 Current age of 4th bio child w/1st former wife" FWPCHLEG4 = "ED-13 Did R establish paternity - 4th child w/1st former wife" FWPCHHOP4 = "ED-14 Paternity established at hospital-4th child w/1st FW" FWPCHEVR4 = "ED-15 Did R ever live with 4th bio child w/1st former wife" FWPCHFAR4 = "ED-16 How far away 4th bio child w/1st former wife lives now" FWPRWANT4 = "ED-17 R wanted child before 1st FW got pregnant w/4th child" FWPSOON4 = "ED-18 Pregnancy timing of 4th child w/1st former wife" FWPHPYPG4 = "ED-19 R's happiness about pregnancy w/4th child w/1st FW" FWPCHSEX5 = "ED-5 Sex of bio child w/1st former wife - 5th child" FWPCHDOB_M5 = "ED-6 Month of birth of bio child w/1st former wife - 5th child" FWPCHDOB_Y5 = "ED-6 Year of birth of bio child w/1st former wife - 5th child" CMCHDOB45 = "CM E260CM DOB for 5th biological child w/1st former wife (section ED)" MULTBIRT45 = "ED-7 Verifying if multiple births - 5th child w/1st former wife" FWCHMARB5 = "ED-8 Married to 1st former wife at time of the birth - 5th child" FWPCHRES5 = "ED-9 Living with 1st former wife at time of the birth-5th child" FWPCHLRN5 = "ED-10 When R found out 1st former wife was pregnant - 5th child" FWPCHLIV41 = "ED-11 Where 5th bio child w/1st FW usually lives now - 1st" FWPCHLIV42 = "ED-11 Where 5th bio child w/1st FW usually lives now - 2nd" FWPCHLIV43 = "ED-11 Where 5th bio child w/1st FW usually lives now - 3rd" FWPCHAGE5 = "ED-12 Current age of 5th bio child w/1st former wife" FWPCHLEG5 = "ED-13 Did R establish paternity - 5th child w/1st former wife" FWPCHHOP5 = "ED-14 Paternity established at hospital-5th child w/1st FW" FWPCHEVR5 = "ED-15 Did R ever live with 5th bio child w/1st former wife" FWPCHFAR5 = "ED-16 How far away 5th bio child w/1st former wife lives now" FWPRWANT5 = "ED-17 R wanted child before 1st FW got pregnant w/5th child" FWPSOON5 = "ED-18 Pregnancy timing of 5th child w/1st former wife" FWPHPYPG5 = "ED-19 R's happiness about pregnancy w/5th child w/1st FW" FWPCHSEX6 = "ED-5 Sex of bio child w/1st former wife - 6th child" FWPCHDOB_M6 = "ED-6 Month of birth of bio child w/1st former wife - 6th child" FWPCHDOB_Y6 = "ED-6 Year of birth of bio child w/1st former wife - 6th child" CMCHDOB46 = "CM DOB for 6th biological child w/1st former wife (section ED)" MULTBIRT46 = "ED-7 Verifying if multiple births - 6th child w/1st former wife" FWCHMARB6 = "ED-8 Married to 1st former wife at time of the birth - 6th child" FWPCHRES6 = "ED-9 Living with 1st former wife at time of the birth-6th child" FWPCHLRN6 = "ED-10 When R found out 1st former wife was pregnant - 6th child" FWPCHLIV51 = "ED-11 Where 6th bio child w/1st FW usually lives now - 1st" FWPCHLIV52 = "ED-11 Where 6th bio child w/1st FW usually lives now - 2nd" FWPCHLIV53 = "ED-11 Where 6th bio child w/1st FW usually lives now - 3rd" FWPCHAGE6 = "ED-12 Current age of 6th bio child w/1st former wife" FWPCHLEG6 = "ED-13 Did R establish paternity - 6th child w/1st former wife" FWPCHHOP6 = "ED-14 Paternity established at hospital-6th child w/1st FW" FWPCHEVR6 = "ED-15 Did R ever live with 6th bio child w/1st former wife" FWPCHFAR6 = "ED-16 How far away 6th bio child w/1st former wife lives now" FWPRWANT6 = "ED-17 R wanted child before 1st FW got pregnant w/6th child" FWPSOON6 = "ED-18 Pregnancy timing of 6th child w/1st former wife" FWPHPYPG6 = "ED-19 R's happiness about pregnancy w/6th child w/1st FW" FWPBIOKD2 = "ED-1 Ever Had Biological Children with Her - 2nd former wife" FWPNUMKD2 = "ED-2 # of Biological Children R had with 2nd former wife" FWPCHSEX11 = "ED-5 Sex of bio child w/2nd former wife - 1st child" FWPCHDOB_M11 = "ED-6 Month of birth of bio child w/2nd former wife - 1st child" FWPCHDOB_Y11 = "ED-6 Year of birth of bio child w/2nd former wife - 1st child" CMCHDOB51 = "CM DOB for 1st biological child w/2nd former wife (section ED)" MULTBIRT51 = "ED-7 Verifying if multiple births - 1st child w/2nd former wife" FWCHMARB11 = "ED-8 Married to 2nd former wife at time of the birth - 1st child" FWPCHRES11 = "ED-9 Living with 2nd former wife at time of the birth-1st child" FWPCHLRN11 = "ED-10 When R found out 2nd former wife was pregnant - 1st child" FWPCHLIV101 = "ED-11 Where 1st bio child w/2nd FW usually lives now - 1st" FWPCHLIV102 = "ED-11 Where 1st bio child w/2nd FW usually lives now - 2nd" FWPCHLIV103 = "ED-11 Where 1st bio child w/2nd FW usually lives now - 3rd" FWPCHAGE11 = "ED-12 Current age of 1st bio child w/2nd former wife" FWPCHLEG11 = "ED-13 Did R establish paternity - 1st child w/2nd former wife" FWPCHHOP11 = "ED-14 Paternity established at hospital-1st child w/2nd FW" FWPCHEVR11 = "ED-15 Did R ever live with 1st bio child w/2nd former wife" FWPCHFAR11 = "ED-16 How far away 1st bio child w/2nd former wife lives now" FWPRWANT11 = "ED-17 R wanted child before 2nd FW got pregnant w/1st child" FWPSOON11 = "ED-18 Pregnancy timing of 1st child w/2nd former wife" FWPHPYPG11 = "ED-19 R's happiness about pregnancy w/1st child w/2nd FW" FWPCHSEX12 = "ED-5 Sex of bio child w/2nd former wife - 2nd child" FWPCHDOB_M12 = "ED-6 Month of birth of bio child w/2nd former wife - 2nd child" FWPCHDOB_Y12 = "ED-6 Year of birth of bio child w/2nd former wife - 2nd child" CMCHDOB52 = "CM DOB for 2nd biological child w/2nd former wife (section ED)" MULTBIRT52 = "ED-7 Verifying if multiple births - 2nd child w/2nd former wife" FWCHMARB12 = "ED-8 Married to 2nd former wife at time of the birth - 2nd child" FWPCHRES12 = "ED-9 Living with 2nd former wife at time of the birth-2nd child" FWPCHLRN12 = "ED-10 When R found out 2nd former wife was pregnant - 2nd child" FWPCHLIV111 = "ED-11 Where 2nd bio child w/2nd FW usually lives now - 1st" FWPCHLIV112 = "ED-11 Where 2nd bio child w/2nd FW usually lives now - 2nd" FWPCHLIV113 = "ED-11 Where 2nd bio child w/2nd FW usually lives now - 3rd" FWPCHAGE12 = "ED-12 Current age of 2nd bio child w/2nd former wife" FWPCHLEG12 = "ED-13 Did R establish paternity - 2nd child w/2nd former wife" FWPCHHOP12 = "ED-14 Paternity established at hospital-2nd child w/2nd FW" FWPCHEVR12 = "ED-15 Did R ever live with 2nd bio child w/2nd former wife" FWPCHFAR12 = "ED-16 How far away 2nd bio child w/2nd former wife lives now" FWPRWANT12 = "ED-17 R wanted child before 2nd FW got pregnant w/2nd child" FWPSOON12 = "ED-18 Pregnancy timing of 2nd child w/2nd former wife" FWPHPYPG12 = "ED-19 R's happiness about pregnancy w/2nd child w/2nd FW" FWPCHSEX13 = "ED-5 Sex of bio child w/2nd former wife - 3rd child" FWPCHDOB_M13 = "ED-6 Month of birth of bio child w/2nd former wife - 3rd child" FWPCHDOB_Y13 = "ED-6 Year of birth of bio child w/2nd former wife - 3rd child" CMCHDOB53 = "CM DOB for 3rd biological child w/2nd former wife (section ED)" MULTBIRT53 = "ED-7 Verifying if multiple births - 3rd child w/2nd former wife" FWCHMARB13 = "ED-8 Married to 2nd former wife at time of the birth - 3rd child" FWPCHRES13 = "ED-9 Living with 2nd former wife at time of the birth-3rd child" FWPCHLRN13 = "ED-10 When R found out 2nd former wife was pregnant - 3rd child" FWPCHLIV121 = "ED-11 Where 3rd bio child w/2nd FW usually lives now - 1st" FWPCHLIV122 = "ED-11 Where 3rd bio child w/2nd FW usually lives now - 2nd" FWPCHLIV123 = "ED-11 Where 3rd bio child w/2nd FW usually lives now - 3rd" FWPCHAGE13 = "ED-12 Current age of 3rd bio child w/2nd former wife" FWPCHLEG13 = "ED-13 Did R establish paternity - 3rd child w/2nd former wife" FWPCHHOP13 = "ED-14 Paternity established at hospital-3rd child w/2nd FW" FWPCHEVR13 = "ED-15 Did R ever live with 3rd bio child w/2nd former wife" FWPCHFAR13 = "ED-16 How far away 3rd bio child w/2nd former wife lives now" FWPRWANT13 = "ED-17 R wanted child before 2nd FW got pregnant w/3rd child" FWPSOON13 = "ED-18 Pregnancy timing of 3rd child w/2nd former wife" FWPHPYPG13 = "ED-19 R's happiness about pregnancy w/3rd child w/2nd FW" FWPBIOKD3 = "ED-1 Ever Had Biological Children with Her - 3rd former wife" FWPNUMKD3 = "ED-2 # of Biological Children R had with 3rd former wife" FWPCHSEX21 = "ED-5 Sex of bio child w/3rd former wife - 1st child" FWPCHDOB_M21 = "ED-6 Month of birth of bio child w/3rd former wife - 1st child" FWPCHDOB_Y21 = "ED-6 Year of birth of bio child w/3rd former wife - 1st child" CMCHDOB61 = "CM DOB for 1st biological child w/3rd former wife (section ED)" MULTBIRT61 = "ED-7 Verifying if multiple births - 1st child w/3rd former wife" FWCHMARB21 = "ED-8 Married to 3rd former wife at time of the birth - 1st child" FWPCHRES21 = "ED-9 Living with 3rd former wife at time of the birth-1st child" FWPCHLRN21 = "ED-10 When R found out 3rd former wife was pregnant - 1st child" FWPCHLIV201 = "ED-11 Where 1st bio child w/3rd FW usually lives now - 1st" FWPCHLIV202 = "ED-11 Where 1st bio child w/3rd FW usually lives now - 2nd" FWPCHLIV203 = "ED-11 Where 1st bio child w/3rd FW usually lives now - 3rd" FWPCHAGE21 = "ED-12 Current age of 1st bio child w/3rd former wife" FWPCHLEG21 = "ED-13 Did R establish paternity - 1st child w/3rd former wife" FWPCHHOP21 = "ED-14 Paternity established at hospital-1st child w/3rd FW" FWPCHEVR21 = "ED-15 Did R ever live with 1st bio child w/3rd former wife" FWPCHFAR21 = "ED-16 How far away 1st bio child w/3rd former wife lives now" FWPRWANT21 = "ED-17 R wanted child before 3rd FW got pregnant w/1st child" FWPSOON21 = "ED-18 Pregnancy timing of 1st child w/3rd former wife" FWPHPYPG21 = "ED-19 R's happiness about pregnancy w/1st child w/3rd FW" FWPCHSEX22 = "ED-5 Sex of bio child w/3rd former wife - 2nd child" FWPCHDOB_M22 = "ED-6 Month of birth of bio child w/3rd former wife - 2nd child" FWPCHDOB_Y22 = "ED-6 Year of birth of bio child w/3rd former wife - 2nd child" CMCHDOB62 = "CM DOB for 2nd biological child w/3rd former wife (section ED)" MULTBIRT62 = "ED-7 Verifying if multiple births - 2nd child w/3rd former wife" FWCHMARB22 = "ED-8 Married to 3rd former wife at time of the birth - 2nd child" FWPCHRES22 = "ED-9 Living with 3rd former wife at time of the birth-2nd child" FWPCHLRN22 = "ED-10 When R found out 3rd former wife was pregnant - 2nd child" FWPCHLIV211 = "ED-11 Where 2nd bio child w/3rd FW usually lives now - 1st" FWPCHLIV212 = "ED-11 Where 2nd bio child w/3rd FW usually lives now - 2nd" FWPCHLIV213 = "ED-11 Where 2nd bio child w/3rd FW usually lives now - 3rd" FWPCHAGE22 = "ED-12 Current age of 2nd bio child w/3rd former wife" FWPCHLEG22 = "ED-13 Did R establish paternity - 2nd child w/3rd former wife" FWPCHHOP22 = "ED-14 Paternity established at hospital-2nd child w/3rd FW" FWPCHEVR22 = "ED-15 Did R ever live with 2nd bio child w/3rd former wife" FWPCHFAR22 = "ED-16 How far away 2nd bio child w/3rd former wife lives now" FWPRWANT22 = "ED-17 R wanted child before 3rd FW got pregnant w/2nd child" FWPSOON22 = "ED-18 Pregnancy timing of 2nd child w/3rd former wife" FWPHPYPG22 = "ED-19 R's happiness about pregnancy w/2nd child w/3rd FW" FWPCHSEX23 = "ED-5 Sex of bio child w/3rd former wife - 3rd child" FWPCHDOB_M23 = "ED-6 Month of birth of bio child w/3rd former wife - 3rd child" FWPCHDOB_Y23 = "ED-6 Year of birth of bio child w/3rd former wife - 3rd child" CMCHDOB63 = "CM DOB for 3rd biological child w/3rd former wife (section ED)" MULTBIRT63 = "ED-7 Verifying if multiple births - 3rd child w/3rd former wife" FWCHMARB23 = "ED-8 Married to 3rd former wife at time of the birth - 3rd child" FWPCHRES23 = "ED-9 Living with 3rd former wife at time of the birth-3rd child" FWPCHLRN23 = "ED-10 When R found out 3rd former wife was pregnant - 3rd child" FWPCHLIV221 = "ED-11 Where 3rd bio child w/3rd FW usually lives now - 1st" FWPCHLIV222 = "ED-11 Where 3rd bio child w/3rd FW usually lives now - 2nd" FWPCHLIV223 = "ED-11 Where 3rd bio child w/3rd FW usually lives now - 3rd" FWPCHAGE23 = "ED-12 Current age of 3rd bio child w/3rd former wife" FWPCHLEG23 = "ED-13 Did R establish paternity - 3rd child w/3rd former wife" FWPCHHOP23 = "ED-14 Paternity established at hospital-3rd child w/3rd FW" FWPCHEVR23 = "ED-15 Did R ever live with 3rd bio child w/3rd former wife" FWPCHFAR23 = "ED-16 How far away 3rd bio child w/3rd former wife lives now" FWPRWANT23 = "ED-17 R wanted child before 3rd FW got pregnant w/3rd child" FWPSOON23 = "ED-18 Pregnancy timing of 3rd child w/3rd former wife" FWPHPYPG23 = "ED-19 R's happiness about pregnancy w/3rd child w/3rd FW" FWPBIOKD11 = "ED-1 Ever Had Biological Children with 1st Cohab Partner" FWPNUMKD11 = "ED-2 # of Biological Children R had with 1st Cohab Partner" FWPCHSEX101 = "ED-5 Sex of bio child w/1st CP - 1st child" FWPCHDOB_M101 = "ED-6 Month of birth of bio child w/1st CP - 1st child" FWPCHDOB_Y101 = "ED-6 Year of birth of bio child w/1st CP - 1st child" CMCHDOB141 = "CM DOB for 1st biological child w/1st CP (section ED)" MULTBIRT141 = "ED-7 Verifying if multiple births - 1st child w/1st cohab partner" FWPCHRES101 = "ED-9 Living with 1st CP at time of the birth-1st child" FWPCHLRN101 = "ED-10 When R found out 1st CP was pregnant - 1st child" FWPCHLIV1001 = "ED-11 Where 1st bio child w/1st CP usually lives now - 1st" FWPCHLIV1002 = "ED-11 Where 1st bio child w/1st CP usually lives now - 2nd" FWPCHLIV1003 = "ED-11 Where 1st bio child w/1st CP usually lives now - 3rd" FWPCHAGE101 = "ED-12 Current age of 1st bio child w/1st CP" FWPCHLEG101 = "ED-13 Did R establish paternity - 1st child w/1st CP" FWPCHHOP101 = "ED-14 Paternity established at hospital-1st child w/1st CP" FWPCHEVR101 = "ED-15 Did R ever live with 1st bio child w/1st CP" FWPCHFAR101 = "ED-16 How far away 1st bio child w/1st CP lives now" FWPRWANT101 = "ED-17 R wanted child before 1st CP got pregnant w/1st child" FWPSOON101 = "ED-18 Pregnancy timing of 1st child w/1st CP" FWPHPYPG101 = "ED-19 R's happiness about pregnancy w/1st child w/1st CP" FWPCHSEX102 = "ED-5 Sex of bio child w/1st Cohab Partner - 2nd child" FWPCHDOB_M102 = "ED-6 Month of birth of bio child w/1st Cohab Partner - 2nd child" FWPCHDOB_Y102 = "ED-6 Year of birth of bio child w/1st Cohab Partner - 2nd child" CMCHDOB142 = "CM DOB for 2nd biological child w/1st Cohab Partner (section ED)" MULTBIRT142 = "ED-7 Verifying if multiple births - 2nd child w/1st Cohab Partner" FWPCHRES102 = "ED-9 Living with 1st Cohab Partner at time of the birth-2nd child" FWPCHLRN102 = "ED-10 When R found out 1st Cohab Partner was pregnant - 2nd child" FWPCHLIV1011 = "ED-11 Where 2nd bio child w/1st CP usually lives now - 1st" FWPCHLIV1012 = "ED-11 Where 2nd bio child w/1st CP usually lives now - 2nd" FWPCHLIV1013 = "ED-11 Where 2nd bio child w/1st CP usually lives now - 3rd" FWPCHAGE102 = "ED-12 Current age of 2nd bio child w/1st Cohab Partner" FWPCHLEG102 = "ED-13 Did R establish paternity - 2nd child w/1st Cohab Partner" FWPCHHOP102 = "ED-14 Paternity established at hospital-2nd child w/1st CP" FWPCHEVR102 = "ED-15 Did R ever live with 2nd bio child w/1st Cohab Partner" FWPCHFAR102 = "ED-16 How far away 2nd bio child w/1st Cohab Partner lives now" FWPRWANT102 = "ED-17 R wanted child before 1st CP got pregnant w/2nd child" FWPSOON102 = "ED-18 Pregnancy timing of 2nd child w/1st Cohab Partner" FWPHPYPG102 = "ED-19 R's happiness about pregnancy w/2nd child w/1st CP" FWPCHSEX103 = "ED-5 Sex of bio child w/1st Cohab Partner - 3rd child" FWPCHDOB_M103 = "ED-6 Month of birth of bio child w/1st Cohab Partner - 3rd child" FWPCHDOB_Y103 = "ED-6 Year of birth of bio child w/1st Cohab Partner - 3rd child" CMCHDOB143 = "CM DOB for 3rd biological child w/1st Cohab Partner (section ED)" MULTBIRT143 = "ED-7 Verifying if multiple births - 3rd child w/1st Cohab Partner" FWPCHRES103 = "ED-9 Living with 1st Cohab Partner at time of the birth-3rd child" FWPCHLRN103 = "ED-10 When R found out 1st Cohab Partner was pregnant - 3rd child" FWPCHLIV1021 = "ED-11 Where 3rd bio child w/1st CP usually lives now - 1st" FWPCHLIV1022 = "ED-11 Where 3rd bio child w/1st CP usually lives now - 2nd" FWPCHLIV1023 = "ED-11 Where 3rd bio child w/1st CP usually lives now - 3rd" FWPCHAGE103 = "ED-12 Current age of 3rd bio child w/1st Cohab Partner" FWPCHLEG103 = "ED-13 Did R establish paternity - 3rd child w/1st Cohab Partner" FWPCHHOP103 = "ED-14 Paternity established at hospital-3rd child w/1st CP" FWPCHEVR103 = "ED-15 Did R ever live with 3rd bio child w/1st Cohab Partner" FWPCHFAR103 = "ED-16 How far away 3rd bio child w/1st Cohab Partner lives now" FWPRWANT103 = "ED-17 R wanted child before 1st CP got pregnant w/3rd child" FWPSOON103 = "ED-18 Pregnancy timing of 3rd child w/1st Cohab Partner" FWPHPYPG103 = "ED-19 R's happiness about pregnancy w/3rd child w/1st CP" FWPCHSEX104 = "ED-5 Sex of bio child w/1st Cohab Partner - 4th child" FWPCHDOB_M104 = "ED-6 Month of birth of bio child w/1st Cohab Partner - 4th child" FWPCHDOB_Y104 = "ED-6 Year of birth of bio child w/1st Cohab Partner - 4th child" CMCHDOB144 = "CM DOB for 4th biological child w/1st Cohab Partner (section ED)" MULTBIRT144 = "ED-7 Verifying if multiple births - 4th child w/1st Cohab Partner" FWPCHRES104 = "ED-9 Living with 1st Cohab Partner at time of the birth-4th child" FWPCHLRN104 = "ED-10 When R found out 1st Cohab Partner was pregnant - 4th child" FWPCHLIV1031 = "ED-11 Where 4th bio child w/1st CP usually lives now - 1st" FWPCHLIV1032 = "ED-11 Where 4th bio child w/1st CP usually lives now - 2nd" FWPCHLIV1033 = "ED-11 Where 4th bio child w/1st CP usually lives now - 3rd" FWPCHAGE104 = "ED-12 Current age of 4th bio child w/1st Cohab Partner" FWPCHLEG104 = "ED-13 Did R establish paternity - 4th child w/1st Cohab Partner" FWPCHHOP104 = "ED-14 Paternity established at hospital-4th child w/1st CP" FWPCHEVR104 = "ED-15 Did R ever live with 4th bio child w/1st Cohab Partner" FWPCHFAR104 = "ED-16 How far away 4th bio child w/1st Cohab Partner lives now" FWPRWANT104 = "ED-17 R wanted child before 1st CP got pregnant w/4th child" FWPSOON104 = "ED-18 Pregnancy timing of 4th child w/1st Cohab Partner" FWPHPYPG104 = "ED-19 R's happiness about pregnancy w/4th child w/1st CP" FWPCHSEX105 = "ED-5 Sex of bio child w/1st Cohab Partner - 5th child" FWPCHDOB_M105 = "ED-6 Month of birth of bio child w/1st Cohab Partner - 5th child" FWPCHDOB_Y105 = "ED-6 Year of birth of bio child w/1st Cohab Partner - 5th child" CMCHDOB145 = "CM DOB for 5th biological child w/1st Cohab Partner (section ED)" MULTBIRT145 = "ED-7 Verifying if multiple births - 5th child w/1st Cohab Partner" FWPCHRES105 = "ED-9 Living with 1st Cohab Partner at time of the birth-5th child" FWPCHLRN105 = "ED-10 When R found out 1st Cohab Partner was pregnant - 5th child" FWPCHLIV1041 = "ED-11 Where 5th bio child w/1st CP usually lives now - 1st" FWPCHLIV1042 = "ED-11 Where 5th bio child w/1st CP usually lives now - 2nd" FWPCHLIV1043 = "ED-11 Where 5th bio child w/1st CP usually lives now - 3rd" FWPCHAGE105 = "ED-12 Current age of 5th bio child w/1st Cohab Partner" FWPCHLEG105 = "ED-13 Did R establish paternity - 5th child w/1st Cohab Partner" FWPCHHOP105 = "ED-14 Paternity established at hospital-5th child w/1st CP" FWPCHEVR105 = "ED-15 Did R ever live with 5th bio child w/1st Cohab Partner" FWPCHFAR105 = "ED-16 How far away 5th bio child w/1st Cohab Partner lives now" FWPRWANT105 = "ED-17 R wanted child before 1st CP got pregnant w/5th child" FWPSOON105 = "ED-18 Pregnancy timing of 5th child w/1st Cohab Partner" FWPHPYPG105 = "ED-19 R's happiness about pregnancy w/5th child w/1st CP" FWPOTKID = "EE-1 1st FW had any other children when R began living w/her" FWPOKNUM = "EE-2 # other children 1st FW had when R began living w/her" FWPOKWTH = "EE-2a Did 1st FW's child/ren ever live with R" FWPOKWTHN = "EE-2b # of 1st FW's children who lived with R" FWPOKADP1 = "EE-3 Did R legally adopt any of 1st FW's other children" FWPOKADN = "EE-4 # of 1st FW s other children R legally adopted" FWPOKSEX = "EE-6 Sex of 1st FW s child adopted by R - 1st child" FWPOKAD = "EE-6a R legally adopted or became legal guardian -1st FW, 1st child" FWPOKLIV1 = "EE-7 Where lives 1st FW s child R adopted-1st child, 1st ment" FWPOKLIV2 = "EE-7 Where lives 1st FW s child R adopted-1st child, 2nd ment" FWPOKFAR = "EE-8 How far away 1st FW s child R adopted lives now-1st child" FWPOKAGE = "EE-9 Current age of 1st FW s child R adoptd - 1st child" FWPOKSEX2 = "EE-6 Sex of 1st FW s child adopted by R - 2nd child" FWPOKAD2 = "EE-6a R legally adopted or became legal guardian -1st FW, 2nd child" FWPOKLIV9 = "EE-7 Where lives 1st FW s child R adopted-2nd child, 1st ment" FWPOKLIV10 = "EE-7 Where lives 1st FW s child R adopted-2nd child, 2nd ment" FWPOKFAR2 = "EE-8 How far away 1st FW s child R adopted lives now-2nd child" FWPOKAGE2 = "EE-9 Current age of 1st FW s child R adoptd - 2nd child" FWPOKSEX3 = "EE-6 Sex of 1st FW s child adopted by R - 3rd child" FWPOKAD3 = "EE-6a R legally adopted or became legal guardian -1st FW, 3rd child" FWPOKLIV17 = "EE-7 Where lives 1st FW s child R adopted-3rd child, 1st ment" FWPOKLIV18 = "EE-7 Where lives 1st FW s child R adopted-3rd child, 2nd ment" FWPOKFAR3 = "EE-8 How far away 1st FW s child R adopted lives now-3rd child" FWPOKAGE3 = "EE-9 Current age of 1st FW s child R adoptd - 3rd child" FWPOKSEX4 = "EE-6 Sex of 1st FW's child adopted by R - 4th child" FWPOKAD4 = "EE-6a R legally adopted or became legal guardian -1st FW, 4th child" FWPOKLIV25 = "EE-7 Where lives 1st FW's child R adopted-4th child, 1st ment" FWPOKLIV26 = "EE-7 Where lives 1st FW's child R adopted-4th child, 2nd ment" FWPOKFAR4 = "EE-8 How far away 1st FW's child R adopted lives now-4th child" FWPOKAGE4 = "EE-9 Current age of 1st FW's child R adoptd - 4th child" E_OKAKIDS = "# of 1st Former Wife's Children R Adopted" FWPOTKID2 = "EE-1 2nd FW had any other children when R began living w/her" FWPOKNUM2 = "EE-2 # other children 2nd FW had when R began living w/her" FWPOKWTH2 = "EE-2a Did 2nd FW's child/ren ever live with R" FWPOKWTHN2 = "EE-2b # of 2nd FW's children who lived with R" FWPOKADP2 = "EE-3 Did R legally adopt any of 2nd FW's other children" FWPOKADN2 = "EE-4 # of 2nd FW's other children R legally adopted" FWPOKSEX11 = "EE-6 Sex of 2nd FW's child adopted by R - 1st child" FWPOKAD11 = "EE-6a R legally adopted or became legal guardian -2nd FW, 1st child" FWPOKLIV81 = "EE-7 Where lives 2nd FW's child R adopted-1st child, 1st ment" FWPOKFAR11 = "EE-8 How far away 2nd FW's child R adopted lives now-1st child" FWPOKAGE11 = "EE-9 Current age of 2nd FW's child R adoptd - 1st child" FWPOKSEX12 = "EE-6 Sex of 2nd FW's child adopted by R - 2nd child" FWPOKAD12 = "EE-6a R legally adopted or became legal guardian -2nd FW, 2nd child" FWPOKLIV89 = "EE-7 Where lives 2nd FW's child R adopted-2nd child, 1st ment" FWPOKFAR12 = "EE-8 How far away 2nd FW's child R adopted lives now-2nd child" FWPOKAGE12 = "EE-9 Current age of 2nd FW's child R adoptd - 2nd child" FWPOKSEX13 = "EE-6 Sex of 2nd FW's child adopted by R - 3rd child" FWPOKAD13 = "EE-6a R legally adopted or became legal guardian -2nd FW, 3rd child" FWPOKLIV97 = "EE-7 Where lives 2nd FW's child R adopted-3rd child, 1st ment" FWPOKFAR13 = "EE-8 How far away 2nd FW's child R adopted lives now-3rd child" FWPOKAGE13 = "EE-9 Current age of 2nd FW's child R adoptd - 3rd child" E_OKAKIDS2 = "# of 2nd Former Wife's Children R Adopted" FWPOTKID3 = "EE-1 3rd FW had any other children when R began living w/her" FWPOKNUM3 = "EE-2 # other children 3rd FW had when R began living w/her" FWPOKWTH3 = "EE-2a Did 3rd FW's child/ren ever live with R" FWPOKWTHN3 = "EE-2b # of 3rd FW's children who lived with R" FWPOKADP3 = "EE-3 Did R legally adopt any of 3rd FW's other children" FWPOKADN3 = "EE-4 # of 3rd FW's other children R legally adopted" FWPOKSEX21 = "EE-6 Sex of 3rd FW's child adopted by R - 1st child" FWPOKAD21 = "EE-6a R legally adopted or became legal guardian -3rd FW, 1st child" FWPOKLIV161 = "EE-7 Where lives 3rd FW's child R adopted-1st child, 1st ment" FWPOKFAR21 = "EE-8 How far away 3rd FW's child R adopted lives now-1st child" FWPOKAGE21 = "EE-9 Current age of 3rd FW's child R adoptd - 1st child" FWPOKSEX22 = "EE-6 Sex of 3rd FW's child adopted by R - 2nd child" FWPOKAD22 = "EE-6a R legally adopted or became legal guardian -3rd FW, 2nd child" FWPOKLIV169 = "EE-7 Where lives 3rd FW's child R adopted-2nd child, 1st ment" FWPOKFAR22 = "EE-8 How far away 3rd FW's child R adopted lives now-2nd child" FWPOKAGE22 = "EE-9 Current age of 3rd FW's child R adoptd - 2nd child" FWPOKSEX23 = "EE-6 Sex of 3rd FW's child adopted by R - 3rd child" FWPOKAD23 = "EE-6a R legally adopted or became legal guardian -3rd FW, 3rd child" FWPOKLIV177 = "EE-7 Where lives 3rd FW's child R adopted-3rd child, 1st ment" FWPOKFAR23 = "EE-8 How far away 3rd FW's child R adopted lives now-3rd child" FWPOKAGE23 = "EE-9 Current age of 3rd FW's child R adoptd - 3rd child" FWPOKSEX24 = "EE-6 Sex of 3rd FW's child adopted by R - 4th child" FWPOKAD24 = "EE-6a R legally adopted or became legal guardian -3rd FW, 4th child" FWPOKLIV185 = "EE-7 Where lives 3rd FW's child R adopted-4th child, 1st ment" FWPOKFAR24 = "EE-8 How far away 3rd FW's child R adopted lives now-4th child" FWPOKAGE24 = "EE-9 Current age of 3rd FW's child R adoptd - 4th child" FWPOKSEX25 = "EE-6 Sex of 3rd FW's child adopted by R - 5th child" FWPOKAD25 = "EE-6a R legally adopted or became legal guardian -3rd FW, 5th child" FWPOKLIV193 = "EE-7 Where lives 3rd FW's child R adopted-5th child, 1st ment" FWPOKFAR25 = "EE-8 How far away 3rd FW's child R adopted lives now-5th child" FWPOKAGE25 = "EE-9 Current age of 3rd FW's child R adoptd - 5th child" E_OKAKIDS3 = "# of 3rd Former Wife's Children R Adopted" FWPOTKID11 = "EE-1 Did 1st CP have any other children when R began living w/her" FWPOKNUM11 = "EE-2 # other children 1st CP had when R began living w/her" FWPOKWTH11 = "EE-2a Did 1st CP's child/ren ever live with R" FWPOKWTHN11 = "EE-2b # of 1st CP's children who lived with R" FWPOKADP11 = "EE-3 Did R legally adopt any of 1st CP's other children" FWPOKADN11 = "EE-4 # of 1st CP's other children R legally adopted" FWPOKSEX101 = "EE-6 Sex of 1st CP s child adopted by R - 1st child" FWPOKAD101 = "EE-6a R legally adopted or became legal guardian - 1st CP, 1st child" FWPOKLIV801 = "EE-7 Where lives 1st CP s child R adopted-1st child, 1st ment" FWPOKFAR101 = "EE-8 How far away 1st CP s child R adopted lives now-1st child" FWPOKAGE101 = "EE-9 Current age of 1st CP s child R adoptd - 1st child" FWPOKSEX102 = "EE-6 Sex of 1st CP's child adopted by R - 2nd child" FWPOKAD102 = "EE-6a R legally adopted or became legal guardian - 1st CP, 2nd child" FWPOKLIV809 = "EE-7 Where lives 1st CP's child R adopted-2nd child, 1st ment" FWPOKFAR102 = "EE-8 How far away 1st CP's child R adopted lives now-2nd child" FWPOKAGE102 = "EE-9 Current age of 1st CP's child R adoptd - 2nd child" FWPOKSEX103 = "EE-6 Sex of 1st CP's child adopted by R - 3rd child" FWPOKAD103 = "EE-6a R legally adopted or became legal guardian - 1st CP, 3rd child" FWPOKLIV817 = "EE-7 Where lives 1st CP's child R adopted-3rd child, 1st ment" FWPOKFAR103 = "EE-8 How far away 1st CP's child R adopted lives now-3rd child" FWPOKAGE103 = "EE-9 Current age of 1st CP's child R adoptd - 3rd child" FWPOKSEX104 = "EE-6 Sex of 1st CP's child adopted by R - 4th child" FWPOKAD104 = "EE-6a R legally adopted or became legal guardian - 1st CP, 4th child" FWPOKLIV825 = "EE-7 Where lives 1st CP's child R adopted-4th child, 1st ment" FWPOKFAR104 = "EE-8 How far away 1st CP's child R adopted lives now-4th child" FWPOKAGE104 = "EE-9 Current age of 1st CP's child R adoptd - 4th child" FWPOKSEX105 = "EE-6 Sex of 1st CP's child adopted by R - 5th child" FWPOKAD105 = "EE-6a R legally adopted or became legal guardian - 1st CP, 5th child" FWPOKLIV833 = "EE-7 Where lives 1st CP's child R adopted-5th child, 1st ment" FWPOKFAR105 = "EE-8 How far away 1st CP's child R adopted lives now-5th child" FWPOKAGE105 = "EE-9 Current age of 1st CP's child R adoptd - 5th child" FWPOKSEX106 = "EE-6 Sex of 1st CP's child adopted by R - 6th child" FWPOKAD106 = "EE-6a R legally adopted or became legal guardian - 1st CP, 6th child" FWPOKLIV841 = "EE-7 Where lives 1st CP's child R adopted-6th child, 1st ment" FWPOKFAR106 = "EE-8 How far away 1st CP's child R adopted lives now-6th child" FWPOKAGE106 = "EE-9 Current age of 1st CP's child R adoptd - 6th child" E_OKAKIDS11 = "# of 1st Cohab Partner s Children R Adopted" FWPNBEVR = "EF-1 R & 1st FW ever had any other nonbio children under care" FWPNBNUM = "EF-2 # other nonbio children under R & 1st FW s care" FWPNBREL = "EF-3 Any of these nonbio children related by blood/marr-1st FW" FWPNBRL = "EF-4 # of these nonbio children related by blood/marr-1st FW" FWPNBFOS = "EF-5 Any foster children or placed by soc svcs-1st FW" FWPNBFS = "EF-6 # foster children or placed by soc svcs-1st FW" FWPNBAD = "EF-7 R adopted any of these other nonbio children-1st FW" FWPNBADN = "EF-8 # of these other nonbio children R adopted-1st FW" FWPNBSEX = "EF-10 Sex of other nonbio child R adopted-1st FW, 1st child" FWPNBLIV1 = "EF-11 Where lives oth child R adopted-1st FW/1st child/1st men" FWPNBFAR = "EF-12 How far away lives oth child R adopted-1st FW, 1st child" FWPNBAGE = "EF-13 Current age of oth child R adoptd-1st FW, 1st child" FWPNBSEX2 = "EF-10 Sex of other nonbio child R adopted-1st FW, 2nd child" FWPNBLIV9 = "EF-11 Where lives oth child R adopted-1st FW/2nd child/1st men" FWPNBFAR2 = "EF-12 How far away lives oth child R adopted-1st FW, 2nd child" FWPNBAGE2 = "EF-13 Current age of oth child R adoptd-1st FW, 2nd child" FWPNBSEX3 = "EF-10 Sex of other nonbio child R adopted-1st FW, 3rd child" FWPNBLIV17 = "EF-11 Where lives oth child R adopted-1st FW/3rd child/1st men" FWPNBFAR3 = "EF-12 How far away lives oth child R adopted-1st FW, 3rd child" FWPNBAGE3 = "EF-13 Current age of oth child R adoptd-1st FW, 3rd child" FWPNBSEX4 = "EF-10 Sex of other nonbio child R adopted-1st FW, 4th child" FWPNBLIV25 = "EF-11 Where lives oth child R adopted-1st FW/4th child/1st men" FWPNBFAR4 = "EF-12 How far away lives oth child R adopted-1st FW, 4th child" FWPNBAGE4 = "EF-13 Current age of oth child R adoptd-1st FW, 4th child" E_NBAKIDS = "# of Other Nonbiological Children Adopted w/1st FW" FWPNBEVR2 = "EF-1 R & 2nd FW ever had any other nonbio children under care" FWPNBNUM2 = "EF-2 # other nonbio children under R & 2nd FW's care" FWPNBREL2 = "EF-3 Any of these nonbio children related by blood/marr-2nd FW" FWPNBRL2 = "EF-4 # of these nonbio children related by blood/marr-2nd FW" FWPNBFOS2 = "EF-5 Any foster children or placed by soc svcs-2nd FW" FWPNBFS2 = "EF-6 # foster children or placed by soc svcs-2nd FW" FWPNBAD2 = "EF-7 R adopted any of these other nonbio children-2nd FW" FWPNBADN2 = "EF-8 # of these other nonbio children R adopted-2nd FW" FWPNBSEX11 = "EF-10 Sex of other nonbio child R adopted-2nd FW, 1st child" FWPNBLIV81 = "EF-11 Where lives oth child R adopted-2nd FW/1st child/1st men" FWPNBFAR11 = "EF-12 How far away lives oth child R adopted-2nd FW, 1st child" FWPNBAGE11 = "EF-13 Current age of oth child R adoptd-2nd FW, 1st child" E_NBAKIDS2 = "# of Other Nonbiological Children Adopted w/2nd FW" FWPNBEVR3 = "EF-1 R & 3rd FW ever had any other nonbio children under care" FWPNBNUM3 = "EF-2 # other nonbio children under R & 3rd FW's care" FWPNBREL3 = "EF-3 Any of these nonbio children related by blood/marr-3rd FW" FWPNBRL3 = "EF-4 # of these nonbio children related by blood/marr-3rd FW" FWPNBFOS3 = "EF-5 Any foster children or placed by soc svcs-3rd FW" FWPNBFS3 = "EF-6 # foster children or placed by soc svcs-3rd FW" FWPNBAD3 = "EF-7 R adopted any of these other nonbio children-3rd FW" FWPNBADN3 = "EF-8 # of these other nonbio children R adopted-3rd FW" FWPNBSEX21 = "EF-10 Sex of other nonbio child R adopted-3rd FW, 1st child" FWPNBLIV161 = "EF-11 Where lives oth child R adopted-3rd FW/1st child/1st men" FWPNBFAR21 = "EF-12 How far away lives oth child R adopted-3rd FW, 1st child" FWPNBAGE21 = "EF-13 Current age of oth child R adoptd-3rd FW, 1st child" E_NBAKIDS3 = "# of Other Nonbiological Children Adopted w/3rd FW" FWPNBEVR11 = "EF-1 R & 1st CP ever had any other nonbio children under care" FWPNBNUM11 = "EF-2 # other nonbio children under R & 1st CP s care" FWPNBREL11 = "EF-3 Any of these nonbio children related by blood/marr-1st CP" FWPNBRL11 = "EF-4 # of these nonbio children related by blood/marr-1st CP" FWPNBFOS11 = "EF-5 Any foster children or placed by soc svcs-1st CP" FWPNBFS11 = "EF-6 # foster children or placed by soc svcs-1st CP" FWPNBAD11 = "EF-7 R adopted any of these other nonbio children-1st CP" FWPNBADN11 = "EF-8 # of these other nonbio children R adopted-1st CP" FWPNBSEX101 = "EF-10 Sex of other nonbio child R adopted-1st CP, 1st child" FWPNBLIV801 = "EF-11 Where lives oth child R adopted-1st CP/1st child/1st men" FWPNBFAR101 = "EF-12 How far away lives oth child R adopted-1st CP, 1st child" FWPNBAGE101 = "EF-13 Current age of oth child R adoptd-1st CP, 1st child" E_NBAKIDS11 = "# of Other Nonbio Children Adopted w/1st Cohab Partner" OTBCHIL = "FA-1 Ever Had Other Biological Children w/NonMarital Partners" OTBPROBE = "FA-2 Could R Have Fathered Child He Didn t Know About" OTBCHILN = "FA-3 # of Other Biological Children R Has w/Nonmarital Partners" OTBSAME = "FA-5 Do These Children Have Same Biological Mother" OBCSEXX = "FA-8 Sex of bio child w/nonmarital partner-1st child" OBCDOB_M = "FA-9m Month of birth of bio child-1st child" OBCDOB_Y = "FA-9y Year of birth of bio child-1st child" CMCHDOB151 = "CM for bio child's date of birth-1st child (Section FA)" MULTBIRT151 = "FA-10 Verifying if multiple birth - 1st bio child" OBCMAGEX = "FA-11 Age of mother when child born-1st child" OBCMLIV = "FA-12 R living with mother when child was born-1st child" OBCKNOWX = "FA-13 When R found out nonmar partner was pregnant-1st child" OBCLIVEX01 = "FA-14 Where bio child usually lives now-1st child, 1st mention" OBCLIVEX02 = "FA-14 Where bio child usually lives now-1st child, 2nd mention" OBCLIVEX03 = "FA-14 Where bio child usually lives now-1st child, 3rd mention" OBCAGE = "FA-15 Current age of bio child w/nonmar partner-1st child" OBCLAW = "FA-16 Did R establish paternity-1st child w/nonmar partner" OBCHOP = "FA-17 Paternity established at hospital-1st child w/nonmar P" OBCEVER = "FA-18 Did R ever live with 1st bio child w/nonmarital partner" OBCFAR = "FA-19 How far away 1st bio child w/nonmar partner lives now" OBCRWANX = "FA-20 R wanted child before mother got preg-1st child" OBCSOONX = "FA-21 Pregnancy timing of 1st child w/nonmarital partner" OBCHPYX = "FA-22 R's happiness about pregnancy w/1st child w/nonmar partner" OBCSEXX2 = "FA-8 Sex of bio child w/nonmarital partner-2nd child" OBCDOB_M2 = "FA-9m Month of birth of bio child-2nd child" OBCDOB_Y2 = "FA-9y Year of birth of bio child-2nd child" CMCHDOB152 = "CM for bio child's date of birth-2nd child (Section FA)" MULTBIRT152 = "FA-10 Verifying if multiple birth - 2nd bio child" OBCMAGEX2 = "FA-11 Age of mother when child born-2nd child" OBCMLIV2 = "FA-12 R living with mother when child was born-2nd child" OBCKNOWX2 = "FA-13 When R found out nonmar partner was pregnant-2nd child" OBCLIVEX11 = "FA-14 Where bio child usually lives now-2nd child, 1st mention" OBCLIVEX12 = "FA-14 Where bio child usually lives now-2nd child, 2nd mention" OBCLIVEX13 = "FA-14 Where bio child usually lives now-2nd child, 3rd mention" OBCAGE2 = "FA-15 Current age of bio child w/nonmar partner-2nd child" OBCLAW2 = "FA-16 Did R establish paternity-2nd child w/nonmar partner" OBCHOP2 = "FA-17 Paternity established at hospital-2nd child w/nonmar P" OBCEVER2 = "FA-18 Did R ever live with 2nd bio child w/nonmarital partner" OBCFAR2 = "FA-19 How far away 2nd bio child w/nonmar partner lives now" OBCRWANX2 = "FA-20 R wanted child before mother got preg-2nd child" OBCSOONX2 = "FA-21 Pregnancy timing of 2nd child w/nonmarital partner" OBCHPYX2 = "FA-22 R's happiness about pregnancy w/1st child w/nonmar partner" OBCSEXX3 = "FA-8 Sex of bio child w/nonmarital partner-3rd child" OBCDOB_M3 = "FA-9m Month of birth of bio child-3rd child" OBCDOB_Y3 = "FA-9y Year of birth of bio child-3rd child" CMCHDOB153 = "CM for bio child's date of birth-3rd child (Section FA)" MULTBIRT153 = "FA-10 Verifying if multiple birth - 3rd bio child" OBCMAGEX3 = "FA-11 Age of mother when child born-3rd child" OBCMLIV3 = "FA-12 R living with mother when child was born-3rd child" OBCKNOWX3 = "FA-13 When R found out nonmar partner was pregnant-3rd child" OBCLIVEX21 = "FA-14 Where bio child usually lives now-3rd child, 1st mention" OBCLIVEX22 = "FA-14 Where bio child usually lives now-3rd child, 2nd mention" OBCLIVEX23 = "FA-14 Where bio child usually lives now-3rd child, 3rd mention" OBCAGE3 = "FA-15 Current age of bio child w/nonmar partner-3rd child" OBCLAW3 = "FA-16 Did R establish paternity-3rd child w/nonmar partner" OBCHOP3 = "FA-17 Paternity established at hospital-3rd child w/nonmar P" OBCEVER3 = "FA-18 Did R ever live with 3rd bio child w/nonmarital partner" OBCFAR3 = "FA-19 How far away 3rd bio child w/nonmar partner lives now" OBCRWANX3 = "FA-20 R wanted child before mother got preg-3rd child" OBCSOONX3 = "FA-21 Pregnancy timing of 3rd child w/nonmarital partner" OBCHPYX3 = "FA-22 R's happiness about pregnancy w/3rd child w/nonmar partner" OBCSEXX4 = "FA-8 Sex of bio child w/nonmarital partner-4th child" OBCDOB_M4 = "FA-9m Month of birth of bio child-4th child" OBCDOB_Y4 = "FA-9y Year of birth of bio child-4th child" CMCHDOB154 = "CM for bio child's date of birth-4th child (Section FA)" MULTBIRT154 = "FA-10 Verifying if multiple birth - 4th bio child" OBCMAGEX4 = "FA-11 Age of mother when child born-4th child" OBCMLIV4 = "FA-12 R living with mother when child was born-4th child" OBCKNOWX4 = "FA-13 When R found out nonmar partner was pregnant-4th child" OBCLIVEX31 = "FA-14 Where bio child usually lives now-4th child, 1st mention" OBCLIVEX32 = "FA-14 Where bio child usually lives now-4th child, 2nd mention" OBCLIVEX33 = "FA-14 Where bio child usually lives now-4th child, 3rd mention" OBCAGE4 = "FA-15 Current age of bio child w/nonmar partner-4th child" OBCLAW4 = "FA-16 Did R establish paternity-4th child w/nonmar partner" OBCHOP4 = "FA-17 Paternity established at hospital-4th child w/nonmar P" OBCEVER4 = "FA-18 Did R ever live with 4th bio child w/nonmarital partner" OBCFAR4 = "FA-19 How far away 4th bio child w/nonmar partner lives now" OBCRWANX4 = "FA-20 R wanted child before mother got preg-4th child" OBCSOONX4 = "FA-21 Pregnancy timing of 4th child w/nonmarital partner" OBCHPYX4 = "FA-22 R's happiness about pregnancy w/4th child w/nonmar partner" OBCSEXX5 = "FA-8 Sex of bio child w/nonmarital partner-5th child" OBCDOB_M5 = "FA-9m Month of birth of bio child-5th child" OBCDOB_Y5 = "FA-9y Year of birth of bio child-5th child" CMCHDOB155 = "CM for bio child's date of birth-5th child (Section FA)" MULTBIRT155 = "FA-10 Verifying if multiple birth - 5th bio child" OBCMAGEX5 = "FA-11 Age of mother when child born-5th child" OBCMLIV5 = "FA-12 R living with mother when child was born-5th child" OBCKNOWX5 = "FA-13 When R found out nonmar partner was pregnant-5th child" OBCLIVEX41 = "FA-14 Where bio child usually lives now-5th child, 1st mention" OBCLIVEX42 = "FA-14 Where bio child usually lives now-5th child, 2nd mention" OBCLIVEX43 = "FA-14 Where bio child usually lives now-5th child, 3rd mention" OBCAGE5 = "FA-15 Current age of bio child w/nonmar partner-5th child" OBCLAW5 = "FA-16 Did R establish paternity-5th child w/nonmar partner" OBCHOP5 = "FA-17 Paternity established at hospital-5th child w/nonmar P" OBCEVER5 = "FA-18 Did R ever live with 5th bio child w/nonmarital partner" OBCFAR5 = "FA-19 How far away 5th bio child w/nonmar partner lives now" OBCRWANX5 = "FA-20 R wanted child before mother got preg-5th child" OBCSOONX5 = "FA-21 Pregnancy timing of 5th child w/nonmarital partner" OBCHPYX5 = "FA-22 R's happiness about pregnancy w/5th child w/nonmar partner" OBCSEXX6 = "FA-8 Sex of bio child w/nonmarital partner-6th child" OBCDOB_M6 = "FA-9m Month of birth of bio child-6th child" OBCDOB_Y6 = "FA-9y Year of birth of bio child-6th child" CMCHDOB156 = "CM for bio child's date of birth-6th child (Section FA)" MULTBIRT156 = "FA-10 Verifying if multiple birth - 6th bio child" OBCMAGEX6 = "FA-11 Age of mother when child born-6th child" OBCMLIV6 = "FA-12 R living with mother when child was born-6th child" OBCKNOWX6 = "FA-13 When R found out nonmar partner was pregnant-6th child" OBCLIVEX51 = "FA-14 Where bio child usually lives now-6th child, 1st mention" OBCLIVEX52 = "FA-14 Where bio child usually lives now-6th child, 2nd mention" OBCLIVEX53 = "FA-14 Where bio child usually lives now-6th child, 3rd mention" OBCAGE6 = "FA-15 Current age of bio child w/nonmar partner-6th child" OBCLAW6 = "FA-16 Did R establish paternity-6th child w/nonmar partner" OBCHOP6 = "FA-17 Paternity established at hospital-6th child w/nonmar P" OBCEVER6 = "FA-18 Did R ever live with 6th bio child w/nonmarital partner" OBCFAR6 = "FA-19 How far away 6th bio child w/nonmar partner lives now" OBCRWANX6 = "FA-20 R wanted child before mother got preg-6th child" OBCSOONX6 = "FA-21 Pregnancy timing of 6th child w/nonmarital partner" OBCHPYX6 = "FA-22 R's happiness about pregnancy w/6th child w/nonmar partner" OBCSEXX7 = "FA-8 Sex of bio child w/nonmarital partner-7th child" OBCDOB_M7 = "FA-9m Month of birth of bio child-7th child" OBCDOB_Y7 = "FA-9y Year of birth of bio child-7th child" CMCHDOB157 = "CM for bio child's date of birth-7th child (Section FA)" MULTBIRT157 = "FA-10 Verifying if multiple birth - 7th bio child" OBCMAGEX7 = "FA-11 Age of mother when child born-7th child" OBCMLIV7 = "FA-12 R living with mother when child was born-7th child" OBCKNOWX7 = "FA-13 When R found out nonmar partner was pregnant-7th child" OBCLIVEX61 = "FA-14 Where bio child usually lives now-7th child, 1st mention" OBCLIVEX62 = "FA-14 Where bio child usually lives now-7th child, 2nd mention" OBCLIVEX63 = "FA-14 Where bio child usually lives now-7th child, 3rd mention" OBCAGE7 = "FA-15 Current age of bio child w/nonmar partner-7th child" OBCLAW7 = "FA-16 Did R establish paternity-7h child w/nonmar partner" OBCHOP7 = "FA-17 Paternity established at hospital-7th child w/nonmar P" OBCEVER7 = "FA-18 Did R ever live with 7th bio child w/nonmarital partner" OBCFAR7 = "FA-19 How far away 7th bio child w/nonmar partner lives now" OBCRWANX7 = "FA-20 R wanted child before mother got preg- 7th child" OBCSOONX7 = "FA-21 Pregnancy timing of 7th child w/nonmarital partner" OBCHPYX7 = "FA-22 R's happiness about pregnancy w/ 7th child w/nonmar partner" OBCSEXX8 = "FA-8 Sex of bio child w/nonmarital partner-8th child" OBCDOB_M8 = "FA-9m Month of birth of bio child-8th child" OBCDOB_Y8 = "FA-9y Year of birth of bio child-8th child" CMCHDOB158 = "CM for bio child's date of birth-8th child (Section FA)" MULTBIRT158 = "FA-10 Verifying if multiple birth - 8th bio child" OBCMAGEX8 = "FA-11 Age of mother when child born-8th child" OBCMLIV8 = "FA-12 R living with mother when child was born-8th child" OBCKNOWX8 = "FA-13 When R found out nonmar partner was pregnant-8th child" OBCLIVEX71 = "FA-14 Where bio child usually lives now-8th child, 1st mention" OBCLIVEX72 = "FA-14 Where bio child usually lives now-8th child, 2nd mention" OBCLIVEX73 = "FA-14 Where bio child usually lives now-8th child, 3rd mention" OBCAGE8 = "FA-15 Current age of bio child w/nonmar partner-8th child" OBCLAW8 = "FA-16 Did R establish paternity-8th child w/nonmar partner" OBCHOP8 = "FA-17 Paternity established at hospital-8th child w/nonmar P" OBCEVER8 = "FA-18 Did R ever live with 8th bio child w/nonmarital partner" OBCFAR8 = "FA-19 How far away 8th bio child w/nonmar partner lives now" OBCRWANX8 = "FA-20 R wanted child before mother got preg-8th child" OBCSOONX8 = "FA-21 Pregnancy timing of 8th child w/nonmarital partner" OBCHPYX8 = "FA-22 R's happiness about pregnancy w/8th child w/nonmar partner" OBCSEXX9 = "FA-8 Sex of bio child w/nonmarital partner-9th child" OBCDOB_M9 = "FA-9m Month of birth of bio child-9th child" OBCDOB_Y9 = "FA-9y Year of birth of bio child-9th child" CMCHDOB159 = "CM for bio child's date of birth-9th child (Section FA)" MULTBIRT159 = "FA-10 Verifying if multiple birth - 9th bio child" OBCMAGEX9 = "FA-11 Age of mother when child born-9th child" OBCMLIV9 = "FA-12 R living with mother when child was born-9th child" OBCKNOWX9 = "FA-13 When R found out nonmar partner was pregnant-9th child" OBCLIVEX81 = "FA-14 Where bio child usually lives now-9th child, 1st mention" OBCLIVEX82 = "FA-14 Where bio child usually lives now-9th child, 2nd mention" OBCLIVEX83 = "FA-14 Where bio child usually lives now-9th child, 3rd mention" OBCAGE9 = "FA-15 Current age of bio child w/nonmar partner-9th child" OBCLAW9 = "FA-16 Did R establish paternity-9th child w/nonmar partner" OBCHOP9 = "FA-17 Paternity established at hospital-9th child w/nonmar P" OBCEVER9 = "FA-18 Did R ever live with 9th bio child w/nonmarital partner" OBCFAR9 = "FA-19 How far away 9th bio child w/nonmar partner lives now" OBCRWANX9 = "FA-20 R wanted child before mother got preg-9th child" OBCSOONX9 = "FA-21 Pregnancy timing of 9th child w/nonmarital partner" OBCHPYX9 = "FA-22 R's happiness about pregnancy w/9th child w/nonmar partner" OTACHIL = "FB-1 Other Non-Biological Children Under R's Care" OTACHILN = "FB-2 # of Other Non-Biological Children Under R's Care" OTNBREL = "FB-3 Any of these nonbio children related by blood/marriage" OTNBRL = "FB-4 # of these nonbio children related by blood/marriage" OTNBFOS = "FB-5 Any of these nonbio children foster or placed by soc svcs" OTNBFS = "FB-6 # of these nonbio children foster or placed by soc svcs" OTNBAD = "FB-7 R adopted any of these other nonbio children" OTNBADN = "FB-8 # of these other nonbio children R adopted" OTNBSEX = "FB-10 Sex of other nonbio child R adopted - 1st" OTNBLIV1 = "FB-11 Where lives other child R adopted-1st child, 1st ment" OTNBLIV2 = "FB-11 Where lives other child R adopted-1st child, 2nd ment" OTNBFAR = "FB-12 How far away other child adopted by R lives now-1st" OTNBAGE = "FB-13 Current age of other child adopted by R - 2nd" OTNBSEX2 = "FB-10 Sex of other nonbio child R adopted - 2nd" OTNBLIV9 = "FB-11 Where lives other child R adopted-2nd child, 1st ment" OTNBLIV10 = "FB-11 Where lives other child R adopted-2nd child, 2nd ment" OTNBFAR2 = "FB-12 How far away other child adopted by R lives now-2nd" OTNBAGE2 = "FB-13 Current age of other child adopted by R - 2nd" OTNBSEX3 = "FB-10 Sex of other nonbio child R adopted - 3rd" OTNBLIV17 = "FB-11 Where lives other child R adopted-3rd child, 1st ment" OTNBFAR3 = "FB-12 How far away other child adopted by R lives now-3rd" OTNBAGE3 = "FB-13 Current age of other child adopted by R - 3rd" F_AKIDS = "Number of other children adopted (from section F)" OTPREG = "FC-1 Ever had preg ending in miscarriage/stillbirth/abortion" OTPRGPRB = "FC-2 Could R have had a pregnancy like this but not know" OTPRGN = "FC-3 # of Pregnancies Ending in Miscarriage/Stillbirth/Abortion" OTPRGEND = "FC-4 How Did Pregnancy End (if 1 preg reported)" OTMSN = "FC-5 # of Pregnancies Ending in Miscarriage" OTSTN = "FC-6 # of Pregnancies Ending in Stillbirth" OTABN = "FC-7 # of Pregnancies Ending in Abortion" TOTPRG = "FC-8 Total # of Times R Made Someone Pregnant" OTPREGS = "# of Pregnancies Ending in Miscarriage/Stillbirth/Abortion" TOTPREGS_C = "Total # of Pregnancies Collected Throughout Interview" TOTPREGS_R = "Total # of Times R Reports He Made Someone Pregnant" BIOKIDS = "Number of Biological Children R Has Ever Fathered" ADOPKIDS = "Number of Children R Has Ever Adopted" ANYKIDS = "Whether R Ever Had Biological or Adopted Children" BIOADOPT = "Total # of biological and adopted children reported by R" NUMLIFE = "FC-9 # Female Sexual Partners in Lifetime (if 7+ reported)" PREGSNOW = "# of women currently pregnant with R's child" BIODOB1 = "Century month when R's 1st biological child was born (in chronol order)" BIODOB2 = "Century month when R's 2nd biological child was born (in chronol order)" BIODOB3 = "Century month when R's 3rd biological child was born (in chronol order)" BIODOB4 = "Century month when R's 4th biological child was born (in chronol order)" BIODOB5 = "Century month when R's 5th biological child was born (in chronol order)" BIODOB6 = "Century month when R's 6th biological child was born (in chronol order)" BIODOB7 = "Century month when R's 7th biological child was born (in chronol order)" BIODOB8 = "Century month when R's 8th biological child was born (in chronol order)" BIODOB9 = "Century month when R's 9th biological child was born (in chronol order)" BIODOB10 = "Century month when R's 10th biological child was born (in chronol order)" BIOMULT1 = "Was R's 1st biological child part of a multiple birth" BIOMULT2 = "Was R's 2nd biological child part of a multiple birth" BIOMULT3 = "Was R's 3rd biological child part of a multiple birth" BIOMULT4 = "Was R's 4th biological child part of a multiple birth" BIOMULT5 = "Was R's 5th biological child part of a multiple birth" BIOMULT6 = "Was R's 6th biological child part of a multiple birth" BIOMULT7 = "Was R's 7th biological child part of a multiple birth" BIOMULT8 = "Was R's 8th biological child part of a multiple birth" BIOMULT9 = "Was R's 9th biological child part of a multiple birth" BIOMULT10 = "Was R's 10th biological child part of a multiple birth" BIOSEX1 = "Sex of R's 1st biological child" BIOSEX2 = "Sex of R's 2nd biological child" BIOSEX3 = "Sex of R's 3rd biological child" BIOSEX4 = "Sex of R's 4th biological child" BIOSEX5 = "Sex of R's 5th biological child" BIOSEX6 = "Sex of R's 6th biological child" BIOSEX7 = "Sex of R's 7th biological child" BIOSEX8 = "Sex of R's 8th biological child" BIOSEX9 = "Sex of R's 9th biological child" BIOSEX10 = "Sex of R's 10th biological child" BIOAGE1 = "Age of R's 1st biological child" BIOAGE2 = "Age of R's 2nd biological child" BIOAGE3 = "Age of R's 3rd biological child" BIOAGE4 = "Age of R's 4th biological child" BIOAGE5 = "Age of R's 5th biological child" BIOAGE6 = "Age of R's 6th biological child" BIOAGE7 = "Age of R's 7th biological child" BIOAGE8 = "Age of R's 8th biological child" BIOAGE9 = "Age of R's 9th biological child" BIOAGE10 = "Age of R's 10th biological child" BIOAGEGP1 = "Age group of R's 1st biological child" BIOAGEGP2 = "Age group of R's 2nd biological child" BIOAGEGP3 = "Age group of R's 3rd biological child" BIOAGEGP4 = "Age group of R's 4th biological child" BIOAGEGP5 = "Age group of R's 5th biological child" BIOAGEGP6 = "Age group of R's 6th biological child" BIOAGEGP7 = "Age group of R's 7th biological child" BIOAGEGP8 = "Age group of R's 8th biological child" BIOAGEGP9 = "Age group of R's 9th biological child" BIOAGEGP10 = "Age group of R's 10th biological child" BIOHH1 = "Is child in R's household - R's 1st biological child" BIOHH2 = "Is child in R's household - R's 2nd biological child" BIOHH3 = "Is child in R's household - R's 3rd biological child" BIOHH4 = "Is child in R's household - R's 4th biological child" BIOHH5 = "Is child in R's household - R's 5th biological child" BIOHH6 = "Is child in R's household - R's 6th biological child" BIOHH7 = "Is child in R's household - R's 7th biological child" BIOHH8 = "Is child in R's household - R's 8th biological child" BIOHH9 = "Is child in R's household - R's 9th biological child" BIOHH10 = "Is child in R's household - R's 10th biological child" BIOMOM1 = "Relationship of child's biological mother to R - R's 1st biological child" BIOMOM2 = "Relationship of child's biological mother to R - R's 2nd biological child" BIOMOM3 = "Relationship of child's biological mother to R - R's 3rd biological child" BIOMOM4 = "Relationship of child's biological mother to R - R's 4th biological child" BIOMOM5 = "Relationship of child's biological mother to R - R's 5th biological child" BIOMOM6 = "Relationship of child's biological mother to R - R's 6th biological child" BIOMOM7 = "Relationship of child's biological mother to R - R's 7th biological child" BIOMOM8 = "Relationship of child's biological mother to R - R's 8th biological child" BIOMOM9 = "Relationship of child's biological mother to R - R's 9th biological child" BIOMOM10 = "Relationship of child's biological mother to R - R's 10th biological child" BIOMAR1 = "Was R married to child's mother at time of child's birth - R's 1st biological child" BIOMAR2 = "Was R married to child's mother at time of child's birth - R's 2nd biological child" BIOMAR3 = "Was R married to child's mother at time of child's birth - R's 3rd biological child" BIOMAR4 = "Was R married to child's mother at time of child's birth - R's 4th biological child" BIOMAR5 = "Was R married to child's mother at time of child's birth - R's 5th biological child" BIOMAR6 = "Was R married to child's mother at time of child's birth - R's 6th biological child" BIOMAR7 = "Was R married to child's mother at time of child's birth - R's 7th biological child" BIOMAR8 = "Was R married to child's mother at time of child's birth - R's 8th biological child" BIOMAR9 = "Was R married to child's mother at time of child's birth - R's 9th biological child" BIOMAR10 = "Was R married to child's mother at time of child's birth - R's 10th biological child" BIOCOHB1 = "Was R married to or living with child's mother at time of child's birth - R's 1st biological child" BIOCOHB2 = "Was R married to or living with child's mother at time of child's birth - R's 2nd biological child" BIOCOHB3 = "Was R married to or living with child's mother at time of child's birth - R's 3rd biological child" BIOCOHB4 = "Was R married to or living with child's mother at time of child's birth - R's 4th biological child" BIOCOHB5 = "Was R married to or living with child's mother at time of child's birth - R's 5th biological child" BIOCOHB6 = "Was R married to or living with child's mother at time of child's birth - R's 6th biological child" BIOCOHB7 = "Was R married to or living with child's mother at time of child's birth - R's 7th biological child" BIOCOHB8 = "Was R married to or living with child's mother at time of child's birth - R's 8th biological child" BIOCOHB9 = "Was R married to or living with child's mother at time of child's birth - R's 9th biological child" BIOCOHB10 = "Was R married to or living with child's mother at time of child's birth - R's 10th biological child" BIOLRNPG1 = "When did R learn about the pregnancy - R's 1st biological child" BIOLRNPG2 = "When did R learn about the pregnancy - R's 2nd biological child" BIOLRNPG3 = "When did R learn about the pregnancy - R's 3rd biological child" BIOLRNPG4 = "When did R learn about the pregnancy - R's 4th biological child" BIOLRNPG5 = "When did R learn about the pregnancy - R's 5th biological child" BIOLRNPG6 = "When did R learn about the pregnancy - R's 6th biological child" BIOLRNPG7 = "When did R learn about the pregnancy - R's 7th biological child" BIOLRNPG8 = "When did R learn about the pregnancy - R's 8th biological child" BIOLRNPG9 = "When did R learn about the pregnancy - R's 9th biological child" BIOLRNPG10 = "When did R learn about the pregnancy - R's 10th biological child" BIOLIVNG11 = "Where is child living now - R's 1st biological child, 1st mention" BIOLIVNG12 = "Where is child living now - R's 1st biological child, 2nd mention" BIOLIVNG13 = "Where is child living now - R's 1st biological child, 3rd mention" BIOLIVNG21 = "Where is child living now - R's 2nd biological child, 1st mention" BIOLIVNG22 = "Where is child living now - R's 2nd biological child, 2nd mention" BIOLIVNG23 = "Where is child living now - R's 2nd biological child, 3rd mention" BIOLIVNG31 = "Where is child living now - R's 3rd biological child, 1st mention" BIOLIVNG32 = "Where is child living now - R's 3rd biological child, 2nd mention" BIOLIVNG33 = "Where is child living now - R's 3rd biological child, 3rd mention" BIOLIVNG41 = "Where is child living now - R's 4th biological child, 1st mention" BIOLIVNG42 = "Where is child living now - R's 4th biological child, 2nd mention" BIOLIVNG43 = "Where is child living now - R's 4th biological child, 3rd mention" BIOLIVNG51 = "Where is child living now - R's 5th biological child, 1st mention" BIOLIVNG52 = "Where is child living now - R's 5th biological child, 2nd mention" BIOLIVNG53 = "Where is child living now - R's 5th biological child, 3rd mention" BIOLIVNG61 = "Where is child living now - R's 6th biological child, 1st mention" BIOLIVNG62 = "Where is child living now - R's 6th biological child, 2nd mention" BIOLIVNG63 = "Where is child living now - R's 6th biological child, 3rd mention" BIOLIVNG71 = "Where is child living now - R's 7th biological child, 1st mention" BIOLIVNG72 = "Where is child living now - R's 7th biological child, 2nd mention" BIOLIVNG73 = "Where is child living now - R's 7th biological child, 3rd mention" BIOLIVNG81 = "Where is child living now - R's 8th biological child, 1st mention" BIOLIVNG82 = "Where is child living now - R's 8th biological child, 2nd mention" BIOLIVNG83 = "Where is child living now - R's 8th biological child, 3rd mention" BIOLIVNG91 = "Where is child living now - R's 9th biological child, 1st mention" BIOLIVNG92 = "Where is child living now - R's 9th biological child, 2nd mention" BIOLIVNG93 = "Where is child living now - R's 9th biological child, 3rd mention" BIOLIVNG101 = "Where is child living now - R's 10th biological child, 1st mention" BIOLIVNG102 = "Where is child living now - R's 10th biological child, 2nd mention" BIOLIVNG103 = "Where is child living now - R's 10th biological child, 3rd mention" BIOLGPAT1 = "Has legal paternity been established (if unmarried at child's birth) - R's 1st biological child" BIOLGPAT2 = "Has legal paternity been established (if unmarried at child's birth) - R's 2nd biological child" BIOLGPAT3 = "Has legal paternity been established (if unmarried at child's birth) - R's 3rd biological child" BIOLGPAT4 = "Has legal paternity been established (if unmarried at child's birth) - R's 4th biological child" BIOLGPAT5 = "Has legal paternity been established (if unmarried at child's birth) - R's 5th biological child" BIOLGPAT6 = "Has legal paternity been established (if unmarried at child's birth) - R's 6th biological child" BIOLGPAT7 = "Has legal paternity been established (if unmarried at child's birth) - R's 7th biological child" BIOLGPAT8 = "Has legal paternity been established (if unmarried at child's birth) - R's 8th biological child" BIOLGPAT9 = "Has legal paternity been established (if unmarried at child's birth) - R's 9th biological child" BIOLGPAT10 = "Has legal paternity been established (if unmarried at child's birth) - R's 10th biological child" BIOHSPAT1 = "Was paternity established at the hospital - R's 1st biological child" BIOHSPAT2 = "Was paternity established at the hospital - R's 2nd biological child" BIOHSPAT3 = "Was paternity established at the hospital - R's 3rd biological child" BIOHSPAT4 = "Was paternity established at the hospital - R's 4th biological child" BIOHSPAT5 = "Was paternity established at the hospital - R's 5th biological child" BIOHSPAT6 = "Was paternity established at the hospital - R's 6th biological child" BIOHSPAT7 = "Was paternity established at the hospital - R's 7th biological child" BIOHSPAT8 = "Was paternity established at the hospital - R's 8th biological child" BIOHSPAT9 = "Was paternity established at the hospital - R's 9th biological child" BIOHSPAT10 = "Was paternity established at the hospital - R's 10th biological child" BIOLVEVR1 = "Has R ever lived with this child (if not living w/child now) - R's 1st biological child" BIOLVEVR2 = "Has R ever lived with this child (if not living w/child now) - R's 2nd biological child" BIOLVEVR3 = "Has R ever lived with this child (if not living w/child now) - R's 3rd biological child" BIOLVEVR4 = "Has R ever lived with this child (if not living w/child now) - R's 4th biological child" BIOLVEVR5 = "Has R ever lived with this child (if not living w/child now) - R's 5th biological child" BIOLVEVR6 = "Has R ever lived with this child (if not living w/child now) - R's 6th biological child" BIOLVEVR7 = "Has R ever lived with this child (if not living w/child now) - R's 7th biological child" BIOLVEVR8 = "Has R ever lived with this child (if not living w/child now) - R's 8th biological child" BIOLVEVR9 = "Has R ever lived with this child (if not living w/child now) - R's 9th biological child" BIOLVEVR10 = "Has R ever lived with this child (if not living w/child now) - R's 10th biological child" BIOHWFAR1 = "How far away does child live (miles) - R's 1st biological child" BIOHWFAR2 = "How far away does child live (miles) - R's 2nd biological child" BIOHWFAR3 = "How far away does child live (miles) - R's 3rd biological child" BIOHWFAR4 = "How far away does child live (miles) - R's 4th biological child" BIOHWFAR5 = "How far away does child live (miles) - R's 5th biological child" BIOHWFAR6 = "How far away does child live (miles) - R's 6th biological child" BIOHWFAR7 = "How far away does child live (miles) - R's 7th biological child" BIOHWFAR8 = "How far away does child live (miles) - R's 8th biological child" BIOHWFAR9 = "How far away does child live (miles) - R's 9th biological child" BIOHWFAR10 = "How far away does child live (miles) - R's 10th biological child" BIOWANT1 = "Wantedness of pregnancy at time it began - R's 1st biological child" BIOWANT2 = "Wantedness of pregnancy at time it began - R's 2nd biological child" BIOWANT3 = "Wantedness of pregnancy at time it began - R's 3rd biological child" BIOWANT4 = "Wantedness of pregnancy at time it began - R's 4th biological child" BIOWANT5 = "Wantedness of pregnancy at time it began - R's 5th biological child" BIOWANT6 = "Wantedness of pregnancy at time it began - R's 6th biological child" BIOWANT7 = "Wantedness of pregnancy at time it began - R's 7th biological child" BIOWANT8 = "Wantedness of pregnancy at time it began - R's 8th biological child" BIOWANT9 = "Wantedness of pregnancy at time it began - R's 9th biological child" BIOWANT10 = "Wantedness of pregnancy at time it began - R's 10th biological child" BIOHSOON1 = "Timing of pregnancy at time it began - R's 1st biological child" BIOHSOON2 = "Timing of pregnancy at time it began - R's 2nd biological child" BIOHSOON3 = "Timing of pregnancy at time it began - R's 3rd biological child" BIOHSOON4 = "Timing of pregnancy at time it began - R's 4th biological child" BIOHSOON5 = "Timing of pregnancy at time it began - R's 5th biological child" BIOHSOON6 = "Timing of pregnancy at time it began - R's 6th biological child" BIOHSOON7 = "Timing of pregnancy at time it began - R's 7th biological child" BIOHSOON8 = "Timing of pregnancy at time it began - R's 8th biological child" BIOHSOON9 = "Timing of pregnancy at time it began - R's 9th biological child" BIOHSOON10 = "Timing of pregnancy at time it began - R's 10th biological child" BIOHPYPG1 = "Happiness about pregnancy pregnancy at time it began - R's 1st biological child" BIOHPYPG2 = "Happiness about pregnancy pregnancy at time it began - R's 2nd biological child" BIOHPYPG3 = "Happiness about pregnancy pregnancy at time it began - R's 3rd biological child" BIOHPYPG4 = "Happiness about pregnancy pregnancy at time it began - R's 4th biological child" BIOHPYPG5 = "Happiness about pregnancy pregnancy at time it began - R's 5th biological child" BIOHPYPG6 = "Happiness about pregnancy pregnancy at time it began - R's 6th biological child" BIOHPYPG7 = "Happiness about pregnancy pregnancy at time it began - R's 7th biological child" BIOHPYPG8 = "Happiness about pregnancy pregnancy at time it began - R's 8th biological child" BIOHPYPG9 = "Happiness about pregnancy pregnancy at time it began - R's 9th biological child" BIOHPYPG10 = "Happiness about pregnancy pregnancy at time it began - R's 10th biological child" CRALL = "# of eligible coresidential children 0-18 (FC G-0) (This variable has been recoded for the Public Use File)" CRALLU5 = "# of eligible coresidential children < age 5 (FC G-0) (This variable has been recoded for the Public Use File)" CRALL518 = "# of eligible coresidential children ages 5-18 (FC G-0) (This variable has been recoded for the Public Use File)" CRMALU5 = "# of eligible male coresidential children < age 5 (FC G-0) (This variable has been recoded for the Public Use File)" CRMAL518 = "# of eligible male coresidential children ages 5-18 (FC G-0) (This variable has been recoded for the Public Use File)" CRFEMU5 = "# of eligible female coresidential children < age 5 (FC G-0) (This variable has been recoded for the Public Use File)" CRFEM518 = "# of eligible female coresidential children ages 5-18(FC G-0) (This variable has been recoded for the Public Use File)" NCALL = "# of noncoresidential children (FC G-0)" NCALLU5 = "# of noncoresidential children < age 5 (FC G-0)" NCALL518 = "# of noncoresidential children ages 5-18 (FC G-0)" NCMALU5 = "# of male noncoresidential children < age 5 (FC G-0)" NCMAL518 = "# of male noncoresidential children ages 5-18 (FC G-0)" NCFEMU5 = "# of female noncoresidential children < age 5 (FC G-0)" NCFEM518 = "# of female noncoresidential children ages 5-18 (FC G-0)" CROUTG = "GA-1 Freq last 12 mos outing with coresidential children" CRRELG = "GA-2 Freq last 12 mos relig service coresidential children 5-18" CRPTA = "GA-3 Freq last 12 mos PTA mtg coresidential children 5-18" CRHELP = "GA-5 Freq last 4 wks help homewrk coresidential children 5-18" CRTALK = "GA-6 Freq last 4 wks talk things coresidential children 5-18" CRTAKE = "GA-7 Freq last 4 wks take activity coresidential children 5-18" CRMEAL = "GA-8 Freq last 4 wks ate meals coresidential children 5-18" CRFEED = "GA-10 Freq last 4 wks fed/ate meals coresidential children <5" CRBATH = "GA-11 Freq last 4 wks bathe/diaper/dress coresidential kids < 5" CRPLAY = "GA-12 Freq last 4 wks play with coresidential children < 5" CRREAD = "GA-13 Freq last 4 wks read to coresidential children < 5" CRGOOD = "GA-14 How good a job as a father to coresidential children" NCVISIT = "GB-1 Freq last 12 mos see/visit noncoresidential children" NCSATVIS = "GB-2 Satisfied visitation last 12 mos noncoresidential children" NCEMAIL = "GB-2a Freq last 12 mos talk on the phone or via email with noncoresidential children" NCOUTG = "GB-3 Freq last 12 mos outing with noncoresidential children" NCRELG = "GB-4 Freq last 12 mos relig service noncoresidential kids 5-18" NCPTA = "GB-5 Freq last 12 mos PTA mtg noncoresidential children 5-18" INTROGB6 = "Intro for section on noncoresidential children 5-18" NCHELP = "GB-7 Freq last 4 wks help homewrk noncoresidential kids 5-18" NCTALK = "GB-8 Freq last 4 wks talk things noncoresidential children 5-18" NCTAKE = "GB-9 Freq last 4 wks take activity noncoresidential kids 5-18" NCMEAL = "GB-10 Freq last 4 wks ate meals noncoresidential children 5-18" INTROGB11 = "Intro for section on noncoresidential children 0-4" NCFEED = "GB-12 Freq last 4 wks fed/ate meals with noncores children <5" NCBATH = "GB-13 Freq last 4 wks bathe/diaper/dress noncores children <5" NCPLAY = "GB-14 Freq last 4 wks play with noncoresidential children < 5" NCREAD = "GB-15 Freq last 4 wks read to noncoresidential children < 5" NCGOOD = "GB-16 How good a job as a father to noncoresidential children" NCMONEY = "GC-1 Contribute money last 12 mos -noncoresidential children" NCREG = "GC-2 Contribute money regular basis -nocoresidential children" NCAGREE = "GC-4 Paid because child support order -noncoresidential children" NCAGREEN = "GC-5 # children with legal agreement for child support noncores" CHSUPPYR = "Yearly child support (where applicable & definable)" RWANT = "HA-2 R Wants A(another) Child Some Time" PROBWANT = "HA-3 R probably wants/does not want A(nother) Child some time" JINTEND = "HB-2 R & W/P Intend to Have A(another) Child Some Time" JSUREINT = "HB-3 How sure R & W/P will/will not have A(another) Child" JINTENDN = "HB-4 How Many (More) Children R and W/P Intend?" JEXPECTL = "HB-5 Largest Number of (additional) Children R & Wife Intend" JEXPECTS = "HB-6 Smallest Number of (additional) Children R & Wife Intend" INTEND = "HC-2 R Intends To Have A(another) Child some time?" INTENDN = "HC-3 Number of (more) Children R Intends" EXPECTL = "HC-4 Largest number of (additional) Children R Intends" EXPECTS = "HC-5 Smallest number of (additional) Children R Intends" USUALCAR = "IA-1 Is there place R usually goes when sick" USLPLACE = "IA-2 Place R usually goes when sick" COVER12 = "IA-3 R lacked health coverage any time in last 12 mos" NUMNOCOV = "IA-4 How many of the last 12 mos was R without coverage" COVERHOW01 = "IA-5 Type of health care coverage last 12 mos-1st mention" COVERHOW02 = "IA-5 Type of health care coverage last 12 mos-2nd mention" COVERHOW03 = "IA-5 Type of health care coverage last 12 mos-3rd mention" COVERHOW04 = "IA-5 Type of health care coverage last 12 mos-4th mention" NOWCOVER01 = "IA-6 Type of health care covered by now-1st mention" NOWCOVER02 = "IA-6 Type of health care covered by now-2nd mention" NOWCOVER03 = "IA-6 Type of health care covered by now-3rd mention" NOWCOVER04 = "IA-6 Type of health care covered by now-4th mention" GOFPCWGF = "IB-1 Ever gone with female partner to Family Planning clinic" WHENGOGF = "IB-2 Last time R went with partner to Family Planning clinic" YOUGOFPC = "IB-3 R ever received service at a Family Planning clinic" WHENGOFP = "IB-4 Last time R received service at a Family Planning clinic" YOUFPSVC1 = "IB-5 Services R received at last visit- 1st mention" YOUFPSVC2 = "IB-5 Services R received at last visit- 2nd mention" YOUFPSVC3 = "IB-5 Services R received at last visit- 3rd mention" YOUFPSVC4 = "IB-5 Services R received at last visit- 4th mention" YOUFPSVC5 = "IB-5 Services R received at last visit- 5th mention" YOUFPSVC6 = "IB-5 Services R received at last visit- 6th mention" LIMITED = "IC-1 Activities Limited b/c Physical/Mental/Emotional Problem" EQUIPMNT = "IC-2 Health Problem That Requires Special Equipment" PHYSEXAM = "ID-1 Last 12 mos: Received routine physical exam" TESTICHK = "ID-2 Last 12 mos: Received testicular examination" BCADVICE = "ID-3 Last 12 mos: Received advice about birth control methods" BCADVICEF = "ID-3a Last 12 mos: Received advice about female birth control methods" BCADVICEM = "ID-3b Last 12 mos: Received advice about male birth control methods" STERADVI = "ID-4 Last 12 mos: Received advice about sterilization" STDADVIC = "ID-5 Last 12 mos: Received advice about STDs" HIVADVIC = "ID-6 Last 12 mos: Received advice about HIV or AIDS" ONEVISIT = "ID-7 Received all services at same visit or more than 1 visit" NUMVISIT = "ID-8 Last 12 mos: # of visits for these services" PLACEVIS01 = "ID-9 Type of place R received service(s) - 1st mention" PLACEVIS02 = "ID-9 Type of place R received service(s) - 2nd mention" PLACEVIS03 = "ID-9 Type of place R received service(s) - 3rd mention" PLACEVIS04 = "ID-9 Type of place R received service(s) - 4th mention" PLACEVIS05 = "ID-9 Type of place R received service(s) - 5th mention" SVCPAY1 = "ID-10 Payment for health/FP service(s) - 1st mention" SVCPAY2 = "ID-10 Payment for health/FP service(s) - 2nd mention" SVCPAY3 = "ID-10 Payment for health/FP service(s) - 3rd mention" INFHELP = "IE-1 R & partner ever received medical help to have a baby" INFSVCS1 = "IE-2 Infertility services received - 1st mention" INFSVCS2 = "IE-2 Infertility services received - 2nd mention" INFSVCS3 = "IE-2 Infertility services received - 3rd mention" INFSVCS4 = "IE-2 Infertility services received - 4th mention" INFSVCS5 = "IE-2 Infertility services received - 5th mention" INFSVCS6 = "IE-2 Infertility services received - 6th mention" INFTEST = "IE-3 Who had Infertility Testing - R or Partner or Both" WHOINSEM = "IE-4 R s partner received R s sperm or someone else s" INFHLPNW = "IE-5 R & partner currently pursuing medical help to have baby" LASTVIS_M = "IE-6 Month of last visit for medical help to have a baby" LASTVIS_Y = "IE-6 Year of last visit for medical help to have a baby" CMINFVIS = "CM of last/most recent infertility service visit" INFRTHIS1 = "IE-7 Male infertility problem diagnosed - 1st mention" INFRTHIS2 = "IE-7 Male infertility problem diagnosed - 2nd mention" INFRTHIS3 = "IE-7 Male infertility problem diagnosed - 3rd mention" DONBLD85 = "IF-1 Has R Donated Blood Since March 1985" HIVTEST = "IF-2 Any HIV test outside of blood donation" WHENHIV_M = "IF-3 Month of most recent HIV test" WHENHIV_Y = "IF-3 Year of most recent HIV test" CMHIVTST = "CM of last/most recent HIV test" HIVTSTYR = "IF-3b Has R had HIV test in last 12 months" RAPIDHIV = "IF-3c Was last HIV test a rapid test" HIVSOON = "IF-3d How soon R received results of last HIV test" HIVKIND = "IF-3e Mode of last HIV test -oral swab , finger blood, or arm blood" PLCHIV = "IF-4 Place where R had last HIV test" HIVTST = "IF-5 Reason for this (last) HIV test- 1st mention" WHOSUGG = "IF-5b Who suggested R be tested for HIV" TALKDOCT = "IF-6 Did doctor talk with R about HIV/AIDS after HIV test" AIDSTALK01 = "IF-7 HIV topics covered in post-test counseling - 1st mention" AIDSTALK02 = "IF-7 HIV topics covered in post-test counseling - 2nd mention" AIDSTALK03 = "IF-7 HIV topics covered in post-test counseling - 3rd mention" AIDSTALK04 = "IF-7 HIV topics covered in post-test counseling - 4th mention" AIDSTALK05 = "IF-7 HIV topics covered in post-test counseling - 5th mention" AIDSTALK06 = "IF-7 HIV topics covered in post-test counseling - 6th mention" AIDSTALK07 = "IF-7 HIV topics covered in post-test counseling - 7th mention" AIDSTALK08 = "IF-7 HIV topics covered in post-test counseling - 8th mention" AIDSTALK09 = "IF-7 HIV topics covered in post-test counseling - 9th mention" AIDSTALK10 = "IF-7 HIV topics covered in post-test counseling - 10th mention" RETROVIR = "IF-8 T/F: Treatment to Prevent Perinatal HIV Transmission" SAMEADD = "JA-0 R living at curr address on April 1, 2000" CNTRY00 = "JA-1 R living in US on April 1, 2000" BRNOUT = "JA-7 R was born outside of US" YRSTRUS = "Year R came to the United States to stay" PAYDU = "JA-9 Current living quarters owned/rented, etc" RELRAISD = "JB-1/JB-2 Religion in which R was raised" ATTND14 = "JB-4 How often R attended religious services at age 14" RELCURR = "JB-5/JB-6 Religion R is now" RELTRAD = "Current religious affiliation by Protestant categories" FUNDAM1 = "JB-8 Fundamental affiliation, if any - 1st mention" FUNDAM2 = "JB-8 Fundamental affiliation, if any - 2nd mention" FUNDAM3 = "JB-8 Fundamental affiliation, if any - 3rd mention" FUNDAM4 = "JB-8 Fundamental affiliation, if any - 4th mention" RELDLIFE = "JB-9 How important is religion in R's daily life" ATTNDNOW = "JB-10 How often R currently attends religious services" MILSVC = "JC-1 R ever on active duty in Armed Forces for 6+ months" STARTMIL = "Year when R began military service" ENDMIL = "Year when R ended military service" EVWRK6MO = "JD-1 Whether R ever worked full-time for 6+ months" BEGFSTWK_M = "JD-2 Month R started 1st period of full-time work for 6+ months" BEGFSTWK_Y = "JD-2 Year R started 1st period of full-time work for 6+ months" CMBFSTWK = "Century month for date R began 1st period of full-time work that lasted 6 months or longer" EVRNTWRK = "JD-3 Whether R ever did not work full-time for 6+ months" WRK12MOS = "JD-4 How many of the last 12 months did R work" FPT12MOS = "JD-5 Did R work full-time, part-time or both in last 12 months" DOLASTWK1 = "JE-1 What R was doing last week (employment status) - 1st mention" DOLASTWK2 = "JE-1 What R was doing last week (employment status) - 2nd mention" DOLASTWK3 = "JE-1 What R was doing last week (employment status) - 3rd mention" DOLASTWK4 = "JE-1 What R was doing last week (employment status) - 4th mention" DOLASTWK5 = "JE-1 What R was doing last week (employment status) - 5th mention" DOLASTWK6 = "JE-1 What R was doing last week (employment status) - 6th mention" RWRKST = "Whether R is currently employed (working or temporarily on leave from a job)" EVERWORK = "Whether R ever worked full-time for 6 months or more, or worked at all in the last 12 months" RPAYJOB = "JE-2 Did R ever work at a job for pay on regular basis" RNUMJOB = "JE-3 Number of jobs R worked last week or last week worked" RFTPTX = "JE-4 R worked full- or part-time at curr/last/primary job" REARNTY = "Whether R currently working or ever worked at all" SPLSTWK1 = "JF-1 W/P doing what last week (employment status) - 1st mention" SPLSTWK2 = "JF-1 W/P doing what last week (employment status) - 2nd mention" SPLSTWK3 = "JF-1 W/P doing what last week (employment status) - 3rd mention" SPLSTWK4 = "JF-1 W/P doing what last week (employment status) - 4th mention" SPLSTWK5 = "JF-1 W/P doing what last week (employment status) - 5th mention" SPLSTWK6 = "JF-1 W/P doing what last week (employment status) - 6th mention" SPWRKST = "Whether R's wife/partner is currently employed (working or temporarily on leave from a job)" SPPAYJOB = "JF-2 Did W/P ever work at a job for pay on regular basis" SPNUMJOB = "JF-3 Number of jobs W/P worked last week or last week worked" SPFTPTX = "JF-4 W/P worked full- or part-time at curr/last/primary job" SPEARNTY = "Whether R's wife/partner ever worked for pay" BETTER = "JG-1 Better to get married than to stay single" STAYTOG = "JG-2 Divorce best solution when cannot work out marriage problems" SAMESEX = "JG-3 Sexual relations between two same-sex adults are all right" ANYACT = "JG-4 Any sexual act between two consenting adults is all right" SXOK18 = "JG-5 Okay for unmarried 18 year olds to have sex if share strong affection" SXOK16 = "JG-6 Okay for unmarried 16 year olds to have sex if share strong affection" CHUNLESS = "JG-6a People can't be really happy unless they have children" CHREWARD = "JG-7 Rewards of being a parent are worth it despite cost" CHSUPPOR = "JG-8 Okay for unmarried female to have a child" GAYADOPT = "JG-9 Gay adults should have the right to adopt children" OKCOHAB = "JG-10 A young couple should not live together unless married" WARM = "JG-11 Working mother can establish secure relationship with child" ACHIEVE = "JG-12 Better if man earns main living and woman cares for family" FAMILY = "JG-13 More important for man to spend time w/family than have successful career" REACTSLF = "JG-14 How R would feel if he got a female pregnant now" CHBOTHER = "JG-15 How bothered would R be if he did not have children" MARRFAIL = "JG-16 Marriage has not worked out for most people" CHCOHAB = "JG-17 OK for cohab couple to have/raise children" PRVNTDIV = "JG-18 Living together may prevent divorce" GETALONG = "JG-19 Living together is a way for a couple to make sure they get along" PMARCOHB = "Whether R ever cohabited premaritally" COHCHANCE = "JG-20 Chance R will cohabit" MARRCHANCE = "JG-21 Chance R will (re)marry" PMARCOH = "JG-22 Chance R will live with a future wife before marriage" LESSPLSR = "JH-2 Chance less physical pleasure if used condom" EMBARRAS = "JH-4 Chance condom discussion would embarrass R and new P" APPREC1 = "JH-5 Chance new P would appreciate if R used condom" ACASILANG = "JH-6 Language to be used in ACASI" GENHEALT = "KA-4 R's General Health" INCHES = "Height (converted to inches) (original version)" RWEIGHT = "KA-6 R's Weight (Pounds)" BMI = "Body Mass Index (computed in post-processing)" EARNTYPE = "KL-0a Report total earnings before taxes by week/month/year" EARN = "KL-0b Total earnings reported by category" EARNDK1 = "KL-0c If DK/RF total earnings, was it $20,000 or more" EARNDK2 = "KL-0d If more than $20,000, was it $50,000 or more" EARNDK3 = "KL-0e If more than $50,000, was it $75,000 or more" WAGE = "KL-1a In prior calendar year, received income from wages/salaries" SELFINC = "KL-1b In prior calendar year, received income from self-employment" SOCSEC = "KL-1c In prior calendar year, received income from Social Security" DISABIL = "KL-1d In prior calendar year, received income from disability pension" RETIRE = "KL-1e In prior calendar year, received income from retirement" SSI = "KL-1f In prior calendar year, received income from Supplemental Security Income" UNEMP = "KL-1g In prior calendar year, received income from unemployment comp" CHLDSUPP = "KL-1h In prior calendar year, received income from child support" INTEREST = "KL-1i In prior calendar year, received interest from savings" DIVIDEND = "KL-1j In prior calendar year, received dividends from stocks/royalties/trusts" OTHINC = "KL-1k In prior calendar year, received other income (ex: alimony, VA, Worker's Comp)" TOINCWMY = "KL-2 Prefer to report total income per week/month/year" TOTINC = "KL-3 Total combined family income in prior calendar year" FMINCDK1 = "KL-3a If DK/RF combined family income, was it $20,000 or more?" FMINCDK2 = "KL-3b If more than $20,000, was it $50,000 or more?" FMINCDK3 = "KL-3c If more than $50,000, was it $75,000 or more?" PUBASST = "KL-4 Received CASH assistance from state/county welfare program in prior calendar year" PUBASTYP1 = "KL-5 Type of CASH assistance program in prior calendar year-1st mention" FOODSTMP = "KL-6 In prior calendar year, received food stamps" WIC = "KL-7 In prior calendar year, received WIC" HLPTRANS = "KL-8a In prior calendar year, received transportation assistance" HLPCHLDC = "KL-8b In prior calendar year, received child care services or assistance" HLPJOB = "KL-8c In prior calendar year, received job training/search help from social svcs" AGER = "R's age at interview (RECODE)" FMARITAL = "Formal (legal) marital status (RECODE)" RMARITAL = "Informal marital status (RECODE)" EDUCAT = "Education (number of years of schooling) (RECODE)" HIEDUC = "Highest completed year of school or highest degree received (RECODE)" HISPANIC = "Hispanic origin of respondent (RECODE)" NUMRACE = "Intermediate variable for multiple race reporting (used for HISPRACE2)" RACE = "Race of respondent (RECODE)" HISPRACE = "Race & Hispanic origin of respondent - 1977 OMB standards (RECODE)" HISPRACE2 = "Race & Hispanic origin of respondent - 1997 OMB standards (RECODE)" NUMKDHH = "Number of bio/adopt/related/legal children under age 18 in household (RECODE)" NUMFMHH = "Number of family members in household (RECODE)" HHFAMTYP = "Type of household/family structure (RECODE)" HHPARTYP = "Type of parental situation in household (RECODE)" NCHILDHH = "Number of R's children (18 or younger) living in household (RECODE)" HHKIDTYP = "Whether R has children (18 or younger), and whether bio or non-bio, living in the household (RECODE)" CSPBBHH = "Number of R's biological children (18 or younger) with current spouse/ cohabiting partner who live in household (RECODE)" CSPSBHH = "Number of R's nonbiological children (18 or younger) in household who are the biological chldren of his current wife/cohabiting partner (RECODE)" CSPOKDHH = "Number of all other children (18 or younger) living in household with R and current spouse/cohabiting partner (RECODE)" INTCTFAM = "Intact status of childhood family (RECODE)" PARAGE14 = "Parental living situation at age 14 (RECODE)" EDUCMOM = "Mother's (or mother-figure's) education (RECODE)" AGEMOMB1 = "Age of mother (or mother-figure) at first birth (RECODE)" FMARNO = "Number of times R has been married (RECODE)" AGER_I = "AGER Imputation Flag" FMARITAL_I = "FMARITAL Imputation Flag" RMARITAL_I = "RMARITAL Imputation Flag" EDUCAT_I = "EDUCAT Imputation Flag" HIEDUC_I = "HIEDUC Imputation Flag" HISPANIC_I = "HISPANIC Imputation Flag" RACE_I = "RACE Imputation Flag" HISPRACE_I = "HISPRACE Imputation Flag" HISPRACE2_I = "HISPRACE2 Imputation Flag" NUMKDHH_I = "NUMKDHH Imputation Flag" NUMFMHH_I = "NUMFMHH Imputation Flag" HHFAMTYP_I = "HHFAMTYP Imputation Flag" HHPARTYP_I = "HHPARTYP Imputation Flag" NCHILDHH_I = "NCHILDHH Imputation Flag" HHKIDTYP_I = "HHKIDTYP Imputation Flag" CSPBBHH_I = "CSPBBHH Imputation Flag" CSPSBHH_I = "CSPSBHH Imputation Flag" CSPOKDHH_I = "CSPOKHH Imputation Flag" INTCTFAM_I = "INTCTFAM Imputation Flag" PARAGE14_I = "PARAGE14 Imputation Flag" EDUCMOM_I = "EDUCMOM Imputation Flag" AGEMOMB1_I = "AGEMOMB1 Imputation Flag" FMARNO_I = "FMARNO Imputation Flag" HADSEX = "Whether R ever had sexual intercourse (RECODE)" SEXONCE = "Whether R has had sex only once (RECODE)" VRY1STSX = "CM date of 1st sex (RECODE)" FIRSTPFLAG = "Flag indicating which section and which series reflects R's first sexual partner" VRY1STAG = "R's age at 1st sex (RECODE)" ELAPSED = "# of mos btwn 1st sex and last sex:R's 1st partner (DF series only)" SEXMAR = "Months between 1st intercourse and 1st marriage (RECODE)" SEXUNION = "Months between 1st intercourse and 1st coresidential union or interview (marriage or cohabitation) (RECODE)" FSEXPAGE = "Age of 1st sexual partner at 1st sex (RECODE)" FSEXRLTN = "Relationship with 1st sexual partner at time of 1st sex (RECODE)" SEX1MTHD1 = "Contraceptive method use at 1st sexual intercourse: 1st mentioned (RECODE)" SEX1MTHD2 = "Contraceptive method use at 1st sexual intercourse: 2nd mentioned (RECODE)" SEX1MTHD3 = "Contraceptive method use at 1st sexual intercourse: 3rd mentioned (RECODE)" SEX1MTHD4 = "Contraceptive method use at 1st sexual intercourse: 4th mentioned (RECODE)" LSEXDATE = "Date of last (or most recent) sexual intercourse (RECODE)" LSEXDATE2 = "Date of last (or most recent) sexual intercourse (ordered according to partner dates) (RECODE)" ORDERFLAG = "Flag for inconsistency between order of dates of sex, and identification of partner as last, 2nd-to-last, and 3rd-to-last (RECODE)" SEX3MO = "Whether R had sexual intercourse in past 3 months (based on LSEXDATE) (RECODE)" SEX12MO = "Whether R had sexual intercourse in past 12 months (based on LSEXDATE) (RECODE)" LSEXRAGE = "R's age at last (or most recent) sexual intercourse (RECODE)" LSEXPAGE = "Age of last (or most recent) partner at last sex (RECODE)" LSEXPRAC = "Race/ethnicity of last (or most recent) sexual partner (RECODE)" LSEXRLTN = "Relationship with last sexual partner at last sex ever (RECODE)" LSEXUSE1 = "Contraceptive method used at last sexual intercourse ever - 1st mentioned (RECODE)" LSEXUSE2 = "Contraceptive method used at last sexual intercourse ever - 2nd mentioned (RECODE)" LSEXUSE3 = "Contraceptive method used at last sexual intercourse ever - 3rd mentioned (RECODE)" LSEXUSE4 = "Contraceptive method used at last sexual intercourse ever - 4th mentioned (RECODE)" METH12M1 = "Contraceptive method used at last sexual intercourse in past 12 mos: 1st mentioned (RECODE)" METH12M2 = "Contraceptive method used at last sexual intercourse in past 12 mos: 2nd mentioned (RECODE)" METH12M3 = "Contraceptive method used at last sexual intercourse in past 12 mos: 3rd mentioned (RECODE)" METH12M4 = "Contraceptive method used at last sexual intercourse in past 12 mos: 4th mentioned (RECODE)" METH3M1 = "Contraceptive method used last sexual intercourse in past 3 mos: 1st mentioned (RECODE)" METH3M2 = "Contraceptive method used last sexual intercourse in past 3 mos: 2nd mentioned (RECODE)" METH3M3 = "Contraceptive method used last sexual intercourse in past 3 mos: 3rd mentioned (RECODE)" METH3M4 = "Contraceptive method used last sexual intercourse in past 3 mos: 4th mentioned (RECODE)" NUMP3MOS = "Number of female sexual partners in last 3 mos (RECODE)" LIFPRTNR = "Number of opposite-sex partners in lifetime (RECODE)" PARTS1YR = "Number of opposite-sex partners in past 12 mos (RECODE)" PARTDUR1 = "Months between 1st and most recent intercourse with last/most recent partner (RECODE)" PARTDUR2 = "Months between 1st and most recent intercourse with 2nd-to-last partner within past 12 mos (RECODE)" PARTDUR3 = "Months between 1st and most recent intercourse with 3rd-to-last partner within past 12 mos (RECODE)" COHEVER = "Whether R ever cohabited (including premarital cohabitation) (RECODE)" EVMARCOH = "Whether R ever married or cohabited (RECODE)" PMARRNO = "Number of premarital cohabitations (RECODE)" NONMARR = "Number of nonmarital cohabitations (RECODE)" TIMESCOH = "Total number of cohabitations (RECODE)" MARDAT01 = "CM date of R's 1st marriage (RECODE)" MARDAT02 = "CM date of R's 2nd marriage (RECODE)" MARDAT03 = "CM date of R's 3rd marriage (RECODE)" MARDAT04 = "CM date of R's 4th marriage (RECODE)" MAREND01 = "How R's 1st marriage ended (RECODE)" MAREND02 = "How R's 2nd marriage ended (RECODE)" MAREND03 = "How R's 3rd marriage ended (RECODE)" MAREND04 = "How R's 4th marriage ended (RECODE)" MARDIS01 = "CM date when R's 1st marriage ended (RECODE)" MARDIS02 = "CM date when R's 2nd marriage ended (RECODE)" MARDIS03 = "CM date when R's 3rd marriage ended (RECODE)" MARDIS04 = "CM date when R's 4th marriage ended (RECODE)" MAR1DISS = "Months between 1st marriage and dissolution of 1st marriage (or interview) (RECODE)" PREMARW1 = "Whether R lived premaritally with his first wife (RECODE)" COHAB1 = "CM date of 1st cohabitation (incl. premarital cohabitation) (RECODE)" COHSTAT = "Cohabitation status experience relative to 1st marriage (RECODE)" COHOUT = "Outcome of R's first (if premarital) cohabitation (RECODE)" COH1DUR = "Duration (in months) of R's first (if premarital) cohabitation (RECODE)" CSPBIOKD = "Total number of biological children R has had with current spouse or cohabiting partner (RECODE)" DATBABY1 = "CM date when R fathered his first biological child (RECODE)" AGEBABY1 = "Age when R fathered his first biological child (RECODE)" B1PREMAR = "Whether R's first biological child was born before his first marriage (premaritally) (RECODE)" MARBABY1 = "Formal marital status at time of R's first biological child's birth (RECODE)" CEBOW = "Number of biological children born out of wedlock (RECODE)" CEBOWC = "Number of biological children born out of wedlock, in cohabiting unions (RECODE)" CEBOWP = "Number of biological children born out of wedlock, but paternity established (RECODE)" EVRNOPAT = "Whether R has never established paternity for his biological children born out of wedlock (RECODE)" NONLIVEB = "Number of non-live birth pregnancies R has fathered (RECODE)" COMPREG = "Number of completed pregnancies R has fathered (RECODE)" ABORTION = "Number of abortions R has fathered (RECODE)" LOSSNUM = "Number of spontaneous pregnancy losses R has fathered (RECODE)" PARENT01 = "Other biological parent of R's 1st biological child (RECODE)" PARENT02 = "Other biological parent of R's 2nd biological child (RECODE)" PARENT03 = "Other biological parent of R's 3rd biological child (RECODE)" PARENT04 = "Other biological parent of R's 4th biological child (RECODE)" PARENT05 = "Other biological parent of R's 5th biological child (RECODE)" PARENT06 = "Other biological parent of R's 6th biological child (RECODE)" PARENT07 = "Other biological parent of R's 7th biological child (RECODE)" PARENT08 = "Other biological parent of R's 8th biological child (RECODE)" PARENT09 = "Other biological parent of R's 9th biological child (RECODE)" PARENT10 = "Other biological parent of R's 10th biological child (RECODE)" WANTB01 = "Wantedness of 1st birth within last 5 years (RECODE)" WANTB02 = "Wantedness of 2nd birth within last 5 years (RECODE)" WANTB03 = "Wantedness of 3rd birth within last 5 years (RECODE)" WANTB04 = "Wantedness of 4th birth within last 5 years (RECODE)" WANTB05 = "Wantedness of 5th birth within last 5 years (RECODE)" WANTB06 = "Wantedness of 6th birth within last 5 years (RECODE)" WANTB07 = "Wantedness of 7th birth within last 5 years (RECODE)" WANTB08 = "Wantedness of 8th birth within last 5 years (RECODE)" WANTB09 = "Wantedness of 9th birth within last 5 years (RECODE)" WANTB10 = "Wantedness of 10th birth within last 5 years (RECODE)" UNINTB5 = "Whether R fathered an unintended birth within last 5 years (RECODE)" HADSEX_I = "HADSEX Imputation Flag" SEXONCE_I = "SEXONCE Imputation Flag" VRY1STSX_I = "VRY1STSX Imputation Flag" VRY1STAG_I = "VRY1STAG Imputation Flag" SEXMAR_I = "SEXMAR Imputation Flag" SEXUNION_I = "SEXUNION Imputation Flag" FSEXPAGE_I = "FSEXPAGE Imputation Flag" FSEXRLTN_I = "FSEXRLTN Imputation Flag" SEX1MTHD1_I = "SEX1MTHD1 Imputation Flag" SEX1MTHD2_I = "SEX1MTHD2 Imputation Flag" SEX1MTHD3_I = "SEX1MTHD3 Imputation Flag" SEX1MTHD4_I = "SEX1MTHD4 Imputation Flag" LSEXDATE_I = "LSEXDATE Imputation Flag" LSEXDATE2_I = "LSEXDATE2 Imputation Flag" SEX3MO_I = "SEX3MO Imputation Flag" SEX12MO_I = "SEX12MO Imputation Flag" LSEXRAGE_I = "LSEXRAGE Imputation Flag" LSEXPAGE_I = "LSEXPAGE Imputation Flag" LSEXPRAC_I = "LSEXPRAC imputation Flag" LSEXRLTN_I = "LSEXRLTN Imputation Flag" LSEXUSE1_I = "LSEXUSE1 Imputation Flag" LSEXUSE2_I = "LSEXUSE2 Imputation Flag" LSEXUSE3_I = "LSEXUSE3 Imputation Flag" LSEXUSE4_I = "LSEXUSE4 Imputation Flag" METH12M1_I = "METH12M1 Imputation Flag" METH12M2_I = "METH12M2 Imputation Flag" METH12M3_I = "METH12M3 Imputation Flag" METH12M4_I = "METH12M4 Imputation Flag" METH3M1_I = "METH3M1 Imputation Flag" METH3M2_I = "METH3M2 Imputation Flag" METH3M3_I = "METH3M3 Imputation Flag" METH3M4_I = "METH3M4 Imputation Flag" NUMP3MOS_I = "NUMP3MOS Imputation Flag" LIFPRTNR_I = "LIFPRTNR Imputation Flag" PARTS1YR_I = "PARTS1YR Imputation Flag" PARTDUR1_I = "PARTDUR1 Imputation Flag" PARTDUR2_I = "PARTDUR2 Imputation Flag" PARTDUR3_I = "PARTDUR3 Imputation Flag" COHEVER_I = "COHEVER Imputation Flag" EVMARCOH_I = "EVMARCOH Imputation Flag" PMARRNO_I = "PMARRNO Imputation Flag" NONMARR_I = "NONMARR Imputation Flag" TIMESCOH_I = "TIMESCOH Imputation Flag" MARDAT01_I = "MARDAT01 Imputation Flag" MARDAT02_I = "MARDAT02 Imputation Flag" MARDAT03_I = "MARDAT03 Imputation Flag" MARDAT04_I = "MARDAT04 Imputation Flag" MAREND01_I = "MAREND01 Imputation Flag" MAREND02_I = "MAREND02 Imputation Flag" MAREND03_I = "MAREND03 Imputation Flag" MAREND04_I = "MAREND04 Imputation Flag" MARDIS01_I = "MARDIS01 Imputation Flag" MARDIS02_I = "MARDIS02 Imputation Flag" MARDIS03_I = "MARDIS03 Imputation Flag" MARDIS04_I = "MARDIS04 Imputation Flag" MAR1DISS_I = "MAR1DISS Imputation Flag" PREMARW1_I = "PREMARW1 Imputation Flag" COHAB1_I = "COHAB1 Imputation Flag" COHSTAT_I = "COHSTAT Imputation Flag" COHOUT_I = "COHOUT Imputation Flag" COH1DUR_I = "COH1DUR Imputation Flag" CSPBIOKD_I = "CSPBIOKD Imputation Flag" DATBABY1_I = "DATBABY1 Imputation Flag" AGEBABY1_I = "AGEBABY1 Imputation Flag" B1PREMAR_I = "B1PREMAR Imputation Flag" MARBABY1_I = "MARBABY1 Imputation Flag" CEBOW_I = "CEBOW Imputation Flag" CEBOWC_I = "CEBOWC Imputation Flag" CEBOWP_I = "CEBOWP Imputation Flag" EVRNOPAT_I = "EVRNOPAT Imputation Flag" NONLIVEB_I = "NONLIVEB Imputation Flag" COMPREG_I = "COMPREG Imputation Flag" ABORTION_I = "ABORTION Imputation Flag" LOSSNUM_I = "LOSSNUM Imputation Flag" PARENT01_I = "PARENT01 Imputation Flag" PARENT02_I = "PARENT02 Imputation Flag" PARENT03_I = "PARENT03 Imputation Flag" PARENT04_I = "PARENT04 Imputation Flag" PARENT05_I = "PARENT05 Imputation Flag" PARENT06_I = "PARENT06 Imputation Flag" PARENT07_I = "PARENT07 Imputation Flag" PARENT08_I = "PARENT08 Imputation Flag" PARENT09_I = "PARENT09 Imputation Flag" PARENT10_I = "PARENT10 Imputation Flag" WANTB01_I = "WANTB01 Imputation Flag" WANTB02_I = "WANTB02 Imputation Flag" WANTB03_I = "WANTB03 Imputation Flag" WANTB04_I = "WANTB04 Imputation Flag" WANTB05_I = "WANTB05 Imputation Flag" WANTB06_I = "WANTB06 Imputation Flag" WANTB07_I = "WANTB07 Imputation Flag" WANTB08_I = "WANTB08 Imputation Flag" WANTB09_I = "WANTB09 Imputation Flag" WANTB10_I = "WANTB10 Imputation Flag" UNINTB5_I = "UNINTB5 Imputation Flag" DADTYPE = "Type of children aged 18 or younger that R has (RECODE)" DADTYPU5 = "Type of children under 5 that R has (RECODE)" DADTYP518 = "Type of children 5-18 that R has (RECODE)" NUMCRU18 = "Number of coresidential children (<= 18 yrs old) (RECODE)" NUMNCU18 = "Number of noncoresidential children (< = 18 yrs old) (RECODE)" SUPP12MO = "Contribution of child support in last 12 months (RECODE)" DADTYPE_I = "DADTYPE Imputation Flag" DADTYPU5_I = "DADTYPU5 Imputation Flag" DADTYP518_I = "DADTYP518 Imputation Flag" NUMCRU18_I = "NUMCRU18 Imputation Flag" NUMNCU18_I = "NUMNCU18 Imputation Flag" SUPP12MO_I = "SUPP12MO Imputation Flag" INTENT = "Intentions for additional births (RECODE)" ADDEXP = "Central number of additional births expected (RECODE)" INTENT_I = "INTENT Imputation Flag" ADDEXP_I = "ADDEXP Imputation Flag" CURR_INS = "Current health insurance status (RECODE)" INFEVER = "Ever used infertility services (RECODE)" EVHIVTST = "HIV testing experience (RECODE)" CURR_INS_I = "CURR_INS Imputation Flag" INFEVER_I = "INFEVER Imputation Flag" EVHIVTST_I = "EVHIVTST Imputation Flag" METRO = "Place of residence (metropolitan-non-metropolitan) (RECODE)" RELIGION = "Current religious affiliation (RECODE)" LABORFOR = "Labor force status (RECODE)" METRO_I = "METRO Imputation Flag" RELIGION_I = "RELIGION Imputation Flag" LABORFOR_I = "LABORFOR Imputation Flag" POVERTY = "Poverty level income (RECODE)" TOTINCR = "Total income of R's family (RECODE)" PUBASSIS = "Whether R received public assistance in last calendar year (RECODE)" POVERTY_I = "POVERTY Imputation Flag" TOTINCR_I = "TOTINCR Imputation Flag" PUBASSIS_I = "PUBASSIS Imputation Flag" FINALWGT30 = "Final weight for the 1st 2 1/2 years of data collection (quarters 1 to 10)" WGTQ1Q16 = "Final weight for 4 years of data collection (quarters 1 to 16) " WGTQ9Q16 = "Final weight for years 3 and 4 of data collection (quarters 9 to 16)" WGTQ5Q16 = "Final weight for years 2, 3, and 4 of data collection (quarters 5 to 16)" WGTQ1Q8 = "Final weight for years 1 and 2 of data collection (quarters 1 to 8)" SECU = "Randomized version of the sampling error computational unit" SEST = "Randomized version of the stratum" CMINTVW = "Century month for date of interview (Computed in Flow Check A-1)" CMLSTYR = "Century month for month/year of interview minus one year (Computed in Flow Check A-1)" CMFIVYR = "Century month for month/year of interview minus 5 years (Computed in Flow Check A-1)" QUESTYEAR = "Questionnaire version year (1, 2, 3, or 4)" QUARTER = "Quarter when case was sampled" PHASE = "Regular- or double-sample portion of the quarter" INTVLNGTH = "Interview Length in Minutes" ; * SAS FORMAT STATEMENT; /* FORMAT RSCRNINF TE_2F. RSCRAGE AGEFF. RSCRHISP TE_2F. RSCRRACE TE_7F. RANDVAR1 RANDVARF. AGE_A AGEMF. AGE_R AGEMF. CMBIRTH CMFMT. AGESCRN AGEFF. MARSTAT TE_11F. FMARSTAT TE_12F. FMARIT FMARITF. EVRMARRY EVRMARRY. HISP TE_2F. HISPGRP HISPGPF. FL_RAGE YESNO10F. FL_RRACE YESNO10F. FL_RHISP YESNO10F. ROSCNT ROSTPUF. WPLOCALE WPLOCALF. WOMREL WOMRELF. GOSCHOL TE_2F. VACA TE_2F. HIGRADE TE_20F. COMPGRD TE_2F. HAVEDIP TE_2F. DIPGED TE_21F. EARNHS_M TE_4F. EARNHS_Y YEARFMT. CMHSGRAD CMFMT. HISCHGRD TE_22F. LSTGRADE LSTGRADE. MYSCHOL_M TE_4F. MYSCHOL_Y YEARFMT. CMLSTSCH CMFMT. HAVEDEG TE_2F. DEGREES TE_23F. EARNBA_M TE_4F. EARNBA_Y YEARFMT. CMBAGRAD CMFMT. WTHPARNW WTHPARNW. ONOWN TE_2F. ONOWN18 TE_3F. INTACT TE_2F. PARMARR TE_2F. INTACT18 TE_2BF. LVSIT14F LVSIT14F. LVSIT14M LVSIT14M. WOMRASDU WOMRASDU. MOMDEGRE MOMDEGRE. MOMWORKD TE_29F. MOMCHILD MOMCHILD. MOMFSTCH MOMFSTCH. MOM18 TE_27F. MANRASDU MANRASDU. DADDEGRE DADDEGRE. TIMESMAR NUMMAR2F. EVCOHAB1 TE_2F. NUMCOH1 PARTNERF. EVCOHAB2 TE_2F. NUMCOH2 PARTNERF. EVRCOHAB BOTHBIOL. NUMWIFE NUMMARF. NUMCOHAB PRTNER2F. EVERSEX TE_2F. RHADSEX RHADSEX. SXMTONCE TE_2F. YNOSEX TE_31F. TALKPAR1 TE_32F. TALKPAR2 TE_32F. TALKPAR3 TE_32F. TALKPAR4 TE_32F. TALKPAR5 TE_32F. TALKPAR6 TE_32F. SEDNO TE_2F. SEDNOG TE_33F. SEDNOSX TE_34F. SEDBC TE_2F. SEDBCG TE_33F. SEDBCSX TE_34F. SEDSTD TE_2F. SEDSTDG TE_33F. SEDSTDSX TE_34F. SEDHIV TE_2F. SEDHIVG TE_33F. SEDHIVSX TE_34F. PLEDGE TE_2F. EVEROPER TE_2F. TYPEOPER TE_35F. STEROPER TE_2F. VASEC_M TE_4F. VASEC_Y YEARFMT. CMVASEC CMFMT. PLCSTROP TE_36F. RVRSVAS TE_2F. VASREV_M TE_4F. VASREV_Y YEARFMT. CMRVRS CMFMT. RSURGSTR BOTHBIOL. FATHPOSS TE_2F. FATHDIFF TE_2F. RSTRSTAT RSTRSTAT. EVRCHIL TE_2F. EVRCHILN EVRCHL3F. FATHER FATHER. LIFEPRT TE_37F. LIFEPRTS NUMPARTF. SXMON12 TE_2F. MON12PRT TE_38F. MON12PRTS NUMPARTF. SEXSTAT SEXSTAT. SEXFREQ SEXFREQ. CONFREQ SEXFREQ. P1RLTN1 TE_2F. P1CURRWIFE TE_2F. P1CURRSEP TE_2F. P1RLTN2 TE_2F. P1COHABIT TE_2F. P1SXLAST_M TE_4F. P1SXLAST_Y YEARFMT. CMLSXP1 CMFMT. P2RLTN1 TE_2F. P2CURRWIFE TE_2F. P2CURRSEP TE_2F. P2RLTN2 TE_2F. P2COHABIT TE_2F. P2SXLAST_M TE_4F. P2SXLAST_Y YEARFMT. CMLSXP2 CMFMT. P3RLTN1 TE_2F. P3CURRWIFE TE_2F. P3CURRSEP TE_2F. P3RLTN2 TE_2F. P3COHABIT TE_2F. P3SXLAST_M TE_4F. P3SXLAST_Y YEARFMT. CMLSXP3 CMFMT. P1RELATION PXRELATF. P2RELATION PXRELATF. P3RELATION PXRELATF. FIRST FIRST. MARRDATE_M TE_4F. MARRDATE_Y YEARFMT. CMCURMAR CMFMT. HISAGEM AGESELF. LIVTOGWF TE_2F. STRTWFCP_M TE_4F. STRTWFCP_Y YEARFMT. CMCURCOH CMFMT. HISAGEC AGESELF. CMSTRTWP CMFMT. ENGATHEN TE_2F. WILLMARR TE_9F. CWPDOB_M TE_4F. CWPDOB_Y YEARDOB. CMCWPDOB CMFMT. CWPAGE AGEWFPRT2F. CWPMULT MULTRAC. CWPRACE RACEFMT. CWPHRACE HRACE. CWPNRACE NRACE. CWPEDUCN TE_41F. CWPBORN TE_2F. CWPMARBF TE_2F. CWPSX1WN_M TE_4F. CWPSX1WN_Y YEARFMT. CWPSX1AG AGEWFPRT2F. CMFSXCWP CMFMT. AGEFSXCWP AGEWFPRT. CWPSX1RL TE_42F. CWPFUSE TE_2F. CWPFMET01 TE_43F. CWPFMET02 TE_43F. CWPFMET03 TE_43F. CWPFMET04 TE_43F. CWPOPSTR TE_2F. CWPTYPOP1 TE_44F. CWPTYPOP2 TE_44F. CWPTOTST TE_2F. CWPREVST TE_2F. PSURGSTR YESNO10F. CWPPOSS TE_2F. CWPDIFF TE_2F. PSTRSTAT RSTRSTAT. CMLSXCWP CMFMT. CWPLSXWN_M TE_4F. CWPLSXWN_Y YEARFMT. CWPLUSE TE_2F. CWPLMET01 TE_43F. CWPLMET02 TE_43F. CWPLUSE1 TE_2F. CWPLMET14 TE_45F. CWPLMET15 TE_45F. CWPLUSE2 PXLPUSE. DKCWPLUSE TE_46F. CWPLMET201 TE_47F. CWPLMET202 TE_47F. CWPLMET203 TE_47F. DKCWPLMET TE_46F. CWPLSXUSE LSXUSEPF. CWPRECBC TE_2F. CWPALLBC01 TE_43F. CWPALLBC02 TE_43F. CWPALLBC03 TE_43F. CWPALLBC04 TE_43F. CWPALLBC05 TE_43F. CWPALLBC06 TE_43F. CWPBCMST TE_48F. CONDFREQ CONDFREQ. CWPNOFRQ TE_49F. CWPBIOKD TE_2F. CWPNUMKD EVRCHL3F. PARTFATH YESNO10F. CWPCHSEX TE_16F. CWPCHDOB_M TE_4F. CWPCHDOB_Y YEARFMT. CMCHDOB CMFMT. CWPCHMAR TE_2F. CWPCHRES TE_2F. CWPCHLRN TE_52F. CWPCHLIV1 TE_53F. CWPCHLIV2 TE_53F. CWPCHAGE TE_54F. CWPCHLEG TE_2F. CWPCHHOP TE_2F. CWPCHEVR TE_2F. CWPCHFAR MILESFMT. CWPCHWNT TE_50F. CWPCHSON TE_51F. CWPCHHPY SCALEF. CWPCHSEX2 TE_16F. CWPCHDOB_M2 TE_4F. CWPCHDOB_Y2 YEARFMT. CMCHDOB2 CMFMT. MULTBIRT2 TE_2F. CWPCHMAR2 TE_2F. CWPCHRES2 TE_2F. CWPCHLRN2 TE_52F. CWPCHLIV10 TE_53F. CWPCHLIV11 TE_53F. CWPCHAGE2 TE_54F. CWPCHLEG2 TE_2F. CWPCHHOP2 TE_2F. CWPCHEVR2 TE_2F. CWPCHFAR2 MILESFMT. CWPCHWNT2 TE_50F. CWPCHSON2 TE_51F. CWPCHHPY2 SCALEF. CWPCHSEX3 TE_16F. CWPCHDOB_M3 TE_4F. CWPCHDOB_Y3 YEARFMT. CMCHDOB3 CMFMT. MULTBIRT3 TE_2F. CWPCHMAR3 TE_2F. CWPCHRES3 TE_2F. CWPCHLRN3 TE_52F. CWPCHLIV19 TE_53F. CWPCHLIV20 TE_53F. CWPCHAGE3 TE_54F. CWPCHLEG3 TE_2F. CWPCHHOP3 TE_2F. CWPCHEVR3 TE_2F. CWPCHFAR3 MILESFMT. CWPCHWNT3 TE_50F. CWPCHSON3 TE_51F. CWPCHHPY3 SCALEF. CWPCHSEX4 TE_16F. CWPCHDOB_M4 TE_4F. CWPCHDOB_Y4 YEARFMT. CMCHDOB4 CMFMT. MULTBIRT4 TE_2F. CWPCHMAR4 TE_2F. CWPCHRES4 TE_2F. CWPCHLRN4 TE_52F. CWPCHLIV28 TE_53F. CWPCHLIV29 TE_53F. CWPCHAGE4 TE_54F. CWPCHLEG4 TE_2F. CWPCHHOP4 TE_2F. CWPCHEVR4 TE_2F. CWPCHFAR4 MILESFMT. CWPCHWNT4 TE_50F. CWPCHSON4 TE_51F. CWPCHHPY4 SCALEF. CWPCHSEX5 TE_16F. CWPCHDOB_M5 TE_4F. CWPCHDOB_Y5 YEARFMT. CMCHDOB5 CMFMT. MULTBIRT5 TE_2F. CWPCHMAR5 TE_2F. CWPCHRES5 TE_2F. CWPCHLRN5 TE_52F. CWPCHLIV37 TE_53F. CWPCHLIV38 TE_53F. CWPCHAGE5 TE_54F. CWPCHLEG5 TE_2F. CWPCHHOP5 TE_2F. CWPCHEVR5 TE_2F. CWPCHFAR5 MILESFMT. CWPCHWNT5 TE_50F. CWPCHSON5 TE_51F. CWPCHHPY5 SCALEF. CWPCHSEX6 TE_16F. CWPCHDOB_M6 TE_4F. CWPCHDOB_Y6 YEARFMT. CMCHDOB6 CMFMT. MULTBIRT6 TE_2F. CWPCHMAR6 TE_2F. CWPCHRES6 TE_2F. CWPCHLRN6 TE_52F. CWPCHLIV46 TE_53F. CWPCHLIV47 TE_53F. CWPCHAGE6 TE_54F. CWPCHLEG6 TE_2F. CWPCHHOP6 TE_2F. CWPCHEVR6 TE_2F. CWPCHFAR6 MILESFMT. CWPCHWNT6 TE_50F. CWPCHSON6 TE_51F. CWPCHHPY6 SCALEF. CWPCHSEX7 TE_16F. CWPCHDOB_M7 TE_4F. CWPCHDOB_Y7 YEARFMT. CMCHDOB7 CMFMT. MULTBIRT7 TE_2F. CWPCHMAR7 TE_2F. CWPCHRES7 TE_2F. CWPCHLRN7 TE_52F. CWPCHLIV55 TE_53F. CWPCHLIV56 TE_53F. CWPCHAGE7 TE_54F. CWPCHLEG7 TE_2F. CWPCHHOP7 TE_2F. CWPCHEVR7 TE_2F. CWPCHFAR7 MILESFMT. CWPCHWNT7 TE_50F. CWPCHSON7 TE_51F. CWPCHHPY7 SCALEF. CWPCHSEX8 TE_16F. CWPCHDOB_M8 TE_4F. CWPCHDOB_Y8 YEARFMT. CMCHDOB8 CMFMT. MULTBIRT8 TE_2F. CWPCHMAR8 TE_2F. CWPCHRES8 TE_2F. CWPCHLRN8 TE_52F. CWPCHLIV64 TE_53F. CWPCHLIV65 TE_53F. CWPCHAGE8 TE_54F. CWPCHLEG8 TE_2F. CWPCHHOP8 TE_2F. CWPCHEVR8 TE_2F. CWPCHFAR8 MILESFMT. CWPCHWNT8 TE_50F. CWPCHSON8 TE_51F. CWPCHHPY8 SCALEF. CWPPRGNW TE_2F. CWPTRYPG TE_2F. CWPTRYLG MOSFMT. CWPCPWNT TE_50F. CWPCPSON TE_51F. CWPCPHPY SCALEF. CWPOTKID TE_2F. CWPOKNUM AKIDNONE. CWPOKAD TE_2F. CWPOKADN AKIDNONE. CWPOKWTH TE_2F. CWPOKWTHN AKIDNONE. CWPOKSEX TE_16F. CWPOKAD2 TE_55F. CWPOKTRY TE_2F. CWPOKTHR TE_56F. CWPOKLIV1 TE_57F. CWPOKLIV2 TE_57F. CWPOKLIV3 TE_57F. CWPOKFAR MILESFMT. CWPOKAGE KIDAGEF. CWPOKSEX2 TE_16F. CWPOKAD3 TE_55F. CWPOKTRY2 TE_2F. CWPOKTHR2 TE_56F. CWPOKLIV8 TE_57F. CWPOKLIV9 TE_57F. CWPOKLIV10 TE_57F. CWPOKFAR2 MILESFMT. CWPOKAGE2 KIDAGEF. CWPOKSEX3 TE_16F. CWPOKAD4 TE_55F. CWPOKTRY3 TE_2F. CWPOKTHR3 TE_56F. CWPOKLIV15 TE_57F. CWPOKLIV16 TE_57F. CWPOKLIV17 TE_57F. CWPOKFAR3 MILESFMT. CWPOKAGE3 KIDAGEF. CWPOKSEX4 TE_16F. CWPOKAD5 TE_55F. CWPOKTRY4 TE_2F. CWPOKTHR4 TE_56F. CWPOKLIV22 TE_57F. CWPOKLIV23 TE_57F. CWPOKLIV24 TE_57F. CWPOKFAR4 MILESFMT. CWPOKAGE4 KIDAGEF. CWPOKSEX5 TE_16F. CWPOKAD6 TE_55F. CWPOKTRY5 TE_2F. CWPOKTHR5 TE_56F. CWPOKLIV29 TE_57F. CWPOKLIV30 TE_57F. CWPOKLIV31 TE_57F. CWPOKFAR5 MILESFMT. CWPOKAGE5 KIDAGEF. CWPOKSEX6 TE_16F. CWPOKAD7 TE_55F. CWPOKTRY6 TE_2F. CWPOKTHR6 TE_56F. CWPOKLIV36 TE_57F. CWPOKLIV37 TE_57F. CWPOKLIV38 TE_57F. CWPOKFAR6 MILESFMT. CWPOKAGE6 KIDAGEF. CWPOKSEX7 TE_16F. CWPOKAD8 TE_55F. CWPOKTRY7 TE_2F. CWPOKTHR7 TE_56F. CWPOKLIV43 TE_57F. CWPOKLIV44 TE_57F. CWPOKLIV45 TE_57F. CWPOKFAR7 MILESFMT. CWPOKAGE7 KIDAGEF. C_OKAKIDS AKIDNONE. CWPNBEVR TE_2F. CWPNBNUM AKIDNONE. CWPNBREL TE_2F. CWPNBRL AKIDNONE. CWPNBFOS TE_2F. CWPNBFS AKIDNONE. CWPNBAD TE_2F. CWPNBADN AKIDNONE. CWPNBREL2 TE_58F. CWPNBFOS2 TE_2F. CWPNBAD2 TE_55F. CWPNBTRY TE_2F. CWPNBTHR TE_56F. CWPNBSEX TE_16F. CWPNBLIV1 TE_57F. CWPNBLIV2 TE_57F. CWPNBFAR MILESFMT. CWPNBAGE KIDAGEF. CWPNBREL3 TE_58F. CWPNBFOS3 TE_2F. CWPNBAD3 TE_55F. CWPNBTRY2 TE_2F. CWPNBTHR2 TE_56F. CWPNBSEX2 TE_16F. CWPNBLIV8 TE_57F. CWPNBLIV9 TE_57F. CWPNBFAR2 MILESFMT. CWPNBAGE2 KIDAGEF. CWPNBREL4 TE_58F. CWPNBFOS4 TE_2F. CWPNBAD4 TE_55F. CWPNBTRY3 TE_2F. CWPNBTHR3 TE_56F. CWPNBSEX3 TE_16F. CWPNBLIV15 TE_57F. CWPNBLIV16 TE_57F. CWPNBFAR3 MILESFMT. CWPNBAGE3 KIDAGEF. CWPNBREL5 TE_58F. CWPNBFOS5 TE_2F. CWPNBAD5 TE_55F. CWPNBTRY4 TE_2F. CWPNBTHR4 TE_56F. CWPNBSEX4 TE_16F. CWPNBLIV22 TE_57F. CWPNBLIV23 TE_57F. CWPNBFAR4 MILESFMT. CWPNBAGE4 KIDAGEF. CWPNBREL6 TE_58F. CWPNBFOS6 TE_2F. CWPNBAD6 TE_55F. CWPNBTRY5 TE_2F. CWPNBTHR5 TE_56F. CWPNBSEX5 TE_16F. CWPNBLIV29 TE_57F. CWPNBLIV30 TE_57F. CWPNBFAR5 MILESFMT. CWPNBAGE5 KIDAGEF. CWPNBREL7 TE_58F. CWPNBFOS7 TE_2F. CWPNBAD7 TE_55F. CWPNBTRY6 TE_2F. CWPNBTHR6 TE_56F. CWPNBSEX6 TE_16F. CWPNBLIV36 TE_57F. CWPNBLIV37 TE_57F. CWPNBFAR6 MILESFMT. CWPNBAGE6 KIDAGEF. CWPNBREL8 TE_58F. CWPNBFOS8 TE_2F. CWPNBAD8 TE_55F. CWPNBTRY7 TE_2F. CWPNBTHR7 TE_56F. CWPNBSEX7 TE_16F. CWPNBLIV43 TE_57F. CWPNBLIV44 TE_57F. CWPNBFAR7 MILESFMT. CWPNBAGE7 KIDAGEF. CWPNBREL9 TE_58F. CWPNBFOS9 TE_2F. CWPNBAD9 TE_55F. CWPNBTRY8 TE_2F. CWPNBTHR8 TE_56F. CWPNBSEX8 TE_16F. CWPNBLIV50 TE_57F. CWPNBLIV51 TE_57F. CWPNBFAR8 MILESFMT. CWPNBAGE8 KIDAGEF. CWPNBREL10 TE_58F. CWPNBFOS10 TE_2F. CWPNBAD10 TE_55F. CWPNBTRY9 TE_2F. CWPNBTHR9 TE_56F. CWPNBSEX9 TE_16F. CWPNBLIV57 TE_57F. CWPNBLIV58 TE_57F. CWPNBFAR9 MILESFMT. CWPNBAGE9 KIDAGEF. CWPNBREL11 TE_58F. CWPNBFOS11 TE_2F. CWPNBAD11 TE_55F. CWPNBTRY10 TE_2F. CWPNBTHR10 TE_56F. CWPNBSEX10 TE_16F. CWPNBLIV64 TE_57F. CWPNBLIV65 TE_57F. CWPNBFAR10 MILESFMT. CWPNBAGE10 KIDAGEF. C_NBAKIDS AKIDNONE. MARDATEN_M TE_4F. MARDATEN_Y YEARFMT. CMMARP CMFMT. AGEMARR AGESELF. LIVTOGN TE_2F. STRTLIVE_M TE_4F. STRTLIVE_Y YEARFMT. CMCOHP CMFMT. AGELIV AGESELF. CMUNIONP CMFMT. ENGAGTHN TE_2F. MARREND TE_59F. WIFEDIED_M TE_4F. WIFEDIED_Y YEARFMT. CMWIDP CMFMT. DIVORFIN_M TE_4F. DIVORFIN_Y YEARFMT. CMDIVP CMFMT. ANNULLED_M TE_4F. ANNULLED_Y YEARFMT. CMANNP CMFMT. STOPLIVE_M TE_4F. STOPLIVE_Y YEARFMT. CMSTOPP CMFMT. CURRPRTS CURRPRTF. PXCURR TE_2F. P1CURRPRT YESNO10F. PXMARRY TE_9F. PXLUSE TE_2F. PXLMETH01 TE_43F. PXLMETH02 TE_43F. PXLMETH03 TE_43F. PXLMETH04 TE_43F. PXLRUSE TE_2F. PXLRMETH1 TE_45F. PXLRMETH2 TE_45F. PXLRMETH3 TE_45F. PXLPUSE PXLPUSE. DKPXLPUSE TE_46F. PXLPMETH01 PXLPMETH. PXLPMETH02 PXLPMETH. PXLPMETH03 PXLPMETH. PXLPMETH04 PXLPMETH. DKPXLPMETH TE_46F. LSXUSEP LSXUSEPF. MTONCEP MTONCEPF. PXLSXPRB TE_2F. PXMTONCE TE_2F. PXPAGE SEX1AGEF. PXRELAGE TE_60F. PXRELYRS TE_61F. PXFRLTN1 TE_42F. P1YMULT1 MULTRAC. P1YRACE1 RACEFMT. P1YHRACE1 HRACE. P1YNRACE1 NRACE. PXDOB_M TE_4F. PXDOB_Y YEARDOB. CMDOBP CMFMT. PXEDUC TE_41F. PXMARBF TE_2F. PXANYCH TE_2F. PXANYCHN PXANYCHN. PXABLECH TE_2F. PXSXFRST_M TE_4F. PXSXFRST_Y YEARFMT. CMFSXP CMFMT. AGEFSXP AGE2SELF. PXAGFRST SEX1AGEF. PXFRLTN2 TE_42F. PXFUSE TE_2F. PXFMETH01 TE_43F. PXFMETH02 TE_43F. PXFMETH03 TE_43F. PXFMETH04 TE_43F. PXANYUSE TE_2F. PXMETHOD01 TE_43F. PXMETHOD02 TE_43F. PXMETHOD03 TE_43F. PXMETHOD04 TE_43F. PXMSTUSE TE_63F. PXCONFRQ CONDFREQ. PXNOFREQ TE_49F. PXCHILD TE_2F. PXCHILDN OTNBNUM. PXCXSEX TE_16F. PXCXBORN_M TE_4F. PXCXBORN_Y YEARFMT. CMCHDOB11 CMFMT. MULTBIRT11 TE_2F. PXCXMARB TE_2F. PXCXRES TE_2F. PXCXKNOW TE_52F. PXCXLIV01 TE_70F. PXCXLIV02 TE_70F. PXCXAGE TE_54F. PXCXLAW TE_2F. PXCXHOP TE_2F. PXCXEVER TE_2F. PXCXFAR MILESFMT. PXWANT TE_50F. PXSOON TE_51F. PXHPYPG SCALEF. PXCXSEX2 TE_16F. PXCXBORN_M2 TE_4F. PXCXBORN_Y2 YEARFMT. CMCHDOB12 CMFMT. MULTBIRT12 TE_2F. PXCXMARB2 TE_2F. PXCXRES2 TE_2F. PXCXKNOW2 TE_52F. PXCXLIV11 TE_70F. PXCXLIV12 TE_70F. PXCXAGE2 TE_54F. PXCXLAW2 TE_2F. PXCXHOP2 TE_2F. PXCXEVER2 TE_2F. PXCXFAR2 MILESFMT. PXWANT2 TE_50F. PXSOON2 TE_51F. PXHPYPG2 SCALEF. PXCXSEX3 TE_16F. PXCXBORN_M3 TE_4F. PXCXBORN_Y3 YEARFMT. CMCHDOB13 CMFMT. MULTBIRT13 TE_2F. PXCXMARB3 TE_2F. PXCXRES3 TE_2F. PXCXKNOW3 TE_52F. PXCXLIV21 TE_70F. PXCXLIV22 TE_70F. PXCXAGE3 TE_54F. PXCXLAW3 TE_2F. PXCXHOP3 TE_2F. PXCXEVER3 TE_2F. PXCXFAR3 MILESFMT. PXWANT3 TE_50F. PXSOON3 TE_51F. PXHPYPG3 SCALEF. PXCXSEX4 TE_16F. PXCXBORN_M4 TE_4F. PXCXBORN_Y4 YEARFMT. CMCHDOB14 CMFMT. MULTBIRT14 TE_2F. PXCXMARB4 TE_2F. PXCXRES4 TE_2F. PXCXKNOW4 TE_52F. PXCXLIV31 TE_70F. PXCXLIV32 TE_70F. PXCXAGE4 TE_54F. PXCXLAW4 TE_2F. PXCXHOP4 TE_2F. PXCXEVER4 TE_2F. PXCXFAR4 MILESFMT. PXWANT4 TE_50F. PXSOON4 TE_51F. PXHPYPG4 SCALEF. PXCXSEX5 TE_16F. PXCXBORN_M5 TE_4F. PXCXBORN_Y5 YEARFMT. CMCHDOB15 CMFMT. MULTBIRT15 TE_2F. PXCXMARB5 TE_2F. PXCXRES5 TE_2F. PXCXKNOW5 TE_52F. PXCXLIV41 TE_70F. PXCXLIV42 TE_70F. PXCXAGE5 TE_54F. PXCXLAW5 TE_2F. PXCXHOP5 TE_2F. PXCXEVER5 TE_2F. PXCXFAR5 MILESFMT. PXWANT5 TE_50F. PXSOON5 TE_51F. PXHPYPG5 SCALEF. PXCXSEX6 TE_16F. PXCXBORN_M6 TE_4F. PXCXBORN_Y6 YEARFMT. CMCHDOB16 CMFMT. MULTBIRT16 TE_2F. PXCXMARB6 TE_2F. PXCXRES6 TE_2F. PXCXKNOW6 TE_52F. PXCXLIV51 TE_70F. PXCXLIV52 TE_70F. PXCXAGE6 TE_54F. PXCXLAW6 TE_2F. PXCXHOP6 TE_2F. PXCXEVER6 TE_2F. PXCXFAR6 MILESFMT. PXWANT6 TE_50F. PXSOON6 TE_51F. PXHPYPG6 SCALEF. PXCXSEX7 TE_16F. PXCXBORN_M7 TE_4F. PXCXBORN_Y7 YEARFMT. CMCHDOB17 CMFMT. MULTBIRT17 TE_2F. PXCXMARB7 TE_2F. PXCXRES7 TE_2F. PXCXKNOW7 TE_52F. PXCXLIV61 TE_70F. PXCXLIV62 TE_70F. PXCXAGE7 TE_54F. PXCXLAW7 TE_2F. PXCXHOP7 TE_2F. PXCXEVER7 TE_2F. PXCXFAR7 MILESFMT. PXWANT7 TE_50F. PXSOON7 TE_51F. PXHPYPG7 SCALEF. PXCPREG TE_2F. PXTRYING TE_2F. PXTRYLONG TRYLONG. PXRWANT TE_50F. PXRSOON TE_51F. PXCPFEEL SCALEF. PXOTKID TE_2F. PXOKNUM AKIDNUM. PXOKWTH TE_2F. PXOKWTHN EVRCHL3F. PXOKADP1 TE_2F. PXOKADN AKIDNUM. PXOKSEX TE_16F. PXOKAD TE_65F. PXOKLIV1 TE_64F. PXOKLIV2 TE_64F. PXOKFAR MILESFMT. PXOKAGE KIDAGEF. PXOKSEX2 TE_16F. PXOKAD2 TE_65F. PXOKLIV9 TE_64F. PXOKLIV10 TE_64F. PXOKFAR2 MILESFMT. PXOKAGE2 KIDAGEF. PXOKSEX3 TE_16F. PXOKAD3 TE_65F. PXOKLIV17 TE_64F. PXOKLIV18 TE_64F. PXOKFAR3 MILESFMT. PXOKAGE3 KIDAGEF. PXOKSEX4 TE_16F. PXOKAD4 TE_65F. PXOKLIV25 TE_64F. PXOKLIV26 TE_64F. PXOKFAR4 MILESFMT. PXOKAGE4 KIDAGEF. D_OKAKIDS CDOKID. PXNBEVR TE_2F. PXNBNUM AKIDNUM. PXNBREL TE_2F. PXNBRL AKIDNUM. PXNBFOS TE_2F. PXNBFS AKIDNUM. PXNBAD TE_2F. PXNBADN AKIDNUM. PXNBSEX TE_16F. PXNBLIV1 TE_64F. PXNBFAR MILESFMT. PXNBAGE KIDAGEF. PXNBSEX2 TE_16F. PXNBLIV9 TE_64F. PXNBFAR2 MILESFMT. PXNBAGE2 KIDAGEF. D_NBAKIDS AKIDNUM. MARDATEN_M2 TE_4F. MARDATEN_Y2 YEARFMT. CMMARP2 CMFMT. AGEMARR2 AGESELF. LIVTOGN2 TE_2F. STRTLIVE_M2 TE_4F. STRTLIVE_Y2 YEARFMT. CMCOHP2 CMFMT. AGELIV2 AGESELF. CMUNIONP2 CMFMT. ENGAGTHN2 TE_2F. MARREND2 TE_59F. WIFEDIED_M2 TE_4F. WIFEDIED_Y2 YEARFMT. CMWIDP2 CMFMT. DIVORFIN_M2 TE_4F. DIVORFIN_Y2 YEARFMT. CMDIVP2 CMFMT. ANNULLED_M2 TE_4F. ANNULLED_Y2 YEARFMT. CMANNP2 CMFMT. STOPLIVE_M2 TE_4F. STOPLIVE_Y2 YEARFMT. CMSTOPP2 CMFMT. PXCURR2 TE_2F. P2CURRPRT YESNO10F. PXMARRY2 TE_9F. PXLUSE2 TE_2F. PXLMETH14 TE_43F. PXLMETH15 TE_43F. PXLMETH16 TE_43F. PXLMETH17 TE_43F. PXLRUSE2 TE_2F. PXLRMETH5 TE_45F. PXLRMETH6 TE_45F. PXLRMETH7 TE_45F. PXLPUSE2 PXLPUSE. DKPXLPUSE2 TE_46F. PXLPMETH12 PXLPMETH. PXLPMETH13 PXLPMETH. PXLPMETH14 PXLPMETH. PXLPMETH15 PXLPMETH. DKPXLPMETH2 TE_46F. LSXUSEP2 LSXUSEPF. MTONCEP2 MTONCEPF. PXLSXPRB2 TE_2F. PXMTONCE2 TE_2F. PXPAGE2 SEX1AGEF. PXRELAGE2 TE_60F. PXRELYRS2 TE_61F. PXFRLTN3 TE_42F. P1YMULT2 MULTRAC. P1YRACE2 RACEFMT. P1YHRACE2 HRACE. P1YNRACE2 NRACE. PXDOB_M2 TE_4F. PXDOB_Y2 YEARDOB. CMDOBP2 CMFMT. PXEDUC2 TE_41F. PXMARBF2 TE_2F. PXANYCH2 TE_2F. PXANYCHN2 PXANYCHN. PXABLECH2 TE_2F. PXSXFRST_M2 TE_4F. PXSXFRST_Y2 YEARFMT. CMFSXP2 CMFMT. AGEFSXP2 AGE2SELF. PXAGFRST2 SEX1AGEF. PXFRLTN4 TE_42F. PXFUSE2 TE_2F. PXFMETH14 TE_43F. PXFMETH15 TE_43F. PXFMETH16 TE_43F. PXFMETH17 TE_43F. PXANYUSE2 TE_2F. PXMETHOD14 TE_43F. PXMETHOD15 TE_43F. PXMETHOD16 TE_43F. PXMETHOD17 TE_43F. PXMSTUSE2 TE_63F. PXCONFRQ2 CONDFREQ. PXNOFREQ2 TE_49F. PXCHILD2 TE_2F. PXCHILDN2 OTNBNUM. PXCXSEX11 TE_16F. PXCXBORN_M11 TE_4F. PXCXBORN_Y11 YEARFMT. CMCHDOB21 CMFMT. MULTBIRT21 TE_2F. PXCXMARB11 TE_2F. PXCXRES11 TE_2F. PXCXKNOW11 TE_52F. PXCXLIV101 TE_70F. PXCXLIV102 TE_70F. PXCXAGE11 TE_54F. PXCXLAW11 TE_2F. PXCXHOP11 TE_2F. PXCXEVER11 TE_2F. PXCXFAR11 MILESFMT. PXWANT11 TE_50F. PXSOON11 TE_51F. PXHPYPG11 SCALEF. PXCXSEX12 TE_16F. PXCXBORN_M12 TE_4F. PXCXBORN_Y12 YEARFMT. CMCHDOB22 CMFMT. MULTBIRT22 TE_2F. PXCXMARB12 TE_2F. PXCXRES12 TE_2F. PXCXKNOW12 TE_52F. PXCXLIV111 TE_70F. PXCXLIV112 TE_70F. PXCXAGE12 TE_54F. PXCXLAW12 TE_2F. PXCXHOP12 TE_2F. PXCXEVER12 TE_2F. PXCXFAR12 MILESFMT. PXWANT12 TE_50F. PXSOON12 TE_51F. PXHPYPG12 SCALEF. PXCXSEX13 TE_16F. PXCXBORN_M13 TE_4F. PXCXBORN_Y13 YEARFMT. CMCHDOB23 CMFMT. MULTBIRT23 TE_2F. PXCXMARB13 TE_2F. PXCXRES13 TE_2F. PXCXKNOW13 TE_52F. PXCXLIV121 TE_70F. PXCXLIV122 TE_70F. PXCXAGE13 TE_54F. PXCXLAW13 TE_2F. PXCXHOP13 TE_2F. PXCXEVER13 TE_2F. PXCXFAR13 MILESFMT. PXWANT13 TE_50F. PXSOON13 TE_51F. PXHPYPG13 SCALEF. PXCXSEX14 TE_16F. PXCXBORN_M14 TE_4F. PXCXBORN_Y14 YEARFMT. CMCHDOB24 CMFMT. MULTBIRT24 TE_2F. PXCXMARB14 TE_2F. PXCXRES14 TE_2F. PXCXKNOW14 TE_52F. PXCXLIV131 TE_70F. PXCXLIV132 TE_70F. PXCXAGE14 TE_54F. PXCXLAW14 TE_2F. PXCXHOP14 TE_2F. PXCXEVER14 TE_2F. PXCXFAR14 MILESFMT. PXWANT14 TE_50F. PXSOON14 TE_51F. PXHPYPG14 SCALEF. PXCXSEX15 TE_16F. PXCXBORN_M15 TE_4F. PXCXBORN_Y15 YEARFMT. CMCHDOB25 CMFMT. MULTBIRT25 TE_2F. PXCXMARB15 TE_2F. PXCXRES15 TE_2F. PXCXKNOW15 TE_52F. PXCXLIV141 TE_70F. PXCXLIV142 TE_70F. PXCXAGE15 TE_54F. PXCXLAW15 TE_2F. PXCXHOP15 TE_2F. PXCXEVER15 TE_2F. PXCXFAR15 MILESFMT. PXWANT15 TE_50F. PXSOON15 TE_51F. PXHPYPG15 SCALEF. PXCPREG2 TE_2F. PXTRYING2 TE_2F. PXTRYLONG2 TRYLONG. PXRWANT2 TE_50F. PXRSOON2 TE_51F. PXCPFEEL2 SCALEF. PXOTKID2 TE_2F. PXOKNUM2 AKIDNUM. PXOKADP2 TE_2F. PXOKADN2 AKIDNUM. PXOKWTH2 TE_2F. PXOKWTHN2 EVRCHL3F. PXOKSEX11 TE_16F. PXOKAD11 TE_65F. PXOKLIV81 TE_64F. PXOKFAR11 MILESFMT. PXOKAGE11 KIDAGEF. PXOKSEX12 TE_16F. PXOKAD12 TE_65F. PXOKLIV89 TE_64F. PXOKFAR12 MILESFMT. PXOKAGE12 KIDAGEF. PXOKSEX13 TE_16F. PXOKAD13 TE_65F. PXOKLIV97 TE_64F. PXOKFAR13 MILESFMT. PXOKAGE13 KIDAGEF. PXOKSEX14 TE_16F. PXOKAD14 TE_65F. PXOKLIV105 TE_64F. PXOKFAR14 MILESFMT. PXOKAGE14 KIDAGEF. D_OKAKIDS2 CDOKID. PXNBEVR2 TE_2F. PXNBNUM2 AKIDNUM. PXNBREL2 TE_2F. PXNBRL2 AKIDNUM. PXNBFOS2 TE_2F. PXNBFS2 AKIDNUM. PXNBAD2 TE_2F. D_NBAKIDS2 AKIDNUM. MARDATEN_M3 TE_4F. MARDATEN_Y3 YEARFMT. CMMARP3 CMFMT. AGEMARR3 AGESELF. LIVTOGN3 TE_2F. STRTLIVE_M3 TE_4F. STRTLIVE_Y3 YEARFMT. CMCOHP3 CMFMT. AGELIV3 AGESELF. CMUNIONP3 CMFMT. ENGAGTHN3 TE_2F. MARREND3 TE_59F. WIFEDIED_M3 TE_4F. WIFEDIED_Y3 YEARFMT. CMWIDP3 CMFMT. DIVORFIN_M3 TE_4F. DIVORFIN_Y3 YEARFMT. CMDIVP3 CMFMT. ANNULLED_M3 TE_4F. ANNULLED_Y3 YEARFMT. CMANNP3 CMFMT. STOPLIVE_M3 TE_4F. STOPLIVE_Y3 YEARFMT. CMSTOPP3 CMFMT. PXCURR3 TE_2F. P3CURRPRT YESNO10F. PXMARRY3 TE_9F. PXLUSE3 TE_2F. PXLMETH27 TE_43F. PXLMETH28 TE_43F. PXLMETH29 TE_43F. PXLMETH30 TE_43F. PXLRUSE3 TE_2F. PXLRMETH9 TE_45F. PXLRMETH10 TE_45F. PXLRMETH11 TE_45F. PXLPUSE3 PXLPUSE. DKPXLPUSE3 TE_46F. PXLPMETH23 PXLPMETH. PXLPMETH24 PXLPMETH. PXLPMETH25 PXLPMETH. PXLPMETH26 PXLPMETH. DKPXLPMETH3 TE_46F. LSXUSEP3 LSXUSEPF. MTONCEP3 MTONCEPF. PXLSXPRB3 TE_2F. PXMTONCE3 TE_2F. PXPAGE3 SEX1AGEF. PXRELAGE3 TE_60F. PXRELYRS3 TE_61F. PXFRLTN5 TE_42F. P1YMULT3 MULTRAC. P1YRACE3 RACEFMT. P1YHRACE3 HRACE. P1YNRACE3 NRACE. PXDOB_M3 TE_4F. PXDOB_Y3 YEARDOB. CMDOBP3 CMFMT. PXEDUC3 TE_41F. PXMARBF3 TE_2F. PXANYCH3 TE_2F. PXANYCHN3 PXANYCHN. PXABLECH3 TE_2F. PXSXFRST_M3 TE_4F. PXSXFRST_Y3 YEARFMT. CMFSXP3 CMFMT. AGEFSXP3 AGE2SELF. PXAGFRST3 SEX1AGEF. PXFRLTN6 TE_42F. PXFUSE3 TE_2F. PXFMETH27 TE_43F. PXFMETH28 TE_43F. PXFMETH29 TE_43F. PXANYUSE3 TE_2F. PXMETHOD27 TE_43F. PXMETHOD28 TE_43F. PXMETHOD29 TE_43F. PXMETHOD30 TE_43F. PXMSTUSE3 TE_63F. PXCONFRQ3 CONDFREQ. PXNOFREQ3 TE_49F. PXCHILD3 TE_2F. PXCHILDN3 OTNBNUM. PXCXSEX21 TE_16F. PXCXBORN_M21 TE_4F. PXCXBORN_Y21 YEARFMT. CMCHDOB31 CMFMT. MULTBIRT31 TE_2F. PXCXMARB21 TE_2F. PXCXRES21 TE_2F. PXCXKNOW21 TE_52F. PXCXLIV201 TE_70F. PXCXLIV202 TE_70F. PXCXAGE21 TE_54F. PXCXLAW21 TE_2F. PXCXHOP21 TE_2F. PXCXEVER21 TE_2F. PXCXFAR21 MILESFMT. PXWANT21 TE_50F. PXSOON21 TE_51F. PXHPYPG21 SCALEF. PXCXSEX22 TE_16F. PXCXBORN_M22 TE_4F. PXCXBORN_Y22 YEARFMT. CMCHDOB32 CMFMT. MULTBIRT32 TE_2F. PXCXMARB22 TE_2F. PXCXRES22 TE_2F. PXCXKNOW22 TE_52F. PXCXLIV211 TE_70F. PXCXLIV212 TE_70F. PXCXAGE22 TE_54F. PXCXLAW22 TE_2F. PXCXHOP22 TE_2F. PXCXEVER22 TE_2F. PXCXFAR22 MILESFMT. PXWANT22 TE_50F. PXSOON22 TE_51F. PXHPYPG22 SCALEF. PXCXSEX23 TE_16F. PXCXBORN_M23 TE_4F. PXCXBORN_Y23 YEARFMT. CMCHDOB33 CMFMT. MULTBIRT33 TE_2F. PXCXMARB23 TE_2F. PXCXRES23 TE_2F. PXCXKNOW23 TE_52F. PXCXLIV221 TE_70F. PXCXLIV222 TE_70F. PXCXAGE23 TE_54F. PXCXLAW23 TE_2F. PXCXHOP23 TE_2F. PXCXEVER23 TE_2F. PXCXFAR23 MILESFMT. PXWANT23 TE_50F. PXSOON23 TE_51F. PXHPYPG23 SCALEF. PXCPREG3 TE_2F. PXTRYING3 TE_2F. PXTRYLONG3 TRYLONG. PXRWANT3 TE_50F. PXRSOON3 TE_51F. PXCPFEEL3 SCALEF. CURRPREG CURPREGF. PXOTKID3 TE_2F. PXOKNUM3 AKIDNUM. PXOKADP3 TE_2F. PXOKADN3 AKIDNUM. PXOKWTH3 TE_2F. PXOKWTHN3 EVRCHL3F. PXOKSEX21 TE_16F. PXOKAD21 TE_65F. PXOKLIV161 TE_64F. PXOKFAR21 MILESFMT. PXOKAGE21 KIDAGEF. PXOKSEX22 TE_16F. PXOKAD22 TE_65F. PXOKLIV169 TE_64F. PXOKFAR22 MILESFMT. PXOKAGE22 KIDAGEF. PXOKSEX23 TE_16F. PXOKAD23 TE_65F. PXOKLIV177 TE_64F. PXOKFAR23 MILESFMT. PXOKAGE23 KIDAGEF. D_OKAKIDS3 CDOKID. PXNBEVR3 TE_2F. PXNBNUM3 AKIDNUM. PXNBREL3 TE_2F. PXNBRL3 AKIDNUM. PXNBFOS3 TE_2F. PXNBFS3 AKIDNUM. PXNBAD3 TE_2F. D_NBAKIDS3 AKIDNUM. FPFIRST_M TE_4F. FPFIRST_Y YEARFMT. CMFSTSEX CMFMT. FSTSEXAGE FSTSEXAGE. FPAGE SEX2AGEF. FPAGE18 TE_66F. FPAGE15 TE_67F. FPAGE20 TE_68F. RFSXAGEGP AGESELFF. FPPAGE SEX1AGEF. FPRELAGE TE_60F. FPRELYRS TE_61F. FPRLTN TE_42F. FPUSE TE_2F. FPMETH01 TE_43F. FPMETH02 TE_43F. FPMETH03 TE_43F. FPMETH04 TE_43F. FPPROBE TE_2F. NFORMWIFE NFORMWIF. NFORMCOHAB NFORMCOH. FWVERIFY TE_2F. FWVER YESNO10F. FWVERIFY2 TE_2F. FWVER2 YESNO10F. FWVERIFY3 TE_2F. FWVER3 YESNO10F. FCVER YESNO10F. FCVERIFY TE_2F. EXRELATION EXRELAT. FWMAREND_M TE_4F. FWMAREND_Y YEARFMT. CMMARW CMFMT. AGEMARRN AGESELF. LIVTOGN4 TE_2F. STRTLIVE_M4 TE_4F. STRTLIVE_Y4 YEARFMT. CMCOHW CMFMT. AGELIV4 AGESELF. CMUNIONW CMFMT. ENGAGTHN4 TE_2F. MARREND4 TE_59F. WIFEDIED_M4 TE_4F. WIFEDIED_Y4 YEARFMT. CMWIDW CMFMT. DIVORFIN_M4 TE_4F. DIVORFIN_Y4 YEARFMT. CMDIVW CMFMT. ANNULLED_M4 TE_4F. ANNULLED_Y4 YEARFMT. CMANNW CMFMT. STOPLIVE_M4 TE_4F. STOPLIVE_Y4 YEARFMT. CMSTOPW CMFMT. EXRELATION2 EXRELAT. FWMAREND_M2 TE_4F. FWMAREND_Y2 YEARFMT. CMMARW2 CMFMT. AGEMARRN2 AGESELF. LIVTOGN5 TE_2F. STRTLIVE_M5 TE_4F. STRTLIVE_Y5 YEARFMT. CMCOHW2 CMFMT. AGELIV5 AGESELF. CMUNIONW2 CMFMT. ENGAGTHN5 TE_2F. MARREND5 TE_59F. WIFEDIED_M5 TE_4F. WIFEDIED_Y5 YEARFMT. CMWIDW2 CMFMT. DIVORFIN_M5 TE_4F. DIVORFIN_Y5 YEARFMT. CMDIVW2 CMFMT. ANNULLED_M5 TE_4F. ANNULLED_Y5 YEARFMT. CMANNW2 CMFMT. STOPLIVE_M5 TE_4F. STOPLIVE_Y5 YEARFMT. CMSTOPW2 CMFMT. EXRELATION3 EXRELAT. FWMAREND_M3 TE_4F. FWMAREND_Y3 YEARFMT. CMMARW3 CMFMT. AGEMARRN3 AGESELF. LIVTOGN6 TE_2F. STRTLIVE_M6 TE_4F. STRTLIVE_Y6 YEARFMT. CMCOHW3 CMFMT. AGELIV6 AGESELF. CMUNIONW3 CMFMT. ENGAGTHN6 TE_2F. MARREND6 TE_59F. WIFEDIED_M6 TE_4F. WIFEDIED_Y6 YEARFMT. CMWIDW3 CMFMT. DIVORFIN_M6 TE_4F. DIVORFIN_Y6 YEARFMT. CMDIVW3 CMFMT. ANNULLED_M6 TE_4F. ANNULLED_Y6 YEARFMT. CMANNW3 CMFMT. STOPLIVE_M6 TE_4F. STOPLIVE_Y6 YEARFMT. CMSTOPW3 CMFMT. EXRELATION11 EXRELAT. STRTLIVE_M14 TE_4F. STRTLIVE_Y14 YEARFMT. CMCOHFC11 CMFMT. AGELIV14 AGESELF. ENGAGTHN14 TE_2F. STOPLIVE_M14 TE_4F. STOPLIVE_Y14 YEARFMT. CMSTOPFC11 CMFMT. FWPDOB_M TE_4F. FWPDOB_Y YEARDOB. CMFWPDOB CMFMT. FWPAGE AGEWFPRT2F. WIF1MULT MULTRAC. WIF1RACE RACEFMT. WIF1HRACE HRACE. WIF1NRACE NRACE. FWPMARBF TE_2F. FWPDOB_M2 TE_4F. FWPDOB_Y2 YEARDOB. CMFWPDOB2 CMFMT. FWPAGE2 AGEWFPRT2F. FWPMARBF2 TE_2F. FWPDOB_M3 TE_4F. FWPDOB_Y3 YEARDOB. CMFWPDOB3 CMFMT. FWPAGE3 AGEWFPRT2F. FWPMARBF3 TE_2F. FWPDOB_M11 TE_4F. FWPDOB_Y11 YEARDOB. CMFWPDOB11 CMFMT. FWPAGE11 AGEWFPRT2F. COH1MULT MULTRAC. COH1RACE RACEFMT. COH1HRACE HRACE. COH1NRACE NRACE. FWPMARBF11 TE_2F. FWPBIOKD TE_2F. FWPNUMKD NUMKDHHF. FWPCHSEX TE_16F. FWPCHDOB_M TE_4F. FWPCHDOB_Y YEARFMT. CMCHDOB41 CMFMT. MULTBIRT41 TE_2F. FWCHMARB TE_2F. FWPCHRES TE_2F. FWPCHLRN TE_52F. FWPCHLIV01 TE_70F. FWPCHLIV02 TE_70F. FWPCHLIV03 TE_70F. FWPCHAGE TE_54F. FWPCHLEG TE_2F. FWPCHHOP TE_2F. FWPCHEVR TE_2F. FWPCHFAR MILESFMT. FWPRWANT TE_50F. FWPSOON TE_51F. FWPHPYPG SCALEF. FWPCHSEX2 TE_16F. FWPCHDOB_M2 TE_4F. FWPCHDOB_Y2 YEARFMT. CMCHDOB42 CMFMT. MULTBIRT42 TE_2F. FWCHMARB2 TE_2F. FWPCHRES2 TE_2F. FWPCHLRN2 TE_52F. FWPCHLIV11 TE_70F. FWPCHLIV12 TE_70F. FWPCHLIV13 TE_70F. FWPCHAGE2 TE_54F. FWPCHLEG2 TE_2F. FWPCHHOP2 TE_2F. FWPCHEVR2 TE_2F. FWPCHFAR2 MILESFMT. FWPRWANT2 TE_50F. FWPSOON2 TE_51F. FWPHPYPG2 SCALEF. FWPCHSEX3 TE_16F. FWPCHDOB_M3 TE_4F. FWPCHDOB_Y3 YEARFMT. CMCHDOB43 CMFMT. MULTBIRT43 TE_2F. FWCHMARB3 TE_2F. FWPCHRES3 TE_2F. FWPCHLRN3 TE_52F. FWPCHLIV21 TE_70F. FWPCHLIV22 TE_70F. FWPCHLIV23 TE_70F. FWPCHAGE3 TE_54F. FWPCHLEG3 TE_2F. FWPCHHOP3 TE_2F. FWPCHEVR3 TE_2F. FWPCHFAR3 MILESFMT. FWPRWANT3 TE_50F. FWPSOON3 TE_51F. FWPHPYPG3 SCALEF. FWPCHSEX4 TE_16F. FWPCHDOB_M4 TE_4F. FWPCHDOB_Y4 YEARFMT. CMCHDOB44 CMFMT. MULTBIRT44 TE_2F. FWCHMARB4 TE_2F. FWPCHRES4 TE_2F. FWPCHLRN4 TE_52F. FWPCHLIV31 TE_70F. FWPCHLIV32 TE_70F. FWPCHLIV33 TE_70F. FWPCHAGE4 TE_54F. FWPCHLEG4 TE_2F. FWPCHHOP4 TE_2F. FWPCHEVR4 TE_2F. FWPCHFAR4 MILESFMT. FWPRWANT4 TE_50F. FWPSOON4 TE_51F. FWPHPYPG4 SCALEF. FWPCHSEX5 TE_16F. FWPCHDOB_M5 TE_4F. FWPCHDOB_Y5 YEARFMT. CMCHDOB45 CMFMT. MULTBIRT45 TE_2F. FWCHMARB5 TE_2F. FWPCHRES5 TE_2F. FWPCHLRN5 TE_52F. FWPCHLIV41 TE_70F. FWPCHLIV42 TE_70F. FWPCHLIV43 TE_70F. FWPCHAGE5 TE_54F. FWPCHLEG5 TE_2F. FWPCHHOP5 TE_2F. FWPCHEVR5 TE_2F. FWPCHFAR5 MILESFMT. FWPRWANT5 TE_50F. FWPSOON5 TE_51F. FWPHPYPG5 SCALEF. FWPCHSEX6 TE_16F. FWPCHDOB_M6 TE_4F. FWPCHDOB_Y6 YEARFMT. CMCHDOB46 CMFMT. MULTBIRT46 TE_2F. FWCHMARB6 TE_2F. FWPCHRES6 TE_2F. FWPCHLRN6 TE_52F. FWPCHLIV51 TE_70F. FWPCHLIV52 TE_70F. FWPCHLIV53 TE_70F. FWPCHAGE6 TE_54F. FWPCHLEG6 TE_2F. FWPCHHOP6 TE_2F. FWPCHEVR6 TE_2F. FWPCHFAR6 MILESFMT. FWPRWANT6 TE_50F. FWPSOON6 TE_51F. FWPHPYPG6 SCALEF. FWPBIOKD2 TE_2F. FWPNUMKD2 NUMKDHHF. FWPCHSEX11 TE_16F. FWPCHDOB_M11 TE_4F. FWPCHDOB_Y11 YEARFMT. CMCHDOB51 CMFMT. MULTBIRT51 TE_2F. FWCHMARB11 TE_2F. FWPCHRES11 TE_2F. FWPCHLRN11 TE_52F. FWPCHLIV101 TE_70F. FWPCHLIV102 TE_70F. FWPCHLIV103 TE_70F. FWPCHAGE11 TE_54F. FWPCHLEG11 TE_2F. FWPCHHOP11 TE_2F. FWPCHEVR11 TE_2F. FWPCHFAR11 MILESFMT. FWPRWANT11 TE_50F. FWPSOON11 TE_51F. FWPHPYPG11 SCALEF. FWPCHSEX12 TE_16F. FWPCHDOB_M12 TE_4F. FWPCHDOB_Y12 YEARFMT. CMCHDOB52 CMFMT. MULTBIRT52 TE_2F. FWCHMARB12 TE_2F. FWPCHRES12 TE_2F. FWPCHLRN12 TE_52F. FWPCHLIV111 TE_70F. FWPCHLIV112 TE_70F. FWPCHLIV113 TE_70F. FWPCHAGE12 TE_54F. FWPCHLEG12 TE_2F. FWPCHHOP12 TE_2F. FWPCHEVR12 TE_2F. FWPCHFAR12 MILESFMT. FWPRWANT12 TE_50F. FWPSOON12 TE_51F. FWPHPYPG12 SCALEF. FWPCHSEX13 TE_16F. FWPCHDOB_M13 TE_4F. FWPCHDOB_Y13 YEARFMT. CMCHDOB53 CMFMT. MULTBIRT53 TE_2F. FWCHMARB13 TE_2F. FWPCHRES13 TE_2F. FWPCHLRN13 TE_52F. FWPCHLIV121 TE_70F. FWPCHLIV122 TE_70F. FWPCHLIV123 TE_70F. FWPCHAGE13 TE_54F. FWPCHLEG13 TE_2F. FWPCHHOP13 TE_2F. FWPCHEVR13 TE_2F. FWPCHFAR13 MILESFMT. FWPRWANT13 TE_50F. FWPSOON13 TE_51F. FWPHPYPG13 SCALEF. FWPBIOKD3 TE_2F. FWPNUMKD3 NUMKDHHF. FWPCHSEX21 TE_16F. FWPCHDOB_M21 TE_4F. FWPCHDOB_Y21 YEARFMT. CMCHDOB61 CMFMT. MULTBIRT61 TE_2F. FWCHMARB21 TE_2F. FWPCHRES21 TE_2F. FWPCHLRN21 TE_52F. FWPCHLIV201 TE_70F. FWPCHLIV202 TE_70F. FWPCHLIV203 TE_70F. FWPCHAGE21 TE_54F. FWPCHLEG21 TE_2F. FWPCHHOP21 TE_2F. FWPCHEVR21 TE_2F. FWPCHFAR21 MILESFMT. FWPRWANT21 TE_50F. FWPSOON21 TE_51F. FWPHPYPG21 SCALEF. FWPCHSEX22 TE_16F. FWPCHDOB_M22 TE_4F. FWPCHDOB_Y22 YEARFMT. CMCHDOB62 CMFMT. MULTBIRT62 TE_2F. FWCHMARB22 TE_2F. FWPCHRES22 TE_2F. FWPCHLRN22 TE_52F. FWPCHLIV211 TE_70F. FWPCHLIV212 TE_70F. FWPCHLIV213 TE_70F. FWPCHAGE22 TE_54F. FWPCHLEG22 TE_2F. FWPCHHOP22 TE_2F. FWPCHEVR22 TE_2F. FWPCHFAR22 MILESFMT. FWPRWANT22 TE_50F. FWPSOON22 TE_51F. FWPHPYPG22 SCALEF. FWPCHSEX23 TE_16F. FWPCHDOB_M23 TE_4F. FWPCHDOB_Y23 YEARFMT. CMCHDOB63 CMFMT. MULTBIRT63 TE_2F. FWCHMARB23 TE_2F. FWPCHRES23 TE_2F. FWPCHLRN23 TE_52F. FWPCHLIV221 TE_70F. FWPCHLIV222 TE_70F. FWPCHLIV223 TE_70F. FWPCHAGE23 TE_54F. FWPCHLEG23 TE_2F. FWPCHHOP23 TE_2F. FWPCHEVR23 TE_2F. FWPCHFAR23 MILESFMT. FWPRWANT23 TE_50F. FWPSOON23 TE_51F. FWPHPYPG23 SCALEF. FWPBIOKD11 TE_2F. FWPNUMKD11 NUMKDHHF. FWPCHSEX101 TE_16F. FWPCHDOB_M101 TE_4F. FWPCHDOB_Y101 YEARFMT. CMCHDOB141 CMFMT. MULTBIRT141 TE_2F. FWPCHRES101 TE_2F. FWPCHLRN101 TE_52F. FWPCHLIV1001 TE_70F. FWPCHLIV1002 TE_70F. FWPCHLIV1003 TE_70F. FWPCHAGE101 TE_54F. FWPCHLEG101 TE_2F. FWPCHHOP101 TE_2F. FWPCHEVR101 TE_2F. FWPCHFAR101 MILESFMT. FWPRWANT101 TE_50F. FWPSOON101 TE_51F. FWPHPYPG101 SCALEF. FWPCHSEX102 TE_16F. FWPCHDOB_M102 TE_4F. FWPCHDOB_Y102 YEARFMT. CMCHDOB142 CMFMT. MULTBIRT142 TE_2F. FWPCHRES102 TE_2F. FWPCHLRN102 TE_52F. FWPCHLIV1011 TE_70F. FWPCHLIV1012 TE_70F. FWPCHLIV1013 TE_70F. FWPCHAGE102 TE_54F. FWPCHLEG102 TE_2F. FWPCHHOP102 TE_2F. FWPCHEVR102 TE_2F. FWPCHFAR102 MILESFMT. FWPRWANT102 TE_50F. FWPSOON102 TE_51F. FWPHPYPG102 SCALEF. FWPCHSEX103 TE_16F. FWPCHDOB_M103 TE_4F. FWPCHDOB_Y103 YEARFMT. CMCHDOB143 CMFMT. MULTBIRT143 TE_2F. FWPCHRES103 TE_2F. FWPCHLRN103 TE_52F. FWPCHLIV1021 TE_70F. FWPCHLIV1022 TE_70F. FWPCHLIV1023 TE_70F. FWPCHAGE103 TE_54F. FWPCHLEG103 TE_2F. FWPCHHOP103 TE_2F. FWPCHEVR103 TE_2F. FWPCHFAR103 MILESFMT. FWPRWANT103 TE_50F. FWPSOON103 TE_51F. FWPHPYPG103 SCALEF. FWPCHSEX104 TE_16F. FWPCHDOB_M104 TE_4F. FWPCHDOB_Y104 YEARFMT. CMCHDOB144 CMFMT. MULTBIRT144 TE_2F. FWPCHRES104 TE_2F. FWPCHLRN104 TE_52F. FWPCHLIV1031 TE_70F. FWPCHLIV1032 TE_70F. FWPCHLIV1033 TE_70F. FWPCHAGE104 TE_54F. FWPCHLEG104 TE_2F. FWPCHHOP104 TE_2F. FWPCHEVR104 TE_2F. FWPCHFAR104 MILESFMT. FWPRWANT104 TE_50F. FWPSOON104 TE_51F. FWPHPYPG104 SCALEF. FWPCHSEX105 TE_16F. FWPCHDOB_M105 TE_4F. FWPCHDOB_Y105 YEARFMT. CMCHDOB145 CMFMT. MULTBIRT145 TE_2F. FWPCHRES105 TE_2F. FWPCHLRN105 TE_52F. FWPCHLIV1041 TE_70F. FWPCHLIV1042 TE_70F. FWPCHLIV1043 TE_70F. FWPCHAGE105 TE_54F. FWPCHLEG105 TE_2F. FWPCHHOP105 TE_2F. FWPCHEVR105 TE_2F. FWPCHFAR105 MILESFMT. FWPRWANT105 TE_50F. FWPSOON105 TE_51F. FWPHPYPG105 SCALEF. FWPOTKID TE_2F. FWPOKNUM OTN2BNUM. FWPOKWTH TE_2F. FWPOKWTHN OTN2BNUM. FWPOKADP1 TE_2F. FWPOKADN OTN2BNUM. FWPOKSEX TE_16F. FWPOKAD TE_65F. FWPOKLIV1 TE_64F. FWPOKLIV2 TE_64F. FWPOKFAR MILESFMT. FWPOKAGE KIDAGEF. FWPOKSEX2 TE_16F. FWPOKAD2 TE_65F. FWPOKLIV9 TE_64F. FWPOKLIV10 TE_64F. FWPOKFAR2 MILESFMT. FWPOKAGE2 KIDAGEF. FWPOKSEX3 TE_16F. FWPOKAD3 TE_65F. FWPOKLIV17 TE_64F. FWPOKLIV18 TE_64F. FWPOKFAR3 MILESFMT. FWPOKAGE3 KIDAGEF. FWPOKSEX4 TE_16F. FWPOKAD4 TE_65F. FWPOKLIV25 TE_64F. FWPOKLIV26 TE_64F. FWPOKFAR4 MILESFMT. FWPOKAGE4 KIDAGEF. E_OKAKIDS AKIDNUM. FWPOTKID2 TE_2F. FWPOKNUM2 OTN2BNUM. FWPOKWTH2 TE_2F. FWPOKWTHN2 OTN2BNUM. FWPOKADP2 TE_2F. FWPOKADN2 OTN2BNUM. FWPOKSEX11 TE_16F. FWPOKAD11 TE_65F. FWPOKLIV81 TE_64F. FWPOKFAR11 MILESFMT. FWPOKAGE11 KIDAGEF. FWPOKSEX12 TE_16F. FWPOKAD12 TE_65F. FWPOKLIV89 TE_64F. FWPOKFAR12 MILESFMT. FWPOKAGE12 KIDAGEF. FWPOKSEX13 TE_16F. FWPOKAD13 TE_65F. FWPOKLIV97 TE_64F. FWPOKFAR13 MILESFMT. FWPOKAGE13 KIDAGEF. E_OKAKIDS2 OTN2BNUM2F. FWPOTKID3 TE_2F. FWPOKNUM3 OTN2BNUM. FWPOKWTH3 TE_2F. FWPOKWTHN3 OTN2BNUM. FWPOKADP3 TE_2F. FWPOKADN3 OTN2BNUM. FWPOKSEX21 TE_16F. FWPOKAD21 TE_65F. FWPOKLIV161 TE_64F. FWPOKFAR21 MILESFMT. FWPOKAGE21 KIDAGEF. FWPOKSEX22 TE_16F. FWPOKAD22 TE_65F. FWPOKLIV169 TE_64F. FWPOKFAR22 MILESFMT. FWPOKAGE22 KIDAGEF. FWPOKSEX23 TE_16F. FWPOKAD23 TE_65F. FWPOKLIV177 TE_64F. FWPOKFAR23 MILESFMT. FWPOKAGE23 KIDAGEF. FWPOKSEX24 TE_16F. FWPOKAD24 TE_65F. FWPOKLIV185 TE_64F. FWPOKFAR24 MILESFMT. FWPOKAGE24 KIDAGEF. FWPOKSEX25 TE_16F. FWPOKAD25 TE_65F. FWPOKLIV193 TE_64F. FWPOKFAR25 MILESFMT. FWPOKAGE25 KIDAGEF. E_OKAKIDS3 OTN2BNUM2F. FWPOTKID11 TE_2F. FWPOKNUM11 OTN2BNUM. FWPOKWTH11 TE_2F. FWPOKWTHN11 OTN2BNUM. FWPOKADP11 TE_2F. FWPOKADN11 OTN2BNUM. FWPOKSEX101 TE_16F. FWPOKAD101 TE_65F. FWPOKLIV801 TE_64F. FWPOKFAR101 MILESFMT. FWPOKAGE101 KIDAGEF. FWPOKSEX102 TE_16F. FWPOKAD102 TE_65F. FWPOKLIV809 TE_64F. FWPOKFAR102 MILESFMT. FWPOKAGE102 KIDAGEF. FWPOKSEX103 TE_16F. FWPOKAD103 TE_65F. FWPOKLIV817 TE_64F. FWPOKFAR103 MILESFMT. FWPOKAGE103 KIDAGEF. FWPOKSEX104 TE_16F. FWPOKAD104 TE_65F. FWPOKLIV825 TE_64F. FWPOKFAR104 MILESFMT. FWPOKAGE104 KIDAGEF. FWPOKSEX105 TE_16F. FWPOKAD105 TE_65F. FWPOKLIV833 TE_64F. FWPOKFAR105 MILESFMT. FWPOKAGE105 KIDAGEF. FWPOKSEX106 TE_16F. FWPOKAD106 TE_65F. FWPOKLIV841 TE_64F. FWPOKFAR106 MILESFMT. FWPOKAGE106 KIDAGEF. E_OKAKIDS11 OTN2BNUM2F. FWPNBEVR TE_2F. FWPNBNUM OTN2BNUM. FWPNBREL TE_2F. FWPNBRL OTN2BNUM. FWPNBFOS TE_2F. FWPNBFS OTN2BNUM. FWPNBAD TE_2F. FWPNBADN OTN2BNUM. FWPNBSEX TE_16F. FWPNBLIV1 TE_64F. FWPNBFAR MILESFMT. FWPNBAGE KIDAGEF. FWPNBSEX2 TE_16F. FWPNBLIV9 TE_64F. FWPNBFAR2 MILESFMT. FWPNBAGE2 KIDAGEF. FWPNBSEX3 TE_16F. FWPNBLIV17 TE_64F. FWPNBFAR3 MILESFMT. FWPNBAGE3 KIDAGEF. FWPNBSEX4 TE_16F. FWPNBLIV25 TE_64F. FWPNBFAR4 MILESFMT. FWPNBAGE4 KIDAGEF. E_NBAKIDS OTN2BNUM2F. FWPNBEVR2 TE_2F. FWPNBNUM2 OTN2BNUM. FWPNBREL2 TE_2F. FWPNBRL2 OTN2BNUM. FWPNBFOS2 TE_2F. FWPNBFS2 OTN2BNUM. FWPNBAD2 TE_2F. FWPNBADN2 OTN2BNUM. FWPNBSEX11 TE_16F. FWPNBLIV81 TE_64F. FWPNBFAR11 MILESFMT. FWPNBAGE11 KIDAGEF. E_NBAKIDS2 OTN2BNUM2F. FWPNBEVR3 TE_2F. FWPNBNUM3 OTN2BNUM. FWPNBREL3 TE_2F. FWPNBRL3 OTN2BNUM. FWPNBFOS3 TE_2F. FWPNBFS3 OTN2BNUM. FWPNBAD3 TE_2F. FWPNBADN3 OTN2BNUM. FWPNBSEX21 TE_16F. FWPNBLIV161 TE_64F. FWPNBFAR21 MILESFMT. FWPNBAGE21 KIDAGEF. E_NBAKIDS3 OTN2BNUM2F. FWPNBEVR11 TE_2F. FWPNBNUM11 OTN2BNUM. FWPNBREL11 TE_2F. FWPNBRL11 OTN2BNUM. FWPNBFOS11 TE_2F. FWPNBFS11 OTN2BNUM. FWPNBAD11 TE_2F. FWPNBADN11 OTN2BNUM. FWPNBSEX101 TE_16F. FWPNBLIV801 TE_64F. FWPNBFAR101 MILESFMT. FWPNBAGE101 KIDAGEF. E_NBAKIDS11 OTN2BNUM2F. OTBCHIL TE_2F. OTBPROBE TE_2F. OTBCHILN EVRCHL3F. OTBSAME TE_2F. OBCSEXX TE_16F. OBCDOB_M TE_4F. OBCDOB_Y YEARFMT. CMCHDOB151 CMFMT. MULTBIRT151 TE_2F. OBCMAGEX AGEWFPRT2F. OBCMLIV TE_2F. OBCKNOWX TE_52F. OBCLIVEX01 TE_70F. OBCLIVEX02 TE_70F. OBCLIVEX03 TE_70F. OBCAGE TE_54F. OBCLAW TE_2F. OBCHOP TE_2F. OBCEVER TE_2F. OBCFAR MILESFMT. OBCRWANX TE_50F. OBCSOONX TE_51F. OBCHPYX SCALEF. OBCSEXX2 TE_16F. OBCDOB_M2 TE_4F. OBCDOB_Y2 YEARFMT. CMCHDOB152 CMFMT. MULTBIRT152 TE_2F. OBCMAGEX2 AGEWFPRT2F. OBCMLIV2 TE_2F. OBCKNOWX2 TE_52F. OBCLIVEX11 TE_70F. OBCLIVEX12 TE_70F. OBCLIVEX13 TE_70F. OBCAGE2 TE_54F. OBCLAW2 TE_2F. OBCHOP2 TE_2F. OBCEVER2 TE_2F. OBCFAR2 MILESFMT. OBCRWANX2 TE_50F. OBCSOONX2 TE_51F. OBCHPYX2 SCALEF. OBCSEXX3 TE_16F. OBCDOB_M3 TE_4F. OBCDOB_Y3 YEARFMT. CMCHDOB153 CMFMT. MULTBIRT153 TE_2F. OBCMAGEX3 AGEWFPRT2F. OBCMLIV3 TE_2F. OBCKNOWX3 TE_52F. OBCLIVEX21 TE_70F. OBCLIVEX22 TE_70F. OBCLIVEX23 TE_70F. OBCAGE3 TE_54F. OBCLAW3 TE_2F. OBCHOP3 TE_2F. OBCEVER3 TE_2F. OBCFAR3 MILESFMT. OBCRWANX3 TE_50F. OBCSOONX3 TE_51F. OBCHPYX3 SCALEF. OBCSEXX4 TE_16F. OBCDOB_M4 TE_4F. OBCDOB_Y4 YEARFMT. CMCHDOB154 CMFMT. MULTBIRT154 TE_2F. OBCMAGEX4 AGEWFPRT2F. OBCMLIV4 TE_2F. OBCKNOWX4 TE_52F. OBCLIVEX31 TE_70F. OBCLIVEX32 TE_70F. OBCLIVEX33 TE_70F. OBCAGE4 TE_54F. OBCLAW4 TE_2F. OBCHOP4 TE_2F. OBCEVER4 TE_2F. OBCFAR4 MILESFMT. OBCRWANX4 TE_50F. OBCSOONX4 TE_51F. OBCHPYX4 SCALEF. OBCSEXX5 TE_16F. OBCDOB_M5 TE_4F. OBCDOB_Y5 YEARFMT. CMCHDOB155 CMFMT. MULTBIRT155 TE_2F. OBCMAGEX5 AGEWFPRT2F. OBCMLIV5 TE_2F. OBCKNOWX5 TE_52F. OBCLIVEX41 TE_70F. OBCLIVEX42 TE_70F. OBCLIVEX43 TE_70F. OBCAGE5 TE_54F. OBCLAW5 TE_2F. OBCHOP5 TE_2F. OBCEVER5 TE_2F. OBCFAR5 MILESFMT. OBCRWANX5 TE_50F. OBCSOONX5 TE_51F. OBCHPYX5 SCALEF. OBCSEXX6 TE_16F. OBCDOB_M6 TE_4F. OBCDOB_Y6 YEARFMT. CMCHDOB156 CMFMT. MULTBIRT156 TE_2F. OBCMAGEX6 AGEWFPRT2F. OBCMLIV6 TE_2F. OBCKNOWX6 TE_52F. OBCLIVEX51 TE_70F. OBCLIVEX52 TE_70F. OBCLIVEX53 TE_70F. OBCAGE6 TE_54F. OBCLAW6 TE_2F. OBCHOP6 TE_2F. OBCEVER6 TE_2F. OBCFAR6 MILESFMT. OBCRWANX6 TE_50F. OBCSOONX6 TE_51F. OBCHPYX6 SCALEF. OBCSEXX7 TE_16F. OBCDOB_M7 TE_4F. OBCDOB_Y7 YEARFMT. CMCHDOB157 CMFMT. MULTBIRT157 TE_2F. OBCMAGEX7 AGEWFPRT2F. OBCMLIV7 TE_2F. OBCKNOWX7 TE_52F. OBCLIVEX61 TE_70F. OBCLIVEX62 TE_70F. OBCLIVEX63 TE_70F. OBCAGE7 TE_54F. OBCLAW7 TE_2F. OBCHOP7 TE_2F. OBCEVER7 TE_2F. OBCFAR7 MILESFMT. OBCRWANX7 TE_50F. OBCSOONX7 TE_51F. OBCHPYX7 SCALEF. OBCSEXX8 TE_16F. OBCDOB_M8 TE_4F. OBCDOB_Y8 YEARFMT. CMCHDOB158 CMFMT. MULTBIRT158 TE_2F. OBCMAGEX8 AGEWFPRT2F. OBCMLIV8 TE_2F. OBCKNOWX8 TE_52F. OBCLIVEX71 TE_70F. OBCLIVEX72 TE_70F. OBCLIVEX73 TE_70F. OBCAGE8 TE_54F. OBCLAW8 TE_2F. OBCHOP8 TE_2F. OBCEVER8 TE_2F. OBCFAR8 MILESFMT. OBCRWANX8 TE_50F. OBCSOONX8 TE_51F. OBCHPYX8 SCALEF. OBCSEXX9 TE_16F. OBCDOB_M9 TE_4F. OBCDOB_Y9 YEARFMT. CMCHDOB159 CMFMT. MULTBIRT159 TE_2F. OBCMAGEX9 AGEWFPRT2F. OBCMLIV9 TE_2F. OBCKNOWX9 TE_52F. OBCLIVEX81 TE_70F. OBCLIVEX82 TE_70F. OBCLIVEX83 TE_70F. OBCAGE9 TE_54F. OBCLAW9 TE_2F. OBCHOP9 TE_2F. OBCEVER9 TE_2F. OBCFAR9 MILESFMT. OBCRWANX9 TE_50F. OBCSOONX9 TE_51F. OBCHPYX9 SCALEF. OTACHIL TE_2F. OTACHILN OTACHILN. OTNBREL TE_2F. OTNBRL AKIDNUM. OTNBFOS TE_2F. OTNBFS OTN2BNUM. OTNBAD TE_2F. OTNBADN OTN2BNUM. OTNBSEX TE_16F. OTNBLIV1 TE_64F. OTNBLIV2 TE_64F. OTNBFAR MILESFMT. OTNBAGE KIDAGEF. OTNBSEX2 TE_16F. OTNBLIV9 TE_64F. OTNBLIV10 TE_64F. OTNBFAR2 MILESFMT. OTNBAGE2 KIDAGEF. OTNBSEX3 TE_16F. OTNBLIV17 TE_64F. OTNBFAR3 MILESFMT. OTNBAGE3 KIDAGEF. F_AKIDS AKIDNUM. OTPREG TE_2F. OTPRGPRB TE_2F. OTPRGN OTPRGN. OTPRGEND TE_71F. OTMSN OTLOSSN. OTSTN OTLOSSN. OTABN OTLOSSN. TOTPRG TOTPRG. OTPREGS OTPREGS. TOTPREGS_C TOTPRG2F. TOTPREGS_R TOTPRG2F. BIOKIDS BIOKIDS. ADOPKIDS ADOPKIDS. ANYKIDS BOTHBIOL. BIOADOPT BIOKIDS. NUMLIFE NUMLIFEF. PREGSNOW PREGSNOF. BIODOB1 CMFMT. BIODOB2 CMFMT. BIODOB3 CMFMT. BIODOB4 CMFMT. BIODOB5 CMFMT. BIODOB6 CMFMT. BIODOB7 CMFMT. BIODOB8 CMFMT. BIODOB9 CMFMT. BIODOB10 CMFMT. BIOMULT1 TE_2F. BIOMULT2 TE_2F. BIOMULT3 TE_2F. BIOMULT4 TE_2F. BIOMULT5 TE_2F. BIOMULT6 TE_2F. BIOMULT7 TE_2F. BIOMULT8 TE_2F. BIOMULT9 TE_2F. BIOMULT10 TE_2F. BIOSEX1 KIDSEXF. BIOSEX2 KIDSEXF. BIOSEX3 KIDSEXF. BIOSEX4 KIDSEXF. BIOSEX5 KIDSEXF. BIOSEX6 KIDSEXF. BIOSEX7 KIDSEXF. BIOSEX8 KIDSEXF. BIOSEX9 KIDSEXF. BIOSEX10 KIDSEXF. BIOAGE1 KIDAGEF2F. BIOAGE2 KIDAGEF2F. BIOAGE3 KIDAGEF2F. BIOAGE4 KIDAGEF2F. BIOAGE5 KIDAGEF2F. BIOAGE6 KIDAGEF2F. BIOAGE7 KIDAGEF2F. BIOAGE8 KIDAGEF2F. BIOAGE9 KIDAGEF2F. BIOAGE10 KIDAGEF2F. BIOAGEGP1 KAGEGRPF. BIOAGEGP2 KAGEGRPF. BIOAGEGP3 KAGEGRPF. BIOAGEGP4 KAGEGRPF. BIOAGEGP5 KAGEGRPF. BIOAGEGP6 KAGEGRPF. BIOAGEGP7 KAGEGRPF. BIOAGEGP8 KAGEGRPF. BIOAGEGP9 KAGEGRPF. BIOAGEGP10 KAGEGRPF. BIOHH1 KIDHHF. BIOHH2 KIDHHF. BIOHH3 KIDHHF. BIOHH4 KIDHHF. BIOHH5 KIDHHF. BIOHH6 KIDHHF. BIOHH7 KIDHHF. BIOHH8 KIDHHF. BIOHH9 KIDHHF. BIOHH10 KIDHHF. BIOMOM1 BIOMOM. BIOMOM2 BIOMOM. BIOMOM3 BIOMOM. BIOMOM4 BIOMOM. BIOMOM5 BIOMOM. BIOMOM6 BIOMOM. BIOMOM7 BIOMOM. BIOMOM8 BIOMOM. BIOMOM9 BIOMOM. BIOMOM10 BIOMOM. BIOMAR1 YESNO10F. BIOMAR2 YESNO10F. BIOMAR3 YESNO10F. BIOMAR4 YESNO10F. BIOMAR5 YESNO10F. BIOMAR6 YESNO10F. BIOMAR7 YESNO10F. BIOMAR8 YESNO10F. BIOMAR9 YESNO10F. BIOMAR10 YESNO10F. BIOCOHB1 YESNO10F. BIOCOHB2 YESNO10F. BIOCOHB3 YESNO10F. BIOCOHB4 YESNO10F. BIOCOHB5 YESNO10F. BIOCOHB6 YESNO10F. BIOCOHB7 YESNO10F. BIOCOHB8 YESNO10F. BIOCOHB9 YESNO10F. BIOCOHB10 YESNO10F. BIOLRNPG1 TE_52F. BIOLRNPG2 TE_52F. BIOLRNPG3 TE_52F. BIOLRNPG4 TE_52F. BIOLRNPG5 TE_52F. BIOLRNPG6 TE_52F. BIOLRNPG7 TE_52F. BIOLRNPG8 TE_52F. BIOLRNPG9 TE_52F. BIOLRNPG10 TE_52F. BIOLIVNG11 TE_70F. BIOLIVNG12 TE_70F. BIOLIVNG13 TE_70F. BIOLIVNG21 TE_70F. BIOLIVNG22 TE_70F. BIOLIVNG23 TE_70F. BIOLIVNG31 TE_70F. BIOLIVNG32 TE_70F. BIOLIVNG33 TE_70F. BIOLIVNG41 TE_70F. BIOLIVNG42 TE_70F. BIOLIVNG43 TE_70F. BIOLIVNG51 TE_70F. BIOLIVNG52 TE_70F. BIOLIVNG53 TE_70F. BIOLIVNG61 TE_70F. BIOLIVNG62 TE_70F. BIOLIVNG63 TE_70F. BIOLIVNG71 TE_70F. BIOLIVNG72 TE_70F. BIOLIVNG73 TE_70F. BIOLIVNG81 TE_70F. BIOLIVNG82 TE_70F. BIOLIVNG83 TE_70F. BIOLIVNG91 TE_70F. BIOLIVNG92 TE_70F. BIOLIVNG93 TE_70F. BIOLIVNG101 TE_70F. BIOLIVNG102 TE_70F. BIOLIVNG103 TE_70F. BIOLGPAT1 TE_2F. BIOLGPAT2 TE_2F. BIOLGPAT3 TE_2F. BIOLGPAT4 TE_2F. BIOLGPAT5 TE_2F. BIOLGPAT6 TE_2F. BIOLGPAT7 TE_2F. BIOLGPAT8 TE_2F. BIOLGPAT9 TE_2F. BIOLGPAT10 TE_2F. BIOHSPAT1 TE_2F. BIOHSPAT2 TE_2F. BIOHSPAT3 TE_2F. BIOHSPAT4 TE_2F. BIOHSPAT5 TE_2F. BIOHSPAT6 TE_2F. BIOHSPAT7 TE_2F. BIOHSPAT8 TE_2F. BIOHSPAT9 TE_2F. BIOHSPAT10 TE_2F. BIOLVEVR1 TE_2F. BIOLVEVR2 TE_2F. BIOLVEVR3 TE_2F. BIOLVEVR4 TE_2F. BIOLVEVR5 TE_2F. BIOLVEVR6 TE_2F. BIOLVEVR7 TE_2F. BIOLVEVR8 TE_2F. BIOLVEVR9 TE_2F. BIOLVEVR10 TE_2F. BIOHWFAR1 MILESFMT. BIOHWFAR2 MILESFMT. BIOHWFAR3 MILESFMT. BIOHWFAR4 MILESFMT. BIOHWFAR5 MILESFMT. BIOHWFAR6 MILESFMT. BIOHWFAR7 MILESFMT. BIOHWFAR8 MILESFMT. BIOHWFAR9 MILESFMT. BIOHWFAR10 MILESFMT. BIOWANT1 TE_50F. BIOWANT2 TE_50F. BIOWANT3 TE_50F. BIOWANT4 TE_50F. BIOWANT5 TE_50F. BIOWANT6 TE_50F. BIOWANT7 TE_50F. BIOWANT8 TE_50F. BIOWANT9 TE_50F. BIOWANT10 TE_50F. BIOHSOON1 TE_51F. BIOHSOON2 TE_51F. BIOHSOON3 TE_51F. BIOHSOON4 TE_51F. BIOHSOON5 TE_51F. BIOHSOON6 TE_51F. BIOHSOON7 TE_51F. BIOHSOON8 TE_51F. BIOHSOON9 TE_51F. BIOHSOON10 TE_51F. BIOHPYPG1 SCALEF. BIOHPYPG2 SCALEF. BIOHPYPG3 SCALEF. BIOHPYPG4 SCALEF. BIOHPYPG5 SCALEF. BIOHPYPG6 SCALEF. BIOHPYPG7 SCALEF. BIOHPYPG8 SCALEF. BIOHPYPG9 SCALEF. BIOHPYPG10 SCALEF. CRALL CRALL4F. CRALLU5 CRALLU5FF. CRALL518 CRALL3F. CRMALU5 NCALLU5FF. CRMAL518 CRALLU5FF. CRFEMU5 NCALLU5FF. CRFEM518 CRALLU5FF. NCALL CRALL. NCALLU5 NCALLU5F. NCALL518 CRALL. NCMALU5 NCALLU5F. NCMAL518 NCALLU5F. NCFEMU5 NCALLU5F. NCFEM518 CRALLU5F. CROUTG TE_73F. CRRELG TE_73F. CRPTA TE_2F. CRHELP TE_75F. CRTALK TE_75F. CRTAKE TE_75F. CRMEAL TE_75F. CRFEED TE_75F. CRBATH TE_75F. CRPLAY TE_75F. CRREAD TE_75F. CRGOOD TE_76F. NCVISIT TE_73F. NCSATVIS NCSATVIS. NCEMAIL TE_73F. NCOUTG TE_73F. NCRELG TE_77F. NCPTA TE_2F. INTROGB6 TE_74F. NCHELP TE_75F. NCTALK TE_75F. NCTAKE TE_75F. NCMEAL TE_75F. INTROGB11 TE_74F. NCFEED TE_75F. NCBATH TE_75F. NCPLAY TE_75F. NCREAD TE_75F. NCGOOD TE_76F. NCMONEY TE_2F. NCREG TE_78F. NCAGREE TE_2F. NCAGREEN NCAGREEN. CHSUPPYR CHSUPPYR. RWANT TE_2F. PROBWANT TE_80F. JINTEND TE_2F. JSUREINT TE_82F. JINTENDN JINTENDN. JEXPECTL NCALLU5F. JEXPECTS NCALLU5F. INTEND TE_50F. INTENDN CRALL. EXPECTL CRALL. EXPECTS NCALLU5F. USUALCAR TE_2F. USLPLACE TE_84F. COVER12 TE_2F. NUMNOCOV NUMNOCOV. COVERHOW01 TE_85F. COVERHOW02 TE_85F. COVERHOW03 TE_85F. COVERHOW04 TE_85F. NOWCOVER01 TE_86F. NOWCOVER02 TE_86F. NOWCOVER03 TE_86F. NOWCOVER04 TE_86F. GOFPCWGF TE_2F. WHENGOGF TE_87F. YOUGOFPC TE_2F. WHENGOFP TE_87F. YOUFPSVC1 TE_88F. YOUFPSVC2 TE_88F. YOUFPSVC3 TE_88F. YOUFPSVC4 TE_88F. YOUFPSVC5 TE_88F. YOUFPSVC6 TE_88F. LIMITED TE_2F. EQUIPMNT TE_2F. PHYSEXAM TE_2F. TESTICHK TE_2F. BCADVICE TE_2F. BCADVICEF TE_2F. BCADVICEM TE_2F. STERADVI TE_2F. STDADVIC TE_2F. HIVADVIC TE_2F. ONEVISIT TE_89F. NUMVISIT NUMVISIT. PLACEVIS01 TE_84F. PLACEVIS02 TE_84F. PLACEVIS03 TE_84F. PLACEVIS04 TE_84F. PLACEVIS05 TE_84F. SVCPAY1 TE_90F. SVCPAY2 TE_90F. SVCPAY3 TE_90F. INFHELP TE_2F. INFSVCS1 TE_91F. INFSVCS2 TE_91F. INFSVCS3 TE_91F. INFSVCS4 TE_91F. INFSVCS5 TE_91F. INFSVCS6 TE_91F. INFTEST TE_92F. WHOINSEM TE_93F. INFHLPNW TE_2F. LASTVIS_M TE_4F. LASTVIS_Y YEARFMT. CMINFVIS CMFMT. INFRTHIS1 TE_94F. INFRTHIS2 TE_94F. INFRTHIS3 TE_94F. DONBLD85 TE_2F. HIVTEST TE_2F. WHENHIV_M TE_4F. WHENHIV_Y YEARFMT. CMHIVTST CMFMT. HIVTSTYR TE_2F. RAPIDHIV TE_2F. HIVSOON TE_95F. HIVKIND TE_96F. PLCHIV TE_97F. HIVTST TE_98F. WHOSUGG TE_99F. TALKDOCT TE_2F. AIDSTALK01 TE_100F. AIDSTALK02 TE_100F. AIDSTALK03 TE_100F. AIDSTALK04 TE_100F. AIDSTALK05 TE_100F. AIDSTALK06 TE_100F. AIDSTALK07 TE_100F. AIDSTALK08 TE_100F. AIDSTALK09 TE_100F. AIDSTALK10 TE_100F. RETROVIR TE_101F. SAMEADD TE_2F. CNTRY00 TE_2F. BRNOUT TE_2F. YRSTRUS YEARFMT. PAYDU PAYDU. RELRAISD CURR_RSD. ATTND14 TE_105F. RELCURR CURR_RSD. RELTRAD RELTRAD. FUNDAM1 TE_106F. FUNDAM2 TE_106F. FUNDAM3 TE_106F. FUNDAM4 TE_106F. RELDLIFE TE_107F. ATTNDNOW TE_105F. MILSVC TE_2F. STARTMIL INMIL. ENDMIL OUTMIL. EVWRK6MO TE_2F. BEGFSTWK_M TE_4F. BEGFSTWK_Y YEARFMT. CMBFSTWK CMFMT. EVRNTWRK TE_2F. WRK12MOS MOSWRKF. FPT12MOS TE_108F. DOLASTWK1 DOLASTWK. DOLASTWK2 DOLASTWK. DOLASTWK3 DOLASTWK. DOLASTWK4 DOLASTWK. DOLASTWK5 DOLASTWK. DOLASTWK6 DOLASTWK. RWRKST TE_3F. EVERWORK TE_3F. RPAYJOB TE_2F. RNUMJOB NUMJOBF. RFTPTX TE_108F. REARNTY TE_3F. SPLSTWK1 SPLSTWK. SPLSTWK2 SPLSTWK. SPLSTWK3 SPLSTWK. SPLSTWK4 SPLSTWK. SPLSTWK5 SPLSTWK. SPLSTWK6 SPLSTWK. SPWRKST TE_3F. SPPAYJOB TE_2F. SPNUMJOB NUMJOBF. SPFTPTX TE_108F. SPEARNTY TE_3F. BETTER TE_8F. STAYTOG TE_8F. SAMESEX TE_8F. ANYACT TE_8F. SXOK18 TE_8F. SXOK16 TE_8F. CHUNLESS TE_8F. CHREWARD TE_8F. CHSUPPOR TE_8F. GAYADOPT TE_8F. OKCOHAB TE_8F. WARM TE_8F. ACHIEVE TE_8F. FAMILY TE_8F. REACTSLF TE_111F. CHBOTHER TE_112F. MARRFAIL TE_115F. CHCOHAB TE_115F. PRVNTDIV TE_115F. GETALONG TE_115F. PMARCOHB TE_2F. COHCHANCE TE_116F. MARRCHANCE TE_116F. PMARCOH TE_116F. LESSPLSR TE_9F. EMBARRAS TE_9F. APPREC1 TE_9F. ACASILANG TE_113F. GENHEALT TE_121F. INCHES INCHES. RWEIGHT RWEIGHT. BMI BMI. EARNTYPE TE_137F. EARN TE_119F. EARNDK1 TE_118F. EARNDK2 TE_118F. EARNDK3 TE_118F. WAGE TE_118F. SELFINC TE_118F. SOCSEC TE_118F. DISABIL TE_118F. RETIRE TE_118F. SSI TE_118F. UNEMP TE_118F. CHLDSUPP TE_118F. INTEREST TE_118F. DIVIDEND TE_118F. OTHINC TE_118F. TOINCWMY TE_137F. TOTINC TE_119F. FMINCDK1 TE_118F. FMINCDK2 TE_118F. FMINCDK3 TE_118F. PUBASST TE_118F. PUBASTYP1 P_ASTYP. FOODSTMP TE_118F. WIC TE_118F. HLPTRANS TE_118F. HLPCHLDC TE_118F. HLPJOB TE_118F. AGER AGERFF. FMARITAL FMARITAL. RMARITAL RMARITAL. EDUCAT EDUCAT2F. HIEDUC HIEDUC1F. HISPANIC HISPANIC. NUMRACE NUMRACE. RACE RACE. HISPRACE HISPRACE. HISPRACE2 HISPRACE2F. NUMKDHH NUMKDHFT. NUMFMHH NUMFMHFT. HHFAMTYP HHFAMTYP. HHPARTYP HHPARTYP. NCHILDHH NCHILDHH. HHKIDTYP HHKIDTYP. CSPBBHH CSPBIO. CSPSBHH CSPNOT. CSPOKDHH CSPNOT. INTCTFAM INTCTFAM. PARAGE14 PARAGEF. EDUCMOM EDUCMOMF. AGEMOMB1 AGEMOMF. FMARNO FMARNO. AGER_I IMPFLAG. FMARITAL_I IMPFLAG. RMARITAL_I IMPFLAG. EDUCAT_I IMPFLAG. HIEDUC_I IMPFLAG. HISPANIC_I IMPFLAG. RACE_I IMPFLAG. HISPRACE_I IMPFLAG. HISPRACE2_I IMPFLAG. NUMKDHH_I IMPFLAG. NUMFMHH_I IMPFLAG. HHFAMTYP_I IMPFLAG. HHPARTYP_I IMPFLAG. NCHILDHH_I IMPFLAG. HHKIDTYP_I IMPFLAG. CSPBBHH_I IMPFLAG. CSPSBHH_I IMPFLAG. CSPOKDHH_I IMPFLAG. INTCTFAM_I IMPFLAG. PARAGE14_I IMPFLAG. EDUCMOM_I IMPFLAG. AGEMOMB1_I IMPFLAG. FMARNO_I IMPFLAG. HADSEX HADSEX. SEXONCE SEXONCE. VRY1STSX VRY1STSX. FIRSTPFLAG FPFLAG. VRY1STAG VRY1STAG. SEXMAR SEXMAR. SEXUNION SEXUNION. FSEXRLTN FSEXRLTN. FSEXPAGE FSEXPAGE. SEX1MTHD1 SEX1MTHD. SEX1MTHD2 SEX1MTHD. SEX1MTHD3 SEX1MTHD. SEX1MTHD4 SEX1MTHD. LSEXDATE LSEXDATE. LSEXDATE2 CMRECODE. ORDERFLAG ORDERFLAG. SEX3MO SEX3MO. SEX12MO SEX3MO. LSEXRAGE LSEXRAGE. LSEXPAGE SEXPAGEF. LSEXPRAC LSEXPRAC. LSEXRLTN LSEXRLTN. LSEXUSE1 LSEXUSE. LSEXUSE2 LSEXUSE. LSEXUSE3 LSEXUSE. LSEXUSE4 LSEXUSE. METH12M1 LSEXUSE. METH12M2 LSEXUSE. METH12M3 LSEXUSE. METH12M4 LSEXUSE. METH3M1 LSEXUSE. METH3M2 LSEXUSE. METH3M3 LSEXUSE. METH3M4 LSEXUSE. NUMP3MOS NUMP3MOS. LIFPRTNR LIFPRTNR. PARTS1YR PARTS1YR. PARTDUR1 PARTDUR. PARTDUR2 PARTDUR. PARTDUR3 PARTDUR. COHEVER COHEVER. EVMARCOH EVMARCOH. PMARRNO COHNUM. NONMARR COHNUM. TIMESCOH COHNUM. MARDAT01 CMFMTR. MARDAT02 CMFMTR. MARDAT03 CMFMTR. MARDAT04 CMFMTR. MAREND01 MAREND. MAREND02 MAREND. MAREND03 MAREND. MAREND04 MAREND. MARDIS01 CMFMTR. MARDIS02 CMFMTR. MARDIS03 CMFMTR. MARDIS04 CMFMTR. MAR1DISS MAR1DISS. PREMARW1 PREMAR. COHAB1 CMFMTR. COHSTAT COHSTAT. COHOUT COHOUT. COH1DUR COH1DUR. CSPBIOKD CSPBIOKD. DATBABY1 CMRECODE. AGEBABY1 AGEBABY. B1PREMAR B1PREMAR. MARBABY1 MARBABY. CEBOW CEBOW. CEBOWC CEBOWC. CEBOWP CEBOWM. EVRNOPAT EVRNOPAT. NONLIVEB NONLIVEB. COMPREG COMPREG. ABORTION PREGFMT. LOSSNUM PREGFMT. PARENT01 PARENT. PARENT02 PARENT. PARENT03 PARENT. PARENT04 PARENT. PARENT05 PARENT. PARENT06 PARENT. PARENT07 PARENT. PARENT08 PARENT. PARENT09 PARENT. PARENT10 PARENT. WANTB01 WANTB. WANTB02 WANTB. WANTB03 WANTB. WANTB04 WANTB. WANTB05 WANTB. WANTB06 WANTB. WANTB07 WANTB. WANTB08 WANTB. WANTB09 WANTB. WANTB10 WANTB. UNINTB5 UNINTB. HADSEX_I IMPFLAG. SEXONCE_I IMPFLAG. VRY1STSX_I IMPFLAG. VRY1STAG_I IMPFLAG. SEXMAR_I IMPFLAG. SEXUNION_I IMPFLAG. FSEXPAGE_I IMPFLAG. FSEXRLTN_I IMPFLAG. SEX1MTHD1_I IMPFLAG. SEX1MTHD2_I IMPFLAG. SEX1MTHD3_I IMPFLAG. SEX1MTHD4_I IMPFLAG. LSEXDATE_I IMPFLAG. LSEXDATE2_I IMPFLAG. SEX3MO_I IMPFLAG. SEX12MO_I IMPFLAG. LSEXRAGE_I IMPFLAG. LSEXPAGE_I IMPFLAG. LSEXPRAC_I IMPFLAG. LSEXRLTN_I IMPFLAG. LSEXUSE1_I IMPFLAG. LSEXUSE2_I IMPFLAG. LSEXUSE3_I IMPFLAG. LSEXUSE4_I IMPFLAG. METH12M1_I IMPFLAG. METH12M2_I IMPFLAG. METH12M3_I IMPFLAG. METH12M4_I IMPFLAG. METH3M1_I IMPFLAG. METH3M2_I IMPFLAG. METH3M3_I IMPFLAG. METH3M4_I IMPFLAG. NUMP3MOS_I IMPFLAG. LIFPRTNR_I IMPFLAG. PARTS1YR_I IMPFLAG. PARTDUR1_I IMPFLAG. PARTDUR2_I IMPFLAG. PARTDUR3_I IMPFLAG. COHEVER_I IMPFLAG. EVMARCOH_I IMPFLAG. PMARRNO_I IMPFLAG. NONMARR_I IMPFLAG. TIMESCOH_I IMPFLAG. MARDAT01_I IMPFLAG. MARDAT02_I IMPFLAG. MARDAT03_I IMPFLAG. MARDAT04_I IMPFLAG. MAREND01_I IMPFLAG. MAREND02_I IMPFLAG. MAREND03_I IMPFLAG. MAREND04_I IMPFLAG. MARDIS01_I IMPFLAG. MARDIS02_I IMPFLAG. MARDIS03_I IMPFLAG. MARDIS04_I IMPFLAG. MAR1DISS_I IMPFLAG. PREMARW1_I IMPFLAG. COHAB1_I IMPFLAG. COHSTAT_I IMPFLAG. COHOUT_I IMPFLAG. COH1DUR_I IMPFLAG. CSPBIOKD_I IMPFLAG. DATBABY1_I IMPFLAG. AGEBABY1_I IMPFLAG. B1PREMAR_I IMPFLAG. MARBABY1_I IMPFLAG. CEBOW_I IMPFLAG. CEBOWC_I IMPFLAG. CEBOWP_I IMPFLAG. EVRNOPAT_I IMPFLAG. NONLIVEB_I IMPFLAG. COMPREG_I IMPFLAG. ABORTION_I IMPFLAG. LOSSNUM_I IMPFLAG. PARENT01_I IMPFLAG. PARENT02_I IMPFLAG. PARENT03_I IMPFLAG. PARENT04_I IMPFLAG. PARENT05_I IMPFLAG. PARENT06_I IMPFLAG. PARENT07_I IMPFLAG. PARENT08_I IMPFLAG. PARENT09_I IMPFLAG. PARENT10_I IMPFLAG. WANTB01_I IMPFLAG. WANTB02_I IMPFLAG. WANTB03_I IMPFLAG. WANTB04_I IMPFLAG. WANTB05_I IMPFLAG. WANTB06_I IMPFLAG. WANTB07_I IMPFLAG. WANTB08_I IMPFLAG. WANTB09_I IMPFLAG. WANTB10_I IMPFLAG. UNINTB5_I IMPFLAG. DADTYPE DADTYPE. DADTYPU5 DADTYP5U. DADTYP518 DAD518TY. NUMCRU18 NUMCRUF. NUMNCU18 NUMCRUF. SUPP12MO SUPP12MO. DADTYPE_I IMPFLAG. DADTYPU5_I IMPFLAG. DADTYP518_I IMPFLAG. NUMCRU18_I IMPFLAG. NUMNCU18_I IMPFLAG. SUPP12MO_I IMPFLAG. INTENT INTENT. ADDEXP ADDEXP. INTENT_I IMPFLAG. ADDEXP_I IMPFLAG. CURR_INS CURRINS. INFEVER INFEVER. EVHIVTST EVHIVTST. CURR_INS_I IMPFLAG. INFEVER_I IMPFLAG. EVHIVTST_I IMPFLAG. METRO METRO. RELIGION RELIGION. LABORFOR LABOR2FR. METRO_I IMPFLAG. RELIGION_I IMPFLAG. LABORFOR_I IMPFLAG. POVERTY POVERTYF. TOTINCR TOTINCR. PUBASSIS PUBASSIS. POVERTY_I IMPFLAG. TOTINCR_I IMPFLAG. PUBASSIS_I IMPFLAG. CMINTVW CMINTVWF. CMLSTYR CMLSTYRF. CMFIVYR CMFIVYRF. QUESTYEAR QUESTYR. QUARTER QUARTER. PHASE $PHASE. INTVLNGTH INTVLNGTH. ; */ LENGTH CASEID 6 RSCRNINF 3 RSCRAGE 3 RSCRHISP 3 RSCRRACE 3 RANDVAR1 3 AGE_A 3 AGE_R 3 CMBIRTH 4 AGESCRN 3 MARSTAT 3 FMARSTAT 3 FMARIT 3 EVRMARRY 3 HISP 3 HISPGRP 3 FL_RAGE 3 FL_RRACE 3 FL_RHISP 3 ROSCNT 3 WPLOCALE 3 WOMREL 3 GOSCHOL 3 VACA 3 HIGRADE 3 COMPGRD 3 HAVEDIP 3 DIPGED 3 EARNHS_M 3 EARNHS_Y 4 CMHSGRAD 4 HISCHGRD 3 LSTGRADE 3 MYSCHOL_M 3 MYSCHOL_Y 4 CMLSTSCH 4 HAVEDEG 3 DEGREES 3 EARNBA_M 3 EARNBA_Y 4 CMBAGRAD 4 WTHPARNW 3 ONOWN 3 ONOWN18 3 INTACT 3 PARMARR 3 INTACT18 3 LVSIT14F 3 LVSIT14M 3 WOMRASDU 3 MOMDEGRE 3 MOMWORKD 3 MOMCHILD 3 MOMFSTCH 3 MOM18 3 MANRASDU 3 DADDEGRE 3 TIMESMAR 3 EVCOHAB1 3 NUMCOH1 3 EVCOHAB2 3 NUMCOH2 3 EVRCOHAB 3 NUMWIFE 3 NUMCOHAB 4 EVERSEX 3 RHADSEX 3 SXMTONCE 3 YNOSEX 3 TALKPAR1 3 TALKPAR2 3 TALKPAR3 3 TALKPAR4 3 TALKPAR5 3 TALKPAR6 3 SEDNO 3 SEDNOG 3 SEDNOSX 3 SEDBC 3 SEDBCG 3 SEDBCSX 3 SEDSTD 3 SEDSTDG 3 SEDSTDSX 3 SEDHIV 3 SEDHIVG 3 SEDHIVSX 3 PLEDGE 3 EVEROPER 3 TYPEOPER 3 STEROPER 3 VASEC_M 3 VASEC_Y 4 CMVASEC 4 PLCSTROP 3 RVRSVAS 3 VASREV_M 3 VASREV_Y 4 CMRVRS 4 RSURGSTR 3 FATHPOSS 3 FATHDIFF 3 RSTRSTAT 3 EVRCHIL 3 EVRCHILN 3 FATHER 3 LIFEPRT 3 LIFEPRTS 3 SXMON12 3 MON12PRT 3 MON12PRTS 3 SEXSTAT 3 SEXFREQ 4 CONFREQ 4 P1RLTN1 3 P1CURRWIFE 3 P1CURRSEP 3 P1RLTN2 3 P1COHABIT 3 P1SXLAST_M 3 P1SXLAST_Y 4 CMLSXP1 4 P2RLTN1 3 P2CURRWIFE 3 P2CURRSEP 3 P2RLTN2 3 P2COHABIT 3 P2SXLAST_M 3 P2SXLAST_Y 4 CMLSXP2 4 P3RLTN1 3 P3CURRWIFE 3 P3CURRSEP 3 P3RLTN2 3 P3COHABIT 3 P3SXLAST_M 3 P3SXLAST_Y 4 CMLSXP3 4 P1RELATION 3 P2RELATION 3 P3RELATION 3 FIRST 3 MARRDATE_M 3 MARRDATE_Y 4 CMCURMAR 4 HISAGEM 3 LIVTOGWF 3 STRTWFCP_M 3 STRTWFCP_Y 4 CMCURCOH 4 HISAGEC 3 CMSTRTWP 4 ENGATHEN 3 WILLMARR 3 CWPDOB_M 3 CWPDOB_Y 4 CMCWPDOB 4 CWPAGE 3 CWPMULT 3 CWPRACE 3 CWPHRACE 3 CWPNRACE 3 CWPEDUCN 3 CWPBORN 3 CWPMARBF 3 CWPSX1WN_M 3 CWPSX1WN_Y 4 CWPSX1AG 3 CMFSXCWP 4 AGEFSXCWP 6 CWPSX1RL 3 CWPFUSE 3 CWPFMET01 3 CWPFMET02 3 CWPFMET03 3 CWPFMET04 3 CWPOPSTR 3 CWPTYPOP1 3 CWPTYPOP2 3 CWPTOTST 3 CWPREVST 3 PSURGSTR 3 CWPPOSS 3 CWPDIFF 3 PSTRSTAT 3 CMLSXCWP 4 CWPLSXWN_M 3 CWPLSXWN_Y 4 CWPLUSE 3 CWPLMET01 3 CWPLMET02 3 CWPLUSE1 3 CWPLMET14 3 CWPLMET15 3 CWPLUSE2 3 DKCWPLUSE 3 CWPLMET201 4 CWPLMET202 3 CWPLMET203 3 DKCWPLMET 3 CWPLSXUSE 3 CWPRECBC 3 CWPALLBC01 3 CWPALLBC02 3 CWPALLBC03 3 CWPALLBC04 3 CWPALLBC05 3 CWPALLBC06 3 CWPBCMST 3 CONDFREQ 4 CWPNOFRQ 3 CWPBIOKD 3 CWPNUMKD 3 PARTFATH 3 CWPCHSEX 3 CWPCHDOB_M 3 CWPCHDOB_Y 4 CMCHDOB 4 CWPCHMAR 3 CWPCHRES 3 CWPCHLRN 3 CWPCHLIV1 3 CWPCHLIV2 3 CWPCHAGE 3 CWPCHLEG 3 CWPCHHOP 3 CWPCHEVR 3 CWPCHFAR 6 CWPCHWNT 3 CWPCHSON 3 CWPCHHPY 3 CWPCHSEX2 3 CWPCHDOB_M2 3 CWPCHDOB_Y2 4 CMCHDOB2 4 MULTBIRT2 3 CWPCHMAR2 3 CWPCHRES2 3 CWPCHLRN2 3 CWPCHLIV10 3 CWPCHLIV11 3 CWPCHAGE2 3 CWPCHLEG2 3 CWPCHHOP2 3 CWPCHEVR2 3 CWPCHFAR2 6 CWPCHWNT2 3 CWPCHSON2 3 CWPCHHPY2 3 CWPCHSEX3 3 CWPCHDOB_M3 3 CWPCHDOB_Y3 4 CMCHDOB3 4 MULTBIRT3 3 CWPCHMAR3 3 CWPCHRES3 3 CWPCHLRN3 3 CWPCHLIV19 3 CWPCHLIV20 3 CWPCHAGE3 3 CWPCHLEG3 3 CWPCHHOP3 3 CWPCHEVR3 3 CWPCHFAR3 6 CWPCHWNT3 3 CWPCHSON3 3 CWPCHHPY3 3 CWPCHSEX4 3 CWPCHDOB_M4 3 CWPCHDOB_Y4 4 CMCHDOB4 4 MULTBIRT4 3 CWPCHMAR4 3 CWPCHRES4 3 CWPCHLRN4 3 CWPCHLIV28 3 CWPCHLIV29 3 CWPCHAGE4 3 CWPCHLEG4 3 CWPCHHOP4 3 CWPCHEVR4 3 CWPCHFAR4 6 CWPCHWNT4 3 CWPCHSON4 3 CWPCHHPY4 3 CWPCHSEX5 3 CWPCHDOB_M5 3 CWPCHDOB_Y5 4 CMCHDOB5 4 MULTBIRT5 3 CWPCHMAR5 3 CWPCHRES5 3 CWPCHLRN5 3 CWPCHLIV37 3 CWPCHLIV38 3 CWPCHAGE5 3 CWPCHLEG5 3 CWPCHHOP5 3 CWPCHEVR5 3 CWPCHFAR5 6 CWPCHWNT5 3 CWPCHSON5 3 CWPCHHPY5 3 CWPCHSEX6 3 CWPCHDOB_M6 3 CWPCHDOB_Y6 4 CMCHDOB6 4 MULTBIRT6 3 CWPCHMAR6 3 CWPCHRES6 3 CWPCHLRN6 3 CWPCHLIV46 3 CWPCHLIV47 3 CWPCHAGE6 3 CWPCHLEG6 3 CWPCHHOP6 3 CWPCHEVR6 3 CWPCHFAR6 6 CWPCHWNT6 3 CWPCHSON6 3 CWPCHHPY6 3 CWPCHSEX7 3 CWPCHDOB_M7 3 CWPCHDOB_Y7 4 CMCHDOB7 4 MULTBIRT7 3 CWPCHMAR7 3 CWPCHRES7 3 CWPCHLRN7 3 CWPCHLIV55 3 CWPCHLIV56 3 CWPCHAGE7 3 CWPCHLEG7 3 CWPCHHOP7 3 CWPCHEVR7 3 CWPCHFAR7 6 CWPCHWNT7 3 CWPCHSON7 3 CWPCHHPY7 3 CWPCHSEX8 3 CWPCHDOB_M8 3 CWPCHDOB_Y8 4 CMCHDOB8 4 MULTBIRT8 3 CWPCHMAR8 3 CWPCHRES8 3 CWPCHLRN8 3 CWPCHLIV64 3 CWPCHLIV65 3 CWPCHAGE8 3 CWPCHLEG8 3 CWPCHHOP8 3 CWPCHEVR8 3 CWPCHFAR8 6 CWPCHWNT8 3 CWPCHSON8 3 CWPCHHPY8 3 CWPPRGNW 3 CWPTRYPG 3 CWPTRYLG 4 CWPCPWNT 3 CWPCPSON 3 CWPCPHPY 3 CWPOTKID 3 CWPOKNUM 3 CWPOKAD 3 CWPOKADN 3 CWPOKWTH 3 CWPOKWTHN 3 CWPOKSEX 3 CWPOKAD2 3 CWPOKTRY 3 CWPOKTHR 3 CWPOKLIV1 3 CWPOKLIV2 3 CWPOKLIV3 3 CWPOKFAR 6 CWPOKAGE 3 CWPOKSEX2 3 CWPOKAD3 3 CWPOKTRY2 3 CWPOKTHR2 3 CWPOKLIV8 3 CWPOKLIV9 3 CWPOKLIV10 3 CWPOKFAR2 6 CWPOKAGE2 3 CWPOKSEX3 3 CWPOKAD4 3 CWPOKTRY3 3 CWPOKTHR3 3 CWPOKLIV15 3 CWPOKLIV16 3 CWPOKLIV17 3 CWPOKFAR3 4 CWPOKAGE3 3 CWPOKSEX4 3 CWPOKAD5 3 CWPOKTRY4 3 CWPOKTHR4 3 CWPOKLIV22 3 CWPOKLIV23 3 CWPOKLIV24 3 CWPOKFAR4 4 CWPOKAGE4 3 CWPOKSEX5 3 CWPOKAD6 3 CWPOKTRY5 3 CWPOKTHR5 3 CWPOKLIV29 3 CWPOKLIV30 3 CWPOKLIV31 3 CWPOKFAR5 3 CWPOKAGE5 3 CWPOKSEX6 3 CWPOKAD7 3 CWPOKTRY6 3 CWPOKTHR6 3 CWPOKLIV36 3 CWPOKLIV37 3 CWPOKLIV38 3 CWPOKFAR6 3 CWPOKAGE6 3 CWPOKSEX7 3 CWPOKAD8 3 CWPOKTRY7 3 CWPOKTHR7 3 CWPOKLIV43 3 CWPOKLIV44 3 CWPOKLIV45 3 CWPOKFAR7 3 CWPOKAGE7 3 C_OKAKIDS 3 CWPNBEVR 3 CWPNBNUM 3 CWPNBREL 3 CWPNBRL 3 CWPNBFOS 3 CWPNBFS 3 CWPNBAD 3 CWPNBADN 3 CWPNBREL2 3 CWPNBFOS2 3 CWPNBAD2 3 CWPNBTRY 3 CWPNBTHR 3 CWPNBSEX 3 CWPNBLIV1 3 CWPNBLIV2 3 CWPNBFAR 6 CWPNBAGE 3 CWPNBREL3 3 CWPNBFOS3 3 CWPNBAD3 3 CWPNBTRY2 3 CWPNBTHR2 3 CWPNBSEX2 3 CWPNBLIV8 3 CWPNBLIV9 3 CWPNBFAR2 6 CWPNBAGE2 3 CWPNBREL4 3 CWPNBFOS4 3 CWPNBAD4 3 CWPNBTRY3 3 CWPNBTHR3 3 CWPNBSEX3 3 CWPNBLIV15 3 CWPNBLIV16 3 CWPNBFAR3 6 CWPNBAGE3 3 CWPNBREL5 3 CWPNBFOS5 3 CWPNBAD5 3 CWPNBTRY4 3 CWPNBTHR4 3 CWPNBSEX4 3 CWPNBLIV22 3 CWPNBLIV23 3 CWPNBFAR4 6 CWPNBAGE4 3 CWPNBREL6 3 CWPNBFOS6 3 CWPNBAD6 3 CWPNBTRY5 3 CWPNBTHR5 3 CWPNBSEX5 3 CWPNBLIV29 3 CWPNBLIV30 3 CWPNBFAR5 6 CWPNBAGE5 3 CWPNBREL7 3 CWPNBFOS7 3 CWPNBAD7 3 CWPNBTRY6 3 CWPNBTHR6 3 CWPNBSEX6 3 CWPNBLIV36 3 CWPNBLIV37 3 CWPNBFAR6 6 CWPNBAGE6 3 CWPNBREL8 3 CWPNBFOS8 3 CWPNBAD8 3 CWPNBTRY7 3 CWPNBTHR7 3 CWPNBSEX7 3 CWPNBLIV43 3 CWPNBLIV44 3 CWPNBFAR7 4 CWPNBAGE7 3 CWPNBREL9 3 CWPNBFOS9 3 CWPNBAD9 3 CWPNBTRY8 3 CWPNBTHR8 3 CWPNBSEX8 3 CWPNBLIV50 3 CWPNBLIV51 3 CWPNBFAR8 4 CWPNBAGE8 3 CWPNBREL10 3 CWPNBFOS10 3 CWPNBAD10 3 CWPNBTRY9 3 CWPNBTHR9 3 CWPNBSEX9 3 CWPNBLIV57 3 CWPNBLIV58 3 CWPNBFAR9 6 CWPNBAGE9 3 CWPNBREL11 3 CWPNBFOS11 3 CWPNBAD11 3 CWPNBTRY10 3 CWPNBTHR10 3 CWPNBSEX10 3 CWPNBLIV64 3 CWPNBLIV65 3 CWPNBFAR10 6 CWPNBAGE10 3 C_NBAKIDS 3 MARDATEN_M 3 MARDATEN_Y 4 CMMARP 4 AGEMARR 3 LIVTOGN 3 STRTLIVE_M 3 STRTLIVE_Y 4 CMCOHP 4 AGELIV 3 CMUNIONP 4 ENGAGTHN 3 MARREND 3 WIFEDIED_M 3 WIFEDIED_Y 4 CMWIDP 4 DIVORFIN_M 3 DIVORFIN_Y 4 CMDIVP 4 ANNULLED_M 3 ANNULLED_Y 4 CMANNP 4 STOPLIVE_M 3 STOPLIVE_Y 4 CMSTOPP 4 CURRPRTS 3 PXCURR 3 P1CURRPRT 3 PXMARRY 3 PXLUSE 3 PXLMETH01 3 PXLMETH02 3 PXLMETH03 3 PXLMETH04 3 PXLRUSE 3 PXLRMETH1 3 PXLRMETH2 3 PXLRMETH3 3 PXLPUSE 3 DKPXLPUSE 3 PXLPMETH01 4 PXLPMETH02 3 PXLPMETH03 3 PXLPMETH04 3 DKPXLPMETH 3 LSXUSEP 3 MTONCEP 3 PXLSXPRB 3 PXMTONCE 3 PXPAGE 3 PXRELAGE 3 PXRELYRS 3 PXFRLTN1 3 P1YMULT1 3 P1YRACE1 3 P1YHRACE1 3 P1YNRACE1 3 PXDOB_M 3 PXDOB_Y 4 CMDOBP 4 PXEDUC 3 PXMARBF 3 PXANYCH 3 PXANYCHN 3 PXABLECH 3 PXSXFRST_M 3 PXSXFRST_Y 4 CMFSXP 4 AGEFSXP 4 PXAGFRST 3 PXFRLTN2 3 PXFUSE 3 PXFMETH01 3 PXFMETH02 3 PXFMETH03 3 PXFMETH04 3 PXANYUSE 3 PXMETHOD01 3 PXMETHOD02 3 PXMETHOD03 3 PXMETHOD04 3 PXMSTUSE 3 PXCONFRQ 4 PXNOFREQ 3 PXCHILD 3 PXCHILDN 3 PXCXSEX 3 PXCXBORN_M 3 PXCXBORN_Y 4 CMCHDOB11 4 MULTBIRT11 3 PXCXMARB 3 PXCXRES 3 PXCXKNOW 3 PXCXLIV01 3 PXCXLIV02 3 PXCXAGE 3 PXCXLAW 3 PXCXHOP 3 PXCXEVER 3 PXCXFAR 6 PXWANT 3 PXSOON 3 PXHPYPG 3 PXCXSEX2 3 PXCXBORN_M2 3 PXCXBORN_Y2 4 CMCHDOB12 4 MULTBIRT12 3 PXCXMARB2 3 PXCXRES2 3 PXCXKNOW2 3 PXCXLIV11 3 PXCXLIV12 3 PXCXAGE2 3 PXCXLAW2 3 PXCXHOP2 3 PXCXEVER2 3 PXCXFAR2 6 PXWANT2 3 PXSOON2 3 PXHPYPG2 3 PXCXSEX3 3 PXCXBORN_M3 3 PXCXBORN_Y3 4 CMCHDOB13 4 MULTBIRT13 3 PXCXMARB3 3 PXCXRES3 3 PXCXKNOW3 3 PXCXLIV21 3 PXCXLIV22 3 PXCXAGE3 3 PXCXLAW3 3 PXCXHOP3 3 PXCXEVER3 3 PXCXFAR3 4 PXWANT3 3 PXSOON3 3 PXHPYPG3 3 PXCXSEX4 3 PXCXBORN_M4 3 PXCXBORN_Y4 4 CMCHDOB14 4 MULTBIRT14 3 PXCXMARB4 3 PXCXRES4 3 PXCXKNOW4 3 PXCXLIV31 3 PXCXLIV32 3 PXCXAGE4 3 PXCXLAW4 3 PXCXHOP4 3 PXCXEVER4 3 PXCXFAR4 4 PXWANT4 3 PXSOON4 3 PXHPYPG4 3 PXCXSEX5 3 PXCXBORN_M5 3 PXCXBORN_Y5 4 CMCHDOB15 4 MULTBIRT15 3 PXCXMARB5 3 PXCXRES5 3 PXCXKNOW5 3 PXCXLIV41 3 PXCXLIV42 3 PXCXAGE5 3 PXCXLAW5 3 PXCXHOP5 3 PXCXEVER5 3 PXCXFAR5 4 PXWANT5 3 PXSOON5 3 PXHPYPG5 3 PXCXSEX6 3 PXCXBORN_M6 3 PXCXBORN_Y6 4 CMCHDOB16 4 MULTBIRT16 3 PXCXMARB6 3 PXCXRES6 3 PXCXKNOW6 3 PXCXLIV51 3 PXCXLIV52 3 PXCXAGE6 3 PXCXLAW6 3 PXCXHOP6 3 PXCXEVER6 3 PXCXFAR6 3 PXWANT6 3 PXSOON6 3 PXHPYPG6 3 PXCXSEX7 3 PXCXBORN_M7 3 PXCXBORN_Y7 4 CMCHDOB17 4 MULTBIRT17 3 PXCXMARB7 3 PXCXRES7 3 PXCXKNOW7 3 PXCXLIV61 3 PXCXLIV62 3 PXCXAGE7 3 PXCXLAW7 3 PXCXHOP7 3 PXCXEVER7 3 PXCXFAR7 3 PXWANT7 3 PXSOON7 3 PXHPYPG7 3 PXCPREG 3 PXTRYING 3 PXTRYLONG 4 PXRWANT 3 PXRSOON 3 PXCPFEEL 3 PXOTKID 3 PXOKNUM 3 PXOKWTH 3 PXOKWTHN 3 PXOKADP1 3 PXOKADN 3 PXOKSEX 3 PXOKAD 3 PXOKLIV1 3 PXOKLIV2 3 PXOKFAR 3 PXOKAGE 3 PXOKSEX2 3 PXOKAD2 3 PXOKLIV9 3 PXOKLIV10 3 PXOKFAR2 3 PXOKAGE2 3 PXOKSEX3 3 PXOKAD3 3 PXOKLIV17 3 PXOKLIV18 3 PXOKFAR3 3 PXOKAGE3 3 PXOKSEX4 3 PXOKAD4 3 PXOKLIV25 3 PXOKLIV26 3 PXOKFAR4 3 PXOKAGE4 3 D_OKAKIDS 3 PXNBEVR 3 PXNBNUM 3 PXNBREL 3 PXNBRL 3 PXNBFOS 3 PXNBFS 3 PXNBAD 3 PXNBADN 3 PXNBSEX 3 PXNBLIV1 3 PXNBFAR 3 PXNBAGE 3 PXNBSEX2 3 PXNBLIV9 3 PXNBFAR2 3 PXNBAGE2 3 D_NBAKIDS 3 MARDATEN_M2 3 MARDATEN_Y2 4 CMMARP2 4 AGEMARR2 3 LIVTOGN2 3 STRTLIVE_M2 3 STRTLIVE_Y2 4 CMCOHP2 4 AGELIV2 3 CMUNIONP2 4 ENGAGTHN2 3 MARREND2 3 WIFEDIED_M2 3 WIFEDIED_Y2 3 CMWIDP2 3 DIVORFIN_M2 3 DIVORFIN_Y2 4 CMDIVP2 4 ANNULLED_M2 3 ANNULLED_Y2 3 CMANNP2 3 STOPLIVE_M2 3 STOPLIVE_Y2 4 CMSTOPP2 4 PXCURR2 3 P2CURRPRT 3 PXMARRY2 3 PXLUSE2 3 PXLMETH14 3 PXLMETH15 3 PXLMETH16 3 PXLMETH17 3 PXLRUSE2 3 PXLRMETH5 3 PXLRMETH6 3 PXLRMETH7 3 PXLPUSE2 3 DKPXLPUSE2 3 PXLPMETH12 4 PXLPMETH13 3 PXLPMETH14 3 PXLPMETH15 3 DKPXLPMETH2 3 LSXUSEP2 3 MTONCEP2 3 PXLSXPRB2 3 PXMTONCE2 3 PXPAGE2 3 PXRELAGE2 3 PXRELYRS2 3 PXFRLTN3 3 P1YMULT2 3 P1YRACE2 3 P1YHRACE2 3 P1YNRACE2 3 PXDOB_M2 3 PXDOB_Y2 4 CMDOBP2 4 PXEDUC2 3 PXMARBF2 3 PXANYCH2 3 PXANYCHN2 3 PXABLECH2 3 PXSXFRST_M2 3 PXSXFRST_Y2 4 CMFSXP2 4 AGEFSXP2 4 PXAGFRST2 3 PXFRLTN4 3 PXFUSE2 3 PXFMETH14 3 PXFMETH15 3 PXFMETH16 3 PXFMETH17 3 PXANYUSE2 3 PXMETHOD14 3 PXMETHOD15 3 PXMETHOD16 3 PXMETHOD17 3 PXMSTUSE2 3 PXCONFRQ2 4 PXNOFREQ2 3 PXCHILD2 3 PXCHILDN2 3 PXCXSEX11 3 PXCXBORN_M11 3 PXCXBORN_Y11 4 CMCHDOB21 4 MULTBIRT21 3 PXCXMARB11 3 PXCXRES11 3 PXCXKNOW11 3 PXCXLIV101 3 PXCXLIV102 3 PXCXAGE11 3 PXCXLAW11 3 PXCXHOP11 3 PXCXEVER11 3 PXCXFAR11 6 PXWANT11 3 PXSOON11 3 PXHPYPG11 3 PXCXSEX12 3 PXCXBORN_M12 3 PXCXBORN_Y12 4 CMCHDOB22 4 MULTBIRT22 3 PXCXMARB12 3 PXCXRES12 3 PXCXKNOW12 3 PXCXLIV111 3 PXCXLIV112 3 PXCXAGE12 3 PXCXLAW12 3 PXCXHOP12 3 PXCXEVER12 3 PXCXFAR12 4 PXWANT12 3 PXSOON12 3 PXHPYPG12 3 PXCXSEX13 3 PXCXBORN_M13 3 PXCXBORN_Y13 4 CMCHDOB23 4 MULTBIRT23 3 PXCXMARB13 3 PXCXRES13 3 PXCXKNOW13 3 PXCXLIV121 3 PXCXLIV122 3 PXCXAGE13 3 PXCXLAW13 3 PXCXHOP13 3 PXCXEVER13 3 PXCXFAR13 4 PXWANT13 3 PXSOON13 3 PXHPYPG13 3 PXCXSEX14 3 PXCXBORN_M14 3 PXCXBORN_Y14 4 CMCHDOB24 4 MULTBIRT24 3 PXCXMARB14 3 PXCXRES14 3 PXCXKNOW14 3 PXCXLIV131 3 PXCXLIV132 3 PXCXAGE14 3 PXCXLAW14 3 PXCXHOP14 3 PXCXEVER14 3 PXCXFAR14 3 PXWANT14 3 PXSOON14 3 PXHPYPG14 3 PXCXSEX15 3 PXCXBORN_M15 3 PXCXBORN_Y15 4 CMCHDOB25 4 MULTBIRT25 3 PXCXMARB15 3 PXCXRES15 3 PXCXKNOW15 3 PXCXLIV141 3 PXCXLIV142 3 PXCXAGE15 3 PXCXLAW15 3 PXCXHOP15 3 PXCXEVER15 3 PXCXFAR15 3 PXWANT15 3 PXSOON15 3 PXHPYPG15 3 PXCPREG2 3 PXTRYING2 3 PXTRYLONG2 4 PXRWANT2 3 PXRSOON2 3 PXCPFEEL2 3 PXOTKID2 3 PXOKNUM2 3 PXOKADP2 3 PXOKADN2 3 PXOKWTH2 3 PXOKWTHN2 3 PXOKSEX11 3 PXOKAD11 3 PXOKLIV81 3 PXOKFAR11 3 PXOKAGE11 3 PXOKSEX12 3 PXOKAD12 3 PXOKLIV89 3 PXOKFAR12 3 PXOKAGE12 3 PXOKSEX13 3 PXOKAD13 3 PXOKLIV97 3 PXOKFAR13 3 PXOKAGE13 3 PXOKSEX14 3 PXOKAD14 3 PXOKLIV105 3 PXOKFAR14 3 PXOKAGE14 3 D_OKAKIDS2 3 PXNBEVR2 3 PXNBNUM2 3 PXNBREL2 3 PXNBRL2 3 PXNBFOS2 3 PXNBFS2 3 PXNBAD2 3 D_NBAKIDS2 3 MARDATEN_M3 3 MARDATEN_Y3 4 CMMARP3 4 AGEMARR3 3 LIVTOGN3 3 STRTLIVE_M3 3 STRTLIVE_Y3 4 CMCOHP3 4 AGELIV3 3 CMUNIONP3 4 ENGAGTHN3 3 MARREND3 3 WIFEDIED_M3 3 WIFEDIED_Y3 3 CMWIDP3 3 DIVORFIN_M3 3 DIVORFIN_Y3 4 CMDIVP3 4 ANNULLED_M3 3 ANNULLED_Y3 4 CMANNP3 4 STOPLIVE_M3 3 STOPLIVE_Y3 4 CMSTOPP3 4 PXCURR3 3 P3CURRPRT 3 PXMARRY3 3 PXLUSE3 3 PXLMETH27 3 PXLMETH28 3 PXLMETH29 3 PXLMETH30 3 PXLRUSE3 3 PXLRMETH9 3 PXLRMETH10 3 PXLRMETH11 3 PXLPUSE3 3 DKPXLPUSE3 3 PXLPMETH23 3 PXLPMETH24 3 PXLPMETH25 3 PXLPMETH26 3 DKPXLPMETH3 3 LSXUSEP3 3 MTONCEP3 3 PXLSXPRB3 3 PXMTONCE3 3 PXPAGE3 3 PXRELAGE3 3 PXRELYRS3 3 PXFRLTN5 3 P1YMULT3 3 P1YRACE3 3 P1YHRACE3 3 P1YNRACE3 3 PXDOB_M3 3 PXDOB_Y3 4 CMDOBP3 4 PXEDUC3 3 PXMARBF3 3 PXANYCH3 3 PXANYCHN3 3 PXABLECH3 3 PXSXFRST_M3 3 PXSXFRST_Y3 4 CMFSXP3 4 AGEFSXP3 4 PXAGFRST3 3 PXFRLTN6 3 PXFUSE3 3 PXFMETH27 3 PXFMETH28 3 PXFMETH29 3 PXANYUSE3 3 PXMETHOD27 3 PXMETHOD28 3 PXMETHOD29 3 PXMETHOD30 3 PXMSTUSE3 3 PXCONFRQ3 4 PXNOFREQ3 3 PXCHILD3 3 PXCHILDN3 3 PXCXSEX21 3 PXCXBORN_M21 3 PXCXBORN_Y21 4 CMCHDOB31 4 MULTBIRT31 3 PXCXMARB21 3 PXCXRES21 3 PXCXKNOW21 3 PXCXLIV201 3 PXCXLIV202 3 PXCXAGE21 3 PXCXLAW21 3 PXCXHOP21 3 PXCXEVER21 3 PXCXFAR21 6 PXWANT21 3 PXSOON21 3 PXHPYPG21 3 PXCXSEX22 3 PXCXBORN_M22 3 PXCXBORN_Y22 4 CMCHDOB32 4 MULTBIRT32 3 PXCXMARB22 3 PXCXRES22 3 PXCXKNOW22 3 PXCXLIV211 3 PXCXLIV212 3 PXCXAGE22 3 PXCXLAW22 3 PXCXHOP22 3 PXCXEVER22 3 PXCXFAR22 3 PXWANT22 3 PXSOON22 3 PXHPYPG22 3 PXCXSEX23 3 PXCXBORN_M23 3 PXCXBORN_Y23 4 CMCHDOB33 4 MULTBIRT33 3 PXCXMARB23 3 PXCXRES23 3 PXCXKNOW23 3 PXCXLIV221 3 PXCXLIV222 3 PXCXAGE23 3 PXCXLAW23 3 PXCXHOP23 3 PXCXEVER23 3 PXCXFAR23 3 PXWANT23 3 PXSOON23 3 PXHPYPG23 3 PXCPREG3 3 PXTRYING3 3 PXTRYLONG3 3 PXRWANT3 3 PXRSOON3 3 PXCPFEEL3 3 CURRPREG 3 PXOTKID3 3 PXOKNUM3 3 PXOKADP3 3 PXOKADN3 3 PXOKWTH3 3 PXOKWTHN3 3 PXOKSEX21 3 PXOKAD21 3 PXOKLIV161 3 PXOKFAR21 3 PXOKAGE21 3 PXOKSEX22 3 PXOKAD22 3 PXOKLIV169 3 PXOKFAR22 3 PXOKAGE22 3 PXOKSEX23 3 PXOKAD23 3 PXOKLIV177 3 PXOKFAR23 3 PXOKAGE23 3 D_OKAKIDS3 3 PXNBEVR3 3 PXNBNUM3 3 PXNBREL3 3 PXNBRL3 3 PXNBFOS3 3 PXNBFS3 3 PXNBAD3 3 D_NBAKIDS3 3 FPFIRST_M 3 FPFIRST_Y 4 CMFSTSEX 4 FSTSEXAGE 3 FPAGE 3 FPAGE18 3 FPAGE15 3 FPAGE20 3 RFSXAGEGP 3 FPPAGE 3 FPRELAGE 3 FPRELYRS 3 FPRLTN 3 FPUSE 3 FPMETH01 3 FPMETH02 3 FPMETH03 3 FPMETH04 3 FPPROBE 3 NFORMWIFE 3 NFORMCOHAB 4 FWVERIFY 3 FWVER 3 FWVERIFY2 3 FWVER2 3 FWVERIFY3 3 FWVER3 3 FCVER 3 FCVERIFY 3 EXRELATION 3 FWMAREND_M 3 FWMAREND_Y 4 CMMARW 4 AGEMARRN 3 LIVTOGN4 3 STRTLIVE_M4 3 STRTLIVE_Y4 4 CMCOHW 4 AGELIV4 3 CMUNIONW 4 ENGAGTHN4 3 MARREND4 3 WIFEDIED_M4 3 WIFEDIED_Y4 4 CMWIDW 4 DIVORFIN_M4 3 DIVORFIN_Y4 4 CMDIVW 4 ANNULLED_M4 3 ANNULLED_Y4 4 CMANNW 4 STOPLIVE_M4 3 STOPLIVE_Y4 4 CMSTOPW 4 EXRELATION2 3 FWMAREND_M2 3 FWMAREND_Y2 4 CMMARW2 4 AGEMARRN2 3 LIVTOGN5 3 STRTLIVE_M5 3 STRTLIVE_Y5 4 CMCOHW2 4 AGELIV5 3 CMUNIONW2 4 ENGAGTHN5 3 MARREND5 3 WIFEDIED_M5 3 WIFEDIED_Y5 4 CMWIDW2 4 DIVORFIN_M5 3 DIVORFIN_Y5 4 CMDIVW2 4 ANNULLED_M5 3 ANNULLED_Y5 4 CMANNW2 4 STOPLIVE_M5 3 STOPLIVE_Y5 4 CMSTOPW2 4 EXRELATION3 3 FWMAREND_M3 3 FWMAREND_Y3 4 CMMARW3 4 AGEMARRN3 3 LIVTOGN6 3 STRTLIVE_M6 3 STRTLIVE_Y6 4 CMCOHW3 4 AGELIV6 3 CMUNIONW3 4 ENGAGTHN6 3 MARREND6 3 WIFEDIED_M6 3 WIFEDIED_Y6 4 CMWIDW3 4 DIVORFIN_M6 3 DIVORFIN_Y6 4 CMDIVW3 4 ANNULLED_M6 3 ANNULLED_Y6 4 CMANNW3 4 STOPLIVE_M6 3 STOPLIVE_Y6 4 CMSTOPW3 4 EXRELATION11 3 STRTLIVE_M14 3 STRTLIVE_Y14 4 CMCOHFC11 4 AGELIV14 3 ENGAGTHN14 3 STOPLIVE_M14 3 STOPLIVE_Y14 4 CMSTOPFC11 4 FWPDOB_M 3 FWPDOB_Y 4 CMFWPDOB 4 FWPAGE 3 WIF1MULT 3 WIF1RACE 3 WIF1HRACE 3 WIF1NRACE 3 FWPMARBF 3 FWPDOB_M2 3 FWPDOB_Y2 4 CMFWPDOB2 4 FWPAGE2 3 FWPMARBF2 3 FWPDOB_M3 3 FWPDOB_Y3 4 CMFWPDOB3 4 FWPAGE3 3 FWPMARBF3 3 FWPDOB_M11 3 FWPDOB_Y11 4 CMFWPDOB11 4 FWPAGE11 3 COH1MULT 3 COH1RACE 3 COH1HRACE 3 COH1NRACE 3 FWPMARBF11 3 FWPBIOKD 3 FWPNUMKD 3 FWPCHSEX 3 FWPCHDOB_M 3 FWPCHDOB_Y 4 CMCHDOB41 4 MULTBIRT41 3 FWCHMARB 3 FWPCHRES 3 FWPCHLRN 3 FWPCHLIV01 3 FWPCHLIV02 3 FWPCHLIV03 3 FWPCHAGE 3 FWPCHLEG 3 FWPCHHOP 3 FWPCHEVR 3 FWPCHFAR 6 FWPRWANT 3 FWPSOON 3 FWPHPYPG 3 FWPCHSEX2 3 FWPCHDOB_M2 3 FWPCHDOB_Y2 4 CMCHDOB42 4 MULTBIRT42 3 FWCHMARB2 3 FWPCHRES2 3 FWPCHLRN2 3 FWPCHLIV11 3 FWPCHLIV12 3 FWPCHLIV13 3 FWPCHAGE2 3 FWPCHLEG2 3 FWPCHHOP2 3 FWPCHEVR2 3 FWPCHFAR2 6 FWPRWANT2 3 FWPSOON2 3 FWPHPYPG2 3 FWPCHSEX3 3 FWPCHDOB_M3 3 FWPCHDOB_Y3 4 CMCHDOB43 4 MULTBIRT43 3 FWCHMARB3 3 FWPCHRES3 3 FWPCHLRN3 3 FWPCHLIV21 3 FWPCHLIV22 3 FWPCHLIV23 3 FWPCHAGE3 3 FWPCHLEG3 3 FWPCHHOP3 3 FWPCHEVR3 3 FWPCHFAR3 6 FWPRWANT3 3 FWPSOON3 3 FWPHPYPG3 3 FWPCHSEX4 3 FWPCHDOB_M4 3 FWPCHDOB_Y4 4 CMCHDOB44 4 MULTBIRT44 3 FWCHMARB4 3 FWPCHRES4 3 FWPCHLRN4 3 FWPCHLIV31 3 FWPCHLIV32 3 FWPCHLIV33 3 FWPCHAGE4 3 FWPCHLEG4 3 FWPCHHOP4 3 FWPCHEVR4 3 FWPCHFAR4 6 FWPRWANT4 3 FWPSOON4 3 FWPHPYPG4 3 FWPCHSEX5 3 FWPCHDOB_M5 3 FWPCHDOB_Y5 4 CMCHDOB45 4 MULTBIRT45 3 FWCHMARB5 3 FWPCHRES5 3 FWPCHLRN5 3 FWPCHLIV41 3 FWPCHLIV42 3 FWPCHLIV43 3 FWPCHAGE5 3 FWPCHLEG5 3 FWPCHHOP5 3 FWPCHEVR5 3 FWPCHFAR5 6 FWPRWANT5 3 FWPSOON5 3 FWPHPYPG5 3 FWPCHSEX6 3 FWPCHDOB_M6 3 FWPCHDOB_Y6 4 CMCHDOB46 4 MULTBIRT46 3 FWCHMARB6 3 FWPCHRES6 3 FWPCHLRN6 3 FWPCHLIV51 3 FWPCHLIV52 3 FWPCHLIV53 3 FWPCHAGE6 3 FWPCHLEG6 3 FWPCHHOP6 3 FWPCHEVR6 3 FWPCHFAR6 3 FWPRWANT6 3 FWPSOON6 3 FWPHPYPG6 3 FWPBIOKD2 3 FWPNUMKD2 3 FWPCHSEX11 3 FWPCHDOB_M11 3 FWPCHDOB_Y11 4 CMCHDOB51 4 MULTBIRT51 3 FWCHMARB11 3 FWPCHRES11 3 FWPCHLRN11 3 FWPCHLIV101 3 FWPCHLIV102 3 FWPCHLIV103 3 FWPCHAGE11 3 FWPCHLEG11 3 FWPCHHOP11 3 FWPCHEVR11 3 FWPCHFAR11 6 FWPRWANT11 3 FWPSOON11 3 FWPHPYPG11 3 FWPCHSEX12 3 FWPCHDOB_M12 3 FWPCHDOB_Y12 4 CMCHDOB52 4 MULTBIRT52 3 FWCHMARB12 3 FWPCHRES12 3 FWPCHLRN12 3 FWPCHLIV111 3 FWPCHLIV112 3 FWPCHLIV113 3 FWPCHAGE12 3 FWPCHLEG12 3 FWPCHHOP12 3 FWPCHEVR12 3 FWPCHFAR12 6 FWPRWANT12 3 FWPSOON12 3 FWPHPYPG12 3 FWPCHSEX13 3 FWPCHDOB_M13 3 FWPCHDOB_Y13 4 CMCHDOB53 4 MULTBIRT53 3 FWCHMARB13 3 FWPCHRES13 3 FWPCHLRN13 3 FWPCHLIV121 3 FWPCHLIV122 3 FWPCHLIV123 3 FWPCHAGE13 3 FWPCHLEG13 3 FWPCHHOP13 3 FWPCHEVR13 3 FWPCHFAR13 4 FWPRWANT13 3 FWPSOON13 3 FWPHPYPG13 3 FWPBIOKD3 3 FWPNUMKD3 3 FWPCHSEX21 3 FWPCHDOB_M21 3 FWPCHDOB_Y21 4 CMCHDOB61 4 MULTBIRT61 3 FWCHMARB21 3 FWPCHRES21 3 FWPCHLRN21 3 FWPCHLIV201 3 FWPCHLIV202 3 FWPCHLIV203 3 FWPCHAGE21 3 FWPCHLEG21 3 FWPCHHOP21 3 FWPCHEVR21 3 FWPCHFAR21 4 FWPRWANT21 3 FWPSOON21 3 FWPHPYPG21 3 FWPCHSEX22 3 FWPCHDOB_M22 3 FWPCHDOB_Y22 4 CMCHDOB62 4 MULTBIRT62 3 FWCHMARB22 3 FWPCHRES22 3 FWPCHLRN22 3 FWPCHLIV211 3 FWPCHLIV212 3 FWPCHLIV213 3 FWPCHAGE22 3 FWPCHLEG22 3 FWPCHHOP22 3 FWPCHEVR22 3 FWPCHFAR22 4 FWPRWANT22 3 FWPSOON22 3 FWPHPYPG22 3 FWPCHSEX23 3 FWPCHDOB_M23 3 FWPCHDOB_Y23 4 CMCHDOB63 4 MULTBIRT63 3 FWCHMARB23 3 FWPCHRES23 3 FWPCHLRN23 3 FWPCHLIV221 3 FWPCHLIV222 3 FWPCHLIV223 3 FWPCHAGE23 3 FWPCHLEG23 3 FWPCHHOP23 3 FWPCHEVR23 3 FWPCHFAR23 4 FWPRWANT23 3 FWPSOON23 3 FWPHPYPG23 3 FWPBIOKD11 3 FWPNUMKD11 3 FWPCHSEX101 3 FWPCHDOB_M101 3 FWPCHDOB_Y101 4 CMCHDOB141 4 MULTBIRT141 3 FWPCHRES101 3 FWPCHLRN101 3 FWPCHLIV1001 3 FWPCHLIV1002 3 FWPCHLIV1003 3 FWPCHAGE101 3 FWPCHLEG101 3 FWPCHHOP101 3 FWPCHEVR101 3 FWPCHFAR101 6 FWPRWANT101 3 FWPSOON101 3 FWPHPYPG101 3 FWPCHSEX102 3 FWPCHDOB_M102 3 FWPCHDOB_Y102 4 CMCHDOB142 4 MULTBIRT142 3 FWPCHRES102 3 FWPCHLRN102 3 FWPCHLIV1011 3 FWPCHLIV1012 3 FWPCHLIV1013 3 FWPCHAGE102 3 FWPCHLEG102 3 FWPCHHOP102 3 FWPCHEVR102 3 FWPCHFAR102 4 FWPRWANT102 3 FWPSOON102 3 FWPHPYPG102 3 FWPCHSEX103 3 FWPCHDOB_M103 3 FWPCHDOB_Y103 4 CMCHDOB143 4 MULTBIRT143 3 FWPCHRES103 3 FWPCHLRN103 3 FWPCHLIV1021 3 FWPCHLIV1022 3 FWPCHLIV1023 3 FWPCHAGE103 3 FWPCHLEG103 3 FWPCHHOP103 3 FWPCHEVR103 3 FWPCHFAR103 6 FWPRWANT103 3 FWPSOON103 3 FWPHPYPG103 3 FWPCHSEX104 3 FWPCHDOB_M104 3 FWPCHDOB_Y104 4 CMCHDOB144 4 MULTBIRT144 3 FWPCHRES104 3 FWPCHLRN104 3 FWPCHLIV1031 3 FWPCHLIV1032 3 FWPCHLIV1033 3 FWPCHAGE104 3 FWPCHLEG104 3 FWPCHHOP104 3 FWPCHEVR104 3 FWPCHFAR104 6 FWPRWANT104 3 FWPSOON104 3 FWPHPYPG104 3 FWPCHSEX105 3 FWPCHDOB_M105 3 FWPCHDOB_Y105 4 CMCHDOB145 4 MULTBIRT145 3 FWPCHRES105 3 FWPCHLRN105 3 FWPCHLIV1041 3 FWPCHLIV1042 3 FWPCHLIV1043 3 FWPCHAGE105 3 FWPCHLEG105 3 FWPCHHOP105 3 FWPCHEVR105 3 FWPCHFAR105 4 FWPRWANT105 3 FWPSOON105 3 FWPHPYPG105 3 FWPOTKID 3 FWPOKNUM 3 FWPOKWTH 3 FWPOKWTHN 3 FWPOKADP1 3 FWPOKADN 3 FWPOKSEX 3 FWPOKAD 3 FWPOKLIV1 3 FWPOKLIV2 3 FWPOKFAR 6 FWPOKAGE 3 FWPOKSEX2 3 FWPOKAD2 3 FWPOKLIV9 3 FWPOKLIV10 3 FWPOKFAR2 6 FWPOKAGE2 3 FWPOKSEX3 3 FWPOKAD3 3 FWPOKLIV17 3 FWPOKLIV18 3 FWPOKFAR3 3 FWPOKAGE3 3 FWPOKSEX4 3 FWPOKAD4 3 FWPOKLIV25 3 FWPOKLIV26 3 FWPOKFAR4 3 FWPOKAGE4 3 E_OKAKIDS 3 FWPOTKID2 3 FWPOKNUM2 3 FWPOKWTH2 3 FWPOKWTHN2 3 FWPOKADP2 3 FWPOKADN2 3 FWPOKSEX11 3 FWPOKAD11 3 FWPOKLIV81 3 FWPOKFAR11 6 FWPOKAGE11 3 FWPOKSEX12 3 FWPOKAD12 3 FWPOKLIV89 3 FWPOKFAR12 6 FWPOKAGE12 3 FWPOKSEX13 3 FWPOKAD13 3 FWPOKLIV97 3 FWPOKFAR13 3 FWPOKAGE13 3 E_OKAKIDS2 3 FWPOTKID3 3 FWPOKNUM3 3 FWPOKWTH3 3 FWPOKWTHN3 3 FWPOKADP3 3 FWPOKADN3 3 FWPOKSEX21 3 FWPOKAD21 3 FWPOKLIV161 3 FWPOKFAR21 3 FWPOKAGE21 3 FWPOKSEX22 3 FWPOKAD22 3 FWPOKLIV169 3 FWPOKFAR22 3 FWPOKAGE22 3 FWPOKSEX23 3 FWPOKAD23 3 FWPOKLIV177 3 FWPOKFAR23 3 FWPOKAGE23 3 FWPOKSEX24 3 FWPOKAD24 3 FWPOKLIV185 3 FWPOKFAR24 3 FWPOKAGE24 3 FWPOKSEX25 3 FWPOKAD25 3 FWPOKLIV193 3 FWPOKFAR25 3 FWPOKAGE25 3 E_OKAKIDS3 3 FWPOTKID11 3 FWPOKNUM11 3 FWPOKWTH11 3 FWPOKWTHN11 3 FWPOKADP11 3 FWPOKADN11 3 FWPOKSEX101 3 FWPOKAD101 3 FWPOKLIV801 3 FWPOKFAR101 6 FWPOKAGE101 3 FWPOKSEX102 3 FWPOKAD102 3 FWPOKLIV809 3 FWPOKFAR102 6 FWPOKAGE102 3 FWPOKSEX103 3 FWPOKAD103 3 FWPOKLIV817 3 FWPOKFAR103 6 FWPOKAGE103 3 FWPOKSEX104 3 FWPOKAD104 3 FWPOKLIV825 3 FWPOKFAR104 3 FWPOKAGE104 3 FWPOKSEX105 3 FWPOKAD105 3 FWPOKLIV833 3 FWPOKFAR105 3 FWPOKAGE105 3 FWPOKSEX106 3 FWPOKAD106 3 FWPOKLIV841 3 FWPOKFAR106 3 FWPOKAGE106 3 E_OKAKIDS11 3 FWPNBEVR 3 FWPNBNUM 3 FWPNBREL 3 FWPNBRL 3 FWPNBFOS 3 FWPNBFS 3 FWPNBAD 3 FWPNBADN 3 FWPNBSEX 3 FWPNBLIV1 3 FWPNBFAR 6 FWPNBAGE 3 FWPNBSEX2 3 FWPNBLIV9 3 FWPNBFAR2 6 FWPNBAGE2 3 FWPNBSEX3 3 FWPNBLIV17 3 FWPNBFAR3 3 FWPNBAGE3 3 FWPNBSEX4 3 FWPNBLIV25 3 FWPNBFAR4 3 FWPNBAGE4 3 E_NBAKIDS 3 FWPNBEVR2 3 FWPNBNUM2 3 FWPNBREL2 3 FWPNBRL2 3 FWPNBFOS2 3 FWPNBFS2 3 FWPNBAD2 3 FWPNBADN2 3 FWPNBSEX11 3 FWPNBLIV81 3 FWPNBFAR11 3 FWPNBAGE11 3 E_NBAKIDS2 3 FWPNBEVR3 3 FWPNBNUM3 3 FWPNBREL3 3 FWPNBRL3 3 FWPNBFOS3 3 FWPNBFS3 3 FWPNBAD3 3 FWPNBADN3 3 FWPNBSEX21 3 FWPNBLIV161 3 FWPNBFAR21 3 FWPNBAGE21 3 E_NBAKIDS3 3 FWPNBEVR11 3 FWPNBNUM11 3 FWPNBREL11 3 FWPNBRL11 3 FWPNBFOS11 3 FWPNBFS11 3 FWPNBAD11 3 FWPNBADN11 3 FWPNBSEX101 3 FWPNBLIV801 3 FWPNBFAR101 6 FWPNBAGE101 3 E_NBAKIDS11 3 OTBCHIL 3 OTBPROBE 3 OTBCHILN 3 OTBSAME 3 OBCSEXX 3 OBCDOB_M 3 OBCDOB_Y 4 CMCHDOB151 4 MULTBIRT151 3 OBCMAGEX 3 OBCMLIV 3 OBCKNOWX 3 OBCLIVEX01 3 OBCLIVEX02 3 OBCLIVEX03 3 OBCAGE 3 OBCLAW 3 OBCHOP 3 OBCEVER 3 OBCFAR 6 OBCRWANX 3 OBCSOONX 3 OBCHPYX 3 OBCSEXX2 3 OBCDOB_M2 3 OBCDOB_Y2 4 CMCHDOB152 4 MULTBIRT152 3 OBCMAGEX2 3 OBCMLIV2 3 OBCKNOWX2 3 OBCLIVEX11 3 OBCLIVEX12 3 OBCLIVEX13 3 OBCAGE2 3 OBCLAW2 3 OBCHOP2 3 OBCEVER2 3 OBCFAR2 6 OBCRWANX2 3 OBCSOONX2 3 OBCHPYX2 3 OBCSEXX3 3 OBCDOB_M3 3 OBCDOB_Y3 4 CMCHDOB153 4 MULTBIRT153 3 OBCMAGEX3 3 OBCMLIV3 3 OBCKNOWX3 3 OBCLIVEX21 3 OBCLIVEX22 3 OBCLIVEX23 3 OBCAGE3 3 OBCLAW3 3 OBCHOP3 3 OBCEVER3 3 OBCFAR3 6 OBCRWANX3 3 OBCSOONX3 3 OBCHPYX3 3 OBCSEXX4 3 OBCDOB_M4 3 OBCDOB_Y4 4 CMCHDOB154 4 MULTBIRT154 3 OBCMAGEX4 3 OBCMLIV4 3 OBCKNOWX4 3 OBCLIVEX31 3 OBCLIVEX32 3 OBCLIVEX33 3 OBCAGE4 3 OBCLAW4 3 OBCHOP4 3 OBCEVER4 3 OBCFAR4 6 OBCRWANX4 3 OBCSOONX4 3 OBCHPYX4 3 OBCSEXX5 3 OBCDOB_M5 3 OBCDOB_Y5 4 CMCHDOB155 4 MULTBIRT155 3 OBCMAGEX5 3 OBCMLIV5 3 OBCKNOWX5 3 OBCLIVEX41 3 OBCLIVEX42 3 OBCLIVEX43 3 OBCAGE5 3 OBCLAW5 3 OBCHOP5 3 OBCEVER5 3 OBCFAR5 4 OBCRWANX5 3 OBCSOONX5 3 OBCHPYX5 3 OBCSEXX6 3 OBCDOB_M6 3 OBCDOB_Y6 4 CMCHDOB156 4 MULTBIRT156 3 OBCMAGEX6 3 OBCMLIV6 3 OBCKNOWX6 3 OBCLIVEX51 3 OBCLIVEX52 3 OBCLIVEX53 3 OBCAGE6 3 OBCLAW6 3 OBCHOP6 3 OBCEVER6 3 OBCFAR6 3 OBCRWANX6 3 OBCSOONX6 3 OBCHPYX6 3 OBCSEXX7 3 OBCDOB_M7 3 OBCDOB_Y7 4 CMCHDOB157 4 MULTBIRT157 3 OBCMAGEX7 3 OBCMLIV7 3 OBCKNOWX7 3 OBCLIVEX61 3 OBCLIVEX62 3 OBCLIVEX63 3 OBCAGE7 3 OBCLAW7 3 OBCHOP7 3 OBCEVER7 3 OBCFAR7 3 OBCRWANX7 3 OBCSOONX7 3 OBCHPYX7 3 OBCSEXX8 3 OBCDOB_M8 3 OBCDOB_Y8 4 CMCHDOB158 4 MULTBIRT158 3 OBCMAGEX8 3 OBCMLIV8 3 OBCKNOWX8 3 OBCLIVEX71 3 OBCLIVEX72 3 OBCLIVEX73 3 OBCAGE8 3 OBCLAW8 3 OBCHOP8 3 OBCEVER8 3 OBCFAR8 3 OBCRWANX8 3 OBCSOONX8 3 OBCHPYX8 3 OBCSEXX9 3 OBCDOB_M9 3 OBCDOB_Y9 4 CMCHDOB159 4 MULTBIRT159 3 OBCMAGEX9 3 OBCMLIV9 3 OBCKNOWX9 3 OBCLIVEX81 3 OBCLIVEX82 3 OBCLIVEX83 3 OBCAGE9 3 OBCLAW9 3 OBCHOP9 3 OBCEVER9 3 OBCFAR9 3 OBCRWANX9 3 OBCSOONX9 3 OBCHPYX9 3 OTACHIL 3 OTACHILN 3 OTNBREL 3 OTNBRL 3 OTNBFOS 3 OTNBFS 3 OTNBAD 3 OTNBADN 3 OTNBSEX 3 OTNBLIV1 3 OTNBLIV2 3 OTNBFAR 6 OTNBAGE 3 OTNBSEX2 3 OTNBLIV9 3 OTNBLIV10 3 OTNBFAR2 6 OTNBAGE2 3 OTNBSEX3 3 OTNBLIV17 3 OTNBFAR3 4 OTNBAGE3 3 F_AKIDS 3 OTPREG 3 OTPRGPRB 3 OTPRGN 3 OTPRGEND 3 OTMSN 3 OTSTN 3 OTABN 3 TOTPRG 3 OTPREGS 3 TOTPREGS_C 4 TOTPREGS_R 4 BIOKIDS 3 ADOPKIDS 3 ANYKIDS 3 BIOADOPT 3 NUMLIFE 4 PREGSNOW 3 BIODOB1 4 BIODOB2 4 BIODOB3 4 BIODOB4 4 BIODOB5 4 BIODOB6 4 BIODOB7 4 BIODOB8 4 BIODOB9 4 BIODOB10 4 BIOMULT1 3 BIOMULT2 3 BIOMULT3 3 BIOMULT4 3 BIOMULT5 3 BIOMULT6 3 BIOMULT7 3 BIOMULT8 3 BIOMULT9 3 BIOMULT10 3 BIOSEX1 3 BIOSEX2 3 BIOSEX3 3 BIOSEX4 3 BIOSEX5 3 BIOSEX6 3 BIOSEX7 3 BIOSEX8 3 BIOSEX9 3 BIOSEX10 3 BIOAGE1 4 BIOAGE2 4 BIOAGE3 4 BIOAGE4 4 BIOAGE5 4 BIOAGE6 4 BIOAGE7 4 BIOAGE8 4 BIOAGE9 4 BIOAGE10 4 BIOAGEGP1 3 BIOAGEGP2 3 BIOAGEGP3 3 BIOAGEGP4 3 BIOAGEGP5 3 BIOAGEGP6 3 BIOAGEGP7 3 BIOAGEGP8 3 BIOAGEGP9 3 BIOAGEGP10 3 BIOHH1 3 BIOHH2 3 BIOHH3 3 BIOHH4 3 BIOHH5 3 BIOHH6 3 BIOHH7 3 BIOHH8 3 BIOHH9 3 BIOHH10 3 BIOMOM1 3 BIOMOM2 3 BIOMOM3 3 BIOMOM4 3 BIOMOM5 3 BIOMOM6 3 BIOMOM7 3 BIOMOM8 3 BIOMOM9 3 BIOMOM10 3 BIOMAR1 3 BIOMAR2 3 BIOMAR3 3 BIOMAR4 3 BIOMAR5 3 BIOMAR6 3 BIOMAR7 3 BIOMAR8 3 BIOMAR9 3 BIOMAR10 3 BIOCOHB1 3 BIOCOHB2 3 BIOCOHB3 3 BIOCOHB4 3 BIOCOHB5 3 BIOCOHB6 3 BIOCOHB7 3 BIOCOHB8 3 BIOCOHB9 3 BIOCOHB10 3 BIOLRNPG1 3 BIOLRNPG2 3 BIOLRNPG3 3 BIOLRNPG4 3 BIOLRNPG5 3 BIOLRNPG6 3 BIOLRNPG7 3 BIOLRNPG8 3 BIOLRNPG9 3 BIOLRNPG10 3 BIOLIVNG11 3 BIOLIVNG12 3 BIOLIVNG13 3 BIOLIVNG21 3 BIOLIVNG22 3 BIOLIVNG23 3 BIOLIVNG31 3 BIOLIVNG32 3 BIOLIVNG33 3 BIOLIVNG41 3 BIOLIVNG42 3 BIOLIVNG43 3 BIOLIVNG51 3 BIOLIVNG52 3 BIOLIVNG53 3 BIOLIVNG61 3 BIOLIVNG62 3 BIOLIVNG63 3 BIOLIVNG71 3 BIOLIVNG72 3 BIOLIVNG73 3 BIOLIVNG81 3 BIOLIVNG82 3 BIOLIVNG83 3 BIOLIVNG91 3 BIOLIVNG92 3 BIOLIVNG93 3 BIOLIVNG101 3 BIOLIVNG102 3 BIOLIVNG103 3 BIOLGPAT1 3 BIOLGPAT2 3 BIOLGPAT3 3 BIOLGPAT4 3 BIOLGPAT5 3 BIOLGPAT6 3 BIOLGPAT7 3 BIOLGPAT8 3 BIOLGPAT9 3 BIOLGPAT10 3 BIOHSPAT1 3 BIOHSPAT2 3 BIOHSPAT3 3 BIOHSPAT4 3 BIOHSPAT5 3 BIOHSPAT6 3 BIOHSPAT7 3 BIOHSPAT8 3 BIOHSPAT9 3 BIOHSPAT10 3 BIOLVEVR1 3 BIOLVEVR2 3 BIOLVEVR3 3 BIOLVEVR4 3 BIOLVEVR5 3 BIOLVEVR6 3 BIOLVEVR7 3 BIOLVEVR8 3 BIOLVEVR9 3 BIOLVEVR10 3 BIOHWFAR1 6 BIOHWFAR2 6 BIOHWFAR3 6 BIOHWFAR4 6 BIOHWFAR5 6 BIOHWFAR6 6 BIOHWFAR7 6 BIOHWFAR8 6 BIOHWFAR9 3 BIOHWFAR10 3 BIOWANT1 3 BIOWANT2 3 BIOWANT3 3 BIOWANT4 3 BIOWANT5 3 BIOWANT6 3 BIOWANT7 3 BIOWANT8 3 BIOWANT9 3 BIOWANT10 3 BIOHSOON1 3 BIOHSOON2 3 BIOHSOON3 3 BIOHSOON4 3 BIOHSOON5 3 BIOHSOON6 3 BIOHSOON7 3 BIOHSOON8 3 BIOHSOON9 3 BIOHSOON10 3 BIOHPYPG1 3 BIOHPYPG2 3 BIOHPYPG3 3 BIOHPYPG4 3 BIOHPYPG5 3 BIOHPYPG6 3 BIOHPYPG7 3 BIOHPYPG8 3 BIOHPYPG9 3 BIOHPYPG10 3 CRALL 3 CRALLU5 3 CRALL518 3 CRMALU5 3 CRMAL518 3 CRFEMU5 3 CRFEM518 3 NCALL 3 NCALLU5 3 NCALL518 3 NCMALU5 3 NCMAL518 3 NCFEMU5 3 NCFEM518 3 CROUTG 3 CRRELG 3 CRPTA 3 CRHELP 3 CRTALK 3 CRTAKE 3 CRMEAL 3 CRFEED 3 CRBATH 3 CRPLAY 3 CRREAD 3 CRGOOD 3 NCVISIT 3 NCSATVIS 3 NCEMAIL 3 NCOUTG 3 NCRELG 3 NCPTA 3 INTROGB6 3 NCHELP 3 NCTALK 3 NCTAKE 3 NCMEAL 3 INTROGB11 3 NCFEED 3 NCBATH 3 NCPLAY 3 NCREAD 3 NCGOOD 3 NCMONEY 3 NCREG 3 NCAGREE 3 NCAGREEN 3 CHSUPPYR 3 RWANT 3 PROBWANT 3 JINTEND 3 JSUREINT 3 JINTENDN 3 JEXPECTL 3 JEXPECTS 3 INTEND 3 INTENDN 3 EXPECTL 3 EXPECTS 3 USUALCAR 3 USLPLACE 3 COVER12 3 NUMNOCOV 3 COVERHOW01 3 COVERHOW02 3 COVERHOW03 3 COVERHOW04 3 NOWCOVER01 3 NOWCOVER02 3 NOWCOVER03 3 NOWCOVER04 3 GOFPCWGF 3 WHENGOGF 3 YOUGOFPC 3 WHENGOFP 3 YOUFPSVC1 3 YOUFPSVC2 3 YOUFPSVC3 3 YOUFPSVC4 3 YOUFPSVC5 3 YOUFPSVC6 3 LIMITED 3 EQUIPMNT 3 PHYSEXAM 3 TESTICHK 3 BCADVICE 3 BCADVICEF 3 BCADVICEM 3 STERADVI 3 STDADVIC 3 HIVADVIC 3 ONEVISIT 3 NUMVISIT 3 PLACEVIS01 3 PLACEVIS02 3 PLACEVIS03 3 PLACEVIS04 3 PLACEVIS05 3 SVCPAY1 3 SVCPAY2 3 SVCPAY3 3 INFHELP 3 INFSVCS1 3 INFSVCS2 3 INFSVCS3 3 INFSVCS4 3 INFSVCS5 3 INFSVCS6 3 INFTEST 3 WHOINSEM 3 INFHLPNW 3 LASTVIS_M 3 LASTVIS_Y 4 CMINFVIS 4 INFRTHIS1 3 INFRTHIS2 3 INFRTHIS3 3 DONBLD85 3 HIVTEST 3 WHENHIV_M 3 WHENHIV_Y 4 CMHIVTST 4 HIVTSTYR 3 RAPIDHIV 3 HIVSOON 3 HIVKIND 3 PLCHIV 3 HIVTST 3 WHOSUGG 3 TALKDOCT 3 AIDSTALK01 3 AIDSTALK02 3 AIDSTALK03 3 AIDSTALK04 3 AIDSTALK05 3 AIDSTALK06 3 AIDSTALK07 3 AIDSTALK08 3 AIDSTALK09 3 AIDSTALK10 3 RETROVIR 3 SAMEADD 3 CNTRY00 3 BRNOUT 3 YRSTRUS 4 PAYDU 3 RELRAISD 3 ATTND14 3 RELCURR 3 RELTRAD 3 FUNDAM1 3 FUNDAM2 3 FUNDAM3 3 FUNDAM4 3 RELDLIFE 3 ATTNDNOW 3 MILSVC 3 STARTMIL 3 ENDMIL 3 EVWRK6MO 3 BEGFSTWK_M 3 BEGFSTWK_Y 4 CMBFSTWK 4 EVRNTWRK 3 WRK12MOS 3 FPT12MOS 3 DOLASTWK1 3 DOLASTWK2 3 DOLASTWK3 3 DOLASTWK4 3 DOLASTWK5 3 DOLASTWK6 3 RWRKST 3 EVERWORK 3 RPAYJOB 3 RNUMJOB 3 RFTPTX 3 REARNTY 3 SPLSTWK1 3 SPLSTWK2 3 SPLSTWK3 3 SPLSTWK4 3 SPLSTWK5 3 SPLSTWK6 3 SPWRKST 3 SPPAYJOB 3 SPNUMJOB 3 SPFTPTX 3 SPEARNTY 3 BETTER 3 STAYTOG 3 SAMESEX 3 ANYACT 3 SXOK18 3 SXOK16 3 CHUNLESS 3 CHREWARD 3 CHSUPPOR 3 GAYADOPT 3 OKCOHAB 3 WARM 3 ACHIEVE 3 FAMILY 3 REACTSLF 3 CHBOTHER 3 MARRFAIL 3 CHCOHAB 3 PRVNTDIV 3 GETALONG 3 PMARCOHB 3 COHCHANCE 3 MARRCHANCE 3 PMARCOH 3 LESSPLSR 3 EMBARRAS 3 APPREC1 3 ACASILANG 3 GENHEALT 3 INCHES 3 RWEIGHT 4 BMI 3 EARNTYPE 3 EARN 3 EARNDK1 3 EARNDK2 3 EARNDK3 3 WAGE 3 SELFINC 3 SOCSEC 3 DISABIL 3 RETIRE 3 SSI 3 UNEMP 3 CHLDSUPP 3 INTEREST 3 DIVIDEND 3 OTHINC 3 TOINCWMY 3 TOTINC 3 FMINCDK1 3 FMINCDK2 3 FMINCDK3 3 PUBASST 3 PUBASTYP1 3 FOODSTMP 3 WIC 3 HLPTRANS 3 HLPCHLDC 3 HLPJOB 3 AGER 3 FMARITAL 3 RMARITAL 3 EDUCAT 3 HIEDUC 3 HISPANIC 3 NUMRACE 3 RACE 3 HISPRACE 3 HISPRACE2 3 NUMKDHH 3 NUMFMHH 3 HHFAMTYP 3 HHPARTYP 3 NCHILDHH 3 HHKIDTYP 3 CSPBBHH 3 CSPSBHH 3 CSPOKDHH 3 INTCTFAM 3 PARAGE14 3 EDUCMOM 3 AGEMOMB1 3 FMARNO 3 AGER_I 3 FMARITAL_I 3 RMARITAL_I 3 EDUCAT_I 3 HIEDUC_I 3 HISPANIC_I 3 RACE_I 3 HISPRACE_I 3 HISPRACE2_I 3 NUMKDHH_I 3 NUMFMHH_I 3 HHFAMTYP_I 3 HHPARTYP_I 3 NCHILDHH_I 3 HHKIDTYP_I 3 CSPBBHH_I 3 CSPSBHH_I 3 CSPOKDHH_I 3 INTCTFAM_I 3 PARAGE14_I 3 EDUCMOM_I 3 AGEMOMB1_I 3 FMARNO_I 3 HADSEX 3 SEXONCE 3 VRY1STSX 4 FIRSTPFLAG 3 VRY1STAG 3 ELAPSED 4 SEXMAR 4 SEXUNION 4 FSEXPAGE 4 FSEXRLTN 3 SEX1MTHD1 3 SEX1MTHD2 3 SEX1MTHD3 3 SEX1MTHD4 3 LSEXDATE 4 LSEXDATE2 4 ORDERFLAG 3 SEX3MO 3 SEX12MO 3 LSEXRAGE 3 LSEXPAGE 4 LSEXPRAC 3 LSEXRLTN 3 LSEXUSE1 3 LSEXUSE2 3 LSEXUSE3 3 LSEXUSE4 3 METH12M1 3 METH12M2 3 METH12M3 3 METH12M4 3 METH3M1 3 METH3M2 3 METH3M3 3 METH3M4 3 NUMP3MOS 3 LIFPRTNR 3 PARTS1YR 3 PARTDUR2 4 PARTDUR3 4 COHEVER 3 EVMARCOH 3 PMARRNO 3 MARDAT01 4 MARDAT02 4 MARDAT03 4 MARDAT04 4 MAREND01 3 MAREND02 3 MAREND03 3 MAREND04 3 MARDIS01 4 MARDIS02 4 MARDIS03 4 MARDIS04 4 MAR1DISS 4 PREMARW1 3 COHAB1 4 COHSTAT 3 COHOUT 3 COH1DUR 4 CSPBIOKD 3 DATBABY1 4 AGEBABY1 3 B1PREMAR 3 MARBABY1 3 CEBOW 3 CEBOWC 3 CEBOWP 3 EVRNOPAT 3 NONLIVEB 3 COMPREG 3 ABORTION 3 LOSSNUM 3 PARENT01 3 PARENT02 3 PARENT03 3 PARENT04 3 PARENT05 3 PARENT06 3 PARENT07 3 PARENT08 3 PARENT09 3 PARENT10 3 WANTB01 3 WANTB02 3 WANTB03 3 WANTB04 3 WANTB05 3 WANTB06 3 WANTB07 3 WANTB08 3 WANTB09 3 WANTB10 3 UNINTB5 3 HADSEX_I 3 SEXONCE_I 3 VRY1STSX_I 3 VRY1STAG_I 3 SEXMAR_I 3 SEXUNION_I 3 FSEXPAGE_I 3 FSEXRLTN_I 3 SEX1MTHD1_I 3 SEX1MTHD2_I 3 SEX1MTHD3_I 3 SEX1MTHD4_I 3 LSEXDATE_I 3 LSEXDATE2_I 3 SEX3MO_I 3 SEX12MO_I 3 LSEXRAGE_I 3 LSEXPAGE_I 3 LSEXPRAC_I 3 LSEXRLTN_I 3 LSEXUSE1_I 3 LSEXUSE2_I 3 LSEXUSE3_I 3 LSEXUSE4_I 3 METH12M1_I 3 METH12M2_I 3 METH12M3_I 3 METH12M4_I 3 METH3M1_I 3 METH3M2_I 3 METH3M3_I 3 METH3M4_I 3 NUMP3MOS_I 3 LIFPRTNR_I 3 PARTS1YR_I 3 PARTDUR1_I 3 PARTDUR2_I 3 PARTDUR3_I 3 COHEVER_I 3 EVMARCOH_I 3 PMARRNO_I 3 NONMARR_I 3 TIMESCOH_I 3 MARDAT01_I 3 MARDAT02_I 3 MARDAT03_I 3 MARDAT04_I 3 MAREND01_I 3 MAREND02_I 3 MAREND03_I 3 MAREND04_I 3 MARDIS01_I 3 MARDIS02_I 3 MARDIS03_I 3 MARDIS04_I 3 MAR1DISS_I 3 PREMARW1_I 3 COHAB1_I 3 COHSTAT_I 3 COHOUT_I 3 COH1DUR_I 3 CSPBIOKD_I 3 DATBABY1_I 3 AGEBABY1_I 3 B1PREMAR_I 3 MARBABY1_I 3 CEBOW_I 3 CEBOWC_I 3 CEBOWP_I 3 EVRNOPAT_I 3 NONLIVEB_I 3 COMPREG_I 3 ABORTION_I 3 LOSSNUM_I 3 PARENT01_I 3 PARENT02_I 3 PARENT03_I 3 PARENT04_I 3 PARENT05_I 3 PARENT06_I 3 PARENT07_I 3 PARENT08_I 3 PARENT09_I 3 PARENT10_I 3 WANTB01_I 3 WANTB02_I 3 WANTB03_I 3 WANTB04_I 3 WANTB05_I 3 WANTB06_I 3 WANTB07_I 3 WANTB08_I 3 WANTB09_I 3 WANTB10_I 3 UNINTB5_I 3 DADTYPE 3 DADTYPU5 3 DADTYP518 3 NUMCRU18 3 NUMNCU18 3 SUPP12MO 3 DADTYPE_I 3 DADTYPU5_I 3 DADTYP518_I 3 NUMCRU18_I 3 NUMNCU18_I 3 SUPP12MO_I 3 INTENT 3 ADDEXP 4 INTENT_I 3 ADDEXP_I 3 CURR_INS 3 INFEVER 3 EVHIVTST 3 CURR_INS_I 3 INFEVER_I 3 EVHIVTST_I 3 METRO 3 RELIGION 3 LABORFOR 3 METRO_I 3 RELIGION_I 3 LABORFOR_I 3 POVERTY 4 TOTINCR 3 PUBASSIS 3 POVERTY_I 3 TOTINCR_I 3 PUBASSIS_I 3 SECU 3 SEST 4 CMINTVW 4 CMLSTYR 4 CMFIVYR 4 QUESTYEAR 3 QUARTER 3 ; RUN ;