END DECLARE SECTION
Function
This statement is the end delimiter for a host variable declaration section.
Invocation
Embedded Mode P Dynamic Mode Interactive Mode
Syntax
Description
This statement ends a host variable declaration section. Please refer to the
BEGIN DECLARE SECTION statement earlier in this section for more details.
Limitations
Please refer to the
BEGIN DECLARE SECTION statement earlier in this section for more details.
ANSI Specifics
Please refer to the
BEGIN DECLARE SECTION statement earlier in this section for more details.
Example
Please refer to the BEGIN DECLARE SECTION statement earlier in this section for more details.
BEGIN DECLARE SECTION
char a
END DECLARE SECTION;