What is a lds (linear data set)?
Answer / Santosh Kumar Gangwar
A Linear Data Set (LDS) in VSAM is a simple and flexible type of dataset that stores records sequentially, without any indexes. LDS is suitable for situations where sequential access is more important than random access. It provides efficient handling of large amounts of data with uniform record lengths.
| Is This Answer Correct ? | 0 Yes | 0 No |
On which dataset you can have alt index?
What is the VSAM-code field?
When CISZ is declared as 4096 at cluster level,is this true that data will have 4096 and index will have default?????
is it required that primary key values have to be unique? Do alternate key values have to be unique?
How are different versions of GDG named ?
what are the different types of vsam files available? Explain them
In the COBOL SELECT statement what is the ORGANIZATION for a KSDS?
What is Base Cluster ?
Using alternate indexes in batch program?
Is a delete operation possible in an ESDS?B. Is rewrite operation possible in ESDS ?
What is RECOVERY and SPEED parameters in DEFINE CLUSTER command?
Is it slower if you access a record through alt index as compared to primary index?