Hi All,
I have written a stored procedure in db2 and want to print the value of a
variable at different stages of execution.
one way would be to debug the SP, but as the SP is executing for quite some time I wanted to put display statement for this variable so that I caand can see the execution of SP.
Could you any one please tell me the syntax for the same.?
Regards