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
How do I add a column in db2?
What is db2 purescale?
What is dbrm? What it contains?
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?
How to create backup table in db2?
How does a cursor work?
How do you eliminate duplicate values in db2?
What is sqlca?
How do you select a row using indexes in db2?
What is a trigger in the db2 database?
How to compare data between two tables in db2?
How to find primary key of a table in db2?
How to check table size in db2 sap?
How can you find out the # of rows updated after an update statement?
What is the purpose of rollback and commit?