Static call Identified by call literal eg: call 'pgm1'
SUb-modules are link edited with the main module
If the sub-pgm undergoes any changes both the sub and main
pgms need to be recompiled.
Dynamic call Identified by a call variable eg: call ws-pgm
sub-modules are picked up during the run time from the load
library.
If the sub-pgm undergoes any changes it is sufficient to recompile the sub-pgm alone.