LIMIT – Unconstrained loop limit

DO WHILE, DO UNTIL, and DO FOREVER loops might run infinitely. This option restricts the types of loops to a maximum number of iterations, before the process fails.

The default is 100.