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 ?
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 |
Describe the uses of ams?
in vsam at the creation of cluster what is the use of RECSZ parameter?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
Why is master catalog used in vsam?
what will happen when you try to open an empty vsam file in a cobol program for input?
what is vsam catalog ?
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
explain in brief why do vsam take more disk space than other utilities?
How do I declare the KSDS vsam so that I can store a reocrd with variable length?.
What is the COBOL RECORD KEY clause?
Tell me how many alternate indexes you can have on a dataset?
Describe SHAREOPTIONS parameter (SHR) in Define Cluster command.?