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 rules are to be followed while using the corresponding options?
Name the sections present in data division.
what is difference between cobol and cobol/400
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is the LINKAGE SECTION used in COBOL?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Name the divisions, which are available in a cobol program?
Define cobol?
What is the problem of ordered sequential files access?
Explain about different table spaces.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is a report item?
Difference between array and sub-script ?
Explain the configuration section of a cobol program with examples of syntax.