> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Crispin Hugo > Sent: Friday, October 06, 2006 12:52 PM > To: [email protected] > Subject: Re: System LOGR files and SMS > > > OK, I see that I was right about having to use SMS. > Anybody know how I can get SMS to put the b****y data sets > where I want them > > > Crispin Hugo > Systems Programmer, Macro 4
Set up a storage group which contains exactly the volume(s) you want the LOGR datasets on. This is required. There is no way to direct SMS, in an ACS routine at least, to allocate an SMS managed dataset to a specific volume within a storage group (let's ignore GUARANTEED SPACE, please - I don't think this could be use for LOGR datasets anyway, not successfully). We have volumes dedicated to LOGR datasets and they are in a specific storage group which nothing else uses. Either set up a storage class strictly for the LOGR files (based on HLQ) and use that in the STORGRUP ACS routine to direct it to a storage group which has the volume(s) you want the LOGR files on. This is what we do. Or you could just use "whichever" storage class you want and then use the STORGRUP ACS routine to assign the storage group based on the HLQ instead of the storage class. Bottom line: You must create a unique STORGRUP for these datasets and assign the LOGR datasets to go into this STORGRUP. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology This message (including any attachments) contains confidential information intended for a specific individual and purpose, and its content is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this transmission, or taking any action based on it, is strictly prohibited. ---------------------------------------------------------------------- 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

