Using Client-Library functions

An application programmer writes a client program, adding calls to Client-Library functions to set up control structures, connect to servers, send commands, process results, and clean up. A Client-Library program is compiled, linked, and run in the same way as any other PL/1 program under CICS or IMS TM.

NoteAn application program can act as both client and server. Such a program, called a mixed-mode program, contains both Client-Library calls to send requests and Gateway-Library calls to accept and process requests.