This example protects the file number 105 contained within the ADABAS database number 3, by assigning ownership to DEPT01:
TSS ADDTO(DEPT01) DATABASE(D003F105)
This example remove ownership:
TSS REMOVE(DEPT01) DATABASE(D003F105)
This example permits USER01 to file number 105 contained within ADABAS database number 3:
TSS PERMIT(USER01) DATABASE(D003F105)
This example revokes access:
TSS REVOKE(USER01) DATABASE(D003F105)
|
Copyright © 2009 CA.
All rights reserved.
|
|