END

How to:

Reference:

The END command marks the end of a Maintain Data procedure and terminates its execution.

Syntax: How to Use the END Command

The syntax of the END command is

END

where:

END

Is the last line of the procedure, and must be coded in uppercase letters.

Reference: Commands Related to END

  • MAINTAIN. Is used to initiate the parsing and execution of a Maintain Data procedure.
  • CALL. Is used to call one procedure from another.