CICS_EpiDelTerminalExit

Function Name:
CICS_EpiDelTerminalExit

Parameters:
Anchor
TermIndex

Purpose

To allow the user to clean up any terminal-related data structures.

When called

On invocation of CICS_EpiDelTerminal or CICS_EpiPurgeTerminal, after the EPI has validated the parameters. To allow the user to clean up any terminal-related data structures.

Parameters

Anchor
Input parameter. The pointer set up by CICS_EpiInitializeExit.
TermIndex
Input parameter. The value supplied for the TermIndex parameter of the CICS_EpiDelTerminal or CICS_EpiPurgeTerminal call to which this exit relates.

Return codes

CICS_EXIT_OK
Processing of the CICS_EpiDelTerminalor CICS_EpiPurgeTerminal call continues.
CICS_EXIT_BAD_ANCHOR
CICS® detected an invalid anchor field. The EPI writes a CICS Transaction Gateway trace record, and then processing of the CICS_EpiDelTerminal or CICS_EpiPurgeTerminal call continues.
CICS_EXIT_BAD_PARM
CICS detected an invalid parameter. The EPI writes a CICS Transaction Gateway trace record, and then processing of the CICS_EpiDelTerminal or CICS_EpiPurgeTerminal call continues.
user-defined
User-defined return codes must have a value not less than CICS_EXIT_USER_BASE. The EPI writes a CICS Transaction Gateway trace record, and then processing of the CICS_EpiDelTerminal or CICS_EpiPurgeTerminal call continues.