In cobol+DB2program if the code of cobol program has changed
than i have to do precompilation once again?
Answer Posted / mdvasanth86
If you are making changes to the COBO code and not touching
the Embedded SQL code, you can have the LEVEL - Db2
precompiler option set and Compile and link edit the
program. No BINDING REQUIRED.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
How do I connect my db2 database to ibm?
is it compulsory commitment control in journal?
What is innodb buffer pool?
How to execute stored procedure in db2 command editor?
Mention the various locks that are available in db2.
How do we specify index to include or not during bind process.
What is the usage of open cursor command?
How to retrieve rows from a db2 table in embedded sql?
What is the use of db2?
How do I add a column to a table in db2?
How to compare data between two tables in db2?
What is copy pending and check pending in db2?
My sql statement select avg(salary) from emp yields inaccurate results. Why?
What is a page in db2?