Cobol Question:

What is the difference between static call and Dynamic call?

Cobol Interview Question
Cobol Interview Question

Answer:

In the case of Static call, the called program is a stand-alone program, it is an executable program. During run time we can call it in our called program. As about Dynamic call, the called program is not an executable program it can executed through the called program


Previous QuestionNext Question
What do you feel makes a good program?Give some advantages of REDEFINES clause?