Groups let you add and remove users from a single point for validation processing. You can automatically define RACF administrative groups with the DEFSAF REXX utility.
By default, the DEFSAF program defines SAF resource names and groups and adds them to the RACF database. If you decide not to use RACF groups, specify the parameter GROUPS(N) on the DEFSAF utility. The resource names are still defined but the default group names are not generated.
Follow these steps:
The following actions occur:
Generates member DEFRACF containing the basic RACF commands that are used to secure the CA OPS/MVS processing environment under RACF.
Note: Member BATRACF in opshlq.OPS.CNTL is provided as a sample. For more information about executing RACF commands in batch, see the Security Server RACF Command Language Reference (SA22-7687-15).
Example: DEFSAF Execution
These examples generate the opshlq.OPSS.DEFSAF(DEFRACF) file containing all of the required resource definitions to begin using CA OPS/MVS external security with RACF.
TSO OX 'opshlq.opsnnn.rexx(DEFSAF)' ALL SEC(RACF) ACT(DEFINE) BATCH(Y)
TSO OX 'opshlq.opsnnn.rexx(DEFSAF)' ALL SEC(RACF) ACT(DEFINE) GROUPS(N) BATCH(Y)
OPS0996I #DEFSAF Security product is RACF. OPS0996I #DEFSAF 'OPSHLQ.OPSS.DEFSAF(DEFRACF)' has been generated. ***
Note: For a complete example of DEFSAF execution with RACF security, review the contents of data set member OPSHLQ.OPSS.DEFSAF(DEFRACF).
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |