What's a LDS (Linear Data Set) and what's it used for?
Answer / guest
LDS is a VSAM dataset in name only. It has unstructured 4k
(4096 bytes) fixed size CI?s which do not contain control
fields and therefore from VSAM's standpoint they do not
contain any logical records. There is no free space, and no
access from Cobol. Can be accessed by DB2 and IMS fast path
datasets. LDS is essentially a table of data maintained on
disk. The 'table entries' must be created via a user program
and can only be logically accessed via a user program. When
passed, the entire LDS must be mapped into storage, and then
data is accessed via base and displacement type processing.
| Is This Answer Correct ? | 17 Yes | 10 No |
Can we copy Vsam files from a Vsam file in Iebgener step?
4 Answers iGate, Tech Mahindra,
What is the use of VSAM files? How to read this ?
explain in brief why do vsam take more disk space than other utilities?
While designing vsam files,what is the best way to choose control interval size for the data and the index?
What is an alternate index and path ?
if not using the 'commit' when closing VSAM file,what will happend
How do you define a KSDS ?
What is a ci split?
What is the purpose of control intervals in vsam?
What is the difference between PS file and VSAM file?
7 Answers IBM, Infosys, Verizon,
What is the meaning of VSAM RETURN-CODE 28?
why ci and ca splits are not possible in esds and rrds?