EXIT Statements

EXIT FUNCTION
terminates the execution of the function definition and returns.

EXIT SUB
terminates the execution of the subprogram and returns.

EXIT PICTURE
terminates the execution of the picture definition and returns.