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 |
why ci and ca splits are not possible in esds and rrds?
What is a ci split? What is a ca split?
what is freespace
What is the purpose of the FILE STATUS clause in the SELECT statement?
How do you fix the problem associated with VSAM out of space condition?
Define base cluster?
What is the use Free space in CI ?
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
what is the probability of a complete system distortion under high end low performing multiprocessor job?
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?
How to get the last record in vsam file in cluster?