When defining an EXEC statement, what is the significance of the PGM parameter?
- Specifies the input dataset
- Specifies the job name
- Specifies the output dataset
- Specifies the program to execute
The PGM parameter in the EXEC statement specifies the program to be executed
Loading...
Related Quiz
- In JCL, what is the significance of the SPACE parameter when allocating a dataset?
- 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?
- What happens if the COND parameter is set to 'ONLY' in a JCL step, and the preceding step abends?
- Explain the difference between the COND parameter and the IF statement in JCL.
- In JCL, the DD statement is used to define and allocate _______.