Previous Topic Next topic Print topic


OpenESQL

The SQLDA structure is supplied in the file sqlda.cpy in the directory. You can include it in your COBOL program by adding the following statement to your data division:

EXEC SQL
   INCLUDE SQLDA
END-EXEC
Previous Topic Next topic Print topic