DO command (assembler, disassembly, LangX COBOL, and COBOL)

The DO command performs one or more commands that are collected into a group. The DO and END keywords delimit a group of commands called a DO group. The keywords cannot be abbreviated.

Read syntax diagramSkip visual syntax diagram
>>-DO--;--+-------------+--END--;------------------------------><
          | .-,-------. |           
          | V         | |           
          '---command-+-'           

command
A valid Debug Tool command.