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

How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

714


Explain how to differentiate call by context by comparing it to other calls?

695


What is difference between static and dynamic call in cobol?

790


how do you reference the variable unblock file formats from cobol programs

759


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

688






How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

1345


Difference between cobol and cobol-ii?

720


What is rmode(24)

687


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

720


Mention the guidelines to write a structured cobol program?

627


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1920


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

1711


What are the different types of condition in cobol and write their forms.

671


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1531


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

715