where do we use dyanamic call ?
and where do we use static call pls give any example pls ?
Answer Posted / shiva
if tere r n-subprograms in a program..we use dynamoc call
since no need of compiling main program everytime as sub
programs are modofied...
any way interms of proceesing static is only one best
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a binary search and a sequential search what are the pertinent cobol?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the difference between Global and External Variables?
how to convert the recors form vsam file to db2 table tru file aid
Explain the configuration section of a cobol program with examples of syntax.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
How do you differentiate between cobol and cobol-ii?
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)?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Which division and paragraphs are mandatory for a COBOL program?
What is comp-1 and comp-2?
What is the difference between comp and comp-3 usage?
Difference between cobol and cobol-ii?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this