Welcome to myCobol.ovh Monday, 29 September 2025, 08:15

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  name   namespace   national character   national character position   national data item   national decimal data item   national floating-point data ite   national group item   national-edited data item   native character set   native collating sequence   native method  ..more

native collating sequence [Cobol/Syntax]
The implementor-defined collating sequence associated with the computer specified in the OBJECT-COMPUTER paragraph.
native method [Cobol/Syntax]
A Java method with an implementation that is written in another programming language, such as COBOL.
negated combined condition [Cobol/Syntax]
The NOT logical operator immediately followed by a parenthesized combined condition. See also condition and combined con ...
negated simple condition [Cobol/Syntax]
The NOT logical operator immediately followed by a simple condition. See also condition and simple condition.
nested program [Cobol/Syntax]
A program that is directly contained within another program.
next executable sentence [Cobol/Syntax]
The next sentence to which control will be transferred after execution of the current statement is complete.
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 ...