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

Define static linking and dynamic linking.

669


What are the different data types in cobol?

799


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

711


Why did you choose to work with ibm mainframe cobol programming?

631


) How do u handle errors in BMS macro

1512






Difference between array and sub-script ?

1169


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

710


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2060


What are different data types in cobol?

694


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8167


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

678


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

2763


Have you used comp and comp-3 in your project? And how?

2010


What is the local-storage section?

683


input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

1785