You can define an SMS managed VSAM file without specifiying the volume parameter IF your Dataclas has a volume count defined. In the example VOLUME(*), you would normally get 1 volume; but IIRC the VOLUME COUNT or the DYNAMIC VOLUME COUNT parameters in the dataclas will allow additional volumes to be added. ddkeller
Robert Pelletier <[EMAIL PROTECTED]> Sent by: IBM Mainframe Discussion List <[email protected]> 09/05/2006 10:51 AM Please respond to IBM Mainframe Discussion List <[email protected]> To [email protected] cc Subject Re: unable to Allocate Space on User Volume Hi Doug. I thought if it was SMS managed you didn't need the volumes parameter. Is this VOLUMES parameter only for the first define? If I use VOLUME(*) will SMS span the file over the 9 SMS volumes? Have a Nice Day ! Bob Pelletier Connecticut Student Loan Foundation Rocky Hill, Ct. -----Original Message----- From: Douglas Shupe [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 11:40 AM To: [email protected] Subject: Re: unable to Allocate Space on User Volume IDC3506I A REQUIRED VOLUME LIST HAS BEEN OMITTED Explanation: The VOLUMES parameter does not appear in the command when required. Application Programmer Response: Probable user error. A volume list must be available to DATA and INDEX objects (the INDEX object appears only if the data set is KSDS). The availability may be through explicit specification of volumes, via propagation of volumes from the Cluster parameter list or from the model object. You will need to point to a volume or get SMS to assign a volume. VOLUME(*) will get you one SMS volume. VOLUME(your volid) Regards, Doug Shupe ************************************************************************************** This e-mail message and all attachments transmitted with it may contain legally privileged and/or confidential information intended solely for the use of the addressee(s). If the reader of this message is not the intended recipient, you are hereby notified that any reading, dissemination, distribution, copying, forwarding or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately and delete this message and all copies and backups thereof. Thank you. ************************************************************************************** ---------------------------------------------------------------------- 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

