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