Welcome to myCobol.net Saturday, 28 May 2022, 03:16
- EBCDIC
[Cobol/Standards]
- (Extended Binary-Coded Decimal Interchange Code ...
- EBCDIC character
[Cobol/Standards]
- Any one of the symbols included in the EBCDIC (Extended Binary-Coded-Decimal Interchange Code) set.
- edited data item
[Cobol/Syntax]
- A data item that has been modified by suppressing zeros or inserting editing characters or both.
- editing character
[Cobol/Syntax]
- A single character or a fixed two-character combination belonging to the following set ...
- elementary item
[Cobol/Syntax]
- A data item that is described as not being further logically subdivided.
- encoding unit
[Cobol/Syntax]
- See character encoding unit.
- end of PROCEDURE DIVISION
[Cobol/Syntax]
- The physical position of a COBOL source program after which no further procedures appear.
- end program marker
[Cobol/Syntax]
- A combination of words, followed by a separator period, that indicates the end of a COBOL source program. The end progra ...
- entry
[Cobol/Syntax]
- Any descriptive set of consecutive clauses terminated by a separator period and written in the IDENTIFICATION DIVISION, ...
- environment clause
[Cobol/Syntax]
- A clause that appears as part of an ENVIRONMENT DIVISION entry.