The Ultimate Retry Limit Exit is used by all applications targeting DB2 database on z/OS. The Ultimate Retry Limit Exit allows the user to specify a maximum value for the TRANSACTION RETRY LIMIT system attribute. This value may never be exceeded, either by a SET TRANSACTION RETRY LIMIT statement in an action diagram, or by the Default Retry Limit Exit.
For an explanation of when and how the TRANSACTION RETRY LIMIT system attribute is used see Default Retry Limit Exit in this chapter.
This exit provides a safeguard in case the system attribute TRANSACTION RETRY LIMIT is set to an excessive value by an action diagram. Once the number of retries, as indicated by the TRANSACTION RETRY COUNT system attribute, reaches either TRANSACTION RETRY LIMIT or the value specified by the Ultimate Retry Limit Exit, no more retries can occur, and the application will fail with a runtime error if the last retry attempt was unsuccessful.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|