Answers

Question and Answer:

  Home  Cobol

⟩ What is a bind?

Binding is a process that creates the access path logic for the sql statements within a COBOL program. After precompilation of a COBOL program a dbrm (has all the embedded sql statements) is created. This dbrm is then bound to form a plan (executable form of the sql statements).

 173 views

More Questions for you: