Under which scenario you would go for a static call as
opposed to dynamic call?
Answer Posted / lu
it's up to you....
Static call ==> when u modify the called program, you have
to recompile 3 programs (called and calling program.....
Dynamic call ===> when u modify the called program, u
recompile only the called program...
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the different rules of SORT operation?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the difference between comp and comp-3 usage?
Difference between array and sub-script ?
What is the difference between PIC 9.99 and PIC9v99?
What are literals?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is cobol?
What is static and dynamic call in cobol?
In COBOL, what is the different between index and subscript?
What is the difference between comp and comp-3?
Which is not true about evaluate statement
what happens if parmparameter passes zero bytes to the program
What is difference between static and dynamic call in cobol?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?