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 db2 bind?
What are the uses of db2 optimizer?
What is ibm db2 client?
What is precompiler in db2?
How to test SQL -911 error while developing COB-DB2 program
What are the two types of logging in the db2 database? Explain them.
What is ibm db2 database?
File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?
What is query_cache_limit?
Explain the function of data manager.
What is db2 look?
What is image copy in db2?
What is phantom read in db2?
How do we specify index to include or not during bind process.
How do I delete a table in db2?