If you want a job step to execute only when the return code is less than or equal to 8, you would use the COND=_______ syntax.
- EQ
- GE
- LE
- LT
To execute a step when the return code is less than or equal to a value, use COND=LT
Loading...
Related Quiz
- The _______ parameter in JCL is used to specify the name of the recipient for job completion notifications.
- In what scenarios would you choose not to use a PEND statement in your JCL?
- How does specifying a job class impact the execution of JCL jobs in a mainframe environment?
- In a mainframe environment, you need to manage a large number of JCL jobs efficiently. What strategies and JCL components can be used for job scheduling and management?
- What is the difference between SORT and MERGE operations in the JCL SORT utility?