Compressing output image copy data sets
Compressing the data in an output image copy data set can reduce the number of output volumes, which reduces tape handling and storage costs.
The data is automatically expanded to its original form during execution of the BMC Recovery utility, the IMAGE COPY PLUS Database Recovery function, and the Incremental Image Copy function and Copy Image Copy functions of the BMC Image Copy utility.
The Copy Image Copy function can use a compressed image copy without expanding it. For more information, see Using-a-compressed-copy-without-expansion.
The Subsystem Data Set Interface (ICPSSDSI) allows non-BMC products to read a compressed image copy. For more information, see Using-the-Subsystem-Data-Set-Interface-ICPSSDSI.
The following keywords control compression of output image copy data sets:
- FSE
- ICALG
- ICCOMP
Procedure
Perform the following steps to compress output image copy data sets:
- Specify ICCOMP(Y) on a valid control statement or in an options module to activate the compression option.
- Specify the ICALG keyword on a valid control statement or in an options module to specify the compression algorithm.
- If you select ICALG(2) or ICALG(3), specify the FSE keyword on a valid control statement or in an options module to indicate whether you want to clear free space elements (FSEs) to binary zeros.
Example
The following example compresses the PYR1 data set using the full character compression algorithm and clears the free space elements to binary zeros before compression:
IC DBD(PAYROLL1) DDN(PYR1) IC(ICOUT1) -
ICCOMP(Y) ICALG(3) FSE(Y)
Related topic