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
Write down the divisions of cobol program?
What is cobol?
Explain what you understand by passing by value.
Which Search verb is equivalent to PERFORM…VARYING?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is the difference between PIC 9.99 and PIC9v99?
Which is not true about evaluate statement
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
how to convert the recors form vsam file to db2 table tru file aid
What are the different open modes available in cobol?
Can we redefine the field of x(200) to less than 200?
What is link edit in cobol?
What are declaratives and what are their uses in cobol?