IBM SC34-6814-04 User Manual

Page 227

Advertising
background image

SRP_CICS_ERROR_REASON

4-character field containing the MVS abend reason code. It
contains a value only if flag SRP_VALID_REASON is set.

SRP_CICS_ERROR_DATA

An area describing the last thing that CICS did, prior to the
abend. It contains the following:

SRP_CICS_EC_PSW

8-character field containing the extended control
(EC) mode program status word (PSW)

SRP_CICS_EC_INT

8-character field containing the interrupt code and
ILC

SRP_CICS_REGST

64-character field containing the contents of the
general-purpose (GP) registers

SRP_CICS_EXEC_KEY

1 byte containing the PSW key, in the form X'0n'.

SRP_SYSTEM_ERROR_DATA

An area describing the last thing “the system” did, prior to
the abend. It contains the following:

SRP_SYSTEM_EC_PSW

8-character field containing the EC mode PSW

SRP_SYSTEM_EC_INT

8-character field containing the interrupt code and
ILC

SRP_SYSTEM_REGST

64-character field containing the contents of the GP
registers

SRP_SYSTEM_EXEC_KEY

1 byte containing the PSW key, in the form X'0n'.

SRP_ERROR_FP_REGS

An area describing the contents of the floating point
registers at the time of the abend. It contains:

SRP_FP_REG_0

FP register 0

SRP_FP_REG_2

FP register 2

SRP_FP_REG_4

FP register 4

SRP_FP_REG_6

FP register 6.

Note:

1. If flag SRP_NOT_CICS_RB is set, SRP_CICS_ERROR_DATA

describes the last thing that CICS did, prior to the abend;
SRP_SYSTEM_ERROR_DATA describes the last thing that the
system service (for example, VTAM, VSAM, or MVS) did.

Chapter 1. Global user exit programs

205

Advertising