which one is better among static call and dynamic call?
Answer Posted / ps
call in which the called program and the calling program are
compiled and link edited together to create one load module
is static call.
call in which the calling and called program are compiled
and link edited separatly to create two load module is
dynamic calling.In dynamic calling if someone is sharing we
have to wait
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between goback, stop run and exit program in cobol?
What are various search techniques in cobol? Explain.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the compute verb? How is it used?
How do you get the data to code the BMS macro?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are the various section in data division and briefly explain them.
What are the pertinent COBOL commands?
Write some characteristics of cobol as means of business language.
what are decleratives in cobol?
What are the access modes of START statement?
Can we redefine the field of x(200) to less than 200?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What are the cobol coding sheets?
What are the different rules of SORT operation?