View previous topic :: View next topic |
Author |
Message |
yair_b Beginner
Joined: 28 Apr 2006 Posts: 1 Topics: 1
|
Posted: Fri Apr 28, 2006 5:36 am Post subject: CICS/LE diagnostics prob at Omegamon's RLDB abend |
|
|
Hello,
The RLDB abend which is imposed on a CICS (Cobol/LE) transaction by Omegamon's KILL feature when transaction had reached max number of DB2 calls, DOES NOT supply us with Language Environment Diagnostics on the MSGCESE sysout of CICS region.
Any idea how to have it in this case, especially the Calls Traceback of LE's diagnostices, to detect which module the transaction was using when Omegamon's KILL hit ??
Thanks ! |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Fri Apr 28, 2006 7:21 am Post subject: |
|
|
yair_b,
Look for the following message
Code: |
OC8900: RESOURCE LIMIT EXCEEDED: tttt RLaa - xxxxxxxxxxxxxxxx
|
The CICS transaction tttt has exceeded the xxxxxxxxxxxxxxxx resource threshold. The ACTION specified in the KOCRLIM macro was WARN or the transaction is executing under CEDF. (To terminate a transaction with abend code RLaa specify ACTION=KILL in the KOCRLIM macro.) xxxxxxxxxxxxxxxx is a text string explaining the reason for the abend code.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|