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
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Are you comfortable in cobol or jcl?
What are the pertinent COBOL commands?
Define static linking and dynamic linking.
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
A table has two indexes defined. Which one will be used by the SEARCH?
How do you reference the following file formats from cobol programs?
How arrays can be defined in COBOL?
In COBOL, what is the different between index and subscript?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Which mode is used to operate the sequential file?
Differentiate between structured cobol programming and object-oriented cobol programming.
how do you reference the fixed unblock file formats from cobol programs
For rewrite, why is it mandatory that file needs to be opened?