IBM SC34-6814-04 User Manual

Page 195

Advertising
background image

UEPDICT

Address of the dictionary. The sequence of dictionary entries is
mapped by the DSECT generated from the macro DFHMCTDR.
This field only has meaning for performance class records. If the
monitoring record type is exception class (type 4) or transaction
resource (type 5), this field is set to 0 (see parameter UEPMRTYP).

UEPDICTE

Address of the fullword number of dictionary entries. This field only
has meaning for performance class records. If the monitoring record
type is exception class (type 4) or transaction resource (type 5), this
field is set to 0 (see parameter UEPMRTYP).

UEPFCL

Address of the field connector list, containing a series of halfword
connector values. This field only has meaning for performance class
records. If the monitoring record type is exception class (type 4) or
transaction resource (type 5), this field is set to 0 (see parameter
UEPMRTYP).

UEPFCLNO

Address of the fullword number of field connectors. This field only
has meaning for performance class records. If the monitoring record
type is exception class (type 4) or transaction resource (type 5), this
field is set to 0 (see parameter UEPMRTYP).

UEPMRTYP

Address of the halfword monitoring record type. The monitoring
record type value can be one of the numbers shown in the following
table:

Table 7.

Record type value

Meaning

3

Perfomance class monitoring record

4

Exception class monitoring record

5

Transaction resource monitoring record

UEPMRLEN

Address of the fullword monitoring record length.

UEPMREC

Address of monitoring record, whose length is addressed by the
parameter UEPMRLEN.

UEPSRCTK

Address of the MVS workload manager service reporting class
token for the current transaction. If CICS support for MVS workload
management is not available, this token is null.

UEPMPREC

Address of the monitoring performance record. This field has
meaning only for performance class records. If the monitoring
record type is exception class (type 4) or transaction resource (type
5), this field is set to 0 (see parameter UEPMRTYP). The
performance record addressed by this parameter must be mapped
using the DFHMNTDS dsect, and must not be mapped using the
UEPDICT and UEPDICTE dictionary parameters.

Return codes

Chapter 1. Global user exit programs

173

Advertising