2.2.3 ATMI Client Asynchronous Request/Response with No Reply to CICS/ESA DTP
Figure 2-12 DMCONFIG File Entry

- ATMI client invokes
toupsrvservice. - The
toupsrvservice issuestpacallwith aTPNOREPLYrequest forSIMPDTP, which is advertised in theDM_REMOTE_SERVICESsection of DMCONFIG file. - User transaction DTPS starts
TOUPDTPSprogram. - It is recommended you save the
EIBTRMIDto a program variable. This value may be used to identify the specific conversation on your CICS/ESA APPC verbs. - The
EXEC CICS RECEIVEcommand receives theidatabuffer contents for processing. - The
TOUPDTPSprogram processes data.
Parent topic: Distributed Transaction Processing (DTP) Examples