if one main program ,n -subprograms are then which call you
follow ?why reasonuhg
Answer Posted / shiva
in dynamic call the subprogram load modules are linked
during execution..so it terms of processing it is slow
compared to satic...
but no need to compile main pgm every time when subprogm
is modified...it is one bst advantage over static call....
hence dynamic call is pereferable....
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How do u write test cases?
What is link edit in cobol?
example for sub strings ? and refernce modifications whit output pls
What are all the divisions of a COBOL program?
Give some examples of command terminators?
Explain what you understand by passing by value.
What are the different types of condition in cobol and write their forms.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What rules are to be followed while using the corresponding options?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How do define dynamic array in cobol.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What rules are followed by the search verb.
How to remove 2 duplicate records and copy only one using job control language?