Source Code with Labels
Some embedded SQL statements generate labels in the output code. If you include a file containing such statements, you must be careful to include the file only once in a given C 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 select statement and all the embedded SQL/Forms block-type statements, such as display and unloadtable.