Welcome to myCobol.ovh Monday, 29 September 2025, 08:17

do-until
Category Concept
Subject Cobol
In structured programming, a do-until loop will be executed at least once, and until a given condition is true. In COBOL, a TEST AFTER phrase used with the PERFORM statement functions in the same way.
Submitted by remy
Created on Sunday, 07 November 2021, 02:48

Back to Glossary