CICS_EciDataSendExit

This exit enables the user to time ECI calls, and is used for performance analysis purposes.

When called

As close as possible to the time that the request is sent to the server.

Parameters

Anchor
Input parameter. The pointer setup by CICS_EciInitializeExit.
Token
Input parameter. The identification token established by the ECI for this request.

Return codes

CICS_EXIT_OK
The ECI continues processing the request.
CICS_EXIT_BAD_ANCHOR
CICS® detected an invalid anchor field. The ECI writes a CICS Transaction Gateway trace record, and then continues processing the request.
CICS_EXIT_BAD_PARM
CICS detected an invalid parameter. The ECI writes a CICS Transaction Gateway trace record, and then continues processing the request.
user-defined
User-defined return codes must have a value not less than CICS_EXIT_USER_BASE. The ECI writes a CICS Transaction Gateway trace record, and then continues processing the request.

Reference Reference

Feedback


Timestamp icon Last updated: Tuesday, 19 November 2013


https://ut-ilnx-r4.hursley.ibm.com/tg_latest/help/topic/com.ibm.cics.tg.doc//proref/cclnam0086.html