NET/MASTER Network Control Language (NCL) Reference Manual
&SYS.NNM.VERSION
System Variables
5–68 106126 Tandem Computers Incorporated
&SYS.NNM.VERSION The &SYS.NNM.VERSION system variable contains the version number of the current
NonStop NET/MASTER MS system.
&SYS.NNM.VERSION
Consideration
See also &SYS.NNM.PRODNUM and &SYS.NNM.RELDATE, which provide other
details about the NonStop NET/MASTER MS system.
Example
The following example displays the &SYS.NNM.VERSION system variable:
APROC: PROCEDURE
SAY "&SYS.NNM.VERSION = " &SYS.NNM.VERSION
END APROC
&SYS.NODE.NAME The &SYS.NODE.NAME system variable contains the system name of the local
system.
&SYS.NODE.NAME
Considerations
A null value is returned for &SYS.NODE.NAME if the system is not configured for
Expand.
See also &SYS.NODE.NUM, which contains the system number of the local
system.
Example
The following example displays the &SYS.NODE.NAME system variable:
APROC: PROCEDURE
SAY "&SYS.NODE.NAME = " &SYS.NODE.NAME
END APROC