[# INTERVIEW WITH FOCAL CHILD NOW AGED 18-23 [#INSTRUMENT FIELDED WITHOUT NUMERIC DEFINITIONS FOR ALPHA PRECODES D AND R] [#NECESSARY TO RECODE ALL DURING CLEANING] [#-------------------------------------------------------------------------] [# SEE ITEM RDCALC FOR CALCULATION OF ROSTER BASED VARIABLES 8/1/2001 BBD] [# SUCH AS LIVING WITH MOTHER, LIVING WITH FATHER, ETC] [# input vars needed: 1. how fc is related to R1 "F1RL" may have other fc sex "F1SX" than focal 1! 2. sex of R1 "t3sex" 3. R1's 1st name "R1ST" 4. T1 interview date "inmo" "inyr" [#ADDED CODE TO GENERATE THESE ITEMS 7/1/2001 BBD] [#THESE ARE USED IN FC222.Q] [# se1b [# se1c [# mspp [#ADDED CODE TO GENERATE THESE ITEMS 7/1/2001 BBD] [#THESE ARE USED IN FC223.Q] [# uc5b [# uc5c [# f5 [#REPLACED REFERENCES TO F1RL WITH t3rel 8/4/2001 BBD] [#t3rel DERIVED FROM T1/T2 INPUT ITEMS BBD] [#**********************************************************************] [# there will be a start or end module that gets name verification, address verification, interview date & time ... [#REMOVED ORIGINAL INTRODUCTORY SCRIPT 3/20/2001 BBD] Hello, this is _________ from Temple University's Institute for Survey Research. Your family is part of an important national study. A few weeks ago, we talked with one of your parents about family life. We would like to talk with you for a few minutes about your experiences, your schooling, and your plans for the future. Anything you tell us will be kept confidential. If there is a question you do not want to answer, just tell me and we will go on to the next question. While we talk, my supervisor may listen to make sure I'm conducting the interview properly. [#loc 9/1][#REMOVED LOC 3/5/2001 BBD] >t1mm< [##label = t1/t2 interview month] [allow 2] [store inmo in t1mm] [#ADDED DEFINITIONS DURING CLEANING] [define <-1>] [define <-2>] [define <-4>] >t1y< [##label = t1/t2 interview year] [allow 2] [store inyr in t1y] [# jasnote are these used? [# flags for which parents R is living with here ... [#***********************************************************************] [#THE VALUES OF m, f, etc. ARE BEING CALCULATED INCORRECTLY DURING CODING] [#PRESERVE ORIGINAL VALUES} [#***********************************************************************] [copy m in m] [copy f in f] [copy sm in sm] [copy sf in sf] [copy fm in fm] [copy ff in ff] [copy mp in mp] [copy fp in fp] [copy withdad in withdad] [copy withmom in withmom] [copy withothr in withothr] [copy uc5c in uc5c] [copy uc5b in uc5b] [copy mspp in mspp] [copy f5 in f5] [goto t1m] >m< [##label = MOTHER IN ROSTER] [allow 1][store <0> in m] >f< [##label = FATHER IN ROSTER] [allow 1][store <0> in f] >sm< [##label = STEPMOTHER IN ROSTER] [allow 1][store <0> in sm] >sf< [##label = STEPFATHER IN ROSTER] [allow 1][store <0> in sf] >fm< [allow 1][store <0> in fm] >ff< [allow 1][store <0> in ff] >mp< [allow 1][store <0> in mp] >fp< [allow 1][store <0> in fp] >t1m< [allow 9] [store in t1m][if t1mm is <1> goto ia1] [store in t1m][if t1mm is <2> goto ia1] [store in t1m][if t1mm is <3> goto ia1] [store in t1m][if t1mm is <4> goto ia1] [store in t1m][if t1mm is <5> goto ia1] [store in t1m][if t1mm is <6> goto ia1] [store in t1m][if t1mm is <7> goto ia1] [store in t1m][if t1mm is <8> goto ia1] [store in t1m][if t1mm is <9> goto ia1] [store in t1m][if t1mm is <10> goto ia1] [store in t1m][if t1mm is <11> goto ia1] [store in t1m][if t1mm is <12> goto ia1] [store <(missing)> in t1m] [# Q.a1 IS ASKED WITH REFERENCE TO THE R1-PARENT; create fill for this ...] >ia1< [allow 13] [# fill mother,father, step foster ...] >ia1h< [allow 3] [# fill him/her] >ia1a< [#if F1RL ne <3> goto ia1b] [if t3rel ne <3> goto ia1b] [store in ia1] [store in ia1h] [#if t3sex isnt <1> goto a1] [if t3rel ne <1> goto a1] [#CORRECT DURING CODING? 2/11/2004 BBD] [#THIS WAS INCORRECTLY CHECKING RELATIONSHIP INSTEAD OF SEX] [store in ia1] [store in ia1h] [goto a1] >ia1b< [#if F1RL ne <4> goto ia1c] [if t3rel ne <4> goto ia1c] [store in ia1] [store in ia1h] [if t3sex isnt <1> goto a1f] [store in ia1] [store in ia1h] [goto a1f] >ia1c< [#if F1RL ne <5> goto ia1d] [if t3rel ne <5> goto ia1d] [store in ia1] [store in ia1h] [if t3sex isnt <1> goto a1] [store in ia1] [store in ia1h] [goto a1] >ia1d< [#if F1RL ne <6> goto ia1e] [if t3rel ne <6> goto ia1e] [store in ia1] [store in ia1h] [if t3sex isnt <1> goto a1f] [store in ia1] [store in ia1h] [goto a1f] >ia1e< [store in ia1] [if t3sex is <1> goto a1p] [store in ia1] [goto a1p] [#REMOVED a1 SERIES 7/2001 BBD] [# a1 is asked if R1 was bio-adop parent] >a1< [#PRESERVE ORIGINAL VALUES OF f, m, etc. DURING CODING] [goto ia2] >a1zz< [store <1> in f] [#ADDED DURING CLEANING BBD] [store <0> in m] [if t3sex is <1> goto ia2] [store <0> in f] [store <1> in m] [goto ia2] >a1f< >a1yy< [store <1> in sf] [#ADDED DURING CLEANING BBD] [store <0> in sm] [if t3sex is <1> goto ia2] [store <0> in sf] [store <1> in sm] [goto ia2] >a1xx< [store <1> in ff] [#ADDED DURING CLEANING BBD] [store <0> in fm] [if t3sex is <1> goto a3] [store <0> in ff] [store <1> in fm] [goto a3] >a1p< >ia2< [allow 13] [#fill mother,father,step ... the other parent] >ia2a< [store in ia2] [if t3sex isnt <1> goto a2] [store in ia2] >a2< [##dname = KO6] [##label = live in dorm/frat/sorority/barracks] [#changed] We will begin with some questions about your living arrangements. Are you living in a dorm, fraternity or sorority house, or in military barracks? <1> YES <2> NO [#PRECODE CONVERSION ITEM a2 5 = 2] @ [#ADDED PRECODES TO QUESTION TEXT AT A3 5/15/2001 BBD] >a3< [##dname = KO7] [##label = current marital status] What is your current marital status? Are you married, separated because of marital problems, divorced, widowed, or never married? <1> MARRIED [#goto i1][goto bkm2] <2> SEPARATED BECAUSE OF MARITAL PROBLEMS <3> DIVORCED <4> WIDOWED <5> NEVER MARRIED @ >a4< [##dname = KO8] [##label = cohab status] [##md1 = 9] Nowadays many unmarried couples live together. Are you currently living with a partner of the opposite sex? <1> YES <2> NO [#PRECODE CONVERSION ITEM a4 5 = 2] <9> REFUSED @ >ie3< [allow 7] >ie3p< [allow 3] >bkm2< [allow 1] [##label = living with partner of opposite sex] [#MODIFIED ie3 TO FILL FOR SPOUSE OR PARTNER 8/14/2001 BBD] [if t3sex eq <1>] [if a4 eq <1>][store in ie3][endif] [if a3 eq <1>][store in ie3][endif] [endif] [if t3sex eq <2>] [if a4 eq <1>][store in ie3][endif] [if a3 eq <1>][store in ie3][endif] [endif] [if t3sex eq <1>] [store in ie3p] [endif] [if t3sex eq <2>] [store in ie3p] [endif] [store <0> in bkm2] [if a3 eq <1> goto i1] [if a4 isnt <1> goto i1] [store <1> in bkm2] [#******************************************************************] >i1< [#if a1 is <1> goto a9][#REMOVED a1 SERIES 7/2001 BBD] [if a2 is <1> goto a9] >a5< [##dname = KO9] [##label = num other people that live in hh] How many OTHER persons live in the household with you? Include everyone who stays there half the time or more. <0> NO ONE [goto a9] <1-11> ONE TO ELEVEN PERSONS <12> TWELVE OR MORE PERSONS REFUSED [goto a9] @ >pncount< [##label = ROSTER TOTAL] [allow 2] [copy pncount in pncount] >rr1< [roster create hhmem] [#CREATE HOUSEHOLD ROSTER] >hhname< [##label = NAME] [allow 20] >hhpn< [##label = PERSON NUMBER] [allow 2] >hhstat< [##label = STATUS] [allow 3] >hhstmod< [allow 2] [#ADDED 9/14/2001 TO HANDLE DELETION CODE rd1a BBD] >hhsex< [##label = SEX] [allow 2] >hhage< [##label = AGE] [allow 2] >hhmar< [##label = MARITAL STATUS] [allow 2] >relfill< [allow 30] [##label = RELATIONSHIP FILL] >hhrel< [allow int 2] [##label = RELATIONSHIP] [#CHANGED TO INTEGER DURING CLEANING] >a6name1< [##dname = KO10a] [##label = first names of others in focals hh] [allow 20] [equiv hhname] [if pncount eq <>] [store in hhstat] [store <1> in pncount] [store pncount in hhpn] [endif] Tell me the first name(s) of the other person(s) living in your household. @ >a6any< [##dname = KO10b] [##label = anyone else live with focal child] [#new] [##md1 = 8] [##md2 = 9] [equiv hhrel position 3] Does anyone else live with you? <1> YES <2> NO [goto rr3] <8> DON'T KNOW <9> REFUSED @ >rr2< [#APPEND MEMBER TO HOUSEHOLD ROSTER] [roster append hhmem] >a6name2< [##dname = KO10c] [##label = first names of others in focals hh] [#new] [allow 20] [equiv hhname] [if hhname eq <>] [add <1> to pncount] [store in hhstat] [store pncount in hhpn] [endif] Tell me the first name(s) of the other person(s) living in your household. @ [goto a6any] >rr3< [#CLOSE HOUSEHOLD ROSTER] [roster close hhmem] [#REMOVED ORIGINAL NAME ITEMS a6a THROUGH a6l 5/29/2001 BBD] [#RENAMED a7 lis1 TO MATCH MAIN RESPONDENT INTERVIEW 9/14/2001 BBD] >lis1< [##dname = KO10d] [##label = name of anyone else in focals hh] [#new] [display hhtemp] I have recorded (NAMES LISTED ABOVE) as the other member(s) of your household. Is there anyone else who stays there half the time or more? <1> ADD NAME(S) TO LIST [goto rr4] <3> DELETE NAME(S) FROM LIST [goto rd1] <5> NO ADDITIONS OR DELETIONS [goto i15z] @ [#ADDITIONAL HOUSEHOLD MEMBERS] >rr4< [roster reopen hhmem] [goto rr2] >a7name1< [##dname = KO10e] [##label = names of others in focals hh] [#new] [allow 20][equiv hhname] Tell me the first name(s) of the other person(s) living in your household. @ >a7any< [##dname = KO10f] [##label = anyone else live in focals hh] [#new] [##md1 = 8] [##md2 = 9] [equiv hhrel position 3] Does anyone else live with you? <1> YES <2> NO [goto rr3] <8> DON'T KNOW <9> REFUSED @ >rr5< [#APPEND MEMBER TO HOUSEHOLD ROSTER] [roster append hhmem] >a7name2< [##dname = KO10g] [##label = names of others in focals hh] [#new] [allow 20][equiv hhname] Tell me the first name(s) of the other person(s) living in your household. @ [goto a6any] >rr6< [#CLOSE HOUSEHOLD ROSTER] [roster close hhmem] >rd1< [roster begin hhmem] [if hhstat is goto rd1c] >rd1a< [equiv hhstmod] (INTERVIEWER: SHOULD (NAME) BE DELETED FROM THE HOUSEHOLD ROSTER?) <1> YES <2> NO[#PRECODE CONVERSION ITEM rd2 5 = 2] @ >rd1b< [if rd1a eq <1>] [store <(deleted)> in hhname] [store in hhstat] [else] [store in hhstat] [endif] >rd1c< [roster end hhmem] [goto lis1] [#flag for hhmems age 18+ other than spouse] >i15z< [##label = flag household members 18 or older other than spouse] [allow 1][store <0> in i15z] [#items lmot and lfat unused; removed 7/1/2001 bbd] [#********************************************************* >f5< [allow 12] [#SPOUSE/PARTNER FILL, USED IN CONJUNCTION WITH MSPP] [#ADDED 7/1/2001 BBD] [#FLAG WHETHER RESPONDENT IS MARRIED AND LIVING WITH SPOUSE] >mspp< [##label = flag whether respondent is married and living with spouse] [allow 1] [#ADDED 7/1/2001 BBD] [#FLAG WHETHER RESPONDENT LIVES WITH ANYONE 6-18] >se1b< [##label = flag whether respondent lives with anyone 6 to 18] [allow 1] [copy se1b in se1b] [#store <3> in se1b] [#VALUE OF 3=NO ONE 6-18] [#ADDED 7/1/2001 BBD] [#FLAG WHETHER RESPONDENT LIVES WITH ANYONE 19 OR OLDER] >se1c< [##label = flag whether respondent lives with anyone 19 or older] [allow 1] [copy se1c in se1c] [#store <4> in se1c] [#VALUE OF 4=NO ONE 19 OR OLDER] [#********************************************************* [#ASK SPECIFIC QUESTIONS ABOUT HOUSEHOLD MEMBERS] [#a9 USED TO BE i14; RENAMED, TO FIX ITEM NAMES 6/20/2001 bbd] >a9< [#ADDED CODE 9/11/2001 TO ENSURE THAT se1b AND se1c ARE PROPERLY SET] [#WHEN NO ONE ELSE LIVES THERE BBD] [#store <3> in se1b] [#store <4> in se1c] [copy se1b in se1b] [copy se1c in se1c] [if a5 is <> goto i15] [if a5 is <0> goto i15] [if a5 is goto i15] [if a5 is <-2> goto i15] [roster begin hhmem] [if hhstat eq goto rd3] >a9a< [##dname = KO11P] [##label = other persons sex] [equiv hhsex] (ASK IF NECESSARY): Is (name) male or female? (WARNING: IF YOU DISCOVER THAT YOU HAVE MADE AN ERROR IN THIS SECTION, DO NOT BACK UP. WAIT UNTIL YOU REACH 'ros1' TO MAKE CORRECTIONS.) <1> MALE <2> FEMALE[#PRECODE CONVERSION ITEM a9a 5 = 2] @ >a10a< [##dname = KO12P] [##label = other persons age] [equiv hhage] How old was (name) on (his/her) last birthday? (WARNING: IF YOU DISCOVER THAT YOU HAVE MADE AN ERROR IN THIS SECTION, DO NOT BACK UP. WAIT UNTIL YOU REACH 'ros1' TO MAKE CORRECTIONS.) <0> LESS THAN ONE YEAR <1-94> AGE 1 TO 94 <95> AGE 95 OR OLDER DON'T KNOW REFUSED @ >i11a< [if a10a le <15> goto a12a] [#ADDED PRECODES TO QUESTION TEXT 6/21/2001 BBD] >a11a< [##dname = KO13P] [##label = other persons marital status] [#equiv hhmar] [#REMOVED EQUIV DURING CLEANING] [##md1 = 9] What is (his/her) marital status? Is (he/she) married, separated because of marital problems, divorced, widowed, or never married? (WARNING: IF YOU DISCOVER THAT YOU HAVE MADE AN ERROR IN THIS SECTION, DO NOT BACK UP. WAIT UNTIL YOU REACH 'ros1' TO MAKE CORRECTIONS.) <1> MARRIED <2> SEPARATED BECAUSE OF MARITAL PROBLEMS <3> DIVORCED <4> WIDOWED <5> NEVER MARRIED <9> REFUSED @ [@] [store a11a in hhmar] [#USED PRECODES FROM MAIN AND SPOUSE INTERVIEW AT a12a 6/20/2001 BBD] [#ORIGINAL PRECODES FOR FOCAL CHILD INTERVIEWER BELOW] [#<1> HUSBAND OR WIFE <12> GRANDPARENT] [#<2> LOVER/PARTNER/ <13> BROTHER OR SISTER] [# boyfriend/girlfriend <14> STEP-BROTHER OR STEP-SISTER] [# <15> HALF-BROTHER OR HALF-SISTER] [#<3> BIOLOGICAL CHILD <16> BROTHER-IN-LAW OR] [#<4> STEPCHILD SISTER-IN-LAW] [#<5> ADOPTED CHILD] [#<6> FOSTER CHILD <18> OTHER RELATIVE] [#<7> CHILD OF LOVER/PARTNER <19> ROOMMATE] [# <20> FRIEND] [#<9> PARENT <21> OTHER NONRELATIVE] [#<10> STEPPARENT] [#<11> PARENT-IN-LAW <23> SAME-SEX LOVER/PARTNER] >a12a< [##dname = KO14P] [##label = other persons relation to child] [equiv hhrel] How is (name) related to you? (WARNING: IF YOU DISCOVER THAT YOU HAVE MADE AN ERROR IN THIS SECTION, DO NOT BACK UP. WAIT UNTIL YOU REACH 'ros1' TO MAKE CORRECTIONS.) <1> HUSBAND OR WIFE <12> GRANDPARENT <2> LOVER/PARTNER <13> BROTHER OR SISTER <3> BIOLOGICAL CHILD <14> STEP-BROTHER OR STEP-SISTER <4> STEP-CHILD <15> HALF-BROTHER OR HALF-SISTER <5> ADOPTED CHILD <16> BROTHER- OR SISTER-IN-LAW <6> FOSTER CHILD <17> GRANDCHILD <7> CHILD OF LOVER/PARTNER <18> OTHER RELATIVE <8> SON- OR DAUGHTER-IN-LAW <19> ROOMMATE <9> MOTHER OR FATHER <20> FRIEND <10> STEP-PARENT <21> OTHER NON-RELATIVE <11> MOTHER- OR FATHER-IN-LAW OR PARTNER'S PARENT REFUSED @ >a12arel< [if a12a eq <1>] [if hhsex eq <1>][store in relfill][endif] [if hhsex eq <2> or hhsex eq <5>][store in relfill][endif] [endif] [if a12a eq <2>] [if hhsex eq <1>][store in relfill][endif] [if hhsex eq <2> or hhsex eq <5>][store in relfill][endif] [endif] [if a12a eq <3>] [if hhsex eq <1>][store in relfill][endif] [if hhsex eq <2> or hhsex eq <5>][store in relfill][endif] [endif] [if a12a eq <4>] [if hhsex eq <1>][store in relfill][endif] [if hhsex eq <2> or hhsex eq <5>][store in relfill][endif] [endif] [if a12a eq <5>] [if hhsex eq <1>][store in relfill][endif] [if hhsex eq <2> or hhsex eq <5>][store in relfill][endif] [endif] [if a12a eq <6>] [if hhsex eq <1>][store in relfill][endif] [if hhsex eq <2> or hhsex eq <5>][store in relfill][endif] [endif] [if a12a eq <7>] [if hhsex eq <1>][store in relfill][endif] [if hhsex eq <2> or hhsex eq <5>][store in relfill][endif] [endif] [if a12a eq <8>] [if hhsex eq <1>][store in relfill][endif] [if hhsex eq <2> or hhsex eq <5>][store in relfill][endif] [endif] [if a12a eq <9>] [if hhsex eq <1>][store in relfill][endif] [if hhsex eq <2> or hhsex eq <5>][store in relfill][endif] [endif] [if a12a eq <10>] [if hhsex eq <1>][store in relfill][endif] [if hhsex eq <2> or hhsex eq <5>][store in relfill][endif] [endif] [if a12a eq <11>] [if hhsex eq <1>][store in relfill][endif] [if hhsex eq <2> or hhsex eq <5>][store in relfill][endif] [endif] [if a12a eq <12>] [if hhsex eq <1>][store in relfill][endif] [if hhsex eq <2> or hhsex eq <5>][store in relfill][endif] [endif] [if a12a eq <13>] [if hhsex eq <1>][store in relfill][endif] [if hhsex eq <2> or hhsex eq <5>][store in relfill][endif] [endif] [if a12a eq <14>] [if hhsex eq <1>][store in relfill][endif] [if hhsex eq <2> or hhsex eq <5>][store in relfill][endif] [endif] [if a12a eq <15>] [if hhsex eq <1>][store in relfill][endif] [if hhsex eq <2> or hhsex eq <5>][store in relfill][endif] [endif] [if a12a eq <16>] [if hhsex eq <1>][store in relfill][endif] [if hhsex eq <2> or hhsex eq <5>][store in relfill][endif] [endif] [if a12a eq <17>] [if hhsex eq <1>][store in relfill][endif] [if hhsex eq <2> or hhsex eq <5>][store in relfill][endif] [endif] [if a12a eq <18>] [if hhsex eq <1>][store in relfill][endif] [if hhsex eq <2> or hhsex eq <5>][store in relfill][endif] [endif] [if a12a eq <19>] [if hhsex eq <1>][store in relfill][endif] [if hhsex eq <2> or hhsex eq <5>][store in relfill][endif] [endif] [if a12a eq <20>] [if hhsex eq <1>][store in relfill][endif] [if hhsex eq <2> or hhsex eq <5>][store in relfill][endif] [endif] [if a12a eq <21>] [if hhsex eq <1>][store in relfill][endif] [if hhsex eq <2> or hhsex eq <5>][store in relfill][endif] [endif] [#RENAMED I12a i12ax 6/20/2001 BBD] >i12ax< [if a12a isnt <2> goto i12a] [store <1> in a4] [store <1> in bkm2] >i12a< [if a12a is <10> goto i13a] [if a12a isnt <9> goto i15a] [if a9a is <1>] [store <1> in f] [else] [store <1> in m] [endif] [goto i15a] >i13a< [if a9a is <1>] [store <1> in sf] [else] [store <1> in sm] [endif] >i15a< [store <0> in i15z] [#DO NOT ASK FOLLOWING QUESTIONS OF CHILDREN OR SPOUSES 6/20/2001 BBD] [#if a10a le <17> goto rd3] [#if a12a le <1> goto rd3] [if hhage le <17> goto rd3] [if hhrel le <1> goto rd3] [#DO NOT ASK OF PARENTS 8/15/2001 BBD] [if hhrel eq <9> goto rd3] [store <1> in i15z] >i16< [##dname = KB11P] [##label = other persons educational history] [#new] [equiv a6any position 3] [#DO NOT ASK OF SPOUSES OR PARTNERS 7/2001 BBD] [if a12a eq <1> or a12a eq <2>] [goto i21] [endif] How much education has (he/she) completed? (WARNING: IF YOU DISCOVER THAT YOU HAVE MADE AN ERROR IN THIS SECTION, DO NOT BACK UP. WAIT UNTIL YOU REACH 'ros1' TO MAKE CORRECTIONS.) <0> NONE <1-11> 1ST TO 11TH GRADE <12> HIGH SCHOOL GRADUATE <13-15> 1, 2, OR 3 YEARS OF COLLEGE <16> COLLEGE GRADUATE <17> MASTER'S DEGREE <18> DOCTORATE OR PROFESSIONAL DEGREE s OTHER (ENTER TEXT) (specify) <99> OTHER (ENTER TEXT) [specify] DON'T KNOW REFUSED @ >i17< [##dname = KB12P] [##label = other persons current employment] [#new] [##md1 = 8] [##md2 = 9] Is (name) currently working full-time, working part-time, or not working for pay? (WARNING: IF YOU DISCOVER THAT YOU HAVE MADE AN ERROR IN THIS SECTION, DO NOT BACK UP. WAIT UNTIL YOU REACH 'ros1' TO MAKE CORRECTIONS.) <1> WORKING FULL-TIME <2> WORKING PART-TIME <3> NOT WORKING FOR PAY <8> DON'T KNOW <9> REFUSED @ >i18< [##dname = KB13P] [##label = other person recently in school] [#new] [##md1 = 8] [##md2 = 9] [if hhage ge <26> goto i20] Has (name) been enrolled in a high school, college, university, or vocational school at any time in the last four months? (INTERVIEWER: THIS INCLUDES TWO- AND FOUR-YEAR COLLEGES, GRADUATE AND PROFESSIONAL SCHOOLS, AND VOCATIONAL AND TECHNICAL SCHOOLS) (WARNING: IF YOU DISCOVER THAT YOU HAVE MADE AN ERROR IN THIS SECTION, DO NOT BACK UP. WAIT UNTIL YOU REACH 'ros1' TO MAKE CORRECTIONS.) <1> YES [goto i19] <2> NO <8> DON'T KNOW <9> REFUSED @ [goto i20] >i19< [##dname = KB14P] [##label = school type other person recently attend] [#new] [##md1 = 8] [##md2 = 9] What type of school has (he/she) attended? Is it a high school, vocational school, two-year college, four-year college, or something else? (WARNING: IF YOU DISCOVER THAT YOU HAVE MADE AN ERROR IN THIS SECTION, DO NOT BACK UP. WAIT UNTIL YOU REACH 'ros1' TO MAKE CORRECTIONS.) <1> HIGH SCHOOL <2> VOCATIONAL SCHOOL <3> TWO-YEAR COLLEGE <4> FOUR-YEAR COLLEGE s SOMETHING ELSE (SPECIFY) (specify) <7> SOMETHING ELSE (SPECIFY) [specify] <8> DON'T KNOW <9> REFUSED @ >i20< [##dname = KB15P] [##label = other persons economic status] [#new] [##md1 = 8] [##md2 = 9] How about (his/her) economic situation? Would you describe (him/her) as very well off, well off, about average, poor, or very poor? (WARNING: IF YOU DISCOVER THAT YOU HAVE MADE AN ERROR IN THIS SECTION, DO NOT BACK UP. WAIT UNTIL YOU REACH 'ros1' TO MAKE CORRECTIONS.) <1> VERY WELL OFF <2> WELL OFF <3> ABOUT AVERAGE <4> POOR <5> VERY POOR <8> DON'T KNOW <9> REFUSED @ >i21< [##dname = KB16P] [##label = num bio/adopted childrn other person has] [#new] [if hhage lt <16> goto rd3] [if hhrel lt <3> goto rd3] [if hhrel gt <7> goto rd3] How many biological or adopted children, if any, does (name) have? (WARNING: IF YOU DISCOVER THAT YOU HAVE MADE AN ERROR IN THIS SECTION, DO NOT BACK UP. WAIT UNTIL YOU REACH 'ros1' TO MAKE CORRECTIONS.) <0> NONE [goto rd3] <1-14> ONE TO FOURTEEN <15> FIFTEEN OR MORE DON'T KNOW [goto rd3] REFUSED [goto rd3] @ >i22< [##dname = KB17P] [##label = num of other persons children in hh] [#new] How many of (name)'s children, if any, live here with you? (WARNING: IF YOU DISCOVER THAT YOU HAVE MADE AN ERROR IN THIS SECTION, DO NOT BACK UP. WAIT UNTIL YOU REACH 'ros1' TO MAKE CORRECTIONS.) <0> NONE <1-14> ONE TO FOURTEEN <15> FIFTEEN OR MORE DON'T KNOW REFUSED @ >rd3< [roster end hhmem] [#if a5 le <1> goto i15] [#ADDED ROSTER REVISION SCREEN TO MATCH MAIN RESPONDENT INTERVIEW 9/14/2001 BBD] >ros1< [if ros1 eq <2> or ros1 eq <1>] [store <> in ros1] [endif] [display hhtemp] <1> CHANGE ANSWER(S) IN HOUSEHOLD ROSTER [goto a9] <2> ADD OR DELETE MEMBERS [goto lis1] <3> HOUSEHOLD ROSTER IS CORRECT [goto uc5b] @ [#ADDED 7/1/2001 BBD] [#FLAG CHILDREN IN HH 0-4] >uc5b< [##label = flag whether children under 5 in houshold] [allow 1] [#ADDED 7/1/2001 BBD] [#FLAG CHILDREN IN HH 0-18] >uc5c< [##label = flag whether children under 19 in houshold] [allow 1] >withmom< [allow 1] [##label = flag whether living with mother] [#FLAG LIVING WITH MOTHER] >withdad< [allow 1] [##label = flag whether living with father] [#FLAG LIVING WITH FATHER] >withothr< [allow int 2] [##label = flag whether living with others] [#NUMBER OF OTHERS IN HH, ASIDE FROM SPOUSE AND CHILDREN] >rdcalc< [#*******************************] [#DO NOT RE-EXECUTE DURING CODING] [goto i15] [#*******************************] [#FLAG SPECIFIC HOUSEHOLD MEMBERS] [store <0> in uc5c] [store <0> in uc5b] [store <0> in withmom] [store <0> in withdad] [store <0> in withothr] [store <0> in mspp] [store <0> in f5] [roster begin hhmem] [if hhrel eq <9>] [if hhsex eq <1>][store <1> in withdad][endif] [if hhsex eq <2> or hhsex eq <5>][store <1> in withmom][endif] [endif] [if hhrel eq <1>] [store <1> in mspp][#LIVING WITH SPOUSE] [if hhsex eq <1>][store in f5][endif] [if hhsex eq <2> or hhsex eq <5>][store in f5][endif] [endif] [if hhrel eq <2>] [store in f5] [endif] [if hhrel ge <3>] [if hhage ge <6> and hhage le <18>] [#BLANK INDICATES OTHERS AGE 6-18 IN HH] [store <> in se1b] [endif] [if hhage ge <19>] [#BLANK INDICATES OTHERS AGE 19+ IN HH] [store <> in se1c] [endif] [endif] [if hhrel ge <3> and hhrel le <7>] [if hhage lt <5>] [#CHILDREN UNDER 5] [add <1> to uc5b] [endif] [if hhage lt <19>] [#CHILDREN UNDER 19] [add <1> to uc5c] [endif] [endif] [if hhrel ge <8>] [add <1> to withothr] [endif] [roster end hhmem] [#******************************************************************] [#IF FC IS LIVING WITH R1-PARENT, OR IN GROUP QUARTERS, SKIP TO PARENT] [#CALENDAR; OTHERWISE, DETERMINE HOUSEHOLDER STATUS] [#*************************************************************************************] >i15< [#if a1 is <1> goto ib1][#REMOVED a1 SERIES 7/2001 BBD] [if a2 is <1> goto ib1] [if a5 is <0> goto i15y] [if a5 is goto i15y] [if a5 is <-2> goto i15y] [#if i15z is <1> goto a13][#REMOVED 8/28/2001; SKIPPING a13 INCORRECTLY BBD] [goto a13] >i15y< [store <1> in a13a] [goto ib1] [# WILL DISPLAY NAMES AND PERSON NUMBERS OF OTHER HH MEMBERS] >a13< [##dname = KO15] [##label = whose name is house in] [##md1 = 9] In whose name is your home owned or rented? <1> RESPONDENT AND/OR SPOUSE <2> RESPONDENT AND SOMEONE ELSE <3> R'S PARENT OR STEPPARENT (IN HOUSEHOLD) <4> SOMEONE ELSE LIVING THERE (OTHER THAN A PARENT) <5> SOMEONE NOT LIVING IN HOUSEHOLD <9> REFUSED @ >a13a< [allow 2][equiv a13][#CHANGED WIDTH FROM 1 TO 2 5/15/2001 BBD] [# PARENT CALENDAR [# ask only if fc is stepkid of R1 ... skip based on F1RL ... adapt "separations" [#for t3, get full history of parent separations for all dw] >ib1< [#if F1RL is <3> goto ic1] [#if F1RL is <5> goto ic1] [#REMOVED RELATIONSHPI CHEC 8/15/2001 BBD] [#if t3rel is <3> goto ic1] [#if t3rel is <5> goto ic1] >mdie< [##label = flag whether mother is deceased] [allow 1][store <0> in mdie] >fdie< [##label = flag whether father is deceased] [allow 1][store <0> in fdie] [#deleted second sentance of first paragraph per js & lb 9/17/01 dw] [#changed 6 months to 4 month per lb 10/4/01 dw] >b1< [##dname = KO16] [##label = period not live w/ bio mother] [##md1 = 9] The next questions are about separations from your biological mother and biological father. From birth to age 18, or until you left home to be on your own, was there ever a period of four months or more when you were NOT living with your biological mother? (INTERVIEWER: THIS IS ABOUT SEPARATIONS -BEFORE- LEFT HOME TO BE ON OWN.) <1> YES <2> NO [goto b21][#PRECODE CONVERSION ITEM b1 5 = 2] n NEVER LIVED WITH BIOLOGICAL MOTHER (goto b21) <8> NEVER LIVED WITH BIOLOGICAL MOTHER [goto b21] <9> REFUSED [goto b21] @ >b2< [##dname = KO17] [##label = how many periods not live w/ mom] How many different periods were there when you were not living with her? <1-9> ONE TO NINE <10> 10 OR MORE <-4> NEVER LIVED WITH BIOLOGICAL MOTHER [goto b21] DON'T KNOW REFUSED @ >b3< [##dname = KO18] [##label = age at first separation from mom] How old were you the FIRST time you were separated from your mother? <0> BIRTH <1-18> AGE 1 TO 18 <-4> NEVER LIVED WITH BIOLOGICAL MOTHER [goto b21] DON'T KNOW REFUSED [goto b21] @ >b4< [##dname = KO19] [##label = lenth of separation] How long did you live apart from her that time? <1-36> <-4> LIVED APART TILL NOW [goto b5] DON'T KNOW [goto b5] REFUSED [goto b5] @ >b4u< [##dname = KO19A] [##label = length of separation - units] UNIT OF TIME:[no erase] <1> MONTHS <2> YEARS[#PRECODE CONVERSION ITEM b4u 5 = 2] @ >b5< [##dname = KO20] [##label = main reason for separation] [##md1 = 8] [##md2 = 9] What was the MAIN reason for this separation? <1> PARENTS SEPARATED OR DIVORCED <2> MOTHER DIED <3> MOTHER'S ILLNESS <4> TO ATTEND A SPECIAL SCHOOL <5> WENT TO LIVE WITH FATHER [goto b21] s OTHER (ENTER TEXT) (specify) <7> OTHER (ENTER TEXT) [specify] <8> DON'T KNOW <9> REFUSED @ >ib5< [if b5 isnt <2> goto b6][store <1> in mdie] >b6< [##dname = KO21] [##label = living arrangement during separation] [##md1 = 8] [##md2 = 9] Where did you live during that time? <1> WITH FATHER <2> WITH GRANDPARENTS <3> WITH OTHER RELATIVE <4> IN A FOSTER HOME <5> IN A HOSPITAL OR OTHER INSTITUTION s OTHER (ENTER TEXT) (specify) <7> OTHER (ENTER TEXT) [specify] <8> DON'T KNOW <9> REFUSED @ [# repeat above sequence for biological father ... >b21< [##dname = KO22] [##label = period not live w/ bio dad] [#changed] [##md1 = 9] From birth to age 18, or until you left home to be on your own, was there ever a period of four months or more when you were NOT living with your biological father? (INTERVIEWER: THIS IS ABOUT SEPARATIONS -BEFORE- LEFT HOME TO BE ON OWN.) <1> YES <2> NO [goto ic1][#PRECODE CONVERSION ITEM b21 5 = 2] <8> NEVER LIVED WITH BIOLOGICAL FATHER [goto ic1] <9> REFUSED [goto ic1] @ >b22< [##dname = KO23] [##label = how many periods not live w/ dad] How many different periods were there when you were not living with him? <1-9> ONE TO NINE <10> 10 OR MORE <-4> NEVER LIVED WITH BIOLOGICAL FATHER [goto ic1] DON'T KNOW REFUSED @ >b23< [##dname = KO24] [##label = age at first separation from dad] How old were you the FIRST time you were separated from your father? <0> BIRTH <1-18> AGE 1 TO 18 <-4> NEVER LIVED WITH BIOLOGICAL FATHER [goto ic1] DON'T KNOW REFUSED [goto ic1] @ >b24< [##dname = KO25] [##label = length of separation] How long did you live apart from him that time? <1-36> <-4> LIVED APART TILL NOW [goto b25] DON'T KNOW [goto b25] REFUSED [goto b25] @ >b24u< [##dname = KO25A] [##label = length of separation-units] UNIT OF TIME:[no erase] <1> MONTHS <2> YEARS[#PRECODE CONVERSION ITEM b24u 5 = 2] @ >b25< [##dname = KO26] [##label = main reason for separation] [##md1 = 8] [##md2 = 9] What was the MAIN reason for this separation? <1> PARENTS SEPARATED OR DIVORCED <2> FATHER DIED <3> FATHER'S ILLNESS <4> TO ATTEND A SPECIAL SCHOOL <5> WENT TO LIVE WITH MOTHER [goto ic1] s OTHER (ENTER TEXT) (specify) <7> OTHER (ENTER TEXT) [specify] <8> DON'T KNOW <9> REFUSED @ >ib25< [if b25 isnt <2> goto b26] [store <1> in fdie] >b26< [##dname = KO27] [##label = living arrangements during separation] [##md1 = 8] [##md2 = 9] Where did you live during that time? <1> WITH MOTHER <2> WITH GRANDPARENT <3> WITH OTHER RELATIVE <4> IN A FOSTER HOME <5> IN A HOSPITAL OR OTHER INSTITUTION s OTHER (ENTER TEXT) (specify) <7> OTHER (ENTER TEXT) [specify] <8> DON'T KNOW <9> REFUSED @ >ic1< [#if a1 is <1> goto c1][#REMOVED a1 SERIES 7/2001 BBD] [if a13 is <3> goto c1] [goto c2] >c1< [##dname = KO28] [##label = lived on own for 4 months or more] [##md1 = 9] Have you ever lived on your own, away from your parents' household, for four months or longer? Include any times that you were away at school or in the Armed Forces. <1> YES <2> NO [goto ic30][#PRECODE CONVERSION ITEM c1 5 = 2] <9> REFUSED [goto ic30] @ [# ASK sequence FOR EACH TIME FC LEFT TO BE ON HIS/HER OWN--up to 4 spells >c2< [##dname = KO29P01M] [##label = mo left home-1] In what month and year did you first leave home to be on your own for four months or more? Include times you were away at school or in the Armed Forces. (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 <-4> NEVER LEFT HOME TO BE ON OWN (ENTER EXPLANATION)[goto ic30][specify] DON'T KNOW REFUSED [goto c3] @ [#expanded year range from 93 to 2004 and increased width to 4, 7/17/01 dw] >c2y< [##dname = KO29P01Y] [##label = yr left home-1] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ >c3< [##dname = KO30P01] [##label = miles moved from home-1] How many miles away from home did you live? (INTERVIEWER: GET BEST ESTIMATE OF MILES) <0> LESS THAN 1 MILE <1-9999> 1 TO 9,999 MILES <10000> 10,000 MILES OR MORE DON'T KNOW[specify] - RECORD CITY AND STATE OR COUNTRY REFUSED @ >c4< [##dname = KO31P01] [##label = reason left home-1] [#allow 2][#commented 3/5/2001 bbd] [##md1 = 9] Why did you leave home at that time? <1> TO ATTEND SCHOOL <2> TO GET MARRIED <3> TO LIVE WITH (BOY/GIRL)FRIEND <4> TO FIND OR BEGIN A JOB SOMEWHERE ELSE <5> WANTED TO LIVE IN OWN HOUSE, APARTMENT OR ROOM <6> TO TRAVEL <7> TO ENTER ARMED FORCES <8> BECAUSE PARENTS DIVORCED/SEPARATED, OR REMARRIED s OTHER REASON (ENTER TEXT) (specify) <0> OTHER REASON (ENTER TEXT) [specify] <9> DON'T KNOW OR REFUSED @ >ic5< [#if a1 is <1> goto c6][#REMOVED a1 SERIES 7/2001 BBD] [if a13 is <3> goto c6] >c5< [##dname = KO32P01] [##label = ever move back home-1] [##md1 = 9] Did you ever move back home, other than for school vacations? (INTERVIEWER: DO NOT INCLUDE MOVING HOME DURING SUMMERS WHILE R WAS ATTENDING COLLEGE.) <1> YES <2> NO [goto id1][#PRECODE CONVERSION ITEM c5 5 = 2] <9> REFUSED [goto ic30] @ >c6< [##dname = KO33P01M] [##label = mnth moved back home-1] In what month and year did you first move back home? (RECORD MONTH BELOW) (INTERVIEWER: DO NOT INCLUDE MOVING HOME DURING SUMMERS WHILE R WAS ATTENDING COLLEGE) <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 [goto c7] @ [#expanded year range from 93 to 2004 and increased width to 4, 7/17/01 dw] >c6y< [##dname = KO33P01Y] [##label = yr moved back home-1] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ >c7< [##dname = KO34P01] [##label = reason returned home-1] [#allow 2][#commented 3/5/2001 bbd] [##md1 = 9] Why did you move back home at that time? <1> FINISHED OR LEFT SCHOOL <2> GOT DIVORCED OR SEPARATED <3> CONFLICT WITH LOVER/PARTNER <4> RETURNED FROM ARMED FORCES <5> COULDN'T AFFORD TO LIVE ON MY OWN <6> PROBLEMS WITH ROOMMATES <7> HUSBAND/WIFE WAS AWAY IN ARMED FORCES <8> PARENT(S) NEEDED HELP s OTHER REASON (ENTER TEXT) (specify) <0> OTHER REASON (ENTER TEXT) [specify] <9> DON'T KNOW OR REFUSED @ [# second spell >c8< [##dname = KO29P02M] [##label = mo left home-2] In what month and year did you next leave home to be on your own for four months or more? Include times you were away at school or in the Armed Forces. (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 <-4> NEVER LEFT HOME AGAIN [goto ic30] DON'T KNOW REFUSED [goto c9] @ [#expanded year range from 93 to 2004 and increased width to 4, 7/17/01 dw] >c8y< [##dname = KO29P02Y] [##label = yr left home-2] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ >c9< [##dname = KO30P02] [##label = miles moved from home-2] How many miles away from home did you live? (INTERVIEWER: GET BEST ESTIMATE OF MILES) <0> LESS THAN 1 MILE <1-9999> 1 TO 9,999 MILES <10000> 10,000 MILES OR MORE DON'T KNOW[specify] - RECORD CITY AND STATE OR COUNTRY REFUSED @ >c10< [##dname = KO31P02] [##label = reason left home-2] [#allow 2][#commented 3/5/2001 bbd] [##md1 = 9] Why did you leave home at that time? <1> TO ATTEND SCHOOL <2> TO GET MARRIED <3> TO LIVE WITH (BOY/GIRL)FRIEND <4> TO FIND OR BEGIN A JOB SOMEWHERE ELSE <5> WANTED TO LIVE IN OWN HOUSE, APARTMENT OR ROOM <6> TO TRAVEL <7> TO ENTER ARMED FORCES <8> BECAUSE PARENTS DIVORCED/SEPARATED, OR REMARRIED s OTHER REASON (ENTER TEXT) (specify) <0> OTHER REASON (ENTER TEXT) [specify] <9> DON'T KNOW OR REFUSED @ >ic11< [#if a1 is <1> goto c12][#REMOVED a1 SERIES 7/2001 BBD] [if a13 is <3> goto c12] [#added after that dw 9/14/01] >c11< [##dname = KO32P02] [##label = ever move back home-2] [##md1 = 9] Did you ever move back home after that, other than for school vacations? (INTERVIEWER: DO NOT INCLUDE MOVING HOME DURING SUMMERS WHILE R WAS ATTENDING COLLEGE.) <1> YES <2> NO [goto id1][#PRECODE CONVERSION ITEM c11 5 = 2] <9> REFUSED [goto ic30] @ >c12< [##dname = KO33P02M] [##label = mo moved back home-2] In what month and year did you next move back home? (RECORD MONTH BELOW) (INTERVIEWER: DO NOT INCLUDE MOVING HOME DURING SUMMERS WHILE R WAS ATTENDING COLLEGE.) <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 [goto c13] @ [#expanded year range from 93 to 2004 and increased width to 4, 7/17/01 dw] >c12y< [##dname = KO33P02Y] [##label = yr moved back home-2] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ >c13< [##dname = KO34P02] [##label = reason returned home-2] [#allow 2][#commented 3/5/2001 bbd] [##md1 = 9] Why did you move back home at that time? <1> FINISHED OR LEFT SCHOOL <2> GOT DIVORCED OR SEPARATED <3> CONFLICT WITH LOVER/PARTNER <4> RETURNED FROM ARMED FORCES <5> COULDN'T AFFORD TO LIVE ON MY OWN <6> PROBLEMS WITH ROOMMATES <7> HUSBAND/WIFE WAS AWAY IN ARMED FORCES <8> PARENT(S) NEEDED HELP s OTHER REASON (ENTER TEXT) (specify) <0> OTHER REASON (ENTER TEXT) [specify] <9> DON'T KNOW OR REFUSED @ [# third spell >c14< [##dname = KO29P03M] [##label = mo left home-3] In what month and year did you next leave home to be on your own for four months or more? Include times you were away at school or in the Armed Forces. (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 <-4> NEVER LEFT HOME AGAIN [goto ic30] DON'T KNOW REFUSED [goto c15] @ [#expanded year range from 93 to 2004 and increased width to 4, 7/17/01 dw] >c14y< [##dname = KO29P03Y] [##label = yr left home-3] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ >c15< [##dname = KO30P03] [##label = miles moved from home-3] How many miles away from home did you live? (INTERVIEWER: GET BEST ESTIMATE OF MILES) <0> LESS THAN 1 MILE <1-9999> 1 TO 9,999 MILES <10000> 10,000 MILES OR MORE DON'T KNOW[specify] - RECORD CITY AND STATE OR COUNTRY REFUSED @ >c16< [##dname = KO31P03] [##label = reason left home-3] [#allow 2][#commented 3/5/2001 bbd] [##md1 = 9] Why did you leave home at that time? <1> TO ATTEND SCHOOL <2> TO GET MARRIED <3> TO LIVE WITH (BOY/GIRL)FRIEND <4> TO FIND OR BEGIN A JOB SOMEWHERE ELSE <5> WANTED TO LIVE IN OWN HOUSE, APARTMENT OR ROOM <6> TO TRAVEL <7> TO ENTER ARMED FORCES <8> BECAUSE PARENTS DIVORCED/SEPARATED, OR REMARRIED s OTHER REASON (ENTER TEXT) (specify) <0> OTHER REASON (ENTER TEXT) [specify] <9> DON'T KNOW OR REFUSED @ >ic17< [#if a1 is <1> goto c18][#REMOVED a1 SERIES 7/2001 BBD] [if a13 is <3> goto c18] >c17< [##dname = KO32P03] [##label = ever move back home-3] [##md1 = 9] Did you ever move back home after that, other than for school vacations? (INTERVIEWER: DO NOT INCLUDE MOVING HOME DURING SUMMERS WHILE R WAS ATTENDING COLLEGE) <1> YES <2> NO [goto id1][#PRECODE CONVERSION ITEM c17 5 = 2] <9> REFUSED [goto ic30] @ >c18< [##dname = KO33P03M] [##label = mo moved back home-3] In what month and year did you next move back home? (RECORD MONTH BELOW) (INTERVIEWER: DO NOT INCLUDE MOVING HOME DURING SUMMERS WHILE R WAS ATTENDING COLLEGE) <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 [goto c19] @ [#expanded year range from 93 to 2004 and increased width to 4, 7/17/01 dw] >c18y< [##dname = KO33P03Y] [##label = yr moved back home-3] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ >c19< [##dname = KO34P03] [##label = reason returned home-3] [#allow 2][#commented 3/5/2001 bbd] [##md1 = 9] Why did you move back home at that time? <1> FINISHED OR LEFT SCHOOL <2> GOT DIVORCED OR SEPARATED <3> CONFLICT WITH LOVER/PARTNER <4> RETURNED FROM ARMED FORCES <5> COULDN'T AFFORD TO LIVE ON MY OWN <6> PROBLEMS WITH ROOMMATES <7> HUSBAND/WIFE WAS AWAY IN ARMED FORCES <8> PARENT(S) NEEDED HELP s OTHER REASON (ENTER TEXT) (specify) <0> OTHER REASON (ENTER TEXT) [specify] <9> DON'T KNOW OR REFUSED @ [# fourth spell >c20< [##dname = KO29P04M] [##label = mo left home-4] In what month and year did you next leave home to be on your own for four months or more? Include times you were away at school or in the Armed Forces. (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 <-4> NEVER LEFT HOME AGAIN [goto ic30] DON'T KNOW REFUSED [goto c21] @ [#expanded year range from 93 to 2004 and increased width to 4, 7/17/01 dw] >c20y< [##dname = KO29P04Y] [##label = yr left home-4] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ >c21< [##dname = KO30P04] [##label = miles moved from home-4] How many miles away from home did you live? (INTERVIEWER: GET BEST ESTIMATE OF MILES) <0> LESS THAN 1 MILE <1-9999> 1 TO 9,999 MILES <10000> 10,000 MILES OR MORE DON'T KNOW[specify] - RECORD CITY AND STATE OR COUNTRY REFUSED @ >c22< [##dname = KO31P04] [##label = reason left home-4] [#allow 2][#commented 3/5/2001 bbd] [##md1 = 9] Why did you leave home at that time? <1> TO ATTEND SCHOOL <2> TO GET MARRIED <3> TO LIVE WITH (BOY/GIRL)FRIEND <4> TO FIND OR BEGIN A JOB SOMEWHERE ELSE <5> WANTED TO LIVE IN OWN HOUSE, APARTMENT OR ROOM <6> TO TRAVEL <7> TO ENTER ARMED FORCES <8> BECAUSE PARENTS DIVORCED/SEPARATED, OR REMARRIED s OTHER REASON (ENTER TEXT) (specify) <0> OTHER REASON (ENTER TEXT) [specify] <9> DON'T KNOW OR REFUSED @ >ic23< [#if a1 is <1> goto c24][#REMOVED a1 SERIES 7/2001 BBD] [if a13 is <3> goto c24] >c23< [##dname = KO32P04] [##label = ever move back home-4] [##md1 = 9] Did you ever move back home after that, other than for school vacations? (INTERVIEWER: DO NOT INCLUDE MOVING HOME DURING SUMMERS WHILE R WAS ATTENDING COLLEGE.) <1> YES <2> NO [goto id1][#PRECODE CONVERSION ITEM c23 5 = 2] <9> REFUSED [goto ic30] @ >c24< [##dname = KO33P04M] [##label = mo moved back home-4] In what month and year did you next move back home? (RECORD MONTH BELOW) (INTERVIEWER: DO NOT INCLUDE MOVING HOME DURING SUMMERS WHILE R WAS ATTENDING COLLEGE.) <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 [goto c25] @ [#expanded year range from 93 to 2004 and increased width to 4, 7/17/01 dw] >c24y< [##dname = KO33P04Y] [##label = yr moved back home-4] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ >c25< [##dname = KO34P04] [##label = reason returned home-4] [#allow 2][#commented 3/5/2001 bbd] [##md1 = 9] Why did you move back home at that time? <1> FINISHED OR LEFT SCHOOL <2> GOT DIVORCED OR SEPARATED <3> CONFLICT WITH LOVER/PARTNER <4> RETURNED FROM ARMED FORCES <5> COULDN'T AFFORD TO LIVE ON MY OWN <6> PROBLEMS WITH ROOMMATES <7> HUSBAND/WIFE WAS AWAY IN ARMED FORCES <8> PARENT(S) NEEDED HELP s OTHER REASON (ENTER TEXT) (specify) <0> OTHER REASON (ENTER TEXT) [specify] <9> DON'T KNOW OR REFUSED @ >c26< [##dname = KO29P05M] [##label = mo left home-5] In what month and year did you LAST leave home to be on your own for four months or more? (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 <-4> NEVER LEFT HOME AGAIN [goto ic30] DON'T KNOW REFUSED [goto ic30] @ [#expanded year range from 93 to 2004 and increased width to 4, 7/17/01 dw] >c26y< [##dname = KO29P05Y] [##label = yr left home-5] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ [# SEQUENCE FOR FCs LIVING WITH A PARENT -- should be asked once -- need to figure out which parents the fc is living with ... and create proper fill ... >ic30< [if m is <1> goto ic31] [if f is <1> goto ic31] [if sm is <1> goto ic31] [if sf is <1> goto ic31] [goto id1] >ic31< [if m is <1>] [if f is <1>][store in c30f][goto c30] [endif] [endif] >ic32< [if m is <1>] [if sf is <1>][store in c30f][goto c30] [else] [store in c30f][goto c30] [endif] [endif] >ic33< [if f is <1>] [if sm is <1>][store in c30f][goto c30] [else] [store in c30f][goto c30] [endif] [endif] >ic34< [if sm is <1>] [if sf is <1>][store in c30f][goto c30] [else] [store in c30f][goto c30] [endif] [endif] >ic35< [if sf is <1>] [store in c30f][goto c30] [endif] >ic36< [store in c30f] >c30f< [allow 14] >c30< [##dname = KO35] [##label = scale of how living w/ parents works out] Taking things all together, on a scale from 0 to 10, where 0 is really bad and 10 is absolutely perfect, how does living with your (parents/mother/father/step-parents/step-mother/step-father) work out for you? (INTERVIEWER: ENTER 0-10) DON'T KNOW REFUSED @ [@] <0> REALLY BAD <1-9> <10> ABSOLUTELY PERFECT >c99< [goto id1] [# IF NEVER MARRIED, SKIP TO INSTRUCTIONS ABOVE ie1] >id1< [if a3 is <5> goto ie1] >d1< [##dname = KO36] [##label = number of times married] [##md1 = 8] [##md2 = 9] Altogether, how many times have you been married? <1-5> ONE TO FIVE TIMES <8> DON'T KNOW <9> REFUSED @ >d2< [##dname = KO37M] [##label = mo married first time] In what month and year were you married (for the first time)? (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 REFUSED [goto id3] @ [#expanded year range from 93 to 2004 and increased width to 4, 7/17/01 dw] >d2y< [##dname = KO37Y] [##label = yr married first time] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ [#OPENING OF FIRST MARRIAGE SECTION] [#REMOVED FILL AT id3 FOR SEX OF SPOUSE 8/2/2001 BBD] [#REPLACED BOTH WITH CONDITIONAL FILLS BASED ON t3sex BBD] >id3< >id3f< [allow 7] [if d1 eq <1>] [store in id3f] [endif] [if d1 eq <2>] [store in id3f] [endif] [if d1 ge <3>] [store in id3f] [endif] [#ONE MARRIAGE, DO NOT ASK ABOUT END OF FIRST MARRIAGE] [if d1 eq <1> goto id4] >id4< [#IF FC WAS MARRIED ONCE AND IS CURRENTLY MARRIED] [#ASK ABOUT FIRST SPOUSE BEFORE SKIPPING TO ie1 8/2/2001 BBD] [if a3 is <1>] [if d1 eq <1> goto d7a] [if d1 eq goto d7a] [if d1 eq <9> goto d7a] [#if d1 is <1> goto ie1] [#if d1 is goto ie1] [endif] [#********************************************************************************] [#ADDED d3, d3y 7/23/2001 BBD] [#THESE ITEMS STORE THE DATE OF THE END OF THE FIRST MARRAIGE] [#FROM d5, d6, or d7] >d3< [##label = END OF FIRST MARRIAGE, MONTH] [allow 2] >d3y< [##label = END OF FIRST MARRIAGE, YEAR] [allow 4] >d4< [##dname = KO38] [##label = how first marriage ended] [##md1 = 8] [##md2 = 9] How did this first marriage end? Was it by divorce, separation with no divorce, or the death of your partner? <1> DIVORCE [goto d6] <2> SEPARATION [goto d7] <3> THE DEATH OF YOUR PARTNER <8> DON'T KNOW [#goto id8][goto d7a] <9> REFUSED [#goto id8][goto d7a] @ >d5< [# don't know if this question was asked at wave 2] [##dname = KO39M] [##label = month of first spouses death-1] [#new] In what month and year did your (wife/husband) die? (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 REFUSED [#goto id8][goto d7a] @ [@] [store d5 in d3][#RECORD END OF FIRST MARRIAGE 7/21/2001 BBD] [#expanded year range from 93 to 2004 and increased width to 4, 7/17/01 dw] >d5y< [#don't know if this question was asked at wave 2] [##dname = KO39Y] [##label = year of first spouses death-1] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ [@] [store d5y in d3y][#RECORD END OF FIRST MARRIAGE 7/21/2001 BBD] [#goto id8][goto d7a] >d6< [##dname = KO40M] [##label = month of divorce-1] What was the date of your divorce? (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 REFUSED [#goto id8][goto d7a] @ [@] [store d6 in d3][#RECORD END OF FIRST MARRIAGE 7/21/2001 BBD] [#expanded year range from 93 to 2004 and increased width to 4, 7/17/01 dw] >d6y< [##dname = KO40Y] [##label = year of divorce-1] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ [@] [store d6y in d3y][#RECORD END OF FIRST MARRIAGE 7/21/2001 BBD] >d7< [##dname = KO41M] [##label = mo separated-1] In what month and year did you and your (wife/husband) stop living together? (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 REFUSED [#goto id8][goto d7a] @ [@] [if d4 eq <2>] [#RECODE SEPARATION AS END OF MARRIAGE ONLY IF NOT DIVORCED BBD] [store d7 in d3][#RECORD END OF FIRST MARRIAGE 7/21/2001 BBD] [endif] [#expanded year range from 93 to 2004 and increased width to 4, 7/17/01 dw] >d7y< [##dname = KO41Y] [##label = yr separated-1] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ [@] [if d4 eq <2>] [#RECODE SEPARATION AS END OF MARRIAGE ONLY IF NOT DIVORCED BBD] [store d7y in d3y][#RECORD END OF FIRST MARRIAGE 7/21/2001 BBD] [endif] [# second iteration is for first spouse, if currently sep/div/wid, or remarried] >d7a< [##dname = KO50] [##label = age of first spouse when married] Next I would like to ask a few questions about your (first) (wife/husband). How old was (she/he) when you got married? <14-64> AGE 14 TO 64 DON'T KNOW REFUSED @ >d7b< [##dname = KX01] [##label = educ completed of first spouse] How much education had (she/he) completed (at the time your marriage ended)? <0> NONE <1-8> ELEMENTARY SCHOOL <9-11> 1, 2, OR 3 YEARS OF HIGH SCHOOL <12> HIGH SCHOOL GRADUATE (OR GED EQUIVALENT) <13-15> 1, 2, OR 3 YEARS OF COLLEGE <16> COLLEGE GRADUATE <17> GRADUATE/PROFESSIONAL SCHOOL DON'T KNOW REFUSED @ >d7c< [##dname = KX02] [##label = first spouse married before] [##md1 = 8] [##md2 = 9] Had (she/he) been married before (she/he) married you? <1> YES <2> NO[#PRECODE CONVERSION ITEM e10 5 = 2] <8> DON'T KNOW <9> REFUSED @ [#added these 2 items per LB from MR int dw 6/18/01] >d7d< [##dname = KX03] [##label = 1st spouse had children before married r] [#new] [##md1 = 8] [##md2 = 9] Had (she/he) had any children? <1> YES <2> NO [goto id8] <8> DON'T KNOW [goto id8] <9> REFUSED [goto id8] @ >d7e< [##dname = KX04] [##label = 1st spouses child live w/ r aftr married] [#new] [##md1 = 8] [##md2 = 9] Did any of these children live with you after you got married? <1> YES <2> NO <8> DON'T KNOW <9> REFUSED @ [#OPENING OF SECOND MARRAIGE SECTION] >id8< [#TWO MARRIAGES] [if d1 ge <2> goto d8] [goto ie1] >d8< [##dname = KO42M] [##label = mo of second marriage] In what month and year were you married for the second time? (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 REFUSED [goto id13] @ [#expanded year range from 93 to 2004 and increased width to 4, 7/17/01 dw] >d8y< [##dname = KO42Y] [##label = yr of second marriage] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ >id9< [if a3 is <1>] [if d1 is <2> goto d12a] [endif] >d9< [##dname = KO44] [##label = how second marriage end] [##md1 = 8] [##md2 = 9] How did this second marriage end? Was it by divorce, separation with no divorce, or the death of your partner? <1> DIVORCE [goto d11] <2> SEPARATION [goto d12] <3> THE DEATH OF YOUR PARTNER <8> DON'T KNOW [goto d12a][#goto id13] <9> REFUSED [goto d12a][#goto id13] @ >d10< [# was this included in KO43M] [##dname = KO43MA] [##label = mo second marriage end-spouse dead] In what month and year did your (wife/husband) die? (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 REFUSED [goto d12a][#goto id13] @ [@] [#expanded year range from 93 to 2004 and increased width to 4, 7/17/01 dw] >d10y< [##dname = KO43YA] [##label = yr second marriage end-spouse dead] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ [@] [goto d12a][#goto id13] >d11< [##dname = KO43MB] [##label = mo second marriage end-divorce] What was the date of your divorce? (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 REFUSED [goto d12a][#goto id13] @ [@] [#expanded year range from 93 to 2004 and increased width to 4, 7/17/01 dw] >d11y< [##dname = KO43YB] [##label = yr second marriage end-divorce] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ [@] >d12< [##dname = KO43MC] [##label = mo second marriage end-separated] In what month and year did you and your (wife/husband) stop living together? (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 REFUSED [goto d12a][#goto id13] @ [@] [#expanded year range from 93 to 2004 and increased width to 4, 7/17/01 dw] >d12y< [##dname = KO43YC] [##label = yr second marriage end-separated] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ [@] [# SEQUENCE ASKED WITH REFERENCE TO CURRENT & FIRST SPOUSE/PARTNER [# first iteration is for current spouse/partner, if any ... [#added items per lb for other spouses 6/18/01 dw] [# third iteration would be for second spouse, if currently sep/div/wid, or remarried] >d12a< [##dname = KI95] [##label = age of second spouse when married] Next I would like to ask a few questions about your second (wife/husband). How old was (she/he) when you got married? <14-64> AGE 14 TO 64 DON'T KNOW REFUSED @ >d12b< [##dname = KI96] [##label = educ completed of second spouse] How much education had (she/he) completed (at the time your marriage ended)? <0> NONE <1-8> ELEMENTARY SCHOOL <9-11> 1, 2, OR 3 YEARS OF HIGH SCHOOL <12> HIGH SCHOOL GRADUATE (OR GED EQUIVALENT) <13-15> 1, 2, OR 3 YEARS OF COLLEGE <16> COLLEGE GRADUATE <17> GRADUATE/PROFESSIONAL SCHOOL DON'T KNOW REFUSED @ >d12c< [##dname = KI105] [##label = second spouse married before] [##md1 = 8] [##md2 = 9] Had (she/he) been married before (she/he) married you? <1> YES <2> NO[#PRECODE CONVERSION ITEM e10 5 = 2] <8> DON'T KNOW <9> REFUSED @ [#added these 2 items per LB from MR int dw 6/18/01] >d12d< [##dname = KI106] [##label = 2nd spouse had children before married r] [##md1 = 8] [##md2 = 9] Had (she/he) had any children? <1> YES <2> NO [goto id13] <8> DON'T KNOW [goto id13] <9> REFUSED [goto id13] @ >d12e< [##dname = KI107] [##label = 2nd spouses child live w/ r after married] [##md1 = 8] [##md2 = 9] Did any of these children live with you after you got married? <1> YES <2> NO <8> DON'T KNOW <9> REFUSED @ [#OPENING OF THIRD MARRAIGE SECTION] >id13< [#THREE MARRIAGES] [if d1 ge <3> goto d13] [goto ie1] >d13< [##dname = KO45M] [##label = mo married third time] In what month and year were you married for the third time? (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 REFUSED [goto id18] @ [#expanded year range from 93 to 2004 and increased width to 4, 7/17/01 dw] >d13y< [##dname = KO45Y] [##label = yr married third time] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ >id14< [if a3 is <1>] [if d1 is <3> goto d17a] [endif] >d14< [##dname = RO47] [##label = how third marriage end] [##md1 = 8] [##md2 = 9] How did this third marriage end? Was it by divorce, separation with no divorce, or the death of your partner? <1> DIVORCE [goto d16] <2> SEPARATION [goto d17] <3> THE DEATH OF YOUR PARTNER <8> DON'T KNOW [goto id18] <9> REFUSED [goto id18] @ >d15< [##dname = KO46MA] [##label = mo third marriage end-spouse dead] In what month and year did your (wife/husband) die? (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 REFUSED [#goto id18][goto d17a] @ [@] [#expanded year range from 93 to 2004 and increased width to 4, 7/17/01 dw] >d15y< [##dname = KO46YA] [##label = yr third marriage end-spouse dead] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ [@] [#goto id18][goto d17a] >d16< [##dname = KO46MB] [##label = mo third marriage end-divorce] What was the date of your divorce? (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 REFUSED [#goto id18][goto d17a] @ [@] [#expanded year range from 93 to 2004 and increased width to 4, 7/17/01 dw] >d16y< [##dname = KO46YB] [##label = yr third marriage end-divorce] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ [@] >d17< [##dname = KO46MC] [##label = mo third marriage end-separated] In what month and year did you and your (wife/husband) stop living together? (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 REFUSED [#goto id18][goto d17a] @ [@] [#expanded year range from 93 to 2004 and increased width to 4, 7/17/01 dw] >d17y< [##dname = KO46YC] [##label = yr third marriage end-separated] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ [@] >d17a< [##dname = KI126] [##label = age of third spouse when married] Next I would like to ask a few questions about your third (wife/husband). How old was (she/he) when you got married? <14-64> AGE 14 TO 64 DON'T KNOW REFUSED @ >d17b< [##dname = KI127] [##label = educ completed of third spouse] How much education had (she/he) completed (at the time your marriage ended)? <0> NONE <1-8> ELEMENTARY SCHOOL <9-11> 1, 2, OR 3 YEARS OF HIGH SCHOOL <12> HIGH SCHOOL GRADUATE (OR GED EQUIVALENT) <13-15> 1, 2, OR 3 YEARS OF COLLEGE <16> COLLEGE GRADUATE <17> GRADUATE/PROFESSIONAL SCHOOL DON'T KNOW REFUSED @ >d17c< [##dname = KI136] [##label = third spouse married before] [##md1 = 8] [##md2 = 9] Had (she/he) been married before (she/he) married you? <1> YES <2> NO[#PRECODE CONVERSION ITEM e10 5 = 2] <8> DON'T KNOW <9> REFUSED @ [#added these 2 items per LB from MR int dw 6/18/01] >d17d< [##dname = KI137] [##label = 3rd spouse had children before married r] [##md1 = 8] [##md2 = 9] Had (she/he) had any children? <1> YES <2> NO [goto id18] <8> DON'T KNOW [goto id18] <9> REFUSED [goto id18] @ >d17e< [##dname = KI138] [##label = 3rd spouses child live w/ r aftr married] [##md1 = 8] [##md2 = 9] Did any of these children live with you after you got married? <1> YES <2> NO <8> DON'T KNOW <9> REFUSED @ >id18< >ie1< [#REMOVED nif SERIES 8/4/2001; REPLACED WITH MARRIAGE QUESTIONS EARLIER BBD] >nif< [#BLANK ROUTING ITEM] [#********************************************************************************] [# NEED TO ADD CODE SO THAT if d1 ge <2> id3f FILLS SECOND AND GET THESE ITEMS DW] [# COHABITATION SEQUENCES [# EVER-MARRIEDS START WITH f1 [# NEVER MARRIED, NOT COHABITING, SKIP TO f77 [# NEVER MARRIED, CURRENTLY COHABITING SKIP TO f88 >if1< [if a3 ne <5> goto F1] [goto if77] >F1< [##dname = KO53] [##label = cohab w/ first spouse] [##md1 = 9] Nowadays, many unmarried couples live together; sometimes they eventually get married and sometimes they don't. Did you and your (first) (wife/husband) live together before you were married? <1> YES <2> NO [goto F5][#PRECODE CONVERSION ITEM F1 5 = 2] <9> REFUSED [goto F5] @ >if2< [store <1> in bkm2] >F2< [##dname = KO54M] [##label = mo began cohab] In what month and year did the two of you begin living together? (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 REFUSED [goto F5] @ [#expanded year range from 93 to 2004 and increased width to 4, 7/17/01 dw] >F2y< [##dname = KO54Y] [##label = yr began cohab] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F5] @ >F5< [##dname = KO55] [##label = cohab w/ anyone else before first marr] [##md1 = 9] Did you live with anyone else of the opposite sex before your first marriage? <1> YES <2> NO [goto ckph][#PRECODE CONVERSION ITEM F5 5 = 2] <9> REFUSED [goto ckph] @ >if6< [store <1> in bkm2] >F6< [##dname = KO56] [##label = num of cohabs before first marr] [##md1 = 8] [##md2 = 9] With how many partners did you live before your first marriage (other than your first (wife/husband))? <1-7> ONE TO SEVEN PARTNERS <8> DON'T KNOW <9> REFUSED [goto ckph] @ [@] [#REVISED DURING CLEANING] [#REPLACED PRECODES 8 AND 9 (UNUSED)] [#CANNOT MERGE SINCE REF HAS A SEPARATE PATH] [#9 NINE OR MORE PARTNERS] [# REPEAT f1-f5 FOR EACH PARTNER MENTIONED IN f6 -- up to 4 partners] >F7< [##dname = KO57P01M] [##label = mo began cohab-1] In what month and year did you first begin living with someone (other than your first (wife/husband))? (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 REFUSED [goto F8] @ >F7y< [##dname = KO57P01Y] [##label = yr began cohab-1] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F8] @ >F8< [##dname = KO58P01M] [##label = mo stopped cohab-1] And when did you and this person stop living together? (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 REFUSED [#goto ckph][goto if9] @ >F8y< [##dname = KO58P01Y] [##label = yr stopped cohab-1] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [#goto ckph][goto if9] @ >F8a< [##dname = KX80] [##label = age of first partner at start of cohab] [#new] Next I would like to ask a few questions about this person. How old was (she/he) when you started living together? <14-64> AGE 14 TO 64 DON'T KNOW REFUSED @ >F8b< [##dname = KX81] [##label = educ completed of first cohab partner] [#new] How much education had (she/he) completed (at the time your marriage ended)? <0> NONE <1-8> ELEMENTARY SCHOOL <9-11> 1, 2, OR 3 YEARS OF HIGH SCHOOL <12> HIGH SCHOOL GRADUATE (OR GED EQUIVALENT) <13-15> 1, 2, OR 3 YEARS OF COLLEGE <16> COLLEGE GRADUATE <17> GRADUATE/PROFESSIONAL SCHOOL DON'T KNOW REFUSED @ >F8c< [##dname = KX82] [##label = first partner married before cohab] [#new] [##md1 = 8] [##md2 = 9] Had (she/he) been married before you started living together? <1> YES <2> NO[#PRECODE CONVERSION ITEM e10 5 = 2] <8> DON'T KNOW <9> REFUSED @ [#added these 2 items per LB from MR int dw 6/18/01] >F8d< [##dname = KX05] [##label = 1st partner had child before cohab w/ r] [#new] [##md1 = 8] [##md2 = 9] Had (she/he) had any children before you started living together? <1> YES <2> NO [goto if9] <8> DON'T KNOW [goto if9] <9> REFUSED [goto if9] @ >F8e< [##dname = KX06] [##label = 1st partners child live w/ r aftr cohab] [#new] [##md1 = 8] [##md2 = 9] Did any of these children live with you after you starting living together? <1> YES <2> NO <8> DON'T KNOW <9> REFUSED @ >if9< [if F6 ge <2> goto F9][goto ckph] >F9< [##dname = KO57P02M] [##label = mo began cohab-2] In what month and year did you next begin living with someone (other than your first (wife/husband))? (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 REFUSED [#goto ckph][goto if11] @ >F9y< [##dname = KO57P02Y] [##label = yr began cohab-2] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [#goto ckph][goto if11] @ >F10< [##dname = KO58P02M] [##label = mo stopped cohab-2] And when did you and this person stop living together? (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 REFUSED [#goto ckph][goto if11] @ >F10y< [##dname = KO58P02Y] [##label = yr stopped cohab-2] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [#goto ckph] @ >if11< [if F6 ge <3> goto F11][goto ckph] >F11< [##dname = KO57P03M] [##label = mo began cohab-3] In what month and year did you next begin living with someone (other than your first (wife/husband))? (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 REFUSED [#goto ckph][goto if13] @ >F11y< [##dname = KO57P03Y] [##label = yr began cohab-3] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [#goto ckph][goto if13] @ >F12< [##dname = KO58P03M] [##label = mo stopped cohab-3] And when did you and this person stop living together? (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 REFUSED [#goto ckph][goto if13] @ >F12y< [##dname = KO58P03Y] [##label = yr stopped cohab-3] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [#goto ckph] @ >if13< [if F6 ge <4> goto F13][goto ckph] >F13< [##dname = KO57P04M] [##label = mo began cohab-4] In what month and year did you next begin living with someone (other than your first (wife/husband))? (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 REFUSED [goto ckph] @ >F13y< [##dname = KO57P04Y] [##label = yr began cohab-4] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto ckph] @ >F14< [##dname = KO58P04M] [##label = mo stopped cohab-4] And when did you and this person stop living together? (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 REFUSED [goto ckph] @ >F14y< [##dname = KO58P04Y] [##label = yr stopped cohab-4] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto ckph] @ [# CHKPT H: (IF FC IS CURRENTLY MARRIED TO FIRST SPOUSE, SKIP TO f99) (IF FC MARRIED 2 OR MORE TIMES, GO TO f20 (IF PREVIOUSLY MARRIED ONLY ONCE AND: NOT CURRENTLY COHABITING - SKIP TO f55 CURRENTLY COHABITING - SKIP TO f65 >ckph< [if d1 ge <2> goto F20] [if d1 is goto F99] [if d1 is <-2> goto F99] [if a3 is <1> goto F99] [if a4 is <1> goto F65][goto F55] >F20< [##dname = KO59] [##label = cohab w/ second spouse] [##md1 = 9] Did you and your second (wife/husband) live together before you were married? <1> YES <2> NO [goto F24][#PRECODE CONVERSION ITEM F20 5 = 2] <9> REFUSED [goto F24] @ >if21< [store <1> in bkm2] >F21< [##dname = KO60M] [##label = mo cohab-2] In what month and year did the two of you begin living together? (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 REFUSED [goto F24] @ >F21y< [##dname = KO60Y] [##label = yr cohab-2] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F24] @ >F24< [##dname = KI82] [##label = cohab w/ other btw marriages] [##md1 = 9] Did you live with anyone else of the opposite sex between your first and second marriages? <1> YES <2> NO [goto ckpj][#PRECODE CONVERSION ITEM F24 5 = 2] <9> REFUSED [goto ckpj] @ >if25< [store <1> in bkm2] >F25< [##dname = KI83] [##label = num partners betw 1st and 2nd marriages] [#new] [##md1 = 0] With how many partners did you live between your first and second marriages (other than your second (wife/husband))? <1-8> ONE TO EIGHT PARTNERS <9> NINE OR MORE PARTNERS <0> DON'T KNOW OR REFUSED @ [# REPEAT f20-24 FOR EACH PARTNER MENTIONED IN f25 -- up to 4 partners >F26< [##dname = KI84M] [##label = mo first start cohab after 1st marriage] [#new] In what month and year after your first marriage ended did you first begin living with someone (other than your second (wife/husband))? (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 REFUSED [#goto ckpj][goto F27a] @ >F26y< [##dname = KI84Y] [##label = yr first start cohab after 1st marriage] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [#goto ckpj][goto F27a] @ >F27< [##dname = KI85M] [#label = mo stop first cohab after 1st marriage] [#new] And when did you and this person stop living together? (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 REFUSED [#goto ckpj][goto F27a] @ >F27y< [##dname = KI85Y] [##label = yr stop first cohab after 1st marriage] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [#goto ckpj][goto F27a] @ >F27a< [##dname = KX07] [##label = age 1st partner after 1st marriage] [#new] Next I would like to ask a few questions about this person. How old was (she/he) when you started living together? <14-64> AGE 14 TO 64 DON'T KNOW REFUSED @ >F27b< [##dname = KX08] [##label = educ complete-1st partner after 1st marr] [#new] How much education had (she/he) completed (at the time your marriage ended)? <0> NONE <1-8> ELEMENTARY SCHOOL <9-11> 1, 2, OR 3 YEARS OF HIGH SCHOOL <12> HIGH SCHOOL GRADUATE (OR GED EQUIVALENT) <13-15> 1, 2, OR 3 YEARS OF COLLEGE <16> COLLEGE GRADUATE <17> GRADUATE/PROFESSIONAL SCHOOL DON'T KNOW REFUSED @ >F27c< [##dname = KX09] [##label = 1st prtnr after 1st marriage married bef] [#new] [##md1 = 8] [##md2 = 9] Had (she/he) been married before you started living together? <1> YES <2> NO[#PRECODE CONVERSION ITEM e10 5 = 2] <8> DON'T KNOW <9> REFUSED @ [#added these 2 items per LB from MR int dw 6/18/01] >F27d< [##dname = KX10] [##label = 1st partnr after 1st marriage had kids] [#new] [##md1 = 8] [##md2 = 9] Had (she/he) had any children before you started living together? <1> YES <2> NO [goto if28] <8> DON'T KNOW [goto if28] <9> REFUSED [goto if28] @ >F27e< [##dname = KX11] [##label = any 1st partner kids lived in hh] [#new] [##md1 = 8] [##md2 = 9] Did any of these children live with when you lived together? <1> YES <2> NO <8> DON'T KNOW <9> REFUSED @ >if28< [if F25 ge <2> goto F28][goto ckpj] >F28< [##dname = KI86M] [##label = mo begin cohab with second partner] [#new] In what month and year did you next begin living with someone (other than your second (wife/husband))? (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 REFUSED [#goto ckpj][goto if30] @ >F28y< [##dname = KI86Y] [##label = yr begin cohab with second partner] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [#goto ckpj][goto if30] @ >F29< [##dname = KI87M] [##label = mo stop cohab with second partner] [#new] And when did you and this person stop living together? (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 REFUSED [#goto ckpj][goto if30] @ >F29y< [##dname = KI87Y] [##label = yr stop cohab with second partner] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [#goto ckpj][goto if30] @ >if30< [if F25 ge <3> goto F30][goto ckpj] >F30< [##dname = KI88M] [##label = mo began living with third partner] [#new] In what month and year did you next begin living with someone (other than your second (wife/husband))? (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 REFUSED [#goto ckpj][goto if32] @ >F30y< [##dname = KI88Y] [##label = yr began living with third partner] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [#goto ckpj][goto if32] @ >F31< [##dname = KI89M] [##label = mo stop living with third partner] [#new] And when did you and this person stop living together? (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 REFUSED [#goto ckpj][goto if32] @ >F31y< [##dname = KI89Y] [##label = yr stop living with third partner] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [#goto ckpj] @ >if32< [if F25 ge <4> goto F32][goto ckpj] >F32< [##dname = KX12M] [##label = mo start living with fourth partner] [#new] In what month and year did you next begin living with someone (other than your second (wife/husband))? (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 REFUSED [goto ckpj] @ >F32y< [##dname = KX12Y] [##label = yr start living with fourth partner] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto ckpj] @ >F33< [##dname = KX13M] [##label = mo stop living with fourth partner] [#new] And when did you and this person stop living together? (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 REFUSED [goto ckpj] @ >F33y< [##dname = KX13Y] [##label = yr stop living with fourth partner] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto ckpj] @ [# REPEAT THE PREVIOUS SEQUENCE FOR FCs MARRIED THREE TIMES] >ckpj< [if d1 ge <3> goto F40f] [#RENAMED DUPLICATE ITEM 6/27/2001 BBD] [if a3 is <1> goto F99] [if a4 is <1> goto F65][goto F55] [#RENAMED DUPLICATE ITEM 6/27/2001 BBD] >F40f< [##dname = KI109] [##label = live with third spouse before marriage] [#new] [##md1 = 9] Did you and your third (wife/husband) live together before you were married? <1> YES <2> NO [goto F44][#PRECODE CONVERSION ITEM F40 5 = 2] <9> REFUSED [goto F44] @ >if41< [store <1> in bkm2] >F41< [##dname = KI108M] [##label = mo began cohab with third spouse] [#new] In what month and year did the two of you begin living together? (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 REFUSED [goto F44] @ >F41y< [##dname = KI108Y] [##label = yr began cohab with third spouse] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F44] @ >F44< [##dname = KI113] [##label = live w/ partner betw 2nd & 3rd marriages] [#new] [##md1 = 9] Did you live with anyone else of the opposite sex between your second and third marriages? <1> YES <2> NO [goto ckpk][#PRECODE CONVERSION ITEM F44 5 = 2] <9> REFUSED [goto ckpk] @ >if45< [store <1> in bkm2] >F45< [##dname = KI114] [##label = num partners betw 2nd and 3rd marriages] [#new] [##md1 = 0] With how many partners did you live between your second and third marriages (other than your third (wife/husband))? <1-7> ONE TO SEVEN PARTNERS <8> DON'T KNOW <9> REFUSED [goto ckpk] @ [#REVISED DURING CLEANING] [#REPLACED PRECODES 8 AND 9 (UNUSED)] [#CANNOT MERGE SINCE REF HAS A SEPARATE PATH] [#9 NINE OR MORE PARTNERS] [# REPEAT f40-44 FOR EACH PARTNER MENTIONED IN f45 -- up to 4 partners >F46< [##dname = KI115M] [##label = mo begin cohab w/ 1st part after 2nd marr] [#new] In what month and year after your second marriage ended did you first begin living with someone (other than your third (wife/husband))? (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 REFUSED [#goto ckpk][goto F47a] @ >F46y< [##dname = KI115Y] [##label = yr begin cohab w/ 1st part after 2nd marr] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto ckpk] @ >F47< [##dname = KI116M] [##label = mo stop cohab w/ 1st part after 2nd marr] [#new] And when did you and this person stop living together? (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 REFUSED [#goto ckpk][goto F47a] @ >F47y< [##dname = KI116Y] [##label = yr stop cohab w/ 1st part after 3nd marr] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [#goto ckpk][goto F47a] @ >F47a< [##dname = KX14] [##label = age of 1st partner after 2nd marriage] [#new] Next I would like to ask a few questions about this person. How old was (she/he) when you started living together? <14-64> AGE 14 TO 64 DON'T KNOW REFUSED @ >F47b< [##dname = KX15] [##label = educ complete 1st partner after 2nd marr] [#new] How much education had (she/he) completed at the time you started living together? <0> NONE <1-8> ELEMENTARY SCHOOL <9-11> 1, 2, OR 3 YEARS OF HIGH SCHOOL <12> HIGH SCHOOL GRADUATE (OR GED EQUIVALENT) <13-15> 1, 2, OR 3 YEARS OF COLLEGE <16> COLLEGE GRADUATE <17> GRADUATE/PROFESSIONAL SCHOOL DON'T KNOW REFUSED @ >F47c< [##dname = KX16] [##label = 1st partnr after 2nd marr married before] [#new] [##md1 = 8] [##md2 = 9] Had (she/he) been married before you started living together? <1> YES <2> NO[#PRECODE CONVERSION ITEM e10 5 = 2] <8> DON'T KNOW <9> REFUSED @ [#added these 2 items per LB from MR int dw 6/18/01] >F47d< [##dname = KX17] [##label = 1st partnr after 2nd marr have kids] [#new] [##md1 = 8] [##md2 = 9] Had (she/he) had any children before you started living together? <1> YES <2> NO [goto if48] <8> DON'T KNOW [goto if48] <9> REFUSED [goto if48] @ >F47e< [##dname = KX18] [##label = 1st partnrs kids live with r] [#new] [##md1 = 8] [##md2 = 9] Did any of these children live with when you lived together? <1> YES <2> NO <8> DON'T KNOW <9> REFUSED @ >if48< [if F45 ge <2> goto F48][goto ckpk] >F48< [##dname = KI117M] [##label = mo begin cohab w 2nd partn after 2nd mar] [#new] In what month and year did you next begin living with someone (other than your third (wife/husband))? (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 REFUSED [goto ckpk] @ >F48y< [##dname = KI117Y] [##label = yr begin cohab w/ 2nd part after 2nd mar] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto ckpk] @ >F49< [##dname = KI118M] [##label = mo stop cohab w/ 2nd part after 2nd mar] [#new] And when did you and this person stop living together? (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 REFUSED [goto ckpk] @ >F49y< [##dname = KI118Y] [##label = yr stop cohab w/ 2nd part after 2nd mar] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto ckpk] @ >if50< [if F45 ge <3> goto F50][goto ckpk] >F50< [##dname = KI119M] [##label = mo start cohab w/ 3rd part after 2nd mar] [#new] In what month and year did you next begin living with someone (other than your third (wife/husband))? (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 REFUSED [goto ckpk] @ >F50y< [##dname = KI119Y] [##label = yr start cohab w/ 3rd part after 2nd mar] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto ckpk] @ >F51< [##dname = KI120M] [##label = mo stop cohab w/ 3rd part after 2nd mar] [#new] And when did you and this person stop living together? (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 REFUSED [goto ckpk] @ >F51y< [##dname = KI120Y] [##label = yr stop cohab w/ 3rd part after 2nd mar] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto ckpk] @ >if52< [if F45 ge <4> goto F52][goto ckpk] >F52< [##dname = KX19M] [##label = mo start cohab w/ 4th part after 2nd mar] [#new] In what month and year did you next begin living with someone (other than your third (wife/husband))? (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 REFUSED [goto ckpk] @ >F52y< [##dname = KX19Y] [##label = yr start cohab w/ 4th part after 2nd mar] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto ckpk] @ >F53< [##dname = KX20M] [##label = mo stop cohab w/ 4th part after 2nd mar] [#new] And when did you and this person stop living together? (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 REFUSED [goto ckpk] @ >F53y< [##dname = KX20Y] [##label = yr stop cohab w/ 4th part after 2nd mar] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto ckpk] @ [# CHKPT k: IF FC IS CURRENTLY: ____ MARRIED, (SKIP TO f99 ____ COHABITING, (SKIP TO f65 ____ NEITHER MARRIED NOR COHABITING (GO TO f55 >ckpk< [if a3 is <1> goto F99][if a4 is <1> goto F65] >if55< [allow 4][store in if55][if d1 ge <2> goto F55] [store <> in if55] >F55< [##dname = KI139] [##label = cohab since last marr ended] [##md1 = 9] Have you lived with a partner of the opposite sex since your (last) marriage ended? <1> YES <2> NO [goto F99][#PRECODE CONVERSION ITEM F55 5 = 2] <9> REFUSED [goto F99] @ >if56< [store <1> in bkm2] >F56< [##dname = KI140] [##label = num partners since last marriage] [#new] [##md1 = 0] How many different partners have you lived with since this marriage? <1-8> ONE TO EIGHT PARTNERS <9> NINE OR MORE PARTNERS <0> DON'T KNOW OR REFUSED @ >F57< [##dname = KI141M] [##label = mo began 1st cohab after last marriage] [#new] In what month and year after your (last) marriage ended did you first begin living with someone? (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 REFUSED [#goto F99][goto F58a] @ >F57y< [##dname = KI141Y] [##label = yr began 1st cohab after last marriage] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [#goto F99][goto F58a] @ >F58< [##dname = KI143M] [##label = mo stop 1st cohab after last marriage] [#new] And when did you and this person stop living together? (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 REFUSED [#goto F99][goto F58a] @ >F58y< [##dname = KI143Y] [##label = yr stop 1st cohab after last marriage] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [#goto F99][goto F58a] @ >F58a< [##dname = KI144] [##label = age of 1st partner after last marriage] [#new] Next I would like to ask a few questions about this person. How old was (she/he) when you started living together? <14-64> AGE 14 TO 64 DON'T KNOW REFUSED @ >F58b< [##dname = KI145] [##label = education of 1st partner after last marr] [#new] How much education had (she/he) completed at the time you started living together? <0> NONE <1-8> ELEMENTARY SCHOOL <9-11> 1, 2, OR 3 YEARS OF HIGH SCHOOL <12> HIGH SCHOOL GRADUATE (OR GED EQUIVALENT) <13-15> 1, 2, OR 3 YEARS OF COLLEGE <16> COLLEGE GRADUATE <17> GRADUATE/PROFESSIONAL SCHOOL DON'T KNOW REFUSED @ >F58c< [##dname = KI147] [##label = 1st partner aftr last marr married befre] [#new] [##md1 = 8] [##md2 = 9] Had (she/he) been married before you started living together? <1> YES <2> NO[#PRECODE CONVERSION ITEM e10 5 = 2] <8> DON'T KNOW <9> REFUSED @ [#added these 2 items per LB from MR int dw 6/18/01] >F58d< [##dname = KX21] [##label = 1st partner aftr last marr had kids] [#new] [##md1 = 8] [##md2 = 9] Had (she/he) had any children before you started living together? <1> YES <2> NO [goto if59] <8> DON'T KNOW [goto if59] <9> REFUSED [goto if59] @ >F58e< [##dname = KX22] [##label = kids of 1st partner live w/ respondent] [#new] [##md1 = 8] [##md2 = 9] Did any of these children live with when you lived together? <1> YES <2> NO <8> DON'T KNOW <9> REFUSED @ >if59< [if F56 ge <2> goto F59][goto F99] >F59< [##dname = KI148M] [##label = mo began 2nd cohab after last marriage] [#new] In what month and year did you next begin living with someone? (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 REFUSED [goto F99] @ >F59y< [##dname = KI148Y] [##label = yr began 2nd cohab after last marriage] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F99] @ >F60< [##dname = KI150M] [##label = mo stop 2nd cohab after last marriage] [#new] And when did you and this person stop living together? (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 REFUSED [goto F99] @ >F60y< [##dname = KI150Y] [##label = yr stop 2nd cohab after last marriage] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F99] @ >if61< [if F56 ge <3> goto F61][goto F99] >F61< [##dname = KX23M] [##label = mo start 3rd cohab after last marriage] [#new] In what month and year did you next begin living with someone? (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 REFUSED [goto F99] @ >F61y< [##dname = KX23Y] [##label = yr start 3rd cohab after last marriage] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F99] @ >F62< [##dname = KX24M] [##label = mo stop 3rd cohab after last marriage] [#new] And when did you and this person stop living together? (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 REFUSED [goto F99] @ >F62y< [##dname = KX24Y] [##label = yr stop 3rd cohab after last marriage] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F99] @ >if63< [if F56 ge <4> goto F63] [goto F99] >F63< [##dname = KX25M] [##label = mo start 4th cohab after last marriage] [#new] In what month and year did you next begin living with someone? (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 REFUSED [goto F99] @ >F63y< [##dname = KX25Y] [##label = yr start 4th cohab after last marriage] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F99] @ >F64< [##dname = KX26M] [##label = mo stop 4th cohab after last marriage] [#new] And when did you and this person stop living together? (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 REFUSED [goto F99] @ >F64y< [##dname = KX26Y] [##label = yr stop 4th cohab after last marriage] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F99] @ [# FOR PREVIOUSLY MARRIED FCs WHO ARE CURRENTLY COHABITING] >F65< [##dname = KO75M] [##label = mo current cohab] When did you and your present partner begin living together? (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 REFUSED [goto if66] @ >F65y< [##dname = KO75Y] [##label = yr current cohab] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ >F65a< [##dname = KX83] [##label = age of current partner] [#new] Next I would like to ask a few questions about your partner. How old was (she/he) when you started living together? <14-64> AGE 14 TO 64 DON'T KNOW REFUSED @ >F65b< [##dname = KX84] [##label = education of current partner] [#new] How much education had (she/he) completed at the time you started living together? <0> NONE <1-8> ELEMENTARY SCHOOL <9-11> 1, 2, OR 3 YEARS OF HIGH SCHOOL <12> HIGH SCHOOL GRADUATE (OR GED EQUIVALENT) <13-15> 1, 2, OR 3 YEARS OF COLLEGE <16> COLLEGE GRADUATE <17> GRADUATE/PROFESSIONAL SCHOOL DON'T KNOW REFUSED @ >F65c< [##dname = KX85] [##label = current partner married before] [#new] [##md1 = 8] [##md2 = 9] Had (she/he) been married before you started living together? <1> YES <2> NO[#PRECODE CONVERSION ITEM e10 5 = 2] <8> DON'T KNOW <9> REFUSED @ [#added these 2 items per LB from MR int dw 6/18/01] >F65d< [##dname = KX27] [##label = current partner had kids] [#new] [##md1 = 8] [##md2 = 9] Had (she/he) had any children before you started living together? <1> YES <2> NO [goto if66] <8> DON'T KNOW [goto if66] <9> REFUSED [goto if66] @ >F65e< [##dname = KX28] [##label = live w/ kids of current partner] [#new] [##md1 = 8] [##md2 = 9] Did any of these children live with when you lived together? <1> YES <2> NO <8> DON'T KNOW <9> REFUSED @ >if66< [allow 4] [store in if66] [if d1 ge <2> goto F66] [store <> in if66] >F66< [##dname = KO76] [##label = other cohab since last marr ended] [##md1 = 9] Since your (last) marriage ended, were there any other times when you lived with a partner of the opposite sex? <1> YES <2> NO [goto F99][#PRECODE CONVERSION ITEM F66 5 = 2] <9> REFUSED [goto F99] @ >F67< [##dname = KO77] [##label = number of partners since last marr end] [##md1 = 0] Aside from your current partner, with how many different partners have you lived since your (last) marriage ended? <1-8> ONE TO EIGHT PARTNERS <9> NINE OR MORE PARTNERS <0> DON'T KNOW OR REFUSED @ >F68< [##dname = KO78P01M] [##label = mo cohab-1] In what month and year after your (last) marriage ended did you first begin living with someone other than your current partner? (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 REFUSED [#goto F99][goto F69a] @ >F68y< [##dname = KO78P01Y] [##label = yr cohab-1] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [#goto F99][goto F69a] @ >F69< [##dname = KO79P01M] [##label = mo cohab ended-1] And when did you and this person stop living together? (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 REFUSED [#goto F99][goto F69a] @ >F69y< [##dname = KO79P01Y] [##label = yr cohab ended-1] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [#goto F99][goto F69a] @ >F69a< [##dname = KX29] [##label = age of first partner] [#new] Next I would like to ask a few questions about this person. How old was (she/he) when you started living together? <14-64> AGE 14 TO 64 DON'T KNOW REFUSED @ >F69b< [##dname = KX30] [##label = education of first partner] [#new] How much education had (she/he) completed at the time you started living together? <0> NONE <1-8> ELEMENTARY SCHOOL <9-11> 1, 2, OR 3 YEARS OF HIGH SCHOOL <12> HIGH SCHOOL GRADUATE (OR GED EQUIVALENT) <13-15> 1, 2, OR 3 YEARS OF COLLEGE <16> COLLEGE GRADUATE <17> GRADUATE/PROFESSIONAL SCHOOL DON'T KNOW REFUSED @ >F69c< [##dname = KX31] [##label = 1st partner married before] [#new] [##md1 = 8] [##md2 = 9] Had (she/he) been married before you started living together? <1> YES <2> NO[#PRECODE CONVERSION ITEM e10 5 = 2] <8> DON'T KNOW <9> REFUSED @ [#added these 2 items per LB from MR int dw 6/18/01] >F69d< [##dname = KX32] [##label = 1st partner had kids before cohab] [#new] [##md1 = 8] [##md2 = 9] Had (she/he) had any children before you started living together? <1> YES <2> NO [goto if70] <8> DON'T KNOW [goto if70] <9> REFUSED [goto if70] @ >F69e< [##dname = KX33] [##label = live w/ 1st partners kids] [#new] [##md1 = 8] [##md2 = 9] Did any of these children live with when you lived together? <1> YES <2> NO <8> DON'T KNOW <9> REFUSED @ >if70< [if F67 ge <2> goto F70] [goto F99] >F70< [##dname = KO78P02M] [##label = mo cohab-2] In what month and year did you next begin living with someone other then your current partner? (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 REFUSED [goto F99] @ >F70y< [##dname = KO78P02Y] [##label = yr cohab-2] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F99] @ >F71< [##dname = KO79P02M] [##label = mo cohab ended-2] And when did you and this person stop living together? (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 REFUSED [goto F99] @ >F71y< [##dname = KO79P02Y] [##label = yr cohab ended-2] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F99] @ >if72< [if F67 ge <3> goto F72] [goto F99] >F72< [##dname = KO78P03M] [##label = mo cohab-3] In what month and year did you next begin living with someone other than your current partner?(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 REFUSED [goto F99] @ >F72y< [##dname = KO78P03Y] [##label = yr cohab-3] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F99] @ >F73< [##dname = KO79P03M] [##label = mo cohab ended-3] And when did you and this person stop living together? (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 REFUSED [goto F99] @ >F73y< [##dname = KO79P03Y] [##label = yr cohab ended-3] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F99] @ >if74< [if F67 ge <4> goto F74] [goto F99] >F74< [##dname = KO78P04M] [##label = mo cohab-4] In what month and year did you next begin living with someone other than your current partner? (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 REFUSED [goto F99] @ >F74y< [##dname = KO78P04Y] [##label = yr cohab-4] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F99] @ >F75< [##dname = KO79P04M] [##label = mo cohab ended-4] And when did you and this person stop living together? (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 REFUSED [goto F99] @ >F75y< [##dname = KO79P04Y] [##label = yr cohab ended-4] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ [goto F99] [# FOR FCs WHO WERE NEVER-MARRIED >if77< [if a4 is <1> goto F88] [goto F77] >F76< [##dname = KO80] [##label = currently cohab] [##md1 = 8] [##md2 = 9] Nowadays, many unmarried couples live together; sometimes they eventually get married and sometimes they don't. Are you currently living with a partner of the opposite sex? <1> YES <2> NO[#PRECODE CONVERSION ITEM F76 5 = 2] <8> DON'T KNOW <9> REFUSED @ >if76< [if F76 isnt <1> goto F77][store <1> in a4][store <1> in bkm2] [goto F88] >F77< [##dname = KO81] [##label = ever cohab] [##md1 = 9] Have you ever lived with a partner of the opposite sex? <1> YES <2> NO [goto F99][#PRECODE CONVERSION ITEM F77 5 = 2] <8> R HAS LIVED OR LIVES WITH SAME SEX PARTNER [goto F99] <9> REFUSED [goto F99] @ >if78< [store <1> in bkm2] >F78< [##dname = KO82] [##label = number times cohab] [##md1 = 0] With how many different partners have you lived? <1-8> ONE TO EIGHT PARTNERS <9> NINE OR MORE PARTNERS <0> DON'T KNOW OR REFUSED @ >F79< [##dname = KO83P01M] [##label = mo cohab-1] In what month and year did you first begin living with someone? (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 REFUSED [#goto F99][goto F80a] @ >F79y< [##dname = KO83P01Y] [##label = yr cohab-1] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [#goto F99][goto F80a] @ >F80< [##dname = KO84P01M] [##label = mo cohab ended-1] And when did you and this person stop living together? (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 REFUSED [#goto F99][goto F80a] @ >F80y< [##dname = KO84P01Y] [##label = yr cohab ended-1] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [#goto F99][goto F80a] @ >F80a< [##dname = KX34] [##label = age of first partner-r never marr] [#new] Next I would like to ask a few questions about this person. How old was (she/he) when you started living together? <14-64> AGE 14 TO 64 DON'T KNOW REFUSED @ >F80b< [##dname = KX35] [##label = education of first partner- r never marr] [#new] How much education had (she/he) completed at the time you started living together? <0> NONE <1-8> ELEMENTARY SCHOOL <9-11> 1, 2, OR 3 YEARS OF HIGH SCHOOL <12> HIGH SCHOOL GRADUATE (OR GED EQUIVALENT) <13-15> 1, 2, OR 3 YEARS OF COLLEGE <16> COLLEGE GRADUATE <17> GRADUATE/PROFESSIONAL SCHOOL DON'T KNOW REFUSED @ >F80c< [##dname = KX36] [##label = 1st partner ever married -r never marr] [#new] [##md1 = 8] [##md2 = 9] Had (she/he) been married before you started living together? <1> YES <2> NO[#PRECODE CONVERSION ITEM e10 5 = 2] <8> DON'T KNOW <9> REFUSED @ [#added these 2 items per LB from MR int dw 6/18/01] >F80d< [##dname = KX37] [##label = 1st partner had kids -r never marr] [#new] [##md1 = 8] [##md2 = 9] Had (she/he) had any children before you started living together? <1> YES <2> NO [goto if81] <8> DON'T KNOW [goto if81] <9> REFUSED [goto if81] @ >F80e< [##dname = KX38] [##label = live w/ 1st partners kids -r never marr] [#new] [##md1 = 8] [##md2 = 9] Did any of these children live with when you lived together? <1> YES <2> NO <8> DON'T KNOW <9> REFUSED @ >if81< [if F78 ge <2> goto F81] [goto F99] >F81< [##dname = KO83P02M] [##label = mo cohab-2] In what month and year did you next begin living with someone? (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 REFUSED [goto F99] @ >F81y< [##dname = KO83P02Y] [##label = yr cohab-2] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F99] @ >F82< [##dname = KO84P02M] [##label = mo cohab ended-2] And when did you and this person stop living together? (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 REFUSED [goto F99] @ >F82y< [##dname = KO84P02Y] [##label = yr cohab ended-2] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F99] @ >if83< [if F78 ge <3> goto F83] [goto F99] >F83< [##dname = KO83P03M] [##label = mo cohab-3] In what month and year did you next begin living with someone? (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 REFUSED [goto F99] @ >F83y< [##dname = KO83P03Y] [##label = yr cohab-3] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F99] @ >F84< [##dname = KO84P03M] [##label = mo cohab ended-3] And when did you and this person stop living together? (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 REFUSED [goto F99] @ >F84y< [##dname = KO84P03Y] [##label = yr cohab ended-3] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F99] @ >if85< [if F78 ge <4> goto F85] [goto F99] >F85< [##dname = KO83P04M] [##label = mo cohab-4] In what month and year did you next begin living with someone? (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 REFUSED [goto F99] @ >F85y< [##dname = KO83P04Y] [##label = yr cohab-4] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F99] @ >F86< [##dname = KO84P04M] [##label = mo cohab ended-4] And when did you and this person stop living together? (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 REFUSED [goto F99] @ >F86y< [##dname = KO84P04Y] [##label = yr cohab ended-4] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ [goto F99] [# FOR FCs WHO WERE NEVER MARRIED, AND ARE CURRENTLY COHABITING >F88< [##dname = KO85M] [##label = mo current cohab] Next, I have some questions about you and your partner. When did you and your present partner begin living together? (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 REFUSED [goto F89] @ >F88y< [##dname = KO85Y] [##label = yr current cohab] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ >F88a< [##dname = KX39] [##label = age of current partner -r never marr] [#new] Next I would like to ask a few questions about your partner. How old was (she/he) when you started living together? <14-64> AGE 14 TO 64 DON'T KNOW REFUSED @ >F88b< [##dname = KX40] [##label = education of curr partner -r never marr] [#new] How much education had (she/he) completed at the time you started living together? <0> NONE <1-8> ELEMENTARY SCHOOL <9-11> 1, 2, OR 3 YEARS OF HIGH SCHOOL <12> HIGH SCHOOL GRADUATE (OR GED EQUIVALENT) <13-15> 1, 2, OR 3 YEARS OF COLLEGE <16> COLLEGE GRADUATE <17> GRADUATE/PROFESSIONAL SCHOOL DON'T KNOW REFUSED @ >F88c< [##dname = KX41] [##label = current partner marr before -r never marr] [#new] [##md1 = 8] [##md2 = 9] Had (she/he) been married before you started living together? <1> YES <2> NO[#PRECODE CONVERSION ITEM e10 5 = 2] <8> DON'T KNOW <9> REFUSED @ [#added these 2 items per LB from MR int dw 6/18/01] >F88d< [##dname = KX42] [##label = current partner had kids -r never marr] [#new] [##md1 = 8] [##md2 = 9] Had (she/he) had any children before you started living together? <1> YES <2> NO [goto if89] <8> DON'T KNOW [goto if89] <9> REFUSED [goto if89] @ >F88e< [##dname = KX43] [##label = live w/ curr partners kids -r never marr] [#new] [##md1 = 8] [##md2 = 9] Did any of these children live with when you lived together? <1> YES <2> NO <8> DON'T KNOW <9> REFUSED @ >if89< >F89< [##dname = KO86] [##label = any other cohab] [##md1 = 9] Have you lived with anyone else of the opposite sex? <1> YES [goto F90] <2> NO[#PRECODE CONVERSION ITEM F89 5 = 2] <9> REFUSED @ [goto F99] >F90< [##dname = KO87] [##label = number of cohabs] [##md1 = 0] Aside from your current partner, with how many different partners have you lived? <1-8> ONE TO EIGHT PARTNERS <9> NINE OR MORE PARTNERS <0> DON'T KNOW OR REFUSED @ >F91< [##dname = KO88P01M] [##label = mo cohab-1] In what month and year did you first begin living with someone? (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 REFUSED [#goto F99][goto F92a] @ >F91y< [##dname = KO88P01Y] [##label = yr cohab-1] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [#goto F99][goto F92a] @ >F92< [##dname = KO89P01M] [##label = mo cohab ended-1] And when did you and this person stop living together? (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 REFUSED [#goto F99][goto F92a] @ >F92y< [##dname = KO89P01Y] [##label = yr cohab ended-1] [#new] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [#goto F99][goto F92a] @ >F92a< [##dname = KX44] [##label = age of 1st partner] Next I would like to ask a few questions about this person. How old was (she/he) when you started living together? <14-64> AGE 14 TO 64 DON'T KNOW REFUSED @ >F92b< [##dname = KX45] [##label = education of 1st partner] [#new] How much education had (she/he) completed at the time you started living together? <0> NONE <1-8> ELEMENTARY SCHOOL <9-11> 1, 2, OR 3 YEARS OF HIGH SCHOOL <12> HIGH SCHOOL GRADUATE (OR GED EQUIVALENT) <13-15> 1, 2, OR 3 YEARS OF COLLEGE <16> COLLEGE GRADUATE <17> GRADUATE/PROFESSIONAL SCHOOL DON'T KNOW REFUSED @ >F92c< [##dname = KX46] [##label = 1st partner married before] [#new] [##md1 = 8] [##md2 = 9] Had (she/he) been married before you started living together? <1> YES <2> NO[#PRECODE CONVERSION ITEM e10 5 = 2] <8> DON'T KNOW <9> REFUSED @ [#added these 2 items per LB from MR int dw 6/18/01] >F92d< [##dname = KX47] [##label = 1st partner had any children] [#new] [##md1 = 8] [##md2 = 9] Had (she/he) had any children before you started living together? <1> YES <2> NO [goto if93] <8> DON'T KNOW [goto if93] <9> REFUSED [goto if93] @ >F92e< [##dname = KX48] [##label = live w/ 1st partner] [##md1 = 8] [##md2 = 9] Did any of these children live with when you lived together? <1> YES <2> NO <8> DON'T KNOW <9> REFUSED @ >if93< [if F90 ge <2> goto F93] [goto F99] >F93< [##dname = KO88P02M] [##label = mo cohab-2] In what month and year did you next begin living with someone? (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 REFUSED [goto F99] @ >F93y< [##dname = KO88P02Y] [##label = yr cohab-2] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F99] @ >F94< [##dname = KO89P02M] [##label = mo cohab ended-2] And when did you and this person stop living together? (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 REFUSED [goto F99] @ >F94y< [##dname = KO89P02Y] [##label = yr cohab ended-2] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F99] @ >if95< [if F90 ge <3> goto F95] [goto F99] >F95< [##dname = KO88P03M] [##label = mo cohab-3] In what month and year did you next begin living with someone? (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 REFUSED [goto F99] @ >F95y< [##dname = KO88P03Y] [##label = yr cohab-3] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F99] @ >F96< [##dname = KO89P03M] [##label = mo cohab ended-3] And when did you and this person stop living together? (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 REFUSED [goto F99] @ >F96y< [##dname = KO89P03Y] [##label = yr cohab ended-3] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F99] @ >if97< [if F90 ge <4> goto F97] [goto F99] >F97< [##dname = KO88P04M] [##label = mo cohab-4] In what month and year did you next begin living with someone? (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 REFUSED [goto F99] @ >F97y< [##dname = KO88P04Y] [##label = yr cohab-4] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F99] @ >F98< [##dname = KO89P04M] [##label = mo cohab ended-4] And when did you and this person stop living together? (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 REFUSED [goto F99] @ >F98y< [##dname = KO89P04Y] [##label = yr cohab ended-4] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED [goto F99] @ [goto F99] >F99< [goto g1] [# High school experiences] [#IF ENROLLED IN HS AT T2 OR NO T2 INT, G1-G16. OTHERWISE GOTO S1 IF NOT ENROLLED AT T2, BUT NOT FINISHED GOTO G5-G16 IF OVER AGE 23 AT T3, GOTO S1 IF UNDER AGE 24 AT T3, GOTO G13-G16 PER LB DW 6/18/01--change of plans get full history for all regardless of t2 info 6/26/01 dw] >g1< [##dname = KO90] [##label = have high school diploma] [##md1 = 9] Now I'd like to ask you about your education. Do you have a high school diploma? <1> YES [goto g8] <2> NO[#PRECODE CONVERSION ITEM g1 5 = 2] <9> REFUSED @ >g2< [##dname = KO91] [##label = currently attend high school] [##md1 = 9] Are you currently attending high school? (INTERVIEWER: IF INTERVIEW IS DURING SUMMER VACATION, ASK: Will you be attending high school next Fall?) <1> YES <2> NO [goto g3][#PRECODE CONVERSION ITEM g2 5 = 2] <9> REFUSED [goto g13] @ >g2a< [##dname = KO92] [##label = current grade] What grade are you in? (INTERVIEWER: IF INTERVIEW IS DURING SUMMER VACATION, ASK: What grade will you be in during the next school year?) <9> FRESHMAN <10> SOPHOMORE <11> JUNIOR <12> SENIOR REFUSED @ [goto g13] >g3< [##dname = KO93] [##label = highest year completed in school] What is the highest grade that you completed while in school? <0> NO EDUCATION <1-11> 1ST TO 11TH GRADE REFUSED @ >g4< [##dname = KO94M] [##label = mo last attend school] In what month and year did you last attend school? (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 REFUSED [goto g5] @ >g4y< [##dname = KO94Y] [##label = yr last attend school] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ >g5< [##dname = KO95] [##label = passed high school equivalency test] [##md1 = 8] [##md2 = 9] Have you passed a high school equivalency test such as the GED? <1> YES [goto g11] <2> NO[#PRECODE CONVERSION ITEM g5 5 = 2] <8> DON'T KNOW <9> REFUSED @ >g6< [##dname = KO96] [##label = plan to get diploma next yr] [##md1 = 8] [##md2 = 9] Do you plan to get your high school diploma within the next 12 months, either by returning to school, or passing the GED? <1> YES [goto g13] <2> NO[#PRECODE CONVERSION ITEM g6 5 = 2] <8> DON'T KNOW <9> REFUSED @ >g7< [##dname = KO97] [##label = will ever receive diploma or GED] [##md1 = 8] [##md2 = 9] Do you think you will ever receive your diploma or pass the GED? Would you say you definitely won't, probably won't, have a 50-50 chance, probably will, or definitely will ever receive your diploma or pass the GED? <1> DEFINITELY WON'T <2> PROBABLY WON'T <3> HAVE A 50-50 CHANCE <4> PROBABLY WILL [goto g13] <5> DEFINITELY WILL [goto g13] <8> DON'T KNOW <9> REFUSED @ [goto ig14] >g8< [##dname = KO98] [##label = diploma or GED] [##md1 = 8] [##md2 = 9] Did you get a diploma at graduation from high school or did you pass a high school equivalency test such as the GED? <1> GOT DIPLOMA AT HIGH SCHOOL GRADUATION [goto g12] <2> PASSED EQUIVALENCY TEST (GED)[#PRECODE CONVERSION ITEM g8 5 = 2] <8> DON'T KNOW <9> REFUSED @ >g9< [##dname = KO99] [##label = highest yr before stopping] What was the highest grade you completed before you left school? <0> NO EDUCATION <1-11> 1ST TO 11TH GRADE DON'T KNOW REFUSED @ >g10< [##dname = KO100M] [##label = mo last in high school] In what month and year did you last attend high school? (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 REFUSED [goto g11] @ >g10y< [##dname = KO100Y] [##label = yr last in high school] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ >g11< [##dname = KO101M] [##label = mo passed GED] In what month and year did you pass a high school equivalency test like the GED? (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 REFUSED [goto g13] @ >g11y< [##dname = KO101Y] [##label = yr passed GED] (INTERVIEWER: ENTER YEAR 1982-2004) [no erase] <1982-2004> 1982-2004 DON'T KNOW REFUSED @ [goto g13] >g12< [##dname = KO102] [##label = year received diploma] In what year did you receive your high school diploma? <1982-2004> 1982-2004 DON'T KNOW REFUSED @ >g13< [##dname = KO103] [##label =how much educ will complete] [##md1 = 8] [##md2 = 9] How much education do you think you will eventually complete? (INTERVIEWER: IF R SAYS HAS ALREADY COMPLETED ALL THAT THINKS WILL EVENTUALLY COMPLETE, ASK HOW MUCH COMPLETED AND ENTER THIS.) <1> GRADUATE HIGH SCHOOL <2> GRADUATE VOCATIONAL OR TRADE SCHOOL <3> GRADUATE TWO-YEAR, JUNIOR, OR COMMUNITY COLLEGE <4> COMPLETE ONE TO THREE YEARS OF COLLEGE <5> GRADUATE FROM A FOUR-YEAR COLLEGE OR UNIVERSITY <6> COMPLETE A MASTERS, DOCTORAL, OR OTHER PROFESSIONAL DEGREE? s OTHER (ENTER TEXT) (specify) <7> OTHER (ENTER TEXT) [specify] <8> DON'T KNOW <9> REFUSED @ >ig14< [allow 3][store in ig14] [if g2 is <1> goto g16] [store in ig14] >g16< [#KO104] [#what kind of grades got in high school] [undefine ] [undefine ] [undefine ] What sort of grades did you get in high school? Would you say it was mostly A's, B's, C's, D's, or what? <1> MOSTLY A'S <2> A'S AND B'S <3> MOSTLY B'S <4> B'S AND C'S <5> MOSTLY C'S <6> C'S AND D'S <7> MOSTLY D'S <8> D'S AND F'S <9> MOSTLY F'S NEVER ATTENDED HIGH SCHOOL <-6> OTHER (ENTER TEXT) (specify) DON'T KNOW REFUSED @ [@] [goto G16] [#ADDED NEW VERSION WITH SUFFICIANT SPACE FOR ALPHA DEFINITIONS] [#SACRIFIED NEVER ATTENDED AND OTHER (NOT USED IN FOCAL DATA)]