Interface: SQL / Host Language
Values get passed through shared variables.
Colons precede shared variables when they occur within the
EXEC SQL: precedes every SQL statement in the host language.
The variable SQLSTATE provides error messages and status
reports (e.g., 00000 says that the operation completed with no
EXEC SQL BEGIN DECLARE SECTION;
EXEC SQL END DECLARE SECTION;