Previous Topic: External Security SetupNext Topic: Define or Convert the VSAM CA PanAPT Database


CA ACF2 Example

The following steps are for CA ACF2, which requires rules to exist before access is granted.

  1. Create a CLASMAP for CA PanAPT.

    For example, you can create the resource type as type(APT).

    ACF
    
    T C(GSO)
    
    INSert CLASMAP.PANAPT resource(PANAPT) rsrctype(APT)
    
    List LIKE(CLASMAP.-)
    
    --List clasmap to see if the type you created is defined.
    
  2. Add R-RAPT into the GSO INFODIR record by issuing the following command in GSO control mode:
    CH INFODIR types(R-RAPT)
    
  3. Create resource rules for CA PanAPT/UIF to allow users to log on to CA PanAPT and:
  4. Create resource rules for CA-PanAPT to allow all users to perform all CA-PanAPT activities.
    COMP *
    $key(PANAPTF) type(APT)	--RSRCTYPE created in step 1
    - uid(*) allow 		--Allow CA-PanAPT functionality
    STORE
    L PANAPTF 			--List the resource rules
    END 				--Exit CA-ACF2
    
  5. Refresh CLASMAP and INFODIR records.
    F ACF2,REFRESH(CLASMAP,INFODIR),SYSID(xxxx)
    

    (where xxxx is your system ID)

  6. Rebuild resource directory.
    F ACF2,REBUILD(APT),CLASS(R) RSRCTYPE created in step 1