Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

EXIT METHOD statement

The EXIT METHOD statement identifies the logical end of a called method.

Format


EXIT METHOD


Syntax rule

  1. The EXIT METHOD statement may only be specified in the PROCEDURE DIVISION of a method.

General rule

  1. The execution of an EXIT METHOD statement causes the method to terminate, and control to return to the calling program which continues processing after the INVOKE statement.