Previous Topic: Compression Scenario with Global Minimum Compression Rate

Next Topic: Compression Scenario with Global Options for All Keys

Compression Scenario with Compression Attributes for a Specific Key

In this scenario the Compression= attribute in the dynamic options is set to K. This indicates that compression is applied based on the compression attribute specified for the individual key in the symmetric key options. The COMPKEY1 key is used to encrypt the file. It specifies the use of the S4 compression method. This key specifies a minimum compression rate of 75 percent. Because the MinimumCompressionRate is specified in the <DynamicOptions> and in the <SymmetricKey> options, the minimum compression rate of 75 percent is used based on the symmetric key options.

In this scenario, the following settings are used for the <DynamicOptions> parmlib member:

<DynamicOptions>
  logdetaillevel =3
  logstream = VTAPE.XE90.LOG
  EncryptFailAction    = continue
  TMSUpdate            = Y
  Failovercandidate    = Y
  keyringsearchorder   =  UserKeyringFirst
  Compression = K
  MinimumCompressionRate = 50

In this scenario, the following settings are used for the COMPKEY1 key definition in the <SymmetricKey> parmlib member:

<SymmetricKey>
<COMPKEY1>
   Algorithm = AES128   
   Regenerate = monthly 
   Compression = S4     
   MinimumCompressionRate = 75