Cobol Question:

What is the difference between static call and Dynamic call?

Tweet Share WhatsApp

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

Download Cobol PDF Read All 110 Cobol Questions
Previous QuestionNext Question
What do you feel makes a good program?Give some advantages of REDEFINES clause?