This is a sample Java application to show a simple case of using MQSeries to access a CICS application on a different system, with the standard MQSeries to CICS DPL bridge. The CICS server program being connected to is NACT02. This application makes use of the Inquire function Read without Lock) of NACT02 to retrieve customer details when the Customer Number is supplied by the user. This sample requires that the NACT02 program is installed on your CICS server and that the MQSeries to CICS DPL bridge has been set up and is active. In order to connect to NACT02 An MQSeries queue manager must be set up and started on the machine on which this Java application is to run, along with the required MQSeries channel to the server machine and a listener. A set of MQSeries object definitions for use with this application are provided within the CICS Applications Design and Programming package of which this is part. This code does not demonstrate all the techniques required for a large application. It is not a template and should not be used as the foundation for your next mission critical application.