Previous Topic: MaskingNext Topic: NETCMDS Resource Class—Secure NETVIEW NETCMDS


Example: MXTOPIC resource class

This example gives the Payroll Department (PAYDEPT) ownership of MXTOPIC resources:

TSS ADDTO(PAYDEPT) MXTOPIC(CSQ1.)

This example removes ownership of the MXTOPIC resources:

TSS REMOVE(MXM) MXPTOPIC(CSQ1.)

This example authorize USRMARE to all MXTOPIC resources:

TSS PERMIT(USRMARE) MXTOPIC(CSQ1.*)
                    ACCESS(ALL)

This example revokes USRMARE's authority to MXTOPIC resources:

TSS REVOKE(USRMARE) MXTOPIC(CSQ1.*)