COBOL · Abend code
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.
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.
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.