Previous Topic: DBD Resource Class—Secure IMS Database NameNext Topic: DCSS Resource Class—Secure Segments


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.