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
how to access the file from prodution from changeman tool and to submit a file to production
In which area will you utilize 88 level items in cobol?
How do you reference the following file formats from cobol programs?
how do you reference the variable unblock file formats from cobol programs
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
) How do u handle errors in BMS macro?
Why occurs cannot be used in 01 level in COBOL?
Explain how to differentiate call by context by comparing it to other calls?
What is the utilization of copybook in cobol?
How do we get current date from system with century in COBOL?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What are the rules of the move verb?
Which is not true about evaluate statement
What are literals?