Compressing output image copy data sets RVP


Compressing the data in an 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 Subsystem Data Set Interface (ICPSSDSI) allows non-BMC products to read a compressed image copy. For more information, see the IMAGE COPY PLUS documentation.

Keywords

The following keywords control compress ion of output image copy data sets:

  • FSE
  • ICALG
  • ICCOMP

Procedures

Perform the following steps to compress output image copy data set:

  • 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:

//RVPSYSIN DD *
  REC DBD(PAYROLL1) DDN(PYR1) IC(ICOUT1) -
     ICCOMP(Y) ICALG(3) FSE(Y)


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Backup and Recovery for IMS 5.2