This example protects a resource using CA Top Secret by assigning ownership to the Corporate Department (owning acid):
TSS ADDTO(CORPORAT) DSTABLE(TABLE1)
The administration may now PERMIT access to users or profiles that require access.
This example removes ownership:
TSS REMOVE(CORPORAT) DSTABLE(TABLE1)
This example permits users in the Technical Services Department to access DSTABLE(TABLE1.PRODTAB) on Fridays only:
TSS PERMIT(acid) DSTABLE(TABLE1.PRODTAB)
DAYS(FRIDAY)
This example permits users in the Technical Services Department to access DSTABLE(TABLE1.PRODTAB):
TSS PERMIT(acid) DSTABLE(TABLE1.PRODTAB)
This example revokes acces:
TSS REVOKE(TECHPROF) DSTABLE(TABLE1.PRODTAB)
|
Copyright © 2009 CA.
All rights reserved.
|
|