Here are sample codes for macro autocall.
Personally, I perfer "fileref" type because it is flexible.
/* fileref */
filename utility catalog "lib.catalog";
*filename utility "c:\utility";
options mautosource mrecall sasautos=(sasautos utility);
/* libref */
libname utility "c:\utility";
options mautosource mrecall sasautos=(sasautos utility);
/* host-specific path;*/
options mautosource mrecall sasautos=(sasautos "c:\utility");
Showing posts with label autocall. Show all posts
Showing posts with label autocall. Show all posts
Thursday, January 15, 2009
Subscribe to:
Posts (Atom)