SQL terminator

Function

The SQL terminator indicates the end of an SQL.

Format

C language

;

COBOL language

END-EXEC

Common rules

  1. Each SQL must be enclosed between an SQL prefix and an SQL terminator.
  2. See the HiRDB Version 8 UAP Development Guide for the SQL coding rules.

Examples

See the section on the SQL prefix for examples.