What is a DB2 bind?

Answer Posted / tintu raveendran

It is the process of creating an executable module from the
source DBRM. Its functions are,
Checks the syntax of the SQL defined in the program (DBRM)
Checks whether the object accessed by the SQL physically
exists.
Does an authorization check.
Creates the optimum access path for the query using the
DB2 optimizer.

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you find out the # of rows updated after an update statement?

643


Hello All, We have requirment to Replace BMC Db2 Load product thru CA FAST LOADPlus product. Do anyone have JCL to for FAST LOADPLUS and what all are thing need to take in consideration.

2327


What is database reorganization?

591


What is release/acquire in bind?

656


What is null in db2?

575






Is db2 a mainframe?

593


Give the name of some fields form sqlca.

614


What is performance tuning db2?

620


Is db2 a programming language?

608


What is image copy in db2?

576


What is the clustering index in the db2 database?

586


I HAVE 500 ROW TO UPDATE I WOULD LIKE TO USE ROLLBACK ALONG WITH COMMIT.WHAT IS THE SYNTAX TO CODE COMMIT AND ROLLBACK FOR EVERY 100 ROWS.AND HOW THE CURSOR ROLLBACK TO THE LAST COMMITTING POINT.

2757


Mention data types used in db2 ?

682


Following a db2 update statement, what is the quickest way to compute the total number of updated rows?

628


I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.

1653