sprintf(redo_st, "%s %s", "drop table workt1; ", "create table workt1 (wtk serial, wtv float)" ); EXEC SQL prepare redotab from :redo_st;