(Contents)(Previous)(Next)

The LOOP Option

With the module option LOOP SQL-PL helps the developer to find endless loops in WHILE and REPEAT.

Notation:

The option has the effect that all the loops in the SQL-PL routine 'customer.reservation' are run through 25 times at the most. With the 26th run, the routine is interrupted with the comment that the program suspects an endless loop.

Syntax:


(Contents)(Previous)(Next)