In JCL, what is the purpose of the EXEC statement?
- To allocate resources
- To define a new job
- To execute a program
- To specify the job name
The EXEC statement is used to specify the program to be executed
Loading...
Related Quiz
- In JCL, what does the PROC statement stand for?
- You need to execute a step in JCL only if it's the first execution of the job and not on restarts. How can you achieve this?
- The NOTIFY parameter in the EXEC statement specifies the _______ that should be notified upon step completion.
- In JCL, the _______ statement can be used to specify the conditions for job dependencies.
- What is the primary purpose of using JCL utilities?