[# FERTILITY [#REPLACED ALL REFERENCES TO F1SX WITH t3sex 8/4/2001 BBD] [#t3sex IS CALCULATED BASED ON T1/T2 INPUT ITEMS] >ij1< [define <-3>] [define <-4>] [define <-5>] [define <-6>] [define <-7>] [allow 14] [store in ij1] [#if F1SX isnt <1> goto j1] [if t3sex ne <1> goto j1][#REVISED 8/4/2001 BBD] [store in ij1] >j1< [##dname = KO154] [##label = number of children] [#changed] [#ADDED DK/R DEFINITIONS 3/21/2001 bbd] [define <-1>] [define <-2>] [missing <-1> <-2>] Now we have a few questions about having children. How many children, if any, have you (given birth to/fathered)? <0> NONE [goto ij14] <1-9> ONE TO NINE CHILDREN DON'T KNOW[goto ij14] REFUSED [goto ij14] @ [#****************************************************************] [#CALCULATE BEGINNING AND ENDING OF THREE MARRIAGES 7/21/2001 BBD] [#THESE ITEMS CONTAIN THE NUMBER OF THE MONTH, AND ARE USED TO DETERMINE] [#WHETHER A CHILD WAS BORN WITHIN A MARRIAGE (OFFSET BY THREE MONTHS FROM] [#THE START)] >mar1a< [allow 8] [##label = BEGINNING OF MARRIAGE MINUS THREE MONTHS] [store d2y in mar1a] [multiply mar1a by <12>] [subtract <3> from mar1a] [#OFFSET BEGINNING OF MARRIAGE BY THREE] [add d2 to mar1a] >mar1b< [allow 8] [##label = END OF MARRIAGE] [store d3y in mar1b] [multiply mar1b by <12>] [add d3 to mar1b] [if d3y eq <> or d3 eq <>] [#IF MARRIAGE HAS NOT ENDED, STORE 99,999 AS ENDING MONTH BBD] [#THIS PUTS THE "END" OF THE MARRIAGE WELL PAST THE DATE OF BIRTH] [#FOR ANY OF THE RESPONDENT'S CHILDREN] [store <99999> in mar1b] [endif] [#****************************************************************] >j2< [##dname = KO155P1M] [##label = mo child 1 born] In what month and year was your first child born? (RECORD MONTH BELOW) <1> JANUARY <4> APRIL <7> JULY <10> OCTOBER <2> FEBRUARY <5> MAY <8> AUGUST <11> NOVEMBER <3> MARCH <6> JUNE <9> SEPTEMBER <12> DECEMBER DON'T KNOW [#goto j3][#ADDED SKIP FOR DON'T KNOW ALSO 7/21/2001 BBD] REFUSED [#goto j3] @ >j2u< [##dname = KO155P1Y] [##label = yr child 1 born] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW [#goto j3][#ADDED SKIP 7/21/2001 BBD][#removed skip 7/31 dw] REFUSED [#goto j3][#ADDED SKIP 7/21/2001 BBD][#removed skip 7/31 dw] @ [#added planning status items from MR interview 7/31/01 dw] >NF7a< [##dname = KJ6P01] [##label = r want baby before child 1] [#new] Just before that pregnancy began, did you yourself want to have a baby at SOME time? <1> YES <2> NO [goto NF7c][#PRECODE CONVERSION ITEM F7a 5 = 2] DON'T KNOW REFUSED @ >NF7b< [##dname = KJ7P01] [##label = r timing pregnancy child 1] [#new] Did that pregnancy occur sooner than you wanted, later than you wanted, or at about the right time? <1> SOONER <2> LATER <3> ABOUT THE RIGHT TIME DON'T KNOW REFUSED @ >NF7c< [##dname = KJ8P01] [##label = m/f want baby before child 1] [#new] And what about the (mother/father) - just before that pregnancy began, did (she/he) want (you) to have a baby at some time? <1> YES <2> NO [goto j2umon][#PRECODE CONVERSION ITEM F7c 5 = 2] DON'T KNOW REFUSED @ >NF7d< [##dname = KJ9P01] [##label = m/f timing pregnancy child 1] [#new] Did that pregnancy occur sooner than the (mother/father) wanted, later than (she/he) wanted, or at about the right time? <1> SOONER <2> LATER <3> ABOUT THE RIGHT TIME DON'T KNOW REFUSED @ [#ADDED 7/21/2001 BBD] >j2umon< [allow 8] [##label = MONTH COMPARISON TO MAR1A] [store j2u in j2umon] [multiply j2umon by <12>] [add j2 to j2umon] >j2ubirth< [allow 1] [##label = WAS BIRTH OUTSIDE MARRIAGE AND THREE MONTHS PRIOR] [#CALCULATE WHETHER BIRTH IS OUTSIDE MARRIAGE AND THREE MONTHS PRIOR BBD] [#0 = BORN OUTSIDE OF MARRIAGE] [store <0> in j2ubirth] [if j2umon ge mar1a] [store <1> in j2ubirth] [endif] [#GO TO j2ub IF BIRTH OUTSIDE A SPELL OF MARRIAGE AND GE 3 MONTHS BEFORE A MARRIAGE PER LB] >j2ub< [##dname = KX53P1] [##label = was 1st wife/husband parent of child 1] [#new] [if j2ubirth eq <1> goto ij4][#ADDED 7/21/2001 BBD] Was your first (wife/husband) the (mother/father) of this child? <1> YES <2> NO DON'T KNOW REFUSED @ >j3< [##dname = KO156P1] [##label = where child 1 lives] Where does this child live now? <1> WITH R (ME) IN THIS HOUSEHOLD <2> WITH OTHER (BIOLOGICAL) PARENT <3> WITH GRANDPARENT(S) <4> WITH ADOPTIVE PARENT(S) <5> WITH FOSTER PARENT(S) <6> WITH OTHER RELATIVES <7> CHILD DECEASED <-6> OTHER (ENTER TEXT) [specify] DON'T KNOW REFUSED @ >ij4< [if j1 eq <1> goto ij14] >j4< [##dname = KO155P2M] [##label = mo child 2 born] In what month and year was your second child born? (RECORD MONTH BELOW) <1> JANUARY <4> APRIL <7> JULY <10> OCTOBER <2> FEBRUARY <5> MAY <8> AUGUST <11> NOVEMBER <3> MARCH <6> JUNE <9> SEPTEMBER <12> DECEMBER DON'T KNOW [#goto j5][#ADDED SKIP FOR DON'T KNOW ALSO 7/21/2001 BBD] REFUSED [#goto j5] @ >j4u< [##dname = KO155P2Y] [##label = yr child 2 born] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW [#goto j5][#ADDED SKIP 7/21/2001 BBD] REFUSED [#goto j5][#ADDED SKIP 7/21/2001 BBD] @ [#added planning status items from MR interview dw 7/31/01 per lb] >NF10a< [##dname = KJ6P02] [##label = r want baby before child 2] [#new] Just before that pregnancy began, did you yourself want to have another baby at SOME time? <1> YES <2> NO [goto NF10c][#PRECODE CONVERSION ITEM F10a 5 = 2] DON'T KNOW REFUSED @ >NF10b< [##dname = KJ7P02] [##label = r timing pregnancy child 2] [#new] Did that pregnancy occur sooner than you wanted, later than you wanted, or at about the right time? <1> SOONER <2> LATER <3> ABOUT THE RIGHT TIME DON'T KNOW REFUSED @ >NF10c< [##dname = KJ8P02] [##label = m/f want baby before child 2] [#new] And what about the (mother/father) - just before that pregnancy began, did (she/he) want (you) to have another baby at some time? <1> YES <2> NO [goto j4umon][#PRECODE CONVERSION ITEM F10c 5 = 2] DON'T KNOW REFUSED @ >NF10d< [##dname = KJ9P02] [##label = m/f timing pregnancy child 2] [#new] Did that pregnancy occur sooner than the (mother/father) wanted, later than (she/he) wanted, or at about the right time? <1> SOONER <2> LATER <3> ABOUT THE RIGHT TIME DON'T KNOW REFUSED @ [#ADDED 7/21/2001 BBD] >j4umon< [allow 8] [##label = MONTH COMPARISON TO MAR1A] [store j4u in j4umon] [multiply j4umon by <12>] [add j4 to j4umon] >j4ubirth< [allow 1] [##label = WAS BIRTH OUTSIDE MARRIAGE AND THREE MONTHS PRIOR] [#CALCULATE WHETHER BIRTH IS OUTSIDE MARRIAGE AND THREE MONTHS PRIOR BBD] [#0 = BORN OUTSIDE OF MARRIAGE] [store <0> in j4ubirth] [if j4umon ge mar1a] [store <1> in j4ubirth] [endif] [#ADDED SKIP TO ij6 9/18/2001 BBD] [goto ij6] >j4ub< [##dname = KX53P2] [##label = 1st/2nd wife/husband parent of child 2] [#new] [if j4ubirth eq <1> goto ij6][#ADDED 7/21/2001 BBD] Was your (first/second) (wife/husband) the (mother/father) of this child? <1> YES <2> NO DON'T KNOW REFUSED @ >j5< [##dname = KO156P2] [##label = where child 2 lives] Where does this child live now? <1> WITH R IN THIS HOUSEHOLD <2> WITH OTHER (BIOLOGICAL) PARENT <3> WITH GRANDPARENT(S) <4> WITH ADOPTIVE PARENT(S) <5> WITH FOSTER PARENT(S) <6> WITH OTHER RELATIVES <7> CHILD DECEASED <-6> OTHER (ENTER TEXT) [specify] DON'T KNOW REFUSED @ >ij6< [if j1 eq <2> goto ij14] >j6< [##dname = KO155P3M] [##label = mo child 3 born] In what month and year was your third child born? (RECORD MONTH BELOW) <1> JANUARY <4> APRIL <7> JULY <10> OCTOBER <2> FEBRUARY <5> MAY <8> AUGUST <11> NOVEMBER <3> MARCH <6> JUNE <9> SEPTEMBER <12> DECEMBER DON'T KNOW [#goto j7][#ADDED SKIP FOR DON'T KNOW ALSO 7/21/2001 BBD] REFUSED [#goto j7] @ >j6u< [##dname = KO155P3Y] [##label = yr child 3 born] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW [#goto j7][#ADDED SKIP 7/21/2001 BBD] REFUSED [#goto j7][#ADDED SKIP 7/21/2001 BBD] @ [#added planning status items from MR interview per lb dw 7/31/01] >NF13a< [##dname = KJ6P03] [##label = r want baby before child 3] [#new] Just before that pregnancy began, did you yourself want to have another baby at SOME time? <1> YES <2> NO [goto NF13c][#PRECODE CONVERSION ITEM F13a 5 = 2] DON'T KNOW REFUSED @ >NF13b< [##dname = KJ7P03] [##label = r timing pregnancy child 3] [#new] Did that pregnancy occur sooner than you wanted, later than you wanted, or at about the right time? <1> SOONER <2> LATER <3> ABOUT THE RIGHT TIME DON'T KNOW REFUSED @ >NF13c< [##dname = KJ8P03] [##label = m/f want baby before child 3] [#new] And what about the (mother/father) - just before that pregnancy began, did (she/he) want (you) to have another baby at some time? <1> YES <2> NO [goto j6umon][#PRECODE CONVERSION ITEM F13c 5 = 2] DON'T KNOW REFUSED @ >NF13d< [##dname = KJ9P03] [##label = m/f timing pregnancy child 3] [#new] Did that pregnancy occur sooner than the (mother/father) wanted, later than (she/he) wanted, or at about the right time? <1> SOONER <2> LATER <3> ABOUT THE RIGHT TIME DON'T KNOW REFUSED @ [#ADDED 7/21/2001 BBD] >j6umon< [allow 8] [##label = MONTH COMPARISON TO MAR1A] [store j6u in j6umon] [multiply j6umon by <12>] [add j6 to j6umon] >j6ubirth< [allow 1] [##label = WAS BIRTH OUTSIDE MARRIAGE AND THREE MONTHS PRIOR] [#CALCULATE WHETHER BIRTH IS OUTSIDE MARRIAGE AND THREE MONTHS PRIOR BBD] [#0 = BORN OUTSIDE OF MARRIAGE] [store <0> in j6ubirth] [if j6umon ge mar1a] [store <1> in j6ubirth] [endif] [#ADDED SKIP TO ij8 9/18/2001 BBD] [goto ij8] >j6ub< [##dname = KX53P3] [##label = 1st/2nd wife/husband parent of child 3] [#new] [if j6ubirth eq <1> goto ij8][#ADDED 7/21/2001 BBD] Was your (first/second) (wife/husband) the (mother/father) of this child? <1> YES <2> NO DON'T KNOW REFUSED @ >j7< [##dname = KO156P3] [##label = where child 3 lives] Where does this child live now? <1> WITH R IN THIS HOUSEHOLD <2> WITH OTHER (BIOLOGICAL) PARENT <3> WITH GRANDPARENT(S) <4> WITH ADOPTIVE PARENT(S) <5> WITH FOSTER PARENT(S) <6> WITH OTHER RELATIVES <7> CHILD DECEASED <-6> OTHER (ENTER TEXT) [specify] DON'T KNOW REFUSED @ >ij8< [if j1 eq <3> goto ij14] >j8< [##dname = KO155P4M] [##label = mo child 4 born] In what month and year was your fourth child born? (RECORD MONTH BELOW) <1> JANUARY <4> APRIL <7> JULY <10> OCTOBER <2> FEBRUARY <5> MAY <8> AUGUST <11> NOVEMBER <3> MARCH <6> JUNE <9> SEPTEMBER <12> DECEMBER DON'T KNOW [#goto j9][#ADDED SKIP FOR DON'T KNOW ALSO 7/21/2001 BBD] REFUSED [#goto j9] @ >j8u< [##dname = KO155P4Y] [##label = yr child 4 born] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW [#goto j9][#ADDED SKIP 7/21/2001 BBD] REFUSED [#goto j9][#ADDED SKIP 7/21/2001 BBD] @ [#added planning status items from mr interview per lb 7/31/01 dw] >NF16a< [##dname = KJ6P04] [##label = r want baby before child 4] [#new] Just before that pregnancy began, did you yourself want to have another baby at SOME time? <1> YES <2> NO [goto NF16c][#PRECODE CONVERSION ITEM F16a 5 = 2] DON'T KNOW REFUSED @ >NF16b< [##dname = KJ7P04] [##label = r timing pregnancy child 4] [#new] Did that pregnancy occur sooner than you wanted, later than you wanted, or at about the right time? <1> SOONER <2> LATER <3> ABOUT THE RIGHT TIME DON'T KNOW REFUSED @ >NF16c< [##dname = KJ8P04] [##label = m/f want baby before child 4] [#new] And what about the (mother/father) - just before that pregnancy began, (she/he) want (you) to have another baby at some time? <1> YES <2> NO [goto j8umon][#PRECODE CONVERSION ITEM F16c 5 = 2] DON'T KNOW REFUSED @ >NF16d< [##dname = KJ9P04] [##label = m/f timing pregnancy child 4] [#new] Did that pregnancy occur sooner than the (mother/father) wanted, later than (she/he) wanted or at about the right time? <1> SOONER <2> LATER <3> ABOUT THE RIGHT TIME DON'T KNOW REFUSED @ [#ADDED 7/21/2001 BBD] >j8umon< [allow 8] [##label = MONTH COMPARISON TO MAR1A] [store j8u in j8umon] [multiply j8umon by <12>] [add j8 to j8umon] >j8ubirth< [allow 1] [##label = WAS BIRTH OUTSIDE MARRIAGE AND THREE MONTHS PRIOR] [#CALCULATE WHETHER BIRTH IS OUTSIDE MARRIAGE AND THREE MONTHS PRIOR BBD] [#0 = BORN OUTSIDE OF MARRIAGE] [store <0> in j8ubirth] [if j8umon ge mar1a] [store <1> in j8ubirth] [endif] [#ADDED SKIP TO ij10 9/18/2001 BBD] [goto ij10] >j8ub< [##dname = KX53P4] [##label = 1st/2nd wife/husband parent of child 4] [#new] [if j8ubirth eq <1> goto ij10][#ADDED 7/21/2001 BBD] Was your (first/second) (wife/husband) the (mother/father) of this child? <1> YES <2> NO DON'T KNOW REFUSED @ >j9< [##dname = KO156P4] [##label = where child 4 lives] Where does this child live now? <1> WITH R IN THIS HOUSEHOLD <2> WITH OTHER (BIOLOGICAL) PARENT <3> WITH GRANDPARENT(S) <4> WITH ADOPTIVE PARENT(S) <5> WITH FOSTER PARENT(S) <6> WITH OTHER RELATIVES <7> CHILD DECEASED <-6> OTHER (ENTER TEXT) [specify] DON'T KNOW REFUSED @ >ij10< [if j1 eq <4> goto ij14] >j10< [##dname = KO155P5M] [##label = mo child 5 born] In what month and year was your fifth child born? (RECORD MONTH BELOW) <1> JANUARY <4> APRIL <7> JULY <10> OCTOBER <2> FEBRUARY <5> MAY <8> AUGUST <11> NOVEMBER <3> MARCH <6> JUNE <9> SEPTEMBER <12> DECEMBER DON'T KNOW [#goto j11][#ADDED SKIP FOR DON'T KNOW ALSO 7/21/2001 BBD] REFUSED [#goto j11] @ >j10u< [##dname = KO155P5Y] [##label = yr child 5 born] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW [#goto j11][#ADDED SKIP 7/21/2001 BBD] REFUSED [#goto j11][#ADDED SKIP 7/21/2001 BBD] @ >NF19a< [##dname = KJ6P05] [##label = r want baby before child 5] [#new] Just before that pregnancy began, did you yourself want to have another baby at SOME time? <1> YES <2> NO [goto NF19c][#PRECODE CONVERSION ITEM F19a 5 = 2] DON'T KNOW REFUSED @ >NF19b< [##dname = KJ7P05] [##label = r timing pregnancy child 5] [#new] Did that pregnancy occur sooner than you wanted, later than you wanted, or at about the right time? <1> SOONER <2> LATER <3> ABOUT THE RIGHT TIME DON'T KNOW REFUSED @ >NF19c< [##dname = KJ8P05] [##label = m/f want baby before child 5] [#new] And what about the (mother/father) - just before that pregnancy began, (she/he) want (you) to have another baby at some time? <1> YES <2> NO [goto j10umon][#PRECODE CONVERSION ITEM F19c 5 = 2] DON'T KNOW REFUSED @ >NF19d< [##dname = KJ9P05] [##label = m/f timing pregnancy] [#new] Did that pregnancy occur sooner than the (mother/father) wanted, later than (she/he) wanted, or at about the right time? <1> SOONER <2> LATER <3> ABOUT THE RIGHT TIME DON'T KNOW REFUSED @ [#ADDED 7/21/2001 BBD] >j10umon< [allow 8] [##label = MONTH COMPARISON TO MAR1A] [store j10u in j10umon] [multiply j10umon by <12>] [add j10 to j10umon] [#RENAMED J10UBIRTH TO J10BIRTH FOR CLEANING INSTRUMEBT BBD] >j10birth< [allow 1] [##label = WAS BIRTH OUTSIDE MARRIAGE AND THREE MONTHS PRIOR] [#CALCULATE WHETHER BIRTH IS OUTSIDE MARRIAGE AND THREE MONTHS PRIOR BBD] [#0 = BORN OUTSIDE OF MARRIAGE] [store <0> in j10birth] [if j10umon ge mar1a] [store <1> in j10birth] [endif] [#ADDED SKIP TO ij12 9/18/2001 BBD] [goto ij12] >j10ub< [##dname = KX53P5] [##label = 1st/2nd wife/husband parent of child 5] [#new] [if j10birth eq <1> goto ij12][#ADDED 7/21/2001 BBD] Was your (first/second) (wife/husband) the (mother/father) of this child? <1> YES <2> NO DON'T KNOW REFUSED @ >j11< [##dname = KO156P5] [##label = where child 5 lives] Where does this child live now? <1> WITH R IN THIS HOUSEHOLD <2> WITH OTHER (BIOLOGICAL) PARENT <3> WITH GRANDPARENT(S) <4> WITH ADOPTIVE PARENT(S) <5> WITH FOSTER PARENT(S) <6> WITH OTHER RELATIVES <7> CHILD DECEASED <-6> OTHER (ENTER TEXT) [specify] DON'T KNOW REFUSED @ >ij12< [if j1 eq <5> goto ij14] >j12< [##dname = KO155P6M] [##label = mo child 6 born] In what month and year was your sixth child born? (RECORD MONTH BELOW) <1> JANUARY <4> APRIL <7> JULY <10> OCTOBER <2> FEBRUARY <5> MAY <8> AUGUST <11> NOVEMBER <3> MARCH <6> JUNE <9> SEPTEMBER <12> DECEMBER DON'T KNOW [#goto j13][#ADDED SKIP FOR DON'T KNOW ALSO 7/21/2001 BBD] REFUSED [#goto j13] @ >j12u< [##dname = KO155P6Y] [##label = yr child 6 born] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW [#goto j13][#ADDED SKIP 7/21/2001 BBD] REFUSED [#goto j13][#ADDED SKIP 7/21/2001 BBD] @ [#added planning status items from MR interview per lb 7/31/01 dw] >NF22a< [##dname = KJ6P06] [##label = r want baby before child 6] [#new] Just before that pregnancy began, did you yourself want to have another baby at SOME time? <1> YES <2> NO [goto NF22c][#PRECODE CONVERSION ITEM F22a 5 = 2] DON'T KNOW REFUSED @ >NF22b< [##dname = KJ7P06] [##label = r timing pregnancy child 6] [#new] Did that pregnancy occur sooner than you wanted, later than you wanted, or at about the right time? <1> SOONER <2> LATER <3> ABOUT THE RIGHT TIME DON'T KNOW REFUSED @ >NF22c< [##dname = KJ8P06] [##label = m/f want baby before child 6] [#new] And what about the (mother/father) - just before that pregnancy began, (she/he) want (you) to have another baby at some time? <1> YES <2> NO [goto j12umon][#PRECODE CONVERSION ITEM F22c 5 = 2] DON'T KNOW REFUSED @ >NF22d< [##dname = KJ9P06] [##label = m/f timing pregnancy -child 6] Did that pregnancy occur sooner than the (mother/father) wanted, later than (she/he) wanted, or at about the right time? <1> SOONER <2> LATER <3> ABOUT THE RIGHT TIME DON'T KNOW REFUSED @ [#ADDED 7/21/2001 BBD] >j12umon< [allow 8] [##label = MONTH COMPARISON TO MAR1A] [store j12u in j12umon] [multiply j12umon by <12>] [add j12 to j12umon] [#RENAMED J12UBIRTH TO J12BIRTH FOR CLEANING INSTRUMEBT BBD] >j12birth< [allow 1] [##label = WAS BIRTH OUTSIDE MARRIAGE AND THREE MONTHS PRIOR] [#CALCULATE WHETHER BIRTH IS OUTSIDE MARRIAGE AND THREE MONTHS PRIOR BBD] [#0 = BORN OUTSIDE OF MARRIAGE] [store <0> in j12birth] [if j12umon ge mar1a] [store <1> in j12birth] [endif] [#ADDED SKIP TO ij14 9/18/2001 BBD] [goto ij14] >j12ub< [##dname = KX53P6] [##label = 1st/2nd wife/husband parent of child 6] [#new] [if j12birth eq <1> goto ij14][#ADDED 7/21/2001 BBD] Was your (first/second) (wife/husband) the (mother/father) of this child? <1> YES <2> NO DON'T KNOW REFUSED @ >j13< [##dname = KO156P6] [##label = where child 6 lives] Where does this child live now? <1> WITH R IN THIS HOUSEHOLD <2> WITH OTHER (BIOLOGICAL) PARENT <3> WITH GRANDPARENT(S) <4> WITH ADOPTIVE PARENT(S) <5> WITH FOSTER PARENT(S) <6> WITH OTHER RELATIVES <7> CHILD DECEASED <-6> OTHER (ENTER TEXT) [specify] DON'T KNOW REFUSED @ >ij13< [allow 10] >ij14< [#MOVED ORIGINAL ROUTING COMMANDS TO fext 8/17/2001 BBD] [#ADDED ADOPTION SERIES 8/17/2001 BBD] >F23< [##dname = KJ15] [##label = adopted any children] [#new] Have you adopted any children? <1> YES <2> NO [goto fext] DON'T KNOW [goto fext] REFUSED [goto fext] @ [# F23z -item needs dk pre-code. bmk] >F23z< [##dname = KJ16] [##label = number of adopted children] [#new] How many children have you adopted? <1-3> ONE TO THREE CHILDREN <4> FOUR OR MORE CHILDREN DON'T KNOW REFUSED [goto fext] @ >F23a< [##dname = KJ17P1M] [##label = yr adopted child 1] [#new] In what month and year did you adopt (this/the first) child? <1> JANUARY <4> APRIL <7> JULY <10> OCTOBER <2> FEBRUARY <5> MAY <8> AUGUST <11> NOVEMBER <3> MARCH <6> JUNE <9> SEPTEMBER <12> DECEMBER DON'T KNOW REFUSED @ >F23b< [##dname = KJP1Y] [##label = yr adopted child 1] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ >F23c< [##dname = KJ18P01] [##label = age of child 1 when adopted] [#new] How old was this child when you adopted (him/her)? <0> LESS THAN ONE YEAR <1-18> AGE ONE TO EIGHTEEN DON'T KNOW REFUSED @ >F24a< [##dname = KJ17P2M] [##label = mo adopted child 2] [#new] [if F23z lt <2> goto fext] In what month and year did you adopt the second child? <1> JANUARY <4> APRIL <7> JULY <10> OCTOBER <2> FEBRUARY <5> MAY <8> AUGUST <11> NOVEMBER <3> MARCH <6> JUNE <9> SEPTEMBER <12> DECEMBER DON'T KNOW REFUSED @ >F24b< [##dname = KJ17P2Y] [##label = yr adopted child 2] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ >F24c< [##dname = KJ18P02] [##label = age of child 2 when adopted] [#new] How old was this child when you adopted (him/her)? <0> LESS THAN ONE YEAR <1-18> AGE ONE TO EIGHTEEN DON'T KNOW REFUSED @ >F25a< [##dname = KJ17P3M] [##label = mo adopted child 3] [#new] [if F23z lt <3> goto fext] In what month and year did you adopt the third child? <1> JANUARY <4> APRIL <7> JULY <10> OCTOBER <2> FEBRUARY <5> MAY <8> AUGUST <11> NOVEMBER <3> MARCH <6> JUNE <9> SEPTEMBER <12> DECEMBER DON'T KNOW REFUSED @ >F25b< [##dname = KJ17P3Y] [##label = yr adopted child 3] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ >F25c< [##dname = KJ18P03] [##label = age of child 3 when adopted] [#new] How old was this child when you adopted (him/her)? <0> LESS THAN ONE YEAR <1-18> AGE ONE TO EIGHTEEN DON'T KNOW REFUSED @ >fext< [#MOVED ROUTING COMMANDS FROM ij14 8/17/2001 bbd] [if t3sex isnt <1> goto j14][store in ij13] [if a3 is <1> goto j14a][store in ij13] [if a4 is <1> goto j14a][store in ij13] [if h6 is <1> goto j14a][store <> in ij13][goto q23][#goto ij15] >j14< [##dname = KO157A] [##label = respondent currently pregnant] Are you currently pregnant? <1> YES [#goto j17][goto NF4a] <2> NO[#PRECODE CONVERSION ITEM j14 5 = 2] DON'T KNOW REFUSED @ [goto q23] >j14a< [##dname = KO157B] [##label = partner currently pregnant] Is your (wife/partner/girlfriend) currently pregnant? [equiv j14] <1> YES [#goto q23][#goto j17][goto NF4a][#BBD 8/30/2001] <2> NO[#PRECODE CONVERSION ITEM j14a 5 = 2] DON'T KNOW REFUSED @ [@] [goto q23] [#MADE ANOTHER CONDITIONAL 9/4/2001 BBD] >NF4a< [##dname = KJ21] [##label = r want baby at some time] [#new] Just before this pregnancy began, did you yourself want to have (another) baby at SOME time? <1> YES <2> NO [goto NF4c][#PRECODE CONVERSION ITEM F4a 5 = 2] DON'T KNOW REFUSED @ >NF4b< [##dname = KJ22] [##label = timing of pregnancy] [#new] Did this pregnancy occur sooner than you wanted, later than you wanted, or at about the right time? <1> SOONER <2> LATER <3> ABOUT THE RIGHT TIME DON'T KNOW REFUSED @ >NF4c< [##dname = KJ23] [##label = father/mother want baby at same time] [#new] And what about the (mother/father) - just before this pregnancy began, did (she/he) want (you) to have a baby at some time? <1> YES <2> NO [goto q23][#PRECODE CONVERSION ITEM F4c 5 = 2] DON'T KNOW REFUSED @ >NF4d< [##dname = KJ24] [##label = father/mother timing of pregnancy] [#new] Did this pregnancy occur sooner than the (mother/father) wanted, later than (she/he) wanted, or at about the right time? <1> SOONER <2> LATER <3> ABOUT THE RIGHT TIME DON'T KNOW REFUSED @ [# if R or R's wife/partner is currently pregnant >q23< [allow 7] [store in q23] >q24< [allow 4] [store <> in q24] >q25< [allow 7] [store in q25] >q27< [allow 9] [store in q27] [#REMOVED REFERENCES TO >ceb< (CHILDREN EVER BORN) FOR FOCAL INTERVIEW 6/27/2001 BBD] >q23a< [if j1 gt <0>][#if ceb gt <0>] [store in q23] [#store in q23c] [store in q24] [store in q25] [store in q27] [endif] >q23b< [if j1 eq <1>] [store in q23] [#store in q23c][#COMMENTED OUT 6/27/2001 BBD] [store in q24] [store in q25] [store in q27] [endif] >q28< [if j14a eq <1>] [store in q24] [store in q23] [endif] >q26< [if j14a eq <1> goto F40a] >q37< [allow 10] [#if F1SX eq <1>] [if t3sex eq <1>][#REVISED 8/4/2001 BBD] [store in q37] [goto F40][#WAS GOTO NF40 6/27/2001 BBD] [endif] >q37a< [store in q37] >F40< [##dname = KJ25] [##label = intend to have another child sometime] [#new] Do you intend to have (a/another) (child/birth) sometime? <1> YES [goto F42] <2> NO [goto F41a][#PRECODE CONVERSION ITEM F40 5 = 2] DON'T KNOW [goto F3a] REFUSED [goto F3a] @ >F40a< [##dname = KJ26] [##label = intend to have another child] [#new] Not counting your (wife's) current pregnancy, do you intend to have another child sometime? <1> YES [goto F42] <2> NO[#PRECODE CONVERSION ITEM F40a 5 = 2] DON'T KNOW [goto F3a] REFUSED [goto F3a] @ [# F41a -added pre-code labels to question. bmk] [# F41a -removed "DO NOT READ" from above dk. bmk] >F41a< [##dname = KJ27] [##label = how sure r will not have (more) children] [#new] How sure are you that you will NOT have (more) children? Are you: very sure, moderately sure, or not at all sure? <1> VERY SURE <2> MODERATELY SURE <3> NOT AT ALL SURE DON'T KNOW REFUSED @ [goto F3a] [# F41 -added pre-code labels to question. bmk] [# F41 -removed "DO NOT READ" from above d. bmk] >NF41< [##dname = KJ28] [##label = how sure r will have (more) children] [#new] How sure are you that you will have (more) children? Are you: <1> VERY SURE <2> MODERATELY SURE <3> NOT AT ALL SURE DON'T KNOW REFUSED @ [goto F3a] >F42< [##dname = KJ29] [##label = how many kids do you intend to have] [#new] How many (more) children do you intend to have? <1-12> ONE TO TWELVE [goto NF48] <13> THIRTEEN OR MORE [goto NF48] <-6> RESPONDENT GAVE A RANGE SUCH AS "2 OR 3" [specify] DON'T KNOW [goto F3a] REFUSED [goto F3a] @ [# F48 -added pre-code labels to question. bmk] [# F48 -removed "DO NOT READ" from above dk. bmk] >NF48< [##dname = KJ30] [##label = how sure will have more children] [#new] How sure are you that you will have (more) children? Are you: very sure, moderately sure, or not at all sure? <1> VERY SURE <2> MODERATELY SURE <3> NOT AT ALL SURE DON'T KNOW REFUSED @ [goto bcdenew] >F3a< [if j14 eq <1> goto bcdenew] >F3c< [if F40a eq <1> goto bcdenew] >bcdenew< [# brings back people who were eligible for fertility but not for the preg [#IS THIS THE SAME AS F48?] >ij15< [allow 7][store in ij15][if j1 is <0> goto j15] [if j1 is goto j15][store in ij15] [#delete item j15, per lb 7/31/01 dw] >j15< [goto ij16] How do you feel about having (a/another) child sometime? Would you say that you definitely don't want to, probably don't want to, probably want to, or definintely want to have (a/another) child? <1> DEFINITELY DON'T WANT TO, [goto ij19] <2> PROBABLY DON'T WANT TO, <3> PROBABLY WANT TO, OR <4> DEFINITELY WANT TO HAVE (A/ANOTHER) CHILD? DO NOT READ DON'T KNOW [goto j18] REFUSED [goto j18] @ [#DO THESE ITEMS GET DELETED? DW] >ij16< [if j14 is <1> goto j17][if j14a is <1> goto j17] [if j1 is <0> goto j16][if j1 is goto j16][goto j17] [#delete items 17 & 18 per lb 8/6/01 dw] >j16< [goto ij19] If you were to have children, how many children do you think that you would want to have? <1-11> ONE TO 11 CHILDREN <12> TWELVE OR MORE DON'T KNOW REFUSED @ [goto j18] >j17< [goto ij19] How many children altogether do you think you want to have? <1-12> ONE TO 12 CHILDREN DON'T KNOW REFUSED @ >j18< [goto ij19] Suppose things turn out so that you never have (a/another) child, would you feel very happy about that, somewhat happy, somewhat unhappy, or very unhappy about that? <1> VERY HAPPY ABOUT THAT <2> SOMEWHAT HAPPY <3> SOMEWHAT UNHAPPY <4> VERY UNHAPPY <-4> NEITHER HAPPY NOR UNHAPPY DON'T KNOW REFUSED @ >ij19< [if j14 is <1> goto j19][if j14a is <1> goto j19] [if j1 is <0> goto ik1][if j1 is goto ik1][goto j19] [#delete item per lb 7/31/01 dw] >j19< [goto ik1] Thinking back to when you first learned you were going to have a child, did you feel very happy about it, somewhat happy, somewhat unhappy, or very unhappy about it? <1> VERY HAPPY ABOUT IT <2> SOMEWHAT HAPPY <3> SOMEWHAT UNHAPPY <4> VERY UNHAPPY ABOUT IT <-4> NEITHER HAPPY NOR UNHAPPY DON'T KNOW REFUSED @