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 is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
what is difference between cobol and cobol/400
Explain how you can characterize tables in cobol?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
What are the different rules of SORT operation?
What is inspect in cobol ?
Whats the difference between search & search ALL?
Write the code implementing the perform … varying.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What are declaratives and what are their uses in cobol?
In which area will you utilize 88 level items in cobol?
Can we change the password using ALTER? anyone tried and changed?
How do you differentiate between cobol and cobol-ii?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
example for sub strings ? and refernce modifications whit output pls