Can anybody please hazard a guess.  I have to prevent the migration of a couple of 
DB2 files which are SMS managed.  I checked the the Management Class ACS routine to 
see if the AM2.VARF.SNTL*.** & AM2.GLE.REPS*.** is in the INCLUDE filter list 
but I didn't find it.  Can you please tell me where I should track it down?  I 
looked in the SC as well and nothing so far.
assuming that you are using DFSMShsm, the values in the management class assigned to the datasets will control migration. You need to assign them a management class with parameters which do not allow migration. Assuming that these datasets don't get deleted and reallocated, you can use an IDCAMS "ALTER dsn MGMTCLAS(name)". If they do get reallocated , you will need to upgrade the management class ACS routine to recognize these datasets and assign an appropriate class. Or If you allow specification of classes when the datasets are allocated, you could just add MGMTCLAS(name) to the DEFINE.\

If you use FDRABR to archive datasets, ABR optionally honors the parms in the management class, or can ignore them and use its own rules. Check out the archive job.
--
Bruce Black
Senior Software Developer
Innovation Data Processing

----------------------------------------------------------------------
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