a) in the configuration file:
180 3420 tape01.aws maxsizeM=16 eotmargin=131072 compress=0
b) via devinit panel command:
devinit 180 tape02.het compress=1 maxsizeM=32 eotmargin=65536
devinit 180 tape03.het eotmargin=131072 compress=1 maxsize=0
Example 2:
Resolution of the arguments using ‘*’ lines.
The following ACF file
* compress=0
tape01.aws
* compress=1
tape02.aws
is equivalent to this one
* compress=1
tape01.aws
tape02.aws