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)
One to eight characters
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)
One to eight characters
One to five prefixes per TSS command
This keyword is used with:
The administrator can:
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)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|