which one is better among static call and dynamic call?

Answer Posted / lu

static call is faster than dynamic call, but when you
modifies a called program, you have to recompile a called
program and calling program...
dynamic call , you don't need to recompile 2 programs
calling and called...it's independent..

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What type of SDLC u followed? Why?

1516


Why would you use find and get rather than to obtain?

679


How many bytes S(8) comp field occupy and its maximum value?

1626


Write a program to enter and display the names of students in a class using the occurs clause.

647


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

670






For rewrite, why is it mandatory that file needs to be opened?

620


what is amode(24), amode(31), rmode(24) and rmode(any)?

690


what happens if parmparameter passes zero bytes to the program

1659


Explain how you can characterize tables in cobol?

636


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

708


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2718


Explain what you understand by passing by value.

692


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

683


how to refer the data field?

1802


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5051