View previous topic :: View next topic
|
Author |
Message |
phanirajasekhar
New User
Joined: 03 Jun 2005 Posts: 3 Location: Chennai
|
|
|
|
Hi
From a REXX program which is Getting a MultiVolume Dataset as input and after processing while allocating a new dataset do we need to create a multivolume dataset again using UCOUNT() option for ALLOC command
or MVS it self will allocate the dataset to multiple volumes if the allocated space not available in single Volume.
thanks
raj |
|
Back to top |
|
|
MGIndaco
Active User
Joined: 10 Mar 2005 Posts: 432 Location: Milan, Italy
|
|
|
|
I tried to copy with rexx a dataset on multi-volume to another dataset and new volumes are automatically added from sms.
In my opinion, it's very expensive and wrong use Rexx to allocate big dataset on multi-volume without compiling it. |
|
Back to top |
|
|
phanirajasekhar
New User
Joined: 03 Jun 2005 Posts: 3 Location: Chennai
|
|
|
|
actually in the issue we trying to fix is deals with multivolume files only.
according to my understanding , even if any multivolume files comes in as input ,it doen't mean that i too need to create the multivolume file.
but i am not sure what happens if the allocated space is not available in
in a single volume will MVS takecare by it self or we need to create the multivolume file programatically
hope i explained my doubt clearly. |
|
Back to top |
|
|
MGIndaco
Active User
Joined: 10 Mar 2005 Posts: 432 Location: Milan, Italy
|
|
|
|
Depend on the setting of the segment in the name of your dataset.
If you talk with your Storage Admin I'm sure that he can aswer to your request. I.e. if you want to allocate a dataset on multivolume, the second, third and other volume added are part of your personal storage group so, if you try to allocate a dataset through rexx or other: MYUSERID.BIG.BANG the storage class is automatically defined for it.
There is a segment MYUSERID.%% that allow you to allocate in all the set of disk of your storage class. |
|
Back to top |
|
|
MGIndaco
Active User
Joined: 10 Mar 2005 Posts: 432 Location: Milan, Italy
|
|
Back to top |
|
|
phanirajasekhar
New User
Joined: 03 Jun 2005 Posts: 3 Location: Chennai
|
|
|
|
hi
i tried to copy a dataset which is multivolume to a normal dataset which i have created from my rexx program. after completion of copy the destination dataset also became multivolume as the size required is huge.
so , i guess i need not worry about the creation of multivolume dataset from the rexx program.
thanks |
|
Back to top |
|
|
|