Version is Visual Cobol 8.0 into MSVisual Studio. Using DB2 preprocessor and need to create ,BND file. In the generated DB2 bin file I need information on table inside EXEC SQL INCLUDE as shown here:
002330 EXEC SQL INCLUDE SQLCA END-EXEC.
002360 EXEC SQL INCLUDE NFODG657 END-EXEC.
This information is not included in the .BND file. How can this be done? Is there a DB2 directive that would achieve this. I tried MULTI-NESTED and MULTI-PACKAGE but that does not add this.





