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


Please Help Members By Posting Answers For Below Questions

What is the biggest disadvantage of using a vsam dataset?

601


Explain the significance of the shareoptions parameter?

532


Describe the uses of ams?

538


there are seven idcams commands in vsam. Can you name and explain each of them?

644


What is control area?

640






differentiate between sequential files and esds files in vsam?

581


Explain the function of the relative record data set?

541


What are the steps involved in access method services?

537


what is buffering and how does it apply to vsam files ?

708


Define free space?

564


to use the rewrite command, how should the vsam file be opened?

660


why ci and ca splits are not possible in esds and rrds?

707


What is the purpose of control intervals in vsam?

520


Explain the index set?

611


Differentiate between control interval (ci) and control area (ca)?

527