continue

IBM ILOG Script keyword to continue the current routine.

This IBM ILOG Script keyword is used to stop the current iteration of the while, for, or for..I loop in effect, and continue execution of the loop with the next iteration.

For more information see continue in Table 2 in the Language Reference Manual.