Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide

DSNMCom: The I Process Test Utility
Distributed Systems Network Management (DSNM) Subsystem Interface Development
Guide109759 7-9
SET Command
COMMENT-CHAR
COMMENT-CHAR is the character that must follow COMMAND-CHAR for the
remainder of the line to be ignored (to be interpreted as a comment). When setting
COMMENT-CHAR, enter the new character without quotes. For example, to set the
comment character to the slash (/) use the following:
.SET COMMENT-CHAR /
After DSNMCom processes this command, COMMENT-CHAR becomes the slash
(until the next setting of this character or a DSNMCom RESET command).
LICENSED
When the LICENSED parameter is set to TRUE, all DSNM commands sent to the
server appear to be from a licensed requester. The LICENSED parameter is only
effective in this manner when the DSNMCom process is licensed and the security
parameter SEND-SECINFO is also TRUE.
LOGGED-ON
When LOGGED-ON is set to TRUE, all DSNM commands sent to the server appear to
be from a logged-on requester. The LOGGED-ON parameter is only effective in this
manner when the DSNMCom process is licensed and the security parameter SEND-
SECINFO is also TRUE.
PAID (Process Accessor ID)
The process-accessor-id (PAID) is the user ID under which the process gains access to
system objects: for example, files. The value of PAID is sent as the process-accessor-id
of the open operation over which the request was sent to DSNM.
The PAID parameter is only effective in this manner when the DSNMCom process is
licensed and the security parameter SEND-SECINFO is set to TRUE.
PAID can be set to groupname.username or groupnumber,usernumber.
REMOTE
When REMOTE is set to TRUE, the command sent to a server appears to be from a
remote process or one that was created by a remote process and has not logged on
locally. For a TRUE setting of REMOTE to have any effect, the DSNMCom process
must be licensed, and the security parameter SEND-SECINFO is also set to TRUE.
SEND-SECINFO
When SEND-SECINFO is set to TRUE, DSNMCom sends commands with
security information (internal DSNMCom security information:
ZDSN^TKN^SECURITY^INFO) consistent with that sent by the DSNM CMDSVR
process. DSNMCom must be licensed for SEND-SECINFO (when set to TRUE) to
support valid security testing.