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 |
why db2 is called as universal database?what is the storage capacity of db2v9 n what are the advantages of db2
What are the four lockable units for DB2?
What is db2 look?
What is a DB2 plan?
db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above.
I have 1000 rows in a db2 table.I want to update first 100 records,How do I do it?
Is schema the same as database?
What are the levels of isolation available with DB2V4
How do you concatenate the firstname and lastname from emp table to give a complete name?
suppose in my table 10 rows are there , i want to update odd rows salary as 90000 ? how u do it ? any one help me ? what do we use here cursor-fetch or normal sql ?
What is the cascade rule and how does it relate to deletions made with a subselect?
How do you run JCL in cobol program