how can u nderstand the sql stmts executed successfully or not ?
Answer Posted / lu
Oh man, you have to check SQLCODE for each SQL
stament...SQLCODE = 0 it's good.... SQLCODE not = 0 it's
bad.
OR you look in SQLCA... verify this SQLERRD
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
what is the responsibility of the construction superintendent
How to rename a table in DB2 ?
What is buffer pool in the db2 database?
Give the name of some fields form sqlca.
what is the sqlcode -501
What is host variable in db2 cobol?
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?
How do you simulate the explain of an embedded sql statement in spufi/qmf?
Can there be more than one cursor open for any program?
Where can you declare a cursor in a cobol-db2 program?
How do you stop a db2 database in linux?
Which isolation level provides maximum concurrency?
What is the cobol picture clause of the db2 data types date, time, timestamp?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?