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 drawback of vsam dataset?? a.execution slow. b.free space. c.independent storage device. d.none of the above. let me know the answer with reason.
What does the keyranges parameter in define cluster command do?
is it necessary that all versions of the gdg have to be of the same record length?
What are the different dataset organizations used in vsam?
what is the syntax of ams modal commands?
What is File Status in VSAM?
I have three fields in a Variable VSAM file X(2) Y(10) occurs X times Z(02) Say for the first record X=2 then the length of the file is 2+(10*3)+2=34 second record, x=4 then 4+(10*4)+2=46 If any time if the field x is updated then the total length changes. Is it feasible? Is it
What is Control Interval, Control Area?
While designing vsam files,what is the best way to choose control interval size for the data and the index?
differentiate between sequential files and esds files in vsam?
What is the procedure for running the batch job in mainframe?
Why is it required to have a keyed directed retrieval?