
Chapter 14. Building roll your own clients 279
14.4 Complete pseudocode samples
In this section, we provide you complete pseudocode for several useful execution flows. In
14.5, “Detailed code examples” on page 282, we provide two implementations of these
programming models in the C and Java programming languages.
14.4.1 Commit mode 1 send-receive programming
In this sample, we assume that you are interested in writing a program to send one
transaction to an IMS system using IMS Connect, under the commit mode 1
(send-then-commit) protocol, acknowledging the response (synchronization level confirm),
and using a transaction socket.
This program model ...