Under which scenario you would go for a static call as
opposed to dynamic call?
Answer Posted / shailesh_do
Again I believe there is performance factor involved apart
from compilation overhead for static calls.
Performance wise static call stands better than dynamic
calls as load need not to be linked at every execution for
static calling.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How are the next sentence and continue different from each other?
Write a cobol program making use of the redefine clause.
What rules are to be followed while using the corresponding options?
how do you reference the variable unblock file formats from cobol programs
How do get the result of your program directly on your pc?
Can we change the password using ALTER? anyone tried and changed?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What are the different rules of SORT operation?
Are you comfortable in cobol or jcl?
Why did you choose to work with ibm mainframe cobol programming?
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 difference between a binary search and a sequential search what are the pertinent cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
how to access the file from prodution from changeman tool and to submit a file to production
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.