looking at the basic definition of VSAM file how to recognize
whether it is a KSDS OR RRDS OR ESDS ?

Answers were Sorted based on User's Feedback



looking at the basic definition of VSAM file how to recognize whether it is a KSDS OR RRDS OR ESDS..

Answer / harsha

Can you please elaborate the 'Basic Defenition'?
As I understand, all KSDS defined with 'Indexed' parameter
ESDS defined with 'Non-Indexed', RRDS dfined
with 'Numbered' and LDS defined with 'Linear' parameter.

Is This Answer Correct ?    20 Yes 2 No

looking at the basic definition of VSAM file how to recognize whether it is a KSDS OR RRDS OR ESDS..

Answer / guest

ksds as keys and rrds as numbers esds as workd we can
identify it as a vsam file with the help of this

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More VSAM Interview Questions

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

2 Answers  


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

0 Answers   IBM,


What is the biggest disadvantage of using a vsam dataset?

0 Answers  


Why is it required to have a keyed directed retrieval?

0 Answers  


What is the function of linear dataset in vsam?

0 Answers  






What are the optional parameters to the input dataset While loading the empty cluster with the data records?

1 Answers   IBM,


what are the additional information you should give in the dd statement while defining the next generation of a gdg?

0 Answers   IBM,


explain in brief how you can create a vsam file?

0 Answers   IBM,


How do you load a VSAM data set with records ?

2 Answers  


How to insert values for variables that are declared as COMP-3 variables in COBOL program in an already created VSAM file.

3 Answers  


if not using the 'commit' when closing VSAM file,what will happend

5 Answers   CSC,


What are the three levels of definition for the VSAM DEFINE?

2 Answers   IBM,


Categories