The sample xmeout global user exit programs – IBM SC34-6814-04 User Manual

Page 193

Advertising
background image

DFHFC0531 date time applid Automatic journal journal
journalname
, opened for file filename is not of
type MVS. Module module.

The XMEOUT inserts are date, time, applid, journal, journalname, filename,
and module. The fourth insert (journal) is the number specified for
JOURNAL on the file definition.

UEPNRTE

Address of 1-character flag indicating whether or not the message
can be rerouted by XMEOUT. The possible values are:

C'0:'

The message can be routed.

C'1:'

The message cannot be routed.

UEPCPID

Address of a 3-byte product ID. The possible values are:

DFH

CICS messages.

EYU

CICSPlex SM messages.

UEPCPDOM

Address of a 2-byte field containing the domain identifier of the
message.

UEPCPNUM

Address of a 4-byte field containing the message number.

UEPCPSEV

Address of the message severity code.

Return codes

UERCNORM

Continue processing.

UERCBYP

Suppress the message for all destinations.

Note that CICSPlex SM messages cannot be suppressed. For
these messages, a response of UERCBYP is treated as
UERCNORM.

XPI calls

WAIT_MVS can be used. Do not use any other calls.

The sample XMEOUT global user exit programs

CICS supplies the following sample programs, which show you how to use the
XMEOUT exit to suppress or reroute messages:

DFH$SXP1

Suppress a message by message number

DFH$SXP2

Suppress a message by destination route code

DFH$SXP3

Suppress a message destined for the CSCS transient data queue (which
receives signon and sign-off messages)

DFH$SXP4

Reroute a console message to a TDQ

Chapter 1. Global user exit programs

171

Advertising