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 |
what will happen when you try to open an empty vsam file in a cobol program for input?
How to delete a member using JCL.?
The first VSAM file V1 has 2 fields A and B . There is a DB2 file which has fields E and f. We need the fields A, B , E and F to another VSAM file called V2. Kindly mention the logic in procedure division in cobol..
What are the information stored in ci?
How do you define a KSDS ?
why do we use vsam file thn seqential files ?
How do you calculate record size of an alternate cluster?
How does control intervals and control areas related to each other?
Define dynamic processing?
How do you define a GDG ?
What is a lds (linear data set)?
What are the access method services used in vsam?