WebSphere Application Server for z/OS provides the DISABLE_TRANSACTION_TIMEOUT_GRACE_PERIOD custom property.
Transaction Service custom properties can be specified in the administrative console by clicking Application Servers > server1 >Transaction Service > Custom Properties.
If you set this value to false, a global transaction that times out is marked rollback-only. The transaction server gives the associated application an additional period of time, approximately four minutes, to complete. If the application completes in this time, the transaction is rolled back. If the application does not complete in this time, the application and associated servant region are ended abnormally, with an ABENDEC3 or ABENDSEC3 error.
Set this value to true to remove the delay, and abnormally end the application and servant region immediately.
Data Type | Boolean |
Acceptable values | true, false |
Default | false |