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 |
what is utility for parm lib
What technique is used to retrieve data from more than one table in a single SQL statement?
insert into tablename a column1, column2 select column1, column2 from tablename b i am getting abend -104..can any one help?
Which catalog tables contain authorization information?
What does this mean ? GRANT BIND,EXECUTE ON PLAN MK2 TO PUBLIC;
How is a typical DB2 batch program executed ?
What does db2 plan contain?
Mention the way of highlighting as well as putting a cursor to use in a cobol program.
db2 query I have one table with the following details. SNO SNAME DOJ ------ -------------------- ---------- 10 KRISH 2007-03-19 20 REDDY 2007-05-19 30 RRRRR 2007-05-19 40 BBBBB 2008-05-19 50 CCCCC 2009-05-19 60 JJJJJ 2009-05-19 70 JJJJJ 2004-05-19 i want the output in the following format:( no of students joined in each year(no nedd to consider about month and date) year count --------- ---------- 2004 1 2007 3 2008 1 2009 2
Which component is used to execute the sql statements?
how to resolve -805. give clear explination for that
What is usage pointer in cobol?