BEGIN DECLARE SECTION

The BEGIN DECLARE SECTION statement marks the beginning of an SQL declare section. An SQL declare section contains declarations of host variables that are eligible to be used as host variables in SQL statements in a program.

For more information, see BEGIN DECLARE SECTION in the SQL Reference topic in the Information CenterLink to Information center.