Management Class Synchronization Service
What you can do with the service
The Management Class Synchronization Service synchronizes data sets to new or changed management class assignment rules.
To change the management class of a data set, generate control cards for the IDCAMS ALTER command.
Organization of the report
The Management Class Synchronization Service does not produce a report.
The control card generation facility is used with the service to build control cards to change the management class of the selected data sets.
Usage notes for creating the service
Consider the following information when using the Management Class Synchronization Service:
- The BMC AMI Storage subsystem must be executing to run the Management Class Synchronization Service.
All selected data sets are processed by the SMS management class ACS exit and the SMSACSMC function. If the returned management class differs from the management class that the data set already has, control cards are generated; if the returned management class is the same as the data set’s current management class, control cards are not produced.
Regardless of whether the SMSACSMC function is running in active, simulated, or inactive mode, the function still processes the data sets that are specified in the reporting INC statements. However, if the function is deactivated in the SMFUNCxx member by ACTIVE=NO, the function does not process any data sets. The SMSMANAGED parameter of the SMSACSTE function has no effect on the report.
- Filter and rule list entries which select on other parameters (for example, SYSID or DSTYPE) will not be considered for matching. See Filter-and-rule-lists.
The following example shows two data sets that have management classes assigned and the SMSACSMC rule list that changes the management classes:
Data set name
Management class
GLYTD.DIV90.TRANS.ACT
HOLD15
GLYTD.DIV90.TRANS.MSTR
HOLD30
The SMSACSMC rule list has been changed to assign new management classes to both these data sets.
The following MCS specification will generate the cards that follow:
EXCLUDE MIGRATED DS = YES
REPORT TYPE=MCS
INCLUDE DSN=GLYTD.DIV90./
GENERATE CARDS DD=CARDOUT
ALTER &DSN -
MANAGEMENTCLASS(&MCNAME)
cards:
ALTER GLYTD.DIV90.TRANS.ACT -
MANAGEMENTCLASS(HOLD90)
ALTER GLYTD.DIV90.TRANS.MSTR -
MANAGEMENTCLASS(HOLD180)