I am very new to using the SAS Enterprise Guide but have been using older versions of SAS for a while. I also work a little in Javascript. Until today I was not aware these can be combined. I am trying to follow this tutorial.
Interactive Charts and Graphs using SAS Stored Process and JavaScript libraries
The first step is to create a stored process but mine is greyed out and I cannot find any information about this online.
Thank you so much for your help!!
Enterprise Guide is only needed to register your Stored Process (be sure to allow global macro variables). You may have this capability disabled. Alternative approaches are to use SAS Management Console, or even SAS code to register your Stored Process (see this example).
FWIW, javascript and SAS work incredibly well together! To save yourself a ton of effort I'd advise using the (free) SASjs data adapter. More info here: https://sasjs.io