Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide

_DEALLOCATE^LIST
A-36
109759Distributed Systems Network Management (DSNM) Subsystem Interface
Development Guide
DSNM Library Services
_DEALLOCATE^LIST
_DEALLOCATE^LIST deletes all members of a list. Memory for the list members is
deallocated immediately.
list input
is the name of a _LIST.
Example
CALL _DEALLOCATE^LIST (cx.xc.input);
CALL _DEALLOCATE^LIST ( list );