Simulated CICS security, which tells CICSPlex® SM to honor CICS security definitions, can be used to protect transaction definitions. You can activate simulated CICS security from the CPLEXDEF view (for the CICSplex); from the CICSSYS view (for a MAS at MAS startup); or from the MAS view (for a running MAS).
PE OPERATE.TRAN.PLXPROD1.CICSAA0* CLASS(CPSMOBJ) +
ID(PAYUSR1) A(UPDATE)
RDEF ACICSPCT AMNU +
UACC(NONE) +
OWNER(admin_group)
(For more information about this step, see
the CICS-RACF Security Guide.) PE AMNU CLASS(ACICSPCT) ID(PAYUSR1) A(UPDATE)
If you use a class other than (the CICS default of) ACICSPCT, you must
specify its name in place of ACICSPCT.