RELEASE Statement

Purpose

Deletes from main storage a previously fetched procedure.

Syntax

RELEASE entry-constant

Parameters

entry-constant
The RELEASE statement must specify an entry constant. It is the name by which the loaded procedure is known to the operating system. It is the same as the one used in the corresponding FETCH statement, CALL statement, CALL option of an INITIAL attribute, or function reference.

Description

The RELEASE statement releases (deletes) from main storage a previously fetched modules. RELEASE * deletes all previously fetched modules. It must not be executed from within a fetched module.

Restrictions

See Restrictions under Dynamic Fetching and Releasing of External Procedures.
Note: RELEASE* is not currently supported but an API can be provided if this functionality is needed.