Difference Escape Top, Escape Bottom

Hi,

please tell me difference between ESCAPE TOP and ESCAPE BOTTOM with examples.

Thanks in advance

Thanks,
Bhaskar Reddy

[url]http://techcommunity.softwareag.com/ecosystem/documentation/natural/nat423mf/sm/escape.htm[/url]

Hi Bhaskar,

The statements are self explanatory.and in brief

Escape top will force to perform another interation of the loop.
Escape bottom will force the contol to come out of the loop.

Note: Escape statements are used in conjustion with Looping statements.

Steve and all please correct me if I am wrong.

Thanks,
Mishra