Welcome to myCobol.ovh Monday, 29 September 2025, 08:17
- arithmetic statement
[Cobol/Syntax]
- A statement that causes an arithmetic operation to be executed. The arithmetic statements are ADD, COMPUTE, DIVIDE, MULT ...
- ascending key
[Cobol/Syntax]
- A key upon the values of which data is ordered, starting with the lowest value of the key up to the highest value of the ...
- assignment-name
[Cobol/Syntax]
- A name that identifies the organization of a COBOL file and the name by which it is known to the system.
- AT END
[Cobol/Syntax]
- A condition that is caused during the execution of a READ, RETURN, or SEARCH statement under certain conditions ...