Previous Topic: Defining and Storing User-Specific DataNext Topic: Coding Considerations


Sample COBOL User Exits

Two members in CAZ2SAMP are CAZ2XCOB and CAZ2XCOS.

The source module CAZ2XCOS in CAZ2SAMP is a COBOL exit program that includes some sample exit routines. These samples implement a hypothetical set of installation standards and are provided merely to familiarize you with the features of the CA JCLCheck COBOL exit facility. CAZ2XCOS includes a variety of calls to the CA JCLCheck I/O interface module, JCLCXIO, demonstrating the correct framework for transferring control between CA JCLCheck and user-written code. It also provides examples of the various types of user message facilities available to the exit.

The source module CAZ2XCOB is provided as a skeleton for coding your own exit program.