The VMS Librarian

If an object module contains frequently used routines, you can store it in a VMS library for future use. This approach simplifies file management and the linking process. When object modules are stored in a object library, you do not need to reference them explicitly during the linking process. When you reference the library from Digital Command Language (DCL) using the LINK command, LINK combines all the object modules to produce one GT.M executable image.