Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
KDSNDEFS
A-66
109759—Distributed Systems Network Management (DSNM) Subsystem Interface
Development Guide
DSNM Library Services
KDSNDEFS
KDSNDEFS is the source file for all I process development definitions and declarations.
Your I process program code should have the following source structure:
? < user compiler directives >
? SOURCE KDSNDEFS (IPROCESS^DEFINITIONS)
BLOCK PRIVATE;
< user-defined globals >
END BLOCK;
? SOURCE KDSNDEFS (IPROCESS^GLOBALS)
< user external procedure declarations >
? SOURCE KDSNDEFS (IPROCESS^EXTDECS)
_STARTUP^MODE procedure
_STARTUP procedure
_COMMAND^PROC procedure
< other command thread procedures >
_COMMAND^TERMINATION^PROC procedure