HPlogo ALLBASE/SQL Reference Manual > Chapter 11 SQL Statements E - R

END DECLARE SECTION

MPE documents

Complete PDF
Table of Contents
Index

E0300 Edition 9 ♥
E0399 Edition 8
E0897 Edition 7

The END DECLARE SECTION preprocessor directive indicates the end of the host variable declaration section in an application program.

Scope


Application Programs Only

SQL Syntax



  END DECLAARE SECTION

Description


  • This directive cannot be used interactively.

  • Use this directive in conjunction with the BEGIN DECLARE SECTION directive.

Authorization


You do not need authorization to use the END DECLARE SECTION statement.

Example



   BEGIN DECLARE SECTION

Define host variables here, including indicator variables, if any.

   END DECLARE SECTION




ENABLE RULES


EXECUTE