TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-398
#SYSTEM Built-In Function
#SYSTEM Built-In Function
Use #SYSTEM to change your current default node name. This function is meaningful
only on systems that are in a network.
\node-name
specifies the name of the new current default system.
Result
#SYSTEM returns nothing.
Considerations
•
If you omit \node-name, your saved default system becomes your current default
system.
•
If you are running a remote TACL process, entering SYSTEM with no following
parameters establishes that remote system (not the local system to which your
terminal is connected) as your current default system.
•
These function calls are not equivalent:
14> #SYSTEM \ local-node-name
14> #SYSTEM
The first invocation causes the network restrictions on file-name lengths to take
effect; the second does not. See the Expand Network Management and
Troubleshooting Guide for information on network file-name restrictions.
#SYSTEM [ \node-name ]