Previous Topic: MaskingNext Topic: MQNLIST Resource Class—Secure MQM Name Lists


Examples: MQCONN resource class

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

TSS ADDTO(PAYDEPT) MQCONN(CSQ1.)

Ownership of the MQCONN resources is removed:

TSS REMOVE(PAYDEPT) MQCONN(CSQ1.)

This example authorizes USRMARE to all MQCONN resources:

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

This example revokes USRMARE's authority to MQCONN resources:

TSS REVOKE(USRMARE) MQCONN(CSQ1.*)