2.2.2 ATMI Client Asynchronous Request/Response to CICS/ESA DTP
Figure 2-11 DMCONFIG File Entry

- ATMI client invokes
toupsrvservice. - The
toupsrvservice issuestpacallforSIMPDTP, which is advertised in theDM_REMOTE_SERVICESsection of the 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 in your CICS/ESA APPC verbs. - The
EXEC CICS RECEIVEcommand receives theidatabuffer contents for processing. - The
TOUPDTPSprogram processes data. - The
EXEC CICS SENDcommand returns theOUT-BUFFERcontents into the clientstpgetreply odatabuffer.LASTindicates the conversation is finished.WAITsuspends processing until the data has successfully been received.
Parent topic: Distributed Transaction Processing (DTP) Examples