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


Examples: MXQUEUE resource class

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

TSS ADDTO(PAYDEPT) MXQUEUE(CSQ1.)

This example removes ownership of the MXQUEUE resources:

TSS REMOVE(PAYDEPT) MXQUEUE(CSQ1.)

This example authorizes USRMARE to all MXQUEUE resources:

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

This example revokes USRMARE's authority to MXQUEUE resources:

TSS REVOKE(USRMARE) MXQUEUE(CSQ1.*)