Previous Topic: MaskingNext Topic: MQCMDS Resource Class—Secure MQM Commands


Examples: MQADMIN resource class

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

TSS ADDTO(PAYDEPT) MQADMIN(CSQ1.)

This example removes ownership of these resources:

TSS REMOVE(PAYDEPT) MQADMIN(CSQ1.)

This example requires full MQSERIES checking of USRMARE:

TSS PERMIT(USRMARE) MQADMIN(CSQ1.RESLEVEL)
                    ACCESS(NONE)

This example revokes this PERMIT:

TSS REVOKE(USRMARE) MQADMIN(CSQ1.)