Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...


Anchor
1057819
1057819
Example:

Panel

Html bobswift

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

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:

Panel

Html bobswift

<pre>
CD DST=YOURUSER
</pre>


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:

Panel

Html bobswift

<pre>
CD DST=..
</pre>