how to fetch multiple records without using cursor
Answer Posted / mahyn
However if we want to fetch and process multiple rows
without using cursor, we can do with the below psuedo code.
assume that seq_num is unique.
h-seq initilized with spaces.
perform until sqlcode = +100 or h-seq >= 500
exec sql
select seq_num into :seq-num from tablename
where seq_num > :h-seq
order by Seq_num with ur;
fetch first 1 row only
end-exec
operations
move seq-num to h-seq
end-perform
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is db2 purescale?
Define predicate?
What is the use of dclgen in db2?
What is catalog database in db2?
Where do you specify them?
What is netezza database?
Who uses db2?
How is deadlock resolved?
What is the role of data manager in the db2 database?
Mention some fields that are a part of sqlca.
Is schema the same as database?
What is the result of open cursor statement?
What is database reorganization?
What is explain in db2?
What is a bind in db2?