Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
Accessing Standard Process Parameters:
_PROCESS^PARAMS
5-8
109759—Distributed Systems Network Management (DSNM) Subsystem Interface
Development Guide
DSNM Process Startup Functions
Accessing Standard Process Parameters: _PROCESS^PARAMS
As part of its startup processing, the frame retrieves values for these parameters and fills
in a structure declared by _PROCESS^PARAMS. The command thread may then
access these values for its own use.
The structure declared by _PROCESS^PARAMS is defined as follows:
DEFINITION ZDSN-DDL-PROCESS-PARAMS.
02 Z-CLASS-OCCURS TYPE ZSPI-DDL-UINT.
02 Z-CLASS TYPE ZDSN-DDL-CLASS.
02 Z-COMPONENT-OCCURS TYPE ZSPI-DDL-UINT.
02 Z-COMPONENT TYPE ZDSN-DDL-COMPONENT.
02 Z-MYSYSTEM-OCCURS TYPE ZSPI-DDL-UINT.
02 Z-MYSYSTEM TYPE ZDSN-DDL-SYSTEM.
02 Z-MYREALSYSTEM-OCCURS TYPE ZSPI-DDL-UINT.
02 Z-MYREALSYSTEM TYPE ZDSN-DDL-SYSTEM.
02 Z-MYPROCESS-OCCURS TYPE ZSPI-DDL-UINT.
02 Z-MYPROCESS TYPE ZDSN-DDL-PNAME.
02 Z-TESTMODE TYPE ZSPI-DDL-INT.
02 Z-DEBUG-LEVEL TYPE ZSPI-DDL-ENUM.
02 Z-SECTION-NAME-OCCURS TYPE ZSPI-DDL-UINT.
02 Z-SECTION-NAME TYPE ZDSN-DDL-PARAMNAME.
END
Accessing Standard Configuration Parameters:
_DSNMCONF^PARAMS
In addition to the startup message process parameters, a set of configuration parameters
also applies to many DSNM processes. The standard configuration parameters are:
DSNM-MANAGER
EMS-COLLECTOR
MAXOPENERS
OBJECT-DB
OBJECT-DB-INTERFACE
OBJECT-MONITOR
SEGEXT
SEGPAGES
SWAPVOL
As part of its startup processing, the frame retrieves values for these parameters and fills
in a structure declared by __DSNMCONF^PARAMS. The command thread may then
access these values for its own use.