This example gives the Personnel Department ownership of the AREA for the Corporate Personnel Database (PERDB):
TSS ADDTO(PERSDP) AREA(PERDB)
This example removes ownership:
TSS REMOVE(PERSDP) AREA(PERDB)
This example permits USER01 to have ALL access to PAYFILE:
TSS PERMIT(USER01) AREA(PAYFILE)
ACCESS(ALL)
This example revokes USER01's access to PAYFILE:
TSS REVOKE(USER01) AREA(PAYFILE)
|
Copyright © 2009 CA.
All rights reserved.
|
|