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.*)
|
Copyright © 2009 CA.
All rights reserved.
|
|