2.2.8 CICS/ESA DTP to ATMI Conversational Server, Client Relinquishes Control
Figure 2-17 DMCONFIG File Entry

- User-entered HOTP invokes
MIRRDTPCprogram. - The
EXEC CICS ALLOCATEacquires a session to the remote Tuxedo domain. - Save the conversation ID returned in
EIBRSRCEto a program variable. This value is used to identify the specific conversation in your CICS/ESA APPC verbs. - The
EXEC CICS CONNECT PROCESScommand initiates the advertised service mapped toMIRRORin the DM_LOCAL_SERVICES section of the DMCONFIG file. - The
EXEC CICS SENDcommand relinquishes control with theINVITE WAIToption. - The
EXEC CICS RECEIVEcommand receives thetpsendidatabuffer contents into theIN-BUFFER. - The
tpreturnrequest tears down the conversation and indicates on theEXEC CICS RECEIVEthat the conversation is over.
Parent topic: Distributed Transaction Processing (DTP) Examples