Previous Topic: EXAMMON and External Security

Next Topic: Define CAEXAMIN SAF Resource Class to CA ACF2

Add the EXA Resource Rule Type Code for CA ACF2

To grant access to the EXAMMON.BPXEKDA resource, add the EXA resource rule type code to the list of resident resource rule directories.

Follow these steps:

  1. Issue the SHOW RESIDENT command within the ACF command to see if EXA is already defined as resident.

    Output like the following sample appears:

    show resident 
    -- RESIDENT DIRECTORIES -- 
    CKC, RULES GLOBALLY RESIDENT 
    -- RESIDENT INFOSTORAGE DIRECTORIES -- 
    DPLN, RECORDS LOCALLY RESIDENT DTBL, RECORDS LOCALLY RESIDENT 
    DDBS, RECORDS GLOBALLY RESIDENT DBPL, RECORDS TRANSIENT 
    -- RESIDENT ACCESS RULES -- 
    PAY ABC SYS1
    

    Note: If EXA is defined as resident, you do not need to proceed to step 2.

  2. Issue the following commands to define the EXA resource rule type code as a resident directory:
    ACF
    SET CONTROL(GSO)
    CHANGE INFODIR TYPES(R-REXA) ADD
    
  3. Issue the following command to activate the new or changed INFODIR record:
    F ACF2,REFRESH(INFODIR)
    

    The EXA resource rule type code is added to the list of resident resource rule directories.