suppose a cobol programme A calling programme B,C and D.
If C undergoes some change what if A,B,C,D need to be
recompiled or only C nee to be recompliled.
Answer Posted / krishnan
Based on the compile option we will deside if static call
means C separately no need to complile if it is dynamic
means u need to recompile the C pgm
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is the use of intialize verb?
Which Search verb is equivalent to PERFORM…VARYING?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the difference between PIC 9.99 and PIC9v99?
How you can characterize tables in cobol?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Can we redefine the field of x(200) to less than 200?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is difference between static and dynamic call in cobol?
Differentiate between structured cobol programming and object-oriented cobol programming.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How arrays can be defined in COBOL?
What is a scope terminator give example?