Was this helpful?
END DECLARE SECTION
Valid in: ESQL
The END DECLARE SECTION statement marks the end of a host language variable declaration section.
The END DECLARE SECTION statement has the following format:
EXEC SQL END DECLARE SECTION;
The END DECLARE SECTION statement marks the end of a host language variable declaration section.
A host language variable declaration section contains declarations of host language variables for use in an embedded OpenSQL program. The BEGIN DECLARE SECTION statement starts each variable declaration section.
Last modified date: 04/03/2024