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 diff b/w select stsmt and cursor ?

2 Answers  


what is the result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C

3 Answers   TCS,


What is the difference between perform … with test after and perform … with test before?

0 Answers  


what is scope terminator

2 Answers   IBM,


What is the maximum data length for Numeric DataType ?

3 Answers   Cap Gemini,






What is the significance of the PROGRAM-ID paragraph? If this name doesnt match with the name of the COBOL program, does it make a difference? Is the name specified in the PROGRAM-ID paragraph used as a name for the load module or any such thing?

4 Answers   IBM,


what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?

2 Answers   BirlaSoft,


in the TIME parameter we r giving hours r minutes

4 Answers   IBM,


How can we find out wether to declare the data items like Integer, Char,Comp? If comp types how can we decide wether it is Comp and Comp3.How it is? Please Explain... Cheers.

1 Answers   Syntel,


What is SDSF?

3 Answers  


What is the reference modification.

2 Answers  


which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast

1 Answers  


Categories