STORCLAS

The STORCLAS keyword specifies an SMS storage class that is assigned to an SMS data set.

Syntax

Read syntax diagramSkip visual syntax diagramSTORCLAS=(,storclasuser_var$NULL,op)

STORCLAS=(storclas|user_var|$NULL, storclas|user_var|$NULL,…,op)

Where:

storclas is the 1 - 8 character string that specifies the SMS storage class. Wildcard characters are permitted.

Default

None.

Environments

ACS, ALLOCATE, EXTEND, UNALLOCATE, STOW, and CATCHECK

Note: During ACS processing, the value that is used is the value that is assigned by the user or the system before Advanced Allocation Management processing. In the other environments, the value that is used is the value that is assigned by Advanced Allocation Management (if specified); otherwise, it is the value that is assigned by the user or by the system.

JCL equivalent

DD01 DD STORCLAS=PAYRCLAS

IDCAMS equivalent

DEFINE CLUSTER(STORAGECLASS(PAYRCLAS) ...)

Related Enhanced Allocation Management function

SET_STORCLAS

Examples

STORCLAS=TSO
STORCLAS=$NULL
STORCLAS=(TSO,S1P0,EQ)
STORCLAS=(TSO,S1P*,$NULL)
STORCLAS=(&CLASSES)