Date: Mon, 19 Oct 1998 08:30:23 +0200
Reply-To: "Becker, Eckhard [IAW-04]" <EBecker@VHV.DE>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: "Becker, Eckhard [IAW-04]" <EBecker@VHV.DE>
Subject: AW: autocall
Content-Type: text/plain
Dear jsm(??),
1) use
option sasautos=('c:\sas\macros' sasautos);
in the AUTOEXEC-file!
SAS sets up some paths in the config-file (with a different syntax: -set
sasautos (...)), that you should keep (e.g. they are used to find trim
a.s.o.)
AND put '' arround your path, because it's a physical path-name.
2) Who did you put your macros in the directory? They must be in different
files. One file for one macro and the filename must be the same (with
extension .sas) as the name of the macro.
3) There is a SAS option to tell SAS to look for the macro a second time, if
it's not found at first time (sorry, don't know the option name). By
default, SAS tries to find the macro at the first invocation, and won't try
it again in the same session.
Bye
Eckhard
> ----------
> Could somebody tell me how can I use the autocall
> macro libraries?
> I work with sas 6.12 under windows and in the file config.sas
> I put
>
> options sasautos = (
> c:\sas\macros
> );
> where macros is the directory where I would like
> the sas look.
>
> But why when I run sas system nothing happen? That is
> I invoke any macro and the system tell me that the macro
> is not resolved.
>
> Any suggestion will be appreciated.
>
|