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 keyword does an SQL SELECT statement use for a string search?
What is lock escalation?
What is COPY PENDING status?
How to solved 818 error
4 Answers Keane India Ltd, Wipro,
Bind concepts in DB2 cobol
10 Answers IBM, TCS, TRD, Virtusa,
What is subquery ?
Compare a subselect to a join?
what is differnece between DROP TABLE & DELETE TABLE .
How to find the number of rows in a db2 table?
What is difference between isnull and coalesce?
what is different three logs in DB2?
how to fetch first 100 rows in db2