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
What are the different rules to perform a Search?
how do you reference the fixed unblock file formats from cobol programs
What is the Purpose of POINTER Phrase in STRING command in COBOL?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
how to move the records from file to array table. give with code example
What is a scope terminator give example?
How many bytes S(8) comp field occupy and its maximum value?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What are different data types in cobol?
Name the divisions, which are available in a cobol program?
Explain the configuration section of a cobol program with examples of syntax.
How to print 10 to 1 if the input have only 10 digit number?
What is the LINKAGE SECTION used in COBOL?
What are the rules of the move verb?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps