Versions Compared

Key

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

...

Anchor
1045817
1045817
LIB File System

<pre>
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
 unix=data10.txt local=MYLIB/APPDATA(DAILY)
7 
quit
</pre>
 
Panel
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift


Anchor
1045830
1045830
For this first IBM i example, the following is a line-by-line explanation:

...

Anchor
1045839
1045839
HFS File System

<pre>
1 
set
 _echo=yes
2 
set
 _halton=warn
3 
open
 unix=sol9 user=top098 pwd=p100m
4 
filesys
 local=hfs 
5
cd
 unix=/opt/app/data 
6
mode
 type=text 
7
attrib
 local createop=replace 
8
copy
 unix=data10.txt local=/opt/appdata 
9
quit
</pre>
Panel
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift


Anchor
1045854
1045854
This HFS file system example is basically the same as the LIB file system example, with these changes:

...