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

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   alphabet-name   alphabetic   alphanumeric   alphanumeric character   alphanumeric-edited   alternate record key   argument   arithmetic expression   arithmetic operation   arithmetic operator   arithmetic statement  ..more

environment-name [Cobol/Syntax]
A name, specified by IBM, that identifies system logical units, printer and card punch control characters, report codes, ...
expanded date field [Cobol/Syntax]
A date field containing an expanded (four-digit) year. See also date field and expanded year.
expanded year [Cobol/Syntax]
A date field that consists only of a four-digit year. Its value includes the century: for example, 1998. Compare with wi ...
explicit scope terminator [Cobol/Syntax]
A reserved word that terminates the scope of a particular PROCEDURE DIVISION statement.
exponent [Cobol/Syntax]
A number that indicates the power to which another number (the base) is to be raised. Positive exponents denote multipli ...
expression [Cobol/Syntax]
An arithmetic or conditional expression.
extend mode [Cobol/Syntax]
The state of a file after execution of an OPEN statement, with the EXTEND phrase specified for that file, and before the ...
extensions [Cobol/Syntax]
COBOL syntax and semantics supported by IBM compilers in addition to those described in Standard COBOL 85.
external data [Cobol/Syntax]
The data that is described in a program as external data items and external file connectors.
external data item [Cobol/Syntax]
A data item that is described as part of an external record in one or more programs of a run unit and that can be refere ...