which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
Answer Posted / shaan
Static call is faster as the main program load module is
already link edited with sub program load modules unlike
dynamic call in which the link editing takes place only at
run time.
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
How can you get the ksds file records into your cobol program?
What is report-item in COBOL?
how can i see junk values in dclgen or in hostvariable of comp ?
When is inspect verb is used in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What are literals?
how do you reference the ksds vsam file formats from cobol programs
) how do u code after getting data?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the difference between Call and a Link?
what is the difference between COBOL2 AND COBOL390?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Write a cobol program making use of the redefine clause.