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_declare.bmp
 

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.  

 

Adabas SQL Gateway Embedded SQL Specifics

Please refer to the BEGIN DECLARE SECTION statement earlier in this section for more details.

 

Example

BEGIN DECLARE SECTION

    char a

END DECLARE SECTION;