XMNOUT Phase 2: Activating the Exit - 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

Load the exit program into CICS with the following steps:

Copy the EVXMNOUT load module from the Ironstream hlq.LOAD library to a CICS STEPLIB or DFHRPL load library or a LNKLST load library.

  1. 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)
  1. Install the CICS program with the CICS program:

CEDA INSTALL PROGRAM(EVXMNOUT) GROUP(EVOGRP)
  1. Bring in the new copy of the program with the CICS command:

CEMT SET PROGRAM(EVXMNOUT) NEW
  1. 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 the following CECI command:

CECI DISABLE PROGRAM(EVXMNOUT) EXITALL STOP

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

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