EXEC SQL
Reference
Syntax
EXEC SQL [PERFORMING subr].
...
ENDEXEC.
Effect
Defines an area in which native SQL statements can be executed for database accesses.
Additions
-
PERFORMING subr
Obsolete:
Implicit cursor editing if a SELECT statement is specified - whereby the subroutine subr is called for each row read.