how to resolve -818 error. how to see timestamp token in
load module and plan
Answer Posted / 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 |
Post New Answer View All Answers
What is reorg and runstats in db2?
What is the syntax for FETCH in DB2 ?
What is difference between rollback and commit?
What is drop table?
What is the syntax for seeing the columns and data types of a table in the db2 database?
What is declare cursor?
How can you classify the locks in db2?
Mention some fields that are a part of sqlca.
How is a typical db2 batch pgm executed?
SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.
Is db2 a programming language?
What is a bind card?
Hello All, We have requirment to Replace BMC Db2 Load product thru CA FAST LOADPlus product. Do anyone have JCL to for FAST LOADPLUS and what all are thing need to take in consideration.
What does db2 blu stand for?
What is db2 bind process?