Before you can deploy a project to a Sybase CEP Server, translate the project from its source form (.ccp/.ccl files and .ccs files) to an internal object code form with the Sybase CEP Compiler.
There are two ways to compile a project via the command line:
By directly invoking the compiler.
By invoking the compiler through the c8_client program's "register query" command, which compiles the program and starts to execute it.
In each case, the compiled file has the extension .ccx. The next section describes how to compile the project via the CCL compiler. Registering (compiling and executing) the project is discussed in a later section.