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
1045817
1045817
LIB File 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
 unix=data10.txt local=MYLIB/APPDATA(DAILY)
7 

quit

Html bobswift
 
</pre>

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

...

Anchor
1045839
1045839
HFS File 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 

filesys

Html bobswift
 local=hfs
5 

cd

Html bobswift
 unix=/opt/app/data
6 

mode

Html bobswift
 type=text
7 

attrib

Html bobswift
 local createop=replace
8 

copy

Html bobswift
 unix=data10.txt local=/opt/appdata
9 

quit

Html bobswift
 
</pre>

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

...