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
How do I delete a table in db2?
How can you count the number of rows from a table tab?
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?
What is reorg and runstats in db2?
How to rename a table in DB2 ?
What is with ur in db2?
Explain the benefits you can get from mainframe connect?
Which command is used to connect to a database in DB2 ? Give the Syntax.
What is check constraint. Explain with example.
What is db2 purescale?
Is it possible to create an Instance in DB2 using DB2 Control Center ?
How to get the ddl of a table in db2?
What is the connection string to connect to the DB2 Database ?
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
What is explain plan in db2?