Previous Topic: VSEPART Resource Class—Secure PartitionsNext Topic: VSEUSER Resource Class—Secure TSSVSE Users


Example: VSEPART resource class

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

TSS ADDTO(CORPORAT) VSEPART(vsepart)

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

This example removes ownership:

TSS REMOVE(CORPORAT) VSEPART(vsepart)

This example permits users to access VSEPART(BG) on Fridays only:

TSS PERMIT(TECHUSER) VSEPART(BG) DAYS(FRIDAY)

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

TSS PERMIT(TECHPROF) VSEPART(BG)

This example revokes access:

TSS REVOKE(TECHUSER) VSEPART(BG)