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

COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'

8 Answers   Barclays, IBM,


What is the difference between PIC 9.99 and 9v99 in COBOL?

0 Answers   SwanSoft Technologies,


What care has to be taken to force program to execute above 16 Meg line?

1 Answers  


Which mode is used to operate the sequential file?

0 Answers  


Why we are using comp and comp-3 in real time projects?

4 Answers   IBM,






if you give cylinder(1,1)how many cylinders it will be allocate?

3 Answers   Hewitt,


What are the different data types available in COBOL?

4 Answers  


How do you compile cobol program..?

1 Answers  


How many bytes will be allocated for the following record description entries? 01 REC-A. 05 A PIC S9(4). 05 B PIC XXXBXXX. 05 C PIC ____9.99. 05 D PIC S9(5) COMP-3. 05 E PIC 9(3) COMP.

16 Answers   IBM, TCS,


I want ALL jcl ERROR cods

1 Answers  


What is the difference between CALL BY VALUE and CALL BY CONTENT?

7 Answers  


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

0 Answers  


Categories