What is error -818 in db2.
where can you find the timestamp of the DBRM and the source
code.( precompile puts the timestamp on dbrm and source code
correct?)
Answer Posted / ajai
We can find the timestamp of the DBRM in SYSIBM.SYSPLAN and
timestamp of Sourcecode in Loadlib (inside soureccode to
search the pgm name).
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which component is used to execute the sql statements?
How do you stop a db2 database in linux?
What is buffer pool in the db2 database?
What do you mean by rollback?
How to view db2 table structure?
What db2 400?
Can we update view in db2?
What is db2 look?
What happens in bind step in a db2 program?
i want to maintain uniqueness on pdf without make lf??????????
How can deadlocks be resolved?
What is the use of reorg in db2?
Define predicate?
How do I create a view in db2?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?