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 difference between goback, stop run and exit program in cobol?
What are the different types of condition in cobol and write their forms.
Difference between array and sub-script ?
What is the LINKAGE SECTION used in COBOL?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What rules are followed by the search verb.
Name some of the examples of COBOl 11?
how do you define single dimensional array and multidimensional array in your cobol?
Can a Search can be done on a table with or without Index?
What is the difference between Call and a Link?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
) what is the difference between AID and HANDLE AID?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
how to refer the data field?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?