Welcome to myCobol.ovh Monday, 29 September 2025, 14:21

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   abend   access mode   alphabet-name   alphabetic   alphanumeric   alphanumeric character   alphanumeric-edited   alternate record key   ANSI   argument   arithmetic expression  ..more

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 ...