Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
DSNM Library Services
Distributed Systems Network Management (DSNM) Subsystem Interface Development 
Guide—109759 A-41
_EMPTY^LIST
_EMPTY^LIST
_EMPTY^LIST is a Boolean define statement that is TRUE if list has no members.  
TRUE is nonzero, not necessarily -1.
list input 
is the name of a _LIST .
Example
The following example tests if list is empty:
_LIST (list);
IF _EMPTY^LIST (list) 
 THEN ...;
_EMPTY^LIST ( list )










