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 purpose of the verify function of idcams?
Explain the function of entry-sequenced data set?
How many Alternate Indexes you can have on a dataset?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
What makes vrrds different from vsam?
What is control interval?
How do you define a KSDS ?
explain how can you initialize a vsam file before any operation?
what do you mean by a shareoptions parameter (shr) in define cluster command?
there are seven idcams commands in vsam. Can you name and explain each of them?
Common VSAM Error conditions and codes
Tell me how many alternate indexes you can have on a dataset?