Multiple choice technology mainframe

Improper handling of which parameter leads to abend S322

  1. CLASS

  2. TIME

  3. REGION

  4. JOB

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

The S322 abend occurs when a job step exceeds its allocated CPU time parameter. The TIME parameter in the JOB or EXEC statement specifies the maximum processor time a step can use, and improper handling (setting it too low) causes this timeout-related abend.