2.2.1 ATMI Client Request/Response to CICS/ESA DTP
Figure 2-10 DMCONFIG File Entry

- ATMI client invokes
toupsrvservice. - The
toupsrvservice issuestpcallforSIMPDTP, which is advertised in theDM_REMOTE_SERVICESsection of DMCONFIG file. - User transaction
DTPSstartsTOUPDTPSprogram. - 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 clientsodatabuffer. LAST indicates the conversation is finished. WAIT suspends processing until the data has successfully been received.
Parent topic: Distributed Transaction Processing (DTP) Examples