Do you meanjust call the function as if it was a stored procedure, and not
as part of a SQL statement? I think you can only di this with DB2 SQL as
part of a SQL statement. For example, you can just do SELECT CURRENT USER
... you need to to do SELECT CURRENT USER FROM SOMETABLE or it will give an
error.
Brent Barker <bba...@xmission.com> wrote in message
news:B4DF5FA4.2D04%bba...@xmission.com...