NET/MASTER Network Control Language (NCL) Reference Manual

&SYS.NODE.NUM
System Variables
106126 Tandem Computers Incorporated 5–69
&SYS.NODE.NUM The &SYS.NODE.NUM system variable contains the system number of the local
system.
&SYS.NODE.NUM
Considerations
A value of 255 is returned for &SYS.NODE.NUM if the system is not configured
for Expand.
See also &SYS.NODE.NAME, which contains the system name of the local system.
Example
The following example displays the &SYS.NODE.NUM system variable:
APROC: PROCEDURE
SAY "&SYS.NODE.NUM = " &SYS.NODE.NUM
END APROC