Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide

DSNM Library Services
Distributed Systems Network Management (DSNM) Subsystem Interface Development
Guide109759 A-59
_INITIALIZE^LIST
_INITIALIZE^LIST
_INITIALIZE^LIST sets a list structure to nulls. (Lists defined in the thread context do
not have to be initialized with _INITIALIZE^LIST.)
_INITIALIZE^LIST sets the list header structure to nulls. Do not use it to deallocate
members of a list (see the _DEALLOCATE^LIST description).
list input
is the name of a _LIST.
CALL _INITIALIZE^LIST ( list );