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 are s0c1, s0c4, s0c5, s0c7 abends?

796


Define gdg?

565


explain how can you initialize a vsam file before any operation?

656


what is the meaning of dynamic processing in vsam?

588


What is the biggest disadvantage of using a vsam dataset?

607






explain the differences between vsam and non-vsam files

646


in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?

700


What are the different parameters that are used in vsam?

723


explain the information contained in ci

608


Differentiate between ci split and ca split?

551


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

716


in a cobol select statement, can you tell what is the organization for a ksds?

629


what do you mean by the repro command?

569


Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?

591


is it necessary that all versions of the gdg have to be of the same record length?

673