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
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Which Search verb is equivalent to PERFORM…VARYING?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the utilization of copybook in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How are the next sentence and continue different from each other?
Why occurs cannot be used in 01 level in COBOL?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
State the various causes of s0c1, s0c5 and s0c7.
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 is the difference between binary search and sequential search?
A table has two indexes defined. Which one will be used by the SEARCH?