how to resolve -818 error. how to see timestamp token in
load module and plan
Answers were Sorted based on User's Feedback
Answer / sesha
BIND the application again, using the DBRM for the
application program that matches the object module.
In load module we can check timestamp.
for timestamp token Plan, check for BOUNDTS in
SYSIBM.SYSPLAN
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / rameshkumar h k
BIND the application again, using the DBRM for the
application program that matches the LOAD MODULE.
In load module we can check timestamp.
for timestamp token Plan, check for BOUNDTS in
SYSIBM.SYSPLAN
| Is This Answer Correct ? | 1 Yes | 2 No |
If there is no row in Emp table with Ename as Raghava and you run the below queries in SPUFI. 1.select Ename from EMP wher Ename = 'raghava' 2.Select count(*) from EMP where Ename = 'raghava' What is SQLCODE shown up in SPUFI
What is the error code -803 ?
How is the SUBSTR keyword used in sql?
How to resolve deadlock issue
What is deadlock?
What is index in db2?
What are the contents of a dclmgen?
How to test SQL -911 error while developing COB-DB2 program
how can u nderstand the sql stmts executed successfully or not ?
For update of a row in cursors, when do we move value into host variable in cobol progrm? is it before open or before fetch ?
I have a table which has thousand of records i want to fetch only record num 100 to record num 200. Write a query that satisfies this criteria.(Cant use any keys) Anyone please reply ASAP!
17 Answers KNIT, Tech Mahindra,
How do you stop a db2 database in linux?