MGMTCLAS
(SMS-managed data sets only.) The MGMTCLAS keyword specifies the SMS management class that is assigned to an SMS data set.
Syntax
MGMTCLAS=(mgmtclas|user_var|$NULL, mgmtclas|user_var|$NULL,…,op)
Where:
mgmtclas is the 1 - 8 character name that is assigned to the SMS management 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 MGMTCLAS=STANDARD
IDCAMS equivalent
DEFINE CLUSTER(MANAGEMENTCLASS(LONGTERM) ...)
Related Enhanced Allocation Management function
SET_MGMTCLAS
Examples
MGMTCLAS=TSO
MGMTCLAS=(&CLASSA,&CLASSC)
MGMTCLAS=(S1P01,MC06,EQ)
MGMTCLAS=($NULL, MC06,S1P01,AMG*)