Under which scenario you would go for a static call as
opposed to dynamic call?
Answer Posted / lu
it's up to you....
Static call ==> when u modify the called program, you have
to recompile 3 programs (called and calling program.....
Dynamic call ===> when u modify the called program, u
recompile only the called program...
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How you can read the file from bottom?
Write some characteristics of cobol as means of business language.
how do you reference the ksds vsam file formats from cobol programs
In COBOL programming, what is PERFORM? What is VARYING?
Can we redefine the field of x(200) to less than 200?
What guidelines should be followed to write a structured cobol prgm?
What are different data types in cobol?
A table has two indexes defined. Which one will be used by the SEARCH?
How are the next sentence and continue different from each other?
how do you reference the esds vsam file formats from cobol programs
Difference between array and sub-script ?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how to refer the data field?
How many sections are there in data division in COBOL?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic