Specifies whether there is a delay between a transaction timeout
and the abnormal ending of the servant region that was running the transaction.
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 |