STOP Statement

This performs to stop or to halt the execution of the program.

Format:

STOP RUN/Lit.

NOTE:

Examples:

STOP 5.
STOP "hellow".
STOP RUN.


Input Outout Statements

PROCEDURE DIVISION Page