Learn COBOL in 1 hour!
Difficulty: Advanced â—Ź Progress: 0 / 0 modules completed
Loops

COBOL has three different ways to create loops:
PERFORM VARYINGwhich is the equivalent of aforPERFORM UNTILwhich is the equivalent of awhileGO TOwhich allows you to jump to a specific point in the code
Note that using
GOTOis strongly discouraged...
You need to purchase this course to read this module!
Or !