On Fri, 17 Aug 2007 10:57:17 -0700, Ulrich Krueger wrote: > > ... what DATACLAS and/or >MGMTCLAS are you assigning to this VSAM dataset so that it will become a >valid SMS-managed VSAM dataset? > >Correction ... >I meant to ask about STORCLAS and MGMGCLAS definitions.
MGMTCLAS ACS routine is irrelevant. It doesn't get invoked until after a STORCLAS is assigned by the STORCLAS ACS routine. The test for DASD_UNITS could be stopping this allocation. Or perhaps you have another test that is causing STORCLAS to be set to null, making the data set non-managed. I notice that in yout ISPF test you allocated a non-VSAM data set. Is there an earlier test for VSAM that prevents this data set from being managed? You might want to sprinkle some WRITE statements in the ACS routine to show you where you've been. -- Tom Marchant ---------------------------------------------------------------------- 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

