BookmarkSubscribeRSS Feed
deleted_user
Not applicable
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?
3 REPLIES 3
Kevin_SAS
SAS Employee
You couldn't do this without having a web server to handle the javascript request and spawn the SAS session.
saspert
Pyrite | Level 9
Hi Kevin,
I have a similar issue. My team should be getting the WRS soon. We ideally would like to see a Table with one or more columns being able to take inputs. If there is a Submit (or Update) button, it should be able to trigger a stored process which will update a SAS dataset on the server.
Is that possible?

Thanks,
Raj.

PS: I have another thread in WRS forum- Excel funtionality in WRS.
Cynthia_sas
SAS Super FREQ
Hi:
This is really not a question for the ODS and Base Reporting procedure forum (PROC PRINT, PROC REPORT, PROC TABULATE and ODS).

When you have the SAS Enterprise Intelligence Platform (as you do when you have Web Report Studio), your installation and configuration includes the Web tier "plumbing" that makes Web Report Studio accessible from the browser.

The Web tier is where the Web applications (such as SAS Web Report Studio and the SAS Information Delivery Portal) reside and execute from. The Web tier also contains the infrastructure that supports the execution of the Web browser applications:
-- Java Servlet Container (or Java Application Server)
-- Java Software Development Kit (SDK)
-- WebDAV server
-- SAS Services application
-- SAS Stored Process Web Application (to invoke and submit stored processes via URL).

I don't know what you mean by "one or two columns able to take inputs" -- however, you can write a SAS Stored Process that will update a SAS dataset on a server, using either the Workspace server or the Stored Process server. Although, generally, most folks use SAS Data Integration Studio jobs to build process flows and schedule jobs to update SAS datasets instead of using Stored Processes.

As part of the installation and configuration process, you should plan, at the very least. some platform administration and stored process training, if you are going to be writing stored processes to update SAS datasets.

cynthia

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1237 views
  • 0 likes
  • 4 in conversation