EXIT statement
The EXIT statement provides a common end point for a series of procedures. It also provides a way to exit from a section, a paragraph, or an inline PERFORM statement.
Note: Enterprise COBOL does not yet support the format 4 EXIT
statement, EXIT FUNCTION.