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 the syntax for FETCH in DB2 ?
List down the types of triggers in the db2 database?
How many types of page locks can be held in db2?
What is db2 catalog database?
What is a bind in db2?
What r the comman abends in db2, jcl and cobol???????
How to execute stored procedures?
What is runstats utility in db2?
What is the reason behind not using select * in embedded sql programs?
File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?
What is dclgen (declaration generator)?
What is difference between rollback and commit?
What is cloudant database?
What is a db2 package?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?