Welcome to myCobol.ovh Monday, 29 September 2025, 06:22

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  called program   calling program   case structure   CCSID   century window   character   character encoding unit   character position   character set   character string   class condition   class identification entry  ..more

conditional phrase [Cobol/Syntax]
A phrase that specifies the action to be taken upon determination of the truth value of a condition that results from th ...
conditional statement [Cobol/Syntax]
A statement that specifies that the truth value of a condition is to be determined and that the subsequent action of the ...
conditional variable [Cobol/Syntax]
A data item one or more values of which has a condition-name assigned to it.
CONFIGURATION SECTION [Cobol/Syntax]
A section of the ENVIRONMENT DIVISION that describes overall specifications of source and object programs and class defi ...
CONSOLE [Cobol/Syntax]
A COBOL environment-name associated with the operator console.
contained program [Cobol/Concept]
A COBOL program that is nested within another COBOL program.
contiguous items [Cobol/Syntax]
Items that are described by consecutive entries in the DATA DIVISION, and that bear a definite hierarchic relationship t ...
copybook [Cobol/Concept]
A file or library member that contains a sequence of code that is included in the source program at compile time using t ...
counter [Cobol/Syntax]
A data item used for storing numbers or number representations in a manner that permits these numbers to be increased or ...
cross-reference listing [Cobol/Concept]
The portion of the compiler listing that contains information on where files, fields, and indicators are defined, refere ...