NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
PSNDCTL OPEN
NonStop NET/MASTER MS Commands
2–296 115412 Tandem Computers Incorporated
SWGUID
specifies whether to send a request message from an NCL process to a Pathway
server class using the current Guardian user ID (GUID) or the GUID of NonStop
NET/MASTER MS.
YES
specifies that the request message is sent using the current GUID.
NO
specifies that the request message is sent using the GUID of NonStop
NET/MASTER MS.
Considerations
The default authority level of this command is 4.
You can enter this command from any NCL procedure, including the INIT NCL
procedure, by using either the CMD core statement or the INTCMD verb.
Refer to the Introduction to PATHWAY and the PATHWAY PATHCOM Reference
Manual for introductory information about Pathway.
For related information, see the other PSNDCTL commands and the SHOW PSND
and SHOW PSNDUSER commands.
Examples
1. The following example makes a server class available for use by NonStop
NET/MASTER MS and assigns it an identifier:
PSNDCTL OPEN=\SYS1.$PMON.SERVERCLASS1 ID=PSC_1
2. The following example makes a server class available for use by NonStop
NET/MASTER MS but does not assign an identifier:
PSNDCTL OPEN=\SYS1.$PMON.SERVERCLASS1
NCL cannot establish communication with this server class until it is assigned an
identifier.
3. The following example specifies message size and specifies that request messages
are sent using the GUID of NonStop NET/MASTER MS:
PSNDCTL OPEN=\SYS1.$PMON.SC ID=PSC RECSIZE=8192 SWGUID=NO