What's a LDS (Linear Data Set) and what's it used for?
Answer Posted / 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 |
Post New Answer View All Answers
What does the keyranges parameter in define cluster commends do?
explain in brief how are different versions of gdg named?
What is the purpose of control intervals in vsam?
What is the difference between lds and esds?
Define gdg?
how many buffers are allocated to vsam ksds and esds?
What are the distinctive features of a ksda, key sequenced dataset?
What does the keyranges parameter in define cluster command do?
name the utility program closely associated with vsam?
Would you specify freespace ce for an esds?
Explain about the file objects in vsam?
what will happen when you try to open an empty vsam file in a cobol program for input?
What is a ci split?
What are the common vsam error conditions and codes?
What is the main function of key sequenced data set in vsam?