which is better either static call or dynamic call?
and why?
Answer Posted / siri
STATIC CALL:-THE SUB PROGRAM CODE WILL BE SMALL AT THE TIME WE PREFERED STATIC CALL...STATIC CALL IS FAST COMPARING TO THE DYNAMIC CALL...OBJECT CODES ARE LINKED BEFORE THE EXECUTION....
DYNAMIC CALL:- SUB PROGRAM IS CALLED FREQUENTLY WE USED TO DYNAMIC CALL...OBJECT CODES ARE LINKED DURING THE EXECUTION...
SO THE PROCESS WILL BE SLOW COMPARING THE STATIC CALL..ITS NO NEED TO RECOMPILE WHEN THE SUBPROGRAM NEED TO BE MODIFIED...THIS IS BIGGEST ADVANTAGE OF THE DYNAMIC CALL....SO
FIRST WE PREFERED TO THE DYNAMIC CALL.....S
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to access the file from prodution from changeman tool and to submit a file to production
example for sub strings ? and refernce modifications whit output pls
Why would you use find and get rather than to obtain?
how do you reference the fixed unblock file formats from cobol programs
What is report-item in COBOL?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is amode(24)?
Why did you choose to work with ibm mainframe cobol programming?
What is the difference between Call and a Link?
What type of SDLC u followed? Why?
what happens if parmparameter passes zero bytes to the program
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Give some examples of command terminators?
What rules are followed by the search verb.
Name the divisions, which are available in a cobol program?