How to insert more than one record using insert?
Answer Posted / harish
perform until ws-flag = 'y'
exec sql
insert into table('a','b','c','d','e')
values(a,b,c,d,e)
end-exec
evaluate sqlcode
when 000
continue
when 100
move 'y' to ws-flag
according to me ,pls let me any other remedy
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
what is a corelated subquerry?
Mention the various locks that are available in db2.
What is runstats db2?
What is blu acceleration in db2?
Mention the way of highlighting as well as putting a cursor to use in a cobol program.
What is cobol db2?
What is the physical storage length of time data type?
What is a db2 table?
What is a system catalog table in db2?
what are bind concepts in db2 cobol?
What is the maximum No of rows per page?
How is a typical db2 batch pgm executed?
What is phantom read in db2?
What is the use of db2?
What is explain plan in db2?