Previous Topic: Writing Tape Volume Access RulesNext Topic: VM Batch Environment and Subsystem Access Rules


DASD Dump Restore and FORMAT Access Rules

You can write access rules to control the use of the DASD Dump Restore (DDR) and FORMAT service programs for protecting minidisks. This control is achieved through a unique CA ACF2 for VM validation process.

To understand this validation process, observe the following rule set. The order of the rule entries is how they are arranged when the rule set is compiled, sorted, and then decompiled. It is the order that the entries are searched when access to PAYROLL is attempted. Look at the following example:

$KEY(PAYROLL)
 V0191.‑ UID(ABCTLCNLT) R(A) W(A)
 V0191.‑ UID(ABCTLC) PGM(DDR)
 V0191.‑ UID(ABCTLC) PGM(FORMAT)
 V0191.‑ UID(ABCTLC) R(A) W(A)

The first rule entry lets user ABCTLCNLT read and write to the Payroll Department's 0191 minidisk. This access inherently lets ABCTLCNLT use the DDR and FORMAT programs on that minidisk.

You can write additional, more specific rule entries to prevent a user who has read or write access to a minidisk from using DDR and FORMAT. This is illustrated with the rest of the entries in the rule set.

The last rule entry lets all users in the Payroll Department (other than ABCTLCNLT) have read and write access to the same 0191 minidisk. These users are prevented from using the DDR and FORMAT programs because of the second and third rule entries.

After the rule set is compiled and sorted, the DDR and FORMAT rule entries must appear before any rule entries that let the user access the minidisk. The previous example illustrates this clearly.