CICS_EciTerminateExit

This exit allows the user to clean up the exit environment.

CICS_EciTerminateExit is not called by CICS Transaction Gateway.

When called

On termination of the process that issued the CICS_EciInitializeExit.

Parameters

Anchor
Input parameter. The pointer set up by CICS_EciInitializeExit.

Return codes

CICS_EXIT_OK
Termination continues.
CICS_EXIT_BAD_ANCHOR
CICS® detected an invalid anchor field. The ECI writes a CICS Transaction Gateway trace record, and then continues with termination.
CICS_EXIT_BAD_STORAGE
CICS detected a storage error. The ECI writes a CICS Transaction Gateway trace record, and then continues with termination.
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 with termination.

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/cclnam0083.html