Previous Topic: Define the CA WA CA 7 Edition Agent Job Submission/Command SecurityNext Topic: Job Submission


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 CALENDAR. The only service level checked is READ. If you have specified a resource type other than CALENDAR (see the SECURITY statement CCLASS keyword), substitute that value for CALENDAR. Also substitute the CA ACF2 SAFDEF assigned to this resource type for CAL.

This example uses CLASMAP:

CLASMAP.CAL RESOURCE(CALENDAR) RSRCTYPE(CAL) 

This example sets up a rule to access a calendar:

$KEY(calendar-name or mask) TYPE(CAL)
 UID(uid-mask) ALLOW SERVICE(READ)