Imports schemas created with a 'Create Schema Statement' and functions created with a 'Created Function Statement' from an external file.
The Import statement imports all schemas created with a Create Schema statement and functions created with a Create Function statement from the specified file into the current query module. Where the compiler searches for the file specified in this statement is controlled by compiler options. See "Compiler Options" in the Sybase CEP Studio Guide and "Importing" in the Sybase CEP Integration Guide for more information.
The Import statement does not import in-line schema definitions or other CCL content from the external .ccl file.
Create Function Statement
Create Schema Statement
IMPORT "../../mydir/MyModule1.ccl";