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 (December 2009, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 4 Dec 2009 09:45:35 -0800
Reply-To:     montura <monturainc@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         montura <monturainc@GMAIL.COM>
Organization: http://groups.google.com
Subject:      Re: Front-end application and Sas?
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset=ISO-8859-1

SAS/SCL will be the best choice for backend operations - verify OS paths exist, verify all parameter are present, verify dependent parameters are within scope, create the appropriate macro variable for each data entry element.

SAS/AF is fantastic for data collection. SAS docs and manuals are basically "SAS/AF for Dummies" there is no demonstration of the more powerful features available since 2004. If you have fat-client AF is your best choice.

SAS/IntrNet is the better choice for internet-based apps, but that gets more complex with javascript etc. This is where you also need to know HTML and the SAS/IntrNet server.

%Windows is only for the most simple needs where minimal backend work is needed.


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