How Vsam was evolved? What was the equivalent file for
ESDS,KSDS and RRDS prior to evolution? What were their
disadvantages of those file which leads to evolution of
ESDS,KSDS and RRDS files ?



How Vsam was evolved? What was the equivalent file for ESDS,KSDS and RRDS prior to evolution? Wha..

Answer / anand r

ESDS
in batch it acts like a flat file
organizanition-sequential
Accessmode is sequential

in online we can read and write the records random manner
by using the key field

KSDS
Access mode: sequential,random and dynamic is possible
like indexed file

RRDS:
like KSDS we can use all the access modes and records are
accessed using RID (record identification No) thats
relative key

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More VSAM Interview Questions

Describe the uses of ams?

1 Answers  


in vsam at the creation of cluster what is the use of RECSZ parameter?

2 Answers   TCS,


how do you define an altindx ? How do you use altindxs in batch, cics programs?

1 Answers   IBM,


Why is master catalog used in vsam?

1 Answers  


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

1 Answers   IBM,


what is vsam catalog ?

2 Answers   Tech Mahindra,


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

1 Answers   IBM,


explain in brief why do vsam take more disk space than other utilities?

1 Answers   IBM,


How do I declare the KSDS vsam so that I can store a reocrd with variable length?.

2 Answers  


What is the COBOL RECORD KEY clause?

2 Answers  


Tell me how many alternate indexes you can have on a dataset?

1 Answers  


Describe SHAREOPTIONS parameter (SHR) in Define Cluster command.?

1 Answers  


Categories