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 (April 2004, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 22 Apr 2004 21:21:51 -0400
Reply-To:   "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Subject:   Re: The Analyst Application commands

Carlos Caceres wrote: > I'm developing a SAS/AF application and it needs to invoke the > Analyst Application with a default dataset(Eg work.table). > > Does anyone of you know the sas commands useful for this task?

data = 'sashelp.class'; call execcmd ('ANALYST DATA='||data);

-- Richard A. DeVenezia http://www.devenezia.com/downloads/sas/af/


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