Previous Topic: CA ACF2 Commands

Next Topic: CA ACF2 Resource Profiles

CA ACF2 Data Set Selection Profiles

The following rule set formats should be used when defining CA Tape Encryption processing and control profiles to CA ACF2. The rules are processed by the CA ACF2 rule compiler program, ACFBCOMP:

Generic Data Set Profile:
$KEY(DSN.generic.data.set********************) TYPE(BES)
$OWNER(BES)
$USERDATA(BESn=(encryption-key))
 UID(-) ALLOW

Note: When defining CA ACF2 generic rule sets, you should pad the data set name with trailing asterisks (40-byte standard $KEY name).

Discrete Data Set Profile:
$KEY(DSN.ACH.PROD.BDTRNFO.ZES128.EXTRACT) TYPE(BES)
$OWNER(BES)
$USERDATA(BESn=(encryption-key))
 UID(-) ALLOW
Default Data Set Profile:
$KEY(BES.DEFAULT) TYPE(BES)
$OWNER(BES)
$USERDATA(BES=(ACF2DEFAULT))
 UID(-) ALLOW