Search code examples
sasreal-timevisualizationdata-visualization

Is it possible to plot realtime visualisations using SAS?


I guess the question title says it all... I know it's possible to do such real-time plots in Matlab and Python for example but I'm not aware of any such real-time visualisations in SAS?


Solution

  • It depends on what SAS tools are available to you and how real time you want it. It certainly possible with SAS Event Stream Processing Studio. Another way of doing it is to design a custom SAS stored process with JS front end and then frequently poll data from JS front end to update the graph/plot.

    Regards, Vasilij