This example gives the Payroll Department (PAYDEPT) ownership of the MQNLIST resources:
TSS ADDTO(PAYDEPT) MQNLIST(CSQ1.)
Ownership of the MQNLIST resources is removed:
TSS REMOVE(PAYDEPT) MQNLIST(CSQ1.)
This example authorizes USRMARE to all MQNLIST resources:
TSS PERMIT(USRMARE) MQNLIST(CSQ1.*)
ACCESS(ALL)
This example revokes USRMARE's authority to MQNLIST resources:
TSS REVOKE(USRMARE) MQNLIST(CSQ1.*)
|
Copyright © 2009 CA.
All rights reserved.
|
|