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 diagramDO; ,command END;
command
A valid z/OS® Debugger command.