Date: Thu, 26 Jun 2008 19:29:40 -0400
Reply-To: Ya Huang <ya.huang@AMYLIN.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Ya Huang <ya.huang@AMYLIN.COM>
Subject: Re: Macro Question
Chang has a post today:
http://listserv.uga.edu/cgi-bin/wa?A2=ind0806d&L=sas-l&D=1&O=D&P=40150
Look at the bottom of his code, where he showed how to include
some code from his web page.
On Thu, 26 Jun 2008 16:00:27 -0700, jlee8071@gmail.com <jlee8071@GMAIL.COM>
wrote:
>Hello everyone,
>
>I wrote a long macro which I saved in a file that is separate from the
>macro function call.
>
>Every time I want to run the macro, I would have to open and run the
>macro-code-only file.
>
>I was wonder if there is a statement that can run the macro-code
>without opening up the file? (eg. by specifying the location of
>directory in the computer where the macro program is stored)
>
>Better yet, suppose my macro program is stored on a website. Is there
>a way I can directly call the macro by specifying the URL ?
>
>Thank you,
>chris
|