Welcome to myCobol.ovh Monday, 29 September 2025, 07:58
- comment-entry
[Cobol/Syntax]
- An entry in the IDENTIFICATION DIVISION that can be any combination of characters from the character set of the computer ...
- common program
[Cobol/Syntax]
- A program that, despite being directly contained within another program, can be called from any program directly or indi ...
- compatible date field
[Cobol/Syntax]
- The meaning of the term compatible, when applied to date fields, depends on the COBOL division in which the usage occurs ...
- compiler-directing statement
[Cobol/Syntax]
- A statement that causes the compiler to take a specific action during compilation. The standard compiler-directing state ...
- complex condition
[Cobol/Syntax]
- A condition in which one or more logical operators act upon one or more conditions. See also condition, negated simple c ...
- complex ODO
[Cobol/Syntax]
- Certain forms of the OCCURS DEPENDING ON clause ...
- computer-name
[Cobol/Syntax]
- A system-name that identifies the computer where the program is to be compiled or run.
- condition
[Cobol/Syntax]
- (condition-1, condition-2,. . .) of a general format, the term refers to a conditional expression that consists of eithe ...
- condition-name
[Cobol/Syntax]
- A user-defined word that assigns a name to a subset of values that a conditional variable can assume; or a user-defined ...
- condition-name condition
[Cobol/Syntax]
- The proposition (for which a truth value can be determined) that the value of a conditional variable is a member of the ...