Previous Topic: SCS Address Space Security SetupNext Topic: Set Up SCS Address Space Security in CA Top Secret for z/OS


Set Up SCS Address Space Security in CA ACF2 for z/OS

If you are using CA ACF2 for z/OS to set up security in the SCS address space, you must define the global systems options (GSO) record and define the rule to permit access to a user ID.

Follow these steps:

  1. Define the GSO record:
    SET C(GSO)
    INSERT CLASMAP.MSM ENTITYLN(246) MUSID() RESOURCE(CAMSM) RSRCTYPE(MSM)
    
  2. Define the rule to permit access to a user ID:
    SET R(MSM)
    COMPILE STORE
    $KEY(SCSAS) TYPE(MSM)
    CONNECT.-     UID(*****userid)                  SERVICE(READ)     ALLOW
    CONNECT.-     UID(*****userid2)                 SERVICE(READ)     ALLOW
    
    userid

    Specifies the user ID assigned to the SCS address space.

    userid2

    Specifies the user ID assigned to the CA CSM application server driving system.