It is possible to name your own procedure SQLEXEC but to call it is a little bit problematic. You have to make changes to the compiled module otherwise the built-in function takes precedence...
So, the easiest way is to create your own procedure with different name, e.g. MySQLEXEC, change all SQLEXEC calls to MySQLEXEC calls and then you may do whatever you need in MySQLEXEC.