There is a PTF for the Tivoli Netview product that contains the following RACF commands:
RDEFINE NETCMDS *.*.INGR1FPP UACC(NONE)
DATA('Focal Point Purge')
PERMIT *.*.INGR1FPP CLASS(NETCMDS)
ID(<safauto> <safsuper>) ACC(READ)
What are the Top Secret equivalent commands?
The Top Secret equivalent commands are:TSS ADD(dept) NETCMDS(*.*.)
TSS PERMIT(acid) NETCMDS(*.*.INGR1FPP) ACCESS(READ)
The NETCMDS resource class only allows a maximum of 8 characters in the TSS ADD command.