LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (July 2007, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 3 Jul 2007 16:58:15 -0400
Reply-To:     Don Henderson <donaldjhenderson@HOTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
Comments:     RFC822 error: <W> MESSAGE-ID field duplicated. Last occurrence
              was retained.
From:         Don Henderson <donaldjhenderson@HOTMAIL.COM>
Subject:      Re: HTML execution of a SAS program for real-time data summaries?
In-Reply-To:  <005201c7bd68$274a55e0$75df01a0$@com>
Content-Type: text/plain; charset="us-ascii"

Alan has stated this pretty well.

However, even if you are simply running a SAS program already at that site (i.e., just clarifying what is meant below by submit) and passing it parameters, in all likelihood you may need to upgrade your SAS license.

And, while I am not sure if it is still true, the cost of upgrading your SAS license so you can have your own home-grown CGI implementations is the same or very close to the price of a SAS/IntrNet license.

HTH, Don Henderson Author of the SAS Press book "Building Web Applications with SAS/IntrNet(c): A Guide to the Application Dispatcher" http://www.sas.com/apps/pubscat/bookdetails.jsp?pc=60282 http://www.sascommunity.org/wiki/Building_Web_Applications_with_SAS/IntrNet: _A_Guide_to_the_Application_Dispatcher

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Alan Churchill Sent: Tuesday, July 03, 2007 7:49 AM To: SAS-L@LISTSERV.UGA.EDU Subject: Re: HTML execution of a SAS program for real-time data summaries?

David,

SAS requires a license for IntrNet or Int tech if you submit SAS code over the web. I don't think that has changed.

.NET is free, has an open source version, and is very easy to work with. I can have a site operational against SAS data in 30 mins or so and have published plenty of info on how to make that happen in papers. Don Henderson has also written loads on how to use SAS/IntrNet to create a site.

Other than the fact that you have to use one of SAS products (and thereby spend some cash), I am not sure how the other arguments fit.

CGI is fine but SAS/IntrNet uses CGI and .NET can use CGI.

Alan

Alan Churchill Savian "Bridging SAS and Microsoft Technologies" www.savian.net

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of David Sent: Tuesday, July 03, 2007 12:01 AM To: SAS-L@LISTSERV.UGA.EDU Subject: Re: HTML execution of a SAS program for real-time data summaries?

Suggested answers to this seem to center around complex, expensive and closed technologies like SAS/Intranet or .NET?

What's wrong with a simple CGI script?

On Jun 26, 11:10 pm, cons...@SECICSTATS.COM (Michelle Secic) wrote: > I > thought there might be a way to have him go to my website and somehow > link the program and database to a button that he can click on his end > that will produce the results of the program. Is this possible? If > not, do you have other suggestions on how to please my client?


Back to: Top of message | Previous page | Main SAS-L page