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 difference between structured cobol programming and object alternativelyiented cobol?
How arrays can be defined in COBOL?
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...)
how do you reference the variable unblock file formats from cobol programs
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
example for sub strings ? and refernce modifications whit output pls
Explain about different table spaces.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is the difference between comp and comp-3?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What are the access modes of START statement?
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
How to remove 2 duplicate records and copy only one using job control language?