COBOL · Abend code

Abend S322

What does Abend S322 mean in COBOL?

The job or job step exceeded the CPU time limit assigned to it, typically from an unintended infinite loop or a workload larger than the TIME parameter anticipated.

Abend S322z/OS

Condition

The job or job step exceeded the CPU time limit assigned to it, typically from an unintended infinite loop or a workload larger than the TIME parameter anticipated.

Fix

Check for a loop that is not terminating as expected, and if the workload is simply larger than before, increase the TIME parameter on the JOB or EXEC statement.

Related abend code