Loading...
Select Version
Function
The GOBACK statement identifies the logical end of a program.
Format
GOBACK
Syntax rule
The GOBACK statement must not be used in a global USE procedure or a method.
General rules
The GOBACK statement has the same effect as the following sequence:
EXIT PROGRAM
STOP RUNFor GOBACK the same rules therefore apply as for EXIT PROGRAM and STOP RUN.