The Credit Check sample

 

The Credit Check sample application is a suite of programs that demonstrates how to use many of the features provided by WebSphere MQ for z/OS. It shows how the many component programs of an application can pass messages to each other using message queuing techniques.

The sample can run as a standalone CICS application. However, to demonstrate how to design a message queuing application that uses the facilities provided by both the CICS and IMS™ environments, one module is also supplied as an IMS batch message processing program. This extension to the sample is described in The IMS extension to the Credit Check sample.

We can also run the sample on more than one queue manager, and send messages between each instance of the application. To do this, see The Credit Check sample with multiple queue managers.

The CICS programs are delivered in C and COBOL. The single IMS program is delivered only in C. The supplied data sets are shown in Table 4 and Table 1.

The application demonstrates a method of assessing the risk when bank customers ask for loans. The application shows how a bank could work in two ways to process loan requests:

The financial and security details in the application have been kept simple so that the message queuing techniques are clear.

 

Parent topic:

Sample programs for WebSphere MQ for z/OS


fg18490_