Previous Topic: IUCV Resource Class—Secure IUCV Target UsersNext Topic: JESINPUT Resource Class—Secure JES Job Entry Sources


JCT Resource Class—Secure JCT Entries

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,...)
Prefix length

One to seventeen characters

Capacity of list

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)
Prefix length

One to eight characters

Capacity of list

One to five JCT prefixes per TSS command

This keyword uses:

The administrator can:

Example: JCT resource class

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)