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

U0775 Abend in IMS program


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Verma,Raman

New User


Joined: 13 Oct 2006
Posts: 15

PostPosted: Wed May 16, 2007 3:24 pm
Reply with quote

Hi ,

I have coded an IMS program which inserts a segment in the full Db. When run for low volume tests, the IMS calls worked fine but when I tried it for the full volume run, it abended with U0775 code.

The program employs checkpoint logic as well.

Can you please let me know what the solution can be.

Also, I had been considering the IMS DEQ call as a way out but am not very sure. Can someone please suggest a solution.

Raman icon_confused.gif
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Wed May 16, 2007 3:40 pm
Reply with quote

Have a look here and then makes some calls to your system programmer icon_wink.gif
Back to top
View user's profile Send private message
priyamnavada

New User


Joined: 24 Dec 2005
Posts: 52
Location: hyderabad

PostPosted: Wed May 16, 2007 8:24 pm
Reply with quote

0775

Explanation: 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.

Case1 A standard abend is issued.

Case2 A pseudoabend is issued.

See message DFS2450I in this manual for additional information. If message
DFS2405I was not issued, the amount of storage specified in the PIMAX
parameter may have been exhausted. Increase the size of the PIMAX
parameter in member DFSPBIMS in a DB/DC environment, or in member DFSPBDBC
in a DBCTL environment. For batch data sharing, refer to CICS/ESA?
Messages and Codes.
System Action: For Case1, the IMS control region terminates abnormally.
For Case2, the application program terminates abnormally.

Programmer Response: For Case1, contact the IBM Support Center for
assistance. For Case2, correct the cause by increasing the maximum storage
available for the ENQ or by decreasing the requirements for ENQs.

Master Terminal Operator Response: For Case1, none. For Case2, decrease
the system load by stopping the regions; then start the indicated SMBs and
PSBs. If a BMP is not taking checkpoints and has used all available ENQ
space, cancel the BMP.

Problem Determination: For Case1, 1, 2, 4, 6, 13.
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Thu May 17, 2007 6:13 pm
Reply with quote

Bitneuker wrote:
Have a look here and then makes some calls to your system programmer icon_wink.gif


Sorry; wrong link. This is the right one icon_redface.gif
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Thu May 17, 2007 10:40 pm
Reply with quote

In addition: if your DEQ fails you might increase the number of CHCK-point calls so the buffers won't overflow.
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top