Problem:
Data should be collected in a html form. When submit button on html form is clicked a sas session on a remote server should be invoked which will run a sas program which will extract the data collected in the form in a sas dataset.
Based on the data collected it will create a graph and send it back as an html output.
I do not have SAS/IntrNet, CGI server installed.
Can the above problem be solved purely using html, javascript and base sas9 without any other s/w installation?