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

why ci and ca splits are not possible in esds and rrds?

0 Answers   IBM,


What is a ci split? What is a ca split?

0 Answers  


what is freespace

2 Answers   EDS,


What is the purpose of the FILE STATUS clause in the SELECT statement?

1 Answers  


How do you fix the problem associated with VSAM out of space condition?

1 Answers   IBM,


Define base cluster?

0 Answers  


What is the use Free space in CI ?

4 Answers  


I have three fields in a Variable VSAM file X(2) Y(10) occurs X times Z(02) Say for the first record X=2 then the length of the file is 2+(10*3)+2=34 second record, x=4 then 4+(10*4)+2=46 If any time if the field x is updated then the total length changes. Is it feasible? Is it

2 Answers  


what is the probability of a complete system distortion under high end low performing multiprocessor job?

0 Answers   SunGard,


By looking into the Jcl can we identify the dataset is VSAM?

5 Answers   Cognizant, Keane India Ltd,


is it required that primary key values have to be unique? Do alternate key values have to be unique?

0 Answers   IBM,


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

0 Answers  


Categories