why should we bind the DB2 program . What if we did not
BIND a BD2 program ??
Answer Posted / sk
during compilation of a DB2 program. The host language (eg
COBOL) code and SQL code will be separated.
The SQL codes will be processed and optimised access path
will be generated; the path forms the plan.
The host code will be compiled with its own host compiler
and the executable code will be generated.
The BIND step binds both the executable codes of SQL and
host language; the outcome is the final executable code.
Without bind a DB2 program will not execute.
Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
How to execute stored procedures?
Who uses db2?
What is a db2 table?
What is the use of value function?
Is it possible to create an Instance in DB2 using DB2 Control Center ?
What is the maximum number of columns in a db2 table?
Why cursor is used in db2?
What is the information associated with sysibm.syslinks table?
Which isolation level provides maximum concurrency?
How can tablespace be moved to another dasd volume that is allocated for that tablespace?
Why db2 is called db2?
Mention some fields that are a part of sqlca.
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....
What is a bind in db2?
What are the different types of base tables?