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

Answers were Sorted based on User's Feedback



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

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

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

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

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

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

Post New Answer

More VSAM Interview Questions

what is the meaning of each of the values in shareopts(2 3)?

0 Answers   IBM,


How to get the last record in vsam file in cluster?

0 Answers  


Can AMS commands be run from the TSO prompt ?

1 Answers   IBM,


Is it slower if you access a record through alt index as compared to primary index?

0 Answers  


In vsam at the cluster creation for KSDS FREESPACE parameter is required but for ESDS FREESPACE parameter is not required ?

4 Answers   IBM,






what's the biggest disadvantage of using a VSAM dataset?

8 Answers   Anjana, CTS, DSRC, IBM,


In a KSDS file, key is missing for one record. How to insert the key for that particular record from back up file. Is there any sorting needed for the back up file before the key insertion?

0 Answers   RBS,


What are the information stored in ci?

0 Answers  


FREESPACE can be specified for which type of cluster? a.LDS b.RRDS c.ESDS d.KSDS

2 Answers  


in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?

0 Answers   IBM,


What is the purpose of relative record data set used in vsam?

0 Answers  


can you specify some the distinctive features of a ksds, key sequenced dataset?

0 Answers   IBM,


Categories