Loading...
Select Version
The EXIT METHOD statement identifies the logical end of a called method.
Format
EXIT METHOD
Syntax rule
The EXIT METHOD statement may only be specified in the PROCEDURE DIVISION of a method.
General rule
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.