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
What is the difference between goback, stop run and exit program in cobol?
Which Search verb is equivalent to PERFORM…VARYING?
How do u write test cases?
IF I mention stop run in CICS what happens?
Explain what you understand by passing by value.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the usage of comp fields in cobol?
How do define dynamic array in cobol.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is the compute verb? How is it used?
What is the difference between external and global variables in COBOL?
How do you reference the fixed block file formats from cobol programs
What are the different open modes available in cobol?
What is the difference between comp and comp-3?