...
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> |
For this first IBM i example, the following is a line-by-line explanation:
...
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>
|
This HFS file system example is basically the same as the LIB file system example, with these changes:
...