View Single Post
  #1 (permalink)  
Old 01-02-09, 07:02
db2_udb db2_udb is offline
Registered User
 
Join Date: Dec 2008
Posts: 3
print statement in stored procedure

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
Reply With Quote