Multiple choice technology mainframe

Possible ways to rectify S322, a. Change the CLASS b. TIME=1440 c. Remove abnormal logic in the code(like infinite looping). d. Change PRTY

  1. a & b only

  2. b & c only

  3. a, b, c only

  4. d only

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

S322 indicates a job exceeded its assigned time limit. Solutions include changing the job CLASS (higher classes get more time), using TIME=1440 to request maximum time, and fixing abnormal logic like infinite loops that waste CPU cycles. Changing PRTY (priority) doesn't grant more time.