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 are the various section in data division and briefly explain them.
What guidelines should be followed to write a structured cobol prgm?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the compute verb? How is it used?
How to remove 2 duplicate records and copy only one using job control language?
Name the sections present in data division.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is the Purpose of Pointer in the string?
What is link edit in cobol?
Whats the difference between search & search ALL?
how to move the records from file to array table. give with code example
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is the use of intialize verb?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?