The INCLUDE Statement
Statements of the form:
XEC SQL INCLUDE file-name END-EXEC
are permitted, and are processed in exactly the same way as the
statement:
COPY file-name.
The file named by file-name can contain any COBOL statements that a
copybook can, including further EXEC SQL statements.