View previous topic :: View next topic |
Author |
Message |
ramu_mohan21 Beginner
Joined: 29 Jun 2004 Posts: 106 Topics: 41 Location: Bangalore, INDIA
|
Posted: Fri Nov 12, 2004 4:57 am Post subject: U3303 Error- How can we resolve it? |
|
|
Hi Board,
While running of the job in our installation I got an abend
Quote: |
ABEND=S000 U3303 REASON=00000000 000
|
Anyone can can give me a clear explanation about this Abend and How to solve it? _________________ Best Regards,
----------------
Rammohan Pabba
Software Engineer |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Fri Nov 12, 2004 6:36 am Post subject: |
|
|
Ramu_mohan21,
IMS stops the transaction type if most messages being processed are failing because they are encountering unavailable data. One abort is counted each time the program aborts due to abend U3303 and the message in process has not previously been placed on the suspend queue. Two aborts are subtracted each time a program goes through commit processing. However, if this results in a negative number, two aborts are not subtracted. If the total number of aborts exceeds 10, the transaction is stopped via a USTOPPED condition.
The transaction is stopped by USTOPPED if abend U3303 occurs while processing the message and SERIAL=YES is specified for the TRANSACT macro.
When the transaction is stopped by USTOPPED, messages from this queue are not scheduled for processing. Incoming messages continue to be queued on the normal queue.
The USTOPPED condition is reset under the following conditions:
- A /START DATABASE command resets the USTOPPED condition for all transaction types when the program that processes this transaction has access to the started database.
- A /START TRAN command resets the USTOPPED condition for that transaction type.
- A /PURGE TRAN command resets the USTOPPED condition for that transaction type.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
ramu_mohan21 Beginner
Joined: 29 Jun 2004 Posts: 106 Topics: 41 Location: Bangalore, INDIA
|
Posted: Sun Nov 14, 2004 1:50 am Post subject: |
|
|
Thanks Kolusu... You have given me a very good explanation. _________________ Best Regards,
----------------
Rammohan Pabba
Software Engineer |
|
Back to top |
|
 |
|
|