Hi Theo,
Change:
IF &ACSENVIR = 'SPGMCLTR' THEN
SELECT (&MGMTCLAS)
WHEN ('USRTIER1')
SET &MGMTCLAS = 'USRTIER2'
OTHERWISE SET &MGMTCLAS = &MGMTCLAS
END
to:
IF &ACSENVIR = 'SPGMCLTR' THEN
SET &MGMTCLAS = 'USRTIER2'
END
This obviously overly simplifies it, unless you only plan on making the change
to one management class. Unfortunately, with the current limitations, you may
not have access to the RO variables that you need to add the correct logic.
I also forgot to point out that we shipped a Development APAR OA47700 that
enables you to override ACS logic and just specify MC, SC and / or storage
group on the various Migrate Transition commands. For example, you could
transition a data set to just a new storage group with the command HMIGRATE
DSNAME(... ) TRANSITION(STORAGEGROUP(Nearline)).
If you'd like to set up a conference call to discuss your options in more
detail, you can email me at [email protected].
Glenn
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN