Previous Topic: STATION Resource Class—Secure CADISPATCH and CASCHEDULERNext Topic: SUBSCHEM Resource Class—Secure CAIDMS Subschema Names


STORCLAS Resource Class—Secure SMS Storage Classes

Valid on z/OS.

Use STORCLAS to secure SMS storage classes as defined by the storage administrator.

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

TSS ADDTO(acid) STORCLAS(storage classes,...)
Prefix length

One to eight characters

Capacity of list

Five storage classes per TSS command

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

TSS PERMIT(acid) STORCLAS(storage classes,...)
Prefix length

One to eight characters

Capacity of list

Five storage classes per TSS command

This keyword is used with:

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

Examples: STORCLAS resource class

This example protects storage class of PRODSTOR:

TSS ADDTO(DEPT02) STORCLAS(PRODSTOR)

This example removes ownership:

TSS REMOVE(DEPT02) STORCLAS(PRODSTOR)

This example allows an ACID to use the PRODSTOR storage class:

TSS PERMIT(USER02) STORCLAS(PRODSTOR)

This example revokes access:

TSS REVOKE(USER02) STORCLAS(PRODSTOR)