Please let me know at which Scenarios we will go for STATIC
call or DYNAMIC
Answer Posted / gopikrishna
If it is static call. More memory will be utilized as the
called program is also included in the compilation.
Compilation mightslightly take more time when comapred with
dynamic calls.Dynamic calls are always done at run time
and execution time for Dynamic calls might be more than
static calls.
Usage of static and dynamic calls depends on your
requirement, based on specific condition- Say when Var1=0 u
need to call PGM1 and whn Var1=1 u need to call PGM2 then u
have to go for dynamic call.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different types of condition in cobol and write their forms.
In which area will you utilize 88 level items in cobol?
explain sorting techniques in cobol program?
What is the utilization of copybook in cobol?
What is difference between static and dynamic call in cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.
HOw can I get the negative sign while deduct high value from low value
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the difference between external and global variables in COBOL?
) what is the difference between AID and HANDLE AID?
What is the difference between comp and comp-3 usage?
What are the cobol coding sheets?
Why would you use find and get rather than to obtain?
Define cobol?
How arrays can be defined in COBOL?