How can we check the amount of free space available for a VSAM dataset?

Questions by kanchhana   answers by kanchhana

Showing Answers 1 - 9 of 9 Answers

It depends on how the DS was allocated. Was it in a storage pool? Or did it contain a list of eligable DASD volumes? How much space is left in that pool or list of volumes? How large were the primary & secondary extents defined? How many extents is it using right now?There are many qualifications that can cause a VSAM file to be 'full'. I.E. Running out of extents, running out of available DASD, run out of VTOC space, etc.Without knowing the specifics, it's very difficult to answer that question.

RTM,kk

  Was this answer useful?  Yes

For any information related to VSAM dataset, we can code LC(LISTCAT) before the name of dataset. then it will display the entire information about that particular VSAM dataset.

for space used....
it will give like...

Total spce used : 45 tracks
Total Space allocated : 50 tracks.

please let me know, if it have any another way to find the freespace.

Regards
Sai krishna Yadav. Jinka

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions