Code | Description |
---|---|
S122 | The operator canceled the job and requested a dump |
S222 | The operator canceled the job w/o a dump |
S322 | Job timed out |
S422 | The abend is a general use abend code |
S522 | All of the tasks in a job step were in SVC wait state |
S622 | Internal error |
S722 | Output limit exceeded |
S822 | Region not available |
S922 | Initiator error |
SA22 | Force command terminated the job |
SB22 | EXCP failure |
SD22 | Command processing error |
All system abends, except S722, cause the system to terminate the job step and bypass successive steps. For example, when executing an IF/THEN/ELSE/ENDIF statement in the JCL, any of the supported system abend codes (except S722) produced on the IF statement will bypass the THEN or ELSE clauses, regardless of any tests on the IF statement. When S722 is produced, the successive clauses are processed as normal.