Section
Mit dem section-Befehl können Sie definieren, ob die nachfolgenden Befehle LOAD und SELECT Daten laden oder aber eine Zugriffskontrollen festlegen.
Syntax:
Section (access | application)
If nothing is specified, section application is assumed. The section definition is valid until a new section statement is made.
Beispiel:
Section access;
Section application;