Valid on z/OS.
Use DATABASE to secure all databases.
This resource class has the format with TSS ADDTO/REMOVE:
TSS ADDTO(acid) DATABASE(DdddFfff)
The letters ddd represent the database number from 1 to 255 and fff is the file number from 1 to 255.
One to eight characters
One to five ADABAS prefixes per TSS command
When used with TSS PERMIT/REVOKE, this resource class has the following format:
TSS PERMIT(acid) DATABASE(DdddFfff)
ACCESS(access levels)
One to eight characters
One to five ADABAS prefixes per TSS command
DATABASE is used with:
The administrator can:
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 © 2014 CA Technologies.
All rights reserved.
|
|