🎴 Flashcard Mode
IBM Mainframe JCL Programming
Card1 / 20
Mastered0
Review0
QuestionClick to flip
One job has abended due to SB37 abend code. What should be the solution?
AnswerClick to flip back
A
Input or Output datasets have some space unavailability
💡 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.