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
Joined: 17 Aug 2007 Posts: 313 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.