Please let me know at which Scenarios we will go for STATIC
call or DYNAMIC
Answer Posted / gopikrishna
Dynamic calls are used when subprogram is called frequently.
===>
As far as i know, when submprogram is small it is better to
make static calls
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How you can characterize tables in cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What are various search techniques in cobol? Explain.
What is the Purpose of Pointer in the string?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is comp-1 and comp-2?
how do you define single dimensional array and multidimensional array in your cobol?
What is amode(24)?
How do u write test cases?
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.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Which division and paragraphs are mandatory for a COBOL program?
How are the next sentence and continue different from each other?