Welcome to myCobol.ovh Monday, 29 September 2025, 09:21

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

delimited scope statement [Cobol/Syntax]
Any statement that includes its explicit scope terminator.
delimiter [Cobol/Syntax]
A character or a sequence of contiguous characters that identify the end of a string of characters and separate that str ...
descending key [Cobol/Syntax]
A key upon the values of which data is ordered starting with the highest value of key down to the lowest value of key, i ...
digit [Cobol/Syntax]
Any of the numerals from 0 through 9. In COBOL, the term is not used to refer to any other symbol.
digit position [Cobol/Syntax]
The amount of physical storage required to store a single digit. This amount can vary depending on the usage specified i ...
direct access [Cobol/Syntax]
The facility to obtain data from storage devices or to enter data into a storage device in such a way that the process d ...
display floating-point data item [Cobol/Syntax]
A data item that is described implicitly or explicitly as USAGE DISPLAY and that has a PICTURE character string that des ...
division [Cobol/Syntax]
A collection of zero, one, or more sections or paragraphs, called the division body, that are formed and combined in acc ...
division header [Cobol/Syntax]
A combination of words followed by a separator period that indicates the beginning of a division. The division headers a ...
DLL [Cobol/Context]
See dynamic link library.