For JMON (JES Job Monitor) and external security, the following RACF commands are needed. What are the CA Top Secret equivalent commands?
SETROPTS CLASSACT(CONSOLE)
RDEFINE CONSOLE JMON UACC(READ)
RDEFINE OPERCMDS JES2.** UACC(NONE)
PERMIT CLASS(OPERCMDS)JES2.** ID(userid or groupid)
ACCESS(CONTROL) WHEN(CONSOLE(JMON))
Release: TOPSEC00200-16-Top Secret-Security
The RACF commands converted are :
There is no equivalent of 'WHEN(CONSOLE(JMON))' under CA Top Secret. A terminal restriction can not be placed on a TSS PERMIT command.