RENAME [ ALLBASE/ISQL Reference Manual ] MPE/iX 5.0 Documentation
ALLBASE/ISQL Reference Manual
RENAME
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 XL 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=>
MPE/iX 5.0 Documentation