which one is better among static call and dynamic call?
Answer Posted / sab
Which one to use is depends on the situation.
If your code is small then its better to use static call as
it also speed up performance and it will be easy to track
the versions in small code.
If you are working with large number of subroutines, its
always good to use dynamic linking as it will save storage
space as well as will maintain versions of code easily.
Satisfied with answer...???
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
what is the difference between COBOL2 AND COBOL390?
Are you comfortable in cobol or jcl?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
In COBOL programming, what is PERFORM? What is VARYING?
) How do u handle errors in BMS macro?
What is the difference between PIC 9.99 and PIC9v99?
What is amode(24)?
Name some of the examples of COBOl 11?
how do you reference the variable unblock file formats from cobol programs
Write a program that uses move corresponding.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is redefines clause in COBOL?
explain sorting techniques in cobol program?
how to refer the data field?
In which area will you utilize 88 level items in cobol?