Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (R-Z)
Guardian Programming Reference Summary for pTAL and TAL522631-001
8-9
REMOTETOSVERSION
Provides an identifying letter and number indicating which version of the Guardian
operating system is running on a remote system.
RENAME
(Superseded by FILE_RENAME_) Changes the name of a disk file that is open. If the
file is temporary, assigning a name makes the file permanent. This procedure operates
only on Guardian objects.
status, INT(32) returned value
sysnum, INT:value input
tos-version := REMOTETOSVERSION [ ( sysid ) ];
tos-version, INT returned value
<0:7> The uppercase ASCII letter that indicates system level:
ATOS
B1.0
C1.1
D 1.1 and Expand
E 1.1 and Expand and TMF
KAnn releases
LBnn releases
MCnn releases
NDnn releases
PFnn releases
QGnn releases
<8:15> The revision number of the system in binary format
sysid, INT:value input
CALL RENAME ( filenum ,new-name );