2.4.2 Explicit Attachment of TRANSID for Outbound Requests
Figure 2-35 Explicit Attachment of TRANSID for Outbound Requests

The following list describes the process for explicit attachment as illustrated in the figure above:
- The ATMI program makes a service request for
SERVICE1
, which is advertised as a remote service in theDMCONFIG
file. TheFUNCTION
option indicates the remote service is invoked as a DPL. - The request extracts
TRN1
as an alternate mirror transaction ID for the remote region, along with the remote program nameSERVICE1
. - The
TRN1
ID is attached instead of the default mirror transaction,CSMI
orCVMI
. TheTRN1
ID must be defined as a transaction resource in the remote region and must point to the mirror transaction programDFHMIRS
. - The mirror program
DFMMIRS
calls the server application program, passing theTRN1
ID in theEIBTRNID
field.
Parent topic: CICS/ESA Mirror Transaction Examples