Rational Developer for System z
COBOL for Windows, Version 7.5, Language Reference


EXIT statement

The EXIT statement provides a common end point for a series of procedures.

Format
Read syntax diagramSkip visual syntax diagram>>-paragraph-name--.--EXIT.------------------------------------><
 

The EXIT statement enables you to assign a procedure-name to a given point in a program.

The EXIT statement is treated as a CONTINUE statement. Any statements following the EXIT statement are executed.


Terms of use | Feedback

Copyright IBM Corporation 1996, 2008.
This information center is powered by Eclipse technology. (http://www.eclipse.org)