There is one global user exit point (XSTOUT) in the CICS® statistics domain. The exit is invoked before the contents of a statistics data buffer are written to SMF. At this exit, the following information is available:
This applies to all five types of statistics: interval, end-of-day, requested, requested reset, and unsolicited statistics.
If you write a global user exit program to be invoked at this exit, you can examine this information and tell CICS either to write the contents of the buffer to SMF or to suppress its output.
For more information about global user exits in general, and about the statistics exit in particular, refer to Global user exit programs.