What is a DB2 bind?

A DB2 bind is a process that builds an access path to DB2 tables.

  
Showing Answers 1 - 15 of 15 Answers

burelamanohar

  • Feb 6th, 2007
 

A BIND process establishes a relationship between an APPLICATION PROGRAM and its RELATIONAL DATA.

prasadkss

  • Dec 4th, 2009
 

A plan is an executable module containing the access path logic produced by the Db2 optimizer. It can be composed of one or more DBRMs and packages. The plans are available in the Catalog table SYSIBM.SYSPLAN

  Was this answer useful?  Yes

rajesh billa

  • Oct 7th, 2015
 

A DB2 bind is a process that builds an access path to DB2 tables
A BIND process establishes a relationship between an APPLICATION PROGRAM and its RELATIONAL DATA.

  Was this answer useful?  Yes

deepika

  • Dec 18th, 2015
 

A bind is an executable model. It establishes the relationship between the application program and its relational data

  Was this answer useful?  Yes

$@1)+0$#

  • Jan 18th, 2017
 

BIND is to your DBRM what COMPILE is to your COBOL and BIND takes your source code (the SQL) and turn it into executable code (a PACKAGE).
Hope this helps to avoid confusion!!

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions