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

I am getting a error multiple row fetched while executing a Cobol-DB2 program.How can I solve it without using a cursor.

8 Answers  


i want to delete 20th million record how ?

4 Answers   IBM,


what is the sqlcode -501

5 Answers   IBM, Polaris, Zeus,


How many buffer pools are available in db2?

2 Answers  


What is a db2 package?

0 Answers  






can i code union in cobol-db2 pgm ?

4 Answers   Patni,


How will you delete duplicate records from a table?

7 Answers   Google,


For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.

0 Answers  


What is the reason behind not using select * in embedded sql programs?

0 Answers  


What is FREEPAGE and PCTFREE in TABLESPACE creation?

1 Answers  


Normalization in DB2 – first normal form, second normal form

4 Answers   Virtusa,


How do you Load a table ?? and what is Load replace ?

2 Answers   Xansa,


Categories