In cobol+DB2program if the code of cobol program has changed
than i have to do precompilation once again?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
In BIND, isolation level parameter specifies the duration of page lock and ACQUIRE, RELEASE also do almost the same thing. What is the exact difference between the two? Do they work in conjunction while executing SQL queries and obtaining locks?
what is the use of bind parameter, Replace?
What is the use of reorg in db2?
what are extents?
What is buffrpool? Where we use it ?
What is db2 isolation?
if i made sme changes in sub pgm wht r the things to be done for this ?
What is the default page size of buffer pools?
What is normalization and what are the five normal forms?
Discuss about db2 bind?
can you use symbolic parameters in JOB?
How many databases are there?