Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide

DSNM Library Services
Distributed Systems Network Management (DSNM) Subsystem Interface Development
Guide109759 A-73
_MEMBERSOF^LIST
_MEMBERSOF^LIST
_MEMBERSOF^LIST is the type INT(32) number of members currently in a list.
list input
is the name of a _LIST.
Example
In the following example, num^members is the number of members in inlist:
_LIST (inlist);
INT(32) num^members;
num^members := _MEMBERSOF^LIST (inlist);
_MEMBERSOF^LIST ( list )