Previous Topic: DCSS Resource Class—Secure SegmentsNext Topic: DCTABLE Resource Class—Secure CA SYSVIEW DCTABLE


DCT Resource Class—Secure CICS DCT Data

Valid on z/OS and z/VSE.

Use DCT to secure transient data entries in the CICS Destination Control Table (DCT).

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

TSS ADDTO(acid) DCT(oper,oper,oper,...)
Prefix length

One to eight characters

Capacity of list

One to five CICS destinations per TSS command

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

TSS PERMIT(acid) DCT(prefix(es))
                 ACCESS(access levels)
Prefix length

One to eight characters

Capacity of list

One to five prefixes per TSS command

DCT is used with:

The administrator can:

Examples: DCT resource class

This example protects a CICS destination by assigning ownership to the Corporate Level Division (CORPCICS):

TSS ADDTO(CORPCICS) DCT(PRT6)

This example removes ownership:

TSS REMOVE(CORPCICS) DCT(PRT6)

This example permits a user full access to the installation's DCTs:

TSS PERMIT(USER05) DCT(DCT1) ACCESS(ALL)

This example revokes access:

TSS REVOKE(USER05) DCT(DCT1)