System recovery program exit xsrab – IBM SC34-6814-04 User Manual

Page 225

Advertising
background image

UEPSTYPE

Address of the 3-byte character field statistics type. The values of
the types are:

INT

Interval statistics

EOD

End-of-day statistics

REQ

Requested statistics

RRT

Requested reset statistics

USS

Unsolicited statistics.

UEPSDATE

Address of a 6-byte character field containing the collection date
(MMDDYY).

UEPSTIME

Address of a 6-byte character field containing the collection time
(HHMMSS).

UEPSIVAL

Address of a 6-byte character field containing the interval time
(HHMMSS). This field has meaning only for interval statistics.

UEPSIVN

Address of the 4-byte interval number. This field has meaning only
for interval statistics.

UEPSCLD

Address of an 8-byte character field containing the collection date
(MMDDYYYY).

Return codes

UERCNORM

Continue processing.

UERCBYP

Suppress output of statistics data buffer to SMF.

XPI calls

WAIT_MVS can be used. Note, however, that the wait cannot be purged
using CEMT or SPI
. Do not use any other calls.

System recovery program exit XSRAB

When invoked

When the system recovery program (DFHSRP) finds a match in the SRT for
an MVS abend code. For information about defining entries in the SRT,
refer to the CICS Resource Definition Guide.

The SRT table is only processed, and the exit driven, when an MVS abend
occurs under a CICS essential TCB; that is, one of QR, RO, CO, SZ, RP,
FO. For nonessential TCB types, such as L8, J8, J9, JM, SL, SO, or S8,
the exit is not driven.

Exit-specific parameters

UEPERROR

Address of the error data structure, SRP_ERROR_DATA, which
contains the following fields:

Chapter 1. Global user exit programs

203

Advertising