Enable CICS user exits
A CICS user exit point (normally referred to as a user exit ) is a place in a CICS module at which CICS can transfer control to a program that we have written (a user exit program ), and at which CICS can resume control when your exit program has finished its work.
Before using a CICS user exit, read the CICS Administration Guide for the platform.
- Sample task termination exit
IBM MQ supplies sample source code for a CICS task termination exit.
Parent topic: Use CICS