View previous topic :: View next topic |
Author |
Message |
coolman Intermediate
Joined: 03 Jan 2003 Posts: 283 Topics: 27 Location: US
|
Posted: Wed Jun 02, 2004 1:27 pm Post subject: U0775 abend |
|
|
Folks,
I'm running an IMS Program in batch. I'm getting an U0775 abend. This is what I can find in the manual.
Quote: |
This abend is issued when IMS cannot acquire any more
| ENQ/DEQ blocks or the amount of storage that was specified by the PIMAX
| parameter has been exhausted. It can be either a standard abend or a
| pseudoabend.
|
Can somebody throw some light on this.
Cheers,
Coolman.
________
How to make a vaporizer
Last edited by coolman on Sat Mar 12, 2011 8:34 pm; edited 1 time in total |
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Wed Jun 02, 2004 1:49 pm Post subject: |
|
|
This is pretty tricky to debug but I would start by increasing the REGION sizes on both JOB and STEP cards. Be aware that if you are running a PROC, then the region size might be a parameter.
If that does not work, then it might be a problem with too many locks. PIMAX is a setting on the IMS Control Region that controls the amount of storage set aside for enqueues (database locks). If you are doing alot of updates, consider adding checkpoint logic. If you are doing alot of reads with the occasional update, consider using a seperate PCB for the read with a procopt of G. |
|
Back to top |
|
 |
coolman Intermediate
Joined: 03 Jan 2003 Posts: 283 Topics: 27 Location: US
|
Posted: Wed Jun 02, 2004 2:50 pm Post subject: |
|
|
Why both JOB and STEP. Would it not be sufficient if we just increase it for the STEP?
________
V8
Last edited by coolman on Sat Mar 12, 2011 8:34 pm; edited 1 time in total |
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Wed Jun 02, 2004 2:52 pm Post subject: |
|
|
In my experience, no. Same with TIME=. |
|
Back to top |
|
 |
coolman Intermediate
Joined: 03 Jan 2003 Posts: 283 Topics: 27 Location: US
|
Posted: Wed Jun 02, 2004 3:05 pm Post subject: |
|
|
Would REGION=0M help? or should I have to explicitly specify the region
________
Honda Element history
Last edited by coolman on Sat Feb 05, 2011 1:36 am; edited 1 time in total |
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Wed Jun 02, 2004 3:07 pm Post subject: |
|
|
It should. |
|
Back to top |
|
 |
coolman Intermediate
Joined: 03 Jan 2003 Posts: 283 Topics: 27 Location: US
|
Posted: Tue Jun 08, 2004 3:02 pm Post subject: |
|
|
Bithead. Thanks for your help. The REGION parm didn't work. But the checkpoint logic per your suggestion worked
________
how to roll a blunt |
|
Back to top |
|
 |
|
|