Hallo,

Embedded SQL:
Code:
Exec Sql Set :ergebnis = case  when upper('abcd') like 'ABC%' then 1 else 0 end;
lg Andreas