Section
With the section statement, it is possible to define whether the subsequent LOAD and SELECT statements should be considered as data or as a definition of the access rights.
Syntax:
Section (access | application)
If nothing is specified, section application is assumed. The section definition is valid until a new section statement is made.
Example:
Section access;
Section application;