Using the CICS request exit samples

Before using these samples modify the code so that the samples reference known CICS® servers.

When these changes have been made, compile the sample, for example by using the javac command.

When configuring each sample exit for use in a specific environment refer to the following information:

BasicCICSRequestExit

The constructor for this class populates a hash table with mappings between a name that would be used by the Java™ client application and an actual CICS server. Change the contents of the hash table so that there is a mapping between the CICS server specified on the ECI or ESI request, by the Java client application, and an actual CICS server.

RoundRobinCICSRequestExit

The list of available CICS servers is contained in the serverList array. Change the values stored in this array to a list of actual CICS servers.