Welcome to myCobol.ovh Monday, 29 September 2025, 06:22
- 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 ...