Use the following SQL INCLUDE statement to insert the table declaration and PL/I structure declaration produced by java Dclgen into your source program:
exec sql
include name ;For example, to include a description for the table BALKBJ.ORG, code:
exec sql
include org ;
If for some reason java Dclgen produces some unexpected results, you can use the editor to tailor the output to your specific needs.