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??
Answer Posted / 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 |
Post New Answer View All Answers
What is universal database?
Give a brief description of db2 isolation levels?
What is the difference between bind and rebind in db2?
What is null indicator in cobol db2?
What is a system catalog table in db2?
Are view updateable?
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
What is load replace in db2?
Explain correlated sub-queries.
What does a deadlock mean in DB2?
What is access path in db2?
What is host variable?
What is db2 catalog database?
Name the lockable units in DB2?
What is reorg and runstats in db2?