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-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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