Answer Posted / steve
Check that the DBRMLIB being used in the bind has a time
stamp for the abending program that matches the LOADLIB.
Sometimes all we need to do is point to the correct
libraries. If that does not work then a rebind or
precompile, compile, relink and then rebind will work. The
last option always works, but many times an interviewer
wants to know if we understand what causes an -818. If we
just say we would recompile, link and bind we do not
demonstrate understanding of the root cause.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
what are bind concepts in db2 cobol?
How do I add a column to a table in db2?
Define sqlca.
What are the rules for db2 programming?
Which components manage deadlocks in db2?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
What is explain in db2?
What is dbrm in db2 database?
How do you select a row using indexes in db2?
What is catalog database in db2?
How can you find out the # of rows updated after an update statement?
What is a db2 schema?
What is dclgen in db2?
List out the buffer pools in db2
What types of tables are there in the db2 database?