Releases a loaded application table or mapset.
Sintaxe:

Descrição:
RELEASE marks an application table or mapset, which was previously loaded by a LOAD command, as a candidate for removal
from shared main storage.
The actual storage allocated to the resource is freed only when no tasks are any longer accessing the resource.
- Nota:
-
After issuing a RELEASE command, your transaction should not attempt to access the resource because it cannot be
guaranteed that CICS has not already deallocated the associated storage area.
Subsequent access to a resource that has been released can cause unpredictable results.
The RELEASE command also cancels the effect of any HOLD option that was specified on a previous LOAD command for an
application table or mapset.
Tasks might not issue the RELEASE command for application tables and
mapsets that other tasks have loaded without the HOLD option.
The following example shows how to release a mapset called MAP4, which has
been loaded in response to a LOAD command: