I've been using a macro library to find and compile my macro codes until recently, where SAS cannot load the macro.
The code I use is:
options mautosource sasautos=MacLib;
filename MacLib "C:\Users\your.name.here\Documents\Macro_Library";
My macro is saved in the file path above as MacroOne.Sas and I try to run a command in SAS
%MacroOne;
For some reason it is just not compiling anymore, any help?