Which JCL statement is used to specify the program to be executed in a job step?
- DD statement
- EXEC statement
- IF statement
- JOB statement
The EXEC statement is used to specify the program or procedure to be executed in a job step.
Loading...
Related Quiz
- What are job priorities in JCL, and how are they defined?
- Can you have multiple PEND statements within a single JCL job? If so, what is the significance?
- When defining job dependencies, the _______ statement is used to specify the triggering conditions.
- To skip a step if the return code of the previous step is 4, you would use the COND=_______ syntax.
- What happens when a job is triggered in a mainframe environment?