Multiple choice technology mainframe

One job has abended due to SB37 abend code. What should be the solution?

  1. The program is not getting special resource

  2. Input or Output datasets have some space unavailability

  3. The job has abended because of database problem.

  4. None of the above

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

SB37 is a mainframe abend code indicating 'DASD space exhaustion' - the job ran out of space on input or output datasets. The solution is to allocate more space (increase SPACE parameter in JCL). Option A refers to ENQ (resource contention) issues. Option C would show database-specific abend codes like -911.