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 is the place for VSAM KSDS?
Tell about the ams used in vsam?
what do you mean by gdg in vsam?
What's a LDS (Linear Data Set) and what's it used for?
What are the access method services used in vsam?
Is a delete operation possible in an ESDS?B. Is rewrite operation possible in ESDS ?
what do you mean by recovery and speed parameters in define cluster command?
What is the purpose of the FILE STATUS clause in the SELECT statement?
Define gdg?
What is control area?
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 is a cluster?