While running a JCL, what at is the abend thrown for time out?
-
(A) S322
-
(B) SB37
-
(C) S122
-
(D) SOC7
A
Correct answer
Explanation
S322 is the IBM mainframe system abend code indicating that a step or job exceeded its allocated CPU time limit (timeout). SB37 is a space-related abend indicating out-of-space on a volume, S122 represents operator intervention (cancel with dump), and S0C7 is a data exception caused by invalid numeric data.