BookmarkSubscribeRSS Feed
Yennie
Calcite | Level 5
At the moment, I have a html page that consist of three fields. so the user has to select the date and the type of data they like to view then click "Submit". Once it's submit, this excute a sas script in my system and allow that to be run then output the results in another html window.

Just wondering if anyone knows how to do this?

much appreciated!
Yennie
3 REPLIES 3
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
You mentioned: "...the user has to select..." -- would that interaction be performed on a different computer system, not yours where SAS is installed/executed? I believe you need to have a SAS server installed with public/authorized access granted.

Scott Barry
SBBWorks, Inc.
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
From the SAS support website, here are conference papers (dated but still relevant) on the topic. Also, some current SAS Stored Process DOC, as well.

Scott Barry
SBBWorks, Inc.

Let SAS® Build Your Dynamic Web Site from the Data!
Jennifer Sinodis, Bank One, Phoenix, AZ
Mark Moran, Bank One, Phoenix, AZ
http://www2.sas.com/proceedings/sugi27/p173-27.pdf


A Dynamic Example of Delivering Patient Management Identification
Opportunities Using SAS/IntrNet®
Richard W. Kobylinski, Aetna® Health Analytics, Blue Bell, PA
http://www2.sas.com/proceedings/forum2007/017-2007.pdf

SAS Stored Processes: Developer's Guide, Example
http://support.sas.com/documentation/cdl/en/stpug/61271/HTML/default/a003172097.htm
Cynthia_sas
Diamond | Level 26
Hi:
You have some good links from Scott. This sounds like the type of application that can be built using SAS/IntrNet, using HTML forms and htmSQL or with the Enterprise BI server and the Enterprise Intelligence Platform with SAS Stored Processes.

For the SAS/IntrNet approach, you would need an HTML form as the front end (to show them their selection choices. For the Stored Process approach, user-supplied input parameters would take the place of the HTML "front end". Both SAS/IntrNet and the Enterprise Intelligence Platform are suites of products that work in a client/server environment.

You can also get some of this functionality using Tasks in Enterprise Guide projects through the use of the Parameter Manager, to collect and pass user selections to the saved EG project.

cynthia

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 3 replies
  • 1926 views
  • 0 likes
  • 3 in conversation