Hello!
I have a question regarding Managed Cobol DLLs with more than 1 classes and EXEC SQL Statements.
At the moment, if I have a project, with 2 Classes, TestA and TestB, and both have EXEC SQL statements in them, I would get 2 bnd files, each named after the class (TestA.bnd and TestB.bnd). Is it somehow possible to create a merged bnd file for these 2 classes by setting some db2 precompiler settings?
Up to now I was not able to achieve that. I don't even know if that is possible at all, as I haven't found anything in the documenation about such topics.
Thanks for you help, best regards Thomas