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 the format (internal layout) of ?TIMESTAMP??
What is db2 command?
EXPLAIN has output with MATCHCOLS = 0. What does it mean?
What do you mean by between and in? Is between inclusive of specified range values?
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?
What is the reason behind not using select * in embedded sql programs?
What is universal database?
what's the error code for Unique Index Violation?
What does DML stand for and what are some examples of it?
What is DCLGEN ?
When reorg is used?
What is copy pending and check pending in db2?