CONTINUE

EXEC Interpreter

continue.helpexc.txt
&CONTINUE STATEMENT                                              EXEC statement

Use the &CONTINUE control statement to instruct the EXEC interpreter to process
the next statement in the EXEC file.  The format of the &CONTINUE control
statement is:
+-----------+-----------------------------------------------------------------+
| &CONTINUE |                                                                 |
+-----------+-----------------------------------------------------------------+

&CONTINUE is generally used with an EXEC label (for example, -LAB &CONTINUE)
to provide a branch address for &ERROR, &GOTO, and other branching statements.
&CONTINUE is the default action taken when an error is detected in processing a
CMS command.