Informix Error -33071
-33071 The statement id statement_ID has already been used.
This warning message indicates that you have used two PREPARE statement identifiers with the same name. For example:
exec sql prepare stmt_id from "select * from tab";
exec sql prepare stmt_id from "insert into tab values(1)";