Valid on z/OS and z/VSE
Use JCT to secure entries in the CICS Journal Control Table (JCT).
When used with TSS ADDTO/REMOVE, this resource class has the following format:
TSS ADDTO(acid) JCT(oper,oper,oper,...)
One to seventeen characters
One to five JCT prefixes per TSS command
When used with TSS PERMIT/REVOKE, this resource class has the following format:
TSS PERMIT(acid) JCT(prefix(es))
ACCESS(access levels)
One to eight characters
One to five JCT prefixes per TSS command
This keyword uses:
The administrator can:
This example assigns ownership of a JCT, by adding the JCT to Department 1:
TSS ADDTO(DEPT1) JCT(J03)
This example removes ownership:
TSS REMOVE(DEPT1) JCT(J03)
This example permits a user all access to a predefined journal through the CICSTEST facility:
TSS PERMIT(GKM75) JCT(JC03)
ACCESS(ALL)
FACILITY(CICSTEST)
This example revokes access:
TSS PERMIT(GKM75) JCT(JC03)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|