How to test SQL -911 error while developing COB-DB2 program
Answer / valmiki1980
1. put autocomit No in spufi and run insert command
2. run the insert command thru cob-db2 program.
this results -911 error
| Is This Answer Correct ? | 1 Yes | 1 No |
Is db2 a database?
Is it mandatory to use DCLGEN? If not, why would you use it at all?
What is a plan and package in db2?
what will be the output of the below given query, if no matching records are found : (a.) 0 (b.) null (c.) error select Avg(salary) from TableA where Deptno = 'insurance'
Is db2 relational database?
How to connect to db2 database from windows command line?
What is the syntax of SELECT statement when embedded in a COBOL program?
How can i install db2 9.x on AIX based system..? plz reply the detailed steps involved....?
How to insert more than one record using insert?
What are the levels of isolation available with DB2V4
Can we use group-by clause in sub-query? If 'yes' means,Will it be executed successfully or else If 'no' means why should we not using that method? Give me your suggestion please....
Are views updatable ?