The linkage editor (or binder, its modern replacement) resolves external references: - For **static CALLs**: It pulls in the subprogram's object code and includes it in the same load module. - For **dynamic CALLs**: It marks the reference as "to be resolved at runtime" and does not include the subpr