View previous topic :: View next topic |
Author |
Message |
selinaraj Beginner
Joined: 07 Aug 2003 Posts: 2 Topics: 1
|
Posted: Thu Aug 07, 2003 6:13 am Post subject: RLCP abend in OPEN coursor |
|
|
A RLCP abend has occured in a OPEN cursor in a COBONLDB program. Could any of u tell me what could be the cause of this abend
Thanks in advance |
|
Back to top |
|
 |
mayuresh.tendulkar Beginner

Joined: 25 Apr 2003 Posts: 31 Topics: 6 Location: Pune
|
Posted: Thu Aug 07, 2003 11:04 pm Post subject: |
|
|
Hello selinaraj,
Below is the information i found from the help.
Resource-Limiting Abend Codes
Each of these codes indicates that the transaction exceeded the resource
threshold specified in the KOCRLIM macro of the global module and that
ACTION=KILL was specified (or was the default). The task is abended when the transaction exceeds the resource limit and ACTION=KILL is specified, unless the transaction is executing under CEDF. In this case a message is issued to the terminal, ACTION=KILL is ignored, and the transaction continues normal execution.
RLAD ADABAS requests exceeded.
RLCP CPU utilization exceeded.
RLDB DB2 requests exceeded.
RLDC DATACOM requests exceeded.
RLDL DL/I requests exceeded.
RLDS DSA storage utilization exceeded.
RLED EDSA storage utilization exceeded.
RLEL Elapsed time exceeded.
RLFC File control requests exceeded.
RLID IDMS requests exceeded.
RLMQ MQ requests exceeded.
RLSU SUPRA requests exceeded.
Hope this will help you.
Regards
Mayuresh Tendulkar |
|
Back to top |
|
 |
selinaraj Beginner
Joined: 07 Aug 2003 Posts: 2 Topics: 1
|
Posted: Sat Aug 09, 2003 3:59 am Post subject: |
|
|
Thanks for ur reply.
I could understand that a RLCP abend occurs when resource utilization exceed. But how could a RLCP occur in case of Open or Fetch cursor. What could be the possible reason for that. |
|
Back to top |
|
 |
|
|