Example: Giving a user read access to all transactions on MVS system A

In this example, we show you how to give user PAYUSR1 read access to all transactions (via the CICSPlex® SM LOCTRAN, LOCTRAND, LOCTRANS, REMTRAN, REMTRAND, REMTRANS, TRAN, and TRANS views) running on CICS® systems on MVS™ system A. In the example, we have three CICS systems (say, CICSAA01, CICSAA02, and CICSAA03) which all belong to CICSplex PLXPROD1.
  1. Define the appropriate RACF® profile:
       RDEF CPSMOBJ OPERATE.TRAN.PLXPROD1.CICSAA0* UACC(NONE) +
             OWNER(admin_group)
  2. Give user PAYUSR1 read access to all transactions on MVS system A:
       PE OPERATE.TRAN.PLXPROD1.CICSAA0* CLASS(CPSMOBJ) I(PAYUSR1) A(READ)