If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
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.?