Previous Topic: DB2TABSP Resource Class—Secure DB2 Table SpacesNext Topic: DCSS Resource Class—Secure Segments


DBD Resource Class—Secure IMS Database Name

Valid on z/OS.

Use DBD to secure an IMS database descriptor name.

When used with TSS ADDTO/REMOVE, this resource class has the following format:

TSS ADDTO(acid) DBD(prefix(es))
Prefix length

One to eight characters

Capacity of list

One to five prefixes per TSS command

When used with TSS PERMIT/REVOKE, this resource class has the following format:

TSS PERMIT(acid) DBD(prefix(es)) ACCESS(access levels)
Prefix length

One to eight characters per prefix

Capacity of list

One to five prefixes per command

DBD is used with:

The administrator can:

Examples: DBD resource class

This example gives the Personnel Department ownership of the DBD resource for the corporate personnel database (PERSFILE):

TSS ADDTO(PERSDPT) DBD(PERSFILE)

The administrator may now PERMIT access to users or profiles that require access:

This example removes ownership:

TSS REMOVE(PERSDPT) DBD(PERSFILE)

This example permits user PERSF1 to update DBDs used by the Personnel Department:

TSS PERMIT(PERSF1) DBD(PERS44,PERS51,PERS07) ACCESS(U)

This example revokes access:

TSS REVOKE(PERSF1) DBD(PERS44,PERS51)

Now, user PERSF1 may only update PERS07.