What is the use of VSAM files? How to read this ?
Answers were Sorted based on User's Feedback
Answer / y@$w@nth
VSAM stands for Virtual Storage Access Method.it organizes
the records in a file in different formats for faster
accessing. various vsam datasets(files) structures are
KSDS(Key Sequential Dataset)
ESDS(Entry Sequenced Dataset)
RRDS(Relative Record Dataset)
we can read the Vsam Files
sequentially,randomly,dynamically(sequential,random) based
on the organization it refers.the following are the access
methods that we can perform on vsam datasets(files)
KSDS(sequential,random,dynamic)
ESDS(sequential,random)
RRDS(sequential,random)
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / dinesh
VSAM (or) VIRTUAL STORAGE ACCESS METHOD. it is faster access
to data, when comparing other access methods by the way of
Data sets ORGANIZATION. we can able to insert a records in
good way.records are physical removed while we deleting the
records and we can get the free space.
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / raaj
vsam is an accessing and storing method ,which provides an
efficient way of storng and accessing file data.
| Is This Answer Correct ? | 4 Yes | 1 No |
explain in brief why do vsam take more disk space than other utilities?
By seeing a program how we findout it is a VSAM program?
what how do you initialize a vsam file before any operation? A vsam with alternate index?
What is the difference between sequential files and ESDS files?
Define base cluster?
How many times secondary space allocated?
what do you mean by define model parameter?
What is the purpose of the FILE STATUS clause in the SELECT statement?
what do you mean by the cobol record key clause in vsam?
What is recovery parameters in define cluster command?
Can AMS commands be run from the TSO prompt ?
What is VERIFY command ? when do you use this command?? What actually it does ??