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. The syntax is:
section (access | application)
Examples:
Section access;
Section application;
If nothing is specified, section application is assumed. The section definition is valid until a new section statement is made.