IBM SC33-1683-02 User Manual

Page 186

Advertising
background image

UEPMNUM

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

UEPMDOM

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

UEPMROU

Address of an array of up to 28 route codes. Route codes must be
numbers in the range 1 through 28.

UEPMNRC

Address of a halfword containing the number of route codes in the
route code array.

UEPMTDQ

Address of an array of up to 25 transient data queue names to
which the message is to be sent. TD queue names must consist of
4 alphanumeric characters.

UEPMNTD

Address of a halfword containing the number of TDQs in the
queues array.

UEPINSN

Address of a 2-byte field containing the number of message inserts.

UEPINSA

Address of an array, each element of which contains information
about a single message insert. The size of the array depends on
the number of inserts. Each array element has the following
structure:

INSERT_FORMAT_P DS A Address of the 1-byte insert

type-code, which has one of

the following hexadecimal values:

0

Not present

1

Character

2

Hexadecimal

3

Decimal

4

The insert is a number

representing one item in

a list of options.

(See the example below.)

INSERT_P

DS A Address of the message insert

INSERT_LENGTH_P DS A Address of a fullword contain-

ing the length of the insert

INSERT_TYPE_P

DS A Reserved.

You can find the order of the inserts in the array from the entry for the
particular message in the

CICS Messages and Codes manual. For

example,

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.

message domain exit

154

CICS TS for OS/390: CICS Customization Guide

Advertising