Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide

Including data declarations in your program

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.

Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide