Source Code with Labels
Some Embedded SQL statements generate labels. If you include files containing such statements, you must be careful to include the file only once in a given BASIC scope. Otherwise, you may find that the compiler later complains that the generated labels are defined more than once in that scope.
The statements that generate labels are the Embedded SQL block-type statements, such as display, unloadtable, and the select-loop.