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


Please Help Members By Posting Answers For Below Questions

What is the difference between structured cobol programming and object alternativelyiented cobol?

1002


How arrays can be defined in COBOL?

847


how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)

2157


how do you reference the variable unblock file formats from cobol programs

1021


What is an in line perform? When would you use it? Anything else you wish to say about it.

853


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

865


example for sub strings ? and refernce modifications whit output pls

2088


Explain about different table spaces.

873


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8700


What is the difference between comp and comp-3?

908


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

983


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2300


What are the access modes of START statement?

947


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

2372


How to remove 2 duplicate records and copy only one using job control language?

988