Previous Topic: MaskingNext Topic: MXADMIN Resource Class—Secure MXM Commands


Examples: TMQQUEUE resource class

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

TSS ADDTO(PAYDEPT) MQQUEUE(CSQ1.)

This example removes ownership of the MQQUEUE resources:

TSS REMOVE(PAYDEPT) MQQUEUE(CSQ1.)

This example authorizes USRMARE to all MQQUEUE resources:

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

This example revokes USRMARE's authority to MQQUEUE resources:

TSS REVOKE(USRMARE) MQQUEUE(CSQ1.*)