which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast



which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast..

Answer / 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

More COBOL Interview Questions

how to access the file from prodution from changeman tool and to submit a file to production

1 Answers   IBM,


Can we move X(7) to S9(7) COMP?

1 Answers  


i want to store 20 digits . h will u do it in cobol ?

4 Answers   TCS,


Whtz the specialty of 77 level number ?

2 Answers   Infosys,


What is the difference between goback, stop run and exit program in cobol?

0 Answers  


How do define dynamic array in cobol.

0 Answers  


waht is inspect verb? where it can be in real time?

1 Answers   Patni,


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

0 Answers   TryTechnicals Pvt Ltd,


i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?

7 Answers   CTS,


Define in-line perform?

1 Answers  


diffrence between z(2) and z9(2)

4 Answers   Cap Gemini,


what happens if we wont give timestamp in precompilation process ?

4 Answers   Covansys,


Categories