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



In cobol+DB2program if the code of cobol program has changed than i have to do precompilation once ..

Answer / sriram

If we make any changes in COBOL + DB2 Proram we need to do
precompilation once again.

Let me know if I am wrong

Is This Answer Correct ?    8 Yes 0 No

In cobol+DB2program if the code of cobol program has changed than i have to do precompilation once ..

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

In cobol+DB2program if the code of cobol program has changed than i have to do precompilation once ..

Answer / rizwan

Yes We need to recompile it once again

Is This Answer Correct ?    2 Yes 0 No

In cobol+DB2program if the code of cobol program has changed than i have to do precompilation once ..

Answer / praveen

yesssssssssss

Is This Answer Correct ?    1 Yes 0 No

In cobol+DB2program if the code of cobol program has changed than i have to do precompilation once ..

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 cobol+DB2program if the code of cobol program has changed than i have to do precompilation once ..

Answer / raghu

no need to precomile if it is only a cobol pgm

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB2 Interview Questions

How can you validate Sql errors during cursor operation in db2 pgms and where do you code?

0 Answers   IBM,


have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.

0 Answers  


In my table having 100 Rec. How can I delete the 7th row?? (we don't know what is data inside the table)

9 Answers   IBM,


i want to delete 20th million record how ?

4 Answers   IBM,


Explain in detail about buffer manager and its functionalities?

0 Answers  


What does DML stand for and what are some examples of it?

3 Answers   IBM,


What are packages in db2?

0 Answers  


What is a thread?

3 Answers  


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?

8 Answers   Syntel,


What is a DB2 catalog?

2 Answers  


What's the Maximum Length of SQLCA and what's the content of SQLCABC?

2 Answers  


Hi Dude,this is Ram.could any one tell me aboue CURRENT OF clause in DB2. Thanks in advance.......

2 Answers  


Categories