Multiple choice technology mainframe

what is the timeout abend code for a job?

  1. SB37

  2. 345

  3. S322

  4. SOC7

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

S322 is the system abend code in IBM mainframe JCL that indicates a timeout condition - specifically when a job step exceeds the CPU time limit specified in the TIME parameter of the JOB card. Other options are: SB37 (out of space on DASD), SOC7 (data exception/numeric error), and 345 is not a standard abend code.