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 Global and External Variables?
Name the sections present in data division.
what happens if parmparameter passes zero bytes to the program
how to move the records from file to array table. give with code example
example for sub strings ? and refernce modifications whit output pls
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
For rewrite, why is it mandatory that file needs to be opened?
What is inspect in cobol ?
What is rmode(any) ?
What are the cobol coding sheets?
Explain about different table spaces.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
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 amode(24), amode(31), rmode(24) and rmode(any)?
Write the code to count the sum of n natural numbers.