| Date: | Thu, 8 May 2008 14:32:25 -0700 |
| Reply-To: | d-dubs <m.denniswilliams@GMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | d-dubs <m.denniswilliams@GMAIL.COM> |
| Organization: | http://groups.google.com |
| Subject: | Re: filename |
|
| Content-Type: | text/plain; charset=ISO-8859-1 |
On May 8, 5:30 pm, d-dubs <m.denniswilli...@gmail.com> wrote:
> Can a filename function in sas point to a catalog entry?
>
> I tried different different possiblities but not able to figure it
> out.
> filename(_name,&path)
>
> though filename statement could handle Catalog entries I require the
> function because I want it to run dynamically in a macro.
>
> Please let me know if any one has any suggestions
want it to be a part of %sysfunc(filename(...,...))
|