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

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

AT END [Cobol/Syntax]
A condition that is caused during the execution of a READ, RETURN, or SEARCH statement under certain conditions ...
big-endian [Cobol/Context]
The default format that the mainframe and the AIX workstation use to store binary data and UTF-16 characters. In this fo ...
binary item [Cobol/Syntax]
A numeric data item that is represented in binary notation (on the base 2 numbering system). The decimal equivalent cons ...
binary search [Cobol/Concept]
A dichotomizing search in which, at each step of the search, the set of data elements is divided by two; some appropriat ...
block [Cobol/Syntax]
A physical unit of data that is normally composed of one or more logical records. For mass storage files, a block can co ...
breakpoint [Cobol/Event]
A place in a computer program, usually specified by an instruction, where external intervention or a monitor program can ...
buffer [Cobol/Concept]
A portion of storage that is used to hold input or output data temporarily.
built-in function [Cobol/Syntax]
See intrinsic function.
byte [Cobol/Syntax]
A string that consists of a certain number of bits, usually eight, treated as a unit, and representing a character or a ...
byte order mark [Cobol/Syntax]
(BOM ...