XMNOUT Phase 1: Assembling and Linking the Threshold Table - ironstream_for_micro_focus_omi - 7.2

Ironstream for Micro Focus® OMi for IBM Z® Installation

Product type
Software
Portfolio
Integrate
Product family
Ironstream
Product
Ironstream > Ironstream for Micro Focus® OMi
Version
7.2
Language
English
Product name
Ironstream for Micro Focus OMi for IBM Z
Title
Ironstream for Micro Focus® OMi for IBM Z® Installation
Copyright
2021
First publish date
2007
Last updated
2025-01-16
Published on
2025-01-16T06:22:08.986000

Ironstream provides a CICS XMNOUT exit which will monitor the time used by CICS transactions. If a CICS transaction runs for longer than the value in the time threshold table, an EVO351 message will be written to the console, which can then be captured by the Ironstream agent and forwarded to the Proxy server.

The code and JCL for the threshold table is located in the Ironstream hlq.ASM(EVTHRTBL) member. Use the following steps to create the table for the XMNOUT exit to use:

  1. Edit the EVTHRTBL CSECT in the member, listing each four-character transaction name and the four-digit transaction time threshold value. The format of the time threshold is:

SSHH

where:

SS = seconds

HH = hundredths of seconds

For example, a threshold of half a second would be ‘0050’.

  1. Verify that the last transaction name in the list is ‘####’.

  2. Change the SYSLMOD DD card to point to a CICS LINKLIB dataset to receive the assembled table.

  3. Submit the JCL job to create the EVTHRTBL for the exit.