The RENAME command changes the name of a file.
Scope |
 |
ISQL only.
ISQL Syntax |
 |
REN [AME] OldFileName NewFileName
Parameters |
 |
- OldFileName
identifies the file to be renamed. Name qualification follows MPE/iX conventions:
FileName[/Lockword][.Group[.Account]]
|
- NewFileName
is the new name. File name qualification follows the conventions
given for OldFileName.
Description |
 |
In prompting mode, ISQL prompts you for the old and
new command file names:
isql=> RENAME;
Existing file name> OldFileName;
New name> NewFileName;
isql=>
|
Example |
 |
isql=> RENAME Daily Stats;
isql=>
|