Sridar, This will work if you also use a Guarenteed Space Storage Class. The size of the primary allocation on each volume will depend on how the MB/sec rate has been specified in the Storage Class. It's an old technique that many people used to use for SAS before they got their multi-volume support figured out.
For VSAM the first allocation on the second volume would normally be equal to the primary space you have specified if the file is overflowing as you fill it. However this can changed with the Data Class so that you only get the secondary allocation as you overflow onto subsequent volumes. Ron > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of > Veena, Sridhar > Sent: Friday, October 15, 2010 10:23 AM > To: [email protected] > Subject: [IBM-MAIN] Space allocation question... > > Hi, > > > > I am trying to allocate dataset with 6672 cylinders of space across two > volumes as a primary extent. I am told that the allocation should look > as shown below... > > > > //DD1 DD DSN=TEST.DATASET, > > // DISP=(,KEEP), > > // SPACE=(CYL,(3336,20)), > > // VOL=SER=(VOlUME1,VOLUME2) > > > > I tried above allocation but I am getting just 3336 cylinders as initial > allocation. What could be wrong here? Should the volumes be non-SMS? If > they are SMS does it need some SMS rule to allocate primary space > specified across each of the volumes?! Please help. > > > > Sridhar > > > > > ---------------------------------------------------------------------- > 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 ---------------------------------------------------------------------- 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

