Valid in: ESQL
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 SQL program. The begin declare section statement starts each variable declaration section. For more information about declaration sections and host language variables, see Begin Declare .
The End Declare Section statement has the following format:
EXEC SQL END DECLARE SECTION;
All users are permitted to use this statement.