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??
Answers were Sorted based on User's Feedback
Answer / 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 |
What is ACQUIRE/RELEASE in BIND?
If I have a view which is a join of two or more tables, can this view be updatable?
What are delete-connected tables?
db2 restart logic ?
What is ibm db2 used for?
What is the difference between db2 and oracle?
How to resolve -407 sql code in DB2?
can any one give the list of some important sql abend codes which r frequently asked in interviews?
Can DB2 be accessed by TSO users? If yes, which command is used to invoke DB2?
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?
What does the sqlcode of -818 pertain to?
How do I import a csv file into db2?