I have macro in the separate folder which I am trying access using sasautos option but I am getting error. What I am doing wrong and how to access the macro which is in different folder (don't want to use %include) filename mcr "c:\temp\macros"; options sasautos=mcr; data xyz; set abc; where ..; run; %RenMac(xyz); %RenMac(xyz); - 180 WARNING: Apparent invocation of macro RENMAC not resolved. ERROR 180-322: Statement is not valid or it is used out of proper order.
Is your macro in a file called renmac.sas and is your %macro renmac; statement the first statement in the file? You could also try options sasautos = ("c:\temp\macros") and option mautocall is set.
Somehow in the renmac.sas I had first line blank. I deleted that line. Now it worked. Thanks SASKiwi..
Pleased it is now working. It would be good if you could mark your post as answered.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.