Compile the program

Use the following command to compile the dyn_sql program:
esql -o dyn_sql dyn_sql.ec

The -o dyn_sql option causes the executable program to be named dyn_sql. Without the -o option, the name of the executable program defaults to a.out.