Search found 4 matches

by malathy
Wed Sep 04, 2013 1:28 pm
Forum: COBOL
Topic: Linkage section
Replies: 2
Views: 4058

Linkage section

What is the maximum limit for linkage section??
by malathy
Wed Sep 04, 2013 1:27 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: Without using cursors handling multiple rows
Replies: 1
Views: 3276

Without using cursors handling multiple rows

Is it possible to handle multiple rows fetched in DB2/COBOL program without using Cursors??

If yes, How?
by malathy
Wed Sep 04, 2013 1:24 pm
Forum: VSAM INTERVIEW QUESTIONS
Topic: Question related to KSDS
Replies: 5
Views: 14700

William Collins wrote:You can read a KSDS sequentially.

For number 2, what do you want to achieve by not starting from the first record?
Thanks for your Reply..Yes, I know that we can read KSDS file sequentially. But my query is whether it is possible to read KSDS file without key??
by malathy
Tue Sep 03, 2013 5:39 pm
Forum: VSAM INTERVIEW QUESTIONS
Topic: Question related to KSDS
Replies: 5
Views: 14700

Question related to KSDS

1) Is it possible to read a KSDS file without Key?? 2) We have 100 records in a KSDS file. While reading some 51 st record some abend has occured. Again the file should not be read from beginning it should start reading from where it got abended?? By restarting, how do you get the key for 51 st reco...