Previous Topic: DXTABLE Resource Class—Secure CASYSVIEW DXTABLENext Topic: FCT Resource Class—Secure CICS File Control Table Entries


Example: DXTABLE resource class

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

TSS ADDTO(CORPORAT) DXTABLE(TABLE1)

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

This example removes ownership:

TSS REMOVE(CORPORAT) DXTABLE(TABLE1)

This example permits users in the Technical Services Department to access DXTABLE(TABLE1.PRODTAB) on Fridays only:

TSS PERMIT(TECHPROF) DXTABLE(TABLE1.PRODTAB)
                 DAYS(FRIDAY)

This example permits users in the Technical Services Department to access DXTABLE(TABLE1.PRODTAB):

TSS PERMIT(TECHPROF) DXTABLE(TABLE1.PRODTAB)

This example revokes access:

TSS REVOKE(TECHPROF) DXTABLE(TABLE1.PRODTAB)