Dean,
  Do your ACS routines allow for user specification of Data,Mngt, or Stor 
classes?
Look for something similiar to this in your routines,

 WHEN (&DATACLAS EQ &DATA_CLASS &&                                  
       &UNIT EQ &DASD_UNIT)             /*  ALLOW USERS TO SPECIFY  */
   DO                                   /*  DATA CLASS FOR ANY      */
     SET &DATACLAS =3D &DATACLAS          /*  DASD_UNIT ALLOCATION    */
     EXIT                                                            
   END     
                                                           
snip

Did you consider simply adding the STORCLAS() DATACLAS() options to
the Define Cluster?  If you have a pre-existing pool that would
suffice, it would not require fiddling with your SCDS & ACS routine
just to capture a particular DSN.

This will also suffice if you only need, in the short-term, to add a
DATACLAS definition to cover Extended Addressing.  That would give
you time to calmly think through any changes to the ACS routines
which can be problematic as they grow.
unsnip 

 


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