ABEND SB37
Moderator: Moderator Group
-
- Member
- Posts: 3
- Joined: Mon Jun 19, 2006 5:23 pm
ABEND SB37
Can any one know how to resolve the abend ABEND SB37? What's reason for this error? I am getting this error while i am running a PL/1 program
It is the space abend. You will have to give ample primary and secondary space to have a successful run. Despite that if it is still happenning means your program is in loop.......
Arr Bee
-------------
?My joy in learning is partly that it enables me to teach? - Seneca(Roman philosopher, mid-1st century AD)
-------------
?My joy in learning is partly that it enables me to teach? - Seneca(Roman philosopher, mid-1st century AD)
-
- Member
- Posts: 12
- Joined: Wed Nov 08, 2006 1:03 am
-
- Member
- Posts: 3
- Joined: Thu Nov 09, 2006 12:26 pm
- Location: BANGALORE
Hi Chris,
SB37 is a space abend its related to MVS/JCL abend.
Solution : Estimate the space required for the output dataset before rerunning your program. If possible, decrease the amount of space requested or if more space is obviously needed increase the primary and/or secondary allocations ( Primary or Secondery Space ).
Thanks !
Sreenvias Reddy
SB37 is a space abend its related to MVS/JCL abend.
Solution : Estimate the space required for the output dataset before rerunning your program. If possible, decrease the amount of space requested or if more space is obviously needed increase the primary and/or secondary allocations ( Primary or Secondery Space ).
Thanks !
Sreenvias Reddy
FREE TUTORIALS
Tutorials
Free tutorials from mainframegurukul
- JCL Tutorial
Covers all important JCL concepts. - Cobol Tutorial
This tutorials covers all Cobol Topics from STRING to COMP-3. - DB2 Tutorial
DB2 Tutorial focuses on DB2 COBOL Programming. - SORT Tutorial
This Tutorial covers all important aspects of DFSORT with examples - CICS Tutorial
This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions
- Cobol Interview Questions
50+ Interview Questions - JCL Interview Questions
50+ Interview Questions - DB2 Interview Questions
100+ Interview Questions - CICS Interview Questions
70+ Interview Questions - VSAM Interview Questions
27 Interview Questions
Other References
Mainframe Tools and others
- XPEDITER Reference
Explains how we can debug a program - FILEAID Reference
Explains how to browse , edit and delete datasets - Change Man Reference
Quick Start tutorial on Changeman - Abend Reference
Important Abend codes explained - FaceBook Page
MainframeGurukul FaceBook Page - LinkedIn Page
MainframeGurkul Linkedin Page