Previous Topic: Define CAEXAMIN SAF Resource Class to RACF

Next Topic: EXAMMON and Baseline Historical Analysis

Define Access to CAEXAMIN Resources Under RACF

You can define access to CAEXAMIN resources under RACF. Use the following sample commands to grant access to the EXAMMON.BPXEKDA resource.

Follow these steps:

  1. (Optional) Issue the following command if an appropriate resource profile is not found:
    RDEFINE CAEXAMIN EXAMMON.BPXEKDA
    

    EXAMMON.BPXEKDA is defined.

  2. Issue the following command to grant read permission to the appropriate resource profile for the TSO user ID that runs CA Auditor:
    PERMIT EXAMMON.BPXEKDA CLASS(CAEXAMIN) ID(xxxx) ACC(READ)
    
  3. Issue the following command to activate the profile:
    SETROPTS RACLIST(CAEXAMIN) REFERESH
    

    Access to the EXAMMON.BPXEKDA resource is granted.