Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
_GET^PROCESS^PARAM
A-58
109759—Distributed Systems Network Management (DSNM) Subsystem Interface
Development Guide
DSNM Library Services
_GET^PROCESS^PARAM
_GET^PROCESS^PARAM retrieves process startup parameters not part of the standard
set stored in the _PROCESS^PARAMS structure.
error returned value
INT
is a ZDSN^ERR or Guardian error. See Appendix B, “DSNM Error Codes,” for
ZDSN^ERR error code definitions. Refer to the Guardian Procedure Errors and
Messages Manual for Guardian error descriptions.
paramname input
STRING .EXT ! ZDSN^DDL^PARAMNAME^DEF !
is the name of the parameter, left-justified, blank-filled, whose value you want
returned.
paramvalue output
STRING .EXT
if error = 0, contains the parameter value; otherwise, is undefined.
maxlen input
INT
is the maximum length returned in paramvalue, in bytes.
len output
INT
is the actual length of the value returned in paramvalue, in bytes.
If len < maxlen, the remainder of paramvalue is blank-filled.
error := _GET^PROCESS^PARAM ( paramname
, paramvalue:maxlen
,[ len ] );