Page 1 of 1

How DB2 interact with LDS in mainframes

PostPosted: Thu Aug 27, 2009 1:33 pm
by raghucheepinapi
Hi,

I have a doubt on DB2,please provide me the answer if could know.

basically how DB2 interact with LDS(Linear Data set (VSAM)?


Raghu.

Re: How DB2 interact with LDS in mainframes

PostPosted: Fri Aug 28, 2009 3:53 am
by dick scherrer
Hello and welcome to the forum,

What you want to know is not clear.

The designers of db2 decided to use lds rather than some other access method (the more high-speed access tools i've worked with use bdam).

I'm not sure what you mean by "interact" - the db2 code reads and writes these linear datasets.

It is not really an issue as developers access db2 via sql which is far removed fro direct access.

Possibly i have misunderstood the question. . .