Which part of a JCL statement is used to specify the name of the program or procedure to be executed?
- EXEC
- NAME
- PGM
- PROC
The PGM parameter is used to specify the program or procedure to execute
Loading...
Related Quiz
- What is the primary purpose of the JOB statement in JCL?
- You have a JCL job with three steps. How would you use the COND parameter to ensure that the second step is executed only if the first step abends?
- The value assigned to a SET statement can be overridden by specifying a new value in the _______.
- What is the primary component of a JCL job?
- What is the difference between the VALIDATE and NOVALIDATE parameters in JCL's DATE parameter?