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 |
Before you give the explain statement, what are the prerogatives?
Explain about dbrm.
What technique is used to retrieve data from more than one table in a single SQL statement?
Which component is responsible for processing sql statements and selecting access paths?
What is an asychronous write?
What is the difference between CS and RR isolation levels?
What are union and union all?
How many databases are there?
What is lock escalation?
What is read-only cursor?
How to resolve SQL Code -310. The db table feild is declared as Decimal(7,2).
What is a plan and package in db2?