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 are data types?
What is universal database?
how will i display the duplicate record's from a table... i don't want to eliminate ...i want to display the duplicate record...for example in my table i have 10 record's like record no(1,2,3,4,2,9,6,1) in this ...so i want to receive duplicates...
What does CURRENTDATA option in bind indicate
What are types of indexes?
What is a base table?
How many clustering indexes can be defined for a table?
What is declare cursor?
What is a trigger in the db2 database?
Can All Users Have The Privilege To Use The SQL Statement Select (DML)?
what are extents?
What is blu acceleration in db2?