Welcome to myCobol.ovh Monday, 29 September 2025, 14:13
- nondate
[Cobol/Syntax]
- Any of the following items ...
- null
[Cobol/Syntax]
- A figurative constant that is used to assign, to pointer data items, the value of an address that is not valid. NULLS ca ...
- numeric character
[Cobol/Syntax]
- A character that belongs to the following set of digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9.
- numeric data item
[Cobol/Syntax]
- (1) A data item whose description restricts its content to a value represented by characters chosen from the digits 0 th ...
- numeric function
[Cobol/Syntax]
- A function whose class and category are numeric but that for some possible evaluation does not satisfy the requirements ...
- numeric literal
[Cobol/Syntax]
- A literal composed of one or more numeric characters that can contain a decimal point or an algebraic sign, or both. The ...
- numeric-edited data item
[Cobol/Syntax]
- A data item that contains numeric data in a form suitable for use in printed output. The data item can consist of extern ...
- object code
[Cobol/Syntax]
- Output from a compiler or assembler that is itself executable machine code or is suitable for processing to produce exec ...
- object computer entry
[Cobol/Syntax]
- An entry in the OBJECT-COMPUTER paragraph of the ENVIRONMENT DIVISION; this entry contains clauses that describe the com ...
- object deck
[Cobol/Syntax]
- A portion of an object program suitable as input to a linkage editor. Synonymous with object module and text deck.