TACL Reference Manual

Built-In Functions and Variables
HP NonStop TACL Reference Manual429513-018
9-407
#TOSVERSION Built-In Function
#TOSVERSION Built-In Function
Use #TOSVERSION to obtain an identifying letter and number that indicates which
RVU of the operating system is running.
\node-name
is the name of an available system containing the operating system whose RVU is
to be found.
Result
#TOSVERSION returns the result of the TOSVERSION operating system procedure, in
the form character-space-number. For example:
27> #TOSVERSION
#TOSVERSION expanded to:
M 20
Considerations
If you omit \node-name, #TOSVERSION returns the RVU of the operating system
running on the default system.
#TOSVERSION [ \node-name ]