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
What is the use of intialize verb?
Which Search verb is equivalent to PERFORM…VARYING?
Explain how to differentiate call by context by comparing it to other calls?
What are literals?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
In COBOL programming, what is PERFORM? What is VARYING?
how do you reference the variable block file formats from cobol programs
HOw can I get the negative sign while deduct high value from low value
How do you reference the fixed block file formats from cobol programs
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.
what is search and searchall?what is the diffrence between them?give an best example?
Can a Search can be done on a table with or without Index?
what is the difference between COBOL2 AND COBOL390?
What is report-item in COBOL?
Have you used comp and comp-3 in your project? And how?