JCL - 4 Flashcards

1
Q

A PROC or procedure is used when doing repeated JCL?

True
False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

If you don’t have a SCLM system, you can’t compile and link from your own JCL?

True
False

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

An override is used to change values inside a proc?

True
False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A cataloged proc is inside the actual job?

True
False

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The purpose of linking is to get the COBOL compiled program to be ready for executing.

True
False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What two items do you need to add to JCL to make it a proc

BEGIN and END
Overrides and PROC
PROC and PEND
None are correct

A

PROC and PEND

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

If there is a steplib and program lib, which one is used first?

Program lib
Step lib
None are correct

A

Step lib

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

There are at least two ways to change the values in a proc, correct?

True
False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

When you get a non-zero return code from your compile, then that means the following:

Everything is great and you can use the program
There is a problem and you need to look in the SYSOUT to correct something
Both are correct
None are correct

A

There is a problem and you need to look in the SYSOUT to correct something

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How would you set up a batch in test?

A. Manually submit each job
B. Use the internal reader but adding a step to pull the next JCL to run
C. Set up the jobs in CA7 but run against testSet up the jobs in CA7 but run against test
Options B and C

A

Options B and C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly