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 are the various section in data division and briefly explain them.

904


What guidelines should be followed to write a structured cobol prgm?

859


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

5071


What is the compute verb? How is it used?

845


How to remove 2 duplicate records and copy only one using job control language?

966


Name the sections present in data division.

893


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

946


What is the Purpose of Pointer in the string?

814


What is link edit in cobol?

937


Whats the difference between search & search ALL?

5848


how to move the records from file to array table. give with code example

2418


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2282


What is the use of intialize verb?

964


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

856


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

946