NET/MASTER Network Control Language (NCL) Reference Manual

&SYS.OS.GENERIC and &SYS.OS.SPECIFIC
System Variables
106126 Tandem Computers Incorporated 5–71
&SYS.OS.GENERIC and &SYS.OS.SPECIFIC
The &SYS.OS.GENERIC and &SYS.OS.SPECIFIC system variables contain the generic
and specific names, respectively, of the operating system under which NonStop
NET/MASTER MS is operating. The value of both of these variables is GUARDIAN,
which specifies the Tandem NonStop Kernel.
&SYS.OS.GENERIC
&SYS.OS.SPECIFIC
Example
The following example displays the &SYS.OS.GENERIC and &SYS.OS.SPECIFIC
system variables:
OSPROC: PROCEDURE
WRITE DATA="The operating system is",
&SYS.OS.GENERIC "or " &SYS.OS.SPECIFIC
END OSPROC