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
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How do define dynamic array in cobol.
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is cobol?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What are literals?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Write a program to explain size error.
How do you reference the fixed block file formats from cobol programs
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.
) how do u code after getting data?
Name the sections present in data division.
Mention the guidelines to write a structured cobol program?
How do u write test cases?