Versions Compared

Key

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

...

Anchor
1045638
1045638
DSN File System

Panel

set

open

cd

mode

attrib

copy

quit
//S1     EXEC UDMPRC
//UNVSCR DD *
1 set _echo=yes _halton=warn
2 open unix=sol9 user=top098 pwd=p100m
3 cd unix=/opt/app/data
4 mode type=text
5 attrib local lrecl=256
6 copy data10.txt local='app.data.daily'
7 quit 
/*


Note
titleNote

All file names in the UNIX system must be within the eight-character range to be transferred successfully.

...