Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (G)
Guardian Procedure Calls Reference Manual522629-013
6-28
GETSYSTEMNAME Procedure (Superseded by
NODENUMBER_TO_NODENAME_ Procedure )
GETSYSTEMNAME Procedure (Superseded by
NODENUMBER_TO_NODENAME_ Procedure
)
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
Example
Summary
The GETSYSTEMNAME procedure supplies the system name associated with a
system number.
Syntax for C Programmers
This procedure does not have a C syntax, because it is superseded and should not be
used for new development. This procedure is supported only for compatibility with
previous software.
Syntax for TAL Programmers
Parameters
ldev returned value
INT
returns one of the following values:
1:32766 The logical device number of the network line handler that controls the
current path to the system designated by
sysnum. The logical device
number has at most 15 bits of magnitude and the specified system is
accessible.
32767 Indicates one of the following:
The line handler exists and the specified system is accessible, but the
line handler logical device number exceeds 15 bits of magnitude.
or
Note. This procedure is supported for compatibility with previous software and should not be
used for new development.
ldev := GETSYSTEMNAME ( sysnum ! i
,sysname ); ! o