Previous Topic: VSELIB Resource Class—Secure TSSVSE LibrariesNext Topic: VSEUSER Resource Class—Secure TSSVSE Users


VSEPART Resource Class—Secure Partitions

Valid on z/OS and z/VSE.

Use VSEPART to secure VSEPART for z/VSE partitions.

When used with TSS ADDTO/REMOVE, this resource class has the following format:

TSS ADDTO(acid) VSEPART(VSEPART1)
Prefix length

One to two characters

Capacity of list

One to two prefixes per TSS command.

When used with TSS PERMIT/REVOKE, this resource class has the following format:

TSS PERMIT(acid) VSEPART(VSEPART1)
Prefix length

One to two characters

MAXOWN length

2

MAXPERMIT length

2

This keyword is used with:

The administrator can use any of the following methods to control access to VSEPART resources: Expiration, Facility, Program Pathing, Time/Day, and Actions.

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)