Which JCL statement is used to specify an abend code condition for a job step?
- ABEND
- COND
- ERROR
- IF
The COND parameter is used to specify abend code conditions
Loading...
Related Quiz
- In JCL, what is the function of the PEND statement?
- You have a JCL job with multiple steps. The third step should execute only if both the first and second steps execute successfully. How would you define this in JCL?
- What is the significance of the DISP parameter in the DD statement?
- To specify the condition that must be satisfied for a step to execute, you use the _______ keyword.
- LRECL should be set to _______ for variable-length records in JCL.