This example gives the Operations Department (OPRDEPT) ownership of collection FACCT:
TSS ADDTO(OPRDEPT) DB2COLL(FACCT)
This example removes ownership of the collection:
TSS REMOVE(OPRDEPT) DB2COLL(FACCT)
This example authorizes USRMARK the privilege to include new packages within the FACCT collection:
TSS PERMIT(USRMARK) DB2COLL(FACCT) ACCESS(CREATIN,PACKADM)
This example revokes USRMARK's Authority:
TSS REVOKE(USRMARK) DB2COLL(FACCT) ACCESS(CREATIN,PACKADM)
This example gives FINVCA the ability to assign ownership of collections, to permit users to access collections with his scope, and to audit the use of collections owned by his division:
TSS ADMIN(FINVCA) DB2COLL(OWN,XAUTH,INFO)
This example removes FINVCA's Authority for collections:
TSS DEADMIN(FINVCA) DB2COLL(OWN,XAUTH,INFO)
This example determines who has access to the FACCT collection:
TSS WHOHAS DB2COLL(FACCT)
CA Top Secret responds by displaying all of the ACIDs that have access to this particular collection.
This example determines who owns the collection:
TSS WHOOWNS DB2COLL(COLLECTION‑ID)
|
Copyright © 2009 CA.
All rights reserved.
|
|