[OLAP DML] display on screen the output while the program is running
988319Jan 31 2013 — edited Feb 1 2013Hi,
I'm running a script in AWM that is quite long, and I've placed some few 'show' so that I know what the program is doing, but it won't show on the screen the outputs until the program ends. I guess it writes all the outputs in a kind of buffer and release the content of the buffer at the end of the program.
How could I have it to release this buffer continuously?
Thanks