I am trying to create a stored procedure in INFORMIX-SE. I've never done this before and the books aren't helping me much. I get the syntax and how to write the actual statement, but where do I execute that statement from? After entering isql to start INFORMIX, I picked the Query and then the New menu options as if I was writing a query. I tried the CREATE PROCEDURE and CREATE PROCEDURE FROM 'filename' statements where the procedure was actually in a separate file but I got a syntax error. I also tried it before I typed in isql like where I would execute a dbschema command. Can anybody help?