The SQLDA is only required if your program uses dynamic SQL. Oracle provides an extra copybook, ORACA, for use with dynamic SQL. To use this copybook:
EXEC SQL INCLUDE ORACA END-EXEC
For more information on setting Oracle precompiler options, refer to the Programmer's Guide to the Oracle Precompilers.
EXEC SQL INCLUDE SQLDA END-EXEC