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.
Loading...
Related Quiz
- To extract specific records from a dataset, you can use the _______ utility in JCL.
- A common way to handle job dependencies is by using a _______ system, which automates and manages the execution order of jobs.
- Cataloged data sets can be accessed by multiple JCL jobs, while _______ data sets are usually job-specific.
- To ensure that a data set is de-allocated only when all dependent steps have successfully executed, you can use the _______ condition in JCL.
- What is the purpose of an abend code in JCL?