4. Embedded SQL for Fortran : Preprocessor Operation : Coding Requirements for Embedded SQL Programs : Embedded SQL Statements that Do Not Generate Code
 
Share this page                  
Embedded SQL Statements that Do Not Generate Code
The following Embedded SQL declarative statements do not generate any Fortran code:

declare cursor
declare statement
declare table

whenever
These statements must not contain labels. Also, they must not be coded as the only statements in Fortran constructs that do not allow null statements.