Hi Cynthia,
Thank you very much for the very useful links.
Btw, I'm running the stored process as a link on SAS Portal. I have these chained stored processes which at the end has a graph output. To output the graph on the streaming stored process I used %stpbegin and %stpend. But when doing this it turns the whole page intro gray which is the default background of graph output.
Current workaround I did was instead of using %stpbegin and %stpend I created an
![]()
whose source is another stored process where i placed the proc gchart.
Regards,
Milton