You don't distinguish the volumes. To the MVS system, all SMS managed volumes are mounted PRIVATE.
Use SMS ACS routines to separate the datasets into separate storage groups. All your STORAGE volumes today would be placed in a storage group named E.G. STORWRK. All your PUBLIC volumes would be placed in a storage group named E.G. STORPUB. The ACS routines would send the appropriate datasets to the appropriate storage groups. The DFSMS bookshelf has some very good manuals on setting up SMS ACS routines and the various classes, including the usage of storage groups for temporary and work type datasets. There are even some Redbooks on the subject which offers a step-by-step approach to setting up an SMS configuration. On Thu, 17 Aug 2006 21:55:03 +0800, Tommy Tsui <[EMAIL PROTECTED]> wrote: >HI, >Currently all our volumes are NON-SMS managed therefore all temporary files >UNIT=SYSDA, VOL=SER=NIL will allocate to WORKs volumes/STORAGE volumes, all >&TEMP files will allocate to PUBLIC volumes and the others will allocate to >private volumes. if we plan to use SMS managed all volumes how can I >distinct the STORAGE volumes, > >for example >if &DSN = 'ZSMD.TEST' then > set strgrp to ZSMDTEST /* all files beginning with "ZSMD" will >allocate to this group includes UNIT=SYSDA, even without volume assigned >if &DSTYPE = "TEMP" > set strgrp to TEMPFILE /* temporary file > >thanks >----- Âà§eªÌ Tsui Yuk Kai/Production Mgt Div/Information Technology >Dept/BOCHK/BOCG ©ó 2006/08/17 ¤U¤È 09:44 ----- > > Tom Marchant > <[EMAIL PROTECTED] > AHOO.COM> ¦¬¥ó¤H > ±H¥ó¤H¡G IBM [email protected] > Mainframe °Æ¥»§Û°e > Discussion List > <[EMAIL PROTECTED] ¥D¦® > .EDU> Re: How can the ACS routine to > bpass checking the storage volume > datasetst? > 2006/08/17 ¤U¤È > 09:38 > > > ½Ð¦^«H µ¹ > IBM Mainframe > Discussion List > <[EMAIL PROTECTED] > .EDU> > > > > > > >On Thu, 17 Aug 2006 11:35:54 +0800, Tommy Tsui <[EMAIL PROTECTED]> >wrote: > >>Hi all, >> >>I am using SMS to manage a group of volume but how to handle the WORK >PACK, >>I means the storage volume, how can the ACS routine to bypass checking >the >>storage volume datasetst? >> >>UNIT=SYSDA,DSN=TESTFILE,DISP=(,PASS) >> >> >Why do you want to do that? What are you trying to accomplish? > ---------------------------------------------------------------------- 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

