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

Transaction Abending with U0499 and A7 abend!!


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

New User


Joined: 18 Apr 2008
Posts: 10
Location: Canada

PostPosted: Sat Apr 19, 2008 4:24 am
Reply with quote

Hi,

We are sending some messages from MS outlook to Mainframes.
But sometimes the IMS transaction abends with the following error (U0499)

As per IBM documents..

Explanation: The maximum insert call count was exceeded and the
application received an 'A7' status code. The application then attempted
to issue another insert and was terminated abnormally with a U0499.

System Action: The application program is abnormally terminated, and the
PSB is stopped.

Programmer Response: Check the application program and make sure it
recognizes an 'A7' status code, or increase the maximum insert count
specified in the TRANSACT macro at SYSGEN.


Now.. what does this means...

This is the properties of my transaction..

Code:

 QCT   LCT  PLCT CP NP LP SEGSZ SEGNO PARLM    RC
  0     2     3  8  8  9     0  1000  NONE     0 
 

Also.. this issue doesnt happen every time.

Any information on this will be really helpfull..

TIA
Ash..
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sat Apr 19, 2008 5:31 am
Reply with quote

Hello,

I believe you either need to "increase the maximum insert count specified in the TRANSACT macro at SYSGEN." or reduce the size of what you are sending from Outlook.

Can you verify that the problem occurs with larger messages?
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Sat Apr 19, 2008 5:41 am
Reply with quote

Hi,

Or you can follow one option given in documentation..
Quote:
Use ROLB to free buffer space.
Back to top
View user's profile Send private message
AshimSreedhar

New User


Joined: 18 Apr 2008
Posts: 10
Location: Canada

PostPosted: Sat Apr 19, 2008 6:26 am
Reply with quote

Hi Dick,

Yes it happens only for larger messages... but that too not always.. Strange!!! And yes we cannot decrease the length of the message.

Currently we are splitting the messages into 2 and sending.. but we are looking for a permanent solution..

And how do I know the current insert count specified for this transaction??? is it SEGNO in Transact macro??? if I increase the insert count will it impact the performance of the transaction?? or any other -ve impact?

Thanks
ASH...
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 ISAM and abend S03B JCL & VSAM 10
No new posts How to identify the transaction categ... IMS DB/DC 3
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 Start CICS transaction every day at 2AM CICS 4
Search our Forums:

Back to Top