|
|
| Author |
Message |
GANAPATH
New User
Joined: 06 Mar 2006 Posts: 35
|
|
|
|
i created a dataset that has lots of data in it,so when i see the information it shows 5 different volume serials are used, how can i really find out if the data resides in those volumes or where can i check how much data was written in each volume
Thanks |
|
| Back to top |
|
 |
References
|
Posted: Thu Mar 15, 2007 9:08 pm Post subject: Re: how to find how much data res in each volume for a dataset |
 |
|
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 7913 Location: 221 B Baker St
|
|
|
|
Hello,
You can find this information in a LISTVTOC (using IEHLIST). You will want to run a LISTVTOC for each volume that your dataset was allocated across.
If you go to 3.4 and place an S beside your dataset name, you can see the total space used - which is usually the primary consideration.
It may be interesting to see how the allocation was distributed across the 5 volumes, but there is nothing you can use the info for in your code. |
|
| Back to top |
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 3167 Location: Brussels once more ...
|
|
|
|
First question - why would you want to do this.
You have created a dataset, it worked exactly as planned. So why the intrigue ? |
|
| Back to top |
|
 |
|
|