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 |
Do all versions of the GDG have to be of the same record length ? is it possible to ovverride the dcb of the model dataset?
what's the device independent method to indicate where a Record is Stored?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
what how do you initialize a vsam file before any operation? A vsam with alternate index?
If we are using empty VSAM file, we can see this empty file by using FILE AID tool. How can we open empty VSAM file if you are using in Program..?
How are records stored in an ESDS, entry sequenced dataset?
What is the difference between shroptions(2 3) and shroptions (4 3) in the Def CLUSTER ??
How do you define a GDG ?
What is File Status in VSAM?
What is a path?
what is meant by s0c-07 system abend codes?
What is the main function of key sequenced data set in vsam?