IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

B37 (Space abend) while running Focus Code


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
raj_mainframe08

New User


Joined: 11 Sep 2007
Posts: 65
Location: Gurgaon

PostPosted: Sun Jun 14, 2009 7:37 pm
Reply with quote

We are using 7.1.1 version of Focus. I have written a focus code of 16500 lines. But when i tried to run it through JCL, i am getting Abend SB37. I tried to run the same code by deleting lines and running with nearly 5000 lines. The focus code executes successfully.

Is there anyway to deal with this problem? I want to run my Focus code with same number of lines only. 16500
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Sun Jun 14, 2009 8:03 pm
Reply with quote

It would help if you would show us the jcl and the complete error messages you are receiving.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Sun Jun 14, 2009 9:38 pm
Reply with quote

From the IBM LookAT Site for error msg SB37

Explanation: The error was detected by the end-of-volume routine. This system completion code is accompanied by message IEC030I. Refer to the explanation of message IEC030I for complete information about the task that was ended and for an explanation of the return code (rc in the message text) in register 15.

you ran out of room. the IEC030I message (use that at the LookAt Site) and determine your problem.

my guess is that either there was not enough available space on the volume or - more than likely - the DS was not allocated with enough space, since when you reduced your source file, it was ok.

Determine the DS that is incurring the IEC030I msg and follow the instructions provided with the RC of the IEC030I.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Running REXX through JOB CLIST & REXX 13
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts ISAM and abend S03B JCL & VSAM 10
Search our Forums:

Back to Top