In JCL, what is the purpose of the EXEC statement?
- Defines data allocation
- Sets system parameters
- Specifies job information
- Specifies program execution
The EXEC statement in JCL is used to specify the program or procedure to be executed in a job step.
Loading...
Related Quiz
- In JCL, what is the purpose of the JOBREL parameter?
- When a job is triggered, it will only execute if the _______ conditions are met.
- The EXIT statement is used to _______ a job step based on a condition.
- How does the COND parameter in the EXEC statement affect the execution of a job step?
- What is the significance of the SYSIN DD statement when using IEBGENER?