Previous Topic: STATION Resource Class—Secure CADISPATCH and CASCHEDULERNext Topic: STORCLAS Resource Class—Secure SMS Storage Classes


Examples: STATION resource class

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

TSS ADDTO(CORPORAT) STATION(ABCDEFGH)

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

This example removes ownership:

TSS REMOVE(CORPORAT) STATION(ABCDEFGH)

This example permits users in the Technical Services Department to access ABCDEFGH on Fridays only:

TSS PERMIT(TECHPROF) STATION(ABCDEFGH)
                     DAYS(FRIDAY)

This example permits users in the Technical Services Department to access ABCDEFGH:

TSS PERMIT(TECHPROF) STATION(ABCDEFGH)

This example revokes access:

TSS REVOKE(TECHPROF) STATION(ABCDEFGH)