Welcome to myCobol.ovh Monday, 29 September 2025, 06:08

myCobol.ovh Glossary
Categories all ·   Context   ·   Concept   ·   Syntax   ·   Event   ·   Standards  
Subjects all   ·   Cobol  
Letters all  #  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z
Terms  big-endian   CCSID   client   compiler   DLL   document encoding   dynamic link library   K   locale   reference format   surrogate pair   troubleshoot  ..more

dynamic link library
Category Context
Subject Cobol
A file that contains executable code and data that are bound to a program at load time or run time, rather than during linking. Several applications can share the code and data in a DLL simultaneously. Although a DLL is not part of the executable file for a program, it can be required for an executable file to run properly.