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