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
What is the compute verb? How is it used?
When is inspect verb is used in cobol?
What are the pertinent COBOL
What are all the divisions of a COBOL program?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What is cobol?
How arrays can be defined in COBOL?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is the utilization of copybook in cobol?
What is a report item?
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.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is comp-1 and comp-2?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?