RENAME
SYSTEM Statement
Windows/Unix
A statement that renames a file. If file already exists the operation is not executed.
Syntax
:
RENAME file1, file2
RENAME "abc.txt", "xyz.txt"