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


Please Help Members By Posting Answers For Below Questions

Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

943


what is difference between cobol and cobol/400

21857


Explain how you can characterize tables in cobol?

730


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 ......

11121


What are the different rules of SORT operation?

780






What is inspect in cobol ?

881


Whats the difference between search & search ALL?

5534


Write the code implementing the perform … varying.

722


What is the difference between a binary search and a sequential search what are the pertinent cobol?

820


What are declaratives and what are their uses in cobol?

797


In which area will you utilize 88 level items in cobol?

808


Can we change the password using ALTER? anyone tried and changed?

1632


How do you differentiate between cobol and cobol-ii?

753


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

2007


example for sub strings ? and refernce modifications whit output pls

1944