What is the use of VSAM files? How to read this ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the main function of linear dataset?

563


How do you define an altindx?

568


in a cobol select statement, can you tell what is the organization for a ksds?

629


What is the purpose of having vsam data space?

530


Explain the device independent method to indicate where a record is stored?

483






Explain about the file objects in vsam?

613


Define free space?

577


what do you mean by a vsam split?

581


explain the information contained in ci

608


What are the common vsam error conditions and codes?

590


what will happen when you try to open an empty vsam file in a cobol program for input?

623


explain how do you define a gdg in vsam?

587


what is the purpose of the verify function of idcams?

601


what is buffering and how does it apply to vsam files ?

716


Why is master catalog used in vsam?

579