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 (May 2010, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 21 May 2010 12:44:28 -0600
Reply-To:     Alan Churchill <alan.churchill@SAVIAN.NET>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Alan Churchill <alan.churchill@SAVIAN.NET>
Subject:      Re: Need a way to let people run SAS jobs but not edit SAS code
Content-Type: text/plain; charset="us-ascii"

I have done this using web services. Certainly within Silverlight, you can have the web service called asynchronously then have an action executed once the call returns.

Alan

Alan Churchill Savian Work: 719-687-5954 Cell: 719-310-4870

-----Original Message----- From: W. Matthew Wilson [mailto:matt@TPLUS1.COM] Sent: Friday, May 21, 2010 8:04 AM Subject: Need a way to let people run SAS jobs but not edit SAS code

Right now, a lot of people have SAS and SAS EG installed on their desktops and they all have local copies of various SAS programs floating around.

These people want to be able to run the reports. I want to protect them from accidentally altering some of the source code.

How to do this?

My first thought was to run SAS behind a web interface. The issue with that is that most of these jobs take several minutes, and browsers often drop the connection.

Thanks for the advice.

Matt

-- W. Matthew Wilson matt@tplus1.com http://tplus1.com


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