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
1045638
1045638
DSN File System

Panel
Html bobswift
<pre>
//S1     EXEC UDMPRC
//UNVSCR DD *
1 

set

Html bobswift
 _echo=yes _halton=warn
2 

open

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

cd

Html bobswift
 unix=/opt/app/data
4 

mode

Html bobswift
 type=text
5 

attrib

Html bobswift
 local lrecl=256
6 

copy

Html bobswift
 data10.txt local='app.data.daily'
7 

quit

Html bobswift
 
/*
</pre>
Note
titleNote

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

...