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 |
How can you get the number of rows impacted by the last executed query?
Which are the db2 tools to protect integrity of the database?
What is difference between alias and synonym in db2?
What is a clustering index?
While creating a table, by mistake you have given size of one field as 10. But as per requirement size should be 8. What is your next step?
What are the abend codes occour in ur latest PROJECT in DB2
how can u understand the end of the table ?
Name the lockable units in DB2?
What is a Database Request Module(DBRM)?
What is a recovery log?
Can you use a select query in a loop to fetch multiple rows? If so what is the advantage of using a cursor?
I use CS and update a page. Will the lock be released after I am done with that page?