Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
_PUT^LM
A-98
109759—Distributed Systems Network Management (DSNM) Subsystem Interface
Development Guide
DSNM Library Services
Example
In the following example, the INIT^LM^VALUES structure is set to initializing values
for each worklist member; then a list member is allocated and initialized to
INIT^LM^VALUES:
STRUCT .init^lm^values (lm^def);
_LIST (worklist);
INT .EXT lm (lm^def);
IF _ISNULL(@lm :=_PUT^LM (worklist,,$LEN(lm),init^lm^values))
THEN ... <memory error> ;
See the _FOBJECT^INIT description for another _PUT^LM example.