|
|
| Author |
Message |
selvakumar_ms
New User
Joined: 30 Mar 2004 Posts: 8
|
|
|
|
| can we change static call into dynamic call during runtime via cobol application program? |
|
| Back to top |
|
 |
References
|
Posted: Wed Mar 31, 2004 3:45 pm Post subject: Re: Can we change static call into dynamic call during runtime |
 |
|
|
 |
mcmillan
Site Admin
Joined: 18 May 2003 Posts: 885 Location: India
|
|
|
|
Dear Friend,
I hope, you didn't understand the concept of Static and dynamic calls. It's desided at compile time and not related to runtime. Static programs are bundled together and dynamic programs are loaded at run time.
So it's not possible to make statically compiled programs as dynamic, . |
|
| Back to top |
|
 |
|
|