What changes required for changing Static calling to dynamic calling

Wed, 07/13/2011 – 16:01

#1

What changes required for changing Static calling to dynamic calling

In our system we are using static calling, if I were to change this to dynamic calling what all changes would I need?

I can think of the following…

1. Calling subprograms program using identifier instead of literals

2. Compiling programs using DYNAM option instead of NODYNAM.

My question is would any changes be required in link members of programs?

Also since dynamic requires each module to have individual load, would a link be required for all the modules?

 In static we have links code only for main programs.

Click the +1 button  below to share it with your friends and colleagues

Share this if you liked it!

Disclaimer