Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Anchor
1057819
1057819
Example:

<pre>
COPY SRC=C:\MYFILE DST=MYFILE(MYMEMB)
</pre>
Panel
Html bobswift

Anchor
1057821
1057821
With a current library set to MYUSER, this command will result in a destination file specification name of MYUSER/MYFILE(MYMEMB).


Anchor
1057823
1057823
You can change the current library by issuing the cd (Change Directory) command with the new library name as in this example:

<pre>
CD DST=YOURUSER
</pre>
Panel
Html bobswift



Anchor
1057826
1057826
There is a special case, when using UDM from one IBM i machine to another, where the source library name can be used instead. In order for this to work, you must first clear the destination current library by issuing the following command:

<pre>
CD DST=..
</pre>
Panel
Html bobswift

...