Compile the demo1 program

The following command compiles the demo1 program: esql demo1.ec

On UNIX, the name of the executable program defaults to a.out.

In Windows environments, the name of the executable program defaults to demo.exe.

You can use the -o option to assign a different name to the executable program.