JCL - 4 Flashcards
A PROC or procedure is used when doing repeated JCL?
True
False
True
If you don’t have a SCLM system, you can’t compile and link from your own JCL?
True
False
False
An override is used to change values inside a proc?
True
False
True
A cataloged proc is inside the actual job?
True
False
False
The purpose of linking is to get the COBOL compiled program to be ready for executing.
True
False
True
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
PROC and PEND
If there is a steplib and program lib, which one is used first?
Program lib
Step lib
None are correct
Step lib
There are at least two ways to change the values in a proc, correct?
True
False
True
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
There is a problem and you need to look in the SYSOUT to correct something
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
Options B and C