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 isolation level in db2?
What is consistency token in db2?
What is db2 and what is the use of db2 optimizer?
What is a buffer in memory?
Is db2 a database?
What is a collection in db2?
What is drop table?
What is copy pending status in db2?
define clustering index.
What is the picture clause of null indicator variable?
What is iseries database?
Explain the function done by data manager?
What is the syntax for seeing the columns and data types of a table in the db2 database?
What is alias in db2?
Is db2 a mainframe?