What is a VSAM dataset?

devquora
devquora

Posted On: Feb 22, 2018

 

There are three types of datasets access methods used by VSAM. A dataset is a physical record made into a collection which is stored in disks. It is identified by MVS with labels.

  • ESDS - Entry Sequence Data Set. This contains all files that are interface specific. It can be accessed through Relative Byte Address.
  • KSDS - Key Sequence Data Set. This also contains files that are interface specific. It can be accessed through a secondary index.
  • RRDS - Relative Data Set. It contains interface specific files and can be accessed through Relative Record Number.

All the records in VSAM files are either fixed or variable in length. They are all organized in fixed-size blocks which are known as Control Intervals. It is measured in bytes. When the size increases they are called Control Areas. These are measured in disk tracks or cylinders.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    VSAM Interview Questions

    Explain about the file objects in VSAM?

    Every file in VSAM has two objects which define this storage system...

    VSAM Interview Questions

    Explain the process in which flat files are converted into VSAM files.

    Flat files can be converted into VSAM files with this process...