Hello,
I would like to make a web interface to read & edit SAS tables in real-time.
I only know of STP to communicate between a web-page and SAS but it's a one-way communication: you send parameters to a STP and the STP executes and does something.
Does someone know a method to
?
Any idea/input is welcome
I would imagine your best bet is to speak directly to SAS about a solution for this. They have various packages where you can get reports, and edit data. It would probably be easier than building your own solution which would need security, the interfaces, the back end database/store, plus the required licenses. True the package wil cost, but is it more or less than all that effort yourself?
Also, why not use a database? Even something free you should be able to link in a database to a web page front end, bit of PHP script.
If you know intermediate web development (javascript, css and html) it's not too difficult to create chained stored processes.
I would have one stored process that has all the javascript, css and HTML code required to generate the webpage, then I would have a separate stored process that is called by the page to perform the server-side SAS code that updates the dataset with the parameters passed through the URL string. Done like this you can implement AJAX calls pretty easily to update the page with updated data each time the changes are committed.
I would imagine your best bet is to speak directly to SAS about a solution for this. They have various packages where you can get reports, and edit data. It would probably be easier than building your own solution which would need security, the interfaces, the back end database/store, plus the required licenses. True the package wil cost, but is it more or less than all that effort yourself?
Also, why not use a database? Even something free you should be able to link in a database to a web page front end, bit of PHP script.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.