Previous Topic: TCICSTRN Resource Class—Secure CICS TCICSTRN RESCLASSNext Topic: TERMINAL Resource Class—Secure Terminals


Examples: TCICSTRN resource class

This example protects the resource with CA Top Secret by assigning ownership to the Corporate Department (owning acid):

TSS ADDTO(CORPORAT)TCICSTRN(CEMT)

The administration may now PERMIT access to users or profiles that require access.

This example removes ownership:

TSS REMOVE(CORPORAT)TCICSTRN(CEMT)
TSS PERMIT(TECHPROF)TCICSTRN(CEMT)

This example revokes access:

TSS REVOKE(TECHUSER)TCICSTRN(CEMT)