OpenESQL

The SQLDA structure is supplied in the file sqlda.cpy, which by default is located in the $COBDIR/cpylib directory. You can include it in your COBOL program by adding the following statement to your data division:

EXEC SQL
   INCLUDE SQLDA
END-EXEC