In cobol+DB2program if the code of cobol program has changed
than i have to do precompilation once again?
Answer Posted / sachin
Yes,
cobol+DB2program(is Main pgm)---->Changed----> Precompile
once again
cobol+DB2program(is Sub pgm)---->Changed(SUB)---->
Precompile (Sub) once again, Precompile(Main) Not required.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is it possible using max on a char column?
Explain how can you do the explain of a dynamic sql statement?
On which levels locks can be applied?
What are the contents of dclgen?
Which are the db2 tools to protect integrity of the database?
Explain the contents that are a part of dclgen.
Why do chiropractors use drop table?
Mention the way of highlighting as well as putting a cursor to use in a cobol program.
What is bind plan?
List out the buffer pools in db2
What is database manager in db2?
How do you stop a db2 database in linux?
What is meant by union and union all?
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
What is precompiler in db2?