Rational Developer for System z
Enterprise COBOL for z/OS, Version 4.1, Language Reference


EXIT statement

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

Read syntax diagramSkip visual syntax diagram
Format

>>-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

This information center is powered by Eclipse technology. (http://www.eclipse.org)