2.1.8 Transactional CICS/ESA DPL to ATMI Request/Response Server
Figure 2-8 DMCONFIG File Entry

- User-entered
H2PL
invokesMIRRDPLC
program. - The
EXEC CICS LINK
command causes the advertised service mapped toMIRRDPLS
(in the DM_LOCAL_SERVICES section of the DMCONFIG file) to execute. The invoked service participates in the CICS/ESA transaction. - The
MIRROR
service processes the data. - The
tpreturn
call returns the data into thecommarea
buffer. - The
EXEC CICS SYNCPOINT
is an explicit commit request indicating a successful end of the conversation. All updated resources in the transaction are committed.
Parent topic: Distributed Program Link (DPL) Examples