Welcome to myCobol.ovh Monday, 29 September 2025, 08:13
- decimal point
[Cobol/Concept]
- The physical representation, using the decimal point characters period (.) or comma (,), of the decimal point position i ...
- do construct
[Cobol/Concept]
- In structured programming, a DO statement is used to group a number of statements in a procedure. In COBOL, an inline PE ...
- do-until
[Cobol/Concept]
- In structured programming, a do-until loop will be executed at least once, and until a given condition is true. In COBOL ...
- do-while
[Cobol/Concept]
- In structured programming, a do-while loop will be executed if, and while, a given condition is true. In COBOL, a TEST B ...