Previous Topic: PSB Resource Class—Secure the IMS Program Specification BlockNext Topic: PSFMPL Resource Class—Secure Output Labeling Suppression


Examples: PSB resource class

To assign ownership of the PSB, PERSDB, to the Personnel Department:

TSS ADDTO(PERDEPT) PSB(PERSDB)

This example removes ownership:

TSS REMOVE(PERDEPT) PSB(PERSDB)

This example permits users to access the department's PSBs:

TSS PERMIT(DTG05) PSB(PERSDB)

This example revokes access:

TSS REVOKE(DTG05) PSB(PERSDB)