Specifying the Source Database
- Last UpdatedMar 18, 2022
- 1 minute read
The source of the data to be copied is specified using the FROM command. Some examples of the use of the FROM command are:
Examples: |
|---|
|
FROM DB STEELS/STEELS Source data is in Database (DB) STEELS/STEELS in current Project. |
|
FROM PROJECT XXX STEELS/STEEL Source data is in specified DB in Project XXX. |
|
FROM DBFILE /abc016 Source data is in specified file (assumes Project directory is current directory). |