Previous Topic: CTSDB2 Resource Class—Secure CTS DB2ENTRY and DB2TRAN ResourcesNext Topic: DB2 Resource Class—Secure DB2 Databases


DATABASE Resource Class—Secure Databases

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.

Prefix length

One to eight characters

Capacity of list

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)
Prefix length

One to eight characters

Capacity of list

One to five ADABAS prefixes per TSS command

DATABASE is used with:

The administrator can:

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)