Exit xeiout, Exit xeispout – IBM SC33-1683-02 User Manual

Page 100

Advertising
background image

Exit XEIOUT

When invoked

After the execution of any EXEC CICS API or SPI command.

Exit-specific parameters

UEPARG

Address of the EXEC command parameter list.

UEPEXECB

Address of the system EIB.

UEPUSID

Address of the 8-character userid.

UEPPGM

Address of the 8-character application program name.

UEPLOAD

Address of the application program’s load-point.

UEPRSA

Address of the application’s register save area. This contains the
contents of the registers at the point when the program issued the
EXEC CICS command.

Return codes

UERCNORM

Continue processing.

UERCPURG

Task purged during XPI call.

XPI calls

All can be used.

Exit XEISPOUT

When invoked

After the execution of any EXEC CICS SPI command

except:

v

EXEC CICS ENABLE

v

EXEC CICS DISABLE

v

EXEC CICS EXTRACT EXIT.

Exit-specific parameters

UEPARG

Address of the EXEC command parameter list.

UEPEXECB

Address of the system EIB.

UEPUSID

Address of the 8-character userid.

UEPPGM

Address of the 8-character application program name.

UEPLOAD

Address of the application program’s load-point.

EXEC interface program exits

68

CICS TS for OS/390: CICS Customization Guide

Advertising