Previous Topic: VSEUSER Resource Class—Secure TSSVSE UsersNext Topic: VTAMAPPL Resource Class—Secure VTAM ACB Access


Examples: VSEUSER resource class

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

TSS ADDTO(CORPORAT) VSEUSER(PRODUSER)

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

This example removes ownership:

TSS REMOVE(CORPORAT) VSEUSER(PRODUSER)

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

TSS PERMIT(TECHPROF) VSEUSER(PRODUSER) DAYS(FRIDAY)

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

TSS PERMIT(TECHPROF) VSEUSER(PRODUSER)

This example revokes access:

TSS REVOKE(TECHPROF) VSEUSER(PRODUSER)