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
Loading...
Related Quiz
- You have a JCL job with multiple steps. The first step is to copy a dataset to another location, and the second step is to sort that dataset. What would you do if the first step fails, and you want to execute the second step only if the first step is successful?
- When defining a job step in JCL, which statement is used to specify the program or procedure to be executed?
- What is the purpose of the SPACE parameter when defining a dataset's DSN in JCL?
- Explain the purpose of the "IF" parameter in IEBCOPY and how it is used.
- You have a critical job that must start no later than 8:00 AM every day. How would you configure the TIME parameter in the JCL to meet this requirement?