Versions Compared

Key

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

...

Anchor
1050081
1050081
This example copies, in text mode, a sequential data set on the UDM Manager machine to a remote UNIX system.

Panel
1 set _echo=yes
2 set _halton=warn
3 open unix=sol9 user=top098 pwd=p100m
4 cd unix=/opt/app/data
5 mode type=text
6 copy local=c:\data10.txt
7 quit 

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

...