[R's age];
/* check value of age which was calculated in section 2 */
If Answer >=14 and Answer <=16 | Then Go To: Q5-3-LOOP-BEGIN |
Lead-In: Q4-31jjb [Default],
Q4-74d [Default], Q4-76 [Default],
Q4-61A [1:1], Q4-64D [1:1]
*****************SECTION 5********MILITARY*********************************
The next few questions are about service in the military.
Lead-In: Q5-1 [Default]
[Since date of last interview have you/Have you ever] enlisted or been sworn into any branch of the Armed Forces, including the National Guard or Reserves?
1 | Yes | |
0 | No |
SaveSym: | Q5-2 |
Lead-In: Q5-1A [Default]
REPEAT ([loop about military branches]);
/*Start loop about military branches*/
Lead-In: Q5-2 [Default], Q5-1 [14:16]
([R's age] <= 16);
1 | CONDITION APPLIES ...(Go To Q5-11-LOOP-END) | |
0 | CONDITION DOES NOT APPLY |
If Answer =1 | Then Go To: Q5-11-LOOP-END |
Lead-In: Q5-3-LOOP-BEGIN [Default]
([Has R ever enlisted in military?]);
1 | CONDITION APPLIES | |
0 | CONDITION DOES NOT APPLY ...(Go To Q5-11-LOOP-END) |
If Answer =0 | Then Go To: Q5-11-LOOP-END |
If Answer =-1 | Then Go To: Q5-11-LOOP-END |
Lead-In: Q5-3-c [Default]
What is the [most recent/next()] branch that you have been sworn into?
(INTERVIEWER: CODE WITHOUT READING CATEGORIES.
FOR THE BRANCH CHOSEN, BE SURE TO ASK SPECIFICALLY IF R SERVED IN THE REGULAR BRANCH, THE RESERVES OR GUARD, OR BOTH. IF BOTH, ASK WHICH BRANCH R SERVED IN FIRST AND R WILL BE ASKED ABOUT THE SECOND BRANCH LATER.
CODE ONE)
1 | ARMY | |
2 | NAVY | |
3 | AIR FORCE | |
4 | MARINES | |
11 | COAST GUARD | |
5 | ARMY RESERVES | |
6 | NAVY RESERVES | |
7 | AIR FORCE RESERVES | |
8 | MARINE RESERVES | |
12 | COAST GUARD RESERVES | |
9 | AIR NATIONAL GUARD | |
10 | ARMY NATIONAL GUARD | |
13 | OTHER (SPECIFY) |
SaveSym: | branchcode() |
Lead-In: Q5-3-d [Default]
([code for branch()]);
/* get text for branch name */
1 | ARMY ...(Go To Q5-3AC) | |
2 | NAVY ...(Go To Q5-3AD) | |
3 | AIR FORCE ...(Go To Q5-3AC) | |
4 | MARINES ...(Go To Q5-3AD) | |
11 | COAST GUARD ...(Go To Q5-3AD) | |
5 | ARMY RESERVES | |
6 | NAVY RESERVES | |
7 | AIR FORCE RESERVES | |
8 | MARINE RESERVES | |
12 | COAST GUARD RESERVES | |
9 | AIR NATIONAL GUARD | |
10 | ARMY NATIONAL GUARD | |
13 | OTHER (SPECIFY) |
If Answer =4 | Then Go To: Q5-3AD |
If Answer =2 | Then Go To: Q5-3AD |
If Answer =11 | Then Go To: Q5-3AD |
If Answer =1 | Then Go To: Q5-3AC |
If Answer =3 | Then Go To: Q5-3AC |
Lead-In: Q5-3 [Default]
Was that the regular [branch of military service()], the [branch of military service()] Reserves, or the [branch of military service()] National Guard?
(INTERVIEWER: IF R SERVED IN BOTH REGULAR BRANCH AND THE RESERVES OR GUARD, PLEASE SELECT MOST RECENT BRANCH)
1 | Regular branch | |
2 | Reserves ...(Go To Q5-3B) | |
3 | National Guard ...(Go To Q5-3B) |
Lead-In: Q5-3AB [1:1], Q5-3AB [3:3]
Was that the regular [branch of military service()], the [branch of military service()] Reserves?
(INTERVIEWER: IF R SERVED IN BOTH REGULAR BRANCH AND THE RESERVES OR GUARD, PLEASE SELECT MOST RECENT BRANCH)
1 | Regular branch | |
2 | Reserves ...(Go To Q5-3B) | |
3 | National Guard ...(Go To Q5-3B) |
Lead-In: Q5-3AB [11:11], Q5-3AB [2:2], Q5-3AB [4:4]
We would like to ask you about your service in the [branch of military service()].
Lead-In: Q5-3AB [Default], Q5-3AC [Default], Q5-3AD [Default], Q5-3AC [2:2], Q5-3AC [3:3], Q5-3AD [2:2], Q5-3AD [3:3]
(([code for branch()]=1) or ([code for branch()]=2) or ([code for branch()]=3) or ([code for branch()]=4) or ([code for branch()]=11));
/*check to see if R served in an active branch*/
1 | CONDITION APPLIES ...(Go To Q5-3E) | |
0 | CONDITION DOES NOT APPLY |
If Answer =1 | Then Go To: Q5-3E |
Lead-In: Q5-3B [Default]
What month and year did you first enter the [branch of military service()]?
SaveSym: | enterdate() | ||||
HardMax: | curdate4 | SoftMax: | |||
HardMin: | birthdate4 | SoftMin: |
Lead-In: Q5-3C [Default]
What month and year did you first enter into active duty in the [branch of military service()]?
(INTERVIEWER: ENTER DATE ON NEXT SCREEN)
1 | DELAYED ENTRY PROGRAM ...(Go To Q5-3Ef) | |
2 | PAST ENTRY |
Lead-In: Q5-3C [1:1]
What month and year did you first enter into active duty in the [branch of military service()]?
SaveSym: | enterdate() | ||||
HardMax: | curdate4 | SoftMax: | |||
HardMin: | birthdate4 | SoftMin: |
Lead-In: Q5-3E [Default]
What month and year will you first enter into active duty in the [branch of military service()]?
(INTERVIEWER: DELAYED ENTRY PROGRAM SELECTED)
SaveSym: | enterdate() | ||||
HardMax: | 01/2025 | SoftMax: | |||
HardMin: | curdate4 | SoftMin: |
Lead-In: Q5-3E [1:1]
Are you currently serving in the [branch of military service()]?
1 | Yes ...(Go To Q5-3K) | |
0 | No |
SaveSym: | active() |
Lead-In: Q5-3D [Default]
Are you currently serving on active duty in the [branch of military service()]?
1 | Yes ...(Go To Q5-3K) | |
0 | No |
SaveSym: | active() |
Lead-In: Q5-3Ee [Default]
Are you still actively participating in the [branch of military service()]?
(IF NECESSARY, PROBE: Do you still attend weekend drills and/or summer camp?)
1 | Yes | |
0 | No |
SaveSym: | active() |
Lead-In: Q5-3F [Default]
([flag indicating if R is currently active in any branch of armed forces()]);
/*check to see if R is currently active in any branch of armed forces*/
1 | CONDITION APPLIES ...(Go To Q5-4) | |
0 | CONDITION DOES NOT APPLY |
If Answer =1 | Then Go To: Q5-4 |
Lead-In: Q5-3G [Default], Q5-3H [Default], Q5-3G [1:1], Q5-3F [1:1]
In what month and year will your current enlistment end?
HardMax: | 12/2050 | SoftMax: | |||
HardMin: | curdate4 | SoftMin: |
Lead-In: Q5-3K [1:1]
In what month and year did you separate from [branch of military service()]?
SaveSym: | exitdate() | ||||
HardMax: | curdate4 | SoftMax: | |||
HardMin: | enterdate() | SoftMin: |
Lead-In: Q5-3K [Default]
Now I would like to ask you about your military jobs and training [in the time you left the/in the()] [branch of military service()].
Lead-In: Q5-4 [Default], Q5-5bc [Default]
(([code for branch()]=1) or ([code for branch()]=4) or ([code for branch()]=5) or ([code for branch()]=8) or ([code for branch()]=9) or ([code for branch()]=10));
/* check for army, MC, nat'l guard and reserves or these branches */
1 | CONDITION APPLIES ...(Go To Q5-7bb) | |
0 | CONDITION DOES NOT APPLY |
If Answer =1 | Then Go To: Q5-7bb |
Lead-In: Q5-5c [Default]
(([code for branch()]=2) or ([code for branch()]=6) or ([code for branch()]=11) or ([code for branch()]=12));
/* check for navy or navy reserves or coast guard*/
1 | CONDITION APPLIES ...(Go To Q5-7bb) | |
0 | CONDITION DOES NOT APPLY |
If Answer =1 | Then Go To: Q5-7bb |
Lead-In: Q5-5d [Default]
(([code for branch()]=3) or ([code for branch()]=7));
/* check for air force or reserves*/
1 | CONDITION APPLIES ...(Go To Q5-7bb) | |
0 | CONDITION DOES NOT APPLY |
If Answer =1 | Then Go To: Q5-7bb |
Lead-In: Q5-5f [Default]
([flag indicating if R is currently active in any branch of armed forces()]);
/* SKIP TO CORRECT TEXT SUBSTITUTIONS BASED ON ACTIVE STATUS */
1 | CONDITION APPLIES ...(Go To Q5-9-b) | |
0 | CONDITION DOES NOT APPLY ...(Go To Q5-9-b) |
If Answer =0 | Then Go To: Q5-9-b |
If Answer =1 | Then Go To: Q5-9-b |
Lead-In: Q5-6a [Default], Q5-5d [1:1], Q5-5f [1:1], Q5-6a [1:1]
What [Is/Was()] your [current/blank()] Primary [job in the Armed Forces()]?
(IF NECESSARY, PROBE:) What [Is/Was()] the name of the job you were trained for?
Lead-In: Q5-7bb [Default], Q5-7bb [0:0], Q5-7bb [1:1]
What [Are/Were()] your main activities or duties?
Lead-In: Q5-9-b [Default]
What is the code associated with your primary [job in the Armed Forces()]?
Lead-In: Q5-9a [Default]
Did you receive any formal school training for [this/that()] [job in the Armed Forces()]?
1 | Yes ...(Go To Q5-10) | |
0 | No |
SaveSym: | miltrn |
Lead-In: Q5-9B [Default]
In all, how many weeks of formal school or training did you complete?
(ENTER WEEKS)
HardMax: | 208 | SoftMax: | |||
HardMin: | 0 | SoftMin: |
Lead-In: Q5-9bb [1:1]
Did you receive any on the job training for [this/that()] [job in the Armed Forces()]?
1 | Yes ...(Go To Q5-10ba) | |
0 | No |
SaveSym: | miltrn |
Lead-In: Q5-9bb [Default], Q5-10 [Default]
In all, how many weeks of on the job training for [this/that()] [job in the Armed Forces()] did you receive?
(ENTER WEEKS)
HardMax: | 208 | SoftMax: | 208 | ||
HardMin: | 0 | SoftMin: | 0 |
Lead-In: Q5-10b [1:1]
Excluding on the job training and formal school, [since/after()] you completed training, how many months [have/did()] you actually [work/worked()] in [your/that()] [current/blank()] [job in the Armed Forces()]?
(ENTER MONTHS)
HardMax: | 99 | SoftMax: | 99 | ||
HardMin: | 0 | SoftMin: | 0 |
Lead-In: Q5-10b [Default], Q5-10ba [Default]
([flag indicating if R is currently active in any branch of armed forces()]);
1 | CONDITION APPLIES ...(Go To Q5-11c) | |
0 | CONDITION DOES NOT APPLY |
If Answer =1 | Then Go To: Q5-11c |
Lead-In: Q5-10c [Default]
Since you left the [branch of military service()] have you used any skills from that [job in the Armed Forces()] in a civilian job?
1 | Yes | |
0 | No ...(Go To Q5-11c) | |
3 | IF VOLUNTEERED :No civilian job ...(Go To Q5-11c) |
Lead-In: Q5-11 [Default]
Does your CURRENT civilian job use any skills from your [job in the Armed Forces()]?
1 | Yes | |
0 | No |
Lead-In: Q5-11a [Default]
In addition to [your/the()] [current/blank()] Primary [job in the Armed Forces()] [have/did()] you [receive/received()] training in any other [job in the Armed Forces()]?
1 | Yes | |
0 | No |
Lead-In: Q5-11b [Default], Q5-11 [1:1], Q5-11a [0:0], Q5-11a [3:3]
At the time you entered the [branch of military service()] how many years of regular school had you completed and got credit for?
1 | 1ST GRADE | |
2 | 2ND GRADE | |
3 | 3RD GRADE | |
4 | 4TH GRADE | |
5 | 5TH GRADE | |
6 | 6TH GRADE | |
7 | 7TH GRADE | |
8 | 8TH GRADE | |
9 | 9TH GRADE | |
10 | 10TH GRADE | |
11 | 11TH GRADE | |
12 | 12TH GRADE | |
13 | 1ST YEAR COLLEGE | |
14 | 2ND YEAR COLLEGE | |
15 | 3RD YEAR COLLEGE | |
16 | 4TH YEAR COLLEGE | |
17 | 5TH YEAR COLLEGE | |
18 | 6TH YEAR COLLEGE | |
19 | 7TH YEAR COLLEGE | |
20 | 8TH YEAR COLLEGE OR MORE | |
95 | UNGRADED | |
0 | None |
Lead-In: Q5-11c [Default]
During your service in the [branch of military service()], [did/have()] you [take/taken()] any courses for which you received high school or college credit?
1 | Yes | |
0 | No |
Lead-In: Q5-11d [Default]
Now taking all these things together, how satisfied [Are/Were()] you with the [branch of military service()]?--
1 | Very satisfied | |
2 | Somewhat satisfied | |
3 | Somewhat dissatisfied | |
4 | Very dissatisfied |
Lead-In: Q5-11e [Default]
Have you been sworn into any other branches?
1 | Yes | |
0 | No |
SaveSym: | morebranch() |
Lead-In: Q5-11aa [Default]
UNTIL ([loop about military branches], [flag indicating if R has been sworn into any other branch of the armed services()]=0 or [loop about military branches]=2);
/* End loop about military branches */
DefNext: | Q7-0 |
Lead-In: Q5-3Ef [Default], Q5-11bb [Default], Q5-3-c [1:1], Q5-3-d [0:0], Q5-3-d [-1:-1]