What are differences between Static Call and Dynamic Call?
Answer Posted / ravi
Static call is compiled and link edited to seperate load
module of calling program.
Dynamic call is compiled and link edited to different load
module of calling program
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Discuss about changing dataset name in proc.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
how do you reference the fixed unblock file formats from cobol programs
What is the difference between binary search and sequential search?
Write a program to explain size error.
What is the difference between Global and External Variables?
What are the various section in data division and briefly explain them.
Explain the configuration section of a cobol program with examples of syntax.
What are the access modes of START statement?
Mention the guidelines to write a structured cobol program?
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.
Why did you choose to work with ibm mainframe cobol programming?
Write the code implementing the perform … varying.
explain sorting techniques in cobol program?
What is inspect in cobol ?