2.4.3 Explicit Attachment of TRANSID for Inbound Requests
Figure 2-36 Explicit Attachment of TRANSID for Inbound Requests

The following list describes the process for implicit attachment as illustrated in the figure above:
- The CICS/ESA program makes a request to
INSVC1, which is a local ATMI service. TheSYSIDandPROGRAMvalues in the request identify the local system and the name of the local service. TheTRANSIDoption indicates the mirror transaction to be initiated. - The
PROGRAMand mirrorTRANSIDare extracted from the DPL request and are used to find an exactRNAMEmatch in theDM_LOCAL_SERVICESsection of theDMCONFIGfile. - The service
SERVICE1,which is advertised locally in the ATMI platform application, is initiated.
Parent topic: CICS/ESA Mirror Transaction Examples