|
|
| Author |
Message |
Gaurav Bhayawala
New User
Joined: 17 Apr 2008 Posts: 5 Location: Pune
|
|
|
|
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 |
|
 |
References
|
Posted: Thu Apr 24, 2008 9:26 pm Post subject: Re: Getting S878-10 abend in my JOB |
 |
|
|
 |
Gnanas SNG
Senior Member
Joined: 06 Sep 2007 Posts: 414 Location: India
|
|
|
|
| REGION=0M |
|
| Back to top |
|
 |
Bill Dennis
Active User
Joined: 17 Aug 2007 Posts: 186 Location: Iowa, USA
|
|
|
|
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 |
|
 |
|
|