Welcome to myCobol.ovh Monday, 29 September 2025, 07:49
- DBCS
[Cobol/Syntax]
- See double-byte character set.
- DBCS character
[Cobol/Syntax]
- Any character defined in IBM's double-byte character set.
- DBCS character position
[Cobol/Syntax]
- See character position.
- DBCS data item
[Cobol/Syntax]
- A data item that is described by a PICTURE character string that contains at least one symbol G, or, when the NSYMBOL(DB ...
- de-edit
[Cobol/Syntax]
- The logical removal of all editing characters from a numeric-edited data item in order to determine the unedited numeric ...
- debugging line
[Cobol/Syntax]
- Any line with a D in the indicator area of the line.
- debugging section
[Cobol/Syntax]
- A section that contains a USE FOR DEBUGGING statement.
- decimal point
[Cobol/Concept]
- The physical representation, using the decimal point characters period (.) or comma (,), of the decimal point position i ...
- declarative sentence
[Cobol/Syntax]
- A compiler-directing sentence that consists of a single USE statement terminated by the separator period.
- declaratives
[Cobol/Syntax]
- A set of one or more special-purpose sections, written at the beginning of the PROCEDURE DIVISION, the first of which is ...