The GOTO command allows event processing to be passed
forwards only in
the *COMMANDS section to a point specified using LABEL.
GOTO may not be used to jump into a DOLOOP, IF or
SELECT command.
Example
IF GAMA GATEDBY GREC2
GOTO BAND1
...
LABEL BAND1
...