How to display message in DB2 SQL PL ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Andy Andy
    New Member
    • Oct 2011
    • 1

    How to display message in DB2 SQL PL ?

    I need to run store procedure for data processing. During data processing, I need to show some messages / information to a log file / screen, how can I do it?
    Can I use DBMS_OUTPUT.PUT _LINE in the store procedure ? If so, how to set the "Set serverouput on" inside the store procedure ? Thanks !
Working...