Course
summary


    0 chapters available

Loading...

Learn COBOL in 1 hour!

Difficulty: Advanced â—Ź Progress: 0 / 0 modules completed

Loops

COBOL has three different ways to create loops:

  • PERFORM VARYING which is the equivalent of a for
  • PERFORM UNTIL which is the equivalent of a while
  • GO TO which allows you to jump to a specific point in the code

Note that using GOTO is strongly discouraged...

You need to purchase this course to read this module!

Or !