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 amode(24)?

0 Answers  


What is the purpose of Identification Division?

1 Answers  


How to print 10 to 1 if the input have only 10 digit number?

0 Answers  


What are the ways you can generate a copybook?

2 Answers  


Give some advantages of REDEFINES clause?

2 Answers   Syntel,






How do u write test cases?

0 Answers   IBM,


can any one give good example for cond 88 level number and for renames pls urgent dudes ?

3 Answers   DELL,


wht is structured cobol pgm and non structred cobol pgm ?

1 Answers   CTS, DELL,


S9(5)V9(2) occupies how many bytes memory ?

6 Answers   Cap Gemini,


What compiler option would you use for dynamic linking?

2 Answers  


What is the difference between static call & Dynamic call?

2 Answers   CSC, TCS,


Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.

3 Answers   iGate,


Categories