The CA OPS/MVS parameter EXTSECCLASS determines the class name that is used to make SAF calls to authorize resources. EXTSECCLASS defaults to IBMFAC, which is a built-in class that is supplied with CA Top Secret.
We recommend using the DEFSAF REXX utility program to create your own resource class. You can have control over both UPDATE and READ access for CA OPS/MVS resources by defining your own resource class to CA Top Secret. After you define the resource class, specify that name on the EXTSECCLASS.
The following steps guide you through customizing CA Top Secret rules under a different resource class name.
Follow these steps:
DEFSAF creates a TSS resource class for you.
TSO OX 'hql.REXX(DEFSAF)' RDT ACT(DEFINE) SAFCL(OPSCLS)
EXTSECCLASS(OPSCLS)
Your CA Top Secret rules are customized under a different resource class name.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |