Start of change

Defining the CICSPlex SM transactions for a WUI

For Web User Interface (WUI) regions that are capable of running with an external security manager (ESM) such as RACF, it is necessary to define the CICSPlex SM transactions that run in the region to the ESM.

This is necessary when transaction attach security is active in the WUI region, where SEC=YES and XRAN=YES system initialization parameters are specified.
  1. Create the same definitions as you would for a MAS region. See Defining the CICSPlex SM transactions in a MAS.
  2. Define READ access to the COVG and COVC transactions for the following user IDs:
    • The region user ID
    • All user IDs that are specified on the PLTPIUSR system initialization parameter for the region
    • All WUI system administrators.
  3. Define READ access to the COVE and COVP transactions for the WUI default user ID.
  4. Define READ access to the COVA transaction for all WUI end users.
A list of these transactions is also contained in the CSD group EYU310GW.
End of change