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
Explain about different table spaces.
Can we redefine the field of x(200) to less than 200?
What is the difference between next sentence and continue in cobol programing language?
how do you reference the ksds vsam file formats from cobol programs
What is difference between static and dynamic call in cobol?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What rules are followed by the search verb.
What is a SSRANGE and NOSSRANGE?
What is the problem of ordered sequential files access?
What are the different rules to perform a Search?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What are the different data types in cobol?
What is the LINKAGE SECTION used in COBOL?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?