Static or Dynamic Call Option in Cobol
Depending on the linkage options, the object module of the calling program is linked with the object module of the called program “before or during” execution – referred to as static or dynamic linking. Note : Even if your program is coded to call a program statically, the compiler can convert it to the dynamic […]
Static or Dynamic Call Option in Cobol Read More »