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

- User-entered
H2PLinvokesMIRRDPLCprogram. - The
EXEC CICS LINKcommand 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
MIRRORservice processes the data. - The
tpreturncall returns the data into thecommareabuffer. - The
EXEC CICS SYNCPOINTis 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