Previous Topic: Secure the /MVS CommandNext Topic: Control Job Submission Under CA WA CA 7 Edition


Calendar Security

To protect access to the CA WA CA 7 Edition calendars, use the CALENDAR option in the EXTERNAL keyword values on the SECURITY statement in the CA WA CA 7 Edition initialization file.

Set up the resource name of $CALNDR. The only service level checked is READ. If you have specified a resource type other than $CALNDR, substitute that value for $CALNDR.

The command to add this resource has the following format (substitute specified value for $CALNDR):

TSS ADD(RDT) RESCLASS($CALNDR) ATTR(MASK) +
ACLST(NONE,UPDATE,READ,WRITE,CONTROL,CREATE,SCRTCH,ALL) DEFACC(NONE)
TSS REPLACE(RDT) RESCLASS($CALNDR) ATTR(DEFPROT)

This example sets up a rule to access a calendar:

TSS PERMIT(ca7user) $CALNDR(calendar-name) ACCESS(READ)

Note: In previous releases, the resource name was CALENDAR. Because CA Top Secret now considers CALENDAR a reserved word, CA WA CA 7 Edition uses the $CALNDR resource name.