Copies a database.
Syntax
COPYDB sourceApp sourceDb destApp destDb| Parameter | Description |
|---|---|
sourceApp | Name of the application for the database to copy. |
sourceDb | Name of the database to copy. |
destApp | Name of the application for the new database. |
destDb | Name of the new database. |
Example
COPYDB "FINANC95" "SALES95" "FINANC96" "SALES96";