Continue

LANSA Composer

Continue

The Continue Processing Directive causes processing to immediately resume with the next iteration of the closest enclosing Loop, While or Until Directive or Iterator Activity without executing further directives contained within the block for the current iteration.

You can specify the following details for a Continue Directive:

Condition

Optional.  Continue is unconditional if no condition is specified.  Alternatively you can specify a condition that must be satisfied for the Continue Directive to be effective. Refer to Conditioning Expressions for information about the syntax of conditioning expressions.