Previous Topic: MaskingNext Topic: MQCONN Resource Class—Secure MQM Connections


Examples: MQCMDS resource class

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

TSS ADDTO(PAYDEPT) MQCMDS(CSQ1.)

This example removes ownership of the MQCMDS resources:

TSS REMOVE(MQQ) MQCMDS(CSQ1.)

This example authorizes USRMARE to all MQCMDS resources:

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

This example revokes USRMARE's authority to MQCMDS resources:

TSS REVOKE(USRMARE) MQCMDS(CSQ1.*)