Welcome to myCobol.ovh Monday, 29 September 2025, 14:21
- next executable statement
[Cobol/Syntax]
- The next statement to which control will be transferred after execution of the current statement is complete.
- next record
[Cobol/Syntax]
- The record that logically follows the current record of a file.
- noncontiguous items
[Cobol/Syntax]
- Elementary data items in the WORKING-STORAGE SECTION and LINKAGE SECTION that bear no hierarchic relationship to other d ...
- 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 ...