This example protects the DCSS named SAS by assigning ownership to the Engineering Department (ENGDEPT):
TSS ADDTO(ENGDEPT) DCSS(SAS)
This example removes ownership:
TSS REMOVE(ENGDEPT) DCSS(SAS)
This example permits a user in the Engineering Department to use the program product, SAS:
TSS PERMIT(ENGUSER) DCSS(SAS)
This example revokes access:
TSS REVOKE(ENGUSER) DCSS(SAS)
|
Copyright © 2009 CA.
All rights reserved.
|
|