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