which is better either static call or dynamic call?
and why?
Answer Posted / 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 |
Post New Answer View All Answers
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the LINKAGE SECTION used 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...)
For rewrite, why is it mandatory that file needs to be opened?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is amode(24)?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What is the use of intialize verb?
how do you reference the rrds file formats from cobol programs
What is rmode(24)
Which Search verb is equivalent to PERFORM…VARYING?
How do you reference the following file formats from cobol programs?
What are the different rules for performing sort operation?
What are the pertinent COBOL
What are 77 levels used for?