NET/MASTER Network Control Language (NCL) Reference Manual
NODTONAM
Built-in Functions
106126 Tandem Computers Incorporated 4–61
NODTONAM The NODTONAM built-in function converts a system number to its corresponding
system name.
NODTONAM(
system-number
)
system-number
specifies the number of the system.
Considerations
If
system-number
is not known, or if the system is inoperative, a null value is
returned.
system-number
must be a valid number in the range 0 through 254.
See also NAMTONOD, which converts a system name to its corresponding system
number.
Example
In the following example, NCL returned the name \SYS1 for the system on which this
built-in function was executed:
&A = 250
&RESULT = NODTONAM(&A)