why should we bind the DB2 program . What if we did not
BIND a BD2 program ??
Answer Posted / hareesh
Bind is a compulsory step in DB2 programming, because only
after the Bind step you will get the executable load module.
Is This Answer Correct ? | 17 Yes | 13 No |
Post New Answer View All Answers
What is concurrency?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
What is the picture clause of null indicator variable?
What is the purpose of rollback and commit?
What is a dbrm in db2?
What is a plan and package in db2?
What are concurrency issues?
What is a db2 schema?
What is the syntax for seeing the columns and data types of a table in the db2 database?
What is the role of the data page in the db2 database?
Explain in brief how does db2 determine what lock-size to use?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
How to compare data between two tables in db2?
How can the duplicate values be eliminated from db2 select?
How does coalesce work?