[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C2011   EXIT statement with no loop in sight

     Explanation:  You specified an EXIT statement outside of a DO WHILE
     or FOR loop.  EXIT statements are valid only between a DO WHILE and an
     ENDDO statement or between a FOR and a NEXT statement.  This type of
     error usually occurs because of a nesting error when specifying control
     structures.

     Action:  Check the flow of control in your program's logic for a
     missing DO WHILE or FOR statement above the erroneous EXIT statement, or
     remove the erroneous statement.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson