Bendy
Bendy

Reputation: 3576

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?

Upvotes: 1

Views: 47

Answers (1)

Vasilij Nevlev
Vasilij Nevlev

Reputation: 1449

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

Upvotes: 1

Related Questions