Previous Topic: DATABASE Resource Class—Secure DatabasesNext Topic: DB2 Resource Class—Secure DB2 Databases


Examples: DATABASE resource class

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)