Previous Topic: DCSS Resource Class—Secure SegmentsNext Topic: DCT Resource Class—Secure CICS DCT Data


Example: DCSS resource class

This example protects the DCSS named SAS by assigning ownership to the Engineering Department (ENGDEPT):

TSS ADDTO(ENGDEPT) DCSS(SAS)

This example removes ownership:

TSS REMOVE(ENGDEPT) DCSS(SAS)

This example permits a user in the Engineering Department to use the program product, SAS:

TSS PERMIT(ENGUSER) DCSS(SAS)

This example revokes access:

TSS REVOKE(ENGUSER) DCSS(SAS)