if any of the column names is provided wrong, where do you
get the error(during precompilation or during Bind)
Answer Posted / deepak dada, jaipur
Precompilation has got nothing to do with the column
checking, it is just the process of syntax checking and
separating the sql statements from the cobol program and
just prepares the dbrm.
actual process for db2 takes place in bind card
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is db2 connect?
Is db2 relational database?
How to resolve deadlock issue
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
What is the maximum size of a char data type in db2?
What are concurrency issues?
Which are the db2 tools to protect integrity of the database?
Which component is responsible for db2 startup and shutdown?
How does cobol compile db2 program?
List out the data types available.
What is bind package and plan in db2?
What are the 2 sqlcodes that are returned?
What is collection in db2 bind?
What is db2 purescale?
What is the difference between nvl and coalesce?