[# still a problem of dealing with people with multiple residences no clear residence [# all of reshist.q -changed all ===> to @. bmk] [# 16 April 1992 [# RESIDENTIAL HISTORY >tm14< [allow 4] [##label = timestamp, start of residential history module] [if entry mode] [#settime tm14] [endif] [copy tm14 in tm14] >movw< [#if cid7 is <4> goto stop] [#mam [#if cid7 is <6> goto stop] [#mam [# movd -added parentheses to interviewer directive. bmk] [# movd -item needs r pre-code. bmk] >movd< [##dname = RN1] [##label = r address same] [define <-1>] [define <-2>] [missing <-1> <-2>] (INTERVIEWER: COMPARE R's ADDRESS AT PREVIOUS INTERVIEW TO CURRENT ADDRESS.) R's ADDRESS AT (last interview date): (street address at last interview) (city at last interview), (state at last interview) R's CURRENT ADDRESS: (current street address) (current city), (current state) (INTERVIEWER: STREET ADDRESSES MAY CHANGE FOR RURAL ADDRESSES SUCH AS RURAL ROUTES WHEN THE RESPONDENT HAS NOT REALLY MOVED. DO NOT COUNT THESE CHANGES AS MOVES. CODE AS "1".) <1> STREET ADDRESS IS IDENTICAL <3> STREET IS DIFFERENT; CITY AND STATE ARE IDENTICAL [goto R2m] <5> CITY IS DIFFERENT [goto R5a@city] DON'T KNOW [goto R2m] @ [# people at the same address as nsfh1 [# R1 -added parentheses to interviewer directive. bmk] [# R1 -item needs d pre-code. bmk] >R1< [##dname = RN2] [##label = live other address since last interview] Now we want to find out where you have lived since we last talked to you. At any time since (last interview date), did you live at any other address? (INTERVIEWER: IF RESPONDENT LEFT TO ATTEND COLLEGE OR FOR MILITARY SERVICE, INCLUDE THIS AS A MOVE.) <1> YES <2> NO [goto stop][#PRECODE CONVERSION ITEM R1 5 = 2] REFUSED [goto stop] @ [# R2m -added parentheses to interviewer directive. bmk] >R2m< [##dname = RN3] [##label = live other town/city since last interview] Since (last interview date), have you lived in another city or town, or have you always lived in (city)? (INTERVIEWER: IF RESPONDENT LEFT TO ATTEND COLLEGE OR FOR MILITARY SERVICE, INCLUDE THIS AS A MOVE.) <1> LIVED IN ANOTHER CITY OR TOWN <2> ALWAYS LIVED IN THIS CITY OR TOWN [goto R10w][#PRECODE CONVERSION ITEM R2m 5 = 2] DON'T KNOW [goto stop] REFUSED [goto stop] @ [# R5a -added parentheses to interviewer directive. bmk] [# R5a -item needs d, r pre-code labels. bmk] >R5a< [# ***] [##dname = ] [##label = ] Now we are interested in different cities or towns you have lived in since (last interview date). When you left (city) to what city or town and state did you move? (INTERVIEWER: - HERE WE ARE INTERESTED ONLY IN MOVES FROM ONE CITY/ TOWN TO ANOTHER: NOT IN MOVES FROM ONE ADDRESS TO ANOTHER WITHIN A CITY OR TOWN.) (IF RESPONDENT LEFT TO ATTEND COLLEGE OR FOR MILITARY SERVICE, INCLUDE THIS AS A MOVE. DO NOT INCLUDE RETURN TO PARENTS' HOME IN SUMMER AS A MOVE.) CITY @city STATE @state [@city] [allow 40] [##dname = RN5AC] [##label = other town or city since last interview] [@state] [allow 15] [##dname = RN5AS] [##label = other state since last interview] >w15< [store R5a@city in last] [#replaced r5a with r5a@city 9/8/0 bbd] [#replaced r5a/r6a with multiple input fields at r5a 9/8/0 bbd] [# R6a -item needs d, r pre-code labels. bmk] [# R7a -removed year from d pre-code label.bmk] [# R7a -added r pre-code. bmk] >R7a< [##dname = RN5T01M] [##label = month move to city 1] In what month and year did you move to (city 1)? <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 @ >c89w< [allow 10] [if R7a eq <1>] [store in c89w] [endif] [if R7a eq <2>] [store in c89w] [endif] [if R7a eq <3>] [store in c89w] [endif] [if R7a eq <4>] [store in c89w] [endif] [if R7a eq <5>] [store in c89w] [endif] [if R7a eq <6>] [store in c89w] [endif] [if R7a eq <7>] [store in c89w] [endif] [if R7a eq <8>] [store in c89w] [endif] [if R7a eq <9>] [store in c89w] [endif] [if R7a eq <10>] [store in c89w] [endif] [if R7a eq <11>] [store in c89w] [endif] [if R7a eq <12>] [store in c89w] [endif] [# R8a -added parentheses to interviewer directive. bmk] [# R8a -removed year from d pre-code label. bmk] [# R8a -added r pre-code. bmk] [# R8a -???expand years? bmk] >R8a< [##dname = RN5T01Y] [##label = year move to city 1] (INTERVIEWER: ENTER YEAR - 1987-2004) [no erase] <1987-2004> 1987 - 2004 DON'T KNOW REFUSED @ >w287< [if R7a isnt <-1> goto R11a] [# R9a -added parentheses to interviewer directive. bmk] [# R9a -item needs d, r pre-code labels. bmk] >R9a< [##dname = RN5T01F] [##label = part of yr move to city 1] Do you remember what part of the year it was? (Enter response followed by //)[allow 2] (INTERVIEWER: PROBE FOR SEASON, PORTION OF YEAR- IF R SAYS "WINTER" PROBE: Do you think it was January or February or December?) <1> JANUARY <5> MAY <9> SEPTEMBER <-1> DK <2> FEBRUARY <6> JUNE <10> OCTOBER <-2> REF <3> MARCH <7> JULY <11> NOVEMBER <4> APRIL <8> AUGUST <12> DECEMBER <99> OTHER <21> WINTER <23> SUMMER <31> FIRST HALF OF YEAR <22> SPRING <24> FALL <32> SECOND HALF OF YEAR @ [#specify] [# there are some situations in which interviewer already knows that this is yes; I don't see a reasonalble way to get around it >R11a< [##dname = RN6T01] [##label = move or stay in city 1] Did you stay in (city 1), or did you move to another city or town? <1> STAYED THERE [goto R10f] <2> MOVED TO ANOTHER CITY OR TOWN[#PRECODE CONVERSION ITEM R11a 5 = 2] DON'T KNOW [goto stop] REFUSED [goto stop] @ [# R10a -added parentheses to interviewer directive. bmk] >R10a< [##dname = RN7T01] [##label = num addresses in city 1] During that time you were in (city 1), at how many different addresses did you live? (INTERVIEWER: IF R DOESN'T KNOW, PROBE: Approximately how many addresses?) <1-15> ONE TO FIFTEEN ADDRESSES <16> SIXTEEN OR MORE DON'T KNOW REFUSED @ [# second place [# R5b -item needs d, r pre-code labels. bmk] >R5b< [# ***] When you left (city 1), to what city or town and state did you move? CITY @city STATE @state [@city] [allow 40] [##dname = RN5BC] [##label = other town or city since last interview] [@state] [allow 15] [##dname = RN5BS] [##label = other state since last interview] >w16< [store R5b@city in last] [#replaced r5b with r5b@city 9/8/0 bbd] [#replaved r5b/r6b with multiple input fields at r5b bbd] [# R7b -removed year from dk pre-code label. bmk] [# R7b -added r pre-code. bmk] >R7b< [##dname = RN5T02M] [##label = month move to city 2] In what month and year did you move to (city 2)? <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 @ >c90< [allow 10] [if R7b eq <1>] [store in c90] [endif] [if R7b eq <2>] [store in c90] [endif] [if R7b eq <3>] [store in c90] [endif] [if R7b eq <4>] [store in c90] [endif] [if R7b eq <5>] [store in c90] [endif] [if R7b eq <6>] [store in c90] [endif] [if R7b eq <7>] [store in c90] [endif] [if R7b eq <8>] [store in c90] [endif] [if R7b eq <9>] [store in c90] [endif] [if R7b eq <10>] [store in c90] [endif] [if R7b eq <11>] [store in c90] [endif] [if R7b eq <12>] [store in c90] [endif] [# R8b -added parentheses to interviewer directive. bmk] [# R8b -removed year from dk pre-code label. bmk] [# R8b -added r pre-code. bmk] [# R8b -???expand years? bmk] >R8b< [##dname = RN5T02Y] [##label = year move to city 2] (INTERVIEWER: ENTER YEAR - 1987-2004) [no erase] <1987-2004> 1987-2004 DON'T KNOW REFUSED @ >w288< [if R7b isnt <-1> goto R11b] [# R9b -added parentheses to interviewer directive. bmk] [# R9b -item needs d, r pre-code labels. bmk] >R9b< [##dname = RN5T02F] [##label = part of yr move to city 2] Do you remember what part of the year it was? (Enter response followed by //)[allow 2] (INTERVIEWER: PROBE FOR SEASON, PORTION OF YEAR- IF R SAYS "WINTER" PROBE: Do you think it was January or February or December?) <1> JANUARY <5> MAY <9> SEPTEMBER <-1> DK <2> FEBRUARY <6> JUNE <10> OCTOBER <-2> REF <3> MARCH <7> JULY <11> NOVEMBER <4> APRIL <8> AUGUST <12> DECEMBER <99> OTHER <21> WINTER <23> SUMMER <31> FIRST HALF OF YEAR <22> SPRING <24> FALL <32> SECOND HALF OF YEAR @ [#specify] >R11b< [##dname = RN6T02] [##label = move or stay in city 2] Did you stay in (city 2), or did you move to another city or town? <1> STAYED THERE [goto R10f] <2> MOVED TO ANOTHER CITY OR TOWN[#PRECODE CONVERSION ITEM R11b 5 = 2] DON'T KNOW [goto stop] REFUSED [goto stop] @ [# R10b -added parentheses to interviewer directive. bmk] >R10b< [##dname = RN7T02] [##label = num addresses in city 2] During that time you were in (city 2), at how many different addresses did you live? (INTERVIEWER: IF R DOESN'T KNOW, PROBE: Approximately how many addresses?) <1-15> ONE TO FIFTEEN ADDRESSES <16> SIXTEEN OR MORE DON'T KNOW REFUSED @ [# third place [# R5c -item needs d, r pre-code labels. bmk] >R5c< [# ***] When you left (city 2), to what city or town and state did you move? CITY @city STATE @state [@city] [allow 40] [##dname = RN5CC] [##label = other town or city since last interview] [@state] [allow 15] [##dname = RN5CS] [##label = other state since last interview] >w17< [store R5c@city in last] [#replaced r5c with r5c@city bbd] [# R6c -item needs d, r pre-code labels. bmk] [#replaced r5c and r6c with multiple input fields at r5c 9/8/0 bbd] [# R7c -removed year from dk pre-code label. bmk] [# R7c -added r pre-code. bmk] >R7c< [##dname = RN5T03M] [##label = month move to city 3] (R7c) In what month and year did you move to (city 3)? <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 @ >c91< [allow 10] [if R7c eq <1>] [store in c91] [endif] [if R7c eq <2>] [store in c91] [endif] [if R7c eq <3>] [store in c91] [endif] [if R7c eq <4>] [store in c91] [endif] [if R7c eq <5>] [store in c91] [endif] [if R7c eq <6>] [store in c91] [endif] [if R7c eq <7>] [store in c91] [endif] [if R7c eq <8>] [store in c91] [endif] [if R7c eq <9>] [store in c91] [endif] [if R7c eq <10>] [store in c91] [endif] [if R7c eq <11>] [store in c91] [endif] [if R7c eq <12>] [store in c91] [endif] [# R8c -added parentheses to interviewer directive. bmk] [# R8c -removed year from d pre-code label. bmk] [# R8c -added r pre-code. bmk] [# R8c -???expand years? bmk] >R8c< [##dname = RN5T03Y] [##label = year move to city 3] (INTERVIEWER: ENTER YEAR - 1987-2004) [no erase] <1987-2004> 1987-2004 DON'T KNOW REFUSED @ >w289< [if R7c isnt <-1> goto R11c] [# R9c -added parentheses to interviewer directive. bmk] [# R9c -item needs d, r pre-code labels. bmk] >R9c< [##dname = RN5T03F] [##label = part of yr move to city 3] Do you remember what part of the year it was? (Enter response followed by //)[allow 2] (INTERVIEWER: PROBE FOR SEASON, PORTION OF YEAR- IF R SAYS "WINTER" PROBE: Do you think it was January or February or December?) <1> JANUARY <5> MAY <9> SEPTEMBER <-1> DK <2> FEBRUARY <6> JUNE <10> OCTOBER <-2> REF <3> MARCH <7> JULY <11> NOVEMBER <4> APRIL <8> AUGUST <12> DECEMBER <99> OTHER <21> WINTER <23> SUMMER <31> FIRST HALF OF YEAR <22> SPRING <24> FALL <32> SECOND HALF OF YEAR @ [#specify] >R11c< [##dname = RN6T03] [##label = move or stay in city 3] Did you stay there or did you move to another city or town? <1> STAYED THERE [goto R10f] <2> MOVED TO ANOTHER CITY/TOWN[#PRECODE CONVERSION ITEM R11c 5 = 2] DON'T KNOW [goto stop] REFUSED [goto stop] @ [# R10c -added parentheses to interviewer directive. bmk] >R10c< [##dname = RN7T03] [##label = num addresses in city 3] During that time you were in (city 3), at how many different addresses did you live? (INTERVIEWER: IF R DOESN'T KNOW, PROBE: Approximately how many addresses?) <1-15> ONE TO FIFTEEN ADDRESSES <16> SIXTEEN OR MORE DON'T KNOW REFUSED @ [# fourth place [# R5d -item needs d, r pre-code labels. bmk] >R5d< [# ***] When you left (city 3), to what city or town did you move? CITY @city STATE @state [@city] [allow 40] [##dname = RN5DC] [##label = other town or city since last interview] [@state] [allow 15] [##dname = RN5DS] [##label = other state since last interview] [#replaced r5d and r6d with multiple input fields at r5d 9/8/0 bbd] >w18< [store R5d@city in last] [#replaced r5d with r5d@city 9/8/0 bbd] [# R6d -item needs d, r pre-code labels. bmk] [#R7d -removed year from dk pre-code label.bmk] [#R7d -added r pre-code. bmk] >R7d< [##dname = RN5T04M] [##label = month move to city 4] (R7d) In what month and year did you move to (city 4)? <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 @ >c92< [allow 10] [if R7d eq <1>] [store in c92] [endif] [if R7d eq <2>] [store in c92] [endif] [if R7d eq <3>] [store in c92] [endif] [if R7d eq <4>] [store in c92] [endif] [if R7d eq <5>] [store in c92] [endif] [if R7d eq <6>] [store in c92] [endif] [if R7d eq <7>] [store in c92] [endif] [if R7d eq <8>] [store in c92] [endif] [if R7d eq <9>] [store in c92] [endif] [if R7d eq <10>] [store in c92] [endif] [if R7d eq <11>] [store in c92] [endif] [if R7d eq <12>] [store in c92] [endif] [# R8d -added parentheses to interviewer directive. bmk] [# R8d -removed year from dk pre-code label.bmk] [# R8d -added r pre-code. bmk] [# R8d -???expand years? bmk] >R8d< [##dname = RN5T04Y] [##label = year move to city 4] (INTERVIEWER: ENTER YEAR - 1987-2004) [no erase] <1987-2004> 1987-2004 DON'T KNOW REFUSED @ >w290< [if R7d isnt <-1> goto R11d] [# R9d -added parentheses to interviewer directive. bmk] [# R9d -item needs d, r pre-code labels. bmk] >R9d< [##dname = RN5T04F] [##label = part of yr move to city 4] Do you remember what part of the year it was? (Enter response followed by //)[allow 2] (INTERVIEWER: PROBE FOR SEASON, PORTION OF YEAR- IF R SAYS "WINTER" PROBE: Do you think it was January or February or December?) <1> JANUARY <5> MAY <9> SEPTEMBER <-1> DK <2> FEBRUARY <6> JUNE <10> OCTOBER <-2> REF <3> MARCH <7> JULY <11> NOVEMBER <4> APRIL <8> AUGUST <12> DECEMBER <99> OTHER <21> WINTER <23> SUMMER <31> FIRST HALF OF YEAR <22> SPRING <24> FALL <32> SECOND HALF OF YEAR @ [#specify] >R11d< [##dname = RN6T04] [##label = move or stay in city 4] Did you stay in (city 4), or did you move to another city or town? <1> STAYED THERE [goto R10f] <2> MOVED TO ANOTHER CITY OR TOWN[#PRECODE CONVERSION ITEM R11d 5 = 2] DON'T KNOW [goto stop] REFUSED [goto stop] @ [# R10d -added parentheses to interviewer directive. bmk] >R10d< [##dname = RN7T04] [##label = num addresses in city 4] During that time you were in (city 4), at how many different addresses did you live? (INTERVIEWER: IF R DOESN'T KNOW, PROBE: Approximately how many addresses?) <1-15> ONE TO FIFTEEN ADDRESSES <16> SIXTEEN OR MORE DON'T KNOW REFUSED @ [# fifth place [# R5e -item needs d, r pre-code labels. bmk] >R5e< [# ***] When you left (city 4), to what city or town and state did you move? CITY @city STATE @state [@city] [allow 40] [##dname = RN5EC] [##label = other town or city since last interview] [@state] [allow 15] [##dname = RN5ES] [##label = other state since last interview] [#replaced r5e and r6e with multiple input fields at r5e bbd] >w19< [store R5e@city in last] [#replaced r5e with r5e@city bbd] [# R6e -item needs d, r pre-code labels. bmk] [# R7e -removed year from dk pre-code label.bmk] [# R7e -added r pre-code. bmk] >R7e< [##dname = RN5T05M] [##label = month move to city 5] (R7e) In what month and year did you move to (city 5)? <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 @ >c93< [allow 10] [if R7e eq <1>] [store in c93] [endif] [if R7e eq <2>] [store in c93] [endif] [if R7e eq <3>] [store in c93] [endif] [if R7e eq <4>] [store in c93] [endif] [if R7e eq <5>] [store in c93] [endif] [if R7e eq <6>] [store in c93] [endif] [if R7e eq <7>] [store in c93] [endif] [if R7e eq <8>] [store in c93] [endif] [if R7e eq <9>] [store in c93] [endif] [if R7e eq <10>] [store in c93] [endif] [if R7e eq <11>] [store in c93] [endif] [if R7e eq <12>] [store in c93] [endif] [# R8e -added parentheses to interviewer directive. bmk] [# R8e -removed year from dk pre-code label.bmk] [# R8e -added pre-code. bmk] [# R8e -???expand years? bmk] >R8e< [##dname = RN5T05Y] [##label = year move to city 5] (INTERVIEWER: ENTER YEAR - 1987-2004) [no erase] <1987-2004> 1987-2004 DON'T KNOW REFUSED @ >w291< [if R7e isnt <-1> goto R11e] [# R9e -added parentheses to interviewer directive. bmk] [# R9e -item needs d, r pre-code labels. bmk] >R9e< [##dname = RN5T05F] [##label = part of yr move to city 5] Do you remember what part of the year it was? (Enter response followed by //)[allow 2] (INTERVIEWER: PROBE FOR SEASON, PORTION OF YEAR- IF R SAYS "WINTER" PROBE: Do you think it was January or February or December?) <1> JANUARY <5> MAY <9> SEPTEMBER <-1> DK <2> FEBRUARY <6> JUNE <10> OCTOBER <-2> REF <3> MARCH <7> JULY <11> NOVEMBER <4> APRIL <8> AUGUST <12> DECEMBER <99> OTHER <21> WINTER <23> SUMMER <31> FIRST HALF OF YEAR <22> SPRING <24> FALL <32> SECOND HALF OF YEAR @ [#specify] >R11e< [##dname = RN6T05] [##label = move or stay in city 5] Did you stay there or did you move to another city or town? <1> STAYED THERE [goto R10f] <2> MOVED TO ANOTHER CITY OR TOWN[#PRECODE CONVERSION ITEM R11e 5 = 2] DON'T KNOW [goto stop] REFUSED [goto stop] @ [# R10e -added parentheses to interviewer directive. bmk] >R10e< [##dname = RN7T05] [##label = num addresses in city 5] During that time you were in (city 5), at how many different addresses did you live? (INTERVIEWER: IF R DOESN'T KNOW, PROBE: Approximately how many addresses?) <1-15> ONE TO FIFTEEN ADDRESSES <16> SIXTEEN OR MORE DON'T KNOW REFUSED @ [# R7f -removed year from dk pre-code label. bmk] [# R7f -added r pre-code. bmk] >R7f< [##dname = RN8M] [##label = month move to current city] (R7f) In what month and year did you move to the city or town that you are now livng in? <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 @ >c94< [allow 10] [if R7f eq <1>] [store in c94] [endif] [if R7f eq <2>] [store in c94] [endif] [if R7f eq <3>] [store in c94] [endif] [if R7f eq <4>] [store in c94] [endif] [if R7f eq <5>] [store in c94] [endif] [if R7f eq <6>] [store in c94] [endif] [if R7f eq <7>] [store in c94] [endif] [if R7f eq <8>] [store in c94] [endif] [if R7f eq <9>] [store in c94] [endif] [if R7f eq <10>] [store in c94] [endif] [if R7f eq <11>] [store in c94] [endif] [if R7f eq <12>] [store in c94] [endif] [# R8f -added parentheses to interviewer directive. bmk] [# R8f -removed year from pre-code label.bmk] [# R8f -added r pre-code. bmk] [# R8f -???expand years? bmk] >R8f< [##dname = RN8Y] [##label = year move to current city] (INTERVIEWER: ENTER YEAR - 1987-2004) [no erase] <1987-2004> 1987-2004 DON'T KNOW REFUSED @ >w15a< [store in last] [# R10f -added parentheses to interviewer directive. bmk] >R10f< [##dname = RN9] [##label = num addresses in current city] Since you moved to (your current community), at how many different addresses have you lived? (INTERVIEWER: THIS INCLUDES CURRENT ADDRESS; IF R DOESN'T KNOW, PROBE: Approximately how many addresses?) <1-15> ONE TO FIFTEEN ADDRESSES <16> SIXTEEN OR MORE DON'T KNOW REFUSED @ [goto stop] [# R10w -added parentheses to interviewer directive. bmk] >R10w< [##dname = RN10] [##label = num addresses since last interview] Since (last interview date), at how many different addresses have you lived? (INTERVIEWER: - THIS INCLUDES CURRENT ADDRESS; IF R DOESN'T KNOW, PROBE: Approximately how many addresses?) <1-15> ONE TO FIFTEEN ADDRESSES <16> SIXTEEN OR MORE DON'T KNOW REFUSED @ >stop< [#if A1sa lt <1> goto cmpl] [if A1sa lt <1> goto cb] [#replaced cmpl with cb 10/30/0 bbd] [# Religion 16 April 1992 [# 486 -??? add pre-codes to question? bmk] [#removed reference to card dw] >486< [##dname = RN11] [##label = religious preference] What is your religious preference? <1> NO RELIGION [goto 492] <2> ROMAN CATHOLIC [goto 492] <3> JEWISH [goto 492] <4> BAPTIST [goto 492] <5> EPISCOPALIAN [goto 492] <6> LUTHERAN [goto 492] <7> METHODIST [goto 492] <8> LATTER DAY SAINTS (MORMON) [goto 492] <9> PRESBYTERIAN [goto 492] <10> UNITED CHURCH OF CHRIST (CONGREGATIONAL) [goto 492] <11> PROTESTANT (DID NOT SPECIFY DENOMINATION) <-6> ALL OTHER RESPONSES (ENTER RESPONSE FOLLOWED BY //)[specify][goto 492] DON'T KNOW [goto 492] REFUSED [goto 492] @ [# 487 -item needs d, r pre-code labels. bmk] >487< [##dname = RN487] What specific denomination is that? (Enter response followed by //)[allow 3] @ [specify] [# 492 -added parentheses to interviewer directive. bmk] >492< [##dname = RN12] [##label = freq attend religious service] How often do you attend religious services? (INTERVIEWER: ENTER NUMBER OF TIMES THEN ENTER UNITS, E.G. PER WEEK, PER MONTH, PER YEAR) <-4> NEVER [goto 494] <1-49> ONE TO FORTY-NINE TIMES <50> 50 OR MORE TIMES <-6> OTHER (ENTER RESPONSE FOLLOWED BY //) [specify][goto 494] DON'T KNOW [goto 494] REFUSED [goto 494] @ >493< [##dname = RN13] [##label = units of freq at relig service] PER [no erase] <1> DAY <3> WEEK <5> MONTH <7> YEAR @ >494< [##dname = RN494] [# *** new or moved?] How religious are you? Would you say you are very religious, somewhat religious, not very religious, or not at all religious? <1> VERY RELIGIOUS <2> SOMEWHAT RELIGIOUS <3> NOT VERY RELIGIOUS <4> NOT AT ALL RELIGIOUS DON'T KNOW REFUSED @ [#moved 495 to se2.q dw] >ende< [#if A1ma lt <1> goto cmpl] [if A1ma lt <1> goto cb] [#replaced cmpl with cb 10/30/0 bbd]