> We are wanting to remove some mgmtclas routines, but not sure how that 
> will affect datasets that are still out there under that name ?  We are 
not just 
> deleting the routines, but also the definition themselves.  Will this 
have an 
> adverse affect on datasets that are still out there, or will they still 
function as 
> before ?  Or do we need to do an ALTER first ? 

IIRC - if you delete the management class construct definition without 
ensuring that all datasets with that management class have been altered to 
a new management class, you will no longer be able to manage that data 
automatically.  Say if the old construct was defined to migrate data from 
primary to level 1 to level 2 based on # of days unused and then expire 
after some # of days, that data will be stuck wherever it's at when the 
construct is deleted.  If it's on primary, it stays on primary; if it's on 
level 1, it stays on level 1;etc. -  it will never expire. 

The same will be true for any other criteria defined in the construct. As 
someone else mentioned, it's best to alter all data sets having the old 
management class (including migrated data) to the new management class 
before deleting the construct. 

You can, of course, alter your ACS code to assign different management 
class.  A construct can exist, even though it's not assigned in the code.

**************************************************************************************
This e-mail message and all attachments transmitted with it may contain legally 
privileged and/or confidential information intended solely for the use of the 
addressee(s). If the reader of this message is not the intended recipient, you 
are hereby notified that any reading, dissemination, distribution, copying, 
forwarding or other use of this message or its attachments is strictly 
prohibited. If you have received this message in error, please notify the 
sender immediately and delete this message and all copies and backups thereof.

Thank you.
**************************************************************************************

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to