Transactions with start data

 

An application that starts a transaction that will issue an EXEC CICS RETRIEVE … QUEUE(data-area) to retrieve its start data sends a message to the bridge with a RETRIEVE vector structure, which is defined in C as brmq_retrieve. The structure contains a character field of length eight bytes in which the application program must specify the name of the temporary storage queue that contains the data to be retrieved. A message containing a RETRIEVE vector is always the first in an exchange representing a conversation or pseudo conversation.

 

Parent topic:

Using CICS transactions with the bridge


fg15650_