| 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/
|