HPlogo ALLBASE/SQL Reference Manual > Chapter 10 SQL Statements A - D

BEGIN DECLARE SECTION

MPE documents

Complete PDF
Table of Contents
Index

E0300 Edition 9 ♥
E0399 Edition 8
E0897 Edition 7

The BEGIN DECLARE SECTION preprocessor directive indicates the beginning of the host variable eclaration section in an application program.

Scope


Application Programs Only

SQL Syntax



  BEGIN DECLARE SECTION

Description


  • This directive cannot be used interactively.

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

Authorization


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

Example


You define host variables here, including indicator variables, if any.

   BEGIN DECLARE SECTION

   END DECLARE SECTION




BEGIN ARCHIVE


BEGIN WORK