Previous Topic: DTTABLE Resource Class—Secure CASYSVIEW DTTABLENext Topic: DTUTIL Resource Class—Secure CASYSVIEW DTUTIL


Examples: DTTABLE resource class

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

TSS ADDTO(CORPORAT) DTTABLE(TABLE1)

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

This example removes ownership:

TSS REMOVE(CORPORAT) DTTABLE(TABLE1)

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

TSS PERMIT(TECPROF) DTTABLE(TABLE1.PRODTAB) DAYS(FRIDAY)

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

TSS PERMIT(TECHPROF) DTTABLE(TABLE1.PRODTAB)

This example revokes access:

TSS REVOKE(TECHPROF) DTTABLE(TABLE1.PRODTAB)