RENAMEDB
Renames a database.
Syntax
RENAMEDB sourceApp sourceDb newDbName
| Parameter | Description | 
|---|
sourceApp  | Name of the application that contains the database to be renamed.  | 
sourceDb  | Name of the database to be renamed.  | 
newDbName  | New name for the database.  | 
Example
RENAMEDB "FINANC95" "SALES95" "95SALES";