IBM SC34-6814-04 User Manual

Page 80

Advertising
background image

UEPXDNO

The CICS system is not to shutdown.

This field may be modified by the exit to update the dump table
SHUTDOWN setting.

UEPXDMAX

Address of a 4-byte field which contains the current dump table
MAXIMUM setting. This field may be modified by the exit to change
the current dump table MAXIMUM setting.

UEPDXDCNT

Address of a 4-byte field which contains the current dump table
CURRENT setting.

UEPXDTST

Address of a 16-byte field which contains the current dump table
statistics for this dumpcode. The addressed field consists of four
4-byte fields containing binary integers:

v

Number of transaction dumps taken

v

Number of transaction dumps suppressed

v

Number of system dumps taken

v

Number of system dumps suppressed.

Note: Statistics for transactions dumps are valid only if

UEPDUMPT contains the value UEPDTRAN.

UEPXDDAE

Address of a 1-byte field which represents the current dump table
DAEOPTION setting. It contains one of the following values:

UEPXDYES

The dump was suppressed by DAE.

UEPXDNO

The dump was not suppressed by DAE.

This field may be modified by the exit to update the dump table
DAEOPTION setting.

UEPDMPID

Address of a 9-character field in the format xxxx/xxxx, containing
the dump identifier. The dump ID is the same as that output by the
corresponding dump message.

UEPDRESP

Address of the 2-byte dump response code.

UEPDREAS

Address of the 2-byte dump reason code.

Return codes

UERCNORM

Continue processing.

XPI calls

WAIT_MVS can be used only when a UEPDUMPT indicates that a
transaction dump is being taken. Do not use any other calls.

58

Customization Guide

Advertising