COMPRESS
To enable compression, the PACLOG load library must be in the BMC AMI Copy STEPLIB or JOBLIB. For more details, see the PACLOG for DB2 documentation.
If you do not specify COMPRESS in the COPY command, BMC AMI Copy uses the value of the COMPRESS installation option as the default.
Values of COMPRESS
Value | Description |
---|---|
COMPRESS YES | Specifying COMPRESS YES tells BMC AMI Copy to compress disk image copies. COMPRESS YES can be used in conjunction with the SQUEEZE YES of the COPY and COPY IMAGECOPY commands for additional savings. If COMPRESS YES is specified but the compression libraries are not available or there is an issue registering the data set to XCA, a warning is issued and the copy continues without compression. If COMPRESS YES is specified and the data set being copied is on tape, an informational message is issued to indicate that compression will not be invoked. |
COMPRESS NO | Specifying COMPRESS NO tells BMC AMI Copy not to use compression for the disk image copies. For further compression information, see SQUEEZE. |