which is better either static call or dynamic call?
and why?
Answer Posted / joshin
dynamic call is far better than static because the final
result is storeded in two records ie main program and sub
program. so when ever we need we can call the sub program
for other main program also.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to remove 2 duplicate records and copy only one using job control language?
Write a program to explain size error.
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 to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Which division and paragraphs are mandatory for a COBOL program?
What is the difference between goback, stop run and exit program in cobol?
What is the LINKAGE SECTION used in COBOL?
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.
Give some examples of command terminators?
What are literals?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is rmode(any) ?
What rules are to be followed while using the corresponding options?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the Purpose of POINTER Phrase in STRING command in COBOL?