Date: Tue, 11 Jul 2006 01:57:28 -0700
Reply-To: Martin <EdkIlhKpnBbr@SPAMMOTEL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Martin <EdkIlhKpnBbr@SPAMMOTEL.COM>
Organization: http://groups.google.com
Subject: sas autocall does not work
Content-Type: text/plain; charset="iso-8859-1"
I submitted the following code in SAS v9.1 TS 1M2 Windows:
options mautosource;
filename sasautos ("H:\SAS\Code" "H:\SAS2\progs");
FILENAME SASAUTOS LIST;
%mac1;
And I get an error that mac1 is not resolved.
But if I do an inc sasautos(mac1.sas), this will work. I.e. the macro
source is there and allcoated to sasautos, but SAS cannot find it. "H:"
is a network drive.
Any idea why this does not work?
JMS
|