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 2006, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 13 Jul 2006 08:34:20 -0700
Reply-To:   "Terjeson, Mark (IM&R)" <Mterjeson@RUSSELL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Terjeson, Mark (IM&R)" <Mterjeson@RUSSELL.COM>
Subject:   Re: Can SAS be dynamic inter active?
In-Reply-To:   A<BD04ABD001EED64993D72F7F19A0F8902EB139@nyc1mail1.tvguide.com>
Content-Type:   text/plain; charset="us-ascii"

Hi Greg,

SCL/AF provides full blown GUI and object-oriented-like capabilities.

For BASE SAS only, you have datastep and macro versions of WINDOW and DISPLAY that you can build popup window forms with prompts and fields the user can enter, and you then can programmatically continue the processing based on those values fetched from the user interactively.

A few SAS-L archive examples: http://listserv.uga.edu/cgi-bin/wa?A2=ind0005D&L=sas-l&P=R1248 http://listserv.uga.edu/cgi-bin/wa?A2=ind0507A&L=sas-l&P=R1066 http://listserv.uga.edu/cgi-bin/wa?A2=ind0101C&L=sas-l&P=R6075 http://listserv.uga.edu/cgi-bin/wa?A2=ind9910C&L=sas-l&P=R15371

Hope this is helpful.

Mark Terjeson Senior Programmer Analyst, IM&R Russell Investment Group

Russell Global Leaders in Multi-Manager Investing

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Greg Curson Sent: Thursday, July 13, 2006 8:19 AM To: SAS-L@LISTSERV.UGA.EDU Subject: Can SAS be dynamic inter active?

Can SAS be written so a user clicks a button and the SAS code behide the button brings up like a text box so criteria from and user can be place in the text box to generate the right report that the user needs?

if so can someone give me some sample code to see how this is done?


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