CONNX Data Integration Suite 14.8.0 | CONNX Embedded SQL for Adabas | Standard SQL Statements | END DECLARE SECTION
 
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
END, then DECLARE, then SECTION.
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;