how can u nderstand the sql stmts executed successfully or not ?
Answer / 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 |
What is bind in db2?
What does runstats do in db2?
In cursor program-1 can we create another cursor program-2 inside the cursor program-1.If yes how/no why ?
What is the use of commit in db2?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
Which catalog table stores referential constraints?
What is the difference between drop table and delete table?
Describe major components of db2?
How to fetch the uncommited data from table ?
How can the duplicate values be eliminated from db2 select?
What does DSNDB07 database do?
A Table feild is declared as Decimal(7,2). I want to insert the decimal in to this column thru cobol-db2 program. How should I declare my local input file variable or any suggestion?