Which JCL statement allows you to specify an action if a step returns a non-zero return code?
- COND
- ELSE
- IF
- RETURN
The COND parameter allows you to specify an action if a step returns a non-zero return code
Loading...
Related Quiz
- What is the purpose of the DISP parameter when concatenating multiple data sets in JCL?
- What does the COND parameter in a JCL job control statement determine?
- The cataloged status of a data set allows it to be easily _______ in JCL jobs.
- How can you specify the logical record length (LRECL) of a dataset in the DD statement?
- Explain the use of the SUM and NODETAIL options in the OUTFIL statement of the JCL SORT utility.