The SQLDA structure is supplied in the file
sqlda.cpy, which by default is located in the
%ProgramFiles(x86)%\Micro Focus\Enterprise Developer\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