Date: Tue, 7 Jun 2011 10:11:11 -0400
Reply-To: Arthur Tabachneck <art297@ROGERS.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Arthur Tabachneck <art297@ROGERS.COM>
Subject: Re: SAS report to Web and Web query to SAS
Haikuo,
I just received the following from one of our very trusted birdies:
"SAS Stored Processes are not intended to be a replacement for the
SAS/IntrNet Application Dispatcher. When the SAS BI/EBI Server came along,
we needed the functionality provided by the Application Dispatcher. Instead
of rewriting the Application Dispatcher in order to allow it to integrate
with the SAS metadata architecture, and potentially destabilize a very
successful product, we decided to start fresh and create stored processes."
In short, Don's book may be all that you need (along with SAS/IntrNet of
course). And, you could always contact the government department that
maintains the link I sent you. I'd be very surprised if they wouldn't share
what they have done.
Art
-------
On Mon, 6 Jun 2011 14:22:25 -0400, Bian, Haikuo <HBian@FLQIO.SDPS.ORG>
wrote:
>Thanks, Art. I have to admit that right now I am overwhelmed, in a good way
though.
>
>Haikuo
>
>-----Original Message-----
>From: Arthur Tabachneck [mailto:art297@ROGERS.COM]
>Sent: Monday, June 06, 2011 1:13 PM
>To: SAS-L@LISTSERV.UGA.EDU; Bian, Haikuo
>Subject: Re: SAS report to Web and Web query to SAS
>
>Haiko,
>
>In addition to looking into Don's book, you may also want to expand your
>search to include SAS integration technologies. e.g., take a look at:
>http://www.nesug.org/proceedings/nesug04/hw/hw11.pdf
>
>I mention that because, while SAS Internet is still available, SAS has been
>making a strong push toward getting people to switch over to the
replacement
>product.
>
>I haven't personally used either, as yet, thus will be interested in
>anything you care to share once you decide which way you will be going.
>
>Art
>-------
>On Mon, 6 Jun 2011 09:16:54 -0400, Bian, Haikuo <HBian@FLQIO.SDPS.ORG>
>wrote:
>
>>Nat,
>>I will definitely dig into this book. Thank you so much!
>>
>>Haikuo
>>
>>-----Original Message-----
>>From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Nat
>Wooding
>>Sent: Monday, June 06, 2011 9:04 AM
>>To: SAS-L@LISTSERV.UGA.EDU
>>Subject: Re: SAS report to Web and Web query to SAS
>>
>>Haikuo
>>
>>One book on doing internet with SAS is by Don Henderson. You should also
be
>>able to find papers that he has presented on the subject. For the book,
see
>>
>>http://support.sas.com/publishing/authors/henderson.html
>>
>>Nat Wooding
>>
>>-----Original Message-----
>>From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Bian,
>>Haikuo
>>Sent: Monday, June 06, 2011 8:56 AM
>>To: SAS-L@LISTSERV.UGA.EDU
>>Subject: Re: SAS report to Web and Web query to SAS
>>
>>Joe,
>>Thank you so much for giving me the confidence. Is there any link or book
>>that I can use to jump start my project? I think I am in the situation
that
>>basic knowledge on this topic is in desperately need.
>>
>>Best regards,
>>Haikuo
>>
>>From: Joe Matise [mailto:snoopy369@gmail.com]
>>Sent: Friday, June 03, 2011 7:52 PM
>>To: Bian, Haikuo
>>Cc: SAS-L@listserv.uga.edu
>>Subject: Re: SAS report to Web and Web query to SAS
>>
>>Even if you don't end up doing real-time runs, it's pretty easy to just
>>summarize it en masse and then pull from that. Many "real-time" websites
>>are really just doing that; it's very quick to essentially output the
>>results of a giant PROC MEANS to a SQL table and then pull the appropriate
>>row for the desired combination of variables (indexed by TYPE). SAS can
>>interface directly with the SQL DB and upload as it gets new data (just
>>schedule a process to run weekly/daily/hourly/whatever).
>>
>>-Joe
>>On Fri, Jun 3, 2011 at 10:26 AM, Bian, Haikuo
>><HBian@flqio.sdps.org<mailto:HBian@flqio.sdps.org>> wrote:
>>Dear List,
>>
>>I know that SAS reporting(or exporting) results to Web is doable. However,
>>Is it possible that SAS will take a Web query , pull the data, run the
>>statistical test and report it back to Web portal in real-time manner?
What
>>will be best approach on this task? I know almost nothing on Web
>programming
>>( I can get help from a web programmer who know nothing about SAS), how do
>I
>>start?
>>
>>Any comments, inputs, reference links will be highly appreciated!
>>
>>Thank you,
>>Haikuo
>>
>>-----------------------------------------
>>Email messages cannot be guaranteed to be secure or error-free as
>>transmitted information can be intercepted, corrupted, lost,
>>destroyed, arrive late or incomplete, or contain viruses. The
>>Centers for Medicare & Medicaid Services therefore does not accept
>>liability for any error or omissions in the contents of this
>>message, which arise as a result of email transmission.
>>
>>CONFIDENTIALITY NOTICE: This communication, including any
>>attachments, may contain confidential information and is intended
>>only for the individual or entity to which it is addressed. Any
>>review, dissemination, or copying of this communication by anyone
>>other than the intended recipient is strictly prohibited. If you
>>are not the intended recipient, please contact the sender by reply
>>email and delete and destroy all copies of the original message.
|