0 votes
in Cobol by
What is Static and Dynamic linking?

1 Answer

0 votes
by
In static linking, called subroutine links into the calling program, while in dynamic linking, the subroutine & the main program will exist as separate modules. Dynamic and Static linking can be achieved by choosing either the DYNAM or NODYNAM link edit option.
...