Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (R)
Guardian Procedure Calls Reference Manual—522629-013
13-55
RENAME Procedure
(Superseded by FILE_RENAME_ Procedure )
RENAME Procedure
(Superseded by FILE_RENAME_ Procedure
)
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Condition Code Settings
Considerations
Safeguard Considerations
OSS Considerations
Summary
The RENAME procedure is used to change the name of a disk file that is open. If the
file is temporary, assigning a name causes the file to be made permanent.
A call to the RENAME procedure is rejected with an error indication if there are
incomplete nowait operations pending on the specified file.
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
filenum input
INT:value
is the number of an open file that identifies the file to be renamed.
Note. This procedure is supported for compatibility with previous software and should not be
used for new development.
CALL RENAME ( filenum ! i
,new-name ); ! i