Previous Topic: PPT Resource Class—Secure the CICS PPTNext Topic: PROGRAM Resource Class—Secure Programs and Utilities


Example: PPT resource class

This example assigns ownership of a PPT name, CP12388, to a department:

TSS ADDTO(CICSCORP) PPT(CP12388)

This example removes ownership:

TSS REMOVE(CICSCORP) PPT(CP12388)

This example permits a test CICS user access to a program, APPLPROG:

TSS PERMIT(GKM75) PPT(APPLPROG)

This example revokes access:

TSS REVOKE(GKM75) PPT(APPLPROG)