goback command


GOBACK

Command:

GOBACK

Syntax:

GOBACK.

Description:

The GOBACK command ends the execution of a program. No commands following GOBACK will be executed. There is no material difference between GOBACK and STOP RUN in CobolScript.

For COBOL programmers, note that GOBACK is not the equivalent of the COBOL GOBACK command.

Example Usage:

GOBACK.

See Also:

STOP RUN

Sample Program:

GOBACK.CBL



STOP RUN

Command:

STOP RUN

Syntax:

STOP RUN

Description:

The STOP RUN command ends the execution of a program. No commands following STOP RUN will be executed. There is no material difference between GOBACK and STOP RUN in CobolScript.

Example Usage:

STOP RUN.

See Also:

GOBACK

Sample Program:

STOPRUN.CBL