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


Please Help Members By Posting Answers For Below Questions

What is the difference between structured cobol programming and object alternativelyiented cobol programming?

711


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

710


What kind of error is trapped by on size error option?

740


i want a program using by if, evaluate , string, unstring, perform, occurs?

4061


How do you reference the fixed block file formats from cobol programs

705






Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

720


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

717


Which Search verb is equivalent to PERFORM…VARYING?

687


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

732


How you can characterize tables in cobol?

719


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

811


Write some characteristics of cobol as means of business language.

620


How do you define a variable of comp-1 and comp-2?

705


HOw can I get the negative sign while deduct high value from low value

1791


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2661