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 link edit in cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
example for sub strings ? and refernce modifications whit output pls
How to remove 2 duplicate records and copy only one using job control language?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is a report item?
In COBOL programming, what is PERFORM? What is VARYING?
What are the different rules of SORT operation?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is the local-storage section?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is amode(31)
What are the various section in data division and briefly explain them.