Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide

DSNM Library Services
Distributed Systems Network Management (DSNM) Subsystem Interface Development
Guide109759 A-115
_STARTUP
IF _ISNULL (@scp := _ADD^CI (scpclass)) THEN
RETURN ZDSN^ERR^INTERNAL^ERR;
IF _ISNULL (@snaxcdf := _ADD^SUBSYS (cdf)) THEN
RETURN ZDSN^ERR^INTERNAL^ERR;
RETURN ZDSN^ERR^NOERR;
END;