****************************************
* Program name: goback.cbl
* This program demonstrate the use of
* the GOBACK command.
* The GOBACK and STOP RUN commands are
* identical in function. See stoprun.cbl
* for the example of the STOP RUN command.
*
* Copyright 2000 Deskware, Inc.
****************************************
* Syntax: GOBACK.
*
DISPLAY `This program demonstrates GOBACK`.
GOBACK.
DISPLAY `You won't see this line displayed to the screen`.
DISPLAY `because GOBACK will terminate execution before`.
DISPLAY `it gets here.`.