How can I tell if a module is being called DYNAMICALLY or
STATICALLY?
Answer Posted / sudha
If there is DYNAM compiler option then the module is
dynamically called. A STATICally called module is one that
is bound with the calling module at link edit, and
therefore becomes part of the executable load module.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Which division and paragraphs are mandatory for a COBOL program?
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
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are the pertinent COBOL commands?
Write down the divisions of cobol program?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is static and dynamic call in cobol?
How do you reference the following file formats from cobol programs?
explain sorting techniques in cobol program?
Explain the configuration section of a cobol program with examples of syntax.
How you can characterize tables in cobol?
What is the difference between binary search and sequential search?
What is redefines clause in COBOL?
What is a scope terminator give example?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?