Query about record length



Query about record length

Postby pcdoctor » Thu Apr 17, 2008 3:55 pm

Hi mainframe geeks i have some queries to clarify..

which among these does not support variable length records..KSDS,RRDS,ESDS,LDS????

Why is delete not possible in esds??How can the first record in an esds of say 10 records be deleted without affecting the RBA?

If i had to fetch only a record based on some condition from esds then how could this be done??in short is random access possible in esds?if yes then it would be great if an example is provided here..

Thanks in Advance..
pcdoctor
 
Posts: 17
Joined: Mon Feb 18, 2008 10:21 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Query about record length

Postby CICS Guy » Thu Apr 17, 2008 7:22 pm

pcdoctor wrote:which among these does not support variable length records..KSDS,RRDS,ESDS,LDS????
What is LDS?
Why is delete not possible in esds??How can the first record in an esds of say 10 records be deleted without affecting the RBA?
You can delete from ESDS, but only 'logically', i.e., by marking the record as deleted in such a way that all other programs that access the dataset understand that the marked record is to be considered deleted.
If i had to fetch only a record based on some condition from esds then how could this be done??in short is random access possible in esds?
The only way I can think of is to overlay the ESDS with an AIX...
CICS Guy
 
Posts: 246
Joined: Wed Jun 20, 2007 4:08 am
Has thanked: 0 time
Been thanked: 0 time

Re: Query about record length

Postby dick scherrer » Thu Apr 17, 2008 10:25 pm

Hello,

What is LDS?
Linear Data Set (a magic bullet sort of vsam file). So far, the only "successful" use of these i've seen is that they are the underlying structure for DB2.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to Interview Questions

 


  • Related topics
    Replies
    Views
    Last post