What are the types of VSAM datasets?

Answers were Sorted based on User's Feedback



What are the types of VSAM datasets?..

Answer / mohan

ESDS(ENTRY SEQUENCY DATASET)
KSDS(KEY SEQUENCES DATASET)
RRDS(RELATIVE RECORD DATASET)
LDS(LINEAR RECORD DATASET)

Is This Answer Correct ?    10 Yes 1 No

What are the types of VSAM datasets?..

Answer / nihar ranjan karan

There are now 5 variations of VSAM datasets available:
1. ESDS(ENTRY SEQUENCY DATASET)
2. KSDS(KEY SEQUENCES DATASET)
3. RRDS(FIXED RELATIVE RECORD DATASET)
4. VRRDS(VARIABLE RRDS)
5. LDS(LINEAR RECORD DATASET)

Is This Answer Correct ?    5 Yes 2 No

What are the types of VSAM datasets?..

Answer / guest

Entry sequenced datasets (ESDS), key sequenced datasets
(KSDS) and relative record dataset (RRDS).

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More VSAM Interview Questions

How many times secondary space allocated?

5 Answers  


What is the purpose of having vsam data space?

0 Answers  


What is an RBA in rrds? What does it do? What is it used for?

5 Answers   CTS,


Can you delete vsam files with the delete option of the disposition parameter of jcl?

0 Answers   IBM,


1. delete is not possible in esds. why? 2. i have 10 records in a esds file and i want to delete only 1st record ..then what i have to do?.. it will not affect any sequence of the RBA. 3. why open extend is not possible in rrds vsam file?

3 Answers  






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

5 Answers   CSC,


What are the access method services used in vsam?

0 Answers  


what is meant by BUFND & BUFNI..?

1 Answers  


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

2 Answers  


What is the VSAM-code field?

1 Answers  


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

0 Answers  


What are the different versions of gdg named?

0 Answers  


Categories