SQL prefix
Function
The SQL prefix indicates the beginning of an SQL.
Format
EXEC SQL
Common rules
Examples
Code the OPEN statement:
EXEC SQL OPEN CR1;
EXEC SQL OPEN CR1 END-EXEC.