Subject RE: [ib-support] If statements in an SP
Author Bill Meaney
Try using () around the if expression
if (:CorP <> '') then



> /* if :CORP <> '' then
> begin
> and C.CUSTPROS = :CORP
> suspend;
> end; */


Bill Meaney