Hello All,
I am quite new to DB2 , is there a similar function /package or plain command like oracle's dbms_output_put OR PRINT command to output a Message text within a stored procedure or sql statement?
for eg I would an output message like this:
IF INPUT > OUTPUT THEN
SET 'MESSAGE' = 'This is an output message of the logical operation' ;
end if
Thanks
DB2 udb Version 8.1
AIX 5.1
Thanks
mac