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
1050081
1050081
This example copies, in text mode, a sequential data set on the UDM Manager machine to a remote UNIX system.

Panel
Html bobswift
<pre>
1 

set

Html bobswift
 _echo=yes
2 

set

Html bobswift
 _halton=warn
3 

open

Html bobswift
 unix=sol9 user=top098 pwd=p100m
4 

cd

Html bobswift
 unix=/opt/app/data
5 

mode

Html bobswift
 type=text
6 

copy

Html bobswift
 local=c:\data10.txt
7 

quit

Html bobswift
 
</pre>

Anchor
1045735
1045735
For this UNIX and Windows example, the following is a line-by-line explanation:

...