Joined: 10 Jun 2005 Posts: 11 Location: Jacksonville
Hi,
It doesnt make sense to compare the efficiency static and dynamic call. It depends on your application need. Since static call is creating a single load module by link editing both the called program and calling program it will be faster but it will take lot of storage. But that is not the case in dynamic call. You have to choose the option properly depends on your application need.