Description
What is the Top Secret equivalent of the following in RACF and what is needed to allow READ access?
Add &RACUID to MVS.MCSOPER.*
The Top Secret equivalent of adding &RACUID to MVS.MCSOPER.* and allow READ access is:
TSS PERMIT(acid) OPERCMDS(MVS.MCSOPER.%)
(The '%' in the permit above is a masking character that represents the user's acid.)