Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

GOBACK statement

Function

The GOBACK statement identifies the logical end of a program.

Format


GOBACK


Syntax rule

  1. The GOBACK statement must not be used in a global USE procedure or a method.

General rules

  1. The GOBACK statement has the same effect as the following sequence:
    EXIT PROGRAM
    STOP RUN

  2. For GOBACK the same rules therefore apply as for EXIT PROGRAM and STOP RUN.