Multiple choice technology mainframe

What is S322 abend

  1. a) Indicates a space abend

  2. b) Indicates a regione abend

  3. c) Indicates a time out abend

  4. d) a and c

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

S322 is a CPU time limit abend in JCL. When a job step exceeds its allocated CPU time (specified by TIME parameter), the system abends with S322. It is NOT a space abend (that would be SB37) or a region abend (that would be X'ABEND' codes like 80A or 913).