Hi,
I was trying to run a downloaded macro file and got the following error messages. How can I run the macro and input the variables for the macro? Thanks a lot!
proc iml;
%include "E:\New folder\New Folder (2)\Udrive201508\Research\warranty\process.sas"; run;
%process (data= , vars= , y= , m = , x= , v= , model=15);run;
WARNING: Physical file does not exist, E:\New folder\New Folder (2)\Udrive201508\Research\warranty\process.sas.
ERROR: Cannot open %INCLUDE file E:\New folder\New Folder (2)\Udrive201508\Research\warranty\process.sas.
NOTE: Module MAIN is undefined in IML; cannot be RUN.
WARNING: Apparent invocation of macro PROCESS not resolved.
ERROR 180-322: Statement is not valid or it is used out of proper order.
NOTE: Module MAIN is undefined in IML; cannot be RUN.