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

- User-entered HOTP invokes
MIRRDTPC
program. - The
EXEC CICS ALLOCATE
acquires a session to the remote Tuxedo domain. - Save the conversation ID returned in
EIBRSRCE
to a program variable. This value is used to identify the specific conversation in your CICS/ESA APPC verbs. - The
EXEC CICS CONNECT PROCESS
command initiates the advertised service mapped toMIRROR
in the DM_LOCAL_SERVICES section of the DMCONFIG file. - The
EXEC CICS SEND
command relinquishes control with theINVITE WAIT
option. - The
EXEC CICS RECEIVE
command receives thetpsend
idata
buffer contents into theIN-BUFFER
. - The
tpreturn
request tears down the conversation and indicates on theEXEC CICS RECEIVE
that the conversation is over.
Parent topic: Distributed Transaction Processing (DTP) Examples