Previous Topic: Prevent Uncontrolled LoopsNext Topic: Set a Runaway Limit


Examples

To terminate a program after 100 instructions are executed, use the following statement:

OPTION MAXI,100

To indicate that there is no limit on the number of instructions that can be executed, use the following statement:

OPTION MAXI,0