What are the types of VSAM datasets?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / guest
Entry sequenced datasets (ESDS), key sequenced datasets
(KSDS) and relative record dataset (RRDS).
| Is This Answer Correct ? | 2 Yes | 1 No |
What is a VSAM slot?
how yo view the vsam file?
in what type of vsam datasets can an alternate index be defined??
What is a vsam dataset?
What is Base Cluster ?
How do you initialize a VSAM file before any operation? a VSAM with alternate index?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
Explain the process in which flat files are converted into vsam files?
What is a CI, control interval?
how to see the last records in vsam dataset??
explain in brief how you can create a vsam file?
On which datasets You can have ALT INDEX?