Previous Topic: DCT Resource Class—Secure CICS DCT DataNext Topic: DCTABLE Resource Class—Secure CA-SYSVIEW DCTABLE


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)