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 goback, stop run and exit program in cobol?
Explain the configuration section of a cobol program with examples of syntax.
How do define dynamic array in cobol.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What are declaratives and what are their uses in cobol?
What is rmode(any) ?
What is the problem of ordered sequential files access?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
i need a small 3d program using inline and outline.
How you can characterize tables in cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What the difference is between continue and next sentence?
What is the compute verb? How is it used?
) how do u code after getting data?