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
explain sorting techniques in cobol program?
What is the utilization of copybook in cobol?
i need a small 3d program using inline and outline.
What are the cobol coding sheets?
what happens if parmparameter passes zero bytes to the program
What is length is cobol?
How you can characterize tables in cobol?
What is the difference between PIC 9.99 and PIC9v99?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?