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 (March 2008, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 27 Mar 2008 20:41:12 +0530
Reply-To:     ajay ohri <ohri2007@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         ajay ohri <ohri2007@GMAIL.COM>
Subject:      Re: Web form for SAS job submission without IntrNet
Comments: To: doug_zirbel@hotmail.com
In-Reply-To:  <0d42eec8-cd2e-4df5-9e49-e04af79ad780@a23g2000hsc.googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1

Well I am not sure on the licensing part , but here goes....Can you design a form to pass the parameters values to a .csv file then run a command to upload the .csv file to server and then run a stored sas file to input the .csv as a dataset and run the program.....

there shouldnt be any violation in this as you are effectively passing values through a csv file and there are simple ways to get a web like form to a csv file ...including a simple excel vba macro...

hope this helps...

regards,

ajay

On Thu, Mar 27, 2008 at 6:28 AM, <doug_zirbel@hotmail.com> wrote:

> Who has a simple solution to a simple problem: A Windows-based web > form that passes parameters to a batch SAS program (or an ini file > that it reads), then executes SAS? It would be great to be able to > return the log and lst files back to the web, but not critical. Many > companies are willing to pay for Base SAS licenses but not IntrNet or > AppDev Studio, so these products have never been an option for me. >


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