EYUTERM()

Terminate the CICSPlex® SM API environment and release any allocated resources.

Syntax

var = EYUTERM()

Description

This function terminates the CICSPlex SM API environment and releases any allocated resources. EYUTERM should be the last function issued in a REXX program.

Note: If the CICSPlex SM host subcommand environment is installed at your enterprise (as opposed to being called from the function package), you may not need to use EYUTERM at the end of every program. The resources that remain allocated can be reused by the next program that accesses the host subcommand environment.

Return codes

The following is a list of the REXX return codes that can be returned by the EYUTERM function in its assigned variable (var).
0
The EYUTERM function was successful.
1
The EYUTERM function failed.