Hi InformixWilli ,
Thanks for ur help.
i think i do not make myself clear...
The value Param1 that is pass to the stored procedure can be 'ABC' ,
'ABC' or pcc_name='DEF',
'ABC' or pcc_name='GHI' or pcc_name='JKL'
so that a complete sql statement can be formed when the sql inside stored procedure is combined with the parameter.
for example:
the complete sql can be formed inside stored procedure is :
1).select pcc_name from pcc where pcc_name='ABC'
2).select pcc_name from pcc where pcc_name='ABC' or pcc_name='DEF'
Is it possible to do so in informix?
The ids version of informix is 11.50..
Help Please!!!!