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

i WANT ALL ERROR codes IN CICS and DB2

2 Answers  


In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.

4 Answers   Wipro,


If my file contains 100,000 records and job abended at 55,000th records processing then how can i restart job from that record onward by ignoring that record. I can not edit the file as file size is big and it is getting browse substituted?

5 Answers   TCS,


How many divisions we have in Cobol ?

4 Answers   Wipro,


what are the working storage fields in BMS macro?

2 Answers   IBM,






Mention the guidelines to write a structured cobol program?

0 Answers  


What are the different data types available in COBOL?

4 Answers  


consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error

6 Answers   ABCL, TCS,


What are the rules of the move verb?

0 Answers  


give the examples for strings and unstrings in cobol

2 Answers   IBM,


What are literals?

0 Answers  


What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.

3 Answers   IBM, Xansa,


Categories