This example gives the Operations Department (OPRDEPT) ownership of package PACK2, in the FIN collection:
TSS ADDTO(OPRDEPT) DB2PKG(FIN.PACK2)
This example removes ownership of this package:
TSS REMOVE(OPRDEPT) DB2BUFFP(FIN.PACK2)
This example authorizes USRMARK the Authority to copy the contents of a specified package:
TSS PERMIT(USRMARK) DB2PKG(FIN.PACK1) ACCESS(COPY)
This example revokes USRMARK's Authority:
TSS REVOKE(USRMARK) DB2PKG(FIN.PACK1) ACCESS(COPY)
This example gives OPRDEPT the ability to assign ownership of packages, to permit users to access packages with his scope, and audit the use of packages owned by the division:
TSS ADMIN(OPRDEPT) DB2PKG(OWN,XAUTH,INFO)
This example removes OPRDEPT's Authority for packages:
TSS DEADMIN(OPRDEPT) DB2PKG(OWN,XAUTH,INFO)
This example determines who has access to the PACK3 package in the FIN collection:
TSS WHOHAS DB2PKG(FIN.PACK3)
CA Top Secret responds by displaying all of the ACIDs that have access to this particular package.
This example determines who owns package PACK3 in the FIN collection:
TSS WHOOWNS DB2PKG(FIN.PACK3)
|
Copyright © 2009 CA.
All rights reserved.
|
|