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


Please Help Members By Posting Answers For Below Questions

what is search and searchall?what is the diffrence between them?give an best example?

6184


What are various search techniques in cobol? Explain.

866


What is the default value(s) for an initialize and what keyword allows for an override of the default?

957


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

2132


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.

3947


how to convert the recors form vsam file to db2 table tru file aid

2981


how do you reference the rrds file formats from cobol programs

1157


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

2117


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...)

2143


Are you comfortable in cobol or jcl?

807


What do you understand by psb and acb?

846


What is the difference between comp and comp-3?

895


what are decleratives in cobol?

2002


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1822


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

994