2.1.5 CICS/ESA DPL to ATMI Request/Response Server, Service in Autonomous Transaction
Figure 2-5 DMCONFIG File Entry

- User-entered
H0PLinvokesMIRRDPLCprogram. - The
EXEC CICS LINKcommand causes the advertised service mapped toMIRRDPLS(in the DM_LOCAL_SERVICES section of the DMCONFIG file) to execute. TheSYNCONRETURNoption indicates that the invoked service will not participate in the CICS/ESA transaction. - The
MIRRORservice requesttpbeginincorporates all further operations in a transaction. - The
MIRRORservice processes the data. - The
tpcommitindicates the end of the transaction; all updates performed within the service transaction are to be committed. - The
tpreturncall returns the data into thecommareabuffer. - The
EXEC CICS SYNCPOINTis an explicit commit request. All updated resources in the CICS/ESA transaction are committed.
Parent topic: Distributed Program Link (DPL) Examples