Asynchronous processing enables a local transaction program to initiate a transaction program on a remote system by means of the EXEC CICS START command. The remote transaction does not attempt to send a response back to the initiating local transaction program; this is what makes it asynchronous.
There are two ways of doing outbound asynchronous processing with MSS:
If you use the first way, you need to do some specific configuration by defining the fields in the PCT as follows:
Required Entry |
---|
Each remote transaction that can be initiated (using ATI) by a local transaction, specifying:
|
No specific configuration is required for inbound asynchronous processing.