2.10 Asynchronous Transaction Servers (ARTATRN/ARTATR1)
An application may request an asynchronous transaction launch
using EXEC CICS START TRANSID
. In this case, the
request needs to be treated asynchronously by another server. These
tasks are managed by ARTATRN/ARTATR1
.
Note:
A request using theEXEC CICS START TRANSID
command TERMID
option is managed by ARTSTRN/ARTSTR1
.
These servers publish transactions callable by EXEC CICS START TRANSID
as services named ASYNC_{Transaction_Name}
, and manage execution of these services.
Parent topic: CICS Runtime Servers