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

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  77-level-description-entry   abend   access mode   alphabet-name   alphabetic   alphanumeric   alphanumeric character   alphanumeric-edited   alternate record key   ANSI   argument   arithmetic expression  ..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.