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