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 |
What is null value in db2?
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?
What is CHECK PENDING ?
Is db2 relational database?
What is buffrpool? Where we use it ?
what is diffrence b/w file-aid tool and file-aid utility???
what is utility for parm lib
I am having n number of records in a table which consists of emp-name is one of the field among them. Now i want to change the first letter of every name with capital.
What is an access path?
What does the REORG Utility do?
When is the authorization check on DB2 objects done - at BIND time or run time?
What is the purpose of the WHENEVER statement?