Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
_PUSH^LM
A-94
109759—Distributed Systems Network Management (DSNM) Subsystem Interface
Development Guide
DSNM Library Services
Example
The following example allocates space for a new list member initialized to binary 0s:
_LIST (list);
INT .EXT lm (list^member^def);
IF _ISNULL (@lm := _PUSH^LM (list,,$LEN (lm)))
THEN <no memory available> ;