ABEND SB37

Post your questions on PL/I.

Moderator: Moderator Group

Post Reply
chris_alex3k
Member
Posts: 3
Joined: Mon Jun 19, 2006 5:23 pm

ABEND SB37

Post by chris_alex3k » Mon Jun 19, 2006 5:45 pm

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 :?

User avatar
arrbee
Active Member
Posts: 144
Joined: Fri Feb 24, 2006 11:33 am

Post by arrbee » Mon Jun 26, 2006 4:22 pm

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)

rahul_kolhe
Member
Posts: 12
Joined: Wed Nov 08, 2006 1:03 am

Post by rahul_kolhe » Wed Nov 08, 2006 5:44 am

what is the return code associated with the abend code. There can be many reasons for this but surely not related to PL/i.

It may be that all 16 extent used or end of volume. Check the volume parm or space parm on JCL.

Used RLSE on spacw parm and give space in cyl instead of tracks.

sreenivasreddy
Member
Posts: 3
Joined: Thu Nov 09, 2006 12:26 pm
Location: BANGALORE

Post by sreenivasreddy » Thu Nov 09, 2006 12:48 pm

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

academyindia4

Topic deleted by Admin

Post by academyindia4 » Tue Jan 19, 2016 8:07 pm

<< Content deleted By Admin >>

academyindia4

Topic deleted by Admin

Post by academyindia4 » Mon Feb 01, 2016 1:16 am

<< Content deleted By Admin >>

academyindia4

Topic deleted by Admin

Post by academyindia4 » Mon Feb 01, 2016 1:20 am

<< Content deleted By Admin >>

academyindia4

Topic deleted by Admin

Post by academyindia4 » Wed Feb 03, 2016 12:41 am

<< Content deleted By Admin >>

Post Reply

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



Other References
Mainframe Tools and others