Previous Topic: DTSYSTEM Resource Class—Secure CASYSVIEW DTSYSTEMNext Topic: DTTABLE Resource Class—Secure CASYSVIEW DTTABLE


Examples: DTSYSTEM resource class

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

TSS ADDTO(CORPORAT) DTSYSTEM(SYSTEM1)

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

This example removes ownership:

TSS REMOVE(CORPORAT) DTSYSTEM(SYSTEM1)

This example permit users in the Technical Services Department to access DTSYSTEM(SYSTEM1.PRODSYS) on Fridays only:

TSS PERMIT(TECHPROF) DTSYSTEM(SYSTEM1.PRODSYS)
                 DAYS(FRIDAY)

This example permits users in the Technical Services Department to access DTSYSTEM(SYSTEM1.PRODSYS)

TSS PERMIT(TECHPROF) DTSYSTEM(SYSTEM1.PRODSYS)

This example revokes access:

TSS REVOKE(TECHPROF) DTSYSTEM(SYSTEM1.PRODSYS)