Definitions for "Static linking"
The line at the bottom of the PWB or CodeView screen. The status bar displays text position, keyboard status, current context of execution, and other program information.
The process whereby you combine your modules with the modules from the library to form a single executable that's entirely self-contained. The word "static" implies that it's not going to change -- all the required modules are already combined into one.
Subprograms included at compile/link time.