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

Getting S878-10 abend in my JOB


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Gaurav Bhayawala

New User


Joined: 17 Apr 2008
Posts: 14
Location: Pune

PostPosted: Thu Apr 24, 2008 9:26 pm
Reply with quote

I am getting S878-10 abend in my JOB. I have tried to solve this abend by INCREASE THE REGION SIZE, 'REGION=4096K' in JOB card. But still i facing problem. It may seems issue of space problem. But we are not able to find solution for it.
Please provide solution for it, if anybody had faced this problem previously
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Thu Apr 24, 2008 9:29 pm
Reply with quote

REGION=0M
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Fri Apr 25, 2008 12:03 am
Reply with quote

Using REGION=0M is overkill and can be a problem if the program has a looping error obtaining storage.

It's better to investigate the related IEA705I message fields and try to understand how much storage is trying to be obtained and from where. Or if that's too much work, code REGION=0M and hope for the best.
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
No new posts Need to get an DLI abend like U0200 IMS DB/DC 2
Search our Forums:

Back to Top