Previous Topic Next topic Print topic


The INCLUDE Statement

Statements of the form:

exec sql
   include filename
end-exec

are permitted and are processed in exactly the same way as the statement:

copy filename

The included file can contain any COBOL statements that a copybook can, including further EXEC SQL statements.

On UNIX, the filename is converted to lower case for the special case of sqlca or sqlda, no matter how it is specified.

Previous Topic Next topic Print topic