1.) static call or dynamic call totaly depends upon the way you have created ur load module.In the case that you have mention can be either of them based upon the copiler option given by you.IF you have given compiler option as NODYNAM then in any case it will be dynamic, where as if it is DYNAM then it is dynamic call.