The JCL _______ parameter is used to control the flow of job step execution.
- EXEC
- IF
- JOB
- STEP
The JCL IF parameter is used to control the flow of job step execution.
When defining a job step in JCL, which statement is used to specify the program or procedure to be executed?
- EXEC
- JOB
- PGM
- STEP
The PGM statement is used to specify the program or procedure to be executed in a job step
Which JCL component defines the program or utility to be executed in a job step?
- EXEC
- JOB
- PROC
- STEP
The EXEC statement defines the program or utility to be executed
The EXIT statement can be used to override the _______ condition of a step.
- ending
- execution
- return
- starting
The EXIT statement can be used to override the return condition of a step.
To override the default priority for a specific job step, you can use the _______ parameter.
- EXECUTE-PRIORITY
- OVERRIDE
- PRIORITY
- STEP-PRIORITY
The PRIORITY parameter is used to override the default priority in JCL.
Cataloged data sets can be accessed by multiple JCL jobs, while _______ data sets are usually job-specific.
- Exclusive
- Permanent
- Shared
- Temporary
Cataloged datasets can be accessed by multiple jobs
During JCL execution, the _______ statement is used to specify the program to be executed.
- EXEC
- JOB
- RUN
- STEP
During JCL execution, the EXEC statement is used to specify the program to be executed.
Which JCL statement is used to specify the program to be executed in a job step?
- EXEC
- JOB
- RUN
- STEP
The EXEC statement is used to specify the program to be executed
In JCL, the _______ statement is used to execute utility programs and batch processes.
- EXEC
- JOB
- RUN
- UTIL
The EXEC statement is used to execute utility programs and batch processes.
Which part of a JCL statement is used to specify the name of the program or procedure to be executed?
- EXEC
- NAME
- PGM
- PROC
The PGM parameter is used to specify the program or procedure to execute