To skip a step if the return code of the previous step is 4, you would use the COND=_______ syntax.
- CODE
- RC
- RET
- RETURN
To skip a step based on the return code, you use the COND=RC, where RC is followed by the code to test
Loading...
Related Quiz
- How does cataloging a data set in JCL affect its accessibility?
- When a data set is no longer needed, the _______ parameter in JCL helps release it.
- You have a JCL job with multiple steps, and several of them use the same data set. How would you ensure that the data set is de-allocated only after all steps have successfully completed?
- What is the difference between COND=ONLY and COND=EVEN in JCL?
- Explain the significance of the INCLUDE and OMIT statements in a SORT step of the JCL SORT utility.