IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Memory used by VSAM file?


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
senthilmurugan

New User


Joined: 19 Feb 2008
Posts: 15
Location: chennai

PostPosted: Fri Feb 03, 2012 12:15 pm
Reply with quote

How to find out the memory used by the VSAM file. I can able to see only the allocated space in the IDCAMS LISTCAT ALL command.

Code:
TYPE------CYLINDER
PRI-------------40
SEC-------------10

How can I know the how many CYLINDERS used by my VSAM file currently?
Please help me.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Feb 03, 2012 12:42 pm
Reply with quote

Quote:
Memory used by VSAM file?

in IT good terminology is essential to good communication and understanding ...

the term commonly used for this <memory> is usually referred as [dasd]-space with the distinction between allocated and used

real storage is generally used to refer to the <memory> of the mainframe

all You might want to know about VSAM can be found here
www.redbooks.ibm.com/abstracts/sg246105.html?Open
and
www.redbooks.ibm.com/abstracts/sg246366.html?Open
and
www.redbooks.ibm.com/abstracts/sg246983.html?Open

for the whole series of ABCS
search the ibm redbooks url wit ABCS SYSTEM PROGRAMMING

and naturally the IBM DFSMS manuals starting from
www-03.ibm.com/systems/z/os/zos/bkserv/index.html

and in the hope that this suggestion will not prevent You from reading and researching the manuals

the percentage of space used can be calculated as ...

( high used RBA / high allocated RBA ) * 100
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top