Previous Topic: PDSMEMn Resource Class—Secure Partitioned Data Set MembersNext Topic: PROGRAM Resource Class—Secure Programs and Utilities


PPT Resource Class—Secure the CICS PPT

Valid on z/OS and z/VSE.

Use PPT to secure program entries in the CICS Program Propagation Table (PPT).

When used with TSS ADDTO/REMOVE, this resource class has the following format:

TSS ADDTO(acid) PPT(program)
Prefix length

One to eight characters

Capacity of list

One to five CICS PPTs per TSS command

When used with TSS PERMIT/REVOKE, this resource class has the following format:

TSS PERMIT(acid) PPT(program)
Prefix length

One to eight characters

Capacity of list

One to five prefixes per TSS command

This keyword is used with:

The administrator can:

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)

This example grants USER01 inquire and set access to the APPLPROG program propagation table:

TSS PERMIT(USER01) PPT(APPLPROG) ACCESS(INQUIRE,SET)