which is better either static call or dynamic call?
and why?
Answers were Sorted based on User's Feedback
Static call:
============
Main program load module will have sub program load module in itself. So when there is a call made to a sub program, it won't go outside of the current load.
Dynamic call:
=============
Main & Sub program will have two different modules. When there is call to a sub program, system will go and search for the load module in the joblib.
Both have advantages.
1. If the sub program is going to be changed oftentimes, then Dynamic call is better.
2. Think that, for one call, system should to the load library and search for sub program module. when it is found, load that into main memory & pass the control to that and run. when that is finished, remove it from main memory. If the sub program is getting called 1 lack times then?........... In this case, Better to use static.
I believe, you understand. Please correct me if I'm wrong.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / joshin
dynamic call is far better than static because the final
result is storeded in two records ie main program and sub
program. so when ever we need we can call the sub program
for other main program also.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / mahi
dynamic call is much better than static
static call;
main program object code and sub program object code loaded
in one loadlibrary
if any change in code both has to be compiled
dynamic call;
main program object code and sub program object code loaded
in different loadlibraries
if any change in code both need not to be compiled
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / 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 |
Answer / joshin
dynamic call is far better than static because the final
result is storeded in two records ie main program and sub
program. so when ever we need we can call the sub program
for other main program also.
Is This Answer Correct ? | 0 Yes | 1 No |
What is SQL Code -904 and -903 in DB2 And how to handle it?
What is the maximum data length for Numeric DataType ?
What are VS COBOL 11 special features?
What is the difference between a DYNAMIC and STATIC call in COBOL?
what is record label is empty or standard in file description of data division?
Write some characteristics of cobol as means of business language.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
IF I mention stop run in CICS what happens?
What is SDSF?
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
how to convert the recors form vsam file to db2 table tru file aid
i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me