>One thing to remember is that you can't change the storage class of migrated 
>datasets with alter.
>It should be possible to re-assign these on recall using the storage class ACS 
>routine. 

It is.
You can also make it environmentally specific, ie: SMS knows when a dataset is 
being recalled vs 'freshly' created, so you can make decisions such as:

IF stclass == STC135 THEN stclass := STC005
ELSE IF stclass == STC136 THEN stclass := STC006
.. etc.

(PS: the above is pseudo-code, and is not intended to resemble any language, 
living, dead, or crippled -- (8-{]} )

-
Too busy driving to stop for gas!

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

Reply via email to