which one is better among static call and dynamic call?
Answer Posted / lu
static call is faster than dynamic call, but when you
modifies a called program, you have to recompile a called
program and calling program...
dynamic call , you don't need to recompile 2 programs
calling and called...it's independent..
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the difference between PIC 9.99 and PIC9v99?
Describe the cobol database components?
) How do u handle errors in BMS macro
how to access the file from prodution from changeman tool and to submit a file to production
Explain what you understand by passing by value.
What is a report item?
What rules are to be followed while using the corresponding options?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
what happens if parmparameter passes zero bytes to the program
What are different data types in cobol?
What is the utilization of copybook in cobol?
Write the code implementing the perform … varying.
For rewrite, why is it mandatory that file needs to be opened?
Write a program to explain size error.