Date: Fri, 8 May 2009 02:19:49 -0400
Reply-To: "SUBSCRIBE SAS-L Joe H. Smith" <peesari.mahesh@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "SUBSCRIBE SAS-L Joe H. Smith" <peesari.mahesh@GMAIL.COM>
Subject: MAcro Calling..........
HI all,
I have wriiten a Macro and stored it at this path E:\Homework\Examples,
Macro name is prepost.
Now i want to run macro by its name ..how should i do that,i am using this
syntax but it throws an error...
%include(Macro-E:\Homework\Examples\Macro.sas);
%prepost(job='MANAGE)
how shouid i run this macro if i store it in some path.
Thanks & regards
|