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))
One to eight characters
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)
One to eight characters per prefix
One to five prefixes per command
DBD is used with:
The administrator can:
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.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|