Welcome to myCobol.ovh Monday, 29 September 2025, 10:58
- ODO subject
[Cobol/Syntax]
- In the example below, Y is the subject of the OCCURS DEPENDING ON clause. The number of Y ODO subjects that appear in th ...
- open mode
[Cobol/Syntax]
- The state of a file after execution of an OPEN statement for that file and before the execution of a CLOSE statement wit ...
- operand
[Cobol/Syntax]
- (1) The general definition of operand is "the component that is operated upon" ...
- operational sign
[Cobol/Syntax]
- An algebraic sign that is associated with a numeric data item or a numeric literal, to indicate whether its value is pos ...
- optional file
[Cobol/Syntax]
- A file that is declared as being not necessarily available each time the object program is run.
- optional word
[Cobol/Syntax]
- A reserved word that is included in a specific format only to improve the readability of the language. Its presence is o ...
- output file
[Cobol/Syntax]
- A file that is opened in either output mode or extend mode.
- output mode
[Cobol/Syntax]
- The state of a file after execution of an OPEN statement, with the OUTPUT or EXTEND phrase specified, for that file and ...
- output procedure
[Cobol/Syntax]
- A set of statements to which control is given during execution of a SORT statement after the sort function is completed, ...
- overflow condition
[Cobol/Syntax]
- A condition that occurs when a portion of the result of an operation exceeds the capacity of the intended unit of storag ...