XMNOUT: Activating the exit - 7.4

Ironstream for ServiceNow® Event Management for IBM Z Installation

Product type
Software
Portfolio
Integrate
Product family
Ironstream
Product
Ironstream > Ironstream for ServiceNow® Event Management
Version
7.4
Language
English
Content type
Installation
Product name
lronstream for ServiceNow® Event Management for IBM Z
Title
Ironstream for ServiceNow® Event Management for IBM Z Installation
Copyright
2022
First publish date
2007
Last updated
2023-09-04
Published on
2023-09-04T17:10:40.523800

Load the exit program into CICS with these steps:

  1. Copy the EVXMNOUT load module from the Ironstream hlq.LOAD library to a CICS STEPLIB or DFHRPL load library or a LNKLST load library.
  2. Define the program with the CICS command (use any site-determined name for the GROUP):
    CEDA DEFINE PROGRAM(EVXMNOUT) GROUP(EVOGRP) LANGUAGE(ASSEMBLER) CONCURRENCY(THREADSAFE) API(OPENAPI)
  3. Install the CICS program with the CICS program:
    CEDA INSTALL PROGRAM(EVXMNOUT) GROUP(EVOGRP)
  4. Bring in the new copy of the program with the CICS command:

    CEMT SET PROGRAM(EVXMNOUT) NEW

  5. Enable EVXMNOUT as the XMNOUT exit with the CECI transaction (or add to an existing PLTPI startup):
    CECI ENABLE PROGRAM(EVXMNOUT) EXIT(XMNOUT) START

To disable the exit, use this CECI command:

CECI DISABLE PROGRAM(EVXMNOUT) EXITALL STOP

To refresh the exit after updating the threshold table, use these commands:

CECI DISABLE PROGRAM(EVXMNOUT) EXITALL STOP

CEMT SET PROGRAM(EVXMNOUT) NEW
CECI ENABLE PROGRAM(EVXMNOUT) EXIT(XMNOUT) START