NET/MASTER Network Control Language (NCL) Reference Manual

&SYS.NNM.RELDATE
System Variables
106126 Tandem Computers Incorporated 5–67
&SYS.NNM.PRODNUM The &SYS.NNM.PRODNUM system variable contains the Tandem product number of
the NonStop NET/MASTER MS system.
&SYS.NNM.PRODNUM
Consideration
See also &SYS.NNM.RELDATE and &SYS.NNM.VERSION, which provide other
details about the NonStop NET/MASTER MS system.
Example
The following example displays the &SYS.NNM.PRODNUM system variable:
APROC: PROCEDURE
SAY "&SYS.NNM.PRODNUM = " &SYS.NNM.PRODNUM
END APROC
&SYS.NNM.RELDATE The &SYS.NNM.RELDATE system variable contains the release date of this NonStop
NET/MASTER MS system.
&SYS.NNM.RELDATE
Consideration
See also &SYS.NNM.PRODNUM and &SYS.NNM.VERSION, which provide other
details about the NonStop NET/MASTER MS system.
Example
The following example displays the &SYS.NNM.RELDATE system variable:
APROC: PROCEDURE
SAY "&SYS.NNM.RELDATE = " &SYS.NNM.RELDATE
END APROC