MVS.MCSOPER.console-name
For a TSO/E user, the CONSOLE command defaults to the userID as the console name, but the user can override the default with the NAME(console-name) operand. For an application program, console-name is the name specified on the MCSOPER macro.
Before the RACF administrator can grant a RACF user (TSO/E user or MCSOPER name) access to the RACF OPERCMDS class, the administrator must ensure that the user has a RACF user profile. In the following example, assume that the TSO/E user or application program name has a RACF user profile already defined.
The RACF security administrator can take the following steps to give users access to the RACF OPERCMDS class:
SETROPTS CLASSACT(OPERCMDS)
RDEFINE OPERCMDS MVS.MCSOPER.console-name UACC(NONE)
PERMIT MVS.MCSOPER.console-name CLASS(OPERCMDS) ID(console-name) ACCESS(READ)
Console_name must have a RACF user profile defined. See Defining the user profile of an extended MCS console.
SETROPTS RACLIST(OPERCMDS)