NET/MASTER Network Control Language (NCL) Reference Manual
&SYS.NM.ID
System Variables
5–66 106126 Tandem Computers Incorporated
&SYS.NM.ID The &SYS.NM.ID system variable contains the ID of this NonStop NET/MASTER MS
system allocated to the local NonStop NET/MASTER MS system by the SYSPARMS
ID command. If the system ID has not been set, the default value ANON (for
anonymous) is returned.
When multiple NonStop NET/MASTER MS systems are running in the same network
on the same or different machines, each should have a unique ID. This is not required
but it is good operational practice.
The ID for each NonStop NET/MASTER MS system should be meaningful; that is, it
should reflect the name of the site at which the system is installed. A maximum of 12
characters is allowed to provide flexibility in naming.
The ID should not be confused with NonStop NET/MASTER MS domain ID as
specified in the PARAM DID command.
&SYS.NM.ID
Considerations
Use the SHOW SYSPARMS command to see the command setting of the ID.
Refer to the SYSPARMS command in the NonStop NET/MASTER MS Command
Reference Manual.
Example
The following example displays the &SYS.NM.ID system variable:
IDPROC: PROCEDURE
WRITE DATA="The system domain identifier is "&SYS.NM.ID
END IDPROC