This example protects a CICS destination by assigning ownership to the Corporate Level Division (CORPCICS):
TSS ADDTO(CORPCICS) DCT(PRT6)
This example removes ownership:
TSS REMOVE(CORPCICS) DCT(PRT6)
This example permits a user full access to the installation's DCTs:
TSS PERMIT(USER05) DCT(DCT1) ACCESS(ALL)
This example revokes access:
TSS REVOKE(USER05) DCT(DCT1)
|
Copyright © 2009 CA.
All rights reserved.
|
|