Under which scenario you would go for a static call as
opposed to dynamic call?
Answer Posted / suputhru
If you have less storage space then you can use static call
at the place of dynamic call.
Performance wise static call stands better than dynamic
calls as load need not to be linked at every execution for
static calling.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which division and paragraphs are mandatory for a 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.
Explain how you can characterize tables in cobol?
Which Search verb is equivalent to PERFORM…VARYING?
How you can read the file from bottom?
What is a scope terminator give example?
Write a program to explain size error.
What are declaratives and what are their uses in cobol?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is the difference between external and global variables in COBOL?
) what is the difference between AID and HANDLE AID?
How can you get the ksds file records into your cobol program?
What are the pertinent COBOL
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How do u write test cases?