Previous Topic

Next Topic

Book Contents

Book Index

General Information

The DO GOTO statement provides non-sequential program execution (branching) within a block. When a DO GOTO statement is encountered during rule processing, Control-M/Analyzer searches for the corresponding LABEL name in the current block. When found, the statements following the LABEL name are executed. Processing flow does not return to the point after the DO GOTO statement.

Parent Topic

DO GOTO: Automated Balancing Statement