how to resolve -805. give clear explination for that
Answers were Sorted based on User's Feedback
Answer / ganesh
chk the program bind or not after compile. and chk the
correct DBRM library in bind
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / lu
Check your package name is created when you compile DB2
program or not, if yes, you HAVE to see your DBA .....This
is a problem DBRM.....
| Is This Answer Correct ? | 1 Yes | 1 No |
Is it possible to update a primary key value? If not, what is the error code given? If yes, can more than 1 primary key column be updated at a time?
What is a db2 package?
What is a Resource Control Table(RCT)? Describe its characteristics.
What is db2 and what is the use of db2 optimizer?
Can there be more than one cursor open for any program?
What is release/acquire in bind?
What is package in cobol db2?
What is a LIKE table and how is it created?
DB2: A calls B once sucessfull and second time when it calls says curson is open why is it so?
i want to delete 20th million record how ?
What is the purpose of rollback and commit?
Shall i use this query to retrieve first 4 records, Select empno, sal from emptbl where empno < 5. like this can we fetch first 100 records?