Under which scenario you would go for a static call as
opposed to dynamic call?

Answers were Sorted based on User's Feedback



Under which scenario you would go for a static call as opposed to dynamic call?..

Answer / shailesh_do

Again I believe there is performance factor involved apart
from compilation overhead for static calls.
Performance wise static call stands better than dynamic
calls as load need not to be linked at every execution for
static calling.

Is This Answer Correct ?    3 Yes 0 No

Under which scenario you would go for a static call as opposed to dynamic call?..

Answer / preeti

If you have less storage space then you can use static call
at the place of dynamic call.

Is This Answer Correct ?    5 Yes 3 No

Under which scenario you would go for a static call as opposed to dynamic call?..

Answer / 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

Under which scenario you would go for a static call as opposed to dynamic call?..

Answer / suputhru

If you have less storage space then you can use static call
at the place of dynamic call.
Performance wise static call stands better than dynamic
calls as load need not to be linked at every execution for
static calling.

Is This Answer Correct ?    1 Yes 0 No

Under which scenario you would go for a static call as opposed to dynamic call?..

Answer / rajesh

If you want to execute all the subprograms with the caling
program every time U ve to go for static call.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More COBOL Interview Questions

what is the minimum number of lines a Cobol program should have to successfully compile and run

11 Answers   ABC, Societe Generale,


Why there is no questions in this column?

6 Answers  


Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.

2 Answers  


i have n records in one file and in this file there is some fields and i want to count that how many sharma in my file so plz give the coding that how we read sharma ?

2 Answers  


level number 77 is used to define a)group data b)elementary data c)redefine d)none

8 Answers   TCS,






How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

0 Answers  


how can we code index in an array of cobol pgm?

1 Answers   Wipro,


How can you declare the file ?

1 Answers   Wipro,


if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error

8 Answers   Cap Gemini,


How are the next sentence and continue different from each other?

0 Answers  


What is the maximum data length for Numeric DataType ?

3 Answers   Cap Gemini,


Difference between file status codes 02 and 22.... since both are for duplicate key detection.

1 Answers  


Categories