Previous Topic: MaskingNext Topic: MXPROC Resource Class—Secure MXM Topics


Examples: MXNLIST resource class

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

TSS ADDTO(PAYDEPT) MXNLIST(CSQ1.)

This example removes ownership of the MXNLIST resources:

TSS REMOVE(PAYDEPT) MXNLIST(CSQ1.)

This example authorizes USRMARE to all MXNLIST resources:

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

This example revokes USRMARE's authority to MXNLIST resources:

TSS REVOKE(USRMARE) MXNLIST(CSQ1.*)