IBM SC33-1683-02 User Manual

Page 161

Advertising
background image

Exit-specific parameters

UEPISPCA

Address of a parameter list containing the following fields. You can
map the parameter list using the DSECT DFHXISDS.

UEPCONST

Address of the Connection statistics record.

Connection statistics records are of type STICONSR (STID
value 52). Your exit program can map the record using the
DSECT DFHA14DS. See notes.

UEPMODST

Address of the Mode Entry statistics record, or zero. A
Mode Entry statistics record is built

only if:

v

The connection-type is LU6.2 (see field UEPCONTY).

v

The profile DFHCICSF (which is always used for function
shipping) defines a specific MODENAME to be used in
the allocation of LU6.2 sessions.

Mode Entry statistics records are of type STICONMR (STID
value 76). Your exit program can map the record (if present)
using the DSECT DFHA20DS.

UEPEIPPL

Address of the request parameter list.

UEPCONTY

A 1-byte field indicating the connection-type. Possible
values are:

UEPMRO (X'80')

Request for an MRO connection

UEPLU6 (X'40')

Request for an LU6.1 connection

UEPLUC (X'20')

Request for an LU6.2 connection.

UEPNETNM

An 8-character field containing the NETNAME for the
connection- that is, the identifier (applid) of the remote
CICS region or system.

Notes:

1. The general format of statistics records is described in “CICS statistics

record format” on page 682.

2. For a list of statistics record-types and their associated copy books, see

Figure 97 on page 686.

3. For a description of the fields in Connection and Mode Entry statistics

records, see the

CICS Performance Guide.

Return codes

UERCAQUE

Queue the request. This is the default.

UERCAPUR

Do not queue the request, unless local queuing is possible.

intersystem communication program exits

Chapter 1. Global user exit programs

129

|

Advertising