The SQLDA structure is supplied in the file sqlda.cpy, which by default is located in the %ProgramFiles(x86)%\Micro Focus\Studio Enterprise Edition x.x\base\source directory. You can include it in your COBOL program by adding the following statement to your data division:
EXEC SQL INCLUDE SQLDA END-EXEC