(Contents)(Previous)(Next)

EXEC SQL BEGIN DECLARE SECTION

This statement introduces the SECTIONs, where host variables are declared. This statement may only occur at those places within the program where variable declarations are permitted.


(Contents)(Previous)(Next)