Page 1 of 1

Vsam File Space usage

PostPosted: Tue Apr 17, 2012 12:51 pm
by Nara_513
Hi ALL,

I have requirement where i need to check the VSAM files total space left, i will be giving a thresh hold value, depending on that we need to increase the VSAM file space.

Is their any way to get the remaining space in a VSAM file...?

Thanks in advance..

Re: Vsam File Space usage

PostPosted: Tue Apr 17, 2012 12:59 pm
by steve-myers
Use LISTCAT ALL ENTRIES(VSAM dataset name) and start analyzing the output, particularly things like HIGH-A-RBA and HIGH-U-RBA.