|
|
| Author |
Message |
kvmadhusudhan
New User
Joined: 10 Dec 2004 Posts: 2
|
|
|
|
i am having one private vsam pds dataset. i want to know how much free space is availabe in that data set.
what is the way...
thanks
madhu |
|
| Back to top |
|
 |
References
|
Posted: Fri Dec 10, 2004 7:31 pm Post subject: Re: vsam remining space |
 |
|
|
 |
ksivapradeep
Active User
Joined: 30 Jul 2004 Posts: 98
|
|
|
|
hi madhu,
the CIDF in the CI contains information regarding the how much free space avilable so we can find out with that but how to access that CIDF i dont know if u get that let me know
thanks,
regards,
siva pradeep |
|
| Back to top |
|
 |
avadhanam_s
New User
Joined: 14 Dec 2004 Posts: 3 Location: Hyderabad
|
|
|
|
Hi Madhu,
U can use the ListCAt command on the VSAM file and get all the stastics about the file. In the follwoing way u can use the Listcat command.
Open the VSAM file in 3.4 option and give lc in front of the file and press enter.....
U will get all the satstics. |
|
| Back to top |
|
 |
|
|