My DB2 program first read the data from a file and then it
look into a table with the data it got from the file.If we
did not bind the program , should the file read before SQL
execution be success??
Answer Posted / reddy
Program successfully reads the file as the Bind is only for
DB2 queries and it would give an abend(-805) once it
reaches the SQL statement.
Any comments
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is catalog database in db2?
What is a db2 cursor?
What is release/acquire in bind?
How to test SQL -911 error while developing COB-DB2 program
What does reorg do in db2?
How to retrieve rows from a db2 table in embedded sql?
How is deadlock resolved?
What is the purpose of using commit?
Are views updateable?
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
Can we insert update delete in view?
What is database alias db2?
What is the difference between plan and package in db2?
Is it possible to create an Instance in DB2 using DB2 Control Center ?
What are the bind parameters ibm db2?