FROM (Reconfiguration)
- Last UpdatedFeb 28, 2022
- 1 minute read
Function:
Specifies the source Database (DB) for reconfiguration.
Examples:
|
FROM DB MASTER/DESIGN Source data is in DB MASTER/DESIGN in the current Project. FROM DBFILE /des016 Source data is in specified file (assumes Project directory is current directory). FROM PROJECT des MASTER/DESIGN Source data is in the specified DB within Project des. FROM FORMATTEDFILES /F1 /F2 Source data is in named character-format intermediate files (used when transferring data between computers). FROM SYSTEM This command is used to reconfigure the System DB. It is followed by the command RECONFIGURE. Refer to Reconfiguration for more information. FROM GLOBAL This command is only available in a Global Project, at the Hub. |
Command Syntax:
|
>--- From ---+--- DBFile file name ---------------------------. |
Related Commands: